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%, rgba(35, 182, 188, 0.3019607843)));
  background: linear-gradient(transparent 60%, rgba(35, 182, 188, 0.3019607843) 60%);
}

.bg-wrap {
  background-color: #fff;
  background-image: url(../uploads/summer-cl-2025_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-2025_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/summer-cl-2025_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-2025_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;
  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 #E22955;
    padding: 6% 0;
  }
}
.contact-area__btn a::after {
  content: "";
  background-color: #F9DADC;
  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;
}
@media screen and (max-width: 640px) {
  .contact-area__btn a::after {
    background-color: #fff;
  }
}
.contact-area__btn a:hover {
  color: #DE2955;
}
@media screen and (max-width: 640px) {
  .contact-area__btn a:hover {
    color: #fff;
  }
}
.contact-area__btn a:hover .txt::before {
  background: url(../uploads/summer-cl-2025_contact-btn-ico-hover.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .contact-area__btn a:hover .txt::before {
    background: url(../uploads/summer-cl-2025_contact-btn-ico.svg) no-repeat;
    background-size: contain;
  }
}
.contact-area__btn a:hover::after {
  border-radius: 30px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .contact-area__btn a:hover::after {
    width: 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;
}
@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: 11.4%;
  left: 2.5%;
  width: 28%;
}
@media screen and (max-width: 640px) {
  .mv__confetti01 {
    top: 62%;
    left: -1%;
    width: 14%;
  }
}
.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.7%;
  right: 2.5%;
  width: 22.4%;
}
@media screen and (max-width: 640px) {
  .mv__confetti02 {
    top: 76%;
    right: -5%;
    width: 16.75%;
  }
}
.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: 14%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 53.6%;
}
@media screen and (max-width: 640px) {
  .mv__box {
    bottom: 30.5%;
    width: 81.334%;
    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: 27%;
    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(-51%, 0);
          transform: translate(-51%, 0);
  width: 25.1042%;
}
@media screen and (max-width: 640px) {
  .mv__tit {
    top: 15.5%;
    width: 42.134%;
  }
}
.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: 21.5%;
  left: 6.7%;
  width: 22%;
}
@media screen and (max-width: 640px) {
  .mv__tools01 {
    top: 18%;
    bottom: auto;
    left: 11%;
    width: 19.47%;
  }
}
.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.5%;
  right: 10%;
  width: 16.1%;
}
@media screen and (max-width: 640px) {
  .mv__tools02 {
    top: 19.4%;
    right: 11%;
    width: 15.47%;
  }
}
.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/summer-cl-2025_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/summer-cl-2025_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-2025_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;
}
@media (hover: hover) and (pointer: fine) {
  .anchor-wrap__wrap__item a:hover {
    background: url(../uploads/summer-cl-2025_anchor-item-bg-hover.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-2025_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--campaign a {
    padding: 15% 0;
  }
}
@media screen and (max-width: 640px) {
  .anchor-wrap__wrap__item--notice {
    width: 100%;
  }
}
.anchor-wrap__wrap__item--notice a {
  background: url(../uploads/summer-cl-2025_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-2025_anchor-notice-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 3.25% 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anchor-wrap__wrap__item--notice a:hover {
    background: url(../uploads/summer-cl-2025_anchor-notice-bg-hover.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%;
  }
}

.recommend {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .recommend {
    margin-top: 10%;
  }
}
.recommend__tit {
  max-width: 375px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .recommend__tit {
    max-width: none;
    width: 78%;
  }
}
.recommend .duct__tit {
  max-width: 380px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .duct__tit {
    max-width: none;
    width: 92%;
    margin: 8% auto 0;
    -webkit-transform: translateX(-32%);
            transform: translateX(-32%);
  }
}
.recommend .duct__accordion {
  max-width: 755px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion {
    margin: 2% auto 0;
  }
}
.recommend .duct__accordion .accordion-area__tit {
  background: #23B6BC;
  padding: 7px 0;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .accordion-area__tit {
    padding: 2% 0;
  }
}
.recommend .duct__accordion .accordion-area__tit img {
  max-width: 262px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .accordion-area__tit img {
    max-width: none;
    width: 72%;
  }
}
.recommend .duct__accordion .accordion-area__box {
  border: 2px solid #23B6BC;
  padding: 28px 24px 32px;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .accordion-area__box {
    padding: 6% 4%;
  }
}
.recommend .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;
}
.recommend .duct__accordion .notes-area__wrap__img {
  width: 44.75%;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .notes-area__wrap__img {
    width: 100%;
    margin-top: 6%;
  }
}
.recommend .duct__accordion .notes-area__wrap__body {
  width: 51.5%;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .notes-area__wrap__body {
    width: 100%;
  }
}
.recommend .duct__accordion .notes-area__wrap__head01 {
  max-width: 288px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .notes-area__wrap__head01 {
    max-width: none;
    width: 88%;
  }
}
.recommend .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) {
  .recommend .duct__accordion .notes-area__wrap__head01 + p {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.35;
    margin-top: 6%;
  }
}
.recommend .duct__accordion .notes-area__wrap__head02 {
  max-width: 314px;
  margin: 28px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .notes-area__wrap__head02 {
    max-width: none;
    width: 100%;
    margin: 8% auto 0;
  }
}
.recommend .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) {
  .recommend .duct__accordion .notes-area__wrap__head02 + p {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.35;
    margin-top: 6%;
  }
}
.recommend .duct__accordion .notes-area__movie-tit {
  max-width: 440px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .notes-area__movie-tit {
    max-width: none;
    width: 82%;
    margin: 10% auto 0;
  }
}
.recommend .duct__accordion .notes-area__movie {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .notes-area__movie {
    margin-top: 5%;
  }
}
.recommend .duct__accordion .notes-area__movie iframe {
  aspect-ratio: 700/394;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .recommend .duct__accordion .notes-area__movie iframe {
    aspect-ratio: 520/293;
  }
}
.recommend .duct__img {
  max-width: 652px;
  margin: 48px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .duct__img {
    margin: 12% auto 0;
  }
}
.recommend .duct__price-wrap {
  position: relative;
  max-width: 752px;
  margin: 72px auto 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 640px) {
  .recommend .duct__price-wrap {
    margin: 12% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.recommend .duct__price01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 41%;
}
@media screen and (max-width: 640px) {
  .recommend .duct__price01 {
    left: auto;
    right: 0;
    width: 80%;
  }
}
.recommend .duct__price02 {
  position: absolute;
  top: 90px;
  right: 0;
  width: 40.16%;
}
@media screen and (max-width: 640px) {
  .recommend .duct__price02 {
    top: 35%;
    left: 0;
    right: auto;
    width: 97%;
  }
}
.recommend .duct__price03 {
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 50.798%;
}
@media screen and (max-width: 640px) {
  .recommend .duct__price03 {
    bottom: 0.5%;
    left: 1.5%;
    width: 94%;
  }
}
.recommend .balcony__tit {
  max-width: 544px;
  margin: 92px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__tit {
    max-width: none;
    width: 90%;
    margin: 20% auto 0;
    -webkit-transform: translateX(-32%);
            transform: translateX(-32%);
  }
}
.recommend .balcony__accordion {
  max-width: 755px;
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion {
    margin: 2% auto 0;
  }
}
.recommend .balcony__accordion .accordion-area__tit {
  background: #23B6BC;
  padding: 7px 0;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .accordion-area__tit {
    padding: 2% 0;
  }
}
.recommend .balcony__accordion .accordion-area__tit img {
  max-width: 395px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .accordion-area__tit img {
    max-width: none;
    width: 71%;
  }
}
.recommend .balcony__accordion .accordion-area__box {
  border: 2px solid #23B6BC;
  padding: 28px 24px 32px;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .accordion-area__box {
    padding: 6% 4%;
  }
}
.recommend .balcony__accordion .notes-area__top-txt {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__top-txt {
    font-size: clamp(14px, 3.733vw, 22px);
    line-height: 1.35;
  }
}
.recommend .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) {
  .recommend .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;
  }
}
.recommend .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) {
  .recommend .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%;
  }
}
.recommend .balcony__accordion .notes-area__blowing p::before {
  content: "";
  background: url(../uploads/summer-cl-2025_balcony-accordion-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  left: -10px;
  width: 12px;
  height: 12px;
}
.recommend .balcony__accordion .notes-area__blowing p + p {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__blowing p + p {
    margin: 4% 0 0 auto;
  }
}
.recommend .balcony__accordion .notes-area__blowing p + p::before {
  left: auto;
  right: -10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.recommend .balcony__accordion .notes-area .green-line {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area .green-line {
    font-size: clamp(15px, 4vw, 24px);
    margin-top: 6%;
  }
}
.recommend .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) {
  .recommend .balcony__accordion .notes-area__pro-tit {
    max-width: none;
    width: 80%;
    margin: 12% auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.recommend .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) {
  .recommend .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%;
  }
}
.recommend .balcony__accordion .notes-area__pro-wrap__item {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__pro-wrap__item {
    width: 100%;
  }
}
.recommend .balcony__accordion .notes-area__pro-wrap__head {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__pro-wrap__head {
    font-size: clamp(15px, 4vw, 22px);
  }
}
.recommend .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;
}
.recommend .balcony__accordion .notes-area__pro-wrap__head span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__pro-wrap__head span {
    padding: 0 3%;
  }
}
.recommend .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) {
  .recommend .balcony__accordion .notes-area__pro-wrap__txt {
    font-size: clamp(14px, 3.733vw, 22px);
    margin-top: 4%;
  }
}
.recommend .balcony__accordion .notes-area__pro-wrap__img {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__pro-wrap__img {
    margin-top: 6%;
  }
}
.recommend .balcony__accordion .notes-area__movie-tit {
  max-width: 316px;
  margin: 48px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__movie-tit {
    max-width: none;
    width: 98%;
    margin: 14% auto 0;
  }
}
.recommend .balcony__accordion .notes-area__movie {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__movie {
    margin-top: 4%;
  }
}
.recommend .balcony__accordion .notes-area__movie iframe {
  aspect-ratio: 700/394;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__accordion .notes-area__movie iframe {
    aspect-ratio: 500/293;
  }
}
.recommend .balcony__price04 {
  max-width: 702px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .recommend .balcony__price04 {
    margin: 4% auto 0;
  }
}
.recommend .company-txt {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .recommend .company-txt {
    margin-top: 8%;
  }
}
.recommend__note {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .recommend__note {
    margin-top: 4%;
  }
}
.recommend + .contact-area {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .recommend + .contact-area {
    margin-top: 12%;
  }
}

