                                                         @import url('https://fonts.googleapis.com/css?family=Orbitron:400,700');


body {
  background: none;
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	margin: auto;
	font-size: 100%;
}

ul li,
ol li {
	list-style: none;
}

a,p {
	color: #000000;
}

a,
a:hover{
  transition: 0.3s;
}

a img {
  transition: .3s;
  opacity: 1;
}

a:hover img {
  transition: .3s;
  opacity: 0.5;
}


/*header*/
.global-header {
  padding: 15px 0;
  position: fixed;
  transition:background 0.5s;
  width: 100%;
  background: rgba(255,255,255,0.7);
}

.global-header-ghost {
	display: none;
}

.column_widget_menu ul {
	text-align: left;
	margin: 10px 0 15px;
}

.top-bar ul.right li > a {
	font-family:'Orbitron',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1rem;
	color: #000000;
  letter-spacing: 3px;
  text-align:center;
  text-indent:3px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0.2rem 0.7rem !important;
}

.top-bar ul.right li > a:hover {
  color: #000000 !important;
}

.top-bar ul.right li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.top-bar ul.right li > a:hover::after {
  transform: scale(1, 1);
}

.global-header .top-bar {
  max-width: 1000px;
  margin: auto;
}

.top-bar ul.right {
	margin:5px 0 ;
	float: none;
	text-align: center;
	vertical-align: top;
}

.title-area h1.site_title a {
	background: url(//img.futureartist.net/img/maverick/logo_1.png) left top / 100% auto  no-repeat;
	width: 189px !important;
	height: 40px !important;
	text-indent: -9999px;
	display: block;
}

.title-area h1.site_title a:hover {
	opacity: 0.8;
}


/*top - header*/

.f-home .global-header .top-bar-section .right {
  float: left !important;
}

.f-home .global-header .header-icon {
  float: right;
  margin:5px 0 ;
}

.f-home .global-header .top-bar {
  max-width: 1200px;
}

.f-home .global-header .header-icon li {
  width: 25px;
  height: 25px;
  margin: 0 25px;
}

.f-home .global-header .header-icon li a {
  padding: 0;
}

.f-home .global-header .header-icon li img {
  width: 100%;
}

/*main*/

.column_billboard,
.row.banner,
.column_widget_diary,
.column_widget_misc_artists,
.column_footer {
  z-index: 10;
}


.row.banner{
  position: relative;
  background: #d1d1d1;
}
.f-home .column_widget_diary,
.column_footer{
  background: #000000;
}

html:not(.f-home) .contents,
.column_widget_misc_artists {
  background: rgb(197,197,197); 
  background: -moz-linear-gradient(-45deg, rgb(197,197,197) 0%, rgb(255,255,255) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(197,197,197) 0%,rgb(255,255,255) 100%); 
  background: linear-gradient(135deg, rgb(197,197,197) 0%,rgb(255,255,255) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff',GradientType=1 ); 
}

.content-wrap{
	width: 100%;
  padding: 0 !important;
}

.contents {
  padding: 0 ;
}

body.template .content_body {
	float: none;
	max-width: 1000px;
	margin: auto !important;
  background: none;
}

.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: 35px !important;
	font-family: 'Orbitron', sans-serif;
	text-align: center;
	float: none !important;
	font-weight: 400 !important;
  letter-spacing: 10px;
  text-indent:10px;
  margin: 50px auto;
}

.f-home .widget_title,
.f-home .widget_title a {
  margin: 60px auto 20px;
}

html:not(.f-home) .billboard,
.billboard #down_anchor {
	display: none !important;
}

p.button {
  background: none;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding-top: 40px !important;
}

.button:hover {
  background: rgba(0,0,0,0);
}

p.button a {
  background:rgba(255,255,255,0);
  color: #000000;
  border: #000000 solid 1px;
  font-family: 'Orbitron', sans-serif;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}

.button a:hover{
    background:rgba(0,0,0,.7);
    color: #ffffff;
    transition: 0.3s;
}

