@charset "utf-8";
@font-face {
    font-family: 'FcbFont';
    src: url('../../font/rounded-mgenplus-1c-bold.min.woff') format("woff");
    font-display: swap;
}

body {
    margin: 0px;
    overflow: hidden;
    font-family: 'FcbFont';
    color: rgb(87,90,88);
    min-height: 100vh;
    min-height: -webkit-fill-available;
}



a{
    user-select: none;
}
a:link, a:visited, a:hover, a:active {
    color: rgb(87,90,88);
}

.container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: calc(var(--vh, 1vh) * 100);
}

.header_large {
    width: 100%;
    height: 25vh;

}

.header_small {
    width: 100%;
    height: 5.5vh;

}


.logo{
    padding-top:10px;
    width: 250px;
    height:  150px;
    margin-left: auto;
    margin-right: auto;
}

.wwww{
    position:relative;
}

.header_small_logo{
    position: absolute;
    padding-top:18px;
    width: 100px;
    height:  50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.logo_kakomi {
    position: absolute;
    padding-top:10px;
    width:160px;
    height:70px;
    line-height:60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.logo_kakomi2 {
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:5px solid #FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    transition: all 0.5s ease;
}

.main_header_large{
    margin-top: -9vh;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    min-width: 820px;
    max-width: 820px;
    z-index:8888; /* ヘッダー要素が重なるため指定*/
    overflow: scroll;

}

.main_header_small{
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    max-width: 100%;
    overflow: scroll;
    background-color: #FFFFFF;

}

.footer_header_large {
    bottom: 0px; /* 下固定*/
    width: 100%;
    height: 10vh;
    margin-top: auto;
}

.footer_header_small {
    bottom: 0px; /* 下固定*/
    width: 100%;
    height: 12vh;
    margin-top: auto;
}

.footer_header_small .footer_area{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.back_img{
    position: relative;
    /*min-height: 100vh;*/
    background: url("") center / cover;
}

.back_img2{
    position: relative;
    /*min-height: 100vh;*/
    background: no-repeat 100% -50% url("");
    background-position: 100% -400px;
}

.mg_l10 {
    margin-left: 10px;
}

.main_area{
    height: 900px;
    border-style: solid;
    border-radius: 60px 60px 60px 60px;
    border-width: 5px;
    overflow-y: scroll;
}

.footer_area{
    width: 100%;
    height: 100%;
}
.footer_area .grid_parent{
    padding-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.footer_area .grid_parent .left_up { 
    grid-area: 1 / 1 / 2 / 2;
    align-self: flex-end;
    justify-self: center; 
}
.footer_area .grid_parent .left_down { 
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center; 
    align-self: flex-start;
}
.footer_area .grid_parent .right { 
    grid-area: 1 / 2 / 3 / 3;
    justify-self: center; 
    align-self: center;
}

.mg_l_10{
    margin-left: -50px;
}

.kumo {
    height: 150px;
    width: 100%;
    background-size: 150px 100%;
}

#baseHeader .circle {
    position: relative;
    width:110px;
    height:110px;
    border-radius:100px;
    background:#fff;
    border-style: solid;
    border-width: 8px;
}

#baseHeader .achievement {
    position: absolute;
    z-index: 200;
    top: 0.25em;
    left: 0.25em;
}

#baseHeader .circle_str {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 5px;
    text-align: center;
}

#baseHeader .ptop1 {
    padding-top: 20%;
}

#baseHeader .ptop2 {
    padding-top: 5%;
}

#baseHeader .circle2 {
    width:85px;
    height:85px;
    border-radius:120px;
    background:#fff;
}

header .circle {
    width:75px;
    height:75px;
    border-radius:100px;
    background:#fff;
    border-style: solid;
    border-width: 5px;
}

.hed_rank {
    width: 350px;
    margin-right: 20px;;
    padding: 10px 10px;
    margin-top: 20px;
    display: flex;
    border-radius: 60px 60px 60px 60px;
    
}

.head_rnak_txt {
    width:100%;
    height:65px;
    font-size: 3.8em;
    color: #fff;
}
#hedRank .item {
    text-align: right;
    padding-left: 10px;
}

#hedRank .item2 {
    min-width: 250px;
    max-width: 250px;
    display: grid;
    justify-content: right;
}

.f_btn {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:flex-end;
    width: 100%; 
}

