
.mypage_title{
	position: relative;
	width: 100%;
	max-width: 1150px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #7770e9;
	background: #e1e1e1;
	margin: 0 auto 15px auto;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mypage_title:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #e1e1e1 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: calc(50% - 5px);
}
.mypage_title + .caution_box{
	margin-bottom: 15px;
}


/** mypage_top **/

#noti_list .mybt_bg .bt_main{
	display: flex;
	margin-bottom: 10px;
}
#noti_list .mybt_bg .bt_main:last-of-type{	margin-bottom: 0;}
.buy_prg{	margin-bottom: 30px;}
.mypage_index #noti_how{
	display: none;
	margin-bottom: 50px;
}
.mypage_index #noti_how.open{	display: block;}
.mypage_index #ticket_list{	margin-bottom: 30px;}
.mypage_index #ticket_list ul{
	max-width: 970px;
}
.mypage_index #ticket_list li{
	display: inline-flex;
	width: calc(100% / 2 - 15px);
	margin: 0 7.5px 15px 7.5px;
}
.mypage_index .history .mybt_bg{	margin-top: 15px;}

.mypage_index .common_list.host li:nth-of-type(n + 7){	display: none;}
.mypage_index .common_list.host.open li:nth-of-type(n + 7){	display: inline-block;}

.mypage_index #noti_list li:nth-of-type(n + 7){	display: none;}
.mypage_index #noti_list.open li:nth-of-type(n + 7){	display: inline-block;}

.mypage_index .buy_prg li:nth-of-type(n + 7){	display: none;}
.mypage_index .buy_prg.open li:nth-of-type(n + 7){	display: inline-block;}

.mypage_index #ticket_list li:nth-of-type(n + 7){	display: none;}
.mypage_index #ticket_list.open li:nth-of-type(n + 7){	display: inline-flex;}

.mypage_index .history dl:nth-of-type(n + 7){	display: none;}
.mypage_index .history.open dl:nth-of-type(n + 7){	display: flex;}


@media screen and (max-width: 750px) {

	.mypage_index #ticket_list li{
		display: flex;
		width: 100%;
		margin: 0 0 15px 0;
	}
}


/** goods_prof **/

