@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: #000;
   text-decoration: none;
 }
a:visited { color: #000; }
a:hover,
a:active { 
	text-decoration: none;
	color: #000;
	opacity: 0.7;
}

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

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


@media only print, screen and (max-width: 768px) {
	body::before {
	  /*background:url(../img/creativenice.png) right top;*/
	  background-size: 250% auto;
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  padding-bottom: 108px;
	  content: "";
	  z-index: -1;
	} 
}

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: 100%;
}




/* 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;
}





/* 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: #fff;
z-index: 1;
}


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

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


#container {

}

#mainimage .inner {
	width: auto;
}

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


#mainimage .inner h2 {
	color: #000;
	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: 1.4vw;
	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;
	height: 70px;
	margin-bottom: 0.5em;
}

#project .inner h3 {
	color: #000;
	font-size: 1.3vw;
	font-weight: normal;
	margin: 4em auto 0em;
	line-height: 2.8em;
	letter-spacing: 0.1em;
}

#project .inner p {
	display: block;
	font-size: 1.5vw;
	margin: 1vw 3vw;
	line-height: 2.8vw;
	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: 1vw;
  height: 1vw;
}
.fa-fb::after {
	content: url(../img/facebook-f-brands.svg);
/*	font-family: FontAwesome;
	content : "\f09a";
	font-weight: 900;*/
  display: inline-block;
  width: 1vw;
  height: 1vw;
}

/* 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*/