@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Serif+Display:ital@0;1&family=Emblema+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lexend+Giga:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');

/* ========================================
   Base Styles
======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  letter-spacing: 0.04em;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
}

/* ========================================
   Body & Container
======================================== */
.body {
  width: 100%;
  height: 100vh;
  font-family: "Zen Kaku Gothic New", serif;
  color: #1f1f1f;
  
}

.body__bg {
  background: url(../images/mukunoie/fv_bg.jpg) center top no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.body__container {
  position: relative;
  max-width: 1152px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .body__container {
    margin: 0 2%;
  }
}

@media screen and (max-width: 1024px) {
  .body__container {
    margin: 0;
  }
}

/* ========================================
   Common Components
======================================== */
.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.common-icon {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .common-icon {
    margin-bottom: 4%;
  }
}

.common-title {
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  margin-bottom: 48px;
  text-align: center;
  line-height: 1.6;
}

.common-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  margin-bottom: 15px;
  color: #B6AA99;
  letter-spacing: 0.04em;
}

.common-title small {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Zen Old Mincho', serif;
  color: #2D2D2D;
  display: block;
}

.common-title .modelhouse__title-span {
  font-family: 'Zen Old Mincho', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #2D2D2D;
  margin-top: -35px;
}

@media screen and (max-width: 1024px) {
  .common-title span {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .common-title {
    margin-bottom: 6%;
    font-size: 2rem;
  }
  .common-title span {
    margin-bottom: 4%;
  }
}

/* ========================================
   Header
======================================== */
.header {
  position: fixed;
  width: 520px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 1000;
}

@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
}

.header__container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .header__container {
    padding: 0 2%;
  }
}

@media screen and (max-width: 640px) {
  .header__container {
    padding: 0 4%;
  }
}

.header__logo {
  width: 212px;
  margin: 0 auto 65px;
}

.header__logo img {
  width: 100%;
  display: block;
}

.header__logo-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}

.header__nav {
  letter-spacing: 0.08em;
  width: 100%;
  gap: 40px;
  padding-bottom: 60px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-height: 800px) {
  .header__nav {
    padding-bottom: 6%;
  }
}

.header__nav__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header__nav li {
  position: relative;
  color: #1a1a1a;
  padding-bottom: 32px;
  line-height: 1.6;
}

@media screen and (max-height: 800px) {
  .header__nav li {
    padding-bottom: 4%;
  }
}

.header__nav li:last-child {
  padding-bottom: 0;
}

.header__nav li.is-current a {
  color: #7B7C7E;
}

.header__nav li.is-current a::before {
  content: "";
  background: url(../images/mukunoie/hover-circle.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
}

.header__nav li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  padding-left: 30px;
  color: #1F1F1F;
}

