@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.t_mv {
  position: relative;
}
.t_mv_img {
  width: 100%;
  height: 100%;
}
.t_mv_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t_mv_text h2 {
  color: #fff;
  font-size: clamp(4rem, -5.108rem + 12.308vw, 7.2rem);
  text-box: trim-both cap alphabetic;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 8vw;
  padding-left: 25px;
  opacity: 0;
}
@media (max-width: 768px) {
  .t_mv_text h2 {
    margin-top: 80px;
    padding-left: 10px;
  }
}
.t_mv_text h2 span {
  display: inline-block;
  font-weight: 300;
}
.t_mv_text h2 .num {
  font-size: clamp(6.5rem, -13.423rem + 26.923vw, 13.5rem);
  font-family: "Cormorant Garamond", serif;
  vertical-align: bottom;
}
.t_mv_text h2 .en {
  font-size: clamp(4.4rem, -5.846rem + 13.846vw, 8rem);
}

.t_usp {
  background: url(../images/common/bk_darkwood.webp);
  background-size: cover;
}
.t_usp_price {
  padding: 25px 0;
}
@media (max-width: 768px) {
  .t_usp_price {
    padding: 20px 0;
  }
}
.t_usp_price img {
  width: 65%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .t_usp_price img {
    width: 75%;
  }
}
.t_usp_usp {
  position: relative;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .t_usp_usp {
    padding: 20px 0;
  }
}
.t_usp_usp img {
  position: relative;
  z-index: 99;
  width: 65%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .t_usp_usp img {
    width: 90%;
  }
}
.t_usp_usp .effect {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9fa0a0;
  mix-blend-mode: multiply;
}

.t_intro {
  padding: 120px 0;
  background: url(../images/common/bk_wood.webp);
  background-size: cover;
}
@media (max-width: 768px) {
  .t_intro {
    padding: 60px 0;
    background: url(../images/common/bk_wood_sp.webp);
    background-size: cover;
  }
}
.t_intro_title {
  width: 25%;
  max-width: 500px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .t_intro_title {
    width: 50%;
    margin: 0 auto 25px;
  }
}
.t_intro h3 {
  color: #5d310d;
  font-size: clamp(1.8rem, -1.046rem + 3.846vw, 2.8rem);
  text-box: trim-both cap alphabetic;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .t_intro h3 {
    margin-bottom: 30px;
  }
}
.t_intro_img {
  width: 58%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .t_intro_img {
    width: 85%;
    margin: 0 auto 40px;
  }
}
.t_intro_text p {
  color: #5d310d;
  font-size: clamp(1.2rem, -0.508rem + 2.308vw, 1.8rem);
  text-box: trim-both cap alphabetic;
  line-height: 1.92;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .t_intro_text p {
    margin-bottom: 30px;
  }
}
.t_intro_text p:last-child {
  margin-bottom: 0;
}

