/* 全頁共通CSS */

*{
    margin: 0;
    padding: 0;
}
*,
*::before, *::after{
    box-sizing: inherit;
}
body{
    background-color: #fff2cc;
    box-sizing: border-box;
    color: #000;
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden!important;
    -webkit-text-size-adjust: 100%;
}
body.active{
    width: 100%;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden!important;
    overscroll-behavior: none;    
}
img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    word-wrap:break-word;
}
*:focus {
    outline: none;
}

/*--------------------------------------------------------
    コンテンツ
--------------------------------------------------------*/
.ly_cont{
    background-color: #fff;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 15px;
}
.ly_cont p+p{
    margin-top: 20px;
}
.ly_cont a{
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.ly_cont a:hover{
    opacity: 0.5;
}
.bl_cont+.bl_cont{
    margin: 80px auto;
}
.bl_cont h2{
    margin-bottom: 30px;
}
.bl_cont h2 img{
    max-width: 600px;
    width: 100%;
}
.bl_cont figure{
    margin: 30px auto;
}
@media (min-width:768px){
    .ly_cont{
        padding: 30px;
    }
    .bl_cont+.bl_cont{
        margin: 120px auto;
    }
}
@media (min-width:1200px){
    .ly_cont{
        padding: 60px;
    }
}

/*--------------------------------------------------------
    ボタン
--------------------------------------------------------*/
.ly_cont .el_btn{
    background-color: #8ed1fc;
    border-radius: 60px;
    color: #000!important;
    display: block;
    font-size: 18px!important;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 40px auto;
    max-width: 400px;
    width: 100%;
    padding: 10px 0;
}
.ly_cont .el_btn:hover{
    background-color: #000;
    color: #fff!important;
    opacity: 1!important;
}

/*--------------------------------------------------------
    イントロ
--------------------------------------------------------*/
.bl_intro .bl_bgBlue{
    margin-bottom: 30px;
}
.bl_intro .bl_dlCont{
    font-weight: bold;
}
.bl_intro .bl_dlCont dl+dl{
    margin-top: 20px;
}

/*--------------------------------------------------------
    キャラクター
--------------------------------------------------------*/
.bl_character figure{
    max-width: 350px;
}

/*--------------------------------------------------------
    sns
--------------------------------------------------------*/
.bl_question{
    background-color: #f5f5f5;
    border: 1px solid #006edc;
    margin: 30px auto;
    padding: 15px;
}
.bl_question figure:nth-child(1){
    margin-top: 0;
}
.bl_question figure:nth-child(2){
    margin-bottom: 0;
}

/*--------------------------------------------------------
    遊び方
--------------------------------------------------------*/
.bl_howtoplay h3{
    text-align: center;
}

/*--------------------------------------------------------
    注意事項
--------------------------------------------------------*/
.bl_precautions ul{
    list-style: none;
}
.bl_precautions li{
    padding-left: 30px;
    position: relative;
}
.bl_precautions li::before{
    content: '一、';
    position: absolute;
    left: 0;
    top: 0;
}
.bl_precautions li+li{
    margin-top: 15px;
}

/*--------------------------------------------------------
    フッター
--------------------------------------------------------*/
.ly_footer{
    margin: 30px auto;
}
.ly_footer p{
    text-align: center;
    font-size: 14px;
}

/*--------------------------------------------------------
    ヘルパー
--------------------------------------------------------*/
/* clear fix  */
.clear::before, .clear::after,
.hp_clearFix::before,
.hp_clearFix::after{
    content: "";
    display: table;
    table-layout: fixed;
}
.clear::after,
.hp_clearFix::after{
    clear: both;
}

/* フォントサイズ */
.hp_fzXS{
    font-size: 12px!important;
}
.hp_fzSm{
    font-size: 14px!important;
}
.hp_fzMd{
    font-size: 18px!important;
}
.hp_fzLg{
    font-size: 24px!important;
}
.hp_fzXL{
    font-size: 32px!important;
}
.hp_fzXXL{
    font-size: 40px!important;
}
.hp_fzXXXL{
    font-size: 50px!important;
}
.hp_fz20{
    font-size: 20px!important;
}

/* フォントファミリー */
.hp_ffSerif{
    font-family: 'Noto Serif JP', serif!important;
}
.hp_ffSans{
    font-family: 'Noto Sans JP', sans-serif;
}

/* フォントウェイト */
.el_fwBold{
    font-weight: bold!important;
}

/* フォントカラー */
.el_fcBlue{
    color: #0693e3!important;
    font-weight: bold;
}

/* 背景色 */
.bl_bgBlue{
    background-color: #1e90ff!important;
    color: #fff!important;
    font-weight: bold;
    padding: 15px;
}
@media (min-width:768px){
    .bl_bgBlue{
        padding: 30px;
    }
}

/* 上マージン */
.hp_mt1rem{
    margin-top: 1rem !important;
}
.hp_mt2rem{
    margin-top: 2rem !important;
}
.hp_mt3rem{
    margin-top: 3rem !important;
}
.hp_mt4rem{
    margin-top: 4rem !important;
}
.hp_mt5rem{
    margin-top: 5rem !important;
}
.hp_mt6rem{
    margin-top: 6rem !important;
}
.hp_mt7rem{
    margin-top: 7rem !important;
}
.hp_mt8rem{
    margin-top: 8rem !important;
}
.hp_mt9rem{
    margin-top: 9rem !important;
}
.hp_mt10rem{
    margin-top: 10rem !important;
}
.hp_mt0{
    margin-top: 0!important;
}

/* 下マージン*/
.hp_mb1rem{
    margin-bottom: 1rem !important;
}
.hp_mb2rem{
    margin-bottom: 2rem !important;
}
.hp_mb3rem{
    margin-bottom: 3rem !important;
}
.hp_mb4rem{
    margin-bottom: 4rem !important;
}
.hp_mb5rem{
    margin-bottom: 5rem !important;
}
.hp_mb6rem{
    margin-bottom: 6rem !important;
}
.hp_mb7rem{
    margin-bottom: 7rem !important;
}
.hp_mb8rem{
    margin-bottom: 8rem !important;
}
.hp_mb9rem{
    margin-bottom: 9rem !important;
}
.hp_mb10rem{
    margin-bottom: 10rem !important;
}
.hp_mb0{
    margin-bottom: 0 !important;
}

/* マージンなし */
.hp_mNone{
    margin: 0!important;
}

/* スペーサー */
.bl_spacer{
    width: 100%;
    height: 60px;
}

/* 文章の揃え */
.hp_txtCenter{
    text-align: center !important;
}
.hp_txtLeft{
    text-align: left !important;
}
.hp_txtRight{
    text-align: right !important;
}

/* 表示 */
.hp_pcOnly{
    display: none;
}
@media (min-width:768px){
    .hp_spOnly{
        display: none;
    }
    .hp_pcOnly{
        display: block;
    }
}
@media (min-width:1024px){
    .hp_none{
        display: none;
    }
}