@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0vw;
}

#wrapper {
  overflow: hidden;
}

section {
  padding: 0 4.6666666667vw;
}
section .inner {
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#fv {
  width: 100%;
  height: 58.4vw;
  background-color: #f1ead9;
  position: relative;
}
#fv .youtube-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 58.4vw;
  margin: 0 auto;
}
#fv .youtube-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#fv .movie-wrap {
  position: relative;
  width: 100%;
  height: 56.2666666667vw;
  margin: 0 auto;
}
#fv .movie-wrap .youtube {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 (9÷16=0.5625) */
}
#fv .movie-wrap .youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  border: none;
}
#fv .movie-wrap .video {
  position: relative;
}
#fv .movie-wrap .video video {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  object-position: center;
}
#fv .video-btn {
  width: 13.3333333333vw;
  height: 3.8666666667vw;
  display: block;
  position: absolute;
  top: 16.6666666667vw;
  right: 3.7333333333vw;
  z-index: 999;
}
#fv .video-btn a {
  width: 13.3333333333vw;
  height: 3.8666666667vw;
  display: block;
  background: url(../img/top/video-off.png) center center no-repeat;
  background-size: contain;
}
#fv .video-btn a.sound {
  background-image: url(../img/top/video-on.png);
}
#fv .video-btn a.muted {
  background-image: url(../img/top/video-off.png);
}
#fv:before {
  content: "";
  display: block;
  background: url(../img/top/top-copy.png) center center no-repeat;
  background-size: contain;
  width: 60.1333333333vw;
  height: 21.2vw;
  position: absolute;
  bottom: -6.6666666667vw;
  right: 2vw;
  z-index: 501;
}
#fv:after {
  content: "";
  display: block;
  width: 100%;
  height: 10.4vw;
  background: rgba(234, 221, 190, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
}

#message {
  padding: 6.1333333333vw 0 0;
  width: 84vw;
  margin: 0 auto;
}
#message .logo {
  width: 82.5333333333vw;
}
#message .logo .copy {
  margin-top: 3.3333333333vw;
  padding-top: 2.6666666667vw;
  border-top: 0.2666666667vw solid #bbbbbb;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1;
  color: #767575;
  text-align: center;
}
#message .text {
  margin-top: 6.1333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: normal;
  letter-spacing: 0.04em;
}

#box-sections {
  position: relative;
  margin: 0 auto;
  background-color: #f3f1e8;
  padding-bottom: 14vw;
}

#service {
  margin-top: 18.6666666667vw;
  position: relative;
  width: 100%;
}
#service h2 {
  font-size: 24vw;
  line-height: 1;
  position: absolute;
  top: -19.3333333333vw;
  right: 0;
  z-index: 0;
  color: #ddd0ab;
  font-family: "Oswald", serif;
  font-weight: 500;
  opacity: 0.5;
}
#service .boxes {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 5.3333333333vw; /* 箱の間隔 */
}
#service .boxes .box {
  border-radius: 1.3333333333vw;
  background-color: #fff;
  box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0666666667vw;
  width: 42.6666666667vw;
  height: 42.6666666667vw;
}
#service .boxes .box img {
  display: block;
}
#service .boxes .box.size-w {
  width: 90.6666666667vw;
  height: 42.6666666667vw;
}
#service .boxes .box.size-h {
  width: 90.6666666667vw;
  height: 42.6666666667vw;
}

#discover {
  margin-top: 11.4666666667vw;
  position: relative;
  width: 100%;
  padding-top: 38.6666666667vw;
}
#discover h2 {
  font-size: 24vw;
  line-height: 0.9444444444;
  position: absolute;
  top: 0vw;
  left: 0;
  z-index: 0;
  color: #ddd0ab;
  font-family: "Oswald", serif;
  font-weight: 500;
  opacity: 0.5;
}
#discover .boxes {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  gap: 4vw; /* 箱の間隔 */
}
#discover .boxes .box {
  border-radius: 1.3333333333vw;
  background-color: #fff;
  box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0666666667vw;
  width: 43.2vw;
  height: 42.6666666667vw;
}
#discover .boxes .box.size-w {
  width: 68vw;
  height: 32vw;
}
#discover .boxes .box.size-h {
  width: 32vw;
  height: 68vw;
}
#discover .boxes.movie {
  width: 100%;
  margin-top: 4vw;
}
#discover .boxes.movie .box {
  border-radius: 1.3333333333vw;
  background-color: #fff;
  box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.1);
  width: 43.2vw;
  height: 37.3333333333vw;
  padding: 1.0666666667vw;
  position: relative;
}
#discover .boxes.movie .box a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#discover .boxes.movie .box .img {
  position: relative;
  display: flex;
  width: 41.0666666667vw;
  height: 23.0666666667vw;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
