@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:120%;}
img,abbr,acronym,fieldset{border:0;}


body{
     font-family: Lato,"UD デジタル 教科書体 NP-R", "游明朝","Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: #222222;
}

a{
	color: #9D1A3D;
	text-decoration: none;
}

a:hover, .active{
	color: #fff;
}

a:active, a:focus,input:active, input:focus{outline:0;}


	.box{
		width: 100%;
		height: 100%;
		position: relative;
		padding:30% 0 0;
		margin-bottom:50px;
	}
	.in{
		width: 100%;
		height: 100%;
		background-color: #eee;
		text-align: center;
		position: absolute;
		top:0;
		left:0;
	}


/* TOPに戻るボタン
------------------------------------------------------------*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #9D1A3D;
    color: #fff;
    padding: 10px;
    border-radius: 20%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
	margin-bottom: 40px;
}

#header h1{
	padding-top: 30px;
}

#mainnav a{
	color: #fff;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 0px;
	margin: 100px 0px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderWhite.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #222;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerM{
	width: 60%;
	font-size: 22px;
	margin: 0 auto;
        text-align: center;
}

.innerS{
	width: 60%;
	font-size: 18px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.innerD{
	width: 35%;
	font-size: 18px;
	margin: 0 auto;
	padding-bottom: 80px;
        text-align: center;
}

.innerI{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 10px;
        text-align: center;
}

/* SEC00 COMPANY
------------------------------------------------------------*/
#sec00 p{
	margin-bottom: 10px;
}

.col1 li{
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}

#sns img{
	padding: 0px 10px 0px 10px;
}

#sns a:hover img{
	opacity: .8;
}


/* SEC01 PROJECT
------------------------------------------------------------*/
#sec01 img{
	width: 80%;
	margin-bottom: 30px;
}


/* SEC02 BRAND
------------------------------------------------------------*/
.col3 img{
        border-radius:50%;
	display: block;
	margin: 0;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{

	line-height: 0 !important;
}

.col3 p{
	font-size:200%;
        text-align: center;
}


/* SEC03 Gallery
------------------------------------------------------------*/
#sec03 p{
	padding: 10px 0px 10px 0;
}

#sec03 a {
	font-size:150%;
	color: #9D1A3D;
	font-weight:bold;
	position: relative;
	display: inline-block;
	transition: .3s;
}

#sec03 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;/*下線の太さ*/
	background-color:#fff;/*下線の色*/
	transition: .3s;
}

#sec03 a:hover::after {
	width: 100%;
}

#sec03 a:hover{
	color:#fff;/*ホバー時の文字色*/
}


h3 {
  color:#000;
  position: relative;
  padding: 0.6em;
  margin : 20px 0;
  background: -webkit-repeating-linear-gradient(-45deg, #FFFEF2, #FFFEF2 4px,#FFFEF6 3px, #FFFEF6 8px);
  background: repeating-linear-gradient(-45deg, #FFFEF2, #FFFEF2 4px,#FFFEF6 3px, #FFFEF6 8px);
  border-radius: 7px;
}

h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FFFEF2;
  width: 0;
  height: 0;
}



a.japan {
    padding: 0 0 0 34px;
    background: url(../images/Japan.PNG) no-repeat center left;
}


a.canada {
    padding: 0 0 0 34px;
    background: url(../images/Canada.PNG) no-repeat center left;
}

a.france {
    padding: 0 0 0 34px;
    background: url(../images/France.PNG) no-repeat center left;
}

a.germany {
    padding: 0 0 0 34px;
    background: url(../images/Germany.PNG) no-repeat center left;
}

a.italy {
    padding: 0 0 0 34px;
    background: url(../images/Italy.PNG) no-repeat center left;
}

a.norway {
    padding: 0 0 0 34px;
    background: url(../images/Norway.PNG) no-repeat center left;
}

a.russia {
    padding: 0 0 0 34px;
    background: url(../images/Russia.PNG) no-repeat center left;
}

a.turkey {
    padding: 0 0 0 34px;
    background: url(../images/Turkey.PNG) no-repeat center left;
}

a.uk {
    padding: 0 0 0 34px;
    background: url(../images/UK.PNG) no-repeat center left;
}

a.usa {
    padding: 0 0 0 34px;
    background: url(../images/USA.PNG) no-repeat center left;
}

a.netherlands {
    padding: 0 0 0 34px;
    background: url(../images/Netherlands.png) no-repeat center left;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col4 img{
	display: block;
	margin: 0 auto 5px;
}

.col4 li{
	line-height: 2.0;
}

.col4 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/a.png) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 100px 30px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col5 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}

	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 30px 25px 0px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


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

.innerD{
	width: 70%;
	font-size: 18px;
	margin: 0 auto;
	padding-bottom: 80px;
        text-align: center;
}
}


@media only screen and (min-width: 641px){


	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){


	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}


	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 70px 20px;
	}
}

@media only screen and (max-width: 799px){

	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 120px;
		background: #222222;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 90px;
		width: auto !important;
	}
	.box{
		width: 100%;
		height: 100%;
		position: relative;
		padding:30% 0 0;
		margin-bottom:50px;
	}
	.in{
		width: 100%;
		height: 100%;
		background-color: #eee;
		text-align: center;
		position: absolute;
		top:120px;
		left:0;
	}
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #222222;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}

	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}