@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
/*共通*/

body {
	background: #ffffff;
	color: #000000;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	margin: auto;
	font-size: 100%;
}
a
ul li,
ol li {
	list-style: none;
}

a {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold !important;
}


.global-header {
	background: #000000;
    padding: 20px;
}

.f-home .global-header {
	background: rgba(255,255,255,0);
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding: 0 20px; 
}

.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: 'Montserrat', sans-serif;
	font-size: 1.2rem;
    display: inline;
    color: #ffffff;
    padding: 0 15px !important;
}

.top-bar ul.right li.cart > a i {
    vertical-align: 5px;
}

.f-home .top-bar ul.right li > a{
	color: #ffffff;
    font-size: 1.8rem;
    padding: 0 !important;
    text-shadow: #000000 0px 1px 5px;
    font-family: 'Montserrat', sans-serif;
}

.f-home .top-bar ul.right {
    display: flex;
    flex-direction:column;
}

.f-home .top-bar ul.right li.cart {
    order: 1;
}

html:not(.f-home) .top-bar ul.right {
    display: flex;
    flex-direction:row;
    align-items: center;
}

html:not(.f-home) .top-bar ul.right li.external:nth-of-type(6) {
    order: 9;
}

html:not(.f-home) .top-bar ul.right li.external:nth-of-type(7) {
    order: 10;
}

html:not(.f-home) .top-bar ul.right li.external:nth-of-type(8)  {
    order: 11;
}

html:not(.f-home) .top-bar ul.right li.cart {
    order: 8;
}

/*
.top-bar ul.right li.fanclub > a,
.top-bar ul.right li.sign_in > a,
.top-bar ul.right li.sign_out > a{
    font-size: 1.1rem;
}

.f-home .top-bar ul.right li.fanclub > a,
.f-home .top-bar ul.right li.sign_in > a,
.f-home .top-bar ul.right li.sign_out > a{
    font-size: 1.5rem;
}*/


.f-home .top-bar ul.right {
	margin:0 ;
	float: none !important;
	text-align: left;
	vertical-align: top;
}

.top-bar-section ul.right li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.f-home .top-bar ul.right li {
    float: none !important;
    margin-top: 25px;
    display: block;
    max-width: 200px;
}

.top-bar ul.right li > a:hover,
.column_widget_menu ul li > a:hover {
	color: #faf2f0 !important;
}

html:not(.f-home) .top-bar .name h1 {
    padding: 10px;
    background: #2b2a6e;
}

.f-home .top-bar .title-area {
    float: none !important;
    text-align: left;
    margin-bottom: 40px;
}

