@charset "UTF-8";
@import "ress.css";
@import "aos.css";
@import "animation.css";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*-------------------------------------------/
    ページ共通要素
/-------------------------------------------*/
/* 表示切替 ----------------------------- */
@media screen and (min-width: 1024px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* カラー設定 ---------------------------------*/
.point-color {
  color: #ab8a4a;
}

.point-color2 {
  color: #15156f;
}

/*-------------------------------------------/
    Index トップページ
/-------------------------------------------*/
#mv {
  position: relative;
  z-index: 0;
  width: 100%;
}
#mv .mv_top-slider {
  position: relative;
  width: 100%;
}
#mv .mv_top-slider .swiper-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1080;
  overflow: clip;
}
#mv .mv_top-slider .swiper-slide img.slide-image {
  width: 109.375%;
  max-width: 109.375%;
  height: 100%;
}
#mv .mv_top-slider .swiper-slide.swiper-slide-active, #mv .mv_top-slider .swiper-slide.swiper-slide-duplicate-active, #mv .mv_top-slider .swiper-slide.swiper-slide-prev {
  transition-duration: 0;
}
#mv .mv_top-slider .swiper-slide.swiper-slide-active img.slide-image, #mv .mv_top-slider .swiper-slide.swiper-slide-duplicate-active img.slide-image, #mv .mv_top-slider .swiper-slide.swiper-slide-prev img.slide-image {
  transform: translateX(-4.6875%);
  animation-name: toRight;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
#mv .mv_top-slider .mask-movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
#mv .mv_top-slider .mask-movie canvas.waveCanvas {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
#mv .mv_top-slider .catch-copy {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 46.2962962963%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#mv .mv_top-slider .catch-copy .catch-txt {
  margin-bottom: 5rem;
}
#mv .mv_top-slider .catch-copy .catch-txt h2 {
  font-size: 7rem;
  letter-spacing: -0.1em;
  text-align: center;
}
#mv .mv_top-slider .catch-copy .catch-txt h2.glowAnime span {
  display: inline-block;
  opacity: 0;
}
#mv .mv_top-slider .catch-copy .catch-txt h2.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}
#mv .mv_top-slider .catch-copy .bottom-txt p {
  font-size: 2rem;
  display: inline-block;
  padding-left: 0.5em;
  letter-spacing: 0.5em;
  text-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3), -1px -1px 2rem rgba(0, 0, 0, 0.3), -1px 1px 2rem rgba(0, 0, 0, 0.3), 1px -1px 2rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #mv .mv_top-slider {
    position: relative;
    width: 100%;
  }
  #mv .mv_top-slider .mask-movie {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #mv .mv_top-slider .mask-movie canvas.waveCanvas {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
  }
  #mv .mv_top-slider .catch-copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  #mv .mv_top-slider .catch-copy .top-txt {
    width: 47.4rem;
    margin-bottom: 4rem;
  }
  #mv .mv_top-slider .catch-copy .top-txt img {
    width: 100%;
  }
  #mv .mv_top-slider .catch-copy .catch-txt {
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #mv .mv_top-slider .catch-copy .catch-txt h2 {
    font-size: 7rem;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
  }
  #mv .mv_top-slider .catch-copy .catch-txt h2.glowAnime span {
    display: inline-block;
    opacity: 0;
  }
  #mv .mv_top-slider .catch-copy .catch-txt h2.glowAnime.glow span {
    animation: glow_anime_on 1s ease-out forwards;
  }
  #mv .mv_top-slider .catch-copy .bottom-txt p {
    font-size: 2rem;
    display: inline-block;
    padding-left: 0.5em;
    letter-spacing: 0.5em;
    text-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3), -1px -1px 2rem rgba(0, 0, 0, 0.3), -1px 1px 2rem rgba(0, 0, 0, 0.3), 1px -1px 2rem rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mv .mv_top-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: clip;
  }
  #mv .mv_top-slider .top-slider__slide {
    width: 100%;
    height: 100vh;
    height: 100svh;
  }
  #mv .mv_top-slider .top-slider__slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

#index h3.content-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
}
#index h3.content-title span {
  display: inline-block;
}
#index h3.content-title span.txt-en {
  font-size: 7rem;
  color: #f8f7f2;
  line-height: 1.2857142857;
  font-weight: 400;
}
#index h3.content-title span.txt-jp {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#index #section-01 {
  width: min(88.5416666667%, 1700px);
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 5rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
#index #section-01 .box-wrap {
  width: min(100%, 1320px);
  margin: 0 auto;
}
#index #section-01 h3 {
  margin-bottom: 2rem;
}
#index #section-01 .top-bnr-area {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem 1.8939393939%;
}
#index #section-01 .top-bnr-area a {
  display: inline-block;
  width: 23.4848484848%;
  transition: 0.3s all;
}
#index #section-01 .top-bnr-area a img {
  width: 100%;
}
#index #section-01 .top-bnr-area a:hover {
  transform: scale(1.05);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #index #section-01 {
    width: 100%;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #index #section-01 .top-bnr-area {
    width: 64.4rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.8rem 2.4rem;
  }
  #index #section-01 .top-bnr-area a {
    display: inline-block;
    width: 31rem;
  }
  #index #section-01 .top-bnr-area a img {
    width: 100%;
  }
}
#index #section-02 {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  margin: 0 auto;
}
#index #section-02 .box-wrap {
  position: relative;
  width: min(88.5416666667%, 1700px);
  margin: 0 auto;
  background: #fff;
  padding-top: 7rem;
  padding-bottom: 9rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
#index #section-02 .box-wrap .top-news-title {
  width: min(100%, 1320px);
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
#index #section-02 .box-wrap .top-news-title h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
}
#index #section-02 .box-wrap .top-news-title h3 span {
  display: inline-block;
}
#index #section-02 .box-wrap .top-news-title h3 span.txt-en {
  font-size: 7rem;
  color: #f8f7f2;
  line-height: 1.2857142857;
  font-weight: 400;
}
#index #section-02 .box-wrap .top-news-title h3 span.txt-jp {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#index #section-02 .box-wrap .news-list-wrap {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem 2.2727272727%;
}
#index #section-02 .box-wrap .news-list-wrap .news-item {
  position: relative;
  width: 31.8181818182%;
  padding-top: 2rem;
}
#index #section-02 .box-wrap .news-list-wrap .news-item p.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  font-size: max(14px, 1.6rem);
  line-height: 1.25;
  margin-bottom: 0.5em;
}
#index #section-02 .box-wrap .news-list-wrap .news-item p.post-meta span {
  display: inline-block;
}
#index #section-02 .box-wrap .news-list-wrap .news-item p.post-meta span.post-date {
  font-family: Futura, "Century Gothic", sans-serif;
  color: #ab8a4a;
}
#index #section-02 .box-wrap .news-list-wrap .news-item p.post-meta span.cat {
  color: #fff;
  background: #28283c;
  padding: 0 0.5em;
}
#index #section-02 .box-wrap .news-list-wrap .news-item p.post-title {
  font-size: max(16px, 1.8rem);
  line-height: 1.6666666667;
  min-height: 3.3333333333em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
#index #section-02 .box-wrap .news-list-wrap .news-item .post-thumb {
  width: 47.619047619%;
  aspect-ratio: 200/120;
  margin: 2rem auto 4rem 0;
}
#index #section-02 .box-wrap .news-list-wrap .news-item .post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index #section-02 .box-wrap .news-list-wrap .news-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}
#index #section-02 .box-wrap .news-list-wrap .news-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 1px;
  background: #ab8a4a;
  transition: 0.3s all;
}
#index #section-02 .box-wrap .news-list-wrap .news-item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 2rem);
  height: 1px;
  background: #ab8a4a;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #index #section-02 {
    width: 100%;
    background: #fff;
  }
  #index #section-02 .box-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 20rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #index #section-02 .box-wrap .top-news-title {
    width: 100%;
    margin: 0 auto 6rem;
    display: flex;
    justify-content: space-between;
    gap: 5rem;
  }
  #index #section-02 .box-wrap .top-news-title h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: normal;
  }
  #index #section-02 .box-wrap .top-news-title h3 span {
    display: inline-block;
  }
  #index #section-02 .box-wrap .top-news-title h3 span.txt-en {
    font-size: 6rem;
    color: #f8f7f2;
    line-height: 1.5;
    font-weight: 400;
  }
  #index #section-02 .box-wrap .top-news-title h3 span.txt-jp {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #index #section-02 .box-wrap .news-list-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.5rem;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item {
    position: relative;
    width: 100%;
    padding-top: 2.5rem;
    padding-right: 22.5rem;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item p.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em;
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 0.5em;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item p.post-meta span {
    display: inline-block;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item p.post-meta span.post-date {
    font-family: Futura, "Century Gothic", sans-serif;
    color: #ab8a4a;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item p.post-meta span.cat {
    color: #fff;
    background: #28283c;
    padding: 0 0.5em;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item p.post-title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    min-height: 4.2857142857em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item .post-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20rem;
    aspect-ratio: 200/120;
    margin: 0;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item .post-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c4c4c4;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 1px;
    background: #ab8a4a;
    transition: 0.3s all;
  }
  #index #section-02 .box-wrap .news-list-wrap .news-item:hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 2rem);
    height: 1px;
    background: #ab8a4a;
    transition: 0.3s all;
  }
}
#index #section-03 {
  position: relative;
  z-index: 0;
}
#index #section-03 .box-wrap {
  width: min(100%, 1920px);
  margin: -34rem auto 0;
}
#index #section-03 .box-wrap .line-anime-wrap {
  position: absolute;
  top: 60rem;
  left: 15.3125%;
  content: "";
  width: 85.9375%;
  height: 78%;
  z-index: 0;
  pointer-events: none;
}
#index #section-03 .box-wrap .line-anime-wrap .line-anime-content {
  position: relative;
  width: 100%;
  height: 100%;
}
#index #section-03 .box-wrap .line-anime-wrap .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index #section-03 .box-wrap .line-anime-wrap .canvas #svg-line-pc path {
  fill: none;
  stroke: #e2dfd3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}
