@charset "utf-8";

div {
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    .newsDetail__body {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cnt {
    text-align: center;
}

.navbuttons {
    margin: 2em 0;
    text-align: center;
}

.navbuttons img {
    width: 525px;
    max-width: 100%;
}

/* ガチャトップページ */
#page-index .title_box {
    background-color: #b7a212;
    padding: 3px 10px;
    margin-top: 20px;
    color: #172845;
}

#page-index .title_box2 {
    border: #b7a212 1px solid;
    padding: 10px 15px;
    line-height: 2.5rem;
    margin-bottom: 20px;
}
#page-index .title_box2 .h2_ {
    color: #888;
}
#page-index .remain-ticket-message {
    text-align: center;
    color: #b7a212;
    font-weight: bold;
    margin: 2em 0;
}
#page-index .remain-ticket-message .num-text {
    font-size: 3.5rem;
}

#page-index .action-buttons {
    text-align: center;
}

#page-index .first-shipment-fee-info {
    font-size: 1.1rem;
}

#page-index .buy_btn {
    width: 100%;
    margin-bottom: 8px;
}

#page-index .challenge_btn {
    width: 100%;
    margin: 20px 0 0;
}

#page-index .history_btn {
    width: 100%;
    margin: 10px 0;
}

@media only screen and (min-width: 768px) {
    #page-index .buy_btn {
        width: 60%;
    }
    #page-index .challenge_btn {
        width: 70%;
    }
    #page-index .history_btn {
        width: 70%;
    }
}

#page-index .prize_list_title {
    text-align: center;
    font-weight: bold;
    padding: 0.5em 1em;
    --x-gradient: linear-gradient(10deg, #c9c9c9 0 100%);
    --y-gradient: linear-gradient(
        #c9c9c9 0 15px,
        transparent 0 calc(100% - 15px),
        #c9c9c9 calc(100% - 15px)
    );
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
    position: relative;
    margin-top: 30px;
}

#page-index .prize_membername {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 1.8rem;
    color: #b4a138;
    clear: both;
}

#page-index .prize_membername:before,
#page-index .prize_membername:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #b4a138;
}

#page-index .prize_membername:before {
    margin-right: 1rem;
}

#page-index .prize_membername:after {
    margin-left: 1rem;
}

#page-index .prize_membername {
    display: flex;
    align-items: center;
}

#page-index .prize_list01 {
    border: 4px solid #ccc;
    border-radius: 12px;
    text-align: center;
    padding-bottom: 8px;
    width: 80%;
    margin: 10px auto;
    color: #172845;
    background-color: #ccc;
    line-height: 1.4;
}
#page-index .prize_list01 .prize_name {
    margin-top: 10px;
}
.prize_list_box-2 {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}
#page-index .prize_list02 {
    display: flex;
    flex-direction: column; /* 中身を縦に並べる */
    width: calc((100% - 10px) / 2);
    border: 4px solid #ccc;
    border-radius: 12px;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 8px;
    color: #172845;
    background-color: #ccc;
    line-height: 1.4;
}
#page-index .prize_list02 .prize_name {
    margin-top: 8px;
    flex-grow: 1;
}
#page-index .prize_list01 .prize_img_box,
#page-index .prize_list02 .prize_img_box {
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#page-index .prize_list01 .remain_num,
#page-index .prize_list02 .remain_num {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 2rem;
    font-weight: bold;
    font-style: oblique;
    color: #fff;
    -webkit-text-stroke: 1px #f8f8f8;
    text-shadow: 0px 1px 4px #000;
    padding: 0;
    margin: 0;
}
#page-index .sold_out {
    opacity: 0.3;
}

#page-index ul.jikou {
    padding-left: 0.5em;
    margin-left: 0.5em;
}

#page-index ul.jikou li {
    font-size: 13px;
    list-style-type: disc;
    margin-bottom: 0.5em;
    line-height: 1.6;
}

#page-index ul.jikou li span {
    font-size: 13px;
}

/* 履歴ページ */
#page-history .newsDetail__prevnext_navi {
    overflow: hidden;
    margin: 10px 0 0;
}

#page-history .newsDetail__prevnext_navi ._prev {
    float: left;
    width: 50%;
    text-align: left;
}

#page-history .newsDetail__prevnext_navi ._next {
    float: right;
    width: 50%;
    text-align: right;
}

#page-history .lead-message {
    text-align: center;
}

#page-history .no-history {
    margin: 2em 0 0;
    text-align: center;
}

#page-history .entry_list {
    margin: 2em 0 0;
    border-top: 1px solid #999;
}

#page-history .entry_list li {
    overflow: hidden;
    border-bottom: 1px dotted #999;
}

#page-history .entry_list .date_ {
    width: 125px;
    text-align: center;
    padding: 25px 0 0;
    float: left;
    font-size: 15px;
    line-height: 31px;
    color: #999;
}

#page-history .entry_list .title_ {
    display: block;
    margin-left: 125px;
    padding: 25px 0 25px 16px;
    font-size: 20px;
    line-height: 31px;
    color: #999;
}

@media screen and (max-width: 640px) {
    #page-history .entry_list {
        border-top: 1px solid #999;
    }

    #page-history .entry_list li {
        border-bottom: 1px dotted #999;
    }

    #page-history .entry_list .date_ {
        width: 85px;
        padding: 12px 0 0;
        font-size: 10px;
        line-height: 20px;
    }

    #page-history .entry_list .title_ {
        margin-left: 85px;
        padding: 12px 0 12px 10px;
        font-size: 14px;
        line-height: 22px;
    }
}

#page-history .fnavi {
    margin: 2em 0 0;
    overflow: hidden;
}
#page-history .fnavi > li {
    box-sizing: border-box;
    width: 50%;
    float: left;
}
#page-history .fnavi .next {
    text-align: right;
}
#page-history .fnavi img {
    height: 15px;
}

/* 当選結果ページ */
#page-prize-result #usage-caution {
    text-align: left;
    margin: 1.5em 0 0;
}

#page-prize-result #kuji-buttons {
    margin: 3em 0 0;
}
#page-prize-result #kuji-buttons img {
    max-width: 100%;
    width: 320px;
}

#page-prize-result .result_image {
    text-align: center;
}
#page-prize-result .result_image img {
    max-width: 100%;
}
#page-prize-result .congrat-message {
    text-align: center;
    font-weight: bold;
}
#page-prize-result .prize_name {
    font-weight: bold;
    padding: 0.75em 0;
    color: #fb9421;
}

/* 購入後ページ */
#page-payment-ok .omake-info-wrap {
    margin: 2em 0;
}

