@charset "UTF-8";
#top main .container {
  max-width: 876px;
}

.top-main {
  background-color: #000;
}

/************* MV *************/
.top-mv img {
  width: 100%;
}
.top-mv .kvText01 {
  margin-top: -11%;
}
.top-mv .kvText01 ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .top-mv .kvText01 ul {
    grid-template-columns: 1fr;
  }
}
.top-mv .kvText01 ul li {
  display: flex;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-mv .kvText01 ul li {
    width: 100%;
    padding-inline: 5%;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li:nth-child(odd) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li:nth-child(even) {
    justify-content: flex-start;
    border-left: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li:nth-child(n+3) {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .top-mv .kvText01 ul li:nth-child(n+2) div {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li:nth-child(1) img {
    width: 550px;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li:nth-child(2) img {
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv .kvText01 ul li:nth-child(2) img {
    width: 54vw;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li:nth-child(3) img {
    width: 554px;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li:nth-child(4) img {
    width: 575px;
  }
}
.top-mv .kvText01 ul li img {
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li img {
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv .kvText01 ul li img {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .top-mv .kvText01 ul li > div {
    width: 575px;
    padding: 16px 54px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  .top-mv .kvText01 ul li > div {
    width: 100%;
    padding: 2.6vw 14vw;
  }
}
.top-mv .kvText02 {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .top-mv .kvText02 {
    width: 1173px;
    margin-block: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv .kvText02 {
    width: 100%;
    margin-top: 6vw;
    padding-inline: 6vw;
  }
}

.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用 MVスライド */
}
@media screen and (max-width: 639px) {
  .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;
}
@media screen and (min-width: 1401px) {
  .top-banner {
    margin: 27px -10px 0;
  }
}
@media screen and (max-width: 1400px) {
  .top-banner {
    margin: 27px 25px 0;
  }
}
.top-banner figure {
  margin-inline: auto;
}
@media screen and (min-width: 640px) {
  .top-banner figure {
    max-width: 588px;
  }
}

@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;
  }
}
.top-sec-ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 3.6rem;
  font-family: "GaramondPro";
  letter-spacing: 0.4em;
}
.top-sec-ttl h2 {
  clear: none;
  font-size: inherit;
  font-weight: inherit;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
  color: inherit;
}

/************* メリットコピー *************/
#merit {
  width: 100%;
  font-family: "RyuminPro", serif;
  background-image: url(../images/common/texture01.webp);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #merit {
    margin-top: 11%;
  }
}
#merit ul {
  max-width: 1410px;
  margin: auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #merit ul {
    display: block;
    padding: 20px 0;
  }
}
#merit ul li {
  width: 33.3333%;
  padding: 2.5% 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #merit ul li {
    width: 100%;
    font-size: clamp(1rem, 3vw, 18rem);
    line-height: 1.7;
    padding: 3% 2%;
  }
}
#merit ul li span {
  font-size: 1.3684210526em;
  display: inline-block;
  color: #fff;
}
#merit ul li span.large {
  font-size: 175%;
}
@media screen and (max-width: 768px) {
  #merit ul li:first-child, #merit ul li:nth-child(2), #merit ul li:nth-child(3), #merit ul li:nth-child(4), #merit ul li:nth-child(5) {
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  #merit ul li:first-child, #merit ul li:nth-child(2) {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  #merit ul li:nth-child(3) {
    border-bottom: 1px solid #fff;
  }
}
#merit ul li:nth-child(4), #merit ul li:nth-child(5) {
  border-right: 1px solid #fff;
}
#merit sup {
  display: inline-block;
  font-size: 40%;
  font-weight: normal;
  transform: translateY(-1.2em);
}
#merit small {
  font-size: 10px;
  display: block;
  line-height: 2em;
}

/************* CONTENTS *************/
#contents-sec {
  margin-top: 60px;
}
#contents-sec > .container {
  box-sizing: content-box;
}
@media screen and (max-width: 639px) {
  #contents-sec > .container {
    width: 84%;
    margin-inline: auto;
  }
}

.contents-link {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 639px) {
  .contents-link {
    width: 90%;
    margin-inline: auto;
  }
}
.contents-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 calc(50% - 20px);
  aspect-ratio: 418/266;
  position: relative;
}
@media screen and (max-width: 639px) {
  .contents-link a {
    flex: 1 1 100%;
  }
}
.contents-link a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  z-index: 1;
  translate: -50%;
}
@media screen and (min-width: 1001px) {
  .contents-link a::before {
    width: 74.8803827751%;
    aspect-ratio: 313/131;
  }
}
@media screen and (max-width: 1000px) {
  .contents-link a::before {
    width: 90%;
    aspect-ratio: 300/170;
  }
}
@media screen and (min-width: 1001px) {
  .contents-link a:last-child {
    aspect-ratio: 876/265;
  }
}
@media screen and (max-width: 1000px) {
  .contents-link a:last-child {
    aspect-ratio: 876/265;
  }
}
@media screen and (max-width: 639px) {
  .contents-link a:last-child {
    width: 90%;
    aspect-ratio: 418/266;
  }
}
@media screen and (min-width: 1001px) {
  .contents-link a:last-child::before {
    width: 35.7305936073%;
  }
}
@media screen and (max-width: 1000px) {
  .contents-link a:last-child::before {
    width: 95%;
    aspect-ratio: 300/80;
  }
}
@media screen and (max-width: 639px) {
  .contents-link a:last-child::before {
    width: 90%;
    aspect-ratio: 300/170;
  }
}
.contents-link a:last-child img {
  object-fit: cover;
  height: 100%;
}
.contents-link a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contents-link a figure img {
  width: 100%;
}
.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 {
  color: #615239;
}
@media screen and (min-width: 1001px) {
  .contents-link__ttl .f-en {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .contents-link__ttl .f-en {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 639px) {
  .contents-link__ttl .f-en {
    font-size: 5.5vw;
  }
}
.contents-link__ttl h3 {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.13em;
  color: #272624;
  margin-inline: auto;
  padding-left: 1.6rem;
  position: relative;
  padding-left: 1.1428571429em;
}
@media screen and (min-width: 1001px) {
  .contents-link__ttl h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .contents-link__ttl h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 639px) {
  .contents-link__ttl h3 {
    font-size: 3.75vw;
    font-weight: 400;
  }
}
.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: 639px) {
  .contents-link__ttl h3::before {
    display: none;
  }
}

/*# sourceMappingURL=top.css.map */