button, input.button,
button.secondary, .button.secondary{
    background-color: #ffffff;
    border: #000000 solid 1px;
    color: #000000;
	border-radius: 0 !important;
   font-family: 'Orbitron', sans-serif;
}

button, input.button:hover,
button.secondary:hover,
.button.secondary:hover{
    background-color: #000000;
	color: #ffffff;
}


/*banner*/

body.template .widget_banner {
  padding: 0 !important;
}

.widget_banner article > .row {
  margin: 0;
  padding: 15px 0 !important;
  box-sizing: border-box;
}

.widget_banner .medium-3 {
  width: calc(100% / 4);
  height: auto !important;
  padding: 10px;
}

/*new release*/

.f-home .column_widget_diary .widget_header h2 a{
	color: #ffffff;
}

.f-home .column_widget_diary .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 100px;
}

.f-home .column_widget_diary .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -60px;
    background: url(//img.futureartist.net/img/maverick/prev.png) left top / auto 100% no-repeat;
}

.f-home .column_widget_diary .bx-wrapper .bx-controls-direction a.bx-next {
    right: -60px;
    background: url(//img.futureartist.net/img/maverick/next.png) right top / auto 100% no-repeat;
}

.bx-wrapper {
	box-shadow: none !important;
	border: none !important;
  background: #000000 !important;
}
 
.row.bxslider {
	margin: 0;
}

.bxslider-page .column {
	width: calc(100% / 3 - 3.5rem) !important;
	margin-right: 5.25rem;
}

.bxslider-page .column:last-child {
	margin: 0;
}

.bxslider-page .column .container{
	width: auto;
	max-height: none !important;
	max-width: none !important;
	margin: 0 !important;
}

.bxslider-page .column .container.thumbnail a {
	width: 270px;
	height: 270px;
	display: block;
	margin: auto;
	overflow: hidden;
}

.bxslider-page .column .container img {
	margin: auto;
	width: 100%;
	height: auto;
	max-height: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ffffff !important;
}


.f-home .column_widget_diary article + .text-center a.button {
  background: #000000;
  color: #ffffff;
  border: #ffffff solid 1px;
  font-family: 'Orbitron', sans-serif;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}

.f-home .column_widget_diary article + .text-center a.button:hover {
  background: rgba(255,255,255,0.5);
  transition: 0.3s;
}

.f-home .widget-item-thumbnail-list {
  letter-spacing: -1em;
}

.f-home .widget-item-thumbnail-list .vertical-list-item {
  width: calc(100% / 3);
  display: inline-block;
  letter-spacing: normal;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
  vertical-align: top;
}

.f-home .widget-item-thumbnail-list .vertical-list-item .widget-item-list-table {
  display: block;
}


.f-home .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-cell {
  display: block;
  background: #ffffff;
}

.f-home .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-text {
  padding: 20px;
  box-sizing: border-box;
}

.f-home .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-text .title:not(.subtitle).layout-widget-thumbnail-max {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 
  width: 100%;
}

.f-home .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-text .label.secondary {
  background-color: #ffffff !important;;
  padding: 7px 0 !important;
  margin: 0;
  color: #000000 !important;;
}

.f-home .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-text .label.secondary::after {
  content: " / ";
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0 5px 0 8px;
}

.f-home .widget-item-thumbnail-list {
  letter-spacing: -1em;
}

.f-home .widget-item-list-thumbnail {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding-top: 100%;
  float: none;
}

.f-home .widget-item-list-thumbnail {
  width: 100% !important;  
}

.f-home .list-thumbnail.crop-image.layout-widget-thumbnail-size,
.f-home .list-thumbnail.uncrop-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; 
}

.f-home .uncropped-image.layout-widget-thumbnail-size {
  width: 100%;
  height: auto;
}

.f-home .widget-item-thumbnail-list .horizontal-list-item .label {
  display: none;
}


.f-home .vertical-list-item a{
  opacity: 1;
  transition: 0.3s;
}

