@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
}
body.noscroll {
	height: 100%;
	overflow: hidden;	
}
.wrap {
	min-width: 100%;
}
.container {
	width: 100%;
	padding: 0 10px;
}
.container.last-child {
	margin-bottom: 0;
}
.container-voice{
	width: 100%;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	overflow: hidden;
}
.row-no-offset [class*=col-sm-] {
	padding: 0;
}
.row [class*=col-sm-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	overflow: hidden;
	float: left;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-2 {
	width: 16.666667%;
}
.col-sm-2s {
	width: 20%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-8 {
	width: 66.66666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-12 {
	width: 100%;
	margin-bottom: 15px;
}
.row>.col-sm-12:last-child {
	margin-bottom: 0;
}
.row>.col-sm-12.last-child {
	margin-bottom: 0;
}
.col-sm-offset-0 {
	margin-left: 0;
}
.col-sm-offset-2 {
	margin-left: 16.666667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.333333%;
}

.row-nopadding>[class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}

.visible-md,
.visible-lg {
	display: none !important;
}
.visible-sm {
	display: block !important;
}
.hidden-sm {
	display: none !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.414;
}
h1 {
	font-size: 28px;
}
h2 {
	box-sizing: border-box;
	margin: 0 0 40px;
	text-align: center;
	font-size: 24px;
}
h2 big {
	font-size: 10px;
	margin-bottom: 10px;
}
h2 small {
	margin-top: 10px;
	font-size: 10px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
small {
	font-size: 95%;	
}
big {
	font-size: 120%;
}
b {
	font-size: 200%;	
	font-weight: bold;
}

.text-center-sm {
	text-align: center;
}
.text-space {
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 10px;
}
/* Buttons
-------------------------------------------- */
.btn-lg {
	width: 50%;
}
.btn-md {
	width: 28%;
	font-size: 10px;
}

/* head-menu */
#nav-menu {
	display: block;
}
.menu-icon {
	display: block;
	float: left;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.menu-icon span {
	display: block;
	width: 22px;
	height: 2px;
	background: #FFF;
	margin-bottom: 6px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.menu-icon span.bar1 {
	margin-top: 1px;
}
.menu-icon span.bar3 {
	margin-bottom: 1px;
}
.menu-icon.active {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-icon.active .bar1 {
	-webkit-transform: rotate(0deg) translateY(8px);
	-moz-transform: rotate(0deg) translateY(8px);
	-ms-transform: rotate(0deg) translateY(8px);
	-o-transform: rotate(0deg) translateY(8px);
	transform: rotate(0deg) translateY(8px);
}
.menu-icon.active .bar2 {
	opacity: 0;
}
.menu-icon.active .bar3 {
	-webkit-transform: rotate(-90deg) translateX(8px);
	-moz-transform: rotate(-90deg) translateX(8px);
	-ms-transform: rotate(-90deg) translateX(8px);
	-o-transform: rotate(-90deg) translateX(8px);
	transform: rotate(-90deg) translateX(8px);
}
#wrap {
	width: 100%;
	height: 100%;
}
#wrap.active nav#nav-menu {
	height: 100%;
	z-index: 999;
	overflow: auto;
}
#wrap.active nav#nav-menu .menu-list-container {
	opacity: 1;
	text-align: center;
	background: #F8F8F8 url(../images/template/navi_sp_bg.png) 0 0 no-repeat;
	background-size: contain;
	padding: 120px 0 60px;
}
#wrap.active nav#nav-menu .menu-list-container ul {
}
#wrap.active nav#nav-menu .menu-list-container ul li {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}
#wrap.active nav#nav-menu .menu-list-container ul li a, #wrap.active nav#nav-menu .menu-list-container ul li a:hover {
	color: #222;
	text-decoration: none;
}
#nav-menu {
	color: #222;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	right: 0;
	margin: 0;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#nav-menu .menu-icon-container {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	padding: 20px 19px;
	background: #000;
}
#nav-menu .menu-list-container {
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
}
#nav-menu .menu-list-container.active {
	display: block;
}
#menu dl dt {
	font-size: 17px;
}

