@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  background-color: #231815;
}

.t_mv {
  width: 100%;
  background-color: #162146;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .t_mv {
    aspect-ratio: 1/1.6;
  }
}
.t_mv iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.t_mv #t_mv_pc {
  display: block;
}
@media (max-width: 768px) {
  .t_mv #t_mv_pc {
    display: none;
  }
}
.t_mv #t_mv_sp {
  display: none;
}
@media (max-width: 768px) {
  .t_mv #t_mv_sp {
    display: block;
  }
}
.t_mv .mv_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.t_mv .mv_img .img {
  width: 100%;
}
.t_mv .skip_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .t_mv .skip_btn {
    bottom: 20px;
    right: 20px;
  }
}
.t_mv .skip_btn.hidden {
  opacity: 0;
  pointer-events: none;
}

.t_usp {
  padding: 30px 0;
  background-color: #162146;
}
@media (max-width: 768px) {
  .t_usp {
    padding: 10px 0;
  }
}
.t_usp .usp {
  width: 80%;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .t_usp .usp {
    width: 95%;
  }
}

.t_info {
  padding: 120px 0;
  background-color: #e6e6e5;
}
@media (max-width: 768px) {
  .t_info {
    padding: 40px 0;
  }
}
.t_info .if_main {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  gap: 80px;
}
@media (max-width: 768px) {
  .t_info .if_main {
    width: 90%;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.t_info .if_main .if_m_title {
  color: #bba97a;
  font-size: clamp(1.8rem, 0.092rem + 2.308vw, 2.4rem);
  font-family: "Cormorant", serif;
}
.t_info .if_main .if_m_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(62, 61, 60, 0.4);
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
}
@media (max-width: 768px) {
  .t_info .if_main .if_m_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
  }
}
.t_info .if_entry {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .t_info .if_entry {
    width: 90%;
  }
}
.t_info .if_entry .if_e_title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .t_info .if_entry .if_e_title {
    margin-bottom: 20px;
  }
}
.t_info .if_entry .if_e_title .title {
  font-size: clamp(1.8rem, -1.046rem + 3.846vw, 2.8rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .t_info .if_entry .if_e_title .title {
    margin-bottom: 10px;
  }
}
.t_info .if_entry .if_e_title .text {
  font-size: clamp(1.4rem, 0.831rem + 0.769vw, 1.6rem);
}
.t_info .if_entry .if_e_btn {
  width: 400px;
  height: 60px;
  background-color: #cead82;
  margin: 0 auto 80px;
  -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 (max-width: 768px) {
  .t_info .if_entry .if_e_btn {
    width: 240px;
    height: 40px;
    margin-bottom: 40px;
  }
}
.t_info .if_entry .if_e_btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: clamp(1.4rem, 0.262rem + 1.538vw, 1.8rem);
}
@media (hover: hover) {
  .t_info .if_entry .if_e_btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.t_info .if_entry .if_e_flow .flow_title {
  color: #b4913a;
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
}
.t_info .if_entry .if_e_flow .flow_title::before, .t_info .if_entry .if_e_flow .flow_title::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: rgba(180, 145, 58, 0.5);
  position: absolute;
}
.t_info .if_entry .if_e_flow .flow_title::before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(50%) translateX(-110%);
          transform: translateY(50%) translateX(-110%);
}
.t_info .if_entry .if_e_flow .flow_title::after {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(50%) translateX(110%);
          transform: translateY(50%) translateX(110%);
}
.t_info .if_entry .if_e_flow .flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .t_info .if_entry .if_e_flow .flow {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.t_info .if_entry .if_e_flow .flow li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .t_info .if_entry .if_e_flow .flow li {
    gap: 5px;
  }
}
.t_info .if_entry .if_e_flow .flow li .num {
  grid-row: 1;
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
}
.t_info .if_entry .if_e_flow .flow li .title {
  grid-row: 2;
  font-size: clamp(1.4rem, -0.308rem + 2.308vw, 2rem);
}
.t_info .if_entry .if_e_flow .flow li .text {
  grid-row: 3;
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
}
.t_info .if_entry .if_e_flow .flow li::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
@media (max-width: 1200px) {
  .t_info .if_entry .if_e_flow .flow li::after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .t_info .if_entry .if_e_flow .flow li::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    top: auto;
    bottom: -10%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(50%) rotateZ(135deg);
            transform: translateX(-50%) translateY(50%) rotateZ(135deg);
  }
}
.t_info .if_entry .if_e_flow .flow li:last-child::after {
  content: none;
}

