/* 適応フォント */
/* font-family: "Zen Old Mincho", serif; */
html {
  font-size: min(calc(10 / 1440 * 100vw), 10px);

}

:root {
  --Zen_Old_Min: "Zen Old Mincho", serif;
  --Cardo: "Cardo", serif;
}

img {
  height: 100%;
  object-fit: cover;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/* debug */
/* header,footer,.mhbanner-wrap,.cta-wrap{
  display: none;
} */
/* debug */


.chocolat_lp {
  font-family: var(--Zen_Old_Min);
}

#bgLayer {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle, #d7ac8e 0%, #5b3e30 100%);
  z-index: 9;
}

#logoLayer {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.blur_overlay {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: initial;
  transition: all 1s ease-in-out;
  z-index: 8;
}

.blur_overlay.active {
  backdrop-filter: blur(10px);

}

.section_eng_head {
  font-family: var(--Cardo);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
}

.section_head {
  margin-top: .8rem;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(1.5em);
  background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_content_text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
  background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_image {
  position: relative;
  aspect-ratio: 144/96;
  width: 100%;
  overflow: hidden;
  filter: blur(1rem);
  transition: all ease 1.5s;
}

.section_image.active {
  filter: blur(0);
}

.chocolat_fv {
  background-image: url(../images/chocolat_lp/fv_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 70px);
}

.fv_logos {
  position: absolute;
  bottom: 6.1rem;
  left: 8rem;
  aspect-ratio: 599/198;
  width: 59.9rem;
  color: white;
}

.fv_logo {
  aspect-ratio: 362/64;
  width: 36.2rem;
  background-image: url(../images/chocolat_lp/fv_logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.fv_logo_head {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
}

.fv_logo_text {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
}

/* birth_story */

.birth_story {
  position: relative;
  aspect-ratio: 1440/940;
  width: 100%;
  padding: 20rem 23.9rem;
  background-color: #FFF1E5;
}

.birth_logo {
  position: absolute;
  top: 20.6rem;
  right: 43.8rem;
  aspect-ratio: 403/240;
  width: 34.4rem;
  background-image: url(../images/chocolat_lp/birth_logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.birth_story_inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10rem;
}

.birth_contents {
  width: fit-content;
}

.birth_image {
  margin-top: 3.2rem;
  aspect-ratio: 462/308;
  width: 46.2rem;
}

.birth_content_text {
  padding-top: 38.4rem;
  width: 40rem;
}


/* name_origin */

.name_origin {
  padding: 20rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 4rem;
  aspect-ratio: 1440/778;
  width: 100%;
  color: white;
  background-image: url(../images/chocolat_lp/77e176919f93e72fc7d16a9cc9e5fb7e1e53ca99.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.origin_head {
  margin: 0;
  -webkit-text-fill-color: unset;
}

.origin_content_text {
  line-height: 2.3em;
  -webkit-text-fill-color: unset;
}

/* house_theme */
.house_theme {
  padding: 20rem 8rem 16rem;
  background: linear-gradient(180deg, #FFF1E5 1.08%, #F7F7F7 100%);
}

.house_head_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.house_content_text {
  width: 67.1rem;
}

.house_images {
  margin-top: 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.house_image {
  aspect-ratio: 3/4;
  height: 40rem;
  overflow: hidden;
  border-radius: 1.6rem;
}

.back_collar_brown_white {
  background: linear-gradient(180deg, #FFF1E5 1.08%, #F7F7F7 100%);
}

.margin_bottom {
  margin-bottom: 4rem;
}

/* performance_comfort & design */
.performance_comfort {
  padding: 10rem 8rem 6.8rem;
  background-image: url(../images/chocolat_lp/77e176919f93e72fc7d16a9cc9e5fb7e1e53ca99.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.performance_comfort.design {
  background-image: unset;
  background-color: #FFF1E5;
}

.pc_inner {
  background-color: #FFF1E5;
  border-radius: 1.6rem;
  width: 100%;
  height: 64rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.pc_inner.design {
  background-image: url(../images/chocolat_lp/77e176919f93e72fc7d16a9cc9e5fb7e1e53ca99.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.pc_heads {
  width: 64rem;
  height: 100%;
  padding: 15rem 6.4rem 5.1rem 9.6rem;
}

.design .section_head,
.design .section_content_text {
  color: white;
  -webkit-text-fill-color: unset;
}

.pc_images {
  width: 65rem;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: .4rem;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.pc_image {
  position: relative;
  aspect-ratio: 32/24;
  width: 31.8rem;
  overflow: hidden;
}

.pc_image:nth-child(3) {
  aspect-ratio: 640/396;
  width: 64rem;
}

.pc_logo {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 320/64;
  width: 32rem;
  background-image: url(../images/chocolat_lp/77e176919f93e72fc7d16a9cc9e5fb7e1e53ca99.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.pc_logo_img {
  aspect-ratio: 127/29;
  width: 12.7rem;
  background-image: url(../images/chocolat_lp/mini_logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}


.choco_sliders {
  margin: 4.8rem auto 0;
  width: 128rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8rem;
}

.choco_image_slider {
  aspect-ratio: 640/740;
  width: 64rem;
  padding-left: 15.9rem;
}

.pc_slide_wrapper {
  height: 63.5rem;
}

.choco_image_slide {
  aspect-ratio: 480/635;
  width: 48rem;
  padding-left: .4rem;
  border-radius: 1.6rem;
  overflow: hidden;
}


.choco_text_slider {
  aspect-ratio: 552/635;
  width: 55.2rem;
  color: white;
}

.design_text_slider {
  background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}

.choco_text_slide {
  padding: 19.5rem 0 19.2rem 7.2rem;
  aspect-ratio: 552/635;
  width: 55.2rem;
}

.slide_title {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;

}

.slide_text {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8em;
}

.design_text_slider .slide_title {
  background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.design_text_slider .slide_text {
  background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide_link {
  margin-top: 4rem;
  display: block;
  aspect-ratio: 308/42;
  width: 30.8rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_link.pc_link {
  background-image: url(../images/chocolat_lp/white_link.svg);
}

.slide_link.design_link {
  background-image: url(../images/chocolat_lp/brown_link.svg);
}

.choco_navigator {
  margin-top: 2rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 140/48;
  width: 14rem;
}

.choco_arrow {
  aspect-ratio: 1/1;
  width: 4.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.pc_prev {
  background-image: url(../images/chocolat_lp/slide_white_arrow.svg);
}

.design_prev {
  background-image: url(../images/chocolat_lp/slide_brown_arrow.svg);

}

.pc_next {
  background-image: url(../images/chocolat_lp/slide_white_arrow.svg);
  transform: rotateZ(180deg);
}

.design_next {
  background-image: url(../images/chocolat_lp/slide_brown_arrow.svg);
  transform: rotateZ(180deg);
}

.choco_sliders .choco_pagination {
  aspect-ratio: 22/4;
  width: 2.2rem;
  margin: 1.7rem 5.9rem 0 auto;
  display: flex;
  justify-content: space-between;
  transition: all ease .2s;
}

.choco_pagination .swiper-pagination-bullet {
  margin: 0;
  aspect-ratio: 1/1;
  width: .4rem;
  height: auto;
}

.pc_pagination .swiper-pagination-bullet {
  background-color: #F7F7F7;
}

.pc_pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.design_pagination .swiper-pagination-bullet {
  background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
}

.design_pagination .swiper-pagination-bullet-active {
  background: linear-gradient(180deg, rgba(88, 71, 67, 0.5) -178.57%, rgba(162, 130, 120, 0.5) 267.86%);
}


/* ayaplus */

.ayaplus_area {
  position: relative;
  background: linear-gradient(180deg, #FFF1E5 1.08%, #F7F7F7 100%);
  width: 100%;
}

.ayaplus_left {
  aspect-ratio: 668/1205;
  width: 66.8rem;
  padding: 20rem 1.8rem 55.9rem 23.8rem;
}

.ayaplus_head,
.ayaplus_content_text {
  -webkit-text-fill-color: unset;
  color: black;
}

.ayaplus_content_text:nth-of-type(1) {
  margin-top: 6.4rem;
}

.ayaplus_content_text:nth-of-type(2) {
  margin-top: 2.4rem;
}

.ayaplus_link {
  display: block;
  aspect-ratio: 312/42;
  margin-top: 6.4rem;
  background-image: url(../images/chocolat_lp/ayaplus_link.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.ayaplus_img {
  position: absolute;
  overflow: hidden;
}

.ayaplus_img:nth-of-type(2) {
  aspect-ratio: 2/3;
  width: 20rem;
  top: 58rem;
  right: 39.2rem;
  border-radius: 2rem;
  z-index: 1;
}

.ayaplus_img:nth-of-type(3) {
  aspect-ratio: 4/6;
  width: 40rem;
  top: 12.9rem;
  right: 7.5rem;
  border-radius: 2rem;
}

.ayaplus_img:nth-of-type(4) {
  aspect-ratio: 151/1144;
  width: 15.1rem;
  top: 3.2rem;
  right: 0;
  border-radius: 2rem;
}

/* plan */
.plan {
  position: relative;
  background-image: url(../images/chocolat_lp/aa4a343a30e29e630dbce46664f7942f3dd5f449.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1440/966;
  width: 100%;
}

.plan_subbg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/chocolat_lp/default_plan.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.plan_box {
  position: absolute;
  aspect-ratio: 431/476;
  top: 25.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 6.8rem 5.6rem;
  width: 43.1rem;
  background-color: #40404033;
  text-align: center;
  color: white;
}

.plan_name {
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
}

.plan_contents {
  margin-top: .8rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
}

.plan_contents:nth-of-type(1) {
  position: relative;
  margin-top: 6.7rem;
}

.plan_contents:nth-of-type(1)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.8rem;
  width: 8.3rem;
  height: .1rem;
  background-color: white;
}


/* mitori */
.mitori {
  background-color: #FFF1E5;
  padding: 12rem 0;
}

.mitori_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9rem;
}

.mitori_img {
  height: 40rem;
  overflow: hidden;
}

.mitori_img:nth-child(1) {
  aspect-ratio: 454/400;
}

.mitori_img:nth-child(2) {
  aspect-ratio: 513/400;
}

.mitori_text {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8rem;
}

.exhibition_detail_name {
  width: 10.4rem;
}

/* exhibition */
.exhibition {
  background-color: #FFF1E5;
  padding-bottom: 12rem;
}

.exhibition_image {
  aspect-ratio: 1440/648;
  overflow: hidden;
  width: 100%;
}

.exhibition_maps {
  width: 63.8rem;
  margin: 5.4rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}


.exhibition_details {
  width: 29.8rem;
}

.exhibition_name {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
}

.exhibition_detail_inner {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left;
}

.exhibition_detail_name {
  display: block;
  width: 10.4rem;
}

.exhibition_map {
  width: 30rem;
}

.exhibition_map_inner {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}

.map_link {
  margin: 1.6rem auto 0;
  display: block;
  background-image: url(../images/chocolat_lp/map_link.svg);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 79/22;
  width: 7.9rem;
}

.reservation_link {
  margin: 5.4rem auto 0;
  display: block;
  background-image: url(../images/chocolat_lp/raijou_link.svg);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 308.8/42;
  width: 30.8rem;
}


.large_sliders {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14.4rem;
}

.l_text_slider {
  padding: 6.6rem 0;
  width: 39.6rem;
  overflow: hidden;
}

.l_text_slide {
  aspect-ratio: 396/334;
  width: 39.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.l_text_head {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
}

.l_text_detail {
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8em;
}

.l_image_slider {
  aspect-ratio: 508/466;
  width: 50.8rem;
  overflow: hidden;
}

.l_image_slide {
  aspect-ratio: 508/466;
  width: 50.8rem;
}

.l_slide {
  margin-top: 12rem;
}

/* gallery */
.gallery {
  background-color: #FFF1E5;
  padding-bottom: 12rem;
}

.gallery_swipers {
  aspect-ratio: 1440/1126;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.gallery_swiper {
  width: 100%;
  height: 35rem;
  overflow: hidden;
}

.gallery_image {
  padding-right: .3rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  gap: 0.3rem;
  height: 35rem;
  margin-bottom: 3.8rem;
}


.gallery_link {
  margin: 7.8rem auto 0;
  display: block;
  background-image: url(../images/chocolat_lp/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 308.3/42;
  width: 30.8rem;
}

.gallery_img01 {
  width: 100%;
  object-fit: cover;
}

.gallery_img02 {
  width: 56.2rem;
  object-fit: cover;
}

.gallery_img03 {
  width: 100%;
  object-fit: cover;
}

.gallery_img04 {
  width: 23.8rem;
  object-fit: cover;
}

.gallery_img05 {
  width: 23.7rem;
  object-fit: cover;
}

.gallery_img06 {
  width: 23.8rem;
  object-fit: cover;
}

.gallery_img07 {
  width: 48rem;
  object-fit: cover;
}

.gallery_img08 {
  width: auto;
  object-fit: cover;
}

.gallery_img09 {
  width: 47.6rem;
  object-fit: cover;
}

.gallery_img10 {
  width: 47.6rem;
  object-fit: cover;
}

.gallery_img11 {
  width: auto;
  object-fit: cover;
}

.sec_15_fast {
  display: flex;
  height: 35rem;
  gap: 0.3rem;
  width: 100%;
}

.sec_15_fast.sp_only {
  display: none;
}

.sec_15_fast_li {
  width: 100%;
}

.sec_15_second {
  height: 35rem;
  margin-top: 3.8rem;
  margin-bottom: 3.8rem;
  display: flex;
  gap: 0.2rem;
}

.sec_15_second.sp_only {
  display: none;
}

.sec_15_third {
  height: 35rem;
  gap: 0.2rem;
  display: flex;
  margin-bottom: 7.8rem;
  justify-content: center;
}

.sec_15_third.sp_only {
  display: none;
}

.exhibition_google_map {
  width: 30rem;
  height: 30rem;
}

.exhibition_text {
  display: flex;
  margin-top: 2.4rem;
}

.exhibition_main_text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0%;
}


.exhibition_maps_a {
  margin-bottom: 24rem;
}

/* フェードイン */
.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}










/* 共通ボタン */
.flow-line {
  position: relative;
  width: 30rem;
  margin: 0 auto;
  display: block;
  height: 3rem;
  margin: 12rem auto 12rem auto;
}

.choco_margin {
  margin: 4rem auto 0 0;
}

.flow_texts {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
  height: 2.6rem;
}

.flow_texts:before,
.flow_texts:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  color: #000000;
  font-size: 1.6rem;
  font-family: var(--Zen_Old_Min);
}

/* モデルハウスを体験する */
.model_house_text:before,
.model_house_text:after {
  content: "モデルハウスを体験する";
}

.performance_text:before,
.performance_text:after {
  content: "性能について詳しく見る";
  color: #fff;
}

.performance_text02:before,
.performance_text02:after {
  content: "デザインについて詳しく見る";
  color: #584743;
}

.triple_text:before,
.triple_text:after {
  content: "トリプルA工法について詳しくみる";
  color: #584743;
}

.contact_text:before,
.contact_text:after {
  content: "来場のご予約はこちら";
  color: #584743;
}

.contact_text02:before,
.contact_text02:after {
  content: "来場のご予約はこちら";
  color: #584743;
}

.contact_text03:before,
.contact_text03:after {
  content: "施工事例をみる";
  color: #584743;
}


.flow_texts:before {
  transform: translateY(120%);
}

.flow-line:hover .flow_texts:before {
  animation-name: transformtext_up02;
  animation-delay: 0.1s;
}

.flow-line:hover .flow_texts:after {
  animation-name: transformtext_up;
  animation-delay: 0.2s;
}

@keyframes transformtext_up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-120%);
  }
}

@keyframes transformtext_up02 {
  0% {
    transform: translateY(120%);
  }

  100% {
    transform: translateY(0);
  }
}

.arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 3rem;

}

.brown_arrow {
  background-color: #584743;
}

.arrow:before,
.arrow:after {
  content: "";
  background-image: url(../images/chocolat_lp/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  color: #fff;
  margin-top: 0.6rem;
  margin-left: 0.3rem;
  fill: #000;
}

.choco_arrow:before,
.choco_arrow:after {
  background-image: url(../images/chocolat_lp/arrow_img02.svg);
}

.arrow:after {
  transform: translateX(-120%);
}

.flow-line:hover .arrow:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}

.flow-line:hover .arrow:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

@keyframes transformLeftRight {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(120%);
  }
}

/* svg_area */
.flow_line_svg {
  display: block;
  cursor: pointer;
  width: max-content;
  height: 1.7rem;
  position: absolute;
  left: -1.5rem;
  bottom: -0.5rem;
}

.maskRect {
  /* width: 100%; */
  height: 100%;
  fill: white;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  transform-origin: left top;
}

/* aタグを触ってない時の動き */
.flow-line:hover .maskRect {
  transform: translateX(0%);
}

.flow-line:not(:hover) .maskRect {
  transform: translateX(-100%);
}







@media screen and (max-width: 768px) {

  html {
    font-size: calc(10 / 375 * 100vw);
  }

  .pc_only {
    display: none;
  }

  .sp_only {

    display: block;
  }

  .section_head {
    margin-top: .8rem;
    font-size: 2.1rem;
    letter-spacing: 0;
    line-height: 1.6em;
  }

  .sp_section_head {
    font-size: 3.2rem;
  }

  .section_image {
    aspect-ratio: 375/667;
  }


  .chocolat_fv {
    background-image: url(../images/chocolat_lp/fv_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60rem;
    background-position: center;
  }

  .fv_logos {
    bottom: 2rem;
    left: 2rem;
    aspect-ratio: 335/266;
    width: 33.5rem;
  }

  .fv_logo {
    aspect-ratio: 283.56/50;
    width: 28.356rem;
  }

  .fv_logo_head {
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1.5em;
  }

  .fv_logo_text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6em;
  }

  /* birth_story */

  .birth_story {
    aspect-ratio: 375/685;
    padding: 0 0 4rem;
  }

  .birth_logo {
    top: 23.9rem;
    right: 2.7rem;
    aspect-ratio: 130/78;
    width: 13rem;
  }

  .birth_story_inner {
    aspect-ratio: unset;
    width: 100%;
    flex-direction: column;
    gap: 2.4rem;
  }

  .birth_contents {
    display: flex;
    flex-direction: column;
  }

  .birth_image {
    margin-top: 0;
    border-radius: 1.6rem;
    aspect-ratio: 375/250;
    width: 100%;
    order: 0;
  }

  .birth_eng_head {
    margin: 3.2rem 2rem 0;
    order: 1;
  }

  .birth_head {
    margin: .8rem 2rem 0;
    order: 2;
  }

  .birth_content_text {
    padding-top: 0;
    padding: 0 2rem 0;
    width: auto;
  }


  /* name_origin */

  .name_origin {
    padding: 16rem 2rem;
    gap: 3.2rem;
    aspect-ratio: 375/617;
    width: 100%;
  }


  .origin_content_text {
    line-height: 2.3em;
  }

  /* house_theme */
  .house_theme {
    padding: 8rem 2rem;
  }

  .house_head_content {
    width: 100%;
    flex-direction: column;
    gap: 2.4rem;
  }

  .house_content_text {
    width: 100%;
  }

  .house_images {
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }

  .house_image {
    aspect-ratio: 335/240;
    height: 24rem;
  }

  /* performance_comfort & design */
  .performance_comfort {
    padding: 1rem 1rem 10rem;
  }

  .performance_comfort.design {
    background-image: unset;
    background-color: #FFF1E5;
  }

  .pc_inner {
    width: 100%;
    height: 112.6rem;
    flex-direction: column-reverse;

  }

  .pc_inner.design {
    background-image: url(../images/chocolat_lp/77e176919f93e72fc7d16a9cc9e5fb7e1e53ca99.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
  }

  .pc_heads {
    width: 100%;
    height: 100%;
    padding: 2.4rem 2rem;
  }

  .design .section_head,
  .design .section_content_text {
    color: white;
    -webkit-text-fill-color: unset;
  }

  .section_content_text {
    font-size: 1.4rem;
  }

  .pc_images {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2rem;
    margin-top: 2rem;
  }

  .pc_image {
    position: relative;
    aspect-ratio: 32/24;
    width: 32rem;
    overflow: hidden;
  }

  .pc_image:nth-child(1) {
    aspect-ratio: 155/200;
    width: 15.5rem;
    height: 20rem;
    order: 2;
  }

  .pc_image:nth-child(2) {
    aspect-ratio: 155/200;
    width: 15.5rem;
    height: 20rem;
    order: 1;
  }

  .pc_image:nth-child(2) img {
    object-fit: cover;
  }

  .pc_image:nth-child(1) img {
    object-fit: cover;
  }

  .pc_image:nth-child(3) {
    aspect-ratio: 315/335;
    width: 31.5rem;
    grid-column: 1 / -1;
    order: 3;
  }


  .pc_logo {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 155/32;
    width: 100%;
    background-image: url(../images/chocolat_lp/77e176919f93e72fc7d16a9cc9e5fb7e1e53ca99.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pc_logo_img {
    aspect-ratio: 127/29;
    width: 12.7rem;
    background-image: url(../images/chocolat_lp/mini_logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }


  .choco_sliders {
    margin: 4.8rem auto 0;
    width: 100%;
    flex-direction: column;
    gap: 10rem;
    overflow: hidden;
  }

  .choco_image_slider {
    aspect-ratio: 300/400;
    width: 30rem;
    padding-left: 2rem;
    margin-left: 2rem;
    overflow: unset;
    height: 40rem;
  }

  .pc_slide_wrapper {
    height: 63.5rem;
  }

  .choco_image_slide {
    aspect-ratio: 300/400;
    width: 30rem;
    height: 40rem;
    padding-left: .4rem;
    border-radius: 1.6rem;
    overflow: auto;
  }


  .choco_text_slider {
    aspect-ratio: 355/350;
    width: 35.5rem;
    color: white;
  }

  .design_text_slider {
    background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .choco_text_slide {
    padding: 0 1rem 0 1rem;
    aspect-ratio: 552/635;
    width: 35.5rem;
  }

  .slide_title {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;

  }

  .slide_text {
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
  }

  .design_text_slider .slide_title {
    background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .design_text_slider .slide_text {
    background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .slide_link {
    margin-top: 4rem;
    display: block;
    aspect-ratio: 308/42;
    width: 30.8rem;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide_link.pc_link {
    background-image: url(../images/chocolat_lp/white_link.svg);
  }

  .slide_link.design_link {
    background-image: url(../images/chocolat_lp/brown_link.svg);
  }

  .choco_navigator {
    margin-top: 2rem;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    aspect-ratio: 140/48;
    width: 14rem;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, 150%);
  }

  .choco_arrow {
    aspect-ratio: 1/1;
    width: 4.8rem;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }

  .pc_prev {
    background-image: url(../images/chocolat_lp/slide_white_arrow.svg);
  }

  .design_prev {
    background-image: url(../images/chocolat_lp/slide_brown_arrow.svg);

  }

  .pc_next {
    background-image: url(../images/chocolat_lp/slide_white_arrow.svg);
    transform: rotateZ(180deg);
  }

  .design_next {
    background-image: url(../images/chocolat_lp/slide_brown_arrow.svg);
    transform: rotateZ(180deg);
  }

  .choco_sliders .choco_pagination {
    aspect-ratio: 22/4;
    width: 3rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    transition: all ease .2s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -9rem;

  }

  .choco_pagination .swiper-pagination-bullet {
    margin: 0;
    aspect-ratio: 1/1;
    width: .4rem;
    height: auto;
  }

  .pc_pagination .swiper-pagination-bullet {
    background-color: #F7F7F7;
  }

  .pc_pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .design_pagination .swiper-pagination-bullet {
    background: linear-gradient(180deg, #584743 -178.57%, #A28278 267.86%);
  }

  .design_pagination .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, rgba(88, 71, 67, 0.5) -178.57%, rgba(162, 130, 120, 0.5) 267.86%);
  }


  /* ayaplus */

  .ayaplus_area {
    position: relative;
    background: linear-gradient(180deg, #FFF1E5 1.08%, #F7F7F7 100%);
    width: 100%;
  }

  .ayaplus_left {
    aspect-ratio: 668/1205;
    width: 100%;
    padding: 46rem 3.2rem 5.5rem 3.2rem;
  }

  .ayaplus_head,
  .ayaplus_content_text {
    -webkit-text-fill-color: unset;
    color: black;
  }

  .ayaplus_content_text:nth-of-type(1) {
    margin-top: 6.4rem;
  }

  .ayaplus_content_text:nth-of-type(2) {
    margin-top: 2.4rem;
  }

  .ayaplus_link {
    display: block;
    aspect-ratio: 308.3/42;
    margin-top: 4.9rem;
    background-image: url(../images/chocolat_lp/ayaplus_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .ayaplus_img {
    position: absolute;
    overflow: hidden;
  }

  .ayaplus_img:nth-of-type(2) {
    aspect-ratio: 2/3;
    width: 9rem;
    height: 14rem;
    bottom: auto;
    top: 28rem;
    right: 18.7rem;
    z-index: 2;
    border-radius: 0;
  }

  .ayaplus_img:nth-of-type(3) {
    aspect-ratio: 4/6;
    width: 18rem;
    height: 27rem;
    top: 12.9rem;
    right: 3.9rem;
    z-index: 1;
    border-radius: 0;
  }

  .ayaplus_img:nth-of-type(4) {
    aspect-ratio: 151/1144;
    width: 7.2rem;
    height: 50rem;
    top: 4rem;
    right: 0;
    border-radius: 0;
  }

  /* plan */
  .plan {
    position: relative;
    background-image: url(../images/chocolat_lp/aa4a343a30e29e630dbce46664f7942f3dd5f449.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1440/966;
    width: 100%;
    height: 77.3rem;
  }

  .plan_subbg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 25rem;
    background-image: url(../images/chocolat_lp/default_plan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .plan_box {
    position: absolute;
    aspect-ratio: 431/476;
    top: 25.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 6.4rem 0;
    width: calc(100% - 6.4rem);
    background-color: #40404033;
    text-align: center;
    color: white;
    margin: 3.2rem;
  }

  .plan_name {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
  }

  .plan_contents {
    margin-top: .8rem;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
  }

  .plan_contents:nth-of-type(1) {
    position: relative;
    margin-top: 3.2rem;
    margin-bottom: 1.7rem;
  }

  .plan_contents:nth-of-type(1)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.8rem;
    width: 8.3rem;
    height: .1rem;
    background-color: white;
  }


  /* mitori */
  .mitori {
    background: linear-gradient(180deg, #FFF1E5 1.08%, #F7F7F7 100%);

    padding: 8rem 0;
  }

  .mitori_text_sp {
    font-size: 1.6rem;
  }

  .mitori_inner {
    flex-direction: column;
    gap: 3.2rem;
  }

  .mitori_img {
    height: 40rem;
    overflow: hidden;
  }

  .mitori_img:nth-child(1) {
    aspect-ratio: 320/282;
    width: 32rem;
    height: max-content;
  }

  .mitori_img:nth-child(1) img {
    object-fit: contain;
  }

  .mitori_img:nth-child(2) {
    aspect-ratio: 320/250;
    width: 32rem;
    height: max-content;
  }

  .mitori_img:nth-child(2) img {
    object-fit: contain;
  }

  .mitori_text {
    margin-top: 5rem;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8rem;
    padding: 0 1.9rem;
  }

  .exhibition_detail_name {
    width: 10.4rem;
  }

  /* exhibition */
  .exhibition {
    background: linear-gradient(180deg, #FFF1E5 1.08%, #F7F7F7 100%);

    padding-bottom: 8rem;
    display: flex;
    flex-direction: column;
  }

  .exhibition_image {
    aspect-ratio: 1440/648;
    overflow: hidden;
    width: 100%;
    height: 21.5rem;
    margin-bottom: 4rem;
  }

  .exhibition_maps {
    width: 100%;
    margin: 5.4rem auto 0;
    flex-direction: column;
    gap: 4rem;
    display: contents;
  }

  .exhibition_details {
    width: 35rem;
    order: 1;
    padding-left: 2rem;
  }

  .exhibition_detail_name {
    margin-bottom: 2rem;
  }

  .exhibition_name {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
  }

  .exhibition_detail_inner {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
  }

  .exhibition_detail_name {
    display: block;
    width: 10.4rem;
  }

  .exhibition_map {
    width: 30rem;
    order: 3;
    margin: 0 auto 8rem auto;
  }

  .exhibition_map_inner {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
  }

  .exhibition_google_map {
    width: 33.5rem;
    height: 33.5rem;
  }

  .exhibition_text {
    margin-top: 0;
    width: 33.5rem;
  }

  .map_link {
    margin: 1.6rem auto 0;
    display: block;
    background-image: url(../images/chocolat_lp/map_link.svg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 79/22;
    width: 7.9rem;
  }

  .reservation_link {
    margin: 4rem auto 4rem;
    display: block;
    background-image: url(../images/chocolat_lp/raijou_link.svg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 308.8/42;
    width: 30.8rem;
    order: 2;
  }


  .large_sliders {
    flex-direction: column-reverse;
    gap: 0rem;
    order: 5;
  }

  .l_text_slider {
    padding: 4rem 0 0 0;
    width: 33.5rem;
    overflow: hidden;
  }

  .l_text_slide {
    aspect-ratio: auto;
    width: 39.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }

  .l_text_head {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
  }

  .l_text_detail {
    margin-top: auto;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
  }

  .l_image_slider {
    aspect-ratio: 335/330;
    width: 33.5rem;
    overflow: hidden;
    height: 33rem;
  }


  .l_image_slide {
    aspect-ratio: 508/466;
    width: 50.8rem;
  }

  .l_slide {
    margin-top: 0rem;
    order: 6;
  }

  /* gallery */
  .gallery {
    background-color: #FFF1E5;
    padding-bottom: 12rem;
  }

  .gallery_en {
    font-weight: 400;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 4rem;

  }

  .gallery_jp {
    font-weight: 400;
    font-size: 2.2rem;
    text-align: center;
    padding-bottom: 2rem;
  }

  .gallery_link {
    margin: 0 auto 0;
    display: block;
    background-image: url(../images/chocolat_lp/gallery_link.svg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 308.3/42;
    width: 30.8rem;
  }



  .slider-wrapper {
    display: flex;
    overflow: hidden;
  }

  .sec_15_fast {
    animation: scroll-left 20s infinite linear .5s both;
    display: flex;
    margin-right: 0.3rem;
    width: auto;
  }

  .sec_15_fast.sp_only {
    display: flex;
  }

  .sec_15_fast_li img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;

  }


  .sec_15_fast_li {
    width: calc(100vw / 1);
    object-fit: cover;
  }

  .sec_15_second {
    animation: scroll-left 20s infinite linear .5s both;
    display: flex;
    margin-right: 0.3rem;
  }

  .sec_15_second.sp_only {
    display: flex;
  }

  .sec_15_third {
    animation: scroll-left 20s infinite linear .5s both;
    display: flex;
    margin-right: 0.3rem;
  }

  .sec_15_third.sp_only {
    display: flex;
  }

  /* CSSアニメーション */
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  .exhibition_maps_order {
    order: 2;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .exhibition_maps_order02 {
    order: 5;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}