.goods_prof{
	margin: 0 0 30px 0;
}
.goods_prof .img{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.goods_prof .img img{
	width: 100%;
	height: auto;
}
.goods_prof .name{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #e0abff;
	margin: 10px 0 0 0;
}


.no_text{
	padding: 75px 20px 90px 20px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}


.spe_title{	margin-bottom: 70px;}
.s_title{	margin-bottom: 30px;}

.member_info{
	margin: 0 0 100px 0;
}
.member_info dl{}
.member_info dl{
	display: table;
	width: 250px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
}
.member_info dt,
.member_info dd{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
.member_info dt{	width: 113px;}
.member_info dd{	position: relative;}
.member_info dd:after{
	content: ":";
	position: absolute;
	top: -1px;
	left: -20px;
}
.member_info dl:nth-of-type(2){	margin-bottom: 30px;}
.member_info dl:nth-of-type(2) dt{	letter-spacing: 5px;}


.member_info ul{
	display: inline-block;
}
.member_info li{
	position: relative;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}
.member_info li:last-of-type{	margin-bottom: 0;}
.member_info li span{
	position: absolute;
	color: #ffe400;
	top: 0;
	left: 0;
}

#mv_list .zero{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}


/** common_list **/

.common_list{
	max-width: 1120px;
	margin: 0 auto 30px auto;
}
.common_list:last-of-type{	margin-bottom: 0;}
.common_list ul{
	font-size: 0;
	line-height: 0;
	text-align: left;
}
.common_list li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	margin: 0 0 15px 0;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.common_list.stamp{
	max-width: 960px;
}
.common_list.stamp.store{
	margin: 0 auto 10px auto;
}
.common_list.stamp li{
	width: calc(100% / 6 - 20px);
	margin: 0 10px 50px 10px;
}
.common_list.stamp.store li{
	width: calc(100% / 5 - 20px);
	border: 1px solid #333;
	margin: 0 10px 20px 10px;
	padding: 20px 10px;
	border-radius: 10px;
}



/** list_box **/

.list_box{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	color: currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.list_box:hover{
	color: currentColor;
	text-decoration: none;
}
.list_box_l{
	width: 90px;
	margin-right: 15px;
}
.list_box_l .img{
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.list_box_l .img img{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: auto;
	border-radius: 50%;
}
.list_box_r{
	width: calc(100% - 105px);
	text-align: left;
}
.list_box_r .name_host{
	font-size: 14px;
	line-height: 20px;
}
.list_box_r .name_live{
	font-size: 14px;
	line-height: 20px;
	color: #e0abff;
}
.list_box_r .live_icon{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
	color: #a4a4a4;
	margin: 0 0 3px 0;
	padding: 0 2px;
	border: 1px solid currentColor;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.live .list_box_l{
	width: 140px;
}
.live .list_box_l .img{
	border-radius: 10px;
}
.live .list_box_l .img img{
	width: 100%;
	border-radius: 10px;
}
.live .list_box_r{
	width: 300px;
	text-align: left;
}

.stamp_box{}
.stamp_box .img{}
.stamp_box .img img{
	width: 100%;
	height: auto;
}
.stamp_box .stamp_count{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}


/** history **/

.history{
	max-width: 940px;
	margin: 0 auto;
}
.history dl{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px 0;
}
.history dl:last-of-type{	margin-bottom: 0;}
.history dt,
.history dd{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.history .date1{	width: 125px;}
.history .date2{	width: 75px;}
.history .text{	width: calc(100% - 200px);}

.caution_box{
	width: calc(100% - 30px);
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#edit_info .form dd div,
#inq .form dd div{
	overflow: hidden;
}
#inq .form textarea{	height: 120px;}
#letter .form textarea{	height: 220px;}

.stamp_selectbox{	text-align: center;}
select{
	width: 80px;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px 10px 10px;
	color: #fff;
	background: #0f0f0f;
	border: 1px solid #2d2d2d;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
select:focus{	outline: none;}
.select{	padding-right: 30px;}
.select_bg{
	position: relative;
	display: inline-block;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 40px;
	background: #1d1d1d;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 1px;
	right: 1px;
	pointer-events: none;
}
.select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #999 transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 7px;
	pointer-events: none;
}


/** noti_box **/

#noti_list .list_box{
	align-items: flex-start;
	align-content: flex-start;
}
#noti_list .list_box_r{	padding-top: 10px;}
.noti_box{	margin-top: 5px;}
.noti_box p{
	width: 100%;
	max-width: 300px;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	color: #000;
	padding: 0 0 0 20px;
	border-radius: 3px 3px 0 0;
	background: url(../img/all/i_noti.png) no-repeat 4px 4px #fff;
	background-size: 15px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.noti_box dl{
	display: table;
	width: 100%;
	max-width: 300px;
	font-size: 0;
	line-height: 0;
	background: #1b1b1e;
	margin: 0 0 1px 0;
}
.noti_box dt,
.noti_box dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 0;
}
.noti_box dt{
	text-align: left;
	padding-left: 10px;
}
.noti_box dd{
	text-align: right;
	padding-right: 8px;
}
.noti_box .del_btn{	color: #ff9300;}

#noti_how{
	width: 940px;
	text-align: left;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#noti_how .noti_how_top {
	border-top: 3px double #333;
	margin: 50px 0 0 0;
	padding: 50px 0 0 0;
}
#noti_how h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 15px 0;
}
#noti_how p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 25px 0;
}
#noti_how ul{
	display: flex;
	justify-content: space-between;
	font-size: 0;
	line-height: 0;
}
#noti_how li{
	position: relative;
}
#noti_how li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #e0abff;
	border-width: 19px 0px 19px 18px;
	position: absolute;
	top: calc(50% - 19px);
	right: -31px;
}
#noti_how li:last-of-type:after{	display: none;}
#noti_how li span{
	display: block;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #000;
	background: #9d9aff;
}
#noti_how li img{
	width: 155px;
	height: auto;
}


/** ticket_list **/

#ticket_list{}
#ticket_list ul{
	max-width: 530px;
	width: calc(100% - 30px);
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

