@charset "UTF-8";
#recruit .contents .txtbox .btn a, #bnr .contents .txtbox .btn a, #concept .contents .txtbox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 70px;
  border-radius: 35px;
  background: url(../images/arow.webp) no-repeat center right 30px #ed828b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#recruit .contents .txtbox .btn a:hover, #bnr .contents .txtbox .btn a:hover, #concept .contents .txtbox .btn a:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ed828b;
  color: #ed828b;
  background-image: url(../images/arow-pink2.webp);
}
@media (max-width: 999px) {
  #recruit .contents .txtbox .btn a, #bnr .contents .txtbox .btn a, #concept .contents .txtbox .btn a {
    width: 250px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .txtbox .btn a, #bnr .contents .txtbox .btn a, #concept .contents .txtbox .btn a {
    width: 230px;
    height: 50px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  padding-bottom: min(8.75vw, 140px);
  /*
  #mainslider {
    margin: 0 50px;
    img {
      height: calc(100vh - 120px - min(vwCalc(140,1600),140px));
      width: 100%;
      @include object-fit(cover);
      border-radius: 40px;
    }
  }
    */
}
#mainimg::before, #mainimg::after {
  content: "";
  position: absolute;
}
#mainimg::before {
  width: 100%;
  aspect-ratio: 1600/226;
  background-image: url(../images/main-shape1.webp);
  background-size: cover;
  max-height: 226px;
  bottom: 0;
}
#mainimg::after {
  width: 86%;
  aspect-ratio: 1376/184;
  background-image: url(../images/main-shape2.webp);
  max-height: 184px;
  bottom: min(5.9375vw, 95px);
  left: 50%;
  transform: translateX(-50%);
}
#mainimg .mainmovie {
  margin: 0 50px;
}
#mainimg .mainmovie video {
  display: block;
  width: 100%;
  height: calc(100vh - 120px - min(8.75vw, 140px));
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: max((100% - 1180px) / 2, 87px);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ed828b;
  padding-bottom: min(8.75vw, 140px);
}
#mainimg .catch p {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
}
#mainimg .catch span {
  background-color: #fff;
  border: 6px solid #ed828b;
  border-radius: 30px;
  padding: 7px 17px;
  margin-left: -27px;
}
@media (max-width: 1599px) {
  #mainimg::after {
    background-size: cover;
  }
}
@media (max-width: 999px) {
  #mainimg {
    /*
    #mainslider {
      margin: 0 10px;
      img {
        height: auto;
      }
    }
      */
  }
  #mainimg .mainmovie {
    margin: 0 10px;
  }
  #mainimg .mainmovie video {
    height: auto;
  }
  #mainimg .catch {
    left: max((100% - 1180px) / 2, 30px);
    font-size: 40px;
  }
  #mainimg .catch span {
    margin-left: -10px;
    padding: 7px 10px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    /*
    #mainslider {
      img {
        min-height: 260px;
        border-radius: 30px;
      }
    }
      */
  }
  #mainimg .mainmovie video {
    min-height: 280px;
  }
  #mainimg .catch {
    font-size: 20px;
  }
  #mainimg .catch span {
    border-width: 4px;
    border-radius: 20px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  padding-bottom: min(25.9375vw, 415px);
  position: relative;
}
#concept .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #f2eee7;
}
#concept::before, #concept::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
#concept::before {
  width: 40.0625%;
  max-width: 641px;
  aspect-ratio: 641/542;
  background-image: url(../images/concept-shape1.webp);
  bottom: min(-6.375vw, 102px);
  left: 0;
}
#concept::after {
  width: 10.0625%;
  max-width: 161px;
  aspect-ratio: 161/149;
  background-image: url(../images/concept-shape2.webp);
  right: 10%;
  bottom: min(19.5625vw, 313px);
}
#concept .inner {
  margin-left: 6.25%;
  padding-left: max((100% - 1180px) / 2 - 6.25%, 10px);
  padding-bottom: 80px;
  position: relative;
}
#concept .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  z-index: -1;
}
#concept .contents {
  display: flex;
  -moz-column-gap: 2.1582733813%;
       column-gap: 2.1582733813%;
  position: relative;
}
#concept .contents .txtbox {
  flex: 1;
  padding-top: 10px;
}
#concept .contents .txtbox h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #413b32;
  display: flex;
  align-items: start;
  gap: 15px 33px;
  font-size: 60px;
  line-height: 1.5;
  margin-bottom: 28px;
}
#concept .contents .txtbox h2 small {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ed828b;
  writing-mode: vertical-rl;
  margin-top: 15px;
}
#concept .contents .txtbox h2 span {
  border-bottom: 1px solid #413b32;
  padding-bottom: 15px;
}
#concept .contents .txtbox h2 .tx {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: unset;
  padding-bottom: 0;
}
@media (max-width: 999px) {
  #concept .contents .txtbox h2 {
    font-size: 30px;
    gap: 10px 20px;
  }
  #concept .contents .txtbox h2 small {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #concept .contents .txtbox h2 {
    font-size: 24px;
    gap: 5px 10px;
    flex-direction: column;
  }
  #concept .contents .txtbox h2 small {
    font-size: 16px;
    margin-top: 5px;
    writing-mode: unset;
    order: 1;
  }
  #concept .contents .txtbox h2 span {
    padding-bottom: 10px;
  }
}
#concept .contents .txtbox h2 span {
  padding-bottom: 0;
}
#concept .contents .txtbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #413b32;
  margin-bottom: 50px;
}
#concept .contents .image {
  width: 57.5539568345%;
  max-width: 800px;
}
#concept .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 1400px) {
  #concept .inner {
    margin-left: 10px;
    padding-left: max((100% - 1180px) / 2 - 10px, 10px);
  }
  #concept .contents .txtbox h2 {
    font-size: 44px;
  }
}
@media (max-width: 999px) {
  #concept .inner {
    padding-bottom: 60px;
  }
  #concept .inner::before {
    height: calc(100% - 40px);
  }
  #concept .contents .txtbox h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #concept .contents .txtbox .text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #concept .inner {
    padding-bottom: 40px;
  }
  #concept .inner::before {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  #concept .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #concept .contents .txtbox {
    padding-right: 10px;
  }
  #concept .contents .txtbox h2 {
    font-size: 24px;
  }
  #concept .contents .txtbox .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #concept .contents .txtbox .text br {
    display: none;
  }
  #concept .contents .txtbox .btn a {
    margin: 0 auto;
  }
  #concept .contents .image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #concept .contents .image img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

