/* #header ヘッダー
=========================================== */
.corp_header_top{display:none;}
@media screen and (min-width: 960px) {
.corp_header_top{width:100%; height:40px; display:flex; align-items:center; justify-content:space-between; padding-left:20px; background:#1a1a1a; color:#ffffff;}
#header.scroll .corp_header_top{display:none;}
.corp_header_top_intro{font-size:1.4rem; font-weight:bold;}
.corp_header_top_nav{display:flex; align-items:center;}
.corp_header_top_nav_item{margin-right:20px; font-size:1.4rem;}
.corp_header_top_nav_item a{color:#ffffff;}
.corp_header_top_nav .cht_shop{background:#419e26; height:40px; padding:0 20px; line-height:40px; font-size:1.4rem;}
.corp_header_top_nav .cht_shop a{color:#ffffff;}

}

#header {
	font-family: fot-tsukuardgothic-std, sans-serif;
	background:#fff;
	width:100%;
	height: 72px;
	padding:0 0 0 0;
	position:fixed;
	left:0;
	top:0;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap:wrap;
	transition: .4s ease;
	box-sizing: content-box;
}

#header.scroll {height:62px;}

#header.on {width: 100vw; height: 100vh;  padding-top:10px; background:#ffffff;}


/*#header.anime {background: #fff;}*/
.header_content { display: none; transition:transform .4s .2s ease,opacity .4s .2s ease;}
.header_content .pc { display: none !important; }

.header_nav_btn {background: #b9302c; width: 45px; height: 45px; border-radius: 50%; position: absolute; top: 10px; right: 10px; cursor: pointer;}

.header_nav_btn div {background: #fff; width: 23px; height: 2px; border-radius: 1px; position: absolute; left: 11px; top: 22px; transition: width .2s .2s ease,top .2s .2s ease,transform .2s ease;}
.header_nav_btn div:first-of-type {top: 16px;}
.header_nav_btn div:last-of-type {width: 23px; top: 28px;}
#header.on .header_nav_btn div { width: 23px; top: 22px; transform:rotate(45deg); transition: width .2s ease,top .2s ease,transform .2s .2s ease; }
#header.on .header_nav_btn div:first-of-type { transform:rotate(-45deg); }

/*#header-nav-upper {display:none;}*/
#header.scroll, #header.mega_on{background: #fff; /*border-bottom: 1px solid #b9302c;*/}






.header_logo_wrap { display:flex;  align-items:center; padding:10px 0;}
.header_logo img { width: 80px; transition: .4s ease;}
#header.scroll .header_logo img { width: 70px; }


.logo_subtxt{/*display:none;*/ font-weight:bold; margin-left:10px; font-size:1.2rem; letter-spacing: 0.10em; line-height: 1.6; white-space: nowrap; color:#000000; transition: .4s ease;}
#header.scroll .logo_subtxt{font-size:1.1rem;}
.header_sub_wrap{display:flex; padding-right:20px; margin-top:10px;}
.header_sub_wrap_in{}
.header_sub_nav{display:none;}

.header_list {
	height: 60px;
	margin-right:38px;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0;
	font-size:0;
	
}
.header_list > li {/*max-width:160px;*/ height: 100%; display:inline-block; vertical-align:middle; }
.header_list > li:nth-child(n+2) {margin-left:28px;}
.header_list_title { height: 100%; position: relative; /*z-index: 999999;*/}
.header_list_title  a {
	height: 100%;
	position: relative;
	
	display: block;
	line-height: 60px;
	letter-spacing: 0.05em;
	font-weight:700;
	font-size:1.8rem;
	color:#1A1A1A;
}

.corp_header .header_list_title a{font-size:1.6rem; letter-spacing: 0.01em;}

.corp_header .header_list > li:nth-child(n+2) {margin-left:28px;}



.home #header.mega_on .header_list_title a{color:#1A1A1A;}
#header.scroll .header_list_title a{color:#1a1a1a;}

.header_list_contact {display:none;}
.header_list_sub{ display: none; }

.header_list_has_under_button {
	    width: 50px;
	    height: 60px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    display: block;
	    cursor: pointer;
	}
.header_list_has_under_button:before, .header_list_has_under_button:after {
	    content: "";
	    background: #b9302c;
	    width: 12px;
	    height: 2px;
	    position: absolute;
	    right: 0;
	    top: calc(50% - 2px);
	    display: block;
	    transition: all 0.4s ease;
}

.home #header.on .header_list_title a{color:#1a1a1a;}

	#header.on .header_content {
		width: 100vw;
		height: 100vh;
		margin-top: 12px;
		padding: 0 13.6% 50px;
		display: block;
		overflow-y: auto;
		overflow-x: hidden;
		transform: translateY(8px);
		opacity: 0;
}

	#header.anime .header_content {transform: translateY(0); opacity: 1;}
    #header.on .header_list {
    	width: 100%;
    	height: auto;
		padding-top: 57px;
		margin-right: 0;
    	font-size: 0;
    	letter-spacing: 0;
    }
	#header.on .header_list > li {
		width: 100%;
		height: auto;
		margin-left: 0;
	    padding-right: 0;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	}
	#header.on .header_list > li a {font-weight: 500;}


.header_list_title_en {
margin-left: 11px;
		display: inline-block;
		letter-spacing: 0.05em;
		font-weight: 400;
		font-size: 10px;
		font-family: 'Roboto', sans-serif;
		color: #b0b0b0;	
}

	.header_list_has_mega .header_list_title a::before{ display: none; }
	#header.on .header_list_title a {height: 60px; letter-spacing: 0.03em; line-height: 60px;}
	.header_list_sub { padding-left: 0px; padding-bottom: 15px;}
	.header_list_sub li a {
		/*display: block;*/
		padding: 5px 0;
		/*line-height: 2;*/
		letter-spacing: 0.05em;
		font-size: 12px;
		color: #1a1a1a;
}

.header_list_sub img{margin-right:5px;}


.header_list_title a::after { display: none; }
.header_list_has_mega .header_list_title a::before{ display: none; }
#header.on .header_list_title a {height: 60px; letter-spacing: 0.03em; line-height: 60px;}

.header_list_sub img{width:50px; height:50px;}
	

	
	.mega_on .header_list_mega_title {
		width: 100%;
	padding-left: 16px;
	padding-right:20px;
		font-size:1.4rem;
		font-weight:bold;
		position: relative;
		display: inline-block;
		/*line-height: 55px;*/
	/*z-index: 999999;*/
			letter-spacing: 0.04em;

	color: #1a1a1a;
	}
	



.header_list_has_under_button:after {transform: rotate(90deg);}
.header_list_has_under_button.on:after {transform: rotate(360deg);}

.header_list_sp_sec { margin-top: 85px; display: block; padding-bottom: 100px; }
/*.header_list_sp li:nth-of-type(n+2) {margin-top: 22px;}*/
.header_list_sp li a {letter-spacing: 0.04em; font-size: 16px; color: #1a1a1a;}
.header_list_sp li{width:100%;}
.header_list_sp li img{width:100%;}
.header_copyright {margin-top: 46px; letter-spacing: 0.05em; line-height: 1.8; font-size: 10px; color: #d6d6d6;}

#header.on .header_list_mega_wrap .header_list_sub li {position:relative; display:flex; align-items:center; margin-bottom:10px; }


@media screen and (min-width: 560px) {
	
	.header_logo_wrap {padding-left: 50px;}
}
@media screen and (min-width: 960px) {
	.logo_subtxt{display:none;}
	#header { /*height: 80px;*/ justify-content: space-between; }
	#header-nav-upper {display:block;}
	.header_logo_wrap{justify-content:flex-start; padding-left:20px;}
	.corp_header .header_logo img { width: 90px; }
	.header_sub_nav{display:flex; justify-content:flex-end; margin-bottom:5px; margin-right:32px;}
	#header.scroll .header_sub_nav{display:none;}
	.header_sub_nav li{margin-right:15px; }
	.header_sub_nav li i{padding-right:5px;}
	.header_content { display: block; }
	
	.header_nav_btn {display:none;}
	.header_logo_wrap {padding-top:20px;}
	.header_list_sp , .header_copyright{display:none;}
	#header.scroll{height:70px;}
#header.scroll .logo_subtxt{font-size:1.2rem;}
	#header.on .header_list {padding-top: 10px;}
.header_list_title a::after{
	content: '';
	display:block;
	background-color: #004f72;
	height: 2px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .4s ease;
}
.header_list_title a.current::after, .header_list_title a.hover::after {width: 100%;}
.header_list_has_mega .header_list_title a { padding-right: 15px; position: relative; }
.header_list_has_mega .header_list_title a::before{
	content: '';
	display:block;
	background: url('../img/sita_arrow.png') no-repeat center right / 100%;
	width: 7px;
	height: 4px;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    right: 0;
}
		.mega_on .header_list_mega_wrap {
		background: #ffffff;
		width: 85%;
		min-width: 1100px;
		position: absolute;
		left: 50%;
	    transform: translateX(-50%);
	    top: calc(100% + 1px);
	    box-shadow: 0 7px 22px rgba(0,0,0,.11);
	    display:none;
	}
	
	
	
.corp_header.mega_on .header_list_mega_wrap {
		background: #ffffff;
		width: 85%;
		min-width: 1100px;
		position: absolute;
		left: 50%;
	    transform: translateX(-50%);
	    top: calc(100% - 20px);
	    box-shadow: 0 7px 22px rgba(0,0,0,.11);
	    display:none;
	}
	
	
	
	/*
.mega_on .header_list_mega_wrap::before{
	content: '';
	background-color: #fff;
	display:block;
	width: 100%;
	height: 9px;
	position: absolute;
	top: -10px;
}*/
	.mega_on .header_list_sub li::after{
		content: '';
		display:block;
		background: url('../img/arrow_circle02.png') no-repeat center right / 100%;
		width: 22px;
		height: 22px;
		position: absolute;
		top: 50%;
	    transform: translateY(-50%);
	    right: 0;
	}
.mega_on .header_list_mega_head_sec {max-width:1400px; min-width: 1080px; margin:0 auto; padding:0 10px; display: flex; justify-content:center; align-items:center;}
	/*.mega_on .header_list_mega_head_left {width: 85%; letter-spacing:0; padding: 20px 70px 20px 48px; }*/
	.mega_on .header_list_mega_wrap .header_list_sub { display: flex; flex-wrap:wrap; width: 100%; /*letter-spacing:0;*/ padding: 20px 20px 20px 48px;}
	/*.mega_on .header_list_mega_wrap .header_list_mega_head_left > li {padding: 20px 0 4px 0; border-bottom: 1px solid #c9c9c9; position: relative; width:calc(50% - 15px); display:inline-block; vertical-align:middle;}*/
	.mega_on .header_list_mega_wrap .header_list_sub li {padding: 20px 0 10px 0; border-bottom: 1px dotted #333333; position: relative; width:calc(25% - 15px); display:flex; align-items:center; margin-bottom:10px; margin-right:10px;}
	
	.header_list_sub img{width:70px; height:70px;}
	.header_mega_title_wrap{display:none;}
	.mega_on .header_mega_title_wrap{width:25%; display:block; padding:40px 40px 40px 30px;}
	.mega_on .header_mega_title{
		letter-spacing: 0.04em;
		font-size: 2.4rem;
		color: #00a45d;
		font-weight:bold;
	}
	.mega_on .header_mega_subtxt{font-size:1.4rem; margin-top:5px; font-weight:bold;}

	
	.header_list_title_en {display:none;}
	
	.header_list_has_under_button{display:none;}
	.header_list_sp_sec { display:none; }
	.header_list_mega_foot_sec{display:none;}
	.mega_on .header_list_mega_foot_sec {display: block; border-top: 1px solid #F4F4F4; font-size:1.4rem; font-weight:bold; background:#5bc0de; color:#ffffff; text-align:center; padding:10px 0; margin-top:30px; transition: .4s ease;}
	.mega_on .header_list_mega_foot_sec:hover{background:#00a45d;} 
	.mega_on .header_list_mega_foot_sec .all_arrow_button { text-align: center; }
	.mega_on .header_list_mega_foot_sec .all_arrow_button a { line-height: 60px; font-size: 12px; color: #1a1a1a;}
	
	.header_list_contact {display:inline-block; vertical-align:middle; margin:10px 0 0 5px;}
.header_list_contact a {
	background:#b9302c;
		width:50px;
		height:50px;
	display:block;
	text-align:center;
	border:1px #b9302c solid;
	line-height:44px;
		border-radius:50%;
		color:#ffffff;
		font-size:2.0rem;
		transition: .4s ease;
	}
	#header.scroll .header_list_contact{ margin:0px 0 0 5px;}
	#header.scroll .header_list_contact a{ width: 40px; height: 40px; line-height:40px; font-size:1.8rem; }
	
.header_list_contact a span {
	padding-left:28px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-weight:700;
	font-size:14px;
	color:#fff;
	}
		
.header_list_contact a span:after {
    content:"";
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
    position:absolute;
    left:0;
    top:50%;
    display:block;
    transform:translateY(-50%);
}

}
@media (min-width: 1200px) {
.header_content .pc { display: inline-block !important; }
.logo_subtxt{display:block; font-size:1.4rem; margin-left:20px;}

}

@media (min-width: 1360px) {
}

.leftbox{display:none; position:fixed; top:150px; left:0; width:5vw; height:100vh;   text-align:center; color:#00a45d; font-weight:bold;}
.left_add , .left_tel{-ms-writing-mode: tb-rl; writing-mode: vertical-rl; margin:20px auto; letter-spacing:0.2em;}
.left_add i, .left_tel i{padding-bottom:5px;}
.sns_leftbox{margin-top:20px;}
.sns_leftbox li{margin-bottom:10px;}
.sns_leftbox i{font-size:2.0rem; color:#00a45d;}

@media (min-width: 1280px) {
.leftbox{display:block;}
}



/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background:#fff;
  text-align:center;

}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定*/
#splash_logo img {width:160px;}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



@media screen and (min-width: 960px) {
	
	#splash_logo img {width:200px;}
}
