@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url("./modal_js.css"); /* モーダルの装飾css */

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* コーナータイトル非表示 */
#cookie_agree{width:100%;}
#corner_name .title,
#corner_main_text .title {
    display: none;
}

#corner_contents {
    width: 100%;
}
.contents_wrap,
.sub_text {
    position: relative;
    width: 100%;
}

.main_contents H1, H2, .main_contents H3, .main_contents H4, .main_contents H5, .main_contents H6, .main_contents P, .main_contents TD, .main_contents TH, .main_contents DIV, .main_contents INPUT, .main_contents TEXTAREA, .main_contents OL, .main_contents UL, .main_contents LI, .main_contents PRE, .main_contents .sub_text {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 0.9rem;
    font-weight: 400;
}

/**------------------------------------------- 商品 --*/
.corner_products {
}
.item_list {
    padding-top: 20px;
}
.item_list ul {
    margin: 0 0 30px;
    padding-top: 0px;
}
.item_list li {
    margin: 0 auto;
    padding: 15px;
    background: #fff;
}
.item_list li a { color: #666; }
.item_list .item_list_class p { font-size: 0.7rem; }
.item_list .item_list_thumb { background: #fff; }
.item_list .item_list_ttl.txt_wrap { font-size: 0.85rem; }

/**------------------------------------------ modal --*/
span[data-modal] {
    position: relative;
}
span[data-modal]::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 6px 8px;
    /*background: rgba(200, 230, 240, 0.5);
    border: 1px dashed #666;*/
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f00e";
    font-size: 1.5em;
}

/**-------------------------------------------- ヘッダー --*/
#corner_header {
    margin: 10px 0 60px;
}
#corner_header a { text-decoration: underline; }
#corner_header p,
#corner_header ul {
    padding: 0 10px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

#corner_header .lead {
    padding-top: 10px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    font-family: 'Zen Antique', serif;
}
.end_of_sale {
    display: block;
    margin-top: -10px;
    color: #f33;
    font-size: 1rem;
}

/**-------------------------------------------- nav --*/
#corner_nav ul li a {
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-size: 1.2rem;
    background: #333;
    color: #fff;
}

/**----------------------------------------- 見出し --*/
h2 {
    position: relative;
    padding: 20px 0 0 100px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    border-bottom: 3px solid rgba(255,255,255,0.7);
    background: transparent;
}
h2 span.prize_level {
    position: absolute;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    line-height: 1;
    bottom: -.6rem;
    left: 0;
    color: #b635ff;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, 
    -1px 1px 0 #FFF, 1px -1px 0 #FFF, 
    0px 1px 0 #FFF,  0-1px 0 #FFF, 
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}
h2 span.prize_level::first-letter { font-size: 4rem; }

h3.corner_h3 {
    margin: 0 0 5px;
    padding: 5px;
    text-align: left;
    color: #fff;
    background: #999;
    border-bottom: none;
    font-weight: bold;
}

/**------------------------------------- 情報エリア --*/
.sub_text { margin-bottom: 60px; }
.sub_text a {
    color: #002e5d;
    text-decoration: underline;
}
.probability {
    width: 136px;
    padding: 5px 0;
    margin: 20px 10px;
    text-align: center;
    background: #eee;
    border: 1px solid #ccc;
}
.probability strong {
    padding-left: 5px;
    font-size: 1rem;
}