/* ----------------------------------------------
introduction
------------------------------------------------- */
#introduction {
  position: relative;
  margin-top: max(-16.5625vw, -265px);
  z-index: 1;
  padding-top: min(11.875vw, 190px);
  padding-bottom: min(19.25vw, 308px);
}
#introduction::before, #introduction::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#introduction::before {
  height: calc(100% - 100px);
  background-color: #fec2c5;
}
#introduction::after {
  height: 100%;
  background: url(../images/introduction-bg.webp) top left/100% auto repeat-x;
}
#introduction h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #413b32;
  display: flex;
  align-items: start;
  gap: 15px 33px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 10px;
}
#introduction h2 small {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  margin-top: 15px;
}
#introduction h2 span {
  border-bottom: 1px solid #413b32;
  padding-bottom: 15px;
}
#introduction h2 .tx {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: unset;
  padding-bottom: 0;
}
@media (max-width: 999px) {
  #introduction h2 {
    font-size: 30px;
    gap: 10px 20px;
  }
  #introduction h2 small {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #introduction h2 {
    font-size: 24px;
    gap: 5px 10px;
    flex-direction: column;
  }
  #introduction h2 small {
    font-size: 16px;
    margin-top: 5px;
    writing-mode: unset;
    order: 1;
  }
  #introduction h2 span {
    padding-bottom: 10px;
  }
}
#introduction h2 small {
  order: 1;
  writing-mode: unset;
}
#introduction .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.9661016949%;
}
#introduction .contents .block {
  width: 31.3559322034%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#introduction .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#introduction .contents .block a:hover {
  opacity: 0.6;
}
#introduction .contents .block .image {
  aspect-ratio: 370/280;
  border: 8px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 14px;
}
#introduction .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#introduction .contents .block .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #413b32;
  border-bottom: 1px solid #413b32;
  margin: 0 auto 13px;
}
#introduction .contents .block .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #413b32;
  margin-bottom: 22px;
}
#introduction .contents .block .block-btn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #413b32;
  margin-top: auto;
}
#introduction .contents .block .block-btn a {
  color: #413b32;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#introduction .contents .block .block-btn a::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-pink.webp) no-repeat center #fff;
}
@media (max-width: 999px) {
  #introduction h2 {
    margin-bottom: 40px;
  }
  #introduction .contents .block .title {
    font-size: 20px;
  }
  #introduction .contents .block .text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #introduction .contents .block .block-btn {
    font-size: 14px;
  }
  #introduction .contents .block .block-btn a::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #introduction h2 {
    margin-bottom: 30px;
  }
  #introduction .contents {
    gap: 30px 4%;
  }
  #introduction .contents .block {
    width: 48%;
  }
  #introduction .contents .block .image {
    border-width: 6px;
    border-radius: 10px;
  }
  #introduction .contents .block .title {
    font-size: 18px;
  }
  #introduction .contents .block .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #introduction .contents .block .block-btn {
    font-size: 12px;
  }
  #introduction .contents .block .block-btn a::after {
    width: 30px;
  }
}