.f-home .vertical-list-item a:hover {
  opacity: 0.7;
  transition: 0.3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


.vertical-list-item a:hover img {
  opacity: 1;
}

html:not(.f-home) .widget_diary .widget_options.right {
  float: none !important;
  width: 100%;
}

html:not(.f-home) .widget_diary .tag-menu.right.pc {
  width: 50%;
  margin: 0;
  padding-left: 10px;
  box-sizing: border-box;
}

html:not(.f-home) .widget_diary .group-menu.right.pc {
  float: left !important;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  padding-right: 10px;
}

html:not(.f-home) .widget_diary .tag-menu.right.pc a,
html:not(.f-home) .widget_diary .group-menu.right.pc a {
  width: 100%;
  border-radius: 0;
  background: #000000 url(//img.futureartist.net/img/maverick/arrow.png) right 15px top 50% no-repeat;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

html:not(.f-home) .widget-item-thumbnail-list .widget-item-list-table,
html:not(.f-home) .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-cell + .widget-item-list-cell {
  display: inline-block;
  vertical-align: top;
}

html:not(.f-home) .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-cell + .widget-item-list-cell {
  padding-left: 50px;
}

html:not(.f-home) .widget-item-list-table .widget-item-list-thumbnail {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

html:not(.f-home) .layout-widget-thumbnail-size {
  width: 100%;
  height: 100%;  
}


html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item p.title:not(.subtitle) {
  font-size: 30px !important;
  font-family: Arial, Helvetica, Verdana, Geneva, "sans-serif";
  font-weight: 700 !important;
  margin-top: 55px !important;
  max-width: 540px;
  line-height: 1.2;
}

html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item p.title.subtitle {
  font-size: 25px !important;
  font-family: Arial, Helvetica, Verdana, Geneva, "sans-serif";
  margin: 30px 0 60px !important;
}

html:not(.f-home) .widget-item-thumbnail-list .clearfix.layout-widget-thumbnail-max {
  display: flex;
}

html:not(.f-home) .widget-item-thumbnail-list .clearfix.layout-widget-thumbnail-max .label {
  order: 2;
  margin: 0;
  border-radius: 0;
  background: #000000;
  padding: 3px 20px;
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 1.5;
  align-self: start;
}

html:not(.f-home) .widget-item-thumbnail-list .clearfix.layout-widget-thumbnail-max .item-date {
  order: 1;
  margin-right: 20px;
}

html:not(.f-home) .widget-item-thumbnail-list .clearfix.layout-widget-thumbnail-max time {
  font-size: 14px;
}

.tag-menu.mobile.reveal-modal,
.group-menu.mobile.reveal-modal,
.archive-menu.mobile.reveal-modal {
  top:0 !important;
}

.f-show .widget_diary .header-group-list {
  display: none;
}

.tag-menu.mobile .tag-item.label.secondary + ul li{
  width: 100%;
}

.tag-menu.mobile .tag-item.label.secondary, 
.tag-menu.mobile .group-item.label.secondary,
.group-menu.mobile .tag-item.label.secondary,
.group-menu.mobile .group-item.label.secondary,
.archive-menu.mobile .tag-item.label.secondary, 
.archive-menu.mobile .group-item.label.secondary {
  margin: 0;
}

.tag-menu.mobile,
.group-menu.mobile, 
.archive-menu.mobile {
  background-color: rgba(0,0,0,0.6);
  margin-top: 50px;
  border: none;
}

.tag-menu.mobile a,
.group-menu.mobile a, 
.archive-menu.mobile a,
.tag-menu.mobile a.checked,
.group-menu.mobile a.checked, 
.archive-menu.mobile a.checked{
  color: #ffffff;
  background: none !important;
  padding: 1rem 3rem!important;
  font-size: 16px !important;
}

.tag-menu.mobile a span,
.group-menu.mobile a span, 
.archive-menu.mobile a span,
.tag-menu.mobile a.checked span,
.group-menu.mobile a.checked span, 
.archive-menu.mobile a.checked span{
  display: block;
  width: 100%;
}


.clearing-assembled .carousel ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.f-diary.f-show .carousel li {
  max-width: 500px !important;
  width: 100% !important;
  height: auto !important;
  text-align: center;
  display: block;
  margin: 0 !important;
  float: none !important;
  padding: 0 !important;
}

.f-diary.f-show .carousel li img.th {
  box-shadow: none;
  border: 0;
}

.f-diary.f-show .clearing-thumbs .fix-height img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.f-diary.f-show .item_title {
  font-size: 30px !important;
  font-family: Arial, Helvetica, Verdana, Geneva, "sans-serif";
  font-weight: 700 !important;
  line-height: 1.2;
  word-break: break-all;
  margin-top: 0;
}

.f-diary.f-show .item_title .item_subtitle {
  font-size: 25px !important;
  font-family: Arial, Helvetica, Verdana, Geneva, "sans-serif";
  display: block;
  font-weight: 400 !important;
  margin: 15px 0;
}

.f-diary.f-show .subheader {
  margin: 60px auto !important;
}

.f-diary.f-show .subheader time {
  font-size: 14px;
  color: #000000;
}

.label.secondary {
  background: #000000;
  border-radius: 0;
}

.f-diary.f-show .clearing-thumbs .ext-link:hover img{
  opacity: 1;
} 

.f-show .widget_diary .markdown {
  max-width: 500px;
  margin: auto;
}

.f-show .widget_diary .markdown ol li {
  list-style-type: decimal-leading-zero;
  margin-left: 0.5em;
  color: #000000;
}

.f-show .tag-list.text-center {
  margin: 60px auto;
}

.f-show .clearing-assembled {
  padding-right: 50px;
  box-sizing: border-box;
}

.f-show .clearing-assembled,
.f-show .clearing-assembled + article{
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  vertical-align: top;
}

/*artist*/

.artist ul {
  letter-spacing: -1em;
  margin: 0 !important;
}

.artist li {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  letter-spacing: normal;
}

.artist li a img{
  opacity: 1;
  transition: 0.3s;
}

.artist li a:hover img{
  opacity: 0.5;
  transition: 0.3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


.column_widget_misc_top_video {
  padding: 0 !important;
  height: 0 !important;
}

/*artist inner*/
.artist_contents section {
  margin-bottom: 60px;
}

.artist_contents section > h3{
  background: #000000;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 4px;
  font-size: 1.05rem !important;
  color: #ffffff;
  text-align: center;
  padding: 2px;
}

.artist_contents ul {
  margin-left: 0 !important;
}

.artist_contents li {
  display: flex;
  padding: 20px 0;
  box-sizing: border-box;
}

.artist_contents figure {
  flex-basis:60%;
  margin: 0;
}

.artist_contents article {
  flex-basis:40%;
}

.artist_contents article > h3{
  font-size: 30px !important;
  font-family:Arial, Helvetica, Verdana, Geneva, "sans-serif";
  font-weight: 700 !important;
  margin-top: 50px !important;
}

.artist_contents .hp {
  margin-top: 40px;  
}

.artist_contents .hp  a {
	color: #000000;
  position: relative;
}

.artist_contents .hp  a:hover {
  color: #000000 !important;
}

.artist_contents .hp  a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.artist_contents .hp  a:hover::after {
  transform: scale(1, 1);
}

.artist_contents .sns {
  margin-top:80px;
}

.artist_contents .sns li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 50px 0 0;
}

/*about*/

.about {
  letter-spacing: -1em;
}

.about div {
  position: relative;
  justify-content: center;
  align-items: center;
  width: calc(100% / 2 - 2%);
  height: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 20px;
  color: #ffffff;
    background:
    linear-gradient(45deg,  transparent 0, #fff 0),
    linear-gradient(135deg, transparent 15px, #fff 15px),
    linear-gradient(225deg, transparent 0, #fff 0),
    linear-gradient(315deg, transparent 0, #fff 0);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 3px #aaaaaa;
  letter-spacing: normal;
}

.about div::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.26) 43%, rgba(181,181,181,0.5) 100%); 
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.26) 43%,rgba(181,181,181,0.5) 100%);
  background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.26) 43%,rgba(181,181,181,0.5) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99b5b5b5',GradientType=1 );
}

.about div a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.about div:hover a {
  opacity: 0.5;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.about div h3 {
  background: #000000;
  color: #ffffff;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 5px;
  text-align: center;
  text-indent: 5px;
  padding: 5px 0;
  width: 100%;
  font-size: 1.05rem !important;
}

.about div p {
  margin-top: 15px;
  font-size: 1.2rem !important;
  letter-spacing: 5px;
  text-indent: 5px;
}

.about div span {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 2;
  height: 100%;
  padding: 50px;  
}

/*inner*/
.about-inner h3{
  background: #000000;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 4px;
  font-size: 1.05rem !important;
  color: #ffffff;
  text-align: center;
  padding: 2px;
  margin-bottom: 30px !important;
}

.about-inner ol li{
  list-style: decimal;
  font-size: 0.85em;
}

.about-inner table {
  border-collapse: collapse;
}

.about-inner th,
.about-inner td {
  border: #aaaaaa solid 1px;
}

.about-inner th {
  background: #cfcfcf;
  width: 200px
}

.about-inner .td2 {
  width: 150px;
}

.about-inner td {
  background: #f8f8f8;
  line-height: 1.6;
}


/*about_company*/

.company .nav {
    margin: 0 auto 20px;
    left: 60px;
    line-height: 2;
    min-height: auto;
    background: rgba(242,242,242, 1);
    padding: 30px;
    border: #aaaaaa solid 1px;
}

.company ul.list {
  max-width: 700px;
  margin: auto !important;
}

.company ul.list,
.company ul.list ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

.company ul.list ul {
    margin-left:50px; 
    position:relative;
}
.company ul.list ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid #000000;
}


.company ul.list li  {
    margin:0;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-size:13px;
    line-height:2;
    color:#000000;
    font-weight:normal;
    position:relative;
}

.company ul.list li a {
  text-decoration: underline;
}

.company ul.list li a,
.company ul.list li span{ 
    /* text-transform: uppercase; */
    font-size:14px;
    line-height:3;
    color:#000000;
    font-weight:bold;
    position:relative;
    border: #000000 solid 1px;
    background: #f8f8f8;
    padding: 0 20px;
    display: inline-block;
}

.company ul.list ul li:before {
    content:"";
    display:block;
    width:50px;
    height:0;
    border-top:1px solid #000000;
    position:absolute;
    top:30px;
    left: 0;
}

.company ul.list ul li:last-child:before {
    background: rgba(242,242,242, 1); 
    height: auto;
    bottom: 0;
}

.company ul.list2 {
  padding-top: 25px !important;
}


.company ul.list2 li {
  padding: 16px 0 16px 50px;
}

.company ul.list2 li span,
.company ul.list2 li a {
  max-width: 260px;
  width: 100%;
}

.company ul.list2 li:first-child {
  padding-top: 12px;
}

.company ul.list3 li {
    padding:6px 0 6px 50px;
}

.company ul.list3 li span ,
.company ul.list3 li a {
  max-width: 500px;
  width: 100%;
}

.company ul.list3 li a:hover{
  color: #aaaaaa;
}

.company ul.list3 li span span,
.company ul.list3 li a span {
  border: none;
  max-width:none;
  width: auto;
  display: inline;
  padding: 0;
}


/*audition*/

.audition ol + p {
  margin-bottom: 0;
}


/*link*/

.link ul {
  max-width: 800px;
  margin: 0 auto 60px;
}

.link li {
  margin-bottom: 15px;
}

.link li::before {
  content: "―";
  display: inline-block;
  margin-right: 1rem;
}

.link li a {
  font-size: 1.1rem;
  text-decoration: underline;
}


/*contact*/

.contact {
  max-width: 800px;
  margin: auto;
}

.contact a {
  text-decoration: underline;
}


/*privacypolicy*/

.pp p{
  font-size: 1rem !important;
}

.pp dt,
.pp dd {
  color: #000000;
}

.pp dd {
  margin: 0 0 1rem 2rem !important;
}

.pp dd li {
  list-style: disc;
}

/* playlist */

.playlist li {
  display: flex;
  margin-bottom: 60px;
}

.playlist div,
.playlist figure {
  flex-basis: 50%;
}

.playlist div {
  padding: 20px;
}

.playlist figure {
  margin: 0;
  padding-left: 50px;
}

.playlist div h3 {
  font-size: 25px !important;
  line-height: 1.2;
  margin-bottom: 30px !important;
  font-weight: 700 !important;
  text-align: center;
}

.playlist div p {
  font-size: 16px !important;
}

.playlist .btn_link {
  text-align: center;
  margin: 30px;
}

.playlist .btn_link a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  background: #000000;
  padding:10px 40px;
  border-radius: 30px;
  opacity:1;
  transition: 0.3s;
}

