/* LOADING
=========================================================================
=========================================================================*/
#loading_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 9999;
}
#loading_bg .loading_bar {
    width: 100%;
    height: 0;
    background: #1A1A1A;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 1.5s linear 0s;
}
#loading_bg .loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	max-width: 500px;
	width: 40%;
	z-index: 2;
}

/* ヒーロースペース
=========================================================================
=========================================================================*/
#hero {
	position: relative;
    overflow: hidden;
    margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}
#hero::after {
    display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/cover.jpg) bottom center no-repeat;
	background-size: cover;
    z-index: -1;
}
#hero::after {
    display: block;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

　　-webkit-backface-visibility: hidden;
    -webkit-animation: sizeScale 10s linear 1 forwards 0s;
    -moz-animation: sizeScale 10s linear 1 forwards 0s;
    -o-animation: sizeScale 10s linear 1 forwards 0s;
    -ms-animation: sizeScale 10s linear 1 forwards 0s;
    animation: sizeScale 10s linear 1 forwards 0s;
}
@keyframes sizeScale { 
    0% {
	    transform: scale(1.0);
	    filter: brightness(110%);
        animation-timing-function: ease-in;
    }
    5% {
	    transform: scale(1.0);
	    filter: brightness(100%);
    }
    50% {
        transform: scale(1.10);
        animation-timing-function: ease-out;
    }
    100% {
        transform: scale(1.20);
    }
}

.buruburu {
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px)}
    25% {transform: translate(2px, 2px)}
    50% {transform: translate(0px, 2px)}
    75% {transform: translate(2px, 0px)}
    100% {transform: translate(0px, 0px)}
}
/* ----- イラスト ----- */
#hero .bg {
	/*overflow: hidden;*/
	position: fixed;
	bottom: 0;
	left: 50%;
	margin: 0;
	height: 100%;
	z-index: 2;
}
#hero .bg img {
	margin-top: -12%;
	width: auto;
	height: 120%;
}
/* ----- ロゴ ----- */
#hero .logo {
	position: fixed;
	top: 50%;
	left: 10%;
	margin: 0;
	max-width: 500px;
	width: 40%;
	z-index: 3;
}
#hero .logo .mark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 2;
}
#hero .logo .mark img {
	transform: rotateY(90deg);
}
#hero .logo h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 3;
}
.mark_flip {
  animation: flipY 4s ease-out infinite forwards;
}
 
@keyframes flipY {
  0%   { transform: rotateY(90deg); }
  50% { transform: rotateY(360deg); }
  100% { transform: rotateY(90deg); }
}
/* 共通
=========================================================================
=========================================================================*/
#container {
	width: 100%;
	background: #FFF;
	z-index: 5;
}

section {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 100px 0 0;
	width: 768px;
	text-align: center;
}
h2 {
	display: flex;
	align-items: center;
	margin: 0 auto 50px;
	font-family: 'Oswald', serif;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
	text-align: center;
}
h2:before, h2:after {
        content: "";
        flex-grow: 1;
        height: 1px; /* 線の太さを変えたいときはここを変える */
        background: #999; /* 線の色を変えたいときはここを変える */
        margin:0 .4em; /* 文字と線の余白用 なくても良い */
    }
p {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.0em;
}
/* PROFILE
=========================================================================
=========================================================================*/
#profile {
	text-align: center;
}
#profile ul {
	margin: 0 auto 30px;
	font-size: 0;
}
#profile ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 50%;
	vertical-align: top;
}
#profile ul li img {
	filter: grayscale(100%);
}
.monokuro {
  animation: Gray 3s ease-out 1 forwards;
}
 
@keyframes Gray {
  0%   { filter: grayscale(100%); }
  100% { filter: grayscale(0%); }
}
#profile h3 {
	position: relative;
	margin: 0 0 30px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0em;
}
/*#profile h3::after {
    display: block;
	content: '';
	position: absolute;
	bottom: -110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url(../img/mark_black.svg) center center no-repeat;
	background-size: cover;
}*/
#profile h3 rt {
	font-weight: normal;
	font-size: 10px;
	font-size: 1.0rem;
}

/* SOUND CLOUD
=========================================================================
=========================================================================*/
#soundcloud {
	text-align: center;
}
#soundcloud ul {
	margin: 0 auto;
}
#soundcloud ul li iframe {
	height: 166px;
}
/* MERCHANDISE
=========================================================================
=========================================================================*/
#merchandise {
	text-align: center;
}
/* ページの上部へ戻る
=========================================================================*/
#pagetop {
	/*display: none;*/
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 2;
}
#pagetop a {
	display: block;
	width: 26px;
	height: 71px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/button_pagetop.svg) center center no-repeat;
	background-size: contain;
}
/* フッター
=========================================================================
=========================================================================*/
footer {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 100px 0 40px;
	width: 768px;
	text-align: center;
}
footer p {
	margin: 0 0 30px;
}
/* ----- SNSリンクボタン ----- */
footer ul.sns {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	font-size: 0;
}
footer ul.sns li {
	position: relative;
	display: inline-block;
	margin: 0 16px;
	vertical-align: middle;
}
footer ul.sns li a.twitter { /* Twitter */
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/sns_twitter.svg) center center no-repeat;
	background-size: contain;
}
footer ul.sns li a.soundcloud { /* Sound Cloud */
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/sns_soundcloud.svg) center center no-repeat;
	background-size: contain;
}
footer ul.sns li a.instagram { /* Instagram */
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/sns_instagram.svg) center center no-repeat;
	background-size: contain;
}
/* ----- コピーライト表記 ----- */
footer .copyright {
	margin: 0;
    padding: 0;
    font-family: 'Oswald', serif;
    font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}


/*  デスクトップ&タブレット（809px〜1024px）
=========================================================================
=========================================================================*/
@media (max-width:1024px) {
	/* ヒーロースペース
	=========================================================================
	=========================================================================*/
	/* ----- ロゴ ----- */
	#hero .logo {
		width: 40%;
	}
	
	
}	
	

/*  スマホ（808px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:808px) {
	/* LOADING
	=========================================================================
	=========================================================================*/
	#loading_bg .loading_logo {
		max-width: auto;
		width: 70%;
	}
	/* ヒーロースペース
	=========================================================================
	=========================================================================*/
	/* ----- イラスト ----- */
	#hero .bg {
		left: 20%;
	}
	#hero .bg img {
		margin-top: auto;
		bottom: 0;
		/*height: 100%;*/
		width: 240%;
		height: auto;
	}
	/* ----- ロゴ ----- */
	#hero .logo {
		top: 25%;
		left: 20px;
		max-width: 350px;
		width: 60%;
	}
	#hero .logo h1 {
		margin: 0 0 20px;
	}
		
	/* 共通
	=========================================================================
	=========================================================================*/
	section {
		padding: 100px 0 0;
		width: 100%;
	}
	/* PROFILE
	=========================================================================
	=========================================================================*/
	#profile p {
		padding: 0 20px;
	}
	/* PROFILE
	=========================================================================
	=========================================================================*/
	#soundcloud ul li iframe {
		height: 100px;
	}
	/* ページの上部へ戻る
	=========================================================================*/
	#pagetop {
		bottom: 20px;
		right: 10px;
	}
	#pagetop a {
		width: 19px;
		height: 54px;
	}
	/* フッター
	=========================================================================
	=========================================================================*/
	footer {
		padding: 50px 0 20px;
		width: 100%;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {
	/* 共通
	=========================================================================
	=========================================================================*/
	section {
		text-align: left;
	}
	
}