/* ----------------------------------------------
bnr
------------------------------------------------- */
#bnr {
  margin-top: max(-10.5vw, -168px);
  background: url(../images/contact-bg2.webp);
  padding-bottom: min(13.875vw, 222px);
}
#bnr .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  background: url(../images/contact-bg.webp) no-repeat center/cover;
  border: 8px solid #fff;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 42px 3.125% 44px max(3.75%, 15px);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#bnr .contents .txtbox {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1;
}
#bnr .contents .txtbox .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #413b32;
  border-bottom: 1px solid #413b32;
  padding-bottom: 21px;
  margin-bottom: 22px;
  margin-left: -10px;
}
#bnr .contents .txtbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #413b32;
  max-width: 660px;
  margin-bottom: 30px;
}
#bnr .contents .image {
  width: 30.3605313093%;
  margin-top: 10px;
}
#bnr .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 999px) {
  #bnr .contents {
    padding: 30px 15px;
  }
  #bnr .contents .txtbox .title {
    font-size: 22px;
    padding-bottom: 15px;
    margin-left: 0;
  }
  #bnr .contents .txtbox .text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #bnr .contents {
    padding: 20px 10px;
    flex-direction: column;
    row-gap: 30px;
    border-width: 6px;
    border-radius: 30px;
  }
  #bnr .contents .txtbox {
    order: 1;
  }
  #bnr .contents .txtbox .title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #bnr .contents .txtbox .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #bnr .contents .txtbox .text br {
    display: none;
  }
  #bnr .contents .txtbox .btn {
    margin: 0 auto;
  }
  #bnr .contents .image {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
  #bnr .contents .image img {
    border-radius: 10px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  overflow-x: clip;
  z-index: 1;
  margin-top: max(-5vw, -80px);
  padding-top: min(3.9375vw, 63px);
}
#recruit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - min(43.75vw, 700px));
  z-index: -1;
  background-color: #e7e2dc;
}
#recruit::after {
  content: "";
  position: absolute;
  top: max(-7.125vw, -114px);
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  aspect-ratio: 1376/184;
  max-height: 184px;
  background-image: url(../images/recruit-shape.webp);
}
#recruit #recruitclip {
  position: absolute;
}
#recruit #recruitclip path {
  transform: scale(0.0005646527, 0.0012254902);
}
#recruit .shape {
  -webkit-clip-path: url(#recruitclipshape);
          clip-path: url(#recruitclipshape);
  position: absolute;
  width: 110.6875%;
  top: 0;
  left: -5vw;
  aspect-ratio: 1771/816;
  max-height: 816px;
  z-index: -1;
  background-color: #e7e2dc;
}
#recruit .contents {
  display: flex;
  padding-left: max((100% - 1180px) / 2, 10px);
}
#recruit .contents .txtbox {
  flex: 1;
  padding-top: 128px;
  padding-bottom: 10px;
  margin-right: -12.2302158273%;
  position: relative;
}
#recruit .contents .txtbox h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #413b32;
  display: flex;
  align-items: start;
  gap: 15px 33px;
  margin-bottom: 27px;
}
#recruit .contents .txtbox h2 small {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  margin-top: 15px;
}
#recruit .contents .txtbox h2 span {
  border-bottom: 1px solid #413b32;
  padding-bottom: 15px;
}
#recruit .contents .txtbox h2 .tx {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: unset;
  padding-bottom: 0;
}
@media (max-width: 999px) {
  #recruit .contents .txtbox h2 {
    font-size: 30px;
    gap: 10px 20px;
  }
  #recruit .contents .txtbox h2 small {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .txtbox h2 {
    font-size: 24px;
    gap: 5px 10px;
    flex-direction: column;
  }
  #recruit .contents .txtbox h2 small {
    font-size: 16px;
    margin-top: 5px;
    writing-mode: unset;
    order: 1;
  }
  #recruit .contents .txtbox h2 span {
    padding-bottom: 10px;
  }
}
#recruit .contents .txtbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #413b32;
  margin-bottom: 50px;
}
#recruit .contents .chara {
  width: 71.0071942446%;
  max-width: 987px;
  display: flex;
  align-items: end;
  overflow-y: clip;
}
#recruit .contents .chara img {
  margin-bottom: max(-12.5vw, -200px);
}
@media (max-width: 1599px) {
  #recruit::after {
    background-size: cover;
  }
}
@media (max-width: 999px) {
  #recruit .contents .txtbox {
    padding-top: 80px;
  }
  #recruit .contents .txtbox h2 {
    margin-bottom: 20px;
  }
  #recruit .contents .txtbox .text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .txtbox {
    padding-top: 30px;
    margin-right: 0;
    padding-right: 10px;
  }
  #recruit .contents .txtbox .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #recruit .contents .txtbox .btn a {
    margin: 0 auto;
  }
  #recruit .contents .chara {
    display: none;
  }
}