.title-area h1.site_title a {
	background: url(//img.futureartist.net/img/tso/tso_logo.png) center center / 90% auto  no-repeat;
	width: 150px !important;
	height: 88px !important;
	text-indent: -9999px;
	display: block;
}

.f-home .title-area h1.site_title a {
    background: url(//img.futureartist.net/img/tso/musicvideologo.svg) left top / 100% auto  no-repeat;
	width: 200px !important;
	height: 167px !important;
}

.title-area h1.site_title a:hover {
	opacity: 0.8;
}

.widget_options a + i {
    display: none;
}

.f-home .widget_options.right {
    float: none !important;
    text-align: center;
    margin: 30px;
}

.f-home .widget_news .widget_options.right a {
    border: #000000 solid 1px;
    background: #ffffff;
    color: #000000;
    padding: 10px 35px;
    font-size: 18px;
}

.f-home .widget_news .widget_options.right a:hover {
    background: #000000;
    color: #ffffff;
}

.f-home .widget_video .widget_options.right a,
.f-home .widget_musicdownload .widget_options.right a,
.f-home .widget_store .widget_options.right a {
    border: #ffffff solid 1px;
    background: #000000;
    color: #ffffff;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: normal;
}

.f-home .widget_video .widget_options.right a:hover,
.f-home .widget_musicdownload .widget_options.right a:hover,
.f-home .widget_store .widget_options.right a:hover {
    background: #ffffff;
    color: #000000;
}

.f-home .widget_video a,
.f-home .widget_musicdownload a,
.f-home .widget_store a {
    color: #ffffff;
}

/*sns*/

.top-bar-section .sns {
    margin-top: 40px !important;
    display: block;
}

.top-bar-section .sns li  {
	margin-right: 20px;
    width: 40px;
    text-align: center;
}

.top-bar-section .sns li i {
    font-size: 30px;
    color: #ffffff;
    text-shadow: #000000 0px 1px 5px;
}

.top-bar-section .sns li a {
    padding: 0 !important;
}

.top-bar-section .sns li a:hover i {
    opacity: 0.7;
}


/*main*/

.content-wrap {
    width: 100%;
}
.contents {	
    background: #ffffff;
	width: 100%;
    padding: 0;
}

.f-home .contents {
    background: #000000; 
}

.f-home .contents div.row:nth-child(2) {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}

.f-home .contents .column {
    padding: 23px 0;
}

body.template .content_body {
	background: #ffffff;
    border-radius: 0;
    padding: 1.25rem 1.75rem;
}

html:not(.f-home) body.template .content_body {
    padding: 30px 10px;
    max-width: 1300px;
    margin: auto;
    width: 100%;
}

.f-home body.template .widget_video,
.f-home body.template .widget_misc_subscription,
.f-home body.template .widget_store {
    background:none;
}

/*
.f-home body.template .widget_video .widget_header,
.f-home body.template .widget_misc_subscription .widget_header,
.f-home body.template .widget_store .widget_header {
    border-bottom: #ffffff solid 1px;
}
*/


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;
}

.widget.content header::after,
h2.widget_header::after,
.settings_header .settings_title::after,
.widget_header .header_title::after,
.widget_header .widget_title::after,
.widget_title .widget_title::after{
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #000000;
    margin:20px auto;
}

.f-home body.template .widget_video h2 a,
.f-home body.template .widget_musicdownload h2 a,
.f-home body.template .widget_store h2 a {
    color: #ffffff;
}

.f-home body.template .widget_video h2::after,
.f-home body.template .widget_musicdownload h2::after,
.f-home body.template .widget_store h2::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #ffffff;
    margin:20px auto;
}

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: 25px !important;
	font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif;
    float: none !important;
}

.f-home .widget_news .widget_header .widget_title {
    float: none !important;
    text-align:center;   
}

.f-home .widget_news .widget_header .widget_title a {
    font-size: 50px !important;
}


.f-show.f-video body.template header h2 {
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

body.template .content_body h3,
body.template .content_body h4 {
     color: #000000;
     font-size: 1.1rem;
     margin-left: 0;
}

.slick-arrow,
.billboard #down_anchor {
	display: none !important;
}



.item_title a,
.widget_misc_subscription li p a span,
.content_body .title:not(.subtitle) {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
    display: block;
}

.content_body .label {
	line-height: 1 !important;
	padding: 5px 8px !important;
    margin: 0 .5rem !important;
}

.content_body .no-bullet li,
.widget-item-thumbnail-list .vertical-list-item {
    border-bottom:#eeeeee solid 1px;
    padding: 0.5em 0 1.6em;
	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;
}

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;
}

html:not(.f-home) .billboard {
    display: none;
}


/*top*/

.f-home .price_plan_form table {
	display: none;
}

/*news*/
.f-news.f-show .markdown,
.f-biography .markdown{
	line-height: 1.3;
	margin-top: 20px;
}

.column_widget_news {
    background: #ffffff;
}

.f-home .widget_news {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}

.f-home .widget_news .no-bullet li h3.subheader {
    display: none;
}

.f-home .widget_news .no-bullet li time {
    padding-right: 20px;
}
    
/*insta*/

.widget_instagram [class*="block-grid-"] > li {
    width: calc(100% / 3);
    list-style: none;
    display: block;
    height: auto;
    float: left;
	clear: none;
	padding: 0;
	line-height: 0;
}


.widget_instagram .instagram-widget-img {
    display: inline-block;
    width: 100%;
	padding-top: 100%;
    position: relative;
    line-height: 0;
    max-width: 100%;
	background: #ffffff;
	box-shadow: none;
	border: #ffffff solid 1px;
}

