/*common*/
#whiteninggel_main {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    /*    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";*/
    text-align: center;
}

#whiteninggel_main img {
    width: 100%;
}

#whiteninggel_main p {
    font-size: 16px;
}

#whiteninggel_main {
    color: #222;
}

#whiteninggel_main h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1.6;
}

.mw800 {
    max-width: 800px;
    margin: auto;
}

.br_pc {
    display: none;
}

/*TOP*/
.top {
    background-position: calc(50% + 60px);
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    max-height: 730px;
    position: relative;
}

.whitening_youki {
    width: 100px;
    position: absolute;
    right: 7%;
    bottom: 100px;
    transform: rotate(5deg);
}

.whitening_title {
    position: absolute;
    bottom: 5px;
    max-width: 600px;
}

.whitening_logo {
    position: absolute;
    bottom: 200px;
    z-index: 2;
    max-width: 660px;
}

/*concept*/
.concept {
    margin: 50px 0;
}

.concept_img {
    max-width: 900px;
    margin: auto;
}

.concept p {
    color: #F4C9B6;
    text-align: center;
    line-height: 2;
    margin-bottom: ;
}

/*topic01*/
.topic_01 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff3d7;
}

.topic_01_title {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topic_01_bg {
    background-position: top;
    background-size: contain;
    background-repeat: repeat;
}

.topic_01_text {
    font-weight: bold;
    line-height: 3;
    padding: 6em 0;
}

.trouble_title {
    margin-top: 0px;
    transform: translateY(-20%);
    width: 70%;
    margin: auto;
}

.topic_01_flex {
    color: #E6A800;
}

.topic_01_white {
    background-color: #fff;
    margin: auto;
    position: relative;
}

.topic_01_white.mother {
    border-radius: 233px;
    width: 80%;
    max-width: 500px;
    height: 80vw;
    max-height: 400px;
}

.topic_01_white.daughter {
    border-radius: 211px;
    width: 70%;
    max-width: 400px;
    height: 70vw;
    max-height: 350px;
}

.trouble_nayami {
    width: 60%;
    max-width: 500px;
    margin: auto;
}

.mother .box_wrapper {
    position: relative;
    height: 210px;
}

.daughter .box_wrapper {
    position: relative;
    height: 160px;
}

.topic_01_white .boxes {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 26px;
    line-height: 1.4;
    width: 5.5em;
}

#whiteninggel_main .topic_01_kaisyou p {
    font-size: 4.5vw;
    text-align: center;
    font-weight: bold;
    filter: drop-shadow(0 3px 10px rgba(230, 168, 0, 0.6));
}

.topic_01_kaisyou {
    margin-top: 60px;
}

/*チェックボックス*/

/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #e7ab14;
    position: absolute;
    left: 0px;
    top: 8px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 0px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topic_02 {
    /* --- チェック背景 --------------------------------------- */
    /*        height     : 200px;*/
    /* チェックパターンのCSS */
    background-color: #fff;
    background-image:
        repeating-linear-gradient(to bottom,
            rgba(251, 217, 169, 0.50),
            rgba(251, 217, 169, 0.50) 20px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 40px),
        repeating-linear-gradient(to right,
            rgba(250, 230, 197, 0.50),
            rgba(250, 230, 197, 0.50) 20px,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 40px);
}

.topic_02_flex {
    max-width: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto 1%;
}

.topic_02_img {
    width: 100px;
    margin: auto;
    filter: drop-shadow(-10px 13px 20px rgba(0, 0, 0, .26));
}

.topic_02_text {
    background-color: #fff;
    border-radius: 100px;
    width: 98%;
    max-width: 600px;
    margin: auto;
    padding: 1.5em .3em;
    text-align: left;
    line-height: 2;
}

.topic_02_tex {
    padding: .5em;
}
.dot{
    text-align: center;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.noinclude_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.noinclude {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#whiteninggel_main .noinclude .font_small {
    font-size: 14px;
}

#whiteninggel_main .topic_02_title {
    font-size: 19px;
    text-align: center;
    margin-top: 1em;
    line-height: 1.8;
}

/*topic_03*/
.topic_03 {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    background-color: #FAE6DD;
}

.topic_03_title {
    max-width: 800px;
    margin: auto;
    padding-top: 50px;
}

.topic_03_menu {
    text-align: center;
}

