body {
  min-width: auto;
}

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

.red-txt {
  color: #B00000;
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FECD55));
  background: linear-gradient(transparent 60%, #FECD55 60%);
}

.bg-wrap {
  background-color: #fff;
  background-image: url(../uploads/winter-vacation-2026_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  max-width: 2400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bg-wrap {
    background-image: url(../uploads/winter-vacation-2026_bg_sp.png);
  }
}

.inner {
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 85%;
    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: 88%;
    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: 94%;
    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: #F29600;
  border: 3px solid #EE8100;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web a {
    border: 2px solid #EE8100;
  }
}
.btn-wrap__web a::after {
  background-color: #FFF1D9;
}
@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: #EE8100;
}
@media screen and (max-width: 640px) {
  .btn-wrap__web:hover a {
    color: #fff;
  }
}
.btn-wrap__web:hover a span::before {
  background: url(../uploads/spring-2025-west_btn-wrap-web-ico.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: #009CB4;
  border: 3px solid #008CB4;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel a {
    border: 2px solid #008CB4;
  }
}
.btn-wrap__tel a::after {
  background-color: #D9F3F7;
}
@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: #008CB4;
}
@media screen and (max-width: 640px) {
  .btn-wrap__tel:hover a {
    color: #fff;
  }
}
.btn-wrap__tel:hover a span::before {
  background: url(../uploads/spring-2025-west_btn-wrap-tel-ico.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.66 !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: #E6345C;
  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, 22px);
    letter-spacing: 0;
  }
}
.head-txt span {
  position: relative;
  display: inline-block;
}
.head-txt span::before, .head-txt span::after {
  content: "";
  background: #E63462;
  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;
  }
}

.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%;
  }
}

.accordion-area__tit {
  position: relative;
  cursor: pointer;
  color: #fff;
  background: #808080;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 18px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 640px) {
  .accordion-area__tit {
    font-size: clamp(15px, 4vw, 18px);
    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 #808080;
  border-top: none;
  padding: 24px 42px;
}
@media screen and (max-width: 640px) {
  .accordion-area__box {
    border: 2px solid #808080;
    padding: 4% 6%;
  }
}
.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;
}

