@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.wrapper *,
*::before,
*::after {
    box-sizing: border-box;
}

.wrapper {
    margin: auto;
    padding: 0;
    display: block;
    position: relative;
    width: 1200px;
    color: #333;
    text-align: left;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    background-color: #fcfcfc;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.wrapper :where(h1, h2, h3, h4, h5, ul, p) {
    overflow-wrap: break-word;
    line-height: calc(1em + 0.7rem);
    /* text-wrap: balance; */
    padding: 0;
    margin: 0;
}

.wrapper li {
    list-style-type: none;
}

.wrapper a {
    text-decoration: none;
    color: inherit;
}

.wrapper img {
    max-width: 100%;
    vertical-align: bottom;
    max-inline-size: 100%;
    block-size: auto;
}

.wrapper section,
.wrapper div {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.wrapper section:not(:first-child) {
    padding-bottom: 40px;
}

.wrapper section.sec01,
.wrapper section#steps {
    text-align: center;
}

/* ========================================= */
/* FV */
/* ========================================= */

.wrapper .fv {
    position: relative;
}

.wrapper .intro {
    font-size: 20px;
    font-weight: 600;
    /* color: #00b8c1; */
    color: #00c4bf;
    width: 70%;
    margin: auto;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}


.wrapper .line01 {
    display: block;
}

.wrapper .line02 {
    position: relative;
    width: 516px;
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    /* animation: growText 1s forwards; */
    transform: scale(1);
    will-change: transform;
    margin-top: 2px;
}

