@charset "utf-8";

/* 共通
========================================================*/
p{ margin: 0; }
ul, ol{ margin: 0; padding: 0;}
li{ list-style: none; }
.sp, .br-sp { display: none;}
.cont-wrap img { vertical-align: top;}
.cont-wrap a { color: #29abe2; text-decoration: underline;}
.mt-5 { margin-top: 5px;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}

/* コンテンツ（PC：960px以上）
========================================================*/
/* 共通
=============================*/
#contents {
    padding: 15px 0 0;
}

#tomods {
    background: #ffc107;
}

.cont-inn {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.cont-wrap {
    margin: 0 auto;
    background: #ffc107;
    font-family: "メイリオ", "Meiryo", sans-serif;
}

.bnr-wrap .bnr-img {
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1.5%;
    text-align: center;
}

.bnr-wrap .bnr-img a.hover-style {
    display: block;
    background: #ce006a;
}

a:hover.hover-style img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.att-area {
    max-width: 890px;
    margin: 30px auto 0;
    padding: 30px 40px;
    background: #fff;
    font-size: 14px;
    color: #333;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.att-area h3 {
    font-size: 20px;
    padding-left: 8px;
    line-height: 1.1;
    vertical-align: middle;
    font-weight: 700;
    border-left: 8px solid #1565c0;
}

.cont-wrap .li-txt li {
    padding-left: 1em;
    text-indent: -1em;
}

.shop-logo li {
    display: inline-block;
    margin-right: 2%;
}

.shop-logo li img{
    width: 152px;
}

.shop-logo li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.shop-logo li:nth-child(4n) {
    margin-right: 0;
}

/* コンテンツ（PC/TB：768px以上）
========================================================*/
@media (min-width: 768px) {
    .cont-wrap h2 {
        position: relative;
        text-align: center;
        z-index: 2;
        overflow: hidden;
    }
    .mv-wrap {
        position: relative;
        overflow: hidden;
        background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tomods_1908/img/tomods_1908_mv-bg1.png) repeat-x top, url(https://pntc.sslcs.cdngc.net/cdn/campaign/tomods_1908/img/tomods_1908_mv-bg2.png) repeat-x 0 97.2%;
    }

    .ribon {
        display: inline-block;
        position: absolute;
        padding: 33px 0;
        top: 101.5px;
        left: -2%;
        width: 104%;
        background: #fff;
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        z-index: 1;
    }
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
    .pc, .br-pc { display: none;}
    .sp, .br-sp { display: block;}
    .cont-wrap {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
    }
    .cont-wrap h2 {
        width: 100%;
    }
    .cont-inn {
        padding-bottom: 20px;
    }
    .shop-logo li {
        width: 23.5%;
    }
    .cont-wrap .att-area {
        width: 96%;
        margin: 0 auto;
        padding: 20px 15px;
        font-size: 14px;
    }
    .cont-wrap h3 {
        font-size: 16px;
        margin-bottom: 3%;
    }
    .shop-logo li {
        display: inline-block;
        width: 47%;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .shop-logo li img {
        width: 100%;
    }
    .shop-logo li:nth-child(2n) {
        margin-right: 0;
    }

}