.contact-area {
  background: url(../uploads/winter-vacation-2026_contact-area-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 38px 0;
}
@media screen and (max-width: 1199px) {
  .contact-area {
    padding: 48px 0;
  }
}
@media screen and (max-width: 640px) {
  .contact-area {
    position: relative;
    background: none;
    padding: 8% 0;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .contact-area::before {
    content: "";
    background: url(../uploads/winter-vacation-2026_contact-area-bg_sp.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.contact-area__btn {
  position: static;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contact-area__btn {
    max-width: none;
    width: 86%;
  }
}
.contact-area__btn a {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #E84032;
  border: 3px solid #D20D00;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  border-radius: 60px;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .contact-area__btn a {
    font-size: 26px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .contact-area__btn a {
    font-size: clamp(16px, 4.266vw, 30px);
    border: 2px solid #D20D00;
    padding: 6% 0;
  }
}
.contact-area__btn a:hover {
  background: #FFB8BC;
}
.contact-area__btn a .txt {
  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;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 640px) {
  .contact-area__btn a .txt {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
}
.contact-area__btn a .txt::before {
  content: "";
  background: url(../uploads/summer-cl-2025_contact-btn-ico.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 44px;
  height: 40px;
}
@media screen and (max-width: 1199px) {
  .contact-area__btn a .txt::before {
    left: 24px;
    width: 44px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .contact-area__btn a .txt::before {
    left: 0%;
    width: 12%;
    height: 160%;
  }
}
.contact-area__btn a .web {
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .contact-area__btn a .web {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  .contact-area__btn a .web {
    font-size: clamp(18px, 4.8vw, 40px);
  }
}

.mv {
  background: #fff;
  text-align: center;
}
.mv__bg {
  position: relative;
  overflow: hidden;
  max-width: 2400px;
  margin: 0 auto;
}
.mv__bg img {
  margin: 0 auto;
}
.mv__curtain, .mv__confetti01, .mv__confetti02, .mv__box, .mv__btn, .mv__deadline, .mv__tit, .mv__tools01, .mv__tools02 {
  position: absolute;
  opacity: 0;
}
.mv__curtain {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .mv__curtain {
    height: 24%;
  }
}
.mv__curtain.active {
  -webkit-animation: slideInTop 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInTop 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv__confetti01 {
  top: 10%;
  left: 3%;
  width: 31.6%;
}
@media screen and (max-width: 640px) {
  .mv__confetti01 {
    top: 63%;
    left: -1.5%;
    width: 13.87%;
  }
}
.mv__confetti01.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__confetti02 {
  top: 7%;
  right: 2%;
  width: 30.8%;
}
@media screen and (max-width: 640px) {
  .mv__confetti02 {
    top: 77.5%;
    right: -5%;
    width: 16.68%;
  }
}
.mv__confetti02.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__box {
  bottom: 13.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 53.6%;
}
@media screen and (max-width: 640px) {
  .mv__box {
    bottom: 31%;
    width: 80%;
    z-index: 1;
  }
}
.mv__box.active {
  -webkit-animation: bounceCenter 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
          animation: bounceCenter 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}
.mv__btn {
  bottom: 23.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 28.542%;
}
@media screen and (max-width: 640px) {
  .mv__btn {
    bottom: 28%;
    width: 73.07%;
    z-index: 2;
  }
}
.mv__btn.active {
  -webkit-animation: bounceCenter 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
          animation: bounceCenter 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}
@media (hover: hover) and (pointer: fine) {
  .mv__btn a:hover img {
    -webkit-animation: fluffy 2s ease-out;
            animation: fluffy 2s ease-out;
  }
}
.mv__deadline {
  bottom: 2.5%;
  left: 50%;
  -webkit-transform: translate(-51.5%, 0);
          transform: translate(-51.5%, 0);
  width: 41%;
}
@media screen and (max-width: 640px) {
  .mv__deadline {
    bottom: 2%;
    width: 57.6%;
  }
}
.mv__deadline.active {
  -webkit-animation: bounceDeadline 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
          animation: bounceDeadline 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}
.mv__tit {
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 28.2%;
}
@media screen and (max-width: 640px) {
  .mv__tit {
    top: 12%;
    width: 48.8%;
  }
}
.mv__tit.active {
  -webkit-animation: bounceTit 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
          animation: bounceTit 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}
.mv__tools01 {
  bottom: 20%;
  left: 11.5%;
  width: 13%;
}
@media screen and (max-width: 640px) {
  .mv__tools01 {
    top: 16%;
    bottom: auto;
    left: 6.5%;
    width: 23.6%;
  }
}
.mv__tools01.active {
  -webkit-animation: bounce 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
          animation: bounce 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}
.mv__tools02 {
  bottom: 27%;
  right: 10%;
  width: 16.1%;
}
@media screen and (max-width: 640px) {
  .mv__tools02 {
    top: 18%;
    right: 8%;
    width: 18.8%;
  }
}
.mv__tools02.active {
  -webkit-animation: bounce 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
          animation: bounce 0.75s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}

@-webkit-keyframes slideInTop {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideInTop {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceCenter {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  65% {
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes bounceCenter {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  65% {
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceDeadline {
  0% {
    -webkit-transform: translate(-51.5%, 100%);
            transform: translate(-51.5%, 100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-51.5%, 0);
            transform: translate(-51.5%, 0);
  }
  65% {
    -webkit-transform: translate(-51.5%, 40px);
            transform: translate(-51.5%, 40px);
  }
  100% {
    -webkit-transform: translate(-51.5%, 0);
            transform: translate(-51.5%, 0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes bounceDeadline {
  0% {
    -webkit-transform: translate(-51.5%, 100%);
            transform: translate(-51.5%, 100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-51.5%, 0);
            transform: translate(-51.5%, 0);
  }
  65% {
    -webkit-transform: translate(-51.5%, 40px);
            transform: translate(-51.5%, 40px);
  }
  100% {
    -webkit-transform: translate(-51.5%, 0);
            transform: translate(-51.5%, 0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceTit {
  0% {
    -webkit-transform: translate(-51%, 100%);
            transform: translate(-51%, 100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-51%, 0);
            transform: translate(-51%, 0);
  }
  65% {
    -webkit-transform: translate(-51%, 40px);
            transform: translate(-51%, 40px);
  }
  100% {
    -webkit-transform: translate(-51%, 0);
            transform: translate(-51%, 0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes bounceTit {
  0% {
    -webkit-transform: translate(-51%, 100%);
            transform: translate(-51%, 100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-51%, 0);
            transform: translate(-51%, 0);
  }
  65% {
    -webkit-transform: translate(-51%, 40px);
            transform: translate(-51%, 40px);
  }
  100% {
    -webkit-transform: translate(-51%, 0);
            transform: translate(-51%, 0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fluffy {
  0%, 20%, 40%, 50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 30% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes fluffy {
  0%, 20%, 40%, 50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 30% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.service-area {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .service-area {
    margin-top: 6%;
  }
}
.service-area .accordion-area__tit {
  background: #8F8F8F;
  text-align: center;
  padding: 13px 0;
}
@media screen and (max-width: 640px) {
  .service-area .accordion-area__tit {
    padding: 3% 0 2.5%;
  }
}
.service-area .accordion-area__tit img {
  max-width: 273px;
}
@media screen and (max-width: 640px) {
  .service-area .accordion-area__tit img {
    max-width: none;
    width: 44%;
  }
}
.service-area .accordion-area__box {
  background: #E6E6E6;
  border: none;
  padding: 28px 100px 20px;
}
@media screen and (max-width: 1199px) {
  .service-area .accordion-area__box {
    padding: 28px 8px 20px;
  }
}
@media screen and (max-width: 640px) {
  .service-area .accordion-area__box {
    padding: 3% 1.5% 5%;
  }
}
.service-area .notes-area__txt {
  font-size: clamp(12px, 1.872vw, 16px) !important;
  font-weight: 700;
  line-height: 1.875 !important;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .service-area .notes-area__txt {
    font-size: clamp(14px, 3.733vw, 22px) !important;
    line-height: 1.57 !important;
    text-align: center;
  }
}
.service-area .notes-area__note {
  font-size: clamp(11px, 1.716vw, 13px);
  font-weight: 700;
  text-align: right;
  margin-top: -10px;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
@media screen and (max-width: 640px) {
  .service-area .notes-area__note {
    font-size: clamp(12px, 3.2vw, 18px);
    line-height: 1.2;
    text-align: center;
    margin-top: 3%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.anchor-wrap {
  background: url(../uploads/winter-vacation-2026_anchor-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 3% 4%;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .anchor-wrap {
    position: relative;
    background: none;
    padding: 5% 0;
    margin-top: 9%;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .anchor-wrap::before {
    content: "";
    background: url(../uploads/winter-vacation-2026_anchor-bg_sp.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.anchor-wrap__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) {
  .anchor-wrap__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 18px 0;
  }
}
.anchor-wrap__wrap__item {
  width: 30.87%;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item {
    width: 47%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.anchor-wrap__wrap__item a {
  background: url(../uploads/winter-vacation-2026_anchor-item-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  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%;
  padding: 6% 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anchor-wrap__wrap__item a:hover {
  background: url(../uploads/winter-vacation-2026_anchor-item-bg-hover.png) no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item a:hover {
    background: url(../uploads/winter-vacation-2026_anchor-item-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item a {
    background: url(../uploads/winter-vacation-2026_anchor-item-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 7% 0;
  }
}
.anchor-wrap__wrap__item img {
  width: 55%;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item img {
    width: 74%;
  }
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item img.recommend-txt {
    width: 67%;
  }
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--house-cleaning a {
    padding: 9.5% 0;
  }
}
.anchor-wrap__wrap__item--house-cleaning a img {
  width: 85.5%;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--house-cleaning a img {
    width: 74%;
  }
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--notice {
    width: 100%;
  }
}
.anchor-wrap__wrap__item--notice a {
  background: url(../uploads/winter-vacation-2026_anchor-notice-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--notice a {
    background: url(../uploads/winter-vacation-2026_anchor-notice-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 3.25% 0;
  }
}
.anchor-wrap__wrap__item--notice a:hover {
  background: url(../uploads/winter-vacation-2026_anchor-notice-bg-hover.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--notice a:hover {
    background: url(../uploads/winter-vacation-2026_anchor-notice-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
.anchor-wrap__wrap__item--notice a img {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--notice a img {
    width: 24%;
  }
}

.replacement {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .replacement {
    margin-top: 8%;
  }
}
.replacement__tit {
  max-width: 375px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .replacement__tit {
    max-width: none;
    width: 78%;
  }
}
.replacement__chance {
  max-width: 624px;
  margin: 72px auto 0;
}
@media screen and (max-width: 640px) {
  .replacement__chance {
    margin: 10% auto 0;
  }
}
.replacement .faucet {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .replacement .faucet {
    margin-top: 10%;
  }
}
.replacement .faucet__tit {
  max-width: 380px;
  width: 38%;
  -webkit-transform: translateX(-19%);
          transform: translateX(-19%);
}
@media screen and (max-width: 640px) {
  .replacement .faucet__tit {
    max-width: none;
    width: 91.5%;
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%);
  }
}
.replacement .faucet__price01 {
  max-width: 376px;
  width: 37.6%;
  margin: -12% 11.2% 0 auto;
}
@media screen and (max-width: 640px) {
  .replacement .faucet__price01 {
    max-width: none;
    width: 91.5%;
    margin: 0 auto;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
.replacement .faucet__price02 {
  max-width: 356px;
  width: 35.6%;
  margin: -11.2% 0 0 7.2%;
}
@media screen and (max-width: 640px) {
  .replacement .faucet__price02 {
    max-width: none;
    width: 93%;
    margin: 8% auto 0;
    -webkit-transform: translateX(-1.5%);
            transform: translateX(-1.5%);
  }
}
.replacement .toilet {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .replacement .toilet {
    margin-top: 16%;
  }
}
.replacement .toilet__tit {
  max-width: 379px;
  width: 37.9%;
  -webkit-transform: translateX(-19%);
          transform: translateX(-19%);
}
@media screen and (max-width: 640px) {
  .replacement .toilet__tit {
    max-width: none;
    width: 91.5%;
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%);
  }
}
.replacement .toilet__price03 {
  max-width: 590px;
  width: 59%;
  margin: -5.2% 4.2% 0 auto;
}
@media screen and (max-width: 640px) {
  .replacement .toilet__price03 {
    max-width: none;
    width: 91.5%;
    margin: 2% auto 0;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
.replacement .bathroom-ventilation-dryer {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .replacement .bathroom-ventilation-dryer {
    margin-top: 18%;
  }
}
.replacement .bathroom-ventilation-dryer__tit {
  max-width: 437px;
  width: 43.7%;
  -webkit-transform: translateX(-19.5%);
          transform: translateX(-19.5%);
}
@media screen and (max-width: 640px) {
  .replacement .bathroom-ventilation-dryer__tit {
    max-width: none;
    width: 96.5%;
    -webkit-transform: translateX(-24%);
            transform: translateX(-24%);
  }
}
.replacement .bathroom-ventilation-dryer__price04 {
  max-width: 459px;
  width: 45.9%;
  margin: 4.4% auto 0 3.8%;
}
@media screen and (max-width: 640px) {
  .replacement .bathroom-ventilation-dryer__price04 {
    max-width: none;
    width: 92.5%;
    margin: 8% auto 0;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
.replacement .bathroom-ventilation-dryer__price05 {
  max-width: 419px;
  width: 41.9%;
  margin: -11.9% 4.3% 0 auto;
}
@media screen and (max-width: 640px) {
  .replacement .bathroom-ventilation-dryer__price05 {
    max-width: none;
    width: 91.5%;
    margin: 6% auto 0;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
.replacement .stove {
  margin-top: -34px;
}
@media screen and (max-width: 640px) {
  .replacement .stove {
    margin-top: 18%;
  }
}
.replacement .stove__tit {
  max-width: 437px;
  width: 43.7%;
  -webkit-transform: translateX(-19.5%);
          transform: translateX(-19.5%);
}
@media screen and (max-width: 640px) {
  .replacement .stove__tit {
    max-width: none;
    width: 100%;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
.replacement .stove__price06 {
  max-width: 489px;
  width: 48.9%;
  margin: 4.8% auto 0 3.8%;
}
@media screen and (max-width: 640px) {
  .replacement .stove__price06 {
    max-width: none;
    width: 92.5%;
    margin: 14% auto 0;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
.replacement .rangehood {
  margin-top: 84px;
}
@media screen and (max-width: 640px) {
  .replacement .rangehood {
    margin-top: 16%;
  }
}
.replacement .rangehood__tit {
  max-width: 437px;
  width: 43.7%;
  -webkit-transform: translateX(-19.5%);
          transform: translateX(-19.5%);
}
@media screen and (max-width: 640px) {
  .replacement .rangehood__tit {
    max-width: none;
    width: 96.5%;
    -webkit-transform: translateX(-24%);
            transform: translateX(-24%);
  }
}
.replacement .rangehood__price07 {
  max-width: 527px;
  width: 52.7%;
  margin: -5.2% 1.5% 0 auto;
}
@media screen and (max-width: 640px) {
  .replacement .rangehood__price07 {
    max-width: none;
    width: 91.5%;
    margin: 10% auto 0;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
.replacement .company-txt {
  margin-top: 86px;
}
@media screen and (max-width: 640px) {
  .replacement .company-txt {
    margin-top: 12%;
  }
}
.replacement__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .replacement__note {
    margin-top: 2%;
  }
}
.replacement + .contact-area {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .replacement + .contact-area {
    margin-top: 12%;
  }
}

.house-cleaning {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .house-cleaning {
    margin-top: 20%;
  }
}
.house-cleaning__tit {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .house-cleaning__tit {
    max-width: none;
    width: 86%;
  }
}
.house-cleaning__price-wrap {
  position: relative;
  max-width: 660px;
  margin: 152px auto 0;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price-wrap {
    margin: 94% auto 0;
    width: 84.25%;
    -webkit-transform: translateX(26%);
            transform: translateX(26%);
  }
}
.house-cleaning__sub-tit {
  position: absolute;
  top: -13%;
  left: -38.5%;
  width: 55.5%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__sub-tit {
    top: -24.5%;
    left: -63%;
    width: 113.25%;
  }
}
.house-cleaning__price {
  position: absolute;
}
.house-cleaning__price--08 {
  top: -8.5%;
  left: 24%;
  width: 40%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price--08 {
    top: -13.5%;
    left: auto;
    right: 18%;
    width: 86.5%;
  }
}
.house-cleaning__price--09 {
  top: 7%;
  right: -14%;
  width: 41%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price--09 {
    top: 3%;
    left: -28%;
    right: auto;
    width: 88.75%;
  }
}
.house-cleaning__price--10 {
  top: 20%;
  left: -15.5%;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price--10 {
    top: 21%;
    left: -24%;
    width: 107.25%;
  }
}
.house-cleaning__price--11 {
  bottom: 32%;
  right: -24.5%;
  width: 61%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price--11 {
    bottom: 31%;
    left: -36%;
    right: auto;
    width: 133.25%;
  }
}
.house-cleaning__price--12 {
  bottom: 9.25%;
  left: -23%;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price--12 {
    bottom: 9%;
    left: -25%;
    width: 107.25%;
  }
}
.house-cleaning__price--13 {
  bottom: -7%;
  right: 21%;
  width: 42%;
}
@media screen and (max-width: 640px) {
  .house-cleaning__price--13 {
    bottom: -9%;
    left: -34%;
    right: auto;
    width: 91%;
  }
}
.house-cleaning .company-txt {
  margin-top: 142px;
}
@media screen and (max-width: 640px) {
  .house-cleaning .company-txt {
    margin-top: 48%;
  }
}
.house-cleaning__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .house-cleaning__note {
    margin-top: 2%;
  }
}
.house-cleaning + .contact-area {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .house-cleaning + .contact-area {
    margin-top: 10%;
  }
}

.duct {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .duct {
    margin-top: 20%;
  }
}
.duct__tit {
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .duct__tit {
    max-width: none;
    width: 92%;
    -webkit-transform: translateX(-32%);
            transform: translateX(-32%);
  }
}
.duct__accordion {
  max-width: 755px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .duct__accordion {
    margin: 2% auto 0;
  }
}
.duct__accordion .accordion-area__tit {
  background: #D20D00;
  padding: 7px 0;
}
@media screen and (max-width: 640px) {
  .duct__accordion .accordion-area__tit {
    padding: 2% 0;
  }
}
.duct__accordion .accordion-area__tit img {
  max-width: 262px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .duct__accordion .accordion-area__tit img {
    max-width: none;
    width: 72%;
  }
}
.duct__accordion .accordion-area__box {
  border: 2px solid #D20D00;
  padding: 28px 24px 32px;
}
@media screen and (max-width: 640px) {
  .duct__accordion .accordion-area__box {
    padding: 6% 4%;
  }
}
.duct__accordion .notes-area__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.duct__accordion .notes-area__wrap__img {
  width: 44.75%;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__wrap__img {
    width: 100%;
    margin-top: 6%;
  }
}
.duct__accordion .notes-area__wrap__body {
  width: 51.5%;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__wrap__body {
    width: 100%;
  }
}
.duct__accordion .notes-area__wrap__head01 {
  max-width: 288px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__wrap__head01 {
    max-width: none;
    width: 88%;
  }
}
.duct__accordion .notes-area__wrap__head01 + p {
  font-size: clamp(13px, 2.028vw, 16px);
  font-weight: 700;
  line-height: 1.375;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__wrap__head01 + p {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.35;
    margin-top: 6%;
  }
}
.duct__accordion .notes-area__wrap__head02 {
  max-width: 314px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__wrap__head02 {
    max-width: none;
    width: 100%;
    margin: 8% auto 0;
  }
}
.duct__accordion .notes-area__wrap__head02 + p {
  font-size: clamp(13px, 2.028vw, 16px);
  font-weight: 700;
  line-height: 1.375;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__wrap__head02 + p {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.35;
    margin-top: 6%;
  }
}
.duct__accordion .notes-area__movie-tit {
  max-width: 440px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__movie-tit {
    max-width: none;
    width: 82%;
    margin: 10% auto 0;
  }
}
.duct__accordion .notes-area__movie {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__movie {
    margin-top: 5%;
  }
}
.duct__accordion .notes-area__movie iframe {
  aspect-ratio: 700/394;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .duct__accordion .notes-area__movie iframe {
    aspect-ratio: 520/293;
  }
}
.duct__img {
  max-width: 652px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .duct__img {
    margin: 10% auto 0;
  }
}
.duct__price-wrap {
  position: relative;
  max-width: 514px;
  margin: 204px auto 0;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}
@media screen and (max-width: 640px) {
  .duct__price-wrap {
    width: 81.5%;
    margin: 42% auto 0;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
}
.duct__price14 {
  position: absolute;
  top: -48%;
  left: -42.5%;
  width: 60%;
}
@media screen and (max-width: 640px) {
  .duct__price14 {
    top: -25%;
    left: auto;
    right: -6%;
    width: 98.25%;
  }
}
.duct__price15 {
  position: absolute;
  top: -15.5%;
  right: -4%;
  width: 58.75%;
}
@media screen and (max-width: 640px) {
  .duct__price15 {
    top: 40%;
    right: -5%;
    width: 119%;
  }
}
.duct__price16 {
  position: absolute;
  bottom: -22%;
  left: -39%;
  width: 74.25%;
}
@media screen and (max-width: 640px) {
  .duct__price16 {
    bottom: -61.5%;
    left: -8%;
    width: 114%;
  }
}

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

.sumileage {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .sumileage {
    width: 100%;
    margin: 24% auto 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.notice {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .notice {
    margin-top: 12%;
  }
}
.notice__wrap {
  position: relative;
}
.notice__tit {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(12.5rem, 7.0184rem + 13.6826vw, 23.4375rem);
}
@media screen and (max-width: 640px) {
  .notice__tit {
    top: 4.5%;
    max-width: none;
    width: 74%;
  }
}
.notice__campaign {
  position: absolute;
  top: 18.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(33.75rem, 26.8589rem + 17.2009vw, 47.5rem);
}
@media screen and (max-width: 640px) {
  .notice__campaign {
    top: 15.5%;
    width: 94%;
  }
}
.notice__campaign__txt {
  font-size: clamp(0.625rem, 0.4997rem + 0.3127vw, 0.875rem);
  font-weight: 700;
  line-height: 1.56;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__txt {
    font-size: clamp(0.75rem, 0.659rem + 0.3883vw, 1.125rem);
    top: 53%;
  }
}
.notice__newsletter {
  position: absolute;
  top: 45.25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .notice__newsletter {
    top: 41.75%;
    width: 100%;
  }
}
.notice__newsletter__tit {
  width: clamp(15.75rem, 11.8972rem + 9.6169vw, 23.4375rem);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .notice__newsletter__tit {
    width: 80%;
  }
}
.notice__newsletter__txt {
  font-size: clamp(0.5625rem, 0.3746rem + 0.4691vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.04em;
  margin-top: 6.25%;
}
@media screen and (max-width: 640px) {
  .notice__newsletter__txt {
    font-size: clamp(0.75rem, 0.659rem + 0.3883vw, 1.125rem);
  }
}
.notice__newsletter__info {
  margin-top: 6.5%;
}
@media screen and (max-width: 640px) {
  .notice__newsletter__info {
    width: 88%;
    margin: 5% auto 0;
  }
}
.notice__newsletter__btn {
  max-width: 456px;
  width: 92%;
  margin: 11.25% auto 0;
}
@media screen and (max-width: 640px) {
  .notice__newsletter__btn {
    max-width: none;
    margin: 8% auto 0;
  }
}
.notice__newsletter__btn a {
  background-image: url(../uploads/winter-vacation-2026_notice-newsletter-btn-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  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%;
  padding: 3.5% 0;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.notice__newsletter__btn a:hover {
  background-image: url(../uploads/winter-vacation-2026_notice-newsletter-btn-bg-hover.png);
}
@media screen and (max-width: 640px) {
  .notice__newsletter__btn a:hover {
    background-image: url(../uploads/winter-vacation-2026_notice-newsletter-btn-bg_sp.png);
  }
}
@media screen and (max-width: 640px) {
  .notice__newsletter__btn a {
    background-image: url(../uploads/winter-vacation-2026_notice-newsletter-btn-bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 4% 0;
  }
}
.notice__newsletter__btn a img {
  width: clamp(16.25rem, 12.5539rem + 9.226vw, 23.625rem);
}
@media screen and (max-width: 640px) {
  .notice__newsletter__btn a img {
    width: 52%;
  }
}

.price-note {
  font-weight: 700;
  margin-top: 20px;
}
@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;
    padding-left: 1em;
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .price-note + .contact-area {
    padding: 4% 0 8%;
    margin-top: 0;
  }
}

.searchQuestions {
  position: relative;
  background: #C8D800;
  padding: 16px 0 48px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .searchQuestions {
    padding: 2% 0 6%;
    margin-top: 4%;
  }
}
.searchQuestions::before {
  content: "";
  background: url(../uploads/winter-vacation-2026_searchQuestions-bg.png) repeat-x;
  background-size: contain;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 8px;
}
@media screen and (max-width: 640px) {
  .searchQuestions::before {
    background: url(../uploads/winter-vacation-2026_searchQuestions-bg_sp.png) repeat-x;
    background-size: contain;
  }
}
.searchQuestions__wrap {
  max-width: 564px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .searchQuestions__wrap {
    max-width: none;
    width: 80%;
  }
}
.searchQuestions__txt {
  color: #0A8143;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-left: 24px;
}
@media screen and (max-width: 640px) {
  .searchQuestions__txt {
    font-size: clamp(0.9375rem, 0.801rem + 0.5825vw, 1.5rem);
    margin-left: 2%;
    margin-left: 0;
  }
}
.searchQuestions__btn {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .searchQuestions__btn {
    margin-top: 2%;
  }
}
.searchQuestions__btn a {
  position: relative;
  color: #fff;
  background: #0A8143;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.15em;
  text-align: center;
  border: 2px solid #0A5843;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
  padding: 12px 0 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .searchQuestions__btn a:hover {
    background: #54BE87;
  }
}
@media screen and (max-width: 640px) {
  .searchQuestions__btn a {
    font-size: clamp(1.5rem, 1.3786rem + 0.5178vw, 2rem);
  }
}
.searchQuestions__btn a::before {
  content: "";
  background: url(../uploads/winter-vacation-2026_searchQuestions-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -96px;
  right: 40px;
  width: 88px;
  height: 94px;
}
@media screen and (max-width: 640px) {
  .searchQuestions__btn a::before {
    top: -107%;
    right: 7%;
    width: 17%;
    height: 106%;
  }
}
.searchQuestions__btn a span {
  font-size: 34px;
}
@media screen and (max-width: 640px) {
  .searchQuestions__btn a span {
    font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
  }
}

.info-area.east {
  position: relative;
  color: #fff;
  background: #D20D00;
  padding: 20px 0 44px;
}
@media screen and (max-width: 640px) {
  .info-area.east {
    padding: 3% 6% 4%;
  }
}
.info-area.east::before {
  content: "";
  background: url(../uploads/winter-vacation-2026_info-wave.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1968px;
  height: 20px;
}
@media screen and (min-width: 1921px) {
  .info-area.east::before {
    background: url(../uploads/winter-vacation-2026_info-wave.png);
    background-repeat: repeat-x;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .info-area.east::before {
    background: url(../uploads/winter-vacation-2026_info-wave_sp.png) no-repeat;
    background-size: contain;
    top: -8%;
    width: 101%;
    height: 12%;
  }
}
.info-area.east .info-area__info-tit {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .info-area.east .info-area__info-tit {
    font-size: clamp(14px, 3.733vw, 20px);
  }
}
.info-area.east .info-list {
  margin-top: 0;
}
.info-area.east .info-area__info-link {
  font-size: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .info-area.east .info-area__info-link {
    font-size: clamp(16px, 4.266vw, 24px);
    margin-top: 4%;
  }
}
.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);
}