@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
#movie_base {
  z-index: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 1); */
  z-index: 3;
}

.mv_set {
  display: block;
  position: relative;
  width: 100%;
  height: 68.5vw;
  overflow: hidden;
  background: #000;
}

.mv_bg01,
.mv_bg03,
.mv_brilliance,
.mv_overlay_circle,
.mv_overlay_black,
.mv_overlay_white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv_overlay_circle {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 100%);
  opacity: 0;
}

.mv_overlay_black {
  background: rgba(0, 0, 0, 1);
}

.mv_overlay_white {
  background: rgba(255, 255, 255, 1);
  opacity: 0;
}

.mv_bg01 {
  background: url(../../img/01top/mv_bg01.jpg) no-repeat center top;
  background-size: cover;
  opacity: 0;
}

.mv_bg03 {
  background: url(../../img/01top/mv_bg03.jpg) no-repeat center top;
  background-size: cover;
  opacity: 0;
}

.mv_brilliance {
  background: url(../../img/01top/mv_brilliance.png) no-repeat center top;
  background-size: cover;
  opacity: 0;
  top: 48%;
  height: 32.5vw;
  mix-blend-mode: screen;
}

.mv_t01 {
  position: absolute;
  left: 17.91%;
  top: 39.65%;
  width: 65.1%;
  opacity: 0;
}

.mv_t02 {
  position: absolute;
  left: 23.32%;
  top: 39.65%;
  width: 55.72%;
  opacity: 0;
}

.mv_t03 {
  position: absolute;
  left: 23.95%;
  top: 26.41%;
  width: 51.9%;
  opacity: 0;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.7));
}

.mv_set img {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .mv_set {
    height: 147.69vw;
  }

  .mv_t01 {
    left: 3.84%;
    top: 14%;
    width: 93.58%;
  }

  .mv_t02 {
    left: 12.3%;
    top: 14%;
    width: 79.2%;
  }

  .mv_t03 {
    left: 25.12%;
    top: 11.45%;
    width: 51.28%;
  }

  .mv_bg01 {
    background: url(../../img/01top/mv_bg01_sp.jpg) no-repeat center top;
    background-size: cover;
    opacity: 0;
  }

  .mv_bg03 {
    background: url(../../img/01top/mv_bg03_sp.jpg) no-repeat center top;
    background-size: cover;
    opacity: 0;
  }

  .mv_brilliance {
    background: url(../../img/01top/mv_brilliance_sp.png) no-repeat center top;
    background-size: cover;
    opacity: 0;
    top: 69.31%;
    height: 44.42vw;
  }
}





.center_contena01 {
  margin: 0 auto;
}

.top_kokuchi01 {
  text-align: center;
}

.top_kokuchi02 {
  text-align: center;
  margin-top: 80px;
}

.info_ttl {
  font-family: 'garamond', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 80px;
  letter-spacing: .2em;
}

.info_ttl>span {
  display: inline-block;
  position: relative;
}

.info_ttl>span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 238px;
  height: .5px;
  background: #000;
  transform: translateX(-50%);
}

.p-top_information {
  margin-top: 80px;
  max-width: 1200px;
  margin-inline: auto;
}

.top_information {
  display: flex;
  padding: 0 1em 1em;
  border-bottom: .5px solid #000;
  margin-bottom: 0.7em;
  font-size: 20px;
}

.top_information dt {
  width: 7em;
}

.top_information dd {
  width: calc(100% - 7em);
}

.top_information a {
  color: #63729c;
}

@media (max-width: 800px) {
  .p-top_information {
    margin-top: 50px;
  }

  .top_information {
    flex-direction: column;
    padding: 0 0 1em;
    font-size: 16px;
  }

  .top_information dd {
    margin-top: 0.7em;
    width: 100%;
  }
}

.p-top_m01 {
  text-align: center;
  margin-top: 150px;
}

.top_m02 {
  margin-top: 20px;
}

.c-top-info-btns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 470px;
  margin: 50px auto 0;
}

.c-top-info-btns li {
  width: 100%;
}

.c-top-info-btns a.c-req-btn {
  background: #73644f;
  font-size: 23px;
  letter-spacing: 0.2em;
  height: 92px;
  line-height: 92px;
  position: relative;
}

