/*--------------------------------
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%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	font-size: 24px;
	color: #150000;
	-webkit-text-size-adjust: 100%;
	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;
	background: #fff;
	overflow: hidden;
}
.content-img{
	width: 100%;
	height: 100%;
	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 right center/ contain;
	text-align: center;
}
.logo{
	position: relative;
	z-index: 2;
}
.top-img{
	width: 84%;
	position: absolute;
	top: 13%;
	left: 0;
	z-index: 1;
}
.top-desc{
	padding: 0 4% 8%;
	font-weight: bold;
	line-height: 1.6;
}
.sub-top{
	position: relative;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 88px;
}
.logo-link{
	padding: 2% 0;
	height: 88px;
	display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
}
.heading{
	padding: 4% 0;
}
.heading .heading-txt{
	padding: 4%;
	font-size: 1.2em;
	background: url(../images/bg_heading.webp) no-repeat right  / contain;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-item: center;
	justify-content: center;
}
.sub-head-txt{
	padding: 4% 0;
	color: #9079b8;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}
.intro{
	padding: 8%;
	background: url(../images/bg_intro.webp) no-repeat right 4%  bottom / 40% auto;
}
.intro .general-item{
	padding: 4%;
	border: 8px solid #9e8fe8;
}
.intro .general-txt{
	font-size: 1em;
}
.graph{
	padding: 8%;
	background: #f8f6fc
}
.safety-list{
	margin: 0 4% 4%;
	padding: 4%;
	background: #edebeb;
}
.safety-list .note{
	padding: 4% 0;
	text-align: right;
	font-size: .8em;
}
.safety .sub-head{
	padding: 0 0 4%;
	display: flex;
	align-items: center;
}
.safety .sub-head-txt{
	padding: 0 0 0 4%;
	text-align: left;
	order: 2;
	flex-grow: 1;
}
.safety .sub-head .content-img{
	width: 88px;
	height: 88px;
	order: 1;
}
.safety .general-item{
	padding: 0;
}
.review-list{
	padding: 0 8% 8%;
}
.review .heading-txt{
	margin: 0 0 0 auto;
}
.review .content-inner{
	padding: 0 4% 4%;
}
.review-item{
	margin: 0 0 4%;
	padding: 4% 0 8%;
}
.review-head{
	display: flex;
	flex-direction: column;
}
.review-head-txt{
	padding: 4% 0;
	font-size: 1.1em;
	line-height: 1.2;
	color: #645284;
	font-weight: bold;
	order: 2;
}
.review-thumb{
	width: 100%;
	order: 1;
}
.review-info{
	order: 3;
	display: flex;
}
.review-info-item{
	width: 50%;
	display: flex;
	align-items: center;
}
.review-info-item .content-img{
	width: 64px;
	height: 64px;
}
.review-info-txt{
	padding: 0 0 0 4%;
}
.female-txt{
	color: #d28198;
}
.male-txt{
	color: #6372c2;
}
.review-item .sub-head-txt{
	margin: 0 0 4%;
	padding: 4% 0;
	text-align: left;
	font-size: 1em;
	background: url(../images/img_border.webp) repeat-x bottom left/ 16px 8px;
}
.review-summary{
	display: flex;
}
.summary-label{
	margin: 4% 0 0 auto;
	padding: 0 18px 0 0;
	display: block;
	border-bottom: 1px solid #9079b8;
	color: #9079b8;
	position: relative;
}
.summary-label::after{
	margin: auto;
	width: 14px;
	height: 14px;
	content: "";
	background: #9079b8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.close-pane{
	display: none;
}
.review-detail[open] .close-pane{
	display: block;
}
.review-detail[open] .read-more{
	display: none;
}
.review-detail[open] .summary-label::after{
	clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
.review-detail[open] .general-txt{
	animation: fade-in .5s ease forwards;
}
.review-item .general-item{
	padding: 0;
}
.review-item .general-txt{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.6;
	position: relative;
}
.review-item .general-item .female-txt,.review-item .general-item .male-txt{
	padding: 0;
	font-weight: bold;
}
.wrapup{
	margin: 0 8% 8%;
	padding: 4%;
	background: url(../images/bg_wrapup.webp) no-repeat left -2% top 4% / 40% auto #f8f6fc;
	border-radius: 8px;
	box-shadow: 4px 4px 4px rgba(0,0,0,.1);
	text-align: center;
}
.wrapup .heading-txt{
	padding: 0 16%;
	background: none;
	color: #645284;
	font-size: 1.6em;
	text-align: left;
}
.wrapup .heading-txt .inner-txt{
	padding: 0;
}
.wrapup .heading-txt .inner-txt:nth-of-type(2){
	text-align: right;
}
.wrapup .sub-head{
	padding: 4% 0;
}
.wrapup .sub-head .content-img{
	margin: 0 auto;
	width: 40%;
}
.wrapup .general-item{
	padding: 0;
}
.general .heading{
	padding: 0;
}
.general-item{
	padding: 8%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #645284;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 4px solid #ddd;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #9e8fe8;
	font-size: 1.1em;
}
.general-txt,.general-item p{
	padding: 0 0 4%;
	line-height: 1.8;
}
.general .general-txt,.general .general-item p{
	font-size: .9em;
}
.hl-txt{
	color: #d30987;
	font-size: 1.1em;
	font-weight: bold;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5);
	z-index: 2;
}
.reg-btn{
	margin: 0 auto;
	display: block;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 16%;
	text-align: center;
	background: #645284;
	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.2;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #fc4683;
	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: #fc4683;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
	color: #333;
}
.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-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(50px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-50px,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.safety .sub-head .content-img{
		width: 64px;
		height: 64px;
	}
	.review-info-item .content-img{
		width: 40px;
		height: 40px;
	}
	.review-info-txt{
		padding: 0 2%;
		font-size: .9em;
	}
	.review-item .sub-head-txt{
		background: url(../images/img_border.webp) repeat-x bottom left/ 8px 4px;
	}
	.wrapup .heading-txt{
		padding: 0 4%;
	}
	.wrapup .general-txt{
		display: flex;
		flex-wrap: wrap;
		align-item: center;
		justify-content: center;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.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:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
}