.topic_03_bg_bottom {
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.topic_03_bg_color {
    background: linear-gradient(to top, rgba(250, 230, 221, 0), rgba(250, 230, 221, 1));
}

.topic_menu_title_maru {
    position: relative;
    display: inline-block;
    width: 150px;
}

.topic_menu_title {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    text-align: center;
    color: #222;
}

.topic_03 th,
.topic_03 td {
    display: block;
}

.table_left {
    position: relative;
    line-height: 1.4;
    padding: 0.25em .5em;
    display: inline-block;
    top: 0;
    vertical-align: middle;
}

.table_left:before,
.table_left:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.table_left:before {
    border-left: solid 3px lavender;
    border-top: solid 3px lavender;
    border-bottom: solid 3px lavender;
    left: 0;
}

.table_left:after {
    content: '';
    border-top: solid 3px lavender;
    border-right: solid 3px lavender;
    border-bottom: solid 3px lavender;
    right: 0;
}

/*point*/
.point {
    margin-top: 8em;
}

.point table {
    border-collapse: separate;
    border-spacing: 0;
    border: .5px solid #ccc;
    border-radius: 40px;
    margin: auto;
    background-color: #fff;
    width: 100%;
    max-width: 750px;
}

.number_wrapper {
    position: relative;
}

.point .number {
    display: inline-block;
    color: #ffffff;
    /* 文字の色 */
    letter-spacing: 2px;
    /* 文字間 */
    text-shadow:
        1px 1px 0px #222222,
        -1px 1px 0px #222222,
        1px -1px 0px #222222,
        -1px -1px 0px #222222,
        1px 0px 0px #222222,
        0px 1px 0px #222222,
        -1px 0px 0px #222222,
        0px -1px 0px #222222;
    /* 文字の影 */
    position: absolute;
    left: 7%;
    transform: rotate(-30deg);
    line-height: 1.5em;
}

.point .key {
    text-align: center;
    margin: .8em 0;
}

.point td {
    border-top: .5px solid #ccc;
}

.point td p {
    margin: 1em .5em;
}

.tal {
    text-align: left;
}

.seibun_name {
    display: inline-block;
    transform: rotate(-10deg);
    filter: drop-shadow(10px 6px 5px rgba(170, 168, 168, .3));
    position: relative;
}

.seibun_name img {
    position: absolute;
    top: -60px;
    left: -50px;
    width: 100px !important;
    transform: rotate(10deg);
}

.lh {
    line-height: 100px;
}

.lh-5 {
    line-height: 50px;
}

#whiteninggel_main .font-big {
    font-size: 1.2em;
}

#whiteninggel_main .font_small {
    font-size: .8em;
}

.kagaku {
    font-style: italic;
    color: #b0c4de;
}

.point_img {
    max-width: 300px;
    margin: auto;
}

.point_maru_wrapper {
    text-align: center;
}

.point_maru {
    position: relative;
    display: inline-block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: solid 8px #F8CEC0;
}

.point_maru.y {
    border: solid 8px #FEEC7E;
}

.point_maru span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    text-align: center;
}

.pink {
    color: #F86D7E;
    font-size: 1.4em;
}

.point_seibun span {
    border: 8px solid #FCC1C8;
    width: 150px;
    display: inline-block;
    border-radius: 30px;
    padding: .2em 0 .2em .5em;
    margin: .3em 0;
}

.point_seibun {
    text-align: center;
}

.kumo_wrapper {
    padding-bottom: 50vh;
}

.kumo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    /*    margin-bottom: 50vh;*/
    animation: fuwafuwa 3s infinite linear alternate;
    margin-top: 5em;
}

.kumo_text {
    width: 90%;
}

#whiteninggel_main .kumo_text p {
    font-size: 14px;
    text-align: center;
    line-height: 2em;
}

.fuwafuwa {
    -webkit-animation: fuwafuwa 15s infinite linear alternate;
    animation: fuwafuwa 15s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}


@media(min-width:768px) {

    /*    common*/
    #whiteninggel_main p {
        font-size: 18px;
    }

    #whiteninggel_main h3 {
        font-size: 34px;
    }

    #whiteninggel_main .topic_02_title h3 {
        font-size: 27px;
    }

    .top {
        background-position: center;
    }

    .whitening_youki {
        width: 100px;
    }

    .topic_01_title {
        height: 200px;
    }

    .br_sp {
        display: none;
    }

    .br_pc {
        display: block;
    }

    /*
    .topic_01_bg {
        background-size: cover;
    }
*/

    .topic_01_flex {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        margin: auto;
    }

    .topic_01_white .boxes {

        line-height: 1.6;
    }

    .topic_01_white.mother {
        margin-right: -30px;
    }

    .topic_01_white.daughter {
        margin-left: -30px;
    }

    .mother .box_wrapper {
        height: 280px;
    }

    .daughter .box_wrapper {
        height: 220px;
    }

    .topic_02_flex {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        max-width: 950px;
    }

    .topic_02_img {
        flex: 0 0 25%;
        max-width: 230px;
        margin-right: 5%;
    }

    .topic_02_text {
        flex: 0 0 75%;
        width: auto;
        padding: 1.2em;
    }

    #whiteninggel_main .topic_02_title {
        margin: 3em 3em 1em;
    }

    .topic_02_tex {
        line-height: 1.8;
        margin: 1em 1em 2.5em;
    }

    .noinclude {
        width: 100px;
        height: 100px;
    }

    #whiteninggel_main .noinclude .font_small {
        font-size: 16px;
    }

    .topic_03 th,
    .topic_03 td {
        display: table-cell;
    }

    .point .number {
        left: 10px;
        top: 10px;
        font-size: 35px;
    }

    .key {
        width: 250px;
        border-right: .5px solid #ccc;
    }

    .td_flex {
        display: flex;
    }

    .point_img {
        flex: 1;
    }

    .point_maru_wrapper,
    .point_wrapper {
        flex: 1;
    }

    .kumo {
        height: 400px;
    }

    .kumo_wrapper {
        padding-bottom: 60vh;
    }

    #whiteninggel_main .kumo_text p {
        font-size: 18px;
    }
}

@media(min-width:1024px) {

    /*    common*/
    #whiteninggle_main p {
        font-size: 22px;
    }

    .whitening_youki {
        width: 130px;
        bottom: 0;
        top: 50%;
        -webkit- transform: translateY(-50%);
        margin: auto;
        transform: translateY(-50%);
        right: 15%;
    }

    .whitening_youki img {
        transform: rotate(5deg);
    }

    .topic_01_title h3 {
        font-size: 40px;
    }

    #whiteninggel_main .topic_01_kaisyou p {
        font-size: 40px;
    }

    .noinclude {
        width: 120px;
        height: 120px;
    }

    .kumo_wrapper {
        padding-bottom: 650px;
    }
}
