@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*共通*/

body {
	background: #ffffff;
	color: #000000;
	font-family:"Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Roboto","Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, Verdana, Meiryo, sans-serif;
	width: 100%;
	margin: auto;
	font-size: 1rem;
}

p {
	font-size: 1rem !important;
	line-height: 1.6 !important;
}

ul li,
ol li {
	list-style: none;
}

a {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Roboto","Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, Verdana, Meiryo, sans-serif;
	letter-spacing: 2px;
}


.global-header {
	background: #ffffff;
	height: 90px;
}
.global-header-ghost {
	display: none;
}

.column_widget_menu ul {
	text-align: left;
	margin: 10px 0 15px;
}

.top-bar ul.right li > a,
.column_widget_menu ul li > a {
	font-family:"Roboto","Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, Verdana, Meiryo, sans-serif;
	font-size: 1.3rem;
	color: #000000;
	font-weight: 700;
	letter-spacing: 2px;
}

.global-header .top-bar-section {
	padding: 25px 0;
}

.top-bar-section ul li {
	float: none !important;
	display: inline-block;
}

.top-bar ul.right li > a:hover,
.column_widget_menu ul li > a:hover {
	color: #faf2f0 !important;
}

.title-area h1.site_title a {
	background: url(//img.futureartist.net/img/maneki_logo.png) left top / 100% auto  no-repeat;
	width: 180px !important;
	height: 77px !important;
	text-indent: -9999px;
	display: block;
}

.top-bar .title-area {
  /*  float: none;
    position: absolute;
    top: 5px;*/
	z-index: 1;
}

.title-area h1.site_title a:hover {
	opacity: 0.8;
}

ul.right li a[href="/cart/order/cart_store_list"],
ul.off-canvas-list li a[href="/cart/order/cart_store_list"] {
    display: none;
} 

/*main*/

.content-wrap,
.contents{
	background: #ffffff;
	width: 100%;
}

body.template .content_body {
	background: #ffffff !important;
	border: #000000 solid 1px;
	border-radius: 0;
}


body.template header,
.widget.content header,
.widget.content,
h2.widget_header,
.settings_header .settings_title,
.widget_header .header_title,
.widget_header .widget_title,
.widget_title .widget_title{
	text-align: center;
}

body.template header h2 > a,
.widget.content header h2,
.widget.content h2 a,
h2.widget_header,
.settings_header .settings_title,
.widget_header .header_title,
.widget_header .widget_title,
.widget_header .widget_title a,
.widget_title .widget_title,
.widget_title .widget_title a{
	text-decoration: none;
	font-size: 1.3rem !important;
	font-family: "Roboto", sans-serif;
	font-weight: 700 !important;
	letter-spacing: 2px;
}


.f-show.f-video body.template header h2 {
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.billboard #down_anchor {
	display: none !important;
}


.item_title a,
.content_body .title:not(.subtitle) {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.content_body .label {
	line-height: 1 !important;
	padding: 5px 8px !important;
}

.content_body article {
	border-top: #000000 solid 1px;
}

.content_body .no-bullet li,
.widget-item-thumbnail-list .vertical-list-item {
    border-bottom:#000000 dashed 1px;
    padding: 1em 0;
	margin-bottom: 0;
	word-wrap : break-word;
}

.content_body .no-bullet li:last-child {
	border: none;
}

.f-home .content_body .no-bullet li:first-child,
.f-home .widget-item-thumbnail-list .vertical-list-item:first-chil {
	padding-top: 0;
}

.widget-item-thumbnail-list .widget-item-list-table .widget-item-list-right.widget-item-list-cell {
	padding-left: 0;
}

body.template .content_body header {
	margin-bottom: 0;
}

body.template .content_body h3.subheader {
	margin-bottom: 0;
}

.content_body .no-bullet li h3 {
	margin-top: 0;
}

body.template header .right > a {
	background: rgba(255,255,255,0);
	color: #000000;
	border-radius: 0;
}

body.template header .right > a:hover {
	background: rgba(255,255,255,0) !important;
	color: #666666;
}


.label.secondary {
	background-color: #000000;
}

button, .button,
button.secondary, .button.secondary{
    background-color: #ffffff;
    border: #000000 solid 1px;
    color: #000000;
	border-radius: 0 !important;
}

button, .button:hover,
button.secondary:hover,
.button.secondary:hover{
    background-color: #000000;
	color: #ffffff;
}

.content_body:not(.widget_news) article {
	padding-top: 20px;
}


/*top*/

.f-home .price_plan_form table {
	display: none;
}

body.template .widget_news h3:not(a){
	display: inline-block;
	margin-right:10px !important;
}

body.template .widget_news h3.item_title a{
	display: block;
	margin-top:10px;
}

/*news*/

.content_body.widget_news {
	max-width: 1200px;
	margin: 0px auto;
}

.f-news.f-show .markdown,
.f-biography .markdown{
	line-height: 1.6;
	margin-top: 20px;
}

.f-news .markdown p{
	font-size: 1rem !important;
	line-height: 1.6 !important;
}

.f-news .markdown img {
	max-width: 800px;
}

body.template .content_body.widget_news header .right {
	margin: 0 !important;
}

/*biography*/

.widget_biography h3.item_title {
	display:none;
}



/*video*/


html.f-video body.template .content_body h2 {
	font-weight: bold;
}

.f-index.f-video body.template .content_body {
	background: #ffffff;
}

.f-index.f-video #webstream_video_source_play .tile .column {
	margin: 10px;
	width: calc(100% / 3 - 20px);
}

/*fanclub*/


.f-fanclub h3.item_title {
	display: none;
}

.f-fanclub .price_plan_form table tr th {
	padding: 0.3rem 0 0 0;
	text-align: left;
}
.f-fanclub .price_plan_form table th:nth-child(2) {
	padding: 5px 0 5px 15px;
	color: #ffffff;
	text-align: left;
	background: #000000;
	width: 100%;
}
.f-fanclub .price_plan_form table th:nth-child(2) label {
	color: #ffffff;
	font-weight: bold;
}

.f-fanclub .price_plan_form table td label dl {
	display: none;
}

.f-fanclub .price_plan_form table th {
	vertical-align: top;
	width: 1.5%;
}

body.template .widget_fanclub .price_plan_form .markdown p {
	line-height: 1.5rem;
}

body.template .widget_fanclub h3 {
	margin-bottom: 20px;
}
#signup_page #signup_term {
	border: #eeeeee solid 1px;
}

