/*--------------------------------
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,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: #fff;
	font-size: 24px;
	color: #000;
	-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;

}
.wrap02{
	position: relative;
    padding-bottom: 20px;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 0 64px;
	padding: 0;
	position: relative;
}
.logo{
	margin: 0 auto;
	padding: 0 0 64px;
	width: 65%;
	order: 2;
}
.catch{
	margin: 0 auto;
	padding: 0 0 16px;
	width: 60%;
	order: 1;
}
.top .btn-row{
	width: 100%;
	order: 3;
}
.sub-top{
	padding: 16px 0;
	position: relative;
	background: #222;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
}
.logo-link{
	height: 60px;
	display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.content .heading{
	position: relative;
}
.heading-txt{
	padding: 32px 0;
	font-size: 1.4em;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
}
.content .heading-txt{
	padding: 32px;
	width: 60%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}
.heading .general-img{
	padding: 0;
}
.heading-txt .content-img{
	width: 50%;
	height: auto;
}
.hl-txt{
	color: #c00;
	font-weight: bold;
}
.content .general-item{
	padding: 64px;
}
.content  .general-txt{
	padding: 0;
	font-size: 1em;
	line-height: 1.8;
}
.general-item{
	padding:  0 64px;
}
.general-item h3{
	padding: 16px 0;
	font-size: 1.2em;
	color: #e60012;
}
.general-item p,.general-txt{
	padding: 0 0 32px;
	font-size: .9em;
	line-height: 1.6;
}
.general-item li{
	padding: 16px 0 16px 16px;
	font-size: .9em;
	line-height: 1.2;
	position: relative;
}
.general-item li::after{
	margin: auto 0;
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
}
.general-img{
	padding: 0 0 32px;
}
.review-list{
	margin: 0 0 144px;
	padding: 0 32px;
	position: relative;
}
.review-item{
	padding: 32px;
	border: 1px solid #e60012;
	color: #000;
    background: #fde6e6;
}
.review-head{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.review-img{
    width: 40%;
    margin-right: 20px;
}
.review-head-txt{
	line-height: 1.3;
    font-weight: bold;
}
.review-txt{
	line-height: 1.4;
}
.review-bottom{
    margin: 10px 0 20px;
    text-align: right;
    color:#e60012;
}
.review-list .slick-track{
	display: flex;
}
.review-list .slick-slide{
	height: auto;
}
.slick-arrow{
	margin: auto 0;
	width: 44px;
	height: 44px;
	background: transparent;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-indent: -9999px;
	border-radius: 50%;
}
.slick-arrow::after{
	margin: auto 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	position: absolute;
	top: 0;
	bottom: 0;
}
.slick-prev{
	left: 10px;
}
.slick-prev::after{
	border-width: 12px 16px 12px 0;
	border-color: transparent #d41414 transparent transparent;
	left: 12px;
}
.slick-next{
	right: 10px;
}
.slick-next::after{
	border-width: 12px 0 12px 16px;
	border-color: transparent transparent transparent #d41414;
	right: 12px;
}
.slick-disabled{
	opacity: .25;
	filter: grayscale(1);
}
.slick-dots{
	padding: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: -80px;
	left: 0;
}
.slick-dots li{
	padding: 0 8px;
	height: 16px;
	overflow: hidden;
}
.slick-dots button{
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
	display: block;
	background: #fff;
	opacity: .5;
}
.slick-dots .slick-active button{
	opacity: 1;
}
.txt_red{
    font-weight: bold;
    color:#f00;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
    padding: 15px;
	text-align :center;
	background: /*#322d25*/ rgba(255,255,255,.5);
    width: 100%;
    z-index: 200;
    right: 0;
    left: 0;
    position: fixed;
    bottom:0;
    max-width: 750px;
    margin: auto;
}
.btn-row02{
    padding: 15px;
	text-align :center;
    width: 100%;
    z-index: 200;
    right: 0;
    left: 0;
}

.reg-btn{
	margin: 0 auto;
	width: 100%;

}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 32px 16px 0;
	text-align: center;
	background: #222;
	color: #fff;
}
.gnav-list{
	padding: 0 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 16px 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 32px 0;
	font-size: .9em;
	line-height: 1.2;
}
/*--------------------------------
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;
	}

	/*--------------------------------
	Header
	--------------------------------*/
	.top{
		margin: 0 0 32px;
	}

	/*--------------------------------
	Contents
	--------------------------------*/
	.heading-txt{
		padding: 32px 0 16px;
	}
	.content .heading-txt{
		padding: 16px;
		width: 60%;
		font-size: 1.3em;
	}
	.content .general-item{
		padding: 32px;
	}
	.review-list{
		margin: 0 0 40px;
		padding: 0 16px;
		position: relative;
	}
	.review-item{
		padding: 16px;
	}
	
	.general-item{
		padding: 0 32px;
	}
	/*--------------------------------
	Button
	-------------------------------*/
	
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 0 16px;
	}
	.gnav-list{
		padding: 0 16px;
		display: block;
	}
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.nav-link{
		padding: 16px 0;
	}
	.copy{
		padding: 16px 0;
		font-size: .8em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 14px;
	}
}