@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*{
	margin: 0;
	padding: 0;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

html {
	height: 100vh;
}

body {
	padding-top: 0px;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: 0px;
	background-color: #111111;
    color: #ffffff;
	border-style: none;
	-webkit-text-size-adjust: 100%;
    height: 100vh;
    font-weight:100;
    letter-spacing: 1px;
    line-height: 2;
}

img {
	vertical-align: bottom;
	border-style: none;
    max-width: 90%;
}

a:hover img {
opacity: .7;
-webkit-opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);	/* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

.h1 {
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width:800px;
  width:90%;
  margin:0 auto;
}

.kv {
    background-image: url(images/kv.jpg);
    background-attachment:fixed;
    background-size: cover;
    background-position:center;
    height:100vh;
    }

@media screen and (max-width:600px) {
    .kv{
    background-image: none;
    }
}

@media screen and (max-width:600px) {
.kv::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background:url(images/kv_sp.jpg) no-repeat center top;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -1;
}
}

.about {
    padding: 60px 0px;
    background-color: #111;
}

.about h2 {
    letter-spacing: 6px;
    font-weight: 300;
    font-size: 30px;
}

.border1 {
    margin-bottom: 20px;
}

@media screen and (max-width:600px) {
    .border1 {
    max-width:100%;
    height: 1px;
}
}

.category01 {
    background-image: url(images/cate_bg_01.jpg);
    background-size: cover;
    background-position: center;
}

.category02 {
    background-image: url(images/cate_bg_02.jpg);
    background-size: cover;
    background-position: center;
}

.category03 {
    background-image: url(images/cate_bg_03.jpg);
    background-size: cover;
    background-position: center;
}

.category04 {
    background-image: url(images/cate_bg_04.jpg);
    background-size: cover;
    background-position: center;
}

.category05 {
    background-image: url(images/cate_bg_05.jpg);
    background-size: cover;
    background-position: center;
}

.category06 {
    background-image: url(images/cate_bg_06.jpg);
    background-size: cover;
    background-position: center;
}

.category ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.category li {
    width: 50%;
  display:block;
  height:250px;
}

@media screen and (max-width:600px) {
.category li {
  height:140px;
    width:100%;
}
}

.bgopacity {
      height: 100%;
  background: rgba(0,0,0,0.7);
}

.category_padding{
      padding-top:60px;
    height: 190px;
}

@media screen and (max-width:600px) {
.category_padding{
      padding-top:40px;
    height: 100px;
}
}

@media screen and (max-width:600px) {
    .category img{
    height: 60px;
        width:auto;
    }
}

.footer{
	background-color: #111111;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 50px;
}

@media screen and (max-width:600px) {
.footer{
	padding-bottom: 30px;
}
}

.sns img{
    width: 50px;
    margin: 60px 30px;
    opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

@media screen and (max-width:600px) {
.sns img{
    width: 40px;
    margin: 40px 20px;
}
}

.sns a:hover img{
    opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);	/* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}


@media screen and (max-width:600px) {
    h1 img{
    width: 300px;
}
}

@media screen and (max-width:600px) {
    .about h2 {
    letter-spacing: 3px;
    font-size: 20px;
}
}

.contents {
    padding: 0px 20px;
}

.sns {
    background-color: #111;
}

@media screen and (max-width:600px) {
.about p{
    font-size: 14px;
    text-align: left;
}
}

@media screen and (max-width:600px) {
.footer_logo {
    width: 260px;
}
}

.category {
    background-color: #111;
}


/* ふわっと上にフェードイン ------------------------------- */
.effect-fadeup{
    transition: .8s;
}

/* ロード画面 ------------------------------- */
#loader {
  display: none;
  position: absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 200px;
  text-align: center;
  color: #fff;
  z-index: 2;
}