.f-fanclub.f-subscribe .columns.medium-centered {
	margin-bottom: 25px;
}

.f-fanclub.f-subscribe .columns.medium-centered > p.text-center {

	font-weight: bold;
}

.f-fanclub.f-subscribe .medium-10.medium-centered {
	width: 100%;
}

#officialsupporter_registration_message {
	margin-top: 15px;
}

.widget_fanclub .complement .markdown + .row {
	border: #000000 double 3px;
	padding: 10px;
	margin: 15px;
	box-sizing: border-box;
}

.widget_fanclub .complement .markdown + .row::before {
	display: block;
	padding: 15px 0 10px;
	text-align: center;
	content: "あなたの入会情報";
	font-size: 1.3rem;
	font-weight: bold;
}

/*feed*/

.feed_home .tabs-content-a,
.f-feed.f-index .feed_jscroll .jscroll-inner div.row{
	margin: 0;
	background: #ffffff;
	padding: 15px;
	border-radius: 5px;
}

.f-feed.f-index .content {
	background: #ffffff;
}

.f-home .feed-content-box .small-9 {
	width: 100%;
}

/*EC*/
.f-store #div_for_item_info .complement h4:nth-of-type(2) {
	display: none;
}

/*規約関連*/
.f-fcterms .markdown p,
.f-terms .markdown p,
.f-privacy .markdown p,
.f-legal .markdown p {
	font-size: 1rem !important;
}

.f-fcterms .markdown dt,
.f-terms .markdown dt,
.f-privacy .markdown dt,
.f-legal .markdown dt {
	font-size: 1.2rem
}
.f-legal .markdown dl dd {
	margin: 0.5em 0 0.5em 1em;
}

.f-fcterms .markdown ol,
.f-terms .markdown ol,
.f-privacy .markdown ol {
	margin-left: 0;
}

.f-fcterms .markdown dd ol,
.f-terms .markdown dd ol,
.f-privacy .markdown dd ol {
	margin-left: 1em;
}

.align-right {
	text-align: right;
}

.f-legal .markdown table {
	width: auto;
}

/*お問い合わせ*/

.f-inquiry .large-text-area {
    max-width: 650px;
	width: 100%;
}

.f-inquiry .widget-inquiry .widget_title.left {
    float: none !important;
    font-weight: bold;
}


#new_artist_data_inquiry_item .row .small-12.medium-8.columns {
    float: none;
    margin: auto;
    text-align: center;
    max-width: 650px;
    width: 100%;
}

/*my page*/


.settings_form {
	padding-top: 0;
}

.contents_settings #settings_nav i {
	float: none;
	vertical-align: middle;
}

