
/*=================================================
 * CSS for PC
 * ================================================= */


/***************************************
TITLE
****************************************/

.spe_title{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
	width: 100%;
	max-width: 345px;
	height: 65px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.spe_title:after{
	content: "JYANNA PRIME";
	width: 100%;
	font-family: "FontB";
	font-size: 50px;
	line-height: 60px;
	color: #222;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.spe_title em{
	position: relative;
	z-index: 2;
	font-size: 26px;
	line-height: 1;
}


.s_title{
	position: relative;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title:after{
	content: "";
	width: 570px;
	border-bottom: 3px double #333;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 285px);
}
.s_title em{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 5px 0;
}
.s_title em i{
	font-style: normal;
	color: #ff0000;
}

.s_title span{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 10px;
	line-height: 20px;
	background: #333;
	padding: 0 10px;
	border-radius: 10px;
}



/***************************************
MAIN CONTENTS
****************************************/

/** live_icon_list **/
.live_icon_list_bg{
	margin: 0 0 40px 0;
}
.live_icon_list{
	font-size: 0;
	line-height: 0;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#schedule .live_icon_list{	text-align: center;}
#cnt > .live_icon_list_bg{
	padding: 0 50px;
}
.live_icon_list p{
	display: inline-block;
	vertical-align: top;
	width: 75px;
	height: auto;
	aspect-ratio: 1 / 1;
	font-size: 0;
	line-height: 0;
	margin: 0 10px 10px 0;
	padding: 0;
	background: url(../img/all/live_title.png?t=0930) no-repeat center center;
	background-size: 75px auto;
	animation: blink_lvi 1s linear infinite;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.live_icon_list.top_j2s p{
	background: url(../img/all/j2s_title.png?t=0930) no-repeat center center;
	background-size: 75px auto;
}

@keyframes blink_lvi{
	0% { filter: hue-rotate(0deg);}
	100% { filter: hue-rotate(360deg);}
}

.live_icon_list a,
.live_icon_list span{
	display: inline-block;
	vertical-align: top;
	width: 75px;
	height: 75px;
	margin: 0 10px 10px 0;
	padding: 2px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.live_icon_list a img,
.live_icon_list span img{
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.live_icon_list a.sq img,
.live_icon_list span.sq img{
	width: auto;
	height: 100%;
	border-radius: 10px;
}
.live_icon_list a.sq,
.live_icon_list span.sq{
	width: auto;
	height: 75px;
	margin: 0;
}
.live_icon_list .sq_bg{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 10px 10px 0;
}

#mv_r .live_icon_list a,
#mv_r .live_icon_list span{
	width: 60px;
	height: 60px;
}
#mv_r .live_icon_list a.sq,
#mv_r .live_icon_list span.sq{
	width: auto;
	height: 60px;
}

#mv_r .live_icon_list a:nth-child(6n),
#mv_r .live_icon_list span:nth-child(6n){	margin-right: 0;}

@media screen and (max-width: 750px) {
	.live_icon_list_bg{
		margin: 0 0 30px 0;
	}
	#cnt > .live_icon_list_bg{
		padding: 0 10px;
	}
	#schedule .live_icon_list{	text-align: left;}
	.live_icon_list p{
		width: calc(100% / 4 - 10px);
		background: url(../img/all/live_title.png?t=0930) no-repeat center center;
		background-size: contain;
		margin: 0 5px 10px 5px;
	}
	.live_icon_list.top_j2s p{
		background: url(../img/all/j2s_title.png?t=0930) no-repeat center center;
		background-size: contain;
	}
	.live_icon_list a,
	.live_icon_list span{
		width: calc(100% / 4 - 10px);
		height: calc(100% / 4 - 10px);
		margin: 0 5px 10px 5px;
	}
	.live_icon_list a.sq,
	.live_icon_list span.sq{
		width: auto;
		height: auto;
		margin: 0;
	}
	.live_icon_list a.sq img,
	.live_icon_list span.sq img{
		aspect-ratio: 16 / 9;
		width: auto;
		height: calc(21vw - 10px);
	}
	.live_icon_list .sq_bg{
		width: auto;
		height: 100%;
		margin: 0 5px 10px 5px;
	}
	#cnt > .live_icon_list_bg .live_icon_list a:nth-child(4n),
	#cnt > .live_icon_list_bg .live_icon_list span:nth-child(4n){	margin-right: 0;}
}


.common_bt_trans{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: -20px 0 50px 0;
}
.common_bt_trans p{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
}
.common_bt_trans p:before{
	content: "";
	width: 4px;
	height: 5px;
	background: currentColor;
	position: absolute;
	top: 6px;
	right: -14px;
}
.common_bt_trans p:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent currentColor;
	border-width: 6px 0px 6px 8px;
	position: absolute;
	top: 2px;
	right: -22px;
}
.common_bt_trans a{
	margin-left: 10px;
}
.common_bt_trans a img{
	width: 27px;
	height: auto;
}
.common_bt_trans a:active{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@media screen and (max-width: 750px) {
	.common_bt_trans{
		flex-wrap: wrap;
		margin: 0 0 25px 0;
	}
	.common_bt_trans p{
		width: 100%;
		margin: 0 0 5px 0;
	}
	.common_bt_trans p:before{
		content: "";
		width: 10px;
		height: auto;
		background: none;
		border-bottom: 1px solid currentColor;
		position: absolute;
		top: 9px;
		right: calc(50% - 60px);
	}
	.common_bt_trans p:after{
		content: "";
		width: 10px;
		height: auto;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid currentColor;
		position: absolute;
		top: 9px;
		right: auto;
		left: calc(50% - 60px);
	}
	.common_bt_trans a{	margin: 0 5px;}
}


/***************************************
CATEGORY SELECT
****************************************/

.cate_s{
	display: flex;
	justify-content: center;
	width: calc(100% - 10px);
	max-width: 960px;
	margin: 0 auto 30px auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cate_s a,
.cate_s span,
.cate_s h2,
.cate_s h3{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 50px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 0 1px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cate_s a{
	color: #fff;
	background: #1c1c1e;
	border-color: #3e3e41;
	-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;
}
.cate_s a:hover{
	text-decoration: none;
	background: #121212;
}
.cate_s span,
.cate_s h2,
.cate_s h3,
.cate_s a.on{
	font-weight: bold;
	color: #7770e9;
	background: #e1e1e1;
	border-color: #e1e1e1;
}
.cate_s span:after,
.cate_s h2:after,
.cate_s h3:after,
.cate_s a.on: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);
}
.cate_s span.off{
	font-weight: normal;
	color: #3e3e41;
	background: #000;
	border-color: #3e3e41;
	-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;
}
.cate_s span.off:after{	display: none;}

.cate_s a i,
.cate_s h2 i,
.cate_s h3 i,
.cate_s span i{
	display: block;
	font-style: normal;
	font-size: 10px;
	margin: 0 auto;
	padding: 1px 0 0 0;
}

.cate_s a i.num_badge,
.cate_s h2 i.num_badge,
.cate_s h3 i.num_badge,
.cate_s span i.num_badge{
	display: inline-block;
	font-style: normal;
	min-width: 14px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: #ff429c;
	border-radius: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -3px;
	right: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.cate_ss{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
}
.cate_ss a,
.cate_ss span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 35px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	-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;
}
.cate_ss a{
	color: currentColor;
	background: #333;
}
.cate_ss a:hover{
	text-decoration: none;
	background: #222;
}
.cate_ss span{
	font-weight: bold;
	color: #776fe9;
	background: #e2e2e2;
}
.cate_ss a:first-child,
.cate_ss span:first-child{	border-radius: 17.5px 0 0 17.5px;}
.cate_ss a:last-child,
.cate_ss span:last-child{	border-radius: 0 17.5px 17.5px 0;}
.cate_s br{	display: none;}

.bonus_cate_ss{
	width: calc(100% - 30px);
	max-width: 960px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 27px auto;
	border-bottom: 3px solid #9d9aff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bonus_cate_ss a,
.bonus_cate_ss span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 35px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin: 0 1px;
	border-top: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
	border-left: 1px solid #3e3e41;
	border-radius: 3px 3px 0 0;
	-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;
}
.bonus_cate_ss a{
	color: currentColor;
	background: #1b1b1e;
}
.bonus_cate_ss a:hover{
	text-decoration: none;
	background: #222;
}
.bonus_cate_ss span{
	font-weight: bold;
	color: #000;
	background: #9d9aff;
	border-color: #9d9aff;
}


/*** SIZE ****/
/*
@media screen and (max-width: 650px) {	.cate_s a,.cate_s span,.cate_s h2,.cate_s h3{ font-size: 12px;}	}
@media screen and (max-width: 375px) {	.cate_s a,.cate_s span,.cate_s h2,.cate_s h3{ font-size: 11px;}	}
@media screen and (max-width: 350px) {	.cate_s a,.cate_s span,.cate_s h2,.cate_s h3{ font-size: 10px;}	.cate_s br{	display: inline;}}
*/

@media screen and (max-width: 750px) {
	.cate_s{
		width: 100%;
		/*
		white-space: nowrap;
		overflow: hidden;
		overflow-x: scroll;
		*/
		margin-bottom: 25px;
		padding: 0 15px 5px 15px;
	}
	.cate_s::-webkit-scrollbar{
		display: none;
	}
	.cate_s a,
	.cate_s span,
	.cate_s h2,
	.cate_s h3{	padding: 0 10px;}
	.cate_s br{	display: inline;}

}
@media screen and (max-width: 370px) {
	.cate_s a,.cate_s span{font-size: 12px;}
	.cate_s br{	display: none;}
}




/***************************************
CAUTION BOX
****************************************/

.caution_box{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 30px;
	padding: 15px;
	color: #a7a7a7;
	border: 1px solid #a7a7a7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.caution_box.center{	text-align: center;}
.caution_box:last-of-type{	margin-bottom: 0;}
.caution_box p{
	margin: 0 0 5px 0;
}
.caution_box p:last-of-type{	margin-bottom: 0;}




/***************************************
COMMON STYLE
****************************************/

/***** font color *****/
a, a:hover{	color: #ff9300;}
body{	color: #fff;}

.sat{	color	: #0066ff;}
.sun{	color	: #cc0000;}
.red, a.red:hover{	color	: #ff0000;}
.tel, .tel a{	color: #b38600 !important;}
.mail, .mail a{	color: #ff0099;}

.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}

.a_pink, .a_pink:hover{	color: #ff9bf7;}
.a_blue, .a_blue:hover{	color: #33cfff;}
.a_orange, .a_orange:hover{	color: #ffe400;}
.a_green, .a_green:hover{	color: #b4fa84;}


/***** buttun *****/
.bt_o,
.bt_r,
.bt_g,
.bt_or{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 36px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	border-radius: 18px;
	-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;
}
.bt_o{	background: #ff9300;}
.bt_r{	background: #ff0000;}
.bt_g{	background: #00bd78;}
.bt_or{	background: #ff5a00;}

.bt_o:hover,
.bt_r:hover,
.bt_g:hover,
.bt_or:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/***** buttun *****/

.bt_bg{
	padding: 0 10px;
	text-align: center;
}

.bt_main, .bt_main:hover{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 220px;
	height: 50px;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	background: linear-gradient(to right,  #e0abff 0%,#c29aff 100%);
	border: none;
	border-radius: 5px;
	margin: 0 auto;
	-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;
}

a.bt_main,
input.bt_main{
	-webkit-appearance: none;
}

a.bt_main:hover,
input.bt_main:hover{
	cursor			: pointer;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/***************************************
MODAL WINDOW
****************************************/

.modal_bg{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	padding: 0 15px;
	background: rgba(34, 34, 34, 0.75);
	position: fixed;
	z-index: 1300000030;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal{
	width: 100%;
	max-width: 520px;
	padding: 10px;
	border-radius: 10px;
	background: #0f0f0f;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_in{
	text-align: center;
	border-radius: 5px;
	padding: 20px 15px 30px 15px;
	box-shadow:0px 0px 0px 2px #333 inset;
	-moz-box-shadow:0px 0px 0px 2px #333 inset;
	-webkit-box-shadow:0px 0px 0px 2px #333 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_title{
	margin: 0 0 15px 0;
}
.modal_title span{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 0;
}
.modal_title span img{
	width: 30px;
	height: auto;
}
.modal_title p{
	font-size: 18px;
	line-height: 22px;
	color: #ffff00;
}
.modal_txt{
	margin: 0 0 15px 0;
}
.modal_txt p{
	font-size: 14px;
	line-height: 20px;
}
.modal_caution{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px 0;
}
.modal_caution p{
	position: relative;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 12px;
}
.modal_caution p span{
	position: absolute;
	color: #ff0000;
	top: 0;
	left: 0;
}
.modal_bt{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}
.modal_bt a,
.modal_bt button{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 120px;
	height: 45px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0 5px;
	-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;
}
.modal_bt a:hover,
.modal_bt button:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media screen and (max-width: 520px) {
	.modal_txt p{ text-align: left;}
}


/***************************************
ANIMATION
****************************************/

/** blink **/
.blink1{
	animation: blink1 1s linear infinite;
}
@keyframes blink1{
	0% { color: #ffff00;}
	20% { color: #48c9ff;}
	40% { color: #66ff00;}
	60% { color: #ff9103;}
	80% { color: #ff41d0;}
	100% { color: #ffff00;}
}

.circle_anime,
.circle_anime_2,
.circle_anime_2s,
.circle_anime_2s_wait{
	position: relative;
}
.circle_anime:after{
	content: "";
	width: 100%;
	height: 100%;
	background: conic-gradient(from 0deg, red, yellow, green, cyan, blue, magenta, red);
	animation: spin 3s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.circle_anime2:after{
	content: "";
	width: 100%;
	height: 100%;
	background: conic-gradient(from 0deg, red, yellow, green, cyan, blue, magenta, red);
	animation: spin 3s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.circle_anime2s:after{
	content: "";
	width: 100%;
	height: 100%;
	background: conic-gradient(from 0deg, #ff0000, #ffa3a3, #ff0000, #ffa3a3, #ff0000);
	animation: spin 3s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.circle_anime2s_wait:after{
	content: "";
	width: 100%;
	height: 100%;
	background: conic-gradient(from 0deg, #ff8900, #ffff00, #ff8900, #ffff00, #ff8900);
	animation: spin 3s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.circle_anime.sq:after{
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}
@keyframes circle_anime {
	0% {
		box-shadow: 0px 1px 0px 1px #ffff00 inset;
	}
	15% {
		box-shadow: -1px 1px 0px 1px #ffff00 inset;
	}
	30% {
		box-shadow: -1px 0px 0px 1px #ffff00 inset;
	}
	45% {
		box-shadow: -1px -1px 0px 1px #ffff00 inset;
	}
	60% {
		box-shadow: 0px -1px 0px 1px #ffff00 inset;
	}
	75% {
		box-shadow: 1px -1px 0px 1px #ffff00 inset;
	}
	80% {
		box-shadow: 1px 0px 0px 1px #ffff00 inset;
	}
	100% {
		box-shadow: 1px 1px 0px 1px #ffff00 inset;
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.lineflash_anime{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: inherit !important;
	transition		: 0.15s !important;
}

.lineflash_anime:after{
	content:"";
	height:100%;
	width:30px;
	position:absolute;
	z-index: 2;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	animation: reflection 5s ease-in-out infinite;
	-webkit-animation: reflection 5s ease-in-out infinite;
}
@keyframes reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	31% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.8; }
	40% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.lineflash_anime div{
	position: absolute;
	display:block;
	z-index: 3;
}
.lineflash_anime div:nth-child(1){
	top:0;
	width:100%;
	height:2px;
	background: linear-gradient(90deg,transparent, white);
	animation: lineflash_anime1 5s ease-in-out infinite;
	-webkit-animation: lineflash_anime1 5s ease-in-out infinite;
}
@keyframes lineflash_anime1 {
	0% {	left: -100%;}
	15% {	left: 100%;}
	50% {	left: 100%;}
	75% {	left: 100%;}
	100% {	left: 100%;}
}
.lineflash_anime div:nth-child(3){
	bottom:0;
	width:100%;
	height:2px;
	right: -100%;
	background: linear-gradient(270deg,transparent, white);
	animation: lineflash_anime3 5s ease-in-out infinite;
	-webkit-animation: lineflash_anime3 5s ease-in-out infinite;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
@keyframes lineflash_anime3 {
	0% {	right: -100%;}
	15% {	right: 100%;}
	50% {	right: 100%;}
	75% {	right: 100%;}
	100% {	right: 100%;}
}
.lineflash_anime div:nth-child(2){
	top:-100%;
	right:0;
	height:100%;
	width:2px;
	background: linear-gradient(180deg,transparent, white);
	animation: lineflash_anime2 5s ease-in-out infinite;
	-webkit-animation: lineflash_anime2 5s ease-in-out infinite;
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
@keyframes lineflash_anime2 {
	0% {	top: -100%;}
	15% {	top: 100%;}
	50% {	top: 100%;}
	75% {	top: 100%;}
	100% {	top: 100%;}
}
.lineflash_anime div:nth-child(4){
	bottom:-100%;
	left:0;
	height:100%;
	width:2px;
	background: linear-gradient(45deg,transparent,white);
	animation: lineflash_anime4 5s ease-in-out infinite;
	-webkit-animation: lineflash_anime4 5s ease-in-out infinite;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
@keyframes lineflash_anime4 {
	0% {	bottom: -100%;}
	15% {	bottom: 100%;}
	50% {	bottom: 100%;}
	75% {	bottom: 100%;}
	100% {	bottom: 100%;}
}


/***************************************
ROLLOVER
****************************************/

.fade{
	display: inline-block;
	padding: 0;
}

.fade,
.up a{
	-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;
}

.fade:hover,
.fade:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/***************************************
GOOGLE FONT
****************************************/

@font-face {
	font-family: FontA;
	src: url('../font/Roboto-Regular.ttf') format("truetype");
}
@font-face {
	font-family: FontB;
	src: url('../font/FjallaOne-Regular.ttf') format("truetype");
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {

	.anchor{
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}

	/***************************************
	TITLE
	****************************************/
	.s_title{
	}
	.s_title:after{
		content: "";
		width: 250px;
		position: absolute;
		bottom: 9px;
		left: calc(50% - 125px);
	}
	.s_title em{
		position: relative;
		display: block;
		font-size: 24px;
		line-height: 28px;
	}

	/***************************************
	MAIN CONTENTS
	****************************************/

	/***************************************
	COMMON STYLE (SP ONLY)
	****************************************/
}


