/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* keyvisual
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .m-keyvisual__hdg .en {
    letter-spacing: 0.18em;
  }
}
@media only screen and (max-width: 440px) {
  .m-keyvisual__img figcaption {
    font-size: 11px;
  }
}
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* design-hdg
-----------------------------------------------------------------*/
.design-hdg {
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .design-hdg {
    margin: 0 0 25px;
  }
}
.design-hdg .en {
  display: block;
  font-size: 24px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1;
  color: #9a8852;
}
@media only screen and (max-width: 767px) {
  .design-hdg .en {
    font-size: 20px;
  }
}
.design-hdg .ja {
  display: block;
  margin-top: 10px;
  font-size: 38px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .design-hdg .ja {
    font-size: 30px;
  }
}

/* design-txt
-----------------------------------------------------------------*/
.design-txt {
  max-width: 820px;
  margin: 0 auto 70px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #221815;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .design-txt {
    max-width: none;
    margin: 0 auto 45px;
    padding: 0 20px;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------------------
   sec-slider
---------------------------------------------------------------------------*/
.sec-slider {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .sec-slider {
    padding: 60px 0;
  }
}
.sec-slider__hdg {
  margin: 0 0 65px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-slider__hdg {
    margin: 0 0 45px;
  }
}
.sec-slider__hdg .ja {
  display: block;
  margin-top: 10px;
  font-size: 38px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .sec-slider__hdg .ja {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .sec-slider__hdg .ja {
    font-size: 28px;
  }
}
.sec-slider__wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec-slider__wrap {
    padding: 0;
  }
}
.sec-slider .swiper {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-slider .swiper {
    padding-bottom: 30px;
  }
}
.sec-slider .swiper-main {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-slider .swiper-main {
    margin-bottom: 15px;
  }
}
.sec-slider .swiper-main .swiper-slide {
  position: relative;
}
.sec-slider .swiper-main .swiper-slide img {
  width: 100%;
  height: auto;
}
.sec-slider .swiper-main .swiper-slide figcaption {
  position: absolute;
  right: 0px;
  bottom: 5px;
  font-size: 14px;
  text-align: right;
  color: #fff;
  text-shadow: #000 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .sec-slider .swiper-main .swiper-slide figcaption {
    right: 0;
    bottom: 5px;
    font-size: 9px;
  }
}
@media screen and (max-width: 440px) {
  .sec-slider .swiper-main .swiper-slide figcaption {
    font-size: 2.05vw;
  }
}
.sec-slider .swiper-main .swiper-button-next {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .sec-slider .swiper-main .swiper-button-next {
    display: none;
  }
}
.sec-slider .swiper-main .swiper-button-prev {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .sec-slider .swiper-main .swiper-button-prev {
    display: none;
  }
}
.sec-slider .swiper-main .swiper-button-next:after,
.sec-slider .swiper-main .swiper-button-prev:after {
  font-size: 30px;
  color: #fff;
}
.sec-slider .swiper-main .swiper-pagination {
  bottom: 0px;
}
.sec-slider .swiper-main .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  border: 1px solid #694b37;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
.sec-slider .swiper-main .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #694b37;
}
@media screen and (min-width: 768px) {
  .sec-slider .swiper-main .swiper-pagination {
    display: none;
  }
}
.sec-slider .swiper-thumbs {
  width: 100%;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .sec-slider .swiper-thumbs {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-slider .swiper-thumbs .swiper-wrapper {
    gap: 20px 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    padding: 0;
  }
}
.sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    width: calc(20% - 16px) !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }
}
.sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide figure {
  position: relative;
}
.sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide figure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 52, 42, .85);
  content: "";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #9a8852;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1080px) {
  .sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide figure figcaption {
    font-size: 1.48vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide figure figcaption {
    font-size: 10px;
  }
}
.sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure::before,
.sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure figcaption, .sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide:hover figure::before,
.sec-slider .swiper-thumbs .swiper-wrapper .swiper-slide:hover figure figcaption {
  opacity: 0;
}
.sec-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   sec-gallery
---------------------------------------------------------------------------*/
.sec-gallery {
  padding-bottom: 120px;
  background-color: #4a342a;
}
@media only screen and (max-width: 767px) {
  .sec-gallery {
    padding-bottom: 70px;
  }
}
.sec-gallery__block {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .sec-gallery__block {
    padding-top: 70px;
  }
}
.sec-gallery__hdg {
  margin: 0 0 65px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-gallery__hdg {
    margin: 0 0 45px;
  }
}
.sec-gallery__hdg .en {
  display: block;
  font-size: 24px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1;
  color: #9a8852;
}
@media only screen and (max-width: 767px) {
  .sec-gallery__hdg .en {
    font-size: 20px;
  }
}
.sec-gallery__hdg .ja {
  display: block;
  margin-top: 10px;
  font-size: 38px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-gallery__hdg .ja {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .sec-gallery__hdg .ja {
    font-size: 28px;
  }
}
.sec-gallery .block img {
  width: 100%;
  height: auto;
}
.sec-gallery .block figure {
  position: relative;
}
.sec-gallery .block figcaption {
  position: absolute;
  right: 0px;
  bottom: 5px;
  font-size: 14px;
  text-align: right;
  color: #fff;
  text-shadow: #000 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .sec-gallery .block figcaption {
    right: 0;
    bottom: 5px;
    font-size: 9px;
  }
}
@media screen and (max-width: 440px) {
  .sec-gallery .block figcaption {
    font-size: 2.05vw;
  }
}
.sec-gallery .block--full {
  width: 100%;
}
.sec-gallery .block--right {
  padding-left: 12vw;
}
@media only screen and (max-width: 767px) {
  .sec-gallery .block--right {
    padding-left: 5vw;
  }
}
.sec-gallery .block--left {
  padding-right: 12vw;
}
@media only screen and (max-width: 767px) {
  .sec-gallery .block--left {
    padding-right: 5vw;
  }
}
.sec-gallery .block--fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6.6vw;
}
@media only screen and (max-width: 767px) {
  .sec-gallery .block--fixed {
    display: block;
    padding: 0;
  }
}
.sec-gallery .block--fixed._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-gallery .block--fixed .hdg-wrap {
  width: 46.67%;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .sec-gallery .block--fixed .hdg-wrap .sec-gallery__hdg .ja {
    font-size: 3.52vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-gallery .block--fixed .hdg-wrap {
    width: 100%;
  }
}
.sec-gallery .block--fixed .block__img {
  width: 53.33%;
}
@media only screen and (max-width: 767px) {
  .sec-gallery .block--fixed .block__img {
    width: auto;
    margin: 0 5vw;
  }
}