@charset "UTF-8";
main {
  color: #3e3a39;
}

sup {
  font-size: 10px;
  vertical-align: top;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}

.main-visual {
  position: relative;
  border: none;
}

.white {
    color: #fff;
    text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

#top .apeal {
  line-height: 0;
  background-color: #000032;
  padding: 20px 0 0;
  text-align: center;
}
#top .apeal .wrap {
  max-width: 97%;
  margin: 0 auto;
}
#top .points {
  background-color: #000032;
  padding: 25px 0 27px;
  text-align: center;
  font-family: "RyuminPro", serif;
  color: #fff;
}
#top .points .wrap {
  max-width: 1300px;
  width: auto;
  margin: 0 auto;
}
#top .points .text01 {
  font-size: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
}
#top .points .text01 .big {
  font-size: 130%;
}
#top .points .text01 .number {
  font-size: 150%;
}
#top .points .lists {
  display: flex;
}
#top .points .lists li {
  position: relative;
}
#top .points .lists li::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  right: -3%;
  background-color: #fff;
}
#top .points .lists .list01 {
  width: 33%;
}
#top .points .lists .list02 {
  width: 34%;
}
#top .points .lists .list03 {
  width: 33%;
}
#top .points .lists .list03::after {
  display: none;
}
#top .points  {
  font-size: 25px;
}
#top .points .big {
  font-size: 130%;
}
@media screen and (max-width: 1024px) {
  #top .apeal .wrap {
    width: 100%;
  }
  #top .points {
    padding: 25px 0 27px;
  }
  #top .points .wrap {
    width: 90%;
  }
  #top .points .text01 {
    font-size: 18px;
  }
  #top .points .lists {
    flex-wrap: wrap; /* 折返し指定 */
  }
  #top .points .lists .list01 {
    width: 30%;
  }
  #top .points .lists .list02 {
    width: 30%;
  }
  #top .points .lists .list03 {
    width: 40%;
  }
  #top .points .lists .list04 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    width: 100%;
  }
  #top .points .text02 {
    font-size: 13px;
  }
  #top .section-title {
    font-size: 29px;
    padding-bottom: 38px;
  }
  #top .site-contents .text01 {
    font-size: 28px;
  }
  #top .site-contents .text02 {
    font-size: 15px;
  }
  #top main {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .appeal-title-overlay {
    top: 20%;
  }

  #top .main-visual .page-lead {
    top: 8%;
    width: 80%;
    left: 50%;
  }
  #top .main-visual .page-lead img {
    width: 100%;
    display: block;
  }
  #top .main-visual .page-lead.sub {
    top: 90%;
    width: 80%;
    left: 50%;
  }
  #top .main-visual .image img.sp {
    display: block;
    width: 100%;
  }
  #top .apeal {
    padding: 30px 0 0;
  }
  #top .points {
    background-color: #000032;
    padding: 0 0 0;
    text-align: center;
  }
  #top .points .wrap {
    margin: 0 auto;
    width: 90%;
  }
  #top .points .text01 {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
  #top .points .lists {
    display: block;
  }
  #top .points .lists li {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 18px 0;
  }
  #top .points .lists li::after {
    display: none;
  }
  #top .points .lists .list01 {
    width: auto;
  }
  #top .points .lists .list02 {
    width: auto;
  }
  #top .points .lists .list03 {
    width: auto;
    margin-top: 0;
    border-top: none;
    border-bottom: none;
  }
  #top .points .text02 {
    font-size: 16px;
  }
}


/************* MV *************/
.appeal-title-overlay {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .appeal-title-overlay {
    top: 18%;
  }
}

.appeal-title-overlay figure {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appeal-title-overlay figure picture {
  display: block;
}

.appeal-title-overlay figure img {
  display: block;
  width: 80vw;
  height: auto;
  max-width: 1000px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.appeal-lead01,
.appeal-lead02 {
  opacity: 0;
}

.appeal-lead01 img {
  width: 56vw !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .appeal-lead01 img {
    width: 90vw !important;
  }
}

.appeal-lead02 img {
  width: 44vw !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .appeal-lead02 img {
    width: 76vw !important;
  }
}

.appeal-title-wrapper:has(.appeal-lead01) {
  top: 66.5% !important;
}
@media screen and (max-width: 768px) {
  .appeal-title-wrapper:has(.appeal-lead01) {
    top: 50% !important;
    width: 100%;
  }
}

.appeal-title-wrapper:has(.appeal-lead02) {
  top: 72% !important;
}
@media screen and (max-width: 768px) {
  .appeal-title-wrapper:has(.appeal-lead02) {
    top: 53% !important;
    width: 100%;
  }
}

.appeal-title {
  opacity: 0;
  animation: fadeIn 5s ease-in-out forwards;
  animation-delay: 1s;
}

.appeal-lead01.animate {
  animation: fadeIn 0.5s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .appeal-lead01.animate {
  animation: fadeIn 1.2s ease-in-out forwards;
}
}

.appeal-lead02.animate {
  animation: fadeIn 0.6s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
.appeal-lead02.animate {
  animation: fadeIn 1.2s ease-in-out forwards;
}
}

.top-mv figcaption {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.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;
}

.top-mv {
  background: #fff;
  position: relative;
}

.top-mv__slide figure {
  position: relative;
}

.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: #fff;
  border: 1px solid #231815;
}

.top-mv__slide .slick-dots li.slick-active button {
  background-color: #231815;
}

.top-mv__slide .slick-dots li button:before {
  display: none;
}

.top-mv__slide figure .annotation.white {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
  font-family: "RyuminPro", serif;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

@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用 MVスライド */
  .top-mv {
    background: #fff;
  }
  .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;
  }
}

