﻿/*
Tutorial Name: Modernize Your Site: Building a YouTube Video Background
Author: Samuel Dalusung
*/


/* GENERAL STYLES
================================================== */

body {font-size: 14px;}

/* pc・sp出し分け */
.sp-none{display:none !important;}
.pc-none{display: block !important;}

.pd0{padding:0!important;}


/* レイアウト系 */
.wdmx300 {max-width: 300px;}
.wd80p {width:100%;}

/*HEADER MAIN-NAV
================================================== */

#header h1 img{ width:5%; }

#member-entry{
	width:10%;
    float: left;
    display: inline;
    text-align: left;
	margin: 0% 0% 0px 2%;
}

#member-entry img{width:100%;}

.inner {margin: 0 auto;}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
	height: 47px;
	padding: 0px;
	background: #fff;
}
#top-head a,
#top-head {
    color: #000000;
    text-decoration: none;
}

#top-head .logo {text-align:center;}

#global-nav>*:not(:last-child){margin-bottom: 30px;}

#top-head.header-sub{
	height: auto;
	padding-top: 0;
}

*[class^="bg_img"]{
	position:relative;
	height:auto;
	top:47px;
}
*[class^="bg_img"] img{padding-top: 0;}


/* ログイン・fCページメニュー */
.login-menu ul{
	width: 300px;
	margin-left: auto; margin-right: auto;
}
#global-nav .login-menu ul li.fanclub a, #global-nav .login-menu ul li.login a{
	display: block;
	padding:10px;
	width: 140px;
}
.login-menu ul li.login a{margin-right: 0;}
#global-nav .login-menu ul li.fanclub a, #global-nav .login-menu ul li.login a{color: #fff;}
#global-nav .login-menu ul li.fanclub a:hover,#global-nav .login-menu ul li.login a:hover {color: rgba(255,255,255,0.7);}
#global-nav .login-menu ul li.login.btn_none a{background-color: #d4d4d4;  pointer-events: none;}

/* snsメニュー */
#global-nav .sns-menu ul{
	width: 160px;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
}
#global-nav .sns-menu ul li a{padding:5px; width:35px !important;height:35px;}

a.item-sns{margin-left: 0;}

/* login */
#mobile-head{display: block;}

#mobile-head .login{
	text-align: center;
	background: #2cb9e4;
    width: 80px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 54px;
}
#mobile-head .login a{
	color: #fff;
	font-size: 13px;
	width: 100%;
	padding: 15px 4px;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
}

.mobile-head-title{display: block;}
.mobile-head-title h1{
	padding: 6px 10px;
    text-align: left;
    font-size: 12px;
}
#top-head .mobile-head-title h1 a{font-size: 12px !important;}

/* グレーアウトボタン */
#mobile-head .login.btn_none{background: #d4d4d4; pointer-events: none;}

/* Toggle Button */
#nav-toggle {
    display: none;
	position: absolute;
	background: #fff;
	right:0;
	top: 0;
	padding: 10px;
    width: 34px;
    height: 27px;
    cursor: pointer;
	z-index: 101;
	box-sizing: content-box;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #9d8642;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
.big-background-single {
    z-index: 1000;
}

#top-head,.inner {
	width: 100%; height: 47px;
	padding: 0;
}


#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -665px;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 40px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav>*{display: block; width: 100%;}

#global-nav ul li{
	display: block;
}

#global-nav ul li a{
	display: block;
	width: 100%;
	font-size: 15px !important;
	color: #000;
	padding: 15px 0;
}

/* global-nav */
.nav-menu ul{
	display: block;
	justify-content: none;
	padding-left: 0; padding-right: 0;
}
.nav-menu ul li a {
	font-size: 15px;
    font-weight: 600;
}

.nav-menu ul li:nth-child(4){border-bottom: none;}

.nav-menu ul li.fc_item a:before{
	top: -5px; left: 50%;
    margin-left: -30px;
    position: relative;
}

/* グレーアウト */
.nav-menu ul li.fc_item.btn_none a{color: #d4d4d4 !important; pointer-events: none;}

#nav-toggle {display: block;}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(600px);
	-webkit-transform: translateY(600px);
	-ms-transform: rotate(600deg);
	transform: translateY(600px);
}