.campaign {
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .campaign {
    margin-top: 20%;
  }
}
.campaign__tit {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .campaign__tit {
    max-width: none;
    width: 77%;
  }
}
.campaign__price-wrap {
  position: relative;
  max-width: 890px;
  margin: 152px auto 0;
}
@media screen and (max-width: 640px) {
  .campaign__price-wrap {
    margin: 45% auto 0;
  }
}
.campaign__sub-tit {
  position: absolute;
  top: -14.5%;
  left: -17%;
  width: 44.418%;
}
@media screen and (max-width: 640px) {
  .campaign__sub-tit {
    top: -10%;
    left: -26%;
    width: 87%;
  }
}
.campaign__price05 {
  position: absolute;
  top: -14%;
  left: 34%;
  width: 29.5%;
}
@media screen and (max-width: 640px) {
  .campaign__price05 {
    top: 0%;
    left: auto;
    right: 0;
    width: 73%;
  }
}
.campaign__price06 {
  position: absolute;
  top: 5%;
  right: 4%;
  width: 30.5%;
}
@media screen and (max-width: 640px) {
  .campaign__price06 {
    top: 18.5%;
    left: 5%;
    width: 74.5%;
  }
}
.campaign__price07 {
  position: absolute;
  top: 32.8%;
  left: -11.15%;
  width: 57.5%;
}
@media screen and (max-width: 640px) {
  .campaign__price07 {
    top: 37.2%;
    left: auto;
    right: 3.8%;
    width: 121.1%;
  }
}
.campaign__price08-09 {
  position: absolute;
  bottom: 2.5%;
  right: 3%;
  width: 77%;
}
@media screen and (max-width: 640px) {
  .campaign__price08-09 {
    bottom: 2%;
    left: 3%;
    right: auto;
    width: 120%;
  }
}
.campaign__note {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .campaign__note {
    margin-top: 4%;
  }
}
.campaign + .contact-area {
  margin-top: 54px;
}
@media screen and (max-width: 640px) {
  .campaign + .contact-area {
    margin-top: 14%;
  }
}

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

