@charset "UTF-8";
/* 
Theme Name: Cypher トータルビューティーサロンコンサルティング
Description: Cypher トータルビューティーサロンコンサルティング様用のテンプレートです
Version: 1.0
Author: KasualTech
*/

/* =====================================================================
     style
 ===================================================================== */
/* ========================================
     top mv
 ========================================= */



/* ======================
    pc版 
   ===================== */

main {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

/* =====  section-topの記述 ===== */
.section-top {
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: 100%;
    position: relative;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 1) 100%), url(../img/top/top-mv.png);
    display: block;
}

.text-wrapper div {
    position: absolute;
    top: 25%;
    left: 10%;
}

.section-top h2 {
    font-size: 2.0rem;
    margin-bottom: 30px;
    line-height: 1.5;
}


/* svgに対する記述 */
.section-top h1 {
    /* font-size: 6.0rem; */
    margin-bottom: 20px;
}

#cypher {
    width: 500px;
}

/* すべてのパスに手書きアニメーションを適用 */
path {
    fill: #333333;
    /* 文字を黒で塗りつぶし */
    stroke: #333333;
    /* 輪郭も黒 */
    stroke-width: 1;
    /* 線の太さ */
    stroke-linecap: round;
    /* 線の端を丸く */
    stroke-dasharray: 2800;
    /* 線の長さを大きく */
    stroke-dashoffset: 2800;
    /* 最初は線を非表示 */
    fill-opacity: 0;
    /* 初めは塗りつぶしを非表示 */
    animation: draw 1s linear forwards, fillFade 0.5s linear 1.0s forwards;
}

/* 各文字が左から順番に表示されるように遅延を設定 */
path:nth-child(1) {
    animation-delay: 0s, 3s;
}

path:nth-child(2) {
    animation-delay: 0.5s, 3.5s;
}

path:nth-child(3) {
    animation-delay: 1s, 4s;
}

path:nth-child(4) {
    animation-delay: 1.5s, 4.5s;
}

path:nth-child(5) {
    animation-delay: 2s, 5s;
}

path:nth-child(6) {
    animation-delay: 2.5s, 5.5s;
}

/* 手書きアニメーション */
@keyframes draw {
    from {
        stroke-dashoffset: 2500;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* 塗りつぶしを遅れてフェードイン */
@keyframes fillFade {
    from {
        fill-opacity: 0;
    }

    to {
        fill-opacity: 1;
    }
}

/* svgに対する記述 ここまで*/

.section-top h3 {
    font-size: 3.0rem;
    margin-bottom: 20px;
    line-height: 1.8;

}

.section-top h3 span {
    font-size: 5.5rem;
    /* border-bottom: 5px double #777777;
    padding-bottom: 7px; */
}

/* =====  section-topの記述　ここまで ===== */

/* =====  section-aboutの記述 ===== */
.section-about {
    margin: 0;
}

.section-about h1 {
    width: 80%;
    margin: 240px auto 120px;
    font-size: 4.0rem;
    text-align: center;
}

.about-flex {
    display: flex;
    justify-content: space-between;
}

/* 画像の記述 */
.about_img-wrapper {
    width: 48%;
}

.about-img_01 {
    width: 70%;
}

.about-img_01 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.9;
}

.about-img_02 {
    width: 70%;
    margin-left: 20%;
    margin-top: -200px;
}

.about-img_02 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.9;
}

/* テキストの記述 */
.about_text-wrapper {
    width: 48%;
}

.about_text-wrapper h2 {
    font-size: 3.0rem;
    margin: 60px 0 0;
    line-height: 1.6;
}

.about_text-wrapper p {
    width: 80%;
    line-height: 1.8;
    font-size: 1.6rem;
    margin: 60px 0;
    text-align: left;
}

.about_text-wrapper p span {
    font-weight: bold;
    font-size: 2.2rem;
    color: #222222;
    padding-bottom: 5px;
}

/* =====  section-aboutの記述　ここまで ===== */

/* =====  section-planの記述　 ===== */
.section-plan h1 {
    width: 80%;
    margin: 120px auto;
    font-size: 4.0rem;
    text-align: center;
}

.plan_text {
    width: 80%;
    text-align: center;
    font-size: 2.0rem;
    margin: 0 auto 60px;
    line-height: 1.7;
}

.section-plan ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* li内容の記述 */
.plan_li_container {
    width: 25%;
    list-style: none;
    background-color: #dddce3;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 120px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.plan_head-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.head-number-img {
    width: 50px;
    background-color: #ffffff;
    border-radius: 50% 30%;
}

.head-number-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: -10px 0 0 -10%;
}