.c-top-info-btns a.c-req-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.c-top-info-btns a:hover.c-req-btn {
  background: #404253;
}

.c-top-info-btns a:hover.c-req-btn::after {
  right: 2px;
}




@media (max-width: 800px) {
  .center_contena01 {
    width: 86%;
    margin: 0 auto;
  }

  .p-top_information {
    padding-bottom: 25px;
  }

  .top_information {
    display: flex;
    margin-top: 15px;
  }

  .top_information dt {
    width: 6em;
  }

  .p-top_m01 {
    text-align: center;
    margin-top: 150px;
  }

  .top_m02 {
    margin-top: 20px;
  }

  .c-top-info-btns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 80%;
    margin: 50px auto 0;
  }

  .c-top-info-btns a.c-req-btn {
    font-size: 16px;
    letter-spacing: 0.2em;
    height: 50px;
    line-height: 50px;
  }

  .p-top-models:nth-child(2) {
    margin-top: 60px;
  }

  .p-top-models_ttl {
    font-size: 26px;
    letter-spacing: -.05em;
  }

  .p-top-models_txt01 {
    line-height: 1.8;
    margin-top: 15px;
    letter-spacing: -.05em;
  }

  .p-top-models_txt02 {
    margin-top: 20px;
  }

}

.mov_ttl {
  text-align: center;
  margin-top: 100px;
}

.top_prv {
  position: relative;
  max-width: 800px;
  margin: 40px auto 0;
  border: 1px solid rgb(230, 230, 230);
}

#movset,
.movset {
  width: 100%;
  height: 100%;
}

.mov_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mov_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.mov_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_reflection_in {
  display: block;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  overflow: hidden;
  position: relative;
}

.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 0.75;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.75;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.top_obi {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 84px 20px;
  background: url(../img/top_bg_bluegray.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.top_obi_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1400px;
}

.top_obi_list li {
  padding: 0 30px;
  border-right: solid 1px #ffffff40;
}

.top_obi_list li:last-child {
  border-right: none;
}

.top_mv_cta {
  position: absolute;
  top: -8vw;
  right: 0;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.7));
  width: 25.3vw;
}

.top_mv_cta img {
  width: 100%;
}


