@charset "UTF-8";
.heading_03 {
    text-align: center;
    margin: 0 0 77px;
    line-height: 1.25;
}
.heading_03__ruby {
    display: block;
    font-family: ryo-text-plusn, serif;
    font-size: 1.6rem;
    margin: 4px 0 15px;
    line-height: 1.6;
    letter-spacing: 2.5px;
}
main .heading_04 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
button:focus, select:focus {
	outline:0;
}
.text_box .btn--grad__text {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size:1.3rem;
}
/* sec_01 about */

.sec_01 {
    margin: 0 auto;
    padding: 187px 0 0;
}
.sec_01 .bg_container {
    background: url("../../img/forbeginner/forbeginner_bg_01.jpg");
    background-size: cover;
    height: auto;
    padding-top: 34%;
    width: 100%;
}
.sec_01 .text_container {
    background: #fff;
    width: 71.5%;
    display: block;
    margin: 0 auto;
    padding: 64px 0 0;
    position: relative;
    top: -100px;
    text-align: center;
}

.sec_01 .text--disp {
    letter-spacing: 2px;
    line-height: 2.3;
}
.sec_01 .text--tiny_gray {
    font-size: 1.6rem;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
.sec_01 .col_box_about_01 {
    display: flex;
    align-items: flex-start;
}
.sec_01 .col_box_about_01 img {
    width: 50%;
}
.sec_01 .col_box_about_01 .text_box {
    width: 50%;
    padding: 0 0 0 6%;
    text-align: left;

}
.sec_01 .col_box_about_01 .text--disp {
    margin-bottom: 26px;
}
.sec_01 .text_box .btn--grad{
    width: 73%;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 43px;
}


.sec_01 .col_box_about_02 {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -78px;
    align-items: flex-end;
}

.sec_01 .col_box_about_02 img {
    width: 40%;
}
.sec_01 .col_box_about_02 .text_box {
    width: 60%;
    padding: 78px 5% 0 0;
    text-align: left;
}
.sec_01 .col_box_about_02 .text--disp {
    margin: 68px 0 22px;
}

.sec_01 .col_box_about_02 .btn--grad{
    width: 57%;
}
/* /sec_01 about */


/* sec_02 trial */
.sec_02 {
    padding: 120px 14.5%;
    background: url("../../img/forbeginner/forbeginner_bg_02.jpg");
    background-size: contain;
    display: flex;
    margin: -78px 0 0;
    align-items: flex-start;
}
.sec_02 .hidden {
    display: none;
}
.sec_02 img {
    width: 50%;
}
.sec_02 .text_box {
    width: 50%;
    padding-left: 6%;
}
.sec_02 .text--tiny_gray {
    font-size: 1.6rem;
    letter-spacing: 3px;
    margin: -7px 0 10px;
}
.sec_02 .text--disp {
    letter-spacing: 2px;
    line-height: 2.3;
    margin-bottom: 23px;
}
.sec_02 .heading_04 {
    margin: 0 0 34px
}
.sec_02 .btn--grad {
    width: 73%;
    margin-bottom: 21px;
    text-align: center;
    padding: 10px 43px;
}
.sec_02 .btn--grad__text {
    letter-spacing: 2px;
}
.sec_02 .text_select,
.sec_02 .form-group {
    display: none;
}
.sec_02 .btn--grad {
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    background: unset;
}

/* /sec_02 trial */

/* sec_03 subscription*/
.sec_03 {
    padding: 115px 14.5% 120px;
    background: #f5f5f5;
    background-size: cover;
    margin: 0;
    text-align: center;
    position: relative;
}
.sec_03 .bg_img_01{
    position: absolute;
    top: 7.5%;
    right: 7%;
    background: url("../../img/forbeginner/micro_serum_img.png") no-repeat;
    width: 26%;
    height: auto;
    padding-top: 28%;
    background-size: contain;
}
.sec_03 .bg_img_02 {
    position: absolute;
    top: 11.5%;
    left: 18.5%;
    background: url(../../img/forbeginner/serum_drop.png) no-repeat;
    width: 11%;
    height: auto;
    padding-top: 19%;
    background-size: contain;
}
.sec_03 .border_text {
    border-top: solid 1px #121212;
    border-bottom: solid 1px #121212;
    width: 34%;
    min-width: 300px;
    font-size: 2.2rem;
    margin: 0 auto 33px;
    font-family: ryo-text-plusn, serif;
    letter-spacing: 3px;
    padding: 1px 0;
}
.sec_03 .heading_04 {
    font-size: 3.4rem;
    margin: 0 auto 18px;
    letter-spacing: 5px;
}
.sec_03 .text--disp {
    letter-spacing: 2px;
    width: 80%;
    margin: 0px auto 47px;
}
.sec_03 .disp_container {
    padding: 67px 1.5% 42px;
    background: #fff;
}
.sec_03 .top_text_box .text--tiny_gray{
    letter-spacing: 3px;
    font-size: 1.6rem;
    margin: 0 0 5px;
}
.sec_03 .top_text_box .heading_04{
    letter-spacing: 3px;
    font-size: 3rem;
    padding-left: 2%;
    margin-bottom: 44px;
}
.sec_03 .top_text_box .text_large{
    font-size: 4rem;
}
.sec_03 .disp_container .col_container {
    display: flex;
    padding-right: 2%;
    margin-bottom: 27px;
}
.sec_03 .disp_container .col_box {
    width: 25%;
    position: relative;
    transition: .5s;
}

.sec_03 .disp_container .col_box .text--tiny_gray {
    font-size: 1.2rem;
    margin: 0 0 17px;
}
.sec_03 .disp_container .col_box .link_text {
    font-size: 1.8rem;
    font-family: ryo-text-plusn, serif;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-bottom: 21px;
}
.sec_03 .disp_container .col_box .gray_icon {
    margin-bottom: 20px;
}


.sec_03 .disp_container .btn--grad {
    width: 33%;
    margin-bottom: 21px;
    text-align: center;
    padding: 10px 43px;
}
.sec_03 .disp_container .btn--grad__text {
    letter-spacing: 1px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.3rem;
}
/* /sec_03 subscription*/

/* sec_04 shopping guide */
.sec_04 {
    padding: 127px 11.5% 123px;
    margin: 0;
    text-align: center;
}
.sec_04 .text--tiny_gray {
    font-size: 1.6rem;
    letter-spacing: 3px;
    margin: 0 0 15px;
}
.sec_04 .text--disp {
    letter-spacing: 2px;
    line-height: 2.3;
    margin-bottom: 23px;
}
.sec_04 .heading_04 {
    margin: 0 0 23px
}
.sec_04 .text--disp {
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.sec_04 .disp_container {
    padding: 0 1.5%;
}
.sec_04 .top_text_box .text--tiny_gray{
    letter-spacing: 3px;
    font-size: 1.6rem;
    margin: 0 0 5px;
}
.sec_04 .top_text_box .heading_04{
    letter-spacing: 3px;
    font-size: 3rem;
    padding-left: 2%;
    margin-bottom: 44px;
}
.sec_04 .top_text_box .text_large{
    font-size: 4rem;
}

.sec_04 .disp_container {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
}
.sec_04 .text_box {
    width: 50%;
}

.gray_icon {
    background-size: cover;
    width: 66px;
    height: 66px;
    display: block;
    margin: 0 auto;
}
.black_icon {
    background-size: cover;
    width: 55px;
    height: 55px;
    display: block;
}
.icon_01 {
    background: url("../../img/forbeginner/icon_gray_01.png") no-repeat;
    background-size: cover;
}
.icon_02 {
    background: url("../../img/forbeginner/icon_gray_02.png") no-repeat;
    background-size: cover;
}
.icon_03 {
    background: url("../../img/forbeginner/icon_gray_03.png") no-repeat;
    background-size: cover;
}
.icon_04 {
    background: url("../../img/forbeginner/icon_gray_04.png") no-repeat;
    background-size: cover;
}
.icon_05 {
    background: url("../../img/forbeginner/icon_black_01.png") no-repeat;
    background-size: cover;
}
.icon_06 {
    background: url("../../img/forbeginner/icon_black_02.png") no-repeat;
    background-size: cover;
}
.icon_07 {
    background: url("../../img/forbeginner/icon_black_03.png") no-repeat;
    background-size: cover;
}
.icon_08 {
    background: url("../../img/forbeginner/icon_black_04.png") no-repeat;
    background-size: cover;
}
.icon_09 {
    background: url("../../img/forbeginner/icon_black_05.png") no-repeat;
    background-size: cover;
}
.icon_10 {
    background: url("../../img/forbeginner/icon_gray_05.png") no-repeat;
    background-size: cover;
}

.sec_04 .heading_container {
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px #121212;
    width: 89%;
    margin: 0 auto 17px;
    padding: 0 0 7px
}
.sec_04 .heading_container  .gray_icon{
    margin: 0;
}
.sec_04 .heading_container .heading_05 {
    font-size: 2.2rem;
    font-family: ryo-text-plusn, serif;
    text-align: left;
    margin: 0 0 0 10px;
    letter-spacing: 3px;
    line-height: 55px;
}

.sec_04 .heading_container + .text--disp {
    text-align: left;
    width: 89%;
    margin: 0 auto 38px;
}
.sec_04 .text--disp.last {
    margin: 0 auto;
}
.sec_04 .btn_box {
    position: relative;
    width: 50%;
}
.sec_04 .btn_box .btn--grad {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%
}
.sec_04 .btn_box .btn--grad__text {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
/* /sec_04 shopping guide */




/* ----------------------------------
SP
----------------------------------- */
@media screen and (max-width:767px){
    .text_large {
        font-size: 3.2rem;
    }
    .sec_01 .heading_03 {
        margin: 0 0 43px;
    }
    .sec_01 .heading_03__ruby {
        font-size: 1.2rem;
        margin: -2px 0 26px;
    }
    /* sec_01 about */
    .sec_01 {
        margin: 0 auto;
        padding: 78px 0 30px;
    }
    .sec_01 .text_container {
        width: 100%;
        padding: 57px 9% 43px;
        top: 0;
    }

    .sec_01 .heading_04 .upon_heading_text {
        margin-bottom: 5px;
        font-size: 1.5rem;
    }
    .sec_01 .heading_04 {
        font-size: 1.9rem;
    }

    .sec_01 .text--tiny_gray {
        margin-bottom: 12px;
    }

    .sec_01 .col_box_about_01 {
        display: block;
    }
    .sec_01 .col_box_about_01 img{
        width: 100%;
    }
    .sec_01 .col_box_about_01 .text_box {
        width: 100%;
        padding: 0 0 30px 0;
    }
    .sec_01 .col_box_about_01 .text--disp {
        margin-top: 15px;
    }
    .sec_01 .col_box_about_02 {
        display: block;
        flex-direction: column;
        top: 0;
    }
    .sec_01 .col_box_about_02 img{
        width: 100%;
    }
    .sec_01 .col_box_about_02 .text_box {
        width: 100%;
        padding: 36px 0 0;
    }
    .sec_01 .col_box_about_01 .btn--grad,
    .sec_01 .col_box_about_02 .btn--grad {
        width: 100%;
    }
    .sec_01 .col_box_about_01 .btn--grad {
        padding: 8px 43px;
    }
    .sec_01 .col_box_about_02 .text--disp {
        margin: 0 0 22px;
    }
/* /sec_01 about */

/* sec_02 trial */
    .sec_02 {
        padding: 66px 9%;
        background: url("../../img/forbeginner/forbeginner_bg_02.jpg");
        background-size: cover;
        margin: 0;
    }
    .sec_02 .heading_04 {
        margin: 0 0 34px;
        font-size: 2.4rem;
    }
    .sec_02 .text_box .text--disp {
        letter-spacing: 2px;
        line-height: 2.3;
    }
    .sec_02 img {
        width: 100%;
        margin-bottom: 28px;
    }
    .sec_02 .text_box {
        width: 100%;
        padding-left: 0;
    }
    .sec_02 .btn--grad{
        width: 100%;
        padding: 9px 43px;
    }
/* /sec_02 trial */

/* sec_03 subscription*/
    .sec_03 {
        padding: 66px 3% 66px;
        background: unset;
        background: #f5f5f5
    }

    .sec_03 .border_text {
        font-size: 1.5rem;
    }
    .sec_03 .heading_04 {
        font-size: 2.3rem;
    }
    .sec_03 .disp_container {
        padding: 65px 1.5% 0;

    }
    .sec_03 .text--disp {
        margin-bottom: 28px;
        width: 88%;
    }

    .sec_03 .top_text_box .heading_04 {
        letter-spacing: 3px;
        font-size: 2.1rem;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .sec_03 .disp_container .col_box {
        width: 50%;
        margin-bottom: 15px;
    }

    .sec_03 .disp_container .btn--grad {
        width: 100%;
    }

    .sec_03 .disp_container .col_container {
        flex-wrap: wrap;
        background: #fff;
        padding-top: 40px;
    }
    .sec_03 .col_box .gray_icon {
        margin-bottom: 10px;
    }
    .sec_03 .col_box .link_text {
        font-size: 1.4rem;
        margin-bottom: 11px;
    }
/* /sec_03 subscription*/

/* sec_04 shopping guide */
    .sec_04 {
        padding: 66px 3% 120px;
        margin: 0;
        text-align: center;
    }

    .sec_04 .heading_04 {
        margin: 0 0 23px;
        font-size: 2.3rem;
    }
    .sec_04 .heading_04+.text--disp {
        padding: 0 6%;
    }

    .sec_04 .disp_container {
        display: block;
    }
    .sec_04 .text_box {
        width: 100%;
    }
    .sec_04 .btn_box {
        width: 100%;
    }
    .sec_04 .btn_box .btn--grad {
        position: relative;
        margin-top: 30px;
        bottom: 0;
        right: 0;
        width: 100%;
    }
/* /sec_04 shopping guide */

}