@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

/* Font
*****************************************************************/


body {
  	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #e8e8e8;
}


html { font-size: 62.5%; }
body { font-size: 15px; font-size: 1.5rem; color: #000;}


/* Font */
.gf {
	font-family: 'Raleway', sans-serif;
}

a {
	color: #000;
	text-decoration:none;
}

a img {
	transition: 0.4s ;
}

a img:hover {
	opacity: 0.5 ;
}


/* Common
*****************************************************************/


::selection {
	background: #ccc;
}


::-moz-selection {
	background: #ccc;
}

.sp_cl {
	display: none;
}

#smp-head {
	display: none;
}

/* Layout
*****************************************************************/

html, body, #wrapper {
	height: 100%;
	background-color: #f8f8f8;
}


#wrapper {
	min-height: 100%;
    min-width: 1000px;
}

#main {
	min-height: 100%;
    width: 100%;
    float: left;
}

.bg {
	background: url(../../images/bg.jpg) center center / cover no-repeat fixed;
}

#content {
    margin-right: 300px; /* ライト分 */
    margin-left: 250px; /* レフト分 */
	min-height: 100%;
}

#left {
    background-color: #fff;
    width: 250px;
	min-height: 100%;
	position: fixed;
}

#right {
    background-color: #fff;
    width: 300px;
	min-height: 100%;
	position: fixed;
	right: 0;
}

/* left */

h1 {
	font-size: 40px;
	text-align: left;
}

.logo {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto auto auto 20px;
	height: 80px;
}

.catch {
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	margin-top: 10px;
	letter-spacing: 0;
}


/* right */

.mid {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 20px;
	height: 515px;
}

#nav {
	font-size: 20px;
	text-align: left;
	line-height: 1.8em;
}

#nav ul li a {
	transition: .3s;
}

#nav ul li a:hover {
	color: #ebbcac;
}

#nav .cont {
	font-size: 26px;
}

#nav hr {
	display: block;
	width: 50px;
	border: 0;
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
	margin: 15px 0 15px 0;
	text-align: left; /*ie対策*/
}

#nav .sub {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 2em;
}

#nav .sub i {
	margin-right: 5px!important;
}

.fa-facebook {
	margin-left: 3px;
}

@media screen and (min-width:641px) {
  .fb-page {
    width: 240px !important;
  }
}
 
@media screen and (max-width:640px) {
  .fb-page {
    width: 100% !important;
  }
}

.copyright {
	font-size: 10px;
	margin-top: 5px;
	text-align: left;
	letter-spacing: 0.05em;
}

.copyright-sp {
	display: none;
}

/* Contents
*****************************************************************/

#content section {
	margin: 50px;
	min-height: 100%;
	min-width: 500px;
}

h2 {
	font-size: 30px;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
}

h2 span {
	font-size: 12px;
	padding-top: 20px;
	line-height: 2em;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content p {
	margin-top: 40px;
}

#content table {
	width: 100%;
	margin-top: 40px;
}

#content table td {
	padding: 20px;
	border-bottom: 1px solid #000;
}

#content table td.midashi {
	width: 120px;
}

/* brand一覧 */

.cnt {
	text-align: center;
}

#content .brand {
	display: grid;
	grid-template-columns: repeat(auto-fit, 170px);
	justify-content: center;
	grid-gap: 25px;
	margin: 50px auto auto auto;
}

#content .brand li {
	width: 170px;
	height: 170px;
	box-sizing: border-box;
}

#content .brand li img {
	border: 1px solid #ccc;
}

/* brand詳細 */
.brand-page h2 {
	margin-bottom: 40px;
}

.brand-page p {
	max-width: 400px;
	margin: 0 auto 0 auto;
}

.brand-page i {
	margin-right: 5px;
}

.brand-page div p {
	margin-top: 10px!important;
}

.kakoi {
	background-color: #fff;
	border-radius: 3px;
}

.kakoi span {
	display: block;
	padding: 20px;
}

.kakoi a, .back-top a {
	text-decoration: none!important;
	word-break: break-all;
}

.kakoi a:hover, .back-top a:hover {
	color: #ebbcac;
}

.back-top {
	text-align: center;
}

