@charset "utf-8";




/* top
-------------------------------------------------------------- */


#top {
	height: 100%;
	background-color: #081413;
	}

#top #loader-bg {
	background: #081413;
	}

#top .bg-slider {
	width: 100%;
	height: 100%;
	top: 0;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1; /* bgswitcher向け対応 */
	}

#top #wrapper{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: url(../img/wave_top.png) no-repeat;
	background-size: 140%;
	background-position: center center;
	padding-bottom: 0;
	}

#top #wrapper h1{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 90%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-family: "Nexa-Bold";
	text-align: center;
	font-size: 7.5vw;
	color: #ffffff;
	z-index: 2;
	line-height: 1em;
	padding-top: 7px;
	}

#top #wrapper h1 a{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	}


/* h1高さ対応 */
.mac.chrome #top #wrapper h1{
	padding-top: 11px;
	}
.mac.gecko #top #wrapper h1{
	padding-top: 15px;
	}
.mac.safari #top #wrapper h1{
	padding-top: 17px;
	}
.win.gecko #top #wrapper h1{
	padding-top: 10px;
	}


/* タブレット */
@media screen and (min-width: 415px) {

#top #wrapper{
	background-size: 150%;
	}

#top #wrapper h1{
	font-size: 8vw;
	line-height: 1em;
	}

} 


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

#top #wrapper{
	background-size: 110%;
	}

#top #wrapper h1{
	font-size: 11vh;
	}

}



/* whats
-------------------------------------------------------------- */


#whats article{
	/* margin-bottom: 50px; */
	}

#whats article p {
	text-align: center;
	font-family: "toppan-bunkyu-mincho-pr6n", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size: 14px;
	line-height: 2em;
	color: #000000;
	margin-top: 50px;
	font-weight: 700;
	padding: 0 10px;
	}


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

#whats article  {
	margin-top: 30px;
	}

#whats article p {
	font-size: 24px;
	}

}




/* movie
-------------------------------------------------------------- */


#whats .movieBox,
#movie .movieBox{
	position:relative;
	width:100%;
	padding-top:56.25%;
	display: block;
	}

#whats .movieBox iframe,
#movie .movieBox iframe{
	position:absolute;
	top:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 90%;
	height: 90%;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	background-color: #ffffff;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	}

#whats .movieBoxIE9,
#movie .movieBoxIE9{
	display: none;
	width:100%;
	}

#whats .movieBoxIE9 p,
#movie .movieBoxIE9 p{
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, sans-serif;
	}


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

#whats .movieBox iframe,
#movie .movieBox iframe{
	width: 80%;
	height: 80%;
	}

#whats .movieBoxIE9,
#movie .movieBoxIE9 p{
	text-align: center;
	font-size: 24px;
	margin-top: 90px;
	}

#whats .mt50,
#movie .mt50{
	margin-top: 90px;
	}

#whats iframe:-webkit-full-screen,
#movie iframe:-webkit-full-screen {
    -webkit-transform: none;
	}

}



/* musician & liquid
-------------------------------------------------------------- */

#musician article,
#liquid article{
	margin-bottom: 50px;
	}

#musician .artistBox,
#liquid .artistBox{
	width: 100%px;
	margin-top: 60px;
	overflow: hidden;
	}
	
#musician .artistBox h1,
#liquid .artistBox h1{
	font-size: 20px;
	margin-bottom: 20px;
	}
#musician .artistBox h1:before,
#liquid .artistBox h1:before{
	content: "";
	}
#musician .artistBox h1:after,
#liquid .artistBox h1:after{
	content: "";
	}

#musician .artistBox .imgBox,
#liquid .artistBox .imgBox{
	width: 85%;
	margin: 0 auto;
	margin-top: 30px;
	}

#musician .artistBox img,
#liquid .artistBox img{
	width: 100%;
	height: auto;
	}