.playlist .btn_link a:hover{
  opacity: 0.5;
  transition: 0.3s;
}

.playlist .btn_link img {
  width: 25px;
  margin-right: 10px;
}



/*footer*/

.global-footer {
  text-align: center;
  margin-top: 60px;
}

.global-footer li a {
  color: #ffffff;
}

.global-footer .footer_menu li{
  margin: 40px;
}

.global-footer .footer_menu a{
  font-size: 42px;
}

.global-footer .footer_menu2 li{
  margin: 20px;
}

/*お問い合わせ*/

.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%;
}

/*PC*/
@media only screen and (min-width: 64em) {

.f-home .global-header .title-area {
  display: none;
}

.f-home .billboard .billboard-media + .header-icon {
  display: none;
}


html:not(.f-home) .contents {
  padding-top: 50px;
} 

body.template .content_body {
  padding:60px 0 !important;
}

/*top video*/

.f-home .video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.f-home .video-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.f-home .video-wrap iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:-80px;/*youtubeロゴ隠し*/
  width: 100%;
  height: 100%;
  z-index: 1;
}


.f-home .billboard {
  padding-top: 35%;/*youtubeロゴ隠し*/
}

.f-home .billboard-media {
  position: fixed;
  top: -120px;/*youtubeロゴ隠し*/
  width: 100%
}


}

