﻿@charset "utf-8";

/*-------------------------*/
/*  font-set
/*-------------------------*/
@font-face {	font-family: "yumin";	src: url(../fonts/yumindb.eot) format("eot"), url(../fonts/yumindb.woff) format("woff");}
@font-face {	font-family: "myriadpro_Bold";	src: url(../fonts/myriadpro_Bold.eot) format("eot"), url(../fonts/myriadpro_Bold.woff) format("woff");}
@font-face {	font-family: "myriadpro_regular";	src: url(../fonts/myriadpro_regular.eot) format("eot"), url(../fonts/myriadpro_regular.woff) format("woff");}
.font_min {		font-family: yumin, sans-serif;}

/*-------------------------*/
/*  base
/*-------------------------*/
.pc {display: block;}
.sp {display: none;}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1200px;
	position: relative;
	line-height: 1.3;
}
nav {
	font-family: myriadpro_regular, serif;
}
h1,h2,h3,h4 {
	font-family: myriadpro_Bold, serif;
	text-align: center;
}
h2 {	font-size: 48px; margin-bottom: 30px}
h3 {	font-size: 36px;}

/*	ancher 	*/
a {	-webkit-transition: all 0.3s 0s ease;	-moz-transition: all 0.3s 0s ease;	transition: all 0.3s 0s ease;	text-decoration: none;	color: #000;}
a:hover { opacity: 0.5;}
nav a:hover {	text-decoration: underline; opacity: 1;}
a:visit,a:hover,a:link{	color: #000;}

/*	setCommon 	*/
.center {	text-align: center;}
.bold {	font-weight: bold;}
.left {	float: left;}
.right { float: right;}
.mt20 {	margin-top: 20px;}
.mt30 {	margin-top: 30px;}
.mt40 {	margin-top: 40px;}
.mt50 {	margin-top: 50px;}
.mt60 {	margin-top: 60px;}
.mb20 {	margin-bottom: 20px;}
.mb30 {	margin-bottom: 30px;}
.mb40 {	margin-bottom: 40px;}
.mb50 {	margin-bottom: 50px;}
.mb60 {	margin-bottom: 60px;}

/*	col2	 */
.col5,.col4,.col3,.col2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}

.col2 > div {	flex: 1 calc(100% / 3);}
.col2 > div:nth-child(2n) {	margin-right: 0px;}
.col2 > div:nth-child(n+3) {}
.col2.bg > div {	background: #fff4ed;}

/*	col3	 */
.col3 > div {	flex: 1 calc(100% / 4);	margin-right: 15px;}
.col3 > div:nth-child(3n) {	margin-right: 0px;}
.col3 > div:nth-child(n+4) {	margin-top: 19px;}

.col3 .img img,.col4 .img img {	width: 100%;}
.col3 .detail,.col4 .detail {	line-height: 1.2em;}
.col3 .detail p,.col4 .detail p {	font-size: 12px;}
.col3 .detail p.no,.col4 .detail p.no {	text-align: center;	margin-bottom: 10px;}
.col3 .detail h4,.col4 .detail h4 {	
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}

/*	col4	 */
.col4 > div {	flex: 1 calc(100% / 5);	margin-right: 15px;}
.col4 > div:nth-child(4n) {	margin-right: 0px;}
.col4 > div:nth-child(n+5) {	margin-top: 19px;}

/*	col5	 */
.col5 > div {	flex: 1 calc(100% / 6);	margin-right: 15px;}
.col5 > div:nth-child(5n) {	margin-right: 0px;}
.col5 > div:nth-child(n+6) {	margin-top: 19px;}


.sns a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/twitter.png) no-repeat center;
	text-indent: -9999px;
}
.btn a {
	display: inline-block;
	width: 42%;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	background: #ffd200;
	padding: 20px 0;
	margin:  0 auto 50px;
	box-sizing: border-box;
}
.list a {
	display: block;
	font-size: 10px;
	width: 60px;
	border-radius: 50px;
	background: #ffd200;
	font-weight: bold;
	padding: 8px 13px;
	box-sizing: border-box;
	margin:  0 auto 50px;
}
.list span {
	color: #fff;
	font-size: 12px;
}
section .box {
	padding: 90px 0 110px;
}

