#keyvisual1pc, #mascaracontentspc,
#keyvisual1sp, #mascaracontentssp {
    margin-bottom:50px ;
}

#keyvisual1pc,
#keyvisual1sp {
    text-align: center;

    img.subvisual {
        margin-top: 55px;
        margin-bottom: 55px;
        border: 1px solid #dddddd;
    }

    .kv2 {
        background-color: #F8F8F6;
        text-align: center;
        margin-top: 30px;
        img {
            border: none;
        }
    }
}

#mascaracontentspc, #mascaracontentssp {
    small {
        vertical-align: super;
        font-size: 0.6em;
    }

    .content1 {
        text-align: center;
        content-visibility: auto;
        contain-intrinsic-size: 2200px;
        background-image: url(/Contents/ImagesPkg/mascara/content1_bg1_pc.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #FEFCF4;
        padding: 70px 40px;
        margin-bottom: 100px;

        h2 {
            color: #B39A37;
            font-size: 32px;
            font-weight: bold;
            line-height: normal;
            letter-spacing: 1.6px;
        }
        h3 {
            font-size: 22px;
            font-weight: bold;
            line-height: 180%;
            letter-spacing: 1.1px;
            margin: 30px 0;
        }
        p {
            text-align: center;
            font-size: 18px;
            line-height: 180%; /* 32.4px */
            letter-spacing: 0.9px;
        }
        .content1-underline {
            text-align: center;
            text-decoration: underline;
            text-decoration-thickness: 0.5em;
            text-decoration-color: #F6EDC8;
            text-underline-offset: -0.2em;
            text-decoration-skip-ink: none;
            font-size: 18px;
            font-weight: bold;
            line-height: 180%;
            letter-spacing: 0.9px;
            margin: 30px 0 40px;
        }
        .content1-circle {
            content-visibility: auto;
            contain-intrinsic-size: 422px;
            background-image: url(/Contents/ImagesPkg/mascara/content1_bg2_pc.webp);
            background-repeat: no-repeat;
            background-size: contain;
            width: 210px;
            height: 210px;
            display: inline-block;
            margin-left: 30px;
            &:first-child { margin-left: 0; }
            p {
                text-align: center;
                color: #B39A37;
                font-size: 18px;
                font-weight: bold;
                line-height: 150%;
                letter-spacing: 0.9px;
                margin-top: 85px;
            }
        }
        .content1-manzokudo {
            text-align: center;
            color: #B39A37;
            font-size: 26px;
            font-weight: bold;
            line-height: 160%;
            letter-spacing: 1.3px;
            margin: 50px 0 5px;
        }
        .content1-manzokudo-arrow {
            margin-bottom: 30px;
        }
        .content1-manzokudo-attention {
            p {
                color: #707070;
                text-align: right;
                font-size: 14px;
/*                font-weight: 400;*/
                line-height: 140%;
                letter-spacing: 0.7px;
                margin-bottom: 15px;
            }
        }
        .content1-manzokudo-box {
            width: 780px;
            height: 190px;
            border-radius: 6px;
            background: #FFF;
            box-shadow: 0 0 35px 0 rgba(179, 154, 55, 0.15);
            padding: 20px;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            justify-content: space-around;

            & > :first-child {
                float: left;
            }
            p {
                color: #B39A37;
                font-size: 20px;
                line-height: 170%;
                letter-spacing: 1px;
                position: relative; /* 擬似要素を絶対配置するための基準 */
                padding: 0 40px; /* 記号分のスペースを確保 */
                /*margin: 50px;*/
                text-align: left;
                display: inline-block;

                span {
                    font-weight: bold;
                    text-decoration: underline;
                    text-decoration-thickness: 0.5em;
                    text-decoration-color: #F6EDC8;
                    text-underline-offset: -0.2em;
                    text-decoration-skip-ink: none;
                }
            }

            p::before {
                content-visibility: auto;
                contain-intrinsic-size: 32px;
                content: '';
                background-image: url(/Contents/ImagesPkg/mascara/content1_kakoi_top_pc.webp);
                position: absolute;
                left: 0;
                width: 18px;
                height: 15px;
                background-size: cover;
            }

            p::after {
                content-visibility: auto;
                contain-intrinsic-size: 32px;
                content: '';
                background-image: url(/Contents/ImagesPkg/mascara/content1_kakoi_bottom_pc.webp);
                position: absolute;
                bottom: -5px;
                right: 0;
                width: 18px;
                height: 15px;
                background-size: cover;
            }
        }
    }

    .features {
        h2 {
            font-size: 24px;
            line-height: 170%;
            letter-spacing: 1.2px;
            border-bottom: 5px solid #000;
            padding-bottom: 8px;
            font-weight: bold; /* 500 */
            color: #222;
            img {
                margin-bottom: 10px;
                display: block;
            }
            strong {
                font-weight: bold;
            }
            span {
                color: #222;
                font-size: 16px;
                font-weight: bold; /* 500 */
                line-height: normal;
                letter-spacing: 0.8px;
                padding: 0;
                display: block;
                margin-bottom: 10px;
            }
        }
        p {
            font-size: 18px;
            line-height: 180%;
            letter-spacing: 0.9px;
            margin-bottom: 20px;
        }
        .features-attention {
            color: #707070;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0.7px;
            margin-bottom: 0px;
        }
    }
    .features01 {
        .step-box {
            margin: 60px 0;
            border: 1px solid #C6C6C6;

            .step-child {
                padding: 40px;
                display: flex;
                align-items: flex-start;
                justify-content: space-around;
                img {
                    border: 1px solid #c6c6c6;
                }
                .flex {
                    margin-right: 30px;
                }
                h3 {
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 170%;
                    letter-spacing: 1px;
                    margin-bottom: 20px;
                    .step-img {
                        margin-right: 15px;
                        text-align: center;
                        display: inline-block;
                        width: 108px;
                        height: 34px;
                        content-visibility: auto;
                        contain-intrinsic-size: 68px;
                        background-image: url(/Contents/ImagesPkg/mascara/features01_step_pc.webp);
                        background-size: cover;
                        color: #FFF;
                        font-size: 14px;
            font-weight: bold; /* 500 */
                        letter-spacing: 0.7px;
                    }
                }
            }
            .border {
                display: block;
                width: 100%;
                height: 1px;
                background-color: #C6C6C6;
                position: relative;
                &::after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: -7px;
                    left: 50%;
                    transform: rotate(-45deg);
                    border-style: solid;
                    border-width: 1px;
                    border-color: transparent transparent #c6c6c6 #c6c6c6;
                    width: 14px;
                    height: 14px;
                    background: #FFF;
                }
            }
        }
    }
    .features02 {
        img {
            margin-top: 60px;
        }
    }

    .secret_contents {
        margin: 60px 0;
        .secret_mainimg {
            margin-bottom: 60px;
        }
        .secret_box {
            margin-bottom: 50px;
            .secret_header {
                margin: 0;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 30px;
                height: 104px;
                background-color: #000;
                span {
                    padding: 0;
                    color: #fff;
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 170%;
                    letter-spacing: 1px;
                }
                .number {
                    padding: 0;
                    margin-right: 30px;
                    text-align: center;
                    display: inline-block;
                    color: #C9B17D;
                    font-size: 17px;
            font-weight: bold; /* 500 */
                    line-height: 1.2;
                    strong {
                        font-size: 20px;
            font-weight: bold; /* 500 */
                    }
                }
            }
            .secret_inner {
                background-color: #F8F8F8;
                padding: 40px;
                min-height: 300px;
                p {
                    font-size: 16px;
/*                    font-weight: 400;*/
                    line-height: 180%;
                    letter-spacing: 0.8px;
                    &:first-of-type {
                        margin-bottom: 20px;
                    }
                }
                .accordion_content_area {
                    display: none;
                }
                &.is-expanded .accordion_content_area {
                    display: block;
                }

                .fukidashi_content {
                    margin-bottom: 50px;
                    clear: both;
                    display: flex;
                    justify-content: flex-start;
                    align-items: stretch;
                    .fukidashi {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        background-color: #fff;
                        padding: 20px;
                        position: relative;
                        margin-right: 30px;
                        font-size: 16px;
                        line-height: 160%;
                        letter-spacing: 0.8px;
                        width: 115px;
                    }
                    .fukidashi:after {
                        border-left: 12px solid #fff;
                        border-top: 12px solid transparent;
                        border-bottom: 12px solid transparent;
                        content: '';
                        margin-top: -10px;
                        position: absolute;
                        right: -12px;
                        top: 50%;
                    }
                    .fukidashi_text {
                        h4 {
                            color: #B39A37;
                            font-size: 16px;
                            font-weight: bold;
                            line-height: 180%;
                            letter-spacing: 0.8px;
                            margin-bottom: 10px;
                        }
                        p {
                            margin-bottom: 20px;
                        }
                    }
                }
                .align-right {
                    float: right;
                    margin-left: 30px;
                    margin-bottom: 50px;
                }
                .secret_close_pc, .secret_close_sp  {
                    clear: both;
                    margin-top: 30px;
                    text-align: center;
                    p {
                        cursor: pointer;
                        display: inline-block;
                    }
                    img {
                        margin: 10px auto 0;
                    }
                }
                .secret_attention {
                    color: #707070;
                    font-size: 14px;
/*                    font-weight: 400;*/
                    line-height: 140%;
                    letter-spacing: 0.7px;
                }
            }
        }
    }

    p {
        color: #222;
    }
    h2{
        margin-bottom:35px ;
        clear:both;
        border:none;
        }
    h2 img{
        margin-bottom:35px ;
        width:172px;
        }
    h2 span{
        padding-top:35px ;
        padding-bottom:35px ;
        font-size:1.45em;
        font-weight:bold;
        }
    @media screen and (max-width: 960px) {
        h2 img{
            width:125px;
            }
        h2 span{
            font-size:1.24em;
            }
        }

    h2.tipstitle{
        text-align:center;
        margin-bottom:10px ;
        padding-bottom:35px;
        clear:both;
        }
    h2.tipstitle span{
        padding-top:35px ;
        padding-bottom:15px ;
        font-size:1.18em;
        font-weight:bold;
        border-bottom:1px solid #666666;
        }
    div.text{
        margin-bottom:50px;
        clear:both;

        img.align_right{
            float:right;
            margin-left:35px;
            margin-bottom:50px;
            width:50%;
            }
        p.document{
            margin-bottom:50px;
            font-weight:300;
            }
        img.p1{
            float:left;
            width:40%;
            margin-right 10px
            }
        img.p2{
            float:left;
            width:55%;
            }
        p.caution{
            font-size:0.89em;
            margin-bottom:50px;
            }
        div.topics{
            width:400px;
            padding:24px;
            margin-bottom:50px;
            margin-right:35px;
            border:1px solid #666666;
            }
        div.topics h3{
            padding-bottom:12px;
            font-size:1.18em;
            font-weight:bold;
            }
        div.topics p{
            font-size:0.89em;
            }
        @media screen and (max-width: 960px) {
            div.topics{
                width:100%;
                }
            div.topics h3{
                padding-left:0px;
                background-color:#ffffff;
                }
            }

        ul{
            margin-bottom:50px;
            }
        ul li{
            font-size:1.18em;
            list-style-type: disc;
            margin-bottom:15px;
            }
        }
    }