#musician .artistBox p,
#liquid .artistBox p{
	width: 85%;
	font-family: "toppan-bunkyu-mincho-pr6n", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-size: 14px;
	line-height: 2em;
	color: #000000;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 30px;
	line-break: strict; /* 最も厳格な改行規則 */
	word-break: break-all;
	overflow-wrap: normal;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	}


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


#musician .artistBox,
#liquid .artistBox{
	width: 800px;
	margin: 0 auto;
	margin-top: 100px;
	}
	
#musician .artistBox h1,
#liquid .artistBox h1{
	font-size: 50px;
	}

#musician .artistBox .imgBox,
#liquid .artistBox .imgBox{
	width: 800px;
	}

#musician .artistBox p,
#liquid .artistBox p{
	width: 800px;
	font-size: 20px;
	margin-top: 40px;
	word-break: break-word;
	overflow-wrap: break-word;
	}

}



/* staff
-------------------------------------------------------------- */


#staff article {
	margin-bottom: 30px;
	}

#staff dl{
	margin-top: 20px;
	font-size: 16px;
	}

#staff dl dt{
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	padding: 30px 0 0 0;
	}

#staff dl dd{
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
	padding: 10px 0 0 0;
	}

#staff dl p {
	text-align: center;
	}

#staff .pt15{
	padding: 10px 0 0 0;
	}

#staff .presentsBy{
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, sans-serif;
	}


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

#staff dl{
	margin: 0 auto;
	margin-top: 50px;
	width: 841px;
	overflow: hidden;
	font-size: 24px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, sans-serif;
	}

#staff dl dt{
	float: left;
	width: 400px;
	text-align: right;
	vertical-align: middle;
	line-height: 1em;
	padding: 15px 20px 15px 0;
	}

#staff dl dd{
	float: left;
	width: 400px;
	text-align: left;
	vertical-align: middle;
	line-height: 1em;
	padding: 15px 0 15px 20px;
	}

#staff dl p {
	text-align: left!important;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	}

#staff .pt15{
	padding: 15px 0 0 0;
	}

#staff .presentsBy{
	font-size: 24px;
	margin-top: 50px;
	}

}



/* sns
-------------------------------------------------------------- */


#sns article{
	margin: 100px 0;
	}

#sns .linkBox{
	text-align: center;
	}

#sns img{
	margin-right: 40px;
	}

#sns img.spMgnClr{
	margin-right: 0;
	}

#sns span.spBox{
	display: inline-block;
	width: 90%
	}

#sns article p{
	width: 90%;
	margin: 0 auto;
	margin-top: 70px;
	text-align: center;
	font-size: 18px;
	}


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

#sns article{
	margin: 100px 0;
	}

#sns img{
	margin-right: 70px;
	}

#sns img.spMgnClr{
	margin-right: 70px;
	}

#sns span.spBox{
	display: inline;
	}

#sns article p{
	margin-top: 80px;
	text-align: center;
	font-size: 20px;
	}

#sns .pt20 {
	padding-top: 0;
	}

#sns .ml10 {
	margin-left: 0;
	}

}



/* gallery
-------------------------------------------------------------- */


#gallery {
	width:100%;
	}

#gallery #phBox{
	width:95%;
    max-height: 100%;
	margin: 0 auto;
	margin-top: 70px;
	overflow: hidden;
	}

#gallery #phBox .grid {
    display:block;
	}

#gallery #phBox .grid img{
	transition: 1s all;
	width: 98%;
	height: auto;
	min-height: 1px;
	}
#gallery #phBox .grid img:hover{
	opacity: 0.5 ;
	}



/* タブレット */
@media print, screen and (max-width: 770px) {


#gallery #phBox{
    max-width: 90%;
	margin-top: 50px;
	}


#gallery #phBox .grid {
    max-width: 50%;
	margin: 0 auto;
	}

}

/* スマホ */
@media print, screen and (max-width: 479px) {


#gallery #phBox{
    max-width: 90%;
	margin-top: 50px;
	}


#gallery #phBox .grid {
    max-width: 100%;
	margin: 0 auto;
	}

}

