@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap");
.ft {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

body {
  min-width: auto;
}

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

.bg-wrap {
  max-width: 2400px;
  margin: 0 auto;
}

.inner {
  max-width: 1040px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 88%;
    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: 80%;
    margin: 4% 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: 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: 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: 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: #E51373;
  border: 3px solid #C31373;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a {
    border: 2px solid #C31373;
  }
}
.btn-wrap__web a::after {
  background-color: #FFE3EC;
}
@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: #C31373;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web:hover a {
    color: #fff;
  }
}
.btn-wrap__web:hover a span::before {
  background: url(../uploads/summer-2025-west_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: #00469B;
  border: 3px solid #002A9B;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a {
    border: 2px solid #002A9B;
  }
}
.btn-wrap__tel a::after {
  background-color: #D5E8FF;
}
@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: #002A9B;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel:hover a {
    color: #fff;
  }
}
.btn-wrap__tel:hover a span::before {
  background: url(../uploads/summer-2025-west_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;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .notes-area__txt {
    color: #595857;
    font-size: clamp(12px, 3.2vw, 16px) !important;
    text-align: justify;
    line-height: 1.6 !important;
    width: 100%;
    margin: 4% auto 0;
  }
}
.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 {
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .head-txt {
    max-width: none;
    width: 72%;
  }
}

.contact-area {
  padding: 44px 36px;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .contact-area {
    position: relative;
    padding: 8% 0%;
    margin-top: 6%;
    z-index: 1;
  }
}

.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: #E51373;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding: 20px 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.73vw, 20px);
    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 #E51373;
  border-top: none;
  padding: 24px 42px;
}
@media screen and (max-width: 640px) {
  .accordion-area__box {
    border: 2px solid #E51373;
    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__seascape01, .mv__seascape02 {
  position: absolute;
  opacity: 0;
}
.mv__seascape01 {
  top: 4.8%;
  left: 12.2%;
  width: 35.313%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .mv__seascape01 {
    top: 2%;
    left: -17%;
    width: 64%;
  }
}
.mv__seascape01.active {
  -webkit-animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv__seascape02 {
  top: 3.5%;
  right: 12.7%;
  width: 41.146%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .mv__seascape02 {
    top: -3%;
    right: -8.2%;
    width: 66.7%;
  }
}
.mv__seascape02.active {
  -webkit-animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv__area, .mv__deadline, .mv__tit, .mv__btn, .mv__note, .mv__detail {
  position: absolute;
  opacity: 0;
}
.mv__area {
  top: 14.1%;
  left: 24.7%;
  width: 24.271%;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .mv__area {
    top: 8.5%;
    left: 10%;
    width: 37.6%;
  }
}
.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: 5.5%;
  right: 2.92%;
  width: 32.4%;
  z-index: 3;
}
.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: 27.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42.6045%;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .mv__tit {
    top: 19.4%;
    width: 83.5%;
  }
}
.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__btn {
  background: #fff;
  border-radius: 60px;
  top: 63%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27.7%;
  -webkit-box-shadow: 2px 4px 0px 0px rgb(16, 164, 231);
          box-shadow: 2px 4px 0px 0px rgb(16, 164, 231);
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .mv__btn {
    top: 63.2%;
    width: 74.7%;
  }
}
.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.active02 {
  -webkit-animation: bounce 2s ease-out forwards;
          animation: bounce 2s ease-out forwards;
}
.mv__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mv__btn a {
  border-radius: 60px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .mv__btn a:hover {
    opacity: 1;
  }
}
.mv__note {
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16.7%;
}
@media screen and (max-width: 640px) {
  .mv__note {
    top: 56.4%;
    bottom: auto;
    width: 74.7%;
  }
}
.mv__note.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__note.active02 {
  -webkit-animation: bounce 2s ease-out forwards;
          animation: bounce 2s ease-out forwards;
}
.mv__detail {
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .mv__detail {
    bottom: -0.5%;
    width: 81.5%;
  }
}
.mv__detail.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;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popupCenter {
  0% {
    -webkit-transform: translate(-50%, 40px) scale(0.8);
            transform: translate(-50%, 40px) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
}
@keyframes popupCenter {
  0% {
    -webkit-transform: translate(-50%, 40px) scale(0.8);
            transform: translate(-50%, 40px) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95) translateX(-52.5%);
            transform: scale(0.95) translateX(-52.5%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.95) translateX(-52.5%);
            transform: scale(0.95) translateX(-52.5%);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95) translateX(-52.5%);
            transform: scale(0.95) translateX(-52.5%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.95) translateX(-52.5%);
            transform: scale(0.95) translateX(-52.5%);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}
.top-area {
  max-width: 840px;
  padding: 12px 36px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .top-area {
    position: relative;
    background: transparent;
    padding: 3% 0%;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .top-area::after {
    content: none;
  }
}
.top-area__sumileage {
  max-width: 1040px;
  padding: 0 20px;
  margin: 52px auto 0;
}
@media screen and (max-width: 640px) {
  .top-area__sumileage {
    width: 82%;
    padding: 0;
    margin: 2% auto 0;
  }
}
@media screen and (max-width: 640px) {
  .top-area__sumileage img {
    margin: 0 auto;
  }
}
.top-area .btn-wrap {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .top-area .btn-wrap {
    margin-top: 8%;
  }
}

.top-wrap {
  background: #3ABDE8;
  padding: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .top-wrap {
    padding: 0 0 1%;
  }
}

.anchor-wrap {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  max-width: 1040px;
  padding: 0 20px;
  margin: 56px auto 0;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .anchor-wrap {
    padding: 0;
    margin: 8% auto 0;
  }
}
.anchor-wrap__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px 12px;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__list {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 82%;
    margin: 3% auto 0;
  }
}
.anchor-wrap__list__item {
  background: #fff;
  border-radius: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.anchor-wrap__list__item a {
  border-radius: 60px;
  display: inline-block;
  -webkit-box-shadow: 1px 3px 0px 0px rgb(48, 140, 180);
          box-shadow: 1px 3px 0px 0px rgb(48, 140, 180);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__list__item a {
    -webkit-box-shadow: 1px 3px 0px 0px rgb(48, 140, 180);
            box-shadow: 1px 3px 0px 0px rgb(48, 140, 180);
  }
}
.anchor-wrap__list__item a:hover {
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__list__item a:hover {
    opacity: 1;
    -webkit-box-shadow: 1px 3px 0px 0px rgb(48, 140, 180);
            box-shadow: 1px 3px 0px 0px rgb(48, 140, 180);
  }
}

.wave-wrap01 {
  position: relative;
  background: #3ABDE8;
  padding: 66px 0 240px;
}
@media screen and (max-width: 640px) {
  .wave-wrap01 {
    padding: 6% 0 16%;
  }
}
.wave-wrap01::after {
  pointer-events: none;
  content: "";
  background: url(../uploads/summer-2025-west_wave01.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .wave-wrap01::after {
    background: url(../uploads/summer-2025-west_wave01_sp.svg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

.wave-wrap02 {
  position: relative;
  background: #ABE0F5;
  padding: 128px 0 328px;
}
@media screen and (max-width: 640px) {
  .wave-wrap02 {
    padding: 0 0 24%;
  }
}
.wave-wrap02::after {
  pointer-events: none;
  content: "";
  background: url(../uploads/summer-2025-west_wave02.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .wave-wrap02::after {
    background: url(../uploads/summer-2025-west_wave02_sp.svg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

.wave-wrap03 {
  position: relative;
  background: #84CFF3;
  padding: 0 0 200px;
}
@media screen and (max-width: 640px) {
  .wave-wrap03 {
    padding: 0 0 24%;
  }
}
.wave-wrap03::after {
  pointer-events: none;
  content: "";
  background: url(../uploads/summer-2025-west_wave03.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .wave-wrap03::after {
    background: url(../uploads/summer-2025-west_wave03_sp.svg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

.wave-wrap04 {
  position: relative;
  background: #BEE5F8;
  padding: 0 0 120px;
}
@media screen and (max-width: 640px) {
  .wave-wrap04 {
    padding: 0 0 22%;
  }
}
.wave-wrap04::after {
  pointer-events: none;
  content: "";
  background: url(../uploads/summer-2025-west_wave04.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .wave-wrap04::after {
    background: url(../uploads/summer-2025-west_wave04_sp.svg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

.wave-wrap05 {
  position: relative;
  background: #84CFF3;
  padding: 0 0 120px;
}
@media screen and (max-width: 640px) {
  .wave-wrap05 {
    padding: 0 0 22%;
  }
}
.wave-wrap05::after {
  pointer-events: none;
  content: "";
  background: url(../uploads/summer-2025-west_wave05.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .wave-wrap05::after {
    background: url(../uploads/summer-2025-west_wave05_sp.svg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

.wave-wrap06 {
  background: #BEE5F8;
  padding: 0 0 48px;
}
@media screen and (max-width: 640px) {
  .wave-wrap06 {
    padding: 0;
  }
}

.top-photo {
  max-width: 1298px;
  margin: 0 auto;
  -webkit-transform: translateX(-172px);
          transform: translateX(-172px);
}
@media screen and (max-width: 640px) {
  .top-photo {
    width: 98%;
    -webkit-transform: translateX(-1.5%);
            transform: translateX(-1.5%);
  }
}

.air-conditioning {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: -2px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning {
    width: 80%;
    padding: 0;
  }
}
.air-conditioning__head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -310px);
          transform: translate(-50%, -310px);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .air-conditioning__head {
    position: static;
    -webkit-transform: scale(1.14) translate(1%, -16%);
            transform: scale(1.14) translate(1%, -16%);
  }
}
.air-conditioning__tit {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .air-conditioning__tit {
    max-width: none;
    width: 94%;
    margin: -15% auto 0;
  }
}
.air-conditioning__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 640px) {
  .air-conditioning__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.air-conditioning__wrap--01 {
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .air-conditioning__wrap--01 {
    width: 95%;
    margin: 3% auto 0;
  }
}
.air-conditioning__wrap--02 {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .air-conditioning__wrap--02 {
    width: 97%;
    margin: 5% auto 0;
  }
}
.air-conditioning__wrap--03 {
  margin-top: 58px;
}
@media screen and (max-width: 640px) {
  .air-conditioning__wrap--03 {
    width: 98%;
    margin: 4% auto 0;
  }
}
.air-conditioning__btn {
  text-align: center;
  margin-top: 68px;
}
@media screen and (max-width: 640px) {
  .air-conditioning__btn {
    margin-top: 9%;
  }
}
.air-conditioning__btn a {
  position: relative;
  color: #00469b;
  background: #FFEA00;
  font-size: 24px;
  font-weight: 700;
  border: 3px solid #00469B;
  border-radius: 60px;
  display: inline-block;
  max-width: 494px;
  width: 100%;
  padding: 16px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .air-conditioning__btn a {
    font-size: clamp(15px, 4vw, 22px);
    line-height: 1.1;
    max-width: none;
    width: 84%;
    padding: 3% 0;
  }
}
.air-conditioning__btn a::before {
  content: "";
  background: url(../uploads/summer-2025-west_air-conditioning_check-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 74px;
  height: 35px;
}
@media screen and (max-width: 640px) {
  .air-conditioning__btn a::before {
    left: 8%;
    width: 23%;
    height: 51%;
  }
}
.air-conditioning__btn a:hover {
  color: #FFEA00;
  background: #00469B;
}
@media screen and (max-width: 640px) {
  .air-conditioning__btn a:hover {
    color: #00469b;
    background: #FFEA00;
  }
}
.air-conditioning__btn a span {
  display: inline-block;
  -webkit-transform: translateX(36px);
          transform: translateX(36px);
}
@media screen and (max-width: 640px) {
  .air-conditioning__btn a span {
    text-align: left;
    -webkit-transform: translateX(22%);
            transform: translateX(22%);
  }
}
.air-conditioning__price03 {
  max-width: 558px;
  margin: 54px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning__price03 {
    max-width: none;
    margin: 6% auto 0;
  }
}
.air-conditioning__price-note {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 60px;
  max-width: 600px;
  width: 100%;
  padding: 8px 0px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning__price-note {
    font-size: clamp(12px, 3.2vw, 14px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.25;
    border: 1px solid #000;
    max-width: none;
    padding: 2% 0;
    margin: 5% auto 0;
  }
}
.air-conditioning__plus {
  max-width: 530px;
  margin: 56px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning__plus {
    max-width: none;
    margin: 8% auto 0;
  }
}
.air-conditioning__kitchen-tit {
  max-width: 532px;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning__kitchen-tit {
    max-width: none;
    width: 97%;
    margin: 2% auto 0;
  }
}
.air-conditioning__bath-tit {
  max-width: 488px;
  margin: 72px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning__bath-tit {
    max-width: none;
    width: 90%;
    margin: 12% auto 0;
  }
}
.air-conditioning .company-txt {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .air-conditioning .company-txt {
    margin: 10% auto 0;
  }
}
.air-conditioning__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .air-conditioning__note {
    margin: 2% auto 0;
  }
}
.air-conditioning__note .notes-area__txt {
  margin-top: 0;
}
.air-conditioning + .contact-area {
  max-width: 840px;
  padding: 36px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning + .contact-area {
    padding: 4%;
    margin-top: 0;
  }
}

.air-conditioning-replacement {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: -2px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning-replacement {
    width: 80%;
    padding: 0;
  }
}
.air-conditioning-replacement__tit {
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 506px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .air-conditioning-replacement__tit {
    position: static;
    -webkit-transform: translate(0, -56%);
            transform: translate(0, -56%);
    max-width: none;
    width: 92%;
  }
}
.air-conditioning-replacement__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
}
@media screen and (max-width: 640px) {
  .air-conditioning-replacement__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    margin-top: -12%;
  }
}
.air-conditioning-replacement .company-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .air-conditioning-replacement .company-txt {
    margin: 10% auto 0;
  }
}
.air-conditioning-replacement__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .air-conditioning-replacement__note {
    margin: 2% auto 0;
  }
}
.air-conditioning-replacement__note .notes-area__txt {
  margin-top: 0;
}
.air-conditioning-replacement + .contact-area {
  max-width: 840px;
  padding: 36px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .air-conditioning-replacement + .contact-area {
    padding: 4%;
    margin: 4% auto 0;
  }
}

.wet-area__tit {
  max-width: 670px;
  margin: 0 auto;
  -webkit-transform: translateY(-84px);
          transform: translateY(-84px);
}
@media screen and (max-width: 640px) {
  .wet-area__tit {
    width: 100%;
    -webkit-transform: translate(0, -36%);
            transform: translate(0, -36%);
  }
}

.toilet {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 12px auto 0;
}
@media screen and (max-width: 640px) {
  .toilet {
    width: 80%;
    padding: 0;
    margin: -14% auto 0;
  }
}
.toilet__tit {
  max-width: 878px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .toilet__tit {
    -webkit-transform: scale(1.12) translateX(5.5%);
            transform: scale(1.12) translateX(5.5%);
  }
}
.toilet__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  max-width: 792px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .toilet__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 97%;
    margin: 4% auto 0;
  }
}
.toilet__feature {
  max-width: 758px;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .toilet__feature {
    margin: 7% auto 0;
  }
}
.toilet__eco {
  max-width: 600px;
  margin: 56px auto 0;
}
@media screen and (max-width: 640px) {
  .toilet__eco {
    max-width: none;
    margin: 9% auto 0;
  }
}
.toilet__price12 {
  max-width: 778px;
  margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
  .toilet__price12 {
    margin: 7% auto 0;
  }
}
.toilet .company-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .toilet .company-txt {
    margin: 4% auto 0;
  }
}
.toilet__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .toilet__note {
    margin: 2% auto 0;
  }
}
.toilet__note .notes-area__txt {
  margin-top: 0;
}
.toilet + .contact-area {
  max-width: 840px;
  padding: 36px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .toilet + .contact-area {
    padding: 4%;
    margin-top: 0;
  }
}

.bath-ventilation-heater {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 70px auto 0;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater {
    width: 80%;
    padding: 0;
    margin: 5% auto 0;
  }
}
.bath-ventilation-heater__tit {
  max-width: 862px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater__tit {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.bath-ventilation-heater__price13 {
  max-width: 822px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater__price13 {
    width: 97%;
    margin: 8% auto 0;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
}
.bath-ventilation-heater__price14 {
  max-width: 846px;
  margin: 36px auto 0;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater__price14 {
    width: 93%;
    margin: 8% auto 0;
    -webkit-transform: translateX(-4%);
            transform: translateX(-4%);
  }
}
.bath-ventilation-heater__txt {
  color: #00469b;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater__txt {
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.28;
    margin-top: 10%;
  }
}
.bath-ventilation-heater__btn {
  text-align: center;
}
.bath-ventilation-heater__btn a {
  color: #fff;
  background: #E74893;
  font-size: 21px;
  font-weight: 500;
  border: 3px solid #00469B;
  border-radius: 60px;
  display: inline-block;
  max-width: 424px;
  width: 100%;
  padding: 11px 0 14px;
  margin: 22px auto 0;
  -webkit-box-shadow: 2px 4px 0px 0px rgb(161, 159, 159);
          box-shadow: 2px 4px 0px 0px rgb(161, 159, 159);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater__btn a {
    font-size: clamp(16px, 4.26vw, 21px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    max-width: none;
    padding: 4% 0;
    margin: 8% auto 0;
    -webkit-box-shadow: 1px 3px 0px 0px rgb(161, 159, 159);
            box-shadow: 1px 3px 0px 0px rgb(161, 159, 159);
  }
}
.bath-ventilation-heater__btn a:hover {
  background: #00469B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater__btn a:hover {
    background: #E74893;
  }
}
.bath-ventilation-heater .company-txt {
  margin-top: 84px;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater .company-txt {
    margin: 8% auto 0;
  }
}
.bath-ventilation-heater__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater__note {
    margin: 2% auto 0;
  }
}
.bath-ventilation-heater__note .notes-area__txt {
  margin-top: 0;
}
.bath-ventilation-heater + .contact-area {
  max-width: 840px;
  padding: 36px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .bath-ventilation-heater + .contact-area {
    padding: 4%;
    margin-top: 0;
  }
}

.bath {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 88px auto 0;
}
@media screen and (max-width: 640px) {
  .bath {
    width: 80%;
    padding: 0;
    margin: 8% auto 0;
  }
}
.bath__tit {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bath__tit {
    width: 86%;
  }
}
.bath__price15 {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
  -webkit-transform: translateX(36px);
          transform: translateX(36px);
}
@media screen and (max-width: 640px) {
  .bath__price15 {
    width: 100%;
    margin-top: 4%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bath__price15-wrap {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 36px;
  max-width: 304px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .bath__price15-wrap {
    position: static;
    max-width: none;
    width: 89%;
    margin: 3% auto 0;
  }
}
.bath__price15-head {
  max-width: 236px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bath__price15-head {
    max-width: none;
    width: 79%;
  }
}
.bath__price15-btn a {
  position: relative;
  color: #fff;
  background: #3FA0DA;
  font-size: 22px;
  font-weight: 700;
  border-radius: 60px;
  display: inline-block;
  max-width: 304px;
  width: 100%;
  padding: 11px 0 15px;
  margin-top: 4px;
  -webkit-box-shadow: 2px 2px 0px 0px rgb(161, 159, 159);
          box-shadow: 2px 2px 0px 0px rgb(161, 159, 159);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .bath__price15-btn a {
    font-size: clamp(20px, 5.33vw, 22px);
    max-width: none;
    padding: 4% 0;
    margin-top: 2%;
  }
}
.bath__price15-btn a::before {
  content: "";
  background: url(../uploads/summer-2025-west_bath_price15-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -6px;
  right: 16px;
  width: 34px;
  height: 42px;
}
@media screen and (max-width: 640px) {
  .bath__price15-btn a::before {
    top: -22%;
    right: 4%;
    width: 11%;
    height: 86%;
  }
}
.bath__price15-btn a:hover {
  background: #00469B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 640px) {
  .bath__price15-btn a:hover {
    background: #3FA0DA;
  }
}
.bath .company-txt {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .bath .company-txt {
    margin: 8% auto 0;
  }
}
.bath__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .bath__note {
    margin: 2% auto 0;
  }
}
.bath__note .notes-area__txt {
  margin-top: 0;
}
.bath + .contact-area {
  max-width: 840px;
  padding: 36px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .bath + .contact-area {
    padding: 4%;
    margin-top: 0;
  }
}

.house-cleaning {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: -2px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning {
    width: 80%;
    padding: 0;
  }
}
.house-cleaning__tit {
  max-width: 524px;
  margin: 0 auto;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
@media screen and (max-width: 640px) {
  .house-cleaning__tit {
    max-width: none;
    width: 96%;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
}
.house-cleaning__price16 {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price16 {
    max-width: none;
    margin: 3% auto 0;
  }
}
.house-cleaning__price17 {
  max-width: 500px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price17 {
    max-width: none;
    margin: 5% auto 0;
  }
}
.house-cleaning__price18 {
  max-width: 500px;
  margin: 14px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price18 {
    max-width: none;
    margin: 4% auto 0;
  }
}
.house-cleaning__price19 {
  max-width: 500px;
  margin: 18px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price19 {
    max-width: none;
    margin: 5% auto 0;
  }
}
.house-cleaning__price20 {
  max-width: 500px;
  margin: 18px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price20 {
    max-width: none;
    margin: 5% auto 0;
  }
}
.house-cleaning .company-txt {
  margin-top: 42px;
}
@media screen and (max-width: 640px) {
  .house-cleaning .company-txt {
    margin: 6% auto 0;
  }
}
.house-cleaning__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__note {
    margin: 2% auto 0;
  }
}
.house-cleaning__note .notes-area__txt {
  margin-top: 0;
}
.house-cleaning + .contact-area {
  max-width: 840px;
  padding: 36px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning + .contact-area {
    padding: 4%;
    margin-top: 0;
  }
}

.interior-window {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .interior-window {
    width: 80%;
    padding: 0;
    margin: 4% auto 0;
  }
}
.interior-window__wrap {
  background: #fff;
  border: 3px solid #0075C1;
  border-radius: 20px;
  padding: 32px 104px 56px;
}
@media screen and (max-width: 640px) {
  .interior-window__wrap {
    border: 2px solid #0075C1;
    border-radius: 10px;
    padding: 4% 1% 9%;
  }
}
.interior-window__tit {
  max-width: 594px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .interior-window__tit {
    max-width: none;
    width: 93%;
    margin: 0;
  }
}
.interior-window__img {
  max-width: 440px;
  margin: 16px auto 0;
}
@media screen and (max-width: 640px) {
  .interior-window__img {
    max-width: none;
    width: 93%;
    margin: -9% auto 0;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
.interior-window__what {
  max-width: 756px;
  margin: 40px auto 0;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
@media screen and (max-width: 640px) {
  .interior-window__what {
    width: 93%;
    margin: 8% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.interior-window__check {
  max-width: 698px;
  margin: 28px auto 0;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
@media screen and (max-width: 640px) {
  .interior-window__check {
    width: 90%;
    margin: 10% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.interior-window__check-wrap {
  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: 24px;
}
@media screen and (max-width: 640px) {
  .interior-window__check-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    margin-top: 4%;
  }
}
.interior-window__price21 {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .interior-window__price21 {
    width: 94%;
  }
}
.interior-window__detail {
  text-align: center;
  width: 43%;
}
@media screen and (max-width: 640px) {
  .interior-window__detail {
    width: 98%;
  }
}
.interior-window__detail-sub {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .interior-window__detail-sub {
    font-size: clamp(14px, 3.73vw, 20px);
  }
}
.interior-window__detail-tit {
  font-size: 22px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .interior-window__detail-tit {
    font-size: clamp(16px, 4.26vw, 22px);
    margin-top: 1%;
  }
}
.interior-window__detail-btn a {
  color: #fff;
  background: #0075C1;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #00469B;
  border-radius: 60px;
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  margin-top: 12px;
  -webkit-box-shadow: 2px 3px 0px 0px rgb(161, 159, 159);
          box-shadow: 2px 3px 0px 0px rgb(161, 159, 159);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .interior-window__detail-btn a {
    font-size: clamp(18px, 4.8vw, 20px);
    padding: 4% 0;
    margin-top: 3%;
    -webkit-box-shadow: 1px 3px 0px 0px rgb(161, 159, 159);
            box-shadow: 1px 3px 0px 0px rgb(161, 159, 159);
  }
}
.interior-window__detail-btn a:hover {
  background: #00469B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 640px) {
  .interior-window__detail-btn a:hover {
    background: #0075C1;
    -webkit-box-shadow: 2px 3px 0px 0px rgb(161, 159, 159);
            box-shadow: 2px 3px 0px 0px rgb(161, 159, 159);
  }
}
.interior-window .company-txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .interior-window .company-txt {
    margin: 8% auto 0;
  }
}
.interior-window__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .interior-window__note {
    margin: 2% auto 0;
  }
}
.interior-window__note .notes-area__txt {
  margin-top: 0;
}
.interior-window + .contact-area {
  max-width: 840px;
  padding: 36px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .interior-window + .contact-area {
    padding: 4%;
    margin-top: 0;
  }
}

.web-only__tit {
  max-width: 402px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .web-only__tit {
    max-width: none;
    width: 77%;
  }
}

.faucet {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .faucet {
    width: 80%;
    padding: 0;
    margin: 4% auto 0;
  }
}
.faucet__tit {
  max-width: 402px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .faucet__tit {
    max-width: none;
    width: 88%;
  }
}
.faucet__priceW1 {
  max-width: 662px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .faucet__priceW1 {
    margin: 4% auto 0;
  }
}
.faucet__priceW2 {
  max-width: 652px;
  margin: 82px auto 0;
}
@media screen and (max-width: 640px) {
  .faucet__priceW2 {
    margin: 12% auto 0;
  }
}
.faucet .company-txt {
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .faucet .company-txt {
    margin: 4% auto 0;
  }
}
.faucet__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .faucet__note {
    margin: 2% auto 0;
  }
}
.faucet__note .notes-area__txt {
  margin-top: 0;
}

.range-hood {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 76px auto 0;
}
@media screen and (max-width: 640px) {
  .range-hood {
    width: 80%;
    padding: 0;
    margin: 4% auto 0;
  }
}
.range-hood__tit {
  max-width: 434px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .range-hood__tit {
    max-width: none;
    width: 86%;
  }
}
.range-hood__switch-tit {
  max-width: 546px;
  margin: 56px auto 0;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
@media screen and (max-width: 640px) {
  .range-hood__switch-tit {
    max-width: none;
    width: 92%;
    margin: 4% auto 0;
    -webkit-transform: translateX(-4%);
            transform: translateX(-4%);
  }
}
.range-hood__priceW3 {
  max-width: 742px;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .range-hood__priceW3 {
    margin: 2% auto 0;
  }
}
.range-hood__standard-tit {
  max-width: 546px;
  margin: 100px auto 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media screen and (max-width: 640px) {
  .range-hood__standard-tit {
    max-width: none;
    width: 91%;
    margin: 8% auto 0;
    -webkit-transform: translateX(-4%);
            transform: translateX(-4%);
  }
}
.range-hood__priceW4 {
  max-width: 714px;
  margin: 36px auto 0;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
@media screen and (max-width: 640px) {
  .range-hood__priceW4 {
    margin: 3% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.range-hood .company-txt {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .range-hood .company-txt {
    margin: 6% auto 0;
  }
}
.range-hood__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .range-hood__note {
    margin: 2% auto 0;
  }
}
.range-hood__note .notes-area__txt {
  margin-top: 0;
}

.duct {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 92px auto 0;
}
@media screen and (max-width: 640px) {
  .duct {
    width: 80%;
    padding: 0;
    margin: 8% auto 0;
  }
}
.duct__tit {
  max-width: 302px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .duct__tit {
    max-width: none;
    width: 60%;
  }
}
.duct__priceW5 {
  max-width: 500px;
  margin: -8px auto 0;
}
@media screen and (max-width: 640px) {
  .duct__priceW5 {
    max-width: none;
    margin: 4% auto 0;
  }
}
.duct .company-txt {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .duct .company-txt {
    margin: 6% auto 0;
  }
}
.duct__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .duct__note {
    margin: 2% auto 0;
  }
}
.duct__note .notes-area__txt {
  margin-top: 0;
}

.eco-carat {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 96px auto 0;
}
@media screen and (max-width: 640px) {
  .eco-carat {
    width: 80%;
    padding: 0;
    margin: 8% auto 0;
  }
}
.eco-carat__tit {
  max-width: 408px;
  margin: 0 auto;
  -webkit-transform: translateY(-26px);
          transform: translateY(-26px);
}
@media screen and (max-width: 640px) {
  .eco-carat__tit {
    max-width: none;
    width: 67%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.eco-carat__wrap {
  background: url(../uploads/summer-2025-west_eco-carat_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 0 170px 100px;
  margin-top: 68px;
}
@media screen and (max-width: 640px) {
  .eco-carat__wrap {
    background: url(../uploads/summer-2025-west_eco-carat_bg_sp.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    padding: 0 1% 5%;
    margin-top: 12%;
  }
}
.eco-carat__top {
  max-width: 408px;
  margin: 0 auto;
  -webkit-transform: translateY(-26px);
          transform: translateY(-26px);
}
@media screen and (max-width: 640px) {
  .eco-carat__top {
    max-width: none;
    width: 95%;
    -webkit-transform: translateY(-14%);
            transform: translateY(-14%);
  }
}
.eco-carat__img {
  max-width: 292px;
  margin: -20px auto 0;
}
@media screen and (max-width: 640px) {
  .eco-carat__img {
    max-width: none;
    width: 77%;
    margin: -1.5% auto 0;
  }
}
.eco-carat__priceW6 {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .eco-carat__priceW6 {
    width: 91%;
    margin: 4% auto 0;
  }
}
.eco-carat__btn-head {
  max-width: 258px;
  margin: 38px auto 0;
}
@media screen and (max-width: 640px) {
  .eco-carat__btn-head {
    max-width: none;
    width: 68%;
    margin: 12% auto 0;
  }
}
.eco-carat__btn {
  text-align: center;
}
.eco-carat__btn a {
  color: #fff;
  background: #0075C1;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #00469B;
  border-radius: 60px;
  display: inline-block;
  max-width: 332px;
  width: 100%;
  padding: 14px 0;
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 2px 3px 0px 0px rgb(161, 159, 159);
          box-shadow: 2px 3px 0px 0px rgb(161, 159, 159);
}
@media screen and (max-width: 640px) {
  .eco-carat__btn a {
    font-size: clamp(17px, 4.53vw, 20px);
    max-width: none;
    padding: 4% 0;
    margin-top: 2%;
    -webkit-box-shadow: 1px 3px 0px 0px rgb(161, 159, 159);
            box-shadow: 1px 3px 0px 0px rgb(161, 159, 159);
  }
}
.eco-carat__btn a:hover {
  background: #00469B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 640px) {
  .eco-carat__btn a:hover {
    background: #0075C1;
    -webkit-box-shadow: 2px 3px 0px 0px rgb(161, 159, 159);
            box-shadow: 2px 3px 0px 0px rgb(161, 159, 159);
  }
}
.eco-carat__btn-txt {
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .eco-carat__btn-txt {
    font-size: clamp(14px, 3.73vw, 16px);
    margin-top: 18%;
  }
}
.eco-carat__btn-txt + .eco-carat__btn {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .eco-carat__btn-txt + .eco-carat__btn {
    margin-top: 1%;
  }
}
.eco-carat__btn-note {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .eco-carat__btn-note {
    margin-top: 6%;
  }
}
.eco-carat__note {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .eco-carat__note {
    margin: 14% auto 0;
  }
}
.eco-carat__note .notes-area__txt {
  margin-top: 0;
}

.bath-remake {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 112px auto 0;
}
@media screen and (max-width: 640px) {
  .bath-remake {
    width: 80%;
    padding: 0;
    margin: 8% auto 0;
  }
}
.bath-remake__wrap {
  background: rgba(223, 242, 252, 0.8);
  padding: 30px 110px 44px;
}
@media screen and (max-width: 640px) {
  .bath-remake__wrap {
    padding: 4% 2% 9%;
  }
}
.bath-remake__tit {
  max-width: 378px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bath-remake__tit {
    max-width: none;
    width: 77%;
    margin: 0;
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
}
.bath-remake__priceW7 {
  max-width: 770px;
  margin: 22px auto 0;
}
@media screen and (max-width: 640px) {
  .bath-remake__priceW7 {
    width: 94%;
    margin: 2% auto 0;
  }
}
.bath-remake__movie {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .bath-remake__movie {
    margin-top: 4%;
  }
}
.bath-remake__movie iframe {
  aspect-ratio: 700/394;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .bath-remake__movie iframe {
    aspect-ratio: 521/293;
  }
}
.bath-remake__priceW8 {
  max-width: 770px;
  margin: 76px auto 0;
}
@media screen and (max-width: 640px) {
  .bath-remake__priceW8 {
    width: 84%;
    margin: 8% auto 0;
  }
}
.bath-remake__priceW9 {
  max-width: 764px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .bath-remake__priceW9 {
    margin: 12% auto 0;
  }
}
.bath-remake .company-txt {
  margin-top: 66px;
}
@media screen and (max-width: 640px) {
  .bath-remake .company-txt {
    margin: 6% auto 0;
  }
}
.bath-remake__note {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .bath-remake__note {
    margin: 2% auto 0;
  }
}
.bath-remake__note .notes-area__txt {
  margin-top: 0;
}

.pleated-door {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .pleated-door {
    width: 80%;
    padding: 0;
    margin: 12% auto 0;
  }
}
.pleated-door__tit {
  max-width: 480px;
  margin: 0 auto;
}
.pleated-door__priceW10 {
  max-width: 592px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .pleated-door__priceW10 {
    max-width: none;
  }
}
.pleated-door .company-txt {
  margin-top: 54px;
}
@media screen and (max-width: 640px) {
  .pleated-door .company-txt {
    margin: 6% auto 0;
  }
}

.price-note {
  font-weight: 700;
  text-align: center;
  margin-top: 108px;
}
@media screen and (max-width: 640px) {
  .price-note {
    font-size: clamp(13px, 3.46vw, 16px);
    line-height: 1.5;
    text-align: left;
    text-indent: -1em;
    width: 80%;
    padding-left: 1em;
    margin: 10% auto 0;
  }
}
.price-note + .contact-area {
  max-width: 840px;
  padding: 36px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .price-note + .contact-area {
    background: #84CFF3;
    padding: 4% 4% 8%;
    margin-top: 2%;
  }
}

.info-area.east {
  color: #fff;
  background: #00469C;
  padding: 48px 0 52px;
}
@media screen and (max-width: 640px) {
  .info-area.east {
    padding: 6% 4%;
  }
}
.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);
}