.widget_instagram .instagram-widget-img:hover {
	box-shadow: none;
	opacity: 0.7;
}

.widget_instagram .instagram-widget-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	object-fit: cover;
}


/*photo*/


.widget_photogallery .gallery-photos {
    width:100px;
    height: 100px;
    list-style: none;
    display: block;
    float: left;
	clear: none;
	padding: 0;
	line-height: 0;
}


.widget_photogallery .gallery-photos .th{
    display: inline-block;
    width: 100%;
	padding-top: 100%;
    position: relative;
    line-height: 0;
    max-width: 100%;
	background: #ffffff;
	box-shadow: none;
	border: #ffffff solid 1px;
}

.widget_photogallery .gallery-photos .th:hover {
	box-shadow: none;
	opacity: 0.7;
}

.widget_photogallery .gallery-photos .th img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
}


.widget_photogallery .item_title {
    font-size: 1.8rem;
}

.photo-gallery-thumb-container {
    padding: 0;
}

.widget_photogallery .widget-thumb-rotate,
.widget_photogallery .detail-thumb-rotate{
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 0;
    padding-top: 100%;
}

.widget_photogallery .widget-thumb-rotate .letter-box,
.widget_photogallery .detail-thumb-rotate .letter-box{
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 15%;
    margin-top: 0;
    width: 100%;
}

.widget_photogallery .widget-image-hover,
.widget_photogallery .detail-image-hover{
    height: auto !important;
    width: 100% !important;
}

.widget_photogallery .widget-image-hover img,
.widget_photogallery .detail-image-hover img{
    max-height: none !important;
    max-width: none !important;
    width: 100%;
}

.image-title {
    padding-bottom: 0;
}


/*music*/

.widget_misc_subscription .subscription ul {
    margin-left: 0;
}


.f-home body.template .widget_musicdownload {
    background: #000000 !important;
    
}

.f-home body.template .widget_musicdownload .tab-btn {
    display: none;
}

.column_widget_musicdownload .tab-content {
    margin-top: 23px;
    padding-top:0; 
}

.f-home .widget-item-thumbnail-list .horizontal-list-item {
    float: none;
}

.f-home .widget-item-thumbnail-list .horizontal-list-item {
    margin-left: 0;
    margin-bottom: 4rem;
}

/*biography*/

.widget_biography h3.item_title {
	display:none;
}

/*video*/

html.f-video.f-show body.template .content_body .widget_header h2 {
	display: none;
}

.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);
}

.video-container {
    height: 100%;
}

.flex-video-custom {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    padding-top: 56.25%;
}

.flex-video-custom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.f-show .widget_video .video-description {
    text-align: left;
}


/*store*/

.f-store .container > .row > .column.medium-4:first-child {
	width:40%;
}

.f-store .container .column.medium-4 + .column.medium-8  {
	width:60%;
	padding-left:2rem;
	box-sizing: border-box;
}

.f-store .container .column.medium-4 + .column.medium-8 > .row.introduct {
    margin: 0 !important;
}

.f-store li.clearing-featured-img .store_image_p {
    height: 400px;
}

#id_price {
    display: block;
    color: #ffffff;
}

/*banner*/

.f-home .column_widget_misc_topbanner,
.f-home .widget_misc_topbanner {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none;
}

.widget_misc_topbanner .widget_header {
	display: none;
}

.widget_misc_topbanner .markdown ul {
	display: inline-block;
	letter-spacing: -1em;
	vertical-align: top;
	margin: 0;
}

.widget_misc_topbanner .markdown ul:nth-child(1) {
	width: 56%;
	margin-right: 5px;
}

.widget_misc_topbanner .markdown ul:nth-child(2) {
	width: 42.5%;
}

.widget_misc_topbanner .markdown ul li {
	box-sizing: border-box;
	padding:7px 5px;
	border: none;
}
.widget_misc_topbanner .markdown ul li img {
	width: 100%;
}

/**/
.widget_banner div[class*="banner-"] {
	height: auto !important;
	text-align: center;
}

/*fanclub*/