#google_translate_element {
	margin: 0px auto 10px;
	text-align: center;
}



.big-background-container .sp-none{display:block !important;}
.big-background-container .pc-none{display: none !important;}
@media screen and (max-width: 750px){
	.big-background-container .sp-none{display:none !important;}
	.big-background-container .pc-none{display: block !important;}
	.headerImage img{width:100%;}
	a.tubular-mute{display: none;}
}

.big-background{
	height:auto;
	top:0;
	padding-bottom:47px;
}

/* ABOUT SECTION
================================================== */
/*基本背景*/
.about-section {padding:40px 10px;}

/* タイトル画像 */
h2.about-section-title{
	font-size: 36px;
	margin-bottom: 50px;
}

.about-section-title.title-img{
	max-width: 600px; 
	margin-left: auto; margin-right: auto;
}
.about-section-title.title-img img{width: 100%;}

/* more */
a.about-section-btn{
	width: 200px;
	font-size: 20px;
}
a.about-section-btn:after{margin-top: -4px;}

/* バナーエリア */
.top_bnr_area{margin-bottom: 50px;}

/* TOPプロフィール */
@media screen and (max-width: 600px){
	.prof-box{display: block;width:100%;}
	.prof-box>*{display: block;}
	.prof_text{
		width: 100%;
		padding: 30px 0px 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* メンバーメニュー */
.member-menu {
	margin: 0px 0px 10px;
	max-width: 100%;
}


@media screen and (max-width: 600px){
	.member-menu li {
		width: 32%; height: auto;
		margin: 6px 0;
		padding:2px;
	}
	.member-menu li a{display: block;}
	.member-menu li a span{
		display: block;
		top: auto;
		transform: translateY(0);
	}
	.member-menu li a br{display: none;}
}

/*INFORMATION
================================================== */

ul#topics-list li span.update{width: 90px; font-size:14px;}

ul#topics-list li{padding: 20px 30px 12px 0;}

ul#topics-list li a{display: block; margin-top: 5px;margin-left: 0;}


/* SOCIAL */
#social{
	width:80%;
	margin:auto;
	text-align:center;

}
#social ul{margin-top:20px;}
#social ul li{
	float:left;
	width:25%;
	margin:auto;
}

.addtoany_list {padding-top: 10px;}
.addtoany_list a{padding:5px;}
.addtoany_list img{
	width: 35px !important;
	height: 35px !important;
}


/*FOTTER-MENU
================================================== */

.fotter-menu-title{
	background-color: #262626;
	font-family: 'Quattrocento Sans', sans-serif;
    text-align: center;
    font-weight:100;
    color: #fff;
    padding: 12px;
    margin: 0;
	border-bottom:1px solid #676767;
}

.topCommonUl li, #menu-nav-1 li {
	text-align: center;
	position: relative;
	border-bottom: 1px solid #676767;
    background: #262626;
}
.topCommonUl li>*, #menu-nav-1 li>*{
	display: block;
	padding: 10px 15px;
}

.topCommonUl li>* .listH3{
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 300;
}

.topCommonUl li:after, #menu-nav-1 li:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
}
.topCommonUl li:after, #menu-nav-1 li:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.topCommonUl li:last-child {
	border-bottom: none;
}
.topCommonUl li a:link,.topCommonUl li a:visited, #menu-nav-1 li a:link, #menu-nav-1 li a:visited {
	color: #fff;
}

.topCommonUl2 li {
	width:100%;
	position: relative;
	text-align: center;
	color: #000;
}

.topCommonUl2 li:last-child {
	border-bottom: none;
}

.topCommonUl2 li a:link,.topCommonUl li a:visited {
	color: #fff;
}

.topCommonUl2 li p{
	color:#e2e2e2;
	font-size: 15px;
    font-weight: 700;
    padding: 8px 0;
	cursor: pointer;
	position: relative;
}

.topCommonUl2 li p:after{
	content: "＋";
	font-weight: 500;
	display: inline-block;
	position:absolute;
	right: 15px;
	vertical-align: middle;
}
.topCommonUl2 li p.open:after{content: "－";}

.footer_ac{display: none; border-top: 1px solid #aaa;}

.title10 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 15px 0;
	text-align: center;
}


