@charset "UTF-8";
/* CSS Document */

/*----- NEWENTRY -----*/

#newentry{
	width:360px;
	
	position: fixed;
	bottom:10px;
	left:0;
	right:0;
	
	margin:0 auto;
	
	background-color:transparent;
	color:#fff;
	
	box-sizing: border-box;
	border:solid 1px #fff;
	
	padding:5px;
	
	opacity: 0;
	transition:0.5s;
	
	z-index: 20;
}

#newentry.is-animated{
	opacity: 1.0;
}

#newentry p{
	font-size:1.0rem;
	line-height:30px;
	
	background-color:#fd5e53;
	text-align: center;
}

#newentry p span.note{
	display:inline-block;
	
	font-size:1.25rem;
	line-height:30px;
	
	box-sizing: border-box;
	padding:0 5px;
}

@media screen and (min-width: 768px) {
	
	#newentry p span.note{
		line-height:40px;
	}
	
}

@media screen and (min-width: 960px) {
	
	#newentry{
		right:40px;
		bottom:40px;
		left:auto;
	}
	
}

/*----- NEWFACE -----*/

#newface{
	width:100%;
	
	background-color:#f0f0f0;
	color:#000;
}

#newface div.content{	
	width:100%;
	margin:0 auto;
	max-width: 1080px;
}

#newface div.slider-content{	
	width:100%;
}

/*----- ABOUTUS -----*/

#aboutus{
	width:100%;
	height:540px;
	
	background-color:transparent;	
	position: relative;
}

#aboutus::before{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-image: url("../../../images/_assets-page/frontpage/img-aboutus01-sp.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: -10;
}

#aboutus::after{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-image: url("../../../images/_assets-page/frontpage/filt-aboutus.webp");
	background-repeat: repeat;
	background-size:30px;
	background-position: center;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: -5;
}

#aboutus div.content{
	width:100%;
	height:100%;
	
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:0 10px;
}

#aboutus div.content-inner{
	width:100%;
	height:100%;
	
	margin:0 auto;
	max-width: 540px;
	
	display:flex;
	align-items: center;
	justify-content: center;
	
	background-color: rgba(95,20,30,0.75);
	color:#fff;
}

#aboutus div.content-inner-block{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	padding-bottom:30px;
}

#aboutus header.inner-header{
	background-color:transparent;
	color:#fff;
	
	background-image: url("../../../images/_assets-page/_assets-common/design-inner-header-top-white.webp");
}

#aboutus header.inner-header h3{
	color:#fff;
}

#aboutus header.inner-header h3::before{
	background-image: url("../../../images/_assets-page/_assets-common/design-inner-header-side-white.webp");
}

#aboutus header.inner-header h3::after{
	background-image: url("../../../images/_assets-page/_assets-common/design-inner-header-side-white.webp");
}

#aboutus div.text p{
	margin-bottom:20px;
}

#aboutus div.text p:last-child{
	margin-bottom:0;
}

#aboutus p.btn-detail{
	width:240px;
	margin:40px auto 0;
}

#aboutus p.btn-detail a{
	display:block;
	
	background-color:transparent;
	color:#fff;
	
	text-align: center;
	
	font-size:1.0rem;
	line-height:50px;
	
	box-sizing: border-box;
	border:solid 1px #fff;
	
	background-image: url("../../../images/_assets-page/_assets-common/icon_arrow-right-white.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center left 10px;
	
	transition: 0.25s;
}

#aboutus p.btn-detail a:hover{
	background-color:#fff;
	color:#fd5e53;
	
	background-image: url("../../../images/_assets-page/_assets-common/icon_arrow-right-color.webp");
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	
	#aboutus::before{
		background-image: url("../../../images/_assets-page/frontpage/img-aboutus01-pc.webp");
	}
	
	#aboutus div.content-inner-block{
		padding:20px;
	}
	
}

@media screen and (min-width: 960px) {
	
	#aboutus div.content-inner{
		margin:0;
	}
	
}

/*----- CAMPAIGN -----*/

#campaign{
	width:100%;
	
	background-color:#fff;
	color:#222;
}

#campaign div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:10px;
}

#campaign p.banner{
	width:100%;
}

#campaign p.banner a{
	display:block;
	
	transition:0.25s;
}

#campaign p.banner a:hover{
	opacity: 0.8;
	text-decoration: none;
}

#campaign p.banner img{
	width:100%;
	vertical-align: bottom;
}

@media screen and (min-width: 768px) {
	
	#campaign div.content{
		padding:20px;
	}
	
}