/* ----------------------------------------------
insta
------------------------------------------------- */
#insta {
  position: relative;
  padding: 44px 0 min(19.375vw, 310px);
}
#insta .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #faf9f7;
  top: 0;
  left: 0;
}
#insta::before, #insta::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
#insta::before {
  width: 37.3125%;
  max-width: 597px;
  aspect-ratio: 597/516;
  top: max(-2.8125vw, -45px);
  left: 0;
  background-image: url(../images/insta-shape.webp);
}
#insta::after {
  width: 15.5625%;
  max-width: 249px;
  aspect-ratio: 249/125;
  bottom: min(14.0625vw, 225px);
  right: 3.75%;
  background-image: url(../images/insta-shape2.webp);
}
#insta .head {
  margin: 0 10.3125% 28px max((100% - 1180px) / 2, 10px);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#insta .head h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #413b32;
  display: flex;
  align-items: start;
  gap: 15px 33px;
  margin-top: 42px;
  flex: 1;
}
#insta .head h2 small {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  margin-top: 15px;
}
#insta .head h2 span {
  border-bottom: 1px solid #413b32;
  padding-bottom: 15px;
}
#insta .head h2 .tx {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: unset;
  padding-bottom: 0;
}
@media (max-width: 999px) {
  #insta .head h2 {
    font-size: 30px;
    gap: 10px 20px;
  }
  #insta .head h2 small {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #insta .head h2 {
    font-size: 24px;
    gap: 5px 10px;
    flex-direction: column;
  }
  #insta .head h2 small {
    font-size: 16px;
    margin-top: 5px;
    writing-mode: unset;
    order: 1;
  }
  #insta .head h2 span {
    padding-bottom: 10px;
  }
}
#insta .head .folw a {
  width: 215px;
  aspect-ratio: 215/206;
  background: url(../images/insta-bg.webp) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  transition: all 0.5s ease-out;
  row-gap: 5px;
}
#insta .head .folw a .icon img:nth-child(2) {
  display: none;
}
#insta .head .folw a::after {
  content: "";
  width: 10px;
  aspect-ratio: 10/14;
  background: url(../images/arow2.webp) no-repeat center/cover;
  margin-top: 13px;
}
#insta .head .folw a:hover {
  opacity: 1;
  background-image: url(../images/insta-bg-after.webp);
  color: #ed828b;
}
#insta .head .folw a:hover .icon img:nth-child(1) {
  display: none;
}
#insta .head .folw a:hover .icon img:nth-child(2) {
  display: block;
}
#insta .head .folw a:hover::after {
  background-image: url(../images/arow-pink.webp);
}
#insta .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2.8248587571%;
}
#insta .contents .block {
  width: 22.8813559322%;
}
#insta .contents .block .image {
  position: relative;
  aspect-ratio: 270/240;
  border-radius: 20px;
  overflow: hidden;
}
#insta .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#insta .contents .block .image .textbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#insta .contents .block .image .textbox .text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#insta .contents .block .image .textbox:hover {
  opacity: 1;
}
@media (max-width: 999px) {
  #insta .head {
    margin-right: 10px;
  }
  #insta .head .folw a {
    width: 170px;
    font-size: 18px;
  }
  #insta .head .folw a::after {
    margin-top: 5px;
  }
  #insta .contents {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  #insta .head {
    flex-direction: column;
    row-gap: 10px;
  }
  #insta .head .folw a {
    width: 140px;
    font-size: 16px;
  }
  #insta .head .folw a .icon {
    width: 22px;
  }
  #insta .head .folw a::after {
    margin-top: 0px;
  }
  #insta .contents {
    gap: 30px 2%;
  }
  #insta .contents .block {
    width: 32%;
  }
  #insta .contents .block .image {
    border-radius: 10px;
  }
  #insta .contents .block .image .textbox {
    padding: 5px;
  }
  #insta .contents .block .image .textbox .text {
    font-size: 10px;
  }
}/*# sourceMappingURL=index.css.map */