@charset "UTF-8";
/*
 * styles.css
 *
 *  version --- 1.0
 *  updated --- 2018/08/17
 */



/* !Reseting
---------------------------------------------------------- */
body {
	font-size: 10px; /* 10px; */
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	/*color: #;*/
}
/* ie7 */ *:first-child+html body { font-size: 75%; /* 62.5%; */}
/* ie6Below */ * html body { font-size:75%; /* font-size: 62.5%; */}
/* ie8 */ html>/**/body { font-size /*\**/: 75%\9;}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix
{
	display: block;
	min-height: 1%;
}
.clearfix:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/*===========================================================
COMMON
===========================================================*/


/* !Basic -------------------------------------------------------------- */

a {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

a:link { color: #fff;
   text-decoration: none;
 }
a:visited { color: #fff; }
a:hover,
a:active { 
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}

a:hover > img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
	background: #679fd0;

}

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

	body:before{
	  content:"";
	  display:block;
	  position:fixed;
	  top:0;
	  left:0;
	  z-index:-1;
	  width:100%;
	  height:100vh;
	  background:url(../img/wlk_bg.jpg) center no-repeat;
	  background-size:cover;
	}

}

body , html {
    height: 100%;
}



/* container -------------------------------------------------------------- */

#container {
	width: 100%;
}


/* mainimage -------------------------------------------------------------- */

#mainimage {
	position: relative;
	text-align: center;
}

#mainimage .inner {
	display: none;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}


#mainimage .inner img.logo {
	width: 80%;
}




/* project -------------------------------------------------------------- */

#project {
	width: 100%;
	text-align: center;
}

#project .inner {
	width: auto;
	padding: 0;
	margin: auto;
}

#project .inner h2 {
	font-size: 6vw;
	font-weight: bold;
	margin: 4em auto 2em;
	line-height: 2.8em;
	letter-spacing: 0.1em;
}

#project .inner ul.archive {
	display: block;
	font-size: 4vw;
	margin: 3vw 5% 5vw;
	letter-spacing: 0.1em;
	text-align: center;
}

#project .inner ul.archive li {
	margin: 1.8em auto;
	line-height: 2em;
}

#project .inner ul.archive li a {
   border-bottom: 2px solid #fff;
   padding-bottom: 0.4em;
}


#project .inner ul.brands {
	margin: auto;
	text-align: center;
}
#project .inner ul.brands li {
	display: block;
	text-align: center;
	vertical-align: top;
	margin-bottom: 5em;
}

#project .inner ul.brands li img {
	display: block;
	margin: auto;
	height: 6em;
}


.fab {
	font-size: 1.8em;
	margin: 0 0.8em 0.8em;
	text-decoration: none;
}

.fa-insta::after {
	content: url(../img/instagram-brands.svg);
/*	font-family: FontAwesome;
	content : "\f16d";
	font-weight: 900;*/
  display: inline-block;
  width: 5vw;
  height: 5vw;
}
.fa-fb::after {
	content: url(../img/facebook-f-brands.svg);
/*	font-family: FontAwesome;
	content : "\f09a";
	font-weight: 900;*/
  display: inline-block;
  width: 5vw;
  height: 5vw;
}


#project .inner p {
	display: block;
	font-size: 3.3vw;
	margin: 6vw auto;
	line-height: 10vw;
	letter-spacing: 0.1em;
}


.contents {
	width: 90%;
	padding: 1vw 3vw;
	text-align: left;
	margin: auto;
}

#project .inner h3 {
	color: #fff;
	font-size: 1.7em;
	font-weight: normal;
	margin: 4em auto 2em;
	line-height: 2.2em;
	letter-spacing: 0.1em;
}

#project .inner p {
	display: block;
	font-size: 1.4em;
	margin: 1vw auto;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-bottom: 1.2em;
}


#project .inner ul.brands {
/*	margin: auto;
	text-align: center;*/
}
#project .inner ul.brands li {
/*	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 3em;*/
}

#project .inner ul.brands li img {
	display: block;
	margin: auto;
	width: 20%;
	height: auto;
	margin-bottom: 2.5em;
	margin-top: 2.5em;
}

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


#footer {
	text-align: center;
    width: 100%;
    padding: 8em 0 4em;
	display: block;
}

#footer span {
	display: block;
	letter-spacing: 0.1em;
	font-size: 1em;
	margin: 0.6em;
}



/* loading
---------------------------------------------------------- */


#loading{
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);

}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #679fd0;
z-index: 1;
}


/* !PC
---------------------------------------------------------- */
@media only print, screen and (min-width: 769px) {

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
	background: #679fd0;
	background-image: url(../img/wlk_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#container {

}

#mainimage .inner {
	width: auto;
}

#mainimage .inner img.logo {
	width: 50%;
}


#mainimage .inner h2 {
	color: #fff;
	font-size: 5vw;
	margin: 0.5em  0 1em 0;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}





/* project PC
---------------------------------------------------------- */

#project {
	width: 90%;
	margin: auto;
}


#project .inner {
	width: 95%;
	padding: 3em 0;
	margin: auto;
}

#project .inner h2 {
	font-size:1.5vw;
	margin: 2em;
	line-height: 1.4em;
}

#project .inner ul.archive {
	display: block;
	font-size: 2em;
	margin: 3vw auto;
	letter-spacing: 0.1em;
	text-align: center;
}

#project .inner ul.brands {
	margin: auto;
	text-align: center;
}
#project .inner ul.brands li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 3em;
}

#project .inner ul.brands li img {
	display: block;
	margin: auto;
	width: auto;
	height: 150px;
	margin-bottom: 2.5em;
}

#project .inner h3 {
	color: #fff;
	font-size: 2.25em;
	font-weight: normal;
	margin: 4em auto 2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

#project .inner p {
	display: block;
	font-size: 1.75em;
	margin: 1vw auto;
	line-height: 1.5vw;
	letter-spacing: 0.1em;
}


.fa-insta::after {
	content: url(../img/instagram-brands.svg);
/*	font-family: FontAwesome;
	content : "\f16d";
	font-weight: 900;*/
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.fa-fb::after {
	content: url(../img/facebook-f-brands.svg);
/*	font-family: FontAwesome;
	content : "\f09a";
	font-weight: 900;*/
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}


.contents {
	width: 60%;
	padding: 1vw 3vw;
	text-align: left;
	margin: auto;
}

.contents h3 {

	}


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


#footer {
	text-align: center;
    width: 100%;
    padding: 8em 0 4em;
	display: block;
}

#footer span {
	display: inline-block;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	margin: 0.6em;
}


} /*PC*/



.pc {
	display: none;
}

.sp {
	display: inherit;
}


/* !PC
---------------------------------------------------------- */
@media only print, screen and (min-width: 769px) {

	.pc {
		display: inherit;
	}

	.sp {
		display: none;
	}


} /*PC*/