.top_point {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 40px 20px 35px;
  background: url(../../img/01top/top_point_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

@media (max-width: 800px) {
  .top_obi {
    padding: 44px 8% 44px;
    background: url(../img/top_bg_bluegray_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .top_obi_list {
    flex-direction: column;
  }

  .top_obi_list li {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: solid 1px #ffffff40;
    width: 100%;
  }

  .top_obi_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 0 10px;
  }

  .top_kokuchi01 img {
    width: 100%;
  }

  .top_mv_cta {
    display: none;
    position: absolute;
    top: -8.7vw;
    width: 20vw;
  }

  .top_point {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 30px 8% 30px;
    background: url(../../img/01top/top_point_bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
  }

}

.top_kokuchi02 {
  text-align: center;
  margin-top: 60px;
}

.p-top_notes_set {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 20px;
  background: #EBF0ED;
  font-size: 0.9em;
  text-align: justify;
}

.p-top_notes_set p {
  text-indent: -1em;
  padding-left: 1em;
}

.p-top_notes_set p+p {
  margin-top: .4em;
}

@media (max-width: 800px) {
  .top_kokuchi02 img {
    width: 100%;
  }
}

.info_ttl {
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 80px;
  letter-spacing: .2em;
}

.info_ttl>span {
  display: inline-block;
  position: relative;
}

.info_ttl>span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 105%;
  height: .5px;
  background: #000;
  transform: translateX(-50%);
}

@media (max-width: 800px) {
  .info_ttl {
    margin-top: 20px;
  }

  .top_kokuchi02 {
    margin-top: 20px;
  }
}

/* top-section03 */
.top-section03 {
  margin-top: 250px;
  position: relative;
}

.top-section03::before {
  content: "";
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 45%;
  background: #ebf0ed;
  z-index: -1;
}

.l-section03_box01 {
  display: flex;
  width: clamp(768px, 90%, 1400px);
  margin: 0 auto;
  justify-content: space-between;
}

.p-section03_box01_txtbox {
  width: 52.8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.p-section03_box01_img01 {
  width: 43.2%;
}

.p-top_message02 {
  font-size: clamp(13px, 1.25vw, 17px);
  line-height: 3;
  letter-spacing: .05em;
  margin-top: 3em;
}

@media (max-width: 1400px) {
  .p-top_message02 {
    line-height: 2.5;
    letter-spacing: .05em;
    margin-top: 3em;
  }
}

.l-section03_box02 {
  display: flex;
  width: clamp(300px, 90%, 1400px);
  margin: 56px auto 0;
  padding: 0 5%;
  justify-content: space-between;
  gap: 5%;
  position: relative;
}

.l-section03_box02::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}


/* top-section04 */
.top-section04 {
  margin-top: 170px;
}

.p-top_contents_list {
  display: flex;
  width: 100%;
  margin: 50px auto 0;
  flex-wrap: wrap;
}

.p-top_contents_item {
  width: 100%;
}

.c-item_img {
  position: relative;
}

.c-item_ttl_set {
  margin: 0;
}

.c-item_ttl_en {
  font-size: clamp(22px, 2.3vw, 36px);
  letter-spacing: .15em;
  line-height: 1.2;
  font-family: 'garamond', sans-serif;
}

.c-item_ttl_jp {
  font-size: clamp(16px, 1.2vw, 19px);
  letter-spacing: .16em;
  line-height: 1.5;
  margin-top: .2em;
}

.c-item_soon {
  display: block;
  font-size: 17px;
  letter-spacing: .08em;
  line-height: 1.2;
  font-family: 'garamond', sans-serif;
  margin-top: 23px;
  padding: 0 0 10px;
  width: 9em;
  position: relative;
  border-bottom: .5px solid #000;
}

.c-item_soon a {
  display: block;
  position: relative;
}

.c-item_soon span::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 0.5px;
  margin-left: 10px;
  transform: translateY(-5px);
  background: #000;
  position: absolute;
  top: .8em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover .c-item_soon span:after {
  margin-left: 20px;
}

.sp_scroll {
  display: none;
}

@media (max-width: 800px) {
  .sp_scroll {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  /* top-section03 */
  .top-section03 {
    margin-top: 140px;
    position: relative;
  }

  .top-section03::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: #ebf0ed;
    z-index: -1;
  }

  .l-section03_box01 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: start;
    flex-direction: column;
  }

  .p-section03_box01_txtbox {
    width: 100%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .p-section03_box01_img01 {
    width: 85%;
    margin-top: -50px;
    z-index: -1;
  }

  .p-top_message02 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .02em;
    margin-top: 2em;
    text-align: justify;
  }

  .l-section03_box02 {
    display: flex;
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
    justify-content: start;
    flex-direction: column;
    gap: 0;
  }

  .l-section03_box02::before {
    display: none;
  }

  .p-section03_box02_img01 {
    width: 85%;
  }

  .p-section03_box02_img02 {
    width: 85%;
    margin: -130px 0 0 auto;
    z-index: -1;
  }

  /* top-section04 */
  .top-section04 {
    margin-top: 170px;
  }

  .p-top_contents_list {
    display: flex;
    width: 90%;
    flex-direction: column;
    margin: 50px auto 0;
    gap: 0;
  }

  .p-top_contents_item {
    width: 100%;
  }

  .c-item_img {
    position: relative;
  }

  .c-item_ttl_set {
    margin: 0;
  }

  .c-item_ttl_en {
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.2;
    font-family: 'garamond', sans-serif;
  }

  .c-item_ttl_jp {
    font-size: 3.7vw;
    letter-spacing: .16em;
    line-height: 1.5;
    margin-top: .5em;
  }

  .c-item_ttl_jp.u-letter-space-sm {
    letter-spacing: .05em;
  }

  .c-item_soon {
    display: block;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.2;
    font-family: 'garamond', sans-serif;
    margin-top: 20px;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: .5px solid #000;
  }
}

@media (max-width: 400px) {

  .top-section03::before {
    height: 50%;
  }

  .l-section03_box02 {
    display: flex;
    width: 100%;
    margin: 20px auto 0;
  }
}

.top_banner01 {
  max-width: 450px;
  margin-inline: auto;
  margin-top: 60px;
}

.top_banner01 a {
  display: block;
}

.top_banner01 a:hover {
  background: #e1e6fb;
}

.p-top_contents_item a:hover {
  color: #9c825c;
  background: rgba(255, 255, 255, 1);
}

.top_banner_area {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 80px;
}

a.c-info-btn {
  width: 392px;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.2em;
  height: 78px;
  line-height: 78px;
  background: #950a0a;
  margin-inline: auto;
  margin-top: 60px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-info-btn {
  background: #621414;
}

.top_banner {
  max-width: 877px;
  margin-inline: auto;
  margin-top: 170px;
  box-shadow: 0px 0px 9px 2px rgba(180, 180, 180, 0.6);
}

.top_banner+.top_banner {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .top_banner_area {
    margin-top: 60px;
  }

  a.c-info-btn {
    width: 90%;
    display: block;
    position: relative;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.2em;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
  }

  .top_banner {
    margin-top: 50px;
  }

  .top_banner+.top_banner {
    margin-top: 30px;
  }
}

.mv_mov_set {
  background: #000;
  height: 68.41vw;
}

@media (max-width: 800px) {
  .mv_mov_set {
    height: 147.8125vw;
  }
}


/* modal */

#modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.modal-box {
  position: absolute;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 9px 18px rgba(0, 0, 0, .36);
}

#modal__btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 25px;
  color: #fff;
  background: #715b3c;
  cursor: pointer;
  z-index: 1001;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  right: -20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#modal__btn:hover {
  background: #404253;
}

.modal_txt02 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.modal__morebtn {
  width: 50%;
  margin: 0 auto;
}

a.modal_txt01__btn {
  display: block;
  text-align: center;
  padding: 0 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
  color: #fff;
}

.btn_reflection_in {
  display: block;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  overflow: hidden;
  position: relative;
}

.modal-banner {
  background: #fff;
  position: relative;
}

.banner-cp2026-wp {
  position: absolute;
  width: 17.8%;
  top: -4%;
  left: -4%;
}

@media screen and (max-width: 1110px) {
  .modal-box {
    width: 85%;
    padding: 0;
  }

  #modal__btn {
    top: -48px;
    right: 0;
    /* top: -20px;
    right: -20px; */
  }

  a.modal_txt01__btn {
    transform: translateY(0);
    margin: 0 0 0;
    font-size: 22px;
  }

  .sp_ml10 {
    margin-left: .5em;
  }

  .modal__morebtn {
    width: 75%;
    margin: 0 auto;
  }

}