/*-------------------------*/
/*  header
/*-------------------------*/
header {
	width: 100%;
	height: 95px;
	position: fixed;
	border-top: 5px solid #000;
	background: rgba(255,255,255,0.7);
	z-index: 999999;
}
header h1 {
	position: absolute;
	left: 20px;
	top: 0px;
}
header h1 {
	width: 160px;
	height: 160px;
	background: #ffd200;
	transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-webkit-transform-origin:0 100%;
	transform:skewX(-10deg);
	-moz-transform:skewX(-10deg);
	-webkit-transform:skewX(-10deg);
}
header h1 p {
	position: absolute;
    top: 49px;
    left: 34px;
}
header h1 p a {
	display: block;
	width: 90px;
	height: 56px;
	background: url(../images/header_logo.png) no-repeat center;
	text-indent: -9999px;
}
header nav {
	min-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 240px;
}
header nav ul {
	position: relative;
}
footer nav li,
header nav li {
	margin-right: 30px;
	display: inline-block;
}
footer nav li:last-child,
header nav li:last-child {
	margin-right: 0px;
}

header nav li.sns {
	position: absolute;
	right: 20px;
	top: -10px;
	width: 40px;
	height: 40px;
	z-index: 9999;
}


/*-------------------------*/
/*  top_main
/*-------------------------*/
section#main {
	margin-bottom: -10px;
}
section#main img {
	width: 100%;
}

/*  top_sns
-------------------------*/
section#sns {
}
section#sns ul,
section#sns .twitwrap {
	width: 90%;
	max-width: 600px;
	margin: 30px auto 0;
	height: 340px;
}
section#sns div#blog {
	background: url(../images/blog_bg.png) repeat center;
}
section#sns div#blog li {
	margin-bottom: 10px;
}
section#sns div#blog li a {
	display: block;
	background: #fff;
	padding: 20px;
	box-shadow:5px 5px 0px 0px #ffd200;
	-moz-box-shadow:5px 5px 0px 0px #ffd200;
	-webkit-box-shadow:5px 5px 0px 0px #ffd200;
}
section#sns div#blog li .date {
	color: #aaaaaa;
	display: inline-block;
	margin-right: 10px;
}

section#sns div#twitter {
	background: #ffd200;
}
section#sns #twitter h2 {
	margin-bottom: 120px;
}



/*-------------------------*/
/*  top_discography
/*-------------------------*/
section#discography {
	background: url(../images/disco_bg.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}
section#discography .col2 {
	width: 1200px;
	margin: 0 auto;
	max-width: 1200px;
	background: #fff;
}
section#discography .col2 img {
	width: 100%;
	margin: 0 0 -5px;
}
section#discography .detail {
	padding: 50px;
}
section#discography .detail h3 {
	text-align: left;
	margin: 20px 0 0;
}
section#discography .detail p {
	margin: 50px 0;
}
section#discography .detail .btn a {
	width: 100%;
}
section#discography .detail .date {
	color: #aaaaaa;
}

section#discography.discography_detail {
    margin-bottom: 75px;
}


/*-------------------------*/
/*  top_discography
/*-------------------------*/
section#member {
	background: url(../images/blog_bg.png) repeat center;
}
section#member > div {
	text-align: center;
}
section#member .right {
	float: none;
}
section#member .img {
	width: 228px;
	height: 228px;
	border-radius: 50%;
	margin: 0 auto;
	overflow:  hidden;
}
section#member img {
	text-align: center;
	width: 100%;
	max-width: 260px;
}
section#member .class {
	font-size: 12px;
	font-weight: bold;
	background: #ffd200;
	display: inline-block;
	margin: 30px auto 25px;
	color: #fff;
	padding: 0 15px;
}
section#member h3 {
	font-size: 30px;
	margin: 0 auto 10px;
}
section#member div.name {
	color: #aaaaaa;
	font-size: 10px;
	margin-bottom: 30px;
}
section#member .sns {
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