#index #section-03 .box-wrap .line-anime-wrap .canvas #line-top {
  z-index: -1;
}
#index #section-03 .box-wrap .line-anime-wrap .canvas #line-top path {
  fill: #e2dfd3;
  stroke-width: 0;
}
#index #section-03 .box-wrap .box-item-01 {
  position: relative;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
}
#index #section-03 .box-wrap .box-item-01 .fade-slider2 {
  width: 100%;
}
#index #section-03 .box-wrap .box-item-01 .inner-box {
  position: relative;
  width: 100%;
  height: 155rem;
}
#index #section-03 .box-wrap .box-item-01 .inner-box img.bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index #section-03 .box-wrap .box-item-01 .inner-box .title-box {
  position: relative;
  z-index: 1;
  width: min(88.5416666667%, 1700px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
  padding-top: 47rem;
}
#index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 span {
  display: inline-block;
}
#index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 span.txt-en {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9rem;
  line-height: 1;
}
#index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 span.txt-jp {
  color: #000;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: -0.5em;
  padding-left: 0.2em;
}
#index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 span.txt-jp > span {
  color: #ab8a4a;
  font-size: 11rem;
}
#index #section-03 .box-wrap .box-item-01 .inner-box .text-box {
  position: relative;
  z-index: 1;
  width: min(88.5416666667%, 1700px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#index #section-03 .box-wrap .box-item-01 .inner-box .text-box p {
  font-size: max(18px, 2.4rem);
  line-height: 3.3333333333;
  letter-spacing: 0.05em;
}
#index #section-03 .box-wrap .box-item-01 .inner-box.slide2 .text-box p {
  text-shadow: 1px 1px 2rem rgb(250, 236, 226), -1px -1px 2rem rgb(250, 236, 226), -1px 1px 2rem rgb(250, 236, 226), 1px -1px 2rem rgb(250, 236, 226);
}
#index #section-03 .box-wrap .box-item-01 .inner-box.slide3 .title-box h3 span.txt-en {
  color: rgba(255, 255, 255, 0.2);
}
#index #section-03 .box-wrap .box-item-01 .inner-box.slide3 .title-box h3 span.txt-jp {
  color: #fff;
}
#index #section-03 .box-wrap .box-item-01 .inner-box.slide3 .title-box h3 span.txt-jp > span {
  color: #ab8a4a;
}
#index #section-03 .box-wrap .box-item-01 .inner-box.slide3 .text-box p {
  color: #fff;
}
#index #section-03 .box-wrap .box-item-02 {
  position: relative;
  width: min(94.4751381215%, 1710px);
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
#index #section-03 .box-wrap .box-item-02 p {
  font-size: max(12px, 2rem);
  line-height: 2;
  position: relative;
}
#index #section-03 .box-wrap .box-item-02 p > span.txt-en {
  position: absolute;
  z-index: -1;
  font-size: 11rem;
  bottom: 0;
  left: -0.5909090909em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.8181818182;
}
#index #section-03 .box-wrap .box-item-02 p.caption {
  font-size: max(12px, 2rem);
  margin: 2.5rem auto;
  line-height: 1.2;
}
#index #section-03 .box-wrap .box-item-02 .text-box {
  position: relative;
  z-index: 1;
  width: 39.5321637427%;
  padding-top: 16rem;
  padding-right: 7.3684210526%;
  padding-bottom: 3rem;
}
#index #section-03 .box-wrap .box-item-02 .text-box h3 {
  font-size: 7rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5rem;
}
#index #section-03 .box-wrap .box-item-02 .text-box h3 span.point-color {
  color: #ab8a4a;
}
#index #section-03 .box-wrap .box-item-02 .text-box h3 span.point-color2 {
  color: #15156f;
}
#index #section-03 .box-wrap .box-item-02 .text-box .btn-box {
  position: absolute;
  right: -6rem;
  top: 27rem;
}
#index #section-03 .box-wrap .box-item-02 .pic-01 {
  width: 60.4678362573%;
  margin-top: -6.5rem;
  position: relative;
  z-index: 0;
}
#index #section-03 .box-wrap .box-item-02 .pic-01 p.caption {
  margin-right: 2.5em;
  text-align: right;
}
#index #section-03 .box-wrap .box-item-02 .pic-01 .fade-slider {
  width: 100%;
}
#index #section-03 .box-wrap .box-item-02 .pic-01 .fade-slider .fade-slider__slide .pic {
  width: 100%;
}
#index #section-03 .box-wrap .box-item-02 .pic-01 .fade-slider .fade-slider__slide .caption {
  opacity: 0;
}
#index #section-03 .box-wrap .box-item-02 .pic-01 .fade-slider .fade-slider__slide.swiper-slide-active .caption {
  opacity: 1;
}
#index #section-03 .box-wrap .box-item-02 .pic-02 {
  width: 31.5789473684%;
  margin-left: auto;
  margin-right: 8.1871345029%;
  text-align: center;
}
#index #section-03 .box-wrap .box-item-02 .pic-02 .pic {
  width: 83.3333333333%;
  margin: 0 auto;
}
#index #section-03 .box-wrap .box-item-02 .pic-02 p.caption {
  text-align: center;
}
#index #section-03 .box-wrap .box-item-02 .pic-03 {
  width: 40.9356725146%;
  margin-top: 8rem;
  margin-right: 10.5263157895%;
}
#index #section-03 .box-wrap .box-item-02 .pic-03 p.caption {
  text-align: center;
}
#index #section-03 .box-wrap .box-item-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12.2807017544%;
  width: 85.3801169591%;
  aspect-ratio: 1460/931;
  background: #f8f7f2;
  pointer-events: none;
  z-index: -1;
}
#index #section-03 .box-wrap .box-item-03 {
  position: relative;
  width: min(94.4751381215%, 1710px);
  margin-top: 10rem;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
