@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	font-family: 'Hind', 'Noto Sans JP', "Hiragino Sans", "游明朝", sans-serif;
	font-weight: 400;
}

header {
	padding: 0;
}

a:visited, a:link, a:active
{
    color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

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

	img.svg {
		display: block;
		margin: 0 auto;
	}


footer {
	padding: 20px 30px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	line-height: 1.5;
}

.style-logo {
	margin: 0 auto;
	display: block;
	width: 80%;
}

.hero {
	background-image: url(images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
/*	height: 350px;
*/	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 0px;
	text-transform: uppercase;
}
h1 a{
	font-size: 0px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 18px;
	padding-bottom: 20px;
}

h4 {
	font-size: 16px;
}
p {
	font-size: 10px;
}
.h2-contents {
	padding-bottom: 35px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	font-weight: bold;
	text-transform: uppercase;
}
	/* WORKS[s] */
	.h3-WORKS {
		display: block;
		padding: 4% 0;
		font-size: 13px;
		font-weight: 700;
		font-weight: bold;
		text-align: left;
		line-height: 2.0;
		color: #000000;
	}
	.tagBK-WORKS {
		margin-right: 10px;
		padding: 2px 6px;
		font-size: 13px;
		font-weight: 700;
		font-weight: bold;
		color: #ffffff;
		background: #000000;
	}
	.tagWH-WORKS {
		display: inline-block;
		margin: 0 4px 4px 0;
		padding: 2px 4px;
		font-size: 11px;
		font-weight: 700;
		font-weight: bold;
		color: #000000;
		background: #ececec;
	}
	.p-WORKS {
		text-align: right;
		color: #000000;
		font-size: 20px;
		font-weight: 700;
		font-weight: bold;
	}
	/* WORKS[e] */
	/* AWARD[s] */
	.p-AWARD {
		color: #ffffff;
	}
	/* AWARD[e] */
	/* COMPANY[s] */
	.h3-COMPANY {
		font-size: 13px;
		font-weight: 700;
		font-weight: bold;
		color: #ffffff;
	}
	.p-COMPANY {
		color: #ffffff;
	}
	/* COMPANY[e] */
	/* AWARD[s] */
	.p-CONTACT {
		color: #ffffff;
	}
	/* CONTACT[e] */


.news {
	margin-bottom: 20px;
}
	.newstag {
		margin-right: 10px;
		padding: 2px 4px;
		color: #ffffff;
		background: #000000;
	}
.newsdetail {
	max-width: 700px !important;
}


.small{
	font-size: 10px;
}

.subtitle{
	text-align: left;
	margin: 0 auto;
	max-width: 960px;
	padding: 20px;
}

.no-bottom{
	padding-bottom: 0 !important;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text {
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
}

.col{
	overflow: hidden;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}
	.col li {
		list-style-type: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
		font-size: 15px;
		letter-spacing: normal; /* 文字間を元に戻す */
		width: 50%;
	}
/*	.col li span{
		display: block;
	}
		.col li span img{
			margin-bottom: 5px;
		}
	.col li p{
		display: block;
		text-align: center;
		padding: 0 2%;
	}
*/
	.caption-ABOUT{
			text-align: left;
	}
	.row {
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  background-color: #000000;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

li span img{
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;	
}
li span img:hover{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}


/*Tablet View*/

@media (min-width: 768px){
	body {
/*		max-width: 778px;
*/	}
	
	h1 {
		font-size: 40px;
	}	
	.contents {
		margin-bottom: 16px;
	}
}

	.newstag {
		line-height: 2.5;
	}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
/*		max-width: 1024px; */
	}
	p {
		font-size: 13px;
	}
	.caption-WORKS, .caption-ABOUT{
		font-size: 13px;
	}	
	.subtitle{
		padding: 60px;
	}
	.col li {
		width: 32%;
		padding-right: 1%;
	}
	.newstag {
		line-height: 1.5;
	}

}

/*ローディングアニメーション*/

.loader-wrap {
	z-index: 10000;
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #E6E4E0;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