.header__nav li a::before {
  content: "";
  background: url(../images/mukunoie/arrow-right.svg) no-repeat;
  background-size: cover;
  display: none;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.header__nav-sp__list {
  width: 210px;
  text-align: center;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}

.header__nav-sp__list > li {
  width: 100%;
  margin-bottom: 0;
  display: block;
  letter-spacing: 0.024em;
  font-weight: 500;
}

.header__nav-sp__list > li.is-current a::before {
  display: block;
}

.header__nav-sp__list > li a {
  position: relative;
  color: #1F1F1F;
}

.header__nav-sp__list > li a::before {
  content: "";
  background: url(../images/mukunoie/hover-circle.svg) no-repeat;
  background-size: cover;
  display: none;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
}

/* Header CTA - KEEP THIS SECTION */
.header__cta {
  background: url(../images/mukunoie/header_cta_bg.png) center no-repeat;
  background-size: contain;
  width: 584px;
  height: 314px;
  display: block;
}

@media screen and (max-width: 1240px) {
  .header__cta {
    width: 47vw;
  }
}

.header__cta__header {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 25px 0 40px 0;
  color: #fff;
}

.header__cta__content {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.header__cta__content--btn-txt {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 500px) {
  .header__cta__content--btn-txt {
    line-height: 1.4;
    font-size: 1rem;
  }
}

.header__cta__content--btn::after {
  content: "";
  background: url(../images/mukunoie/cta-arrow.svg) no-repeat;
  background-size: cover;
  width: 23px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.header__cta__content--img {
  width: 370px;
  margin: 0 auto;
  margin-top: 30px;
}

.header__cta__content--img img {
  width: 100%;
  display: block;
}

.header__cta__content__txt {
  padding-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  .header__cta__content__txt {
    padding-bottom: 4%;
  }
}

.header__cta__content--btn {
  width: 420px;
  background-color: #BA0015;
  margin: 0 auto;
  position: relative;
  padding: 16px 0 16px 36px;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.4s;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 7px;
}

@media screen and (min-width: 1024px) {
  .header__cta__content--btn:hover {
    background: rgba(186, 0, 21, 0.80);
  }
  .header__cta__content--btn:hover::after {
    right: 20px;
  }
}

.header__cta__content--btn a {
  width: 100%;
  display: block;
  color: #F3F2E9;
  font-size: 1.6rem;
}

.header__cta__content--btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 5%;
  width: 18px;
  height: 18px;
  transition: 0.4s;
  background: url(../images/mukunoie/button_pic01.svg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .header__cta__content--btn {
    margin: 3%;
    padding: 4% 0;
    font-size: 1.8rem;
  }
}

/* ========================================
   Article
======================================== */
.article {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  width: 480px;
  max-width: 640px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  background: #fff;
  overflow: hidden;
}

.article__menu {
  position: relative;
  z-index: -1;
  width: 100%;
}

.article.is-scrolled .article__container {
  width: 480px;
}

.article.is-scrolled.scrolled-dark .article__container {
  background-color: #fff;
}

.article.is-scrolled .article__container .ham-menu .ham-menu__wrapper span {
  background-color: #fff;
}

.article.is-scrolled .article__container .ham-menu.active .ham-menu__wrapper span {
  background-color: #1f1f1f;
}

.article.is-scrolled.scrolled-dark .article__container .ham-menu .ham-menu__wrapper span {
  background-color: #1f1f1f;
}

.article.is-scrolled .article__container .ham-menu .ham-menu__txt .ham-menu__menu {
  color: #fff;
  font-family: 'Jost', serif;
  letter-spacing: 0.16em;
  font-size: 1rem;
  font-weight: 400;
}

.article.is-scrolled .article__container .article__logo-sp-color {
  display: block;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.article.active .article__container {
  background-color: #fff;
}

.article.active .article__nav-sp {
  display: block;
  transition: 1s;
  width: 480px;
}

.article.active .article__logo-txt {
  display: block;
}

.article.active .article__container .article__logo-sp {
  display: none;
}

.article.is-scrolled.active .article__container {
  background-color: #ffffff;
}

.article.is-scrolled.active,
.article.active {
  overflow: hidden;
}

body.article-active {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .article {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .article.is-scrolled .article__container {
    width: 640px;
  }
  .article.active .article__nav-sp {
    width: 640px;
  }
}

@media screen and (max-width: 640px) {
  .article {
    width: 100%;
  }
  .article.is-scrolled .article__container,
  .article.active .article__nav-sp {
    width: 100%;
  }
}

.article__header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.article__container {
  padding: 17px 24px;
  display: flex;
  justify-content: right;
  align-items: center;
  transition: 0.4s;
}

@media screen and (max-width: 1024px) {
  .article__container {
    width: 640px;
  }
}

@media screen and (max-width: 640px) {
  .article__container {
    width: 100%;
    padding: 3% 4%;
  }
}

.article__logo-sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 165px;
}

.article__logo-sp img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .article__logo-sp {
    display: none;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 187px;
  }
}

.article__logo-sp-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 141px;
  display: none;
}

.article__logo-sp-color img {
  width: 100%;
  display: block;
}

.article__nav-sp {
  z-index: 1;
  height: 100vh;
  width: 100%;
  line-height: 3;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #ffffff;
  transition: 1s;
  overflow: hidden;
}

.article__nav-sp__item {
  position: relative;
}

.article__nav-sp__item a {
  font-size: 2rem;
  color: #472508;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.04em;
}

.article__nav-sp__item a::after {
  content: "";
  position: absolute;
  width: 118px;
  height: 12px;
  transition: 0.4s;
  background: url(../images/mukunoie/underline.svg) no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  display: none;
}

.article__nav-sp__item.is-current a {
  color: #B19A7E;
}

.article__nav-sp__item.is-current a::after {
  display: block;
}

.article .ham-menu {
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 999;
  display: none;
}

.article.is-scrolled .ham-menu {
  display: block;
}

.article .ham-menu.active .ham-menu__close {
  color: #fff;
  font-family: 'Jost', serif;
  letter-spacing: 0.16em;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.article .ham-menu.active .ham-menu__menu {
  display: none;
}

.article .ham-menu.active span:nth-child(1) {
  transform: rotate(-40deg);
  top: 40%;
  background: #666666;
}

.article .ham-menu.active span:nth-child(2) {
  display: none;
}

.article .ham-menu.active span:nth-child(3) {
  transform: rotate(40deg);
  top: 40%;
  background: #666666;
}

.article .ham-menu__close {
  display: none;
}

.article .ham-menu__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.article .ham-menu__wrapper span {
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
}

.article .ham-menu__wrapper span:nth-child(1) {
  top: 5px;
  background-color: #fff;
}

.article .ham-menu__wrapper span:nth-child(2) {
  top: 15px;
  background-color: #fff;
}

.article .ham-menu__wrapper span:nth-child(3) {
  top: 25px;
  background-color: #fff;
}

/* ========================================
   FV Section
======================================== */
.section__fv {
  position: relative;
  width: 100%;
}

.section__fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 361px;
  background: url(../images/mukunoie/gradient.png) center top no-repeat;
  background-size: cover;
  z-index: 1;
}

.section__fv-slider {
  overflow: hidden;
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.section__fv-slider.slick-initialized {
  opacity: 1;
}

.section__fv-slider-cnt {
  width: 100%;
}

.section__fv-slider-cnt img {
  background-color: #F9F8F3;
  width: 100%;
  object-fit: cover;
}

.section__fv-title {
  position: absolute;
  top: 250px;
  z-index: 2;
  width: 400px;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Old Mincho", serif;
  text-shadow: 4px 4px 6px rgba(45, 43, 43, 0.4),
               -4px -4px 6px rgba(45, 43, 43, 0.4),
               4px -4px 6px rgba(45, 43, 43, 0.4),
               -4px 4px 6px rgba(45, 43, 43, 0.4);
}

@media screen and (max-width: 1024px) {
  .section__fv-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .section__fv-title {
    /* font-size: 2.6rem; */
  }
}

@media screen and (max-width: 480px) {
  .section__fv-title {
    font-size: 2.6rem;
    width: 93vw;
    left: 53%;
  }
}

.section__fv-title-txt {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  z-index: 2;
  width: 416px;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.6em;
  font-weight: 400;
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .section__fv-title-txt {
    padding: 3% 0;
    bottom: 50px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .section__fv-title-txt {
    font-size: 1.4rem;
    width: 300px;
  }
}

.section__fv-title-span01 {
  position: relative;
}

.section__fv-title-span01::before {
  content: "ヒノキ";
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
  text-shadow: 4px 4px 6px rgba(45, 43, 43, 0.4),
               -4px -4px 6px rgba(45, 43, 43, 0.4),
               4px -4px 6px rgba(45, 43, 43, 0.4),
               -4px 4px 6px rgba(45, 43, 43, 0.4);
}

.section__fv-title-span02 {
  position: relative;
}

.section__fv-title-span02::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -100px;
  width: 154px;
  height: 150px;
  background: url(../images/mukunoie/fv_icon01.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 480px) {
  .section__fv-title-span02::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -55px;
    width: 150px;
    height: 140px;
    background: url(../images/mukunoie/fv_icon01.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.section__fv-title-add {
  display: block;
  font-family: "Montserrat", serif;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 46px;
}

@media screen and (max-width: 640px) {
  .section__fv-title-add {
    margin-top: 6%;
  }
}

.section__fv-float-sp {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .section__fv-float-sp {
    display: block;
  }
}

.section__fv-float-sp-box {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section__fv-float-sp-box-cta01 img,
.section__fv-float-sp-box-cta02 img {
  width: 100%;
  display: block;
}

.section__fv-float-sp-box-cta02 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.section__fv-float-sp-box-cta02.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ========================================
   Question Section
======================================== */
#question {
  padding-top: 150px;
  margin-top: -150px;
}

.section__question {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 640px) {
  .section__question {
    padding-top: 12%;
  }
}

.section__question-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 23px;
}

@media screen and (max-width: 1024px) {
  .section__question-container {
    padding: 0 4%;
  }
}

.section__question-img {
  max-width: 266px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 640px) {
  .section__question-img {
    margin: 0 auto 4%;
  }
}

.section__question-img img {
  display: block;
  width: 100%;
}

.section__question-item {
  background-color: #F0F0F0;
  padding: 24px 20px 32px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
}

.section__question-item span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #45353B;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .section__question-item {
    padding: 4% 2% 4% 4%; 
    margin-bottom: 2%;
    font-size: 1.4rem;
  }
  .section__question-item span {
    font-size: 1.4rem;
    margin-bottom: 4%;
  }
}

.section__question-dialog-inner {
  background-color: #8C7F6D;
  color: #ffffff;
  font-family: 'Zen Old Mincho';
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  margin-left: -24px;
  margin-right: -24px;
  padding: 32px 0;
  margin-bottom: 45px;
  margin-top: 24px;
  position: relative;
}

.section__question-dialog-inner::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 17px 0 17px;
  border-style: solid;
  border-color: #8C7F6D transparent transparent transparent;
}

@media screen and (max-width: 640px) {
  .section__question-dialog-inner {
    font-size: 1.8rem;
    margin-left: -4%;
    margin-right: -4%;
    margin-bottom: 6%;
    margin-top: 4%;
  }
}

.section__question-dialog-img {
  max-width: 266px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 640px) {
  .section__question-dialog-img {
    margin: 0 auto 4%;
  }
}

.section__question-dialog-item {
  background-color: #F0F0F0;
  padding: 24px 20px 32px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
}

.section__question-dialog-item:last-child {
  margin-bottom: 16px;
}

.section__question-dialog-item span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #45353B;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .section__question-dialog-item {
    padding: 4% 2% 4% 4%;
    margin-bottom: 2%;
    font-size: 1.4rem;
  }
  .section__question-dialog-item:last-child {
    margin-bottom: 4%;
  }
  .section__question-dialog-item span {
    font-size: 1.4rem;
    margin-bottom: 4%;
  }
}