/*MOVIE
================================================== */
#movie-list {display: none;}

.carousel-cell,.carousel-cell iframe {
	width: 100%;
	height: auto;
}


/* SINGLE SECTION
================================================== */
.sub .wrapper{margin-top: 47px; padding-top: 30px;}

.single-section {padding:30px 0;}

.single-section-container {padding:0 10px 50px;}
.single-section-title {font-size: 28px;margin-bottom: 40px;}
.single-section-title img{width:100%;}
.single-inner {padding: 30px 5px;}

.single-inner p {
	text-align: left;
	margin-bottom: 5px;
}

/* PROFILE SECTION
================================================== */
.prof-member {padding:0px !important;}

.prof-member .tile-wrap {
	width:90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.prof-member img{width: 100%;}



.main_profile {width:98%;}

.prof-member p{
    position: relative;
    top: 50px;
}

.prof-member img:hover  {opacity: 0.2;}



/* PROFILE DETAIL
================================================== */
.prof-detail{
display: block;
}

.prof-area{
	width:100%;
	max-width:400px;
	padding:0 0 40px;
	margin:0 auto;
}

.prof-photo {
	max-width: 500px;
}

.prof-text {
	width: 100%;
	max-width:500px;
}


/* BIOGRAPHY
================================================== */
.bio-list li{
	font-size: 14px;
	margin-bottom: 15px;
}
.bio-list li .update{
	font-size: 13px;
	line-height: 1rem;
}

.bio-menu{width: 100%;}

/* DISCOGRAPHY
================================================== */

@media screen and (max-width: 750px){
	.disco-list,.disco-area {
		width: 100%;
		padding: 0;
	}
	
	.disco-list li {
		width: 100%;
		height:auto;
		border: 1px solid #999999;
		margin: 0 0 5px;
		padding:12px;
		text-align: center;
		float: none;
		font-style: 13px;
	}
	
	.disco-list li a {
		width:100%;
		display: inline-block;
		text-align: center;
	}
		
	.disco-img{ height:auto; }
	.disco-img img {
		width:100%;
		height: auto;
		max-width: 400px;
		max-height: none;
	}
	
	.disco-photo {
		float: none;
		margin:auto;
	}
	.disco-text{
		width:100%;
		float: none;
	}
	
	.disco-photo .disco-img {
		width: 100%;
		height: auto;
		display:block;
		margin:auto;
		padding:12px 0;
	}
	
	.disco-photo .disco-img img {
		max-width:	100%;
		max-height: none;
	}
	
	.setlist li {
		width: 95%;
		padding: 10px;
	}
	
	.buy_bt {
		width: 100%;
		padding: 15px 0px;
	}
	
	.musicbar { width: 100%; }

}



/* MAIL MAGAZINE
================================================== */
@media screen and (max-width: 750px){

	.mailmaga form{display: block;}
	.mailmaga form>*{display: block;}
	.mailmaga form .mailmaga-form{width: 100%; margin-bottom: 10px;}
	.mailmaga form .submitBlock{width: 100%; padding-left: 0;}
	.mailmaga .sendButton{width: 270px;}
}


/* NEWS
================================================== */
.news-list,.news-list-detail {
	padding: 20px 5px;
	text-align: left;
}

.news-list-detail{padding-bottom: 20px;}


.news-list-detail dt {
	border-bottom: 1px solid #969696;
	height: auto;
	overflow: auto;
	font-size: 100%;
}

.news-list-detail dd img {
	margin: 10px 0;
	max-width: 100%;
	height: auto;
}

.news-in p img{width: 100%; height: auto;}

.single-section .news-list span.more_news a:link,.single-section .news-list span.more_news a:visited {
	font-size: 140%;
}

.wp-pagenavi {
	margin-top:20px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 6px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.title09 {
	margin: 0 0 0px 0;
	font-size: 13px;
	color: #004792;
}

.cate_list li {font-size: 12px;}

.cate_new_icon {
	padding: 0px 4px;
	font-size: 60%;
}

/*QA
================================================== */
#acMenu{margin-top: 5px;}

/* 問い合わせチャット
================================================== */
#bot_box {
    position: relative;
    width: 100%;
	margin-left: auto; margin-right: auto;
	right: auto; bottom: auto;
}

#bot_conversation li.user:before {left: -24px;}
#bot_conversation li.bot {max-width: 90%;}
#bot_conversation li.bot:before {right: -24px;}
#bot_text {width: 82%;}

#bot_submit {
    width: 42px;
    margin-left: 1%;
}

