@charset "UTF-8";

body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
	
	background-color:#f0f0f0;
	color:#222;
	
	scroll-behavior: smooth;
	
	box-sizing: border-box;
	/*padding-top:120px;*/
}

body.overflow-fixed{
	overflow: hidden;
}

a{
	color:#fd5e53;
	text-decoration: none;
}

a:hover{
	color:#fd5e53;
	text-decoration: underline;
}

img{
	max-width: 100%;
	max-height: 100%;
}

address{
	font-size:0.6rem;
	line-height:80px;
	
	text-align: center;
}

/*----- FONTFAMILY -----*/

.sans-serif{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
}

.serif{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
}

/*----- loading -----*/

#loading {
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background-color: white;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	z-index: 9999;
	text-align: center;
}
	
#loading img{
	width: 320px;
	margin: 0 auto;
}
	
#loading-after-content {
	opacity: 0;
	transition: opacity 0.5s ease;
}

/*----- HEADER -----*/

#header{
	width:100%;
	
	background-color:transparent;
	color:#222;
	
	position: fixed;
	top:0;
	left:0;
	
	box-sizing: border-box;
	padding:20px 0;
	
	z-index: 20;
	
	opacity: 0;
	transition: 0.5s;
}

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

#header div.content{
	width:100%;
	position: relative;
}

#header h1{
	width:180px;
	height:80px;
	
	position: absolute;
	top:0;
	left:0;
}

#header h1 a{
	display:block;
	height:100%;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fd5e53;
	color:#fff;
	
	background-image: url("../../images/_assets-common/logo-white.webp");
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: center;
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	transition: 0.25s;
}

#header h1 a:hover{
	background-color:#fff;
	background-image: url("../../images/_assets-common/logo-color.webp");
	
	color:#fd5e53;
	text-decoration: none;
}

#header p.btn-login{
	width:80px;
	height:80px;
	
	position: absolute;
	top:0;
	right:80px;
	
	font-size:0.8rem;
	line-height:15px;
	
	text-align: center;
}

#header p.btn-login a{
	display:block;
	height:100%;
	
	box-sizing: border-box;
	padding:10px;
	padding-top:40px;
	border-right:solid 1px #fff;
	
	background-color:#fd5e53;
	color:#fff;
	
	background-image: url("../../images/_assets-common/icon_login-white.webp");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: top 10px center;
	
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	transition: 0.25s;
}

#header p.btn-login a:hover{
	background-color:#fff;
	background-image: url("../../images/_assets-common/icon_login-color.webp");
	
	color:#fd5e53;
	text-decoration: none;
}

#header p.btn-login span.note{
	display:block;
	
	font-size:0.6rem;
	line-height:15px;
}

#header nav.navigation{
	display:none;
	width:600px;
	
	position: absolute;
	top:0;
	left:0;
	right:0;
	
	margin:0 auto;
}

#header nav.navigation div.inner{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	padding-left:20px;
}

#header nav.navigation p{
	width:20%;
	
	font-size:0.8rem;
	line-height:15px;
	
	text-align: center;
}

#header nav.navigation p a{
	display:block;
	
	box-sizing: border-box;
	padding:0 10px;
	padding-top:40px;
	padding-bottom:10px;
	
	background-color:#5f161d;
	color:#fff;
	
	background-image: url("../../images/_assets-common/icon_drawer-navigation-white.webp");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: top 10px center;
	
	transition: 0.25s;
}

#header nav.navigation p:nth-child(1) a{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

#header nav.navigation p:nth-child(5) a{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

#header nav.navigation p a:hover{
	background-color:#fff;
	background-image: url("../../images/_assets-common/icon_drawer-navigation-color.webp");
	
	color:#fd5e53;
	text-decoration: none;
}

#header nav.navigation p span.note{
	display:block;
	
	font-size:0.6rem;
	line-height:15px;
}

#header nav.navigation ul{
	display:none;
}

#header nav.navigation ul li{
	width:120px;
	
	font-size:0.8rem;
	line-height:80px;
}

#header nav.navigation ul li a{
	display:block;
	
	box-sizing: border-box;
	padding-left:30px;
	
	background-color:#5f161d;
	color:#fff;
	
	background-image: url("../../images/_assets-common/icon_arrow-right-white.webp");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left 10px center;
	
	transition: 0.25s;
}

