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

	Default CSS (Last Update 2019.02.06)
	
	- default setting
	- font setting
	- link setting
	- color setting
	- common setting
	- clearfix
	- header
	- content
	- brandList
			- brandTable
			- bottomBanner
	- footer

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

/*----------------------------------------
	default setting
-----------------------------------------*/

body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td  {
    border:0px;
    padding:0px;
    margin:0px;
    /*font-family: 'Sawarabi Mincho', sans-serif;
	font-family: 'Libre Baskerville', serif;
	font-family: 'Anton', sans-serif;*/
	font-family: 'PT Sans', 'Noto Sans JP', sans-serif;
	font-weight: normal;
    vertical-align:baseline;
    color: #0d0d0d;
}

html {
	/*最小値8px,1920で16px*/
	font-size: calc(0.5em + 0.416vw);
	width: 100%;
	height: 100%;
	/*line-height: 1rem;*/
}

_:lang(x)::-ms-backdrop, html {font-size: calc(0.38em + 0.416vw);}

dd, dt {
	/*display: inline;*/
	line-height: 175%;
}

body {
	width: 100%;
	-webkit-text-size-adjust:100%;
}

div, p{
	box-sizing: border-box;
	line-height: 1.8em;
}

h1{
	line-height: 2rem;
	font-size: 1.8rem;
}

li.styleNone{
	list-style: none;
}

/*sp*/
@media screen and (max-width: 750px){

html {
	/*最小値7px,画面サイズ/100 * 1.5625pxずつ増加.320で12px*/
	font-size: calc(43.75% + 1.5625vw);
}

}

/*----------------------------------------
	font setting
-----------------------------------------*/

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

img.object-fit-img{
	object-fit: contain;
}

.object-cover-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

img.object-cover-img{
	object-fit: cover;
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a{
	text-decoration: none;
}

a:link { color: #0d0d0d; }
a:visited { color: #0d0d0d; }
a:hover { color: #0d0d0d; }
a:active { color: #0d0d0d; }

/*----------------------------------------
	color setting
-----------------------------------------*/

/*----------------------------------------
	common setting
-----------------------------------------*/

.padding005{
	padding: 0 0.5rem;
}

.margin05p{
	margin: 0 5%;
}

div.overlay000{
    z-index: 40;
    background-color: #000;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

div.overlay000 img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.6!important;
}

div.overlayGradient{
    z-index: 40;
    background-image: linear-gradient(-180deg, transparent, 80%, #000);
    background:-ms-linear-gradient(top, transparent 80%, #000); /* IE */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    pointer-events: none;
}

.is-eventNone{
	pointer-events: none;
	text-decoration: none!important;
	display: inline-block;
}

.telLink{
	text-decoration: underline;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */

/*----------------------------------------
	header
-----------------------------------------*/
#header{
	background-color: #fff;
	width: 100%;
}

#header .logo img{
	vertical-align: middle;
}

#header #headerMenu ul li{
	float: left;
    padding-right: 2rem;
}

/*メニューの表示微調整*/
@media screen and (max-width: 950px){

#header #headerMenu ul li{
    padding-right: 0.5rem;
}

#header #headerMenu #menuList{
	margin: 0;
}

#header #headerMenu #menuList > a:first-child .menuItem{
	border-left: none!important;
}

#header #headerMenu #menuList > a:last-child .menuItem{
	border-right: none;
}

}

/*1538pxで#header #headerMenu #menuListは1384pxになるため*/
@media screen and (min-width: 951px) and (max-width: 1538px){

#header #headerMenu #menuList{
	margin: 0 5%;
}

}
@media screen and (min-width: 1539px){

#header #headerMenu #menuList{
	margin: 0 auto;
}

}

/*pc 変わらないもの*/
@media screen and (min-width: 751px){

#header{
	height: 7.5%;
	border-bottom: 1px solid #b5b5b5;
}

#header .logo{
	padding: 2rem 0;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

#header #headerMenu ul{
	position: absolute;
	top: 0;
	right: 0;
    list-style: none;
    margin-top: 1rem;
}

#header #headerMenu #menuList{
	text-align: center;
	font-size: 0;
	max-width: 1384px;
}

#header #headerMenu #menuList .menuItem{
	display: inline-block;
	border-right: 1px solid #b5b5b5;
	margin: 1rem 0;
	text-align: center;
	min-width: 14.2%;
}

#header #headerMenu #menuList > a:first-child .menuItem{
	border-left: 1px solid #b5b5b5;
}

#header #headerMenu #menuList .menuItem div{
	font-size: 1rem;
}

#header #headerMenu #menuList .menuItem .subtitle{
	color: #5596d2;
	font-size: 0.8rem;
}

.hamburger_toggle{
	display: none;
}

}


/*sp*/
@media screen and (max-width: 750px){

#header {
	height: 4.1rem;
}

