@charset "UTF-8";

/*
============================================================
キャンペーンページ PC用
============================================================
*/

.c_on .cbxbd {
    background-image: url(/static/cpn/mkt000186/img/img_check_on.png);
    padding: 8px 0 0 35px;
}

.cbxbd {
    background-image: url(/static/cpn/mkt000186/img/img_check_off.png);
    padding: 8px 0 0 35px;
}

.sp .c_on .cbxbd {
    background-image: url(/static/cpn/mkt000186/img/img_check_on.png);
    padding: 16px 0 0 35px;
}

.sp .cbxbd {
    background-image: url(/static/cpn/mkt000186/img/img_check_off.png);
    padding: 16px 0 0 35px;
}

.pc .headWaku {
    overflow: hidden;
    position: relative;
    height: 510px;
    background: #000;
}

h1.cmsoon {
    width: 11em;
    margin: 4% auto;
    padding: 15px;
    border: 5px ridge #bf0000;
    background-color: #fff;
    text-shadow: 0 0 0 #bf0000, 1px 1px 0 #bf0000, 2px 2px 0 #bf0000, 3px 3px 0 #fff, 4px 4px 0 #fff, 5px 5px 0 #fff, 6px 6px 5px rgba(0, 0, 0, .25), 6px 6px 1px rgba(0, 0, 0, .5);
    font-size: 70px;
    text-align: center;
    letter-spacing: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
}

.sp h1.cmsoon {
    width: 7em;
    margin: 4% auto 4%;
    padding: 15px;
    border: 5px ridge #bf0000;
    background-color: #fff;
    text-shadow: 0 0 0 #bf0000, 1px 1px 0 #bf0000, 2px 2px 0 #bf0000, 3px 3px 0 #fff, 4px 4px 0 #fff, 5px 5px 0 #fff, 6px 6px 5px rgba(0, 0, 0, .25), 6px 6px 1px rgba(0, 0, 0, .5);
    font-size: 200%;
    letter-spacing: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


/* ベースレイアウト
------------------------------------------------------------ */

#globalNavi.naviFixed {
    display: none;
}

.container {
    padding-bottom: 80px;
}

