/*
=================================
top
=================================
*/
/*
================
共通項目
================
*/
/*フォント設定*/
#main .main-inner > *{font-family:"M PLUS Rounded 1c", sans-serif; transform:rotate(0.05deg)!important;}

/*左上のロゴ*/
.logo-header{display:flex; justify-content:flex-start;}
h1.logo{position:relative; padding:10px; z-index:5;}
h1.logo a > img{display:block; width:100%; max-width:200px;}

@media screen and (max-width:800px){
h1.logo a > img{max-width:140px;}}
@media screen and (max-width:700px){
h1.logo a > img{max-width:120px;}}
@media screen and (max-width:640px){
h1.logo a > img{max-width:100px;}}

@media screen and (max-width:360px){
h1.logo{display:none;}
}


/*見出し*/
.main-inner h2.title{
position:relative;
width:100%;
color:#fff;
background:linear-gradient(to left, #61d5e0, #c9afff, #dc98b6);
font-size:22px; 
font-weight:800; 
text-shadow:0 0 3px #677c8f,0 0 3px #677c8f,
            0 0 3px #677c8f,0 0 3px #677c8f,
            0 0 3px #677c8f,0 0 3px #677c8f,
            0 0 3px #677c8f,0 0 3px #677c8f,
            0 0 3px #677c8f,0 0 3px #677c8f,
            0 0 3px #677c8f,0 0 3px #677c8f,
            0 0 3px #677c8f,0 0 3px #677c8f,
            0 0 3px #677c8f,0 0 3px #677c8f;
border:solid #677c8f 4px;            
border-radius:10px;
text-align:center;
margin:20px auto; 
padding:10px;}
.main-inner h2.title::before,
.main-inner h2.title::after{
position:absolute;
display:block;
content:"";
background-size:100% auto;
background-repeat:no-repeat;
width:52px;
height:70px;
top:calc(50% - 35px);
z-index:2;}
.main-inner h2.title::before{background-image:url(../img/title_left.png); left:-20px;}
.main-inner h2.title::after{background-image:url(../img/title_right.png); right:-20px;}
@media screen and (max-width:980px){
.main-inner h2.title{max-width:800px;}}
@media screen and (max-width:825px){
.main-inner h2.title{max-width:700px;}}
@media screen and (max-width:725px){
.main-inner h2.title{width:calc(100% - 20px); max-width:600px; font-size:18px;}}
@media screen and (max-width:480px){
.main-inner h2.title{max-width:440px;}}
@media screen and (max-width:375px){
.main-inner h2.title{max-width:330px; font-size:16px;}}

h3.title{
color:#fff;
background-color:#e6c5ff;
font-size:20px; 
font-weight:800; 
text-shadow:0 0 2px #677c8f,0 0 2px #677c8f,
            0 0 2px #677c8f,0 0 2px #677c8f,
            0 0 2px #677c8f,0 0 2px #677c8f,
            0 0 2px #677c8f,0 0 2px #677c8f,
            0 0 2px #677c8f,0 0 2px #677c8f,
            0 0 2px #677c8f,0 0 2px #677c8f,
            0 0 2px #677c8f,0 0 2px #677c8f,
            0 0 2px #677c8f,0 0 2px #677c8f;
border:solid #677c8f 2px;            
border-radius:10px;
text-align:center;
margin-top:20px; 
padding:6px 6px;}
.box .inner > h3.title:first-child{margin-top:0;}
@media screen and (max-width:725px){
h3.title{font-size:18px;}}
@media screen and (max-width:375px){
h3.title{font-size:16px;}}

/*
=================================
リスト
=================================
*/
/*スケジュール*/
ul.schedule{display:flex; justify-content:center; align-items:center; font-size:24px; font-weight:800;}
ul.schedule li:first-child{margin:0 40px 0 10px;}
ul.schedule li:nth-child(2)::before{position:relative; display:inline-block; content:"▶"; left:-16px;}
ul.schedule li span{font-size:16px;}

/*dotとast*/
ul.dot,ul.ast{/*margin-top:10px;*/}
ul.dot li,ul.ast li{position:relative; padding-left:20px;}
ul.dot li::before{position:absolute; display:block; content:"・"; top:0; left:-4px;}
ul.ast li::before{position:absolute; display:block; content:"※"; top:0; left:-4px;}
ul.dot li,ul.ast li + li{margin-top:10px;}

@media screen and (max-width:825px){
ul.schedule{margin-top:10px;}}
@media screen and (max-width:725px){
ul.schedule{display:flex; justify-content:center; align-items:center; flex-wrap:wrap; font-size:23px; font-weight:800;}}
@media screen and (max-width:480px){
ul.dot li,ul.ast li{font-size:12px;}}

/*リスト赤文字*/
ul.ast.red,ul.dot.red{color:red;}

/*リンク文字*/
a.pink{color:pink;}
a.pink:hover{text-decoration:underline;}

/*スタンプの獲得方法リスト*/
ul.num{width:100%; max-width:500px; background-color:#323639; margin:20px auto; padding:20px;}
ul.num li{border-bottom:dashed 1px #c0a0d2; padding:5px 0;}
ul.num li:last-child{border-bottom:none;}
ul.num li div{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap;}
ul.num li span{font-size:12px;}
ul.num.pola{border-radius:10px; border:solid 4px #ff96bf;}
ul.num.sdvx{border-radius:10px; border:solid 4px #65c6cf;}

@media screen and (max-width:460px){
ul.num li div{display:block;}
}


/*
================
*/

#main{ 
position:relative;
width:100%;
max-width:1920px;
color:#fff;
background:linear-gradient(45deg, #fa67ff 0%, #e1f2ff 50%, #26ecff 100%);}

#main::before,#main::after{
display:block;
content:"";
top:0;
left:0;
width:100%;
height:100%;}
#main::before{
position:fixed;
background-image:url(../img/bg01.webp), url(../img/bg_block.png);
background-size:100% auto, 4% auto;
background-repeat:no-repeat, repeat;
background-position:top center , top center;
z-index:1;}
#main::after{
position:absolute;
background-image:url(../img/bg_logo.webp),url(../img/bg_campaign.webp), 
                 url(../img/bg_pola.webp), url(../img/bg_sdvx.webp); 
background-size:100% auto, 100% auto, 
                100% auto, 100% auto;
background-repeat:no-repeat, no-repeat, 
                  no-repeat, no-repeat;
background-position:top, top, top center, top center;
z-index:2;}

@media screen and (max-width:460px){
#main::before{
background-image:url(../img/bg01.webp), url(../img/bg_block.png);
background-size:240% auto, 10% auto;}
#main::after{
background-image:url(../img/bg_logo.webp), url(../img/bg_pola.webp), url(../img/bg_sdvx.webp); 
background-size:140% auto, 250% auto, 250% auto;
background-position:top -50px center, top -75px center, top -75px center, top center, top center;}}
@media screen and (max-width:375px){
#main::after{
background-size:120% auto, 250% auto, 250% auto;
background-position:top -20px center, top -60px center, top -60px center, top center, top center;}}

