@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
}

body {
	background: #000;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

img { vertical-align:bottom;}
ul,li { list-style:none;}


/******************************************************************** clearfix
*/

/******************** except IE */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******************** for IE */
.clearfix { display: inline-block;}

/* Holly Hack Targets IE Win only \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End Holly Hack */


/* mobile */

#wrapper {
	position: relative;
}

#main_visual {
	position: fixed;
	z-index: 1;
}

h1 {
	width: 85%;
	margin: 10vh auto 0;
}

h1 img {
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

h2 {
	padding: 20px 0 20px;
	font-family: 'Spicy Rice';
	font-size: 34px;
	font-style: italic;
	background: rgba(0, 0, 0, 0.75);
}

h2#movies_title {
	background: none;
}

#container {
	position: relative;
	z-index: 100;
	padding-top: 80vh;
}

#container_inner {
	text-align: center;
	margin: 0 auto;
}

#movies {
	padding: 0 0 50px;
	background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
}

.embed_video {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding-top: 56.25%;
}

.embed_video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video_caption {
	padding: 10px 0 20px;
	font-family: 'Spicy Rice';
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.01em;
}

#members {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 50px;
	background: rgba(0, 0, 0, 0.75);
}

.member_box {
	width: 40%;
	margin: 0 4% 10px;
}

.member_image img {
	width: 100%;
}

.member_part {
	margin: 10px 0 10px;
}

.member_part span {
	border-bottom: 1px solid #fff;
	font-family: 'Spicy Rice';
	font-size: 16px;
	font-style: italic;
}

.member_name_eng {
	margin: 0 0 3px;
	font-family: 'Spicy Rice';
	font-size: 26px;
	font-style: italic;
	font-feature-settings: 'palt';
}

.member_name_jpn {
	font-weight: bold;
	font-size: 10px;
}

.member_description {
	margin: 10px 0 10px;
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: 0;
}

#goods {
	background: rgba(0, 0, 0, 0.75);
}

.goods_img {
	width: 80%;
	margin: 0 auto;
}

.goods_img img {
	width: 100%;
}

.goods_caption {
	padding: 10px 0 20px;
	font-family: 'Spicy Rice';
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.01em;
}

#goods_shop_btn a {
	display: block;
	width: 150px;
	margin: 0 auto 70px;
	padding: 20px 15px;
	border: 1px solid #fff;
	color: #fff;
	font-family: 'Raleway';
	font-size: 14px;
	letter-spacing: 0.07em;
}

#goods_look {
	width: 80%;
	margin: 0 auto;
}

#goods_look img {
	width: 100%;
}


#cat_logo {
	padding: 100px 0 120px;
	background: rgba(0, 0, 0, 0.75);
}

#cat_logo img {
	width: 60%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

#copyright {
	padding: 0 0 10px;
	background: rgba(0, 0, 0, 0.75);
}

#copyright img {
	width: 20%;
}


/* desktop */
@media screen and (min-width: 768px)
{

#main_visual {
	position: fixed;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}

h1 {
	width: auto;
	margin: 0;
}

h1 img {
	width: auto;
}

h2 {
	padding: 20px 0 20px;
	font-family: 'Spicy Rice';
	font-size: 50px;
	font-style: italic;
}

#container {
	position: relative;
	z-index: 100;
	margin: 100px 0 0;
	padding: 100vh 0 0;
}

#container_inner {
	text-align: center;
	margin: 0 auto;
}

#movies {
	width: 60%;
	margin: 0 auto;
	padding: 0 0 150px;
}

.embed_video {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
}

.embed_video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video_caption {
	margin: 20px 0 50px;
	font-family: 'Spicy Rice';
	font-size: 20px;
	font-style: italic;
	letter-spacing: 0.01em;
}

#members {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 150px;
}

.member_box {
	width: 202px;
	margin: 0 20px 10px;
}

.member_image img {
	width: auto;
}

.member_part {
	margin: 10px 0 10px;
}

.member_part span {
	border-bottom: 1px solid #fff;
	font-family: 'Spicy Rice';
	font-size: 16px;
	font-style: italic;
}

.member_name_eng {
	margin: 0 0 3px;
	font-family: 'Spicy Rice';
	font-size: 26px;
	font-style: italic;
	font-feature-settings: 'palt';
}

.member_name_jpn {
	font-weight: bold;
	font-size: 10px;
}

.member_description {
	margin: 10px 0 10px;
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: 0;
}

#goods_jkt1 img {
	width: 750px;
}

#goods_lst2 img {
	width: 750px;
}

#goods_tee3 img {
	width: 750px;
}

.goods_caption {
	font-size: 20px;
}

#goods_look img {
	width: 750px;
}

#cat_logo {
	padding: 100px 0 150px;
}

#cat_logo img {
	width: 400px;
}

#copyright {
}

#copyright img {
	width: 100px;
}

}