#discover .boxes.movie .box .img img {
  display: block;
}
#discover .boxes.movie .box .img a {
  display: flex;
  width: 41.0666666667vw;
  height: 23.0666666667vw;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#discover .boxes.movie .box .title {
  margin-top: 2.6666666667vw;
  height: 6.6666666667vw;
}
#discover .boxes.movie .box .title a {
  font-size: 2.9333333333vw;
  line-height: 1.0909090909;
  text-decoration: none;
}
#discover .boxes.movie .box .date {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #aaaaaa;
  font-size: 2.6666666667vw;
}

#news {
  margin-top: 8vw;
  padding-top: 18.6666666667vw;
  position: relative;
  width: 100%;
}
#news h2 {
  font-size: 24vw;
  line-height: 1;
  position: absolute;
  top: 0vw;
  right: 0;
  z-index: 0;
  color: #ddd0ab;
  font-family: "Oswald", serif;
  font-weight: 500;
  opacity: 0.5;
}
#news .boxes {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 4.6666666667vw 4vw; /* 箱の間隔 */
}
#news .boxes .box {
  border-radius: 1.3333333333vw;
  background-color: rgb(255, 255, 255);
  background-color: #fff;
  box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.1);
  width: 43.2vw;
  height: 42.6666666667vw;
  padding: 1.0666666667vw;
  position: relative;
}
#news .boxes .box.is-new:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4vw solid #eb3841;
  border-bottom: 4vw solid transparent;
  border-left: 4vw solid #eb3841;
  border-right: 4vw solid transparent;
  position: absolute;
  top: 1.0666666667vw;
  left: 1.0666666667vw;
  z-index: 1;
}
#news .boxes .box.is-new:after {
  content: "NEW";
  font-family: "Oswald", serif;
  font-size: 2.9333333333vw;
  color: #fff;
  position: absolute;
  top: 2.2666666667vw;
  left: 1.4666666667vw;
  z-index: 1;
  transform: rotateZ(-45deg);
}
#news .boxes .box a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#news .boxes .box .img {
  position: relative;
  display: flex;
  width: 41.0666666667vw;
  height: 27.8666666667vw;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#news .boxes .box .img img {
  display: block;
}
#news .boxes .box .img a {
  display: flex;
  width: 41.0666666667vw;
  height: 27.7333333333vw;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#news .boxes .box .info {
  position: absolute;
  top: 25.6vw;
  left: 0vw;
  z-index: 1;
  display: flex;
}
#news .boxes .box .info .category span,
#news .boxes .box .info .category a {
  background-color: #9a7d4f;
  padding: 0.2666666667vw 1.3333333333vw;
  font-size: 2.6666666667vw;
  color: #fff;
  text-decoration: none;
}
#news .boxes .box .title {
  margin-top: 2.6666666667vw;
  height: 6.6666666667vw;
}
#news .boxes .box .title a {
  font-size: 2.9333333333vw;
  line-height: 1.0909090909;
  text-decoration: none;
}
#news .boxes .box .date {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #aaaaaa;
  font-size: 2.6666666667vw;
}
#news .link {
  display: flex;
  justify-content: center;
  margin-top: 7.6vw;
}
#news .link a {
  border: 0.2666666667vw solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  text-decoration: none;
  background-color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #9a7d4f;
  font-weight: bold;
}

#sns {
  margin: 13.3333333333vw auto 0;
}
#sns .banner.sns {
  width: 84vw;
  margin: 0 auto;
  border: 0.5333333333vw solid #eadebb;
  display: block;
}
#sns .banner.sns .title {
  font-size: 3.7333333333vw;
  line-height: 1;
  background-color: #eadebb;
  width: 100%;
  height: 15.4666666667vw;
  position: relative;
}
#sns .banner.sns .title:before, #sns .banner.sns .title:after {
  content: "";
  position: absolute;
}
#sns .banner.sns .title:before {
  border-top: 2.1333333333vw solid #c2af77;
  border-right: 2.1333333333vw solid transparent;
  border-bottom: 2.1333333333vw solid transparent;
  border-left: 2.1333333333vw solid #c2af77;
  top: 0vw;
  left: 0vw;
}
#sns .banner.sns .title:after {
  border-top: 2.1333333333vw solid transparent;
  border-right: 2.1333333333vw solid #c2af77;
  border-bottom: 2.1333333333vw solid #c2af77;
  border-left: 2.1333333333vw solid transparent;
  right: 0vw;
  bottom: 0vw;
}
#sns .banner.sns .title span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#sns .banner.sns .title span:before {
  content: "";
  display: block;
  background: url(../img/common/icon-wave.png) center center no-repeat;
  width: 8.5333333333vw;
  height: 4vw;
  margin-bottom: 0.5333333333vw;
}
#sns .banner.sns .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  padding: 6.6666666667vw 0;
  border-top: 0.5333333333vw solid #eadebb;
}