#index #section-03 .box-wrap .box-item-03 p {
  font-size: max(12px, 2rem);
  line-height: 2;
  position: relative;
}
#index #section-03 .box-wrap .box-item-03 p > span.small {
  font-size: 0.8em;
}
#index #section-03 .box-wrap .box-item-03 p > span.txt-en {
  position: absolute;
  z-index: -1;
  font-size: 11rem;
  bottom: 0;
  left: -0.5909090909em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.8181818182;
}
#index #section-03 .box-wrap .box-item-03 p.caption {
  font-size: max(12px, 2rem);
  margin: 2.5rem auto;
  line-height: 1.2;
  text-align: center;
}
#index #section-03 .box-wrap .box-item-03 .text-box {
  position: relative;
  width: 39.5321637427%;
  padding-top: 16rem;
  padding-left: 7.3684210526%;
  padding-bottom: 3rem;
}
#index #section-03 .box-wrap .box-item-03 .text-box h3 {
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5rem;
}
#index #section-03 .box-wrap .box-item-03 .text-box h3 span {
  display: inline-block;
}
#index #section-03 .box-wrap .box-item-03 .text-box h3 span.fs60 {
  font-size: 0.8571428571em;
}
#index #section-03 .box-wrap .box-item-03 .text-box h3 span.point-color {
  color: #ab8a4a;
}
#index #section-03 .box-wrap .box-item-03 .text-box h3 span.point-color2 {
  color: #15156f;
}
#index #section-03 .box-wrap .box-item-03 .text-box .btn-box {
  position: absolute;
  left: -6rem;
  top: 27rem;
  z-index: 1;
}
#index #section-03 .box-wrap .box-item-03 .pic-01 {
  width: 60.4678362573%;
  margin-top: -5.5rem;
}
#index #section-03 .box-wrap .box-item-03 .pic-01 .fade-slider {
  width: 100%;
}
#index #section-03 .box-wrap .box-item-03 .pic-01 .fade-slider .fade-slider__slide .pic {
  width: 100%;
}
#index #section-03 .box-wrap .box-item-03 .pic-01 .fade-slider .fade-slider__slide .caption {
  opacity: 0;
}
#index #section-03 .box-wrap .box-item-03 .pic-01 .fade-slider .fade-slider__slide.swiper-slide-active .caption {
  opacity: 1;
}
#index #section-03 .box-wrap .box-item-03 .pic-02 {
  width: 40.9356725146%;
  margin-top: 8rem;
  margin-left: 10.5263157895%;
}
#index #section-03 .box-wrap .box-item-03 .pic-03 {
  width: 31.5789473684%;
  margin-right: auto;
  margin-left: 8.1871345029%;
}
#index #section-03 .box-wrap .box-item-03::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12.2807017544%;
  width: 85.3801169591%;
  aspect-ratio: 1460/931;
  background: #f8f7f2;
  pointer-events: none;
  z-index: -1;
}
#index #section-03 .box-wrap .box-item-04 {
  width: 100%;
  background: linear-gradient(to top, #f8f7f2 0%, #f8f7f2 39rem, #fff 39rem, #fff 100%);
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#index #section-03 .box-wrap .box-item-04 .title-box {
  position: relative;
  z-index: 1;
  width: min(88.5416666667%, 1700px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
#index #section-03 .box-wrap .box-item-04 .title-box p {
  font-size: max(14px, 2rem);
  text-align: center;
}
#index #section-03 .box-wrap .box-item-04 .title-box h3 {
  font-size: 5rem;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  line-height: 1.2;
  text-align: center;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider {
  width: 109.375%;
  margin-left: -4.6875%;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide {
  position: relative;
  width: 36.4583333333%;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .pic {
  width: 100%;
  transform: scale(0.8);
  transition: 1s all;
  overflow: clip;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .pic img {
  transform: scale(1);
  transition: 0.5s all;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .txt-box {
  opacity: 0;
  transition: 0.3s all;
  padding: 3rem 2rem;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .txt-box p {
  line-height: 1.2;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .txt-box p.title {
  font-size: max(21px, 3rem);
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .txt-box p.description {
  font-size: max(14px, 2rem);
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .block-link {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide:has(a.block-link:hover) .pic {
  background: #fff;
  overflow: clip;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide:has(a.block-link:hover) .pic img {
  transform: scale(1.05);
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide.swiper-slide-active {
  width: 36.4583333333%;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide.swiper-slide-active .pic {
  width: 100%;
  transform: scale(1);
  transition: 1s all ease-in-out;
}
#index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide.swiper-slide-active .txt-box {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 767px) {
  #index #section-03 .box-wrap {
    width: 100%;
    margin: 0 auto;
  }
  #index #section-03 .box-wrap .line-anime-wrap {
    position: absolute;
    top: 26rem;
    left: -7.5rem;
    content: "";
    width: 91rem;
    height: 88%;
    z-index: 0;
    pointer-events: none;
  }
  #index #section-03 .box-wrap .line-anime-wrap .line-anime-content {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #index #section-03 .box-wrap .line-anime-wrap .canvas {
    width: 100%;
    height: 100%;
  }
  #index #section-03 .box-wrap .line-anime-wrap .canvas #svg-line-sp path {
    fill: none;
    stroke: #e2dfd3;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 8px;
  }
  #index #section-03 .box-wrap .box-item-01 {
    width: 100%;
    margin: 0 auto;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box {
    position: relative;
    width: 100%;
    height: 120.8rem;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box img.bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box .title-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10rem;
    padding-top: 5.5rem;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 span {
    display: inline-block;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 span.txt-en {
    color: rgba(255, 255, 255, 0.5);
    font-size: 8rem;
    line-height: 0.8888888889;
    text-align: center;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 span.txt-jp {
    color: #000;
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: -0.5em;
    padding-left: 0.1em;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box .title-box h3 span.txt-jp > span {
    color: #ab8a4a;
    font-size: 11rem;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box .text-box {
    position: relative;
    z-index: 1;
    width: 65rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box .text-box p {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 3.3333333333;
    text-shadow: 1px 1px 2rem rgb(226, 236, 248), -1px -1px 2rem rgb(226, 236, 248), -1px 1px 2rem rgb(226, 236, 248), 1px -1px 2rem rgb(226, 236, 248);
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box.slide2 .text-box p {
    text-shadow: 1px 1px 2rem rgb(250, 236, 226), -1px -1px 2rem rgb(250, 236, 226), -1px 1px 2rem rgb(250, 236, 226), 1px -1px 2rem rgb(250, 236, 226);
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box.slide3 .title-box h3 span.txt-en {
    color: rgba(255, 255, 255, 0.2);
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box.slide3 .title-box h3 span.txt-jp {
    color: #fff;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box.slide3 .title-box h3 span.txt-jp > span {
    color: #ab8a4a;
  }
  #index #section-03 .box-wrap .box-item-01 .inner-box.slide3 .text-box p {
    color: #fff;
    text-shadow: 1px 1px 2rem rgb(0, 0, 0), -1px -1px 2rem rgb(0, 0, 0), -1px 1px 2rem rgb(0, 0, 0), 1px -1px 2rem rgb(0, 0, 0);
  }
  #index #section-03 .box-wrap .box-item-02 {
    position: relative;
    width: 65rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
  #index #section-03 .box-wrap .box-item-02 p {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
  #index #section-03 .box-wrap .box-item-02 p.caption {
    font-size: 2.8rem;
    margin: 2.5rem auto;
    line-height: 1.4285714286;
    height: 2.8571428571em;
  }
  #index #section-03 .box-wrap .box-item-02 .text-box {
    position: relative;
    width: 56rem;
    padding-top: 15rem;
    padding-right: 0;
    padding-bottom: 8rem;
  }
  #index #section-03 .box-wrap .box-item-02 .text-box p.sp-small {
    font-size: 2rem;
  }
  #index #section-03 .box-wrap .box-item-02 .text-box h3 {
    font-size: 7rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5rem;
  }
  #index #section-03 .box-wrap .box-item-02 .text-box h3 span.point-color {
    color: #ab8a4a;
  }
  #index #section-03 .box-wrap .box-item-02 .text-box h3 span.point-color2 {
    color: #15156f;
  }
  #index #section-03 .box-wrap .box-item-02 .text-box .btn-box {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -3.25rem;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-01 {
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 0;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-01 p.caption {
    font-size: 2.8rem;
    margin-right: 0;
    text-align: center;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-01 .fade-slider {
    width: 100%;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-01 .fade-slider .fade-slider__slide .pic {
    width: 100%;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-01 .fade-slider .fade-slider__slide .caption {
    opacity: 0;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-01 .fade-slider .fade-slider__slide.swiper-slide-active .caption {
    opacity: 1;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-02 {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-02 .pic {
    width: 100%;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-02 p.caption {
    text-align: center;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-03 {
    width: 50rem;
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
  }
  #index #section-03 .box-wrap .box-item-02 .pic-03 p.caption {
    text-align: center;
  }
  #index #section-03 .box-wrap .box-item-02::before {
    content: "";
    position: absolute;
    top: 6rem;
    left: -5rem;
    width: 72.4rem;
    aspect-ratio: 724/931;
    background: #f8f7f2;
    pointer-events: none;
    z-index: -1;
  }
  #index #section-03 .box-wrap .box-item-03 {
    position: relative;
    width: 65rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
  #index #section-03 .box-wrap .box-item-03 p {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
  #index #section-03 .box-wrap .box-item-03 p.caption {
    font-size: 2.8rem;
    margin: 2.5rem auto;
    line-height: 1.4285714286;
  }
  #index #section-03 .box-wrap .box-item-03 .text-box {
    position: relative;
    width: 56rem;
    padding-top: 15rem;
    padding-left: 0;
    padding-bottom: 8rem;
    order: 1;
  }
  #index #section-03 .box-wrap .box-item-03 .text-box p.sp-small {
    font-size: 2rem;
  }
  #index #section-03 .box-wrap .box-item-03 .text-box h3 {
    font-size: 7rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5rem;
  }
  #index #section-03 .box-wrap .box-item-03 .text-box h3 span {
    display: inline-block;
  }
  #index #section-03 .box-wrap .box-item-03 .text-box h3 span.fs60 {
    font-size: 0.8571428571em;
  }
  #index #section-03 .box-wrap .box-item-03 .text-box h3 span.point-color {
    color: #ab8a4a;
  }
  #index #section-03 .box-wrap .box-item-03 .text-box h3 span.point-color2 {
    color: #15156f;
  }
  #index #section-03 .box-wrap .box-item-03 .text-box .btn-box {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -3.25rem;
  }
  #index #section-03 .box-wrap .box-item-03 .pic-01 {
    width: 100%;
    margin-top: 0;
    order: 2;
    position: relative;
    z-index: 0;
  }
  #index #section-03 .box-wrap .box-item-03 .pic-01 .fade-slider {
    width: 100%;
  }
  #index #section-03 .box-wrap .box-item-03 .pic-01 .fade-slider .fade-slider__slide .pic {
    width: 100%;
  }
  #index #section-03 .box-wrap .box-item-03 .pic-01 .fade-slider .fade-slider__slide .caption {
    opacity: 0;
  }
  #index #section-03 .box-wrap .box-item-03 .pic-01 .fade-slider .fade-slider__slide.swiper-slide-active .caption {
    opacity: 1;
  }
  #index #section-03 .box-wrap .box-item-03 .pic-02 {
    width: 50rem;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    order: 3;
  }
  #index #section-03 .box-wrap .box-item-03 .pic-03 {
    width: 50rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
    order: 4;
  }
  #index #section-03 .box-wrap .box-item-03::before {
    content: "";
    position: absolute;
    top: 6rem;
    right: -2.5rem;
    width: 72.4rem;
    aspect-ratio: 724/931;
    background: #f8f7f2;
    pointer-events: none;
    z-index: -1;
  }
  #index #section-03 .box-wrap .box-item-04 {
    width: 100%;
    background: linear-gradient(to top, #f8f7f2 0%, #f8f7f2 42rem, #fff 42rem, #fff 100%);
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  #index #section-03 .box-wrap .box-item-04 .title-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  #index #section-03 .box-wrap .box-item-04 .title-box p {
    font-size: 2.8rem;
    text-align: center;
  }
  #index #section-03 .box-wrap .box-item-04 .title-box h3 {
    font-size: 5rem;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    line-height: 1.2;
    text-align: center;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider {
    width: 100%;
    margin-left: 0;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide {
    width: 60rem;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .pic {
    width: 100%;
    transform: scale(0.9166666667);
    transition: 1.5s ease-in-out;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .pic img.slide-image {
    width: 100%;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .txt-box {
    opacity: 0;
    transition: 0.3s all;
    padding: 3rem 0;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .txt-box p {
    line-height: 1.2;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .txt-box p.title {
    font-size: 4rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide .txt-box p.description {
    font-size: 3rem;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide.swiper-slide-active {
    width: 60rem;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide.swiper-slide-active .pic {
    width: 100%;
    transform: scale(1);
    transition: 1.5s ease-in-out;
  }
  #index #section-03 .box-wrap .box-item-04 .carousel-slider .carousel-slider__slide.swiper-slide-active .txt-box {
    opacity: 1;
    transition: 0.3s all;
  }
}
#index #section-04 {
  padding-bottom: 12rem;
}
#index #section-04 .box-wrap {
  width: min(100%, 1920px);
  margin: 0 auto;
}
#index #section-04 .box-wrap .panel-label-group {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
#index #section-04 .box-wrap .panel-label-group .panel-label {
  flex: 1;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #28283c;
  cursor: pointer;
}
#index #section-04 .box-wrap .panel-label-group .panel-label p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.2;
}
#index #section-04 .box-wrap .panel-label-group .panel-label p span {
  display: inline-block;
}
#index #section-04 .box-wrap .panel-label-group .panel-label p span.txt-en {
  font-size: 1.6rem;
  color: #ab8a4a;
}
#index #section-04 .box-wrap .panel-label-group .panel-label p span.txt-jp {
  color: #fff;
}
#index #section-04 .box-wrap .panel-label-group .panel-label.is-active {
  background: #fff;
}
#index #section-04 .box-wrap .panel-label-group .panel-label.is-active p span.txt-en {
  color: #bbb7a5;
}
#index #section-04 .box-wrap .panel-label-group .panel-label.is-active p span.txt-jp {
  color: #000;
}
#index #section-04 .box-wrap .panel-group {
  width: 100%;
}
#index #section-04 .box-wrap .panel-group .panel {
  display: none;
}
#index #section-04 .box-wrap .panel-group .panel.is-show {
  display: block;
  animation: fadeIn 1s;
}
#index #section-04 .box-wrap .c-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#index #section-04 .box-wrap .c-box .pic-box {
  width: 57.2916666667%;
}
#index #section-04 .box-wrap .c-box .text-box {
  width: 42.7083333333%;
  padding: 12rem 6.25% 9rem;
}
#index #section-04 .box-wrap .c-box .text-box_inner {
  margin-right: auto;
}
#index #section-04 .box-wrap .c-box .text-box h3 {
  position: relative;
  font-size: 5rem;
  line-height: 1.6;
  margin-bottom: 4rem;
  margin-top: 5rem;
}
#index #section-04 .box-wrap .c-box .text-box h3 span {
  display: inline-block;
}
#index #section-04 .box-wrap .c-box .text-box h3 span.txt-en {
  position: absolute;
  top: -0.5555555556em;
  left: -0.6666666667em;
  font-size: 9rem;
  color: #f8f7f2;
  z-index: -1;
  line-height: 1.1111111111;
}
#index #section-04 .box-wrap .c-box .text-box h3 span.txt-jp > span {
  letter-spacing: normal;
}
#index #section-04 .box-wrap .c-box .text-box p {
  font-size: max(14px, 2rem);
  max-width: 540px;
}
#index #section-04 .box-wrap .c-box .text-box .btn-box {
  margin-top: 9rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #index #section-04 {
    padding-bottom: 9rem;
  }
  #index #section-04 .box-wrap {
    width: 100%;
    margin: 0 auto;
  }
  #index #section-04 .box-wrap .panel-label-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2rem;
  }
  #index #section-04 .box-wrap .panel-label-group .panel-label {
    flex: initial;
    width: min(50% - 1px, 37.4rem);
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #28283c;
    cursor: pointer;
  }
  #index #section-04 .box-wrap .panel-label-group .panel-label p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.7rem;
    line-height: 1.2;
    text-align: center;
  }
  #index #section-04 .box-wrap .panel-label-group .panel-label p span {
    display: inline-block;
  }
  #index #section-04 .box-wrap .panel-label-group .panel-label p span.txt-en {
    font-size: 2.3rem;
    color: #ab8a4a;
  }
  #index #section-04 .box-wrap .panel-label-group .panel-label p span.txt-jp {
    color: #fff;
  }
  #index #section-04 .box-wrap .panel-label-group .panel-label.is-active {
    background: #fff;
  }
  #index #section-04 .box-wrap .panel-label-group .panel-label.is-active p span.txt-en {
    color: #bbb7a5;
  }
  #index #section-04 .box-wrap .panel-label-group .panel-label.is-active p span.txt-jp {
    color: #000;
  }
  #index #section-04 .box-wrap .panel-group {
    width: 100%;
  }
  #index #section-04 .box-wrap .panel-group .panel {
    display: none;
  }
  #index #section-04 .box-wrap .panel-group .panel.is-show {
    display: block;
    animation: fadeIn 1s;
  }
  #index #section-04 .box-wrap .c-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #index #section-04 .box-wrap .c-box .pic-box {
    width: 100%;
  }
  #index #section-04 .box-wrap .c-box .text-box {
    width: 100%;
    padding: 5rem;
  }
  #index #section-04 .box-wrap .c-box .text-box_inner {
    max-width: 56rem;
    margin-right: auto;
    margin-left: auto;
  }
  #index #section-04 .box-wrap .c-box .text-box h3 {
    position: relative;
    font-size: 5rem;
    line-height: 1.6;
    margin-bottom: 4rem;
    margin-top: 5rem;
  }
  #index #section-04 .box-wrap .c-box .text-box h3 span {
    display: inline-block;
  }
  #index #section-04 .box-wrap .c-box .text-box h3 span.txt-en {
    position: absolute;
    top: -0.5555555556em;
    left: -0.6666666667em;
    font-size: 9rem;
    color: #f8f7f2;
    z-index: -1;
    line-height: 1.1111111111;
  }
  #index #section-04 .box-wrap .c-box .text-box h3 span.txt-jp > span {
    letter-spacing: normal;
  }
  #index #section-04 .box-wrap .c-box .text-box p {
    font-size: 3rem;
    line-height: 1.6666666667;
    max-width: 100%;
  }
  #index #section-04 .box-wrap .c-box .text-box .btn-box {
    margin-top: 2rem;
    text-align: right;
  }
}
#index #section-05 {
  width: 100%;
  padding-top: 13rem;
  padding-bottom: 13rem;
  background: url("../images/index/bg_02.webp") center center no-repeat;
  background-size: cover;
}
#index #section-05 .box-wrap {
  width: min(73.3333333333%, 1100px);
  margin: 0 auto;
}
#index #section-05 .box-wrap .text-box {
  position: relative;
}
#index #section-05 .box-wrap .text-box .illust-map {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 39.0909090909%;
  width: 78.2rem;
  aspect-ratio: 782/410;
  background: url("../images/index/map.webp") no-repeat;
  background-size: 100% 100%;
}
#index #section-05 .box-wrap .text-box h3 {
  position: relative;
  font-size: 5rem;
  line-height: 1.6;
  margin-bottom: 4rem;
  padding-top: 5rem;
}
#index #section-05 .box-wrap .text-box h3 span {
  display: inline-block;
}
#index #section-05 .box-wrap .text-box h3 span.txt-en {
  position: absolute;
  top: 0;
  left: -0.5454545455em;
  font-size: 11rem;
  color: #eff6f9;
  z-index: -1;
  line-height: 1.1111111111;
  opacity: 0.5;
}
#index #section-05 .box-wrap .text-box h3 span.txt-jp.fs40 {
  font-size: 4rem;
  line-height: 1.75;
}
#index #section-05 .box-wrap .text-box p {
  font-size: max(14px, 2rem);
  letter-spacing: 0.1em;
}
#index #section-05 .box-wrap .text-box .fbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin-top: 10rem;
}
#index #section-05 .box-wrap .text-box .fbox a {
  width: 47rem;
  display: inline-block;
}
#index #section-05 .box-wrap .text-box .fbox a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #index #section-05 {
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 10rem;
    background: url("../images/index/bg_02_sp.webp") center center no-repeat;
    background-size: cover;
  }
  #index #section-05 .box-wrap {
    width: 55rem;
    margin: 0 auto;
  }
  #index #section-05 .box-wrap .text-box {
    position: relative;
  }
  #index #section-05 .box-wrap .text-box .illust-map {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: 32rem;
    left: 18.7rem;
    width: 42.9rem;
    aspect-ratio: 429/332;
    background: url("../images/index/map_sp.webp") no-repeat;
    background-size: 100% 100%;
  }
  #index #section-05 .box-wrap .text-box h3 {
    position: relative;
    font-size: 5rem;
    line-height: 1.6;
    margin-bottom: 4rem;
    padding-top: 5rem;
    white-space: nowrap;
  }
  #index #section-05 .box-wrap .text-box h3 span {
    display: inline-block;
  }
  #index #section-05 .box-wrap .text-box h3 span.txt-en {
    position: absolute;
    top: 0;
    left: -0.5454545455em;
    font-size: 11rem;
    color: #eff6f9;
    z-index: -1;
    line-height: 1.1111111111;
    opacity: 0.5;
  }
  #index #section-05 .box-wrap .text-box h3 span.txt-jp.fs40 {
    font-size: 4rem;
    line-height: 1.75;
  }
  #index #section-05 .box-wrap .text-box p {
    font-size: 3rem;
    line-height: 1.6666666667;
    letter-spacing: normal;
  }
  #index #section-05 .box-wrap .text-box .fbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    margin-top: 22rem;
  }
  #index #section-05 .box-wrap .text-box .fbox a {
    width: 47rem;
    display: inline-block;
  }
  #index #section-05 .box-wrap .text-box .fbox a img {
    width: 100%;
  }
}
#index #section-06 {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #28283c;
}
#index #section-06 .box-wrap {
  width: min(88.2352941176%, 1500px);
  margin: 0 auto;
}
#index #section-06 .box-wrap .other-service {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.5rem;
}
#index #section-06 .box-wrap .other-service .other-service-item {
  width: 47rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem 3rem;
}
#index #section-06 .box-wrap .other-service .other-service-item .icon {
  width: 13.2rem;
  flex-shrink: 0;
}
#index #section-06 .box-wrap .other-service .other-service-item .txt {
  flex-grow: 1;
  color: #fff;
}
#index #section-06 .box-wrap .other-service .other-service-item .txt p.title {
  font-size: 3rem;
  line-height: 1.3333333333;
}
#index #section-06 .box-wrap .other-service .other-service-item .txt p.description {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #index #section-06 {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #28283c;
  }
  #index #section-06 .box-wrap {
    width: 65rem;
    margin: 0 auto;
  }
  #index #section-06 .box-wrap .other-service {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
  }
  #index #section-06 .box-wrap .other-service .other-service-item {
    width: calc(50% - 0.5rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
  #index #section-06 .box-wrap .other-service .other-service-item .icon {
    width: 10rem;
    flex-shrink: 0;
  }
  #index #section-06 .box-wrap .other-service .other-service-item .txt {
    flex-grow: 1;
    color: #fff;
  }
  #index #section-06 .box-wrap .other-service .other-service-item .txt p.title {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
  #index #section-06 .box-wrap .other-service .other-service-item .txt p.description {
    display: none;
  }
}

