@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/**************************************** idx 공통 시작*/
.idx__title_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.idx__title_container .idx__title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
.idx__title_container > .btn {
  margin-top: 100px;
}

.idx__contents_title {
  font-weight: 700;
  line-height: 1.33;
  color: #252A3E;
}
.idx__contents_title.idx__contents_title--s60 {
  font-size: 3.75rem;
  white-space: pre-line;
}
.idx__contents_title.idx__contents_title--s45 {
  font-size: 2.8125rem;
  white-space: pre-line;
}
.idx__contents_title span {
  position: relative;
  z-index: 5;
}
.idx__contents_title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 10px;
  background-color: #0F83A3;
  z-index: -1;
}

.idx__contents_cap {
  font-size: 1.375rem;
  line-height: 1.5;
  white-space: pre-line;
}
.idx__contents_cap.idx__contents_cap--w {
  color: rgba(255, 255, 255, 0.75);
}
.idx__contents_cap.idx__contents_cap--p {
  color: rgba(37, 42, 62, 0.75);
  font-weight: 700;
}

.idx__sec {
  width: 100%;
  height: 850px;
}
.idx__sec .idx__container {
  height: 100%;
}

/**************************************** idx 공통 끝*/
/**************************************** sec1 시작*/
.idx__sec1 {
  background-image: url(/img/idx/idx__s1_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.idx__sec1 .idx__s1_container .idx__s1_contents_container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
  color: #fff;
}
.idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents .title_wrap .idx__contents_title {
  color: #fff;
}
.idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents .cap_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents .cap_wrap .author {
  font-size: 1.5rem;
  font-weight: 700;
}

/**************************************** sec1 끝*/
/**************************************** sec2 시작*/
.idx__sec2 {
  background-color: #F2F3F8;
}

.idx__s2_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.idx__s2_contents_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx__s2_figure_wrap {
  aspect-ratio: 59/55;
  max-width: 590px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx__s2_figure_wrap .idx__s2_img {
  position: absolute;
}
.idx__s2_figure_wrap .idx__s2_img.idx__s2_img--frame {
  max-width: 59.3220338983%;
}
.idx__s2_figure_wrap .idx__s2_img.idx__s2_img--car {
  max-width: 100%;
  bottom: 0;
  z-index: 2;
}

/**************************************** sec2 끝*/
/**************************************** sec3 시작*/
.idx__sec3 {
  overflow: hidden;
}

.idx__s3_contents_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx__s3_slide_container {
  max-width: 520px;
  width: 100%;
  height: 100%;
}
.idx__s3_slide_container .idx__s3_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: visible;
}
.idx__s3_slide_container .idx__s3_slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.idx__s3_slide_container .idx__s3_slide .swiper-slide.active {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.idx__s3_slide_container .idx__s3_slide .swiper-slide.active .idx__s3_contents_wrap {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  border: 1px solid #E6E6E6;
}
.idx__s3_slide_container .idx__s3_slide .swiper-slide.active .idx__s3_contents_wrap figure {
  opacity: 1;
}
.idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap {
  max-width: 390px;
  min-width: 390px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 30px 30px 30px 0px rgba(236, 238, 246, 0.75);
          box-shadow: 30px 30px 30px 0px rgba(236, 238, 246, 0.75);
  padding: 30px;
  position: relative;
  color: #252A3E;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .title_wrap .tag {
  min-width: 85px;
  height: 40px;
  border-radius: 100px;
  background-color: #F2F3F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #B9BFD1;
}
.idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .title_wrap .title {
  font-size: 1.25rem;
  font-weight: 700;
}
.idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-top: 20px;
  margin-top: 55px;
  border-top: 1px dashed #797979;
}
.idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .price_wrap .name {
  font-size: 1.25rem;
  font-weight: 700;
}
.idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .price_wrap .price {
  color: #0F83A3;
  font-size: 2.5rem;
  font-weight: 700;
}
.idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap figure {
  position: absolute;
  top: -15px;
  right: 30px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/**************************************** sec3 끝*/
/**************************************** sec4 시작*/
.idx__sec4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.idx__s4_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.idx__s4_contents_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx__s4_figure_wrap {
  aspect-ratio: 27/19;
  max-width: 675px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx__s4_figure_wrap .idx__s4_img {
  position: absolute;
}
.idx__s4_figure_wrap .idx__s4_img.idx__s4_img--title {
  max-width: 84.4444444444%;
  top: 0;
  z-index: 1;
}
.idx__s4_figure_wrap .idx__s4_img.idx__s4_img--car {
  max-width: 100%;
  bottom: 0;
  z-index: 2;
}

/**************************************** sec4 끝*/
/**************************************** sec5 시작*/
.idx__s5_contents_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.idx__s5_contents_wrap {
  aspect-ratio: 158/140;
  max-width: 790px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.idx__s5_contents_wrap figure {
  max-width: 450px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.idx__s5_contents_wrap .idx__s5_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 100px;
  max-width: 585px;
  width: 100%;
  aspect-ratio: 13/9;
  background-color: #283760;
  color: #fff;
  border-radius: 30px;
}
.idx__s5_contents_wrap .idx__s5_contents .title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.idx__s5_banner_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 100px;
}
.idx__s5_banner_container .idx__s5_banner {
  width: 100%;
  height: 120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.idx__s5_banner_container .idx__s5_banner.idx__s5_banner--event {
  background-image: url(/img/idx/idx__s6_banner02.jpg);
  padding: 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx__s5_banner_container .idx__s5_banner.idx__s5_banner--event .contents .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #6D1522;
}
.idx__s5_banner_container .idx__s5_banner.idx__s5_banner--partner {
  background-image: url(/img/idx/idx__s6_banner01.jpg);
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx__s5_banner_container .idx__s5_banner.idx__s5_banner--event .contents,
.idx__s5_banner_container .idx__s5_banner.idx__s5_banner--partner .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.idx__s5_banner_container .idx__s5_banner.idx__s5_banner--partner .contents .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5A4825;
}

/**************************************** sec5 끝*/
/**************************************** sec6 시작*/
.idx__sec6 {
  background-image: url(/img/idx/idx__s6_back.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.idx__s6_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 80px;
}

.idx__s6_contents_container {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}

.idx__title_container.idx__s6_title_container {
  position: relative;
}
.idx__title_container.idx__s6_title_container .idx__contents_cap {
  position: absolute;
  top: calc(-1.375rem - 20px);
}
.idx__title_container.idx__s6_title_container .idx__contents_title {
  color: #fff;
}

.idx__s6_contents_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.idx__s6_contents_wrap .idx__s6_contents {
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}
.idx__s6_contents_wrap .idx__s6_contents p {
  font-weight: 500;
  line-height: 1.62;
  white-space: pre-line;
}

/**************************************** sec6 끝*/
/**************************************** sec7 시작*/
.idx__sec7 {
  background-color: #202C4F;
}
.idx__sec7 .idx__s7_container figure {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 0 auto;
}
.idx__sec7 .idx__s7_container figure iframe {
  width: 100%;
  height: 100%;
}

/**************************************** sec7 끝*/
@media screen and (max-width: 1240px) {
  .idx__sec1 {
    background-position: right 40% center;
  }
  .idx__s4_figure_wrap {
    max-width: 540px;
  }
  .idx__s5_contents_wrap {
    max-width: 640px;
  }
  .idx__s5_contents_wrap figure {
    max-width: 350px;
  }
  .idx__s5_contents_wrap .idx__s5_contents {
    row-gap: 30px;
    max-width: 450px;
  }
  .idx__s5_contents_wrap .idx__s5_contents .title {
    font-size: 1.625rem;
  }
  .idx__s6_contents_container {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .idx__sec {
    height: 650px;
  }
  .idx__title_container .idx__title_wrap {
    row-gap: 20px;
  }
  .idx__title_container > .btn {
    margin-top: 50px;
  }
  .idx__contents_title.idx__contents_title--s60 {
    font-size: 2.875rem;
  }
  .idx__contents_title.idx__contents_title--s45 {
    font-size: 2.25rem;
  }
  .idx__contents_cap {
    font-size: 1.25rem;
  }
  .idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents {
    row-gap: 40px;
  }
  .idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents .cap_wrap {
    row-gap: 20px;
  }
  .idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents .cap_wrap .author {
    font-size: 1.375rem;
  }
  .idx__s2_contents_container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .idx__s2_figure_wrap {
    max-width: 400px;
  }
  .idx__s3_slide_container {
    max-width: 400px;
  }
  .idx__s3_slide_container .idx__s3_slide .swiper-slide.active .idx__s3_contents_wrap {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap {
    max-width: 350px;
    min-width: 350px;
    padding: 30px 20px;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .title_wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .title_wrap .tag {
    min-width: 75px;
    height: 35px;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .title_wrap .title {
    font-size: 1.125rem;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .price_wrap {
    margin-top: 30px;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .price_wrap .name {
    font-size: 1.125rem;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .price_wrap .price {
    font-size: 2rem;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap figure {
    max-width: 80px;
    right: 20px;
  }
  .idx__s4_figure_wrap {
    max-width: 400px;
  }
  .idx__s5_contents_container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .idx__s5_contents_wrap {
    max-width: 440px;
  }
  .idx__s5_contents_wrap figure {
    max-width: 200px;
  }
  .idx__s5_contents_wrap .idx__s5_contents {
    max-width: 350px;
  }
  .idx__s5_contents_wrap .idx__s5_contents .title {
    font-size: 1.625rem;
  }
  .idx__s5_banner_container {
    margin-top: 70px;
  }
  .idx__s6_contents_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx__s6_contents_wrap {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .idx__s6_contents_wrap .idx__s6_contents {
    height: auto;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .idx__sec {
    height: auto;
  }
  .idx__sec.idx__sec1 {
    height: 90vh;
  }
  .idx__title_container .idx__title_wrap {
    row-gap: 15px;
  }
  .idx__title_container > .btn {
    margin-top: 30px;
  }
  .idx__contents_title.idx__contents_title--s60 {
    font-size: 2.5rem;
  }
  .idx__contents_title.idx__contents_title--s45 {
    font-size: 1.875rem;
  }
  .idx__contents_cap {
    font-size: 1.125rem;
  }
  .idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents {
    row-gap: 30px;
  }
  .idx__s2_contents_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
  .idx__s3_contents_container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 50px;
  }
  .idx__s3_slide_container {
    max-width: 100%;
  }
  .idx__s3_slide_container .idx__s3_slide {
    height: auto;
  }
  .idx__s3_slide_container .idx__s3_slide .swiper-slide.active .idx__s3_contents_wrap {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap {
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .title_wrap .tag {
    min-width: 60px;
    height: 30px;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .price_wrap {
    margin-top: 20px;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap .price_wrap .price {
    font-size: 1.875rem;
  }
  .idx__s3_slide_container .idx__s3_slide .idx__s3_contents_wrap figure {
    max-width: 70px;
    right: 15px;
  }
  .idx__s4_contents_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 50px;
  }
  .idx__s5_contents_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 50px;
  }
  .idx__s5_contents_wrap {
    max-width: 360px;
  }
  .idx__s5_contents_wrap figure {
    max-width: 170px;
  }
  .idx__s5_contents_wrap .idx__s5_contents {
    max-width: 280px;
  }
  .idx__s5_contents_wrap .idx__s5_contents .title {
    font-size: 1.375rem;
  }
  .idx__s5_banner_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .idx__s5_banner_container .idx__s5_banner {
    height: 120px;
  }
  .idx__s5_banner_container .idx__s5_banner.idx__s5_banner--partner {
    padding: 0 30px;
  }
  .idx__s5_banner_container .idx__s5_banner.idx__s5_banner--partner .contents .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 540px) {
  .idx__sec.idx__sec1 {
    height: 95vh;
  }
  .idx__title_container {
    width: 100%;
  }
  .idx__title_container > .btn {
    margin-top: 20px;
  }
  .idx__title_container .idx__title_wrap {
    row-gap: 10px;
  }
  .idx__contents_title.idx__contents_title--s60 {
    font-size: 2rem;
    white-space: normal;
  }
  .idx__contents_title.idx__contents_title--s60 .br_type.br_type--mo {
    display: block;
  }
  .idx__contents_title.idx__contents_title--s45 {
    font-size: 1.625rem;
    white-space: normal;
  }
  .idx__contents_title.idx__contents_title--s45 .br_type.br_type--mo {
    display: block;
  }
  .idx__contents_title span::after {
    height: 7px;
    bottom: 2px;
  }
  .idx__contents_cap {
    white-space: normal;
  }
  .idx__contents_cap .br_type.br_type--mo {
    display: block;
  }
  .idx__sec1 {
    background-image: url(/img/idx/idx__s1_back--mo.jpg);
    background-position: center center;
  }
  .idx__sec1 .idx__s1_container {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .idx__sec1 .idx__s1_container .idx__s1_contents_container .idx__s1_contents .cap_wrap .author {
    font-size: 1.25rem;
  }
  .idx__s2_contents_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 40px;
  }
  .idx__sec.blank {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .idx__sec.idx__sec4.blank {
    padding-top: 0;
  }
  .idx__s3_contents_container {
    row-gap: 40px;
  }
  .idx__s4_contents_container {
    row-gap: 30px;
  }
  .idx__s5_contents_container {
    row-gap: 30px;
  }
  .idx__s5_contents_wrap {
    aspect-ratio: auto;
    max-width: 360px;
  }
  .idx__s5_contents_wrap figure {
    max-width: 130px;
  }
  .idx__s5_contents_wrap .idx__s5_contents {
    max-width: 240px;
    row-gap: 15px;
  }
  .idx__s5_contents_wrap .idx__s5_contents .title {
    font-size: 1.25rem;
  }
  .idx__s5_banner_container {
    margin-top: 50px;
  }
  .idx__s5_banner_container .idx__s5_banner {
    height: 100px;
  }
  .idx__s5_banner_container .idx__s5_banner.idx__s5_banner--partner {
    padding: 0 20px;
  }
  .idx__s5_banner_container .idx__s5_banner.idx__s5_banner--partner .contents .title {
    font-size: 1.0625rem;
  }
  .idx__s6_container {
    row-gap: 50px;
  }
  .idx__s6_contents_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 30px;
  }
  .idx__title_container.idx__s6_title_container .idx__contents_cap {
    position: static;
    top: 0;
  }
  .idx__s6_contents_wrap {
    row-gap: 30px;
  }
  .idx__s6_contents_wrap .idx__s6_contents {
    row-gap: 20px;
  }
  .idx__s6_contents_wrap .idx__s6_contents p {
    white-space: normal;
    word-break: keep-all;
    font-size: 1.0625rem;
  }
}/*# sourceMappingURL=main.css.map */