.container a:hover {
    opacity: .6;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.inner{
    width: 970px;
    margin:  0 auto;
}
.headerMain {
    position: relative;
    margin: 0 auto;
    background:  #000;
    padding-bottom: 14px;
}

.headerMain p.atn {
    color: #dd0303;
    font-size: 16px;
    text-align: center;
}

.headerMain h1 {
    overflow: hidden;
    height: 422px;
    background: url(/static/pacificleague/img/header.jpg) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 100%;
    background-position: 0 53%;
    padding: 92px 0 0;
}

.headerMain .txtLink{
    letter-spacing: 0;
    font-size: 20px;
    margin: 25px 0 0;
    margin: 31px auto 20px;
    text-align: center;
}

.headerMain p.txtLink::after{
    content:"\0bb";
    color: #e5e5e5;
    display:  inline-block;
    font-size: 25px;
    position: relative;
    top: 2px;
}


.headerMain .txtLink a{
    color: #e5e5e5;
}

.headerMain .teamLogo{
    background: url("/static/pacificleague/img/header_teamlogo.jpg") no-repeat center;
    overflow: hidden;
    text-indent:  100%;
    white-space:  nowrap;
    height: 98px;
    margin: 23px auto;
}
.sp .headerMain .teamLogo{
    
background-size: contain;
    
margin: -32px auto;
}

.CompetitionTable{
    background: #3fb1e5;
}

.CompetitionTable img{
    width:  90%;
    display: block;
    margin:  0 auto;
}

.CompetitionTable img:nth-child(1) {
    width: 65%;
    padding: 36px 0 0;
    margin-bottom: -17px;
}


.sp .CompetitionTable img:nth-child(1){
    
padding:  0;
    
margin:  0;
}

.press{
    background: #000;
    padding: 21px 0;
}
.press img{
    margin-top: 0;
    width:  90%;
    display:  block;
    margin: 0 auto;
}
.press p{
margin: 0 auto;
text-align: center;
}
.press p::after{content:"";background: url("/static/pacificleague/img/arrow.png") no-repeat;display: inline-block;width: 29px;height: 20px;margin-left: 8px;}
.press p a{color: #fff;font-size: 29px;}
.device{
    background: #3fb1e5;
}
.device img{
    width: 90%;
    display: block;
    margin:0 auto; 
}

.headerMain h2:not(.cnt) {
    margin-bottom: 3%;
    background: #eeeeee;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: .1em;
}

.headerMain h2 span {
    display: inline-block;
    width: 143px;
    margin: 0 1% .5% .7%;
    padding: 0 .5vw;
    background: #cccccc;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

.rule {
    background: #eeeeee;
}

.rule ul {
    padding: 4px;
}

.rule li {
    font-size: 13px;
}

.rule ul li.waku {
    width: 143px;
    padding: 0 .5vw;
    border-radius: 0;
    background: #cccccc;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.btn_area .btn_area_img {
    position: relative;
    margin: 10px 0 10px 0;
    text-align: center;
}

.btn_area .btn_area_img a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 75%;
    margin: 0 auto 2%;
    padding-right: 1em;
    border-radius: 14px;
    background-color: #bf0000;
    -webkit-box-shadow: 0 5px #730000;
    box-shadow: 0 5px #730000;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 3;
}

.btn_area .btn_area_img a:before {
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px rgba(7, 0, 1, .24);
    box-shadow: inset 1px 1px rgba(7, 0, 1, .24);
    content: "";
}

.btn_area .btn_area_img a:after {
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 19px;
    border: 11px solid transparent;
    border: 14px solid transparent;
    border-left: 19px solid #bf0000;
    content: "";
}

.btn_area .btn_area_img a:hover,
.btnBox p a:hover {
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.btn_area .btn_area_img a.fin {
    background-color: #b6b6b6;
    -webkit-box-shadow: 0 6px #9c9c9c;
    box-shadow: 0 6px #9c9c9c;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: default;
    pointer-events: none;
}

strong.fin_bar {
    display: block;
    position: absolute;
    top: -92%;
    left: 14%;
    width: 14em;
    background: rgba(255, 51, 50, .90);
    color: #FFFF01;
    font-size: 50px;
    line-height: 2;
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}

.btn_area .btn_area_txt {
    width: 730px;
    margin: 0 auto 40px;
}

.btn_area p {
    margin: 0 auto;
    font-size: 110%;
    text-align: center;
    line-height: 1.8;
}

.btn_area p.desc {
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6;
}

.exam,
h3.rei {
    overflow: hidden;
    height: 169px;
    margin-bottom: 80px;
    padding: 0;
    padding-top: 40px;
    background: url(/static/cpn/mkt000186/img/exam.png) no-repeat center 0;
    text-indent: 100%;
    white-space: nowrap;
}

h3.rei {
    height: 150px;
    padding-top: 0;
    background: url(/static/cpn/mkt000186/img/detail_70.jpg) no-repeat center 0;
}

.fes {
    position: relative;
    width: 970px;
    margin: 30px auto 40px;
}

.day30Ban .cart a {
    display: block;
    overflow: hidden;
    width: 920px;
    height: 95px;
    margin: 0 auto 50px;
    background: url(/static/cpn/mkt000186/img/day30.png) no-repeat center 0;
    text-indent: 100%;
    white-space: nowrap;
}

.btnBox {
    width: 970px;
    margin: 0 auto 60px;
}

.btnBox p {
    display: inline-block;
    width: 480px;
}

.btnBox p a {
    display: block;
    position: relative;
    width: 480px;
    border-radius: 14px;
    background-color: #8bb800;
    -webkit-box-shadow: 0 6px 0 #648209;
    box-shadow: 0 6px 0 #648209;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    padding-top: 4px;
}

.btnBox p a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.adBTn a {
    width: 460px;
    margin-left: 20px;
    color: #ffe000;
}

p.adBTn a:hover {
    background: #8bb800 url(/static/cpn/mkt000186/img/ad.png) no-repeat right;
    /* -webkit-transition: all 0s ease-in-out; */
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    /* transition: all 0s ease-in-out; */
}

.copyright {
    width: 90%;
    margin: 1% auto;
    color: #9b9b9b;
    font-size: 10px;
    line-height: 1.2;
}

.fes {
    position: relative;
    margin: 0 auto 40px;
    width: 970px;
}

.same h1 {
    background: yellow;
    line-height: 2.2;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 3%;
}

p.eve a img {
    width: 100%;
}

p.eve a {
    display: block;
}

p.eve {
    width: 84%;
    margin: 0 auto 4%;
}

.same_cam_area {
    width: 100%;
}

.same_atn {
    padding-bottom: 1%;
    color: #dd0303;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.same_tit {
    margin: 0 auto 22px;
    background: #fee833;
    color: #292929;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 1px;
}

.same_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 6%;
}

.same_btn_area a {
    display: inline-block;
    width: 49%;
}

.same_btn_area a img {
    width: 100%;
}


/*
============================================================
キャンペーンページ sp用
============================================================*/
.sp .inner{
    width: 95%;
    max-width: 470px;
}

.sp .container img {
    width: 100%;
}

.sp .headerMain {padding-bottom: 5px;}

.sp .headWaku {
}

.sp .headerMain h1 {
    overflow: hidden;
    height: auto;
    padding-top: calc(500 / 1032 * 100%);
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 6px;
}

.sp .headerMain p.headeTxt {
    overflow: hidden;
    height: 6vw;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
}

.sp .headerMain h2 {
    margin-bottom: 20px;
    background: #eeeeee;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0;
}

.sp .headerMain h2 span {
    display: inline-block;
    width: 97%;
    margin: 0;
    padding: 0 .5vw;
    border: 1px solid #ccc;
    background: #ccc;
    color: #000000;
    font-size: 10px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: .2em;
    font-weight: bold;
}

.sp .headerMain .txtLink{
    font-size: 16px;
    margin: 12px 0 0;
}
.sp .headerMain p.txtLink::after {
    font-size: 22px;
    top: 1px;
}




.sp .rule {
    margin-top: -1%;
    padding-top: 1%;
    background: #eeeeee;
}

.sp .rule ul li.waku {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #cccccc;
    background: #cccccc;
    color: #000000;
    font-size: 10px;
    text-align: center;
    letter-spacing: .5em;
}

.sp .rule li {
    font-size: 11px;
    line-height: 1.5;
}

.sp p.atn {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 1%;
    color: #dd0303;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
}
.sp .container{padding-bottom: 24px;}
.sp p.atn br {
    display: none;
}

.sp .CompetitionTable{
    
padding: 12px 0 15px;
}

.sp .press{
    
padding: 16px 0;
}
.sp .press p a{
    font-size: 14px;
}

.sp .press p::after{
    background-size: 21px;
    margin: -8px 3px;
}

.sp .press img{}

.sp .btn_area .btn_area_img {
    margin: 0 0 1% 0;
    text-align: center;
}



.sp .btn_area .btn_area_img a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto 3%;
    padding-top: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px #730000;
    box-shadow: 0 3px #730000;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

.sp .btn_area .btn_area_img a:before {
    display: none;
}

.sp .btn_area .btn_area_img a:after {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 1vw;
    border: 7px solid transparent;
    border-left: 10px solid #fff;
    content: "";
}

.sp .btn_area .btn_area_img a:hover,
.sp .btnBox p a:hover {
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.sp .btn_area .btn_area_txt {
    width: 100%;
    margin: 0 auto 5%;
}

.sp .btn_area p {
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}

.sp .btn_area p br {
    display: none;
}

.sp .btn_area p:nth-child(2) {
    width: 92%;
    text-align: left;
}

.sp .exam,
.sp h3.rei {
    overflow: hidden;
    height: 19vw;
    margin-bottom: 5%;
    padding: 0;
    padding-top: 4%;
    background: url(/static/cpn/mkt000186/img/exam.png) no-repeat center 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
}

.sp h3.rei {
    height: 17vw;
    padding-top: 0;
    background: url(/static/cpn/mkt000186/img/detail_70.jpg) no-repeat center 0;
    background-size: contain;
}

.sp .fes {
    position: relative;
    width: 100%;
    margin: 5% auto 2%;
}

.sp .day30Ban .cart a {
    display: block;
    overflow: hidden;
    width: 98%;
    height: 25vw;
    margin: 0 auto 6%;
    margin-bottom: 4%;
    background: url(/static/cpn/mkt000186/img/day30_sp.png) no-repeat center 0;
    background-size: contain;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
    text-indent: 100%;
    white-space: nowrap;
}

.sp .btnBox {
    width: 98%;
    margin: 0 auto;
    text-align: center;
}

.sp .btnBox p {
    display: inline-block;
    width: 96%;
    margin-bottom: 5%;
}

.sp .btnBox p a {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 7px;
    background-color: #8bb800;
    -webkit-box-shadow: 0 3px 0 #648209;
    box-shadow: 0 3px 0 #648209;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
}

.sp .btnBox p a:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sp p.adBTn a {
    width: 100%;
    margin-left: 0;
    color: #ffe000;
}

.sp p.adBTn a:hover {
    background: #8bb800 url(/static/cpn/mkt000186/img/ad.png) no-repeat right;
    background-size: contain;
}

.sp .btnBox p a:after {
    display: none;
}

.sp .copyright {
    width: 96%;
    margin: 2% auto;
    color: #9b9b9b;
    font-size: 10px;
    line-height: 1.2;
}

.sp .same_cam_area {
    width: 100%;
}

.sp .same_atn {
    padding: 2%;
    color: #dd0303;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

.sp .same_tit {
    width: 100%;
    margin: 0 auto 3%;
    background: #fee833;
    color: #292929;
    font-size: 120%;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 1% 0;
}

.sp .same_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: distribute;
    margin-bottom: 6%;
}

.sp .same_btn_area a {
    display: inline-block;
    width: 90%;
    margin: 2% auto;
}

.sp .same_btn_area a img {
    width: 100%;
}


/*timer--------------*/

.countTm {
    width: 100%;
    /* border: 2px solid #fff; */
    /* border-right: none; */
    border-left: none;
    letter-spacing: -.4em;
    display:  flex;
    flex-direction:  column;
    margin: 0px auto 0;
    align-items:  center;
}

.countTm h3 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

div#timer2 {
    color:  #fff;
    letter-spacing: 0;
    width: 100%;
}

.countTm .yycountdown-box {
    border: 2px solid #fff;
    border-right: none;
    border-left: none;
    /* height: 46px; */
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding-top: 4px;
    width: 634px;
    margin:  0 auto;
}

.sp #timer2 .yycountdown-box span {
    font-size: 100%;
}

.sp .countTm #timer2 .yycountdown-box .yyc-min,
.sp .countTm #timer2 .yycountdown-box span.yyc-hou,
.sp .countTm #timer2 .yycountdown-box span.yyc-sec {
    font-size: 100%;
}