.section__img img {
  width: 100%;
  margin: 0 auto;
}

/* ========================================
   Works Section
======================================== */
.section__works {
  position: relative;
  padding: 80px 0 65px;
  background-color: #fff;
  width: 100%;
  max-width: 432px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .section__works {
    padding: 8% 4%;
    max-width: 100%;
  }
}


.section__works__wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.section__works__num {
  position: relative;
  cursor: pointer;
  display: block;
  color: #2D2D2D;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  border-top: 1px solid #D9D9D9;
  padding: 32px 20px;
}

@media screen and (max-width: 1024px) {
  .section__works__num {
    font-size: 1.8rem;
    padding: 3% 2%;
  }
}

@media screen and (max-width: 640px) {
  .section__works__num {
    font-size: 1.6rem;
    padding: 5% 0;
  }
}

.section__works__block {
  padding: 0px 20px;
}

@media screen and (max-width: 640px) {
  .section__works__block {
    padding: 0px 4%;
  }
}

.section__works__border {
  display: block;
  border-top: 1px solid #D9D9D9;
}

.section__works__item--btn {
  transition: 0.4s;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #1f1f1f;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section__works__item--btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #1f1f1f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.section__works__num.active .section__works__item--btn::after {
  opacity: 0;
}

.works-slide__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 32px 0;
}

