@charset "utf-8";


/* -------------------------------------------------
	font
------------------------------------------------- */

@font-face {
	font-family: 'Overpass-ExtraBold';
	font-style: normal;
	src: url('../font/Overpass/Overpass-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Overpass-Bold';
	font-style: normal;
	src: url('../font/Overpass/Overpass-Bold.ttf') format('truetype');
}



/*===================================================
	リセット
====================================================*/
* html body, * html input, * html textarea {font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-weight:300;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a,a:hover,a:active,a:link,a:visited{
    color: #476e53;
    outline: none;
    text-decoration: none;
    transition:0.3s;
    -webkit-transition:0.3s;   
}
a:hover{
    color: #f53434;
}
i.fas{display:inline;}

img{width:100%;}

.pc{display:block;}
.sp{display:none;}
	
	
/* -------------------------------------------------
	フレーム
------------------------------------------------- */
body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #f6956e;
}
section{
    background: rgba(237,131,89,0.2);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 150px 0;
    color: #476e53;
}
section:nth-of-type(odd){
    background: rgba(237,131,89,0.8);
    color:#476e53;
}
.inBox{
    max-width: 1200px;
    margin: auto;
    width: 90%;
}
.borderBox .border {
    background-color: #476e53;
    position: fixed;
    z-index: 1000;
}
.borderBox .border.top {
    height: 5px;
    right: 0;
    top: 0;
    width: 100%;
}
.borderBox .border.left {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.borderBox .border.bottom {
    height: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.borderBox .border.right {
    height: 100%;
    right: 0;
    bottom: 0;
    width: 4px;
}

/* -------------------------------------------------
	共通
------------------------------------------------- */
#loader{
	background:#7c9b86;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
#loader p{
    width: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  animation: heart2 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes heart2 {
  from {
    transform: scale(0.9,0.9) translate(-50%, -50%);
  }
  to {
    transform: scale(1,1) translate(-50%, -50%);
  }
}
.loaded #loader{

}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(10%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }
h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 0;
    pointer-events:none;
    transition: 0.4s;
}
h2 p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    max-width: 800px;
}
h2 p:nth-child(1){
    opacity:0;
    transition:1s ease 1s;
    transform: translate(-50%, -40%);
}
h2 p:nth-child(2){
    opacity:0;
    transition:1s ease 1.5s;
    transform: translate(-50%, -40%);
}
.loaded h2 p:nth-child(1){
    opacity:1;
    transform: translate(-50%, -50%);
}
.loaded h2 p:nth-child(2){
    opacity:1;
    transform: translate(-50%, -50%);
}
.headerFix h2{
	opacity: 0;
    transition: 1s ease 0s;
}
h2 img{
	width: 100%;
}
h3{
    font-size: 50px;
    font-weight: 900;
    line-height: 1em;
    margin: 0 0 15px;
    letter-spacing: 0.1em;
    font-family: "ouma-devanagari", sans-serif;
    text-align: center;
}
h3 span{
    position: relative;
}
h3 span:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/static/aimyong/fanclub/feature/pinky_promise_you_02/images/ph_heart_cH9ZYG6q.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: -60px;
    animation: heart 0.5s ease 0s infinite alternate;
    transform-origin: center;
}

h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 40px;
    letter-spacing: 0.1em;
    text-align: center;
}
.cs{
    font-family: "ouma-devanagari", sans-serif;
    text-align: center;
    font-size: 30px;
}

.anim1{
    transition: 0.5s ease 2s;
    opacity:0;
}
.loaded .anim1{
    opacity:1;
}
.delighter .inBox{
    transition: all .5s ease-out;
    transform: translatey(3%);
    opacity: 0;
}
.delighter.started .inBox{
    transform: translatey(0);
    opacity: 1;
}
.ancPoint {
    position: relative;
}
.anc {
    display: block;
    position: absolute;
    top: -70px;
}
.space{
    display: block;
    width: 100%;
    height: 400px;
}
/* -------------------------------------------------
	heroView
------------------------------------------------- */
.heroView {
    position: relative;
    min-height: 400px;
    overflow-x: hidden;
    margin: 0 0 100px;
    overflow: hidden;
}
.heroInner {
    display: flex;
    height: 100%;
    position:relative;
}

.scroll_down{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#476e53;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:50px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 50px;
    background: #476e53;
}


.logo{
    position: fixed;
    top: -15%;
    left: -3%;
    width: 20vw;
    height: 20vw;
    max-width: 300px;
    max-height: 300px;
    z-index: 1;
}
.logo::after {
    width: 100%;
    height: 100%;
    background: #476e53;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    z-index: 0;
    pointer-events: none;
}
.logoAim{
	line-height: 0;
    margin: 0 0 40px;
}
.logoSub{
    line-height: 0;
    width: 50%;
    z-index: 1;
    position: absolute;
    top: 66%;
    left: 55%;
    transform: translate(-50%, -50%);
}
.headerFix .logo{
    width: 15vw;
    height: 15vw;
    max-width: 250px;
    max-height: 250px;
    top: -13%;
    left: -3%;
}
header{
    z-index: 1;
    position: relative;
}
#menu-panel{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1;
}
#menu-panel ul{
    position: relative;
}
#menu-panel ul:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 35px;
    background-image: url(/static/aimyong/fanclub/feature/pinky_promise_you_02/images/ph_heart_cH9ZYG6q.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    pointer-events: none;
    bottom: -23px;
    right: -11px;
  animation: heart 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes heart {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}
#menu-panel li{
    margin: 0 0 10px;
}
#menu-panel li a{
    font-family: "ouma-devanagari", sans-serif;
    font-size: 16px;
    line-height: 1em;
    font-weight: 900;
    letter-spacing: 0.05em;
    background: #476e53;
    padding: 3px 20px 4px;
    border-radius: 999px;
    display: block;
    text-align: center;
    color: #f6956e;
}
#menu-panel li a.blank{
	pointer-events: none;
    opacity: 0.3;
}
/* -------------------------------------------------
	SNS
------------------------------------------------- */
.sns{
    position:fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    z-index: 10;
}
.sns li {
    margin: 0 10px 0 0;
}
.sns li a{
    display: block;
    width: 40px;
    height: 40px;
    background:#21412b;
    padding: 10px;
    border-radius: 100px;
    box-sizing: border-box;
    line-height: 0;
    transition: 0.3s ease;
    color: #f6956e;
    text-align: center;
    font-size: 20px;
}
.sns li a svg{
	width: 20px;
    height: 20px;
    fill: #f6956e;
}

/* -------------------------------------------------
	.schedule
------------------------------------------------- */
#schedule{

}

#schedule:after{
	content:"";
}
#schedule .h-normal{

}
#schedule .scheduleBox{
    background: #fff;
    padding: 40px;
    border: 2px solid #476e53;
    border-radius: 20px;
}
.schedule .s-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.schedule .s-table thead{

}
.schedule .s-table thead th {
    padding: 1em 0;
    font-family: 'Overpass-Bold';
    text-align: center;
    font-size: 12px;
    border-bottom: solid 1px #476e53;
    vertical-align: middle;
}
.schedule .s-table td {
    padding: 25px 0;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #476e53;
    position: relative;
}
.schedule .s-table td + td::before {
    width: 1px;
    height: 84%;
    content: "";
    background:#476e53;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.schedule .s-table td a{
    color: #476e53;
}
.schedule .s-table .day {
    width: 18%;
}
.schedule .s-table .addition .day:before{
    display: block;
    width: 100px;
    margin: 0 auto 0;
    content: "振替公演";
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #FFF;
    padding: 3px 5px;
    vertical-align: 3px;
    position: relative;
}