/*-------------------------*/
/*  top_works
/*-------------------------*/
section#works {
	min-height: 400px;
}
section#works {
	background: url(../images/works_bg.png) repeat center;
}
section#works .worksWrap {
	max-width: 430px;
	margin: 0 auto;
}
section#works .left {
	width: 130px;
	float: left;
}
section#works .left .img {
	width: 100%;
	max-width: 130px;
	border-radius: 50%;
	margin: 0 auto;
	overflow:  hidden;
}
section#works .left img {
	text-align: center;
	width: 100%;
	max-width: 130px;
	display: block;
}
section#works .left h3 {
	font-size: 16px;
	margin-top: 20px;
}
section#works .right {
	float: left;
	background: #ebebeb;
	width: 240px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
    margin-left: 20px;
}
section#works .right:after {
	content: "";
	position: absolute;
	top: 75px; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ebebeb transparent transparent;
}
section#works .right .text {
	padding: 30px;
}
section#works .right .date {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
section#works .right .link {
	padding: 45px 30px 25px;
	font-size: 10px;
	background: #ffd200;
	position: relative;
	border-bottom-right-radius: 10px;  
    border-bottom-left-radius: 10px;  
}
section#works .right .link:before {
	position: absolute;
	top: 15px;
	left: 30px;
	display: block;
	content: "";
	width: 50px;
	height: 13px;
	background: url(../images/link_blank.png) repeat center;
}


/*-------------------------*/
/*  cnt
/*-------------------------*/
#cnt section .inner{
	width: 1200px;
	margin: 0 auto;
}
#cnt h2 {
	padding-top: 100px;
	height: 300px;
	line-height: 300px;
	background: url(../images/disco_bg.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
	color: #ffd200;
	margin-bottom: 75px;
}
#cnt article {
	margin: 0 0 75px;
}
#cnt section.left {
	width: 65%;
	margin-right: 5%;
	margin-bottom: 60px;
}
#cnt section.right {
	width: 30%;
}
#cnt section .box {
	margin: 0 0 75px;
	padding: 0;
}

/*-------------------------*/
/*  cnt_blog
/*-------------------------*/
#cnt section#blog h4,#cnt section#blog h3 {
	text-align: left;
}
#cnt section#blog {
    background: url(../images/blog_bg.png) repeat center;
}

/*	left: */
#cnt section#blog article {
    display: block;
    background: #fff;
    padding: 20px;
    box-shadow: 5px 5px 0px 0px #ffd200;
    -moz-box-shadow: 5px 5px 0px 0px #ffd200;
    -webkit-box-shadow: 5px 5px 0px 0px #ffd200;
}
#cnt section#blog article .data{
	margin: 0 0 10px;
}
#cnt section#blog article .tag{
	margin: 0 0 10px;
}
#cnt section#blog #tag p {
	display: inline;
	margin-right: 10px;
}

/*-------------------------*/
/*  cnt_about
/*-------------------------*/
#cnt section#about {
	text-align: center;
}
#cnt section#about .text {
	font-family: yumin, serif;
	line-height: 180%;
	padding: 20px 0 110px;
}
#cnt section#about .text strong {
	font-size: 36px;
	display: inline-block;
	margin-bottom: 40px;
	font-weight: bold;
}
#cnt section#about h4,#cnt section#about h3 {
	margin-bottom: 10px;
}

/*-------------------------*/
/*  cnt_discography
/*-------------------------*/
#cnt section#discography {
    background: #fff;
}
#cnt section#discography .box {
	float: left;
	width: 30%;
	margin-right: 5%;
}
#cnt section#discography .box:nth-child(3n) {
	margin-right: 0%;
}
#cnt section .disco_block {
	margin: 0 0 35px;
	padding: 0;
	font-size: 14px;
	min-height: 580px;
}
#cnt section.right .disco_block {
	min-height: auto;
}