/*TAB*/
@media only screen and (min-width: 40em) and (max-width: 64em) {

.f-home .global-header .title-area {
  display: none;
}

.f-home .billboard .billboard-media + .header-icon {
  display: none;
}


html:not(.f-home) .contents {
  padding-top: 80px;
}  


body.template .content_body { 
  padding:0 20px;
  box-sizing: border-box;
}

/*video*/


.f-home .video-wrap {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
}

.f-home .video-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}


.f-home .video-wrap iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.f-home .billboard {
  padding-top: 40.25%;/*youtubeロゴ隠し*/
}

.f-home .billboard-media {
  position: fixed;
  top: -60px;
  width: 100%
}


/*artist*/




.artist_contents article {
  padding-left: 20px;
}

.artist_contents .sns {
  margin-top: 40px;
}

.artist_contents .sns li {
  margin-right: 20px;
}



/*works*/

.f-home .column_widget_diary .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -30px;
}

.f-home .column_widget_diary .bx-wrapper .bx-controls-direction a.bx-next {
  right: -30px;
}

html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item {
  letter-spacing: -1em;
}

html:not(.f-home) .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-cell + .widget-item-list-cell,
html:not(.f-home) .widget-item-list-table .widget-item-list-thumbnail {
  display: inline-block;
  width: 100%;
  max-width: 50%;
  letter-spacing: normal;
}

