@charset "shift_jis";
/* ------------------------------------------

common

------------------------------------------ */

#wrapper{
	width:100%;
	min-width: 1040px;
	margin: 0 auto;
	position: relative;
}
.contIn{
	width: 1030px;
	margin: auto;
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
.pageTtl{
	font-size: 38px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 40px;
}
.footTag {
    display: none;
    line-height: 0;
    font-size: 0;
}
@media screen and (max-width: 767px){
	body{
		-webkit-text-size-adjust: 100%;
	}
	#wrapper{
		min-width: 100%;
		padding-top: 40px;
	}
	.contIn{
		width: 90%;
	}
	img {
		height: auto;
		width:100%;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.pageTtl{
		font-size: 24px;
		margin: 30px 0;
	}
}
/* ------------------------------------------

header

------------------------------------------ */

@media screen and (min-width: 768px){
	#wrapper{
		top:0!important;
	}
}
body.fixed {
	height: auto;
	overflow: auto;
}
body.fixed .wrap {
	overflow: auto;
	position: static;
}
header{
	padding: 15px 0 15px;
	position: relative;
}
header .contIn{
	overflow: hidden;
}
header .logo{
	float: left;
	margin: 0 0 0 0;
	width: 125px;
}
header .logo a{
	display: block;
}
header .logo img{
	display: block;
	width: 100%;
	height: auto;
}
/* -----------gnav------------- */
header .rBox{
	float: right;
}
header #gNav{
	float: left;
	padding-top: 6px;
	padding-bottom: 10px;
}
header #gNav > ul li{
	display: inline-block;
	margin-right: 15px;
}
header #gNav > ul li a{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #000;
	border-bottom: 2px solid #fff;
}
header #gNav > ul li a:hover,
header #gNav > ul li a.active{
	border-bottom: 2px solid #e50043;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header #gNav .sitemap{
	width: 1000px;
	margin: auto;
}
header #gNav .sitemap a{
	color: #fff;
}
header #gNav .sitemap a:hover{
	text-decoration: underline;
	border-bottom: 0;
}
header #gNav .sitemap .siteBlock{
	width: 25%;
}
header #gNav .sitemap .siteBlock:last-child{
	width: 25%;
	float: right;
}
header #gNav .sitemap .siteBlock > li{
	margin-right: 0;
	margin-bottom: 30px;
	display: block;
}
header #gNav .company .sitemap .siteBlock > li{
	margin-bottom: 15px;
}
header #gNav .sitemap .siteBlock > li:last-child{
	margin-bottom: 0;
}
header #gNav .sitemap .siteBlock:last-child > li:first-child{
	width: 70%;
	float: left;
	margin-bottom: 0;
}
header #gNav .sitemap .siteBlock:last-child > li:last-child{
	width: 17%;
	float: right;
	margin-bottom: 0;
}
header #gNav .sitemap .siteBlock > li > a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}
header #gNav .sitemap .siteBlock ul{
	margin-bottom: 0;
}
header #gNav .sitemap .siteBlock ul li{
	margin-bottom: 8px;
	display: block;
}
header #gNav .sitemap .siteBlock ul li a{
	font-size: 14px;
	font-weight: normal;
	border-bottom: 0;
}
header #gNav .sitemap .topBtn{
	display: block;
}
header #gNav .sitemap .topBtn a{
	border: 1px solid #fff!important;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 0;
}
header #gNav .sitemap .topBtn a:hover{
	border: 1px solid #e50043!important;
	background-color: #e50043;
	color: #fff;
	text-decoration: none;
}
/* -----------gnav service------------- */
header #gNav .service .sitemap .siteBlock:nth-child(1){
	width: 27%;
}
header #gNav .service .sitemap .siteBlock:nth-child(2){
	width: 28%;
}
header #gNav .service .sitemap .siteBlock:nth-child(3){
	width: 20%;
}
/* -----------gnav company------------- */
header #gNav .company .sitemap .siteBlock{
	width: 17%;
}
/* -----------gnav store------------- */
header #gNav .store .sitemap .siteBlock:nth-child(1){
	width: 37%;
}
header #gNav .store .sitemap .siteBlock:nth-child(1) ul{
	float: left;
	width: 50%;
}