.contents_settings #settings_nav i.ion-ios7-person {
	margin-top: -15px;
	color: #000000;
}

.profile_index br {
	display: none;
}

.mypage_title {
	font-size: 35px;
	word-wrap: break-word;
}

.contents_settings .settings .column.medium-10.small-12,
.contents_settings .settings .show-for-medium-up {
	width: 100%;
	float: none;
}

.contents_settings #settings_nav .main_nav {
	letter-spacing: -1em;
}

.contents_settings #settings_nav .main_nav li {
	display: inline-block;
    padding: 0.3rem;
    margin: 0.5% !important;
    border: 1px #000000 solid !important;
    text-align: center !important;
    width: 24% !important;
	letter-spacing: normal;
	background: #ffffff;
}

.settings_form .table_form th {
	background-color: #dddddd;
	color:  #000000;
}

.settings_form .table_form td {
	background-color: #eeeeee;
	color:  #000000;
}
.profile_index div.column.medium-4 {
	min-height:120px ;
}

table tr th,
table tr td {
	color: #000000;
}



/*footer*/

.global-footer nav a {
	color: #000000;
}

.global-footer small {
	color: #000000;
}

.global-footer nav ul li:last-child {
	display: none;
}

/*PC*/
@media only screen and (min-width: 64em) {
}

/*TAB*/
@media only screen and (min-width: 40em) and (max-width: 64em) {

.global-header {
	height: 75px;
}

.f-index.f-video #webstream_video_source_play .tile .column {
	width: calc(100% / 2 - 20px);
}

.title-area h1.site_title a {
	background: url(//img.futureartist.net/img/maneki_logo.png) left top / 100% auto  no-repeat;
	width: 140px !important;
	height: 60px !important;
	text-indent: -9999px;
	display: block;
}


.top-bar ul.right li > a,
.column_widget_menu ul li > a {
	font-size: 1rem;
	letter-spacing: 0;
	padding: 0 0 0 0.5rem !important;
}

.global-header .top-bar-section {
	padding: 15px 0;
	text-align: right;
}

.profile_index div.column.medium-4 {
	width: calc(100% / 2);
	min-height: 120px;
}


}


/*SP*/
@media only screen and (max-width: 40em) {

.global-header {
	height: 57px;
}

.global-header .top-bar {
	height: 50px;
}

.toggle-topbar.menu-icon {
	position: fixed;
	right: 10px;
	top: 12px !important;
	margin-top: 0 !important;
}

.title-area h1.site_title a {
	background: url(//img.futureartist.net/img/maneki_logo.png) left top / 100% auto  no-repeat;
	width: 100px !important;
	height: 43px !important;
	text-indent: -9999px;
	display: block;
	z-index: 1;
}

.top-bar .toggle-topbar.menu-icon a::after {
    -webkit-box-shadow: 0 10px 1px 1px #000000, 0 16px 1px 1px #000000, 0 22px 1px 1px #000000;
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
    left: 5px;
}
.off-canvas .right-menu .off-canvas-list {
	background: #ffffff;
}

ul.off-canvas-list li a .row .column:last-child {
	border-bottom: 0.1rem solid #000000;
}

ul.off-canvas-list li a {
	font-family: "Roboto","sans-serif";
	color: #000000;
	background: #ffffff;
	font-weight: 700;
}

ul.off-canvas-list li label {
	display: none;
}

ul.off-canvas-list li a:hover {
    background: #eeeeee;
}

ul.off-canvas-list li a .row .column.small-2 {
	display: none;
}

ul.off-canvas-list li a .row .column.small-10 {
	width: 100%;
}

.column_billboard {
	margin-top: 57px;
}

/*news*/

.f-news .markdown img {
	max-width: 100%;
}

/*feed*/
.feed-content-box .subheader {
	font-size: 11px;
}

.feed-content-box .small-9.columns {
	width: 100%;
	margin-right: 0;
	padding-right: 0;
}
.jscroll-inner div.row {
	padding: 0 !important;
}

.feed-image-box {
	width: 15%;
}

.feed-content-box {
	width: 85%;
}

.jscroll-added.pad10 {
	padding: 0 !important;
}

/*video*/
.f-index.f-video #webstream_video_source_play .tile .column {
	width: 100%;
	margin: 15px 0;
}

.f-index.f-video .widget_video .row.tile,
.f-index.f-video body.template .content_body .container {
	margin: 0;
}

 /*購入履歴*/

.settings_form {
	padding: 15px 20px;
}

.settings_form #payment_contents .orders table.payment_table th,
.settings_form #payment_contents .orders_list table.payment_table th,
.settings_form #payment_contents .orders table.payment_table td,
.settings_form #payment_contents .orders_list table.payment_table td {
	width: 100% !important;
	display: list-item;
	list-style: none;
	text-align:left !important;
}