html:not(.f-home) .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-cell + .widget-item-list-cell {
  padding-left: 20px;
}

html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item p.title:not(.subtitle) {
  font-size: 25px !important;
  margin-top: 40px !important;
}

html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item p.title.subtitle {
  font-size: 20px !important;
  margin: 30px 0 40px!important;
}


/*video*/

.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;
}


}


/*SP*/
@media only screen and (max-width: 40em) {

.global-header {
  padding: 10px 0;
}

.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: #000000;
  padding-top: 50px;
}

ul.off-canvas-list li a .row .column:last-child {
	border-bottom: 0.1rem solid #000000;
}

ul.off-canvas-list li a {
	font-family: 'Orbitron', sans-serif;
	color: #ffffff;
	background: #000000;
  font-size: 1.05em;
  letter-spacing: 8px;
  text-indent: 8px;
}

ul.off-canvas-list li label {
	display: none;
}

ul.off-canvas-list li a:hover {
    background: #999999;
}

ul.off-canvas-list li a .row .column.small-2 {
	display: none;
}

ul.off-canvas-list li a .row .column.small-10 {
	width: 100%;
  padding: 1rem !important;
}


/*main*/

.f-home body.template .content_body {
  padding: 0 0 40px;
}

html:not(.f-home) .contents {
  padding-top: 80px;
}

 .column_widget_misc_top_video {
   display: none;
 }
 
 
