@charset "utf-8";

/************* MV *************/
.top-mv .container {
  margin: 0 auto 15px auto;
}

.top-mv {
  figure {
    position: relative;
  }
}

.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;
  }
}

@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: 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: 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: 3.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  color: #5B846E;
}

.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;
}

.contents-link a {
  position: relative;
  display: flex;
  justify-content: 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: 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);
  margin-top: 20px;
  background: #cdcdcd;
  /*min-height: 400px;*/
}

.contents-link__ttl {
  position: relative;
  text-align: center;
  z-index: 2;
}

.contents-link__ttl .f-en {
  font-size: 4.2rem;
  color: #615239;
  line-height: 1.3;
}

.contents-link__ttl h3 {
  position: relative;
  /*width: 156px;*/
  width: fit-content;
  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: -15px;
  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 {
    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 (max-width: 991px) {

  .contents-link div.ComingSoon,
  .contents-link a {
    min-height: 300px;
  }
}

@media screen and (max-width: 639px) {
  #contents-sec .container {
    width: 90%;
  }

  .contents-link div.ComingSoon,
  .contents-link a {
    width: 100%;
    min-height: 223px;
  }

  .contents-link__ttl .f-en {
    font-size: 5.5vw;
  }

  .contents-link__ttl h3 {
    font-size: 1.2rem;
  }
}

.top-mv-btm {
  /* padding: 30px 15px 32px;
  background: #325965;
  background: linear-gradient(0deg, rgba(50, 89, 101, 1) 0%, rgba(25, 45, 51, 1) 100%);
  text-align: center; */
  line-height: 1;
}

.top-mv-btm-t {
  display: flex;
  /* color: #EAEBE2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-size: 36px;
  line-height: 51px;
  font-weight: 500;

  @media (max-width: 767px) {
    font-size: 26px;
    line-height: 34px;
  } */

  /* .sm {
    font-size: 16px;
    line-height: 1;
    
    @media (max-width: 767px) {
      font-size: 14px;
    }
    }
    
    .sup {
    vertical-align: super;
    font-size: 18px;
    line-height: 1;
    
  }
  
  .xl {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
    
    @media (max-width: 767px) {
      font-size: 30px;
      
      }
      } */
  picture {
    display: block;
    width: 100%;
  }
}

.top-mv-btm-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;

  @media (max-width: 767px) {
    flex-direction: column;
    gap: 15px;

  }

  .sm {
    line-height: 1.375;
    text-align: start;
    font-weight: 400;
  }
}

.top-mv-btm-b {
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  margin-top: 10px;
}

.mv-top-mid {
  /* background-color: #EAEBE2; */

  picture {
    display: flex;
    width: 100%;

    img {
      width: 100%;
    }
  }
}

.top-mv-row {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
  padding: 23px 15px 17px;
  max-width: 1129px;
  margin: 0 auto;

  @media (max-width: 767px) {
    flex-direction: column;
    gap: 50px;
  }
}

.top-mv-left {
  position: relative;
  width: 100%;
  max-width: 510px;

  @media (max-width: 767px) {
    max-width: 100%;
    text-align: center;
  }

  &::after {
    content: "";
    background-color: #325965;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;

    @media (max-width: 767px) {
      top: unset;
      left: 50%;
      transform: translateX(-50%);
      bottom: -25px;
      width: 100%;
      height: 1px;
    }
  }
}

.top-mv-mid-txt-sm {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.1em;
  color: #325965;
  font-weight: 500;
}

.top-mv-mid-txt-xl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  color: #325965;
  font-weight: 500;
  text-align: center;

  @media (max-width: 767px) {
    font-size: 24px;
    line-height: 33.5px;
  }

  .xs {
    font-size: 17px;
    line-height: 1;
  }

  .sm {
    font-size: 26px;
  }

  .brac {
    line-height: 1;
    font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  }
}

.top-mv-mid-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 38.5px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #325965;
  font-weight: 500;

  @media (max-width: 767px) {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

  .sup {
    vertical-align: super;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1;
  }

  .xl {
    font-size: 32px;

    @media (max-width: 767px) {
      font-size: 25px;

    }
  }
}

.top-mv-right {
  max-width: 510px;
  width: 100%;
}

.top-building {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 50px;

  @media (max-width: 767px) {
    flex-direction: column;
    align-items: center;
  }
}

.top-building-left {
  background-color: #325965;
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 767px) {
    max-width: 100%;
    padding: 20px 0;
  }
}

.top-building-left-txt {
  font-size: 19px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: #EAEBE2
}

.top-building-txt {
  font-size: 14px;
  line-height: 22.25px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #484848;

  @media (max-width: 767px) {
    font-size: 12px;
  }
}