#header .logo{
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #000000;
    line-height: 2rem;
    position: fixed;
    top: 0;
    z-index: 80;
    width: 100%;
    text-align: center;
}

#header .logo img{
	width: 60%;
}

#header #headerMenu{
	display: none;
}

.hamburger_toggle .icon {
	display: inline-block;
	/*width: 3rem;*/
	padding: 0.6rem 0.4rem 0.6rem 0.4rem;
	margin: 0.7rem;
	background-color: #EEEEEE;
	border-radius: 2px;
	position: fixed;
	top: 0;
    right: 0;
    z-index: 80;
}

.hamburger_toggle.active .icon{
	background-color: #5596d2;
}

.hamburger_toggle.active .icon > span{
	background-color: #EEEEEE;
}

.hamburger_toggle .icon > span+ span {
	margin-top: 0.4rem;
}

.hamburger_toggle .icon > span {
	width: 2rem;
	height: 0.2rem;
	display: block;
	background-color: #888888;
	border-radius: 1px;
}

.hamburger_toggle .css-cancel{
	display: inline-block;
	margin: 0 1.7rem 0 0.6rem;
	padding: 0;
	width: 0.35rem;
	height: 1.7rem;
	background: #888888;
	transform: rotate(45deg);
	position: fixed;
    top: 1.15rem;
    right: 0.25rem;
    z-index: 80;
}

.hamburger_toggle .css-cancel:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -0.67rem;
	width: 1.7rem;
	height: 0.35rem;
	margin-top: -0.17rem;
	background: #888888;
}

.hamburger_menu {
	display: none;
	width: 100%;
    background-color: white;
    margin-top: 4.1rem;
}

.hamburger_menu .mark{
	float: right;
	color: #437ECB;
}

.hamburger_menu .layer{
	display: block;
	padding: 1rem;
}

.hamburger_menu .layer .subtitle{
	padding-left: 1rem;
    font-size: 0.8rem;
    vertical-align: middle;
    color: #5596d2;
}

.hamburger_menu > dl:first-child .layer.one{
	border: none;
}

.hamburger_menu .layer.one{
	border-top: solid 1px #000000;
}

.hamburger_menu .layer.two{
	display: none;
	border-top: solid 1px #AAAAAA;
	padding-left: 2rem;
}

.hamburger_menu .layer.three{
	display: none;
	border-top: solid 1px #EEEEEE;
	padding-left: 3rem;
}

.hamburger_menu > a:last-child .layer{
	border-bottom: solid 1px #000000;
}

#header .headerMenuToggle{
	display: none;
}

}

/*----------------------------------------
	content(default)
-----------------------------------------*/

#content{
	position: relative;
	overflow: hidden;
}

.mainTitle{
	text-align: center;
	padding: 3rem 0 2rem 0;
	font-size: 1rem;
	line-height: normal;
}

.mainTitle h1{
	font-size: 2.5rem;
	line-height: normal;
}

.mainTitle .cbox{
	display: inline-block;
	height: 0.1rem;
	width: 5%;
	background-color: #0d0d0d;
}

.mainTitle .subtitle{
	color: #AAAAAA;
	padding-top: 0.5rem;
}

.mainTitle img{
	width: 10%;
}

.button{
	position: relative;
	/*border: 1px solid #000;*/
	padding: 1rem;
	margin: 2rem 0.5rem 3rem 0.5rem;
	color: #fff;
	background-color: #247fd1;
	text-align: center;
}

.button.small {
	position: relative;
	/*border: 1px solid #000;*/
	font-size: 0.8em;
	padding: 0.5em 1em;
	margin: 2em auto 3em;
	color: #fff;
	background-color: #247fd1;
	text-align: center;
	width:20em;
}

.button .mark{
	position: absolute;
	right: 5%;
	color: #fff;
	transform: rotate(90deg);
}

/*sp*/
@media screen and (max-width: 750px){

.mainTitle img{
	width: 27%;
}

}

/*----------------------------------------
	brandList
-----------------------------------------*/

#brandList{
	line-height: 0;
	background-color: #E8E8E8;
	font-size: 0;
	padding: 0 5%;
}

#brandList #brandTable{
	background-color: #fff;
	max-width: 1384px;
}

#brandList #brandTable  div{
	position: relative;
	display: inline-block;
    border-right: solid 1px #E8E8E8;
    border-bottom: solid 1px #E8E8E8;
    vertical-align: top;
}

#brandList #brandTable img{
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 50%;
}

#brandList #bottomBanner{
	max-width: 1384px;
	overflow: hidden;
}

#brandList #bottomBanner img{
	width: 100%;
}

/*1538pxでbrandList #brandTableは1384pxになるため*/
@media screen and (max-width: 1538px){

#brandList #brandTable{
    margin-bottom: 2rem;
}

}
@media screen and (min-width: 1539px){

#brandList #brandTable{
    margin: 0 auto 2rem auto;
}

#brandList #bottomBanner{
	margin: 0 auto;
}

}