.t_intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #231815;
  overflow: hidden;
}
.t_intro .t_it_img {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/top/t_it_bk.webp) no-repeat center center/cover;
}
.t_intro .t_it_img .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 6px;
  background-color: rgba(0, 0, 0, 0.8);
}
.t_intro .t_it_img .cap .text {
  color: #fff;
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
  text-box: trim-both cap alphabetic;
}
.t_intro .t_it_front {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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: 3vh;
}
.t_intro .t_it_front .t_it_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .t_intro .t_it_front .t_it_title {
    margin-bottom: 20px;
  }
}
.t_intro .t_it_front .t_it_title .main {
  font-size: clamp(3.2rem, -5.338rem + 11.538vw, 6.2rem);
  font-family: "Cormorant", serif;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .t_intro .t_it_front .t_it_title .main {
    margin-bottom: 5px;
  }
}
.t_intro .t_it_front .t_it_title .sub {
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
  letter-spacing: 0.05em;
}
.t_intro .t_it_front .t_it_text {
  color: #fff;
  font-size: clamp(1.4rem, 0.831rem + 0.769vw, 1.6rem);
  line-height: 2.2;
  text-align: center;
}
@media (max-width: 768px) {
  .t_intro .t_it_front .t_it_text {
    line-height: 2;
  }
}

.t_nav {
  background-color: #231815;
}
.t_nav .lists {
  overflow: hidden;
}
.t_nav .lists .list {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.t_nav .lists .list .text_wrap {
  width: 40%;
  max-width: 350px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap {
    width: 65%;
    bottom: 20px;
    left: 10px;
  }
}
.t_nav .lists .list .text_wrap a {
  width: 100%;
  height: 100%;
}
.t_nav .lists .list .text_wrap .wrap_inner {
  width: 100%;
  height: 100%;
  padding: 40px 25px;
  position: relative;
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap .wrap_inner {
    padding: 25px 15px;
  }
}
.t_nav .lists .list .text_wrap .wrap_inner .title {
  color: #bba97a;
  font-size: clamp(1.8rem, -0.477rem + 3.077vw, 2.6rem);
  font-family: "Cormorant", serif;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap .wrap_inner .title {
    margin-bottom: 50px;
  }
}
.t_nav .lists .list .text_wrap .wrap_inner .title::after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: rgba(187, 169, 122, 0.8);
  position: absolute;
  bottom: -20px;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: width 0.8s 0.4s ease;
  transition: width 0.8s 0.4s ease;
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap .wrap_inner .title::after {
    bottom: -5px;
  }
}
.t_nav .lists .list .text_wrap .wrap_inner .title.on::after {
  width: 50px;
}
.t_nav .lists .list .text_wrap .wrap_inner .text {
  color: #fff;
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
  line-height: 1.65;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap .wrap_inner .text {
    margin-bottom: 40px;
  }
}
.t_nav .lists .list .text_wrap .wrap_inner .text .sm {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
}
.t_nav .lists .list .text_wrap .wrap_inner .text .asterisk {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
  vertical-align: top;
}
.t_nav .lists .list .text_wrap .wrap_inner .vm {
  color: #bba97a;
  font-size: 14px;
  line-height: 1.65;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: gap 0.3s ease;
  transition: gap 0.3s ease;
}
.t_nav .lists .list .text_wrap .wrap_inner .vm .arrow {
  width: 40px;
}
.t_nav .lists .list .text_wrap .wrap_inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.t_nav .lists .list .text_wrap.adj_3l .wrap_inner .title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap.adj_3l .wrap_inner .title {
    margin-bottom: 30px;
  }
}
.t_nav .lists .list .text_wrap.adj_3l .wrap_inner .text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap.adj_3l .wrap_inner .text {
    margin-bottom: 20px;
  }
}
.t_nav .lists .list .text_wrap.adj_4l .wrap_inner .title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap.adj_4l .wrap_inner .title {
    margin-bottom: 20px;
  }
}
.t_nav .lists .list .text_wrap.adj_4l .wrap_inner .text {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .t_nav .lists .list .text_wrap.adj_4l .wrap_inner .text {
    margin-bottom: 10px;
  }
}
@media (hover: hover) {
  .t_nav .lists .list .text_wrap:hover .vm {
    gap: 30px;
  }
}
.t_nav .lists .list .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 6px;
  background-color: rgba(0, 0, 0, 0.8);
}
.t_nav .lists .list .cap .text {
  color: #fff;
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
  text-box: trim-both cap alphabetic;
}
.t_nav .lists .list.list_01 {
  background: url(../images/top/t_n_01.webp) no-repeat center center/cover;
}
.t_nav .lists .list.list_02 {
  background: url(../images/top/t_n_02.webp) no-repeat center center/cover;
}
.t_nav .lists .list.list_03 {
  background: url(../images/top/t_n_03.webp) no-repeat center center/cover;
}
.t_nav .lists .list.list_04 {
  background: url(../images/top/t_n_04.webp) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .t_nav .lists .list.list_04 {
    background: url(../images/top/t_n_04_sp.webp) no-repeat center center/cover;
  }
}
.t_nav .lists .list.list_05 {
  background: url(../images/top/t_n_05.webp) no-repeat center center/cover;
}
.t_nav .t_n_cap {
  width: 95%;
  margin: 0 auto;
}
.t_nav .t_n_cap .cap {
  color: #fff;
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
  text-align: right;
}/*# sourceMappingURL=top.css.map */