#mascaracontentssp {
    .content1 {
        margin-bottom: 60px;
        padding: 0 20px;
        contain-intrinsic-size: 670px;
        background-image: url(/Contents/ImagesPkg/mascara/content1_bg1_sp.webp);
        h2 {
            margin-top: 45px;
            padding: 0;
        }
        h3 {
            background-color: initial;
            font-size: 20px;
            letter-spacing: 1px;
            padding: 0;
        }
        p {
            text-align: left;
        }
        .content1-circle {
            margin-left: 0; 
            margin-bottom: 20px;
        }
        .content1-manzokudo-box {
            width: auto;
            height: auto;
            flex-direction: column;
            padding: 30px 15px;
            p {
                font-size: 17px;
                letter-spacing: 0.85px;
                padding: 0 30px;
            }
        }
        .content1-manzokudo-attention {
            p {
                text-align: left;
            }
        }
    }

    .features {
        h2 {
            font-size: 22px;
            line-height: 180%;
            letter-spacing: 1.1px;

            strong {
                font-weight: bold;
            }

            span {
                font-size: 16px;
                line-height: normal;
                letter-spacing: 0.8px;
                display: block;
                margin-bottom: 20px;
            }
        }
        .step-box .step-child {
            padding: 30px 15px;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: column;
            &:last-child {
                padding-bottom: 15px;
            }
            .flex {
                margin-bottom: 20px;
                margin-right: 0;
            }
            h3 {
                padding: 0;
                background-color: #FFF;
                margin-bottom: 20px;
                .step-img {
                    margin-right: 5px;
                    color: #FFF;
                    content-visibility: auto;
                    contain-intrinsic-size: 34px;
                    background-image: url(/Contents/ImagesPkg/mascara/features01_step_pc.webp);
                }
            }
        }
    }

    .secret_contents .secret_box .secret_header {
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px 20px;
        flex-direction: column;
        height: auto;
        .number {
            margin-bottom: 8px;
        }
    }
     .secret_contents .secret_box .secret_inner {
        padding: 20px;
    }
}
@media screen and (max-width: 640px) {
    .sect_content section.sp {
        padding: 0;
    }
    .pc {
        display:none;
        }

    }
@media screen and (min-width: 960px) {
    .sp {
        display:none;
        }
    }