/*pc*/
@media screen and (min-width: 751px){

#brandList #brandTable  div{
	width: 20%;
}

#brandList #bottomBanner div:first-child{
	display: inline-block;
	width: 67.5%;
	float: left;
}

#brandList #bottomBanner div:not(:first-child){
	display: inline-block;
	width: 32.5%;
	float: right;
}

}

/*sp*/
@media screen and (max-width: 750px){

#brandList #brandTable{
    margin: 0 0.5rem 2rem 0.5rem;
}

#brandList #bottomBanner{
	margin: 0 0.5rem;
}

#brandList #brandTable  div{
	width: 33.333%;
}

}



/*----------------------------------------
	footer
-----------------------------------------*/

#footer{
	background-color: #323232;
	color: #fff;
	text-align: center;
}

#footer a{
	color: #fff;
}

#footer dd a{
	color: #AAAAAA;
}

#footer dt, #footer dd{
	display: block;
	line-height: 250%;
}

#footer .cbox{
	position: relative;
	background-color: #E8E8E8;
	padding: 2rem 0;
}

#footer .cbox .scrollTopButton{
	position: absolute;
	right: 3%;
	bottom: -1.5rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
	background-color: #555555;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
}

#footer > .logo{
	display: inline-flex;
    padding: 2rem 0;
}

#footer #sitemap{
	font-size: 0;
	text-align: left;
}

#footer #sitemap dl{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

#footer #sitemap dl dt{
	box-sizing: border-box;
}

#footer #sitemap dl:nth-child(4) a {
    color: #AAAAAA;
    font-size: 1rem;
}
#footer #sitemap dl:nth-child(5) dt {
border: none;
}


#footer #sitemap img{
	border-radius: 8rem;
}

#footer #copyright{
	padding: 2rem;
	color: #AAAAAA;
}

/*SNS_icon*/
.follow-me {
	list-style: none;
/*  overflow: hidden;*/
 	padding: 0;
 	text-align: center;
}
.follow-me li {
/*  float: left;*/
	padding: 0;
	display: inline-block;
	transform: scale(1.5);
	margin: 1rem;
}
.follow-me li a::before {
    -webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
	height: 2rem; /* Button height */
	line-height: 2rem; /* Button height */
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	width: 2rem; /* Button width */
}
.follow-me li a:hover::before {
	opacity: 0.7;
}

.follow-me li a[href*="facebook.com"]::before       { background-color: #3b5998; content: "\f09a"; }

.follow-me li a[href*="twitter.com"]::before        { background-color: #55acee; content: "\f099"; }

.follow-me li a[href*="youtube.com"]::before        { background-color: #cd201f; content: "\f16a"; }

.follow-me li a[href*="instagram.com"]::before        { background-color: #ff0074; content: "\f16d"; }

/*1538pxで#footer #sitemapは1384pxになるため*/
@media screen and (min-width: 751px) and (max-width: 1538px){

#footer #sitemap{
	margin: 0 5%;
}

}
@media screen and (min-width: 1539px){

#footer #sitemap{
	max-width: 1384px;
	margin: 0 auto;
}

}

/*pc*/
@media screen and (min-width: 751px){

#footer .cbox .follow-me{
	display: none;
}

#footer #sitemap dl{
    width: 25%;
    vertical-align: top;
    padding-left: 2.5rem;
}

#footer #sitemap dl dt{
	width: 100%;
	text-align: left;
	font-size: 1.3rem;
}

#footer #sitemap dl .logo{
	display: inline-block;
	width: 50%;
}

#footer #sitemap dl dd{
	text-align: left;
	padding-left: 1rem;
    margin-left: 1rem;
    border-left: solid 1px  #555555;
    font-size: 1rem;
}

#footer #sitemap img{
    width: 80%;
    margin-top: 3rem;
}

#footer #sitemap .follow-me{
	text-align: left;
	margin-top: 2rem;
	font-size: 1rem;
}

}

/*sp*/
@media screen and (max-width: 750px){

#footer #sitemap .follow-me{
	display: none;
}

#footer #sitemap dd{
	display: none;
}

#footer #sitemap dl:nth-child(1), #footer #sitemap dl:nth-child(2){
    width: 50%;
    vertical-align: middle;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    padding: 0.7rem 0;
    text-align: center;
}

#footer #sitemap dl:nth-child(1) dt, #footer #sitemap dl:nth-child(2) dt{
	border: none;
	padding: 0;
}

#footer #sitemap dl:nth-child(4){
	margin-top: 1.5rem;
}

#footer #sitemap dl:nth-child(4) dt{
	border: none;
	padding: 0.5rem 0;
}

#footer #sitemap dl dt{
	font-size: 1rem;
	display: inline-block;
    width: 50%;
    vertical-align: middle;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    padding: 0.7rem 0;
    text-align: center;
}

#footer #sitemap img{
    width: 40%;
    vertical-align: middle;
}

}


