.prize_spec { 
    margin: 20px 10px;
    color: #fff; 
}
.prize_item {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
}
.prize_item p {
    width: calc(50% - 8px);
    margin: 10px 4px;
    background: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.prize_pickup {
    display: block;
    margin: 4px 0;
    padding-bottom: 1px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 160%;
    color: #fff;
    background: #B60A05;
    border-radius: 20px;
}
.prize_num {
    width: 100%;
    display: block;
    padding-bottom: 2px;
    text-align: center;
    color: #fff;
    /*background: #77B3D0;*/
}

.prize_info {
    position: relative;
    margin-bottom: 30px;
}
.prize_img {
    text-align: center;
}
.prize_img img {
    width: 90%;
    max-width: 1000px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.prize_img::after,
.tokuten .info_img::after {
    position: absolute;
    right: 6%;
    bottom: 2%;
    padding: 6px 8px;
    background: rgba(239, 239, 239, 0.5);
    border: 1px dashed #666;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f00e";
    font-size: 1.5em;
}

.info_wrap { width: 100%; }
.info_box {
    width: 96%;
    max-width: 800px;
    margin: 30px auto 0;
    padding: 20px 10px;
    background: rgba(24, 90, 133, 0.1);
}
.info_box p { margin-bottom: 5px; }
.info_box dl {
    padding: 5px;
    background: #fff;
}
.info_box dt {
    margin: 0 4px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #ccc;
}
.info_box dd {
    margin: 0 4px;
    padding-bottom: 4px;
}
.info_box .info_tit {
    margin-bottom: 5px;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    line-height: 1.3;
}
.info_img {
    position: relative;
    text-align: center;
}

/* 注意事項 */
.attention_list li,
.attention_txt {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
    text-indent: -0.9rem;
    padding-left: 1.1rem;
    line-height: 1.1rem;
    font-weight: bold;
}
.attention_list li a,
.attention_txt a { color: #f66; text-decoration: underline; }

.link_btn a {
    display: block;
    width: 80%;
    max-width: 480px;
    margin: 0 auto 20px;
    padding:10px;
    text-align: center;
    font-size: 1rem;
    /*color: #185a85;*/
    background: #fff;
    /*border: 1px solid #185a85;*/
}

/**--------------------------------------- くじ購入 --*/
.btn_kuji {
    margin: 30px auto;
    width: 80%;
}
.btn_kuji.disabled, 
.btn_kuji a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    /*background: #185a85;*/
    text-decoration: none!important;
}
.btn_kuji.disabled {
    width: calc(80% - 20px);
    color: #666;
    background: #ccc;
}
.btn_kuji a::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f061";
}

.btn_kuji.h_line {
    padding-bottom: 30px!important;
}
.btn_kuji.h_line a {
    margin: 10px 0;
    background: #c1d3de;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50px;
}
.btn_kuji.h_line a::before {
    content: "\f063";
}

/**-------------------------------------- copyright --*/
.copyright {
    margin: 0 0 40px;
    padding: 30px 0 0;
}
.copyright a {
    text-decoration: underline;
}
.copyright .attention {
    margin: 20px;
    font-size: 0.7rem;
    line-height: 1.5em;
    text-align: left;
}

/**-------------------------------------- テンプレ用 --*/
/* ヘッダーバナー余白 */
#corner_main_text {margin-top: 20px;}
/* 全体背景 */
#corner_contents {
    background: linear-gradient(180deg, rgba(17,160,255,1) 0%, rgba(83,0,161,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* 画像拡大ボタン */
span[data-modal]::after {
    background: rgba(255, 255, 255, 0.5);
    border: 1px dashed #666;
}
/* 販売期間など見出し */
h3.corner_h3 {
    color: #136aba;
    background: #fff;
}
/* 景品画像背景 */
.prize_item p {
    background: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
/* ピックアップ、描き下ろしとか */
.prize_pickup {
    color:#fff;
    background:#B60A05;
}
/* 景品番号 */
.prize_num {
    color: #fff;
    background: #4935ff;
}
/* 汎用テキストボックス */
.info_box {
    background: rgba(255,255,255,0.7);
}
/* 汎用リンクボタン */
.link_btn a {
    color: #b635ff;
    background: #fff;
    border: 3px solid #b635ff;
}
/* くじ購入ボタン */
.btn_kuji a {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(109,51,255,1) 0%, rgba(182,53,255,1) 100%);
}
/* ページ内リンクボタン */
.btn_kuji.h_line a {
    background: rgba(255,255,255,.15);
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 711px) {
    body { box-sizing: border-box; }
    #corner_contents {
    }
    #corner_contents .main_contents {
        max-width: 1080px;
        margin: 0 auto;
        /*box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.2);*/
    }
    #corner_main_text,
    .corner_products,
    .sub_text,
    .copyright {
        width: 1080px;
        margin: 0 auto;
    }
    /* clearfix */
    section div.text::after,
    dl::after,
    .info_box::after,
    .info_box dd::after {
        display: block;
        clear: both;
        content: "";
    }
    
    /**------------------------------------------- 商品 --*/
    .item_list ul {
        justify-content: center;
        padding: 0 0 30px;
        margin: 0;
        background: transparent;
    }
    .item_list ul li {
        margin: 0 15px 40px;
        padding: 0;
    }
    .item_list ul li a { background: #fff; }

    /**--------------------------------------- ヘッダー --*/
    #corner_header { margin: 0 0 60px; }
    #corner_header a:hover { text-decoration: none; }
    #corner_header p,
    #corner_header ul {
        padding: 0 15px;
        color: #fff;
    }
    
    /**-------------------------------------------- nav --*/
    #corner_nav { background: #333; }
    #corner_nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 1080px;
        margin: 0 auto;
    }
    #corner_nav ul li {
        width: calc( 100% / 3 );
        border-left: 1px solid #fff;
    }
    #corner_nav ul li:last-child { border-right: 1px solid #fff; }

    /**----------------------------------------- 見出し --*/
    h2 {
        padding: 20px 0 2px 110px;
        font-size: 1.5rem;
    }
    h2 span.prize_level { left: 10px; }

    h3.corner_h3 {
        margin: 0 0 5px;
        padding: 5px 5px 5px 10px;
    }
    
    /**------------------------------------- 情報エリア --*/
    .sub_text { padding-bottom: 60px; }
    .sub_text p { margin-bottom: 20px; }
    .sub_text a:hover { text-decoration: none; }
    
    .prize_spec { 
        margin: 20px 20px;
        color: #fff;
        font-weight: bold;
     }
    .prize_item {
        max-width: 1000px;
    }
    .prize_item p {
        width: calc(100% / 4 - 8px);
        margin: 10px 4px;
    }
    .prize_num {
        width: auto;
        display: inline-block;
        margin-right: 6px;
        padding: 0 8px 2px;
    }

    .prize_img img { width: 100%; }
    .prize_img::after { content: none; }

    /* 注意事項 */
    .attention_list { padding: 5px 15px; }
    .attention_list li a:hover,
    .attention_txt a:hover { text-decoration: none; }
    
    .info_wrap {
        width: 1080px;
        margin: 0 auto;
    }
    .info_wrap.tokuten {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tokuten .info_box {
        width: 40%;
        margin: 20px 10px;
    }
    .info_box p {
        margin-bottom: 0;
        padding: 0 10px;
        font-weight: bold;
        text-align: center;
    }
    .info_box dl {
        display: flex;
        flex-wrap: wrap;
        margin: 5px 10px;
        border: none;
    }
    .info_box dt {
        text-align: center;
        width: 15%;
        margin: 3px 0;
        padding: 0 2px;
        border-bottom: none;
    }
    .info_box dd {
        margin: 3px 4px;
        padding: 0 2px;
        width: calc(85% - 8px);
    }
    .tokuten .info_box dl { display: block; }
    .tokuten .info_box dt {
        width: 100%;
        text-align: left;
    }
    .info_box .attention_list { padding: 5px 10px; }
    .info_box .info_tit { margin-bottom: 10px; }

    /**--------------------------------------- 一括購入 --*/
    .btn_kuji {
        margin: 30px auto;
        width: 45%;
    }
    .btn_kuji a {
        height: 70px;
        font-size: 1.4rem;
        text-decoration: none;
    }
    .btn_kuji.disabled {
        height: 80px;
        font-size: 1.4rem;
        width: calc(45% - 20px);
    }
    .btn_kuji a::before {
        margin-right: 10px;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f061";
    }
    
    .btn_kuji.h_line {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 1080px;
    }
    .btn_kuji.h_line a {
        display: inherit;
        width: calc(100% / 3 - 20px);
        margin: 10px;
    }

    /**-------------------------------------- copyright --*/
    .copyright { margin: 0 auto 40px; }
    .copyright a:hover { text-decoration: none; }
    .copyright .attention { text-align: center; }
    
    
    /**-------------------------------------- テンプレ用 --*/
    /* ヘッダーバナー余白 */
    #corner_main_text {margin-top: 20px;}
    /* 全体背景 */
    #corner_contents {
    }
}