.plan_head-wrapper h2 {
    background-color: #ffffff;
    border-radius: 5px;
    width: 70%;
    padding: 5px;
    margin-left: 20px;
    line-height: 1.7;
    font-size: 1.8rem;
}

.plan_li_container p {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.7;
    border-bottom: 1.5px solid #333333;
    padding-bottom: 40px;
}

.plan_li_container h3 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
    color: rgba(86, 108, 148);
    line-height: 1.6;
}

.plan_li_container h3 span {
    font-size: 2.0rem;
}

.plan_li_container h4 {
    font-size: 1.4rem;
    text-align: right;
    font-weight: normal;
}

/* =====  section-planの記述　ここまで ===== */

/* =====  section-instagramの記述 ===== */
.section-instagram {
    padding: 80px;
}

.section-instagram h1 {
    width: 80%;
    margin: 120px auto;
    font-size: 4.0rem;
    text-align: center;
}

.instagram-wrapper {
    border: solid 0.5px #555555;
}

/* =====  section-instagramの記述　ここまで ===== */

/* ======================
    tb版 
   ===================== */
@media(max-width:1024px) {

    /* =====  section-topの記述 ===== */
    .section-top {
        width: 100%;
        height: 80vh;
        background-repeat: no-repeat;
        background-position: center 75%;
        background-size: 100%;
        position: relative;
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 1) 100%), url(../img/top/top-mv.png);
    }

    .text-wrapper {
        /* position: absolute;
    top: 40%;
    left: 10%; */
    }

    .text-wrapper div {
        position: absolute;
        top: 40%;
        left: 10%;
        width: 80%;
    }

    .section-top h2 {
        font-size: 2.0rem;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    #cypher {
        width: 500px;
        width: 80%;
    }

    .section-top h3 {
        font-size: 2.4rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .section-top h3 span {
        font-size: 3.0rem;
        /* border-bottom: 5px double #777777;
        padding-bottom: 7px; */
    }

    /* =====  section-topの記述　ここまで ===== */


    /* =====  section-aboutの記述 ===== */
    .section-about {
        margin: 0;
    }

    .section-about h1 {
        width: 80%;
        margin: 240px auto 60px;
        font-size: 3.2rem;
        text-align: center;
    }

    .about-flex {
        display: block;
    }

    /* 画像の記述 */
    .about_img-wrapper {
        /* width: 90%;
    margin: 0 auto; */
        display: none;
    }

    /* テキストの記述 */
    .about_text-wrapper {
        width: 80%;
        margin: 0 auto;
    }

    .about_text-wrapper h2 {
        font-size: 2.4rem;
        margin: 0;
        line-height: 1.6;
    }

    .about_text-wrapper p {
        width: 100%;
        line-height: 1.8;
        font-size: 1.8rem;
        margin: 60px 0;
        text-align: left;
    }

    .about_text-wrapper p span {
        font-size: 2.0rem;
    }

    /* =====  section-aboutの記述　ここまで ===== */

    /* =====  section-planの記述　 ===== */
    .section-plan h1 {
        width: 80%;
        margin: 160px auto 60px;
        font-size: 3.2rem;
        text-align: center;
    }

    .plan_text {
        width: 80%;
        text-align: center;
        font-size: 1.8rem;
        margin: 0 auto 60px;
        line-height: 1.7;
    }

    .section-plan ul {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    /* li内容の記述 */
    .plan_li_container {
        width: 90%;
        list-style: none;
        background-color: #dddce3;
        padding: 30px;
        border-radius: 20px;
        margin-bottom: 80px;
    }

    .plan_head-wrapper h2 {
        background-color: #ffffff;
        border-radius: 5px;
        width: 70%;
        padding: 5px;
        margin-left: 20px;
        line-height: 1.7;
        font-size: 1.8rem;
    }

    .plan_li_container p {
        margin-bottom: 40px;
        font-size: 1.8rem;
        line-height: 1.7;
        border-bottom: 1.5px solid #333333;
        padding-bottom: 30px;
    }

    .plan_li_container h3 {
        font-size: 2.2rem;
        margin-bottom: 20px;
        letter-spacing: 0.1rem;
        color: rgba(86, 108, 148);
        line-height: 1.6;
    }

    .plan_li_container h3 span {
        font-size: 1.6rem;
    }

    .plan_li_container h4 {
        font-size: 1.4rem;
        text-align: right;
        font-weight: normal;
    }

    /* =====  section-planの記述　ここまで ===== */

}


@media(max-width:760px) {

    /* =====  section-aboutの記述 ===== */
    .section-about {
        margin: 0px;
    }

    .section-about h1 {
        width: 80%;
        margin: 200px auto 60px;
        font-size: 3.0rem;
        text-align: center;
    }

    .about-flex {
        display: block;
        /* justify-content: space-between; */
    }

    /* 画像の記述 */
    .about_img-wrapper {
        width: 90%;
        margin: 0 auto;
        display: none;
    }

    .about-img_01 {
        width: 80%;
    }

    .about-img_01 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 0.9;
    }

    .about-img_02 {
        width: 80%;
        margin-left: 15%;
        margin-top: -100px;
    }

    .about-img_02 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 0.9;
    }

    /* テキストの記述 */
    .about_text-wrapper {
        width: 81%;
        margin: 0 auto;
    }

    .about_text-wrapper h2 {
        font-size: 2.0rem;
        margin: 40px 0 0;
        line-height: 1.6;
    }

    .about_text-wrapper p {
        width: 100%;
        line-height: 1.8;
        font-size: 1.6rem;
        margin: 60px auto;
        text-align: left;
    }

    .about_text-wrapper p span {
        font-weight: bold;
        font-size: 1.8rem;
        color: #222222;
        border-bottom: solid 1px #777777;
        padding-bottom: 4px;
    }

    /* =====  section-planの記述　 ===== */
    .section-plan h1 {
        width: 80%;
        margin: 100px auto 60px;
        font-size: 3.0rem;
        text-align: center;
    }

    .plan_text {
        width: 82%;
        text-align: center;
        font-size: 1.8rem;
        margin: 0 auto 60px;
        line-height: 1.7;
    }

    .section-plan ul {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    /* li内容の記述 */
    .plan_li_container {
        width: 85%;
        list-style: none;
        background-color: #dddce3;
        padding: 30px;
        border-radius: 20px;
        margin: 0 auto 60px;
    }

    .plan_head-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .head-number-img {
        width: 50px;
        background-color: #ffffff;
        border-radius: 50% 30%;
    }

    .head-number-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: -10px 0 0 -10%;
    }

    .plan_head-wrapper h2 {
        background-color: #ffffff;
        border-radius: 5px;
        width: 70%;
        padding: 5px;
        margin-left: 20px;
        line-height: 1.7;
        font-size: 1.8rem;
    }

    .plan_li_container p {
        margin-bottom: 40px;
        font-size: 1.6rem;
        line-height: 1.7;
        border-bottom: 1.5px solid #333333;
        padding-bottom: 40px;
    }

    .plan_li_container h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
        letter-spacing: 0.1rem;
        color: rgba(86, 108, 148);
        line-height: 1.6;
    }

    .plan_li_container h3 span {
        font-size: 2.0rem;
    }

    .plan_li_container h4 {
        font-size: 1.4rem;
        text-align: right;
        font-weight: normal;
    }

    /* =====  section-planの記述　ここまで ===== */
}

