/*--------------------------------
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:not([type=checkbox]):not([type=radio]), textarea, button {
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
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: 16px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	opacity: 0;
	animation: fade-in .5s ease 0s forwards;
	font-family: "M PLUS 1p",sans-serif;
}
a,button{
	transition: .3s;
}
a:hover,button:hover,.reg-btn.entry:hover{
	opacity: .6;
}
.wrap{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 768px;
	position: relative;
}
.content-img{
	margin: 0 auto;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	width: 100%;
	background: url(../images/img_intro.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.catch{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*--------------------------------
Content
--------------------------------*/
.content{
	opacity: 0;
}
.fade-in{
	animation: fade-in .5s ease .1s forwards;
}
.intro{
	padding: 16px 0;
	background: #000;
}
.about{
	padding: 16px 0;
	background: #c03;
}
.heading{
	margin: 0 16px;
	border-bottom: 2px solid #fff;
	display: flex;
}
.heading-txt{
	padding: 0 0 0 16px;
	line-height: 44px;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 8px 0 0 0;
	position: relative; 
}
.heading-txt-inner{
	z-index: 2;
	position: relative; 
}
.heading-txt::after{
	width: 44px;
	height: 44px;
	content: "";
	position: absolute;
	top: 0;
	right: -22px;
	border-radius: 0 8px 0 0;
	transform: skewX(30deg);
	z-index: 1;
}
.intro .heading-txt,
.entry .heading-txt{
	background: #c03;
}
.intro .heading-txt::after,
.entry .heading-txt::after{
	background: #c03;
}
.about .heading-txt{
	background: #000;
}
.about .heading-txt::after{
	background: #000;
}
.intro .hl-txt{
	color: #f03;
	font-weight: bold;
}
.about .hl-txt{
	color: #ff0;
	font-weight: bold;
}
.general{
	padding: 16px;
}
.general-txt{
	padding: 8px 8px 16px 8px;
	line-height: 1.6;
}
.about .general-img{
	padding: 0 0 16px 0;
}
/*--------------------------------
Button
--------------------------------*/
.btn-row{
	padding: 32px 32px 0 32px;
	background: #000;
}
.reg-btn{
	padding: 0 12px 0 0;
	height: 48px;
	background-image: url(../images/icon_btn.png), linear-gradient(to bottom, rgba(234,51,61,1) 0%,rgba(163,32,42,1) 100%);
	background-repeat: no-repeat, repeat;
	background-size: 24px, 100%;
	background-position: right 12px top 12px, center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	box-shadow: 0 3px 0 rgba(255,255,255,.3) inset;
}
.reg-btn .content-img{
	width: auto;
	height: 50%;
}
.btn-desc{
	padding: 16px 0;
	color: #ff0;
	text-align: center;
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
.btn-desc-inner{
	position: relative;
}
.btn-desc-inner::before, .btn-desc-inner::after{
	margin: auto 0;
	width: 2px;
	height: 16px;
	content: "";
	background: #ff0;
	position: absolute;
	top: 0;
	bottom: 0;
	transform-origin: center;
}
.btn-desc-inner::before{
	left: -8px;
	transform: rotate(-15deg);
}
.btn-desc-inner::after{
	right: -8px;
	transform: rotate(15deg);
}
/*--------------------------------
Form
--------------------------------*/
.main {
    padding: 10px;
    line-height: 1.6;
}
.item_content {
    margin-bottom: 16px;
}
.entry {
    margin-top: 24px;
}
.entry form{
    padding: 24px 24px 16px 24px;
}
.entry form .formBox{
	margin-bottom: 24px;
}
.reg-btn.entry {
    margin: 32px 0 0;
    background-image: url(../images/txt_btn.png),url(../images/icon_btn.png), linear-gradient(to bottom, rgba(234,51,61,1) 0%,rgba(163,32,42,1) 100%);
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 65%, 24px, 100%;
    background-position: left 45% center ,right 12px top 12px, center;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	margin: 0 auto;
	padding: 16px 0;
	width: 100%;
	text-align: center;
	color: #c03;
}
.copy{
	padding: 5px 0;
	width: 100%;
	font-size: 14px;
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
	0% {opacity: 0;filter: blur(8px);}
	100% {opacity: 1;filter: blur(0);}
}
@media screen and (max-width: 320px) { 
 .btn-row{
	padding: 16px 16px 0 16px;
 }
 .btn-desc{
	font-size: .9rem;
 }
}
@media screen and (min-width: 768px) { 
	body{
		font-size: 21px;
	}
	.intro{
		padding: 32px 0;
	}
	.about{
		padding: 32px 0;
	}
	.entry{
		padding: 32px 0;
	}
	.heading{
		margin: 0 32px;
	}
	.general{
		padding: 32px;
	}
	.general-txt{
		padding: 16px 16px 32px 16px;
	}
	.about .general-img{
		padding: 0 0 32px 0;
	}
	.reg-btn{
		height: 88px;
		border-radius: 44px;
		background-size: 48px, 100%;
		background-position: right 20px top 20px, center;
	}
	.entry form {
	    padding: 48px 48px 32px 48px;
	}
	.entry form .formBox {
	    margin-bottom: 48px;
	}
	.formBox label {
	    margin-bottom: 16px;
	}
	.formBox .condition {
	    margin-top: 16px;
	    font-size: 18px;
	}
	.entry .alert {
	    margin: 0 48px;
	}
	.reg-btn.entry {
	    margin: 64px 0 0;
	    background-size: 360px, 48px, 100%;
	    background-position: left 45% center ,right 20px top 20px, center;
	}
}

@media screen and (min-width:769px){
	input.round {
		width:15em;
		background-color: white;
		border: thin solid #afafaf;
		border-radius: 4px;
		display: inline-block;
		font: inherit;
		line-height: 1.5em;
		padding: 0.5em 3.5em 0.5em 1em;
	}
	input.round:focus {
		border-color: green;
		outline: 0;
	}
}
@media screen and (max-width:768px){
	input.round {
		width:10em;
		background-color: white;
		border: thin solid #afafaf;
		border-radius: 4px;
		display: inline-block;
		font: inherit;
		line-height: 1.5em;
		padding: 0.5em 3.5em 0.5em 1em;
	}
	input.round:focus {
		border-color: green;
		outline: 0;
	}
}

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

select.round {
		width: 7em;
		background-color: white;
		border: thin solid #afafaf;
		border-radius: 4px;
		display: inline-block;
		font: inherit;
		line-height: 1.5em;
		padding: 0.5em 3.5em 0.5em 1em;
		background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		radial-gradient(#ddd 70%, transparent 72%);
		background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - .5em) .5em;
		background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
		background-repeat: no-repeat;
	}
select.round:focus {
		background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		radial-gradient(gray 70%, transparent 72%);
		background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - .5em) .5em;
		background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
		background-repeat: no-repeat;
		border-color: green;
		outline: 0;
	}
}

@media screen and (min-width:769px){

select.round {
		width: 8em;
		background-color: white;
		border: thin solid #afafaf;
		border-radius: 4px;
		display: inline-block;
		font: inherit;
		line-height: 1.5em;
		padding: 0.5em 3.5em 0.5em 1em;
		background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		radial-gradient(#ddd 70%, transparent 72%);
		background-position:
		calc(100% - 26px) calc(1em + 4px),
		calc(100% - 21px) calc(1em + 4px),
		calc(100% - .5em) .5em;
		background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
		background-repeat: no-repeat;
}
select.round:focus {
		background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		radial-gradient(gray 70%, transparent 72%);
		background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - .5em) .5em;
		background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
		background-repeat: no-repeat;
		border-color: green;
		outline: 0;
	}
}