.f-home .billboard .billboard-media + .header-icon {
  background: #d1d1d1;
  margin: 0;
}

.f-home .billboard .billboard-media + .header-icon li{
  width: 30px;
  height: 30px;
  display: inline-block;
  margin:10px;
}

.f-home .billboard .billboard-media + .header-icon li img{
  width: 100%;
}



.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{
	font-size: 1.5em !important;
}


/*banner*/

.widget_banner article > .row {
  padding: 10px !important;
}

.widget_banner .medium-3 {
  width: calc(100% / 2);
}

/*works*/

.f-home .widget-item-thumbnail-list .vertical-list-item {
  width:80%;
  display: block;
  margin: auto;
}

.f-home .column_widget_diary .bx-wrapper .bx-controls-direction a {
  width: 35px;
  height: 81px;
}

.f-home .column_widget_diary .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
  background: url(//img.futureartist.net/img/maverick/prev.png) left top / auto 100% no-repeat;
}

.f-home .column_widget_diary .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background: url(//img.futureartist.net/img/maverick/next.png) right top / auto 100% no-repeat;
}


html:not(.f-home) .widget_diary .tag-categories {
  padding-left: 1%;
}

html:not(.f-home) .widget_diary .group-categories {
  float: left !important;
  padding-right: 1%;
}

