@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
/************* MV *************/
.top-mv {
  position: relative;
}
.top-mv figure {
  position: relative;
}
.top-mv figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 15px;
  margin: auto;
}
.top-mv .container {
  margin: 0 auto 15px auto;
}

.top-mv__slide {
  margin-bottom: 0 !important;
}
.top-mv__slide figure:not(:first-child) {
  display: none;
}
.top-mv__slide .slick-dots {
  bottom: 15px !important;
}
.top-mv__slide .slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.top-mv__slide .slick-dots li button::before {
  content: none;
}
.top-mv__slide .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.top-mv__slide.slick-initialized figure {
  display: block;
}

@media screen and (max-width: 639px) {
  /* SP用 MVスライド */
  .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: rgb(80, 50, 30);
  }
  .top-mv__slide .slick-dots li button:before {
    display: none;
  }
}
/************* バナースライド *************/
.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: 639px) {
  .banner-slide .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .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: rgb(80, 50, 30);
  }
  .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: 3.6rem;
  font-family: "GaramondPro";
  letter-spacing: 0.4em;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents-link a,
.contents-link .ComingSoon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 10px);
  height: 400px;
  margin-top: 20px;
}

.contents-link a::before {
  content: "";
  position: absolute;
  left: 100px;
  right: 100px;
  top: 100px;
  bottom: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.contents-link a figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.contents-link a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents-link a figure figcaption {
  position: absolute;
  bottom: 7px;
  right: 10px;
  margin: auto;
}

.contents-link .ComingSoon {
  background: #cdcdcd;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.contents-link__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.contents-link__ttl .f-en {
  font-size: 4.8rem;
  color: #615239;
}

.contents-link__ttl h3 {
  position: relative;
  width: 156px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  color: #272624;
}

.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 #000000;
}

@media screen and (max-width: 1310px) {
  .contents-link a,
  .contents-link .ComingSoon {
    height: 30.5vw;
  }
  .contents-link a::before {
    left: 15%;
    right: 15%;
    top: 25%;
    bottom: 25%;
  }
  .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;
  }
}
/*-------------------------------------------------------
メリットボックス
-------------------------------------------------------*/
.top-merit {
  background-color: #f1e9dc;
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: center;
}
.top-merit .wrap {
  width: 96%;
  max-width: 1280px;
}
.top-merit .ttl {
  font-size: 3.6rem;
  margin-top: 10px;
}
@media all and (max-width: 1280px) {
  .top-merit .ttl {
    font-size: min(3.3vw, 36px);
  }
}
@media screen and (max-width: 639.98px) {
  .top-merit .ttl {
    font-size: 20px;
    font-size: 5.5555555556vw;
    line-height: 1.3;
  }
}
.top-merit .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin-top: 17px;
}
@media screen and (max-width: 639.98px) {
  .top-merit .list {
    padding-top: 0px;
    border-top: 0px solid #cfc8b8;
    margin-top: 0px;
  }
}
.top-merit .list .list-item {
  font-size: 2.5rem;
  line-height: 1.35;
  position: relative;
  width: 33.3333333333%;
  text-align: center;
  padding-left: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 1280px) {
  .top-merit .list .list-item {
    font-size: min(2vw, 25px);
  }
}
@media screen and (max-width: 639.98px) {
  .top-merit .list .list-item {
    width: 100%;
    font-size: 20px;
    font-size: 5.5555555556vw;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-right: 0px solid rgba(0, 0, 0, 0.4);
    margin-top: 13px;
    line-height: 1.3;
  }
}
.top-merit .list .list-item01:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 639.98px) {
  .top-merit .list .list-item01:after {
    content: none;
  }
}/*# sourceMappingURL=style_top.css.map */