@charset "Shift_JIS";
/* CSS Document */
html {font-size: 62.5%;}
body{
	color: #202020;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 1.0em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden!important;
}
*{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
A:link {
	text-decoration: none;
	color: #333333;
}
A:visited { color: #0000cc; }
A:hover {
	text-decoration: no;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
A:active {
	color: #FFFFFF;
}
A:hover img{ filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80; }
#container {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFF;
	 }


/*----------------------------------------------------
	brand
----------------------------------------------------*/
.head {
	background-color: #333333;
	display: block;
	color: #FFFFFF;
	font-size: 2.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 70px;
	margin-right: 0%;
	margin-bottom: 60px;
	margin-left: 0%;
	letter-spacing: 0.5pt;
}
.head span {
	clear: both;
	width: 100%;
	display: block;
	font-size: 0.5em;
}

#headBbrand {
	height: auto;
	padding: 0px;
	width: 98%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	clear: both;
	display: block;
}
#headBbrand ul {
	padding: 0px;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #FFF;
	text-align: center;
	display: block;
}
#headBbrand ul li a {
	float: left;
	display: block;
	margin: 1.1%;
	width: 12%;
	padding: 0px;
	text-align: center;
}
#headBbrand ul .half {
	display: block;
	width: 50%;
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
	position: relative;
}
#headBbrand ul .half a {
	display: block;
	width: 80%;
	float: left;
	height: auto;
	background-color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333;
	font-size: 1.6em;
	margin-right: 10%;
	margin-left: 10%;
	font-weight: bold;
	border: 2px solid #333;
	letter-spacing: 0.5em;
}
#headBbrand ul .half a:hover{
	background-color: #f0f0f0;
}
#headBbrand ul .halfClear{
	clear: both;
}

#headBbrand ul li a img {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
#headBbrand ul .half .fa-chevron-right {
	position: absolute;
	right: 60px;
	top: 35%;
}

#headBbrand ul .full {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	position: relative;
}
#headBbrand ul .full a {
	display: block;
	width: 90%;
	float: left;
	height: auto;
	background-color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333;
	font-size: 1.8em;
	margin-right: 5%;
	margin-left: 5%;
	font-weight: bold;
	border: 2px solid #333;
	letter-spacing: 0.3em;
}
#headBbrand ul .full .fa-chevron-right {
	position: absolute;
	right: 60px;
	top: 35%;
}
#headBbrand img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
	display: block;
}
.full {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	position: relative;
}
.full a {
	display: block;
	width: 90%;
	float: left;
	height: auto;
	background-color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333;
	font-size: 1.8em;
	margin-right: 5%;
	margin-left: 5%;
	font-weight: bold;
	border: 2px solid #333;
	letter-spacing: 0.3em;
	text-align: center;
}
.full .fa-chevron-right {
	position: absolute;
	right: 60px;
	top: 35%;
}
/*----------------------------------------------------
	content
----------------------------------------------------*/


.content {

	margin-top: 20px;

}

/*----------------------------------------------------
     item-common
----------------------------------------------------*/
.wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
flex-wrap: wrap; 
align-items: stretch; 
justify-content: space-around;
}
.clear { clear:both; } 
.detail {
	width: 98% !important;
	margin-top: 0px !important;
	margin-right: 1% !important;
	margin-bottom: 0px !important;
	margin-left: 1% !important;
	height: auto !important;
	display: block !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*----------------------------------------------------
    figure
----------------------------------------------------*/
figure {
	display: block;
	float: left;
	text-align: left;
	width: 22%;
	position: relative;
  overflow: hidden;
	height: auto;
	background-color: #FFF;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
figure a {
	text-decoration: none;
}
figure a img {
	width: 100%;
	height: auto;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


figcaption {
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
figure:hover figcaption {
	top: 0;
	left: 0;
}
figure:hover figcaption p {
	padding: 16px;
	font-size: 12px;
}
figure:hover figcaption h3 {
	text-align: right;
bottom: 0;
	padding-right: 20px;
}
.content {
	clear: both;
}

.content .brandHeadPc {
	text-align: center;
	display: block;
	clear: both;
	margin-bottom: 30px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.content .brandHeadSp {
	text-align: center;
	display: none;
	width: 90%;
	border: 1px solid #333;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

.content .s-content {
	margin-left: 20px;
	overflow-x: hidden!important;
}

.content .reBrand a {
	display: block;
	width: 40%;
	text-align: center;
	font-size: 1.8em;
	clear: both;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
	border: 2px solid #333;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	border-radius: 10px;
	position: relative;
}

.fas.fa-angle-double-up {
	line-height: 1;
	font-size: 100%;
	float: right;
	position: absolute;
	right: 20px;
	top: 30%;
}


#container .content .fa-chevron-right {
	float: right;
	right: 20px;
	position: absolute;
	top: 40%;
}

/*----------------------------------------------------
	@media
----------------------------------------------------*/
@media screen and ( max-width:1024px) {
#container, #container .content ,#container .header, #copyright {
	width: 996px;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	padding-right: 0%;
	padding-left: 0%;
	 }
#container .s-header {
	width: 996px;
	height: auto;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	 }
	 
#headerbg, #search, ul.head2 {
	margin: 0;
	padding: 0;
	}

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

.fixed {
	height: auto;
	width: 100%;
	margin-left: -500%;
	margin-right: -500%;
	padding-right: 500%;
	padding-left: 500%;

}

	}


@media screen and (max-device-width: 480px) {



#header-common {
	display: none;
}

#container, #container .content ,#container .header, #copyright {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-right: 0%;
	padding-right: 0%;
	padding-left: 0%;
	 }
#container .s-header {
	display: none;
	 }
#container .s-headerSp {
	display: block;
	z-index: 0;
		margin-bottom: 20px;
	 }
#header-common {
	display: none;
}




/*----------------------------------------------------
    figure
----------------------------------------------------*/
figure {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	position: relative;
	height: auto;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 1.0em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
figure a img {
	width: 100%;
	height: auto;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*----------------------------------------------------
     common
----------------------------------------------------*/
.head {
	font-size: 2em;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 20px;
	margin-bottom: 10px;
}


.content {
	border: none;
	clear: both;
	padding-top: 20px;
}


}