#header nav.navigation ul li a:hover{
	background-color:#fff;
	background-image: url("../../images/_assets-common/icon_arrow-right-color.webp");
	
	color:#fd5e53;
	text-decoration: none;
}

@media screen and (min-width: 960px) {
	
	#header nav.navigation{
		display:block;
	}
	
}

@media screen and (min-width: 1440px) {
	
	#header nav.navigation{
		width:990px;
		
		left:0;
		margin:0 auto;
	}
	
	#header nav.navigation div.inner{
		box-sizing: border-box;
		padding-left:20px;
	}
	
	#header nav.navigation p{
		width:120px;
	}
	
	#header nav.navigation p:nth-child(5) a{
		border-top-right-radius:0;
		border-bottom-right-radius:0;
	}
	
	#header nav.navigation ul{
		display:flex;
		width:370px;
	}
	
	#header nav.navigation ul li:last-child{
		width:130px;
	}
	
	#header nav.navigation ul li:last-child a{
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
	}
	
}

/*----- CONTACTUS -----*/

#contactus{
	width:100%;
	
	background-color:#5f161d;
	color:#fff;
	
	margin-bottom:50px;
}

#contactus div.content{
	width:100%;
	height:360px;
	
	margin:0 auto;
	max-width: 1080px;
	
	position: relative;
}

#contactus div.filter-left{
	width:50%;
	height:100%;
	
	position: absolute;
	top:0;
	background-color:#001c58;
	left:0;
}

#contactus div.filter-left::before{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-image: url("../../images/_assets-common/bg-contactus-gentleman.webp");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 5;
}

#contactus div.filter-left::after{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-color:#001c58;
	mix-blend-mode: multiply;
	opacity: 0.8;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 10;
}

#contactus div.filter-right{
	width:50%;
	height:100%;
	
	position: absolute;
	top:0;
	background-color:#7d0022;
	right:0;
}

#contactus div.filter-right::before{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-image: url("../../images/_assets-common/bg-contactus-ladies.webp");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	
	position: absolute;
	top:0;
	right:0;
	
	z-index: 5;
}

#contactus div.filter-right::after{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-color:#7d0022;
	mix-blend-mode: multiply;
	opacity: 0.8;
	
	position: absolute;
	top:0;
	right:0;
	
	z-index: 10;
}

#contactus div.content-inner{
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 15;
	
	display:flex;
	align-items: center;
	justify-content: center;
}

#contactus div.content-inner-block{
	width:100%;
}

#contactus header.inner-header{
	width:100%;
	text-align: center;
	
	box-sizing: border-box;
	padding:30px 0;
	
	background-image: url("../../images/_assets-common/design-inner-header-top.webp");
	background-repeat: no-repeat;
	background-size:90px;
	background-position: center top 5px;
	
	background-color:transparent;
}

#contactus header.inner-header h3{
	display:inline-block;
	
	font-size:1.25rem;
	line-height:30px;
	font-weight:700;
	
	color:#fff;
	
	box-sizing: border-box;
	padding:0 90px;
	
	position: relative;
}

#contactus header.inner-header h3::before{
	display:block;
	content:"";
	
	width:80px;
	height:20px;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
	
	background-image: url("../../images/_assets-common/design-inner-header-side.webp");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

#contactus header.inner-header h3::after{
	display:block;
	content:"";
	
	width:80px;
	height:20px;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
	
	background-image: url("../../images/_assets-common/design-inner-header-side.webp");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

#contactus header.inner-header h3 span.note{
	display:block;
	
	font-size:0.8rem;
	line-height:20px;
	font-weight:400;
}

#contactus p.caption{	
	font-size:0.8rem;
	line-height:1.75em;
	
	text-align: center;
}

#contactus p.caption br{
	display:inline;
}

#contactus ul.btn{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin-top:20px;
}

#contactus ul.btn li{
	width:50%;
	
	font-size:1.0rem;
	line-height:20px;
	font-weight:700;
	
	text-align: center;
}

#contactus ul li span.note{
	display:block;
	
	font-size:0.8rem;
	line-height:20px;
	font-weight:400;
}

