@charset "utf-8";

/************* MV *************/
.top-mv .container {
  margin: 0 auto 15px auto;
}

.mv-access {
  letter-spacing: 0.05em;
  background-color: #f1e9dc;
  font-family: "RyuminPro", "GaramondPro", serif;
  font-weight: normal;
}

.mv-access__main {
  padding: 15px 0;
  font-size: 2.4rem;
  border-bottom: 1px solid #d1c7b6;
}

.mv-access__main span {
  font-size: 150%;
}

.mv-access__list {
  padding: 15px 0 30px;
}

.mv-access__list p {
  width: 33.33%;
  font-size: 2rem;
  font-family: "RyuminPro", "GaramondPro", serif;
}

.mv-access__list p span {
  font-size: 120%;
}

.mv-access__list p+p {
  border-left: 1px solid #d1c7b6;
}

@media screen and (max-width: 1400px) {
  .mv-access__main {
    font-size: 1.8vw;
  }

  .mv-access__list p {
    font-size: 1.5vw;
  }
}

.top-mv__slide figure img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-mv__slide .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .top-mv__slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #707070;
  }

  .top-mv__slide .slick-dots li.slick-active button {
    background-color: rgba(80, 50, 30, 1);
  }

  .top-mv__slide .slick-dots li button:before {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .mv-access__main {
    font-size: 4.16vw;
  }

  .mv-access__list p {
    width: 100%;
    font-size: 4vw;
  }

  .mv-access__list p+p {
    margin-top: 15px;
    padding-top: 15px;
    border-left: none;
    border-top: 1px solid #d1c7b6;
  }

  /* SP�p MV�X���C�h */
  .top-mv {
    background: #f1e9dc;
  }

  .top-mv__slide .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .top-mv__slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #707070;
  }

  .top-mv__slide .slick-dots li.slick-active button {
    background-color: rgba(80, 50, 30, 1);
  }

  .top-mv__slide .slick-dots li button:before {
    display: none;
  }
}

/************* �o�i�[�X���C�h *************/

.top-banner {
  padding-top: 50px;
}

.banner-slide {
  margin: 27px -10px 0;
}

.banner-slide .slick-slide {
  margin: 0 14px;
  border: 1px solid #d1c7b6;
  background: #ddd;
}

.banner-slide .slick-slide figure {
  width: 100%;
  height: 100%;
}

.banner-slide .slick-prev {
  left: -50px;
}

.banner-slide .slick-next {
  right: -50px;
}

@media screen and (max-width: 1400px) {
  .banner-slide {
    margin: 27px 25px 0;
  }

  .banner-slide .slick-prev {
    left: -25px;
  }

  .banner-slide .slick-next {
    right: -25px;
  }
}

/* @media screen and (max-width: 767px){

} */

@media screen and (max-width: 767px) {
  .banner-slide .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .slick-dots li button:before {
    font-size: 30px;
  }



  .banner-slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #707070;
  }

  .banner-slide .slick-dots li.slick-active button {
    background-color: rgba(80, 50, 30, 1);
  }

  .banner-slide .slick-dots li button:before {
    display: none;
  }

  .banner-slide .slick-slide {
    margin: 0;
  }

  .banner-slide .slick-prev {
    left: -30px;
  }

  .banner-slide .slick-next {
    right: -30px;
  }

  .slick-slide img {
    margin: auto;
  }
}

/************* INFORMATION *************/

.top-sec-ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 4.8rem;
  /* font-family: 'GaramondPro'; */
  font-family: "Baskervville", serif;
  letter-spacing: 0.022em;
  color: #b3a47c;
}

.information-box {
  padding: 30px 0;
  border-top: 1px solid #d1c7b6;
  border-bottom: 1px solid #d1c7b6;
}

.information-box-wrapper {
  max-height: 500px;
  padding: 0;
  overflow-y: scroll;
}

.information-box-wrapper::-webkit-scrollbar {
  width: 10px;
}

.information-box-wrapper::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}

.information-box-wrapper::-webkit-scrollbar-thumb {
  background-color: #b8a243;
}

@media screen and (max-width: 639px) {
  .top-sec-ttl {
    font-size: 7vw;
  }
}

/************* CONTENTS *************/