#story {
  margin-top: 13.3333333333vw;
}
#story .loop-text {
  display: flex;
  overflow: hidden;
}
#story .loop-text img {
  flex: 0 0 auto;
  height: 8.4vw;
}
#story .loop-text.top img:nth-of-type(odd) {
  animation: loop 50s -25s linear infinite;
}
#story .loop-text.top img:nth-of-type(even) {
  animation: loop2 50s linear infinite;
}
#story .loop-text.bottom img:nth-of-type(odd) {
  animation: loop-reverse 50s -25s linear infinite;
}
#story .loop-text.bottom img:nth-of-type(even) {
  animation: loop2-reverse 50s linear infinite;
}
#story .img {
  width: 100%;
  margin: 0.5333333333vw 0;
}
#story .img img {
  display: block;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop-reverse {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop2-reverse {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
#youtube {
  position: relative;
  margin: 16vw auto 0;
}
#youtube:before {
  content: "";
  display: block;
  width: 100vw;
  height: 84vw;
  background-color: #f2f2f2;
  position: absolute;
  top: 5.8666666667vw;
  right: 0;
  z-index: -1;
}
#youtube h2 {
  height: 12.5333333333vw;
  font-size: 8vw;
  line-height: 1;
  color: #2e3b44;
  font-family: "Oswald", serif;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  text-indent: -100vw;
  font-size: 0;
  color: transparent;
}
#youtube h2:before {
  content: "";
  display: block;
  width: 40vw;
  height: 9.2vw;
  background: url(../img/common/logo-youtube.png) center center no-repeat;
  background-size: contain;
  margin-right: 2.6666666667vw;
}
#youtube .pagination {
  width: 100%;
  max-width: 192vw;
  position: relative;
}
#youtube .pagination .swiper-button-next,
#youtube .pagination .swiper-button-prev {
  position: absolute;
  top: 34.6666666667vw;
  background-repeat: no-repeat;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  transform: none;
  margin: 0;
}
#youtube .pagination .swiper-button-next:after,
#youtube .pagination .swiper-button-prev:after {
  display: none;
}
#youtube .pagination .swiper-button-next {
  background-image: url(../img/common/icon-arrow-right02.png);
  background-size: contain;
  right: -3.3333333333vw;
  width: 4vw;
  height: 6.4vw;
}
#youtube .pagination .swiper-button-prev {
  background-image: url(../img/common/icon-arrow-left02.png);
  background-size: contain;
  left: -2.6666666667vw;
  width: 4vw;
  height: 6.4vw;
}
#youtube .wrapper {
  width: 85.3333333333vw;
  margin: 4vw auto 0;
}
#youtube .swipe-youtube {
  position: relative;
  padding: 0 1.3333333333vw;
  width: 100%;
  margin: 0 auto 0;
}
#youtube .boxes .box {
  border-radius: 1.3333333333vw;
  background-color: #fff;
  box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.1);
  width: 85.3333333333vw;
  height: 66.6666666667vw;
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
#youtube .boxes .box a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
#youtube .boxes .box .video {
  width: 85.3333333333vw;
  height: 48vw;
}
#youtube .boxes .box .video iframe {
  width: 85.3333333333vw;
  height: 48vw;
  pointer-events: none;
}
#youtube .boxes .box .contents {
  padding: 0.6666666667vw 1.3333333333vw;
  position: relative;
  width: 100%;
  height: 18.6666666667vw;
}
#youtube .boxes .box .contents .text {
  margin-top: 1.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.2307692308;
}
#youtube .boxes .box .contents .date {
  color: #aaaaaa;
  font-size: 2.4vw;
  line-height: 1.3333333333;
  position: absolute;
  right: 3.3333333333vw;
  bottom: 2vw;
}

#instagram {
  position: relative;
  margin: 14.6666666667vw auto 0;
}
#instagram:before {
  content: "";
  display: block;
  width: 100vw;
  height: 90.6666666667vw;
  background-color: #f2f2f2;
  position: absolute;
  top: 5.8666666667vw;
  right: 0;
  z-index: -1;
}
#instagram h2 {
  height: 12.5333333333vw;
  font-size: 8vw;
  line-height: 1;
  color: #2e3b44;
  font-family: "Oswald", serif;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
