@charset "utf-8";

/* =========================================================
   lp-00063 ハウスクリーニング プレミアムプラン LP
   ========================================================= */
body {
  background-color: unset;
}

.lp63 {
  --lp63-text: #00233a;
  --lp63-aeon: #b60081;
  --lp63-gold: #b68500;
  --lp63-cream: #f7f6ef;
  --lp63-pink-bg: #f9eff6;
  --lp63-pink-text: #9f287c;
  --lp63-orange: #f76a0c;

  background: #fff;
  color: var(--lp63-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  text-align: left;
  overflow-x: hidden;
}

.lp63 *,
.lp63 *::before,
.lp63 *::after {
  box-sizing: border-box;
}

.lp63 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp63 p {
  margin: 0;
}

.lp63 .lp63Inner {
  max-width: 801px;
  margin: 0 auto;
  padding: 0 15px;
}

.lp63 .lp63SpBr {
  display: inline;
}

.lp63 .lp63PcBr {
  display: none;
}

/* 見出し ------------------------------------------------ */
.lp63 .lp63H2 {
  position: relative;
  margin: 0 0 20px;
  padding-left: 26px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.lp63 .lp63H2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 22px;
  height: 24px;
  background: url("../img/icon_sparkle.svg") no-repeat center/contain;
}

.lp63 .lp63H2 .gold {
  color: var(--lp63-gold);
}

.lp63 .lp63H2 .marker {
  background: linear-gradient(transparent 60%, #ffee8d 60%);
}

.lp63 .lp63H3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.lp63 .lp63H3 .gold {
  color: var(--lp63-gold);
}

/* 浴槽の比較表見出しは文字数が多いため、SPは2行・PCは1行に収まるサイズにする */
.lp63 .lp63Item--bathtub .lp63H3 {
  font-size: 18px;
}

/* =========================================================
   FV
   ========================================================= */
.lp63 .lp63Fv {
  padding: 25px 0 30px;
  text-align: center;
  background: linear-gradient(98.25deg, #FFF1CD 0.49%, #FFFDF6 48.52%, #FFF1CD 97.48%);
}

.lp63 .lp63Fv__catch {
  margin: 0 auto 6px;
}

.lp63 .lp63Fv__catch img {
  width: 130px;
}

.lp63 .lp63Fv__title {
  position: relative;
  display: inline-block;
  margin: 0 0 12px;
  padding: 0 22px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

.lp63 .lp63Fv__title::before,
.lp63 .lp63Fv__title::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 20px;
  height: 22px;
  background: url("../img/icon_sparkle.svg") no-repeat center/contain;
}

.lp63 .lp63Fv__title::before {
  left: 0;
}

.lp63 .lp63Fv__title::after {
  right: 0;
  transform: scaleX(-1);
}

.lp63 .lp63Fv__title .small {
  display: block;
  font-size: 22px;
  font-weight: 500;
}

.lp63 .lp63Fv__title .gold {
  color: var(--lp63-gold);
}

.lp63 .lp63Fv__lead {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
}

.lp63 .lp63Fv__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "lb1 ph2 lb3"
    "ph1 lb2 ph3";
  gap: 0;
  overflow: hidden;
  border-radius: 10px;
}

.lp63 .lp63Fv__label1 {
  grid-area: lb1;
}

.lp63 .lp63Fv__label2 {
  grid-area: lb2;
}

.lp63 .lp63Fv__label3 {
  grid-area: lb3;
}

.lp63 .lp63Fv__photo1 {
  grid-area: ph1;
}

.lp63 .lp63Fv__photo2 {
  grid-area: ph2;
}

.lp63 .lp63Fv__photo3 {
  grid-area: ph3;
}

.lp63 .lp63Fv__item {
  position: relative;
  aspect-ratio: 115 / 130;
  overflow: hidden;
}

.lp63 .lp63Fv__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp63 .lp63Fv__item--label::before,
.lp63 .lp63Fv__item--label::after {
  content: "";
  position: absolute;
  background: url("../img/deco_star.svg") no-repeat center/contain;
  pointer-events: none;
}

.lp63 .lp63Fv__item--label::before {
  width: 26%;
  aspect-ratio: 30 / 29;
  right: 10%;
  top: 18%;
}

.lp63 .lp63Fv__item--label::after {
  width: 13%;
  aspect-ratio: 1 / 1;
  left: 5%;
  top: 69%;
}

.lp63 .lp63Fv__item--label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.lp63 .lp63Fv__item--aircon {
  background: linear-gradient(180deg, #48a1c4 0%, #2380a4 100%);
}

.lp63 .lp63Fv__item--bathroom {
  background: linear-gradient(180deg, #53beab 0%, #23a38c 100%);
}

.lp63 .lp63Fv__item--bathtub {
  background: linear-gradient(180deg, #e58d45 0%, #d26e1d 100%);
}

/* FV下 キャンペーンバナーカルーセル */
.lp_cp_bnr_slick {
  max-width: 800px;
  margin: 20px auto 50px !important;
  width: 85%;
}

.lp_cp_bnr_slick .slick-slide {
  box-sizing: border-box;
  padding: 0 6px;
}

.slick-prev::before,
.slick-next::before {
  color: #999;
}

/* =========================================================
   プレミアムプランが選ばれる理由
   ========================================================= */
.lp63 .lp63Reason {
  padding: 20px 0 40px;
  background: var(--lp63-cream);
}

@media screen and (min-width: 768px) {
  .lp63 .lp63Reason {
    padding: 30px 0 40px;
  }
}

.lp63 .lp63Reason__list {
  display: grid;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp63 .lp63Reason__item {
  position: relative;
  padding: 35px 15px 15px;
  background: #fff;
  border-radius: 8px;
}

.lp63 .lp63Reason__item::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -25px;
  width: 68px;
  height: 68px;
  background: url("../img/deco_star.svg") no-repeat center/contain;
  pointer-events: none;
}

.lp63 .lp63Num {
  position: absolute;
  left: 14px;
  top: -8px;
  width: 40px;
  height: 36px;
  z-index: 1;
}

.lp63 .lp63Num svg {
  display: block;
  width: 40px;
  height: 36px;
}

.lp63 .lp63Num__t {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Montserrat, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.lp63 .lp63Reason__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.lp63 .lp63Reason__img {
  height: 150px;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 5px;
  background: #d9d9d4;
}

.lp63 .lp63Reason__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp63 .lp63Reason__text {
  font-size: 15px;
}

/* =========================================================
   プレミアムプラン一覧
   ========================================================= */
.lp63 .lp63Plan {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .lp63 .lp63Plan {
    padding: 50px 0 30px;
  }
}

.lp63 .lp63Plan__list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp63 .lp63Plan__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}

.lp63 .lp63Plan__link--aircon {
  background: linear-gradient(180deg, #48a1c4 0%, #2380a4 100%);
}

.lp63 .lp63Plan__link--bathroom {
  background: linear-gradient(180deg, #53beab 0%, #23a38c 100%);
}

.lp63 .lp63Plan__link--bathtub {
  background: linear-gradient(180deg, #e58d45 0%, #d26e1d 100%);
}

.lp63 .lp63Plan__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}

.lp63 .lp63Plan__body {
  flex: 1 1 auto;
  min-width: 0;
}

.lp63 .lp63Plan__name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.lp63 .lp63Plan__desc {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.lp63 .lp63Plan__arrow {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-left: 0;
}

.lp63 .lp63Plan__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   商品セクション共通
   ========================================================= */
.lp63 .lp63Item {
  position: relative;
}

.lp63 .lp63Item__wave {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}

.lp63 .lp63Item__bg {
  padding: 10px 0 40px;
}

@media screen and (min-width: 768px) {
  .lp63 .lp63Item__bg {
    margin-top: -40px;
  }
}

.lp63 .lp63Item--bathroom {
  background: #eaf9fd;
}

.lp63 .lp63Item--bathtub {
  background: #ebfcf0;
}

.lp63 .lp63Item--aircon .lp63Item__bg {
  background: #eaf9fd;
}

.lp63 .lp63Item--bathroom .lp63Item__bg {
  background: #ebfcf0;
}

.lp63 .lp63Item--bathtub .lp63Item__bg {
  background: #fcf2eb;
}

/* コンテンツ白カラム */
.lp63 .lp63White {
  position: relative;
  padding: 0 15px 20px;
  border-radius: 10px;
  background: #fff;
}

.lp63 .lp63White__deco {
  position: absolute;
  right: 5px;
  top: -25px;
  width: 75px;
  pointer-events: none;
  z-index: 2;
}

/* 商品カード */
.lp63 .lp63Card {
  position: relative;
  margin: 0 -15px 25px;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.lp63 .lp63Card__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  z-index: 1;
}

.lp63 .lp63Card__body {
  border-radius: 0;
}

.lp63 .lp63Item--aircon .lp63Card__head {
  background: #2380a4;
}

.lp63 .lp63Item--bathroom .lp63Card__head {
  background: #23a48c;
}

.lp63 .lp63Item--bathtub .lp63Card__head {
  background: #d26e1d;
}

.lp63 .lp63Card__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}

.lp63 .lp63Card__title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.lp63 .lp63Card__title .normal {
  font-weight: 400;
}

.lp63 .lp63Card__title .small {
  font-size: .8em;
}

.lp63 .lp63Card__body {
  padding: 15px;
}

.lp63 .lp63Card__lead {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.lp63 .lp63Item--aircon .lp63Card--compactInquiry {
  margin-bottom: 10px;
}

.lp63 .lp63Card--compactInquiry .aircon-five-plus-inquiry__cta {
  padding-bottom: 0;
}

.lp63 .aircon-five-plus-inquiry__cta {
  padding: 14px 8px 10px;
}

.lp63 .aircon-five-plus-inquiry__cta p {
  font-size: clamp(11px, 3.4667vw, 13px);
  white-space: nowrap;
}

/* before / after */
.lp63 .lp63Ba {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
}

.lp63 .lp63Ba__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.lp63 .lp63Ba__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.lp63 .lp63Ba__label {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .85);
  font-size: 13px;
  font-weight: 700;
  color: var(--lp63-text);
}

.lp63 .lp63Ba__item--after::before,
.lp63 .lp63Ba__item--after::after {
  content: "";
  position: absolute;
  background: url("../img/deco_star.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}

.lp63 .lp63Ba__item--after::before {
  width: 22%;
  aspect-ratio: 1 / 1;
  right: 6%;
  top: 5%;
}

.lp63 .lp63Ba__item--after::after {
  width: 12%;
  aspect-ratio: 1 / 1;
  left: 8%;
  bottom: 12%;
}

.lp63 .lp63Ba__item--after .lp63Ba__label {
  top: auto;
  left: auto;
  right: 8px;
  bottom: 8px;
}

.lp63 .lp63Ba__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 22px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.lp63 .lp63Ba--single {
  grid-template-columns: 1fr;
}

.lp63 .lp63Ba--single img {
  aspect-ratio: 530 / 251;
}

/* 料金・作業時間 */
.lp63 .lp63CampaignText {
  margin: 0 0 6px;
  color: #e60012;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.lp63 .lp63Price {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
  margin: 0 0 15px;
  color: var(--lp63-pink-text);
  font-weight: 700;
}

.lp63 .lp63Price dt {
  display: flex;
  justify-content: space-between;
  min-width: 5em;
  font-size: 20px;
  line-height: 1.5;
}

.lp63 .lp63Price dt:first-child {
  align-self: center;
}

/* ラベル幅が違ってもコロンの位置を縦に揃える */
.lp63 .lp63Price dt::after {
  content: "：";
}

.lp63 .lp63Price dd {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.lp63 .lp63Price__regular {
  margin-right: 6px;
  font-size: 14px;
  color: var(--lp63-text);
}

/* クリーニング内容 */
.lp63 .lp63Spec {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  background: var(--lp63-pink-bg);
  color: var(--lp63-pink-text);
}

.lp63 .lp63Spec__time,
.lp63 .lp63Spec__label {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.lp63 .lp63Spec__text {
  font-size: 15px;
  line-height: 1.5;
}

/* カート */
.lp63 .lp63Cart {
  padding: 20px 12px;
  border-radius: 10px;
  background: var(--lp63-pink-bg);
}

.lp63 .lp63Cart+.lp63Cart {
  margin-top: 20px;
}

.lp63 .lp63Cart__rows {
  margin-bottom: 15px;
}

.lp63 .lp63Cart__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 0;
}

.lp63 .lp63Cart__name {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.lp63 .lp63Cart__price {
  flex: 1 1 auto;
  text-align: right;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.lp63 .lp63Cart__price .s01 {
  font-size: 20px;
  color: var(--lp63-aeon);
}

.lp63 .lp63Cart__price .s02 {
  font-size: 16px;
  color: var(--lp63-aeon);
}

.lp63 .lp63Cart__price .s0102 {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  color: var(--lp63-text);
}

.lp63 .lp63Cart--aircon .lp63Cart__price .s0102 {
  display: block;
  margin-right: 0;
}

.lp63 .lp63Cart__price s {
  margin-right: 5px;
  font-size: 14px;
  color: var(--lp63-text);
}

.lp63 .lp63Cart__qty {
  flex: 0 0 auto;
  font-size: 12px;
  white-space: nowrap;
}

.lp63 .lp63Cart__qty .equipmentSelect01,
.lp63 .lp63Cart__qty select {
  min-width: 47px;
  height: 42px;
  padding: 0 6px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  color: var(--lp63-text);
}

.lp63 .lp63Cart__flex {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.lp63 .lp63Cart__flex .lp63Cart__qty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.lp63 .lp63Cart__main {
  flex: 1 1 auto;
}

.lp63 .lp63Cart__flex .lp63Cart__price {
  margin-bottom: 8px;
  text-align: center;
}

/* カートに入れるボタン（共通パーツの markup を上書き） */
.lp63 .lp63Cart .topOtherBtn01 {
  margin: 0;
}

.lp63 .lp63Cart .topOtherBtn01 button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px 10px 10px;
  border: none;
  border-radius: 5px;
  background: var(--lp63-orange);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
}

.lp63 .lp63Cart .topOtherBtn01 button:disabled,
.lp63 .lp63Cart .topOtherBtn01 button.is-disabled {
  background: #f8ac81;
  cursor: default;
}

.lp63 .lp63Cart .topOtherBtn01 button::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* 特徴 -------------------------------------------------- */
.lp63 .lp63Feature {
  margin-bottom: 30px;
}

.lp63 .lp63Feature__head {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.lp63 .lp63Item--aircon .lp63Feature__head {
  background: #2380a4;
}

.lp63 .lp63Item--bathroom .lp63Feature__head {
  background: #23a48c;
}

.lp63 .lp63Item--bathtub .lp63Feature__head {
  background: #d26e1d;
}

.lp63 .lp63Feature__list {
  display: grid;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp63 .lp63Feature__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  border-radius: 8px;
}

.lp63 .lp63Item--aircon .lp63Feature__item {
  background: #ebf7fc;
}

.lp63 .lp63Item--bathroom .lp63Feature__item {
  background: #eaf8f0;
}

.lp63 .lp63Item--bathtub .lp63Feature__item {
  background: #fdf1ea;
}

.lp63 .lp63Feature__num {
  left: auto;
  right: auto;
}

.lp63 .lp63Feature__item .lp63Num {
  left: 8px;
  top: -10px;
}

.lp63 .lp63Feature__img {
  flex: 0 0 110px;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 8px;
}

.lp63 .lp63Feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp63 .lp63Feature__body {
  flex: 1 1 auto;
}

.lp63 .lp63Feature__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.lp63 .lp63Feature__text {
  font-size: 14px;
  line-height: 1.5;
}

/* 比較表 ------------------------------------------------ */
.lp63 .lp63Hikaku {
  margin-bottom: 30px;
}

.lp63 .lp63Table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
  font-size: 13px;
  table-layout: fixed;
}

.lp63 .lp63Table th,
.lp63 .lp63Table td {
  padding: 8px 4px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.4;
}

.lp63 .lp63Table thead th {
  font-weight: 700;
}

.lp63 .lp63Table th.lp63Table__label {
  width: 28%;
  padding-left: 8px;
  padding-right: 6px;
  font-size: 12px;
  text-align: left;
}

.lp63 .lp63Table__label .sub {
  font-size: .9em;
}

.lp63 .lp63Table th.lp63Table__std,
.lp63 .lp63Table td.lp63Table__std {
  background: #f5f7f7;
}

.lp63 .lp63Table th.lp63Table__pre,
.lp63 .lp63Table td.lp63Table__pre {
  background: #fffcdd;
}

.lp63 .lp63Table thead th.lp63Table__pre {
  background: var(--lp63-gold);
  color: #fff;
}

.lp63 .lp63Table__mark {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 2px solid var(--lp63-aeon);
  border-radius: 50%;
}

.lp63 .lp63Table__mark--double {
  position: relative;
}

.lp63 .lp63Table__mark--double::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border: 2px solid var(--lp63-aeon);
  border-radius: 50%;
}

/* 料金行はセル内を中央揃え */
.lp63 .lp63Table tr.lp63Table__price td {
  text-align: center;
}

.lp63 .lp63Table__note {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
}

/* 清掃箇所 ---------------------------------------------- */
.lp63 .lp63Parts {
  margin-bottom: 25px;
}

.lp63 .lp63Parts img {
  display: block;
  margin: 0 auto;
}

.lp63 .lp63Parts__legend {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.lp63 .lp63Parts__legend .common {
  color: #2380a4;
}

.lp63 .lp63Parts__legend .premium {
  color: var(--lp63-gold);
}

.lp63 .lp63Parts__legend .dot {
  margin-right: 3px;
}

/* アコーディオン（詳細ページの markup をそのまま利用） */
.lp63 .lp63Acc {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 8px;
  padding: 0 15px;
}

.lp63 .lp63Acc .accordion {
  border-bottom: 1px solid #ebebeb;
}

.lp63 .lp63Acc .accordion:last-child {
  border-bottom: none;
}

.lp63 .lp63Acc .ac {
  position: relative;
  padding: 15px 30px 15px 0;
  cursor: pointer;
}

.lp63 .lp63Acc .ac p {
  font-size: 16px;
  font-weight: 700;
}

.lp63 .lp63Acc .ac::before,
.lp63 .lp63Acc .ac::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #999;
  transition: transform .2s;
}

.lp63 .lp63Acc .ac::after {
  transform: rotate(90deg);
}

.lp63 .lp63Acc .ac.open::after {
  transform: rotate(0);
}

.lp63 .lp63Acc .airconAcCont01 {
  display: none;
  padding-bottom: 15px;
  font-size: 14px;
}

.lp63 .lp63Acc .airconAcUl01 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp63 .lp63Acc .airconAcUl01>li {
  display: flex;
  gap: 15px;
  padding: 10px 0;
  border-top: 1px dotted #ddd;
}

.lp63 .lp63Acc .airconAcUl01 li .img01 {
  width: 112px;
  flex-shrink: 0;
}

.lp63 .lp63Acc .airconAcUl01 li .dl01 {
  width: 100%;
}

.lp63 .lp63Acc .dl01 dt {
  margin-bottom: 5px;
  color: #147195;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
}

.lp63 .lp63Acc .dl01 dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
}

.lp63 .lp63Acc .airconAcNum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 20px;
  background-color: #147195;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.lp63 .lp63Acc a {
  color: #2380a4;
  text-decoration: underline;
}

/* 「詳細はこちら」等の文末リンクは改行して右寄せ（商品詳細ページと同じ体裁） */
.lp63 .lp63Acc .airconAcUl01 li .dl01 dd a {
  display: block;
  width: fit-content;
  margin: 5px 0 0 auto;
  color: #147195;
  text-decoration: underline;
}

.lp63 .lp63Acc .airconAcUl01 li .dl01 dd a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.216939 6.4337C-0.0513333 6.674 -0.0734366 7.08681 0.16757 7.35575C0.408577 7.62468 0.821429 7.6479 1.0897 7.40761L0.65332 6.92065L0.216939 6.4337ZM4.10999 3.82448L4.54637 4.31143C4.68282 4.18921 4.76142 4.01509 4.76294 3.83166C4.76446 3.64823 4.68876 3.47241 4.55436 3.34721L4.10999 3.82448ZM1.14966 0.175639C0.885416 -0.0705074 0.472254 -0.056366 0.226832 0.207224C-0.0185889 0.470815 -0.00333358 0.884038 0.260906 1.13018L0.705281 0.652911L1.14966 0.175639ZM0.65332 6.92065L1.0897 7.40761L4.54637 4.31143L4.10999 3.82448L3.6736 3.33753L0.216939 6.4337L0.65332 6.92065ZM4.10999 3.82448L4.55436 3.34721L1.14966 0.175639L0.705281 0.652911L0.260906 1.13018L3.66561 4.30175L4.10999 3.82448Z' fill='%23147195'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 8px;
}

/* キャンペーン挿入箇所 */
.lp63 .lp63CpSlot {
  margin-bottom: 20px;
}

/* 注記・リンク */
.lp63 .lp63Note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
}

.lp63 .lp63Note a {
  color: inherit;
  text-decoration: underline;
}

.lp63 .lp63TextLink {
  margin-top: 20px;
  text-align: center;
}

.lp63 .lp63TextLink a {
  position: relative;
  display: inline-block;
  padding: 15px 45px 15px 30px;
  border-radius: 82px;
  background: var(--lp63-text);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.lp63 .lp63TextLink a::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* =========================================================
   共通コンテンツ（カジタクが選ばれる理由 / 評価 / 声 / 流れ）
   ========================================================= */
.lp63 .lp63Common {
  padding: 35px 0 10px;
}

.lp63 .lp63Common--flow {
  padding: 35px 0 20px;
}

.lp63 .lp63Common img {
  width: 100%;
}

.lp63 .lp63Voice {
  padding: 20px 0 40px;
}

.lp63 .lp63Voice__carousel {
  position: relative;
}

@media screen and (max-width:767px){
  .lp63 .lp63Voice__carousel {
    margin: 0 auto;
    width: 90%;
  }
}

.lp63 .lp63Voice .swiper {
  padding-bottom: 30px;
}

.lp63 .lp63Voice .swiper-button-prev,
.lp63 .lp63Voice .swiper-button-next {
  width: 20px;
  height: 20px;
  margin-top: -25px;
  background: transparent;
}

.lp63 .lp63Voice__arrow {
  display: block;
  color: #999;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp63 .lp63Voice .swiper-button-prev:hover .lp63Voice__arrow,
.lp63 .lp63Voice .swiper-button-next:hover .lp63Voice__arrow {
  opacity: 1;
}

.lp63 .lp63Voice .swiper-button-prev {
  left: -25px;
}

.lp63 .lp63Voice .swiper-button-next {
  right: -25px;
}

.lp63 .lp63Voice .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  background: #fdf0f7;
  font-size: 15px;
}

.lp63 .lp63Voice .swiper-slide p+p {
  margin-top: auto;
  padding-top: 10px;
  font-size: 13px;
}

.lp63 .lp63Guide {
  padding: 0 15px 40px;
  text-align: center;
}

.lp63 .lp63Guide .contBtn02 {
  margin-top: 0;
}

.lp63 .lp63Guide .contBtn02 a {
  max-width: 100%;
}



/* =========================================================
   PC
   ========================================================= */
@media screen and (min-width: 768px) {
  .lp63 .lp63Inner {
    padding: 0 30px;
  }

  .lp63 .lp63SpBr {
    display: none;
  }

  .lp63 .lp63PcBr {
    display: inline;
  }

  .lp63 .lp63H2 {
    padding-left: 32px;
    font-size: 30px;
  }

  .lp63 .lp63H3 {
    font-size: 26px;
  }

  /* 浴槽の比較表見出しは文字数が多いため、1行に収まるサイズにする */
  .lp63 .lp63Item--bathtub .lp63H3 {
    font-size: 20px;
  }

  /* FV */
  .lp63 .lp63Fv {
    padding: 40px 0 50px;
  }

  .lp63 .lp63Fv__catch img {
    width: 166px;
  }

  .lp63 .lp63Fv__title {
    font-size: 32px;
    padding: 0 44px;
  }

  .lp63 .lp63Fv__title::before,
  .lp63 .lp63Fv__title::after {
    top: -10px;
    width: 26px;
    height: 28px;
  }

  .lp63 .lp63Fv__title .small {
    font-size: 24px;
  }

  .lp63 .lp63Fv__lead {
    font-size: 18px;
  }

  .lp63 .lp63Inner--wide {
    max-width: 1184px;
  }

  /* FV以下のコンテンツはFVより少し幅を狭くする */
  .lp63 .lp63Reason .lp63Inner--wide,
  .lp63 .lp63Plan .lp63Inner--wide {
    max-width: 1100px;
  }

  .lp63 .lp63Fv__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "lb1 lb2 lb3"
      "ph1 ph2 ph3";
    gap: 0;
    border-radius: 0;
    overflow: visible;
  }

  .lp63 .lp63Fv__item {
    overflow: hidden;
    border-radius: 0;
  }

  .lp63 .lp63Fv__item--label {
    border-radius: 0;
  }

  .lp63 .lp63Fv__item--label::before {
    width: 7.6%;
    right: 1.5%;
    top: 7.5%;
  }

  .lp63 .lp63Fv__item--label::after {
    width: 5.5%;
    left: 1%;
    top: 60%;
  }

  .lp63 .lp63Fv__photo1,
  .lp63 .lp63Fv__photo2,
  .lp63 .lp63Fv__photo3 {
    border-radius: 0;
  }

  .lp63 .lp63Fv__item {
    aspect-ratio: 330 / 200;
  }

  .lp63 .lp63Fv__item--label {
    aspect-ratio: 330 / 80;
    font-size: 18px;
  }

  /* 選ばれる理由 */
  .lp63 .lp63Reason__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .lp63 .lp63Reason__title {
    font-size: 20px;
  }

  .lp63 .lp63Reason__text {
    font-size: 16px;
  }

  /* プラン一覧 */
  .lp63 .lp63Plan__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }

  .lp63 .lp63Plan__icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }

  .lp63 .lp63Plan__name {
    font-size: 20px;
  }

  .lp63 .lp63Plan__desc {
    font-size: 16px;
  }

  .lp63 .lp63Plan__link {
    gap: 5px;
    padding: 10px 10px 10px 10px;
  }

  .lp63 .lp63Plan__arrow {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin-left: 0;
  }

  /* コンテンツ白カラム */
  .lp63 .lp63White {
    padding: 0 30px 30px;
    border-radius: 10px;
    background: #fff;
  }

  .lp63 .lp63White__deco {
    right: -21px;
    top: -41px;
    width: 134px;
  }

  /* 商品カード */
  .lp63 .lp63Card {
    margin: 0 -30px 25px;
    border-radius: 10px 10px 0 0;
  }

  .lp63 .lp63Card__body {
    border-radius: 0;
  }

  .lp63 .lp63Card__head {
    padding: 10px 20px;
  }

  .lp63 .lp63Card__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
  }

  .lp63 .lp63Card__title {
    font-size: 25px;
  }

  .lp63 .lp63Card__body {
    padding: 20px 35px 30px;
  }

  .lp63 .lp63Card__lead {
    font-size: 16px;
  }

  .lp63 .aircon-five-plus-inquiry__cta {
    padding: 22px 24px;
  }

  .lp63 .lp63Card--compactInquiry .aircon-five-plus-inquiry__cta {
    padding-bottom: 0;
  }

  .lp63 .aircon-five-plus-inquiry__cta p {
    font-size: 14px;
    white-space: normal;
  }

  .lp63 .lp63Ba {
    max-width: 531px;
    margin: 0 auto 25px;
    gap: 29px;
  }

  .lp63 .lp63Ba__arrow {
    width: 45px;
    height: 30px;
  }

  .lp63 .lp63Price {
    max-width: 530px;
    margin: 0 auto 20px;
  }

  .lp63 .lp63CampaignText {
    font-size: 16px;
  }

  .lp63 .lp63Cart--aircon .lp63Cart__price .s0102 {
    display: inline;
    margin-right: 5px;
  }

  .lp63 .lp63Guide {
    margin-top: -30px;
  }

  .lp63 .lp63Price dt,
  .lp63 .lp63Price dd {
    font-size: 24px;
  }

  .lp63 .lp63Spec {
    max-width: 530px;
    margin: 0 auto 25px;
    padding: 20px;
    text-align: left;
  }

  .lp63 .lp63Spec__time,
  .lp63 .lp63Spec__label {
    font-size: 20px;
  }

  .lp63 .lp63Spec__text {
    font-size: 18px;
  }

  .lp63 .lp63Cart {
    max-width: 530px;
    margin: 0 auto;
    padding: 30px;
  }

  .lp63 .lp63Cart__name {
    font-size: 16px;
  }

  .lp63 .lp63Cart__qty {
    font-size: 14px;
  }

  .lp63 .lp63Cart__flex {
    gap: 17px;
    justify-content: center;
  }

  /* 特徴 */
  .lp63 .lp63Feature__head {
    font-size: 22px;
  }

  .lp63 .lp63Feature__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .lp63 .lp63Feature__title {
    font-size: 18px;
  }

  .lp63 .lp63Feature__text {
    font-size: 15px;
  }

  /* 比較表 */
  .lp63 .lp63Table {
    font-size: 16px;
  }

  .lp63 .lp63Table th,
  .lp63 .lp63Table td {
    padding: 12px 8px;
  }

  .lp63 .lp63Table th.lp63Table__label {
    width: 160px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .lp63 .lp63Table__note {
    font-size: 13px;
  }

  .lp63 .lp63Parts img {
    max-width: 530px;
  }

  .lp63 .lp63Parts__legend {
    font-size: 16px;
    text-align: center;
  }

  .lp63 .lp63Acc {
    padding: 0 20px;
  }

  .lp63 .lp63Acc .ac p {
    font-size: 18px;
  }

  /* アコーディオン内のリストは商品詳細ページと同じ文字サイズ */
  .lp63 .lp63Acc .dl01 dt {
    font-size: 16px;
  }

  .lp63 .lp63Acc .dl01 dd {
    font-size: 15px;
  }

  .lp63 .lp63Voice .swiper-slide {
    font-size: 16px;
  }
}

.contBlockWrap01 {
  padding-top: 20px;
  background-color: #F5F7F7;
}

.contBlockWrap01::before {
  display: none;
}

.lp63Faq {
  background-color: #F5F7F7;
}

.lp63Faq .contBlock04 {
  padding: 20px 0px 40px;
}