#ticket_list li{
	display: flex;
	margin: 0 0 30px 0;
	border-radius: 5px;
	background: #495562;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list .tk_l{
	position: relative;
	display: flex;
	align-items: center;
	width: 50px;
}
#ticket_list .tk_l p{
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	color: #000;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform:rotate(-90deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list .tk_r{
	position: relative;
	flex: 1;
	padding: 10px;
	border-left: 2px dotted #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list .tk_r div{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 90px;
	background: #0f0f0f;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list .tk_r div:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #22282f transparent transparent transparent;
	border-width: 50px 50px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#ticket_list .tk_r div:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #22282f transparent;
	border-width: 0px 0px 50px 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#ticket_list .tk_r p:nth-of-type(1){
	position: relative;
	z-index: 2;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
}
#ticket_list .tk_r p:nth-of-type(2){
	position: relative;
	z-index: 2;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-style: italic;
	font-size: 24px;
	line-height: 36px;
}
#ticket_list .tk_r p:nth-of-type(2) em{	font-size: 36px; font-style: italic;}
#ticket_list .tk_r p:nth-of-type(3){
	font-size: 12px;
	line-height: 1;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 10px;
}


/** ticket_win **/

#ticket_list.ticket_win li{	background: #c67f04;}
#ticket_list.ticket_win .tk_l p{
	width: 100px;
	font-size: 12px;
	line-height: 14px;
	top: 62px;
	right: -26px;
}
#ticket_list .tk_r_win{
	position: relative;
	flex: 1;
	padding: 10px;
	border-left: 2px dotted #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list .tk_r_win_in{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-height: 90px;
	padding: 10px 10px;
	background: #0f0f0f;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list.ticket_win .tk_r_win_in:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #311f0c transparent transparent transparent;
	border-width: 50px 50px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#ticket_list.ticket_win .tk_r_win_in:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #311f0c transparent;
	border-width: 0px 0px 50px 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#ticket_list .tk_r_win_in .img{
	position: relative;
	z-index: 2;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list .tk_r_win_in .img img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
#ticket_list .tk_r_win_in .txt{
	flex: 1;
	text-align: left;
	z-index: 1;
}
#ticket_list .tk_r_win_in .txt .product{
	font-size: 14px;
	line-height: 20px;
}
#ticket_list .tk_r_win_in .txt .name{
	font-size: 16px;
	line-height: 18px;
	color: #a8a8a8;
	margin: 0 0 5px 0;
}
#ticket_list .tk_r_win_in .txt .res{
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 20px;
	background: url(../img/all/i_res.png) no-repeat 0 0;
	background-size: 16px auto;
}
#ticket_list .tk_r_win_in .txt .date{
	font-size: 14px;
	line-height: 18px;
}
#ticket_list .tk_bt_bg{
	text-align: left;
	margin: 5px 0 0 0;
}
#ticket_list .tk_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 30px;
	font-size: 14px;
	line-height: 15px;
	padding: 0 25px 0 15px;
	color: #000;
	border: none;
	background: url(../img/all/i_yubi_b.png) no-repeat calc(100% - 5px) 50% rgb(255,210,0);
	background: url(../img/all/i_yubi_b.png) no-repeat calc(100% - 5px) 50%, linear-gradient(to right, rgba(255,210,0,1) 0%, rgba(255,156,0,1) 50%, rgba(255,210,0,1) 100%);
	background-size: 16px auto, 200% auto;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list .tk_bt:hover{
	text-decoration: none;
	background-position: calc(100% - 5px) 50%, right center;
}


/** ticket_gatcha **/

#ticket_list.ticket_gatcha{
	width: calc(100% - 30px);
	max-width: 472px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px auto;
	border: 1px solid #272727;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list.ticket_gatcha .goods_prof{
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
	padding-top: 20px;
}

#ticket_list.ticket_gatcha .goods_prof .img{
	width: 100px;
	height: 100px;
}
#ticket_list.ticket_gatcha .goods_prof .name{
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

#ticket_list.ticket_gatcha .goods_prof .name p:nth-of-type(2){
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding: 3px 0 0 0;
}
#ticket_list.ticket_gatcha .goods_prof .name p:nth-of-type(2) span{
	color: #74dea1;
}

