/*--------------------------------
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, 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;
	-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%;
}
body{
	width: 100%;
	background: #f5f5f5;
	font-size: 24px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-style: normal;
}
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: auto;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
	background: url(../images/bg_top.webp) no-repeat center top / cover;
}
.logo-link{
	padding: 2%;
	height: 96px;
	display: block;
}
.logo-link .content-img{
	height: 100%;
}
/*--------------------------------
Contents
--------------------------------*/
.heading{
	background: url(../images/bg_heading.webp) center / 12px #fb028c;
}
.heading-txt{
	padding: 4%;
	color: #fff100;
	font-size: 1.4em;
	font-weight: 800;
}
.heading-sub-txt{
	color: #fff;
	font-size: .8em;
}
.caution{
	padding: 16% 4% 14%;
	background: url(../images/img_warning01.webp) no-repeat center top / 100% auto, url(../images/img_warning02.webp) no-repeat center bottom / 100% auto;
}
.caution .general-txt{
	margin: auto;
	text-align: center;
	font-size: 1.2em;
	font-weight: 800;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.caution .hl-txt{
	font-size: 1.1em;
	color: #c00;
}
.caution-label{
	margin: 0 auto 2%;
	padding: 2%;
	width: 80%;
	background: #c00;
	color: #fff;
	font-size: 1.2em;
	display: block;
}
.caution-label02{
	margin: 2% auto;
	padding: 2%;
	width: 60%;
	background: #c00;
	color: #fff;
	font-size: 1.2em;
	display: block;
	position: relative;
}
.caution-label02::before,.caution-label02::after{
	margin: auto;
	width: 32px;
	height: 32px;
	content: "";
	background: #c00;
	position: absolute;
	top: 0;
	bottom: 0;
}
.caution-label02::before{
	left: -44px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.caution-label02::after{
	right: -44px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.intro-item .general-txt{
	font-size: 1em;
	line-height: 1.8;
}
.intro-item:nth-of-type(1) .content-img{
	margin: 1% 4% 1% auto;
	width: 45%;
}
.intro-item .b-txt{
	font-weight: 800;
}
.intro-item:nth-of-type(1){
	padding: 4% 4% 0;
	text-align: right;
	background: url(../images/bg_intro01.webp) no-repeat left top / contain;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
.intro-item:nth-of-type(2){
	padding: 4% 4% 0;
	color: #fff;
	text-align: center;
	background: url(../images/bg_intro02.webp) no-repeat center / cover;
}
.intro-item:nth-of-type(2) .general-txt{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}
.intro-item:nth-of-type(2) .content-img{
	margin: 1% 0;
	width: 40%;
}
.intro-item:nth-of-type(2) .hl-txt{
	color: #fff100;
}
.intro-item:nth-of-type(2) .ul-txt{
	color: #fff;
	background: linear-gradient(to bottom, rgba(251,2,140,0) 0%,rgba(251,2,140,0) 50%,rgba(251,2,140,1) 51%,rgba(251,2,140,1) 100%);
}
.intro-item:nth-of-type(2) .max{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rate{
	background: url(../images/bg_heading.webp) center / 12px #fafccf;
	text-align: center;
}
.rate .heading-txt{
	color: #fff;
}
.rate-item:nth-of-type(1) .general-img{
	padding: 8%;
}
.rate-item:nth-of-type(2) .sub-head{
	font-size: 1.2em;
	color: #737373;
	font-weight: 800;
}
.rate-item:nth-of-type(2) .sub-head .hl-txt{
	font-size: 1.1em;
	text-decoration: underline;
}
.rate-item:nth-of-type(2) .general-img{
	padding: 0 0 8% 8%;
}
.rate-item:nth-of-type(4) .general-img{
	padding: 8%;
}
.rate .general-item{
	padding: 4% 4% 0;
	background: #fff;
}
.rate .general-item .sub-head{
	font-size: 1.1em;
	color: #000;
}
.rate .general-item .general-img{
	margin: 0 auto;
	padding: 0;
	width: 50%;
}
.about{
	padding: 0 0 4%;
}
.about-item{
	padding: 8% 8% 0;
}
.about-head{
	padding: 0 0 4%;
}
.about-head-txt{
	font-weight: 800;
	font-size: 1.2em;
}
.about-head-link{
	padding: 0 4%;
	width: 60%;
	line-height: 44px;
	background: #fc3e7e;
	color: #fff;
	border-radius: 22px;
	text-align: center;
	display: block;
	box-shadow: 0 4px 2px rgba(255,255,255,.5) inset,0 -4px 2px rgba(0,0,0,.3) inset;
}
.diary-list{
	padding: 0 0 8%;
}
.about-item:nth-of-type(1) .hl-txt{
	margin: 0 0 8%;
	padding: 0 0 8%;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	position: relative;
}
.about-item:nth-of-type(1) .hl-txt::after{
	margin: 0 auto;
	width: 60%;
	height: 40%;
	content: "";
	background: #fb028c;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.diary-wrapup{
	padding: 4% 0;
	font-size: 1.1em;
	line-height: 1.4;
	text-align: center;
}
.arrow-head{
	padding: 0 0 6%;
}
.arrow-head-txt{
	padding: 4%;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: 800;
	background: url(../images/bg_heading.webp) left top / 12px #00b7ee;
	text-align: center;
	border-radius: 8px;
	position: relative;
}
.arrow-head-txt::after{
	margin: 0 auto;
	width: 37%;
	height: 60%;
	content: "";
	background: url(../images/bg_heading.webp) left top / 12px #00b7ee;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	right: 0;
	bottom: -60%;
	left: 0;
	z-index: 999;
}
.community-head{
	color: #fb028c;
	background-color: #ffd200;
}
.community-head::after{
	width: 24%;
	background-color: #ffd200;
}
.community-list-head{
	position: relative;
}
.community-title{
	padding: 0 0 0 25%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.2em;
}
.community-link{
	padding: 2%;
	background: #000;
}
.community-btn{
	line-height: 44px;
	text-align: center;
	display: block;
	background: #fe506e;
	color: #fff;
	border-radius: 22px;
	box-shadow: 0 2px 2px rgba(255,255,255,.5) inset;
}
.about-item .community-desc{
	padding: 0 0 8%;
	font-size: 1.1em;
	line-height: 1.8;
}
.community-desc .hl-txt{
	font-size: 1.2em;
}
.community-desc .ul-txt{
	text-decoration: underline;
	color: #fb028c;
	font-weight: 800;
}
.community-desc .ul-txt02{
	text-decoration: underline;
	color: #00b7ee;
	font-weight: 800;
	background: linear-gradient(to bottom, rgba(255,241,0,0) 0%,rgba(255,241,0,0) 50%,rgba(255,241,0,1) 51%,rgba(255,241,0,1) 100%);
}
.safety{
  padding: 8%;
  display: flex;
  flex-wrap: wrap;
}
.safety .sub-head{
	width: 100%;
}
.safety .sub-head-txt{
	font-size: 1.1em;
	color: #00b7ee;
	font-weight: 800;
}
.safety .general-txt{
	padding: 0;
	width: 50%;
	font-size: 1em;
	line-height: 1.8;
	order: 1;
}
.safety .hl-txt{
	font-size: 1.2em;
	display: block;
}
.safety .ul-txt{
	font-weight: normal;
	text-decoration: underline;
	color: #fb028c;
}
.safety .ul-txt02{
	text-decoration: underline;
	color: #00b7ee;
}
.safety .general-img{
	width: 50%;
	order: 2;
}
.review{
	padding: 0 0 8%;
	background: url(../images/bg_review.webp) no-repeat center / cover;
}
.review .heading-txt{
	text-align: center;
}
.review-item{
	padding: 8% 4% 0;
	display: flex;
}
.review-head{
	padding: 0 4% 0 0;
	width: 20%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
}
.review-head-txt{
	padding: 2% 0 0;
	font-size: 1em;
	text-align: center;
}
.review-txt{
	padding: 4%;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	border-radius: 8px;
	position: relative;
}
.review-txt::after{
	width: 20px;
	height: 24px;
	content: "";
	background: #fff;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	position: absolute;
	top: 24%;
	left: -20px;
}
.wrapup{
	padding: 4%;
	background: url(../images/bg_wrapup.webp) no-repeat center / cover;
}
.wrapup .general-txt{
	padding: 4% 0;
	font-size: 1.1em;
	font-weight: 800;
	text-align: center;
	color: #fff;
}
.wrapup .hl-txt{
	color: #fff100;
}
.wrapup2 .general-txt{
	padding: 8% 4%;
	font-size: 1.1em;
	font-weight: 800;
	text-align: center;
}
.age{
	padding: 8% 8% 4%;
	background: url(../images/bg_heading.webp) center / 12px #c4eafd;
	text-align: center;
}
.age .arrow-head-txt{
	color: #000;
	font-size: 1.4em;
	background-color: #ffd200;
}
.age .arrow-head-txt .hl-txt{
	font-size: 1.2em;
}
.age .arrow-head-txt::after{
	width: 23%;
	height: 40%;
	background-color: #ffd200;
	bottom: -40%;
}
.age .general-txt{
	font-size: 1.2em;
	font-weight: 800;
}
.age .general-txt .hl-txt{
	color: #c00;
	font-size: 1.2em;
}
.age-list-item{
	margin: 0 0 4%;
	padding: 4%;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	border-radius: 16px;
}
.age-list-title{
	margin: 0 0 2%;
	padding: 0 0 2%;
	font-size: 1.4em;
	font-weight: 800;
}
.age-list-item:nth-of-type(1) .age-list-title{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
}
.age-list-item:nth-of-type(1) .general-txt{
	padding: 4% 0;
}
.age-list-item .dot{
	position: relative;
}
.age-list-item .dot::after{
	margin: 0 auto;
	width: 8px;
	height: 8px;
	content: "";
	background: #000;
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	border-radius: 4px;
}
.age-list-title .title-label{
	margin: 0 0 0 2%;
	padding: 1%;
	font-size: .6em;
	font-weight: normal;
	background: #c00;
	color: #fff;
	border-radius: 4px;
}
.credit-desc{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: left;
	color: #c00;
	font-weight: 800;
}
.credit-desc01{
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-5deg);
}
.credit-desc02{
	padding: 0 0 2%;
	width: 36px;
	align-self: flex-end;
}
.credit-desc03{
	font-size: 3em;
	font-family: serif;
	font-weight: bold;
}
.credit-desc04{
	padding: 0 2%;
}
.credit-desc05{
	font-size: 1.4em;
}
.age-list-item:nth-of-type(2){
	display: flex;
	align-items: center;
	text-align: left;
}
.age-list-item:nth-of-type(2) .content-inner{
	padding: 0 4% 0 0;
	width: 50%;
	flex-shrink: 0;
}
.age .age-list-item:nth-of-type(2) .general-txt{
	padding: 2% 0 0;
	font-size: 1.1em;
	line-height: 1.4;
}
.age-list-item:nth-of-type(2) .hl-txt{
	color: #00b7ee;
}
.age-list-item:nth-of-type(2) .general-img{
	padding: 0;
}
.general{
	margin: 0 4%;
	padding: 0 4% 4%;
}
.content-head-txt{
	padding: 0 0 4%;
	font-sie: 1.4em;
	font-weight: 800;
	text-align: center;
}
.general .heading{
	background: none
}
.general  .heading-txt{
	padding: 0 0 4%;
	font-sie: 1.4em;
	font-weight: 800;
	text-align: center;
	color: #333;
}
.sub-head, .tertiary-head{
	padding: 0 0 4%;
	font-size: 1.1em;
	color: #fb028c;
	font-weight: 700;
	line-height: 1.1;
}
.general-txt, .list-item{
	padding: 0 0 4%;
	line-height: 1.6;
}
.general .general-txt, .general .list-item{
	font-size: .9em;
	line-height: 1.4;
}
.general-table{
	width: 100%;
	font-size: .9em;
}
.table-row{
	border-bottom: 1px solid #fff;
}
.table-head{
	padding: 2%;
	width: 30%;
	font-weight: normal;
	background: #ccc;
	color: #fff;
	border-right: 1px solid #fff;
}
.table-data{
	padding: 2%;
	width: 70%;
	background: #f0f0f0;
}
.hl-txt{
	color: #fb028c;
	font-weight: 800;
}
.general-img{
	padding: 0 0 4%;
}
.slick-arrow{
	margin: auto;
	width: 20px;
	height: 24px;
	background:  #999;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-indent: -9999px;
}
.slick-prev{
	left: -6%;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.slick-next{
	right: -6%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.slick-disabled{
	filter: grayscale(1);
	opacity: .5;
}
.slick-disabled::after{
	opacity: .5;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 2% 4%;
	width 100%;
	max-width: 768px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(255,255,255,.75);
	display: none;
}
.reg-btn{
	display: block;
}
.btn-desc{
	padding: 0 0 2%;
	font-size: 1.2em;
	font-weight: 800;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4%;
	width: 100%;
	text-align: center;
	background: #fb028c;
	color: #fff;
}
.gnav-list{
	width: 100%;
	text-align: center;
}
.nav-link{
	padding: 2% 0;
	color: #fff;
	display: block;
	font-size: .8em;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.copy, .info{
	padding: 2% 0;
	font-size: .8em;
	line-height: 1.4;
}
/*--------------------------------
POPUP
--------------------------------*/
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(-32px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.logo-link{
		height: 72px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.caution .general-txt{
		font-size: 0.9em;
		line-height: 1.2;
	}
	.intro-item .general-txt{
		line-height: 1.4;
	}
	.intro-item:nth-of-type(1) .general-txt{
		padding: 8% 0;
	}
	.intro-item:nth-of-type(2) .general-txt{
		padding: 8% 0;
	}
	.intro-item:nth-of-type(3){
		margin: -4% 0 0;
		padding: 8% 4% 0;
		background: url(../images/bg_intro03.webp) no-repeat right top / 50% auto;
	}
	.intro-item:nth-of-type(3) .general-txt{
		padding: 4% 0 8%;
	}
	.about-head-link{
		width: 80%;
	}
	.about-item .hl-txt{
		padding: 0 0 12%;
	}
	.diary-wrapup{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.arrow-head-txt{
		font-size: 1em;
	}
	.community-title{
		font-size: 1em;
	}
	.community-btn{
		line-height: 32px;
		border-radius: 16px;
	}
	.caution-label02::before,.caution-label02::after{
		width: 24px;
		height: 24px;
	}
	.caution-label02::before{
		left: -28px;
	}
	.caution-label02::after{
		right: -28px;
	}
	.safety{
		padding: 8%;
		display: block;
	}
	.safety .sub-head-txt{
		font-size: 1em;
	}
	.safety .blank{
		height: 5em;
		float: right;
		background: rgba(255,255,0,.5);
	}
	.safety .general-txt{
		width: 100%;
	}
	.safety .hl-txt{
		display: inline;
	}
	.safety .general-img{
		margin: 2% 0 0 4%;
		width: 50%;
		float: right;
		clear: both;
	}
	.clear{
		margin: 0;
		padding: 0;
		clear: both;
	}
	.wrapup .general-txt{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.age-list-title{
		font-size: 1.1em;
	}
	.age-list-title .title-label{
		margin: 0 0 0 1%;
		font-size: .6em;
		border-radius: 2px;
	}
	.age-list-item:nth-of-type(1) .general-txt{
		padding: 2% 4% 0;
	}
	.age-list-item .dot::after{
		margin: 0 auto;
		width: 4px;
		height: 4px;
		top: -6px;
		border-radius: 2px;
	}
	.credit-desc{
		padding: 2% 0 0 6%;
	}
	.credit-desc01{
		font-size: .9em;
	}
	.credit-desc02{
		padding: 0 0 1%;
		width: 24px;
	}
	.credit-desc03{
		font-size: 2.2em;
	}
	.credit-desc04{
		padding: 0 1%;
		font-size: .9em;
	}
	.credit-desc05{
		font-size: 1.1em;
	}
	.age .general-txt{
		font-size: 1.1em;
	}
	.age .general-txt .hl-txt{
		font-size: 1.1em;
	}
	/*--------------------------------
	Button
	-------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 14px;
	}
}