/*--------------------------------
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: sans-serif;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
}
.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;
}
.top_img{
    position: relative;
}
.top_inner{
    position: absolute;
    top: 0.3%;
    left: 0;
}
.sub-top{
	padding: 4% 0;
	position: relative;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 88px;
}
.logo-link{
	padding: 0 4%;
	height: 88px;
	display: block;
}
.logo-link .content-img{
	margin: 0 auto;
	width: auto;
}
.top_back{
    background: url(../images/bk_top.webp);
    background-size: cover;
    background-position: bottom center;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
	position: relative;
	overflow: hidden;
}
.heading, .sub-head{
	padding: 8% 0 0;
}
.heading {
    margin: 0 0 6%;
    position: relative;
    background-image: linear-gradient(#ffffff, #cecece);
}
.heading-txt, .sub-head-txt{
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    color:#e4007f;
}
.introduction{
    padding: 30px 0 70px;
}
.introduction_area01,.introduction_area02{
    position: relative;
}
.introduction_area02{
    margin-top: -60px;
}
.introduction_img01{
    position: relative;
    width: 70%;
}
.introduction_txt01{
    position: absolute;
    top: 0;
    width: 60%;
    right: 5%;
    bottom: 5%;
}
.introduction_img02{
    position: relative;
    width: 70%;
    margin-left: auto;
}
.introduction_txt02{
    position: absolute;
    top: 0;
    width: 75%;
    left: 3%;
    top: 30%;
    z-index: 2;
}
.intro{
	background: url(../images/bg_intro.webp) no-repeat center top /cover;
}
.intro-list{
	padding: 4% 6%;
    line-height: 1.4;
}
.intro .under-txt{
	text-decoration: underline;
}
.intro-item .general-txt{
	padding: 4% 6%;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
.intro-list-item{
	padding: 2% 0 ;
	font-size: 1.1em;
	font-weight:bold;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.list_stlye{
    color: #e4007f;
    margin-right: 0.5em;
}
.content_heading-txt{
    padding: 0 4%;
    font-size: 1.4em;
    line-height: 1.2;
    color: #e4007f;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: bold;
}
.howto,.function{
    padding: 0 0 6%;
}
.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: #2982dc;
    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;
    font-weight: bold;
}
.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;
    font-weight: bold;
}
.review{
	padding: 8% 4% 0;
	background: url(../images/bg_review.webp) no-repeat center top /cover;
}
.review-item{
	margin: 0 0 8%;
	border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
}
.review-head{
    background-image: radial-gradient(circle at 30% 30%, #fe2bc6 30%, #fd013e);
}
.review-content{
	padding: 2%;
	display: flex;
	align-items: center;
}
.review-head-txt{
	padding: 2%;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
}
.review-item .general-txt{
	font-size: .9em;
	line-height: 1.4;
}
.review-item .general-img{
	width: 40%;
    margin-right: 3%;
}
.review-area{
    width: 55%;
}
.review-content-ttl{
    color: #ffff00;
    font-size: 1.2em;
    line-height: 1.2;
}
.review-content-txt{
    font-size: 1.1em;
    line-height: 1.4;
    padding-top: 3%;
}
.wrapup{
	padding: 4% 0 0;
	text-align: center;
	color: #fff100;
	font-size: 1.2em;
	font-weight: bold;
}
.wrapup .general-txt{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.general-txt{
	padding: 0 0 4%;
	line-height: 1.6;
}
.wrap .lpprtitle{
	margin: 10px;
}
.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 #d3a96d;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #d3a96d;
	font-size: 1.1em;
}
.general .general-txt, .general .general-item p{
	margin: 1% 0 4%;
	font-size: .9em;
	line-height: 1.6;
}
.w100{
	width: 100%;
}
.general-table{
    margin: 3% 0;
    line-height: 1.4;
}
/*--------------------------------
Button
-------------------------------*/
.btn-before_txt{
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    color: #ff0;
}
.btn-before_txt02{
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    color: #ff0;
    letter-spacing: -1px;
}
.btn_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2%;
}
.btn_flex li{
    width: 48%;
}
.btn-row{
	margin: 0 auto;
	padding: 8% 4%;
	width: 100%;
	max-width: 768px;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
.top-btn-row{
    margin: 0 auto;
    padding: 0 4% 4%;
	width: 100%;
	max-width: 768px;
}
.intro-item .btn-row{
    padding: 4% 4% 8%;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #09f;
	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
--------------------------------*/
/* スクロールフェードイン左右 */
.js-fade {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s;
}
.fadeLeft {
  transform: translateX(-100%);
}

.fadeRight {
  transform: translateX(100%);
}
.fadeUp {
  transform: translateY(100%);
}

.scrolled {
  opacity: 1;
  transform: translateX(0);
}

.fadeDelay1 {
  transition-delay: 0.5s;
}
.fadeDelay2 {
  transition-delay: 1s;
}
.fadeDelay3 {
  transition-delay: 1s;
}
.fadeDelay4 {
  transition-delay: 1.5s;
}

@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 18px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.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:640px) {
.introduction_area02 {
    margin-top: -45px;
}
}
@media screen and (max-width:480px) {
    .content_heading-txt{
        font-size: 1.2em;
    }
.introduction {
    padding: 20px 0 50px;
}
.introduction_area02 {
    margin-top: -25px;
}
.intro-list-item{
    font-size: 1em;
}
.intro-item .general-txt{
    font-size: 1.1em;
}
.btn-before_txt {
    font-size: 1.2em;
}
.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;
        letter-spacing: 0;
}
    .review-head-txt{
        font-size: 1em;
    }
    .review-content{
        padding: 4%;
    }
    .review-item {
        margin: 0 0 6%;
    }
    .review-content-ttl{
        font-size: .9em;
    }
    .review-content-txt{
        font-size: .9em;
    }
    .review-area {
    width: 65%;
}
    .btn-before_txt02{
            font-size: 1em;
    }
} 
@media screen and (max-width:390px) {
.function_ttl {
    font-size: 1.1em;
}
    .intro-list-item {
        font-size: .9em;
    }
    .intro-item .general-txt {
        font-size: 1em;
    }
   .btn-before_txt {
        font-size: 1em;
    }
        .btn-before_txt02 {
        font-size: .9em;
    }
        .review-head-txt {
        font-size: .9em;
    }
    .review-content-ttl {
        font-size: .8em;
    }
    .review-content-txt {
        font-size: .8em;
    }
}
@media screen and (max-width:390px) {
          .btn-before_txt02 {
        font-size: .8em;
    }  
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
}