@charset "shift_jis";

/* 等賞一覧 */
#anc_lottery {
    margin-bottom: 30px;
}

#anc_lottery .lottery_name {
    height: 40px;
    overflow: hidden;
    padding-top: 10px;
    line-height: 20px;
}

#anc_lottery ul {
    font-size: 0;
    padding: 0;
}

#anc_lottery ul li {
    width: 20%;
    white-space: normal;
    display: inline-block;
    padding: 1%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#anc_lottery ul a {
    text-decoration: none;
}

#anc_lottery ul a:hover img {
    opacity: .7;
}

#anc_lottery ul li img {
    width: 100%;
    height: auto;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

#anc_lottery ul li p {
    width: 100%;
    color: #bf3100;
    font-size: 14px;
    margin: 0;
}

#anc_lottery ul li p:last-child {
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}

/* 商品画像 */
.pbFluidStyle #cdu2mainColumn div.article_details #nav a.activeSlide,
.pbFluidStyle #cdu2mainColumn div.article_details #nav a:hover {
    box-shadow: none;
}

#cdu2mainColumn div.article_details_photo img {
    border: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    background-image: none !important;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 100%;
    height: 50%;
}

#imController {
    width: 160px !important;
}

#gashapon_or {
    display: block;
    text-align: center;
    font-weight: bold;
}

#gashapon_or_side {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

#buy2 {
    margin-top: 0 !important;
}

#cduWrap .detailFnCart a,
#cduWrap .detailFnPop .detailFnRes,
#cduWrap .otherModal .detailFnRes {
    font-size: 14px;
}

#buy_side2::before {
    background-image: url(/bc/images/net-s_tokushu/gashapon_item_side.png);
    background-size: 35px auto;
    width: 35px;
    margin-right: 2px;
}

/* 確率切替ボタン */
.gol_change {
    font-size: 0;
}

.gol_change .dtl {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.gol_change .gol_note {
    display: inline-block;
    vertical-align: top;
}

.gol_change h6 {
    font-size: 15px;
    color: #504e4e;
    text-align: center;
}

.gol_change .gol_note {
    font-size: 11px;
    line-height: 17px;
}

.gol_change span {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #999;
    padding: 2px 15px;
    border-radius: 5px;
    background-color: #999;
}

.change_btn_on {
    background-color: #e8b517 !important;
}

#anc_lottery ul li {
    vertical-align: top;
}

.pro10_wrap .pro_1 {
    display: none;
}

.pro10_wrap .pro_10 {
    display: block;
}

.pro_10 {
    display: none;
}

#anc_lottery ul li .pro_10,
#anc_lottery ul li .pro_1 {
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}

/* カート */
.detailFn .detailFnRes {
    background: none;
    padding: 0;
}

.detailFn .detailFnRes:before {
    display: none;
}

/* 説明 */
.guide_wrap {
    width: 100%;
    max-width: 1220px;
    margin: auto;
    font-size: 0;
    text-align: center;
    margin-top: 50px;
}

.guide_wrap li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
}

.guide_wrap li:nth-child(3n) {
    margin-right: 0;
}

.guide_wrap li:nth-child(n + 4) {
    margin-top: 2%;
}

.guide_wrap li img {
    width: 100%;
    height: auto;
}

/* サムネイルの注記 */
.gol_img_note {
    text-align: center;
    background-color: #f3c11d;
    color: #333;
    font-weight: bold;
    font-size: 13px;
}

/* バナーエリア */
.gol_btnarea {
    text-align: center; 
}
.gol_btnarea li {
    margin-bottom: 20px; list-style: none; 
}
.gol_btnarea li:last-child {
    margin-bottom: 40px; 
}
.gol_btnarea a {
    transition: all ease .3s; -webkit-transition: all ease .3s; 
}
.gol_btnarea a:hover {
    opacity: .7; 
}

/* 商品画像_1150px以上 */
@media (min-width: 1150px) {
    .article_details_photo {
        height: 607px;
    }

    .swiper-container {
        width: 50px;
        height: 554px;
        position: absolute !important;
        top: 25px;
        left: 0;
        padding-bottom: 1px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 46px !important;
    }

    .swiper-button-prev {
        top: 9px !important;
        left: 13px !important;
    }

    .swiper-button-next {
        left: -9px !important;
        bottom: -8px !important;
        top: auto !important;
        transform: rotate(180deg);
    }

    .pbFluidStyle #cdu2mainColumn div.article_details #nav a {
        margin-top: 0 !important;
    }
}

/* 商品画像_1150px以下 */
@media (max-width: 1150px) {
    .swiper-container {
        width: 85%;
        height: 120px;
        position: relative;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px !important;
        position: relative !important;
        top: -85px !important;
    }

    .swiper-button-prev {
        transform: rotate(-90deg);
        left: -2px !important;
    }

    .swiper-button-next {
        transform: rotate(90deg);
        right: -91% !important;
    }
}
