/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,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:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


@font-face {
    font-family: 'towa_tei_faceregular';
    src: url('towateiface-regular-webfont.eot');
    src: url('towateiface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('towateiface-regular-webfont.woff') format('woff'),
         url('towateiface-regular-webfont.ttf') format('truetype'),
         url('towateiface-regular-webfont.svg#towa_tei_faceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucky_towa_tei_fontregular';
    src: url('luckytowateifont-webfont.eot');
    src: url('luckytowateifont-webfont.eot?#iefix') format('embedded-opentype'),
         url('luckytowateifont-webfont.woff') format('woff'),
         url('luckytowateifont-webfont.ttf') format('truetype'),
         url('luckytowateifont-webfont.svg#lucky_towa_tei_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	font-family:'towa_tei_faceregular',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.fll{float: left;}
.flr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}

header{
	position: relative;
	z-index:99;
}

header nav ul{
	position: fixed;
	right:60px;
	top:60px;
	opacity: 0;
	transition:all 400ms ease-out 1.8s;
}

body.second header nav ul{
	transition-delay: .6s;
}

header nav ul.active{
	top:50px;
	opacity: 1;
}

header nav ul li{
	margin-bottom: 22px;
	text-align: right;
}

body.home header nav ul li:nth-child(1){
	display: none;
}

header nav ul li a{
	text-decoration: none;
	color:#000;
	font-size: 20px;
	transition:opacity 200ms;
}

body.home header nav ul li a{
	color:#fff;
}

header nav ul li a:hover{
	opacity: 0.4;
}

footer{
	position: fixed;
	width: 100%;
	bottom:10px;
	opacity: 0;
	transition:opacity 400ms ease-out 2.3s;
}

body.second footer{
	transition-delay: 1.1s;
}

footer.active{
	bottom:15px;
	opacity: 1;
}

footer nav ul#footer-sns li{
	margin-left: 15px;
}

footer nav ul#footer-link li{
	margin-right: 15px;
}

footer nav ul li a{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	transition:opacity 200ms;
}

footer nav ul li a:hover{
	opacity: 0.4;
}

footer nav ul#footer-sns li a{
	width: 25px;
	height: 25px;
}

footer nav ul#footer-sns li:nth-child(1) a{background-image: url("../img/common/icon_yt.svg");}
footer nav ul#footer-sns li:nth-child(2) a{background-image: url("../img/common/icon_fb.svg");}
footer nav ul#footer-sns li:nth-child(3) a{background-image: url("../img/common/icon_tw.svg");}
footer nav ul#footer-sns li:nth-child(4) a{background-image: url("../img/common/icon_ig.svg");}

footer nav ul#footer-link li a{
	width: 57px;
	height: 25px;
}

footer nav ul#footer-link li:nth-child(1) a{background-image: url("../img/common/logo_mach.svg");}
footer nav ul#footer-link li:nth-child(2) a{background-image: url("../img/common/logo_huginc.svg");}

body.home footer{
	color:#fff;
}
body.home footer nav ul#footer-sns li:nth-child(1) a{background-image: url("../img/common/icon_yt_w.svg");}
body.home footer nav ul#footer-sns li:nth-child(2) a{background-image: url("../img/common/icon_fb_w.svg");}
body.home footer nav ul#footer-sns li:nth-child(3) a{background-image: url("../img/common/icon_tw_w.svg");}
body.home footer nav ul#footer-sns li:nth-child(4) a{background-image: url("../img/common/icon_ig_w.svg");}
body.home footer nav ul#footer-link li:nth-child(1) a{background-image: url("../img/common/logo_mach_w.svg");}
body.home footer nav ul#footer-link li:nth-child(2) a{background-image: url("../img/common/logo_huginc_w.svg");}

div#copyright{
	position: fixed;
	width: 100%;
	z-index:-1;
	font-size: 12px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: fixed;
  width: 40px;
  height: 21px;
  top:20px;
  right:20px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

body.navactive .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
body.navactive .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
body.navactive .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

main h1{
	font-size: 24px;
}

/*top*/
div#bg{
	opacity: 0;
}

body.home main h1{
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -79px;
	margin-top: -30px;
	background: url("../img/top/h1_logo.svg") no-repeat;
	background-size: 156px 58px;
	height:58px;
	width: 0;
	transition:width 200ms ease-out 1s;
}

body.home main h1.active{
	width: 156px;
}

/*discography*/
body.discography main{
	width: 711px;
	margin: 0 auto;
	padding-top: 57px;
	padding-bottom: 150px;
}

body.discography main article.discography-article{
	float: left;
	width: 302px;
	border-bottom: 1px solid #707070;
	padding-bottom: 58px;
	margin-bottom: 58px;
	transition:opacity 200ms ease-out .9s;
	opacity: 0;
}

