@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.ft-ayumin {
  font-family: "ads-ayumin", sans-serif;
}

main {
  background-color: rgb(131, 202, 198);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgb(137, 204, 200) 20px, rgb(137, 204, 200) 42px);
  background-size: auto auto;
  background-position: center top;
}
@media screen and (max-width: 640px) {
  main {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(137, 204, 200) 10px, rgb(137, 204, 200) 22px);
  }
}

body {
  min-width: auto;
}

sup {
  font-size: xx-small;
  vertical-align: super;
}

.inner {
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 80%;
    padding: 0;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
    width: 92%;
    margin: 8% auto 0;
  }
}
.btn-wrap__web, .btn-wrap__tel {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web, .btn-wrap__tel {
    width: 100%;
  }
}
.btn-wrap__web a, .btn-wrap__tel a {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-radius: 48px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a, .btn-wrap__tel a {
    width: 98%;
    padding: 5% 0;
  }
}
.btn-wrap__web a::after, .btn-wrap__tel a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  z-index: -1;
}
.btn-wrap__web a:hover::after, .btn-wrap__tel a:hover::after {
  border-radius: 30px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a:hover::after, .btn-wrap__tel a:hover::after {
    width: 0%;
  }
}
.btn-wrap__web a .wrap, .btn-wrap__tel a .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap, .btn-wrap__tel a .wrap {
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
.btn-wrap__web a .wrap::before, .btn-wrap__tel a .wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap::before, .btn-wrap__tel a .wrap::before {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.btn-wrap__web a .wrap span, .btn-wrap__tel a .wrap span {
  display: inline-block;
}
.btn-wrap__web a .wrap .big, .btn-wrap__tel a .wrap .big {
  font-size: 40px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .btn-wrap__web a .wrap .big, .btn-wrap__tel a .wrap .big {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap .big, .btn-wrap__tel a .wrap .big {
    font-size: clamp(20px, 5.33vw, 30px);
    margin-right: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
}
.btn-wrap__web a .wrap .mid, .btn-wrap__tel a .wrap .mid {
  font-size: 30px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .btn-wrap__web a .wrap .mid, .btn-wrap__tel a .wrap .mid {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap .mid, .btn-wrap__tel a .wrap .mid {
    font-size: clamp(14px, 3.73vw, 24px);
    margin-right: 0;
  }
}
.btn-wrap__web a .wrap .small, .btn-wrap__tel a .wrap .small {
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .btn-wrap__web a .wrap .small, .btn-wrap__tel a .wrap .small {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a .wrap .small, .btn-wrap__tel a .wrap .small {
    font-size: clamp(14px, 3.73vw, 24px);
    line-height: 1;
  }
}
.btn-wrap__web a {
  color: #fff;
  background: #EE8117;
  border: 3px solid #AF511E;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a {
    border: 2px solid #AF511E;
  }
}
.btn-wrap__web a::after {
  background-color: #FFEBD8;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a::after {
    background-color: #fff;
  }
}
.btn-wrap__web a span::before {
  background: url(../uploads/winter-2024-east_btn-wrap-web-ico_hover.svg) no-repeat;
  background-size: contain;
  left: -4px;
  width: 44px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a span::before {
    left: 4%;
    width: 10%;
    height: 170%;
  }
}
.btn-wrap__web:hover a {
  color: #AF511E;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web:hover a {
    color: #fff;
  }
}
.btn-wrap__web:hover a span::before {
  background: url(../uploads/autumn-2025-east_btn-wrap-web-ico_hover.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web:hover a span::before {
    background: url(../uploads/winter-2024-east_btn-wrap-web-ico_hover.svg) no-repeat;
    background-size: contain;
  }
}
.btn-wrap__tel a {
  color: #fff;
  background: #00A8C1;
  border: 3px solid #006971;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a {
    border: 2px solid #006971;
  }
}
.btn-wrap__tel a::after {
  background-color: #DFF0F2;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a::after {
    background-color: #fff;
  }
}
.btn-wrap__tel a span::before {
  background: url(../uploads/winter-2024-east_btn-wrap-tel-ico_hover.svg) no-repeat;
  background-size: contain;
  left: -4px;
  width: 44px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a span::before {
    left: 4.5%;
    width: 10%;
    height: 172%;
  }
}
.btn-wrap__tel:hover a {
  color: #006971;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel:hover a {
    color: #fff;
  }
}
.btn-wrap__tel:hover a span::before {
  background: url(../uploads/autumn-2025-east_btn-wrap-tel-ico_hover.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel:hover a span::before {
    background: url(../uploads/winter-2024-east_btn-wrap-tel-ico_hover.svg) no-repeat;
    background-size: contain;
  }
}

.tel-number-txt {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: right;
  margin: 18px auto 0;
}
@media screen and (max-width: 640px) {
  .tel-number-txt {
    font-size: clamp(22px, 5.866vw, 28px);
    text-align: center;
    margin: 4% auto 0;
  }
}

.note-txt {
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .note-txt {
    margin: 2% auto 0;
  }
}
.note-txt span {
  display: block;
}
.note-txt__time {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .note-txt__time {
    font-size: clamp(12px, 3.2vw, 16px);
    text-align: center;
  }
}
.note-txt__time span {
  font-size: 24px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .note-txt__time span {
    font-size: clamp(16px, 4.266vw, 20px);
  }
}
.note-txt__connect {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .note-txt__connect {
    font-size: clamp(12px, 3.2vw, 15px);
    line-height: 1.5;
    margin-top: 4%;
  }
}

.notes-area__txt {
  font-size: 12px !important;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .notes-area__txt {
    color: #595857;
    font-size: clamp(12px, 3.2vw, 16px) !important;
    text-align: justify;
    width: 100%;
  }
}
.notes-area__company {
  background: #fff;
  font-size: 16px;
  border: 1px solid #3e3a39;
}
@media screen and (max-width: 640px) {
  .notes-area__company {
    font-size: clamp(11px, 2.933vw, 16px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 4%;
  }
}

.company-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .company-txt {
    font-size: clamp(12px, 3.2vw, 16px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 6%;
  }
}

.head-txt {
  color: #182987;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .head-txt {
    font-size: clamp(18px, 4.8vw, 30px);
    letter-spacing: 0;
  }
}
.head-txt span {
  position: relative;
  display: inline-block;
}
.head-txt span::before, .head-txt span::after {
  content: "";
  background: #182987;
  position: absolute;
  top: 0px;
  width: 4px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .head-txt span::before, .head-txt span::after {
    top: 2px;
    width: 2px;
    height: 20px;
  }
}
.head-txt span::before {
  left: -24px;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
@media screen and (max-width: 640px) {
  .head-txt span::before {
    left: -12px;
  }
}
.head-txt span::after {
  right: -24px;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}
@media screen and (max-width: 640px) {
  .head-txt span::after {
    right: -12px;
  }
}

.contact-area {
  max-width: 770px;
  margin: 72px auto 0;
}
@media screen and (max-width: 640px) {
  .contact-area {
    margin: 8% auto 0;
  }
}

.faq-area {
  position: relative;
  color: #231815;
  background: #FFFAD9;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 16px 24px 24px;
}
@media screen and (max-width: 640px) {
  .faq-area {
    padding: 10% 4% 6%;
  }
}
.faq-area::before {
  content: "";
  background: url(../uploads/winter-2024-east_faq-area_ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 124px;
  width: 100px;
  height: 44px;
}
@media screen and (max-width: 640px) {
  .faq-area::before {
    top: -2%;
    left: 4%;
    max-width: 120px;
    width: 26%;
    height: 18%;
  }
}
.faq-area__q {
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq-area__q {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}
.faq-area__a {
  color: #E85513;
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .faq-area__a {
    font-size: clamp(18px, 4.8vw, 24px);
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 6%;
  }
}
.faq-area__a--mid {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq-area__a--mid {
    text-align: left;
  }
}
.faq-area__a--electric {
  line-height: 1.3;
  text-indent: -1em;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 640px) {
  .faq-area__a--electric {
    line-height: 1.2;
    padding: 0 0 0 1em;
  }
}
.faq-area__txt {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .faq-area__txt {
    font-size: clamp(14px, 3.733vw, 18px);
    margin-top: 4%;
  }
}
.faq-area__txt .orange {
  color: #E85513;
}

.all-image-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .all-image-txt {
    font-size: 13px;
    font-size: clamp(13px, 3.466vw, 16px);
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4%;
  }
}

.slideIn {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .slideIn {
    -webkit-transform: translateY(56px);
            transform: translateY(56px);
  }
}

.slideIn.is-animated {
  -webkit-animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    @media screen and (max-width: 640px) {
      -webkit-transform: translateY(56px);
              transform: translateY(56px);
    }
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    @media screen and (max-width: 640px) {
      -webkit-transform: translateY(56px);
              transform: translateY(56px);
    }
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.accordion-area__tit {
  position: relative;
  cursor: pointer;
  color: #fff;
  background: #E75297;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.05em;
  padding: 10px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 640px) {
  .accordion-area__tit {
    font-size: clamp(14px, 3.733vw, 22px);
    padding: 3% 7%;
  }
}
.accordion-area__tit::before {
  content: "";
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: rotate(135deg) translateY(100%);
          transform: rotate(135deg) translateY(100%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .accordion-area__tit::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 16px;
    width: 10px;
    height: 10px;
  }
}
.accordion-area__tit.open::before {
  right: 36px;
  -webkit-transform: rotate(-45deg) translateY(-25%);
          transform: rotate(-45deg) translateY(-25%);
}
@media screen and (max-width: 640px) {
  .accordion-area__tit.open::before {
    right: 20px;
  }
}
.accordion-area__box {
  background: #fff;
  border: 4px solid #E75297;
  border-top: none;
  padding: 24px 42px;
}
@media screen and (max-width: 640px) {
  .accordion-area__box {
    border: 2px solid #E75297;
    padding: 4%;
  }
}
.accordion-area .feature-tit {
  color: #a44c23;
  font-size: 39px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-tit {
    font-size: clamp(20px, 5.33vw, 34px);
  }
}
.accordion-area .feature-tit .s-txt {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-tit .s-txt {
    font-size: 14px;
    font-size: clamp(14px, 3.73vw, 22px);
  }
}
.accordion-area .feature-tit.border {
  border-top: 4px dashed #a44c23;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-tit.border {
    border-top: 2px dashed #a44c23;
    padding-top: 6%;
    margin-top: 6%;
  }
}
.accordion-area .feature-tit.mid {
  font-size: 30px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-tit.mid {
    font-size: clamp(16px, 4.26vw, 24px);
  }
}
.accordion-area .feature-txt {
  color: #231815;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-txt {
    font-size: clamp(12px, 3.2vw, 20px);
    line-height: 1.5;
    margin-top: 2%;
  }
}
.accordion-area .feature-txt.mid {
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-txt.mid {
    margin-top: 4%;
  }
}
.accordion-area .feature-txt .orange-txt {
  color: #e55513;
}
.accordion-area .feature-img {
  max-width: 362px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-img {
    max-width: none;
    width: 80%;
    margin: 4% auto 0;
  }
}
.accordion-area .feature-movie-tit {
  color: #a44c23;
  font-size: 35px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-movie-tit {
    font-size: clamp(18px, 4.8vw, 28px);
    margin-top: 8%;
  }
}
.accordion-area .feature-movie {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-movie {
    margin-top: 4%;
  }
}
.accordion-area .feature-movie iframe {
  aspect-ratio: 525/295;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .accordion-area .feature-movie iframe {
    aspect-ratio: 404/227;
  }
}
.accordion-area .feature-list {
  font-size: 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.accordion-area .feature-list__item {
  line-height: 1.2;
}
.accordion-area .feature-list__item:not(:first-child) {
  padding-left: 2em;
}

.mv {
  text-align: center;
}
.mv img {
  margin: 0 auto;
}
.mv__bg {
  position: relative;
  overflow: hidden;
  max-width: 2400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mv__bg {
    overflow: visible;
  }
}
.mv__bg img {
  margin: 0 auto;
}
.mv__bgImg, .mv__balloonsBirds, .mv__area, .mv__deadline, .mv__tit, .mv__btnComment, .mv__btn {
  position: absolute;
  opacity: 0;
}
.mv__bgImg {
  top: 0;
  left: 0;
  width: 100%;
}
.mv__bgImg.active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__balloonsBirds {
  top: 0;
  left: 0;
  width: 100%;
}
.mv__balloonsBirds.active {
  -webkit-animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__area {
  top: 5.4%;
  left: 24.7%;
  width: 24.4%;
}
@media screen and (max-width: 640px) {
  .mv__area {
    top: 11.3%;
    left: 10%;
    width: 57%;
    z-index: 1;
  }
}
.mv__area.active {
  -webkit-animation: popUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.mv__deadline {
  top: 6.8%;
  right: 2.5%;
  width: 33.2%;
}
@media screen and (max-width: 640px) {
  .mv__deadline {
    display: none;
  }
}
.mv__deadline.active {
  -webkit-animation: popUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.mv__tit {
  top: 17.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52.9%;
}
@media screen and (max-width: 640px) {
  .mv__tit {
    top: 21.8%;
    width: 81.1%;
    margin-right: -1.5%;
    z-index: 1;
  }
}
.mv__tit.active {
  -webkit-animation: popUpCenter 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popUpCenter 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.mv__btnComment {
  top: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15.6%;
}
@media screen and (max-width: 640px) {
  .mv__btnComment {
    top: 72%;
    width: 59.2%;
  }
}
.mv__btnComment.active {
  -webkit-animation: popUpCenter 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popUpCenter 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.mv__btn {
  text-align: center;
  top: 90.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26.9%;
}
@media screen and (max-width: 640px) {
  .mv__btn {
    top: 81.6%;
    width: 73.3%;
  }
}
.mv__btn.active {
  -webkit-animation: popUpCenter 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popUpCenter 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.mv__btn a {
  color: #fff;
  background: #E75297;
  border: 3px solid #fff;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
  padding: 3.25% 0;
  -webkit-box-shadow: 0px clamp(0.125rem, 0.031rem + 0.2346vw, 0.3125rem) 0px 0px rgb(173, 157, 147);
          box-shadow: 0px clamp(0.125rem, 0.031rem + 0.2346vw, 0.3125rem) 0px 0px rgb(173, 157, 147);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .mv__btn a:hover {
    background: #FFC9E2;
  }
}
@media screen and (max-width: 640px) {
  .mv__btn a {
    border: 2px solid #fff;
    width: 100%;
    padding: 2.5% 0 3%;
  }
}
.mv__btn a img {
  width: 89%;
}
@media screen and (max-width: 640px) {
  .mv__btn a img {
    width: 76.2%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpCenter {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes fadeUpCenter {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes popUp {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popUp {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes popUpCenter {
  0% {
    -webkit-transform: translate(-50%, 40px) scale(0.8);
            transform: translate(-50%, 40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popUpCenter {
  0% {
    -webkit-transform: translate(-50%, 40px) scale(0.8);
            transform: translate(-50%, 40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.swiper-pagination-bullet {
  background: #fff;
  margin: 0 12px !important;
  width: 16px;
  height: 16px;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 14px;
    height: 14px;
  }
}

.swiper-pagination-bullet-active {
  background: #753B29;
}

.topBgWrap {
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  z-index: 1;
}

.anchorWrap {
  overflow-x: hidden;
  background: #91D0C9;
  max-width: 1000px;
  padding: 24px 0 64px;
  margin: 72px auto 0;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .anchorWrap {
    background: inherit;
    padding: 0 0 10%;
    margin: 5% auto 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.anchorWrap .anchorComment {
  max-width: 484px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorComment {
    max-width: none;
    width: 84%;
  }
}
.anchorWrap .anchorSwiperContainer {
  position: relative;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer {
    margin-top: 2%;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-slide {
  width: 274px;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-slide {
    width: 48%;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-slide a {
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-slide a {
    border-radius: 8px;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-pagination {
  top: auto;
  bottom: -36px;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-pagination {
    bottom: -44%;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-next,
.anchorWrap .anchorSwiperContainer .swiper-button-prev {
  background: #753B29;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-next,
  .anchorWrap .anchorSwiperContainer .swiper-button-prev {
    width: 5.334%;
    height: 37.7%;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-next::after,
.anchorWrap .anchorSwiperContainer .swiper-button-prev::after {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-next::after,
  .anchorWrap .anchorSwiperContainer .swiper-button-prev::after {
    font-size: 12px;
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-next {
  right: 0;
  -webkit-transform: translate(50%, -20%);
          transform: translate(50%, -20%);
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-next {
    top: auto;
    bottom: 50%;
    right: 18%;
    -webkit-transform: translate(0, 40%);
            transform: translate(0, 40%);
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-next::after {
  left: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-next::after {
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-prev {
    top: auto;
    bottom: 50%;
    left: 18%;
    -webkit-transform: translate(0, 40%);
            transform: translate(0, 40%);
  }
}
.anchorWrap .anchorSwiperContainer .swiper-button-prev::after {
  right: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 640px) {
  .anchorWrap .anchorSwiperContainer .swiper-button-prev::after {
    right: 50%;
    -webkit-transform: translate(35%, -50%);
            transform: translate(35%, -50%);
  }
}

.top-area {
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .top-area {
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .top-area__deadline {
    width: 53%;
    margin: 0 auto;
  }
}
.top-area__note {
  max-width: 600px;
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area__note {
    max-width: none;
    width: 80%;
    margin: 6% auto 0;
  }
}
.top-area__note .accordion-area__tit {
  background: #00B1C3;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 27px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top-area__note .accordion-area__tit {
    font-size: clamp(14px, 3.733vw, 24px);
  }
}
.top-area__note .accordion-area__box {
  text-align: center;
  border: none;
  padding: 12px 12px 16px;
}
@media screen and (max-width: 640px) {
  .top-area__note .accordion-area__box {
    padding: 3% 2% 4%;
  }
}
.top-area__note .notes-area__txt {
  color: #804200;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.8 !important;
  margin: 0 0 0 94px;
}
@media screen and (max-width: 640px) {
  .top-area__note .notes-area__txt {
    font-size: clamp(0.8125rem, 0.5472rem + 1.1321vw, 1rem) !important;
    line-height: 1.5 !important;
    padding-left: 16%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .top-area__note .notes-area__txt span {
    display: inline-block;
    -webkit-transform: translateX(29%);
            transform: translateX(29%);
  }
}
.top-area__note .notes-area__note {
  color: #804200;
  font-size: 12px;
  font-weight: 700;
  margin: 16px 12px 0 44px;
}
@media screen and (max-width: 640px) {
  .top-area__note .notes-area__note {
    font-size: clamp(0.6875rem, 0.3337rem + 1.5094vw, 0.9375rem) !important;
    line-height: 1.4;
    text-align: center;
    margin: 2% auto 0;
  }
}
.top-area__sumileage {
  max-width: 1000px;
  margin: 52px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area__sumileage {
    margin: 14% auto 0;
  }
}

.panel-area .js-tabPanel,
.panel-area .js-tabPanel02 {
  display: none;
}
.panel-area .js-tabPanel.is-click,
.panel-area .js-tabPanel02.is-click {
  display: block;
}

.panel-tabTit {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .panel-tabTit {
    position: relative;
    margin-top: 20%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 640px) {
  .panel-tabTit::after {
    content: "";
    background: #E75297;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 130%;
    height: 100%;
    z-index: -1;
  }
}

.panel-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 725px;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .panel-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 0;
    max-width: none;
    margin: 4% auto 0;
  }
}
.panel-tab__item {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 48px) / 4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .panel-tab__item {
    width: 49%;
  }
}
.panel-tab__item.is-click .hoverImg {
  opacity: 1;
}
.panel-tab__item .hoverImg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .panel-tab__item:hover .hoverImg {
    opacity: 1;
  }
}

.bathHeater {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .bathHeater {
    margin-top: 24%;
  }
}
.bathHeater__head {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .bathHeater__head {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.bathHeater__wrap {
  position: relative;
  background: #fff;
  border-left: 20px solid #00B1C3;
  border-right: 20px solid #00B1C3;
  padding: 48px 52px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .bathHeater__wrap {
    border-left: clamp(0.625rem, -0.0825rem + 3.0189vw, 1.125rem) solid #00B1C3;
    border-right: clamp(0.625rem, -0.0825rem + 3.0189vw, 1.125rem) solid #00B1C3;
    padding: 2.35% 1.6% 4%;
    margin: 6% auto 0;
  }
}
.bathHeater__wrap::before, .bathHeater__wrap::after {
  content: "";
  background: url(../uploads/spring-2026-west_bathHeater-wrapIco.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 100%;
  height: 34px;
}
@media screen and (max-width: 640px) {
  .bathHeater__wrap::before, .bathHeater__wrap::after {
    background: url(../uploads/spring-2026-west_bathHeater-wrapIco_sp.png) no-repeat;
    background-size: contain;
    height: 1.6%;
  }
}
.bathHeater__wrap::before {
  top: clamp(-1.125rem, -0.6865rem - 1.0946vw, -2rem);
  -webkit-transform: scale(1.052);
          transform: scale(1.052);
}
@media screen and (max-width: 640px) {
  .bathHeater__wrap::before {
    top: -1.3%;
    -webkit-transform: scale(1.096);
            transform: scale(1.096);
  }
}
.bathHeater__wrap::after {
  bottom: clamp(-1.125rem, -0.6865rem - 1.0946vw, -2rem);
  -webkit-transform: scale(1.052) rotate(180deg);
          transform: scale(1.052) rotate(180deg);
}
@media screen and (max-width: 640px) {
  .bathHeater__wrap::after {
    bottom: -1.3%;
    -webkit-transform: scale(1.096) rotate(180deg);
            transform: scale(1.096) rotate(180deg);
  }
}
.bathHeater__tit {
  max-width: 646px;
  margin: 0 auto;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
@media screen and (max-width: 640px) {
  .bathHeater__tit {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bathHeater__price01 {
  max-width: 702px;
  margin: 42px auto 0;
}
@media screen and (max-width: 640px) {
  .bathHeater__price01 {
    margin: 6% auto 0;
  }
}
.bathHeater__price02 {
  max-width: 727px;
  margin: 10px auto 0;
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
}
@media screen and (max-width: 640px) {
  .bathHeater__price02 {
    margin: 8% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bathHeater__wrapComment {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .bathHeater__wrapComment {
    font-size: clamp(1rem, -0.0613rem + 4.5283vw, 1.75rem);
    line-height: 1.2;
    margin-top: 2%;
  }
}
.bathHeater__wrapNote {
  font-size: 13px;
  font-weight: 500;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .bathHeater__wrapNote {
    font-size: clamp(0.75rem, 0.0425rem + 3.0189vw, 1.25rem);
    line-height: 1.2;
    text-align: left;
    margin-top: 3%;
  }
}
.bathHeater__filter {
  max-width: 562px;
  margin: 68px auto 0;
}
@media screen and (max-width: 640px) {
  .bathHeater__filter {
    max-width: none;
    width: 100%;
    margin: 16% auto 0;
  }
}
.bathHeater .company-txt {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .bathHeater .company-txt {
    margin-top: 8%;
  }
}
.bathHeater__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .bathHeater__note {
    margin-top: 4%;
  }
}

.rangeHood__tit {
  max-width: 628px;
  margin: 56px auto 0;
}
@media screen and (max-width: 640px) {
  .rangeHood__tit {
    max-width: none;
    width: 100%;
    margin: 16% auto 0;
  }
}
.rangeHood__price03 {
  max-width: 654px;
  margin: 24px auto 0;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
@media screen and (max-width: 640px) {
  .rangeHood__price03 {
    margin: -10% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.rangeHood__check {
  max-width: 602px;
  margin: 36px auto 0;
}
@media screen and (max-width: 640px) {
  .rangeHood__check {
    max-width: none;
    width: 88%;
    margin: 12% auto 0;
  }
}
.rangeHood__price04 {
  max-width: 662px;
  margin: 8px auto 0;
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px);
}
@media screen and (max-width: 640px) {
  .rangeHood__price04 {
    width: 100%;
    margin: 4% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.airConditioner {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .airConditioner {
    margin-top: 12%;
  }
}
.airConditioner__tit {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConditioner__tit {
    width: 85%;
  }
}
.airConditioner__wrap {
  position: relative;
  padding: 22px 116px 36px;
  margin-top: 28px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap {
    padding: 3.5% 2% 8.7% 4%;
    margin-top: 4%;
  }
}
.airConditioner__wrap::after {
  content: "";
  background: url(../uploads/spring-2026-west_airConditionerWrap-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap::after {
    background: url(../uploads/spring-2026-west_airConditionerWrap-bg_sp.png) no-repeat;
    background-size: contain;
  }
}
.airConditioner__wrap__tit {
  max-width: 414px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap__tit {
    max-width: none;
    width: 71%;
  }
}
.airConditioner__wrap__txt {
  font-size: clamp(0.5rem, 0.2807rem + 0.5473vw, 0.9375rem);
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap__txt {
    font-size: clamp(0.6875rem, 0.0684rem + 2.6415vw, 1.125rem);
    line-height: 1.5;
    margin-top: 1%;
  }
}
.airConditioner__wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 3%;
  }
}
.airConditioner__wrap__body {
  width: 42%;
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap__body {
    width: 100%;
    margin-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap__price05 {
    width: 93.6%;
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
}
.airConditioner__wrap__price06 {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap__price06 {
    width: 97.5%;
    margin: 6% auto 0;
  }
}
.airConditioner__wrap__img {
  width: 49.6%;
}
@media screen and (max-width: 640px) {
  .airConditioner__wrap__img {
    width: 100%;
  }
}
.airConditioner .company-txt {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .airConditioner .company-txt {
    margin-top: 8%;
  }
}
.airConditioner__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .airConditioner__note {
    margin-top: 4%;
  }
}

.stove {
  margin-top: 88px;
}
@media screen and (max-width: 640px) {
  .stove {
    margin-top: 12%;
  }
}
.stove__tit {
  max-width: 662px;
  margin: 0 auto;
}
.stove__wrap {
  position: relative;
  padding: 29px 77px 26px 113px;
  margin-top: 12px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .stove__wrap {
    padding: 4% 2.7% 6.4% 2%;
    margin-top: 4%;
  }
}
.stove__wrap::after {
  content: "";
  background: url(../uploads/spring-2026-west_stoveWrap-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .stove__wrap::after {
    background: url(../uploads/spring-2026-west_stoveWrap-bg_sp.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .stove__wrap__price07 {
    width: 99%;
  }
}
.stove__wrap__price08 {
  max-width: 687px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .stove__wrap__price08 {
    max-width: none;
    width: 96%;
    margin: 7% auto 0;
    -webkit-transform: translateX(2.5%);
            transform: translateX(2.5%);
  }
}

.houseCleaning {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .houseCleaning {
    margin-top: 12%;
  }
}
.houseCleaning__tit {
  max-width: 492px;
  margin: 0 auto;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media screen and (max-width: 640px) {
  .houseCleaning__tit {
    position: relative;
    max-width: none;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 1;
  }
}
.houseCleaning .company-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .houseCleaning .company-txt {
    margin-top: 8%;
  }
}
.houseCleaning__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__note {
    margin-top: 4%;
  }
}

@media screen and (max-width: 640px) {
  .airConMenu {
    margin-top: -16%;
  }
}
.airConMenu__wrap {
  position: relative;
  background: #fff;
  border-left: 20px solid #00B1C3;
  border-right: 20px solid #00B1C3;
  padding: 24px 16px 32px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .airConMenu__wrap {
    border-left: clamp(0.625rem, -0.0825rem + 3.0189vw, 1.125rem) solid #00B1C3;
    border-right: clamp(0.625rem, -0.0825rem + 3.0189vw, 1.125rem) solid #00B1C3;
    padding: 8% 1.6% 8.7%;
    margin: 6% auto 0;
  }
}
.airConMenu__wrap::before, .airConMenu__wrap::after {
  content: "";
  background: url(../uploads/spring-2026-west_bathHeater-wrapIco.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 100%;
  height: 34px;
}
@media screen and (max-width: 640px) {
  .airConMenu__wrap::before, .airConMenu__wrap::after {
    background: url(../uploads/spring-2026-west_bathHeater-wrapIco_sp.png) no-repeat;
    background-size: contain;
    height: 2.7%;
  }
}
.airConMenu__wrap::before {
  top: clamp(-1.125rem, -0.6865rem - 1.0946vw, -2rem);
  -webkit-transform: scale(1.052);
          transform: scale(1.052);
}
@media screen and (max-width: 640px) {
  .airConMenu__wrap::before {
    top: -2.4%;
    -webkit-transform: scale(1.096);
            transform: scale(1.096);
  }
}
.airConMenu__wrap::after {
  bottom: clamp(-1.125rem, -0.6865rem - 1.0946vw, -2rem);
  -webkit-transform: scale(1.052) rotate(180deg);
          transform: scale(1.052) rotate(180deg);
}
@media screen and (max-width: 640px) {
  .airConMenu__wrap::after {
    bottom: -2.6%;
    -webkit-transform: scale(1.096) rotate(180deg);
            transform: scale(1.096) rotate(180deg);
  }
}
.airConMenu__head {
  max-width: 498px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConMenu__head {
    max-width: none;
    width: 100%;
  }
}
.airConMenu__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .airConMenu__prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 4.1%;
  }
}
@media screen and (max-width: 640px) {
  .airConMenu__price09 {
    width: 88.4%;
    margin: 0 auto;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
}
@media screen and (max-width: 640px) {
  .airConMenu__price10 {
    width: 90.2%;
    margin: 5.2% auto 0;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
@media screen and (max-width: 640px) {
  .airConMenu__price11 {
    width: 96.5%;
    margin: 7% auto 0;
  }
}
.airConMenu__comment {
  font-size: 17px;
  font-weight: 700;
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .airConMenu__comment {
    font-size: clamp(0.9375rem, -0.0354rem + 4.1509vw, 1.625rem);
    margin-top: 10.4%;
  }
}
.airConMenu__note {
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #212121;
  border-radius: 60px;
  max-width: 644px;
  padding: 7px 0 9px;
  margin: 10px auto 0;
}
@media screen and (max-width: 640px) {
  .airConMenu__note {
    font-size: clamp(0.8125rem, 0.1934rem + 2.6415vw, 1.25rem);
    line-height: 1.3;
    max-width: none;
    width: 86%;
    padding: 2.5% 0;
    margin: 4.4% auto 0;
  }
}
.airConMenu__btn {
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .airConMenu__btn {
    margin-top: 5.9%;
  }
}
.airConMenu__btn a {
  position: relative;
  color: #fff;
  background: #00B1C3;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.03;
  border: 2px solid #fff;
  border-radius: 60px;
  display: inline-block;
  max-width: 288px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 12px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .airConMenu__btn a:hover {
    background: #BDE6EA;
  }
}
@media screen and (max-width: 640px) {
  .airConMenu__btn a {
    font-size: clamp(1rem, -0.0613rem + 4.5283vw, 1.75rem);
    max-width: none;
    width: 93.4%;
    padding: 3% 0;
  }
}
.airConMenu__btn a span {
  text-align: left;
  display: inline-block;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
@media screen and (max-width: 640px) {
  .airConMenu__btn a span {
    -webkit-transform: translateX(24%);
            transform: translateX(24%);
  }
}
.airConMenu__btn a::before {
  content: "";
  background: url(../uploads/spring-2026-west_airConMenuBtn-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 93px;
  height: 41px;
}
@media screen and (max-width: 640px) {
  .airConMenu__btn a::before {
    left: 3%;
    width: 31%;
    height: 64%;
  }
}
.airConMenu__price12 {
  max-width: 820px;
  margin: 36px auto 0;
}
@media screen and (max-width: 640px) {
  .airConMenu__price12 {
    width: 90%;
    margin: 8.2% auto 0;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
}

.single {
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .single {
    margin-top: 12%;
  }
}
.single__tit {
  max-width: 587px;
  margin: 0 auto;
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
@media screen and (max-width: 640px) {
  .single__tit {
    max-width: none;
    width: 93.67%;
    -webkit-transform: translateX(14%);
            transform: translateX(14%);
  }
}
.single__pricesPc {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .single__pricesPc {
    display: none;
  }
}
.single__pricesSp {
  display: none;
}
@media screen and (max-width: 640px) {
  .single__pricesSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3%;
  }
}
@media screen and (max-width: 640px) {
  .single__pricesSp__price15-16 {
    margin-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .single__pricesSp__price17 {
    margin-top: 8%;
  }
}

.balcony__accordion {
  max-width: 755px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .balcony__accordion {
    margin: 10% auto 0;
  }
}
.balcony__accordion .accordion-area__tit {
  background: #00B1C3;
  font-family: "ads-ayumin", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .accordion-area__tit {
    font-size: clamp(1.0625rem, 0.0896rem + 4.1509vw, 1.75rem);
  }
}
.balcony__accordion .accordion-area__box {
  border: 2px solid #00B1C3;
  padding: 28px 24px 32px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .accordion-area__box {
    padding: 6% 4%;
  }
}
.balcony__accordion .notes-area__top-txt {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__top-txt {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.35;
  }
}
.balcony__accordion .notes-area__blowing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__blowing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 90%;
    margin: 4% auto 0;
  }
}
.balcony__accordion .notes-area__blowing p {
  position: relative;
  color: #fff;
  background: #E75297;
  font-weight: 700;
  line-height: 1.375;
  text-align: left;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 20px 10px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__blowing p {
    font-size: clamp(14px, 3.733vw, 20px);
    line-height: 1.35;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2% 3%;
  }
}
.balcony__accordion .notes-area__blowing p::before {
  content: "";
  background: url(../uploads/spring-2026-west_balcony-accordion-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  left: -10px;
  width: 12px;
  height: 12px;
}
.balcony__accordion .notes-area__blowing p + p {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__blowing p + p {
    margin: 4% 0 0 auto;
  }
}
.balcony__accordion .notes-area__blowing p + p::before {
  left: auto;
  right: -10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.balcony__accordion .notes-area .yellow-line {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area .yellow-line {
    font-size: clamp(15px, 4vw, 24px);
    margin-top: 6%;
  }
}
.balcony__accordion .notes-area__pro-tit {
  max-width: 440px;
  margin: 6px auto 0;
  -webkit-transform: translateX(76px);
          transform: translateX(76px);
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__pro-tit {
    max-width: none;
    width: 80%;
    margin: 12% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.balcony__accordion .notes-area__pro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__pro-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    margin-top: 8%;
  }
}
.balcony__accordion .notes-area__pro-wrap__item {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__pro-wrap__item {
    width: 100%;
  }
}
.balcony__accordion .notes-area__pro-wrap__head {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__pro-wrap__head {
    font-size: clamp(15px, 4vw, 22px);
  }
}
.balcony__accordion .notes-area__pro-wrap__head::after {
  content: "";
  border-top: 3px dotted #D20D00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  width: 68%;
  z-index: -1;
}
.balcony__accordion .notes-area__pro-wrap__head span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__pro-wrap__head span {
    padding: 0 3%;
  }
}
.balcony__accordion .notes-area__pro-wrap__txt {
  font-size: clamp(13px, 2.028vw, 16px);
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__pro-wrap__txt {
    font-size: clamp(14px, 3.733vw, 22px);
    margin-top: 4%;
  }
}
.balcony__accordion .notes-area__pro-wrap__img {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__pro-wrap__img {
    margin-top: 6%;
  }
}
.balcony__accordion .notes-area__movie-tit {
  max-width: 316px;
  margin: 48px auto 0;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__movie-tit {
    max-width: none;
    width: 98%;
    margin: 14% auto 0;
  }
}
.balcony__accordion .notes-area__movie {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__movie {
    margin-top: 4%;
  }
}
.balcony__accordion .notes-area__movie iframe {
  aspect-ratio: 700/394;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area__movie iframe {
    aspect-ratio: 500/293;
  }
}

.wetArea {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .wetArea {
    margin-top: 12%;
  }
}
.wetArea__tit {
  max-width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wetArea__tit {
    max-width: none;
    width: 55%;
  }
}
.wetArea .company-txt {
  margin-top: 68px;
}
@media screen and (max-width: 640px) {
  .wetArea .company-txt {
    margin-top: 8%;
  }
}
.wetArea__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .wetArea__note {
    margin-top: 4%;
  }
}

.bath {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .bath {
    margin-top: 6%;
  }
}
.bath__wrap {
  position: relative;
  padding: 42px 76px 37px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .bath__wrap {
    padding: 5.3% 4% 11.3%;
  }
}
.bath__wrap::after {
  content: "";
  background: url(../uploads/spring-2026-west_bathWrap-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .bath__wrap::after {
    background: url(../uploads/spring-2026-west_bathWrap-bg_sp.png) no-repeat;
    background-size: contain;
  }
}
.bath__tit {
  max-width: 454px;
  width: 54%;
}
@media screen and (max-width: 640px) {
  .bath__tit {
    max-width: none;
    width: 100%;
  }
}
.bath__price18 {
  margin-top: -11.9%;
}
@media screen and (max-width: 640px) {
  .bath__price18 {
    margin-top: 4.5%;
  }
}
.bath__present {
  max-width: 588px;
  width: 70%;
  margin: 2.84% auto 0;
}
@media screen and (max-width: 640px) {
  .bath__present {
    max-width: none;
    width: 100%;
    margin: 5.8% auto 0;
  }
}

.toilet {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .toilet {
    margin-top: 12.7%;
  }
}
.toilet__wrap {
  position: relative;
  padding: 31px 48px 40px 76px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .toilet__wrap {
    padding: 4.7% 2% 7% 4%;
  }
}
.toilet__wrap::after {
  content: "";
  background: url(../uploads/spring-2026-west_toiletWrap-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .toilet__wrap::after {
    background: url(../uploads/spring-2026-west_toiletWrap-bg_sp.png) no-repeat;
    background-size: contain;
  }
}
.toilet__price20 {
  max-width: 785px;
  width: 90%;
  margin: 2% auto 0;
}
@media screen and (max-width: 640px) {
  .toilet__price20 {
    width: 97.2%;
    margin: 11.35% auto 0;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}

.tatami {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .tatami {
    margin-top: 12%;
  }
}
.tatami__head {
  max-width: 608px;
  margin: 0 auto;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media screen and (max-width: 640px) {
  .tatami__head {
    max-width: none;
    width: 97.3%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.tatami__wrap {
  position: relative;
  padding: 19px 60px 62px 66px;
  margin-top: 36px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .tatami__wrap {
    padding: 5.3% 3.5% 11.3% 2.4%;
    margin-top: 7%;
  }
}
.tatami__wrap::after {
  content: "";
  background: url(../uploads/spring-2026-west_tatamiWrap-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .tatami__wrap::after {
    background: url(../uploads/spring-2026-west_tatamiWrap-bg_sp.png) no-repeat;
    background-size: contain;
  }
}
.tatami__tit {
  max-width: 348px;
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .tatami__tit {
    max-width: none;
    width: 88%;
  }
}
.tatami__price21-22 {
  max-width: 876px;
  margin: 1.8% auto 0;
}
@media screen and (max-width: 640px) {
  .tatami__price21-22 {
    margin: 6.4% auto 0;
  }
}
.tatami__replaceTit {
  max-width: 467px;
  width: 54%;
  margin: 2.8% auto 0;
}
@media screen and (max-width: 640px) {
  .tatami__replaceTit {
    max-width: none;
    width: 97.2%;
    margin: 10% auto 0;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
}
.tatami__price23-24 {
  max-width: 702px;
  width: 81%;
  margin: 3.2% auto 0;
}
@media screen and (max-width: 640px) {
  .tatami__price23-24 {
    width: 98.2%;
    margin: 8% auto 0;
    -webkit-transform: translateX(1.2%);
            transform: translateX(1.2%);
  }
}
.tatami__pleatsTit {
  max-width: 351px;
  width: 41%;
  margin: 5% auto 0;
}
@media screen and (max-width: 640px) {
  .tatami__pleatsTit {
    max-width: none;
    width: 88%;
    margin: 7.5% auto 0;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
}
.tatami__price25 {
  max-width: 390px;
  width: 45%;
  margin: 2.2% auto 0;
}
@media screen and (max-width: 640px) {
  .tatami__price25 {
    max-width: none;
    width: 99%;
    margin: 1.1% auto 0;
  }
}
.tatami__comment {
  max-width: 531px;
  margin: 36px auto 0;
}
@media screen and (max-width: 640px) {
  .tatami__comment {
    max-width: none;
    width: 100%;
    margin: 5% auto 0;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.tatami .company-txt {
  margin-top: 68px;
}
@media screen and (max-width: 640px) {
  .tatami .company-txt {
    margin-top: 12%;
  }
}
.tatami__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .tatami__note {
    margin-top: 4%;
  }
}

.innerWindow {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .innerWindow {
    margin-top: 20%;
  }
}
.innerWindow__tit {
  max-width: 515px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .innerWindow__tit {
    max-width: none;
  }
}
.innerWindow__installation {
  position: relative;
  max-width: 550px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .innerWindow__installation {
    max-width: none;
    width: 100%;
    margin: 8% auto 0;
  }
}
.innerWindow__btn {
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .innerWindow__btn {
    bottom: 9.5%;
    max-width: none;
    width: 85%;
  }
}
.innerWindow__btn a {
  color: #fff;
  background: #7EBF58;
  font-size: 23px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 60px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .innerWindow__btn a:hover {
    background: #C2E3AF;
  }
}
@media screen and (max-width: 640px) {
  .innerWindow__btn a {
    font-size: clamp(1.125rem, 0.0637rem + 4.5283vw, 1.875rem);
    border: none;
    padding: 4.5% 0 5.5%;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  }
}
.innerWindow__news {
  max-width: 554px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .innerWindow__news {
    max-width: none;
    width: 100%;
    margin: 7.3% auto 0;
  }
}

.price-note {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .price-note {
    font-size: clamp(0.75rem, 0.4847rem + 1.1321vw, 0.9375rem);
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;
    width: 80%;
    padding-left: 1em;
    margin: 6% auto 0;
  }
}

.linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2% auto 0;
  }
}
.linkArea > div {
  text-align: center;
  width: 50%;
  padding: 20px 0 12px;
}
@media screen and (max-width: 640px) {
  .linkArea > div {
    width: 100%;
    padding: 3% 0;
  }
}
.linkArea__privacy {
  color: #753B29;
  background: rgba(255, 255, 255, 0.5019607843);
}
.linkArea__privacy__txt {
  font-size: clamp(0.75rem, 0.5621rem + 0.4691vw, 1.125rem);
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .linkArea__privacy__txt {
    font-size: clamp(0.8125rem, 0.5472rem + 1.1321vw, 1rem);
  }
}
.linkArea__privacy__btn {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .linkArea__privacy__btn {
    margin-top: 3%;
  }
}
.linkArea__privacy__btn a {
  color: #753B29;
  background: rgba(255, 255, 255, 0.3);
  font-size: clamp(0.875rem, 0.6871rem + 0.4691vw, 1.25rem);
  font-weight: 700;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .linkArea__privacy__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .linkArea__privacy__btn a {
    font-size: clamp(0.875rem, 0.5212rem + 1.5094vw, 1.125rem);
    padding: 2% 3.5%;
  }
}
.linkArea__search {
  background: #C8D800;
}
.linkArea__search__txt {
  color: #0A8143;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: clamp(0.875rem, 0.781rem + 0.2346vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .linkArea__search__txt {
    font-size: clamp(0.9375rem, 0.4953rem + 1.8868vw, 1.25rem);
  }
}
.linkArea__search__txt span {
  position: relative;
  text-align: left;
  display: inline-block;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media screen and (max-width: 640px) {
  .linkArea__search__txt span {
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%);
  }
}
.linkArea__search__btn {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .linkArea__search__btn {
    margin-top: 2%;
  }
}
.linkArea__search__btn a {
  position: relative;
  color: #fff;
  background: #0A8143;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.1em;
  border: 2px solid #0A5843;
  border-radius: 60px;
  display: inline-block;
  max-width: 314px;
  width: 100%;
  padding: 16px 0 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .linkArea__search__btn a:hover {
    background: #54BE87;
  }
}
@media screen and (max-width: 640px) {
  .linkArea__search__btn a {
    font-size: clamp(1.375rem, 0.4906rem + 3.7736vw, 2rem);
    max-width: none;
    width: 84%;
    padding: 3% 0 4%;
  }
}
.linkArea__search__btn a::before {
  content: "";
  background: url(../uploads/early-spring-2026-east_contactArea-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -62px;
  right: 20px;
  width: 56px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .linkArea__search__btn a::before {
    top: -108%;
    right: 8%;
    width: 15%;
    height: 105%;
  }
}
.linkArea__search__btn a .smTxt {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .linkArea__search__btn a .smTxt {
    font-size: clamp(1.125rem, 0.2406rem + 3.7736vw, 1.75rem);
  }
}

.contactArea {
  max-width: 1000px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .contactArea {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 10;
  }
}
.contactArea__tit {
  color: #804200;
  background: #fff;
  font-size: clamp(0.875rem, 0.6871rem + 0.4691vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
}
@media screen and (max-width: 640px) {
  .contactArea__tit {
    font-size: clamp(1rem, 0.6462rem + 1.5094vw, 1.25rem);
    font-weight: 700;
    padding: 1.5% 0;
  }
}
@media screen and (max-width: 374px) {
  .contactArea__tit {
    font-size: 13px;
  }
}
.contactArea__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactArea__web {
  width: 50%;
}
.contactArea__web a {
  background: #E4005E;
  text-align: center;
  display: block;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .contactArea__web a:hover {
    background: #FF95C1;
  }
}
@media screen and (max-width: 640px) {
  .contactArea__web a {
    padding: 3% 0;
  }
}
.contactArea__web a img {
  max-width: 190px;
}
@media screen and (max-width: 640px) {
  .contactArea__web a img {
    max-width: 100%;
    width: 85%;
  }
}
.contactArea__tel {
  width: 50%;
}
.contactArea__tel a {
  background: #00B3EC;
  text-align: center;
  display: block;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .contactArea__tel a:hover {
    background: #93E0F8;
  }
}
@media screen and (max-width: 640px) {
  .contactArea__tel a {
    padding: 3% 0;
  }
}
.contactArea__tel a img {
  max-width: 190px;
}
@media screen and (max-width: 640px) {
  .contactArea__tel a img {
    max-width: 100%;
    width: 85%;
  }
}

.to-top-tab {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3019607843);
  position: fixed;
  bottom: 180px;
  right: 66px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .to-top-tab {
    bottom: 135px;
    right: 20px;
    z-index: 20;
  }
}
.to-top-tab a {
  background: #ef883d;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: block;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 640px) {
  .to-top-tab a {
    line-height: 55px;
    width: 50px;
    height: 50px;
  }
}

.to-top-tab.__active {
  opacity: 1;
  visibility: visible;
}

.side-bnr {
  top: 330px;
  right: -1px;
  z-index: 5;
}
.side-bnr__list-item {
  max-width: 130px;
}
.side-bnr__list-item:first-child {
  margin-bottom: 18px;
}