/*--------------------------------
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: #111;
	font-size: 24px;
	color: #fff;
	-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;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: #000;
}
.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{
	max-height: 100vh;
	position: relative;
	overflow: hidden;
}
.sub-top{
	padding: 4% 0 0;
	position: relative;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 120px;
}
.logo-link{
	padding: 4% 0;
	height: 120px;
	display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
}
.heading{
	padding: 4%;
}
.heading-txt{
	padding: 2%;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background: #7d0000;
	border-radius: 16px 0 16px 0;
}
.top-comm{
	padding: 0 0 2%;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 50%, rgba(0,0,0,.75) 100%);
}
.comm-icon{
	margin: 0 1%;
	width: 18px;
	height: auto;
	object-fit: contain;
}
.tag-list{
	padding: 0 0 0 2%;
	width :100%;
	display: flex;
	overflow: hidden;
}
.tag-item{
	margin: 0 2% 0 0;
	padding: 0 3%;
	height: 44px;
	border-radius: 22px;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: .8em;
}
.comm-list{
	padding: 0 2%;
}
.wrap .comm-item{
	margin: 2% 0 0;
	width: 100%;
	line-height: 44px;
	font-size: .8em;
	overflow: hidden;
}
.comm-inner{
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.comm-txt{
	padding: 0 2% 0 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 8px;
	background: url(../images/icon_heart.webp) no-repeat left 8px center / 18px auto  rgba(64,64,64,.6);
}
.slick-vertical .slick-slide{
	border: 0;
}
.about{
	padding: 4% 4% 8%;
	background: url(../images/bg_content.webp) no-repeat center top / cover;
}
.about-item{
	margin: 12% 0 0;
	padding: 4%;
	background: url(../images/bg_item02.webp) no-repeat center bottom / cover;
	position: relative;
	box-shadow: 0 4px 8px rgba(0,0,0,.9);
}
.about-item::before{
	width: 25%;
	height: 88px;
	content: "";
	position: absolute;
	top: -44px;
	left: 0;
	background: url(../images/bg_item01.webp) no-repeat 0 0 / auto 100%;
	border-radius: 8px 8px 0 0;
}
.about-head{
	padding: 0 0 4%;
}
.about-head-txt{
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: bold;
	color: #dcd895;
	text-decoration: underline;
	text-align: center;
	position: relative;
	z-index: 2;
}
.about-thumb{
	margin: 0 0 4% 4%;
	width: 45%;
	float: right;
}
.about-txt{
	line-height: 1.6;
}

.general-item{
	padding: 0 0 8%;
}
.general .general-item{
	padding: 0 8% 4%;
}
.general .heading{
	padding: 0 8% 4%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 4px solid #fede93;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #acb162;
	font-size: 1.1em;
}
.general-txt{
	padding: 0 0 4%;
	font-size: 1em;
	line-height: 1.8;
}
.general .general-txt, .general .general-item p{
	margin: 0 0 4%;
	font-size: .9em;
	line-height: 1.8;
}
.hl-txt{
	color: #ffcc00;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 4% 8%;
	position: relative;
	text-align: center; 
	background: #000;
}
.reg-btn{
	margin: 0 auto;
	display: block;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #500;
	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 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
	--------------------------------*/
	.sub-top .logo{
		height: 80px;
	}
	.logo-link{
		height: 80px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.about-item::before{
		height: 44px;
		top: -22px;
	}
	.tag-item{
		height: 32px;
		border-radius: 16px;
	}
	.wrap .comm-item{
		line-height: 32px;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 4% 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: 13px;
	}
}