#ticket_list.ticket_gatcha .ticket_gatcha_box{
}
#ticket_list.ticket_gatcha .ticket_gatcha_top{
	display: flex;
	width: calc(100% - 30px);
	border-radius: 5px;
	margin: 0 auto 15px auto;
}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(1),
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 1){	background: #297f60;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 2){	background: #3e8b56;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 3){	background: #4c9350;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 4){	background: #5b9b49;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 5){	background: #6aa443;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 6){	background: #7aad3b;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 7){	background: #88b535;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 8){	background: #a8be2e;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 9){	background: #bfc528;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 10){	background: #d3cc0b;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 11){	background: #eddb12;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 12){	background: #d3cc0b;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 13){	background: #bfc528;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 14){	background: #a8be2e;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 15){	background: #88b535;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 16){	background: #7aad3b;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 17){	background: #6aa443;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 18){	background: #5b9b49;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n + 19){	background: #4c9350;}
#ticket_list.ticket_gatcha .ticket_gatcha_top:nth-of-type(20n){	background: #3e8b56;}


#ticket_list.ticket_gatcha .tk_r_win_in:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #102d23 transparent transparent transparent;
	border-width: 50px 50px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#ticket_list.ticket_gatcha .tk_r_win_in:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #102d23 transparent;
	border-width: 0px 0px 50px 50px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#ticket_list.ticket_gatcha .tk_r_win_in .txt .name{	font-size: 14px;}
#ticket_list.ticket_gatcha .ticket_gatcha_btm{
	background: #272727;
	border-radius: 0 0 3px 3px;
	padding: 10px 15px 15px 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm > h4{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #666;
	background: url(../img/all/i_cart.png) no-repeat 0 5px;
	background-size: 16px auto;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#ticket_list.ticket_gatcha .ticket_gatcha_btm dt,
#ticket_list.ticket_gatcha .ticket_gatcha_btm dd{
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#ticket_list.ticket_gatcha .ticket_gatcha_btm dt{	text-align: left;}
#ticket_list.ticket_gatcha .ticket_gatcha_btm dt .send{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 10px;
	color: #000;
	background: #ffcc00;
	border-radius: 2px;
	margin-left: 5px;
	padding: 2px 1px 1px 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm dd{	text-align: right;}
#ticket_list.ticket_gatcha .ticket_gatcha_btm dd p{
	margin: 0 0 3px 0;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm dd p img{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: auto;
	margin-right: 2px;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm div{
	border-bottom: 1px solid #666;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	padding: 0 0 10px 0;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm div div{
	display: inline-block;
	border: none;
	background: #0f0f0f;
	padding: 7px;
	border-radius: 3px;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm div p{
	margin-bottom: 3px;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm div i{ color: #999; font-style: normal;}
#ticket_list.ticket_gatcha .ticket_gatcha_btm div span{ color: #e0abff; font-style: normal;}
#ticket_list.ticket_gatcha .ticket_gatcha_btm div p span.material-icons{
	position: relative;
	bottom: -2px;
	font-size: 14px;
	color: currentColor;
	margin-right: 3px;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm div p a{	text-decoration: underline;}
#ticket_list.ticket_gatcha .ticket_gatcha_btm div p a:hover;{	text-decoration: none;}

#ticket_list.ticket_gatcha .ticket_gatcha_btm .ship_ch{
	border: none;
	padding: 10px 0 0 0;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm .ship_ch input[type="submit"]{
	font-size: 12px;
	line-height: 1.2;
	color: #000;
	background: linear-gradient(to right,  #e0abff 0%,#c29aff 100%);
	border: none;
	border-radius: 2px;
	padding: 5px 8px 4px 8px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm .ship_ch input[type="submit"]:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm .ticket_bht{
	position: relative;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	text-align: left;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm .ticket_bht em{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}
#ticket_list.ticket_gatcha .ticket_gatcha_btm .ticket_bht:first-of-type{ margin-top: 15px;}
#ticket_list.ticket_gatcha .ticket_gatcha_btm .ticket_bht:last-of-type{	margin-bottom: 0;}

#ticket_list.ticket_gatcha .ticket_gatcha_btm .ticket_bht a{ text-decoration: underline;}
#ticket_list.ticket_gatcha .ticket_gatcha_btm .ticket_bht a:hover{ text-decoration: none;}

@media screen and (max-width: 750px) {
	#ticket_list .tk_r_win_in{
		height: auto;
		padding: 10px;
	}
	/*
	#ticket_list .tk_r_win_in .txt .tk_bt{
		position: relative;
		z-index: 2;
		bottom: auto;
		right: auto;
		margin: 5px 0 0 0;
	}
	*/
}



/***************************************
ATARI_TICKET
****************************************/

#atari_ticket_list,
.atari_ticket_list{
	width: calc(100% - 30px);
	max-width: 530px;
	margin: 0 auto 30px auto;
}
.atari_ticket_list{	margin-bottom: 30px;}
.atari_ticket_list.atl3{	margin-bottom: 0;}
.atari_ticket_bg{
	position: relative;
	margin-bottom: 15px;
	padding: 3px;
	border-radius: 8px;
	background: rgb(255,84,148);
	background: linear-gradient(90deg, rgba(255,84,148,1) 0%, rgba(255,138,0,1) 25%, rgba(255,255,0,1) 50%, rgba(102,204,102,1) 75%, rgba(0,204,255,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket_bg:last-of-type{	margin-bottom: 0;}
.atari_ticket{
	position: relative;
	padding: 5px;
	border-radius: 5px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket:before,
.atari_ticket:after{
	content: "";
	width: 14.5px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
}
.atari_ticket:before{
	left: -3px;
	background: url(./img/atari_tciket_l.png) no-repeat 0 50%;
	background-size: auto 30px;
}
.atari_ticket:after{
	right: -3px;
	background: url(./img/atari_tciket_r.png) no-repeat 0 50%;
	background-size: auto 30px;
}
.atari_ticket_in{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	min-height: 120px;
	padding: 20px 20px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket_in:after{
	content: "";
	width: calc(100% - 105px);
	border-top: 1px dotted rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_top{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	background: linear-gradient(90deg, rgba(255,84,148,1) 0%, rgba(255,138,0,1) 25%, rgba(255,255,0,1) 50%, rgba(102,204,102,1) 75%, rgba(0,204,255,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 3px;
	left: 7px;
}
.atari_ticket_in .img{
	position: relative;
	width: 90px;
	height: 90px;
	margin-right: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket_in .img img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.atari_ticket_in .txt{
	flex: 1;
	text-align: left;
}

.atari_ticket_in .ldate{
	margin: 0 0 3px 0;
}

.atari_ticket_in .ct{
	position: relative;
	font-size: clamp( 12px, calc( -7.5px + 5vw ), 16px );
	line-height: 1.2;
	color: #ffff00;
	margin: 0 0 3px 0;
	padding: 0 0 0 18px;
	animation: animate_ct 1.5s linear infinite;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket_in .ct span{
	font-size: clamp( 12px, calc( -7.5px + 5vw ), 16px );
	position: absolute;
	top: 1px;
	left: 0;
}
@keyframes animate_ct{
	0%{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	30%{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	35%{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	40%{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	45%{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	50%{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	55%{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	60%{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100%{
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
.atari_ticket_in .ct2{
	position: relative;
	font-size: clamp( 12px, calc( -7.5px + 5vw ), 16px );
	line-height: 1.2;
	color: #74dea1;
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket_in .ct2 span{
	font-size: clamp( 12px, calc( -7.5px + 5vw ), 16px );
	position: absolute;
	top: 1px;
	left: 0;
}
.atari_ticket_in .date1{
	position: relative;
	font-size: 12px;
	line-height: 15px;
	color: #74dea1;
	margin: 5px 0 2px 0;
	padding: 0 0 0 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket_in .date1 span{
	font-size: 12px;
	position: absolute;
	top: 1px;
	left: 0;
}
.atari_ticket_in .date2{
	font-size: 14px;
	line-height: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket_in .name{
	font-size: 16px;
	line-height: 20px;
	color: #e0abff;
}
.atari_ticket_in .name2{
	font-size: 16px;
	line-height: 20px;
}
.atari_ticket_in .res{
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 20px;
	background: url(../img/all/i_res.png) no-repeat 0 0;
	background-size: 16px auto;
}
.atari_ticket_in .tk_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
	margin: 8px 0 0 0;
	padding: 0 25px 0 15px;
	color: #000;
	border: 1px solid #fff;
	background: url(../img/all/i_yubi_b.png) no-repeat calc(100% - 5px) 50% #fff;
	background-size: 16px auto;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.atari_ticket_in .tk_bt:hover{
	text-decoration: none;
	filter: invert(1);
	border: 1px solid #000;

}


/***************************************
FORM
****************************************/

.submit{
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;
}
.submit p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 20px 0;
}
.submit p span{	color: #ff0000;}

.w1{	width: 250px;}
.w2{	width: 100%;}
.w3{	width: 80px;}
.s1{	width: 80px;}
.s2{	width: 65px;}
.s3{	width: 180px;}

.form{
	width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.form{
		width: auto;
		margin: 0;
		padding: 0 15px;
	}
}

.form dl{
	width: 100%;
	display: table;
	table-layout: fixed;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.form dl:first-of-type{
	border-top: 1px solid #2d2d2d;
}
.form dt,
.form dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	word-break: break-all;
	text-align: left;
	padding: 15px 10px;
	border-left: 1px solid #2d2d2d;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.form dt{
	width: 120px;
	text-align: center;
	background: #1d1d1d;
}

.form dd p{
	position: relative;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}
.form dd p em{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}
.form dd p:last-of-type{	margin-bottom: 0;}
.form dd div img{
	width: 150px;
	height: auto;
}

.form .caution{
	margin: 15px 0 0 0;
}
.form .caution p{
	position: relative;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}
.form .caution p:last-of-type{	margin-bottom: 0;}
.form .caution p em{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}

.form textarea{
	width: 100%;
	height: 80px;
	padding			: 7px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	vertical-align	: middle;
	color: #fff;
	background: #0f0f0f;
	border: 1px solid #2d2d2d;
	border-radius	: 2px;
	-moz-border-radius	: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.form input[type="text"],
.form input[type="url"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="number"]{
	padding			: 7px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	color: #fff;
	background: #0f0f0f;
	border: 1px solid #2d2d2d;
	border-radius	: 2px;
	-moz-border-radius	: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.form input::placeholder,
.form textarea::placeholder{	color: #999;}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder{	color: #999;}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder{	color: #999;}

.form input[type="text"]:focus,
.form input[type="url"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form textarea:focus{	outline: none;}

.s3_bg{	display: block;}

.chk_bar input[type="checkbox"],
.chk_bar input[type="radio"]{	display: none;}

.chk_bar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 5);
	height: 35px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	border-radius: 0;
	color: #333;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.chk_bar input[type="checkbox"]:first-of-type + label,
.chk_bar input[type="radio"]:first-of-type + label{
	border-radius: 17.5px 0 0 17.5px;
	border-left: 1px solid #ddd;
}
.chk_bar input[type="checkbox"]:last-of-type + label,
.chk_bar input[type="radio"]:last-of-type + label{
	border-radius: 0 17.5px 17.5px 0;
}


@media screen and (max-width: 650px) {
	.chk_bar input[type="checkbox"] + label,
	.chk_bar input[type="radio"] + label{
		font-size: 10px;
		line-height: 12px;
	}
}


.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding: 0 15px;
}
.over{	padding: 50px 15px;}

.error span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}

.over font{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 30px 0 0 0;
}

.error_text{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ff0000;
	font-weight: bold;
	margin: 20px 0;
}

.error_text:empty{ display: block;}

.error_block dt{
	color: #ff0000 !important;
	animation-name: indfade !important;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block textarea{
	color: #000;
	border-color: #ff0000 !important;
	background: #fff5f5 !important;
}

.capt_bg{
	margin: 20px 0;
}

.capt{
	width: 280px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.capt p em{	color: #ff0000;}


/** lording_box **/

.lording_box_bg{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 10000001;
	top: 0;
	left: 0;
}

main.loaded{
	transition: opacity .25s linear;
	opacity: 1;
}
main .loaders{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}
main .loaders .loader{
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
  -webkit-animation-duration: 0.54s;
          animation-duration: 0.54s; }

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
  -webkit-animation-duration: 1.15s;
          animation-duration: 1.15s; }

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.77s;
          animation-duration: 0.77s; }

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
  -webkit-animation-duration: 0.61s;
          animation-duration: 0.61s; }

.line-scale-party > div {
  background-color: #000d1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #000d1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  background-color: #000d1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
          animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
  .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
            animation-delay: -0.25s !important; }
  .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    background-color: #000d1e;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px; }


.lording_box > p{
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0 0 0;
	padding: 0 15px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.spe_title{	margin-bottom: 50px;}
	.s_title{	margin-bottom: 20px;}
	.member_info{
		margin: 0 0 50px 0;
		padding: 0 15px;
	}
	.member_info ul{
		display: block;
	}

	/** common_list **/
	.common_list ul{	padding: 0 15px;}
	.common_list li{
		display: block;
		width: auto;
		margin: 0 0 15px 0;
	}
	.common_list.stamp li{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 10px);
		margin: 0 5px 40px 5px;
	}
	.common_list:last-of-type li:last-of-type{	margin-bottom: 0;}
	.common_list.stamp li{
	}
	.common_list.stamp.store{
		margin: 0 0 20px 0;
	}
	.common_list.stamp.store li{
		width: calc(100% / 3 - 10px);
		border: 1px solid #2a2a2a;
		margin: 0 5px 10px 5px;
		padding: 10px;
	}

	.common_list.live ul{	padding: 0 15px;}
	.live .list_box_l{
		width: 170px;
		margin-right: 10px;
	}
	.live .list_box_r{
		width: calc(100% - 180px);
		text-align: left;
	}

	/** history **/
	.history{
		padding: 0 15px;
	}
	.history dl{
		flex-wrap: wrap;
	}
	.history .text{
		width: 100%;
	}


	/** noti_how **/
	#noti_how{
		width: auto;
		margin: 0;
	}
	#noti_how .noti_how_top{
		border-top: 3px double #333;
		margin: 20px 15px 0 15px;
		padding: 20px 0 0 0;
	}
	#noti_how h3{
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	#noti_how p{
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
	#noti_how .noti_how_img{
		overflow-x: auto;
	}
	#noti_how .noti_how_img::-webkit-scrollbar{	display: none;}
	#noti_how ul{
		display: flex;
		width: auto;
		flex-wrap: nowrap;
		justify-content: space-between;
		font-size: 0;
		line-height: 0;
		padding: 0 15px;
	}
	#noti_how li{
		position: relative;
		padding-right: 40px;
	}
	#noti_how li:last-of-type{
		padding-right: 15px;
	}
	#noti_how li:after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #9d9aff;
		border-width: 19px 0px 19px 18px;
		position: absolute;
		top: calc(50% - 19px);
		right: 9px;
	}
	#noti_how li:last-of-type:after{	display: none;}
	#noti_how li span{
		display: block;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
		color: #000;
		background: #9d9aff;
	}
	#noti_how li img{
		width: 50vw;
		height: auto;
	}


	/** ticket_list **/
	#ticket_list{}
	#ticket_list ul{
		width: auto;
		margin: 0;
		padding: 0 15px;
	}
	#ticket_list li{
		display: flex;
		width: 100%;
		margin: 0 0 15px 0;
	}
	#ticket_list.ticket_win .tk_l,
	#ticket_list.ticket_gatcha .tk_l{ width: 40px;}
	#ticket_list.ticket_win .tk_l p,
	#ticket_list.ticket_gatcha .tk_l p{
		font-size: 11px;
		line-height: 12px;
	}
	#ticket_list.ticket_win .tk_l p{
		width: 90px;
	}
	#ticket_list.ticket_gatcha .tk_r_win_in .txt .tk_bt{
		bottom: -40px;
		right: 0px;
	}
	
	.atari_ticket_in{
		padding: 10px;
	}
	.atari_ticket_in .img{
		width: 70px;
		height: 70px;
		margin-right: 10px
	}
	.atari_ticket_in .tk_bt{
		margin: 6px 0 0 0;
	}
}