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

body {
  min-width: auto;
}

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

.green-txt {
  color: #23B6BC;
}

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

.bg-wrap {
  background-color: #fff;
  background-image: url(../uploads/summer-cl-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/summer-cl-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: 14px 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/summer-cl-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/summer-cl-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: #EB6D8B;
  border: 3px solid #E22955;
  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 (hover: hover) {
  .contact-area__btn a:hover {
    color: #DE2955;
    background: #F9DADC;
  }
  .contact-area__btn a:hover .txt::before {
    background: url(../uploads/summer-cl-2026_contact-btn-ico-hover.png) no-repeat;
    background-size: contain;
  }
}
@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 #E22955;
    padding: 6% 0;
  }
}
.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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@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;
  margin-top: 36px;
}
.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__tit, .mv__box, .mv__btn, .mv__tools01, .mv__tools02, .mv__deadline {
  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: 12.1%;
  left: 2.5%;
  width: 31.625%;
}
@media screen and (max-width: 640px) {
  .mv__confetti01 {
    top: 71%;
    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: 8.2%;
  right: 2.56%;
  width: 30.85%;
}
@media screen and (max-width: 640px) {
  .mv__confetti02 {
    top: 86.9%;
    right: 5.6%;
    width: 5.1%;
  }
}
.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__tit {
  top: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 25.25%;
}
@media screen and (max-width: 640px) {
  .mv__tit {
    top: 13.3%;
    width: 43.5%;
  }
}
.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__box {
  bottom: 8%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 53.65%;
}
@media screen and (max-width: 640px) {
  .mv__box {
    bottom: 24%;
    width: 81.35%;
    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: 18.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 28.542%;
}
@media screen and (max-width: 640px) {
  .mv__btn {
    bottom: 19.5%;
    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__tools01 {
  bottom: 17%;
  left: 6.6%;
  width: 22.05%;
}
@media screen and (max-width: 640px) {
  .mv__tools01 {
    top: 18.5%;
    bottom: auto;
    left: 8%;
    width: 20%;
  }
}
.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: 22%;
  right: 10%;
  width: 16.1%;
}
@media screen and (max-width: 640px) {
  .mv__tools02 {
    top: 18%;
    right: 9%;
    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;
}
.mv__deadline {
  bottom: 2%;
  left: 50%;
  -webkit-transform: translate(-51.5%, 0);
          transform: translate(-51.5%, 0);
  width: 41.25%;
}
@media screen and (max-width: 640px) {
  .mv__deadline {
    bottom: 3.5%;
    width: 50.2%;
  }
}
.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;
}

@-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: 28px;
}
@media screen and (max-width: 640px) {
  .service-area {
    width: 94%;
    margin: 4% auto 0;
  }
}
.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: 2.5% 0;
  }
}
.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 24px;
}
@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__prefectureWrap.pcOn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .service-area .notes-area__prefectureWrap.pcOn {
    display: none !important;
  }
}
.service-area .notes-area__prefectureWrap__body {
  font-size: clamp(12px, 1.872vw, 16px);
  font-weight: 700;
  text-align: left;
}
.service-area .notes-area__prefectureWrap__body > p + p {
  margin-top: 1em;
}
.service-area .notes-area__prefectureWrap.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .service-area .notes-area__prefectureWrap.spOn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4em;
  }
}
@media screen and (max-width: 640px) {
  .service-area .notes-area__prefectureWrap.spOn > p {
    font-size: clamp(14px, 3.733vw, 22px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}
.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: center;
  margin-top: 24px;
  -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: 8%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.anchor-wrap {
  background: url(../uploads/summer-cl-2026_anchor-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 3.75% 4%;
  margin-top: 56px;
}
@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/summer-cl-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/summer-cl-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/summer-cl-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/summer-cl-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/summer-cl-2026_anchor-item-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 6% 0;
  }
}
.anchor-wrap__wrap__item--air-conditioner-cleaning img {
  width: 88%;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--air-conditioner-cleaning img {
    width: 65.4%;
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--campaign a {
    padding: 16% 0;
  }
}
.anchor-wrap__wrap__item--campaign a img {
  width: 54%;
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--campaign a img {
    width: 72%;
  }
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--notice {
    width: 100%;
  }
}
.anchor-wrap__wrap__item--notice a {
  background: url(../uploads/summer-cl-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/summer-cl-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/summer-cl-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/summer-cl-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%;
  }
}

.airConditionerCleaning {
  margin-top: 88px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning {
    margin-top: 8%;
  }
}
.airConditionerCleaning__tit {
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__tit {
    max-width: none;
    width: 94%;
  }
}
.airConditionerCleaning__head {
  max-width: 504px;
  margin: 48px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__head {
    max-width: none;
    width: 94%;
    margin: 10% auto 0;
  }
}
.airConditionerCleaning__pack {
  position: relative;
  background: #FFEF80;
  border-radius: 30px;
  max-width: 688px;
  padding: 16px 40px 20px;
  margin: 44px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack {
    border-radius: 10px;
    max-width: none;
    width: 94%;
    padding: 4% 4.5% 5%;
    margin: 10% auto 0;
    z-index: 1;
  }
}
.airConditionerCleaning__pack__ico {
  position: absolute;
  top: -16px;
  left: -4px;
  max-width: 50px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__ico {
    top: -1%;
    left: -8%;
    max-width: 44px;
  }
}
.airConditionerCleaning__pack__tit {
  max-width: 288px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__tit {
    max-width: none;
    width: 88%;
  }
}
.airConditionerCleaning__pack__price01 {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__price01 {
    margin-top: 8%;
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}
.airConditionerCleaning__pack__breakdown {
  max-width: 600px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__breakdown {
    max-width: none;
    margin: 10% auto 0;
  }
}
.airConditionerCleaning__pack__breakdown .accordion-area__tit {
  color: #333;
  background: #fff;
  font-size: 14px;
  border: 2px solid #808080;
  padding: 8px 18px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__breakdown .accordion-area__tit {
    font-size: clamp(0.75rem, 0.3962rem + 1.5094vw, 1rem);
    padding: 2.5% 6%;
  }
}
.airConditionerCleaning__pack__breakdown .accordion-area__tit::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  right: 18px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__breakdown .accordion-area__tit::before {
    right: 12px;
    width: 10px;
    height: 10px;
  }
}
.airConditionerCleaning__pack__breakdown .accordion-area__tit.open::before {
  right: 24px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__breakdown .accordion-area__tit.open::before {
    right: 8px;
    width: 10px;
    height: 10px;
  }
}
.airConditionerCleaning__pack__breakdown .accordion-area__box {
  border: 2px solid #808080;
  border-top: none;
  padding: 16px 20px 20px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__breakdown .accordion-area__box {
    padding: 4% 5% 6%;
  }
}
.airConditionerCleaning__pack__breakdown .accordion-area .notes-area__body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.375;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__breakdown .accordion-area .notes-area__body {
    font-size: clamp(0.75rem, 0.3962rem + 1.5094vw, 1rem);
  }
}
.airConditionerCleaning__pack__breakdown .accordion-area .notes-area__body + .notes-area__body {
  margin-top: 1em;
}
.airConditionerCleaning__pack__breakdown .accordion-area .notes-area__body ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.airConditionerCleaning__pack__breakdown .accordion-area .notes-area__body ul li:last-child {
  border-bottom: 2px solid #E22955;
}
.airConditionerCleaning__pack__otherTit {
  max-width: 174px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__otherTit {
    max-width: none;
    width: 64%;
    margin: 6% auto 0;
  }
}
.airConditionerCleaning__pack__price02 {
  max-width: 540px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__price02 {
    max-width: none;
    width: 82%;
    margin: 4% auto 0;
  }
}
.airConditionerCleaning__pack__condition {
  position: relative;
  padding: 1.5% 0;
  margin-top: 16px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__condition {
    padding: 7% 0;
    margin-top: 6%;
  }
}
.airConditionerCleaning__pack__condition::after {
  content: "";
  background: url(../uploads/summer-cl-2026_airConditionerCleaning-pack-condition-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .airConditionerCleaning__pack__condition::after {
    background: url(../uploads/summer-cl-2026_airConditionerCleaning-pack-condition-bg_sp.png) no-repeat;
    background-size: contain;
  }
}
.airConditionerCleaning__pack__condition > p {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .airConditionerCleaning__pack__condition > p {
    font-size: clamp(0.875rem, 0.2441rem + 1.5748vw, 1rem);
  }
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__condition > p {
    font-size: clamp(0.875rem, -0.0094rem + 3.7736vw, 1.5rem);
    line-height: 1.5;
  }
}
.airConditionerCleaning__pack__condition > p .yellowTxt {
  color: #FFEF80;
}
.airConditionerCleaning__pack__conditionNote {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__pack__conditionNote {
    font-size: clamp(0.75rem, 0.5731rem + 0.7547vw, 0.875rem);
    margin-top: 2%;
  }
}
.airConditionerCleaning__price02 {
  max-width: 366px;
  margin: -132px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__price02 {
    max-width: none;
    width: 100%;
    margin: -30% auto 0;
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
.airConditionerCleaning__highlight {
  max-width: 532px;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__highlight {
    max-width: none;
    width: 85%;
    margin: 8% auto 0;
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
.airConditionerCleaning__btn {
  max-width: 342px;
  margin: 4px auto 0;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__btn {
    max-width: none;
    width: 94%;
    margin: 2% auto 0;
  }
}
.airConditionerCleaning__btn a {
  background: url(../uploads/summer-cl-2026_airConditionerCleaning-btn-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: 4% 0;
  -webkit-transition: al 0.3s;
  transition: al 0.3s;
}
.airConditionerCleaning__btn a:hover {
  background: url(../uploads/summer-cl-2026_airConditionerCleaning-btn-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) {
  .airConditionerCleaning__btn a:hover {
    background: url(../uploads/summer-cl-2026_airConditionerCleaning-btn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__btn a {
    background: url(../uploads/summer-cl-2026_airConditionerCleaning-btn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 6% 0;
  }
}
.airConditionerCleaning__btn a img {
  max-width: 149px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__btn a img {
    max-width: none;
    width: 44%;
  }
}
.airConditionerCleaning__note {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning__note {
    margin-top: 8%;
  }
}
.airConditionerCleaning + .contact-area {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .airConditionerCleaning + .contact-area {
    margin-top: 8%;
  }
}

.campaign {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .campaign {
    margin-top: 20%;
  }
}
.campaign__tit {
  max-width: 376px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .campaign__tit {
    max-width: none;
    width: 78%;
  }
}

.houseCleaning {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .houseCleaning {
    margin-top: 4%;
  }
}
.houseCleaning__tit {
  width: 36.6%;
  margin: 0 auto 0 -7%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__tit {
    width: 87%;
    margin: 0 auto 0 -28%;
  }
}
.houseCleaning__priceWrap {
  position: relative;
  margin: -124px auto 0;
}
@media screen and (max-width: 640px) {
  .houseCleaning__priceWrap {
    width: 94%;
    margin: -2% auto 0;
  }
}
.houseCleaning__price {
  position: absolute;
}
.houseCleaning__price--03 {
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
  width: 25.5%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__price--03 {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 73%;
  }
}
.houseCleaning__price--04 {
  top: 21%;
  right: 8.5%;
  width: 27.2%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__price--04 {
    top: 30%;
    left: 0;
    right: auto;
    width: 79.5%;
  }
}
.houseCleaning__price--05 {
  bottom: 0;
  left: 0;
  width: 51.2%;
}
@media screen and (max-width: 640px) {
  .houseCleaning__price--05 {
    bottom: 0;
    left: -26%;
    width: 128.5%;
  }
}
.houseCleaning__note {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .houseCleaning__note {
    margin-top: 10%;
  }
}
.houseCleaning + .contact-area {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .houseCleaning + .contact-area {
    margin-top: 8%;
  }
}

.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: #23B6BC;
  text-align: center;
  padding: 7px 0;
}
@media screen and (max-width: 640px) {
  .duct__accordion .accordion-area__tit {
    padding: 3% 0 1%;
  }
}
.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 #23B6BC;
  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 {
    max-width: none;
    margin: 10% auto 0;
  }
}
.duct__priceWrap {
  position: relative;
  max-width: 756px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1199px) {
  .duct__priceWrap {
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .duct__priceWrap {
    width: 100%;
    margin: 12% auto 0;
  }
}
.duct__price06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40.8%;
}
@media screen and (max-width: 640px) {
  .duct__price06 {
    left: auto;
    right: 0;
    width: 80%;
  }
}
.duct__price07 {
  position: absolute;
  top: 18.6%;
  right: -8.9%;
  width: 51.8%;
}
@media screen and (max-width: 640px) {
  .duct__price07 {
    top: 30%;
    left: 0;
    right: auto;
    width: 97%;
  }
}
.duct__price08 {
  position: absolute;
  bottom: 0%;
  left: -9%;
  width: 63.5%;
}
@media screen and (max-width: 640px) {
  .duct__price08 {
    bottom: 2.25%;
    left: -1.5%;
    width: 92%;
  }
}

.balcony {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .balcony {
    margin-top: 20%;
  }
}
.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: #23B6BC;
  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 #23B6BC;
  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;
  background: #DEF4F5;
  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/summer-cl-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 .green-line {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .balcony__accordion .notes-area .green-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 #23B6BC;
  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__price09 {
  max-width: 702px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .balcony__price09 {
    margin: 4% auto 0;
  }
}
.balcony .company-txt {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .balcony .company-txt {
    margin-top: 10%;
  }
}
.balcony__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .balcony__note {
    margin-top: 2%;
  }
}
.balcony + .contact-area {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .balcony + .contact-area {
    margin-top: 8%;
  }
}

.sumileage {
  margin-top: 120px;
}
@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: 16%;
  }
}
.notice__wrap {
  position: relative;
}
.notice__tit {
  position: absolute;
  top: 3.1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.5%;
}
@media screen and (max-width: 640px) {
  .notice__tit {
    top: 1.8%;
    width: 62%;
  }
}
.notice__campaign__tit {
  position: absolute;
  top: 16.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52.6%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__tit {
    top: 8%;
    width: 78%;
  }
}
.notice__campaign__btnTit {
  position: absolute;
  top: 27.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__btnTit {
    top: 16%;
    width: 46%;
  }
}
.notice__campaign__btn {
  position: absolute;
  top: 30.9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34.2%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__btn {
    top: 18%;
    width: 84%;
  }
}
.notice__campaign__btn a {
  background: url(../uploads/summer-cl-2026_notice-campaign-btn-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: 3.5% 0 4.5%;
  -webkit-transition: al 0.3s;
  transition: al 0.3s;
}
.notice__campaign__btn a:hover {
  background: url(../uploads/summer-cl-2026_notice-campaign-btn-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) {
  .notice__campaign__btn a:hover {
    background: url(../uploads/summer-cl-2026_notice-campaign-btn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .notice__campaign__btn a {
    background: url(../uploads/summer-cl-2026_notice-campaign-btn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 3.5% 0 4.5%;
  }
}
.notice__campaign__btn a img {
  width: 43.57%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__btn a img {
    width: 45%;
  }
}
.notice__campaign__flag {
  position: absolute;
  top: 39.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__flag {
    top: 23.5%;
    width: 92%;
  }
}
.notice__campaign__smileInfo {
  position: absolute;
  top: 45.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 79.6%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__smileInfo {
    top: 27.5%;
    width: 60%;
  }
}
.notice__campaign__note {
  position: absolute;
  top: 72.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50.2%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__note {
    top: 78.25%;
    width: 75%;
  }
}
.notice__campaign__riskCheckBtnHead {
  font-size: clamp(0.75rem, 0.5934rem + 0.3909vw, 1.0625rem);
  font-weight: 700;
  position: absolute;
  top: 88.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .notice__campaign__riskCheckBtnHead {
    font-size: clamp(0.9375rem, 0.0531rem + 3.7736vw, 1.5625rem);
    top: 91%;
    width: 100%;
  }
}
.notice__campaign__riskCheckBtn {
  position: absolute;
  top: 91%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.5%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__riskCheckBtn {
    top: 93%;
    width: 74%;
  }
}
.notice__campaign__riskCheckBtn a {
  background: url(../uploads/summer-cl-2026_notice-campaign-riskCheckBtn-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: 4.5% 0;
  -webkit-transition: al 0.3s;
  transition: al 0.3s;
}
.notice__campaign__riskCheckBtn a:hover {
  background: url(../uploads/summer-cl-2026_notice-campaign-riskCheckBtn-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) {
  .notice__campaign__riskCheckBtn a:hover {
    background: url(../uploads/summer-cl-2026_notice-campaign-riskCheckBtn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .notice__campaign__riskCheckBtn a {
    background: url(../uploads/summer-cl-2026_notice-campaign-riskCheckBtn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 6% 0;
  }
}
.notice__campaign__riskCheckBtn a img {
  width: 85.87%;
}
@media screen and (max-width: 640px) {
  .notice__campaign__riskCheckBtn a img {
    width: 68%;
  }
}

.price-note {
  font-weight: 700;
  margin-top: 36px;
}
@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%;
  }
}

.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: #005FC2;
  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/summer-cl-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/summer-cl-2026_info-wave.png);
    background-repeat: repeat-x;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .info-area.east::before {
    background: url(../uploads/summer-cl-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);
}