/*--------------------------------
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;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul, li, summary{
    list-style-type: none;
}
summary::-webkit-details-marker {
  display: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;
	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: #111;
	font-size: 24px;
	color: #fff;
	font-family: 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;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 0 4%;
	position: relative;
}
.sub-top{
	padding: 4% 0;
	position: relative;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 64px;
}
.logo-link{
	padding: 0 4%;
	height: 64px;
	display: block;
}
.logo-link .content-img{
	margin: 0 auto;
	width: auto;
}

.top_img{
    position: relative;
}
.top_logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}
.top_txtarea{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    color:#000;
    position: absolute;
    font-size: 95%;
    line-height: 1.2;
    padding: 15px;
}
.top_txt01{
    right: 3%;
    top: 37%;
}
.top_txt02{
    top: 65%;
    left: 3%;
}
.top_txt03{
    right: 6%;
    bottom: 5%;
}
/*--------------------------------
Contents
--------------------------------*/
.main{
	position: relative;
}
.content{
	position: relative;
}
.heading{
    margin: 0 0 6%;
    padding: 8% 0 0;
    position: relative;
    background: url(../images/bg_heading.webp) no-repeat center;
    background-size: cover;
}
.content_heading-txt{
	padding: 0 4%;
	font-size: 1.4em;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.heading-ttl{
    background-image: linear-gradient(#cb44f7, #6d20a8);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color:#fff;
    font-size: 1em;
    padding: 2%;
    letter-spacing: -1px;
    line-height: 1.4;
}
.play .general-item{
	padding: 0 4% 8%;
}
.play .general-img{
	margin: 2% 0 3%;
}
.play .general-txt{
	position: relative;
    display: inline-block;
    padding: 3%;
    border-radius: 10px;
    background-color: #4c4c4c;
    color: #fff;
}
.play .general-txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  border-style: solid;
    border-width: 0 10px 17px 10px;
  border-color: transparent transparent #4c4c4c;
  translate: -50% -100%;
}
.howto .heading{
    margin: 0 0 4%;
}
.howto .general-item{
	padding: 0 4%;
}
.howto .general-img{
	width: 70%;
    margin: 2% auto 6%;
}
.function .general-item{
	padding: 4%;
    background: #4c4c4c;
    border-radius: 20px;
    margin: 0 4% 6%;
}
.function_ttl_flex{
    display: flex;
    align-items: center;
    margin: 0 0 3%;
}
.function_icon{
    width: 15%;
    margin-right: 3%;
}
.function_ttl{
    font-size: 1.4em;
    border-radius: 20px;
}
.function .general-txt{
    padding: 0 0 6%;
}
.function_img_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.function03-img{
    width: 48%;
}
.function03-txt{
    width: 50%;
    text-align: center;
    line-height: 1.6;
    color: #ff0;
    font-size: 1.1em;
    letter-spacing: -2px;
}
.wrapup{
	padding: 8% 4% 0;
	background: url(../images/bg_wrapup.webp) no-repeat right top / contain;
}

.heading-txt{
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    color: #cf0303;
    margin-bottom:10px;
}
.general-txt{
	padding: 0 0 8%;
	line-height: 1.6;
}
.wrap .lpprtitle{
	margin: 10px;
}
.general-table{
    line-height: 1.8;
    margin-top: 25px;
}
.general{
	padding: 0 8% 8%;
}
.general .general-item{
	margin: 0 0 4%;
}
.general-item .general{
	padding: 0;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #cf0303;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #cf0303;
	font-size: 1.1em;
}
.general .general-txt, .general .general-item p{
	margin: 0 0 4%;
	font-size: .9em;
	line-height: 1.6;
}
.w100{
	width: 100%;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 4% 4% 8%;
	width: 100%;
	max-width: 768px;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #660202;
	color: #fff;
}
.gnav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 4% 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 4% 0;
	font-size: .9em;
	line-height: 1.4;
}
/*--------------------------------
POPUP
--------------------------------*/
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
	0% {opacity: 0;filter: blur(4px);}
	100% {opacity: 1;filter: blur(0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 18px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.content_heading-txt{
		font-size: 1.3em;
	}
    .function03-txt{
        font-size: 1.1em;
    }
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 0;
	}
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.nav-link{
		padding: 4% 0;
	}
	.copy{
		padding: 4% 0;
		font-size: .8em;
	}
}
@media screen and (max-width:480px) {
    .top_txtarea{
        font-size: 75%;
        padding: 10px;
    }
    .play .general-img {
        margin: 2% 0 6%;
    }
    .play .general-txt::after{
        left: 7%;
    }
    .function .general-item{
        border-radius: 10px;
    }
    .function_ttl{
        font-size: 1.2em;
    }
    .function_img_flex{
        flex-direction: column;
        margin: 6% 0 0;
    }
    .function03-txt{
        width: 100%;
        font-size: 1.3em;
        line-height: 1.4;
        margin: 4% 0 0;
    }
} 
@media screen and (max-width:390px) {
    .top_txtarea {
        font-size: 70%;
    }
    .content_heading-txt {
        font-size: 1.2em;
    }
    .function_ttl {
        font-size: 1.1em;
    }
    
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
}