.sp_br {
	display: none;
}

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

	.sp_br {
		display: block;
	}

	html, body, #wrapper {
		height: auto;
		background-color: #fff;
	}

	#smp-head {
		display: block;
	}

	#wrapper {
		min-height: auto;
	    min-width: auto;
	    margin-top: 52px;
	}

	.bg { 
		display: none;
	}

	#main {
		min-height: auto;
	    float: none;
	    width: 94%;
	  	padding: 10% 3%;
		background-color: #f8f8f8;
	}

	.sp_cl {
		display: block;
	}

	.sp_cl h2 {
		margin: 30px;
	}

	#main:after {
		content: "";
		clear: both;
		display: block;
	}

	#content {
	    margin: 0;
		min-height: auto;
	}

	#left {
		display: none;
	}

	#right {
	    background-color: #fff;
	    width: 100%;
	    height: auto;
		min-height: auto;
		position: relative;
		top: 0;
		bottom: 0;
	    width: 100%;
	    margin: 0; /* リセット */
	    padding: 0; /* リセット */

	}

	#content section {
		min-width: 100%;
		margin: 0;
	}
	
	/* nav*/
	.mid {
		position: relative;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 0;
		height: auto;
	}

	#nav {
		display: none;
	}

	.fb-page {
		width: 100% !important;
	}

	.sp .mid {
		display: none;
	}

	.copyright {
		font-size: 14px;
		text-align: center;
	}

	/* company */

	#content table td {
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}


	/* brand */
	#content .brand {
		width: 100%;
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		grid-gap: 0;
	}

	#content .brand li {
		width: 45%;
		height: 45vw;
		margin-bottom: 25px;
	}

	#content .brand li img {
		width: 100%;
		height: 100%;
	}

	#content .brand-page p img {
		width: 100%;
		height: auto;
	}

	.copyright-sp {
		display: block;
		font-size: 14px;
		text-align: center;
	}

	/* Nav
	**********************************************/
	#smp-head {
		display: block;
	    top: 0;
	    position: fixed;
	    width: 100%;
	    line-height: 1;
	    z-index: 999;
	}

	#smp-head h1 {
		font-size: 36px;
		padding: 10px 0 0 14px;
	}

	#nav-toggle {
	    display: none;
	    position: absolute;
	    right: 15px;
	    top: 15px;
	    width: 34px;
	    height: 36px;
	    cursor: pointer;
	    z-index: 101;
	}

	#nav-toggle div {
	    position: relative;
	}

	#nav-toggle span {
	    display: block;
	    position: absolute;
	    height: 4px;
	    width: 100%;
	    background: #000;
	    left: 0;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	}

	#nav-toggle span:nth-child(1) {
	    top: 0;
	}

	#nav-toggle span:nth-child(2) {
	    top: 11px;
	}

	#nav-toggle span:nth-child(3) {
	    top: 22px;
	}

	#mobile-head {
	    background: #fff;
	    width: 100%;
	    height: 56px;
	    z-index: 999;
	    position: relative;
		border-bottom: 1px solid #e8e8e8;
	}

	#global-nav {
	    position: absolute;
	    top: -500px;
	    width: 100%;
	    text-align: center;
	    padding: 0;
	    -webkit-transition: .2s ease-in-out;
	    -moz-transition: .2s ease-in-out;
	    transition: .2s ease-in-out;
	}

	#global-nav ul {
	    list-style: none;
	    position: static;
	    right: 0;
	    bottom: 0;
	    font-size: 14px;
	}
	    
	#global-nav ul li {
	    float: none;
	    position: static;
	    border-bottom: 1px solid #e8e8e8;
	    background: #fff;
	}

	#smp-head #global-nav ul li a,
	#smp-head.fixed #global-nav ul li a {
	    width: 100%;
	    display: block;
	    color: #000;
	    padding: 18px 0;
	}

	#nav-toggle {
	    display: block;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
	    top: 11px;
	    -webkit-transform: rotate(315deg);
	    -moz-transform: rotate(315deg);
	    transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
	    width: 0;
	    left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
	    top: 11px;
	    -webkit-transform: rotate(-315deg);
	    -moz-transform: rotate(-315deg);
	    transform: rotate(-315deg);
	}

	/* #global-nav スライドアニメーション */
	.open #global-nav {
	    /* #global-nav top + #mobile-head height */
	    -moz-transform: translateY(556px);
	    -webkit-transform: translateY(556px);
	    transform: translateY(556px);
	}


}