<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/************* MV *************/
.top-mv .container {
  margin: 0 auto 15px auto;
}

@media (max-width:767px) {
  .top-mv .slick-dotted.slick-slider {
  margin-bottom: 35px;
}
}

.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 {
  line-height: 0;

  @media (max-width: 767px) {
    bottom: -20px;
  }
}

.top-mv__slide .slick-dots li {
  width: 10px;
  height: 10px;

  @media (max-width: 767px) {
    width: 6px;
    height: 6px;
  }
}
.top-mv__slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #dbdbdb;
}
.top-mv__slide .slick-dots li.slick-active button {
  background-color: #9f9f9f;
}

.top-mv__slide .slick-dots li button:before {
  content: 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;
  }
}

.banner-slide .slick-dots li.slick-active button {
  background-color: rgba(80, 50, 30, 1);
}
.banner-slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #707070;
}
@media screen and (max-width: 639px) {
  .banner-slide .slick-dots li {
    width: 10px;
    height: 10px;
  }

  /* 
    .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.2em;
}

.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;
}

.contents-link__ttl {
  position: relative;
  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;
  font-family: "Zen Old Mincho", serif;
}

.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 {
    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;
  }
}

/* NEW */
.top-mv__slide figure {
  position: relative;
}

.top-note-b {
  background-color: #f5f5f5;
}

.top-note-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 41px;
  gap: 40px;

  @media (max-width: 767px) {
    flex-direction: column;
    padding: 21px 0;
    max-width: 445px;
    margin: 0 auto;
  }
}

.top-note-box {
  text-align: center;

  @media (min-width: 768px) and (max-width: 991px) {
    max-width: 100%;
    width: 100%;
  }

  &amp;:nth-of-type(2) {
    position: relative;
    max-width: 392px;
    width: 100%;

    @media (max-width: 991px) {
      max-width: 100%;
    }

    &amp;::after {
      content: "";
      background-color: #707070;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -20px;

      @media (max-width: 767px) {
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 100%;
        top: -20px;
      }
    }

    &amp;::before {
      content: "";
      background-color: #707070;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -13px;

      @media (max-width: 767px) {
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 100%;
        top: unset;
        bottom: -20px;
      }
    }
  }
}

.top-note-box-t {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #242424;

  @media (max-width: 991px) {
    font-size: 14px;
  }

  @media (max-width: 767px) {
    font-size: 16px;
    line-height: 24px;
  }

  sup {
    vertical-align: super;
    font-size: 10px;
  }
}

.top-note-box-b {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  color: #242424;
  letter-spacing: 0em;
  margin-top: 8px;

  @media (max-width: 991px) {
    font-size: 26px;
  }

  @media (max-width: 767px) {
    font-size: 24px;
    line-height: 38px;
    margin-top: 3px;
  }

  &amp;.ls {
    letter-spacing: -0.03em;
  }

  .xs {
    font-size: 16px;
    line-height: 1;
    vertical-align: super;
  }

  .minus {
    margin-left: -20px;

    @media (max-width: 767px) {
      margin-left: -10px;
    }
  }
}

.top-upper {
  background-color: #223750;
  /* margin-top: 50px;
  @media (max-width:767px) {
     margin-top: 26px;
  } */
}

.top-upper-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  padding: 12px 0 25px;

  @media (max-width: 767px) {
    flex-direction: column;
    gap: 21px;
    padding: 0 0 17px;
    max-width: 445px;
    margin: 0 auto;
  }
}

.top-upper-txt {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 1.49;
  font-weight: 500;
  text-align: center;

  @media (max-width: 991px) {
    font-size: 22px;
    line-height: 1.09;
  }

  @media (max-width: 767px) {
    font-size: 18px;
    line-height: 1.49;
  }

  .xl {
    font-size: 49px;

    @media (max-width: 1199px) {
      font-size: 36px;
    }

    @media (max-width: 991px) {
      font-size: 28px;
    }

    @media (max-width: 767px) {
      font-size: 33px;
      margin-inline: -10px;
    }
  }

  .lg {
    font-size: 91px;

    @media (max-width: 1199px) {
      font-size: 66px;
    }

    @media (max-width: 991px) {
      font-size: 46px;
    }

    @media (max-width: 767px) {
      font-size: 64px;
    }
  }
}

.top-upper-left {
  width: 100%;
}

.top-upper-right {
  position: relative;
  width: 100%;

  &amp;::before {
    content: "";
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: #919ba8;
    width: 1px;
    height: 100%;

    @media (max-width: 767px) {
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 1px;
    }
  }
}

.top-upper-right-t {
  font-size: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 29px;
  color: #fff;
  text-align: center;

  @media (max-width: 1199px) {
    font-size: 17px;
  }

  @media (max-width: 767px) {
    font-size: 13px;
    line-height: 20px;
  }
}

.top-upper-right-b {
  font-size: 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 74px;
  margin-top: -5px;
  color: #fff;
  text-align: center;

  @media (max-width: 1199px) {
    font-size: 45px;
    line-height: 57px;
  }

  @media (max-width: 991px) {
    font-size: 33px;
    line-height: 49px;
    margin-top: 1px;
  }
}

.top-mv__slider figure {
  position: relative;
}

.caption span {
  max-width: 945px;
  display: block;
}

.top-note-b .page-container {
  max-width: 1200px;
}</pre></body></html>