a.c-info-btn2 {
  width: 352px;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.2em;
  height: 68px;
  line-height: 68px;
  background: #53715f;
  margin-inline: auto;
  margin-top: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-info-btn2 {
  background: #395142;
}

@media screen and (max-width: 800px) {
  a.c-info-btn2 {
    width: 57%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0;
    height: 43px;
    line-height: 43px;
    margin-top: 20px;
  }

}


/* 20250120リニューアル */
.top_movie {
  max-width: 877px;
  margin-inline: auto;
  margin-top: 70px;
}

.c-item_link {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
}

.c-item_link a {
  display: block;
  background: rgba(255, 255, 255, 0.91);
  width: 42.7%;
  padding: 50px 3% 40px 9%;
  margin-top: 5%;
}


.c-item_link a::after {
  content: "";
  background: url(../../img/01top/v02/top_renew_contents_arrow.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 25px);
  right: 4%;
  width: 51px;
  height: 51px;
  transition: 0.3s;
}

.p-top_contents_item:nth-child(2n + 1) .c-item_link a {
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .top_banner01 {
    max-width: 450px;
    margin-inline: auto;
    margin-top: 30px;
  }

  .top_movie {
    max-width: 877px;
    margin-inline: auto;
    margin-top: 60px;
  }
  
  .c-item_link {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
  }
  
  .c-item_link a {
    display: block;
    background: rgba(255, 255, 255, 0.91);
    width: 100%;
    padding: 20px 5% 40px 3%;
  }
  
  .p-top_contents_item:nth-child(2n) .c-item_link a {
    margin-left: initial;
  }
  
  .c-item_link a::after {
    content: "";
    background: url(../../img/01top/v02/top_renew_contents_arrow.svg);
    background-size: cover;
    position: absolute;
    top: calc(50% - 25px);
    right: 2%;
    width: 30px;
    height: 30px;
    transition: 0.3s;
  }
}

.top_kokuchi03 {
  text-align: center;
  margin-top: 20px;
}
.top_takuchi {
  width: clamp(300px, 90%, 1200px);
  margin-inline: auto;
  margin-top: 40px;
  border: 1px solid #A06A19;
  padding: 80px 5%;
  text-align: center;
}

a.c-takuchi-btn {
  width: 400px;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
  font-size: 27px;
  letter-spacing: 0.1em;
  height: 68px;
  line-height: 63px;
  background: linear-gradient(90deg, rgba(160, 106, 25, 1) 0%, rgba(124, 73, 27, 1) 100%);;
  border: 2px solid #d3b78e;
  border-radius: 100px;
  margin-inline: auto;
  margin-top: 20px;
  -webkit-transition: all .5sease;
  transition: all .5sease;
}

a.c-takuchi-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  .top_kokuchi03 {
    text-align: center;
    margin-top: 10px;
  }

  .top_takuchi {
    width: clamp(300px, 100%, 980px);
    margin-inline: auto;
    margin-top: 30px;
    border: 1px solid #A06A19;
    padding: 30px 5%;
    text-align: center;
  }
  
  a.c-takuchi-btn {
    width: 80%;
    display: block;
    position: relative;
    text-align: center;
    padding: 0 5%;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.1em;
    height: 48px;
    line-height: 42px;
    background: linear-gradient(90deg, rgba(160, 106, 25, 1) 0%, rgba(124, 73, 27, 1) 100%);
    border: 2px solid #d3b78e;
    border-radius: 100px;
    margin-inline: auto;
    margin-top: 10px;
    -webkit-transition: all .5sease;
    transition: all .5sease;
  }
  
}