.contents-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.contents-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  height: 400px;
}

.contents-link a::before {
  content: "";
  position: absolute;
  left: 92.5px;
  right: 92.5px;
  top: 100px;
  bottom: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.contents-link a::after {
  content: "";
  position: absolute;
  left: 87.5px;
  right: 87.5px;
  top: 95px;
  bottom: 95px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.contents-link a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contents-link a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-link div.ComingSoon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  background: #cdcdcd;
}

.contents-link__ttl {
  position: relative;
  text-align: center;
  z-index: 2;
}

.contents-link__ttl .f-en {
  font-family: "Baskervville", serif;
  font-size: 4rem;
  color: #33411d;
  line-height: 2.05;
}

.ComingSoon .contents-link__ttl .f-en {
  color: rgba(51, 65, 29, 0.6);
}

.contents-link__ttl h3 {
  position: relative;
  width: 156px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.09em;
  color: #101010;
  font-family: "Noto Serif JP", serif;
  line-height: 1.72;
}

.contents-link__ttl h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #b3a47c;
}

@media screen and (max-width: 1310px) {
  .contents-link a {
    height: 30.5vw;
  }

  .contents-link a::before {
    left: 15%;
    right: 15%;
    top: 25%;
    bottom: 25%;
  }

  .contents-link a::after {
    left: 14%;
    right: 14%;
    top: 24%;
    bottom: 24%;
  }

  .contents-link__ttl .f-en {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 639px) {
  #contents-sec .container {
    width: 90%;
  }

  .contents-link div.ComingSoon,
  .contents-link a {
    width: 100%;
    height: 59.7vw;
  }

  .contents-link__ttl .f-en {
    font-size: 5.5vw;
  }

  .contents-link__ttl h3 {
    font-size: 1.2rem;
  }
}

.mv-info-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  @media (max-width: 1199px) {
    gap: 30px;
  }

  @media (max-width: 767px) {
    flex-direction: column;
  }
}

.mv-info {
  padding: 58px;
  background-color: #EBE9E4;

  @media (max-width: 1199px) {
    padding: 58px 0;
  }

  @media (max-width: 767px) {
    padding: 50px 0;
  }
}

.mv-info-left {
  max-width: 666px;
  width: 100%;

  @media (max-width: 1199px) {
    max-width: 61%;
  }

  @media (max-width: 767px) {
    max-width: 100%;
  }
}

.mv-info-txt .sm {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
}

.mv-info-img {
  max-width: 358px;

  @media (max-width: 767px) {
    max-width: 100%;
  }
}

.mv-head {
  color: #33411d;
  margin-bottom: 14px;
}

.mv-info-head-t {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 33px;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-right: 1rem;
}

.mv-info-head-main {
  font-family: "Shippori Mincho", serif;
  font-size: 3.9rem;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  

  .xs {
    line-height: 1;
    font-size: 3.5rem;
  }

}

@media (max-width:1199px) {
  .mv-info-head-main {
    font-size: 3.6rem;
    

    .xs {
      line-height: 1;
      font-size: 2.8rem;
    }
  }

  .mv-info-head-t {
    font-size: 1.8rem;
  }

}
@media (max-width:991px) {
  .mv-info-head-main {
    font-size: 3rem;
    gap: 0px;
    flex-wrap: wrap;

    .xs {
      line-height: 1;
      font-size: 2.4rem;
    }
  }

  .mv-info-head-t {
    font-size: 1.8rem;
    width: 100%;
  }

}
@media (max-width:767px) {
  .mv-info-head-main {
    font-size: 3rem;
    gap: 0px;

    .xs {
      line-height: 1;
      font-size: 2.3rem;
    }
  }

  .mv-info-head-t {
    font-size: 2rem;
  }

}

.mv-info-txt {
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400;
  color: #101010;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;

  @media (max-width: 767px) {
    font-size: 1.5rem;
    line-height: 29px;
  }
}

.top-mv {
  .slick-dots {
    line-height: 0;
  }



  @media (min-width: 768px) {
    .slick-dots {
      line-height: 0;

      li {
        margin: 0;
      }
    }

    .slick-dots li button:before {
      font-size: 30px;
    }
  }
}

.footer-description.top{
  background-color: #fff;
  padding-block: 90px 109px;
}