.footer_header_small .a_footer_btn {
    display: flex;
    flex-direction: column;
}

.footer_header_small .a_footer_btn .img_div{
    height: 40%;
}
.footer_header_small .a_footer_btn .img_div img{
    height: 100%;
}

.footer_header_small .a_footer_btn .str2 {
    color: #000000;
    font-weight: bold;
    padding-top: 20px;

}


.a_footer_btn {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    display: inline-block;
}

.a_footer_btn > .pdg1 {
    position: absolute;
    top: 30%;
    left: 20%;
}

.a_footer_btn > .pdg2 {
    position: absolute;
    top: 10%;
    left: 15%;
}

.a_footer_btn > .pdg3 {
    position: absolute;
    top: 30%;
    left: 35%;
}

.a_next_btn {
    width: 100%;
    height: 100%;
    text-align: center;
}



.border_no {
    border: none;
}
.border_rl_dotted{
    border-right: dotted 5px;
    border-left: dotted 5px;
}

.f_btn_mg_r{
    margin-right: 50px;
}

.f_btn_mg_r25{
    margin-right: 25px;
}

.f_btn_mg_l25{
    margin-left: 25px;
}

.h100pc{
    height: 100%;
}
.b_radius_l60{
    border-radius: 60px 0px 0px 0px;
}
.b_radius_r60{
    border-radius: 0px 60px 0px 0px;
}
.b_radius_top60{
    border-radius: 60px 60px 0px 0px;
}
.txt_shadow {
    color          : #000000;            /* 文字の色 */
    font-weight: bold;
    letter-spacing : 4px;                /* 文字間 */
    text-shadow    : 
        2px  2px 1px #ffffff,
        -2px  2px 1px #ffffff,
        2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
        2px  0px 1px #ffffff,
        0px  2px 1px #ffffff,
        -2px  0px 1px #ffffff,
        0px -2px 1px #ffffff;        /* 文字の影 */
}

.f_size_xl{
    font-size      : 3.6em;               /* 文字のサイズ */
}

.f_size_l{
    font-size      : 2.8em;               /* 文字のサイズ */
}

.f_size_mm{
    font-size      : 2.4em;               /* 文字のサイズ */
}

.f_size_m{
    font-size      : 2.0em;               /* 文字のサイズ */
}

.f_size_sm{
    font-size      : 1.8em;               /* 文字のサイズ */
}


.f_size_s{
    font-size      : 1.1em;               /* 文字のサイズ */
}

.f_size_xs{
    font-size      : 1.2em;               /* 文字のサイズ */
}

.f_w_b {
    font-weight: bold;
}
.hide {
    display: none;
}

.br_b{
    border-bottom: solid;
}

#baseHeader div > ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-top: 15px;
    padding-inline-start: 30px;
}

#baseHeader div > ul > li {
    display: inline-block;
    padding-left: 8px;
}


/** 動的変更スタイル Start*/
.dc_bg_col_a_p1{
    background-color: rgba(221,168,202, 0.7); /** カラーパターン更新対象*/
}

.dc_bg_col_p1{
    background-color: rgb(124,83,159); /** カラーパターン更新対象*/
}

.dc_bg_col_p2{
    background-color: #efd8e8; /** カラーパターン更新対象*/
}

.dc_bg_col_p3 {
    background-color: rgb(246,240,152);
}

.dc_bg_col_p4 {
    background-color: rgb(87,90,88);
}

.dc_bg_col_p5 {
    background-color: white;
}

.dc_bg_col_p6 {
    background-color: rgb(224,224,224);
}

.dc_bg_col_catgo_exercise {
    background-color: rgb(0,204,0);
}
.dc_bg_col_catgo_nutr {
    background-color: rgb(255,128,0);
}
.dc_bg_col_catgo_oralcavity {
    background-color: rgb(255,51,153);
}
.dc_bg_col_catgo_brain {
    background-color: rgb(0,128,255);
}