.promotion {
  background: #000;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-inline: 60px;
}
@media screen and (max-width: 768px) {
  .promotion {
    padding-inline: 0;
  }
}

.promotion-container {
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .promotion-container {
    width: 90%;
  }
}

.promotion-box {
  width: 100%;
  margin-inline: auto;
}

.promotion-flex {
  display: flex;
  gap: 26px;
  margin-top: 10px;
  /* border-top: #000 1px solid; */
  padding-top: 20px;
  position: relative;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .promotion-flex {
    flex-direction: column;
    margin-top: 0;
    border-top: none;
  }
}

.promotion-flex > li {
  flex: 1;  /* 均等に分割 */
  position: relative;
}
.promotion-flex > li::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  left: -3%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .promotion-flex > li {
    border-top: #fff 1px solid;
    padding-top: 20px;
    position: relative;
    width: 100%;
  }

  .promotion-flex > li:first-child {
    border-top: none;
    padding-top: 0;
  }

  .promotion-flex > li::after {
    display: none;
  }
}

.promotion-flex > li:first-child::after {
  display: none;
}

.promotion-flex figure {
  margin: 0;
}

.promotion-flex img {
  width: 100%;
  display: block;
}

.promotion-box h4,
.promotion-flex h4 {
  color: #fff;
  font-family: "RyuminPro", serif;
  text-align: center;
}

.promotion-box h4 {
  font-size: clamp(18px, 1.875vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .promotion-box h4 {
    font-size: clamp(16px, 4.16666666666666vw, 25px);
  }
}

.promotion-box h4 > span {
  font-size: clamp(22px, 2.734375vw, 35px);
}
@media screen and (max-width: 768px) {
  .promotion-box h4 > span {
    font-size: clamp(20px, 5.833333333333333vw, 35px);
  }
}

.promotion-flex h4 {
  font-size: clamp(12px, 1.40625vw, 18px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .promotion-flex h4 {
    font-size: clamp(16px, 4.166666666666666vw, 25px);
  }
}

.promotion-flex h4 > sup {
  font-size: 0.8rem;
  position: relative;
  vertical-align: top;
  top: -0.5em;
  left: -1.5em;
  transform: translateY(-12px);
  margin-right: -1.5em;
}
@media screen and (max-width: 768px) {
  .promotion-flex h4 > sup {
    font-size: 1.2rem;
  }
}

.promotion-flex h4 > span {
  font-size: clamp(16px, 1.7187500000000002vw, 22px);
}
@media screen and (max-width: 768px) {
  .promotion-flex h4 > span {
    font-size: clamp(20px, 5.833333333333333vw, 35px);
  }
}

.promotion-flex h4 span.large {
  font-size: clamp(18px, 2.34375vw, 30px);
}
@media screen and (max-width: 768px) {
  .promotion-flex h4 span.large {
    font-size: clamp(20px, 5.833333333333333vw, 35px);
  }
}

.promotion-flex p.annotation {
  text-align: center;
  font-size: 0.8rem;
}

/************* INFORMATION *************/
.top-sec-ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 3.6rem;
  font-family: "GaramondPro";
  letter-spacing: 0.4em;
}

.top-sec-ttl figure.information {
  margin-inline: auto;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .top-sec-ttl figure.information {
    width: 60%;
  }
}

.top-sec-ttl figure.content {
  margin-inline: auto;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .top-sec-ttl figure.content {
    width: 40%;
  }
}

.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 {
  position: relative;
  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 a figure figcaption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 10px;
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

.contents-link div.ComingSoon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  height: 400px;
  margin-top: 20px;
}

.contents-link div.ComingSoon figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.contents-link div.ComingSoon figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-link__ttl {
  position: relative;
  text-align: center;
  z-index: 2;
}

.contents-link__ttl .f-en {
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #231815;
  font-family: "GaramondPro";
}

.contents-link__ttl .f-en span {
  font-family: "minion-pro", serif;
  font-style: italic;
  letter-spacing: 0.08em;
}

.contents-link__ttl h3 {
  position: relative;
  width: 156px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  color: #231815;
  font-family: "RyuminPro", 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;
}

.contents-link .annotation.white {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

@media screen and (max-width: 1310px) {
  .contents-link a,
  .contents-link div.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;
  }
}

.floating_banner {
  position: fixed;
  width: 20%;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.floating_banner a:hover,
.floating_banner a:hover img {
  opacity: 1 !important;
  filter: none !important;
  -moz-opacity: 1 !important;
}

.floating_banner {
  position: fixed;
  width: 20%;
  right: 65px;
  bottom: 20px;
  z-index: 5;
}

.floating_banner .flo-close {
  position: absolute;
  top: -22px;
  right: -12px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border: none;
  border-radius: 14px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.floating_banner .flo-close:hover {
  background: rgba(0,0,0,0.7);
}

@media screen and (max-width: 768px) {
  .floating_banner {
    width: 100%;
    right: 0;
    bottom: 22vw;
  }
  .floating_banner figure a img {
    width: 90%;
    margin: 0 auto;
  }
  .floating_banner .flo-close {
    top: -10vw;
    right: 5vw;
    width: 10vw;
    height: 10vw;
    border-radius: 0;
  }
  .footer-wrapper {
    padding: 25px 15px 65px;
  }
}


/*# sourceMappingURL=top.css.map */