#contactus ul li a{
	display:inline-block;
	width:160px;
	
	box-sizing: border-box;
	padding:10px 0 20px;
	border:solid 1px #fff;
	
	background-image: url("../../images/_assets-common/icon_arrow-down-white.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center bottom 5px;
	
	color:#fff;
	
	transition: 0.25s;
}

#contactus ul li a:hover{
	background-color:#fff;
	color:#fd5e53;
	
	background-image: url("../../images/_assets-common/icon_arrow-down-color.webp");
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	
	#contactus header.inner-header h3{
		font-size:1.5rem;
		line-height:30px;
		
		padding:0 130px;
	}
	
	#contactus header.inner-header h3 span.note{
		font-size:1.0rem;
		line-height:30px;
	}
	
	#contactus header.inner-header h3::before{
		width:120px;
	}
	
	#contactus header.inner-header h3::after{
		width:120px;
	}
	
	#contactus p.caption{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	#contactus p.caption br{
		display:none;
	}
	
	#contactus ul.btn{
		margin-top:30px;
	}
	
	#contactus ul.btn li a{
		width:240px;
	}
}

/*----- PAGETOP -----*/

#pagetop{
	width:100%;
	
	background-color:#fd5e53;
	color:#fff;
}

#pagetop div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	text-align: right;
}

#pagetop p.btn{
	display:inline-block;
	width:90px;
	
	font-size:0.6rem;
	line-height:40px;
	
	text-align: center;
	
	box-sizing: border-box;
	margin:0 10px;
}

#pagetop p.btn a{
	display:block;
	
	background-color:#f0f0f0;
	color:#fd5e53;
	
	box-sizing: border-box;
	padding-top:10px;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	background-image: url("../../images/_assets-common/icon_arrow-up-color.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center top 5px;
}

#pagetop p.btn a:hover{
	text-decoration: none;
}

/*----- FOOTER -----*/

#footer{
	width:100%;
	
	background-color:#fd5e53;
	color:#fff;
}

#footer div.content{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:20px;
}

#footer p.logo{
	width:240px;
	margin:0 auto 10px;
}

#footer p.logo a{
	display:block;
}

#footer p.logo img{
	width:100%;
	vertical-align: bottom;
}

#footer p.caption{
	
	font-size:0.8rem;
	line-height:1.75em;
	
	text-align: center;
}

#footer nav.navigation{
	width:100%;
	margin-top:20px;
}

#footer nav.navigation ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	
	width:100%;
	
	margin-bottom:20px;
}

#footer nav.navigation ul:last-child{
	margin-bottom:0;
}

#footer nav.navigation ul li{
	width:100%;
	
	font-size:0.8rem;
	line-height:30px;
	
	box-sizing: border-box;
	padding:5px;
}

#footer nav.navigation ul li a{
	display:block;
	
	box-sizing: border-box;
	padding-left:40px;
	
	background-color:#fd5e53;
	color:#fff;
	
	background-image: url("../../images/_assets-common/icon_arrow-right-white.webp");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left 10px center;
	
	border-radius:5px;
	
	transition: 0.25s;
}

#footer nav.navigation ul li a:hover{
	text-decoration: underline;
}

#footer address{
	font-size:0.6rem;
	line-height:60px;
	
	text-align: center;
}

@media screen and (min-width: 768px) {
	
	#footer div.content{
		padding:40px 20px;
	}
	
	#footer p.caption{
		text-align: center;
	}
	
	#footer nav.navigation ul{
		margin-bottom:10px;
	}
	
	#footer nav.navigation ul li{
		width:auto;
		
		font-size:0.6rem;
		line-height:15px;
		
		box-sizing: border-box;
		padding:0 10px;
		
		position: relative;
	}
	
	#footer nav.navigation ul li::after{
		display:block;
		content:"";
		
		width:5px;
		height:1px;
		
		background-color:#fff;
		
		position: absolute;
		top:0;
		bottom:0;
		right:-2.5px;
		
		margin:auto 0;
	}
	
	#footer nav.navigation ul li:last-child::after{
		display:none;
	}
	
	#footer nav.navigation ul li a{
		padding:0!important;
		background:none!important;
	}
	
}