.dc_bg_imge_p1{
    background-image: radial-gradient(circle at 50% -60%, #efd8e8 50%, rgb(87,90,88) 51% 51%, rgba(94, 121, 144, 0) 54%);  /** カラーパターン更新対象*/
}


.dc_border_col_p1{
    border-color: rgb(87,90,88);
}

.dc_border_col_p2{
    border-color: rgb(22, 22, 22);
}

.dc_border_col_p3{
    border: solid;
    border-color: rgb(87,90,88);
}

.dc_font_col_p1{
    color: rgb(124,83,159);
}

.dc_font_col_p2{
    color: #fff;
}
.dc_font_col_p3{
    color: rgb(87,90,88);
}

.dc_font_col_p4{
    color: rgb(22, 22, 22);
}

.dc_font_col_warn{
    color: rgb(203,0,0);
}

.dc_box-shadow_p1{
    box-shadow: 0 10px 0 rgb(87,90,88); /* 影の太さ・色 */
}

.dc_box-shadow_p2{
    box-shadow: 0 5px 0 rgb(87,90,88); /* 影の太さ・色 */
}

.dc_box-shadow_p3{
    box-shadow: 0 5px 0 rgb(22,22,22); /* 影の太さ・色 */
}

.dc_common_title::before{
    content: '●';
    color: rgb(124,83,159);
}
.dc_common_title::after{
    content: '●';
    color: rgb(124,83,159);
}

.dc_common_title {
    font-size: 2rem;
}

.clearfix::after{
    content:"";
    clear:both;
    overflow:hidden;
}

.dc_radio_btns input[type=radio] + label::after {
    background: rgb(124,83,159);
}

.dc_ranking_title::before{
    content: '●';
    color: rgb(124,83,159);
}
.dc_ranking_title::after{
    content: '●';
    color: rgb(124,83,159);
}

.dc_ranking_title {
    font-size: 2rem;
}

.dc_common_title2::before{
    content: '●';
    color: rgb(124,83,159);
}

.dc_common_title2 {
    font-size: 2rem;
}

.dc_common_title2::before{
    content: '●';
    color: rgb(124,83,159);
}

.dc_common_title2 {
    font-size: 2.4rem;
}

.dc_common_title2::before{
    content: '●';
    color: rgb(124,83,159);
}

.dc_common_title3 {
    font-size: 1.8rem;
}

.dc_common_title3::before{
    content: '●';
    color: rgb(124,83,159);
}

/** 動的変更スタイル End*/

.pd_lf_30{
    padding-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ctg_btn {
    display: inline-block;
    height: 160px;
    width: 240px;
    background-color: #fff; /* 背景色 */
    border-radius: 60px;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    border: solid;
    position: relative;
}

.cont_btn {
    display: inline-block;
    height: 130px;
    width: 200px;
    background-color: #fff; /* 背景色 */
    border-radius: 60px;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    border: solid;
    position: relative;
}

.cont_btn2 {
    display: inline-block;
    height: 130px;
    width: 560px;
    background-color: #fff; /* 背景色 */
    border-radius: 55px;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    border: solid;
    position: relative;
}


/* ホバー時 */
.cont_btn:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.rect_btn {
    display: inline-block;
    height: 170px;
    width: 90%;
    background-color: #fff; /* 背景色 */
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    border: solid;
    position: relative;
}

/* ホバー時 */
.rect_btn:hover {
    box-shadow: none;
    transform: translateY(2px);
}

/* ホバー時 */
.ctg_btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.rank_font_sz_p1 {
    font-size:  1.8em;
}


.rank_col_p1 {
    color:rgb(25, 26, 25);
}

.btom_1{
    position: absolute;
    bottom:30px;
    width: 100%;
    font-size: 2.4em;
    padding-left: 30px;
}

.btom_2{
    position: absolute;
    bottom:80px;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    font-size: 2.0em;
    transform: rotate(-10deg);
}

.btom_3{
    position: absolute;
    bottom:15px;
    width: 100%;
    font-size: 1.8em;
}

.btom_4{
    position: absolute;
    bottom:10px;
    width: 100%;
    font-size: 2.0em;
    font-weight: bold;
}

.btom_5{
    position: absolute;
    bottom:60px;
    width: 100%;
    font-size: 2.4em;
}

.btom_6{
    position: absolute;
    bottom:30px;
    width: 100%;
    font-size: 1.8em;
}

#fullLoading .sucpon_area{
    position: absolute;
    bottom: 28%;
    right: 5%;
}

#fullLoading .balloon {
    position: absolute;
    margin: 1.5em 0px 1.5em -1.5em;
    padding: 7px 10px;
    color: #555;
    background: #FFF;
    border: solid 3px rgb(85, 85, 85);
    box-sizing: border-box;
    float:left;
    z-index: 1;
    bottom: 35%;
    right: 35%;
    width: 55%;
    height: 15%;
    text-align: center;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

#fullLoading .balloon .font {
    color: #000;
}