.f-home .widget_fanclub .widget_header,
.f-home .widget_fanclub .widget_options{
    display: none;
}

.f-home .widget_fanclub .button {
    padding: 40px !important;
    margin: 20px;
    font-size: 20px;
    width: 100%;
    max-width: 30%;
}

.f-fanclub h3.item_title,
.widget_fanclub h3.item_title,
.widget_fanclub h3 + .complement > .markdown{
	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;
}


/*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%;
}

/*お問い合わせ*/

.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%;
}


/*cart*/

.f-cart .content_body .medium-10.columns {
    width: 100%;
}

.f-cart .content_body .row {
    margin-left: 0;
    margin-right: 0;
}

/**/
.f-show #share_page{
margin-top: 30px;
}

/*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 {
	min-height:100px ;
}

table tr th,
table tr td {
	color: #000000;
}


/*musicdownload*/

.subscription ul {
    margin: 0;
    text-align: center;
    
}

.subscription li {
    border: none !important;
    padding-bottom: 0;
}

.subscription li p {
    margin-top: 30px;
}

.subscription li > a {
    height: 300px;
    display: block;
    font-weight: bold;
}

.subscription li p a {
    display: block;
    font-weight: bold;
}

.subscription li p a span {
    font-weight: bold;
}

.subscription li a img {
    max-height: 100% !important;
    width: auto !important;
}


.f-musicdownload .tab {
    margin: 0;
    width: 100%;
}

.f-musicdownload .tab-btn {
    margin: 0 auto !important;
    border: #ffffff solid 1px;
    width: 100%;
}

.widget_musicdownload .tab-content .row.tile {
    background:#ffffff !important;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
}

.f-musicdownload .tab-btn li {
    background:#9896a4;
}

.f-musicdownload .tab-btn li:nth-child(2) {
    display: none;
}

.f-musicdownload .tab .tab-btn li.on {
    background: none;
    color: #000000;
    cursor: text;
    width: 100%;
    font-family: 'Questrial', sans-serif;
    text-align: center;
}

.f-musicdownload .tab .tab-btn::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #000000;
    margin:50px auto;
}

/*
body.template .content_body header .right {
    float: none !important;
    text-align: center;
}
*/
body.template .content_body header .right a {
    font-size: 16px;
    font-family: 'PRIMETIME-Regular','Helvetica Neue', Helvetica, Arial, Verdana,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.widget_musicdownload .tag-menu.right {
    float: none !important;
    text-align: center;
}

.f-musicdownload a.label.secondary {
    background: #9896A4 !important;
    border: #ffffff solid 1px;
    font-size: 10px !important;
    padding: 5px 15px !important;
    box-sizing: border-box;
    line-height: 1 !important;
    border-radius: 5px;
    color: #ffffff;
}

.f-musicdownload .label.secondary {
    color:#ffffff;
}
.f-musicdownload span.label.secondary {
    font-size: 12px;
}

.widget_musicdownload #webstream_audio_source_play {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    background: #ffffff !important;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
}

.widget_musicdownload .container > .row > .column.medium-4:nth-of-type(1) + .column.medium-8 .introduct:nth-of-type(2) .column.medium-4 {
    width: 100%;
}

.f-musicdownload .label-add-to-cart {
    border: #000000 solid 1px;
    color: #000000 !important;
}


.f-musicdownload .cache-button,
.f-musicdownload i,
.f-musicdownload .contents a,
.f-musicdownload table tr th,
.f-musicdownload table tr td {
    color: #000000;
}

.f-musicdownload thead p {
    border-bottom: #000000 solid 1px;
}

.f-musicdownload .top-bar-section li i {
    color: #ffffff;
}

/*footer*/

.column_footer {
    background: #000000;
}

.global-footer nav a {
	color: #ffffff;
}

.global-footer small {
	color: #ffffff;
}