/* Id
-----------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
  z-index: 9999;
	height: 60px;
	margin: 0;
}
header.on {
  position: fixed;
	top: 0;
	left: 0;
  z-index: 9999;
}
header h1 {
	position: fixed;
	top: 10px !important;
	left: 10px !important;
	width: 40px;
	z-index: 99999;
	margin: 0;
}
#temp-image {
	height:180px;
}
#temp-image:before{
}
#temp-image .temp-image-title {
	bottom: 50px;
	font-size: 20px;
}
#pankuzu {
	height: 30px;
	padding: 8px 0;
	font-size: 11px;
	letter-spacing: 0px;
}
#main {
	padding: 15px 0 0;
}
footer {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50;
	padding-left: 0;
}
footer .footer-sign {
	width: 100%;
	text-align: center;
}
footer .footer-sign img {
	height: 60px;	
}
footer .footer-nav {
	width: 90%;
	margin:15px auto;
}
footer .footer-nav li {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}
footer .footer-nav li.icon {
}
footer .footer-nav li.icon.facebook {
}
footer .footer-nav li.icon.instagram {
}
footer .footer-nav li.icon.youtube {
}
#copyright {
	padding: 15px;
	font-size: 9px;
	text-align: center;
}

/* Normal
-----------------------------------------------*/
#top-movie {
	position: relative;
	height: 80vh;
	background: url(../images/index/top_movie_bg_sp.jpg) 50% 50% no-repeat;
	background-size: cover;	
}
#top-movie .top-movie-block {
	height: 80vh;
	background-size: cover;	
}
#top-movie .top-movie-block:before {
}
#top-movie .top-moive-sign-block {
	bottom: 50px;
}
#top-movie .top-moive-sign {
	width: 48%;
	left: 50%;
	top: 33.333333%;
	transform: translateX(-50%);
}
#top-movie .top-moive-sign span {
	font-size: 80px;
}
#top-movie .top-moive-sign span.small {
	font-size: 12px;
	letter-spacing: 1;
}
#top-movie .top-movie-txt {
	width: 74%;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
}
#top-movie .top-movie-txt span {
	display: block;
	font-size: 26px;
	letter-spacing: 2px;
}
#top-movie .top-movie-txt span.small {
	font-size: 14px;
	letter-spacing: 0;
}
#works {
	height: inherit;
	padding-top: 40px;
	background: url(../images/index/works_bg_sp.png) 0 100% no-repeat, linear-gradient(to bottom right, #000000, #241F3F);
	background-size: 100%;
}
#works .works-list {
	margin: 0 auto 50px;
}
#works .works-list li {
	box-sizing: border-box;
	position: relative;
	width: 46%;
	height: 46%;
	float: left;
	margin: 2%;
	text-align: center;
}
#works .works-list li .works-list-img {
	width: 100%;
	height: 100%;
}
#works .works-list li .works-list-title {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
}
#works .works-list li .works-list-title small {
	font-size: 10px;
}
#works .works-list li .works-list-explain {
	top: 50px;
	font-size: 8px;
}
#works .works-list li a {
}
#works .works-list li:before {
}
#works .works-list li:hover:before {
}
#works .works-list li:hover .works-list-title, .works-list li:hover .works-list-explain {
}
#biography {
}
#biography .biography-1 {
	height: inherit;
	padding-top: 40px;
}
#biography .btn-block {
	margin-bottom: 50px;
}
#biography .btn-block .btn {
}
#biography .btn-block .btn:last-child {
}
#biography .biography-1 .biography-1-txt {
	font-size: 16px;
	margin-bottom: 50px;
}
#biography .biography-2 {
	position: relative;
	height: 350px;
	margin-bottom: 0;
}
#biography .biography-3 {
	position: relative;
	height: 500px;
	margin-bottom: 0;
}
#biography .biography-4 {
	float: left;
	height: inherit;
	padding-top: 50px;
	margin-bottom: 0;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#biography .biography-4 .btn-block {
	margin-bottom: 30px;
}
#biography .biography-4 .artist {
	margin-bottom: 30px;
}
#biography .biography-4 .artist span {
	margin-bottom: 10px;
}
#biography .biography-4 .artist span:first-child {
	margin-bottom: 10px;
	font-size: 12px;
}
#biography .biography-4 .artist span:last-child {
	margin-bottom: 0;
	font-size: 10px;
}
#biography .biography-4 .biography-4-txt {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 12px;
}
#client-works {
	height: inherit;
	padding-top: 40px;
	padding-bottom: 40px;
}
#news {
	padding-top: 40px;
}
#news .news-list {
	width: 100%;
	margin-bottom: 40px;
}
#news .news-list li {
	padding: 10px 0;
}
#news .news-list li span {
	padding: 0 15px;
	font-size: 12px;
}
#news .news-list .news-date {
}
#news .news-list .news-title {
}
/* Normal
-----------------------------------------------*/
/*BIOGRAPHY*/
#introduction {
	box-sizing: border-box;
	background: #E0DDDB;
}
#introduction .intro-text {
	padding-top: 40px;
}
#introduction .intro-text .btn-block {
	margin-bottom: 50px;
	text-align: center;
}
#introduction .intro-text .intro-content {
	width: 80%;
	font-size: 14px;
	margin-bottom: 50px;
}
#introduction .intro-img {
	line-height: 0;
}
#introduction .intro-img img {
}
#yuuki {
	padding: 50px 0;
}
#yuuki h2 {
	margin-bottom: 50px;
}
#yuuki .intro-en {
	width: 80%;
	margin-bottom: 50px;
}
#yuuki .intro-en p {
	line-height: 180%;
	font-size: 14px;
}
#yuuki .intro-en2 {
	width: 80%;
	margin: 0 auto 50px;
	overflow: hidden;
}
#yuuki .intro-en2 p {
	font-size: 14px;
	line-height: 180%;
}
#yuuki .intro-more a {
	font-size: 12px;
}
#history {
}
#history .history-txt {
	padding-top: 40px;
}
#history .history-txt .btn-block {
	margin-bottom: 40px;
}
#history .history-txt .history-list {
	width: 80%;
	margin: 0 auto 40px;
	font-size: 12px;
}
#history .history-txt .history-list li {
	width: 100%;
	margin-bottom: 20px;
}
#history .history-txt .history-list li span {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#history .history-txt .history-list li span.date {
	text-align: left;
}
#history .history-txt .history-list li span.content {
}
#history .history-img {
}
#history .history-img img {
}
#history-bottom {
	height: 120px;
	background: url(../images/biography/history_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#media {
	padding: 40px 0;
}
.media-list span {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
}
#bio-btn {
	height: 240px;
}
.onlineroom, .orderflow {
	height: 120px;
	margin: 0;
}
.onlineroom {
}
.onlineroom:before {
}
.orderflow {
}
.onlineroom .btn, .orderflow .btn {
}
#online-bottom {
	height: 100px;
	background: url(../images/biography/online_bg.jpg) 50% 50% no-repeat;
	background-size: contain;
}
/*WORKS*/
#cat-description {
	background-size: 50%;
	padding: 30px 0 40px;
}
#cat-description .btn-block {
	margin-bottom: 50px;
}
#cat-description .cat-des-content {
	width: 100%;
	font-size: 24px;
	margin: 0 auto;
}
#cat-description p {
	width: 80%;	
	margin: 0 auto;
	padding-top: 50px;
}
#cat-list {
	padding: 20px 0 5px;
}
#cat-list .works-list {
}
#cat-list .works-list-item {
	width: 50%;	
}
#cat-list .works-list-item .works-list-item-img {
}
#cat-list .works-list-item .works-list-item-img img {
}
#cat-list .works-list-item .works-list-item-tag {
	position: absolute;
	bottom: 0;
	padding: 5px;
	width: 100%;
	line-height: 1;
}
#cat-list .works-list-item .works-list-item-tag span {
	margin-right: 5px;
}
#cat-list .works-list-item .works-list-item-tag span a {
	padding: 5px;
}
#cat-list .works-list-item .works-list-item-tit {
	padding: 10px;
}
#work-detail {
	padding: 20px 0;
}
#work-detail .work-post {
	width: 100%;
}
#work-detail .work-post .post-img {
}
#work-detail .work-post h2 {
}
#work-detail .work-post h2.nomargin {
}
#work-detail .work-post .post-title {
	padding: 50px 20px 20px;
	margin-bottom: 20px;
}
#work-detail .work-post .post-title .post-cat {
	padding: 10px;
}
#work-detail .post-content {
	width: 80%;
	margin: 20px auto;
	font-size: 14px;
}

/* Page navi
-------------------------------------------- */
#news-list {
	padding-top: 40px;
}
#news-list .news-list {
	width: 100%;
	margin-bottom: 40px;
}
#news-list .news-list li {
	padding: 20px 0;
}
#news-list .news-list li span {
	padding: 0 10px;
	font-size: 13px;
}
#news-list .news-list .news-date {
	text-align: left;
}
#news-list .news-list .news-title {
}

/* Page navi
-------------------------------------------- */
#pctrl {
	margin: 10px auto 0;	
}
#pctrl li {
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
#pctrl li a, #pctrl li a:hover, #pctrl li span {
	padding: 10px 15px;
}
/* Forms
-------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
	padding: 10px;
}