#fullLoading .balloon:before {
    content: "";
    position: absolute;
    top: 60%;
    right: -49px;
    margin-top: -12px;
    border: 20px solid transparent;
    border-left: 30px solid #FFF;
    z-index: 2;
}

#fullLoading .balloon span {
    display: inline-block;
    width: 23ch;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    border-right: 2px solid transparent;
    animation: typing 2s steps(23) infinite;
}


/**/
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transition: opacity 0.15s linear;
}

.loading{
    padding:200px
}


.p_wk{
    font-size: 4.8em;
    top:-19%;
    left: 25%;
}

/**/
#contentsEndMsgeModal .modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transition: opacity 0.15s linear;
}

#contentsEndMsgeModal .modal_main{
    position: relative;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 300px;
    border-radius: 30px;

}

#contentsEndMsgeModal .wk {
    padding-top: 50px;
}
#contentsEndMsgeModal .modal_main h2{
    font-size: 2.4em;
    color: #daeee5;
}
#contentsEndMsgeModal canvas {
    /*background: #000;*/
    height: 100%;
    width: 100%;
    position: absolute;
}

#screenOffMsgeModal .modal_main{
    position: relative;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 95%;
    height: 400px;
    border-radius: 30px;
}

#screenOffMsgeModal .wk {
    padding-top: 50px;
}

#contentsEndMsgeModal .ok_btn {
    display: inline-block;
    height: 75px;
    width: 175px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    position: relative;
}

#contentsEndMsgeModal .ok_btom{
    position: absolute;
    padding-top: 6%;
    width: 100%; 
    font-size: 2em;
}

#screenOffMsgeModal #screenOffOkMsge {
    margin-bottom: 50px;
}

#screenOffMsgeModal .ok_btn {
    display: inline-block;
    height: 75px;
    width: 175px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

#screenOffMsgeModal .ok_btom{
    position: absolute;
    padding-top: 6%;
    width: 100%;
    font-size: 2em;
}

/**/
.float_r {
    float: right;
}

.float_l {
    float: left;
}

.h_40pct{
    height: 40%;
}
.h_30pct{
    height: 30%;
}

.posi_rela {
    position: relative;
}
.posi_abs {
    position: absolute;
}

.boder_sold_all {
    border: solid;
}
.boder_sold_no_left {
    border-style: solid solid solid none;
}

.boder_sold_no_rigth {
    border-style: solid none solid solid;
}

.no_padding_left{
    padding-left: 0px;
} 

@keyframes typing {
    from {
        width: 0;
    }
}
@keyframes caret {
    50% {
        border-right-color: currentColor;
    }
}
.img_w1{
    max-width: 80%;
}
.img_w2{
    max-width: 75%;
}
.img_w3{
    max-width: 95%;
}
.img_w4{
    max-width: 90%;
}
.footer_area  .pad_top{
    padding-top: 15px;
}
.footer_area  .pad_top2{
    padding-top: 10px;
}
.pleft1 {
    padding-left: 55px !important;
}