.t_caps {
  background: url(../images/common/bk_wood.webp);
  background-size: cover;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .t_caps {
    margin-bottom: 70px;
  }
}
.t_caps .t_caps_intro {
  max-height: 780px;
}
@media (max-width: 1280px) {
  .t_caps .t_caps_intro {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  .t_caps .t_caps_intro {
    height: 800px;
  }
}
.t_caps .t_caps_intro_text {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}
@media (max-width: 1280px) {
  .t_caps .t_caps_intro_text {
    width: 90%;
    padding: 40px 0;
  }
}
.t_caps .t_caps_intro_text h2 {
  color: #fff;
  font-size: clamp(2rem, -0.277rem + 3.077vw, 2.8rem);
  letter-spacing: 0.12em;
  text-align: center;
  text-box: trim-both cap alphabetic;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .t_caps .t_caps_intro_text h2 {
    margin-bottom: 30px;
  }
}
.t_caps .t_caps_intro_text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  row-gap: 0px;
}
@media (max-width: 1280px) {
  .t_caps .t_caps_intro_text ul {
    gap: 40px;
    row-gap: 0px;
  }
}
@media (max-width: 768px) {
  .t_caps .t_caps_intro_text ul {
    grid-template-columns: 1fr;
  }
}
.t_caps .t_caps_intro_text ul li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0 50px;
  display: grid;
  grid-template-columns: 22fr 3fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 768px) {
  .t_caps .t_caps_intro_text ul li {
    padding: 20px 0 25px;
    grid-template-columns: 1fr 35px;
  }
}
.t_caps .t_caps_intro_text ul li .nav_title .cap_num {
  color: #fff;
  font-size: clamp(1rem, -0.423rem + 1.923vw, 1.5rem);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-box: trim-both cap alphabetic;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .t_caps .t_caps_intro_text ul li .nav_title .cap_num {
    margin-bottom: 15px;
  }
}
.t_caps .t_caps_intro_text ul li .nav_title .cap_num span {
  font-size: clamp(2rem, -0.846rem + 3.846vw, 3rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.t_caps .t_caps_intro_text ul li .nav_title .title {
  color: #c69c59;
  font-size: clamp(1.8rem, -1.046rem + 3.846vw, 2.8rem);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-box: trim-both cap alphabetic;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .t_caps .t_caps_intro_text ul li .nav_title .title {
    margin-bottom: 20px;
  }
}
.t_caps .t_caps_intro_text ul li .nav_title .sub_title {
  color: #fff;
  font-size: clamp(1.4rem, -0.592rem + 2.692vw, 2.1rem);
  line-height: 1.75;
  text-box: trim-both cap alphabetic;
}
.t_caps .t_caps_intro_text ul li .arrow {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .t_caps .t_caps_intro_text ul li .arrow:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.t_caps .t_caps_intro_text ul li:nth-child(3), .t_caps .t_caps_intro_text ul li:nth-child(4) {
  border-top: none;
}
.t_caps .chapter {
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .t_caps .chapter {
    aspect-ratio: 1/2;
    margin: 0 auto 20px;
  }
}
.t_caps .chapter .pixi_text .t_cap_text {
  width: 65%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
}
@media (max-width: 1280px) {
  .t_caps .chapter .pixi_text .t_cap_text {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .t_caps .chapter .pixi_text .t_cap_text {
    width: 80%;
    gap: 20%;
  }
}
.t_caps .chapter .pixi_text .t_cap_text_title .cap_num {
  color: #fff;
  font-size: clamp(1rem, -0.708rem + 2.308vw, 1.6rem);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-box: trim-both cap alphabetic;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .t_caps .chapter .pixi_text .t_cap_text_title .cap_num {
    margin-bottom: 20px;
  }
}
.t_caps .chapter .pixi_text .t_cap_text_title .cap_num span {
  font-size: clamp(2rem, -0.846rem + 3.846vw, 3rem);
}
.t_caps .chapter .pixi_text .t_cap_text_title .title {
  color: #c69c59;
  font-size: clamp(1.8rem, -1.046rem + 3.846vw, 2.8rem);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-box: trim-both cap alphabetic;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .t_caps .chapter .pixi_text .t_cap_text_title .title {
    margin-bottom: 30px;
  }
}
.t_caps .chapter .pixi_text .t_cap_text_title .sub_title {
  color: #999;
  font-size: clamp(1.8rem, -1.046rem + 3.846vw, 2.8rem);
  text-box: trim-both cap alphabetic;
  line-height: 1.75;
}
.t_caps .chapter .pixi_text .t_cap_text_text p {
  color: #999;
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  line-height: 2;
  text-box: trim-both cap alphabetic;
  text-align: right;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .t_caps .chapter .pixi_text .t_cap_text_text p {
    margin-bottom: 20px;
  }
}
.t_caps .chapter .pixi_text .t_cap_text_text .arrow {
  width: 70px;
  margin: 0 0 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #a6896a;
}
@media (max-width: 1280px) {
  .t_caps .chapter .pixi_text .t_cap_text_text .arrow {
    width: 40px;
  }
}
@media (hover: hover) {
  .t_caps .chapter .pixi_text .t_cap_text_text .arrow:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.t_caps .chapter .pixi_text .t_cap_text.reverse .t_cap_text_title .cap_num,
.t_caps .chapter .pixi_text .t_cap_text.reverse .t_cap_text_title .title,
.t_caps .chapter .pixi_text .t_cap_text.reverse .t_cap_text_title .sub_title {
  text-align: right;
}
.t_caps .chapter .pixi_text .t_cap_text.reverse .t_cap_text_text p {
  text-align: left;
}
.t_caps .chapter .pixi_text .t_cap_text.reverse .t_cap_text_text .arrow {
  margin: 0 auto 0 0;
}
.t_caps .chapter.chapter_04 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.t_nav ul {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .t_nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 auto 40px;
  }
}
.t_nav ul li {
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (hover: hover) {
  .t_nav ul li:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.t_nav ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.t_nav ul li .text .en {
  color: #bda114;
  font-size: clamp(2.2rem, -0.646rem + 3.846vw, 3.2rem);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  text-box: trim-both cap alphabetic;
}
.t_nav ul li .text .ja {
  color: #fff;
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
  text-box: trim-both cap alphabetic;
}

.t_banners {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .t_banners {
    margin-bottom: 30px;
  }
}
.t_banners .t_banner {
  width: 85%;
  max-width: 1350px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .t_banners .t_banner {
    width: 90%;
  }
}
.t_banners .t_banner_01 a {
  display: grid;
  grid-template-columns: 11fr 15fr;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media (max-width: 768px) {
  .t_banners .t_banner_01 a {
    grid-template-columns: 1fr;
    grid-template-rows: 12fr 5fr;
    border-radius: 10px;
  }
}
.t_banners .t_banner_01 a .banner_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .t_banners .t_banner_01 a .banner_text {
    gap: 20px;
  }
}
.t_banners .t_banner_01 a .banner_text .en {
  color: #3e865a;
  font-size: clamp(1.9rem, -0.662rem + 3.462vw, 2.8rem);
  font-family: "Marcellus", serif;
}
.t_banners .t_banner_01 a .banner_text .ja {
  font-size: clamp(1.9rem, -0.662rem + 3.462vw, 2.8rem);
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}
.t_banners .t_banner_02, .t_banners .t_banner_03 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .t_banners .t_banner_02, .t_banners .t_banner_03 {
    margin-bottom: 20px;
  }
}

.t_cap {
  padding: 50px 0;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .t_cap {
    padding: 20px 0;
  }
}
.t_cap_text {
  width: 85%;
  max-width: 1350px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .t_cap_text {
    width: 90%;
  }
}
.t_cap_text p {
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
  text-align: justify;
}/*# sourceMappingURL=top.css.map */