/*-------------------------------------------/
    page-header
/-------------------------------------------*/
#page-header .page-title-box {
  width: 100%;
  height: 50rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 11rem;
  padding-right: 11rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  text-shadow: 0 0 1em rgb(75, 84, 88);
}
#page-header .page-title-box h2 {
  text-align: center;
}
#page-header .page-title-box h2 span {
  display: block;
}
#page-header .page-title-box h2 span.txt-en {
  font-size: max(35px, 5rem);
}
#page-header .page-title-box h2 span.txt-jp {
  font-size: max(20px, 2.8rem);
}
#page-header .page-title-box p.topTxt {
  font-size: max(14px, 2rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-header .page-title-box {
    width: 100%;
    height: 50rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    color: #fff;
  }
  #page-header .page-title-box h2 {
    text-align: center;
  }
  #page-header .page-title-box h2 span {
    display: block;
  }
  #page-header .page-title-box h2 span.txt-en {
    font-size: 5rem;
  }
  #page-header .page-title-box h2 span.txt-jp {
    font-size: 3.6rem;
  }
  #page-header .page-title-box p.topTxt {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    text-align: center;
  }
}

/* パンくず */
.breadcrumb {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 4rem;
  padding-left: 11rem;
  padding-right: 11rem;
  font-size: max(12px, 1.6rem);
}
.breadcrumb ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a {
  color: #ab8a4a;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 2.4rem;
  }
}