/* v03 */
.top-section02 {
  padding: 100px 0 0;
  background: url(../../img/01top/v03/top_info_bg.jpg) no-repeat right top;
  background-size: 83%;
}

.top_banner_model {
  width: clamp(300px, 90%, 1200px);
  margin-inline: auto;
  margin-top: 80px;
}

.top_insta_movie {
  width: clamp(300px, 90%, 1020px);
  margin-inline: auto;
  margin-top: 120px;
  display: flex;
  gap: 9%;
}

.top_insta_banner {
  width: 76px;
  margin-inline: auto;
  margin-top: 80px;
}

.top_banner_voice {
  width: clamp(300px, 90%, 866px);
  margin-inline: auto;
  margin-top: 120px;
}

/* access */
.top-v03-section03 {
  background-color: #1A1B1E;
  margin-top: 120px;
  padding: 170px 0;
  background-image: url(../../img/01top/v03/top_access_bg01.jpg), url(../../img/01top/v03/top_access_bg02.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-position: center top, center bottom;
  position: relative;
  color: #fff;
}

.top-v03-section03-in {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  position: relative;
}
.top-v03-access-ttl01 {
  text-align: center;
}

.top-v03-access-t01 {
  font-family: 'garamond', sans-serif;
  font-size: 36px;
  letter-spacing: .1em;
  margin-top: 230px;
}
.top-v03-access-t02 {
  font-size: 45px;
  margin-top: .5em;
}

.top_access_i01 {
  margin-top: 70px;
}

.top-v03-access-box01 {
  display: flex;
  gap: 6.7%;
  margin-top: 170px;
}

.top-v03-access-box01_img {
  width: 42.3%;
}

.u-big {
  font-size: 1.5em;
  line-height: 1;
}

.u-access-lead03 {
  font-size: 23px;
  line-height: 2;
  
}

a.btn_more_v03 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 24px;
  margin-top: 3em;
}

a.btn_more_v03::after {
  content: "";
  background: url(../../img/01top/v03/top_arrow_white.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 1.5em);
  right: -4.5em;
  width: 3.5em;
  height: 3.5em;
  transition: 0.3s;
}

