/*--------------------------------
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: #e1e5e7;
	font-size: 21px;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
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: #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: #2a2a2a;
	color: #fff;
	position: relative;
	z-index: 2;
}
.heading::after{
	margin: auto 0;
	width: 100%;
	height: 2px;
	content: "";
	background: #2a2a2a;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}
.about{
	display: flex;
}
.about-inner{
	padding: 32px;
	width: 70%;
	background: url(../images/bg_about.jpg) 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: 24px 0 0;
	line-height: 1.8;
}
.about .general-img{
	width: 30%;
	flex-shrink: 0;
}
.iframe{
	width: 100%;
	border: 0;	
}
.play{
	padding: 32px 0;
	background: #e9e6e6;
}
.play-item{
	margin: 0 32px;
	padding: 32px 0;
	display: flex;
	flex-direction: row-reverse;
	border-bottom: 2px dashed #c00;
}
.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;
}
.play .reg-btn{
	width: 100%;
}
.play .btn-txt02{
	padding: 16px 0;
	font-size: 1.4em;
}
.subhead-txt{
	padding: 8px;
	text-align: center;
	border: 2px solid #c00;
	color: #c00;
	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: 32px;
}
.reg-btn{
	margin: 0 auto;
	padding: 16px 0 12px 0;
	overflow: hidden;
	position: relative;
	background: #c00;
	box-shadow: 4px 4px 0 rgba(255,255,255,.2) inset,4px 4px 0 rgba(0,0,0,.4);
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}
.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;
}
.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;
}
/*--------------------------------
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;
}
/*--------------------------------
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%;
	}
	.about-inner{
		padding: 16px;
	}
	.about .general-txt{
		padding: 16px 0 0;
		line-height: 1.8;
	}
	.about .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;
	}
	.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;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row{
		padding: 16px;
	}
	.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;
	}
}