a.imgswitch img.mouse-on {
  opacity: 0;
  display: none;
}
a.imgswitch img.mouse-off {
  opacity: 1;
  display: block;
}
a.imgswitch:hover img.mouse-on {
  opacity: 1;
  display: block;
}
a.imgswitch:hover img.mouse-off {
  display: none;
  opacity: 0;
}

/*-------------------------------------------/
    下層 コンテンツ
/-------------------------------------------*/
.page-content {
  width: 100%;
  padding-left: 11rem;
  padding-right: 11rem;
}
.page-content__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.lead-box {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
  padding-bottom: 13rem;
}
.lead-box .text-box {
  width: 50%;
  padding-top: 4rem;
}
.lead-box .text-box p {
  font-size: max(14px, 2rem);
}
.lead-box .text-box p.txt {
  font-size: max(15px, 2.2rem);
}
.lead-box .text-box h3 {
  font-size: max(35px, 5rem);
  margin-bottom: 5rem;
}
.lead-box .text-box h3 span {
  display: inline-block;
  font-size: 1.2em;
}
.lead-box .pic-box {
  width: 41.3333333333%;
}
@media screen and (max-width: 767px) {
  .lead-box {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 8rem;
    flex-direction: column;
  }
  .lead-box .text-box {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lead-box .text-box p {
    font-size: 2rem;
  }
  .lead-box .text-box p.txt {
    font-size: 3rem;
  }
  .lead-box .text-box h3 {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
  .lead-box .text-box h3 span {
    display: inline-block;
    font-size: 1.2em;
  }
  .lead-box .pic-box {
    width: 62rem;
    margin: 0 auto;
  }
}

#topics-area {
  padding-top: 7.5rem;
  padding-bottom: 10rem;
  background: #f8f7f2;
}
#topics-area .topics-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
}
#topics-area .topics-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
}
#topics-area .topics-title h3 {
  margin-bottom: 3rem;
}
#topics-area .topics-title h3 span {
  display: block;
}
#topics-area .topics-title h3 span.txt-en {
  font-size: max(49px, 7rem);
  color: #fff;
}
#topics-area .topics-title h3 span.txt-jp {
  font-size: max(18px, 2.5rem);
  font-weight: 500;
}
#topics-area .topics-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 4%;
}
#topics-area .topics-list .list-item {
  position: relative;
  width: 30.6666666667%;
  padding-top: 2rem;
}
#topics-area .topics-list .list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e0c9;
}
#topics-area .topics-list .list-item::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 2rem;
  height: 1px;
  background: #ab8a4a;
  transition: 0.3s all;
}
#topics-area .topics-list .list-item .txt p.date {
  font-size: max(11px, 1.6rem);
  font-family: Futura, "Century Gothic", sans-serif;
  color: #ab8a4a;
}
#topics-area .topics-list .list-item .txt p.ttl {
  font-size: max(14px, 1.8rem);
  line-height: 1.3888888889;
  margin-bottom: 2rem;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