html:not(.f-home) .widget_diary .tag-categories,
html:not(.f-home) .widget_diary .group-categories{
  width: calc(100% / 2 - 1%);
  border-radius: 0;
  background: #000000 url(//img.futureartist.net/img/maverick/arrow.png) right 15px top 50% no-repeat;
  padding:5px;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item {
  letter-spacing: -1em;
}
html:not(.f-home) .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-cell + .widget-item-list-cell,
html:not(.f-home) .widget-item-list-table .widget-item-list-thumbnail {
  display: inline-block;
  width: 100%;
  max-width: 50%;
  letter-spacing: normal;
}

html:not(.f-home) .widget-item-thumbnail-list .widget-item-list-table .widget-item-list-cell + .widget-item-list-cell {
  padding-left: 15px;
}

html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item p.title:not(.subtitle) {
  font-size: 18px !important;
  margin-top: 20px !important;
}

html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item p.title.subtitle {
  font-size: 16px !important;
  margin: 20px 0 40px!important;
}

html:not(.f-home) .widget-item-thumbnail-list .clearfix.layout-widget-thumbnail-max time {
    font-size: 12px;
}

.f-diary.f-show .item_title {
  font-size: 25px !important;
  text-align: center;
  margin-top: 20px;
}

.f-diary.f-show .item_title .item_subtitle {
  font-size: 20px !important; 
  text-align: center;
}


.f-show .clearing-assembled {
  padding-right:0;
  box-sizing: border-box;
}

.f-show .clearing-assembled,
.f-show .clearing-assembled + article{
  display: block;
  width: 100%;
}
html:not(.f-home) .widget_diary .tag-categories:hover, 
html:not(.f-home) .widget_diary .group-categories:hover{
  background: url(//img.futureartist.net/img/maverick/arrow.png) right 15px top 50% no-repeat !important;
}

.tag-menu.mobile a,
.group-menu.mobile a,
.archive-menu.mobile a, 
.tag-menu.mobile a.checked,
.group-menu.mobile a.checked, 
.archive-menu.mobile a.checked {
  padding: 0.5rem 0 !important;
}

.tag-menu.mobile.reveal-modal,
.group-menu.mobile.reveal-modal,
.archive-menu.mobile.reveal-modal {
    left: 10%;
    width: 80%;
}

/*artist*/

.artist li {
  width: 100%;
  text-align: center;
}

.artist_contents li {
  display: block;
}

.artist_contents article,
.artist_contents figure {
  width: 100%;
}

.artist_contents article > h3 {
  font-size: 25px;
  margin-top: 30px;
}

.artist_contents article .hp {
  margin-top: 20px;
}

.artist_contents .sns {
  margin-top: 30px;
}

.artist_contents .sns li {
  padding: 0;
  margin-right: 30px;
}

/*about*/

.about div {
  width: 100%;
  margin: 20px 0;
}

/*about_company*/

.about-inner {
  box-sizing: border-box;
}

.about-inner th {
  width: 110px
}

.about-inner .td2 {
  width: 60px;
}

.company .nav {
  padding: 10px;
}

.company ul.list ul {
  margin-left: 20px;
}

.company ul.list2 li {
  padding: 16px 0 16px 20px;
}

.company ul.list3 li{
   padding: 6px 0 6px 20px;
}
.company ul.list li a,
.company ul.list li span {
  line-height: 2;
  padding: 10px 20px;
}


/* playlist */

.playlist li {
  display: block;
  margin-bottom: 60px;
}

.playlist div,
.playlist figure {
  width: 100%;
  padding: 0;
}

.playlist div h3 {
  font-size: 20px !important;  
}

/*link*/

.link li {
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.link li a {
  font-size: 0.85rem !important;
  text-decoration: underline;
}


.global-footer nav ul li {
  display: inline-block;
}

.global-footer p a img {
  width: 250px;
}

.global-footer .footer_menu {
  margin: 0;
}

.global-footer .footer_menu li {
  margin: 30px;
}

.global-footer .footer_menu a {
  font-size: 30px;
}

}


@media only screen and (max-width: 480px) {

html:not(.f-home) .widget-item-thumbnail-list .clearfix.layout-widget-thumbnail-max {
  display: inline-flex;
}
html:not(.f-home) .widget-item-thumbnail-list .clearfix.layout-widget-thumbnail-max .label {
  align-self: flex-start;
}


html:not(.f-home) .widget-item-thumbnail-list .vertical-list-item p.title.subtitle {
  margin: 15px 0 !important;
}

html:not(.f-home) .widget-item-thumbnail-list .clearfix.layout-widget-thumbnail-max {
    flex-direction: column;
}

}

/*cart削除*/
.top-bar-section li.cart {
display:none;
}
/*cart削除　SP*/
.off-canvas-list a[href*="cart"] {
display:none;
}

/*HEADLINE*/
.mdc_headline {width:90%;margin:1em auto 0;text-align:left;}
@media only screen and (min-width: 64em) {
.mdc_headline {width:100%;margin:0 auto 2em;text-align:center;font-size:1em !important;}
}
.mdc_headline_bottom {width:90%;margin:1em auto 0;text-align:left;}
.mdc_headline_bottom p,.mdc_headline_bottom a {color:white;}
@media only screen and (min-width: 64em) {
.mdc_headline_bottom {width:100%;margin:0 auto 2em;text-align:center;font-size:1em !important;}
}
