@charset "UTF-8";
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.content_wrap {
  padding-top: 0;
}

@media print, screen and (min-width: 641px) {
  .mod_header .header_inner {
    position: absolute;
    z-index: 1;
    top: calc(100vh - 0.94rem);
  }
}
@media screen and (min-width: 641px) and (max-height: 700px) {
  .mod_header .header_inner {
    top: calc(700px - 0.94rem);
  }
}
@media print, screen and (min-width: 641px) {
  .headerMenuFix .mod_header .header_inner {
    position: fixed;
    top: 0;
  }
}

.-section_inner {
  position: relative;
  width: 100%;
  margin: auto;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
html:not(.is-skipped):not(.is-accessed) {
  overflow: hidden;
}

.loading_cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  overflow: hidden;
  background-color: #E0E5E7;
}
.loading_cover:has(.loading_cover-skip.is-active) {
  cursor: pointer;
}
.loading_cover-scene {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  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;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.loading_cover-scene .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.loading_cover-scene.-disabled {
  opacity: 0;
}
.loading_cover-scene.is-active {
  opacity: 1;
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
}
.loading_cover-logo {
  width: 2.2rem;
  height: 1.71rem;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
@media screen and (max-width: 640px) {
  .loading_cover-logo {
    width: 1.76rem;
    height: 1.37rem;
  }
}
.loading_cover-logo img {
  width: 100%;
  height: auto;
}
.is-active .loading_cover-logo {
  opacity: 1;
}
.loading_cover-skip {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.45rem;
  width: 1.5rem;
  border-bottom: 1px solid #F6F4F2;
  font-family: "begum", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #F6F4F2;
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .loading_cover-skip {
    font-size: 0.16rem;
    height: 0.35rem;
    width: 0.6rem;
    bottom: 0.4rem;
    right: 0.32rem;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}
.loading_cover-skip i {
  position: relative;
  top: 0.02rem;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../common/img/ico_btn_arrow02.svg");
          mask-image: url("../common/img/ico_btn_arrow02.svg");
  background: #F6F4F2;
  margin-left: 0.1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.loading_cover-skip.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
.is-accessed .loading_cover-skip, .is-skipped .loading_cover-skip {
  pointer-events: none !important;
  display: none;
}
.loading_cover-progress {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 1.45rem;
  background-color: #F6F4F2;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (max-width: 640px) {
  .loading_cover-progress {
    height: 1rem;
  }
}
.loading_cover-progress.is-active {
  opacity: 1;
}
.loading_cover-progress_bar {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #333538;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.loading_cover-catch {
  width: 100%;
  text-align: left;
  padding-left: 1.2rem;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .loading_cover-catch {
    position: absolute;
    top: 1rem;
    left: 0.32rem;
    font-size: 0.14rem;
    padding: 0;
  }
}
.loading_cover-catch span {
  background-color: #F6F4F2;
  line-height: 1;
  padding: 0.03rem;
}
.is-skipped .loading_cover {
  opacity: 0;
  pointer-events: none;
}
.is-accessed .loading_cover {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.loading_cover .is-disabled {
  opacity: 0;
}

.loading_upslide {
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .loading_upslide {
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .loading_upslide {
    height: 100vh;
  }
}
.loading_upslide .loading_upslideImg {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 641px) {
  .loading_upslide .loading_upslideImg {
    height: auto;
    -o-object-position: center 0;
       object-position: center 0;
  }
}
@media screen and (max-width: 640px) {
  .loading_upslide .loading_upslideImg {
    width: 120%;
    height: 120%;
    -o-object-position: 65% 0;
       object-position: 65% 0;
  }
}

@media print, screen and (min-width: 641px) {
  .sec_mv {
    padding-bottom: 0.94rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv {
    padding-top: 0.6rem;
  }
}
.sec_mv .-section_inner {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_mv .-section_inner {
    height: calc(100vh - 0.94rem);
    min-height: 6.06rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .-section_inner {
    height: auto;
    padding-bottom: 0.55rem;
  }
  .sec_mv .-section_inner:has(.-full) {
    padding-bottom: 0;
  }
}
@-webkit-keyframes scaler {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scaler {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sec_mv .mv_slide {
  height: 100%;
  min-height: 6rem;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide {
    min-height: 0;
    height: calc(100vw + 1rem);
  }
}
.sec_mv .mv_slide .swiper-wrapper {
  max-width: 100%;
  height: 100%;
}
.sec_mv .mv_slide .swiper-button-prev,
.sec_mv .mv_slide .swiper-button-next {
  position: relative;
  z-index: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0;
  width: 50%;
  height: 100%;
}
.sec_mv .mv_slide .swiper-button-prev::after,
.sec_mv .mv_slide .swiper-button-next::after {
  content: none;
}
.sec_mv .mv_slide .swiper-button-prev:focus,
.sec_mv .mv_slide .swiper-button-next:focus {
  outline: none;
}
.sec_mv .mv_slide .swiper-button-prev {
  left: 0;
}
.sec_mv .mv_slide .swiper-button-next {
  right: 0;
}
.sec_mv .mv_slide.-scaler.-cue .swiper-slide .mv img {
  -webkit-transition: transiform 0.3s;
  transition: transiform 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_mv .mv_slide.-scaler.-cue .swiper-slide-active .mv img {
  -webkit-animation: scaler 6.5s linear forwards;
          animation: scaler 6.5s linear forwards;
}
.sec_mv .mv_slide.-full .swiper-wrapper {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide.-full .swiper-wrapper {
    height: calc(100vw + 1rem);
  }
}
.sec_mv .mv_slide.-full .item .item_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide.-full .item .item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_mv .mv_slide.-full .item .item_inner .mv {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_mv .mv_slide.-full .item .item_inner .mv {
    height: calc(100vh - 0.94rem);
    min-height: 6.06rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide.-full .item .item_inner .mv {
    width: 100%;
    height: 100vw;
    overflow: hidden;
  }
}
.sec_mv .mv_slide.-full .item .item_inner .mv::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide.-full .item .item_inner .mv::after {
    content: none;
  }
}
.sec_mv .mv_slide.-full .item .item_inner .mv_catch {
  position: absolute;
  z-index: 1;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: #0F2B44;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .sec_mv .mv_slide.-full .item .item_inner .mv_catch {
    left: 2.05rem;
    top: calc(50% - 1.7rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide.-full .item .item_inner .mv_catch {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    bottom: calc(-1rem + 1.5em);
    font-size: 0.13rem;
    text-align: center;
  }
}
.sec_mv .mv_slide.-full .item .item_inner .mv_catch > span {
  background-color: #fff;
  padding: 0.05rem;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide.-full .item .item_inner .mv_catch > span {
    padding: 0.03rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide.-full .item.swiper-slide-active .mv_catch {
    opacity: 1;
  }
}
.sec_mv .mv_slide.-full .overwrap_ui {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .sec_mv .mv_slide.-full .overwrap_ui {
    height: calc(100vh - 0.94rem);
    min-height: 6.06rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_slide.-full .overwrap_ui {
    width: 100%;
    height: 100%;
  }
}
.sec_mv .mv_title {
  font-family: "begum", sans-serif;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0;
  color: #0F2B44;
}
@media print, screen and (min-width: 641px) {
  .sec_mv .mv_title {
    position: absolute;
    top: calc(50% - 2.4rem);
    left: 19.25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_title {
    text-align: center;
    margin-top: 0.45rem;
  }
}
.sec_mv .mv_title .line01 {
  font-size: 0.73rem;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_title .line01 {
    font-size: 0.3rem;
  }
}
.sec_mv .mv_title .line02 {
  font-size: 0.25rem;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_title .line02 {
    font-size: 0.18rem;
  }
}
.sec_mv .mv_movie .movie_wrap {
  height: calc(100vh - 0.94rem);
  min-height: 6.06rem;
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_movie .movie_wrap {
    height: calc(100vh - 0.6rem);
  }
}
.sec_mv .mv_movie .movie_wrap .movie {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_mv .mv_subtxt {
  font-family: "begum", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: pre;
  color: #F6F4F2;
}
@media print, screen and (min-width: 641px) {
  .sec_mv .mv_subtxt {
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
  .sec_mv .mv_subtxt img {
    max-inline-size: none;
    width: 11.88rem;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_subtxt {
    position: relative;
    font-size: 0.4rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #333538;
  }
}

.sec_news {
  padding-top: 0.6rem;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .sec_news {
    padding-top: 0;
    padding-bottom: 0.8rem;
  }
}
.sec_news .news_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 8.4rem;
  width: 100%;
  margin: auto;
  padding: 0.25rem 0;
  border-top: 1px solid #5C5E60;
  border-bottom: 1px solid #5C5E60;
}
@media screen and (max-width: 640px) {
  .sec_news .news_detail {
    -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;
    max-width: calc(100% - 0.32rem);
    padding: 0.16rem;
    border: none;
  }
}
.sec_news .news_detail::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  left: 1.3rem;
  border-left: 2px dotted #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_news .news_detail::before {
    content: none;
  }
}
.sec_news .news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.3rem;
  font-size: 0.15rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #333538;
  padding-left: 0.15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_news .news_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0.1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.14rem;
    border-bottom: 1px solid #5C5E60;
  }
}
.sec_news .news_item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0.5rem;
  color: #333538;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .sec_news .news_item {
    font-size: 0.14rem;
    letter-spacing: 0.12em;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0.15rem 0 0;
    padding-right: 0.2rem;
  }
}
.sec_news .news_item a[href] {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec_news .news_item a[href]::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.06rem);
  width: 0.12rem;
  height: 0.12rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../common/img/ico_btn_arrow.svg");
          mask-image: url("../common/img/ico_btn_arrow.svg");
  background: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_news .news_item a[href]::after {
    right: 0;
  }
}
.no-touchevents .sec_news .news_item a[href]:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .sec_news .news_item span {
    display: block;
  }
}

.banner_renewal {
  width: 1.34rem;
  position: absolute;
  top: 0.48rem;
  right: 0.48rem;
}
@media screen and (max-width: 640px) {
  .banner_renewal {
    width: 0.8rem;
    top: 0.76rem;
    right: 0.165rem;
  }
}

.sec_recommend .-section_inner {
  position: relative;
  z-index: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
  background-color: #E0E5E7;
}
@media screen and (max-width: 640px) {
  .sec_recommend .-section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
}
.sec_recommend .-sec_tit {
  margin-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_recommend .-sec_tit {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_recommend iframe {
    width: 94%;
    margin-inline: auto;
  }
}

.renewal {
  margin-bottom: 1.73rem;
}
@media screen and (max-width: 640px) {
  .renewal {
    margin-bottom: 0;
  }
}
.renewal .renewal_inner {
  width: 100%;
  max-width: 11.76rem;
  margin: auto;
  padding: 0.88rem 1rem 0.66rem 1.2rem;
  background-color: #F6F4F2;
}
@media screen and (max-width: 640px) {
  .renewal .renewal_inner {
    padding: 0.4rem 0.24rem 0.8rem;
  }
}
.renewal .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .renewal .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renewal .box {
  width: 100%;
  max-width: 3.56rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .renewal .box {
    margin-top: 1.1rem;
    max-width: 100%;
    padding-left: 0.08rem;
  }
}
.renewal .title {
  font-family: "begum", sans-serif;
  font-weight: 300;
  font-weight: 300;
  position: absolute;
  top: -2.08rem;
  left: 0;
  font-size: 0.9rem;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #C9CCD0;
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .renewal .title {
    font-size: 0.56rem;
    top: -1.38rem;
    left: 0.08rem;
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .renewal .-catch {
    font-size: 0.16rem;
  }
}
.renewal .-txt {
  margin-top: 0.24rem;
  font-size: 0.14rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .renewal .-txt {
    margin-top: 0.16rem;
  }
}
.renewal .ph {
  width: 100%;
  max-width: 4.76rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 640px) {
  .renewal .ph {
    margin-right: 0;
  }
}
.renewal .banner {
  width: 100%;
  margin-top: 0.44rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 640px) {
  .renewal .banner {
    margin-top: 0.48rem;
  }
}
.no-touchevents .renewal .banner:hover {
  opacity: 0.7;
}

.sec_concept .-gauss_effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.2);
}
.sec_concept .mv {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 640px) {
  .sec_concept .mv {
    height: 100svh;
  }
}
.sec_concept .concept_intro {
  position: relative;
  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;
  height: 100svh;
  background-image: url("../img/concept_intro_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .sec_concept .concept_intro {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100vw;
    background-image: url("../img/concept_intro_bg_sp.jpg");
    padding-bottom: 0.34rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.no-touchevents .sec_concept .concept_intro {
  background-attachment: fixed;
}
.sec_concept .concept_intro .intro_catch {
  font-family: "begum", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #F6F4F2;
}
@media screen and (max-width: 640px) {
  .sec_concept .concept_intro .intro_catch {
    font-size: 0.48rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
  }
}
.sec_concept .concept_detail {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 140vh;
  padding-top: 80vh;
  padding-bottom: 40vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_concept .concept_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.7rem;
    padding-bottom: 1.5rem;
  }
}
.sec_concept .concept_detail .txt_wrap {
  position: relative;
  color: #E0E5E7;
  text-align: center;
  color: #F6F4F2;
}
.sec_concept .concept_detail .txt_wrap::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: calc(50% - 0.12rem);
  height: 1px;
  width: 0.24rem;
  background-color: #F6F4F2;
}
@media screen and (max-width: 640px) {
  .sec_concept .concept_detail .txt_wrap::before {
    top: -0.2rem;
  }
}
.sec_concept .concept_detail .txt_wrap .-catch {
  color: #F6F4F2;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .sec_concept .concept_detail .txt_wrap .-catch {
    font-size: 0.16rem;
    letter-spacing: 0.15em;
    line-height: 1.8;
  }
}
.sec_concept .concept_detail .txt_wrap .-txt {
  letter-spacing: 0.12em;
  line-height: 2.2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_concept .concept_detail .txt_wrap .-txt {
    margin-top: 0.4rem;
  }
}

.sec_ceremony {
  background-color: #E0E5E7;
}
.sec_ceremony .-section_inner {
  position: relative;
  max-width: 11.2rem;
  width: 100%;
  margin-inline: auto;
  padding-top: 1.7rem;
  padding-bottom: 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_ceremony .-section_inner {
    padding-top: 4.9rem;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_ceremony .-sec_tit {
    margin-left: 3.9rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_ceremony .-sec_tit {
    max-width: calc(100% - 0.64rem);
    width: 100%;
    margin-inline: auto;
  }
}
.sec_ceremony .-sec_tit .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec_ceremony .txt_wrap {
  position: relative;
  max-width: 3.45rem;
  width: 100%;
  margin-top: 1rem;
  margin-left: 5.1rem;
}
@media screen and (max-width: 640px) {
  .sec_ceremony .txt_wrap {
    max-width: calc(100% - 0.64rem);
    margin-inline: auto;
    margin-top: 0.8rem;
  }
}
.sec_ceremony .txt_wrap::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  height: 1px;
  width: 0.24rem;
  background-color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_ceremony .txt_wrap::before {
    top: -0.2rem;
  }
}
.sec_ceremony .txt_wrap .-catch {
  color: #333538;
}
.sec_ceremony .txt_wrap .-txt {
  margin-top: 0.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .sec_ceremony .txt_wrap .-txt {
    margin-top: 0.3rem;
  }
}
.sec_ceremony .txt_wrap .-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_ceremony .txt_wrap .-link {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_ceremony .ph_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_ceremony .ph_wrap.upper {
    position: absolute;
    top: -0.85rem;
    left: 0;
    width: 100%;
  }
  .sec_ceremony .ph_wrap.lower {
    margin-bottom: -1rem;
    margin-top: 0.8rem;
  }
}
.sec_ceremony .ph {
  position: absolute;
}
@media screen and (max-width: 640px) {
  .sec_ceremony .ph {
    position: static;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_ceremony .ph01 {
    top: -0.84rem;
    left: calc(50% - 6.9rem);
    width: 3.6rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_ceremony .ph01 {
    width: 2rem;
    height: 2.67rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0.24rem;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_ceremony .ph02 {
    top: -2.3rem;
    right: calc(50% - 6.48rem);
    width: 3.76rem;
    height: 2.82rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_ceremony .ph02 {
    width: 2.24rem;
    height: 1.68rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: calc(100% - 2.24rem);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_ceremony .ph03 {
    top: 5.6rem;
    left: calc(50% - 50vw);
    width: 5.6rem;
    height: 3.72rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_ceremony .ph03 {
    width: 2.25rem;
    height: 1.49rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0.24rem;
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_ceremony .ph04 {
    top: 3rem;
    right: calc(50% - 50vw + (var(--scrollbar)));
    width: 3.6rem;
    height: 2.7rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_ceremony .ph04 {
    width: 2.48rem;
    height: 1.87rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: calc(100% - 2.48rem);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_ceremony .ph05 {
    top: 8.3rem;
    right: calc(50% - 6.8rem);
    width: 3.44rem;
    height: 4.58rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_ceremony .ph05 {
    width: 3.11rem;
    height: 2.09rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: calc(100% - 3.11rem);
    margin-top: 0.5rem;
  }
}

.sec_party {
  overflow: hidden;
  background-color: #F6F4F2;
}
.sec_party > .-section_inner {
  position: relative;
  margin: auto;
  padding-top: 2.9rem;
  padding-bottom: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_party > .-section_inner {
    padding-top: 2.1rem;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_party [data-slidearea01].party_slide .slidearea01_wrap {
    max-width: 13.3rem;
    height: 8.2rem;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_party [data-slidearea01].party_slide .slidearea01_wrap {
    max-width: 87.2vw;
    height: calc(82.93vw + 0.6rem);
    margin-top: 0.5rem;
  }
}
.sec_party [data-slidearea01].party_slide .slidearea01_wrapin {
  padding: 0;
}
.sec_party [data-slidearea01].party_slide .ui_wrap {
  position: absolute;
  z-index: 1;
  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;
  width: 100%;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .sec_party [data-slidearea01].party_slide .ui_wrap {
    padding: 0;
  }
}
.sec_party [data-slidearea01].party_slide .slidearea01_btns {
  width: 1.2rem;
  right: auto;
}
.sec_party [data-slidearea01].party_slide .slidearea01_btns::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 0.07rem);
  width: 0.14rem;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.sec_party [data-slidearea01].party_slide .slidearea01_btns button {
  font-family: "begum", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 0.14rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #333538;
  width: auto;
  height: auto;
}
.sec_party [data-slidearea01].party_slide .slidearea01_btns button::after {
  width: 0.1rem;
  height: 0.14rem;
  -webkit-mask-image: url(../common/img/ico_btn_arrow03.svg);
          mask-image: url(../common/img/ico_btn_arrow03.svg);
  background: #333538;
}
.sec_party [data-slidearea01].party_slide .slidearea01_btns .prev {
  padding-left: 0.15rem;
}
.sec_party [data-slidearea01].party_slide .slidearea01_btns .prev::after {
  left: 0;
  right: auto;
}
.sec_party [data-slidearea01].party_slide .slidearea01_btns .next {
  padding-right: 0.15rem;
}
.sec_party [data-slidearea01].party_slide .slidearea01_btns .next::after {
  left: auto;
  right: 0;
}
.sec_party [data-slidearea01].party_slide .slidearea01_pager {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .sec_party .party_slide {
    position: relative;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    margin-top: 0.8rem;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_party .party_slide .slidearea01_wrap {
    left: calc(50% - 6.65rem);
  }
}
.sec_party .party_slide .item .item_inner {
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .sec_party .party_slide .item .item_inner {
    max-width: 12.8rem;
    height: 7.6rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .party_slide .item .item_inner {
    max-width: 82.93vw;
    height: 82.93vw;
  }
}
.sec_party .party_slide .item .item_inner .ph {
  width: 100%;
  height: 100%;
}
.sec_party .party_slide .item .item_inner .txt_wrap {
  position: absolute;
  left: 1.3rem;
  top: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_party .party_slide .item .item_inner .txt_wrap {
    top: 0.3rem;
    left: 0.28rem;
  }
}
.sec_party .party_slide .item .item_inner .txt_wrap .-label {
  background-color: #0F2B44;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.05rem 0.05rem;
  font-size: 0.13rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #F6F4F2;
}
@media screen and (max-width: 640px) {
  .sec_party .party_slide .item .item_inner .txt_wrap .-label {
    font-size: 0.1rem;
    padding: 0.03rem;
  }
}
.sec_party .party_slide .item .item_inner .txt_wrap .-catch {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: #0F2B44;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_party .party_slide .item .item_inner .txt_wrap .-catch {
    font-size: 0.12rem;
    margin-top: 0.05rem;
  }
}
.sec_party .party_slide .item .item_inner .txt_wrap .-catch span {
  display: inline-block;
  line-height: 1;
  padding: 0.05rem;
  background-color: #F6F4F2;
}
@media screen and (max-width: 640px) {
  .sec_party .party_slide .item .item_inner .txt_wrap .-catch span {
    padding: 0.03rem;
  }
}
.sec_party .party_detail {
  position: relative;
  max-width: 11.2rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.2rem;
  padding-left: 6.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail {
    margin-top: 0.6rem;
    padding: 0;
  }
}
.sec_party .party_detail .txt_wrap {
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail .txt_wrap {
    max-width: calc(100% - 0.64rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 0.6rem;
  }
}
.sec_party .party_detail .txt_wrap::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  height: 1px;
  width: 0.24rem;
  background-color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail .txt_wrap::before {
    top: -0.2rem;
  }
}
.sec_party .party_detail .txt_wrap .-catch {
  color: #333538;
}
.sec_party .party_detail .txt_wrap .-txt {
  margin-top: 0.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail .txt_wrap .-txt {
    margin-top: 0.3rem;
  }
}
.sec_party .party_detail .txt_wrap .-link {
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail .txt_wrap .-link {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail .ph_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: calc(100% - 0.24rem);
    width: 100%;
  }
}
.sec_party .party_detail .ph {
  position: absolute;
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail .ph {
    position: static;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_party .party_detail .ph01 {
    top: -0.25rem;
    left: calc(50% - 8rem);
    width: 4.64rem;
    height: 3.65rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail .ph01 {
    width: 1.71rem;
    height: 1.28rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_party .party_detail .ph02 {
    top: 0.55rem;
    left: calc(50% - 2.55rem);
    width: 2.64rem;
    height: 3.96rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .party_detail .ph02 {
    width: 1.48rem;
    height: 2.22rem;
  }
}
.sec_party .-layout_3col {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.6rem;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col {
    gap: 0.45rem;
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.sec_party .-layout_3col::before {
  content: none;
}
.sec_party .-layout_3col .-section_inner {
  width: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col .-section_inner {
    max-width: calc(100% - 0.64rem);
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col .-sec_tit .title > span:not(.-sub_txt) {
    font-size: 0.12rem;
    letter-spacing: 0.11em;
    line-height: 1;
  }
}
.sec_party .-layout_3col .-deco {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col .-deco {
    display: none;
  }
}
.sec_party .-layout_3col .thumb {
  width: 100%;
  height: 5.14rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col .thumb {
    width: 100%;
    height: 1.94rem;
    margin-inline: auto;
    margin-top: 0.2rem;
  }
}
.sec_party .-layout_3col .txt_wrap {
  display: block;
}
.sec_party .-layout_3col .txt_wrap .-catch {
  color: #333538;
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col .txt_wrap .-catch {
    letter-spacing: 0.12em;
    line-height: 2;
  }
}
.sec_party .-layout_3col .txt_wrap .-txt {
  display: inline-block;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col .txt_wrap .-txt {
    font-size: 0.14rem;
    letter-spacing: 0.12em;
    line-height: 2.2;
    text-align: center;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col .txt_wrap .-link {
    margin-top: 0.2rem;
  }
}
.sec_party .-layout_3col .sec_foyer .-deco {
  top: 0.5rem;
  left: -0.4rem;
}
@media print, screen and (min-width: 641px) {
  .sec_party .-layout_3col .sec_banquet {
    margin-top: 0.8rem;
  }
}
.sec_party .-layout_3col .sec_banquet .-deco {
  top: 0.6rem;
  left: -0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_party .-layout_3col .sec_banquet .txt_wrap {
    max-width: 3.2rem;
  }
}
.sec_party .-layout_3col .sec_dessert .-deco {
  left: -0.1rem;
}

.intermission_ph {
  position: relative;
  width: 100%;
  height: 4.39rem;
}
@media screen and (max-width: 640px) {
  .intermission_ph {
    height: 2.34rem;
  }
}
.intermission_ph .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec_cuisine {
  background-color: #F6F4F2;
}
.sec_cuisine .-section_inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .-section_inner {
    padding-top: 0.9rem;
    padding-bottom: 1.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_cuisine .-sec_tit {
    position: absolute;
    top: 1.6rem;
    right: calc(50% - 5.6rem);
  }
  .sec_cuisine .-sec_tit span:not(.-sub_txt) {
    width: 100%;
  }
  .sec_cuisine .-sec_tit .-sub_txt {
    position: relative;
    left: -0.15em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.sec_cuisine .cuisine_mv {
  position: absolute;
  top: 1.6rem;
  left: 0;
  right: calc(50% - 3.6rem);
  height: 5.81rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .cuisine_mv {
    position: static;
    width: 100%;
    height: 100vw;
    margin-top: 0.4rem;
  }
}
.sec_cuisine .cuisine_detail {
  position: relative;
  max-width: 12.8rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 7.7rem;
  padding-right: 8.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .cuisine_detail {
    margin-top: 0;
    padding: 0;
  }
}
.sec_cuisine .txt_wrap {
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .txt_wrap {
    max-width: calc(100% - 0.48rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 0.7rem;
  }
}
.sec_cuisine .txt_wrap::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  height: 1px;
  width: 0.24rem;
  background-color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .txt_wrap::before {
    top: -0.2rem;
  }
}
.sec_cuisine .txt_wrap .-catch {
  color: #333538;
}
.sec_cuisine .txt_wrap .-txt {
  margin-top: 0.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .txt_wrap .-txt {
    margin-top: 0.3rem;
  }
}
.sec_cuisine .txt_wrap .-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.3rem;
  background-color: #F6F4F2;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .txt_wrap .-link {
    margin-top: 0.4rem;
  }
}
.sec_cuisine .txt_wrap .-link .logo {
  width: 2.1rem;
  height: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .txt_wrap .-link .logo {
    width: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph_wrap {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0.6rem;
  }
}
.sec_cuisine .ph {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph {
    position: static;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_cuisine .ph01 {
    top: -2.8rem;
    right: calc(50% - 50vw + var(--scrollbar));
    width: 3.04rem;
    height: 2.29rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph01 {
    width: 1.92rem;
    height: 1.45rem;
    margin-left: calc(100% - 2.15rem);
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_cuisine .ph02 {
    top: -0.84rem;
    right: calc(50% - 3.2rem);
    width: 4.28rem;
    height: 2.85rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph02 {
    width: 2.6rem;
    height: 1.73rem;
  }
}
.sec_cuisine .ph03 {
  top: 0.4rem;
  right: 0;
  width: 2.4rem;
  height: 3.83rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph03 {
    display: none;
  }
}
.sec_cuisine .ph04 {
  top: 2.8rem;
  right: calc(50% - 2.16rem);
  width: 2.16rem;
  height: 2.16rem;
}
@media screen and (max-width: 640px) {
  .sec_cuisine .ph04 {
    display: none;
  }
}

.sec_dress {
  background-color: #E0E5E7;
}
.sec_dress > .-section_inner {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .sec_dress > .-section_inner {
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_dress .-sec_tit {
    position: absolute;
    top: 1.6rem;
    left: calc(50% - 5.6rem);
  }
  .sec_dress .-sec_tit .-sub_txt {
    position: relative;
    right: -0.05em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.sec_dress .dress_mv {
  position: absolute;
  top: 1.6rem;
  left: calc(50% - 3.6rem);
  right: 0;
  height: 5.81rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_mv {
    position: static;
    width: 100%;
    height: 3.75rem;
    margin-top: 0.5rem;
  }
}
.sec_dress .dress_detail {
  position: relative;
  max-width: 12.8rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 7.2rem;
  padding-left: 8.6rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail {
    max-width: calc(100% - 0.48rem);
    margin-top: 0.7rem;
    padding: 0;
  }
}
.sec_dress .dress_detail .txt_wrap {
  position: relative;
}
.sec_dress .dress_detail .txt_wrap::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  height: 1px;
  width: 0.24rem;
  background-color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail .txt_wrap::before {
    top: -0.2rem;
  }
}
.sec_dress .dress_detail .txt_wrap .-catch {
  color: #333538;
}
.sec_dress .dress_detail .txt_wrap .-txt {
  margin-top: 0.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail .txt_wrap .-txt {
    margin-top: 0.3rem;
  }
}
.sec_dress .dress_detail .txt_wrap .-link {
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail .txt_wrap .-link {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail .ph_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0.7rem;
  }
}
.sec_dress .dress_detail .ph {
  position: absolute;
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail .ph {
    position: relative;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_dress .dress_detail .ph01 {
    top: -3rem;
    left: calc(50% - 50vw);
    width: 3.04rem;
    height: 4.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail .ph01 {
    width: 1.72rem;
    height: 2.24rem;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_dress .dress_detail .ph02 {
    top: 0rem;
    left: calc(50% - 3.2rem);
    width: 4.4rem;
    height: 3.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail .ph02 {
    position: relative;
    right: -0.24rem;
    width: 2.8rem;
    height: 2.1rem;
    margin-left: calc(100% - 2.8rem);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_dress .dress_detail .ph03 {
    top: 2.4rem;
    left: calc(50% - 6.3rem);
    width: 2.16rem;
    height: 2.16rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_dress .dress_detail .ph03 {
    display: none;
  }
}

.sec_hospitality {
  background-color: #F6F4F2;
}
.sec_hospitality > .-section_inner {
  position: relative;
  z-index: 0;
  max-width: 12.8rem;
  width: 100%;
  margin-inline: auto;
  padding-top: 1.7rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .sec_hospitality > .-section_inner {
    padding-top: 1.1rem;
    padding-bottom: 0.8rem;
  }
}
.sec_hospitality > .-section_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 2.2rem);
  right: calc(50% - 2.2rem);
  background-color: #EDE9E6;
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .sec_hospitality > .-section_inner::before {
    left: calc(50% - 1.1rem);
    right: calc(50% - 1.1rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_hospitality .-sec_tit .-sub_txt {
    line-height: 1.2;
  }
}
.sec_hospitality .hospitality_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.15rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_upper {
    display: block;
    margin-top: 0.4rem;
  }
}
.sec_hospitality .hospitality_upper .ph01 {
  width: 6.64rem;
  height: 4.98rem;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_upper .ph01 {
    width: 100%;
    height: 2.81rem;
  }
}
.sec_hospitality .hospitality_upper .txt_wrap {
  position: relative;
  max-width: 4.16rem;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_upper .txt_wrap {
    max-width: calc(100% - 0.48rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 0.7rem;
  }
}
.sec_hospitality .hospitality_upper .txt_wrap::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  height: 1px;
  width: 0.24rem;
  background-color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_upper .txt_wrap::before {
    top: -0.2rem;
  }
}
.sec_hospitality .hospitality_upper .txt_wrap .-catch {
  color: #333538;
}
.sec_hospitality .hospitality_upper .txt_wrap .-txt {
  margin-top: 0.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_upper .txt_wrap .-txt {
    margin-top: 0.2rem;
  }
}
.sec_hospitality .hospitality_lower {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 11.2rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.15rem;
}
@media print, screen and (min-width: 641px) {
  .sec_hospitality .hospitality_lower::before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #C9CCD0;
  }
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
    max-width: calc(100% - 0.48rem);
    margin-top: 0.6rem;
  }
}
.sec_hospitality .hospitality_item {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_hospitality .hospitality_item {
    max-width: 5.04rem;
    width: 100%;
    min-height: 2rem;
    padding-left: 2.35rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_item .item_wrap {
    position: relative;
    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;
    width: 100%;
    min-height: 1.6rem;
    margin-top: 0.2rem;
    padding-left: 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sec_hospitality .hospitality_item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_item .thumb {
    width: 1.2rem;
    height: 1.6rem;
  }
}
.sec_hospitality .hospitality_item .-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.08rem 0.1rem;
  background-color: #0F2B44;
  font-size: 0.13rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #F6F4F2;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_item .-label {
    width: 100%;
    font-size: 0.15rem;
  }
}
.sec_hospitality .hospitality_item .-catch {
  color: bc_black;
  white-space: pre;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_item .-catch {
    margin: 0;
    font-size: 0.14rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
  }
}
.sec_hospitality .hospitality_item .-txt {
  font-size: 0.14rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: bc_black;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .hospitality_item .-txt {
    font-size: 0.12rem;
  }
}
.sec_hospitality .empathy_detail {
  position: relative;
  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;
  width: 100%;
  height: 8rem;
  margin-inline: auto;
  background-image: url("../img/empathy_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .empathy_detail {
    height: 136vw;
    background-image: url("../img/empathy_bg_sp.jpg");
  }
}
.sec_hospitality .empathy_detail .ph {
  position: absolute;
  z-index: 0;
  width: 2.56rem;
  height: 3.42rem;
}
.sec_hospitality .empathy_detail .ph01 {
  top: calc(50% - 4.5rem);
  right: calc(50% - 3rem);
}
.sec_hospitality .empathy_detail .ph02 {
  top: calc(50% - 1.55rem);
  right: calc(50% - 7.15rem);
}
.sec_hospitality .empathy_detail .ph03 {
  top: calc(50% + 2.15rem);
  right: calc(50% - 4rem);
}
.sec_hospitality .empathy_detail .ph04 {
  top: calc(50% - 3.43rem);
  left: calc(50% - 6.7rem);
}
.sec_hospitality .empathy_detail .ph05 {
  top: calc(50% + 1.04rem);
  left: calc(50% - 5rem);
}
.sec_hospitality .empathy_detail .-bg_deco {
  position: absolute;
  z-index: 1;
  font-family: "begum", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #E0E5E7;
  opacity: 0.2;
}
.sec_hospitality .empathy_detail .txt_wrap {
  position: relative;
  z-index: 1;
  max-width: 3.04rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .empathy_detail .txt_wrap {
    max-width: calc(100% - 0.64rem);
  }
}
.sec_hospitality .empathy_detail .txt_wrap .-catch {
  text-align: center;
  color: #F6F4F2;
}
.sec_hospitality .empathy_detail .txt_wrap .-txt {
  color: #F6F4F2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_hospitality .empathy_detail .txt_wrap .-txt {
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_hospitality .empathy_loop_slider {
    position: relative;
    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;
    height: 1.68rem;
  }
  .sec_hospitality .empathy_loop_slider .-bg_deco {
    position: absolute;
    z-index: 1;
    font-family: "begum", sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 0.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #E0E5E7;
    opacity: 0.7;
  }
  .sec_hospitality .empathy_loop_slider .box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 1.68rem;
  }
  .sec_hospitality .empathy_loop_slider .box picture {
    width: 1.68rem;
    height: 1.68rem;
    max-inline-size: none !important;
  }
  .sec_hospitality .empathy_loop_slider .box picture img {
    max-inline-size: none !important;
    width: 1.68rem;
    height: auto;
  }
}

.sec_location {
  background-color: #E0E5E7;
}
.sec_location > .-section_inner {
  position: relative;
  max-width: 12.8rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.5rem;
  padding-top: 6.4rem;
}
@media screen and (max-width: 640px) {
  .sec_location > .-section_inner {
    margin-top: 0;
    padding-top: 1rem;
  }
}
.sec_location .mv {
  position: absolute;
  top: -7.25rem;
  left: calc(50% - 6.4rem);
  right: calc(50% - 6.4rem);
  height: 6.4rem;
  max-inline-size: none;
}
@media screen and (max-width: 640px) {
  .sec_location .mv {
    position: static;
    width: 100%;
    height: 2.8rem;
    margin-top: 0.45rem;
  }
}
.sec_location .location_detail {
  position: relative;
  max-width: 10.4rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 0.8rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_location .location_detail {
    margin-top: 0;
    padding-top: 0;
  }
}
.sec_location .location_detail .-catch {
  color: #333538;
}
.sec_location .location_detail .-txt {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_location .location_detail .-txt {
    margin-top: 0.3rem;
  }
}
.sec_location .location_detail .-link {
  margin-top: 0.5rem;
}
.sec_location .location_detail .txt_wrap {
  position: relative;
  max-width: 4.85rem;
  margin-top: 1.1rem;
}
@media screen and (max-width: 640px) {
  .sec_location .location_detail .txt_wrap {
    max-width: calc(100% - 0.64rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 0.7rem;
  }
}
.sec_location .location_detail .txt_wrap::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  height: 1px;
  width: 0.24rem;
  background-color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_location .location_detail .txt_wrap::before {
    top: -0.2rem;
  }
}
.sec_location .location_detail .ph_wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.05rem;
}
@media screen and (max-width: 640px) {
  .sec_location .location_detail .ph_wrap {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 0.7rem;
  }
}
.sec_location .location_detail .ph_wrap .ph {
  width: 3.92rem;
  height: 2.94rem;
}
@media screen and (max-width: 640px) {
  .sec_location .location_detail .ph_wrap .ph {
    width: 1.7rem;
    height: 1.72rem;
  }
}

.insta_slider {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 2.7rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 640px) {
  .insta_slider {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.insta_slider::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: calc(50% - 0.12rem);
  height: 1px;
  width: 0.24rem;
  background-color: #0F2B44;
}
.insta_slider .-catch {
  line-height: 2.6;
}
@media screen and (max-width: 640px) {
  .insta_slider .-catch {
    letter-spacing: 0.12em;
    line-height: 2.4;
  }
}

.loop_slider {
  position: relative;
  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;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .loop_slider {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.9rem;
  }
}
.loop_slider .-txt {
  color: #333538;
}
.loop_slider .-catch {
  position: absolute;
  z-index: 1;
  font-family: "begum", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 0.84rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .loop_slider .-catch {
    top: -0.45rem;
    font-size: 0.48rem;
    line-height: 1.1;
  }
}
.loop_slider [data-imgloop04] {
  width: 100%;
}
.loop_slider [data-imgloop04] .box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 1rem;
  height: 6.12rem;
  padding-right: 1rem;
}
@media screen and (max-width: 640px) {
  .loop_slider [data-imgloop04] .box {
    gap: 0.25rem;
    height: 3.65rem;
    padding-right: 0.25rem;
  }
}
.loop_slider [data-imgloop04] .item {
  position: relative;
  z-index: 0;
  width: 3.44rem;
  height: 5.16rem;
}
@media screen and (max-width: 640px) {
  .loop_slider [data-imgloop04] .item {
    width: 2.16rem;
    height: 3.25rem;
  }
}
.loop_slider [data-imgloop04] .item:nth-of-type(even) {
  margin-top: 0.96rem;
}
@media screen and (max-width: 640px) {
  .loop_slider [data-imgloop04] .item:nth-of-type(even) {
    margin-top: 0.4rem;
  }
}
.loop_slider [data-imgloop04] .item .-wrap_link {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-touchevents .loop_slider [data-imgloop04] .item .-wrap_link:hover ~ .caption {
  opacity: 1;
}
.loop_slider [data-imgloop04] .item .thumb {
  width: 100%;
  height: 100%;
  max-inline-size: none !important;
}
.loop_slider [data-imgloop04] .item .thumb img {
  max-inline-size: none !important;
}
.loop_slider [data-imgloop04] .item .caption {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3rem;
  text-align: center;
  color: #F6F4F2;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .loop_slider [data-imgloop04] .item .caption {
    display: none;
    padding: 0.15rem;
    font-size: 0.12rem;
    line-height: 2;
  }
}

.sec_bridalfair > .-section_inner {
  padding-top: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair > .-section_inner {
    padding-top: 0.8rem;
  }
}
.sec_bridalfair .-sec_tit .title .-sub_txt {
  color: #0F2B44;
}
.sec_bridalfair .-sec_tit + .-catch {
  text-align: center;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair .-sec_tit + .-catch {
    margin-top: 0.35rem;
  }
}
.sec_bridalfair iframe {
  height: 8rem;
}
@media screen and (max-width: 640px) {
  .sec_bridalfair iframe {
    height: 10rem;
    width: 94%;
    margin-inline: auto;
  }
}

.bridalfair_wrap {
  position: relative;
}

.sec_infoblog .-section_inner {
  margin-top: 1.7rem;
  padding-bottom: 1.55rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .-section_inner {
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_infoblog .-sec_tit .-sub_txt {
    line-height: 1.2;
  }
}
.sec_infoblog .-sec_tit + .-catch {
  text-align: center;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .-sec_tit + .-catch {
    margin-top: 0.4rem;
  }
}
.sec_infoblog .infoblog_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 12.8rem;
  width: 100%;
  margin: auto;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail {
    -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;
    gap: 0.55rem;
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_infoblog .infoblog_detail:has(.detail_wrap:nth-of-type(2) > .detail_item) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap {
  position: relative;
  width: 5.64rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap {
    width: calc(100% - 0.48rem);
    margin: auto;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap .detail_title {
  position: absolute;
  z-index: 1;
  top: 0;
  font-family: "begum", sans-serif;
  font-weight: 300;
  font-weight: 300;
  font-size: 0.22rem;
  letter-spacing: 0.04em;
  line-height: 0.8;
  color: #0F2B44;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .sec_infoblog .infoblog_detail .detail_wrap .detail_title {
    left: -0.2rem;
    width: 5.3rem;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap .detail_title {
    font-size: 0.14rem;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap .detail_title span {
  position: relative;
  padding-right: 0.15rem;
}
.sec_infoblog .infoblog_detail .detail_wrap .detail_title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 5.3rem;
  height: 1px;
  background-color: #C9CCD0;
}
.sec_infoblog .infoblog_detail .detail_wrap .detail_item {
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.sec_infoblog .infoblog_detail .detail_wrap .detail_item .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  width: 0.72rem;
  height: 0.45rem;
  font-family: "begum", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 0.13rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #E0E5E7;
  background-image: url("/common/img/blog_label_bg.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap .detail_item .label {
    width: 0.64rem;
    height: 0.4rem;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap .detail_item .category {
  font-size: 0.15rem;
  color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap .detail_item .category {
    font-size: 0.13rem;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap .detail_item .title {
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333538;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap .detail_item .title {
    font-size: 0.14rem;
    line-height: 1.7;
    margin-top: 0.07rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.sec_infoblog .infoblog_detail .detail_wrap .detail_item .date {
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-weight: 500;
  font-size: 0.15rem;
  color: #333538;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap .detail_item .date {
    font-size: 0.12rem;
    margin-top: 0.1rem;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap.-pickup {
  margin-left: 0.36rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-pickup {
    max-width: 87.2vw;
    width: 100%;
    padding-left: 0.3rem;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-pickup .detail_title {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0.14rem;
    width: 150%;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-pickup .detail_title span::after {
    width: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-pickup .label {
    left: 0.3rem;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap.-pickup .thumb {
  width: 5.64rem;
  height: 3.75rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-pickup .thumb {
    width: 78.93vw;
    height: 52.53vw;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap.-pickup .item {
  display: block;
}
.sec_infoblog .infoblog_detail .detail_wrap.-pickup .txt_wrap {
  padding-left: 0.1rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-pickup .txt_wrap {
    padding: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-pickup:has(.item:nth-of-type(1)) .detail_title span::after {
    width: 5.3rem;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap.-latest:not(:has(.detail_item)) {
  display: none;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-latest .detail_title {
    position: relative;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap.-latest .detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-latest .detail_item {
    margin-top: 0.15rem;
    gap: 0.24rem;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap.-latest .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-latest .item {
    gap: 0.16rem;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap.-latest .thumb {
  width: 2.3rem;
  height: 1.54rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-latest .thumb {
    width: 32vw;
    height: 32vw;
  }
}
.sec_infoblog .infoblog_detail .detail_wrap.-latest .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-latest .txt_wrap {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_infoblog .infoblog_detail .detail_wrap.-latest:has(.item:nth-of-type(1)) .detail_title span::after {
    width: 0.75rem;
  }
  .sec_infoblog .infoblog_detail .detail_wrap.-latest:has(.item:nth-of-type(2)) .detail_title span::after {
    width: 2.55rem;
  }
  .sec_infoblog .infoblog_detail .detail_wrap.-latest:has(.item:nth-of-type(3)) .detail_title span::after {
    width: 5.3rem;
  }
}
.sec_infoblog .-link {
  margin-top: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_infoblog .-link {
    margin-top: 0.4rem;
  }
}
.sec_infoblog .-link .-btn01 {
  margin: auto;
}

.sec_report {
  background-color: #F6F4F2;
}
.sec_report .-section_inner {
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 640px) {
  .sec_report .-section_inner {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.sec_report .-sec_tit .-catch {
  color: #333538;
  text-align: center;
}
.sec_report [data-slidearea01].report_slide .slidearea01_wrap {
  max-width: 13.4rem;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_report [data-slidearea01].report_slide .slidearea01_wrap {
    max-width: 82.93vw;
  }
}
.sec_report [data-slidearea01].report_slide .slidearea01_btns {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.58rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_report [data-slidearea01].report_slide .slidearea01_btns {
    height: 49.33vw;
  }
}
.sec_report [data-slidearea01].report_slide .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 0.6rem;
  height: 0.6rem;
  pointer-events: all;
}
.sec_report [data-slidearea01].report_slide .slidearea01_btns button:before, .sec_report [data-slidearea01].report_slide .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec_report [data-slidearea01].report_slide .slidearea01_btns button:before {
  content: none;
}
.sec_report [data-slidearea01].report_slide .slidearea01_btns button:after {
  width: 0.08rem;
  height: 0.16rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../common/img/ico_btn_arrow03.svg");
          mask-image: url("../common/img/ico_btn_arrow03.svg");
  background: #5C5E60;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec_report [data-slidearea01].report_slide .slidearea01_btns button.next {
    right: -0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_report [data-slidearea01].report_slide .slidearea01_btns button.next {
    right: -0.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_report [data-slidearea01].report_slide .slidearea01_btns button.prev {
    left: -0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_report [data-slidearea01].report_slide .slidearea01_btns button.prev {
    left: -0.35rem;
  }
}
.sec_report [data-slidearea01].report_slide .slidearea01_btns button.prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.sec_report [data-slidearea01].report_slide .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .sec_report [data-slidearea01].report_slide .slidearea01_btns button:hover:after {
  background-color: #C9CCD0;
}
.sec_report .report_wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_report .report_wrap {
    margin-top: 0.4rem;
  }
}
.sec_report .report_slide {
  margin-top: 0.7rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slide {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_report .report_slide .slidearea01_wrap {
    clip-path: polygon(-0.3rem 0, calc(50% + 50vw) 0, calc(50% + 50vw) 100%, -0.3rem 100%);
  }
}
@media screen and (max-width: 640px) {
  .sec_report .report_slide .slidearea01_wrap {
    clip-path: polygon(-0.15rem 0, calc(100% + 0.15rem) 0, calc(100% + 0.15rem) 100%, -0.15rem 100%);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_report .report_slide:not(.-disable) .slidearea01_wrapin {
    padding: 0 66.66% 0 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_report .report_slide:not(.-disable) .slidearea01_wrapin {
    padding: 0;
  }
}
.sec_report .report_slide.-disable .slidearea01_btns {
  display: none;
}
.sec_report .report_slide.-disable .slidearea01_content {
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_report .report_slide.-disable .item {
  max-width: 4.16rem;
}
.sec_report .report_slide .item_inner {
  position: relative;
  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;
  max-width: 3.86rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slide .item_inner {
    max-width: 73.86vw;
  }
}
.sec_report .report_slide .item_inner .thumb {
  width: 100%;
  height: 2.58rem;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slide .item_inner .thumb {
    height: 49.33vw;
  }
}
.sec_report .report_slide .item_inner .title {
  margin-top: 0.25rem;
  color: #333538;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slide .item_inner .title {
    margin-top: 0.2rem;
  }
}
.sec_report .report_slide .item_inner .info {
  font-size: 0.14rem;
  letter-spacing: 0.17em;
  line-height: 2;
  color: #0F2B44;
}
@media screen and (max-width: 640px) {
  .sec_report .report_slide .item_inner .info {
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 0.1rem;
  }
}
.sec_report .report_slide .item_inner .info .place:before {
  content: "／";
}
.sec_report .-link {
  margin-top: 0.7rem;
  padding-bottom: 0.02rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_report .-link {
    margin-top: 0.45rem;
  }
}
.sec_report .-link .-btn01 {
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_report .-link .-btn01 {
    max-width: calc(100% - 0.8rem);
  }
}

.intermission_mov {
  position: relative;
  z-index: 0;
  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;
  width: 100%;
  height: 6.72rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .intermission_mov {
    height: 74.49vw;
  }
}
.intermission_mov .intermission_bg {
  position: absolute;
  z-index: -1;
  top: -0.05rem;
  bottom: -0.05rem;
  left: -0.05rem;
  right: -0.05rem;
  overflow: hidden;
}
.intermission_mov .intermission_bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/mov_overlay_dot2.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 4px 4px;
  background-color: rgba(15, 43, 68, 0.3);
  mix-blend-mode: multiply;
}
.intermission_mov .intermission_bg video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 16/6.72;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .intermission_mov .intermission_bg video {
    aspect-ratio: 7.5/5.62;
  }
}
.intermission_mov .intermission_logo {
  width: 2.78rem;
  height: 2.16rem;
}
@media screen and (max-width: 640px) {
  .intermission_mov .intermission_logo {
    width: 1.6rem;
    height: 1.25rem;
  }
}
.intermission_mov .intermission_logo img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=index.css.map */