.schedule .s-table .date {
    font-size: 24px;
	font-family: "ouma-devanagari", sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.schedule .s-table .youbi {
    padding-left: 1em;
	font-family: "ouma-devanagari", sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.schedule .s-table .time {
    width: 17%;
    font-weight: bold;
}
.schedule .s-table .area {
    width: 12%;
    font-weight: bold;
}
.schedule .s-table .venue {
    width: 30%;
    padding-left: 4%;
    padding-right: 4%;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}
.schedule .s-table .ticketGuid {
    width: 23%;
    padding-left: 4%;
    padding-right: 1%;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    font-size: 12px;
}
.schedule .s-table .transfer .date,
.schedule .s-table .transfer .youbi,
.schedule .s-table .transfer .time,
.schedule .s-table .transfer .area,
.schedule .s-table .transfer .venue .line,
.schedule .s-table .transfer .ticketGuid,
.schedule .s-table .transfer .ticketGuid a{
    text-decoration: line-through;
    text-decoration-color: #FF0000;
}
.schedule .s-table .transfer .infoBtn{

}
.schedule .s-table .transfer .infoBtn a{
    background: #000;
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    display: block;
    width: 140px;
    border-radius: 100px;
    margin: 5px 0 0;
}
/* -------------------------------------------------
	.attentionArea
------------------------------------------------- */
.attentionArea{
    margin: 0 0 80px;
}

.attentionArea .attention {
    width: 1000px;
    margin: 0 auto 40px;
}
.attentionArea .attention:last-child{
    margin: 0 auto 0;
}
.attentionArea .attention dt {
    width: 600px;
    margin: 0 auto;
    position: relative;
    background: #cc0000;
    color: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 600;
    box-sizing: border-box;
    transition: 0.3s ease;
    cursor: pointer;
}
.attentionArea .attention.regulation dt {
    background: #000;
}
.attentionArea .linkBtn a {
    display: block;
    width: 600px;
    margin: 0 auto 40px;
    position: relative;
    background: #FFCC00;
    color: #000;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    box-sizing: border-box;
    transition: 0.3s ease;
    cursor: pointer;
}
.attentionArea .linkBtn.transferBtn a {
position: relative;
}
.attentionArea .linkBtn.transferBtn a:after{
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #FFF;
    box-sizing: border-box;
    pointer-events: none;
}
.attentionArea .linkBtn:last-child a {
    margin: 0 auto 0;
}
.attentionArea .attention dt.accordion--open {
    width: 100%;
}
.attentionArea .attention dd {
    background: #FFF;
    padding: 60px;
}

.attention .accordion__switch_entry::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.7s cubic-bezier(.19,1,.22,1);
}
.accordion__switch_entry::after {
    content: '';
    transition: all .3s ease-out;
    right: 6%;
    position: absolute;
    transform-origin: 64% 23%;
    color: #fff;
    font-size: 1.2em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: rotate(135deg) translateY(-50%);
    top: 43%;
}
.accordion__switch_entry.accordion--open::after {
    transform: rotate(-45deg);
}
.attentionArea .linkBtn a::before{
	content: '';
    transition: all .3s ease-out;
    right: 6%;
    position: absolute;
    transform-origin: 64% 23%;
    color: #fff;
    font-size: 1.2em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #000;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg) translateY(-50%);
	top: 50%;
}

.attentionArea .attention dd {
    background: #f0f0f0;
    padding: 60px;
}
.attentionArea .attention dd .attention_lead {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 40px;
}
.attentionArea .attention dd .attention_top {
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.attentionArea .attention dd ul {
    margin: 0 0 40px;
}
.attentionArea .attention dd ul li:before {
    content: "・";
    position: absolute;
    left: -5px;
}
.attentionArea .attention dd ul li {
    margin: 0 0 10px;
    line-height: 1.5em;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 15px;
    font-weight: 500;
}
.attentionArea .attention dd ul li.marker{
    font-weight: 800;
}
.attentionArea .attention dd ul li.marker:after{

}
.attentionArea .attention dd ul li .sml {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
    color: #ff3737;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
.attentionArea .regulationBlock{
	border: 4px solid;
    padding: 40px;
    margin: 0 0 40px;
}
.attentionArea .regulationBlock:last-child{
    margin: 0 ;
}
.attentionArea .regulationBlock .regulationVenue{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px;
}
.attentionArea .regulationBlock .regulationBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.attentionArea .regulationBlock .regulationBox:last-child{
    margin: 0 ;
}
.attentionArea .regulationBlock .day{
	padding: 0 20px 0 0;
    border-right: 1px solid;
    margin: 0 20px 0 0;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 20px;
    width: 110px;
}
.attentionArea .regulationBlock .day span{
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.attentionArea .regulationBlock .regulationList{
    margin: 0;
}
.attentionArea .regulationBlock .regulationList.arena{
	padding: 0 20px 0 0;
}
.attentionArea .regulationBlock .regulationList.stand{
    padding: 0 0 0 20px;
    border-left: 1px solid;
}
.attentionArea .regulationBlock .regulationList li{
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.attentionArea .regulationBlock .regulationList li:last-child{
    margin: 0;
}
.attentionArea .regulationBlock .regulationList li:before{
    content: none;
}
.attentionArea .regulationBlock .regulationList li:last-child{

}
.attentionArea .regulationBlock .regulationList li span{
    background: #DDD;
    padding: 5px 20px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.attentionArea .regulationBlock .regulationList.arena li span{
	background: #7195f1;
    color: #FFF;
    font-weight: 600;
}
.attentionArea .regulationBlock .regulationList.arena li span.stand{
    background: #ff9e8d;
}
.attentionArea .regulationBlock .regulationList.stand li span{
    background: #ff9e8d;
    color: #FFF;
    font-weight: 600;
}


/*北海道公演*/
.attentionArea .regulationBlock.hokkaido_reg .day{

}
.attentionArea .regulationBlock.hokkaido_reg .regulationList.arena{
    width: calc(100% - 151px);
    padding: 0;
}
.attentionArea .regulationBlock.hokkaido_reg .regulationList.stand{
	width: 100%;
    margin: 0 0 0 130px;
    padding: 0 0 0 20px;
}

/*埼玉公演*/
.attentionArea .regulationBlock.saitama_reg .separateBox{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.attentionArea .regulationBlock.saitama_reg .separateBox:last-child{
    margin: 0;
}
.attentionArea .regulationBlock.saitama_reg .separateBox .regulationList{
    width: 400px;
    padding: 0 20px 0 0;
    border-right: 1px solid;
    margin: 0 20px 0 0;
}
.attentionArea .regulationBlock.saitama_reg .separateBox .regulationList .level{
    margin: 0;
}
.attentionArea .regulationBlock.saitama_reg .separateBox .regulationList .level span{
	background: #ff9e8d;
}
.attentionArea .regulationBlock.saitama_reg .separateBox .time{
    font-size: 14px;
    font-weight: 600;
}


/* -------------------------------------------------
	.ticket
------------------------------------------------- */
#ticket {

}
.ticket .gray-box {
    margin: 0 auto 50px;
    background: #fff;
    padding: 40px;
    border: 2px solid #476e53;
    border-radius: 20px;
    color: #476e53;
}
.ticket .gray-box p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}
.ticket .gray-box p .small {
    font-size: 14px;
    vertical-align: middle;
    margin: 10px 0 0;
    display: block;
    line-height: 1.8em;
}
.ticket .gray-box p .small b{
    font-weight: 600;
}
.ticket .gray-box p.caution {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 500;
    color: #dd0000;
}
.ticket .gray-box .attentionList{

}
.ticket .gray-box .attentionList li{
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    text-indent: -1em;
    margin: 0 0 10px 1em;
}
.ticket .gray-box .attentionList li:last-child{

}
a.ticketBtn {
    background-color: #476e53;
    color: #f6956e;
    text-decoration: none;
    padding: 20px 30px 20px 20px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: block;
    line-height: 1.3;
    box-sizing: border-box;
}
a.ticketBtn::after {
    content: "";
    display: block;
    width: min(4vw, 10px);
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    right: min(4vw, 20px);
    transform: translateY(-50%) rotate(45deg);
    border-top: #f6956e solid 2px;
    border-right: #f6956e solid 2px;
}
.ticket .btnTrade{
    padding: 60px 0;
}
.ticket .btnTrade a{
    width: 500px;
    height: 50px;
    margin: 0 auto 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-right: 5%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-weight: 500;
}
.ticket .btnTrade a::after {
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}
.ticket .ticketInfo li {
    display: flex;
    padding: 40px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    background: #476e53;
    color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto 30px;
}
.ticket .ticketInfo li:first-child{
    border-top: none;
}
.ticket .ticketInfo li .groupLeft {
    width: 35%;
    font-size: 18px;
    font-weight: bold;
}
.ticket .ticketInfo li .groupLeft .mini{
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    display: block;
}
.groupCenter {
    width: 40%;
}
.groupCenter p{
    font-weight: 600;
    font-size: 15px;
}
.ticket .ticketInfo li .entry {
    width: 25%;
}
.ticket .ticketInfo li.noEntry{
    padding: 30px 0 0;
}
.ticket .ticketInfo li .groupLeft .mini{
    font-size: 12px;
}
.ticket .ticketInfo li .attention {
    font-size: 12px;
    margin: 10px 0 0;
    font-weight: 600;
}
.entry .btn-style1 {
    width: 100%;
    height: 50px;
    margin: 0 auto 0;
    background: #ee7747;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-right: 5%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-weight: bold;
}
.entry .btn-style1::after {
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}
.btn-style1.start {
    background: #cc0000;
}
.ticket .ticketInfo li .groupLeft .ticketType {
    background: #fff;
    font-size: 11px;
    color: #476e53;
    font-weight: 800;
    padding: 5px;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}
.ticket .ticketInfo li .groupLeft .ticketNum {
    font-size: 12px;
    font-weight:normal;
    display: inline-block;
    padding: 10px 0 0;
    line-height: 1.5em;
    letter-spacing: -0.05em;
}


/* -------------------------------------------------
	.goods
------------------------------------------------- */
.goods {

}
.goods .goodsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px;
}
.goods .goodsList li {
    width: 30%;
    margin: 0 0 40px 0;
}
.goods .goodsList li .ph {
    line-height: 0;
    margin: 0 0 10px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 5%);
}
.goods .goodsList li .badge{
    display: flex;
    margin: 0 0 10px;
}
.goods .goodsList li .badge dd{
    background: #DDD;
    color: #FFF;
    border-radius: 100px;
    font-size: 13px;
    padding: 3px 10px 2px;
    margin: 0 10px 0 0;
}
.goods .goodsList li .badge .newItem{
    background: #000;
}
.goods .goodsList li .badge .aimLim{
    background: #f53434;
}
.goods .goodsList li .badge .ecLim{
    background: #aaa;
}
.goods .goodsList li .tit {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.goods .goodsList li .price {
    font-size: 16px;
}

.goods .attention{

}
.goods .attention li{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    position: relative;
}
.goods .attention li:before{
    content: "・";
    position: absolute;
    left: -5px;
}
.goods .attention li:last-child{
    margin: 0;
}

.block--point {
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    line-height: 1.8;
}
.block--point .inContent{
    padding: 40px;
    background: #f3f3f3;
    position: relative;
    box-sizing: border-box;

}
.block--point .inner--point{
    border-bottom: 1px solid;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
.block--point .inner--point.intro{

}
.block--point .inner--point.inner-prize{
    padding: 0;
    border: none;
}
.block--point .inner--point.pointNum{
    border: none;
    padding: 0;
}
.block--point .inner--point.myQr{
    border: none;
    padding: 0;
}
.block--point .inner--point:last-child{
    border-bottom: none;
    padding: 0 ;
    margin: 0 ;
}
.block--point .block-tit {
    color: #000;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    margin: 0 auto 20px;
    text-align: center;
}
.block--point .lead{
    color: #000;
    font-weight: 600;
    text-align: center;
}
.block--point .lead a{
    font-weight: 600;
    text-decoration: underline;
}
.block--point .text {
	text-align: center;
	margin: 0 auto 1em;
	font-size: 16px;
}

.block--point .point-tit {
    margin: 0 0 40px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.block--point .point-list-box{
    display: flex;
    justify-content: center;
    border-bottom: 1px dashed #DDD;
    padding: 0 0 20px;
    margin: 0 0 40px;
}
.block--point .point-list {
    padding: 0 10px;
}
.block--point .point-list li{
    display: flex;
    justify-content: space-between;
    border: 2px solid;
    margin: 0 0 20px;
    border-radius: 100px;
    line-height: 1em;
    font-weight: 600;
}
.block--point .point-list li .priceNum{
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
}
.block--point .point-list li .pointNum{
	font-weight: 600;
    background: #000;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
}
.block--point .point {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.block--point .btn a{
    display: block;
    width: 300px;
    padding: 15px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
	margin: 0 auto;
}
.block--point .btn a::after {
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}

.block--point .intro .lead{
	margin:0 0 40px;
	font-weight:400;
    text-align: left;
}
.block--point .myQr .btn a{
     margin: 0 auto 20px;
}
.block--point .myQr .lead{
    font-weight: 400;
}
.block--point .pluspay .lead{
    margin: 0 0 10px;
}
.block--point .pluspay .attention{
    text-align: center;
    margin: 0 0 20px;
}
.block--point .pluspay .attention li{
    display: inline-block;
}

.goods .prize{
    border: 4px solid;
    padding: 40px;
    margin: 0 0 40px;
}
.goods .prizeclm{
    display: flex;

}
.goods .prizeclm dt{
    padding: 0 40px 0 0;
    width: 80%;
}
.goods .prizeclm dd{
    line-height: 0;
    width: 20%;
}
.goods .prize .prizeTit{
    font-size: 26px;
    font-weight: 500;
    padding: 0 0 30px;
    margin: 0 0 30px;
    letter-spacing: 0.1em;
    border-bottom: 4px solid;
}
.goods .prize .lead{
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 400;
    margin: 0 0 20px;
	text-align: left;
}
.goods .storeInfo{ 
    background: #f3f3f3;
    padding: 40px;
    margin: 0 0 40px;
}
.goods .storeInfo .storeInfoTit{ 
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
}
.goods .infoDetail{
    display: flex;
    align-items: center;
    border: 2px solid;
    margin: 0 0 15px;
}
.goods .infoDetail:last-child{
    margin: 0;
}
.goods .infoDetail dt{
    padding: 15px;
    background: #000;
    color: #FFF;
    text-align: center;
    width: 30%;
    font-weight: 500;
}
.goods .infoDetail dd{
    width: 70%;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 40px;
}
.goods .btnGoods a{
    display: block;
    width: 300px;
    padding: 15px;
    text-align: center;
    background: #cc0000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin: 40px auto 0;
}
.goods .btnGoods a:after{
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}

/* -------------------------------------------------
	.special
------------------------------------------------- */
.special{

}
.special .specialContent{
    border: 4px solid;
    padding: 40px;
    margin: 0 0 40px;
}
.special .specialContent:last-child{
    margin: 0;
}
.special .specialTit{
    width: 80%;
    line-height: 0;
    margin: 20px auto 50px;
}
.special .specialContent.sp_ar .specialTit{
    width: 100%;
}
.special .specialLead{
    margin: 0 0 20px;
    border-bottom: 1px dashed #DDD;
    padding: 0 0 20px;
    text-align: center;
}
.special .specialLead li{
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 20px;
}
.special .specialLead li:first-child{
    color: #CC0000;
    font-weight: 600;
}
.special .specialLead li:last-child{
    margin: 0;
}
.special .specialLead li span{
    color: #ff7200;
    font-weight: 600;
}
.special .specialLead li .caution{
    display: block;
    font-size: 12px;
    color: #CC0000;
}
.special .columnMain{
    display: flex;
    margin: 0 0 40px;
}
.special .columnMain .specialLead{
    width: 60%;
    padding: 0 40px 0 0;
    border: none;
    margin: 0;
	text-align: left;
}
.special .columnMain .tegakitowel{
	width: 40%;
}
.special .columnBottom{
    display: flex;
    background: #F3F3F3;
    padding: 40px;
    align-items: center;
}
.special .columnBottom .attention{
    width: 65%;
    border: none;
    border-right: 1px dashed #aaa;
    padding: 0;
    margin: 0;
}
.special .columnBottom .attention{
    width: 65%;
    border: none;
    border-right: 1px dashed #aaa;
    padding: 0;
    margin: 0;
}
.special .columnBottom .btnArea{
	width: 35%;
    padding: 0 0 0 40px;
}

.special .attention{
    margin: 0 0 40px;
    border-bottom: 1px dashed #DDD;
    padding: 0 0 20px;
}
.special .attention li{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    position: relative;
}
.special .attention li span{
    color: #CC0000;
}
.special .attention li:before{
    content: "・";
    position: absolute;
    left: -5px;
}
.special .attention li:last-child{
    margin: 0;
}

.special .btn a{
    display: block;
    width: 360px;
    padding: 20px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin: 0 auto;
}
.special .btn a:after{
	width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}
.special .qr{
    width: 164px;
    margin: 0 auto;
}
.special .btnCap{
    text-align: center;
    margin: 20px 0 0;
    font-size: 12px;
    font-weight: 600;
}

.special .methodMovie{
    margin: 0 0 40px;
    border-bottom: 1px dashed #DDD;
    padding: 0 0 40px;
}
.special .methodMovie .methodMovieTit{
	font-size: 24px;
    text-align: center;
    margin: 40px 0 40px;
}
.special .methodMovie .methodMovieTit span{
    position: relative;
    display: inline-block;
    font-weight:600;
}
.special .methodMovie .methodMovieTit span:before{
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    width: 2px;
    height: 30px;
    background: #000;
    transform: rotate(-45deg);
}
.special .methodMovie .methodMovieTit span:after{
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    content: "";
    width: 2px;
    height: 30px;
    background: #000;
    transform: rotate(45deg);
}
.special .methodMovie .mov{
	position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.special .methodMovie .mov iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.special .methodTit{
    border-radius: 100px;
    background: #000;
    display: inline-block;
    color: #FFF;
    padding: 10px 40px;
    margin: 0 0 20px;
    font-weight: 500;
}
.special .method{
    margin: 0 0 40px;
    border-bottom: 1px dashed #DDD;
    padding: 0 0 20px;
}
.special .method li{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    position: relative;
}
.special .method li span{
	font-size: 12px;
    font-weight: 500;
}
.special .method li:before{
    content: "・";
    position: absolute;
    left: -5px;
}
.special .method li:last-child{
    margin: 0;
}
.special .method li.capImage{
    display: flex;
    margin: 0 0 40px;
}
.special .method li.capImage:before{
    content: none;

}
.special .method li.capImage .app{
    height: 60px;
    margin: 0 20px 0 0;
}
.special .method li.capImage .app img{
width: auto;
    height: 100%;
}
.special .method li.capImage .app_menu{
    width: 600px;
    margin: 0;
    border: 1px solid;
    line-height: 0;
}
.special .sp_radio   .specialTit{
    width: 55%;
}
.special .sp_radio  .specialLead{
    margin: 0 0 40px;
    border-bottom: none;
    padding: 0;
}
.special .sp_radio .columnBottom {

}
.special .sp_radio .columnBottom .attention{
	border: none;
    width: 100%;
}

.special .sp_radio .btnList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 40px;
}
.special .sp_radio .btnList li{
    width: 28%;
    padding: 0 10px;
}
.special .sp_radio .btnList a{
    display: block;
    background: #000;
    color: #fff;
    padding: 20px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    position:relative;
}
.special .sp_radio .btnList a:after {
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%) rotate(45deg);
}
.special .sp_radio .btnList a span{
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 10px;
}

.special .sp_entry{

}
.special .sp_entry .specialLead {
    margin: 0 0 40px;
    border-bottom: none;
    padding: 0;
}
.special .sp_entry .specialLead li:last-child{
	font-size: 14px;
    font-weight: 600;
}
.special .sp_entry .entryDetailBox{
    border-top: 1px solid;
    padding: 20px 0 0;
    margin: 0 0 40px;
}
.special .sp_entry .entryDetail{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid;
    padding: 0 0 20px;
    margin: 0 0 20px;
    align-items: center;
}
.special .sp_entry .entryDetail dt{
    width: 15%;
    font-weight: 600;
}
.special .sp_entry .entryDetail dd{
	width: 85%;
    position: relative;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-weight: 500;
}
.special .sp_entry .entryDetail dd::before {
    width: 1px;
    height: 100%;
    content: "";
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.special .sp_entry .entryDetail dd a{
    text-decoration: underline;
    font-weight: 600;
}
.special .sp_entry .entryDetail dd .red{
    color: #CC0000;
    font-weight: 500;
}
.special .sp_entry .entryDetail dd .txt{
    font-weight: 500;
}
.special .sp_entry .entryDetail dd .txt .caution{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0 0;
}
.special .sp_entry .entryDetail dd .target{
    margin: 10px 0 0;
}
.special .sp_entry .entryDetail dd .target li{
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
}
.special .sp_entry .entryDetail dd .target li:last-child{
    margin: 0;
}
.special .sp_entry .entryDetail dd .methodList{
    margin: 0 0 20px;
}
.special .sp_entry .entryDetail dd .methodList li{
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.4em;
    text-indent: -16px;
    padding: 0 0 0 16px;
}
.special .sp_entry .entryDetail dd .methodList li:last-child{
    margin: 0;
}
.special .sp_entry .entryDetail dd .patternBox{
    background: #EEE;
    padding: 20px;
}
.special .sp_entry .entryDetail dd .patternInbox{
    margin: 0 0 20px;
}
.special .sp_entry .entryDetail dd .patternInbox:last-child{
    margin: 0;
}
.special .sp_entry .entryDetail dd .patternTit{
    display: inline-block;
    background: #000;
    padding: 5px 10px;
    color: #FFF;
    font-weight: 500;
    margin: 0 0 10px;
}
.special .sp_entry .entryDetail dd .patternTxt{
    font-size: 16px;
    font-weight: 600;
}
.special .sp_entry .entryDetail dd .patternCap{
    font-weight: 500;
    margin: 10px 0 10px;
    font-size: 14px;
    line-height: 1.5em;
}
.special .sp_entry .entryDetail dd .patternList{

}
.special .sp_entry .entryDetail dd .patternList li{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 13px;
}
.special .sp_entry .entryDetail dd .patternList li:last-child{
    margin: 0;
}

/* -------------------------------------------------
	.dvdbd
------------------------------------------------- */
.dvdbd{
    max-width: 100%;
    background: #F0F0F0;
    padding: 100px 50px;
}
.dvdbd:before,
.dvdbd:after{
    display:none;
}
.dvdbd .inBox{
    max-width: 1200px;
    margin: 0 auto;
}
.dvdbd .tit{
    line-height: 0;
    max-width: 800px;
    margin: 0 auto 40px;
}
.dvdbd .lead{
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 500;
    margin: 0 0 40px;
    text-align: left;
}

.dvdbd .detailClm{
    display: flex;
    margin: 0 0 40px;
}
.dvdbd .detailClm .clmLeft{
    line-height: 0;
    width: 35%;
}
.dvdbd .detailClm .clmRight{
    width: 65%;
    padding: 0 0 0 40px;
}
.dvdbd .detailClm .clmRight .releaseType{
    margin: 0 0 20px;
    border-bottom: 1px dashed;
    padding: 0 0 20px;
}
.dvdbd .detailClm .clmRight .releaseType dt{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}
.dvdbd .detailClm .clmRight .releaseType dd{
    font-weight: 600;
    font-size: 14px;
}
.dvdbd .detailClm .clmRight .prize{
    background: #FFF;
    padding: 40px;
}
.dvdbd .detailClm .clmRight .prize dt{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.dvdbd .detailClm .clmRight .prize dd{

}
.dvdbd .detailClm .clmRight .prize dd p{
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 20px;

}
.dvdbd .detailClm .clmRight .prize dd p:before{
    content: "・";
    position: absolute;
    left: 0;
}
.dvdbd .detailClm .clmRight .prize dd p:last-child{
    margin: 0;
}

.dvdbd .track{
    display: flex;
    margin: 0 0 40px;
    flex-wrap: wrap;
}
.dvdbd .track .trackTit{
    display: block;
    width: 100%;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 600;
    border-left: 5px solid;
    padding: 0 0 0 10px;
}
.dvdbd .track .trackList{
    width: 30%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.dvdbd .track .trackList li{
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 25px;
}
.dvdbd .track .trackList li span{
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 0;
}
.dvdbd .track .trackList li:last-child{

}
.dvdbd .track .bonus{
    width: 40%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    border-left: 1px solid;
}
.dvdbd .track .bonus dt{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
.dvdbd .track .bonus dd.bonusName{
    font-weight: 600;
    border-bottom: 1px solid;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
.dvdbd .track .bonus dd.btnBuy{

}
.dvdbd .track .bonus dd.btnBuy a{
    background: #000;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    position: relative;
    font-size: 22px;
}
.dvdbd .track .bonus dd.btnBuy a:after{
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}
.dvdbd .fastPrize{
    line-height: 0;
    margin: 0 0 40px;
}
.dvdbd .attention{
    margin: 0;
}
.dvdbd .attention li {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    position: relative;
}
.dvdbd .attention li:before {
    content: "・";
    position: absolute;
    left: 0;
}
.dvdbd .shop{
    padding: 40px;
    margin: 0 0 20px;
    border: 1px solid;
}
.dvdbd .shopTit{
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 40px;
}
.dvdbd .shopList{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin: 0 auto 0;
    justify-content: space-between;
}
.dvdbd .shopList li{
    width: calc(33% - 10px);
    margin: 0 0 20px;
    background: #FFF;
    padding: 40px;
    box-sizing: border-box;
}
.dvdbd .shopList li.blank{
    position: relative;
    background: #DDD;
}
.dvdbd .shopList li.blank:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 80%;
    background-image: url(/static/aimyong/fanclub/feature/tour2022_maaru/img/logo_k8mtAscF.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%,-50%);
    opacity: 0.1;
}
.dvdbd .shopList li .shopName{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
}
.dvdbd .shopList li .shopName span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
}
.dvdbd .shopList li .thumb{
    line-height: 0;
    margin: 0;
}
.dvdbd .shopList li a .btn{

}
.dvdbd .shopList li a{
    background: #000;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    position:relative;
}
.dvdbd .shopList li a:after{
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}
.dvdbd .shopList li a.amazon{
    background: #232F3E;
}
.dvdbd .shopList li a.seven{
    background: #FF6600;
}
.dvdbd .shopList li a.rakuten{
    background: #BF0000;
}
.dvdbd .shopList li a.ouen{
    background: #000;
}

.dvdbd .aimStore{
    background: #FFF;
    padding: 40px;
    margin: 0 0 40px;
}
.dvdbd .aimStore .inner{
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
.dvdbd .aimStore .inner .clm{
    width: 70%;
    text-align: center;
    padding: 0 40px 0 0;
}
.dvdbd .aimStore .shopName{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
}
.dvdbd .aimStore .thumb{
    width: 30%;
    line-height: 0;
}
.dvdbd .aimStore .goodsName{
    line-height: 1.8em;
    font-weight: 600;
}
.dvdbd .aimStore .goodsName span{
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.dvdbd .aimStore .aimPrizeBox{
    display: flex;
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid;
}
.dvdbd .aimStore .aimPrize{
    font-size: 18px;
    width: 50%;
    text-align: center;
    border-right: 1px solid;
    padding: 0 20px 0;
}
.dvdbd .aimStore .aimPrize:last-child{
    border-right:none;
}
.dvdbd .aimStore .aimPrize dt{
    padding: 0 20px 0;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 16px;
}
.dvdbd .aimStore .aimPrize dd{
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: 600;
}
.dvdbd .aimStore .aimStoreBtn{

}
.dvdbd .aimStore .aimStoreBtn a{
    background: #000;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    position: relative;
    font-size: 22px;
    max-width: 300px;
    margin: 0 auto;
}
.dvdbd .aimStore .aimStoreBtn a:after{
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}
.dvdbd .livePrize{
    display: flex;
    background: #FFF;
    padding: 20px;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
}
.dvdbd .livePrize dt {
    width: 85%;
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    font-size: 20px;
}
.dvdbd .livePrize dt span.name{
    font-size: 24px;
    display: inline-block;
    padding: 10px 0 0;
    font-weight: 800;
}
.dvdbd .livePrize dt span.attention{
    font-size: 12px;
    font-weight: 600;
}
.dvdbd .livePrize dd{
    width: 15%;
    text-align: center;
    font-weight: 600;
}

.dvdbd .btn{

}
.dvdbd .btn a{
    display: block;
    width: 360px;
    padding: 25px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin: 0 auto;
}
.dvdbd .btn a:after{
    width: 0.5em;
    height: 0.5em;
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%) rotate(45deg);
}

/* -------------------------------------------------
	contact
------------------------------------------------- */

#contact .contentWrap {
}
.contactWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(4vw, 20px);
  width: fit-content;
  margin: 0 auto;
}



/* -------------------------------------------------
	.banner
------------------------------------------------- */
.banner {
    margin: 0 auto 100px;
    width: 92%;
    max-width: 1000px;
    position: relative;
	border: 1px solid;
}
.banner a {
	display: block;
    transition: opacity 0.4s ease-out;
    line-height: 0;
}


footer{
    position: relative;
    z-index: 10;
}
footer .text-wrap {
    font-size: 12px;
    line-height: 1.7;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 80px;
    box-sizing: border-box;
}
footer .text-wrap .info {
    font-weight: bold;
}
footer .text-wrap .copyright {
    text-align: right;
    font-family: "ouma-devanagari", sans-serif;
}
/* -------------------------------------------------

	PC
	
------------------------------------------------- */
@media screen and (min-width:899px) {


#menu-panel {
    display: block!important;
}
#menu-panel li a:hover{
    background: #48885c;
    color:#f6956e;
}
.btn-style1:hover {
    opacity: 0.7;
}
.sns li a:hover {
    background: #476e53;
}
a.ticketBtn:hover{
        background: #48885c;
        color: #f6956e;
}
.banner a:hover {
    opacity: 0.7;
}
.block--point .btn a:hover{
    opacity: 0.7;
}
.goods .btnGoods a:hover{
    opacity: 0.7;
}
.special .btn a:hover{
    opacity: 0.7;
}
.special .app a:hover{
    opacity: 0.7;
}
.ticket .btnTrade a:hover{
    opacity: 0.7;
}
.special .sp_radio .btnList a:hover{
    opacity: 0.7;
}
.schedule .s-table .transfer .infoBtn a:hover{
    opacity: 0.7;
}
.dvdbd .btn a:hover{
    opacity: 0.7;
}
.dvdbd .shopList li a:hover{
    opacity: 0.7;
}
.dvdbd .track .bonus dd.btnBuy a:hover{
    opacity: 0.7;
}
.dvdbd .aimStore .aimStoreBtn a:hover{
    opacity: 0.7;
}

/* -------------------------------------------------
	.schedule
------------------------------------------------- */
.schedule .s-table .ticketGuid .fas {
    display: none;
}
.attentionArea .attention dt:hover {
    opacity: 0.7;
}


}




/* -------------------------------------------------

	SP
	
------------------------------------------------- */
@media screen and (max-width:900px) {
	.pc{display:none;}
	.sp{display:block;}




/* -------------------------------------------------
	SP:共通
------------------------------------------------- */
header {
    z-index: 100;
}
h3 {
    font-size: 29px;
    margin: 0 0 5px;
}
h3 span{
        line-height: 1;
}
h3 span:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        left: -40px;
        top: 10px;
}
h4 {
    font-size: 14px;
    margin: 0 0 20px;
}
h2 p {
    width: 45vh;
    max-width: 600px;
}
h2 img {
    width: 100%;
    height: auto;
}
.anc {
    display: block;
    position: absolute;
    top: -40px;
}
/* -------------------------------------------------
	SP:フレーム
------------------------------------------------- */
section {
        padding: 40px 0;
}

/* -------------------------------------------------
	SP:heroView
------------------------------------------------- */

.logo {
        width: 20vh;
        height: 20vh;
        top: -8%;
        left: -5%;
}
.logoAim {
    line-height: 0;
    margin: 0 0 10px;
}

#menu-btn {
    width: calc(90 / 1125 * 100vw);
    height: calc(70 / 1125 * 100vw);
    display: block;
    position: fixed;
    right: calc(74 / 1125 * 100vw);
    top: calc(80 / 1125 * 100vw);
    z-index: 110;
    transition: 0.5s ease 2s;
}
.loaded #menu-btn {
    opacity: 1;
}
#menu-btn span {
    width: 100%;
    height: 1px;
    display: block;
    background: #476e53;
    position: absolute;
    left: 0;
    transition: all 0.4s ease-out;
}
#menu-btn span:nth-child(1) {
    top: 0;
}
#menu-btn span:nth-child(2) {
    top: 50%;
}
#menu-btn span:nth-child(3) {
    top: 100%;
}
#menu-btn.hamBtn.open span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}
#menu-btn.hamBtn.open span:nth-child(2) {
    opacity: 0;
}
#menu-btn.hamBtn.open span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
}
#menu-panel {
    width: 100%;
    height: 100vh;
    padding: calc(400 / 1125 * 100vw) 0 calc(100 / 1125 * 100vw);
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #f6956e;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}
#menu-panel .inner{
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}
#menu-panel h2{
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0,0);
    width: 60%;
    margin: 0 auto 40px;
    opacity: 1;
}
#menu-panel ul {
    text-align: center;
}
#menu-panel li {

}