#topics-area .topics-list .list-item .thumb {
  width: 100%;
  aspect-ratio: 460/300;
  transition: 0.3s all;
}
#topics-area .topics-list .list-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topics-area .topics-list .list-item:hover::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: calc(100% - 2rem);
  height: 1px;
  background: #ab8a4a;
}
#topics-area .topics-list .list-item:hover .thumb {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  #topics-area .topics-wrap {
    width: 100%;
    margin: 0 auto;
  }
  #topics-area .topics-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10rem;
  }
  #topics-area .topics-title h3 {
    margin-bottom: 3rem;
  }
  #topics-area .topics-title h3 span {
    display: block;
  }
  #topics-area .topics-title h3 span.txt-en {
    font-size: 7rem;
    color: #fff;
  }
  #topics-area .topics-title h3 span.txt-jp {
    font-size: 3.2rem;
    font-weight: 500;
  }
  #topics-area .topics-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6rem;
  }
  #topics-area .topics-list .list-item {
    position: relative;
    width: 100%;
    padding-top: 3rem;
  }
  #topics-area .topics-list .list-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e0c9;
  }
  #topics-area .topics-list .list-item::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 2rem;
    height: 1px;
    background: #ab8a4a;
    transition: 0.3s all;
  }
  #topics-area .topics-list .list-item .txt p.date {
    font-size: 2.8rem;
    font-family: Futura, "Century Gothic", sans-serif;
    color: #ab8a4a;
  }
  #topics-area .topics-list .list-item .txt p.ttl {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    margin-bottom: 3rem;
    height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  #topics-area .topics-list .list-item .thumb {
    width: min(100%, 460px);
    margin: 0 auto;
    aspect-ratio: 460/300;
    transition: 0.3s all;
  }
  #topics-area .topics-list .list-item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #topics-area .topics-list .list-item:hover::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: calc(100% - 2rem);
    height: 1px;
    background: #ab8a4a;
  }
  #topics-area .topics-list .list-item:hover .thumb {
    opacity: 0.9;
  }
}

.page-content p {
  font-size: max(14px, 2rem);
}
.page-content p.fs18 {
  font-size: max(13px, 1.8rem);
}
.page-content p a {
  color: #ab8a4a;
  border-bottom: 1px solid #ab8a4a;
}
.page-content p a:hover {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .page-content p {
    font-size: 3rem;
  }
  .page-content p.fs18 {
    font-size: 2.8rem;
  }
}
.page-content h3 {
  font-size: max(24px, 3.5rem);
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
}
.page-content h3 span {
  display: block;
}
.page-content h3 span.txt-en {
  font-size: max(60px, 9rem);
  color: #f8f7f2;
}
.page-content h3 span.txt-jp {
  margin-top: -1.5em;
}
.page-content h3.content-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-content h3 span {
    font-size: 4rem;
  }
  .page-content h3 span.txt-en {
    font-size: 8rem;
  }
}
.page-content h4 {
  font-size: max(20px, 3rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-content h4 {
    font-size: 4rem;
  }
}
.page-content .layout-box-01 {
  width: min(100%, 1500px);
  margin: 0 auto;
}
.page-content .layout-box-01 .text-box .item-ttl {
  margin-bottom: 2rem;
}
.page-content .layout-box-01 .text-box .item-ttl span {
  display: block;
}
.page-content .layout-box-01 .text-box .item-ttl span.txt-en {
  font-size: max(15px, 2.2rem);
  line-height: 1.8181818182;
}
.page-content .layout-box-01 .text-box .item-ttl span.txt-jp {
  font-size: max(21px, 3rem);
  line-height: 1.3333333333;
  color: #ab8a4a;
}
.page-content .layout-box-01 .text-box .btn-box {
  padding-top: 2rem;
  text-align: right;
}
.page-content .layout-box-01 .col2-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8rem;
  margin-top: 8rem;
}
.page-content .layout-box-01 .box_01 {
  width: 100%;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 8rem;
  border: 1px solid #ab8a4a;
}
.page-content .layout-box-01 .box_01 .text-box {
  width: min(39.4366197183%, 560px);
  padding-top: 6rem;
  padding-left: 4rem;
  padding-bottom: 3rem;
}
.page-content .layout-box-01 .box_01 .text-box__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-content .layout-box-01 .box_01 .text-box .btn-box {
  margin-top: auto;
}
.page-content .layout-box-01 .box_01 .pic-box {
  width: min(56.338028169%, 800px);
}
.page-content .layout-box-01 .box_02 {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 8rem;
}
.page-content .layout-box-01 .box_02 .pic-box {
  width: min(46.6666666667%, 700px);
  aspect-ratio: 700/400;
}
.page-content .layout-box-01 .box_02 .pic-box img {
  width: 100%;
}
.page-content .layout-box-01 .box_02 .text-box {
  width: min(53.3333333333%, 800px);
  padding: 6rem 8rem 3rem 8rem;
  background: #f8f7f2;
}
.page-content .layout-box-01 .box_02 .text-box__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-content .layout-box-01 .box_02 .text-box .btn-box {
  margin-top: auto;
}
.page-content .layout-box-01 .box_03 {
  width: min(46.6666666667%, 700px);
}
.page-content .layout-box-01 .box_03 .pic-box {
  width: 100%;
}
.page-content .layout-box-01 .box_03 .text-box {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .page-content .layout-box-01 {
    width: 100%;
  }
  .page-content .layout-box-01 .text-box .item-ttl {
    margin-bottom: 2rem;
  }
  .page-content .layout-box-01 .text-box .item-ttl span {
    display: block;
  }
  .page-content .layout-box-01 .text-box .item-ttl span.txt-en {
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .page-content .layout-box-01 .text-box .item-ttl span.txt-jp {
    font-size: 5rem;
    line-height: 1.2;
    color: #ab8a4a;
  }
  .page-content .layout-box-01 .text-box .btn-box {
    padding-top: 3rem;
    text-align: right;
  }
  .page-content .layout-box-01 .col2-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8rem;
    margin-top: 8rem;
  }
  .page-content .layout-box-01 .box_01 {
    width: 100%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8rem;
    border: 1px solid #ab8a4a;
  }
  .page-content .layout-box-01 .box_01 .text-box {
    width: 100%;
    padding-top: 3rem;
    padding-left: 0;
    padding-bottom: 3rem;
  }
  .page-content .layout-box-01 .box_01 .text-box__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .page-content .layout-box-01 .box_01 .text-box .btn-box {
    margin-top: auto;
  }
  .page-content .layout-box-01 .box_01 .pic-box {
    width: 100%;
  }
  .page-content .layout-box-01 .box_02 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8rem;
  }
  .page-content .layout-box-01 .box_02 .pic-box {
    width: 100%;
    aspect-ratio: 700/400;
  }
  .page-content .layout-box-01 .box_02 .pic-box img {
    width: 100%;
  }
  .page-content .layout-box-01 .box_02 .text-box {
    width: 100%;
    padding: 4rem;
    background: #f8f7f2;
  }
  .page-content .layout-box-01 .box_02 .text-box__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .page-content .layout-box-01 .box_02 .text-box .btn-box {
    margin-top: auto;
  }
  .page-content .layout-box-01 .box_03 {
    width: 100%;
  }
  .page-content .layout-box-01 .box_03 .pic-box {
    width: 100%;
  }
  .page-content .layout-box-01 .box_03 .text-box {
    padding: 4rem;
  }
}
.page-content .layout-box-02 {
  font-size: max(14px, 2rem);
  width: min(100%, 60em);
  margin: 0 auto;
}
.page-content .layout-box-02 .user-guide-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6rem 5rem;
}
.page-content .layout-box-02 .box_01 {
  width: 100%;
  background: #fff;
  padding: 6rem 10rem;
}
.page-content .layout-box-02 .box_01 .item {
  display: flex;
  gap: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e3e0c9;
}
.page-content .layout-box-02 .box_01 .item .icon {
  width: 7.5em;
  flex-shrink: 0;
}
.page-content .layout-box-02 .box_01 .item .pc-col2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 4rem;
}
.page-content .layout-box-02 .box_01 .item .pc-col2 ul {
  display: inline-block;
  margin-left: 0.5em;
}
.page-content .layout-box-02 .box_01 .bottomTxt {
  margin: 3rem 3rem 0;
}
.page-content .layout-box-02 .box_01 .bottomTxt p {
  line-height: 1.6666666667;
}
.page-content .layout-box-02 .box_02 {
  width: 47.9166666667%;
  background: #fff;
  padding: 6rem 3rem;
  background: #fff;
}
.page-content .layout-box-02 .box_02 h4 {
  text-align: center;
}
.page-content .layout-box-02 .box_02 p {
  line-height: 1.6666666667;
}
.page-content .layout-box-02 .box_02 img.check {
  display: block;
  width: min(100%, 13em);
  margin: 3rem auto 4rem;
}
.page-content .layout-box-02 .box_02 .image-box {
  width: min(100%, 19em);
  margin: 3rem auto 0;
}
.page-content .layout-box-02 .box_02 .poricy {
  display: inline-block;
  padding-left: 1.5em;
  margin-top: 2rem;
}
.page-content .layout-box-02 .box_02 .poricy p {
  line-height: 2;
  padding: 0 0.5em;
}
.page-content .layout-box-02 .box_02 .poricy p:not(:last-child) {
  border-bottom: 1px solid #e3e0c9;
}
.page-content .layout-box-02 .box_02 ul {
  margin-bottom: 3rem;
}
.page-content .layout-box-02 .box_02 .bnr-link {
  font-size: max(15px, 2.2rem);
  line-height: 1.3636363636;
  width: 17.2727272727em;
  height: 5.4545454545em;
  background: #28283c;
  color: #fff;
  gap: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem auto 0;
}
.page-content .layout-box-02 .box_02 .bnr-link .icon {
  width: 4.5454545455em;
}
.page-content .layout-box-02 .box_02 .bnr-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.page-content .layout-box-02 .box_02 .card-list {
  width: min(100%, 25em);
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .page-content .layout-box-02 {
    font-size: 3rem;
    width: 100%;
    margin: 0 auto;
  }
  .page-content .layout-box-02 .user-guide-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6rem 5rem;
  }
  .page-content .layout-box-02 .box_01 {
    width: 100%;
    background: #fff;
    padding: 4rem;
  }
  .page-content .layout-box-02 .box_01 h4 {
    text-align: center;
  }
  .page-content .layout-box-02 .box_01 .item {
    display: flex;
    gap: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e3e0c9;
  }
  .page-content .layout-box-02 .box_01 .item .icon {
    width: 10rem;
    flex-shrink: 0;
  }
  .page-content .layout-box-02 .box_01 .item .pc-col2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 4rem;
  }
  .page-content .layout-box-02 .box_01 .item .pc-col2 ul {
    display: inline-block;
    margin-left: 0.5em;
  }
  .page-content .layout-box-02 .box_01 .bottomTxt {
    margin: 3rem 0 0;
  }
  .page-content .layout-box-02 .box_01 .bottomTxt p {
    line-height: 1.4285714286;
  }
  .page-content .layout-box-02 .box_02 {
    width: 100%;
    background: #fff;
    padding: 4rem;
    background: #fff;
  }
  .page-content .layout-box-02 .box_02 h4 {
    text-align: center;
  }
  .page-content .layout-box-02 .box_02 p {
    line-height: 1.6666666667;
  }
  .page-content .layout-box-02 .box_02 img.check {
    display: block;
    width: min(100%, 13em);
    margin: 3rem auto 4rem;
  }
  .page-content .layout-box-02 .box_02 .image-box {
    width: min(100%, 19em);
    margin: 3rem auto 0;
    text-align: center;
  }
  .page-content .layout-box-02 .box_02 .poricy {
    display: inline-block;
    padding-left: 1.5em;
    margin-top: 2rem;
  }
  .page-content .layout-box-02 .box_02 .poricy p {
    line-height: 2;
    padding: 0 0.5em;
  }
  .page-content .layout-box-02 .box_02 .poricy p:not(:last-child) {
    border-bottom: 1px solid #e3e0c9;
  }
  .page-content .layout-box-02 .box_02 ul {
    margin-bottom: 3rem;
  }
  .page-content .layout-box-02 .box_02 .bnr-link {
    font-size: max(15px, 2.2rem);
    line-height: 1.3636363636;
    width: 17.2727272727em;
    height: 5.4545454545em;
    background: #28283c;
    color: #fff;
    gap: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem auto 0;
  }
  .page-content .layout-box-02 .box_02 .bnr-link .icon {
    width: 4.5454545455em;
  }
  .page-content .layout-box-02 .box_02 .bnr-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .page-content .layout-box-02 .box_02 .card-list {
    width: min(100%, 25em);
    margin: 5rem auto 0;
    text-align: center;
  }
}