#instagram h2:before {
  content: "";
  display: block;
  width: 12.5333333333vw;
  height: 12.5333333333vw;
  background: url(../img/common/icon-instagram-l.png) center center no-repeat;
  background-size: contain;
  margin-right: 2.6666666667vw;
}
#instagram .swipe-instagram {
  position: relative;
  padding: 0 1.3333333333vw;
  width: 100%;
  margin: 5.3333333333vw auto 0;
  overflow: visible;
}
#instagram .swipe-instagram .swiper-button-next,
#instagram .swipe-instagram .swiper-button-prev {
  position: absolute;
  top: 16vw;
  background-repeat: no-repeat;
  width: 8vw;
  height: 8vw;
  transform: none;
  margin: 0;
}
#instagram .swipe-instagram .swiper-button-next:after,
#instagram .swipe-instagram .swiper-button-prev:after {
  display: none;
}
#instagram .swipe-instagram .swiper-button-next {
  background-image: url(../img/common/icon-arrow-right.png);
  background-size: contain;
  right: -2.6666666667vw;
}
#instagram .swipe-instagram .swiper-button-prev {
  background-image: url(../img/common/icon-arrow-left.png);
  background-size: contain;
  left: -2.6666666667vw;
}
#instagram .boxes .box {
  border-radius: 1.3333333333vw;
  background-color: #fff;
  box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.1);
  width: 37.3333333333vw;
  height: 70.6666666667vw;
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
#instagram .boxes .box a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
#instagram .boxes .box .img {
  position: relative;
  width: 37.3333333333vw;
  height: 37.3333333333vw;
}
#instagram .boxes .box .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#instagram .boxes .box .img img {
  display: block;
  width: 37.3333333333vw;
  height: 37.3333333333vw;
  object-fit: cover;
  object-position: 50% 50%;
}
#instagram .boxes .box .contents {
  padding: 0.6666666667vw 1.3333333333vw;
}
#instagram .boxes .box .contents .info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: url(../img/top/icon-instagram-account.png) left top no-repeat;
  background-size: 6.6666666667vw auto;
  padding-left: 7.3333333333vw;
}
#instagram .boxes .box .contents .info .account {
  color: #333333;
  font-size: 2.4vw;
  line-height: 1.3333333333;
}
#instagram .boxes .box .contents .info .date {
  color: #333333;
  font-size: 2.4vw;
  line-height: 1.3333333333;
}
#instagram .boxes .box .contents .text {
  margin-top: 1.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.25;
}

#banners {
  width: 84vw;
  margin: 24.5333333333vw auto 0;
}
#banners .banner.sns {
  width: 98.6666666667vw;
  height: 16vw;
  margin: 0 auto;
  border: 0.2666666667vw solid #eadebb;
  display: flex;
}
#banners .banner.sns .title {
  font-size: 2.6666666667vw;
  line-height: 1.2;
  background-color: #eadebb;
  width: 34.6666666667vw;
  height: 15.7333333333vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#banners .banner.sns .title:before {
  content: "";
  display: block;
  background: url(../img/common/icon-wave.png) center center no-repeat;
  width: 6vw;
  height: 2.8vw;
  margin-bottom: 0.5333333333vw;
}
#banners .banner.sns .contents {
  width: 64vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
}

#contact {
  width: 85.3333333333vw;
  height: 49.3333333333vw;
  margin: 13.3333333333vw auto 0;
  background-color: #f3f1e8;
  border-radius: 2.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact .text {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#contact .btn {
  margin-top: 6.4vw;
  border: 0.2666666667vw solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  text-decoration: none;
  background-color: #fff;
  font-size: 5.6vw;
  letter-spacing: 0.08em;
  color: #9a7d4f;
  font-weight: normal;
  font-family: "Oswald", serif;
  position: relative;
}
#contact .btn:before {
  content: "";
  display: block;
  width: 5.6vw;
  height: 4.2666666667vw;
  background: url(../img/common/icon-mail-brown.png) center center no-repeat;
  background-size: contain;
  margin-right: 1.8666666667vw;
}

/* モーダルの基本スタイル */
#customModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  /* モーダルの中身 */
  /* 閉じるボタン */
}
#customModal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#customModal .modal-content iframe {
  width: 96vw;
  height: 54vw;
}
#customModal #closeModal {
  color: white;
  font-size: 10.6666666667vw;
  line-height: 1;
  position: absolute;
  top: -12vw;
  right: 0vw;
  cursor: pointer;
}