@media screen and (max-width: 1024px) {
  .works-slide__description {
    margin: 3% 0;
  }
}

@media screen and (max-width: 640px) {
  .works-slide__description {
    margin: 5% 0;
  }
}

/* Custom Works Slider */
.custom-works-main-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-works-thumbnail-slider {
  margin-top: 7px;
  cursor: pointer;
}

.custom-works-thumbnail-slider .swiper-slide {
  height: 70px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 440px) {
  .custom-works-thumbnail-slider .swiper-slide {
    height: 60px;
  }
}

.custom-works-thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-prev,
.custom-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  z-index: 10;
}

.custom-prev img,
.custom-next img {
  width: 100%;
  height: auto;
}

.custom-prev {
  left: -20px;
}

.custom-next {
  right: -20px;
}

@media (min-width: 1025px) {
  .custom-prev:hover,
  .custom-next:hover {
    opacity: 0.7;
  }
}

.swiper-slide {
  height: 250px;
  overflow: hidden;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .swiper-slide {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .swiper-slide {
    height: 60vw;
  }
}

/* ========================================
   Voice Section
======================================== */
.section__voice {
  background-color: #F7F5F4;
  padding: 80px 0 48px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .section__voice {
    padding: 8% 0 4%;
  }
}

@media screen and (max-width: 640px) {
  .section__voice {
    padding: 10% 0 6%;
  }
}

.section__voice__wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .section__voice__wrap {
    padding-inline: 4%;
  }
}

.section__voice__item {
  border-bottom: 1px solid #D9D9D9;
}

.section__voice__item--box.--border {
  border-top: 1px solid #D9D9D9;
}

