:root{
    /* === font size ==== */
    --font-size-75:0.75rem;
    --font-size-base:1rem;
    --font-size-12:1.25rem;
    --font-size-15:1.5rem;
    --font-size-17:1.75rem;
    --font-size-2:2rem;
    
    /* ===  color  ==== */
    --color-fff:#fff;
    --color-000:#000;
    --color-grey:#6666664d;
    --color-grey-light:#666666ec;
    --color-blue:#133d96;
    --color-navy:#336583;
    --color-mint:#47c6d6;
    --color-red:#ad2024;
    
    /* === space ==== */
    --space-50:50px;
    --space-40:40px;
    --space-30:30px;
    --space-20:20px;
    --space-10:10px;
    --space-5:5px;
    --space-01:0.1rem;
    --space-005:0.05rem;
    
    /* === weight === */
    --nav--font-weight:bold; 
    --headline--font-weight:bold;
    --text--font-weight:bold;
    }

    /* === 微調整 === */
    .txtLeft{
        text-align: left;
    }
    .pdt0{
        padding-top: 0;
    }
    .pdt12{
        padding-top: 12px;
    }
    .pdt20{
        padding-top: var(--space-20);
    }
    .pdt30{
        padding-top: var(--space-30);
    }
    .pdt50{
        padding-top: var(--space-50);
    }
    .pdt100{
        padding-top: calc(var(--space-50)*2);
    }
    .pdt150{
        padding-top: calc(var(--space-50)*3);
    }
    .pdb50{
        padding-bottom: var(--space-50);
    }
    .pdb100{
        padding-bottom: calc(var(--space-50)*2);
    }
    .pdb150{
        padding-bottom: calc(var(--space-50)*3);
    }
    .pd10{
        padding: var(--space-10)!important;
    }
    .mgt10{
        margin-top: 10px;
    }
    .mgt20{
        margin-top: 20px;
    }
    .mgt30{
        margin-top: 30px;
    }
    .mgb10{
        margin-bottom: 10px;
    }
    .mgb5{
        margin-bottom: 5px!important;
    }
    .mgb20{
        margin-bottom: 20px;
    }
    .mgb30{
        margin-bottom: 30px;
    }
    .mgb50{
        margin-bottom: 50px;
    }
    .mgb100{
        margin-bottom: 100px;
    }

    .font14{
        font-size: 14px!important;
    }
    .line12{
        line-height: 1.2;
    }
    .line15{
        line-height: 1.5;
    }
    .line2{
        line-height: 2;
    }
    
    /* ==== ボタン ==== */
    .button-wh{
        border: 3px solid var(--color-fff);
        padding: var(--space-20) var(--space-20);
        width: 50%;
        max-width: 200px;
        margin: 0 auto;
        text-align: center;
    }
    .button-wh a{
        color:var(--fff);
    }
    
    body{
        min-height: 100%;
        height: 100vh;
        letter-spacing: var(--space-005);
        overflow-y: scroll;
        font-family:'源ノ角ゴシック','Source Han Sans','源ノ角ゴシック Regular','Source Han Sans Regular','SourceHanSans-Regular','源ノ角ゴシック Regular','源ノ角ゴシック';
        font-family: 'Ysabeau Infant', sans-serif;
        font-style: normal;
        text-align: justify;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        }
    
    #wrapper{
        width: 100%;
        max-width: 1920px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }
    /* ======== ベース設定　　========= */
    section{
        width: 80%;
        margin: calc(var(--space-50)*2) auto 0;
        position: relative;
    }
    
    .headLine{
        font-size: var(--font-size-2);
        font-weight: bold;
        text-align: center;
    }
    .sp_br{
        display: none;
    }
    .tab_br{
        display: none;
    }
    .buyButton{
    display: block;
    margin: 50px auto 0;
    border: none;
    background: rgb(166, 166, 166);
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 50px;
    width: 50%;
    max-width: 400px;
    }
    .buyButton a{
        color: #fff;
        font-weight: bold;
        font-size: var(--font-size-12);
    }
  
    
/* ========================================================== */
/* ==============  2023タプレット 1025px   ==================== */
/* ========================================================== */
@media screen and (max-width:1024px){
    /* ======== ベース設定　　========= */
    section{
        width: 90%;
        margin: calc(var(--space-50)*1.5) auto 0;
        position: relative;
    }
    
    .headLine{
        font-size: calc(var(--font-size-2)*1.25);
        font-weight: bold;
    }
    .headLine span{
        display: block;
        padding-top: var(--space-10);
        font-size: var(--font-size-base);
    }
    .tab_br{
        display: block;
    }
    }

/* ========================================================== */
/* ==============  2023スマホ     600px   ==================== */
/* ========================================================== */
@media screen and (max-width:600px){

    section{
        width: 90%;
        margin: calc(var(--space-50)*1.5) auto 0;
        position: relative;
    }
    
    .headLine{
        font-size: calc(var(--font-size-2)*1);
        font-weight: bold;
    }
    .headLine span{
        display: block;
        padding-top: var(--space-10);
        font-size: var(--font-size-base);
    }

    .sp_br {
        display: block; 
    }


    }
    
    
    