/* body */
/* font */
/* h */
/* membership */
/* privacy */



/* ▼ ====================
    h 
=================== ▼ */
h1 {
    text-align: center; 

    font-size: 24px;
    font-weight: 500; /* 太さ */
    line-height: 1.45; /* 行間 */
    letter-spacing: 0.03em; /* 文字間 */

    color: #fff;
}

h2 {
    text-align: center; 

    font-size: 30px;
    font-weight: 500; /* 太さ */
    line-height: 1.35; /* 行間 */
    letter-spacing: 0.04em; /* 文字間 */
}

h3 {
    
}

 /* ▼ ========== .s_title ========== ▼ */
.s_title_1{
    margin: 0 auto 30px;

    font-size: 30px;
    font-weight: 500; /* 太さ */
    line-height: 1.25; /* 行間 */
    letter-spacing: 0.06em; /* 文字間 */
}

.s_title_2{
    font-size: 16px;
    font-weight: 500; /* 太さ */
    line-height: 1.65; /* 行間 */
    letter-spacing: 0.02em; /* 文字間 */
}
 /* ▲ ---------- .s_title ---------- ▲ */

/* ▲ ---------- h ---------- ▲ */


.pc_only_br{ 
    display: none; /* sp:非表示 */
}


/* ▼ ====================
    h1
==================== ▼ */
/* h1のフォント設定は↑ h 参照 */
.products_title {
    padding: 50px 0;

    background-color: var(--color-sub-4);
    background-image: url("../../img/scene/eve_2_illust_sp_001.svg");
    background-repeat: no-repeat;
    background-position: right center;
}
/* ▲ ---------- h1 ---------- ▲ */

/* ▼ =====================
    mebership
==================== ▼ */
/* ========== #company: ページ全体 ========== */
#membership {
    background: #fff;
    padding: 60px 15px;
}

/* ========== inner: 中央寄せ ========== */
.membership_inner {
    margin: 0 auto;
}

.membership_title{
    width: 100%;
    padding: 10px 20px;
    border: none;
    background: var(--color-main);

    font-size: 16px;
    font-weight: 500; /* 太さ */
    line-height: 1.65; /* 行間 */
    letter-spacing: 0.02em; /* 文字間 */

    color: #fff;
}

.membership_list {
    margin: 10px 0;
}

.membership_list:last-child { /* 最後のリストの下余白：0 */
    margin-bottom: 0;
}

.membership_list li {
    display: flex; /* アイコン＋テキストを横並び */
    align-items: flex-start; /* 複数行時も上揃え */
    gap: 10px; /* 記号と文字の間隔 */
    margin-bottom: 5px;
    padding-left: 15px;

    font-size: 16px;
    font-weight: 400; /* 太さ */
    line-height: 1.7; /* 行間 */
    letter-spacing: 0.02em; /* 文字間 */
}

.membership_list li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../img/top/eve_top_icon_006_2.svg) no-repeat center / contain;
    flex-shrink: 0;
    margin-top: 6px; /* 行頭の縦ズレ防止 */
}

/* ▲ ---------- membership ---------- ▲ */

/* ▼ ====================
    privacy
==================== ▼ */
#privacy{
    position: relative;
    background: #fbeded;
    padding: 60px 15px 0px;
}

.privacy_text{
    font-size: 16px;
    font-weight: 400; /* 太さ */
    line-height: 1.7; /* 行間 */
    letter-spacing: 0.02em; /* 文字間 */
}

#privacy .sp_image{
    width: 100%;
    height: auto;
    display: block;
}

/* ▲ ---------- privacy ---------- ▲ */

/* ▼ ===================================================
    @media
=================================================== ▼ */
 /* ========== pc ========== */
@media screen and (min-width: 768px) { /* タブレット・PC用 */

 /* ▼ ====================
    h 
 =================== ▼ */
    h1 {
        font-size: 33px;
        font-weight: 500; /* 太さ */
        line-height: 1.3; /* 行間 */
        letter-spacing: 0.04em; /* 文字間 */
    }

    h2{
        margin:0px auto 80px;

        font-size: 40px;
        font-weight: 500; /* 太さ */
        line-height: 1.25; /* 行間 */
        letter-spacing: 0.05em; /* 文字間 */
    }

 /* ▼ ========== .s_title ========== ▼ */
    .s_title_1{
        margin: 0 auto 30px;

        font-size: 40px;
        font-weight: 500; /* 太さ */
        line-height: 1.15; /* 行間 */
        letter-spacing: 0.08em; /* 文字間 */
    }

    .s_title_2{
        font-size: 16px;
        font-weight: 500; /* 太さ */
        line-height: 1.65; /* 行間 */
        letter-spacing: 0.02em; /* 文字間 */
    }
 /* ▲ ---------- .s_title ---------- ▲ */ 

 /* ▼ ========== .t_title ========== ▼ */
    .t_title{
        margin: 0 auto 80px;
        padding:    20px;

        font-size: 28px;
        font-weight: 500; /* 太さ */
        line-height: 1.4; /* 行間 */
        letter-spacing: 0.035em; /* 文字間 */

        color: #fff;
        background: #5f5f5f;
    }
 /* ▲ ---------- .t_title ---------- ▲ */ 

 /* ▼ ========== .t_title_2 ========== ▼ */
    .t_title_2{
        height: 170px;
        background: url("../../img/scene/eve_2_illust_005.svg") no-repeat 12% center / contain;    

        font-size: 28px;
        font-weight: 500; /* 太さ */
        line-height: 1.4; /* 行間 */
        letter-spacing: 0.035em; /* 文字間 */
    }

 /* ▲ ---------- .t_title_2 ---------- ▲ */ 

 /* ▲ ---------- h ---------- ▲ */


    .sp_only_br{ display: none; } /* pc:非表示 */
    .pc_only_br{ display: block; } /* pc:表示 */


 /* ▼ ====================
    h1
 ==================== ▼ */
 /* h1のフォント設定は↑ h 参照 */
    .products_title {
        background-image: url("../../img/scene/eve_2_illust_001.svg");
        background-repeat: no-repeat;
        background-position: right center;

        padding: 100px 0;
    }
 /* ▲ ---------- h1 ---------- ▲ */


 /* ▼ =====================
    membership
 ==================== ▼ */
    #membership {
        padding: 100px 0 150px;
    }

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


 /* ▲ ---------- membership ---------- ▲ */

 /* ▼ =====================
    privacy
 ==================== ▼ */
    #privacy {
        position: relative;
        padding: 130px 0;
        background-color: #fbeded;
        background-image:
            url("../../img/top/eve_top_illust_001.webp"),
            url("../../img/top/eve_top_illust_002.webp");
        background-repeat: no-repeat, no-repeat;
        background-position:
            left 20px top 40px,
            right 0px bottom 0px;
        background-size:
            clamp(150px, 20vw, 280px) auto,
            clamp(120px, 26vw, 400px) auto;
    }

    .privacy_inner {
        max-width: 1100px;
        margin-inline: auto;
        padding-inline: clamp(48px, 20vw, 200px);
    }

    .privacy_text{
        margin-bottom: 20px;
    }


    #privacy .sp_image {
        display: none;/* PCではスマホ用画像を消す */
    }
 /* ▲ ---------- privacy ---------- ▲ */


}
/* ▲ ---------- pc ---------- ▲ */
/* ▲ ---------- media ---------- ▲ */