/*PC*/
@media only screen and (min-width: 64em) {


html:not(.f-home) .top-bar .name {
    position: fixed;
    top: 0;
    left: 0;
}


.f-index .widget_video article .column,
.f-index .widget_musicdownload article .column,
.f-index .widget_misc_subscription article .column,
.f-index .widget_store article .column {
    max-height: 450px;
}

.widget_video article .column > .container:not(.text-center),
.widget_musicdownload article .column > .container:not(.text-center),
.widget_misc_subscription article .column > .container:not(.text-center),
.f-index .widget_store article .column > .container.thumbnail{
    height: 300px;
}

.widget_video article .column img,
.widget_musicdownload article .column img,
.widget_misc_subscription article .column img,
.f-index .widget_store article .column img{
    max-height: 100% !important;
    width: auto !important
}


}

@media only screen and (min-width:  64em) and (max-width: 75em) {

.f-home .global-header {
    top: 10px;
}
.f-home .title-area h1.site_title a {
    background: url(//img.futureartist.net/img/tso/musicvideologo.svg) left top / 100% auto no-repeat;
    width: 160px !important;
    height: 133px !important;
}

.f-home .top-bar ul.right li {
    margin-top: 10px;
}

}


/*TAB*/
@media only screen and (min-width: 40em) and (max-width: 64em) {


.f-home .title-area h1.site_title a {
	background: url(//img.futureartist.net/img/tso/musicvideologo.svg) left top / 100% auto  no-repeat;
	width: 138px !important;
	height: 115px !important;
	text-indent: -9999px;
	display: block;
}


.f-home .global-header {
	background: rgba(255,255,255,0);
    position: absolute;
    top: 30px;  
}

html:not(.f-home) .global-header {
    padding: 0;
}

.f-home .top-bar .title-area {
    margin-bottom: 20px;
}


.f-home .top-bar ul.right li > a{
	color: #ffffff;
    padding: 0 !important;
    font-size: 1.5rem;
}

.f-home .top-bar ul.right {
	margin:4px 0 0 0 ;
	float: none !important;
	text-align: left;
	vertical-align: top;
}

.f-home .top-bar ul.right li {
    margin-top: 5px;
}

.top-bar ul.right li > a,
.column_widget_menu ul li > a {
    font-size: 1rem;
}


.top-bar-section .sns {
    margin-top: 15px !important;
}

.top-bar-section .sns li {
    width: 30px;
    margin-right: 10px;
    text-align: center;
}

.top-bar-section .sns li i {
    font-size: 30px;
}

.f-index.f-video #webstream_video_source_play .tile .column {
	width: calc(100% / 2 - 20px);
}

.contents_settings #settings_nav .main_nav li {
    font-size: 11px;
}


.f-home .widget_video article .column,
.f-home .widget_misc_subscription article .column,
.f-home .widget_store article .column {
    max-height: 450px;
}

.f-home .widget_video article .column > .container,
.f-home .widget_misc_subscription article .column > .container,
.f-home .widget_store article .column > .container{
    height: 300px;
}

.f-home .widget_video article .column img,
.f-home .widget_misc_subscription article .column img,
.f-home .widget_store article .column img{
    max-height: 100% !important;
    width: auto !important
}

/*store*/


.f-store li.clearing-featured-img .store_image_p {
    height: 300px;
}



/*fanclub*/

.f-home .widget_fanclub .button {
    padding: 15px !important;
    margin: 15px auto;
    font-size: 14px;
    width: 100%;
    max-width: 60%;
}

}