.sp .countTm {
    margin: 0 auto 3%;
}

.sp .countTm h3 {
font-size: 20px;
    line-height: 1.4em;
}

.sp div#timer2 {
    padding: 0 0 2%;
    width: 90%;
}

.sp .countTm .yycountdown-box {
    height: auto;
    margin: 0;
    color: #000;
    font-size: 182%;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0px;
    width: 92%;
    margin: 0px auto;
}

.sp #timer2 span.yyc-day-text,
.sp #timer2 span.yyc-hou-text,
.sp #timer2 span.yyc-min-text,
.sp #timer2 span.yyc-sec-text {
    color: #fff;
    font-size: 66%;
    padding: 0px 2px;
    font-weight:  normal;
}

.sp span.yyc-day-text,
.sp span.yyc-hou-text,
.sp span.yyc-min-text,
.sp span.yyc-sec-text {
    color: #bf0000;
    font-size: 80%;
}

.sp strong.fin_bar {
    position: absolute;
    top: -92%;
    left: 7%;
    width: 86%;
    font-size: 200%;
}


/*---timer day display none-------------------------------------------------------------------------------------------*/

span.yyc-day-text {
    /* display: none; */
}

span.yyc-day {
    /* display: none; */
}

.pc span.yyc-hou,
.pc span.yyc-min,
.pc span.yyc-sec {
    /* width: 55px; */
    height: 50px;
    display: inline-block;
}