@media screen and (max-width: 1023px) {

    a{
        user-select: none;
    }
    a:link, a:visited, a:hover, a:active {
        color: rgb(87,90,88);
    }

    .container {
        display: flex;
        flex-direction: column;
        width: 100vw;
        min-height: calc(var(--vh, 1vh) * 100);
    }

    .header_large {
        width: 100%;
        height: 18vh;

    }

    .header_small {
        width: 100%;
        height: 7vh;

    }


    .logo{
        padding-top:10px;
        width: 180px;
        height:  80px;
        margin-left: auto;
        margin-right: auto;
    }

    .wwww{
        position:relative;
    }

    .header_small_logo{
        position: absolute;
        padding-top:18px;
        width: 100px;
        height:  50px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }


    .logo_kakomi {
        position: absolute;
        padding-top:5px;
        width:160px;
        height:70px;
        line-height:60px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .logo_kakomi2 {
        display:block;
        width:100%;
        height:100%;
        text-decoration: none;
        background:#FFFFFF;
        text-align:center;
        border:5px solid #FFFFFF;
        font-size:20px;
        font-weight:bold;
        border-radius:35px;
        -webkit-border-radius:35px;
        -moz-border-radius:35px;
        transition: all 0.5s ease;
    }

    .main_header_large{
        margin-top: -6vh;
        flex: 1;
        margin-left: auto;
        margin-right: auto;
        min-width: 650px;
        max-width: 650px;
        z-index:8888; /* ヘッダー要素が重なるため指定*/
        overflow: scroll;

    }

    .main_header_small{
        flex: 1;
        margin-left: auto;
        margin-right: auto;
        min-width: 100%;
        max-width: 100%;
        overflow-y: scroll;
        background-color: #FFFFFF;

    }

    .main_area2{
        max-height: 800px;
    }

    .footer_header_large {
        bottom: 0px; /* 下固定*/
        width: 100%;
        height: 8vh;
        margin-top: auto;
    }

    .footer_header_small {
        bottom: 0px; /* 下固定*/
        width: 100%;
        height: 10vh;
        margin-top: auto;
    }

    .footer_header_small .footer_area{
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }

    .back_img{
        position: relative;
        /*min-height: 100vh;*/
        background: url("") center / cover;
    }

    .back_img2{
        position: relative;
        /*min-height: 100vh;*/
        background: no-repeat 100% -50% url("");
        background-position: 100% -400px;
    }

    .mg_l10 {
        margin-left: 10px;
    }

    .main_area{
        height: 780px;
        border-style: solid;
        border-radius: 60px 60px 60px 60px;
        border-width: 5px;
        overflow-y: scroll;
    }

    .footer_area{
        width: 100%;
        height: 100%;
    }
    .footer_area .grid_parent{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .footer_area .grid_parent .left_up { 
        grid-area: 1 / 1 / 2 / 2;
        align-self: flex-end;
        justify-self: center; 
    }
    .footer_area .grid_parent .left_down { 
        grid-area: 2 / 1 / 3 / 2;
        justify-self: center; 
        align-self: flex-start;
    }
    .footer_area .grid_parent .right { 
        grid-area: 1 / 2 / 3 / 3;
        justify-self: center; 
        align-self: center;
    }

    .mg_l_10{
        margin-left: -50px;
    }

    .kumo {
        height: 150px;
        width: 100%;
        background-size: 150px 100%;
    }

    #baseHeader .circle {
        position: relative;
        width:80px;
        height:80px;
        border-radius:95px;
        background:#fff;
        border-style: solid;
        border-width: 5px;
    }

    #baseHeader .achievement {
        position: absolute;
        z-index: 200;
        top: 0.2em;
        left: 0.2em;
    }

    #baseHeader .circle_str {
        border-radius: 50%;
        width: 65px;
        height: 65px;
        margin: 5px;
        text-align: center;
    }

    #baseHeader .ptop1 {
        padding-top: 20%;
    }

    #baseHeader .ptop2 {
        padding-top: 5%;
    }

    #baseHeader .circle2 {
        width:60px;
        height:60px;
        border-radius:100px;
        background:#fff;
    }

    header .circle {
        width:75px;
        height:75px;
        border-radius:100px;
        background:#fff;
        border-style: solid;
        border-width: 5px;
    }

    .hed_rank {
        width: 300px;
        margin-right: 20px;;
        padding: 2px 5px;
        margin-top: 10px;
        display: flex;
        border-radius: 60px 60px 60px 60px;
        
    }

    .head_rnak_txt {
        width:100%;
        height:65px;
        font-size: 2.4em;
        color: #fff;
    }
    #hedRank .item {
        text-align: center;
        padding-left: 10px;
    }

    #hedRank .item2 {
        min-width: 200px;
        max-width: 200px;
        display: grid;
        justify-content: right;
    }

    .f_btn {
        display: flex;
        flex-wrap: wrap;
        align-items:center;
        justify-content:flex-end;
        width: 100%; 
    }

    .footer_header_small .a_footer_btn {
        display: flex;
        flex-direction: column;
    }

    .footer_header_small .a_footer_btn .img_div{
        height: 30%;
    }
    .footer_header_small .a_footer_btn .img_div img{
        height: 100%;
    }

    .footer_header_small .a_footer_btn .str2 {
        color: #000000;
        font-weight:normal;
        padding-top: 5px;

    }


    .a_footer_btn {
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff;
        display: inline-block;
    }

    .a_footer_btn > .pdg1 {
        position: absolute;
        top: 30%;
        left: 20%;
    }

    .a_footer_btn > .pdg2 {
        position: absolute;
        top: 10%;
        left: 15%;
    }

    .a_footer_btn > .pdg3 {
        position: absolute;
        top: 30%;
        left: 35%;
    }

    .a_next_btn {
        width: 100%;
        height: 100%;
        text-align: center;
    }



    .border_no {
        border: none;
    }
    .border_rl_dotted{
        border-right: dotted 5px;
        border-left: dotted 5px;
    }

    .f_btn_mg_r{
        margin-right: 50px;
    }

    .f_btn_mg_r25{
        margin-right: 25px;
    }

    .f_btn_mg_l25{
        margin-left: 25px;
    }

    .h100pc{
        height: 100%;
    }
    .b_radius_l60{
        border-radius: 60px 0px 0px 0px;
    }
    .b_radius_r60{
        border-radius: 0px 60px 0px 0px;
    }
    .b_radius_top60{
        border-radius: 60px 60px 0px 0px;
    }
    .txt_shadow {
        color          : #000000;            /* 文字の色 */
        font-weight: bold;
        letter-spacing : 4px;                /* 文字間 */
        text-shadow    : 
            2px  2px 1px #ffffff,
            -2px  2px 1px #ffffff,
            2px -2px 1px #ffffff,
            -2px -2px 1px #ffffff,
            2px  0px 1px #ffffff,
            0px  2px 1px #ffffff,
            -2px  0px 1px #ffffff,
            0px -2px 1px #ffffff;        /* 文字の影 */
    }

    .f_size_xl{
        font-size      : 3.2em;               /* 文字のサイズ */
    }

    .f_size_l{
        font-size      : 2.4em;               /* 文字のサイズ */
    }

    .f_size_mm{
        font-size      : 2.0em;               /* 文字のサイズ */
    }

    .f_size_m{
        font-size      : 1.6em;               /* 文字のサイズ */
    }

    .f_size_sm{
        font-size      : 1.4em;               /* 文字のサイズ */
    }


    .f_size_s{
        font-size      : 1.1em;               /* 文字のサイズ */
    }

    .f_size_xs{
        font-size      : 0.9em;               /* 文字のサイズ */
    }

    .f_w_b {
        font-weight: bold;
    }
    .hide {
        display: none;
    }

    .br_b{
        border-bottom: solid;
    }

    #baseHeader div > ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-top: 7px;
        padding-inline-start: 30px;
    }

    #baseHeader div > ul > li {
        display: inline-block;
        padding-left: 8px;
    }


    /** 動的変更スタイル Start*/
    .dc_bg_col_a_p1{
        background-color: rgba(221,168,202, 0.7); /** カラーパターン更新対象*/
    }

    .dc_bg_col_p1{
        background-color: rgb(124,83,159); /** カラーパターン更新対象*/
    }

    .dc_bg_col_p2{
        background-color: #efd8e8; /** カラーパターン更新対象*/
    }

    .dc_bg_col_p3 {
        background-color: rgb(246,240,152);
    }

    .dc_bg_col_p4 {
        background-color: rgb(87,90,88);
    }

    .dc_bg_col_p5 {
        background-color: white;
    }

    .dc_bg_col_p6 {
        background-color: rgb(224,224,224);
    }

    .dc_bg_col_catgo_exercise {
        background-color: rgb(0,204,0);
    }
    .dc_bg_col_catgo_nutr {
        background-color: rgb(255,128,0);
    }
    .dc_bg_col_catgo_oralcavity {
        background-color: rgb(255,51,153);
    }
    .dc_bg_col_catgo_brain {
        background-color: rgb(0,128,255);
    }

    .dc_bg_imge_p1{
        background-image: radial-gradient(circle at 50% -60%, #efd8e8 50%, rgb(87,90,88) 51% 51%, rgba(94, 121, 144, 0) 54%);  /** カラーパターン更新対象*/
    }


    .dc_border_col_p1{
        border-color: rgb(87,90,88);
    }

    .dc_border_col_p2{
        border-color: rgb(22, 22, 22);
    }

    .dc_border_col_p3{
        border: solid;
        border-color: rgb(87,90,88);
    }

    .dc_font_col_p1{
        color: rgb(124,83,159);
    }

    .dc_font_col_p2{
        color: #fff;
    }
    .dc_font_col_p3{
        color: rgb(87,90,88);
    }

    .dc_font_col_p4{
        color: rgb(22, 22, 22);
    }

    .dc_font_col_warn{
        color: rgb(203,0,0);
    }

    .dc_box-shadow_p1{
        box-shadow: 0 10px 0 rgb(87,90,88); /* 影の太さ・色 */
    }

    .dc_box-shadow_p2{
        box-shadow: 0 5px 0 rgb(87,90,88); /* 影の太さ・色 */
    }

    .dc_box-shadow_p3{
        box-shadow: 0 5px 0 rgb(22,22,22); /* 影の太さ・色 */
    }

    .dc_common_title::before{
        content: '●';
        color: rgb(124,83,159);
    }
    .dc_common_title::after{
        content: '●';
        color: rgb(124,83,159);
    }

    .dc_common_title {
        font-size: 2rem;
    }

    .clearfix::after{
        content:"";
        clear:both;
        overflow:hidden;
    }

    .dc_radio_btns input[type=radio] + label::after {
        background: rgb(124,83,159);
    }

    .dc_ranking_title::before{
        content: '●';
        color: rgb(124,83,159);
    }
    .dc_ranking_title::after{
        content: '●';
        color: rgb(124,83,159);
    }

    .dc_ranking_title {
        font-size: 2rem;
    }

    .dc_common_title2::before{
        content: '●';
        color: rgb(124,83,159);
    }
    
    .dc_common_title2 {
        font-size: 2rem;
    }
    
    .dc_common_title2::before{
        content: '●';
        color: rgb(124,83,159);
    }
    
    .dc_common_title2 {
        font-size: 2rem;
    }
    
    .dc_common_title2::before{
        content: '●';
        color: rgb(124,83,159);
    }
    
    .dc_common_title3 {
        font-size: 1.8rem;
    }
    
    .dc_common_title3::before{
        content: '●';
        color: rgb(124,83,159);
    }
    
    .dc_common_title3 {
        font-size: 1.8rem;
    }

    /** 動的変更スタイル End*/

    .pd_lf_30{
        padding-top: 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ctg_btn {
        display: inline-block;
        height: 160px;
        width: 240px;
        background-color: #fff; /* 背景色 */
        border-radius: 60px;
        cursor: pointer;
        text-decoration: none; /* 文字の下線を消す */
        border: solid;
        position: relative;
    }

    .cont_btn {
        display: inline-block;
        height: 110px;
        width: 170px;
        background-color: #fff; /* 背景色 */
        border-radius: 55px;
        cursor: pointer;
        text-decoration: none; /* 文字の下線を消す */
        border: solid;
        position: relative;
    }

    .cont_btn2 {
        display: inline-block;
        height: 130px;
        width: 560px;
        background-color: #fff; /* 背景色 */
        border-radius: 55px;
        cursor: pointer;
        text-decoration: none; /* 文字の下線を消す */
        border: solid;
        position: relative;
    }


    /* ホバー時 */
    .cont_btn:hover {
        box-shadow: none;
        transform: translateY(2px);
    }

    .rect_btn {
        display: inline-block;
        height: 150px;
        width: 90%;
        background-color: #fff; /* 背景色 */
        border-radius: 50px;
        cursor: pointer;
        text-decoration: none; /* 文字の下線を消す */
        border: solid;
        position: relative;
    }

    /* ホバー時 */
    .rect_btn:hover {
        box-shadow: none;
        transform: translateY(2px);
    }

    /* ホバー時 */
    .ctg_btn:hover {
        box-shadow: none;
        transform: translateY(5px);
    }



    .rank_font_sz_p1 {
        font-size:  1.8em;
    }


    .rank_col_p1 {
        color:rgb(25, 26, 25);
    }

    .btom_1{
        position: absolute;
        bottom:30px;
        width: 100%;
        font-size: 2.4em;
        padding-left: 30px;
    }

    .btom_2{
        position: absolute;
        bottom:80px;
        width: 100%;
        text-align: left;
        padding-left: 30px;
        font-size: 2.0em;
        transform: rotate(-10deg);
    }

    .btom_3{
        position: absolute;
        bottom:8px;
        width: 100%;
        font-size: 1.6em;
    }

    .btom_4{
        position: absolute;
        bottom:10px;
        width: 100%;
        font-size: 2.0em;
        font-weight: bold;
    }

    .btom_5{
        position: absolute;
        bottom:60px;
        width: 100%;
        font-size: 2.4em;
    }

    .btom_6{
        position: absolute;
        bottom:30px;
        width: 100%;
        font-size: 1.8em;
    }

    #fullLoading .sucpon_area{
        position: absolute;
        bottom: 28%;
        right: 5%;
    }

    #fullLoading .balloon {
        position: absolute;
        margin: 1.5em 0px 1.5em -1.5em;
        padding: 7px 10px;
        color: #555;
        background: #FFF;
        border: solid 3px rgb(85, 85, 85);
        box-sizing: border-box;
        float:left;
        z-index: 1;
        bottom: 35%;
        right: 35%;
        width: 55%;
        height: 15%;
        text-align: center;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }
    
    #fullLoading .balloon .font {
        color: #000;
    }
    
    
    #fullLoading .balloon:before {
        content: "";
        position: absolute;
        top: 60%;
        right: -49px;
        margin-top: -12px;
        border: 20px solid transparent;
        border-left: 30px solid #FFF;
        z-index: 2;
    }

    #fullLoading .balloon span {
        display: inline-block;
        width: 23ch;
        overflow: hidden;
        white-space: nowrap;
        font-weight: 400;
        border-right: 2px solid transparent;
        animation: typing 2s steps(23) infinite;
    }


    /**/
    .modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 15px 15px;
        background: rgba(0, 0, 0, 0.8);
        opacity: 1;
        transition: opacity 0.15s linear;
    }

    /*
    SPではpaddingが大き過ぎて、表示されないので、padding-topだけ設定
    */
    .loading{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 200px;
    }


    .p_wk{
        font-size: 3.6em;
        top: -23%;
        left: 20%;
    }

    /**/
    #contentsEndMsgeModal .modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 15px 15px;
        background: rgba(0, 0, 0, 0.8);
        opacity: 1;
        transition: opacity 0.15s linear;
    }

    #contentsEndMsgeModal .modal_main{
        position: relative;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        height: 300px;
        border-radius: 30px;

    }

    #contentsEndMsgeModal .wk {
        padding-top: 50px;
    }
    #contentsEndMsgeModal .modal_main h2{
        font-size: 2.4em;
        color: #daeee5;
    }
    #contentsEndMsgeModal canvas {
        /*background: #000;*/
        height: 100%;
        width: 100%;
        position: absolute;
    }

    #contentsEndMsgeModal .ok_btn {
        display: inline-block;
        height: 75px;
        width: 175px;
        border-radius: 50px;
        cursor: pointer;
        text-decoration: none; /* 文字の下線を消す */
        position: relative;
    }

    #contentsEndMsgeModal .ok_btom{
        position: absolute;
        padding-top: 6%;
        width: 100%;
        font-size: 2em;
    }

    #screenOffMsgeModal .modal_main{
        position: relative;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        height: 400px;
        border-radius: 30px;
    }

    #screenOffMsgeModal .wk {
        padding-top: 50px;
    }

    #screenOffMsgeModal .ok_btn {
        display: inline-block;
        height: 75px;
        width: 175px;
        border-radius: 50px;
        cursor: pointer;
        text-decoration: none;
        position: relative;
    }

    #screenOffMsgeModal .ok_btom{
        position: absolute;
        padding-top: 6%;
        width: 100%;
        font-size: 2em;
    }

    /**/
    .float_r {
        float: right;
    }

    .float_l {
        float: left;
    }

    .h_40pct{
        height: 40%;
    }
    .h_30pct{
        height: 30%;
    }

    .posi_rela {
        position: relative;
    }
    .posi_abs {
        position: absolute;
    }

    .boder_sold_all {
        border: solid;
    }
    .boder_sold_no_left {
        border-style: solid solid solid none;
    }

    .boder_sold_no_rigth {
        border-style: solid none solid solid;
    }

    .no_padding_left{
        padding-left: 0px;
    } 

    @keyframes typing {
        from {
            width: 0;
        }
    }
    @keyframes caret {
        50% {
            border-right-color: currentColor;
        }
    }

    .img_w1{
        max-width: 90%;
    }
    .img_w2{
        max-width: 65%;
    }

    .img_w3{
        max-width: 95%;
    }

    .footer_area  .pad_top{
        padding-top: 15px;
    }
}