@media only screen and (min-width: 40em) and (max-width: 750px) {
.f-home .global-header {
    top: 10px;
}
.f-home .title-area h1.site_title a {
    background: url(//img.futureartist.net/img/tso/musicvideologo.svg) left top / 100% auto no-repeat;
    width: 110px !important;
    height: 92px !important;
}

.f-home .top-bar ul.right li {
    margin-top: 0;
}

.top-bar-section .sns li i {
    font-size: 25px;
}

.top-bar ul.right li > a,
.column_widget_menu ul li > a {
    font-size: 0.85rem;
}

    
}


/*SP*/
@media only screen and (max-width: 40em) {

.f-home .title-area h1.site_title a {
	background:url(//img.futureartist.net/img/tso/musicvideologo.svg) left top / 100% auto  no-repeat;
	width: 90px !important;
	height: 75px !important;
	text-indent: -9999px;
	display: block;
}

.global-header .top-bar {
    padding: 0;
}

html:not(.f-home) .top-bar .name h1 {
    background: none;
    padding: 0;
}

html:not(.f-home) .top-bar .name h1 a {
background:#2b2a6e  url(//img.futureartist.net/img/tso/tso_logo.png) center center / 80% auto  no-repeat;
	width: 120px !important;
	height: 70px !important;
}

.global-header {
    position: relative;
    padding: 0;
}

.global-header .column_menu {
    padding: 0;
}

.f-home .global-header {
    position: absolute;
    top:0;
    left: 0;
    padding: 5px;
}

.f-home .top-bar .toggle-topbar {
     position: absolute;
    right: 0;
    top: 0 !important;
    margin-top: 0 !important;
}

html:not(.f-home) .top-bar .toggle-topbar.menu-icon {
    right: 10px;
}

.top-bar .toggle-topbar.menu-icon a::after {
    -webkit-box-shadow: 0 10px 1px 1px #ffffff, 0 16px 1px 1px #ffffff, 0 22px 1px 1px #ffffff;
    box-shadow: 0 10px 0 1px #fffffff, 0 16px 0 1px #fffffff, 0 22px 0 1px #ffffff;
    left: 5px;
}
.off-canvas .right-menu .off-canvas-list {
	background: #ffffff;
}

ul.off-canvas-list li a .row .column:last-child {
	border-bottom: none;
}

ul.off-canvas-list li a {
	font-family:'Montserrat', serif;
	color: #000000;
	background: #ffffff;
    font-size: 18px;
}

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%;
}

body.template .content_body header .right {
    margin-top: 0;
}

body.template .content_body header .right a {
    font-size: 14px;
}

.column_billboard {
	margin-top: 0;
}

.content_body .widget_header .widget_title a {
    font-size: 20px !important;
}

.f-home .contents .column {
    height: auto !important;
}

/*news*/

.f-home .widget_news .widget_header .widget_title a {
     font-size: 30px !important;
}

.f-home .widget_news .no-bullet li time {
    display: block;
}

/*event*/

body.template .content_body .complement dl dt {
	float: none !important;
}

body.template .content_body .complement dl dd {
	margin:0 0 15px;
}


/*pgoto*/

.f-photogallery .carousel li.gallery-photos {
	width:calc(100% / 3) !important;
	height:auto !important;
}


/*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;
}


/*store*/

.f-store .container > .row > .column.medium-4:first-child {
	width:100%;
    padding: 15px;
}

.f-store .container > .row > .column.medium-4 .clearing-thumbs li {
    margin: 0 !important;
}

.f-store .container .column.medium-4 + .column.medium-8  {
	width:100%;
	padding:15px;
}

.f-store li.clearing-featured-img .store_image_p {
    height: auto;
    width: 100%;
}

/*fanclub*/

.f-home .widget_fanclub .button {
    padding: 15px !important;
    margin: 15px auto;
    font-size: 14px;
    width: 100%;
    max-width: 60%;
}

/*cart*/

#cart_store_list_header {
    display: none;
}


/*購入履歴*/

.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%;
}


/*musicdownload*/

.subscription li {
    max-height: none;
    height: auto;
}

.subscription li a {
    height: auto;
}


.f-musicdownload .global-header {
    background: #000000;
    padding: 0;
}
.f-musicdownload .top-bar .toggle-topbar.menu-icon a::after {
    -webkit-box-shadow: 0 10px 1px 1px #ffffff, 0 16px 1px 1px #ffffff, 0 22px 1px 1px #ffffff;
    box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff;
}

.f-musicdownload .tab-btn li {
    height: 30px;
    line-height: 30px;

}
.f-musicdownload .tab-content .li {
    display: block;
    width: 100%;
}


.f-musicdownload .tab .tab-content > .tile-list-container.on {
    text-align: center;
}

.f-musicdownload .tag-categories.right {
    background: #9896a4;
    border: #ffffff solid 1px;
    float: none !important;
    display:inline-block;
    color: #ffffff;
    border-radius: 2px;
    margin: 10px auto 13px;
    font-size: 10px;
    padding: 6px 15px;
}


}