.notice {
  background: url(../uploads/summer-cl-2025_notice-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 3.2% 12%;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .notice {
    position: relative;
    background: none;
    padding: 10% 3% 12%;
    margin-top: 14%;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .notice::before {
    content: "";
    background: url(../uploads/summer-cl-2025_notice-bg_sp.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 103%;
    height: 100%;
    z-index: -1;
  }
}
.notice__tit {
  width: 49.343%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .notice__tit {
    width: 78%;
  }
}
.notice__autumn {
  background: url(../uploads/summer-cl-2025_notice-autumn-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 2.11% 2% 3.16%;
  margin-top: 4.22%;
}
@media screen and (max-width: 1199px) {
  .notice__autumn {
    padding: 2.11% 4% 3.16%;
  }
}
@media screen and (max-width: 640px) {
  .notice__autumn {
    background: url(../uploads/summer-cl-2025_notice-autumn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 6% 6% 8%;
    margin-top: 6%;
  }
}
.notice__autumn__tit {
  width: 43%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .notice__autumn__tit {
    width: 100%;
  }
}
.notice__autumn__txt {
  font-size: clamp(8px, 1.248vw, 15px);
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 3.5%;
}
@media screen and (max-width: 640px) {
  .notice__autumn__txt {
    font-size: clamp(13px, 3.466vw, 22px);
    line-height: 1.57;
    margin-top: 6%;
  }
}
.notice__autumn__btn {
  width: 48%;
  margin: 3% auto 0;
}
@media screen and (max-width: 640px) {
  .notice__autumn__btn {
    width: 100%;
    margin: 2% auto 0;
  }
}
.notice__autumn__btn a {
  background: url(../uploads/summer-cl-2025_notice-autumn-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: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .notice__autumn__btn a:hover {
    background: url(../uploads/summer-cl-2025_notice-autumn-btn-bg-hover.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .notice__autumn__btn a {
    background: url(../uploads/summer-cl-2025_notice-autumn-btn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 4% 0;
  }
}
.notice__autumn__btn a img {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .notice__autumn__btn a img {
    width: 50%;
  }
}
.notice__inner-window {
  margin-top: 3.69%;
}
@media screen and (max-width: 640px) {
  .notice__inner-window {
    margin-top: 5%;
  }
}
.notice__inner-window__tit {
  width: 43.816%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .notice__inner-window__tit {
    width: 88%;
  }
}
.notice__inner-window__body {
  margin-top: 4.74%;
}
@media screen and (max-width: 640px) {
  .notice__inner-window__body {
    width: 88%;
    margin: 7% auto 0;
  }
}
.notice__inner-window__subsidy-tit {
  width: 78.158%;
  margin: 1.06% auto 0;
  -webkit-transform: translateX(-8%);
          transform: translateX(-8%);
}
@media screen and (max-width: 640px) {
  .notice__inner-window__subsidy-tit {
    width: 84%;
    margin: 6% auto 0;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.notice__inner-window__subsidy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 81.58%;
  margin: 2.9% auto 0;
}
@media screen and (max-width: 1199px) {
  .notice__inner-window__subsidy {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .notice__inner-window__subsidy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5% auto 0;
  }
}
.notice__inner-window__subsidy-txt {
  font-size: clamp(11px, 1.716vw, 15px);
  font-weight: 700;
  text-align: left;
  width: 41%;
}
@media screen and (max-width: 1199px) {
  .notice__inner-window__subsidy-txt {
    width: 46%;
  }
}
@media screen and (max-width: 640px) {
  .notice__inner-window__subsidy-txt {
    font-size: clamp(13px, 3.466vw, 23px);
    text-align: center;
    width: 100%;
  }
}
.notice__inner-window__subsidy-txt .large-txt {
  font-size: clamp(14px, 2.184vw, 17px);
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .notice__inner-window__subsidy-txt .large-txt {
    font-size: clamp(15px, 4vw, 25px);
    margin-top: 1%;
  }
}
.notice__inner-window__subsidy-btn {
  width: 56%;
}
@media screen and (max-width: 1199px) {
  .notice__inner-window__subsidy-btn {
    width: 51%;
  }
}
@media screen and (max-width: 640px) {
  .notice__inner-window__subsidy-btn {
    width: 96%;
    margin: 4% auto 0;
  }
}
.notice__inner-window__subsidy-btn a {
  background: url(../uploads/summer-cl-2025_notice-inner-window-subsidy-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: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .notice__inner-window__subsidy-btn a:hover {
    background: url(../uploads/summer-cl-2025_notice-inner-window-subsidy-btn-bg-hover.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .notice__inner-window__subsidy-btn a {
    padding: 4% 0 4.5%;
  }
}
.notice__inner-window__subsidy-btn a img {
  width: 88.14%;
}
@media screen and (max-width: 640px) {
  .notice__inner-window__subsidy-btn a img {
    width: 88%;
  }
}
.notice__gas-water-heater {
  margin-top: 5.26%;
}
@media screen and (max-width: 640px) {
  .notice__gas-water-heater {
    margin-top: 8%;
  }
}
.notice__gas-water-heater__tit {
  width: 43.685%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .notice__gas-water-heater__tit {
    width: 88%;
  }
}
.notice__gas-water-heater__body {
  width: 73.95%;
  margin: 4.2% auto 0;
}
@media screen and (max-width: 640px) {
  .notice__gas-water-heater__body {
    width: 84%;
    margin: 7% auto 0;
  }
}
.notice__gas-water-heater__txt {
  font-size: clamp(14px, 2.184vw, 17px);
  font-weight: 700;
  margin-top: 3.15%;
}
@media screen and (max-width: 640px) {
  .notice__gas-water-heater__txt {
    font-size: clamp(15px, 4vw, 24px);
    margin-top: 6%;
  }
}
.notice__gas-water-heater__btn {
  width: 49.343%;
  margin: 1.32% auto 0;
}
@media screen and (max-width: 640px) {
  .notice__gas-water-heater__btn {
    width: 80%;
    margin: 3% auto 0;
  }
}
.notice__gas-water-heater__btn a {
  background: url(../uploads/summer-cl-2025_notice-gas-water-heater-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.8% 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .notice__gas-water-heater__btn a:hover {
    background: url(../uploads/summer-cl-2025_notice-gas-water-heater-btn-bg-hover.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .notice__gas-water-heater__btn a {
    background: url(../uploads/summer-cl-2025_notice-gas-water-heater-btn-bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 6% 0;
  }
}
.notice__gas-water-heater__btn a img {
  width: 88.534%;
}
@media screen and (max-width: 640px) {
  .notice__gas-water-heater__btn a img {
    width: 68%;
  }
}

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

.info-area.east {
  position: relative;
  color: #fff;
  background: #005FC2;
  padding: 20px 0 44px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .info-area.east {
    padding: 3% 6% 4%;
    margin-top: 6%;
  }
}
.info-area.east::before {
  content: "";
  background: url(../uploads/summer-cl-2025_info-wave.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  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-2025_info-wave.png);
    background-repeat: repeat-x;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .info-area.east::before {
    background: url(../uploads/summer-cl-2025_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);
}