.product_list .custom_product_list .small-3,
.product_list .custom_product_list .small-4{
	width: 100%;
	margin-top: 15px;
	padding: 0 !important;
}
.product_list .custom_product_list .small-4 .columns {
	padding: 0;
	line-height: 1.5;

}

.settings_form #payment_contents .products,
.settings_form #payment_contents .product_list {
	padding-top: 0;

}

.settings_form #payment_contents .orders > section.columns,
.settings_form #payment_contents .orders_list > section.columns {
	padding: 0;
}


.settings_form #payment_contents > .row {
	margin: 0;
}

.f-cart_payment_infor #cash_credit_conve_row .medium-offset-2.columns {
	width: 100%;
}


}


/*freebutton*/
#freebutton {
	padding: 15px 40px;
	font-size: 1.2rem;
	background-color: #000;
	color: #fff;
	border-style: none;
}
/*スマホの時は中央表示*/
@media only screen and (max-width: 40em) {
.freebutton {text-align: center;}
}


/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/*公演概要*/

.live-info {
	max-width: 800px;
}

.live-info img {
	width: 100%;
}

.live-info table {
	border-collapse: collapse;
}

.live-info table th {
	background: #eee;
}

.live-info table td {
	max-width: 600px;
}

.live-info table th,
.live-info table td{
	border: #000 solid 1px;
	line-height: 1.7;
}

.live-info caption {
	font-size: 18px;
	margin:15px 0;
}

.live-info h3 {
	text-align: center;
	margin-bottom: 1rem !important;
	font-weight: bold;
}

.live-info ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

/* SP */
@media only screen and (max-width: 40em) {

.live-info table th,
.live-info table td {
	list-style: none;
	display: list-item;
}

.live-info table th,
.live-info table td {
	border-bottom: none;
}

.live-info table tr:first-child th {
	border-top: #000 solid 1px;
}

.live-info table tr:last-child td {
	border-bottom: #000 solid 1px;
}

.live-info caption {
	font-size: 16px;
}
}





/*        FAQ
-----------------------------*/

.content_body.widget_misc_faq {
	max-width: 1200px;
	margin: 0px auto;
}

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 1200px;
}

.accbox a {
	font-weight: bold;
}

.accbox h3 {
	font-size: 1.4rem !important;
	font-weight: bold;
	margin-bottom: 2rem !important;
	background: linear-gradient(transparent 80%, #6d6d6d5e 80%);
}

.accbox table{
	max-width: 80% !important;
	border-collapse: collapse;
	border: solid 1.5px;
	margin: 0 auto;
}

.accbox table th {
	border: 1px solid;
}

.accbox table td {
	border: 1px dashed;
	text-align: center;
}

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 20px;
    color :#000;
    font-weight: bold;
    font-size: 1.125rem;
    background :#fff;
    cursor :pointer;
    transition: all 0.5s;
    border-bottom: 1px dotted #222;
}

.accbox label::before {
	content: "Q.";
	font-family: "Roboto", serif;
	font-size: 1.7rem;
	font-style: italic;
	color: black;
	margin-right: 15px;
}

.accbox label:hover {
    background :#000;
    color: #fff;
}

.accbox label:hover::before {
	color: #fff;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accbox p{
	margin-bottom: 5px;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 40px 60px;
    position: relative;
    background: #f7f7f7;
    opacity: 1;
    border-bottom: 1px solid #8c8c8c;
}

.cssacc:checked + .accshow .answer {
	position: absolute;
	left: 10px;
	top: 8px;
	display: block;
	padding: 1px 18px 1px 8px;
	font-family: "Roboto", serif;
	font-style: italic;
	font-size: 1.7rem;
	line-height: 2;
	color: red;
}

/*SP*/
@media only screen and (max-width: 40em) {
.widget_misc_faq {
	padding: 0 !important;
}

.content_body.widget_misc_faq {
	border: none !important;
}

.accbox h3 {
	text-align: center;
}

.accbox label {
	font-size: 1rem;
	margin: 0 !important;
	padding: 10px 5px 10px 15px;
}

.accbox label::before {
	font-size: 1.5rem;
	margin-right: 8px;
}

.cssacc:checked + .accshow {
	padding: 30px 15px 15px 30px;
}

.cssacc:checked + .accshow .answer {
	left: 5px;
	top: 5px;
	line-height: 1.2;
	padding: 1px 3px 1px 8px !important;
}
}