body.discography main article.discography-article.active{
	opacity: 1;
}

body.discography main article.discography-article:nth-child(2n + 1){
	float: right;
}

body.second main h1{
	margin-bottom: 65px;
	transition:opacity 400ms ease-out .1s;
	opacity: 0;
}

body.second main h1.active{
	opacity: 1;
}

body.discography main h2.discography-article-title{
	margin-bottom: 25px;
	font-size: 20px;
}

body.discography main figure.discography-article-figure{
	margin-bottom: 10px;
}

body.discography main figure.discography-article-figure img{
	width: 100%;
	height: auto;
}

body.discography main p.discography-article-link{
	font-size: 14px;
}

body.discography main a{
	color:#FF0000;
}

body.discography main a:hover{
	text-decoration: none;
}

/*profile*/
body.profile main{
	width: 750px;
	margin: 0 auto;
	padding-top: 57px;
	padding-bottom: 150px;
}

body.profile main figure.profile-photo-figure{
	margin-bottom: 57px;
	opacity: 0;
	transition:opacity 200ms ease-out .9s;
}

body.profile main figure.profile-photo-figure img{
	width: 100%;
	height: auto;
}

body.profile main article.profile-article{
	float: left;
	width: 325px;
	border-top: 1px solid #707070;
	padding-top: 25px;
	margin-bottom: 200px;
	transition:opacity 200ms ease-out .9s;
	opacity: 0;
	font-size: 12px;
}

body.profile main figure.profile-photo-figure.active,
body.profile main article.profile-article.active{
	opacity: 1;
}

body.profile main article.profile-article:nth-child(2n + 1){
	float: right;
}

body.profile main h2.profile-article-title{
	margin-bottom: 35px;
}

body.profile main article div.profile-article-detail p{
	line-height: 200%;
}

@media screen and (max-width: 1160px) {
	body.profile main figure.profile-photo-figure{
		width: 75%;
	}
	
	body.profile main article.profile-article{
		float: none !important;
		width: 75%;
	}
	
	body.profile main{
		width: auto;
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media screen and (max-width: 1100px) {
	body.discography main article.discography-article{
		float: none !important;
		width: 60%;
	}
	
	body.discography main{
		width: auto;
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media screen and (max-width: 600px) {
	header{
		position: fixed;
		background-color: #fff;
		width: 100%;
		height: 100%;
		z-index:99;
	}
	
	.menu-trigger {
		display: block;
		z-index:100;
	}
	
	header{
		display: none;
	}
	
	body.navactive header{
		display: block;
	}
	
	header nav ul{
		right:auto;
		left:35px;
		top:111px;
	}
	
	header nav ul li{
		margin-bottom: 30px;
		text-align: left;
	}
	
	body.home header nav ul li:nth-child(1){
		display:block;
	}
	
	body.home header nav ul li a{
		color:#000;
		font-size: 24px;
	}
	
	footer{
		position: fixed;
		bottom: 25px;
	}
	
	footer ul#footer-sns.fll,
	footer ul#footer-link.flr{
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	footer ul#footer-sns{
		width: 285px;
	}
	
	footer ul#footer-link{
		width: 182px;
	}
	
	footer nav ul#footer-sns li{
		margin-left: 55px;
		margin-bottom: 20px;
	}
	
	footer nav ul#footer-link li{
		margin-right: 0;
		margin-left: 25px;
		margin-bottom: 15px;
	}
	
	footer nav ul li:nth-child(1){
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	footer nav ul#footer-sns li a{
		width: 30px;
		height: 30px;
	}
	
	footer nav ul#footer-sns li:nth-child(1) a{background-size: 26px 31px;}
	footer nav ul#footer-sns li:nth-child(2) a{background-size: 28px 28px;}
	footer nav ul#footer-sns li:nth-child(3) a{background-size: 29px 24px;}
	footer nav ul#footer-sns li:nth-child(4) a{background-size: 23px 23px;}
	
	footer nav ul#footer-link li a{
		width: 78px;
		height: 21px;
	}
	
	footer nav ul#footer-link li:nth-child(1) a{background-size: 61px 19px;}
	footer nav ul#footer-link li:nth-child(2) a{background-size: 78px 20px;}
	
	div#copyright{
		position: relative;
		width: 100%;
		z-index:auto;
	}
	
	body.second main{
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	
	body.profile main figure.profile-photo-figure,
	body.discography main article.discography-article,
	body.profile main article.profile-article{
		width: 100%;
	}
	
	body.profile main article.profile-article{
		font-size: 16px;
	}
}