.ft-tk {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

body {
  min-width: auto;
}

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

.bg-wrap {
  background-color: #EE901C;
  background-image: url(../uploads/autumn-2025-west_bg.png);
  background-repeat: repeat-y;
  background-size: 90%;
  background-position: center top;
  max-width: 2400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bg-wrap {
    background-image: url(../uploads/autumn-2025-west_bg_sp.png);
    background-size: 100%;
  }
}

.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: #942D20;
  background: #BDEDDE;
  border: 3px solid #942D20;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a {
    border: 2px solid #942D20;
  }
}
.btn-wrap__web a::after {
  background-color: #E6FFF7;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a::after {
    background-color: #E6FFF7;
  }
}
.btn-wrap__web a span::before {
  background: url(../uploads/autumn-2025-west_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__tel a {
  color: #942D20;
  background: #FFFF9B;
  border: 3px solid #942D20;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a {
    border: 2px solid #942D20;
  }
}
.btn-wrap__tel a::after {
  background-color: #FFFFE6;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a::after {
    background-color: #FFFFE6;
  }
}
.btn-wrap__tel a span::before {
  background: url(../uploads/autumn-2025-west_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%;
  }
}

.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: #fff;
  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.5;
  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";
    line-height: 1.8;
    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: #E11373;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 12px 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 #E11373;
  border-top: none;
  padding: 24px 42px;
}
@media screen and (max-width: 640px) {
  .accordion-area__box {
    border: 2px solid #E11373;
    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;
}

main {
  background: #EE901C;
}

.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__confetti, .mv__area, .mv__deadline, .mv__tit, .mv__comment, .mv__btn {
  position: absolute;
  opacity: 0;
}
.mv__confetti {
  top: 12.25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 83.3%;
}
@media screen and (max-width: 640px) {
  .mv__confetti {
    top: 6%;
    width: 100%;
  }
}
.mv__confetti.active {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.mv__area {
  top: 5.75%;
  left: 24.7%;
  width: 24.3%;
}
@media screen and (max-width: 640px) {
  .mv__area {
    top: 0%;
    left: 22%;
    width: 56.5%;
  }
}
.mv__area.active {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv__deadline {
  top: 3.3%;
  right: 0.85%;
  width: 34.7%;
}
@media screen and (max-width: 640px) {
  .mv__deadline {
    top: 50%;
    right: 17%;
    width: 66%;
  }
}
.mv__deadline.active {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv__tit {
  top: 33%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 43.4%;
}
@media screen and (max-width: 640px) {
  .mv__tit {
    top: 15%;
    width: 79%;
  }
}
.mv__tit.active {
  -webkit-animation: zoomInCenter 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomInCenter 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv__comment {
  bottom: 16%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 17%;
}
@media screen and (max-width: 640px) {
  .mv__comment {
    bottom: 19%;
    width: 76.5%;
  }
}
.mv__comment.active {
  -webkit-animation: zoomInCenter 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomInCenter 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv__btn {
  bottom: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 26.8%;
}
@media screen and (max-width: 640px) {
  .mv__btn {
    bottom: 4%;
    width: 73%;
  }
}
.mv__btn.active {
  -webkit-animation: zoomInCenter 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomInCenter 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv__btn a {
  color: #fff;
  background: #6A3906;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: clamp(8px, 1.248vw, 22px);
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  border-radius: 40px;
  display: inline-block;
  max-width: 514px;
  width: 100%;
  padding: 3.5% 0;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(102, 57, 27, 0.3);
          box-shadow: 3px 3px 0px 0px rgba(102, 57, 27, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .mv__btn a:hover {
    -webkit-animation: contraction 2s ease-out;
            animation: contraction 2s ease-out;
  }
}
@media screen and (max-width: 640px) {
  .mv__btn a {
    font-size: clamp(18px, 4.8vw, 24px);
    line-height: 1.16;
    max-width: none;
    padding: 1.3% 0 2.8%;
    -webkit-box-shadow: 1px 3px 0px 0px rgba(102, 57, 27, 0.3);
            box-shadow: 1px 3px 0px 0px rgba(102, 57, 27, 0.3);
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomInCenter {
  0% {
    -webkit-transform: scale(0.8) translateX(-60%);
            transform: scale(0.8) translateX(-60%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@keyframes zoomInCenter {
  0% {
    -webkit-transform: scale(0.8) translateX(-60%);
            transform: scale(0.8) translateX(-60%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@-webkit-keyframes contraction {
  0%, 5%, 25%, 45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15%, 35% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes contraction {
  0%, 5%, 25%, 45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15%, 35% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.bg-sunlight {
  background: url(../uploads/autumn-2025-west_bg-sunlight.png) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 272px;
}
@media screen and (max-width: 640px) {
  .bg-sunlight {
    background: none;
    padding-bottom: 0;
  }
}

.top-area {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area {
    padding: 0;
    margin: 2% auto 0;
  }
}
.top-area::before {
  content: "";
  background: url(../uploads/autumn-2025-west_sumileage-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 184%;
  height: 250%;
}
@media screen and (max-width: 640px) {
  .top-area::before {
    content: none;
  }
}
.top-area .anchor-wrap__list {
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6% 0.6% 2.4%;
}
@media screen and (max-width: 640px) {
  .top-area .anchor-wrap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3% 3% 5%;
  }
}
.top-area .anchor-wrap__list__item {
  position: relative;
  width: 26%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 640px) {
  .top-area .anchor-wrap__list__item {
    width: 64%;
  }
}
.top-area .anchor-wrap__list__item a {
  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: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-area .anchor-wrap__list__item--house-cleaning::before {
  content: "";
  background: url(../uploads/autumn-2025-west_anchor-house-cleaning-comment.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 16%;
  right: -42%;
  width: 50%;
  height: 36%;
}
@media screen and (max-width: 640px) {
  .top-area .anchor-wrap__list__item--house-cleaning::before {
    top: 18%;
    right: -41%;
    width: 50%;
    height: 34%;
  }
}
.top-area .anchor-wrap__list__item--house-cleaning a {
  background: url(../uploads/autumn-2025-west_anchor-house-cleaning-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 13% 0;
}
@media (hover: hover) {
  .top-area .anchor-wrap__list__item--house-cleaning a:hover {
    background: url(../uploads/autumn-2025-west_anchor-house-cleaning-bg-hover.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
.top-area .anchor-wrap__list__item--house-cleaning img {
  width: 53.5%;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
}
.top-area .anchor-wrap__list__item--wet-area {
  margin-left: 10.6%;
}
@media screen and (max-width: 640px) {
  .top-area .anchor-wrap__list__item--wet-area {
    margin: -14% 0 0 auto;
  }
}
.top-area .anchor-wrap__list__item--wet-area::before {
  content: "";
  background: url(../uploads/autumn-2025-west_anchor-wet-area-comment.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3%;
  right: -58%;
  width: 63%;
  height: 60%;
}
@media screen and (max-width: 640px) {
  .top-area .anchor-wrap__list__item--wet-area::before {
    background: url(../uploads/autumn-2025-west_anchor-wet-area-comment_sp.png) no-repeat;
    background-size: contain;
    top: auto;
    bottom: -24%;
    left: -49%;
    width: 62%;
    height: 62%;
  }
}
.top-area .anchor-wrap__list__item--wet-area a {
  background: url(../uploads/autumn-2025-west_anchor-house-cleaning-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 14.75% 0;
}
@media (hover: hover) {
  .top-area .anchor-wrap__list__item--wet-area a:hover {
    background: url(../uploads/autumn-2025-west_anchor-wet-area-bg-hover.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
.top-area .anchor-wrap__list__item--wet-area img {
  width: 67.4%;
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
}
.top-area .anchor-wrap__list__item--tatami {
  margin-left: 12%;
}
@media screen and (max-width: 640px) {
  .top-area .anchor-wrap__list__item--tatami {
    margin: 4% 0 0 0;
  }
}
.top-area .anchor-wrap__list__item--tatami a {
  background: url(../uploads/autumn-2025-west_anchor-house-cleaning-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 17% 0;
}
@media (hover: hover) {
  .top-area .anchor-wrap__list__item--tatami a:hover {
    background: url(../uploads/autumn-2025-west_anchor-tatami-bg-hover.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
.top-area .anchor-wrap__list__item--tatami img {
  width: 68.75%;
}
.top-area__note {
  max-width: 600px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area__note {
    max-width: none;
    width: 80%;
    margin: 3% auto 0;
  }
}
.top-area__note .accordion-area__tit {
  color: #9E4C23;
  background: #FFF062;
  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__tit::before {
  border-top: 4px solid #9E4C23;
  border-right: 4px solid #9E4C23;
}
@media screen and (max-width: 640px) {
  .top-area__note .accordion-area__tit::before {
    border-top: 2px solid #9E4C23;
    border-right: 2px solid #9E4C23;
  }
}
.top-area__note .accordion-area__box {
  color: #9D141A;
  font-family: fot-tsukuardgothic-std, sans-serif;
  border: none;
  padding: 24px 12px 14px;
}
@media screen and (max-width: 640px) {
  .top-area__note .accordion-area__box {
    padding: 3% 2% 4%;
  }
}
.top-area__note .notes-area__txt {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  margin: 0 0 0 94px;
}
@media screen and (max-width: 640px) {
  .top-area__note .notes-area__txt {
    color: #9E4C23 !important;
    font-size: clamp(14px, 3.733vw, 20px) !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 {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .top-area__note .notes-area__note {
    color: #9D141A !important;
    font-size: clamp(12px, 3.2vw, 16px) !important;
    line-height: 1.2;
    text-align: center;
    margin-top: 2%;
  }
}
.top-area__sumileage {
  max-width: 1040px;
  padding: 0 20px;
  margin: -222px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area__sumileage {
    width: 80%;
    padding: 0;
    margin: 2% auto 0;
  }
}

.house-cleaning {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .house-cleaning {
    margin-top: 16%;
  }
}
.house-cleaning__tit {
  max-width: 470px;
  margin: 0 auto;
  -webkit-transform: translateX(2%);
          transform: translateX(2%);
}
@media screen and (max-width: 640px) {
  .house-cleaning__tit {
    max-width: none;
    width: 98%;
    margin: 6% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.house-cleaning__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 836px;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6% auto 0;
  }
}
.house-cleaning__flex + .house-cleaning__flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning__flex + .house-cleaning__flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 5% auto 0;
  }
}
.house-cleaning .price-btn {
  background: #9C141A;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 310px;
  width: 84%;
  padding: 2.6% 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .house-cleaning .price-btn:hover {
    background: #650207;
  }
}
@media screen and (max-width: 640px) {
  .house-cleaning .price-btn {
    bottom: 22.5%;
    max-width: none;
    width: 90%;
    padding: 3.5% 0 3%;
  }
}
.house-cleaning .price-btn img {
  max-width: 202px;
  width: 66%;
}
@media screen and (max-width: 640px) {
  .house-cleaning .price-btn img {
    max-width: none;
    width: 64.5%;
  }
}
.house-cleaning .price-pop {
  background: #fff;
  border: 3px solid #9C141A;
  border-radius: 12px;
  position: absolute;
  bottom: 156px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: 120%;
}
@media screen and (max-width: 640px) {
  .house-cleaning .price-pop {
    width: 114%;
    bottom: 40%;
  }
}
.house-cleaning .price-pop.active {
  display: block;
}
.house-cleaning .price-pop .close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  max-width: 30px;
}
@media screen and (max-width: 640px) {
  .house-cleaning .price-pop .close-btn {
    top: 8%;
    right: 5%;
    max-width: 24px;
  }
}
.house-cleaning__price01 {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price01 {
    width: 100%;
  }
}
.house-cleaning__price01 .price-btn {
  bottom: 23.5%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price01 .price-btn {
    bottom: 22.5%;
  }
}
.house-cleaning__price02 {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price02 {
    width: 100%;
    margin-top: 4%;
  }
}
.house-cleaning__price02 .price-btn {
  bottom: 25%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price02 .price-btn {
    bottom: 24%;
  }
}
.house-cleaning__price03 {
  width: 41%;
  margin-left: 2.5%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price03 {
    width: 100%;
    margin-left: 0;
  }
}
.house-cleaning__price04 {
  width: 41%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price04 {
    width: 100%;
    margin: 5% auto 0;
  }
}
.house-cleaning__price05 {
  max-width: 806px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price05 {
    max-width: none;
    margin: 5% auto 0;
  }
}
.house-cleaning__air-conditioner {
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner {
    margin-top: 8%;
  }
}
.house-cleaning__air-conditioner__tit {
  position: relative;
  background: #FFEF62;
  border-radius: 16px 16px 0 0;
  padding: 16px 64px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__tit {
    border-radius: 10px 10px 0 0;
    padding: 2%;
  }
}
.house-cleaning__air-conditioner__tit::before {
  content: "";
  background: url(../uploads/autumn-2025-west_air-conditioner-tit-gain.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  right: 30px;
  width: 340px;
  height: 144px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__tit::before {
    content: none;
  }
}
.house-cleaning__air-conditioner__tit img {
  max-width: 440px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__tit img {
    max-width: none;
    width: 84%;
    margin: 0 auto;
  }
}
.house-cleaning__air-conditioner__body {
  background: #FEF4E7;
  border-radius: 0 0 16px 16px;
  padding: 40px 96px 24px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__body {
    border-radius: 0 0 10px 10px;
    padding: 3% 2% 4%;
  }
}
.house-cleaning__air-conditioner__flex {
  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) {
  .house-cleaning__air-conditioner__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4%;
  }
}
.house-cleaning__air-conditioner__flex + .house-cleaning__air-conditioner__flex {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__flex + .house-cleaning__air-conditioner__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 4%;
  }
}
.house-cleaning__air-conditioner__price06 {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__price06 {
    width: 94%;
    margin: 0 auto;
  }
}
.house-cleaning__air-conditioner__price07 {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__price07 {
    width: 94%;
    margin: 4% auto 0;
  }
}
.house-cleaning__air-conditioner__price08 {
  width: 39%;
  margin-left: 5%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__price08 {
    width: 94%;
    margin: 4% auto 0;
  }
}
.house-cleaning__air-conditioner__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid #212121;
  border-radius: 40px;
  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: 39%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px 0;
  margin-top: 4%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__air-conditioner__note {
    font-size: clamp(12px, 3.2vw, 14px);
    width: 94%;
    padding: 1% 0;
    margin: 0 auto;
  }
}
.house-cleaning__duct {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct {
    margin-top: 8%;
  }
}
.house-cleaning__duct__tit {
  position: relative;
  background: #FFEF62;
  border-radius: 16px 16px 0 0;
  padding: 8px 20px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__tit {
    border-radius: 10px 10px 0 0;
    padding: 2%;
  }
}
.house-cleaning__duct__tit img {
  max-width: 503px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__tit img {
    max-width: none;
    width: 97%;
  }
}
.house-cleaning__duct__body {
  background: #FEF4E7;
  border-radius: 0 0 16px 16px;
  padding: 16px 122px 20px 140px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__body {
    border-radius: 0 0 10px 10px;
    padding: 3% 4%;
  }
}
.house-cleaning__duct__flex {
  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) {
  .house-cleaning__duct__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.house-cleaning__duct__price09 {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__price09 {
    width: 90%;
    margin-left: 2.2%;
  }
}
.house-cleaning__duct__price09 .price-btn {
  bottom: 38%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__price09 .price-btn {
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
  }
}
.house-cleaning__duct__price09 .price-btn img {
  width: 72%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__price09 .price-btn img {
    width: 64%;
  }
}
.house-cleaning__duct__price10 {
  position: relative;
  width: 43%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__price10 {
    width: 98%;
    margin: 8% 0 0 3%;
  }
}
.house-cleaning__duct__price10 .price-btn {
  bottom: 44%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__price10 .price-btn {
    bottom: 42%;
    width: 92%;
  }
}
.house-cleaning__duct__price10 .price-btn img {
  width: 72%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__duct__price10 .price-btn img {
    width: 63.5%;
  }
}
.house-cleaning .company-txt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .house-cleaning .company-txt {
    margin-top: 4%;
  }
}
.house-cleaning__note {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__note {
    margin-top: 2%;
  }
}

.wet-area {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .wet-area {
    margin-top: 16%;
  }
}
.wet-area__top-head {
  max-width: 800px;
  margin: 0 auto;
}
.wet-area__anchor-comment {
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area__anchor-comment {
    margin: 8% auto 0;
    -webkit-transform: scale(1.275);
            transform: scale(1.275);
  }
}
.wet-area .panel-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 730px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .panel-tab {
    margin: 6% auto 0;
  }
}
.wet-area .panel-tab__item {
  cursor: pointer;
  color: #9C141A;
  background: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  border: 3px solid #9C141A;
  border-radius: 10px;
  width: 32%;
  padding: 1% 0 1.3%;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(112, 112, 112, 0.3);
          box-shadow: 0px 4px 0px 0px rgba(112, 112, 112, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .wet-area .panel-tab__item {
    font-size: clamp(24px, 6.4vw, 26px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    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: 32.5%;
    padding: 2.5% 0 3.25%;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(112, 112, 112, 0.6);
            box-shadow: 3px 3px 0px 0px rgba(112, 112, 112, 0.6);
  }
}
.wet-area .panel-tab__item.is-click {
  color: #fff;
  background: #9C141A;
}
@media (hover: hover) {
  .wet-area .panel-tab__item:hover {
    color: #fff;
    background: #9C141A;
  }
}
.wet-area .panel-area {
  margin: 72px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .panel-area {
    margin: 6% auto 0;
  }
}
.wet-area .panel-area .js-tabPanel {
  display: none;
}
.wet-area .panel-area .js-tabPanel.is-click {
  display: block;
}
.wet-area .toilet__toilet-replace {
  background: #D3EAF7;
  border: 3px solid #9C141A;
  border-radius: 16px;
  padding: 20px 106px 42px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace {
    border: 2px solid #9C141A;
    border-radius: 10px;
    padding: 3% 2% 7%;
  }
}
.wet-area .toilet__toilet-replace__tit {
  max-width: 676px;
  margin: 0 auto;
  -webkit-transform: translateX(112px);
          transform: translateX(112px);
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__tit {
    width: 78%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .toilet__toilet-replace__price11 {
  max-width: 732px;
  margin: 36px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__price11 {
    width: 96%;
    margin: 4% auto 0;
  }
}
.wet-area .toilet__toilet-replace__price12 {
  max-width: 749px;
  margin: 96px 0 0 auto;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__price12 {
    width: 96%;
    margin: 8% auto 0;
  }
}
.wet-area .toilet__toilet-replace__what {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__what {
    width: 96%;
    margin: 6% auto 0;
  }
}
.wet-area .toilet__toilet-replace__what .accordion-area__tit {
  background: #E55513;
}
.wet-area .toilet__toilet-replace__what .accordion-area__box {
  border: 4px solid #E55513;
  padding: 24px 80px 20px 60px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__what .accordion-area__box {
    border: 2px solid #E55513;
    padding: 3% 2% 5%;
  }
}
.wet-area .toilet__toilet-replace__detail {
  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) {
  .wet-area .toilet__toilet-replace__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wet-area .toilet__toilet-replace__wall {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__wall {
    width: 100%;
  }
}
.wet-area .toilet__toilet-replace__merit {
  width: 43%;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__merit {
    width: 93%;
    margin: 4% auto 0;
  }
}
.wet-area .toilet__toilet-replace__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10% auto 0;
  }
}
.wet-area .toilet__toilet-replace__eco-carat {
  width: 43.5%;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__eco-carat {
    width: 96%;
    margin: 0 auto;
  }
}
.wet-area .toilet__toilet-replace__eco-carat-comment {
  max-width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__eco-carat-comment {
    max-width: none;
    width: 78%;
  }
}
.wet-area .toilet__toilet-replace__eco-carat-btn {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__eco-carat-btn {
    margin-top: 2.5%;
  }
}
.wet-area .toilet__toilet-replace__eco-carat-btn a {
  color: #fff;
  background: #0075BD;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #004697;
  border-radius: 40px;
  display: inline-block;
  max-width: 278px;
  width: 100%;
  padding: 5% 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .wet-area .toilet__toilet-replace__eco-carat-btn a:hover {
    background: #004697;
  }
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__eco-carat-btn a {
    font-size: clamp(18px, 4.8vw, 20px);
    max-width: none;
    padding: 4% 5%;
  }
}
.wet-area .toilet__toilet-replace__ar {
  width: 43.5%;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__ar {
    width: 96%;
    margin: 10% auto 0;
  }
}
.wet-area .toilet__toilet-replace__ar-comment {
  max-width: 257px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__ar-comment {
    max-width: none;
    width: 90%;
  }
}
.wet-area .toilet__toilet-replace__ar-btn {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__ar-btn {
    margin-top: 2.5%;
  }
}
.wet-area .toilet__toilet-replace__ar-btn a {
  color: #fff;
  background: #0075BD;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #004697;
  border-radius: 40px;
  display: inline-block;
  max-width: 278px;
  width: 100%;
  padding: 5% 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .wet-area .toilet__toilet-replace__ar-btn a:hover {
    background: #004697;
  }
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__ar-btn a {
    font-size: clamp(18px, 4.8vw, 20px);
    max-width: none;
    padding: 4% 5%;
  }
}
.wet-area .toilet__toilet-replace__ar-note {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__ar-note {
    font-size: clamp(12px, 3.2vw, 14px);
    line-height: 1.2;
    margin-top: 4%;
  }
}
.wet-area .toilet__toilet-replace__price13 {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__toilet-replace__price13 {
    width: 96%;
    margin: 10% auto 0;
  }
}
.wet-area .toilet__faucet {
  background: #D3EAF7;
  border: 3px solid #9C141A;
  border-radius: 16px;
  padding: 24px;
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__faucet {
    border: 2px solid #9C141A;
    border-radius: 10px;
    padding: 3% 2% 7%;
    margin-top: 4%;
  }
}
.wet-area .toilet__faucet__tit {
  max-width: 410px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__faucet__tit {
    max-width: none;
    width: 88%;
  }
}
.wet-area .toilet__faucet__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__faucet__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5% auto 0;
  }
}
.wet-area .toilet__faucet__price-w1 {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__faucet__price-w1 {
    width: 100%;
  }
}
.wet-area .toilet__faucet__price-w2 {
  width: 46.5%;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__faucet__price-w2 {
    width: 100%;
    margin-top: 10%;
  }
}
.wet-area .toilet .company-txt {
  margin-top: 88px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet .company-txt {
    margin-top: 4%;
  }
}
.wet-area .toilet__note {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .wet-area .toilet__note {
    margin-top: 2%;
  }
}
.wet-area .bath__wrap {
  background: #D3EAF7;
  border: 3px solid #9C141A;
  border-radius: 16px;
  padding: 20px 124px 44px;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__wrap {
    border: 2px solid #9C141A;
    border-radius: 10px;
    padding: 3% 3% 6%;
  }
}
.wet-area .bath__replace__tit {
  max-width: 644px;
  margin: 0 auto;
  -webkit-transform: translateX(130px);
          transform: translateX(130px);
}
@media screen and (max-width: 640px) {
  .wet-area .bath__replace__tit {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .bath__replace__price14 {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__replace__price14 {
    margin-top: 2%;
  }
}
.wet-area .bath__replace__btn-comment {
  max-width: 240px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__replace__btn-comment {
    max-width: none;
    width: 76%;
    margin: 4% auto 0;
  }
}
.wet-area .bath__replace__btn {
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__replace__btn {
    margin-top: 2%;
  }
}
.wet-area .bath__replace__btn a {
  position: relative;
  color: #fff;
  background: #2B9FA2;
  font-size: 22px;
  font-weight: 700;
  border-radius: 40px;
  display: inline-block;
  max-width: 304px;
  width: 100%;
  padding: 12px 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .wet-area .bath__replace__btn a:hover {
    background: #047477;
  }
}
@media screen and (max-width: 640px) {
  .wet-area .bath__replace__btn a {
    font-size: clamp(20px, 5.333vw, 22px);
    max-width: none;
    width: 96%;
    padding: 4% 0;
    margin: 0 auto;
  }
}
.wet-area .bath__replace__btn a::before {
  content: "";
  background: url(../uploads/autumn-2025-west_bath-replace-btn-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -6px;
  right: 16px;
  width: 32px;
  height: 42px;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__replace__btn a::before {
    top: -12%;
    right: 4%;
    width: 11%;
    height: 86%;
  }
}
.wet-area .bath__faucet {
  margin-top: 58px;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__faucet {
    margin-top: 12%;
  }
}
.wet-area .bath__faucet__tit {
  max-width: 644px;
  margin: 0 auto;
  -webkit-transform: translateX(132px);
          transform: translateX(132px);
}
@media screen and (max-width: 640px) {
  .wet-area .bath__faucet__tit {
    width: 95%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .bath__faucet__price15 {
  max-width: 724px;
  margin: 32px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__faucet__price15 {
    margin: 2% auto 0;
  }
}
.wet-area .bath__faucet__priceW3 {
  max-width: 722px;
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__faucet__priceW3 {
    margin: 12% auto 0;
  }
}
.wet-area .bath .company-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .wet-area .bath .company-txt {
    margin-top: 4%;
  }
}
.wet-area .bath__note {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .wet-area .bath__note {
    margin-top: 2%;
  }
}
.wet-area .kitchen__wrap {
  background: #FFF5AD;
  border: 3px solid #9C141A;
  border-radius: 16px;
  padding: 40px 48px 44px;
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__wrap {
    border: 2px solid #9C141A;
    border-radius: 10px;
    padding: 4% 3%;
  }
}
.wet-area .kitchen__priceSet {
  max-width: 746px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__gas-stove {
    margin-top: 4%;
  }
}
.wet-area .kitchen__gas-stove__tit {
  max-width: 834px;
  margin: 0 auto;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__gas-stove__tit {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .kitchen__gas-stove__price16 {
  max-width: 792px;
  margin: -92px auto 0;
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__gas-stove__price16 {
    margin: 2% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .kitchen__range-hood {
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__range-hood {
    margin-top: 16%;
  }
}
.wet-area .kitchen__range-hood__tit {
  max-width: 772px;
  margin: 0 auto;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__range-hood__tit {
    width: 90%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .kitchen__range-hood__price17 {
  max-width: 651px;
  margin: 16px auto 0;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__range-hood__price17 {
    margin: -4% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .kitchen__range-hood__price18 {
  max-width: 628px;
  margin: 40px auto 0;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__range-hood__price18 {
    max-width: none;
    margin: 18% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .kitchen__faucet {
  margin-top: 82px;
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__faucet {
    margin-top: 16%;
  }
}
.wet-area .kitchen__faucet__tit {
  max-width: 666px;
  margin: 0 auto;
  -webkit-transform: translateX(124px);
          transform: translateX(124px);
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__faucet__tit {
    width: 91%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .kitchen__faucet__price19 {
  max-width: 658px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__faucet__price19 {
    margin: 2% auto 0;
  }
}
.wet-area .kitchen__faucet__priceW4 {
  max-width: 679px;
  margin: 64px auto 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__faucet__priceW4 {
    margin: 12% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .kitchen__faucet__priceW5 {
  max-width: 679px;
  margin: 64px auto 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__faucet__priceW5 {
    margin: 6% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wet-area .kitchen .company-txt {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen .company-txt {
    margin-top: 4%;
  }
}
.wet-area .kitchen__note {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .wet-area .kitchen__note {
    margin-top: 2%;
  }
}

.tatami {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .tatami {
    margin-top: 12%;
  }
}
.tatami__wrap {
  background: #F8EAEA;
  border: 3px solid #9C141A;
  border-radius: 16px;
  padding: 20px 136px 36px;
}
@media screen and (max-width: 640px) {
  .tatami__wrap {
    border: 2px solid #9C141A;
    border-radius: 10px;
    padding: 4% 3% 8%;
  }
}
.tatami__replace__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .tatami__replace__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-top: 6%;
  }
}
.tatami__replace__priceW6 {
  width: 47.75%;
}
@media screen and (max-width: 640px) {
  .tatami__replace__priceW6 {
    width: 98%;
    margin: 0 auto;
  }
}
.tatami__replace__priceW7 {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .tatami__replace__priceW7 {
    width: 98%;
    margin: 12% auto 0;
  }
}
.tatami__replace__choice {
  max-width: 528px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .tatami__replace__choice {
    max-width: none;
    margin: 7% auto 0;
  }
}
.tatami__screen-door {
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door {
    margin-top: 16%;
  }
}
.tatami__screen-door__tit {
  max-width: 414px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door__tit {
    max-width: none;
    width: 93%;
  }
}
.tatami__screen-door__about-costs {
  max-width: 617px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door__about-costs {
    max-width: none;
    margin: 4% auto 0;
  }
}
.tatami__screen-door__head {
  color: #9C141A;
  background: #fff;
  font-size: 28px;
  font-weight: 700;
  border: 2px solid #9C141A;
  border-radius: 40px;
  display: inline-block;
  max-width: 142px;
  width: 100%;
  padding: 5px 0 7px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door__head {
    font-size: clamp(25px, 6.666vw, 28px);
    max-width: none;
    width: 45%;
    padding: 2% 0;
    margin-top: 6%;
  }
}
.tatami__screen-door__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 94%;
    margin: 4% auto 0;
  }
}
.tatami__screen-door__flex--01 {
  max-width: 685px;
}
.tatami__screen-door__flex--02 {
  max-width: 654px;
}
.tatami__screen-door__priceW8 {
  width: 43.5%;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door__priceW8 {
    width: 100%;
  }
}
.tatami__screen-door__priceW9 {
  width: 44.5%;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door__priceW9 {
    width: 100%;
    margin-top: 8%;
  }
}
.tatami__screen-door__priceW10 {
  width: 44.5%;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door__priceW10 {
    width: 100%;
  }
}
.tatami__screen-door__priceW11 {
  width: 41.75%;
}
@media screen and (max-width: 640px) {
  .tatami__screen-door__priceW11 {
    width: 100%;
    margin-top: 8%;
  }
}
.tatami .company-txt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .tatami .company-txt {
    margin-top: 4%;
  }
}
.tatami__note {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .tatami__note {
    margin-top: 2%;
  }
}

.check {
  margin-top: 82px;
}
@media screen and (max-width: 640px) {
  .check {
    background: #FFF7E0;
    margin-top: 14%;
  }
}
.check__wrap {
  position: relative;
  background: #FFF7E0;
  padding: 42px 100px 30px;
}
@media screen and (max-width: 640px) {
  .check__wrap {
    padding: 12% 0% 8%;
  }
}
.check__tit {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 278px;
}
@media screen and (max-width: 640px) {
  .check__tit {
    top: -4%;
    max-width: none;
    width: 77%;
  }
}
.check__flex {
  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) {
  .check__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.check__led {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .check__led {
    width: 100%;
  }
}
.check__led__tit {
  max-width: 339px;
}
@media screen and (max-width: 640px) {
  .check__led__tit {
    max-width: none;
  }
}
.check__led__txt {
  color: #9C141A;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 21px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
  text-align: left;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .check__led__txt {
    font-size: clamp(18px, 4.8vw, 21px);
    text-align: center;
    margin-top: 0;
  }
}
.check__consultation {
  width: 44.75%;
}
@media screen and (max-width: 640px) {
  .check__consultation {
    width: 100%;
    margin-top: 6%;
  }
}
.check__consultation__tit {
  max-width: 339px;
}
@media screen and (max-width: 640px) {
  .check__consultation__tit {
    max-width: none;
  }
}
.check__consultation__list {
  text-align: left;
  padding-left: 42px;
}
@media screen and (max-width: 640px) {
  .check__consultation__list {
    padding-left: 12%;
  }
}
.check__consultation__list li {
  color: #9C141A;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 21px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .check__consultation__list li {
    font-size: clamp(18px, 4.8vw, 21px);
    text-indent: -1em;
    padding-left: 1em;
  }
}
.check__consultation__list li:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .check__consultation__list li:not(:first-child) {
    margin-top: 2%;
  }
}

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

.info-area.east {
  color: #fff;
  background: #942D20;
  padding: 48px 0 52px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .info-area.east {
    padding: 6% 4%;
    margin-top: 8%;
  }
}
.info-area.east .info-area__info-tit {
  font-weight: 500;
}
.info-area.east .info-list {
  margin-top: 0;
}
.info-area.east .info-area__info-link {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .info-area.east .info-area__info-link {
    margin-top: 6%;
  }
}
.info-area.east .info-area__info-link a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 12px 24px;
}
@media screen and (max-width: 640px) {
  .info-area.east .info-area__info-link a {
    padding: 2% 4%;
  }
}

.info .container .area-scroll-top {
  display: none;
}

.info .container .area-scroll-top.__active {
  display: none;
}

.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: 272px;
  right: -1px;
}
.side-bnr__list-item {
  max-width: 130px;
}
.side-bnr__list-item:first-child {
  margin-bottom: 18px;
}

.bottom-bnr__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-bnr__list-item {
  width: 49.5%;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}