/*-------------------------------------------/
    STAY トップページ
/-------------------------------------------*/
.stay #page-header .page-title-box {
  background: url("../../assets/images/stay/bg_page-title.jpg");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .stay #page-header .page-title-box {
    background: url("../../assets/images/stay/bg_page-title_sp.jpg");
    background-size: cover;
  }
}
.stay #room-type {
  padding-top: 15rem;
  padding-bottom: 14rem;
}
.stay #user-guide {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: #f8f7f2;
}
@media screen and (max-width: 767px) {
  .stay #user-guide.page-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.stay #stay-infomation {
  padding-top: 12rem;
  padding-bottom: 5rem;
}
.stay #stay-infomation .page-link-bnr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
}
.stay #stay-infomation .page-link-bnr .link-item {
  width: min(32%, 480px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #28283c;
}
.stay #stay-infomation .page-link-bnr .link-item .text-box {
  padding: 4rem 5rem 2rem;
  color: #fff;
}
.stay #stay-infomation .page-link-bnr .link-item .text-box .ttl {
  text-align: center;
  margin-bottom: 2.5rem;
}
.stay #stay-infomation .page-link-bnr .link-item .text-box .ttl span {
  display: block;
}
.stay #stay-infomation .page-link-bnr .link-item .text-box .ttl span.txt-en {
  font-size: max(20px, 3rem);
  color: #ab8a4a;
}
.stay #stay-infomation .page-link-bnr .link-item .text-box .ttl span.txt-jp {
  font-size: max(16px, 2.5rem);
}
.stay #stay-infomation .page-link-bnr .link-item .image-box {
  width: 100%;
  overflow: clip;
}
.stay #stay-infomation .page-link-bnr .link-item .image-box img {
  transform: scale(1);
  transition: 0.5s all;
}
.stay #stay-infomation .page-link-bnr .link-item:hover .image-box img {
  transform: scale(1.05);
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .stay #stay-infomation {
    padding-top: 10rem;
  }
  .stay #stay-infomation .page-link-bnr {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
  }
  .stay #stay-infomation .page-link-bnr .link-item {
    width: min(100%, 480px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #28283c;
  }
  .stay #stay-infomation .page-link-bnr .link-item .text-box {
    padding: 4rem;
    color: #fff;
  }
  .stay #stay-infomation .page-link-bnr .link-item .text-box .ttl {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .stay #stay-infomation .page-link-bnr .link-item .text-box .ttl span {
    display: block;
  }
  .stay #stay-infomation .page-link-bnr .link-item .text-box .ttl span.txt-en {
    font-size: 4rem;
    color: #ab8a4a;
  }
  .stay #stay-infomation .page-link-bnr .link-item .text-box .ttl span.txt-jp {
    font-size: 3.2rem;
  }
  .stay #stay-infomation .page-link-bnr .link-item .text-box p {
    line-height: 1.6666666667;
  }
  .stay #stay-infomation .page-link-bnr .link-item .image-box {
    width: 100%;
    overflow: clip;
  }
  .stay #stay-infomation .page-link-bnr .link-item .image-box img {
    transform: scale(1);
    transition: 0.5s all;
  }
  .stay #stay-infomation .page-link-bnr .link-item:hover .image-box img {
    transform: scale(1.05);
    transition: 0.5s all;
  }
}