#main .main-inner{
position:relative; 
width:100%; 
max-width:980px; 
margin:0 auto;
padding:calc(1 / 2.5* 100%) 10px 0;
z-index:3;}

.main-inner .event{
background:linear-gradient(to left, #61d5e0, #c9afff, #dc98b6);
color:#fff;
font-size:22px; 
font-weight:700; 
border:solid #677c8f 3px;            
border-radius:10px;
text-align:center;
padding:5px;}
@media screen and (max-width:860px){
.main-inner .event{font-size:20px;}}
@media screen and (max-width:460px){
.main-inner .event{font-size:16px;}}
@media screen and (max-width:325px){
.main-inner .event{font-size:14px;}}

.main-inner .box{
background-image:url(../img/bg_box01.png);
background-color:rgba(68,77,87, 0.9); 
border-radius:10px; 
border:solid 4px #6a8097; 
box-shadow:inset 0 0 30px black; 
margin:10px auto 0px;}
@media screen and (max-width:980px){
.main-inner .box{max-width:800px;}}
@media screen and (max-width:825px){
.main-inner .box{max-width:700px;}}
@media screen and (max-width:725px){
.main-inner .box{max-width:600px;}}

/*イベントの進め方*/
.main-inner .box.howto{color:#e8dfff;}
.main-inner .box.howto .inner > div{position:relative; display:flex; align-items:center; justify-content:flex-start; margin-bottom:20px;}
.main-inner .box.howto .inner > strong{
display:block;
font-size:22px;
font-weight:800;
text-shadow:0 0 3px #74304b,0 0 3px #74304b,
            0 0 3px #74304b,0 0 3px #74304b,
            0 0 3px #74304b,0 0 3px #74304b,
            0 0 4px #74304b,0 0 4px #74304b,
            0 0 4px #74304b,0 0 4px #74304b,
            0 0 4px #74304b,0 0 4px #74304b,
            0 0 4px #74304b,0 0 4px #74304b,
            0 0 4px #74304b,0 0 4px #74304b;
margin-bottom:20px;}
.main-inner .box.howto .inner > strong > span.pink{color:#ff96c0;}
.main-inner .box.howto .inner > strong > span.green{color:#6ee1eb;}
.stamp_pola > img,
.stamp_sdvx > img{width:100%; max-width:250px;}   
.main-inner .box.howto div p{font-size:16px; font-weight:800;}
.stamp_pola,
.stamp_sdvx{padding-right:10px;}

@media screen and (max-width:620px){
.main-inner .box.howto div p{font-size:14px;}}
@media screen and (max-width:375px){
.main-inner .box.howto .inner > strong{font-size:20px;}}

/*レイアウト調整*/
@media screen and (max-width:620px){
.main-inner .box.howto .inner > strong{text-align:center; margin-bottom:10px;}
.main-inner .box.howto .inner > div:not(.box){flex-wrap:wrap; justify-content:center !important;}
.main-inner .box.howto .inner > div:not(.box) p:nth-child(1){position:relative; width:160px !important; padding:0;}
.main-inner .box.howto .inner > div:not(.box) p:nth-child(1)::after{display:block; content:"が"; position:absolute; top:40%; right:-20px;}
.main-inner .box.howto .inner > div:not(.box) p:nth-child(2){width:100% !important; text-align:center; margin-top:5px;}
.main-inner .box.howto .inner > div:not(.box) p:nth-child(2) span{display:none;}}
@media screen and (max-width:440px){
.main-inner .box.howto .inner > div:not(.box) p:nth-child(2){text-align:center;}}

/*グラデーション*/ 
.main-inner .box.gra{
background:linear-gradient(to left, #dd98b5, #b4a7dc); 
box-shadow:none; 
border:none;
line-height:1.5;
padding:0;}
.main-inner .box.gra > .inner > p:first-child{font-family:"M PLUS Rounded 1c", sans-serif; transform:rotate(0.05deg)!important;}

.box.gra .icon{width:100%; max-width:75px!important;}
@media screen and (max-width:725px){
.box.gra .icon{width:100%; max-width:60px!important;}}

.main-inner .box.gra > .inner{display:flex; justify-content:space-between; align-items:center;}
.main-inner .box.gra > .inner p{
width:60%;
font-size:20px;
color:#fff;
font-weight:800;
text-shadow:0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 4px #66517b,0 0 4px #66517b,
            0 0 4px #66517b,0 0 4px #66517b,
            0 0 4px #66517b,0 0 4px #66517b,
            0 0 4px #66517b,0 0 4px #66517b,
            0 0 4px #66517b,0 0 4px #66517b;
text-align:left;}

.main-inner .box.gra.card{height:115px;}
.main-inner .box.gra.card > .inner p:not(.card_mini){/*width:calc(100% - 310px);*/width:100%;}
.main-inner .box.gra.card > .inner p.card_mini{position:absolute; width:300px; right:0; text-align:right;}
.main-inner .box.gra.card > .inner p.card_mini img{position:relative; width:100%; max-width:300px; top:-2px;}

.main-inner .box.gra:not(.card) > .inner{justify-content:center !important;}
.main-inner .box.gra:not(.card) > .inner p{width:unset !important;}

@media screen and (max-width:980px){
.main-inner .box.gra.card{height:unset;}
.main-inner .box.gra.card > .inner{flex-wrap:wrap;}
.main-inner .box.gra.card > .inner p{width:100% !important;}
.main-inner .box.gra.card > .inner p.card_mini{position:relative; right:unset; text-align:center; margin-top:10px;}}
@media screen and (max-width:725px){
.sp-725px{display:none;}}
@media screen and (max-width:460px){
.main-inner .box.gra > .inner p{font-size:16px;}}
@media screen and (max-width:375px){
.main-inner .box.gra > .inner p{font-size:14px;}}

.main-inner .box.caution{background-color:rgba(50,54,57, 0.9); border:solid 2px #bfa2d1; color:#e8dfff; margin:0 auto !important;}
.main-inner .box.caution > .inner > ul,ul.dot{font-size:14px; font-weight:normal; text-align:left;}

/*.main-inner .box.sdvx,
.main-inner .box.pola{width:calc(100% / 2 - 10px);}*/
/*.main-inner .logo{text-align:center; margin:20px 0;}*/
.main-inner .box.sdvx{background-image:none; background-color:rgba(126,66,90, 0.9); border:solid 4px #ff91b6;}
.main-inner .box.pola{background-image:none; background-color:rgba(63,100,103, 0.9); border:solid 4px #74dae3;}

.main-inner .box > .inner{padding:20px;}
.main-inner > .box > .inner > p{font-size:16px; font-weight:700; margin:10px 0;}
.main-inner > .box > .inner.flex{display:flex; justify-content:center;}

@media screen and (max-width:825px){
.main-inner > .box > .inner.flex{display:flex; flex-wrap:wrap;}}

.main-inner .inner > .box{width:100%;}
.main-inner .inner > .box > .inner{text-align:center; padding:20px;}

.main-inner .box.entry p{text-align:center;}
.main-inner .box.entry p img{width:100%; max-width:823px;}

.box.entry .stamp_status{display:flex; justify-content:space-around;}
.box.entry .stamp_status .box > p{font-size:26px; font-weight:800; color:#fff; padding:40px;}
.box.entry .stamp_status .box.pola > p{
text-shadow:0 0 3px #005360, 0 0 3px #005360, 0 0 3px #005360,
             0 0 3px #005360, 0 0 3px #005360, 0 0 3px #005360, 
             0 0 4px #005360, 0 0 4px #005360, 0 0 4px #005360, 
             0 0 4px #005360, 0 0 4px #005360, 0 0 4px #005360,
             0 0 4px #005360, 0 0 4px #005360, 0 0 4px #005360, 0 0 4px #005360;
text-align:left;}
.box.entry .stamp_status .box.sdvx > p{
text-shadow:0 0 3px #66517b, 0 0 3px #66517b, 0 0 3px #66517b,
             0 0 3px #66517b, 0 0 3px #66517b, 0 0 3px #66517b, 
             0 0 4px #66517b, 0 0 4px #66517b, 0 0 4px #66517b, 
             0 0 4px #66517b, 0 0 4px #66517b, 0 0 4px #66517b,
             0 0 4px #66517b, 0 0 4px #66517b, 0 0 4px #66517b, 0 0 4px #66517b;
text-align:right;}

/*
=================================
楽曲
=================================
*/
.pola .logo,
.sdvx .logo{margin-bottom:30px;}
.pola .logo img,
.sdvx .logo img{width:100%; max-width:416px;}

.inner-box{
position:relative;
width:calc(100% / 3 - 5px);
border-radius:10px;
padding:30px 20px 10px;}
.pola .inner-box{background-image:url(../img/bg_box02.png), linear-gradient(to top, #39cad1, #72e3ed); border:solid 5px #65a5d5;}
.sdvx .inner-box{background-image:url(../img/bg_box02.png), linear-gradient(to top, #f895ba, #ffb1cb); border:solid 5px #d98eac;}

.inner-box:nth-of-type(n+4){margin-top:30px;}/*4番目以降*/
.inner-box strong{/*position:relative;*/ display:block; position:absolute; top:-30px; left:0; width:100%; text-align:center;}
.inner-box strong img{width:100%; max-width:165px;}

.flex{display:flex; justify-content:space-between; align-items:center; /*flex-wrap:wrap;*/ line-height:1.2;}
.flex2{display:flex; justify-content:space-between; flex-wrap:wrap; line-height:1.2;}
.inner.flex{justify-content:space-around;}

@media screen and (max-width:825px){
.flex2{justify-content:center;}
.inner.flex{display:flex; justify-content:space-around; flex-wrap:wrap;}
.inner-box{width:60%; margin-top:30px;}}
@media screen and (max-width:725px){
.inner-box{width:80%;}
.flex{flex-wrap:wrap; justify-content:center;}}
@media screen and (max-width:480px){
.inner-box{width:90%;}
.inner-box strong img{width:100%; max-width:150px;}}
@media screen and (max-width:375px){
.inner-box{width:98%;}}

.inner-box ul.name{/*margin:10px;*/}
.inner-box ul.name li{border:none;}
.inner-box ul.name li:first-of-type{font-weight:800;}

.status .flex > p > img{width:100%; max-width:416px;}

.jk img{
width:100%; 
max-width:260px; 
border:solid 2px #fff; 
border-radius:10px; 
filter:drop-shadow(0px 4px 0 #858585) drop-shadow(0px 2px 0 #858585);}
.sdvx .audio,
.pola .audio{margin:20px 0}

/*
=================================
プレー状況
=================================
*/
.main-inner .status > .box{width:100%;}
/*.main-inner .status > .box > .inner > ul{display:flex; justify-content:space-between;}*/
.main-inner .status > .box > .inner > ul{display:flex; justify-content:flex-start; gap:12px;}
/*
=================================
スタンプ
=================================
*/
.main-inner span.pink{color:#ff96c0;}  
.main-inner span.green{color:#6ee1eb;}
.status{font-size:24px; color:#fff; font-weight:800;}
.status > .box.pola > .inner p,
.status > .box.sdvx > .inner p{
font-size:20px;
text-shadow:0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 4px #66517b,0 0 4px #66517b,
            0 0 4px #66517b,0 0 4px #66517b,
            0 0 4px #66517b,0 0 4px #66517b,
            0 0 4px #66517b,0 0 4px #66517b,
            0 0 4px #66517b,0 0 4px #66517b;}
@media screen and (max-width:640px){
.status > .box.pola > .inner p,
.status > .box.sdvx > .inner p{font-size:18px;}}
@media screen and (max-width:375px){
.status > .box.pola > .inner p,
.status > .box.sdvx > .inner p{font-size:16px;}}

.box ul li p:first-child{text-shadow:none !important; font-size:18px;}
.pola ul li{border:4px solid #40cdd5;}
.sdvx ul li{border:4px solid #ef6b98;}

/*スタンプ無し*/
.pola ul.stamp li::after{background-image:url(../img/stamp_pola_none.png);}
.sdvx ul.stamp li::after{background-image:url(../img/stamp_sdvx_none.png);}

/*スタンプ*/
.pola ul.stamp li.get::after{background-image:url(../img/stamp_pola.png); opacity:1;}
.sdvx ul.stamp li.get::after{background-image:url(../img/stamp_sdvx.png); opacity:1;}

.box ul.stamp{
display:flex;
position:relative;
width:100%;
flex-wrap:wrap;
justify-content:space-between;
margin:0 auto;}
.box ul.stamp li{
position:relative;
width:calc((100% / 5) - 10px);
background-color:#fff;
margin:10px 0;
border-radius:10px;}

.pola ul.stamp li{box-shadow:4px 4px 0 #2d9298, -4px -4px 0 #2d9298, 4px -4px 0 #2d9298, -4px 4px 0 #2d9298;}
.sdvx ul.stamp li{box-shadow:4px 4px 0 #c25e81, -4px -4px 0 #c25e81, 4px -4px 0 #c25e81, -4px 4px 0 #c25e81;}

.box ul.stamp li > p{
position:absolute; 
background-repeat:no-repeat;
background-position:left; 
width:55px; 
height:25px; 
top:0; 
right:0;}
.pola ul.stamp li > p{background-image:url(../img/kado_pola.png);}
.sdvx ul.stamp li > p{background-image:url(../img/kado_sdvx.png);}

.box ul.stamp li::before{display:block; content:""; padding-top:100%;}
.box ul.stamp li::after{
display:block;
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size:90% auto;
background-repeat:no-repeat;
background-position:center;
opacity:.2;}

.box ul.stamp li > .music{
top:15%;
left:15%;
width:70%;
height:70%;
background:#fff;
box-shadow:3px 3px 1px rgba(0, 0, 0, .5);}

/*スタンプ表-獲得時*/
.pola ul li.get:nth-child(3)::after,
.box ul.stamp li.get:last-child::after{opacity:1;}

/*アンロック*/
.box ul.stamp li > *{position:absolute; z-index:4;}
.box ul.stamp li:not(.get) > .music,
.box ul.stamp li:not(.get) > b{filter:grayscale(100%);}

/*アンロック-ジャケット*/
.box ul.stamp li > .music{top:15%; left:15%; width:70%; height:70%; background:#65c6cf; box-shadow:3px 3px 1px rgba(0,0,0,.5);}
.box ul.stamp li > .music img{width:100%;}
.box ul.stamp li:not(.get) > .music{opacity:.6;}

/*アンロック-テキスト*/
.pola ul.stamp li > b{
display:block;
bottom:-15px;
left:5%;
width:90%;
height:24px;
text-shadow:none;
text-align:center;
font-size:16px;
font-weight:600;
line-height:18px;
background-color:#65c6cf;
border:4px solid #2c9ab6;
border-radius:10px;}
.pola ul.stamp li > b::before{content:"ロック中";}
.pola ul.stamp li.get > b::before{content:"アンロック可能";}

.sdvx ul.stamp li > b{
display:block;
bottom:-15px;
left:5%;
width:90%;
height:24px;
text-shadow:none;
text-align:center;
font-size:16px;
font-weight:600;
line-height:18px;
background-color:#ff9abc;
border:4px solid #ef6b98;
border-radius:10px;}
.sdvx ul.stamp li > b::before{content:"ロック中";}
.sdvx ul.stamp li.get > b::before{content:"アンロック可能";}

/*10個コンプリート*/
.box ul.stamp li .comp{opacity:10; top:30%; display:none;}
.box ul.stamp li.get .comp{opacity:10; top:30%; display:block;}

.box ul.stamp li .comp img{max-width:100%;}
.pola ul.stamp li .comp.get::after{opacity:0;}

@media screen and (max-width:980px){
.box ul.stamp li > b{font-size:14px;}}
@media screen and (max-width:860px){
.box ul.stamp li > b{font-size:12px;}}
@media screen and (max-width:780px){
.box ul.stamp li{width:calc((100% / 3) - 10px);}}
@media screen and (max-width:500px){
.box ul.stamp li{width:calc((100% / 2) - 10px);}
.box ul.stamp li > b{font-size:12px;}}

/*
=================================
epassエントリー
=================================
*/
.epass{display:flex; width:100%; justify-content:space-between; margin:20px auto 40px;}
.epass .box{margin:0 !important;}
.epass > *{width:calc(50% - 10px); background:transparent !important; font-weight:800 !important; border:none !important; box-shadow:none !important;}
.epass > .box{display:flex; align-items:center;}
.epass > .sdvx{flex-direction:row-reverse;}

.epass > .box > p{width:calc(60% + 20px) !important; color:#fff; font-size:22px; padding:40px 0;}
.epass > .pola > p{
text-shadow:0 0 3px #005360, 0 0 3px #005360, 0 0 3px #005360,
             0 0 3px #005360, 0 0 3px #005360, 0 0 3px #005360, 
             0 0 4px #005360, 0 0 4px #005360, 0 0 4px #005360, 
             0 0 4px #005360, 0 0 4px #005360, 0 0 4px #005360,
             0 0 4px #005360, 0 0 4px #005360, 0 0 4px #005360, 0 0 4px #005360;}
.epass > .sdvx > p{
text-shadow:0 0 3px #66517b, 0 0 3px #66517b, 0 0 3px #66517b,
             0 0 3px #66517b, 0 0 3px #66517b, 0 0 3px #66517b, 
             0 0 4px #66517b, 0 0 4px #66517b, 0 0 4px #66517b, 
             0 0 4px #66517b, 0 0 4px #66517b, 0 0 4px #66517b,
             0 0 4px #66517b, 0 0 4px #66517b, 0 0 4px #66517b, 0 0 4px #66517b;}

.epass .box ul.stamp{width:40% !important; max-width:168px;}
.epass .box ul.stamp li{width:100% !important;}

.epass .box.pola ul.stamp{margin-left:-20px;}
.epass .box.sdvx ul.stamp{margin-right:-20px;}

@media screen and (min-width:781px) and (max-width:825px){
.epass > .box > p{width:calc(62% + 20px) !important; font-size:18px;}
.epass .box ul.stamp{width:38% !important;}}
@media screen and (max-width:780px){
.epass{flex-wrap:wrap; justify-content:center;}
.epass > *{width:100%;}
.epass > .sdvx{flex-direction:row;}
.epass .box.sdvx ul.stamp{margin-left:-20px; margin-right:0;}}
@media screen and (min-width:541px) and (max-width:780px){
.epass > .box > p{width:calc(60% + 188px) !important;}
.epass .box ul.stamp{width:168px;}}
@media screen and (max-width:540px){
.epass{margin:20px auto;}
.epass > .box > p{width:calc(55% + 20px) !important; font-size:16px; padding:20px 0;}
.epass .box ul.stamp{width:45% !important;}}

/*
=================================
リンクエリア
=================================
*/
ul.bnr-area{position:relative; display:flex; justify-content:center; align-items:center; padding:10px; z-index:10;}
ul.bnr-area > li{padding:5px;}
ul.bnr-area > li a{display:block; background-color:#000; width:100%; max-width:145px;}
ul.bnr-area > li a img{width:100%; max-width:145px;}
ul.bnr-area > li a img:hover{opacity:0.7;}

/*
=================================
エラー文言
=================================
*/
.main-inner .box.small > .inner{text-align:center;}
.main-inner .box.small > .inner p{font-size:18px; font-weight:700;margin:10px 0;}
.main-inner .box.small > .inner a{margin:0 auto;}
.main-inner .box.small > .inner p.btn.none{margin:0 auto;}

.main-inner a.btn{margin:20px auto;}
.main-inner .apply-btn{
margin:20px auto;
cursor:pointer;}

/*.btn-inner{padding-top:40px;}*/

.apply-btn,a.btn{
display:block; 
width:100%; 
max-width:500px;
background-color:#ff9abc; 
border-radius:16px;
border:solid 6px #bc758e;
font-size:28px; 
font-weight:900;
color:#fff;
text-shadow:0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b,
            0 0 3px #66517b,0 0 3px #66517b;
filter:drop-shadow(3px 1px 0 #fff) drop-shadow(0px -3px 0 #fff) drop-shadow(-3px 1px 0 #fff) drop-shadow(0px 1px 0 #fff);
box-shadow:3px 3px 0px 0px rgba(255, 255, 255, 0.8) inset, 
          -3px -3px 0px 0px rgba(0, 0, 0, 0.5) inset;
text-align:center; 
padding:20px;
transition:all .2s ease;}
.apply-btn:hover,a.btn:hover{background-color:#f95b90; transform:translateY(4px);}

.apply-btn.none{filter:grayscale(1); pointer-events:none;}
@media screen and (max-width:480px){
.apply-btn,a.btn{font-size:22px;}}
@media screen and (max-width:375px){
.apply-btn,a.btn{font-size:18px;}}

/*キャンペーン開始前*/
p.btn.none{
width:100%; 
max-width:300px;
border-radius:10px;
border:solid 2px #000;
background-color:#1212;
text-align:center; 
padding:10px;}

/*メッセージテキスト*/
.message{font-size:26px !important; padding:20px 0; /*padding-top:40px;*/ margin:0 auto !important;}
@media screen and (max-width:480px){.message{font-size:20px !important;}}

/*エントリー完了 サンプル画像表示*/
.sample{width:100%; max-width:350px; /*padding:20px;*/ margin:0 auto !important;}
.sample img{width:100%;}

/*
=================================
エントリーページ
=================================
*/
/*チェックボックス*/
.input-checkbox{
position:relative;
display:block; 
font-size:18px;
margin:30px auto; 
text-align:center;}
.input-checkbox > *{cursor:pointer;}
input[type="checkbox"]{
position:relative;
border-radius:0;
width:20px;
height:20px;
border:2px solid #e6c5ff;
vertical-align:-5px;
appearance:none;/*チェックボックス無効化*/}

/*レ印*/
input[type="checkbox"]:checked:before{
position:absolute;
content:'';
top:4px;
left:6px;
transform:rotate(50deg);
width:4px;
height:8px;
border-right:2px solid #e6c5ff;
border-bottom:2px solid #e6c5ff;}