.section__voice__item--short {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 2rem;
  text-align: left;
  color: #2d2d2d;
  cursor: pointer;
  padding: 40px 0;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 1024px) {
  .section__voice__item--short {
    font-size: 1.8rem;
    padding: 4% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__voice__item--short {
    font-size: 1.6rem;
    padding: 6% 0;
  }
}

.section__voice__item--more--img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section__voice__item--more--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section__voice__item--more--h3 {
  padding: 32px 0;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .section__voice__item--more--h3 {
    padding: 3% 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .section__voice__item--more--h3 {
    font-size: 1.6rem;
    padding: 5% 0;
  }
}

.section__voice__item--more--text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .section__voice__item--more--text {
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .section__voice__item--more--text {
    padding-bottom: 6%;
  }
}

.section__voice__item--btn {
  transition: 0.4s;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #1f1f1f;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 10px;
  margin: auto;
}

.section__voice__item--btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #1f1f1f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.section__voice__ttl.on .section__voice__item--btn::after {
  opacity: 0;
}

/* ========================================
   Modelhouse Section
======================================== */
.section__modelhouse {
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .section__modelhouse {
    padding: 8% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__modelhouse {
    padding: 10% 0;
  }
}

.modelhouse__container {
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .modelhouse__container {
    padding: 0 4%;
  }
}

.modelhouse__notice {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8C7F6D;
  margin-bottom: 40px;
  line-height: 1.6;
  border-radius: 8px;
  border: 1px solid #8C7F6D;
  background-color: #f0f0f0;
  padding: 30px 0;
}

@media screen and (max-width: 1024px) {
  .modelhouse__notice {
    margin-bottom: 3%;
    padding: 3% 0;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse__notice {
    font-size: 1.4rem;
    margin-bottom: 5%;
    padding: 5% 0;
  }
}

.modelhouse__slide-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 16px;
  line-height: 1.6;
  border-top: 1px solid #B6AA99;
  border-bottom: 1px solid #B6AA99;
  padding: 16px 0;
}

@media screen and (max-width: 1024px) {
  .modelhouse__slide-title {
    font-size: 1.8rem;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse__slide-title {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}

.modelhouse__wrap {
  position: relative;
  background: #ffffff;
}

.modelhouse__inner {
  position: relative;
}

/* Custom Modelhouse Slider */
.custom-modelhouse-slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.custom-modelhouse-main-slider-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .custom-modelhouse-main-slider-wrapper {
    margin-bottom: 2%;
  }
}

.custom-modelhouse-main-slider {
  width: 100%;
  overflow: hidden;
}

.custom-modelhouse-main-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16 / 9;
}

.custom-modelhouse-main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-modelhouse-prev,
.custom-modelhouse-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
  padding: 0;
}

.custom-modelhouse-prev {
  left: -20px;
}

.custom-modelhouse-next {
  right: -20px;
}

.custom-modelhouse-prev img,
.custom-modelhouse-next img {
  width: 100%;
  height: 100%;
  display: block;
}

.custom-modelhouse-prev:hover,
.custom-modelhouse-next:hover {
  opacity: 0.7;
}

.custom-modelhouse-thumbnail-slider {
  width: 100%;
  overflow: hidden;
  padding: 0 1px;
}

.custom-modelhouse-thumbnail-slider .swiper-wrapper {
  display: flex;
  height: 70px;
}

.custom-modelhouse-thumbnail-slider .swiper-slide {
  width: calc(25% - 6px) !important;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 640px) {
  .custom-modelhouse-thumbnail-slider .swiper-slide {
    width: calc(25% - 1.5%) !important;
  }
}

.custom-modelhouse-thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-modelhouse-thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.modelhouse__title {
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Zen Old Mincho', serif;
  color: #1F1F1F;
  margin-top: 40px;
  margin-bottom: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .modelhouse__title {
    font-size: 2rem;
    margin-top: 4%;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse__title {
    font-size: 1.8rem;
    margin-top: 6%;
    margin-bottom: 4%;
  }
}

.modelhouse__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #333333;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .modelhouse__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 6%;
  }
}

.modelhouse__map {
  width: 100%;
  height: 225px;
  overflow: hidden;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .modelhouse__map {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse__map {
    margin-bottom: 4%;
  }
}

.modelhouse__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.modelhouse__content--txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}