/*-------------------------------------------/
    STAY / プランのご案内
/-------------------------------------------*/
.stay #article-list.page-content {
  padding-top: 15rem;
}
.stay #article-list.page-content .box-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
}
.stay #article-list.page-content .box-wrap h3.top-ttl {
  font-size: max(28px, 4rem);
  letter-spacing: 0;
  margin-bottom: 1em;
}
.stay #article-list.page-content .box-wrap .post-list-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 10rem;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .sidebox {
  font-size: max(14px, 2rem);
  width: 12.5em;
  position: relative;
  flex-shrink: 0;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box h4 {
  color: #ab8a4a;
  font-size: max(14px, 2rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid #e3e0c9;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box ul.category-list {
  font-size: max(15px, 2.2rem);
}
.stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box ul.category-list li {
  margin-bottom: 1em;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box ul.category-list li a {
  display: block;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box ul.category-list li a:hover {
  color: #ab8a4a;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox {
  flex-grow: 1;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list {
  width: 100%;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-meta {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e3e0c9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 2em;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-meta span {
  display: inline-block;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-meta span.post-date {
  font-size: max(14px, 2rem);
  line-height: 1.5;
  font-family: Futura, "Century Gothic", sans-serif;
  color: #ab8a4a;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-meta span.cat {
  font-size: max(12px, 1.6rem);
  line-height: 1.5625;
  color: #fff;
  background: #28283c;
  padding: 0 0.5em;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-ttl {
  font-size: max(24px, 3.5rem);
  line-height: 1.2857142857;
  color: #ab8a4a;
  margin: 2rem 0;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5rem;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box {
  width: 53.9130434783%;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box p {
  line-height: 1.5;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box {
  text-align: right;
  margin-top: 2rem;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .image-box {
  width: 40%;
  aspect-ratio: 460/300;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item:not(:last-child) {
  margin-bottom: 6rem;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation {
  width: 69.5652173913%;
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 15rem;
  font-size: max(20px, 3rem);
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation a {
  display: inline-block;
}
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation a:hover,
.stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation .current {
  color: #ab8a4a;
}
@media screen and (max-width: 767px) {
  .stay #article-list.page-content {
    padding-top: 10rem;
  }
  .stay #article-list.page-content .box-wrap {
    width: 100%;
  }
  .stay #article-list.page-content .box-wrap h3.top-ttl {
    font-size: 4rem;
    letter-spacing: 0;
    margin-bottom: 1em;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10rem;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .sidebox {
    font-size: 3rem;
    width: 100%;
    position: relative;
    flex-shrink: 0;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box h4 {
    color: #ab8a4a;
    font-size: 3rem;
    padding-bottom: 1em;
    border-bottom: 1px solid #e3e0c9;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box ul.category-list {
    font-size: 3rem;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box ul.category-list li {
    margin-bottom: 1em;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box ul.category-list li a {
    display: block;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .sidebox .category-box ul.category-list li a:hover {
    color: #ab8a4a;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox {
    width: 100%;
    flex-grow: 1;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list {
    width: 100%;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-meta {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e0c9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em 2em;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-meta span {
    display: inline-block;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-meta span.post-date {
    font-size: 3rem;
    line-height: 1.5;
    font-family: Futura, "Century Gothic", sans-serif;
    color: #ab8a4a;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-meta span.cat {
    font-size: 2.8rem;
    line-height: 1.25;
    color: #fff;
    background: #28283c;
    padding: 0 0.5em;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-ttl {
    font-size: 4rem;
    line-height: 1.2857142857;
    color: #ab8a4a;
    margin: 2rem 0;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box {
    width: 100%;
    padding-bottom: 3rem;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box p {
    line-height: 1.3333333333;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box {
    text-align: right;
    margin-top: 2rem;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .image-box {
    width: 100%;
    aspect-ratio: 460/300;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .post-list .post-item:not(:last-child) {
    margin-bottom: 6rem;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation {
    width: 69.5652173913%;
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 15rem;
    font-size: max(20px, 3rem);
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation a {
    display: inline-block;
  }
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation a:hover,
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation .current {
    color: #ab8a4a;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .stay #article-list.page-content .box-wrap .post-list-wrap .mainbox .pagenation {
    width: 100%;
    font-size: 3rem;
  }
}

/*-------------------------------------------/
    STAY / 各ルーム
/-------------------------------------------*/
.stay-child #section-01 {
  padding-top: 15rem;
  padding-bottom: 13rem;
}
.stay-child #section-01 .box-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
}
.stay-child #section-01 .box-wrap .text-box {
  width: 100%;
}
.stay-child #section-01 .box-wrap .text-box .item-ttl {
  margin-bottom: 3rem;
}
.stay-child #section-01 .box-wrap .text-box .item-ttl span {
  display: block;
}
.stay-child #section-01 .box-wrap .text-box .item-ttl span.text-en {
  font-size: max(18px, 2.5rem);
}
.stay-child #section-01 .box-wrap .text-box .item-ttl span.txt-jp {
  font-size: max(35px, 5rem);
  color: #ab8a4a;
}
.stay-child #section-01 .box-wrap .text-box p {
  font-size: max(15px, 2.2rem);
  line-height: 1.8181818182;
}
.stay-child #section-01 .box-wrap .main-image {
  width: 100%;
  margin-top: 6rem;
}
.stay-child #section-01 .box-wrap .main-image img {
  width: 100%;
}
.stay-child #section-01 .box-wrap .main-image .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 1rem auto;
}
.stay-child #section-01 .box-wrap .pic p {
  line-height: 1.5;
  text-align: center;
  padding: 1em 0;
}
.stay-child #section-01 .box-wrap .pic img {
  width: 100%;
}
.stay-child #section-01 .box-wrap .pic.pic_01 {
  margin-top: 16rem;
  margin-right: 0;
  margin-left: auto;
  width: 54.6666666667%;
}
.stay-child #section-01 .box-wrap .pic.pic_02 {
  margin-top: -30rem;
  margin-right: auto;
  margin-left: 0;
  width: 38%;
}
.stay-child #section-01 .box-wrap .pic.pic_03 {
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .stay-child #section-01 {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .stay-child #section-01 .box-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .stay-child #section-01 .box-wrap .text-box {
    width: 100%;
  }
  .stay-child #section-01 .box-wrap .text-box .item-ttl {
    margin-bottom: 2rem;
  }
  .stay-child #section-01 .box-wrap .text-box .item-ttl span {
    display: block;
  }
  .stay-child #section-01 .box-wrap .text-box .item-ttl span.text-en {
    font-size: 2.5rem;
  }
  .stay-child #section-01 .box-wrap .text-box .item-ttl span.txt-jp {
    font-size: 5rem;
    color: #ab8a4a;
  }
  .stay-child #section-01 .box-wrap .text-box p {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
  .stay-child #section-01 .box-wrap .main-image {
    width: 100%;
    margin-top: 3rem;
  }
  .stay-child #section-01 .box-wrap .main-image img {
    width: 100%;
  }
  .stay-child #section-01 .box-wrap .main-image .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 1rem auto;
  }
  .stay-child #section-01 .box-wrap .pic p {
    line-height: 1.3333333333;
    text-align: center;
    padding: 1em 0;
  }
  .stay-child #section-01 .box-wrap .pic img {
    width: 100%;
  }
  .stay-child #section-01 .box-wrap .pic.pic_01 {
    margin-top: 8rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .stay-child #section-01 .box-wrap .pic.pic_02 {
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .stay-child #section-01 .box-wrap .pic.pic_02 .pic {
    width: 87.6923076923%;
    margin: 0 auto;
  }
  .stay-child #section-01 .box-wrap .pic.pic_03 {
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .stay-child #section-01 .box-wrap .pic.pic_03 .pic {
    width: 87.6923076923%;
    margin: 0 auto;
  }
}
.stay-child #section-02 {
  padding-top: 13rem;
  padding-bottom: 13rem;
  background: #f8f7f2;
}
.stay-child #section-02 .information-box {
  font-size: max(14px, 2rem);
  width: min(100%, 75em);
  margin: 0 auto;
  background: #fff;
  padding: 6rem 10rem;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
.stay-child #section-02 .information-box .table-box {
  width: 69.2307692308%;
}
.stay-child #section-02 .information-box .table-box table {
  width: 100%;
  line-height: 1.5;
  border-collapse: collapse;
}
.stay-child #section-02 .information-box .table-box table tr th {
  width: 12.5em;
  padding: 1em 2em 1em 0;
  border-bottom: 1px solid #e3e0c9;
  font-weight: 500;
  text-align: left;
}
.stay-child #section-02 .information-box .table-box table tr td {
  width: calc(100% - 12.5em);
  padding: 1em 0;
  border-bottom: 1px solid #e3e0c9;
}
.stay-child #section-02 .information-box .image-box {
  width: 23.0769230769%;
}
.stay-child #section-02 .information-box .image-box a.link-btn {
  position: relative;
  width: min(100%, 11.5em);
  height: 2.5em;
  background: #28283c;
  color: #fff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem auto 3rem;
  padding: 0 1.5em;
}
.stay-child #section-02 .information-box .image-box a.link-btn::after {
  position: absolute;
  content: "▶";
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
}
.stay-child #section-02 .information-box .image-box a.link-btn:hover {
  background: rgba(40, 40, 60, 0.8);
}
.stay-child #section-02 .information-box .image-box .floor-plan {
  text-align: center;
}
.stay-child #section-02 .information-box .image-box .floor {
  font-size: max(15px, 3rem);
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 3rem;
}
.stay-child #section-02 .information-box .image-box .floor span {
  display: inline-flex;
  width: 2em;
  aspect-ratio: 60/60;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ab8a4a;
  border-radius: 50%;
}
.stay-child .gallery-box {
  padding-top: 12rem;
  padding-bottom: 5rem;
}
.stay-child .gallery-box .gallery-slider {
  padding-bottom: 4em;
}
.stay-child .gallery-box .gallery-slider .gallery-slider__slide {
  width: 100%;
}
.stay-child .gallery-box .gallery-slider .gallery-slider__slide img {
  width: 100%;
}
.stay-child .gallery-box .gallery-slider .gallery-slider__slide:nth-child(even) {
  background: #000;
}
.stay-child .gallery-box .gallery-slider .gallery-slider__slide:nth-child(even) img {
  opacity: 0.6;
}
.stay-child .gallery-box .gallery-slider .swiper-pagination-fraction {
  bottom: 0;
  margin: 0 auto;
}
.stay-child .gallery-box .gallery-slider .swiper-button-prev {
  top: auto;
  left: 40%;
  bottom: 0;
  width: 1.6em;
  height: 1.6em;
}
.stay-child .gallery-box .gallery-slider .swiper-button-next {
  top: auto;
  right: 40%;
  bottom: 0;
  width: 1.6em;
  height: 1.6em;
}
@media screen and (max-width: 767px) {
  .stay-child .gallery-box .gallery-slider {
    padding-bottom: 6rem;
  }
  .stay-child .gallery-box .gallery-slider .gallery-slider__slide {
    width: 100%;
  }
  .stay-child .gallery-box .gallery-slider .gallery-slider__slide img {
    width: 100%;
  }
  .stay-child .gallery-box .gallery-slider .swiper-pagination-fraction {
    bottom: 0;
    margin: 0 auto;
  }
  .stay-child .gallery-box .gallery-slider .swiper-button-prev {
    top: auto;
    left: 30%;
    bottom: 0;
    width: 3.2rem;
    height: 3.2rem;
  }
  .stay-child .gallery-box .gallery-slider .swiper-button-next {
    top: auto;
    right: 30%;
    bottom: 0;
    width: 3.2rem;
    height: 3.2rem;
  }
}/*# sourceMappingURL=page.css.map */