/*--------------------------------
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: #f0f0f0;
	font-size: 24px;
	color: #333;
	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;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: url(../images/bg_border.webp) repeat left top / 9px #ffb4c1;
}
.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{
	position: relative;
	overflow: hidden;
}
.top .btn-row{
	padding: 4%;
	position: absolute;
	bottom: 0;
	background: url(../images/bg_btnrow.webp) no-repeat center  / cover;
}
.sub-top{
	padding: 4% 0;
	position: relative;
	text-align: center;
	background: #ff637d;
}
.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;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
	position: relative;
	overflow: hidden;
}
.heading{
	padding: 4%;
	width: 100%;
	position: relative;
}
.heading-txt{
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.sub-head{
	padding: 4%;
}
.sub-head-txt{
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #ff637d;
	text-align: center;
	display: flex;
	flex-wrap :wrap;
	justify-content: center;
}
.intro{
	padding: 0 4% 4%;
	text-align: center;
	font-weight: bold;
}
.intro .general-txt{
	display: flex;
	flex-wrap :wrap;
	justify-content: center;
}
.content-head{
	padding: 4% 0;
	width: 100%;
	position: relative;
}
.about{
	padding: 4%;
	font-weight: bold;
	background: url(../images/bg_about.webp) no-repeat right top / auto 100% #1f1f23;
	color: #fff;
}
.about .general-txt{
	display: flex;
	flex-wrap :wrap;
	text-shadow: 2px 2px 8px rgba(0,0,0,.25), -2px 2px 8px rgba(0,0,0,.25), 2px -2px 8px rgba(0,0,0,.25), -2px -2px 8px rgba(0,0,0,.25);
}
.goods{
	padding: 4%;
	font-weight: bold;
	background: url(../images/bg_goods.webp) no-repeat center top / cover;
}
.goods-item{
	margin: 0 0 4%;
	display: flex;
	flex-direction: row-reverse;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.goods-thumb{
	width: 25%;
	flex-shrink: 0;
}
.goods-item .content-inner{
	padding: 4%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.goods-head-txt{
	font-size: 1.1em;
	padding: 0 0 1%;
	font-weight: bold;
}
.goods-txt{
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	font-weight: bold;
}
.general-list{
	padding: 0 4% 4%;
}
.general-list-item{
	margin: 0 0 4%;
	font-weight: bold;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.list-label{
	padding: 4% 8% 4% 4%;
	height: 100%;
	color: #fff;
	text-align: center;
	background: #ff637d;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.general-list-item:nth-of-type(even) .list-label{
	background: #ff8580
}
.list-txt{
	padding: 0 2%;
	flex-grow: 1;
}
.general-item{
	background: #fff;
	border-radius: 16px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	z-index: 2;
	position: relative;
}
.general-txt{
	padding: 0 0 4%;
	line-height: 1.6;
}
.wrap .lpprtitle{
	margin: 10px;
}
.general .general-item{
	margin: 0 4% 4%;
	padding: 4%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #ff637d;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #ff637d;
	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%;
	width: 100%;
	max-width: 768px;
	background: #fff;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
	animation: jerry 1.6s ease 0s infinite;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #ff637d;
	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);}
}
@keyframes btn-action01{
	% {opacity: 0;filter: blur(4px);transform: translate3d(0,-32px,0);}
	100% {opacity: 1;filter: blur(0); transform: translate3d(0,0,0);}
}
@keyframes jerry{
	0% {transform:scale3d(1,1,1);}
	15% {transform:scale3d(1,1,1);}
	25%{transform:scale3d(1,1.2,1);}
	30%{transform:scale3d(1.05,1,1);}
	35%{transform:scale3d(0.95,1,1);}
	40%{transform:scale3d(1.05,1,1);}
	45%{transform:scale3d(1,1,1);}
	50% {transform:scale3d(1,1,1);}
	100% {transform:scale3d(1,1,1);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 18px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.sub-top .logo{
		height: 44px;
	}
	.logo-link{
		height: 44px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.list-label{
		font-size: .9em;
		flex-shrink: 0;
	}
	.list-txt{
		font-size: .9em;
	}
	.goods-txt{
		font-size: .8em;
	}
	.w100{
		width: auto;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	.btn-row{
		padding: 4%;
	}
	/*--------------------------------
	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:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
}