@charset "UTF-8";
/* ================================
  top.css
===================================== */

/* .c-deco___
------------------------------------- */
.c-deco_01 {
  position: absolute;
  bottom: -484px;
  right: 0;
  z-index: 9;
  display: block;
  width: 20.132vw;
  height: 42.606vw;
  max-width: 275px;
  max-height: 582px;
  background: url(../img/top/deco_01.svg) no-repeat;
  background-size: contain;
}
.c-deco_02 {
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 9;
  display: block;
  width: 24.231vw;
  height: 12.152vw;
  max-width: 331px;
  max-height: 166px;
  background: url(../img/top/deco_02.svg) no-repeat;
  background-size: contain;
}
.c-deco_03 {
  position: absolute;
  bottom: 820px;
  left: 0;
  z-index: 9;
  display: block;
  width: 16.984vw;
  height: 30.966vw;
  max-width: 232px;
  max-height: 423px;
  background: url(../img/top/deco_03.svg) no-repeat;
  background-size: contain;
}
.c-deco_04 {
  position: absolute;
  bottom: -186px;
  right: -34px;
  z-index: 99;
  display: block;
  width: 32.357vw;
  height: 30.454vw;
  max-width: 442px;
  max-height: 416px;
  background: url(../img/top/deco_04.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-deco_04 {
    bottom: -116px;
  }
}
@media screen and (max-width: 767px) {
  .c-deco_01 {
    bottom: -13.4%;
    right: 0;
    width: 125px;
    height: 272px;
  }
  .c-deco_02 {
    bottom: -1.3%;
    left: -48px;
    width: 233px;
    height: 120px;
  }
  .c-deco_03 {
    display: none;
  }
  .c-deco_04 {
    bottom: -2.3%;
    right: -10px;
    width: 42.133vw;
    height: 39.467vw;
  }
}
@media screen and (max-width: 320px) {
  .c-deco_04 {
    bottom: -11px;
  }
}

/* --------------------------------
  section - .sec_home-fv
------------------------------------- */
.fv-fv_box {
  position: relative;
  height: 814px;
  margin-top: 0;
  overflow: hidden;
}
.fv-fv_box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left bottom;
  margin: 0 auto;
}
.fv-fv_box .fv-fv_01 {
  z-index: 87;
}
.fv-fv_box .fv-fv_02 {
  z-index: 86;
}
.fv-fv_box .fv-fv_03 {
  z-index: 88;
}
.fv-fv_box .fv-fv_logo {
  top: 190px;
  left: 12.6vw;
  z-index: 89;
  width: 700px;
  height: auto;
}
.fv-fv_box::after {
  position: absolute;
  bottom: 0;
  z-index: 99;
  content: "";
  display: block;
  width: 100%;
  height: 165px;
  background: linear-gradient(rgba(209, 198, 225, 0) 0%, #d1c6e1 73.4%, #b6bce0 100%);
}
@media screen and (min-width: 1401px) {
  .fv-fv_box img {
    object-position: center;
  }
}
@media screen and (max-width: 1048px) {
  .fv-fv_box img {
    object-position: center;
  }
  .fv-fv_box .fv-fv_logo {
    left: 4%;
    top: 28%;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .fv-fv_box {
    height: 685px;
  }
  .fv-fv_box::after {
    background: linear-gradient(rgba(209, 198, 225, 0) 0%, #d1c6e1 53.4%, #d4c2dc 100%);
  }
  .fv-fv_box img {
    object-position: right -165px top -55px;
  }
  .fv-fv_box .fv-fv_logo {
    left: 20px;
    top: 34%;
    width: 91.4%;
    object-position: left top;
  }
}

/* --------------------------------
  section - .sec_home-introduction
------------------------------------- */
.sec_home-introduction {
  padding-top: 140px;
  background: linear-gradient(#b6bce0 0%, #649edd 100%);
}
.sec_home-introduction::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 972px;
  background: url(../img/top/top_deco_bg.png) no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .sec_home-introduction {
    padding-top: 0;
    background: linear-gradient(#d4c2dc 0%, #649edd 100%);
  }
  .sec_home-introduction::before {
    display: none;
  }
}

/* .sec_home-introduction .l-intro_box
------------------------------------- */
.sec_home-introduction .l-intro_box {
  position: relative;
  top: -178px;
  z-index: 99;
  max-width: 960px;
  margin: 0 auto;
  padding: 78px 40px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.8);
}
.sec_home-introduction .l-intro_box.active {
  margin: -200px auto 0;
}
.sec_home-introduction .l-intro_box .p-txt {
  margin-bottom: 2em;
  font-weight: var(--semibold);
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 2;
  text-align: center;
  color: #000;
}
.sec_home-introduction .l-intro_box .box-heading {
  margin: 0 auto 60px;
  font-weight: var(--normal);
  font-size: 32px;
  line-height: calc(52/32);
  text-align: center;
  color: #000;
}
.sec_home-introduction .l-intro_box .intro-img_01 {
  top: 170px;
  left: 89px;
}
.sec_home-introduction .l-intro_box .intro-img_02 {
  top: 345px;
  right: 131px;
}
.sec_home-introduction .l-intro_box .intro-img_03 {
  bottom: 168px;
  left: 140px;
}
@media screen and (max-width: 980px) {
  .sec_home-introduction .l-intro_box {
    max-width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .sec_home-introduction .l-intro_box {
    top: -144px;
    max-width: 77.8666%;
    margin: 0 auto;
    padding: 36px 0 4px;
  }
  .sec_home-introduction .l-intro_box.active {
    margin: 0 auto;
  }
  .sec_home-introduction .l-intro_box .p-txt {
    margin-bottom: 2em;
    font-size: var(--clamp_16px);
    letter-spacing: .06em;
    line-height: 1.875;
  }
  .sec_home-introduction .l-intro_box .box-heading {
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: calc(34/20);
  }
  .sec_home-introduction .l-intro_box .intro-img_01 {
    top: 20.5%;
    left: -11.5%;
    width: 41px;
  }
  .sec_home-introduction .l-intro_box .intro-img_02 {
    top: 66.2%;
    right: -12.1%;
    width: 67px;
  }
  .sec_home-introduction .l-intro_box .intro-img_03 {
    bottom: 8.6%;
    left: -10.5%;
    width: 62px;
  }
}

/* --------------------------------
  section - .sec_home-news
------------------------------------- */
.sec_home-news {
  padding: 100px 0 100px;
  background: #f4fafd;
}
.sec_home-news .flex {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  max-width: 845px;
  margin: 0 auto;
}
.sec_home-news .news-list_box {
  width: 82.84%;
  max-width: 700px;
}
.sec_home-news .news-list li {
  padding: 15px 0;
  border-bottom: 1px solid #d1c6e1;
}
.sec_home-news .news-list a {
  display: flex;
  align-items: flex-start;
}
.sec_home-news .news-list .date {
  flex-shrink: 0;
  margin-right: 21px;
  font-family: var(--noto-sans);
  font-weight: var(--normal);
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.8;
  text-align: left;
  color: var(--purple);
}
.sec_home-news .news-list .title {
  max-width: 575px;
  font-family: var(--shippori);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .06em;
  line-height: calc(34/16);
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec_home-news {
    margin-top: 1px;
    padding: 30px 0 100px;
  }
  .sec_home-news .flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec_home-news .news-list_box {
    width: 100%;
    max-width: 100%;
  }
  .sec_home-news .news-list a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .sec_home-news .news-list .date {
    margin-right: 0;
  }
  .sec_home-news .news-list .title {
    max-width: 100%;
  }
}

/* .sec_home-news .p-link_circle */
.sec_home-news .p-link_circle {
  position: relative;
  top: 0;
  right: 0;
  margin: 20px auto;
}
.sec_home-news .p-link_circle .txt::after {
  display: block;
  margin: 5px auto 0;
}
@media screen and (max-width: 767px) {
}

/* --------------------------------
  section - .sec_home-about
------------------------------------- */
.sec_home-about {
  padding: 100px 0 100px;
  background: linear-gradient(#faeaf1 0%, #e8f2fa 65.02%, #e4f4fc 100%);
}
.sec_home-about .sec-heading {
  top: 10.2%;
}
@media screen and (max-width: 767px) {
  .sec_home-about {
    margin-top: 1px;
    padding: 30px 0 100px;
  }
  .sec_home-about .sec-heading {
    top: -4%;
    left: 50%;
    transform: translate(-50%,0);
  }
}

/* .about-read_box */
.about-read_box {
  max-width: 670px;
  margin: 66px auto 0;
  padding: 388px 0 40px;
  background: url(../img/top/about_image.png) no-repeat;
  background-size: contain;
  background-position: left 15px top;
}
.about-read_box .txt_box {
  margin-top: auto;
}
.about-read_box .p-txt {
  font-weight: var(--medium);
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 34px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .about-read_box {
    max-width: 375px;
    margin: 0 auto;
    padding: 210px 0 12px;
    background: url(../img/top/about_image.png) no-repeat;
    background-size: contain;
    background-position: center top;
  }
  .about-read_box .p-txt {
    font-size: var(--clamp_16px);
    line-height: 1.875;
  }
}
@media screen and (max-width: 375px) {
  .about-read_box {
    padding: 56vw 0 12px;
  }
}

/* .about-thought_box */
.about-thought_box {
  display: flex;
  gap: 0 31px;
  max-width: 677px;
  margin: 0 auto;
  padding: 54px 44px 11px;
  background: #fff;
  border-radius: 18px;
  filter: drop-shadow(6px 6px 16px rgba(35, 24, 21, 0.18));
}
.about-thought_box .txt_box {
  width: 255px;
}
.about-thought_box .txt_box .thought-heading {
  margin-bottom: 3px;
  font-family: var(--shippori);
  font-weight: var(--semibold);
  font-size: 24px;
  text-align: left;
}
.about-thought_box .txt_box .p-txt {
  font-family: var(--shippori);
  font-weight: var(--medium);
  font-size: 16px;
  line-height: 2.125;
}
.about-thought_box .img_box {
  flex-shrink: 0;
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .about-thought_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0 31px;
    max-width: 400px;
    margin: 0 auto;
    padding: 28px 43px 32px;
    border-radius: 24px;
  }
  .about-thought_box .txt_box {
    width: 100%;
  }
  .about-thought_box .txt_box .thought-heading {
    margin-bottom: 6px;
    font-size: var(--clamp_18px);
  }
  .about-thought_box .txt_box .p-txt {
    font-size: var(--clamp_16px);
    line-height: 1.875;
  }
  .about-thought_box .img_box {
    padding-top: 0;
    max-width: 217px;
  }
}

/* --------------------------------
  section - .sec_home-movie
------------------------------------- */
.sec_home-movie {
  padding: 100px 0 180px;
  background: linear-gradient(#f8efdf 0%, #f3efde 11.3%, #d0ebd6 100%);
}
@media screen and (max-width: 767px) {
  .sec_home-movie {
    margin-top: 1px;
    padding: 30px 0 100px;
  }
}

/* --------------------------------
  section - .sec_home-personaltime
------------------------------------- */
.sec_home-personaltime {
  padding: 100px 0 325px;
  background: linear-gradient(#faeadd 0%, #b5c0e3 100%);
}
.sec_home-personaltime .sec-heading {
  top: 12.9%;
  left: 50%;
  transform: translate(-50%,0);
}
.sec_home-personaltime .personaltime_box {
  margin: 103px auto 200px;
}
.sec_home-personaltime .personaltime_list {
  display: flex;
  justify-content: space-between;
}
.sec_home-personaltime .personaltime_list button {
  display: block;
  position: relative;
  transition: transform 1s, opacity 1s;
}
.sec_home-personaltime .personaltime_list button:hover {
  transform: translate(0,-10px);
}
.sec_home-personaltime .personaltime_list .personaltime_01 {
  left: -6px;
  top: 0;
}
.sec_home-personaltime .personaltime_list .personaltime_02 {
  right: 6px;
  top: 237px;
}
.sec_home-personaltime .personaltime_list .personaltime_03 {
  left: 21px;
  top: 178px;
}
.sec_home-personaltime .personaltime_list .personaltime_04 {
  right: 32px;
  top: 380px;
}
@media screen and (min-width: 769px) {
  .sec_home-personaltime .personaltime_list .img_hv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    transition: ease-in-out .5s;
    opacity: 0;
  }
  .sec_home-personaltime .personaltime_list button:hover .img_hv {
    opacity: 1;
  }
}
@media screen and (max-width: 769px) {
  .sec_home-personaltime {
    padding: 0 0 40px;
  }
  .sec_home-personaltime .sec-heading {
    top: 0;
    margin-bottom: 36px;
  }
  .sec_home-personaltime .sec-heading .c-space {
    margin-top: 1.7em;
  }
  .sec_home-personaltime .personaltime_box {
    margin: 0 auto 100px;
  }
  .sec_home-personaltime .personaltime_list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px 0;
    margin: 0 auto 25px;
  }
  .sec_home-personaltime .personaltime_list button {
    position: unset;
    max-width: 400px;
  }
  .sec_home-personaltime .personaltime_list .personaltime_01 {
    width: 85.7798%;
  }
  .sec_home-personaltime .personaltime_list .personaltime_02 {
    width: 93.1192%;
    margin-left: auto;
  }
  .sec_home-personaltime .personaltime_list .personaltime_03 {
    width: 92.2171%;
  }
  .sec_home-personaltime .personaltime_list .personaltime_04 {
    width:100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_home-personaltime .personaltime_list .img_hv {
    display: none;
  }
}

/* .personaltime modal swiper
------------------------------------- */
.personaltime_box .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  background-color: rgba(0,0,0,.52);
}
@media screen and (max-width: 768px) {
  .personaltime_box .modal {
    padding: 0;
  }
}

/* .modal.is-active */
.personaltime_box .modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* .modal__overlay */
.personaltime_box .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* .modal__content */
.personaltime_box .modal__content {
  position: relative;
  width: 100%;
  max-width: 960px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .personaltime_box .modal__content {
    width: 100%;
    max-width: 100%;
    background: transparent;
  }
}

/* .modal__close-btn */
.personaltime_box .modal__close-btn {
  position: absolute;
  right: 30px;
  top: 27px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
  background: url(../img/top/modal/ico_slide_close.svg) no-repeat;
  background-size: contain;
}
/* .swiper-button-prev, .swiper-button-next */
.personaltime_box .swiper-button-next,
.personaltime_box .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.personaltime_box .swiper-button-prev,
.personaltime_box .swiper-rtl .swiper-button-next {
  left: 20px;
}
.personaltime_box .swiper-button-next,
.personaltime_box .swiper-rtl .swiper-button-prev {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .personaltime_box .modal__close-btn {
    position: absolute;
    right: 6.5%;
    top: 30px;
    width: 16px;
    height: 16px;
    background: url(../img/top/modal/ico_slide_close_white.svg) no-repeat;
    background-size: contain;
  }
  /* .swiper-button-prev, .swiper-button-next */
  .personaltime_box .swiper-button-next,
  .personaltime_box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 30px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .personaltime_box .swiper-button-next:after,
  .personaltime_box .swiper-button-prev:after {
    font-size: 26px!important;
  }
  .personaltime_box .swiper-button-prev,
  .personaltime_box .swiper-rtl .swiper-button-next {
    left: 1.5%;
  }
  .personaltime_box .swiper-button-next,
  .personaltime_box .swiper-rtl .swiper-button-prev {
    right: 1.5%;
  }
}

/* .swiper-pagination */
.personaltime_box .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.personaltime_box .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.personaltime_box .swiper-horizontal>.swiper-pagination-bullets,
.personaltime_box .swiper-pagination-bullets.swiper-pagination-horizontal,
.personaltime_box .swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.personaltime_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.personaltime_box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  background: transparent;
  border: 1.6px solid #bcbcbc;
}
.personaltime_box .swiper-pagination-bullet {
  background: #bcbcbc;
  height: 11px;
  width: 11px;
  opacity: 1;
}
.personaltime_box .swiper-pagination-bullet-active {
  background: #bcbcbc!important;
}
@media screen and (max-width: 768px) {
  .personaltime_box .swiper-pagination {
    position: absolute;
    margin-left: 5%;
    text-align: left;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
  }
  .personaltime_box .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .personaltime_box .swiper-horizontal>.swiper-pagination-bullets,
  .personaltime_box .swiper-pagination-bullets.swiper-pagination-horizontal,
  .personaltime_box .swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: unset;
    top: 27px;
    left: 0;
    width: 80%;
  }
  .personaltime_box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .personaltime_box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .personaltime_box .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

/* .personaltime-modal_box
------------------------------------- */
.personaltime-modal_box {
  width: 100%;
  padding: 53px 0 65px;
  max-height: 100vh;
  overflow-y: auto;
}
.personaltime-modal_box .modal_inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.personaltime-modal_box .modal-heading {
  margin-bottom: 4px;
  font-family: var(--shippori);
  font-weight: var(--medium);
  font-size: 24px;
  line-height: 1.25;
}
.personaltime-modal_box .read {
  font-family: var(--shippori);
  font-weight: var(--medium);
  font-size: 16px;
  line-height: 1.875;
}
/* .personaltime-modal_box .illust_box */
.personaltime-modal_box .illust_box {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .personaltime-modal_box .modal_inner {
    max-width: 84%;
  }
}
@media screen and (max-width: 768px) {
  .personaltime-modal_box {
    position: relative;
    width: 100%;
    padding: 53px 0 65px;
    max-height: 100vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .personaltime-modal_box::-webkit-scrollbar {
    display: none;
  }
  .personaltime-modal_box .modal_inner {
    position: relative;
    max-width: 87.7333%;
    margin: 0 auto;
    background: #fff;
  }
  .personaltime-modal_box .modal-heading {
    margin-bottom: 4px;
    font-size: var(--clamp_22px);
    line-height: 1.3636;
  }
  .personaltime-modal_box .read {
    margin: 0 auto 1.5em;
    font-size: var(--clamp_14px);
    line-height: 2;
  }
}

/* .personaltime-modal_box .product_box */
.personaltime-modal_box .product_box {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: flex;
  gap: 6px 0;
  flex-direction: column;
  align-items: center;
}
.personaltime-modal_box .product_box .name {
  font-family: var(--shippori);
  font-weight: var(--normal);
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .personaltime-modal_box .product_box {
    position: relative;
    right: 7%;
    bottom: unset;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    gap: 0 15px;
    width: 88%;
    height: 238px;
    margin-top: -190px;
    margin-left: auto;
  }
  .personaltime-modal_box .product_box img {
    max-width: 88px;
    max-height: 238px;
  }
  .personaltime-modal_box .product_box .name {
    font-weight: var(--regular);
    font-size: var(--clamp_14px);
    line-height: 1.4285;
    text-align: right;
    margin-bottom: 2px;
  }
}

/* .personaltime-modal_box .read_box */
.personaltime-modal_box .read_box {
  max-width: 562px;
  margin-top: 18px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .personaltime-modal_box .read_box {
    max-width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .personaltime-modal_box .read_box {
    max-width: 87%;
    margin: 42px auto;
  }
}

/* --------------------------------
  section - .sec_home-select
------------------------------------- */
.sec_home-select {
  padding: 240px 0 195px;
  background: linear-gradient(#e4eff5 0%, #faeaf1 100%);
}
.sec_home-select .inner_w1030 {
  position: relative;
}
.sec_home-select .sec-heading {
  top: -4.1%;
  left: 3.5%;
}
@media screen and (max-width: 767px) {
  .sec_home-select {
    padding: 2% 0 40%;
  }
  .sec_home-select .sec-heading {
    left: 50%;
    transform: translate(-50%,0);
    margin: 0 0 108px;
  }
  .sec_home-select .sec-heading .c-space {
    height: 1.75em;
  }
}

/* .sec_home-select .select_box
------------------------------------- */
.sec_home-select .select_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 4%;
  width: 795px;
  margin: 0 0 0 auto;
}
.sec_home-select .select_box:nth-child(odd) .img_box {
  order: 2;
}
.sec_home-select .select_box .img_box {
  position: relative;
  flex-shrink: 0;
}
.sec_home-select .select_box .img_box img {
  position: absolute;
}
.sec_home-select .select_box .info_box {
  width: 34.2%;
  position: relative;
}
.sec_home-select .select_box .info_box .box-heading {
  margin-left: -4px;
  margin-bottom: 4px;
  padding-top: 28px;
  font-family: var(--shippori);
  font-weight: var(--medium);
  font-size: 40px;
  letter-spacing: .06em;
  white-space: nowrap;
}
.sec_home-select .select_box .info_box .p-txt {
  max-width: 255px;
  font-family: var(--shippori);
  font-weight: var(--semibold);
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.75;
}
.sec_home-select .select_box:nth-child(odd) .info_box .p-link_circle {
  position: absolute;
  top: unset;
  bottom: 50px;
  right: unset;
  left: 17%;
  width: 158px;
  height: 157px;
  background: transparent;
}
.sec_home-select .select_box:nth-child(even) .info_box .p-link_circle {
  position: absolute;
  top: unset;
  bottom: 44px;
  bottom: 2%;
  right: unset;
  left: 7.2%;
  width: 158px;
  height: 157px;
  background: transparent;
}
.sec_home-select .select_box .p-link_circle .txt::after {
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  margin: 4px auto 5px;
  background: url(../img/top/link_circle_tri.svg) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .sec_home-select .select_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px 0;
    width: 100%;
    margin: 0 auto;
  }
  .sec_home-select .select_box .img_box {
    order: 1;
  }
  .sec_home-select .select_box .info_box {
    order: 2;
    width: 100%;
    max-width: 400px;
  }
  .sec_home-select .select_box .info_box .box-heading {
    width: 50.1529%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    font-size: 24px;
    letter-spacing: .06em;
  }
  .sec_home-select .select_box .info_box .p-txt {
    width: 52%;
    max-width: 100%;
    font-family: var(--shippori);
    font-weight: var(--semibold);
    font-size: var(--clamp_16px);
    line-height: 1.875;
    letter-spacing: normal;
  }
  .sec_home-select .select_box:nth-child(odd) .info_box .p-link_circle,
  .sec_home-select .select_box:nth-child(even) .info_box .p-link_circle {
    position: absolute;
    top: 16px;
    bottom: unset;
    left: unset;
    right: 0;
    width: 145px;
    height: 145px;
    padding: 0;
    background: transparent;
  }
}
@media screen and (max-width: 320px) {
  .sec_home-select .select_box:nth-child(odd) .info_box .p-link_circle,
  .sec_home-select .select_box:nth-child(even) .info_box .p-link_circle {
    top: 25px;
    width: 125px;
    height: 125px;
  }
}

/* .sec_home-select .select_box_01 */
.sec_home-select .select_box_01 {
  margin: 0 0 133px auto;
}
.sec_home-select .select_01_a {
  width: 447px;
  height: 428px;
  background: url(../img/top/select_01/select_01_a.svg) no-repeat;
  background-size: contain;
}
.sec_home-select .select_01_b {
  bottom: 66px;
  left: -17px;
}
.sec_home-select .select_01_c {
  top: 43px;
  right: -26px;
}
.sec_home-select .select_01_d {
  top: -92px;
  left: 72px;
}
.sec_home-select .select_01_e {
  top: -20px;
  left: 237px;
}
/* .sec_home-select .select_box_02 */
.sec_home-select .select_box_02 {
  max-width: 768px;
  margin: 0 44px 122px auto;
}
.sec_home-select .select_02_a {
  width: 453px;
  height: 420px;
  background: url(../img/top/select_02/select_02_a.svg) no-repeat;
  background-size: contain;
}
.sec_home-select .select_02_b {
  top: 0;
  right: 31px;
  rotate: 20deg;
}
.sec_home-select .select_02_c {
  bottom: 54px;
  left: -20px;
  rotate: -15deg;
}
.sec_home-select .select_02_d {
  top: 109px;
  left: 61px;
}
.sec_home-select .select_02_e {
  top: 54px;
  left: 203px;
}
/* .sec_home-select .select_box_03 */
.sec_home-select .select_box_03 {
  margin: 0 0 132px auto;
}
.sec_home-select .select_03_a {
  width: 449px;
  height: 432px;
  background: url(../img/top/select_03/select_03_a.svg) no-repeat;
  background-size: contain;
}
.sec_home-select .select_03_b {
  top: 12px;
  right: -20px;
}
.sec_home-select .select_03_c {
  top: 190px;
  left: 2px;
  rotate: -15deg;
}
.sec_home-select .select_03_d {
  top: -94px;
  left: 92px;
}
.sec_home-select .select_03_e {
  top: -26px;
  left: 252px;
}
/* .sec_home-select .select_box_04 */
.sec_home-select .select_box_04 {
  max-width: 768px;
  margin: 0 44px 0 auto;
}
.sec_home-select .select_04_a {
  width: 453px;
  height: 420px;
  background: url(../img/top/select_04/select_04_a.svg) no-repeat;
  background-size: contain;
}
.sec_home-select .select_04_b {
  top: 31px;
  right: 23px;
  rotate: 21deg;
}
.sec_home-select .select_04_c {
  bottom: 60px;
  left: -36px;
}
.sec_home-select .select_04_d {
  top: -34px;
  left: 60px;
}
.sec_home-select .select_04_e {
  top: 50px;
  left: 209px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sec_home-select .select_box {
    width: 84%;
    margin: 140px 0 0 auto;
  }
  .sec_home-select .select_box_02,
  .sec_home-select .select_box_04 {
    margin: 140px auto 0 auto;
  }
  .sec_home-select .select_box .info_box {
    width: 40%;
    padding-right: 8%;
  }
}
@media screen and (max-width: 768px) {
  .sec_home-select .select_box_01 {
    margin: 0 auto 72px;
  }
  .sec_home-select .select_01_a {
    width: 312px;
    height: 299px;
    background-size: contain;
  }
  .sec_home-select .select_01_b {
    bottom: 16%;
    left: -4.8%;
    width: 85px;
  }
  .sec_home-select .select_01_c {
    top: 9.5%;
    right: -5%;
    width: 75px;
  }
  .sec_home-select .select_01_d {
    top: -24%;
    left: 15.6%;
    width: 118px;
  }
  .sec_home-select .select_01_e {
    top: -8%;
    left: 52.6%;
    width: 106px;
  }
  /* .sec_home-select .select_box_02 */
  .sec_home-select .select_box_02 {
    max-width: 100%;
    margin: 0 auto 110px;
  }
  .sec_home-select .select_02_a {
    width: 345px;
    height: 293px;
    background-position: right;
  }
  .sec_home-select .select_02_b {
    top: 0;
    right: 6%;
    rotate: 20deg;
    width: 44px;
  }
  .sec_home-select .select_02_c {
    bottom: 13%;
    left: 4%;
    rotate: -15deg;
    width: 51px;
  }
  .sec_home-select .select_02_d {
    top: 26%;
    left: 20.5%;
    width: 93px;
  }
  .sec_home-select .select_02_e {
    top: 13%;
    left: 49%;
    width: 99px;
  }
  /* .sec_home-select .select_box_03 */
  .sec_home-select .select_box_03 {
    max-width: 100%;
    margin: 0 auto 71px;
  }
  .sec_home-select .select_03_a {
    width: 315px;
    height: 303px;
  }
  .sec_home-select .select_03_b {
    top: 1.4%;
    right: -4%;
    width: 64px;
  }
  .sec_home-select .select_03_c {
    top: 45%;
    left: 1%;
    rotate: -15deg;
    width: 55px;
  }
  .sec_home-select .select_03_d {
    top: -21%;
    left: 21%;
    width: 100px;
  }
  .sec_home-select .select_03_e {
    top: -5%;
    left: 56.5%;
    width: 89px;
  }
  /* .sec_home-select .select_box_04 */
  .sec_home-select .select_box_04 {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .sec_home-select .select_04_a {
    width: 345px;
    height: 293px;
    background-position: center right;
  }
  .sec_home-select .select_04_b {
    top: 7.5%;
    right: 5.3%;
    width: 48px;
  }
  .sec_home-select .select_04_c {
    bottom: 13.7%;
    left: .3%;
    width: 74px;
  }
  .sec_home-select .select_04_d {
    top: -8%;
    left: 20%;
    width: 100px;
  }
  .sec_home-select .select_04_e {
    top: 12%;
    left: 50%;
    width: 104px;
  }
}
@media screen and (max-width: 320px) {
  .sec_home-select .inner_w1030 {
    max-width: 90%;
  }
  .sec_home-select .select_box div {
    width: 100%;
    background-size: 100%;
  }
}

/* --------------------------------
  section - .sec_home-arrival
------------------------------------- */
.sec_home-arrival {
  padding: 100px 0 175px;
  background-color: #d7effc;
}
.sec_home-arrival .arrival_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/arrival_bg.png) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  transition-delay: 1.25s;
}
.sec_home-arrival .inner_w960 {
  position: relative;
  z-index: 1;
}
.sec_home-arrival .sec-heading {
  top: -1.2%;
  left: .3%;
}
.sec_home-arrival .arrival_box {
  max-width: 687px;
  margin: 32px auto 40px;
}
.sec_home-arrival .arrival_box .read_box {
  margin: 0 auto;
  text-align: center;
}
.sec_home-arrival .arrival_box .read_box .p-read {
  margin-bottom: .7em;
  font-family: var(--shippori);
  font-weight: var(--semibold);
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 2;
}
.sec_home-arrival .arrival_box img {
  margin: 0 0 26px 8px;
}
.sec_home-arrival .arrival_box .txt_box {
  text-align: center;
}
.sec_home-arrival .arrival_box .txt_box .p-txt {
  margin-bottom: 1.75em;
  font-family: var(--shippori);
  font-weight: var(--medium);
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sec_home-arrival {
    padding: 0 0 119px;
  }
  .sec_home-arrival .arrival_bg {
    width: 100%;
    height: 100%;
    background: url(../img/top/arrival_bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
  .sec_home-arrival .inner_w960 {
    position: relative;
  }
  .sec_home-arrival .arrival_box {
    max-width: 100%;
    margin: 0 auto 40px;
    flex-direction: column;
  }
  .sec_home-arrival .arrival_box .read_box {
    margin-bottom: 2.5em;
  }
  .sec_home-arrival .arrival_box .read_box .p-read {
    display: block;
    letter-spacing: .06em;
    font-size: var(--clamp_16px);
    line-height: 1.875;
  }
  .sec_home-arrival .arrival_box img {
    display: block;
    width: 82%;
    max-width: 300px;
    margin: 0 auto 35px;
  }
  .sec_home-arrival .arrival_box .txt_box .p-txt {
    margin-bottom: 1.75em;
    font-size: var(--clamp_16px);
    letter-spacing: normal;
    line-height: 1.875;
  }
}
@media screen and (max-width: 767px) {
  .sec_home-arrival .sec-heading {
    margin: -32px 0 33px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .sec_home-arrival .sec-heading .c-space {
    margin-top: 2.75em;
  }
}

/* --------------------------------
  section - .sec_home-related
------------------------------------- */
.sec_home-related {}
.sec_home-related .sec-heading {
  display: block;
  margin: 55px auto 65px;
  text-align: center;
  font-family: var(--noto-sans);
  font-weight: var(--semibold);
  font-size: 19px;
}
.sec_home-related .banner_area .banner_list {
  display: flex;
  justify-content: center;
  margin: 0 auto 80px;
  gap: 0 8%;
}
.sec_home-related .banner_area .banner_list li {
  flex-shrink: 0;
  width: 253px;
  margin-bottom: 20px;
}
.sec_home-related .banner_area .banner_list img {
  width: 100%;
}
.sec_home-related .link_area .link_list {
  width: 100%;
  margin: 94px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  color: #464646;
}
.sec_home-related .link_area .link_list li {
  font-size: 14px;
}
.sec_home-related .link_area .link-blank::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: 0 0 -1px 4px;
  background: url(../img/common/tab_icon.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .sec_home-related {}
  .sec_home-related .sec-heading {
    margin: 10px auto;
    font-size: 14px;
  }
  .sec_home-related .banner_area .banner_list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 14px 0;
    margin: 0 auto 30px;
  }
  .sec_home-related .banner_area .banner_list li {
    width: 189px;
    margin-bottom: 10px;
  }
  .sec_home-related .link_area .link_list {
    margin: 14px auto 0;
    gap: 0 16px;
  }
  .sec_home-related .link_area .link_list li {
    font-size: 12px;
  }
  .sec_home-related .link_area .link-blank::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 13px;
    margin: 0 0 -1px 4px;
    background: url(../img/common/tab_icon.png) no-repeat;
    background-size: contain;
  }
}