.wrapper .line02::before {
    content: '';
    position: absolute;
    left: -48px;
    bottom: 0;
    width: 39.5px;
    height: 39px;
    background-image: url('https://houjin.biccamera.com/images/topics/ac_cleaning/img/img_deco01.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
}

.wrapper .line02::after {
    content: '';
    position: absolute;
    right: -48px;
    bottom: 0;
    width: 39.5px;
    height: 39px;
    background-image: url('https://houjin.biccamera.com/images/topics/ac_cleaning/img/img_deco02.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
}

/* .wrapper .line02.grow {
    animation: growText 1s forwards;
}

@keyframes growText {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
} */

.wrapper .bgr {
    color: #1c69e5;
    font-size: 30px;
    font-weight: 700;
}

.wrapper .margin {
    margin: 0 .04em 0 .07em;
}

.wrapper .marker {
    background: linear-gradient(transparent 62%, #ffee50 50%);
    background-repeat: no-repeat;
    /* background-size: 0% 100%; */
    /* transition: background-size 1s; */
}

/* .wrapper .marker.on {
    background-size: 100% 100%;
} */

.wrapper .inquiry {
    position: absolute;
    right: 5px;
    bottom: 2.5px;
}

.wrapper .inquiry_wrapper {
    display: block;
    width: fit-content;
    transition: transform .3s;
}

.wrapper .inq_wrapper::before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 2.5px;
    width: 189px;
    height: 189px;
    background-image: url('https://houjin.biccamera.com/images/topics/ac_cleaning/img/img_cta_outer.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
    animation: spin 15s linear infinite;
    transform-origin: center center;
    border-radius: calc(1px / 0);
    object-fit: cover;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* ========================================= */
/* 02 定期的なメンテナンス */
/* ========================================= */
.wrapper .maintenance {
    position: relative;
}

.wrapper .bubble {
    position: absolute;
    top: 270px;
    right: 40px;
    /* animation: floating-x 1s ease-in-out infinite alternate-reverse; */
}

/* @keyframes floating-x {
    0% {
        transform: translateX(-3%);
    }

    100% {
        transform: translateX(0%);
    }
} */

.wrapper .result_box {
    width: 467px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.wrapper .result_box img:first-child {
    margin-bottom: 20px;
}

.wrapper .animate_pulse {
    animation: pulse 0.6s ease-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.wrapper .sec02 ul {
    padding-top: 8px;
    padding-left: 20px;
    color: #666;
}

/* ========================================= */
/* 03 料金一覧 */
/* ========================================= */

.wrapper .sec03_inner {
    background-color: #00a9ec;
    text-align: center;
    padding-bottom: 48px;
}

.wrapper .sec03 h3 {
    padding-top: 24px;
}

.wrapper .sec03 .comment {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 12px 0;
}

.wrapper .price_container {
    background-color: #e5f6fd;
    background-color: #e9fbff;
    /* background-color: #ffee50; */
    width: 890px;
    margin: auto;
    box-shadow: 0px 4px 5px rgb(42 85 112 / 30%);
}

.wrapper .price_container:nth-of-type(2) {
    margin-top: 32px;
    background-color: #fffdeb;
}

.wrapper .price_container .ac_img {
    padding: 40px 0;
}

.wrapper .price_wrapper {
    background-color: #fff;
    background-image: radial-gradient(#e5f6fd 10%, transparent 20%), radial-gradient(#e5f6fd 10%, transparent 20%);
    background-image: radial-gradient(#8ce4f9 10%, transparent 20%), radial-gradient(#8ce4f9 10%, transparent 20%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
    padding: 6px 0 0;
    font-size: 40px;
    font-weight: 800;
    color: #1c69e5;
}

.wrapper .price_container:nth-of-type(2) .price_wrapper {
    background-image: radial-gradient(#ffee50 10%, transparent 20%), radial-gradient(#ffee50 10%, transparent 20%);
    /* background-image: radial-gradient(#f7f4dd 10%, transparent 20%), radial-gradient(#f7f4dd 10%, transparent 20%); */
}

.wrapper .price .smr {
    font-size: .6em;
    padding-left: .1em;
    font-weight: 700;
}

.wrapper .price::before {
    content: '税別';
    width: 1.55em;
    height: 3em;
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    padding: 0.25em;
    line-height: 1.1;
}

/* ========================================= */
/* 04 ご要望にお応えします！ */
/* ========================================= */

.wrapper .ac_container {
    display: flex;
    flex-wrap: wrap;
}

.wrapper .ac_item {
    width: 50%;
}

.wrapper .sec04_inner {
    background-color: #8ce4f9;
    padding: 24px 20px;
}

.wrapper .point_wrapper {
    background-color: #fff;
    background-image: radial-gradient(#e5f6fd 10%, transparent 20%), radial-gradient(#e5f6fd 10%, transparent 20%);
    background-image: radial-gradient(#8ce4f9 10%, transparent 20%), radial-gradient(#8ce4f9 10%, transparent 20%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
    /* border-radius: 2px; */
}

.wrapper .point_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 48px 32px 32px;
    text-align: center;
}

.wrapper .point_item {
    width: 49%;
    border: 2px solid #1c69e5;
    border-radius: 2px;
    background-color: #fff;
    padding: 0 1em;
    position: relative;
    box-shadow: 0px 4px 5px rgb(42 85 112 / 20%);
}

.wrapper .point_circle {
    width: 96px;
    height: 96px;
    background-color: #1c69e5;
    border-radius: calc(1px / 0);
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -32px;
    left: -10px;
    box-shadow: 0px 4px 5px rgb(42 85 112 / 20%);
}

.wrapper .point_circle img {
    margin-top: 8px;
}

.wrapper .point_img {
    padding: 24px 0;
}

.wrapper .point_title {
    color: #1c69e5;
    font-size: 24px;
    font-weight: 800;
    padding-top: 16px;
    font-weight: 800;
}

/* モーダル */
.wrapper .modal_overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /* height: 100vh; */
    inset: 0;
    background: rgba(0 0 0 / .6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    will-change: opacity;
}

.wrapper .modal_overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.wrapper .modal {
    position: relative;
    background-color: #fcfcfc;
    padding: 3em 1em;
    border-radius: 2px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 8px 16px rgba(0 0 0 / .3);
    text-align: center;
    transform: scale(0.95);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: transform, opacity;
    max-height: 100vh;
    overflow: auto;
}

.wrapper .modal_overlay.active .modal {
    transform: scale(1);
    opacity: 1;
}

.is_scrollLocked {
    overflow: hidden;
}

.wrapper .modal img {
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border: 1px solid #ccc;
    border-radius: 1px;
    background-color: #fff;
    padding: 16px 0;
    will-change: transform, opacity;
}

/* 閉じるボタン */
.wrapper .close_button {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
}

.wrapper .close_button::before,
.wrapper .close_button::after {
    content: '';
    position: absolute;
    /* top: 1em;
    right: 1em; */
    width: 2px;
    height: 1.5em;
    background-color: #333;
    transition: background-color 0.3s;
}

.wrapper .close_button::before {
    transform: rotate(45deg);
}

.wrapper .close_button::after {
    transform: rotate(-45deg);
}

/* サムネイル画像 */
.wrapper .thumbnail {
    max-width: 300px;
    cursor: pointer;
    transition: transform 0.2s;
}

.wrapper .additional_info {
    text-align: left;
    padding-bottom: 8px;
    color: #666;
}

/* ========================================= */
/* 05 注意事項 */
/* ========================================= */

.wrapper .notes ul {
    padding: 8px 0 0 20px;
    font-weight: 500;
}

.wrapper .notes ul li {
    margin-bottom: 2px;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.wrapper .notes ul li::before {
    content: '※';
    padding-right: .2em;
}

/* ========================================= */
/* お問い合わせボタンエリア */
/* ========================================= */

.wrapper .cta_area_inner {
    display: block;
    background-color: #00a9ec;
    padding: 74px 0;
    position: relative;
    will-change: opacity,
        transform,
        width,
        height;
    transition:
        opacity 0.3s ease-out,
        transform 0.3s ease-out,
        width 0.3s ease-out,
        height 0.3s ease-out;
}

.wrapper .cta_area_inner::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 934px;
    height: 219px;
    background-image: url('https://houjin.biccamera.com/images/topics/ac_cleaning/img/img_persons.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.wrapper .cta_area_inner::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    background-image: url('https://houjin.biccamera.com/images/topics/ac_cleaning/img/img_contact_us@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    transition:
        width .6s ease,
        height .6s ease,
        opacity .6s ease,
        transform .6s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: opacity,
        transform,
        width,
        height;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

@keyframes spin02 {
    0% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) scale(1) rotate(-360deg);
    }
}

.wrapper .cta_button {
    display: block;
    width: 500px;
    border: 2px solid #1c69e5;
    color: #1c69e5;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 20px 40px 22px;
    border-radius: calc(1px / 0);
    margin: auto;
    transition: transform .3s;
    position: relative;
    /* 水玉 */
    background-color: #fff;
    background-image: radial-gradient(#8ce4f9 10%, transparent 20%), radial-gradient(#8ce4f9 10%, transparent 20%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
    z-index: 1000;

    box-shadow: 0px 4px 5px rgb(42 85 112 / 20%);
}

.wrapper .cta_button::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    width: 30px;
    height: 30px;
    border-radius: calc(1px / 0);
    background-color: #1c69e5;
    z-index: 1000;
}

.wrapper .cta_button::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 15px;
    height: 13px;
    background-image: url('https://houjin.biccamera.com/images/topics/ac_cleaning/img/icon_arrow.svg');
    background-size: cover;
    background-position: center;
    z-index: 1000;
}

/* ========================================= */
/* ホバー用 */
/* ========================================= */

@media (hover: hover) and (pointer: fine) {
    .wrapper a:hover img {
        opacity: 1;
    }

    .wrapper a.inquiry_wrapper:hover {
        transform: scale(1.05);
    }

    .wrapper .close_button:hover::before,
    .wrapper .close_button:hover::after {
        background-color: #1c69e5;
    }

    .wrapper .thumbnail:hover {
        transform: scale(1.05);
    }

    .wrapper .cta_area_inner:hover::after {
        width: 180px;
        height: 180px;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        animation: spin02 10s linear infinite;
    }

}