/*lightbox*/
#lightbox{top: 50px !important;}
#outerImageContainer, #lightboxImage{
    width: 100%!important;
    height: auto!important;
}


/* contact
================================================== */
.list2 address{
	font-style: normal;
}

.contact_form_box p {
	margin-bottom: 5px;
}

.contact_form_box .contact_a {
	color: #000000!important;
}

.contact_form label{float: none;}

.contact_form .contact_a{width: 100%;}

.contact_form select,.contact_form input,.contact_form textarea {
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
}

.wpcf7-not-valid-tip {
	color: #ffffff;
}

.wpcf7-submit {
    max-width: 300px;
	padding: 15px 40px;
}

.wpcf7-mail-sent-ok {
	padding: 10px 0 30px 0 !important;
}

.wpcf7-submit2 {
    max-width: 300px;
    padding: 15px 40px;
}

/* Login
================================================== */

.gray_frame {
	padding: 20px 20px;
	width: 100%;
}

.gray_frame p {text-align: left;}

.gray_frame_left, .gray_frame_right {width: 100%;}

.box40 {
	width: 100%;
	height:30px;
}

#login_errmesg {
	color: #ffffff;
	padding-bottom: 10px;
}


.log_bt >input[type="submit"], .single-section .log_bt >a{
    width: 200px;
    padding: 10px 0;
}

.table-inner-bgcolor .bgray {font-size: 15px;}

#member-table table {font-size: 15px;}

#member-table input {
	height: 30px;
	vertical-align: top;
	font-size: 16px;
}

#member-table input.box6 {width: 100px;}

/* Fanpage
================================================== */
.img_title {margin: 0px auto 20px;}
.img_title img{width: 70%; height: auto;}

.fanmenu {
	width: 100%;
	padding: 10px 0px;
	text-align:center;
}

.fanmenu li {
	width: 90%;
	padding: 0;
    margin: 12px 0;
}

.fanmenu li img {width: 100%;}

.title05 {
	margin: 40px 0px 0 0;
	font-size: 150%;
}

.con_bt {
	width: 250px;
	height: 125px;
	background: url(../images/fanpage/con_bt.jpg) no-repeat;
	background-size: 250px 125px;
}

.news-list-detail dt .font-size1 {font-size: 110%;}
.news-list-detail dt .font-size2 {font-size: 110%;}

.single-section-title2 {
	border-bottom: 1px solid #2cb9e4;
	font-size: 18px;
	margin: 40px 0 10px;
	padding-bottom: 17px;
}

.scroll .textInner {padding: 6px 13px;}

.single-inner.about_fc{
	background: none;
	border: none;
}

.fc_price {width: 100%;}

.member_benefits {
	font-size: 120%;
	text-align: left;
}

/* Fanpage memberscard
================================================== */
.memberscard {
	width: 90% !important;
	margin: 20px auto 20px auto !important;
}

/* Fanpage photo
================================================== */
.news-list-detail .gallery-item dt{
	border-bottom: none;
}

.gallery-item img {max-width: 150px;}

@media screen and (max-width: 520px){
	.gallery-item{width: 50%;}
}

/* Fanpage movie
================================================== */
.movie-list {padding: 20px 0px 20px 0;}

.movie-list li {
	width: 100%;
	padding: 0;
}

.movie-list li iframe {height: auto;}

/* Change password
================================================== */
.sendButton_in {
	font-size: 14px;
	width: 100%;
}

/* Mypage
================================================== */
.mypage_menu {
	width: 100%;
	float: none;
}

.mypage_data {
	width: 100%;
	padding-top: 20px;
	float: none;
}

.mypage_menu li a:before {border-radius: 50%;}

/*会員更新用*/
.updata_btn{
	width: 98%;
	margin:20px auto;
}

.pankuzu{width:95%;}
/*会員更新用 END*/