#cnt section .disco_block .left {
	width: 40%;
	margin-right: 5%;
}
#cnt section .disco_block .right {
	width: 55%;
}
#cnt section h3 {
	margin: 0 0 10px;
}
#cnt section .disco_block h4 {
	font-size: 20px;
	margin: 20px 0;
	font-weight: bold;
}
#cnt section .disco_block .data {
	font-size: 12px;
	text-align: center;
}
#cnt section#discography .text {
	margin-bottom: 20px;
}
#cnt section#discography .img {
	margin-bottom: 5px;
}
#cnt section .disco_block img {
	width: 100%;
}
#cnt section .small_btn a {
	display: block;
    width: 80%;
    text-align: center;
    border-radius: 50px;
    background: #ffd200;
    padding: 10px 0;
    margin: 10px auto 0;
    box-sizing: border-box;
}

/*-------------------------*/
/*  cnt_member
/*-------------------------*/
section#member {
}
#cnt section#member .box {
	float: left;
	width: 47%;
	margin-right: 5%;
}
#cnt section#member .box:nth-child(2n) {
	margin-right: 0%;
}
#cnt section#member .text {
	margin-bottom: 20px;
}
#cnt section#member .img {
	width: 228px;
	float: left;
	margin-right: 20px;
}
#cnt section#member h3 {
	text-align: left;
}
#cnt section#member .right {
	float: left;
	width: 50%;
	text-align: left;
}
#cnt section#member .class {
    margin: 30px 0 25px;
}
#cnt section#member .sns {
    margin: 0;
}

/*-------------------------*/
/*  cnt_works
/*-------------------------*/
#cnt section#works .worksWrap {
    max-width: 100%;
    margin: 0 auto;
}
#cnt section#works .inner {
	min-height: 300px;
}
#cnt section#works .left .img {
    width: 130px;
	height: 130px;
    max-width: 130px;
    border-radius: 50%;
    margin: 0 auto 20px;;
    overflow: hidden;
}
#cnt section#works .right {
    float: left;
    background: #ebebeb;
    width: 87%;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    margin-left: 20px;
}

/*-------------------------*/
/*  cnt_contact_cnt
/*-------------------------*/
#cnt section#contact_cnt #contactwrap p {
	text-align: center;
	line-height: 180%;
}


/*-------------------------*/
/*  contact
/*-------------------------*/
section#contact {
	background: url(../images/contact_bg.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
	padding: 155px 0 175px;
	text-align: center;
}
section#contact .box {
	width: 1200px;
	margin: 0 auto;
}
section#contact p {
	color: #fff;
	margin-bottom: 50px;
}
section#contact a {
	margin-bottom: 60px;
}
section#contact #totop a {
	display: block;
	width: 72px;
	height: 80px;
	background: url(../images/totop.png) no-repeat center top;
	text-indent: -9999px;
	margin: 0 auto;
}

/*-------------------------*/
/*  footer
/*-------------------------*/
footer {
	width: 100%;
	background: rgba(0,0,0,0.7);
	height: 95px;
	position: absolute;
	bottom: 0px;
}
footer .box {
	width: 1200px;
	height: 95px;
	margin: 0 auto;
	position: relative;
}
footer nav,footer h1 {
	float: left;
}
footer nav,footer h1,footer nav a {
	color: #fff;
	height: 95px;
}
footer .box > p {
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 45%;
	font-size: 10px;
}
footer h1 {
	width: 75px;
	height: 46px;
	background: url(../images/footer_logo.png) no-repeat center;
	text-indent: -9999px;
	background-size: cover;
	margin: 22px 30px 0 20px;
}
footer nav ul li {
	padding-top: 40px;
}

/*-------------------------
/*  CONTACT
/*-------------------------*/
.text-center {
	text-align: center;
}


#contact .init {
    width: 100%;
    max-width: 410px;
    margin: 30px auto 0;
    text-align: left;
}
#contact .init button {
	width: 100px;
	margin-bottom: 30px;
}
#contact .init input.reset {
	width: 100px;
	margin-bottom: 30px;
}

select,
input,
textarea {
    width: 100%;
    box-sizing: border-box;
}

#contact .init p {
    font-size: 11px;
    margin-bottom: 30px;
    color: #666;
}

.wpcf7-submit {
    margin: 0 auto;
}

#cnt #contact {
    padding: 120px 0 0;
    text-align: center;
}

.mw_wp_form.mw_wp_form_complete {
    text-align: center;
}