/*----- DRAWER -----*/

#drawer {
	display: none;
}

.drawer-open {
	z-index: 40;
	
	top: 20px;
	right: 0;
	
	width: 80px;
	height: 80px;
	
	background-color: #fd5e53;
	transition: background 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.215, 0.60, 0.355, 1);
	
	cursor: pointer;
	position: fixed;
	
	opacity: 0;
}

.drawer-open.is-animated{
	opacity: 1.0;
}

.drawer-open::before,
.drawer-open::after {
	content: "";
}

.drawer-open span.toggle,
.drawer-open::before,
.drawer-open::after {
	content: "";
	position: absolute;
	top: calc(30% - 1px);
	left: 40%;
	width: 20%;
	border-bottom: 1px solid #fff;
	transition: transform 0.5s cubic-bezier(0.215, 0.60, 0.355, 1);
}

.drawer-open::before {
	transform: translateY(-5px);
}
.drawer-open::after {
	transform: translateY(5px);
}

.drawer-open span.ja{
	display:block;
	width:100%;
	
	font-size:0.8rem;
	line-height:15px;
	
	color:#fff;
	
	text-align: center;
	
	position: absolute;
	top:40px;
}

.drawer-open span.en{
	display:block;
	width:100%;
	
	font-size:0.6rem;
	line-height:15px;
	
	text-align: center;
	position: absolute;
	top:55px;
	
	color:#fff;
}

.drawer-close {
	z-index: 30;
	inset: 0;
	pointer-events: none;
	transition: background 0.5s;
	
	cursor: pointer;
	position: fixed;
}

#drawer:checked + .drawer-open {
	/*background: transparent;*/
	transform: translateX(-240px);
	
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#drawer:checked + .drawer-open span.toggle {
	transform: scaleX(0);
}

#drawer:checked + .drawer-open::before {
	transform: rotate(135deg) scaleX(1.25);
}

#drawer:checked + .drawer-open::after {
	transform: rotate(-135deg) scaleX(1.25);
}

#drawer:checked ~ .drawer-close {
	pointer-events: auto;
	background: rgba(0,0,0,0.5);
}

.drawer-navigation {
	z-index: 30;
	position: fixed;
	overflow: auto;
	
	top: 0;
	right: 0;
	
	width: 240px;
	height: 100%;
	
	background-color:#fd5e53;
	transform: translateX(100%);
	transition: transform 0.5s cubic-bezier(0.215, 0.60, 0.355, 1);
}

#drawer:checked ~ .drawer-navigation {
	transform: none;
}

.drawer-navigation div.content{
	width:100%;
	
	box-sizing: border-box;
	padding:20px;
}

.drawer-navigation p{
	width:100%;
	
	font-size:0.8rem;
	line-height:15px;
}

.drawer-navigation p a{
	display:block;
	
	box-sizing: border-box;
	padding:25px 0;
	padding-left:50px;
	
	background-color:#fd5e53;
	color:#fff;
	
	background-image: url("../../images/_assets-common/icon_drawer-navigation-white.webp");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left 10px center;
	
	border-radius:5px;
	
	transition: 0.25s;
}

.drawer-navigation p a:hover{
	background-color:#fff;
	background-image: url("../../images/_assets-common/icon_drawer-navigation-color.webp");
	
	color:#fd5e53;
	text-decoration: none;
}

.drawer-navigation p span.note{
	display:block;
	
	font-size:0.6rem;
	line-height:15px;
}

.drawer-navigation ul{
	margin-top:20px;
}

.drawer-navigation ul li{
	width:100%;
	
	font-size:0.8rem;
	line-height:40px;
}

.drawer-navigation ul li a{
	display:block;
	
	box-sizing: border-box;
	padding-left:50px;
	
	background-color:#fd5e53;
	color:#fff;
	
	background-image: url("../../images/_assets-common/icon_arrow-right-white.webp");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left 15px center;
	
	border-radius:5px;
	
	transition: 0.25s;
}

.drawer-navigation ul li a:hover{
	background-color:#fff;
	background-image: url("../../images/_assets-common/icon_arrow-right-color.webp");
	
	color:#fd5e53;
	text-decoration: none;
}