.mailmagazineForm .change_pass_text {width: 100%;}
.change_pass_box {width: 100% !important;}
.change_pass_box .submitBlock {width: 100% !important;}
.change_pass_box .wpcf7-submit {padding: 10px 40px;}

.pass_retype {margin-bottom: 20px;}
.pass_retype th {width: 40%;}


/* Present
================================================== */
.presentUl .date {margin: 10px 0;}
.presentUl .listH3 {margin: 0px 0 10px;}

/* ボタン
================================================== */
.btstyle a,.btstyle input[type="submit"] {width: 100%;}

/* 会員登録
================================================== */
.formStyle01 form{width: 100%;}
.formStyle01 form table{width: 100%;}
.formStyle01 form table td{width: 70%;}
.formStyle01 form table td input{width: 100%;}


/*footer
================================================== */

#footer{background-color:#676767;padding-top: 0;}

.fotter-menu{display: none;}

@media screen and (max-width: 600px){

	.footer_menu .title05{display: block;}

	#footer{padding: 0;}

	ul.footer_ac .title05{margin: 0;}
	ul.footer_ac li{display: block;}
	ul.footer_ac li:not(:last-child){margin-right: 0;}
	ul.footer_ac li a{
		display: block;
		padding: 8px;
		border-bottom: 1px solid #aaa;
	}
}

@media screen and (orientation: landscape) {
   /* 縦向きの場合のスタイル */
	.headerImage{
		padding-top:150px;
		margin-top:150px
	}

}


/*===========================================================
メンバーギャラリー　lightbox
===========================================================*/

.eyecatch_img img {width: 100px;}

.el1 .eyecatch-list li {
	width: 100%;
	float: none;
	margin-left: 0; margin-right: 0;margin-bottom: 10px;
}

.el1 .eyecatch-list .eyecatch_txt{
	width: auto; height: auto;
	float: none;
}

.el1 .eyecatch-list .eyecatch_txt p {
	text-align: center;
}

.single-inner p.movie_day {
	text-align: center;
}

.form1 .wpcf7-text {
	width: 100%;
}

.form1 textarea {
	width: 100%;
}

.form1 .wpcf7-submit {
	padding: 20px 80px;
}

.comingsoon {
	text-align: center !important;
	padding: 50px 0 50px !important;
}


/* iOSで入力フォームを選択したときにズームさせない */
input[type="text"], input[type="email"], input[type="password"], textarea{
	font-size: 16px !important;
	width: 100%;
}

#twitter-widget-0, #twitter-widget-1 {
    width: 720px !important;
    max-width: 90%!important;
}


/* SP css member_entry
================================================== */
	/* entry-agreement */
	

.fanpage .img_title img.wdmx300{
	width: 100%;
	max-width: auto;
}
.sp100 {width: 100%;}

.list2 li {width: 100%;}

.step {
	width: 100%;
	margin: 32px auto 80px;
}
.step td {
	padding: 12px 20px 12px 20px
}
.fee,.expiration {
	width: 100%;
}
.expiration .dateLine .exp {
	height: 30px;
}
.expiration .dis_ib {
	width: 100%;
}
.expiration .dateLine .joinP {
	background: url("../images/entry-agreement/arrow2.png") no-repeat 48px bottom;
}
.entry-agreement-bt .comBtn01 {
	width: 280px;
}


div#to-memberconf {width: 100%;}
#member-table {
	border: none;
}
#member-table tr {
	display: block;
	margin-bottom: 10px;
}
#member-table td {
	width: 100%;
	display: block;
	text-align: left;
}
#member-table td:before {
	float: left;
}

#member-table .box40 {
	width: 100%;
}

.cstitle{padding: 20px 35px;}

/* 会員継続フォーム */

.list3 {width:100%;padding:0!important;}

.list3 li {width: 100%}

.form_erea .list3.col02 li{
	display: block;
	width: 100%;
	margin-left: 0;
}

.mailmagazineForm {
    width: 100%;
}

.mailmaga-form {
    width: 100%;
    float: none;
    margin-top: 30px;
}

.mailmagazineForm .singleInp {
    width: 100%;
}


.mailmaga-form label {
    display: block;
}

.submitBlock {
    display: block;
    float: none;
}

.topyoutube {
    width: 100%;
    height: 300px;
}