a.btn_more_v03 span {
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
}

a.btn_more_v03:hover {
  transform: translateX(1em);
}

a.btn_more_v03.u-black {
  color: #000;
}
a.btn_more_v03.u-black::after {
  background: url(../../img/01top/v03/top_arrow.svg);
  background-size: cover;
}
a.btn_more_v03.u-black span {
  border-bottom: 1px solid #000000;
}

.top-v03-access-box02 {
  margin-top: 5em;
}

.top_access_i03 {
  width: 32.0%;
  position: absolute;
  bottom: -2%;
  left: 73.7%;
}

.top-v03-section04 {
  padding: 170px 0 50px;
  background-image: url(../../img/01top/v03/top_location_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.top-v03-location-box01_wrap {
  display: flex;
}
.top-v03-location-box01 {
  width: 49.6%;
  flex: 1;
}

.top-v03-location-t01 {
  font-family: 'garamond', sans-serif;
  font-size: 36px;
  letter-spacing: .1em;
}
.top-v03-location-t02 {
  font-size: 45px;
  margin-top: .5em;
}
.top-v03-location-box01_txt01 {
  margin-top: 2em;
}
.top_location_i01 {
  width: 50.4%;
}
.top_location_i01 ._img {
  margin-right: -18%;
}

.top_location_i02 {
  width: 45.5%;
  margin-top: -20%;
}

.top_location_i01_t01 {
  margin-top: 25px;
}

.top-v03-section05-ttl-set {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 40px;
  text-align: right;
}
.top-v03-landscape-t01 {
  font-family: 'garamond', sans-serif;
  font-size: 36px;
  color: #000;
  letter-spacing: .1em;
}
.top-v03-landscape-t02 {
  font-size: 45px;
  color: #000;
  margin-top: .5em;
  transform: translateX(1em);
}

.top-v03-section05 {
  background: #141517;
  padding-bottom: 170px;
  color: #fff;
}

.top-v03-location-box02_wrap {
  display: flex;
  gap: 6.7%;
}

.top_location_i04 {
  width: 41.4%;
}

.top-v03-location-box02 {
  margin-top: 170px;
}

.top_location_i03 {
  width: 100%;
}

.top_location_i05 {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
}

.top-v03-section06 {
  background: #efe7e2;
  padding: 170px 0 170px;
}

.top-v03-plan-box01 {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
}


.top-v03-plan-t01 {
  font-family: 'garamond', sans-serif;
  font-size: 36px;
  letter-spacing: .1em;
}
.top-v03-plan-t02 {
  font-size: 45px;
  margin-top: .5em;
}

.top-v03-plan-box01_txt {
  margin-top: 2em;
}

.top_plan_img_set {
  width: clamp(300px, 100%, 1585px);
  margin-inline: auto;
  margin-top: -180px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: -1;
}

.top_plan_i02 {
  width: 27.9%;
  margin-left: 60.8%;
}

.top_plan_i03 {
  width: 36.8%;
  margin-left: 63.0%;
  margin-top: 140px;
}

.top_plan_i01 {
  width: 55.6%;
  margin-top: -50%;
}

.top_notes_mov {
  font-size: 12px;
  text-align: center;
  margin-top: 0.5em;
}

@media (max-width: 800px) {
  /* v03 */
  .top-section02 {
    padding: 40px 0 0;
    background: url(../../img/01top/v03/top_info_bg_sp.jpg) no-repeat right top;
    background-size: 100%;
  }

  .top_banner_model {
    width: 100%;
    margin-inline: auto;
    margin-top: 30px;
  }

  .top_insta_movie_wrap {
    width: 120%;
    margin: 0 -8% 0 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .top_insta_movie {
    width: 220vw;
    margin-inline: auto;
    margin-top: 40px;
    display: flex;
    gap: 15px;
    padding-right: 16%;
  }

  .top_insta_banner {
    width: 47px;
    margin-inline: auto;
    margin-top: 30px;
  }

  .top_banner_voice {
    width: 100%;
    margin-inline: auto;
    margin-top: 40px;
  }

  /* access */
  .top-v03-section03 {
    background-color: #1A1B1E;
    margin-top: 60px;
    padding: 100px 0;
    background-image: url(../../img/01top/v03/top_access_bg01_sp.jpg), url(../../img/01top/v03/top_access_bg02_sp.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
    background-position: center top, center bottom;
    position: relative;
    color: #fff;
  }

  .top-v03-section03-in {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    position: relative;
  }
  .top-v03-access-ttl01 {
    text-align: center;
  }

  .top-v03-access-t01 {
    font-family: 'garamond', sans-serif;
    font-size: 22px;
    letter-spacing: .1em;
    margin-top: 60px;
    text-align: center;
  }
  .top-v03-access-t02 {
    font-size: 18px;
    margin-top: .5em;
    text-align: center;
  }

  .top_access_i01 {
    margin-top: 40px;
    margin: 40px -6% 0;
  }

  .top-v03-access-box01 {
    display: flex;
    gap: 6.7%;
    margin-top: 40px;
    flex-direction: column;
  }

  .top-v03-access-box01_img {
    width: 100%;
    display: flex;
    gap: 3%;
  }

  .top_access_i02 {
    width: 82%;
  }

  .top-v03-access-box01_txt {
    margin-top: 2em;
  }

  .u-big {
    font-size: 1.5em;
    line-height: 1;
  }

  .top-v03-access-box01_txt01 {
  }

  .u-access-lead03 {
    font-size: 3.6vw;
    line-height: 2;
  }

  a.btn_more_v03 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 3.9vw;
    margin-top: 3em;
  }

  a.btn_more_v03::after {
    content: "";
    background: url(../../img/01top/v03/top_arrow_white.svg);
    background-size: cover;
    position: absolute;
    top: calc(50% - 1.5em);
    right: -4.5em;
    width: 3.5em;
    height: 3.5em;
    transition: 0.3s;
  }

  a.btn_more_v03 span {
    border-bottom: 1px solid #fff;
    padding-bottom: .5em;
  }

  a.btn_more_v03:hover {
    transform: translateX(1em);
  }

  a.btn_more_v03.u-black {
    color: #000;
  }
  a.btn_more_v03.u-black::after {
    background: url(../../img/01top/v03/top_arrow.svg);
    background-size: cover;
  }
  a.btn_more_v03.u-black span {
    border-bottom: 1px solid #000000;
  }

  .top-v03-access-box02 {
    margin-top: 0;
  }

  .top_access_i03 {
    display: none;
  }

  .top-v03-section04 {
    padding: 60px 0 0;
    background-image: url(../../img/01top/v03/top_location_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
  }

  .top-v03-location-box01_wrap {
    display: flex;
    flex-direction: column;
  }
  .top-v03-location-box01 {
    width: 100%;
    flex: 1;
  }

  .top-v03-location-t01 {
    font-family: 'garamond', sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: center;
  }
  .top-v03-location-t02 {
    font-size: 18px;
    margin-top: .5em;
    text-align: center;
  }
  .top-v03-location-box01_txt01 {
    margin-top: 2em;
  }
  .top_location_i01 {
    width: 85%;
    margin-top: 60px;
    margin-left: 6%;
  }
  .top_location_i01 ._img {
    margin-right: -18%;
  }

  .top_location_i02 {
    width: 100%;
    margin-top: 40px;
    margin-left: -6%;
  }

  .top_location_i01_t01 {
    margin-top: 25px;
    /* margin-left: 5%; */
  }

  .top_location_i02 .top_location_i01_t01 {
    margin-left: 10%;
  } 

  .top-v03-section05-ttl-set {
    width: 100%;
    margin-inline: auto;
    margin-top: 60px;
    text-align: center;
    background: #fff;
    padding: 60px 0 40px;
  }
  .top-v03-landscape-t01 {
    font-family: 'garamond', sans-serif;
    font-size: 20px;
    color: #000;
    letter-spacing: .1em;
    text-align: center;
  }
  .top-v03-landscape-t02 {
    font-size: 18px;
    color: #000;
    margin-top: .5em;
    transform: translateX(0);
  }

  .top-v03-section05 {
    background: #141517;
    padding-bottom: 60px;
    color: #fff;
  }

  .top-v03-location-box02_wrap {
    width: 90%;
    margin-inline: auto;
    display: flex;
    gap: 6.7%;
    flex-direction: column;
    margin-top: 40px;
  }

  .top_location_i04 {
    width: 90%;
    margin-inline: auto;
  }

  .top-v03-location-box02 {
    margin-top: 0;
  }

  .top_location_i03 {
    width: 100%;
  }

  .top_location_i05 {
    width: 80%;
    margin-inline: auto;
    margin-top: 80px;
  }

  .top-v03-section06 {
    background: #efe7e2;
    padding: 60px 0 0;
  }

  .top-v03-plan-box01 {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
  }


  .top-v03-plan-t01 {
    font-family: 'garamond', sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: center;
  }
  .top-v03-plan-t02 {
    font-size: 18px;
    margin-top: .5em;
    text-align: center;
  }

  .top-v03-plan-box01_txt {
    margin-top: 2em;
  }

  .top_plan_img_set {
    width: clamp(300px, 100%, 1585px);
    margin-inline: auto;
    margin-top: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: -1;
    flex-direction: column;
  }

  .top_plan_i02 {
    width: 70%;
    margin-left: 15%;
  }

  .top_plan_i03 {
    width: 70%;
    margin-left: 15%;
    margin-top: 40px;
  }

  .top_plan_i01 {
    width: 100%;
    margin-top: 40px;
  }

  .top_notes_mov {
    font-size: 11px;
    text-align: justify;
    margin-top: 0.5em;
  }
}



.top_banner_cp {
  width: clamp(300px, 90%, 650px);
  margin-inline: auto;
  margin-top: 80px;
}
.top_price {
  text-align: center;
  margin-top: 40px;
}

.top_price img {
  filter: drop-shadow(0px 0px 16px rgba(255,255,255,0.6)) drop-shadow(0px 0px 5px rgba(255,255,255,0.8));
}

@media (max-width: 800px) {
  .top_banner_cp {
    width: 100%;
    margin-inline: auto;
    margin-top: 30px;
  }
}

/* グッドデザイン賞 */
.top-sectoyotahome-contents {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
  background: #fff;
  padding: 0 7.3%;
  margin-bottom: -140px;
}

@media (max-width: 800px) {
  .top-sectoyotahome-contents {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    margin-top: 60px;
    background: #fff;
    padding: 0 0;
    margin-bottom: 0;
  }
}


/* info 
-------------------------------------------*/
.info__box {
  position: relative;
  /* margin-top: 2.5em; */
  /* width: 49.5em; */
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .info__box {
    margin-top: 4.533333vw;
    width: 100%;
  }
}
.info__wrap {
  border: 0.0166em solid #231815;
  padding-inline: 2.5em;
  overflow-y: scroll;
  position: relative;
  min-height: 13em;
  max-height: 12.8125em;
}
@media screen and (max-width: 800px) {
  .info__wrap {
    padding-inline: 3.4666666vw;
    max-height: 31.7333vw;
  }
}
.info__arrow {
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25em;
  height: 0.625em;
  padding: 0;
  border: none;
  background-color: transparent;
  /* background-image: url("../img/top/info_arrow.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.info__arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.info .dl-horizontal {
  display: flex;
  justify-content: flex-start;
  border-bottom: 0.0166em solid #fff;
  min-height: 8.375em;
  flex-wrap: wrap;
  padding: 1em 0;
}
.info .dl-horizontal dt {
  font-size: 0.8125em;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #231815;
  flex-shrink: 0;
  width: 16%;
  border-bottom: 0.4px solid #231815;
  padding-top: 0.8em;
  padding-bottom: 1.6em;
}
@media screen and (max-width: 800px) {
  .info .dl-horizontal dt {
    font-size: 2.6666vw;
    width: 20%;
  }
}
.info .dl-horizontal dd {
  font-size: 0.8125em;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #231815;
  margin-inline-start: 0;
  text-align: justify;
  width: 84%;
  border-bottom: 0.4px solid #231815;
  padding-top: 0.8em;
  padding-bottom: 1.6em;
}
@media screen and (max-width: 800px) {
  .info .dl-horizontal dd {
    font-size: 2.6666vw;
    width: 80%;
  }
}