﻿@charset "utf-8";
/*rootsize:16px*/
html{}
body{
	margin: 0;
	min-height: 100%;
}
div,ul,ol,li,p,dl,dt,dd{
	margin:0;
	padding:0;
}
li{list-style:none;}
a{color: #fff;text-decoration: none;}
a:hover{color:#333;}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
h1,h2,h3,h4,h5{margin: 0;}
input{margin: 0;}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
img{
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}

/* 全体共通 */
.txt_center{text-align:center;}
.txt_right{text-align: right;}
.txt_left{text-align: left;}
.txt_left-sp{}
.txt_indent{
	padding-left: 1rem;
	text-indent: -1rem;
}
.lf{margin-bottom: 1em;}
.lf_half{margin-bottom: 0.5em;}
.lf_double{margin-bottom: 2em;}
.lf_triple{margin-bottom: 3em;}
.ffs {font-feature-settings: 'palt';}
.lh_reset{line-height: 1.5;}
.ls{letter-spacing: -0.05em;}
.txt_fz24 {font-size: 24px;}
.display_hide{display: none;}
.display_opa0{opacity: 0;}
.pcout{ display:block;}
.color_strg{color: #e60000;}
	span.pcout,em.pcout,strong.pcout,sup.pcout,sub.pcout,big.pcout,small.pcout,b.pcout,i.pcout,s.pcout,u.pcout,a.pcout,img.pcout,br.pcout{display: inline}
.spout{ display:none;}
	span.spout,em.spout,strong.spout,sup.spout,sub.spout,big.spout,small.spout,b.spout,i.spout,s.spout,u.spout,a.spout,img.spout,br.spout{display: none;}
	@media screen and (max-width: 769px){
		.txt_left-sp{text-align: left;}
		.spout{ display:block;}
			span.spout,em.spout,strong.spout,sup.spout,sub.spout,big.spout,small.spout,b.spout,i.spout,s.spout,u.spout,a.spout,img.spout,br.spout{display: inline;}
		.pcout{ display:none;}
		span.pcout,em.pcout,strong.pcout,sup.pcout,sub.pcout,big.pcout,small.pcout,b.pcout,i.pcout,s.pcout,u.pcout,a.pcout,img.pcout,br.pcout{display: none}
	}

/*clearfix hack: ;
---------------------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*common
---------------------------------------------*/
body{
	background: #fbc200;
	color: #000;
	font-size: 18px;
	font-family: 'ヒラギノUD角ゴ Std','HiraginoUDSansStd','HiraKakuProN','游ゴシック',Meiryo,osaka,"ＭＳ Ｐゴシック",sans-serif ;
	line-height: 1.5;
}
body *{box-sizing: border-box;}
.box_flex{
	display: flex;
	flex-wrap: wrap;
}
.box_flex.nowrap{flex-wrap: nowrap;}
.flex_sb{
	justify-content: space-between;
}
.flex_c{
	justify-content: center;
}
.flex_c-c{
	justify-content: center;
	align-items: center;
}
.flex_nav{
	justify-content: space-between;
	align-items: center;
}
.flex_main{
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.flex_full{width: 100%;}
	@media screen and (max-width: 769px){
		.box_flex.sp_col{flex-direction: column;}
		.flex_nav{
			justify-content: space-between;
			align-items: center;
		}
		.flex_main{
			justify-content: flex-start;
			align-items: flex-start;
			flex-direction: column;
		}
	}

/*nav
---------------------------------------------*/
header#nav {
	background: url(../images/nav/img_gnav-bg.png) repeat-x;
	background-size: contain;
	width: 100%;
	height: 126px;
	margin : 0 auto;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 50;
}
#nav > .inner,
#nav > .inner > div{height: 100%;}
#logo_header {
	width: 204px;
	height: auto;
	padding-top: 30px;
	line-height: 0;
}
#nav_common_trigger_show,
#nav_common_trigger_hide {display: none;}
/*--navigation-----*/
#nav_common {
	line-height:1;
	display: flex;
	justify-content: flex-end;
}
#nav_common li{position: relative;}
#nav_common li:not(:first-of-type){padding-left: 23px;}
#nav_common li:not(:last-of-type){margin-right: 23px;}
#nav_common > li:not(:last-of-type)::after {
	content: '/';
	color: #fff;
	position: absolute;
	top: 45px;
	right: -23px;
}
#nav_common > li > a {
	padding-top: 44px;
	padding-bottom: 34px;
	position: relative;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
	#nav_common > li > a:hover{color: #fff;}
	#nav_common > li > a:hover{transform: translateY(-5px)}

	@media screen and (min-width: 770px) and (max-width: 850px){
		#nav > .inner{width: 95vw !important;}
#nav_common li:not(:first-of-type){padding-left: 2vw;}
#nav_common li:not(:last-of-type){margin-right: 2vw;}
	}
	/*@media screen and (min-width: 770px) and (max-width: 1199px){

	}
	@media screen and (min-width: 770px) and (max-width: 850px){

	}*/
	@media screen and (max-width: 769px){
		header#nav {
			height: 20vw;
			position: fixed;
			right: 0;
			left: auto;
		}
		#nav > .inner,
		#nav > .inner > div{height: auto;}
		#nav > .inner{padding-right: 0;}
		#logo_header {
			width: 36.5333vw;
			padding-top: 4vw;
		}
		#nav_common_trigger_show,
		#nav_common_trigger_hide{
			width: 7.7333vw;
			height: 6.4vw;
			position: absolute;
			top: 5.33vw;
			right: 8vw;
		}
		#nav_common_trigger_show {display: block;}
		#nav_common_trigger_hide{
			position: absolute;
			display: block;
			z-index: -1;
			opacity: 0;
			-webkit-transition: all 800ms 0s ease;
			transition: all 800ms 0s ease;
		}
		#nav_common_trigger_hide.anime_show{
			opacity: 1;
			z-index: 1;
		}
		nav#global_nav{
			width: 100vw;
			height: 100vh;
			position: absolute;
			top: 0;
			left: 100vw;
			opacity: 0;
			overflow: hidden;
			-webkit-transition: all 400ms 100ms ease;
			transition: all 400ms 100ms ease;
		}
		nav#global_nav.anime_toggle{
			opacity: 1;
			left: 0;
		}
		#nav_common {
			background: #e60000;
			width: 100vw;
			height: 100%;
			padding-top: 8.8vw;
			flex-basis: 100vw;
			justify-content: flex-start;
			flex-direction: column;
		}
		#nav_common li{
			width: 100%;
			height: 22.1333vw;
			margin: 0 auto;
			position: relative;
		}
		#nav_common li:not(:last-of-type){
			margin-right: auto;
		}
		#nav_common li:not(:first-of-type){padding-left: 0;}
		#nav_common > li > a {
			width: 72.8vw;
			height: 100%;
			margin: 0 auto;
			padding: 0;
			font-size: 23px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		#nav_common > li > a:hover{transform: translateY(0)}
		#nav_common > li:not(:last-of-type) > a{
			/*background: url(../images/sp/img_nav-brdr.png) repeat-x bottom;*/
			background: linear-gradient(to right,  #fff,#fff 70%,transparent 70%,transparent 100%) repeat-x bottom left;
			background-size: 5% 1px;
		}
	}

/*footer
---------------------------------------------*/
#box_footer {
	background: #000;
	padding: 1.5em -0px;
	/*height: 48px;*/
	color: #fff;
}
.txt_mailto{
	margin-bottom: 2.5em;
	font-size: 14px;
	line-height: 2.5;
}
	.txt_mailto a::before{
		content: '';
		background: url(../images/icon_mail.png) no-repeat;
		background-size: contain;
		width: 30px;
		height: 24px;
		margin-right: 0.5em;
		display: inline-block;
		vertical-align: text-bottom;
	}
.txt_mailto a:hover{color: #e60000;}
.txt_copyright{
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
@media screen and (max-width: 769px){
	#box_footer {/*height: 40px;*/}
.txt_mailto{margin-bottom: 5vw;}
}
