@charset 'UTF-8';
.kc-detail
{
    display: block;

    width: 100%;
    height: auto;
    padding-top: 120px;

    background-color: #fff;
}
.kc-detail__inner
{
    display: block;

    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
}
.kc-detail__inner .kc-detail-title
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: 100%; /* 26px */

    margin-bottom: 45px;

    text-align: center;
    letter-spacing: .78px;

    color: var(--text-text, #2c2c2c);
}
.kc-detail__inner .kc-detail-contents > li:not(:last-of-type)
{
    margin-bottom: 16px;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title
{
    position: relative;

    display: flex;

    height: 62px;

    cursor: pointer;

    background-color: #929ba1;

    align-items: center;
    justify-content: center;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title::before,
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title::after
{
    position: absolute;
    right: 0;

    display: block;

    width: 17px;
    height: 3px;

    content: '';
    transition: .5s;

    background-color: #fff;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title::before
{
    right: 30px;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title::after
{
    right: 30px;

    transition: .5s;
    transform: rotate(90deg);
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title.js-icon-transform::after
{
    transition: .5s;
    transform: rotate(0);
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title > span
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    text-align: center;
    letter-spacing: 1.6px;

    color: var(--fff, #fff);
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner
{
    display: none;

    width: 100%;
    height: auto;
    padding: 35px 104px 20px;

    background-color: #f3f5f6;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner.-default-open
{
    display: block;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__lead
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 180%; /* 27px */

    padding: 0 16px;

    letter-spacing: .6px;

    color: var(--text-text, #2c2c2c);
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__lead.-campain
{
    margin-bottom: 55px;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__lead.-application
{
    margin-bottom: 20px;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__lead.-review
{
    margin-bottom: 22px;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 70px;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image > source,
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image-text
{
    display: block;

    width: 100%;
    max-width: 496px;
    height: auto;
    margin: 0 auto 50px;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image-text > source,
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image-text > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image-insert
{
    display: block;

    width: 100%;
    max-width: 496px;
    height: auto;
    margin: 0 auto 70px;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image-insert > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__annotation
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-left: 16px;
    padding-left: 1em;

    text-align: center;
    text-align: left;
    text-indent: -1em;

    color: var(--text-text, #2c2c2c);
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__button
{
    display: flex;

    width: 328px;
    height: 70px;
    margin: 0 auto 70px;

    transition: .5s;

    background-color: #2c2c2c;

    align-items: center;
    justify-content: center;
}
.kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__button > span
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    letter-spacing: 2px;

    color: #fff;
}

.kc-fv
{
    position: relative;

    display: block;

    width: 100%;
    height: 640px;
    margin-bottom: 139px;
}
.kc-fv::after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    content: '';

    background-image: url(../images/reviewscampaign/pc/fv-pc.webp);
    background-position: center center;
    background-size: cover;
}
.kc-fv__inner
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    max-width: 1102px;
    height: auto;
    margin: 0 auto;
    padding-top: 86px;
    padding-right: 20px;
    padding-left: 20px;
}
.kc-fv__inner::after
{
    position: absolute;
    top: 55px;
    right: 19px;

    display: block;

    width: 112px;
    height: 112px;

    content: '';

    background-image: url(../images/reviewscampaign/pc/fv-circle.svg);
    background-size: contain;
}
.kc-fv__inner .kc-fv-copy
{
    position: relative;
    z-index: 1;

    display: block;

    width: 533px;
    height: auto;
}
.kc-fv__inner .kc-fv-copy__image > source,
.kc-fv__inner .kc-fv-copy__image > img
{
    width: 100%;
    height: 100%;
}
.kc-fv__under-band
{
    position: absolute;
    z-index: 1;
    bottom: 0;

    display: flex;

    width: 100%;
    height: auto;
    padding: 17px;

    background: rgba(161, 161, 161, .8);

    justify-content: center;
}
.kc-fv__under-band__text
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 18px */

    display: flex;

    letter-spacing: 1.8px;

    color: #fff;
}
.kc-fv__under-band__text > span
{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 20px */

    letter-spacing: 2px;
}
.kc-fv__under-band__text > span:last-of-type
{
    margin-left: 10px;
}

.kc-insert
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 420px;

    background-image: url(../images/reviewscampaign/pc/bg-insert-pc.webp);
    background-position: center;
    background-size: cover;
}
.kc-insert__inner
{
    position: relative;

    display: block;

    width: 100%;
    max-width: 1040px;
    height: 100%;
    margin: 0 auto;
}
.kc-insert__inner .kc-insert-item-image
{
    position: relative;
    z-index: 1;

    display: block;

    width: 825px;
    height: auto;

    transform: translateY(80px) translateX(-109px);
}
.kc-insert__inner .kc-insert-item-image > source,
.kc-insert__inner .kc-insert-item-image > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.kc-insert__inner .kc-insert-logo-image
{
    position: absolute;
    top: 102px;
    right: 147px;

    display: block;

    width: 185px;
    height: auto;
}
.kc-insert__inner .kc-insert-logo-image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.kc-lead
{
    position: relative;

    display: block;

    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}
.kc-lead::before
{
    position: absolute;
    z-index: 10;
    top: 239px;
    left: 0;

    display: block;

    width: 226px;
    height: 192px;

    content: '';

    background-image: url(../images/reviewscampaign/pc/lead-image-pc.webp);
    background-size: contain;
}
.kc-lead::after
{
    position: absolute;
    z-index: 1;
    bottom: -270px;
    left: 0;

    display: block;

    width: 100%;
    height: 370px;

    content: '';

    background-image: url(../images/reviewscampaign/pc/bg_white_grad.webp);
    background-position: center;
    background-size: cover;
}
.kc-lead__inner
{
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-right: 120px;
}
.kc-lead__inner .kc-lead-images
{
    position: relative;

    display: block;

    width: auto;
    height: auto;
}
.kc-lead__inner .kc-lead-images__water-bg
{
    position: absolute;
    z-index: 0;
    top: 0;

    display: block;

    width: 970px;
    height: 300px;

    background-image: url(../images/reviewscampaign/pc/bg-lead-pc.webp);
    background-size: contain;
}
.kc-lead__inner .kc-lead-images__text,
.kc-lead__inner .kc-lead-images__items
{
    position: relative;
    z-index: 1;
}
.kc-lead__inner .kc-lead-images__text
{
    position: relative;
    top: -47px;

    display: block;

    width: 648px;
    height: auto;
}
.kc-lead__inner .kc-lead-images__text > source,
.kc-lead__inner .kc-lead-images__text > img
{
    width: 100%;
    height: 100%;
}
.kc-lead__inner .kc-lead-images__items
{
    display: block;

    width: 560px;
    height: 600px;
    margin-left: 145px;

    transform: translateY(66px);

    opacity: 0;

    filter: blur(8px);
}
.kc-lead__inner .kc-lead-images__items.anime-on
{
    transition: 1.4s;
    transform: translateY(26px);

    opacity: 1;

    filter: blur(0);
}
.kc-lead__inner .kc-lead-images__items > source,
.kc-lead__inner .kc-lead-images__items > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.kc-lead__inner .kc-lead-text
{
    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-top: -317px;
    margin-left: auto;
}
.kc-lead__inner .kc-lead-text > h3,
.kc-lead__inner .kc-lead-text > p
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

    color: #2c2c2c;
}
.kc-lead__inner .kc-lead-text > h3
{
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 47.6px */

    margin-bottom: 34px;

    letter-spacing: 1.68px;
}
.kc-lead__inner .kc-lead-text > p
{
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%; /* 30px */

    letter-spacing: 1.5px;
}
.kc-lead__inner .kc-lead-text > p:not(:last-of-type)
{
    margin-bottom: 24px;
}

.kc-product
{
    position: relative;

    display: block;

    width: 100%;
    height: auto;
    padding: 188px 0 86px;

    background-image: url(../images/reviewscampaign/pc/bg-whip-pc.webp);
    background-position: center;
    background-size: cover;
}
.kc-product__inner
{
    display: block;

    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: 0 auto;
}
.kc-product__inner .kc-product-contents
{
    position: relative;
    z-index: 2;

    padding: 80px 92px 51px;

    border-radius: 10px;
    background-color: #fff;
}
.kc-product__inner .kc-product-contents__title
{
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    position: relative;
    top: -97px;

    text-align: center;
    letter-spacing: 2.1px;

    color: var(--text-text, #2c2c2c);
}
.kc-product__inner .kc-product-contents__list--item:not(:last-of-type)
{
    margin-bottom: 100px;

    border-bottom: 1px solid #b3b5b6;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__lead
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 32px */

    margin-bottom: 53px;

    text-align: center;
    letter-spacing: 2.56px;

    color: var(--text-text, #2c2c2c);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__lead > span
{
    font-size: 12px;

    position: relative;
    top: -15px;
    right: -3px;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail
{
    display: flex;

    margin-bottom: 72px;
    padding: 0 52px;

    gap: 28px;
    align-items: flex-start;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail.-reverce
{
    flex-direction: row-reverse;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--image
{
    display: block;

    width: 340px;
    height: 340px;

    transform: translateY(26px);

    opacity: 0;

    filter: blur(8px);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--image.anime-on
{
    transition: 1.4s;
    transform: translateY(0);

    opacity: 1;

    filter: blur(0);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--image > img
{
    display: block;

    width: 100%;
    height: 100%;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description
{
    display: block;

    width: calc(100% - 340px - 28px);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-name
{
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 32px */

    margin-bottom: 30px;

    letter-spacing: 3.2px;

    color: var(--text-text, #2c2c2c);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-name > span
{
    /* jp/noto sans jp/13px-Regular */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    display: block;

    margin-bottom: 10px;

    letter-spacing: .52px;

    color: var(--text-gray, #a1a1a1);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-text
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%; /* 28px */

    margin-bottom: 50px;

    letter-spacing: 1.4px;

    color: var(--text-text, #2c2c2c);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-button
{
    position: relative;

    display: flex;

    width: 164px;
    height: 39px;

    transition: .5s;

    border: 1px solid #545e64;

    align-items: center;
    justify-content: flex-start;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-button::after
{
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;

    display: block;

    width: 18px;
    height: 18px;
    margin: auto 0;

    content: '';
    transition: .3s;

    background-image: url(../images/reviewscampaign/pc/arrow_forward_ios.svg);
    background-size: contain;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-button > span
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%; /* 13px */

    padding-left: 20px;

    letter-spacing: 1.04px;

    color: var(--gray-bluegray, #545e64);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--title
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    margin-bottom: 28px;

    text-align: center;
    letter-spacing: .88px;

    color: var(--text-text, #2c2c2c);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list
{
    display: flex;

    margin-bottom: 44px;
    padding: 0 73px;

    gap: 24px;
    align-items: flex-start;
    justify-content: center;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item
{
    display: block;

    width: 25%;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item__image
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 12px;
    padding: 0 16px;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item__image > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item__description
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 350;
    font-style: normal;
    line-height: 130%; /* 18.2px */

    letter-spacing: 1.4px;

    color: var(--text-text, #2c2c2c);
}
.kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--annotation
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-bottom: 9px;

    text-align: right;

    color: var(--text-text, #2c2c2c);
}
.kc-product__inner .kc-product-contents__list--item:last-of-type .product-item-container__lead
{
    margin-bottom: 60px;
}
.kc-product__inner .kc-product-contents__list--item:last-of-type .product-item-container__recommend--list
{
    padding: 0 109px;
}

.kuchikomi-campain
{
    background-color: #fafbfc;
}

@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .kc-detail
    {
        padding-top: 70px;
    }
    .kc-detail__inner
    {
        max-width: 390px;
    }
    .kc-detail__inner .kc-detail-title
    {
        font-size: 22px;
        font-weight: 700;
        font-style: normal;
        line-height: 100%; /* 22px */

        margin-bottom: 30px;

        letter-spacing: .66px;
    }
    .kc-detail__inner .kc-detail-contents
    {
        padding: 0 15px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title
    {
        height: 46px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title::before
    {
        right: 22px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title::after
    {
        right: 22px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-title > span
    {
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        line-height: normal;

        letter-spacing: 1.44px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner
    {
        padding: 21px 21px 27px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__lead
    {
        font-size: 14px;
        font-weight: 350;
        font-style: normal;
        line-height: 170%; /* 23.8px */

        padding: 0;

        letter-spacing: .56px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__lead.-campain
    {
        margin-bottom: 15px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__lead.-application
    {
        margin-bottom: 15px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__lead.-review
    {
        margin-bottom: 15px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image
    {
        margin-bottom: 59px;
        padding: 0 9px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image-text
    {
        margin: 0 auto 31px;
        padding: 0 10px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image-insert
    {
        width: 100%;
        height: 160px;
        margin: 0 auto 60px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__image-insert > img
    {
        -o-object-fit: cover;
           object-fit: cover;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__annotation
    {
        margin-left: unset;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__annotation:not(:last-of-type)
    {
        margin-bottom: 5px;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__button
    {
        width: 100%;
        height: 57px;
        margin: 0 auto 60px;
    }
    .kc-fv
    {
        height: 720px;
        margin-bottom: 123px;
    }
    .kc-fv::after
    {
        background-image: url(../images/reviewscampaign/sp/fv-sp.webp);
    }
    .kc-fv__inner
    {
        padding-top: 26px;
    }
    .kc-fv__inner::after
    {
        top: auto;
        right: 11px;
        bottom: -325px;
    }
    .kc-fv__inner .kc-fv-copy
    {
        display: flex;

        width: 100%;
        max-width: 390px;
        margin: 0 auto;

        justify-content: center;
    }
    .kc-fv__under-band
    {
        padding: 9px 0 12px;
    }
    .kc-fv__under-band__text
    {
        flex-direction: column;

        text-align: center;
    }
    .kc-fv__under-band__text > span:last-of-type
    {
        margin-left: 0;
    }
    .kc-fv__under-band__text > span
    {
        margin-top: 7px;
        margin-left: 0;
        padding-top: 4px;

        letter-spacing: .4px;
    }
    .kc-fv__under-band__text > span:last-of-type
    {
        display: inline-block;
    }
    .kc-insert
    {
        height: 310px;
    }
    .kc-insert__inner
    {
        max-width: 390px;
    }
    .kc-insert__inner .kc-insert-item-image
    {
        width: 470px;

        transform: translateY(120px) translateX(-84px);
    }
    .kc-insert__inner .kc-insert-logo-image
    {
        top: 29px;
        right: 59px;

        width: 146px;
    }
    .kc-lead
    {
        padding-bottom: 100px;
    }
    .kc-lead::before
    {
        top: auto;
        right: 31px;
        bottom: -92px;
        left: auto;

        width: 160px;
        height: 124px;

        background-size: cover;
    }
    .kc-lead__inner
    {
        max-width: 390px;
        padding: 0 32px;
    }
    .kc-lead__inner .kc-lead-images__water-bg
    {
        width: 100%;
        height: 340px;

        background-image: url(../images/reviewscampaign/sp/bg-water-sp.webp);
        background-size: cover;
    }
    .kc-lead__inner .kc-lead-images__text
    {
        top: -93px;

        width: 258px;
    }
    .kc-lead__inner .kc-lead-images__items
    {
        position: relative;
        top: -167px;
        left: -31px;

        width: 390px;
        height: auto;
        margin-left: 0;
    }
    .kc-lead__inner .kc-lead-text
    {
        margin-top: -190px;
        margin-left: unset;
    }
    .kc-lead__inner .kc-lead-text > h3
    {
        font-size: 22px;
        font-weight: 500;
        font-style: normal;
        line-height: 160%; /* 35.2px */

        margin-bottom: 19px;

        letter-spacing: 1.32px;
    }
    .kc-lead__inner .kc-lead-text > p:not(:last-of-type)
    {
        margin-bottom: 17px;
    }
    .kc-lead__inner .kc-lead-text > p
    {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 200%; /* 28px */

        letter-spacing: 1.4px;
    }
    .kc-product
    {
        padding: 205px 20px 45px;

        background-image: url(../images/reviewscampaign/sp/bg-whip-sp.webp);
    }
    .kc-product__inner .kc-product-contents
    {
        max-width: 390px;
        margin: 0 auto;
        padding: 25px 16px 27px;
    }
    .kc-product__inner .kc-product-contents__title
    {
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        line-height: normal;

        top: -39px;

        letter-spacing: 1.68px;
    }
    .kc-product__inner .kc-product-contents__list--item:not(:last-of-type)
    {
        margin-bottom: 53px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__lead
    {
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%; /* 36px */

        margin-bottom: 17px;

        letter-spacing: 3.36px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__lead > span
    {
        font-size: 11px;

        top: -8px;
        right: 1px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail
    {
        flex-direction: column;

        margin-bottom: 63px;
        padding: 0 12px;

        gap: 17px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail.-reverce
    {
        flex-direction: column;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--image
    {
        width: 100%;
        height: auto;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description
    {
        width: 100%;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-name
    {
        font-size: 27px;
        font-weight: 400;
        font-style: normal;
        line-height: 100%; /* 27px */

        margin-bottom: 21px;

        letter-spacing: 2.16px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-name > span
    {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        line-height: normal;

        margin-bottom: 5px;

        letter-spacing: .48px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-text
    {
        font-size: 15px;
        font-weight: 400;
        font-style: normal;
        line-height: 180%; /* 27px */

        margin-bottom: 29px;

        letter-spacing: .45px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-button
    {
        width: 178px;
        height: 49px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-button::after
    {
        right: 13px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-button > span
    {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 100%; /* 14px */

        padding-left: 19px;

        letter-spacing: 1.12px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--title
    {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        line-height: normal;

        margin-bottom: 20px;

        letter-spacing: .8px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list
    {
        margin-bottom: 35px;
        padding: 0 12px;

        flex-wrap: wrap;
        gap: 0;
        row-gap: 24px;
        -moz-column-gap: 14px;
             column-gap: 14px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item
    {
        width: calc(50% - 7px);
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item__image
    {
        margin-bottom: 5px;
        padding: 0 20px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item__description
    {
        font-size: 13px;
        font-style: normal;
        line-height: 130%; /* 16.9px */

        letter-spacing: 1.3px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--annotation
    {
        margin-bottom: 7px;
    }
    .kc-product__inner .kc-product-contents__list--item:last-of-type .product-item-container__lead
    {
        margin-bottom: 22px;
    }
    .kc-product__inner .kc-product-contents__list--item:last-of-type .product-item-container__recommend--list
    {
        margin-bottom: 0;
        padding: 0 11px;

        justify-content: flex-start;
    }
}

@media (min-width: 768px) and (max-width: 1024px)
{
    .kc-detail
    {
        padding: 120px 40px 0;
    }
    .kc-fv
    {
        height: 62.5vw;
    }
    .kc-fv__inner::after
    {
        top: 5.37vw;

        width: 10.94vw;
        height: 10.94vw;
    }
    .kc-fv__inner .kc-fv-copy
    {
        width: 52.05vw;
    }
    .kc-insert
    {
        height: 41.02vw;
    }
    .kc-insert__inner .kc-insert-item-image
    {
        width: 80.57vw;
    }
    .kc-insert__inner .kc-insert-logo-image
    {
        top: 9.96vw;

        width: 18.07vw;
    }
    .kc-lead::before
    {
        top: 23.34vw;

        width: 18.83vw;
        height: 16vw;

        background-size: cover;
    }
    .kc-lead__inner
    {
        padding-right: 40px;
    }
    .kc-lead__inner .kc-lead-images__water-bg
    {
        width: 100%;
        height: 25vw;
        padding-right: 40px;
    }
    .kc-lead__inner .kc-lead-images__items
    {
        width: 46.67vw;
        height: auto;
        margin-left: 10vw;

        transform: translateY(-3vw);
    }
    .kc-lead__inner .kc-lead-text
    {
        margin-top: -26.42vw;
    }
    .kc-product__inner .kc-product-contents
    {
        padding: 80px 40px 51px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail
    {
        padding: 0 16px;

        gap: 0;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--image
    {
        width: 33.2vw;
        height: auto;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description
    {
        width: calc(100% - 33.2vw);
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list
    {
        padding: 0 7.13vw;

        gap: 16px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item__image
    {
        padding: 0 8px;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__recommend--list .recommend-list-item__description
    {
        font-size: min(1.37vw, 14px);
    }
    .kc-product__inner .kc-product-contents__list--item:last-of-type .product-item-container__recommend--list
    {
        padding: 0 10.64vw;
    }
}

@media print, screen and (min-width: 1025px)
{
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__button:hover
    {
        transition: .5s;

        background-color: #cbdbe8;
    }
    .kc-detail__inner .kc-detail-contents > li .kc-detail-contents-inner__button:hover > span
    {
        font-weight: 500;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-button:hover
    {
        transition: .5s;

        opacity: .7;
    }
    .kc-product__inner .kc-product-contents__list--item .product-item-container__detail--description .kc-product-button:hover::after
    {
        transition: .3s;
        transform: translateX(3px);
    }
}

@media screen and (max-width: 430px)
{
    .kc-fv__inner .kc-fv-copy
    {
        max-width: 100%;
    }
    .kc-lead::after
    {
        bottom: -270px;

        background-image: url(../images/reviewscampaign/sp/bg_white_grad-sp.webp);
    }
}

@media (min-width: 1025px) and (max-width: 1200px)
{
    .kc-lead::before
    {
        width: 18.83vw;
        height: 16vw;

        background-size: cover;
    }
    .kc-lead__inner
    {
        padding-right: 10vw;
    }
    .kc-lead__inner .kc-lead-images__water-bg
    {
        height: 25vw;
    }
    .kc-lead__inner .kc-lead-images__items
    {
        width: 46.67vw;
        height: 50vw;
    }
    .kc-lead__inner .kc-lead-text
    {
        margin-top: -26.42vw;
    }
}

@media screen and (min-width: 1441px)
{
    .kc-lead::after
    {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}

@media (min-width: 768px) and (max-width: 1200px)
{
    .kc-lead__inner .kc-lead-images__text
    {
        top: -40px;

        padding-left: 40px;
    }
    .kc-product
    {
        padding: 188px 40px 86px;
    }
}