body{
font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
/* 16-14px */
font-family: "dnp-shuei-gothic-gin-std", sans-serif;
font-weight: 400;
font-style: normal;
color: #090909;
background-color: #FFFFFF;
line-height: 1.5;
letter-spacing: 0.05rem;
overflow-x: hidden;
}
/* =====フォントサイズ ====*/
/* 33px fix */
.font33{
font-size: 33px;
}
/* 31-21px */
.font31{
font-size: clamp(1.3125rem, 1.1608rem + 0.6472vw, 1.9375rem);
}
/* 28-22px */
.font28{
font-size: clamp(1.375rem, 1.284rem + 0.3883vw, 1.75rem);
}
/* 24-21px */
.font24_21{
font-size: clamp(1.3125rem, 1.267rem + 0.1942vw, 1.5rem);
}
/* 24-19px */
.font24_19{
font-size: clamp(1.1875rem, 1.1117rem + 0.3236vw, 1.5rem);
}
/* 22-21px */
.font22{
font-size: clamp(1.3125rem, 1.2973rem + 0.0647vw, 1.375rem);
}
/* 21-15px */
.font21{
font-size: clamp(0.9375rem, 0.8465rem + 0.3883vw, 1.3125rem);
}
/* 18-14px */
.font18{
font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
}
/* 16-14px */
.font16_14{
font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
/* 16-13px */
.font16_13{
font-size: clamp(0.8125rem, 0.767rem + 0.1942vw, 1rem);
}
/* 15-14px */
.font15{
font-size: clamp(0.875rem, 0.8598rem + 0.0647vw, 0.9375rem);
}
/* 14-13px */
.font14_13{
font-size: clamp(0.8125rem, 0.7973rem + 0.0647vw, 0.875rem);
}
/* 14-12px */
.font14_12{
font-size: clamp(0.75rem, 0.7197rem + 0.1294vw, 0.875rem);
}
.min_font{
font-size: 12px;
}
.b_font{
font-weight: bold;
  }
.en_font{
font-family: 'Jost', sans-serif;
font-family: 'Open Sans', sans-serif;
}
.c_font{
text-align: center;
}
/* ==== メインカラー ==== */
.gray{
    color: #cacaca;
}
.bggray{
    background-color: #cacaca;
}
.gray_l{
    color: #e4e4e4;
}
.bggray_l{
    background-color: #e4e4e4;
}
.white{
    color: #FFF;
}
.bgwhite{
    background-color: #FFF;
}
.black{
    color: #090909;
}
.bgblack{
    background-color: #090909;
}
/* ===== flex関連 =====*/
.flex{
    display: flex;
}
.w_flex{
    display: flex;
    flex-wrap: wrap;
}
.c_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_co{
    display: flex;
    flex-direction: column;
}
.c_flex_co{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gap05{
    gap: 0.5rem;
}
.gap1{
    gap: 1rem;
}
.gap2{
    gap: 2rem;
}

/* ===== レイアウト =====*/
#wrapper{
    width: 100%;
    max-width: 1920px;
    margin:0 auto; 
    overflow: hidden;
}
figure img{
    width: 100%;
    max-width: 100%;
}
img{
    max-width: 100%;
}
.ib_span{
    display: inline-block;
}
figure{
    overflow: hidden;
}
.none{
    display: none;
}
.displayOn{
    display: block!important;
}
.tab_on{
    display: none;
}

/* ===== 間仕切りの設定 =====*/
.sec_mgn{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.sec_pad{
    padding-top: 6rem;
    padding-bottom: 5rem;
}
.sec_pad_mini{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.hl_mgn{
    margin-bottom: 3rem;
}


/* ============================================================== */
/* ==============  2023タプレット 601-1024px   ==================== */
/* ============================================================== */
@media screen and (max-width:1024px){
    .tab_rem{
        display: none;
    }
    .tab_on{
        display: block;
    }
  }
  
/* ============================================================== */
/* ==============  2023スマホ     375-600px   ==================== */
/* ============================================================== */
@media screen and (max-width:600px){
    .sp_rem{
        display: none;
    }
}