/* ======================
    sp版 
   ===================== */
@media(max-width:430px) {

    /* =====  section-topの記述 ===== */
    .section-top {
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 1) 100%), url(../img/top/top-mv-sp.png);
        /* background: -webkit-radial-gradient(ellipse at center, rgba(255,255,255,0) 35%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,1) 100%), url(../img/top/top-mv.png); 　background: radial-gradient(ellipse at center, rgba(255,255,255,0) 35%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,1) 100%), url(../img/top/top-mv.png); */
        width: 100%;
        height: 85vh;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        position: relative;
    }

    .text-wrapper {
        position: absolute;
        top: 25%;
        left: 14%;
        width: 85%;
    }

    .text-wrapper div {
        top: 0%;
        left: 0%;
    }

    .section-top h2 {
        font-size: 1.6rem;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    #cypher {
        width: 90%;
    }

    .section-top h3 {
        font-size: 1.4rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .section-top h3 span {
        font-size: 2.0rem;
        /* border-bottom: 5px double #777777;
        padding-bottom: 2px; */
    }

    /* =====  section-topの記述　ここまで ===== */

    /* =====  section-aboutの記述 ===== */
    .section-about {
        margin: 0px;
    }

    .section-about h1 {
        width: 80%;
        margin: 60px auto 60px;
        font-size: 3.0rem;
        text-align: center;
    }
     /* =====  section-aboutの記述　ここまで ===== */

    /* =====  section-instagramの記述　 ===== */

    .section-instagram {
        padding: 20px;
    }

    .section-instagram h1 {
        width: 80%;
        margin: 60px auto;
        font-size: 3.0rem;
        text-align: center;
    }

    .instagram-wrapper {
        border: solid 0.5px #555555;
    }

    .section-instagram div {
        /* display: flex; */
    }

    /* =====  section-instagramの記述　ここまで ===== */
}