/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 21px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
    font-family: sans-serif ;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: #000;
    color:#fff;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/

/*--------------------------------
Contents
--------------------------------*/
.heading{
	position: relative;
	text-align: center;
}
.heading-txt{
	margin: 0 auto;
	width: 60%;
	line-height: 60px;
	background: #8b8780;
	color: #fff;
	position: relative;
	z-index: 2;
}
.heading::after{
	margin: auto 0;
	width: 100%;
	height: 2px;
	content: "";
	background: #8b8780;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}
.about01,.about02{
	display: flex;
}
.about01 .about-inner{
	width: 60%;
	background: url(../images/about01_back.webp) no-repeat center;
	background-size: cover;
	color: #fff;
}
.about-head{
    padding: 32px 32px 0 0;
}

.about02 .about-inner{
	width: 60%;
	background: url(../images/about02_back.webp) no-repeat center;
	background-size: cover;
	color: #fff;
}
.about-head-txt{
	padding: 8px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 1.4em;
	font-weight: bold;
}
.about .general-txt{
	padding: 32px;
    line-height: 1.6;
    font-size: 1.3em;
}
.about01 .general-img{
	width: 40%;
	flex-shrink: 0;
}
.about02 .general-img{
	width: 40%;
	flex-shrink: 0;
}
.iframe{
	width: 100%;
	border: 0;	
}
.play_area01{
    background: url(../images/play_back.webp) no-repeat center;
	background-size: contain;
    margin-top: 20px;
}
.play_area02{
    background: url(../images/play_back.webp) no-repeat center;
	background-size: contain;
}
.play-item{
	margin: 0 32px;
	padding: 32px 0;
	display: flex;
	flex-direction: row-reverse;
	border-bottom: 2px dashed #fff;
}
.play-inner{
	padding: 0 0 0 32px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.play .general-img{
	width: 30%;
	flex-shrink: 0;
}
.play .general-txt{
	line-height: 1.6;
    font-size: 1.2em;
}
.reg-btn02{
	width: 100%;
    background: url(../images/play_btn_bk.webp);
    color: #000;
    text-align: center;
    padding: 10px 0 5px;
}
.reg-btn02 .btn-txt02{
	padding: 16px 0;
	font-size: 1.4em;
}
.subhead-txt{
	padding: 8px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
.txt-wrapup{
	padding: 32px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #c00;
	text-align: center;
}
/*--------------------------------
Button
--------------------------------*/
.btn-row{
	padding: 50px 32px;
}
.reg-btn{
	margin: 0 auto;
	padding: 16px 0 12px 0;
	overflow: hidden;
	position: relative;
	background: url(../images/btn_back.webp);
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
    background-size: contain;
}
.btn-txt01{
	padding: 0 0 4px;
	width: 100%;
	font-size: 1.2em;
	display: block;
}
.btn-txt02{
	padding: 4px 0;
	width: 100%;
	font-size: 1.8em;
	position: relative;
	display: block;
    font-weight: bold;
}
.btn-txt02::after{
	margin: auto 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 12px 0 12px 16px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
}
.reg-btn02 .btn-txt02:after{
	margin: auto 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 12px 0 12px 16px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
}
/*--------------------------------
Footer
--------------------------------*/
.footer {
    padding: 32px 16px 0;
    text-align: center;
    background: #2a2a2a;
    color: #fff;
}
	.gnav-list{
		padding: 0 64px;
		display: flex;
	}
	.gnav-item{
		width: 50%;
		text-align: center;
	}
	.nav-link{
		padding: 16px 0;
		color: #fff;
		display: block;
		font-size: .9em;
		text-decoration: underline;
	}
.copy{
	padding: 32px 0;
	font-size: .9em;
    line-height: 1.4;
}

.sub-top .logo-link {
    padding: 4%;
    display: block;
    text-align: center;
}
.sub-top .content-img {
    margin: 0 auto;
    height: 88px;
}
article h2 {
    margin: 0 0 4%;
    padding: 4%;
    background: #a40000;
    font-size: 1.2em;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}
article.rule h3, .success h3 {
    margin: 15px 0;
    padding: 20px 0;
    color:#d9b4ab;
    font-weight: bold;
}
article.rule p{
    line-height: 1.4;
}
.rule ul {
    margin: 15px 0;
    line-height: 1.4;
}
article.rule h4 {
    margin: 15px0;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}
.general p{
    line-height: 1.4;
    padding: 4%;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #c00;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #c00;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
}
.close-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.close{
	line-height: 60px;
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.close::before,.close::after{
	margin: auto 0;
	width: 2px;
	height: 32px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 44px;
	bottom: 0;
	transform-origin: center;
}
.close::before{
	transform: rotate(45deg);
}
.close::after{
	transform: rotate(-45deg);
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-down{
0% {opacity: 0;transform: translate3d(0,-100%,0);}
100% {opacity: 1;transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading-txt{
		width: 80%;
	}
    .about01 .about-inner{
        width: 65%;
    }
    .about02 .about-inner{
        width: 65%;
    }
    .about-head {
    padding: 32px 16px 0 0;
}
	.about .general-txt{
		padding: 16px;
		line-height: 1.8;
        font-size: 1em;
	}
	.about01 .general-img .content-img{
		height: 100%;
		object-fit: cover;
	}
    .about02 .general-img .content-img{
		height: 100%;
		object-fit: cover;
	}
	.play{
		padding: 16px 0;
	}
	.play-item{
		margin: 0 16px;
		padding: 16px 0;
	}
	.play-inner{
		padding: 0 0 0 16px;
	}
	.play .general-img{
		width: 30%;
		flex-shrink: 0;
		}
	.play .general-img .content-img{
		height: 100%;
		object-fit: cover;
	}
	.play .general-txt{
		padding: 8px 0;
		line-height: 1.4;
        font-size: 1em;
	}
	.play .reg-btn{
		padding: 8px 0;
		width: 100%;
	}
	.play .btn-txt02{
		padding: 8px 0;
		font-size: 1.1em;
	}
	.subhead-txt{
		font-size: 1.1em;
	}
	.txt-wrapup{
		padding: 16px;
	}
    .rule{
        padding: 16px;
    }
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row{
		padding: 25px 16px;
	}
    .reg-btn{
        background-size: cover;
    }
	.btn-txt01{
		font-size: .9em;
	}
	.btn-txt02::after{
		border-width: 8px 0 8px 12px;
		right: 16px;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 0;
		}
	.gnav-list{
		padding: 0;
		display: block;
	}
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.nav-link{
		text-decoration: none;
	}
	.copy{
		padding: 16px 0;
		font-size: .9em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 14px;
	}
}

/* campaign */
.campaign h4 {border:0; font-size:14px; color:#fff; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#fff; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; color:#aaa; padding:0;}
.campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:20px;}
.camMenu dt { font-weight:bold; font-size:16px; margin:5px 0;}
.camMenu dt:before{content:"Бе"; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,
#campaign_btn_entry {
	position: absolute;
	top: 0px;
	right: 0px; 
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 70px;
	height: 70px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