#menu-panel li a {
        padding: 10px;
        font-size: 18px;
}

.sns li a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 8px;
    font-size: 14px;
}
.sns li a svg {
    width: 16px;
    height: 16px;
}
.cs {
    font-size: 23px;
}

a.ticketBtn {
    padding: 15px 25px 15px 15px;
    margin: 0 auto;
    font-size: 12px;
}
a.ticketBtn::after {
    width: min(4vw, 5px);
}

/* -------------------------------------------------
	SP:.schedule
------------------------------------------------- */

#schedule .scheduleBox {
    padding: 40px 20px;
    border-radius: 10px;
}
.schedule .s-table {
        display: block;
        border-top: none;
        padding: 0;
        margin: 0;
}
.schedule .s-table thead {
    display: none;
}
.schedule .s-table tr {
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.schedule .s-table tr:last-child{
    padding: 0;
    margin: 0;
    border: none;
}
.schedule .s-table .additionLive{
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
.schedule .s-table .additionLive span{
	display: inline-block;
    padding: 5px 15px;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
}
.schedule .s-table .day{
	width: auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: baseline;
    margin: 0;
    border: none;
    line-height: 1.3;
}
.schedule .s-table .date {
    font-size: 12px;
    white-space: nowrap;
    font-size: 20px;
}
.schedule .s-table .addition .day:before{
	display:none;
}
.schedule .s-table .youbi {
    padding-left: 5px;
    display: block;
    font-size: 14px;
}
.schedule .s-table .time {
    display: none;
}
.schedule .s-table .time2 {
    margin-top: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.schedule .s-table .area {
	width: auto;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 18px;
    padding: 0 0 0 10px;
    line-height: 1.3;
    display: block;
    border: none;
}
.schedule .s-table td + td::before {
	display:none;
}
.schedule .s-table .venue {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px;
    line-height: 1.5;
	font-size: 14px;
    display: block;
    border: none;
}

.schedule .s-table .ticketGuid {
    width: 100%;
    padding: 0;
    font-size: 12px;
    display: block;
    border: none;
}
.schedule .s-table .ticketGuid .fas {
    padding: 0 5px 0 0;
    vertical-align: -0.05em;
}
.schedule .s-table .ticketGuid span a {
	font-size: 12px;
    font-weight: 500;
}
.attentionArea {
    margin: 0 0 50px;
    padding: 0 15px;
}
.attentionArea .attention {
    width: 100%;
	margin: 0 auto 20px;
}
.attentionArea .attention dt {
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
}
.attentionArea .attention dd {
    background: #f1f1f1;
    padding: 15px;
}
.attentionArea .attention dd .attention_lead {
    font-size: 15px;
    margin: 0 0 20px;
    line-height: 1.5em;
}
.attentionArea .attention dd .attention_top {
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
}
.attentionArea .linkBtn a {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 16px;
}
.attentionArea .regulationBlock {
    padding: 15px;
	margin: 0 0 20px;
}
.attentionArea .regulationBlock .regulationVenue {
    font-size: 18px;
    margin: 0 0 20px;
}
.attentionArea .regulationBlock .regulationBox {
    display: block;
    margin: 0 0 15px;
    border-bottom: 1px dashed #aaa;
}
.attentionArea .regulationBlock .regulationBox:nth-child(2){
    padding: 15px 0 0;
    border-top: 1px dashed #aaa;
}
.attentionArea .regulationBlock .regulationBox:last-child{
    margin: 0;
    border-bottom: none;
}
.attentionArea .regulationBlock .day {
    padding: 0 0 10px;
    border-right: none;
    margin: 0;
    width: auto;
    text-align: center;
}
.attentionArea .regulationBlock .day span {
    display: inline-block;
    margin: 0 0 0 10px;
}
.attentionArea .regulationBlock .regulationBox:last-child .regulationList:last-child {
	margin: 0 ;
}
.attentionArea .regulationBlock .regulationList.arena {
    padding: 0;
    margin: 0 0 15px;
}
.attentionArea .regulationBlock .regulationList.stand {
    padding: 0;
    border-left: none;
}
.attentionArea .regulationBlock .regulationList li {
    text-align: center;
    font-size: 18px;
	margin: 0 0 15px;
}
.attentionArea .regulationBlock .regulationBox:last-child .regulationList li:last-child{
	margin: 0;
}
.attentionArea .regulationBlock .regulationList li span{
    display: block;
    text-align: center;
    margin: 0;
    font-size: 12px;
    line-height: 1.6em;
}



/* -------------------------------------------------
	SP:.ticket
------------------------------------------------- */
.ticket .gray-box {
        padding: 20px;
        border-radius: 10px;
    margin: 0 auto 30px;
}
.ticket .gray-box p {
    font-weight: 500;
}
.ticket .gray-box p .small {
    font-size: 13px;
    font-weight: 500;
}
.ticket .btnTrade {
    padding: 30px 0 0;
}
.ticket .btnTrade a {
    width: 100%;
    line-height: 1.5em;
    height: auto;
    padding: 3% 7%;
    font-size: 12px;
}
.ticket .ticketInfo li {
        display: block;
        padding: 20px;
        border-radius: 10px;
        margin: 0 auto 15px;
}
.ticket .ticketInfo li .groupLeft {
    width: 100%;
    margin: 0 0 15px;
}
.groupCenter {
    width: 100%;
    margin: 0 0 15px;
}
.groupCenter p {
    font-size: 13px;
}
.ticket .ticketInfo li .entry {
    width: 100%;
}
.ticket .ticketInfo li .attention {
    font-size: 11px;
    padding: 0 0 0 12px;
    text-indent: -12px;
    line-height: 1.5em;
}
.ticket .ticketInfo li.noEntry {
    padding: 30px 0 0;
}
/* -------------------------------------------------
	SP:.goods
------------------------------------------------- */
.goods .goodsList li {
    width: 100%;
    margin: 0 0 20px 0;
}
.goods .attention li {
    font-size: 11px;
    margin: 0 0 5px;
}
.block--point {
    margin: 0 auto 0;
}
.block--point .inContent {
    padding: 20px;
}
.block--point .inner--point {
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.block--point .lead {
    text-align: left;
}
.block--point .point-list-box {
    display: block;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
.block--point .point-list {
    padding: 0;
}
.block--point .point-list li {
    font-size: 14px;
	margin: 0 0 10px;
}
.block--point .point-tit {
    margin: 0 0 20px;
    font-size: 13px;
    text-align: left;
    line-height: 1.5em;
}
.block--point .block-tit {
    font-size: 16px;
    text-align: left;
    margin: 0 0 15px;
    line-height: 1.5em;
}
.block--point .lead {
    font-size: 14px;
    line-height: 1.5em;
}
.block--point .btn a {
    width: 100%;
    text-align: left;
    font-size: 14px;
}
.goods .btnGoods a {
	width: 100%;
    text-align: left;
    font-size: 14px;
    margin: 0 auto 0;
}
.block--point .intro .lead {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5em;
}
.block--point .pluspay .attention {
    text-align: left;
    margin: 0 0 20px;
}

.goods .prize {
    border: 4px solid;
    padding: 15px;
    margin: 0 0 20px;
}
.goods .prizeclm {
    display: block;
}
.goods .prizeclm dt {
    padding: 0;
    width: 100%;
    margin: 0 0 20px;
}
.goods .prize .prizeTit {
	font-size: calc(30 / 750 * 100vw);
    padding: 0 0 10px;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0;
}
.goods .prize .lead {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 10px;
    text-align: left;
}
.goods .prizeclm dd {
    width: 70%;
    line-height: 0;
    margin: 0 auto 20px;
}
.goods .storeInfo {
    padding: 15px;
    margin: 0 0 20px;
}
.goods .storeInfo .storeInfoTit {
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1.5em;
}
.goods .infoDetail {
    display: block;
}
.goods .infoDetail dt {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.goods .infoDetail dd {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    box-sizing: border-box;
    line-height: 1.5em;
}
/* -------------------------------------------------
	SP:.special
------------------------------------------------- */
.special .specialContent {
    padding: 15px;
}
.special .specialLead li {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 10px;
    font-weight: 500;
}
.special .specialTit {
    width: 100%;
    margin: 15px auto 25px;
}
.special .btn a {
    display: block;
    width: 100%;
}
.special .method li.capImage .app_menu {
    width: 100%;
}
.special .specialLead {
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: left;
}
.special .specialLead li .caution {
    font-size: 10px;
}
.special .attention {
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.special .btn a {
    width: 100%;
    padding: 20px 15px;
    font-size: 16px;
    margin: 0 auto;
}
.special .btnCap {
    margin: 15px 0 0;
    font-size: 10px;
}
.special .methodMovie .methodMovieTit {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 20px;
}
.special .methodMovie .methodMovieTit span:before {
    top: -5px;
}
.special .methodMovie .methodMovieTit span:after {
    top: -5px;
}
.special .methodMovie .mov {
    padding-top: 178%;
}
.special .methodMovie{
    margin: 0 0 20px;
    border-bottom: 1px dashed #DDD;
    padding: 0 0 20px;
}

.special .methodTit{
	margin: 0 0 15px;
}
.special .method {
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.special .method li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 15px;
}
.special .method li span {
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.5em;
    text-indent: -11px;
    padding: 0 0 0 11px;
}
.special .method li.capImage {
    display: flex;
    margin: 0 0 30px;
}
.special .method li.capImage .app {
    height: 35px;
    margin: 0 10px 0 0;
}
.special .columnMain {
    display: block;
    margin: 0 0 20px;
}
.special .columnMain .specialLead {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
.special .columnMain .tegakitowel {
    width: 100%;
}
.special .columnBottom {
    display: block;
    background: transparent;
    padding: 0;
}
.special .columnBottom .attention {
    width: 100%;
    border: none;
    border-right: none;
    padding: 15px;
    margin: 0 0 20px;
    background: #F3F3F3;
    box-sizing: border-box;
}
.special .columnBottom .btnArea {
    width: 100%;
    padding: 0;
}
.special .sp_radio   .specialTit{
    width:100%;
}
.special .sp_radio .specialLead {
    margin: 0 0 20px;
}
.special .sp_radio .btnList {
    display: block;
    margin: 0 0 20px;
}
.special .sp_radio .btnList li {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}
.special .sp_radio .btnList li:last-child{
    margin: 0;
}
.special .sp_radio .btnList a {
	padding: 20px;
    font-size: 20px;
}
.special .sp_radio .columnBottom .attention {
    margin: 0;
}

.special .sp_entry .entryDetail {
    display: block;
}
.special .sp_entry .entryDetailBox {
    margin: 0;
}
.special .sp_entry .specialLead li:nth-child(2) {
    font-size: 15px;
}
.special .sp_entry .specialLead li:last-child {
    font-size: 13px;
    text-indent: -13px;
    padding: 0 0 0 13px;
}
.special .sp_entry .entryDetail dt {
    width: 100%;
    margin: 0 0 15px;
    border-left: 5px solid;
    padding: 0 0 0 5px;
}
.special .sp_entry .entryDetail dd {
    width: 100%;
    padding: 0;
}
.special .sp_entry .entryDetail dd::before {
    content: none;
}
.special .sp_entry .entryDetail dd .txt {
    line-height: 1.5em;
    font-size: 15px;
}
.special .sp_entry .entryDetail dd .target li {
    text-indent: -13px;
	font-size: 13px;
    line-height: 1.5em;
    padding: 0 0 0 13px;
}
.special .sp_entry .entryDetail dd .methodList li {
    line-height: 1.4em;
    text-indent: -14px;
    padding: 0 0 0 14px;
    font-size: 14px;
}
.special .sp_entry .entryDetail dd .patternTxt {
    font-size: 14px;
    line-height: 1.4em;
    text-indent: -16px;
    padding: 0 0 0 16px;
}
.special .sp_entry .entryDetail dd .patternCap {
    font-size: 13px;
}
.special .sp_entry .entryDetail dd .patternList li {
    font-size: 12px;
    text-indent: -12px;
    line-height: 1.4em;
    padding: 0 0 0 12px;
}
.special .sp_entry .entryDetail dd .txt .caution {
    text-indent: -13px;
    padding: 10px 0 0 13px;
}


/* -------------------------------------------------
	SP:.dvdbd
------------------------------------------------- */
.dvdbd {
    padding: 50px 20px;
}
.dvdbd .tit {
    margin: 0 auto 20px;
}
.dvdbd .lead {
    font-size: 14px;
    line-height: 1.6em;
}
.dvdbd .detailClm {
    display: block;
}
.dvdbd .detailClm .clmLeft {
    width: 70%;
    margin: 0 auto 40px;
}
.dvdbd .detailClm .clmRight {
    width: 100%;
    padding: 0;
}
.dvdbd .detailClm .clmRight .releaseType dt {
    font-size: 16px;
}
.dvdbd .detailClm .clmRight .releaseType dd {
    font-size: 12px;
}
.dvdbd .detailClm .clmRight .prize {
    background: #FFF;
    padding: 20px;
    margin-top: 40px;
}
.dvdbd .detailClm .clmRight .prize dt {
    font-size: 16px;
    margin: 0 0 15px;
}
.dvdbd .detailClm .clmRight .prize dd p {
    font-size: 14px;
}
.dvdbd .track {
    display: flex;
    margin: 0 0 40px;
    flex-wrap: wrap;
}
.dvdbd .track .trackList {
    width: 50%;
    box-sizing: border-box;
}
.dvdbd .track .trackList li {
    line-height: 1.2em;
    font-size: 12px;
    font-weight: 500;
}
.dvdbd .track .trackList li span{
    font-weight: 500;
    font-size: 12px;
}
.dvdbd .track .bonus {
    width: 100%;
    padding: 20px 0 0;
    margin: 20px 0 0;
    box-sizing: border-box;
    border-left: none;
    border-top: 1px solid;
}
.dvdbd .track .bonus dd.bonusName {
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.dvdbd .track .bonus dd.btnBuy {

}
.dvdbd .track .bonus dd.btnBuy a{
    font-size: 20px;
}
.dvdbd .track .bonus dd.btnBuy a:after{

}
.dvdbd .fastPrize {
    margin: 0 0 20px;
}
.dvdbd .attention {
    margin: 0 0 20px;
}
.dvdbd .shop {
    padding: 20px;
    margin: 0 0 20px;
}
.dvdbd .shopTit {
    font-size: 22px;
    margin: 0 0 20px;
}
.dvdbd .shopList {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
.dvdbd .shopList li {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
}
.dvdbd .shopList li:last-child{
    margin: 0;
}
.dvdbd .shopList li .thumb {
    margin: 0 0 10px;
}
.dvdbd .shopList li.blank {
    position: relative;
    background: transparent;
    background-image: none;
    padding: 0 0 20px;
    border-bottom: 1px solid;
    margin: 0 0 40px;
}
.dvdbd .shopList li.blank:after{
    display:none;
}
.dvdbd .aimStore {
    padding: 20px;
    margin: 0 0 20px;
}
.dvdbd .aimStore .inner {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.dvdbd .aimStore .inner .clm {
    width: 100%;
    padding: 0;
}
.dvdbd .aimStore .shopName {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
.dvdbd .aimStore .goodsName {
    font-size: 16px;
    margin: 0 0 20px;
}
.dvdbd .aimStore .goodsName span {
    font-size: 20px;
}
.dvdbd .aimStore .thumb {
    width: 100%;
}
.dvdbd .aimStore .aimPrizeBox {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.dvdbd .aimStore .aimPrize {
    font-size: 18px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid;
    padding: 0 0 20px;
    margin: 0 0 20px;
    box-sizing: border-box;
}
.dvdbd .aimStore .aimPrize:last-child {
    border-right: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.dvdbd .aimStore .aimPrize dt {
    font-size: 13px;
}
.dvdbd .aimStore .aimPrize dd {
    padding: 0;
    font-size: 18px;
    line-height: 1.3em;
}

.dvdbd .livePrize {
    display: block;
    margin: 0;
}
.dvdbd .livePrize dt {
    padding: 0;
    line-height: 1.5em;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
}
.dvdbd .livePrize dt span {
    font-size: 18px;
}
.dvdbd .livePrize dd {
    width: 100%;
    border-left: none;
    border-top: 1px solid;
    padding: 20px 20% 0;
    margin: 20px 0 0;
    box-sizing: border-box;
}
.dvdbd .livePrize dd span.attention{
    font-size: 10px;
    text-align: left;
    font-weight: 600;
    line-height: 1.5em;
    margin: 5px 0 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
.dvdbd .btn a {
    display: block;
    width: 100%;
    font-size: 18px;
}
.dvdbd .aimStore .aimStoreBtn a {
    font-size: 18px;
}
/* -------------------------------------------------
	SP:.banner
------------------------------------------------- */
.banner {
    margin: 0 auto 0;
    width: 90%;
    max-width: 90%;
    border: 1px solid;
}
/* -------------------------------------------------
	SP:footer
------------------------------------------------- */
footer .text-wrap {
    display: block;
    padding: 40px 20px;

}

}