header .hamburger .siteBlock:nth-child(3){
	width: 19.4%;
}
/* -----------seachBtn-hamburger------------ */
header .seachBtn,
header .hamburger{
	float: left;
	margin-left: 20px;
}
header .seachBtn .triger,
header .hamburger .triger{
	display: block;
	width:35px;
	height: 35px;
	position: relative;
}
header .hamburger .triger{
	height: 30px;
	margin-top: 3px;
}
header .seachBtn .triger img,
header .hamburger .triger img{
	position: absolute;
	top: 0;
	left: 0;
}
header .seachBtn .triger img.pnk,
header .hamburger .triger img.pnk{
	opacity: 0;
}

@media screen and (min-width: 768px){
	header .seachBtn .triger img,
	header .hamburger .triger img{
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	header .seachBtn .triger:hover img.pnk,
	header .hamburger .triger:hover img.pnk{
		opacity: 1;
	}
	header .seachBtn .triger:hover img.wh,
	header .hamburger .triger:hover img.wh{
		opacity: 0;
	}
}

header .accOpen{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #4d4d4d;
	padding: 30px 0;
	z-index: 999;
	box-sizing: border-box;
	overflow: hidden;
}
header .hamburger .accOpen{
	padding: 30px 0 0;
}
header .hamburger .accOpen .contIn{
	width: 1000px;
	margin: auto;
}
header .hamburger .sitemap .siteBlock ul{
	margin-bottom: 30px;
}
header .seachBtn .header-searchA .input_search {
	position: relative;
	width: 490px;
	float: right;
}
header .seachBtn .header-searchA .searchArea {
	width: 490px;
	height: 38px;
	font-size: 16px;
	padding: 8px 47px 8px 10px;
	background: #fff;
	border-radius: 3px;
	display: block;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	-webkit-appearance: none;
	color: #333;

}
header .seachBtn .header-searchA .search_btn {
	width: 62px;
	font-size: 15px;
	background: #E60044;
	height: 38px;
	color: #fff;
	border-radius: 0 3px 3px 0;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	border-style: none;
	-webkit-appearance: none;
}

header .seachBtn input {
	border: 1px solid #fff;
	color: #999999;
}
header .sitemap a{
	color: #fff;
	font-size: 14px;
}
header .sitemap .siteBlock > li > a{
	font-size: 16px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px){
	body.fixed {
		height: 100%;
		overflow: hidden;
	}
	body.fixed .wrap {
		overflow: hidden;
		position: fixed;
		left: 0;
	}
	header{
		padding: 10px 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		z-index: 99;
		background-color: #fff;
	}
	header .logo{
		float: none;
		margin: 0;
		width: 105px;
	}
	header .logo img{
		display: block;
	}
	header .rBox{
		float:none;
	}
	header #gNav{
		display: none;
	}
	header .seachBtn .triger,
	header .hamburger .triger{
		width: 27px;
		height: 27px;
		float: none;
		display: block;
		position: absolute;
		margin-left: 0;
		padding-top: 0;
		top: 22%;
		right: 5%;
		background-size: 27px;
	}
	/*header .seachBtn .triger:hover{
		background-image: url(/top_new/images/icon_search.svg);
		background-size: 27px;
	}
	header .hamburger .triger:hover{
		background-image: url(/top_new/images/icon_hamburger.svg);
	}*/
	header .seachBtn .triger.active img.pnk,
	header .hamburger .triger.active img.pnk{
		opacity: 1;
	}
	header .seachBtn .triger.active img.wh,
	header .hamburger .triger.active img.wh{
		opacity: 0;
	}
	header .seachBtn .triger{
		right: calc(5% + 40px);
	}
	header .accOpen{
		padding: 20px 0;
	}
	header .hamburger .accOpen{
		position: fixed;
		padding: 20px 0;
		top: 50px;
    bottom: 0;
		z-index: 9999;
	}
	header .hamburger .accOpen .contIn{
		width: 90%;
		margin: auto;
	}
	header .sitemap .siteBlock > li > a{
		margin-bottom: 20px;
	}
	header .seachBtn .header-searchA .input_search {
		width: 100%;
		float: none;
	}
	header .seachBtn .header-searchA .searchArea {
		width: 100%;
	}
	header .sitemap{
		height: 100%;
		overflow-y: auto;
	}
	header .sitemap .siteBlock .spTriger{
		font-size: 16px;
		margin-bottom: 0;
	}
	header .sitemap li.spAcc ul{
		display: none;
		margin-bottom: 0;
		height: auto;
		overflow-y: auto;
	}
	header .sitemap li.spAcc .accBtn{
		display: block;
		background-image: url(/top_new/images/arrow_wh_d.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 16px;
		margin-bottom: 20px;
		cursor: pointer;
	}
	header .sitemap li.spAcc .accBtn.open{
		background-image: url(/top_new/images/arrow_wh_up.png);
	}
	header .sitemap .spOnly ul{
		margin-bottom: 0;
	}
	header .sitemap .spOnly li{
		display: inline-block;
		margin-right: 15px;
	}
	header .sitemap .spOnly li:last-child{
		margin-right: 0;
	}
	header .navClose a{
		font-size: 14px;
		color: #fff;
		width: 5em;
		display: block;
		margin: 20px auto 0;
		background-image: url(/top_new/images/arrow_wh_up.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 12px;
	}
	
}

/* ------------------------------------------

sitemap

------------------------------------------ */

.sitemap a:hover{
	text-decoration: underline;
}
.sitemap .siteBlock{
	float: left;
	width: 17%;
}
.sitemap .siteBlock:nth-child(5){
	float: left;
	width: 25%;
}
.sitemap .siteBlock > li > a,
.sitemap .siteBlock .spTriger{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sitemap .siteBlock ul{
	margin-bottom: 40px;
}
.sitemap .siteBlock ul li{
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	.sitemap .siteBlock,
	.sitemap .siteBlock:nth-child(5){
		float: none;
		width: 100%;
	}
	header .hamburger .siteBlock:nth-child(3){
		width: 100%;
	}
	
}
/* ------------------------------------------

pagetop

------------------------------------------ */
.pagetop{
	width: 70px;
}
.pagetop a{
	z-index: 9;
	max-width: 50px;
}
.pagetop a img{
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 767px){
	.pagetop{
		margin: 30px auto 20px;
	}
	.pagetop a{
    width: 13%;
		max-width: 40px;
    display: inline-block;
	}
}

/* ------------------------------------------

footer

------------------------------------------ */
footer{
	margin-top: 100px;
	background-color: #e6e6e6;
	padding: 50px 0 0;
	overflow: hidden;
}
footer .contIn{
	overflow: hidden;
	padding-bottom: 10px;
}
footer .sitemap a{
	color: #000;
	font-size: 14px;
}
footer .copyRight{
	background-color: #4d4d4d;
}
footer .copyRight p{
	text-align: center;
	color: #fff;
	line-height: 40px;
	width:1000px;
	margin: auto;
	font-size: 13px;
}

@media screen and (max-width: 767px){
	footer{
		margin-top: 90px;
		padding: 0;
	}
	footer .contIn{
		display: none;
	}
	footer .copyRight p{
		padding: 3% 1%;
		line-height: 1.2;
		width:100%;
		font-size: 10px;
		box-sizing: border-box;
	}
}


/* ------------------------------------------

bread

------------------------------------------ */
#bread{
	background-color: #e6e6e6;
	padding: 10px 0;
	margin-bottom: 50px;
}
#bread .contIn{
	box-sizing: border-box;
	padding: 0 40px;
}
#bread li{
	display: inline-block;
	font-size: 14px;
}
#bread li a{
	color: #000;
}
#bread li a:hover{
	text-decoration: underline;
}
#bread li strong{
	font-weight: normal;
}
#bread li:after{
	display: inline-block;
	content: "";
	width: 7px;
	height: 12px;
	background-image: url(/top_new/images/arrow_blk_r.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 8px -1px 15px;
}
#bread li:last-child:after{
	display: none;
}
@media screen and (max-width: 767px){
	#bread {
		display: none;
	}
}


/* ------------------------------------------

btClose

------------------------------------------ */
.btClose{
	float: right;
	width: 100%;
}
.btClose a{
	width: 100%;
	border: 1px solid #fff!important;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 0;
}
.btClose a:hover{
	border: 1px solid #e50043!important;
	background-color: #e50043;
	color: #fff;
	text-decoration: none;
}
.sitemap .siteBlock.boxClose{
	width: 4%;
}
@media screen and (max-width: 767px){
	.sitemap .siteBlock.boxClose{
		display: none;
	}
}