/* ========================================
   CTA Section
======================================== */
.section__cta {
  background: url(../images/mukunoie/cta_bg.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 497px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .section__cta {
    background-size: cover;
    height: 700px;
  }
}

@media screen and (max-width: 640px) {
  .section__cta {
    background-size: cover;
    height: 110vw;
  }
}

.section__cta-container {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .section__cta-container {
    padding: 0 2%;
  }
}

@media screen and (max-width: 640px) {
  .section__cta-container {
    padding: 0 4%;
    max-width: 100%;
  }
}

.section__cta-content-btn {
  width: 260px;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
  padding: 16px 0 16px 50px;
  font-size: 1.4rem;
  font-weight: 400;
  transition: 0.4s;
  color: #fff;
}

.section__cta-content-btn::after {
  content: "";
  background: url(../images/mukunoie/cta-arrow.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .section__cta-content-btn:hover {
    background: #fff;
    color: #302D2C;
  }
  .section__cta-content-btn:hover::after {
    right: 20px;
    filter: brightness(55%);
  }
}

@media screen and (max-width: 500px) {
  .section__cta-content-btn {
    font-size: 1.4rem;
    width: 300px;
    padding: 4% 0 4% 5%;
    letter-spacing: 0;
    margin-top: 1%;
  }
}

.section__cta02 {
  position: relative;
  background: url(../images/mukunoie/cta_bg02.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 687px;
  padding: 30px 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .section__cta02 {
    background-size: cover;
    height: 900px;
  }
}

@media screen and (max-width: 640px) {
  .section__cta02 {
    height: 145vw;
  }
}

.section__cta02-container {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 432px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .section__cta02-container {
    width: 80%;
    bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .section__cta02-container {
    bottom: 5%;
  }
}

.section__cta02-content-btn {
  width: 260px;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
  padding: 16px 0 16px 50px;
  font-size: 1.4rem;
  font-weight: 400;
  transition: 0.4s;
  color: #fff;
}

.section__cta02-content-btn::after {
  content: "";
  background: url(../images/mukunoie/cta-arrow.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .section__cta02-content-btn:hover {
    background: #fff;
    color: #302D2C;
  }
  .section__cta02-content-btn:hover::after {
    right: 20px;
    filter: brightness(55%);
  }
}

@media screen and (max-width: 500px) {
  .section__cta02-content-btn {
    font-size: 1.4rem;
    width: 300px;
    padding: 4% 0 4% 5%;
    letter-spacing: 0;
    margin-top: 1%;
  }
}

.section__cta02-content-txt {
  padding: 4px;
  height: 133px;
  margin-bottom: 32px;
  border: 1px solid #fff;
  background-color: #fff;
  overflow: auto;
}

@media screen and (max-width: 480px) {
  .section__cta02-content-txt {
    height: 33vw;
    margin-bottom: 7%;
  }
}

.section__cta02-content-txt-box {
  width: 100%;
  max-width: 432px;
  height: 150px;
  padding: 0 10px;
}

.section__cta02-content-txt-box::-webkit-scrollbar {
  width: 6px;
  padding-right: 10px;
}

.section__cta02-content-txt-box::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  padding-right: 10px;
}

.section__cta02-content-txt-box::-webkit-scrollbar-track {
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .section__cta02-content-txt-box {
    max-width: 100%;
    padding: 0 2%;
  }
}

@media screen and (max-width: 640px) {
  .section__cta02-content-txt-box {
    padding: 0;
  }
}

.section__cta02-content-txt p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 2% 0;
  color: #2B2B2B;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 1024px) {
  .section__cta02-content-txt p {
    max-width: 100%;
    padding: 2%;
  }
}

@media screen and (max-width: 425px) {
  .section__cta02-content-txt p {
    font-size: 1.2rem;
  }
}

/* ========================================
   Contact Section - KEEP THIS SECTION
======================================== */
.contact {
  z-index: 1;
  position: relative;
  padding: 80px 0 48px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .contact {
    padding: 12% 0;
  }
}

.contact__container {
  width: 100%;
  max-width: 432px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .contact__container {
    padding: 0 4%;
    max-width: 100%;
  }
}

.contact__sub-title {
  font-family: "Jost", serif;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #302D2C;
}

@media screen and (max-width: 640px) {
  .contact__sub-title {
    font-size: 3rem;
  }
}

.contact__title {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #302D2C;
  padding-left: 22px;
  line-height: 1.6;
}

.contact__title::before {
  background: url(../images/mukunoie/pin.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact__text {
  font-size: 1.6rem;
  letter-spacing: 0.024em;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  color: #2C2928;
  padding: 2% 0;
}

/* ========================================
   About Section
======================================== */
.section__about {
  background-color: #F7F5F4;
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .section__about {
    padding: 12% 0;
  }
}

.section__about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .section__about-container {
    padding: 0 4%;
  }
}

.section__about-slider {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.section__about-wrap {
  position: relative;
  padding: 20px 20px 40px;
  background: #ffffff;
}

@media screen and (max-width: 640px) {
  .section__about-wrap {
    padding: 4%;
  }
}

.section__about-wrap .swiper-button-prev,
.section__about-wrap .swiper-button-next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.section__about-wrap .swiper-button-prev {
  background-image: url(../images/mukunoie/arrow-right.svg);
  transform: translateY(-50%) rotate(180deg);
}

.section__about-wrap .swiper-button-next {
  background-image: url(../images/mukunoie/arrow-right.svg);
  transform: translateY(-50%);
}

.section__about-wrap .swiper-button-prev::after,
.section__about-wrap .swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__about-wrap .swiper-button-prev:hover,
  .section__about-wrap .swiper-button-next:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .section__about-wrap .swiper-button-prev {
    left: -20px;
  }
  .section__about-wrap .swiper-button-next {
    right: -20px;
  }
}

@media screen and (max-width: 640px) {
  .section__about-wrap .swiper-button-prev,
  .section__about-wrap .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .section__about-wrap .swiper-button-prev {
    left: -10px;
  }
  .section__about-wrap .swiper-button-next {
    right: -10px;
  }
}

.section__about-slide-btn {
  position: relative;
  overflow: hidden;
  width: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px 24px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 640px) {
  .section__about-slide-btn {
    padding: 4%;
  }
}

.section__about-slide-btn.active {
  background-color: #8C7F6D;
}

.section__about-slide-btn.active .section__about-slide-btm {
  color: #fff;
}

.section__about-slide-btm {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2.4rem;
  color: #3A3A3A;
  width: 100%;
  font-family: 'Montserrat';
}

@media screen and (max-width: 640px) {
  .section__about-slide-btm {
    font-size: 1.4rem;
  }
}

.section__about .section__about-slide-item {
  padding-bottom: 40px;
  height: auto;
  padding: 0 1px;
}

.section__about .section__about-box {
  height: 100%;
}

.section__about .section__about-box-title {
  font-family: 'Zen Old Mincho', serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .section__about .section__about-box-title {
    font-size: 1.6rem;
    margin-top: 4%;
    margin-bottom: 3%;
  }
}

.section__about .section__about-box-txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}

@media screen and (max-width: 640px) {
  .section__about .section__about-box-txt {
    font-size: 1.4rem;
  }
}

.section__about .section__about-box-ph {
  margin-bottom: 29px;
}

@media screen and (max-width: 1024px) {
  .section__about .section__about-box-ph {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .section__about .section__about-box-ph {
    margin-bottom: 5%;
  }
}

.section__about .section__about-box-ph img {
  width: 100%;
  display: block;
}

/* ========================================
   Company Section
======================================== */
.section__company {
  background-color: #F7F5F4;
  padding: 0 0 80px;
}

@media screen and (max-width: 640px) {
  .section__company {
    padding: 0 0 12%;
  }
}

.section__company-container {
  position: relative;
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .section__company-container {
    padding: 0 4%;
  }
}

.section__company-table {
  width: 100%;
}

.section__company-table tbody {
  width: 100%;
}

.section__company-table tbody tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}

.section__company-table tbody tr:first-child {
  border-top: 1px solid #D9D9D9;
}

.section__company-table tbody tr th {
  font-size: 1.4rem;
  width: 140px;
  font-weight: 400;
  padding: 16px 0;
  line-height: 1.8;
  text-align: left;
}

.section__company-table tbody tr td {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 16px 0;
}

@media screen and (max-width: 1024px) {
  .section__company-table tbody tr th {
    padding: 4%;
  }
}

@media screen and (max-width: 640px) {
  .section__company-table tbody tr td {
    padding: 4% 0;
  }
}

/* ========================================
   Feature Section
======================================== */
.section__feature {
  background-color: #F7F5F4;
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .section__feature {
    padding: 12% 0;
  }
}

.section__feature-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .section__feature-container {
    padding: 0 4%;
  }
}

.section__feature-slider {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.section__feature-wrap {
  position: relative;
  padding: 20px 20px 40px;
  background: #ffffff;
}

@media screen and (max-width: 640px) {
  .section__feature-wrap {
    padding: 4%;
  }
}

.section__feature-wrap .swiper-button-prev,
.section__feature-wrap .swiper-button-next {
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.section__feature-wrap .swiper-button-prev {
  background-image: url(../images/mukunoie/arrow-right.svg);
  transform: translateY(-50%) rotate(180deg);
}

.section__feature-wrap .swiper-button-next {
  background-image: url(../images/mukunoie/arrow-right.svg);
  transform: translateY(-50%);
}

.section__feature-wrap .swiper-button-prev::after,
.section__feature-wrap .swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__feature-wrap .swiper-button-prev:hover,
  .section__feature-wrap .swiper-button-next:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .section__feature-wrap .swiper-button-prev {
    left: -20px;
  }
  .section__feature-wrap .swiper-button-next {
    right: -20px;
  }
}

@media screen and (max-width: 640px) {
  .section__feature-wrap .swiper-button-prev,
  .section__feature-wrap .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .section__feature-wrap .swiper-button-prev {
    left: -10px;
  }
  .section__feature-wrap .swiper-button-next {
    right: -10px;
  }
}

.section__feature-slide-btn {
  position: relative;
  overflow: hidden;
  width: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px 24px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 640px) {
  .section__feature-slide-btn {
    padding: 4% 2%;
  }
}

.section__feature-slide-btn.active {
  background-color: #8C7F6D;
}

.section__feature-slide-btn.active .section__feature-slide-btm {
  color: #fff;
}

.section__feature-slide-btm {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2.4rem;
  color: #3A3A3A;
  width: 100%;
}

.section__feature .section__feature-slide-item {
  padding-bottom: 40px;
  height: auto;
  padding: 0 1px;
  padding-top: 100px;
  margin-top: -100px;
}

.section__feature .section__feature-box {
  height: 100%;
}

.section__feature .section__feature-box-txt {
  padding-top: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
}

@media screen and (max-width: 640px) {
  .section__feature .section__feature-box-txt {
    padding-top: 5%;
    font-size: 1.4rem;
  }
}

/* ========================================
   Footer
======================================== */
.footer {
  background-color: #F7F5F4;
  padding: 0 0 42px;
}

@media screen and (max-width: 640px) {
  .footer {
    padding: 0 0 30%;
  }
}

.footer__wrapper {
  margin: 0 auto;
  max-width: 480px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .footer__wrapper {
    max-width: 100%;
    background-position: bottom;
  }
}

.footer__logo {
  width: 212px;
  margin: 0 auto 96px;
}

.footer__logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
  .footer__logo {
    margin-bottom: 10%;
  }
}

.footer__copy {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #8C7F6D;
}

/* ========================================
   Form Styles
======================================== */
form ul {
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}

form ul .item-name {
  color: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
}

form ul .item-name span.item-req {
  color: #fff;
  background: #8C7F6D;
  border-radius: 21px;
  text-align: center;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

form ul .item-name span.item-any {
  color: #fff;
  background: #C0BBB5;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #B1B1B1;
  border-radius: 21px;
  text-align: center;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.6;
}

form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}

form ul li:last-of-type input,
form ul li:last-of-type textarea {
  background-color: #F2F2F2;
  border: none;
  padding: 10px;
  font-size: 1.4rem;
  letter-spacing: normal;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  display: block;
}

form ul li:last-of-type textarea {
  resize: vertical;
  height: 140px !important;
}

input::placeholder,
textarea::placeholder {
  color: #C4C4C4;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

form [type=submit] {
  background: #8C7F6D;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  border: none;
  padding: 16px;
  position: relative;
  font-size: 1.6rem;
  opacity: 1;
  transition: 0.3s;
  height: 59px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 640px) {
  form [type=submit] {
    height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control {
  background-color: #F2F2F2;
  border: none;
  padding: 12px;
  font-size: 1.4rem;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
}
.wpcf7-form-control.wpcf7-acceptance {
  background-color: #fff
}


.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
  align-items: center;
}

.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.wpcf7-not-valid-tip {
  display: none !important;
}

span.wpcf7-form-control.wpcf7-radio {
  background: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  border-radius: 50%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  background-color: #000000 !important;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}

.wpcf7-list-item {
  margin: 0 !important;
  /* display: flex !important; */
  align-items: center;
  gap: 8px;
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}

.section-form__check span {
  background: none;
}

.form__notice {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #646464;
}

.privacy-box {
  background: #FFF;
  border: 1px solid #D9D9D9;
  height: 200px;
  overflow: auto;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}

.privacy-box h3 {
  color: #1f1f1f;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 5%;
}

.privacy-box p {
  color: #1F1F1F;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 400;
}

.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

@media (max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}

.section-form__check1,
.section-form__check2 {
  padding: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .section-form__check1,
  .section-form__check2 {
    padding: 6%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 1.4rem;
  color: #3A3A3A;
  line-height: 1;
}

.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}

.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 90px;
  background: #1f1f1f;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  form ul {
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }
  form ul li:first-of-type,
  form ul li:last-of-type {
    width: 100%;
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    font-size: 14px;
  }
}

.reserve-notice {
  color: #646464;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


