@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media screen and (max-width: 860px) {
  header .m-header_submenu li#loggedin .js-btn_mypagemenu {
    display: none;
  }
  header .m-header_submenu li#loggedin .header-mypagemenu {
    display: block;
  }
  .pcOnly {
    display: none !important;
  }
}

#loggedin .header-mypage {
  display: inline-block; }
  #loggedin .header-mypage > .btn {
    display: block;
    height: 100%;
    padding: 0 10px;
    cursor: pointer; }
    
    @media screen and (min-width: 860px) {
      #loggedin .header-mypage:hover .js-btn_mypagemenu{ cursor:default;}
        #loggedin .header-mypage:hover .header-mypagemenu {
        display: block;
      }
    }
	@media screen and (max-width: 860px) {
  #loggedin .header-mypage > .btn {
	  padding:0;
  }}

@media screen and (min-width: 891px) {
  	#loggedin .header-mypage .header-mypagemenu {
      display: none;
      position: absolute;
      top: 62px;
      right: 15px;
      background-color: #fff;
      box-shadow: 0px 3px 6px 0px #dddddd;
      -moz-box-shadow: 0px 3px 6px 0px #dddddd;
      -webkit-box-shadow: 0px 3px 6px 0px #dddddd;
      width:228px;
    }
    #loggedin .header-mypage .header-mypagemenu ul {
      border-top: 1px solid #f2f2f2; }
    #loggedin .header-mypage .header-mypagemenu li {
      
      display: block !important;
      border-bottom: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2; }
	  
	  #loggedin .header-mypage .header-mypagemenu li.no_disp{
		  display:none !important;}
      
      #loggedin .header-mypage .header-mypagemenu li a {
        padding-left: 20px;
        font-weight: bold;
        font-size: 10px;
        line-height: 35px;
        height: 35px;
        background-color: #fff; }
  }

@media screen and (max-width: 890px) {
  	header .header-mypagemenu li:last-child {
    	border-bottom: none;
  	}
  	header #loggedin {
    	margin: 0;
    	padding: 0;
  	}
  	#loggedin .header-mypage {
    	display: block;
  	}
		#loggedin .header-mypage .header-mypagemenu{
      width: 100%;
      position: relative;
      top: auto;
      left: auto;
      }
	
          #loggedin .header-mypage .header-mypagemenu li a {
            display: block;
          
            padding-left: 10px;
            padding-right: 10px;
          }
        }

.branch {
  background: #fff;
  width: 100%;
  padding: 40px;
  display: none; }
  @media screen and (min-width: 891px) {
    .branch {
      width: 360px; } }
  .branch img {
    width: 100%; }
  .branch h3 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
	font-size:16px;
	font-weight:600;
	letter-spacing:0.1em; }
  .branch li {
    margin-bottom: 10px;
    width: 100%; }
    .branch li.mbno {
      margin-bottom: 0; }

@media screen and (min-width: 861px) {
  .spOnly {
    display: none; } }

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Sans-Serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 61px;
  letter-spacing: .1em;
  color: #333;
  word-break: break-all; }
  @media screen and (max-width: 1010px) {
    body {
      padding-top: 51px; } }
  body.open-signin .m-header_submenu {
    top: 51px;
    overflow-y: auto; }
  body.open #nav-toggle span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }
  body.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  body.open #nav-toggle span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }
  body.open .globalnav {
    top: 51px; }

a {
  color: #000;
  text-decoration: none;
/*  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;*/
  outline: none; }
  a img {
    /*transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;*/ }
    a img.over:hover {
      filter: alpha(opacity=100) !important;
      -moz-opacity: 1 !important;
      opacity: 1 !important; }
  a:hover {
    color: #000; }
  a.op:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6; }

img {
  vertical-align: bottom; }

.l-contents_wrapper .inner {
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 890px) {
    .l-contents_wrapper .inner {
      padding: 0 10px; } }

li {
  list-style-type: none; }

header {
  border-bottom: 1px solid #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  background-color: #fff; }
  @media screen and (max-width: 1010px) {
    header {
      margin-bottom: 0;
      background-color: #fff;
      border-bottom: 1px solid #ccc; } }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 22px; }
    @media screen and (max-width: 1050px) {
      header .logo {
        margin: 0 5px; } }
    @media screen and (max-width: 1010px) {
      header .logo {
        margin: 0;
        display: block;
        text-align: center;
        position: relative;
        z-index: 100;
        background-color: #fff;
        width: 100%; }
        header .logo > * {
          width: 76px;
          margin: 0 auto; } }
    header .logo > * {
      display: block;
      padding: 5px 5px 6px; }
    header .logo img {
      width: 84px;
      height: auto; }
      @media screen and (max-width: 1010px) {
        header .logo img {
          width: auto;
          height: 39px;
          display: block; } }
  header #nav-toggle, header #nav-toggle-signin {
    display: none; }
  header .globalnav {
    display: inline-block;
    vertical-align: middle; }
    header .globalnav ul {
      letter-spacing: -.4em; }
    @media screen and (max-width: 1010px) {
      header .globalnav {
        z-index: 99; }
        header .globalnav li {
          position: relative;
          cursor: default; }
          header .globalnav li .fa {
            letter-spacing: 1em;
            position: absolute;
            top: 16px;
            right: 12px;
            font-size: 20px; } }
    header .globalnav li {
      letter-spacing: normal;
      display: inline-block;
      margin: 0; }
	  
  @media screen and (min-width: 1011px) {
  header .globalnav li#gn_news:hover,header .globalnav li#gn_ranking:hover,header .globalnav li#gn_project:hover{
	  cursor: default;
	  }
}
      @media screen and (min-width: 1011px) {
        header .globalnav li .fa {
          display: none !important; }
        header .globalnav li a, header .globalnav li span {
          font-size: 13px;
          font-weight: 500; }
        header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > a, header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > span {
          display: block;
          height: 60px;
          line-height: 60px;
          padding: 0 20px; }
          header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > a span, header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > span span {
            display: block;
            height: 60px;
            line-height: 60px;
            position: relative; }
            header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > a span:after, header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > span span:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: -1px;
              width: 0;
              height: 3px;
              background-color: #1a0d03;
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
          header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > a:hover, header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > span:hover {
            text-decoration: none; }
            header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > a:hover span:after, header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > span:hover span:after {
              width: 100%; }
        header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator):hover .gn_submenu {
          display: block; } }
      @media screen and (max-width: 1170px) {
        header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > a, header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > span {
          padding: 0 10px; } }
      @media screen and (max-width: 1090px) {
        header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > a, header .globalnav li:not(#gn_notice):not(#gn_upload):not(#gn_curator) > span {
          padding: 0 5px; } }
    @media screen and (min-width: 1011px) {
      header .globalnav #gn_curator a {
        color: #54baf4;
        padding: 5px;
        border: 1px solid #54baf4;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        header .globalnav #gn_curator a:hover {
          background-color: #54baf4;
          color: #fff; } }
    @media screen and (min-width: 1011px) {
      header .globalnav #gn_upload a {
        color: #fc5353;
        padding: 5px;
        border: 1px solid #fc5353;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        header .globalnav #gn_upload a:hover {
          background-color: #fc5353;
          color: #fff; } }
    @media screen and (min-width: 1011px) {
      header .globalnav #gn_notice a {
        color: #333;
        padding: 5px;
        border: 1px solid #333;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-right: 20px; }
        header .globalnav #gn_notice a:hover {
          background-color: #333;
          color: #fff; } }
    header .globalnav .gn_submenu {
      display: none;
      cursor: default; }
      header .globalnav .gn_submenu li:last-child {
        border-bottom: none; }
      header .globalnav .gn_submenu li a:after {
        background: none; }
      @media screen and (max-width: 1010px) {
        header .globalnav .gn_submenu {
          border-top: 1px solid #eaeaea; }
          header .globalnav .gn_submenu li {
            padding: 5px 0; } }
      @media screen and (min-width: 1011px) {
        header .globalnav .gn_submenu {
          background-color: #fff;
          position: absolute;
          z-index: 1000;
          width: 100%;
          height: 60px;
          top: 61px;
          left: 0;
          border-top: 1px solid #e6e4e4;
          border-bottom: 1px solid #e6e4e4;
          padding-left: 144px; } }
  header #loggedin {
    margin-left: 10px; }
    header #loggedin .m-user_icon {
      display: inline-block;
      width: 42px;
      height: 42px;
      vertical-align: middle; }
    header #loggedin .m-artist_txt {
      overflow: hidden;
      max-width: 140px;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      font-weight: 500; }
    header #loggedin a:hover {
      filter: alpha(opacity=60);
      -moz-opacity: 0.6;
      opacity: 0.6; }
  @media screen and (min-width: 1011px) {
    header .m-header_submenu {
      float: right;
      margin-right: 20px; }
      header .m-header_submenu ul {
        letter-spacing: -.4em; }
      header .m-header_submenu li {
        letter-spacing: normal;
        display: inline-block; }
        header .m-header_submenu li > * {
          display: block;
          height: 60px;
          line-height: 60px;
          vertical-align: middle; }
        header .m-header_submenu li#gn_login a {
          background-color: #666;
          color: #fff;
          font-weight: 500;
          text-align: center;
          padding: 0 1em; }
          header .m-header_submenu li#gn_login a:hover {
            background-color: #f7f7f7;
            color: #000; }
        header .m-header_submenu li#gn_signin a {
          background-color: #000;
          color: #fff;
          font-weight: 500;
          text-align: center;
          padding: 0 1em; }
          header .m-header_submenu li#gn_signin a:hover {
            background-color: #f7f7f7;
            color: #000; } }
  header .m-header_submenu .artistSearch {
    vertical-align: middle; }
    header .m-header_submenu .artistSearch .artistSearchBtn {
      display: block;
      height: 60px;
      background-color: #f2f2f2; }
      header .m-header_submenu .artistSearch .artistSearchBtn img {
        vertical-align: middle;
        padding: 0 15px;
        width: 55px; }
  @media screen and (max-width: 1010px) {
    header #nav-toggle {
      display: block;
      position: absolute;
      left: 12px;
      top: 14px;
      width: 24px;
      height: 18px;
      cursor: pointer;
      z-index: 101; }
      header #nav-toggle div {
        position: relative; }
      header #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out; }
        header #nav-toggle span:nth-child(1) {
          top: 0; }
        header #nav-toggle span:nth-child(2) {
          top: 8px; }
        header #nav-toggle span:nth-child(3) {
          top: 16px; }
    header #nav-toggle-signin {
      display: block;
      position: absolute;
      right: 12px;
      top: 10px;
      z-index: 101; }
      header #nav-toggle-signin .artistSearchBtn img {
        width: 20px; }
      header #nav-toggle-signin div {
        display: inline-block;
        vertical-align: middle; }
      header #nav-toggle-signin .btn_signin {
        vertical-align: middle;
        padding-left: 10px;
        border-left: 1px solid #ccc;
        margin-left: 10px;
        height: 28px;
        display: block; }
        header #nav-toggle-signin .btn_signin .m-user_icon {
          display: inline-block;
          vertical-align: middle;
          width: 28px;
          height: 28px; }
    header .globalnav {
      position: absolute;
      top: 0;
      background: #f2f2f2;
      width: 100%;
      height: 0;
      text-align: center;
      padding: 0;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      overflow: auto; }
      header .globalnav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px; }
      header .globalnav li {
        position: relative;
        display: block;
        border-bottom: 1px solid #eaeaea;
        padding: 0 28px; }
        header .globalnav li a, header .globalnav li span {
          width: 100%;
          display: block;
          color: #fff;
          color: #333;
          padding: 10px 0;
          text-align: left;
          font-weight: 500; }
        header .globalnav li#gn_notice span,header .globalnav li#gn_upload span,header .globalnav li#gn_curator span{
        padding: 0;
	}
	header .globalnav li#gn_upload a,header .globalnav li#gn_curator a{
	padding-left:5px; padding-right:5px;
	}

        header .globalnav li.open{ 
        padding:10px 0 0 10px;
        }
        header .globalnav li > span:after {
          content: '';
          background: url(/wp-content/themes/eggs/assets/img/common/icn_plus.png) no-repeat center center;
          background-size: 15px 15px;
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 20px;
          right: 10px; }
        header .globalnav li a:after {
          content: '';
          background: url(/wp-content/themes/eggs/assets/img/common/icn_arrow_nav.png) no-repeat center center;
          background-size: 9px 15px;
          display: block;
          width: 9px;
          height: 15px;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -7px; }
        header .globalnav li.open > span:after {
          content: '';
          background: url(/wp-content/themes/eggs/assets/img/common/icn_minus.png) no-repeat center center;
          background-size: 15px 2px;
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 20px;
          right: 10px; }
    header .m-header_submenu {
      position: absolute;
      top: -500px;
      background: #f2f2f2;
      width: 100%;
      text-align: center;
      padding: 0;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      overflow: hidden;
      z-index: 99; }
      header .m-header_submenu ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px; }
      header .m-header_submenu li {
        position: relative;
        display: block;
        border-bottom: 1px solid #eaeaea;
        padding: 0 28px; }
        header .m-header_submenu li a, header .m-header_submenu li span {
          width: 100%;
          display: block;
          color: #fff;
          color: #333;
          padding: 10px 0;
          text-align: left;
          font-weight: 500; }
        header .m-header_submenu li > span:after {
          content: '';
          background: url(/wp-content/themes/eggs/assets/img/common/icn_plus.png) no-repeat center center;
          background-size: 15px 15px;
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 20px;
          right: 10px; }
        header .m-header_submenu li.open > span:after {
          content: '';
          background: url(/wp-content/themes/eggs/assets/img/common/icn_minus.png) no-repeat center center;
          background-size: 15px 2px;
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 20px;
          right: 10px; }
    header .artistSearchWrapper {
      display: none !important; } }
  header .closeNav {
    background: #090909 url(/wp-content/themes/eggs/assets/img/common/btn_close02.png) no-repeat center center;
    background-size: 12px 12px;
    cursor: pointer;
    text-indent: -9999px; }
  header .artistSearchBox .closeNav {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }

footer {
  border-top: 1px solid #ccc;
  padding: 30px 0 75px; }
  @media screen and (max-width: 890px) {
    footer {
      background-color: #f2f2f2;
      padding: 10px 0 10px; } }
  footer .footer_logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
    @media screen and (max-width: 890px) {
      footer .footer_logo {
        margin-right: 10px;
         } }
    @media screen and (max-width: 450px) {
      footer .footer_logo {
        margin-right: 5px;
        margin-left: 0; } }
  footer .copyright {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em; }
    @media screen and (max-width: 890px) {
      footer .copyright {
        font-size: 10px; } }
    footer .copyright .ema {
      font-size: 12px;
      font-weight: normal; }
  footer .footernav {
    float: right;
    padding-top: 20px; }
    @media screen and (max-width: 890px) {
      footer .footernav {
    font-size: 12px;
    float: none;
    padding: 10px 0 20px 0;
       } }
    footer .footernav li {
      display: inline-block;
      padding: 0 2em;
      border-left: 1px solid #4e4e4e;
      line-height: 1.1; }
      footer .footernav li:first-child {
        border-left: none; }
    @media screen and (max-width: 890px) {
    footer .footernav li {
      border-left: none;
       }
      footer .footernav li:first-child {
		  margin-bottom:10px;
         }
	    }
      footer .footernav li a {
        font-size: 12px;
        letter-spacing: .1em; }
        footer .footernav li a:hover {
          opacity: 0.6; }
  footer .footer_sponsor {
    clear: both;
    margin-top: 30px;
    text-align: center; }
    @media screen and (max-width: 890px) {
      footer .footer_sponsor {
        margin-top: 10px; } }
    footer .footer_sponsor:before {
      content: "supported by";
      display: inline-block;
      margin-left: 1em;
      font-size: 9px;
      color: #2f2522;
      font-weight: 500; }
    @media screen and (min-width: 451px) {
      footer .footer_sponsor ul {
        display: inline-block; } }
    footer .footer_sponsor ul li {
      display: inline-block; }
      footer .footer_sponsor ul li img {
        width: auto;
        height: 20px; }
        @media screen and (max-width: 450px) {
          footer .footer_sponsor ul li img {
            height: 10px; } }

.l-contents_wrapper {
  overflow: hidden; }
  .l-contents_wrapper > .inner {
    position: relative; }
  @media screen and (min-width: 891px) {
    .l-contents_wrapper {
      padding-top: 25px; } }

@media screen and (min-width: 891px) {
  .l-main_contents_wrapper {
    float: left;
    width: 100%;
    margin-right: -336px;
    padding-right: 336px;
    position: relative;
    z-index: 1000; } }

@media screen and (min-width: 891px) {
  .l-main_contents {
    padding-right: 34px; } }

@media screen and (min-width: 891px) {
  .l-side_contents_wrapper {
    position: relative;
    z-index: 1001;
    float: left; } }

.l-side_contents {
  width: 100%;
  border-top: 2px solid #000;
  position: relative; }
  @media screen and (min-width: 891px) {
    .l-side_contents {
      border: none;
      display: inline-block;
      width: 336px;
      padding-left: 36px;
      border-left: 1px solid #f2f2f2; }
      .l-side_contents > * {
        width: 300px; } }
  .l-side_contents .m-side:first-child {
    margin-top: 0; }

@media screen and (min-width: 891px) {
  .fixed-side {
    position: fixed;
    top: 80px; }
  .bottom-side {
    position: absolute;
    bottom: 0; }
  .static-side {
    position: static; } }

.l-main_article {
  padding-top: 20px; }

.l-article_head {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 891px) {
    .l-article_head {
      overflow: hidden; } }
  .l-article_head .article_mv {
    margin-bottom: 45px; }
    @media screen and (max-width: 890px) {
      .l-article_head .article_mv {
        margin: 0 -10px 10px; } }
  .l-article_head .article_date {
    font-size: 14px;
    font-weight: 900;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Sans-Serif;
    color: #999; }
  .l-article_head .article_ttl {
    font-weight: 500;
    line-height: 1.385;
    font-size: 17px; }
    @media screen and (min-width: 891px) {
      .l-article_head .article_ttl {
        font-size: 26px;
        width: 77%;
        display: inline-block;
        vertical-align: middle; } }
  .l-article_head .article_category {
    font-weight: 500;
    text-align: right; }
    @media screen and (min-width: 891px) {
      .l-article_head .article_category {
        display: inline-block;
        width: 22%;
        text-align: center;
        vertical-align: middle; } }
  .l-article_head .article_tag {
    margin-top: 1.5em; }
    @media screen and (min-width: 891px) {
      .l-article_head .article_tag {
        width: 77%;
        float: left;
        display: inline-block;
        vertical-align: middle; } }
    .l-article_head .article_tag dt {
      font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Sans-Serif;
      font-weight: 900;
      font-size: 16px;
      text-transform: uppercase; }
      @media screen and (min-width: 891px) {
        .l-article_head .article_tag dt {
          display: inline-block;
          margin-right: 1em; } }
    .l-article_head .article_tag dd {
      display: inline-block;
      font-size: 14px;
      margin-right: 1em;
      color: #666; }
  .l-article_head .article_share {
    text-align: center;
    margin-top: 30px; }
    @media screen and (min-width: 891px) {
      .l-article_head .article_share {
        margin-top: 0;
        float: right;
        display: inline-block;
        vertical-align: middle;
        margin-right: 24px; } }
    .l-article_head .article_share dt {
      font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Sans-Serif;
      font-size: 10px;
      font-weight: 900;
      margin-bottom: 10px;
      color: #666;
      text-transform: uppercase;
      text-align: left; }
      @media screen and (max-width: 890px) {
        .l-article_head .article_share dt {
          display: inline-block;
          vertical-align: middle; } }
    .l-article_head .article_share dd {
      display: inline-block;
      border-left: 1px solid #333;
      padding: 0 10px; }
      .l-article_head .article_share dd:last-child {
        border-right: 1px solid #333; }
      .l-article_head .article_share dd a {
        display: block;
        padding: 0 10px; }
    .l-article_head .article_share .share_sns {
      height: 28px;
      object-fit: contain; }

.l-article_body h2 {
  margin: 2em 0;
  font-size: 18px; }
  @media screen and (max-width: 890px) {
    .l-article_body h2 {
      font-size: 14px; } }

.l-article_body p {
  margin: 1.5em 0;
  line-height: 2.143; }


@media screen and (min-width: 1101px) {
  .l-article_main {
    float: left;
    width: 62.891566%; } }

@media screen and (min-width: 1101px) {
  .l-article_side {
    float: right;
    width: 32.53012%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 100px; }
    .l-article_side .m-article_profile {
      border: none;
      padding: 0 0 30px;
      border-bottom: 1px solid #333; }
      .l-article_side .m-article_profile h3 {
        margin-top: 0; }
      .l-article_side .m-article_profile .m-thumb_circle {
        display: block;
        margin: 0 auto; }
      .l-article_side .m-article_profile dl {
        margin-right: 0; }
        .l-article_side .m-article_profile dl dd {
          font-size: 10px; }
    .l-article_side .m-article_contents {
      border: none;
      border-bottom: 1px solid #333;
      padding: 0 0 30px; }
      .l-article_side .m-article_contents h3 {
        border: none;
        margin: 0 0 15px;
        padding: 0; }
        .l-article_side .m-article_contents h3 span {
          border: none;
          padding: 0; }
      .l-article_side .m-article_contents .img_jacket {
        margin: 0 0 10px;
        max-width: 100%;
        width: 100%; }
    .l-article_side .m-setlist ol {
      margin-left: 0; }
    .l-article_side .m-setlist li {
      font-size: 12px;
      margin-bottom: 0; }
    .l-article_side .event_detail dt {
      float: none !important; }
    .l-article_side .event_detail dd {
      float: none !important; }
    .l-article_side .m-links ul {
      margin-left: 0; }
      .l-article_side .m-links ul a {
        font-size: 10px;
        font-weight: normal; }
    .l-article_side .m-article_gallery {
      margin-bottom: 0;
      border: none;
      padding-bottom: 0; }
      .l-article_side .m-article_gallery li {
        width: 43%;
        margin: 3.3333333%;
        text-align: center;
        vertical-align: top; }
        .l-article_side .m-article_gallery li a {
          background-color: #fff; }
          .l-article_side .m-article_gallery li a img {
            vertical-align: middle; } }

#js-flexnav.nonFixed {
  position: relative !important;
  top: auto !important; }

#pagetop {
  position: absolute;
  top: 0; }

.btn_radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.txt_uppercase {
  text-transform: uppercase; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.m-table {
  width: 100%;
  display: table; }
  .m-table .m-tb_cell {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 890px) {
      .m-table .m-tb_cell {
        vertical-align: top;
        display: block; } }

.btn_small {
  text-align: right; }
  .btn_small a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    border: 1px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: normal;
    padding: 3px 15px; }
    .btn_small a:hover {
      color: #fff;
      background-color: #333; }

.m-mainvisual {
  position: relative; }
  .m-mainvisual .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .m-mainvisual .slider-pro {
    background-color: #fff;
    visibility: hidden;
    opacity: 0; }
  @media screen and (min-width: 891px) {
    .m-mainvisual {
      margin: 0 auto 60px;
      height: 346px; } }
  @media screen and (max-width: 890px) {
    .m-mainvisual {
      min-height: 183px; } }
  .m-mainvisual .slide_wrap {
    width: 2340px;
    position: absolute;
    left: 50%;
    margin-left: -1170px; }
  .m-mainvisual .slide_body {
    width: 100%;
    z-index: 1000; }
    .m-mainvisual .slide_body li {
      float: left; }
  .m-mainvisual .sp-mask {
    /*
    @media screen and (max-width:890px) {
      height: 200px !important;
    }
*/ }
  .m-mainvisual .sp-slide {
    /*
    @media screen and (max-width:890px) {
      height: 200px !important;
    }
*/ }
    .m-mainvisual .sp-slide a {
      display: block;
      position: relative;
      margin: 0 auto;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 890px) {
        .m-mainvisual .sp-slide a {
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; } }
    .m-mainvisual .sp-slide img {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 890px) {
        .m-mainvisual .sp-slide img {
          /*
        height: 200px;
        visibility: hidden;
*/
          /*
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
*/ } }
    .m-mainvisual .sp-slide .mv-article_txt {
      position: absolute;
      bottom: 10px; }
      @media screen and (max-width: 890px) {
        .m-mainvisual .sp-slide .mv-article_txt {
          bottom: 5px; } }
    .m-mainvisual .sp-slide .article_category {
      display: inline-block;
      position: relative;
      left: -40px;
      color: #fff;
      padding: .2em 1em;
      opacity: 0;
      transition: all 0.3s;
      margin-bottom: 8px; }
      @media screen and (max-width: 450px) {
        .m-mainvisual .sp-slide .article_category {
          font-size: 10px; } }
      .m-mainvisual .sp-slide .article_category.news {
        background-color: #fc7625; }
      .m-mainvisual .sp-slide .article_category.interview {
        background-color: #0096b6; }
      .m-mainvisual .sp-slide .article_category.column {
        background-color: #004fb2; }
      .m-mainvisual .sp-slide .article_category.tower {
        background-color: #fed100; }
      .m-mainvisual .sp-slide .article_category.curator {
        background-color: #00b1a0; }
      .m-mainvisual .sp-slide .article_category.report {
        background-color: #e9546c; }
    .m-mainvisual .sp-slide .article_title {
      position: relative;
      left: -40px;
      opacity: 0;
      transition: all 0.3s; }
      .m-mainvisual .sp-slide .article_title span {
        color: #fff;
        display: inline-block;
        background: rgba(0, 0, 0, 0.8);
        font-size: 22px;
        font-weight: 500;
        letter-spacing: .1em;
        padding: .1em .5em;
        white-space: nowrap;
        max-width: 720px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
        @media screen and (max-width: 450px) {
          .m-mainvisual .sp-slide .article_title span {
            max-width: 320px;
            font-size: 12px; } }
    .m-mainvisual .sp-slide.sp-selected .article_category {
      left: -20px;
      opacity: 1;
      transition: all 0.5s 0.5s;
      font-weight: 500; }
      @media screen and (max-width: 890px) {
        .m-mainvisual .sp-slide.sp-selected .article_category {
          left: 0; } }
    .m-mainvisual .sp-slide.sp-selected .article_title {
      left: -20px;
      opacity: 1;
      transition: all 0.5s 0.6s; }
      @media screen and (max-width: 890px) {
        .m-mainvisual .sp-slide.sp-selected .article_title {
          left: 0; } }
  .m-mainvisual .bx-controls {
    position: absolute;
    bottom: 50%;
    margin-top: -9px;
    z-index: 100;
    width: 100%; }
  .m-mainvisual .bx-pager {
    text-align: center; }

.m-information_index {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0 20px 40px; }
  @media screen and (max-width: 890px) {
    .m-information_index {
      font-size: 10px;
      margin: 0 20px 20px; } }
  .m-information_index li {
    margin: 1em 0; }
  .m-information_index a {
    text-decoration: underline; }
    .m-information_index a:hover {
      text-decoration: none; }
    .m-information_index a:before {
      content: "・"; }

.m-side {
  border-bottom: 2px solid #333;
  margin-bottom: 40px;
  padding-bottom: 15px; }
  @media screen and (max-width: 890px) {
    .m-side {
      margin-bottom: 30px;
      padding-bottom: 20px; } }
  .m-side .ttl_side {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1em; }
    @media screen and (max-width: 890px) {
      .m-side .ttl_side {
        text-align: center; } }

.m-side_banner#bnr_eggsSignin {
  margin-bottom: 40px; }
  .m-side_banner#bnr_eggsSignin li {
    position: relative; }
    .m-side_banner#bnr_eggsSignin li a {
      position: absolute;
      bottom: 22px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

@media screen and (max-width: 890px) {
  .m-side_banner {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #f2f2f2;
    border-bottom: none; }
    .m-side_banner li {
      padding: 20px;
      text-align: center; }
      .m-side_banner li img {
        width: 100%; }
    .m-side_banner#bnr_eggsSignin {
      display: none; } }

@media screen and (min-width: 891px) {
  .m-side_banner li img {
    width: 100%; }
  .m-side_banner li + li {
    margin-top: 35px; } }

@media screen and (max-width: 890px) {
  .m-article_category_list {
    margin-top: 30px; } }

.m-article_category_list ul {
  letter-spacing: -.4em; }

.m-article_category_list li {
  width: 50%;
  display: inline-block;
  letter-spacing: .1em;
  margin-bottom: .5em;
  /*
    @media screen and (max-width:890px) {
      width: 100%;
      display: block;
    }
*/ }
  .m-article_category_list li a {
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: .025em;
    font-weight: 500; }
    @media screen and (max-width: 890px) {
      .m-article_category_list li a {
        display: block;
        padding: 1em;
        margin-bottom: 0; } }

.m-tag_list li {
  display: inline-block;
  margin: 0 4px 9px 0;
  max-width: 100%; }

.m-tag_list a {
  color: #333;
  display: block;
  border: 1px solid #e4e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 10px;
  letter-spacing: .05em;
  padding: 3px 5px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }
  .m-tag_list a:hover {
    color: #f2f2f2;
    background-color: #333;
    border-color: #333; }

.btn_more .btn_radius {
  border: 1px solid #333;
  width: 170px;
  height: 28px;
  line-height: 26px;
  display: block;
  margin: 0 auto 25px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  color: #333; }
  .btn_more .btn_radius:hover {
    color: #fff;
    background-color: #333; }

.m-side_ranking {
  border-bottom: none;
  margin-bottom: 0; }

.m-side_ranking_tabs {
  border: 1px solid #e6e4e4; }
  .m-side_ranking_tabs .m-side_ranking_tab {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    background-color: #f2f2f2;
    color: #333;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .1em;
    height: 40px;
    line-height: 40px;
    cursor: pointer; }
    .m-side_ranking_tabs .m-side_ranking_tab:hover {
      background-color: #e6e4e4; }
    .m-side_ranking_tabs .m-side_ranking_tab.selected {
      background-color: #333;
      color: #f2f2f2;
      cursor: default; }

.m-side_ranking_update {
  color: #666;
  text-align: right;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
  margin: 1em 0; }

.m-side_ranking_contents {
  /*
  &.artist {
    display: none;
  }
*/ }
  .m-side_ranking_contents ol {
    padding-bottom: 5px; }
  .m-side_ranking_contents li {
    counter-increment: ranking;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 19px;
    margin-bottom: 15px;
    padding-left: 60px; }
    .m-side_ranking_contents li:before {
      content: counter(ranking);
      font-size: 24px;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-style: italic;
      position: absolute;
      top: 5px;
      left: 10px; }
  .m-side_ranking_contents .m-ranking_counter {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
    background-image: linear-gradient(to right bottom, transparent, transparent 49%, #666 49%, #666 51%, transparent 51%, transparent); }
    .m-side_ranking_contents .m-ranking_counter.ranking_1:after {
      content: url(/wp-content/themes/eggs/assets/img/common/icn_ranking_1.png);
      position: absolute;
      right: -2px;
      bottom: -5px; }
    .m-side_ranking_contents .m-ranking_counter.ranking_2:after {
      content: url(/wp-content/themes/eggs/assets/img/common/icn_ranking_2.png);
      position: absolute;
      right: -2px;
      bottom: -5px; }
    .m-side_ranking_contents .m-ranking_counter.ranking_3:after {
      content: url(/wp-content/themes/eggs/assets/img/common/icn_ranking_3.png);
      position: absolute;
      right: -2px;
      bottom: -5px; }
    .m-side_ranking_contents .m-ranking_counter.ranking_4:after {
      content: url(/wp-content/themes/eggs/assets/img/common/icn_ranking_4.png);
      position: absolute;
      right: -2px;
      bottom: -5px; }
    .m-side_ranking_contents .m-ranking_counter.ranking_5:after {
      content: url(/wp-content/themes/eggs/assets/img/common/icn_ranking_5.png);
      position: absolute;
      right: -2px;
      bottom: -5px; }
  .m-side_ranking_contents .m-ranking_txt {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    margin-left: 10px; }
    .m-side_ranking_contents .m-ranking_txt .artist_name {
      font-size: 16px;
      font-weight: 500;
      width: 160px;
      overflow: hidden;
      white-space: nowrap;
      letter-spacing: .05em;
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      /* Safari */
      -o-text-overflow: ellipsis; }
    .m-side_ranking_contents .m-ranking_txt .area {
      margin-top: 5px;
      vertical-align: middle;
      font-size: 10px;
      color: #999;
      letter-spacing: .05em; }
      .m-side_ranking_contents .m-ranking_txt .area.area_icon_gray:before {
        content: url(/wp-content/themes/eggs/assets/img/common/icn_area_gray.png);
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
  .m-side_ranking_contents .m-thumb_circle {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle; }

.m-timeline {
  margin-top: 30px; }
  .m-timeline .ttl_side {
    margin-bottom: .5em; }
    @media screen and (max-width: 890px) {
      .m-timeline .ttl_side {
        margin-bottom: 1em; } }
  .m-timeline .widget_wrapper {
    height: 602px;
    border: 1px solid #f2f2f2 !important; }

.m-thumb_circle {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e6e4e4;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  position: relative;
  z-index: 1;
  background-size: contain;
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  transition: .1s ease-in-out; }
  .m-thumb_circle img {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.m-user_icon {
  background: url(//resource.lap.recochoku.jp/e8/assets/v2/img/common/noimg_user.png) no-repeat center center;
  background-size: contain; }

.js-btn_mypagemenu.has_new_notice::after {content: "●"; color: #ff1111; position: relative; top: -10px; right: -0px; font-size: 4px; text-shadow: 0px 0px 2px #ff1111;}

.m-artist_txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  transition: .1s ease-in-out; }

.m-main_article_list {
  letter-spacing: -0.4em; }
  .m-main_article_list li {
    display: inline-block;
    letter-spacing: .1em;
    vertical-align: top;
    width: 31.325301%;
    margin-right: 3.0120482%;
    margin-bottom: 50px; }
    .m-main_article_list li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 1080px) {
      .m-main_article_list li {
        width: 50%;
        margin: 0 0 50px;
        box-sizing: border-box;
        padding-right: 20px; }
        .m-main_article_list li:nth-child(even) {
          padding-right: 0; } }
    @media screen and (max-width: 500px) and (max-width: 890px) {
      .m-main_article_list li {
        width: 33%;
        margin: 0 0 50px;
        box-sizing: border-box;
        padding-right: 20px; }
        .m-main_article_list li:nth-child(3n) {
          padding-right: 0; } }
    @media screen and (max-width: 600px) {
      .m-main_article_list li {
        display: block;
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #666; } }
  .m-main_article_list a {
    position: relative;
    display: block; }
    .m-main_article_list a:hover .m_octagon img {
      -webkit-transform: scale(1.1) translateY(-50%);
      -moz-transform: scale(1.1) translateY(-50%);
      -o-transform: scale(1.1) translateY(-50%);
      -ms-transform: scale(1.1) translateY(-50%);
      transform: scale(1.1) translateY(-50%);
      z-index: 0; }
    @media screen and (max-width: 600px) {
      .m-main_article_list a {
        overflow: hidden; } }
  .m-main_article_list .article_date {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: .05em;
    color: #666; }
    @media screen and (min-width: 891px) {
      .m-main_article_list .article_date {
        margin-bottom: 0;
        position: absolute;
        top: 3px;
        left: -18px;
        z-index: 100;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        font-size: 10px;
        z-index: 999; } }
  .m-main_article_list .mult_ellipsis {
    overflow: hidden;
    width: 100%; }
    .m-main_article_list .mult_ellipsis p {
      margin-top: .5em;
      font-size: 14px;
      color: #000;
      line-height: 1.714;
      font-weight: 500;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 47.992px;
      overflow: hidden; }
      .m-main_article_list .mult_ellipsis p:hover {
        opacity: 0.6; }
  .m-main_article_list .article_category {
    margin-top: 1em;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.1; }
  @media screen and (max-width: 890px) {
    .m-main_article_list.article_list_sub .m_octagon {
      width: 47%;
      float: left; }
    .m-main_article_list.article_list_sub .mult_ellipsis {
      width: 50%;
      float: right; } }

.article_category.news {
  color: #fc7625; }

.article_category.interview {
  color: #0096b6; }

.article_category.column {
  color: #004fb2; }

.article_category.tower {
  color: #fed100; }

.article_category.curator {
  color: #00b1a0; }

.article_category.report {
  color: #e9546c; }

.m_octagon {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  @media screen and (min-width: 891px) {
    .m_octagon {
      display: inline-block; } }
  .m_octagon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 32px solid #fff;
    border-right: 32px solid transparent;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 998; }
    @media screen and (max-width: 890px) {
      .m_octagon:before {
        border-top-width: 20px;
        border-right-width: 20px; } }
  .m_octagon:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 32px solid #fff;
    border-left: 32px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 998; }
    @media screen and (max-width: 890px) {
      .m_octagon:after {
        border-top-width: 20px;
        border-left-width: 20px; } }
  .m_octagon span {
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 59.615385%;
    position: relative; }
    .m_octagon span:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-bottom: 32px solid #fff;
      border-right: 32px solid transparent;
      position: absolute;
      bottom: -1px;
      left: -1px;
      z-index: 998; }
      @media screen and (max-width: 890px) {
        .m_octagon span:before {
          border-bottom-width: 20px;
          border-right-width: 20px; } }
    .m_octagon span:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-bottom: 32px solid #fff;
      border-left: 32px solid transparent;
      position: absolute;
      bottom: -1px;
      right: -1px;
      z-index: 998; }
      @media screen and (max-width: 890px) {
        .m_octagon span:after {
          border-bottom-width: 20px;
          border-left-width: 20px; } }
  .m_octagon img {
    width: 100%;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.m-pickup_artist {
  border: 2px solid #000;
  border-left: none;
  border-right: none;
  padding: 23px 0;
  position: relative;
  margin: 20px -10px 20px; }
  @media screen and (min-width: 891px) {
    .m-pickup_artist {
      max-height: 224px;
      border: 2px solid #000;
      padding: 23px;
      margin: 20px 0 50px; } }
  .m-pickup_artist .ttl_sec {
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    margin-bottom: 35px; }
    @media screen and (min-width: 891px) {
      .m-pickup_artist .ttl_sec {
        margin-bottom: 0;
        display: inline-block;
        padding: 0 5px;
        background-color: #fff;
        position: absolute;
        line-height: 1.1;
        top: 45%;
        left: -4.5em;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg); } }
  .m-pickup_artist .multiple-items .m-pickup_thumb {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 12px;
    color: #0e050b; }
  .m-pickup_artist .multiple-items .artist_name {
    display: block;
    text-align: center;
    opacity: 0.6; }
  .m-pickup_artist .multiple-items .slick-track {
    overflow: hidden; }
  .m-pickup_artist .multiple-items .slick-next {
    width: 41px;
    height: 14px;
    background: url(/wp-content/themes/eggs/assets/img/common/btn_next_small.png) no-repeat center center; }
  .m-pickup_artist .multiple-items .slick-prev {
    width: 41px;
    height: 14px;
    background: url(/wp-content/themes/eggs/assets/img/common/btn_prev_small.png) no-repeat center center; }
  .m-pickup_artist .m-pickup_thumb {
    width: 134px;
    height: 134px; }
    @media screen and (max-width: 890px) {
      .m-pickup_artist .m-pickup_thumb {
        width: 115px;
        height: 115px; } }

.m-partner {
  letter-spacing: -.4em;
  margin-top: 30px; }
  .m-partner .ttl_sec {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #0e050b;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em; }
    .m-partner .ttl_sec .subttl {
      color: #999;
      font-size: 10px;
      letter-spacing: .2em; }
    @media screen and (max-width: 890px) {
      .m-partner .ttl_sec {
        text-align: center;
        font-weight: 900; } }
  .m-partner li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    padding: 25px 0;
    letter-spacing: .1em; }
    @media screen and (max-width: 1080px) {
      .m-partner li {
        width: 33.3333%; }
        .m-partner li img {
          max-width: 100%;
          width: 100%; } }
    @media screen and (max-width: 890px) {
      .m-partner li {
        width: 50%;
        padding: 10px 20px; } }

.m-contents_app {
  clear: both;
  margin-top: 80px;
  background-color: #f2f2f2; }
  @media screen and (max-width: 890px) {
    .m-contents_app {
      margin-top: 40px; } }
  .m-contents_app .inner {
    position: relative;
    overflow: visible;
	 box-sizing: border-box;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
	 }
    @media screen and (max-width: 890px) {
      .m-contents_app .inner {
        padding-top: 35px;
        background: url(/wp-content/themes/eggs/assets/img/common/logo.png) no-repeat center 15px;
        background-size: 84px 49px; } }
  .m-contents_app .img_glossy {
    position: absolute;
    bottom: 0;
    left: 20px; }
    @media screen and (max-width: 890px) {
      .m-contents_app .img_glossy {
        display: none; } }
  .m-contents_app p {
    font-size: 20px;
    color: #231815;
    font-weight: bold;
    line-height: 1.604;
    padding: 30px 0;
    margin-left: 230px; }
    @media screen and (max-width: 890px) {
      .m-contents_app p {
        margin-left: 0;
        text-align: center; } }
  .m-contents_app ul {
    text-align: center;
    padding-bottom: 30px; }
    @media screen and (min-width: 891px) {
      .m-contents_app ul {
        padding-bottom: 0;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .m-contents_app ul li {
      display: inline-block; }
      .m-contents_app ul li img {
        width: auto;
        height: 42px; }
        @media screen and (min-width: 891px) {
          .m-contents_app ul li img {
            height: 56px; } }

.m-btn_pagetop {
  text-align: right;
  margin: 30px 80px 30px 0; }
.m-btn_pagetop .inner{
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
	}

  .m-btn_pagetop a {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #333;
    vertical-align: middle; }
    .m-btn_pagetop a:hover {
      opacity: 0.6; }
    .m-btn_pagetop a:before {
      content: url(/wp-content/themes/eggs/assets/img/common/icn_pagetop.png);
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
  @media screen and (max-width: 890px) {
    .m-btn_pagetop {
      text-align: center;
      margin: 30px auto; }
      .m-btn_pagetop a {
        font-size: 19px;
        vertical-align: middle; } }
		
.m-commnsnsAra li a:hover img{ opacity:1}
    @media screen and (min-width: 891px){
 .m-commnsnsAra .m-sns li{ cursor:pointer; position:relative;}
  .m-commnsnsAra .m-sns li a:hover{  cursor:pointer;}
.m-commnsnsAra .m-sns li img { display:none;}  
.m-commnsnsAra .m-sns li#tweetBtn a{ width:26px; height:26px; background-image: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-x-black.png); background-size:cover; background-repeat:no-repeat; background-position:left top; display:block;}
.m-commnsnsAra .m-sns li#tweetBtn a:hover{ background:none;}
.m-commnsnsAra .m-sns li#tweetBtn a:hover:before{ content:""; background-image: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-x-black.png); width:26px; height:26px; background-repeat:no-repeat; background-position:left top; display:block; background-size:cover; z-index:-1; position:absolute; left:0; top:0; opacity: 0.8;}
.m-commnsnsAra .m-sns li#fbBtn a{ width:26px; height:26px; background-image: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-fb.png); background-size:cover; background-repeat:no-repeat; background-position:left top; display:block;}
.m-commnsnsAra .m-sns li#fbBtn a:hover{ background:none;}
.m-commnsnsAra .m-sns li#fbBtn a:hover:before{ content:""; background-image: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-fb.png); width:26px; height:26px; background-repeat:no-repeat; background-position:left top; display:block; background-size:cover; z-index:-1; position:absolute; left:0; top:0; opacity: 0.8;}
	  }

@media screen and (min-width: 891px) {
  .m-commnsnsAra {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 4999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .m-commnsnsAra .line {
        display: none !important;
    } }

.m-commnsnsAra h3 {
  margin-bottom: 15px;
  width: 26px; }
  @media screen and (max-width: 890px) {
    .m-commnsnsAra h3 {
      display: none; } }

@media screen and (max-width: 890px) {
  .m-commnsnsAra ul:before {
    content: 'SHARE';
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1em;
    border-top: 2px solid #000;
    padding-top: 1em;
    font-weight: 500; } }

.m-commnsnsAra .m-sns {
  text-align: center; }
  .m-commnsnsAra .m-sns li {
    margin-bottom: 10px; }
    .m-commnsnsAra .m-sns li img {
      width: 26px;
      height: 26px; }
    @media screen and (max-width: 890px) {
      .m-commnsnsAra .m-sns li {
        display: inline-block;
        margin: 10px;
        margin-bottom: 0;
        width: 36px; }
        .m-commnsnsAra .m-sns li img {
          width: 36px;
          height: 36px; } }

.st-loggedin #bnr_eggsSignin {
  display: none; }

.m-recommended_list .ttl_side {
  margin-top: 30px; }

.m-recommended_list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }

.m-recommended_list a {
  display: block;
  position: relative;
  overflow: hidden; }
  .m-recommended_list a:hover {
    opacity: 0.6; }

.m-recommended_list .m_octagon {
  width: 47%;
  float: left; }
  .m-recommended_list .m_octagon:before {
    border-top-width: 14px;
    border-right-width: 14px; }
  .m-recommended_list .m_octagon:after {
    border-top-width: 14px;
    border-left-width: 14px; }
  .m-recommended_list .m_octagon span:before {
    border-bottom-width: 14px;
    border-right-width: 14px; }
  .m-recommended_list .m_octagon span:after {
    border-bottom-width: 14px;
    border-left-width: 14px; }

.m-recommended_list .mult_ellipsis {
  overflow: hidden;
  width: 50%;
  float: right;
  margin-bottom: 1em; }
  .m-recommended_list .mult_ellipsis a:hover {
    opacity: 0.6; }
  .m-recommended_list .mult_ellipsis p {
    margin-top: .5em;
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: .005em; }
    @media screen and (min-width: 891px) {
      .m-recommended_list .mult_ellipsis p {
        max-height: 36px;
        overflow: hidden; } }

.m-recommended_list .article_category {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .025em;
  line-height: 1.1;
  float:right; }

.article_lead {
  line-height: 2.143;
  margin-bottom: 40px; }
  .article_lead a {
    text-decoration: underline; }

.article_img {
  max-width: 100%;
  width: 100%; }

.m-article_profile {
  margin-bottom: 30px;
  padding: 20px 15px 10px 20px;
  border: 5px solid #f2f2f2; }
  @media screen and (min-width: 891px) {
    .m-article_profile.m-article_profile_artist {
      background-color: #f2f2f2; } }
  @media screen and (max-width: 890px) {
    .m-article_profile.m-article_profile_artist {
      border: none;
      border-top: 2px solid #333;
      border-bottom: 2px solid #333; } }
  .m-article_profile h3 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -10px; }
  .m-article_profile .m-thumb_circle {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-right: 45px; }
    @media screen and (max-width: 890px) {
      .m-article_profile .m-thumb_circle {
        width: 50px;
        height: 50px;
        margin-right: 10px; } }
  .m-article_profile dl {
    margin-right: 25px; }
  .m-article_profile dt {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: .5em; }
    @media screen and (max-width: 890px) {
      .m-article_profile dt {
        font-size: 14px; } }
  @media screen and (max-width: 890px) {
    .m-article_profile dd {
      font-size: 10px; } }
.interviewer_txt{ color:#999;
}

.m-interviewer {
  text-align: right;
  margin-bottom: 40px; }
  .m-interviewer .m-thumb_circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 12px;
    vertical-align: middle;
    background-image: url(//resource.lap.recochoku.jp/e8/assets/v2/img/common/noimg_user.png); }
  .m-interviewer dl {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 25px; }
    .m-interviewer dl dd {
      margin-top: .5em;
      font-size: 16px; }
      @media screen and (max-width: 890px) {
        .m-interviewer dl dd {
          font-size: 14px; } }

.m-article_contents {
  margin-bottom: 30px;
  padding: 18px 20px 20px 20px;
  border: 5px solid #f2f2f2; }
  .m-article_contents h3 {
    border-bottom: 1px solid #333;
    padding-bottom: 9px;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .m-article_contents h3 span {
      border-left: 4px solid #333;
      padding-left: 10px;
      display: inline-block;
      line-height: 1; }

@media screen and (min-width: 891px) {
  .m-setlist ol {
    margin-left: 20px; } }

.m-setlist ol li {
  margin-bottom: .5em; }

.m-release article + article, .m-eventinfo article + article {
  margin-top: 40px; }

.m-release .m-table .m-tb_cell, .m-eventinfo .m-table .m-tb_cell {
  vertical-align: top; }
  .m-release .m-table .m-tb_cell:first-child, .m-eventinfo .m-table .m-tb_cell:first-child {
    max-width: 240px;
    width: 240px; }

@media screen and (max-width: 890px) {
  .m-release .m-table, .m-eventinfo .m-table {
    display: block; }
    .m-release .m-table .m-tb_cell, .m-eventinfo .m-table .m-tb_cell {
      display: block;
      width: 100% !important;
      max-width: 100% !important; }
      .m-release .m-table .m-tb_cell .img_jacket, .m-eventinfo .m-table .m-tb_cell .img_jacket {
        margin: 0 0 10px;
        width: 100%;
        max-width: 100%; } }

.m-release .img_jacket, .m-eventinfo .img_jacket {
  width: 100%;
  max-width: 200px;
  margin: 0 30px 0 10px; }

.m-release .disc-type, .m-eventinfo .disc-type {
  font-size: 10px;
  text-transform: uppercase;
  color: #666; }

.m-release .disc_title, .m-eventinfo .disc_title {
  font-size: 14px; }

.m-release .artist_name, .m-eventinfo .artist_name {
  font-size: 10px;
  color: #666;
  font-weight: bold;
  margin-bottom: 1em; }

.m-release .disc_list, .m-eventinfo .disc_list {
  font-size: 12px; }
  .m-release .disc_list small, .m-eventinfo .disc_list small {
    font-size: 10px; }

.m-release .event_title, .m-eventinfo .event_title {
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: bold; }

.m-release .event_detail, .m-eventinfo .event_detail {
  font-size: 12px;
  overflow: hidden; }
  .m-release .event_detail dt, .m-eventinfo .event_detail dt {
    font-weight: bold;
    margin-right: 1em; }
    @media screen and (min-width: 891px) {
      .m-release .event_detail dt, .m-eventinfo .event_detail dt {
        clear: left;
        float: left; } }
  .m-release .event_detail dd, .m-eventinfo .event_detail dd {
    margin-bottom: .5em; }
    @media screen and (min-width: 891px) {
      .m-release .event_detail dd, .m-eventinfo .event_detail dd {
        float: left; } }

@media screen and (min-width: 891px) {
  .m-links ul {
    margin-left: 20px; } }

.m-links li + li {
  margin-top: 1em; }

.m-links a {
  font-weight: bold; }
  .m-links a:hover {
    opacity: 0.6; }

.m-next_page {
  clear: both;
  margin-top: 90px;
  border: 5px solid #0096b6; }
  @media screen and (max-width: 890px) {
    .m-next_page {
      margin-left: -10px;
      margin-right: -10px;
      border-left: none;
      border-right: none; } }
  .m-next_page a {
    display: block;
    padding: 30px;
    font-size: 22px;
    font-weight: bold; }
    .m-next_page a:hover {
      opacity: 0.6;
      /*
      background-color: #0096b6;
      dt {
        color: #f2f2f2;
      }
      dd {
        color: #fff;
      }
*/ }
  .m-next_page dt {
    color: #999; }
  .m-next_page dd {
    color: #0096b6; }

.m-pagination {
  margin: 80px 0;
  text-align: center; }
  @media screen and (max-width: 890px) {
    .m-pagination {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .m-pagination li {
    display: inline-block;
    margin: 0 8px; }
    @media screen and (max-width: 890px) {
      .m-pagination li {
        margin: 0 5px; } }
    .m-pagination li > * {
      display: block;
      width: 54px;
      height: 50px;
      line-height: 48px;
      font-size: 18px;
      font-weight: 500;
      font-style: italic;
      vertical-align: middle; }
      @media screen and (max-width: 890px) {
        .m-pagination li > * {
          font-size: 13px;
          width: 42px;
          height: 33px;
          line-height: 33px; } }
    .m-pagination li span {
      color: #fff;
      background-color: #333; }
    .m-pagination li a {
      background-color: #f2f2f2; }
      .m-pagination li a:hover {
        background-color: #333;
        color: #fff; }
      .m-pagination li a img {
        vertical-align: middle; }
    .m-pagination li .pagination_arrow {
      background-color: #fff !important; }

.article_list-latest {
  margin-top: 100px;
  clear: both; }
  @media screen and (max-width: 890px) {
    .article_list-latest {
      display: none; } }
  .article_list-latest h2 {
    margin-bottom: 60px; }

.m-article_gallery ul {
  letter-spacing: -.4em;
  margin-left: -9px; }

.m-article_gallery li {
  letter-spacing: normal;
  display: inline-block;
  margin: 8px 9px;
  vertical-align: top; }
  @media screen and (max-width: 890px) {
    .m-article_gallery li {
      width: 20%;
      margin: 5px; } }
  .m-article_gallery li a {
    display: table;
    box-sizing: border-box;
    border: 5px solid #f2f2f2;
    background-color: #f2f2f2;
    width: 115px;
    height: 90px; }
    .m-article_gallery li a img {
      max-width: 115px;
      max-height: 90px; }
    @media screen and (max-width: 890px) {
      .m-article_gallery li a {
        width: 100%;
        height: 48px; }
        .m-article_gallery li a img {
          max-width: 38px;
          max-height: 32px; } }
    .m-article_gallery li a:hover {
      border-color: #333;
      background-color: #f2f2f2; }
    .m-article_gallery li a span {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .m-article_gallery li img {
    vertical-align: middle;
    max-width: 100%; }

.m-pagetitle {
  text-align: center;
  padding: 50px 20px 50px; }
  @media screen and (max-width: 890px) {
    .m-pagetitle {
      padding: 40px 10px 40px;
      border-bottom: 1px solid #666; } }
  .m-pagetitle .pagetype {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    display: block; }
    @media screen and (max-width: 890px) {
      .m-pagetitle .pagetype {
        font-size: 13px; } }
    .m-pagetitle .pagetype:after {
      content: '';
      display: block;
      background-color: #333;
      height: 1px;
      width: 25px;
      margin: 10px auto; }
      @media screen and (max-width: 890px) {
        .m-pagetitle .pagetype:after {
          margin-bottom: 0; } }
  .m-pagetitle .ttl_page {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .12em; }
	.m-pagetitle .ttl_page:after {
    content: '';
    display: block;
    background-color: #333;
    height: 2px;
    width: 40px;
    margin: 20px auto 0;
}
    @media screen and (max-width: 890px) {
      .m-pagetitle .ttl_page {
        font-size: 20px; letter-spacing:0; } }

/* アーティスト検索 */
/*
header .artistSearch {
  z-index: 5050;
  position: absolute;
  top: 5px;
  right: 205px; }
  @media screen and (max-width: 860px) {
    header .artistSearch {
      right: 60px;
      top: 15px;
      border-right: 1px solid #f2f2f2;
      padding-right: 10px; } }
  @media screen and (min-width: 861px) {
    header .artistSearch.logined {
      position: absolute;
      top: 5px;
      right: 165px; } }
  @media screen and (max-width: 860px) {
    header .artistSearch img {
      width: 20px;
      height: auto; } }
*/
header .artistSearchBox {
  z-index: 5050;
  display: none;
  position: fixed;
  top: 51px;
  left: 0;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 3.6px 0.4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 3.6px 0.4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 3.6px 0.4px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 860px) {
  header .artistSearchBox {
    top: 51px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 70px; } }

.artistSearchBox_inner {
  box-sizing: border-box;
  padding: 0 20px; }

.artistSearch_category {
  margin-top: 20px; }

@media screen and (min-width: 891px) {
  .artistSearch .artistSearchBtn.opened, .artistSearch .artistSearchBtn:hover {
    border-bottom: 2px solid #000;
    padding-bottom: 5px; }
  .artistSearch .artistSearchBtnOpened {
    padding: 5px 10px 15px 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px; } }

@media screen and (max-width: 890px) {
  .artistSearchBtn img{ vertical-align:middle;}
  .artistSearchBtn.opened {
    border-bottom: 2px solid #000;
    padding-bottom: 5px; }
  .artistSearch .artistSearchBtnOpened {
    padding: 5px 10px 15px 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px; } }

.artistSearch .artistSearchBox {
  width: 100%;
  padding: 20px 0 60px; }

.artistSearch .artistSearchBox p {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em; }

.artistSearch .artistSearchBox .ttl_artistSearch {
  font-size: 18px;
  margin-bottom: 20px; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearchBox .ttl_artistSearch {
    font-size: 16px;
    margin-bottom: 20px; } }

.artistSearch .artistSearchBox form {
  margin-top: 10px;
  position: relative;
  margin-right: 124px; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearchBox form {
    margin-top: 10px;
    position: relative;
    margin-right: 69px; } }

.artistSearch .artistSearchBox input[type="text"] {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  height: 40px;
  box-sizing: border-box;
  margin-right: 124px;
  width: 100%;
  display: block;
  font-size: 12px;
  padding-left: 10px; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearchBox input[type="text"] {
    height: 30px; } }

.artistSearch .artistSearchBox input[type="text"]:focus {
  background-color: #fff; }

.artistSearch .artistSearchBox input[type="button"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -124px;
  width: 117px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearchBox input[type="button"] {
    position: absolute;
    top: 0;
    right: -74px;
    width: 71px;
    height: 30px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; } }

.artistSearch .artistSearchBox input[type="button"]:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000; }

.artistSearch .artistSearchBox input[type="button"].disabled {
  background: #f2f2f2 !important;
  border: 1px solid #000 !important;
  color: #333 !important;
  cursor: default; }

.artistSearch:hover {
  /*
      .artistSearchBox {
        display: block;
      }
  */ }

.artistSearch .artistSearchBox_inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  position: relative; }

.artistSearch .artistSearch_select {
  margin-top: 30px; }

.artistSearch .artistSearch_tabs li {
  display: inline-block; }

.artistSearch .artistSearch_tabs li:first-child:after {
  content: '|';
  margin: 0 1em;
  font-size: 14px; }

.artistSearch .artistSearch_tabs li span {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  cursor: pointer; }

.artistSearch .artistSearch_tabs li.active span {
  border-color: #fc0; }

.artistSearch .artistSearch_genre li {
  display: inline-block;
  margin: 10px 5px 0 0; }

.artistSearch .artistSearch_genre li a {
  display: block;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 10px; }

.artistSearch .artistSearch_genre li a:hover {
  background-color: #666;
  color: #fff; }

.artistSearch div.artistSearch_area {
  display: none; }

.artistSearch .artistSearch_areaBox {
  text-align: center;
  width: 31%;
  margin-top: 15px;
  margin-right: 3.2727273%;
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearch_areaBox {
    width: 48%; } }

.artistSearch .artistSearch_areaBox:nth-child(3n) {
  margin-right: 0; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearch_areaBox:nth-child(3n) {
    margin-right: 3.2727273%; } }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearch_areaBox:nth-child(2n) {
    margin-right: 0; } }

.artistSearch .artistSearch_areaBox .artistSearch_areaName {
  height: 48px;
  background-color: #f2f2f2;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 48px;
  position: relative;
  cursor: pointer; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearch_areaBox .artistSearch_areaName {
    text-align: left;
    padding-left: 10px; } }

.artistSearch .artistSearch_areaBox .artistSearch_areaName:before {
  content: '';
  display: block;
  width: 13px;
  height: 22px;
  background: url(/v2/img/common/icon_area.png) no-repeat 0 0;
  background-size: 9px auto;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -9px; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearch_areaBox .artistSearch_areaName:before {
    display: none; } }

.artistSearch .artistSearch_areaBox .artistSearch_areaName:after {
  content: '';
  display: block;
  width: 12px;
  height: 11px;
  background: url(/v1/img/common/btn_arorrw.png) no-repeat 0 0;
  background-size: 12px auto;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -4px; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearch_areaBox .artistSearch_areaName:after {
    right: 10px; } }

.artistSearch .artistSearch_areaBox .artistSearch_areaName .active:after {
  content: '';
  display: block;
  width: 12px;
  height: 11px;
  background: url(/v1/img/common/btn_arorrw_up.png) no-repeat 0 0;
  background-size: 12px auto;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -4px; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearch_areaBox .artistSearch_areaName .active:after {
    right: 10px; } }

.artistSearch .artistSearch_areaBox ul {
  display: none;
  border-left: 14px solid #f2f2f2;
  border-right: 14px solid #f2f2f2;
  border-bottom: 9px solid #f2f2f2; }

@media screen and (max-width: 860px) {
  .artistSearch .artistSearch_areaBox ul {
    border-left: 5px solid #f2f2f2;
    border-right: 5px solid #f2f2f2;
    border-bottom: 5px solid #f2f2f2; } }

.artistSearch .artistSearch_areaBox ul li {
  border-bottom: 2px solid #f2f2f2; }

.artistSearch .artistSearch_areaBox ul li a {
  font-size: 12px;
  display: block;
  padding: 10px 0; }

.artistSearch .artistSearch_areaBox ul li a:hover {
  background-color: #666;
  color: #fff; }

@media screen and (max-width: 860px) {
  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; } }

.artistSearch .exteriorBox {
  display: none;
  position: fixed;
  background-color: #aaa;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  opacity: 0.7; }

header.force-fixed-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%; }

.scroll-fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

#fancybox-thumbs ul li {
  opacity: 1; }

#fancybox-thumbs ul li.active {
  opacity: 1; }

#fancybox-thumbs ul li a {
  /*
	display: block;
	position: relative;
	overflow: hidden;
	border: 5px solid #f2f2f2;
*/
  background: #f2f2f2;
  outline: none; }

#fancybox-thumbs ul li.active a {
  background-color: #fff; }

.m-breadcrumb {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
  padding: 3px 0; }
  @media screen and (max-width: 450px) {
    .m-breadcrumb {
      margin-bottom: 0;
      font-size: 10px; } }
  .m-breadcrumb ol {
    letter-spacing: -.4em;
    margin: 0 25px; }
    @media screen and (max-width: 450px) {
      .m-breadcrumb ol {
        margin: 0 5px; } }
  .m-breadcrumb li {
    display: inline-block;
    letter-spacing: .05em; }
    @media screen and (max-width: 450px) {
      .m-breadcrumb li {
        letter-spacing: -.04em; } }
    .m-breadcrumb li + li:before {
      content: '>';
      color: #999;
      margin: 0 1em; }
      @media screen and (max-width: 450px) {
        .m-breadcrumb li + li:before {
          margin: 0 .2em; } }
  .m-breadcrumb a {
    display: inline-block;
    color: #999;
    padding: 3px 5px; }
    .m-breadcrumb a:hover {
      color: #333; }

.fancybox-skin {
  background: none; }

#fancybox-thumbs.bottom {
  background: #fff; }

#fancybox-thumbs ul li a {
  border: none; }

#info_apple2 {
  width: 100%;
  max-width: 980px;
  margin: 40px auto;
  font-size: 12px;
  border: 5px solid #f2f2f2;
  padding: 20px 50px; }
  @media screen and (max-width: 860px) {
    #info_apple2 {
      width: auto;
      margin: 30px 10px;
      font-size: 11px;
      padding: 20px 20px;
      background-color: #fff; } }
  #info_apple2 dt {
    font-size: 12px;
    color: #333;
    margin-bottom: 1em; }
  #info_apple2 dd {
    font-size: 10px;
    color: #999; }

.underTxt {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 80px; }
  .underTxt dt {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 30px;
    max-width: 340px; }
    @media screen and (min-width: 861px) {
      .underTxt dt {
        display: inline-block; } }
  .underTxt dd {
    font-size: 12px; }
    @media screen and (min-width: 861px) {
      .underTxt dd {
        padding-left: 30px;
        border-left: 1px solid #000;
        display: inline-block; } }
  @media screen and (max-width: 860px) {
    .underTxt {
      width: 100%;
      margin: 0 auto;
      font-size: 11px;
      padding: 0 20px;
      padding-top: 40px; }
      .underTxt dt {
        font-size: 14px;
        padding-bottom: 10px; }
      .underTxt dd {
        font-size: 11px; } }

.notfound {
  margin: 140px auto;
  max-width: 985px;
  padding: 60px 20px 80px;
  background-color: #f2f2f2;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center; }
  .notfound p {
    font-size: 18px;
    margin-bottom: 40px; }
.notfound.livenotcon p{ margin-bottom:0;}
	
  .notfound a {
    display: inline-block;
    width: 235px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 10px 5px; }
    .notfound a:hover {
      background-color: #666; }

.l-main_contents .notfound {
  margin-top: 0; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/*マウスオーバー系*/
header .m-header_submenu .artistSearch .artistSearchBtn:hover {
  cursor: pointer;
  opacity: 0.6; }

.m-article_category_list li a:hover {
  cursor: pointer;
  text-decoration: underline; }

a:hover {
  cursor: pointer; }

a:hover img {
  opacity: .6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */ }

/*a img {
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 043s ease-out;
  transition: opacity 0.4s ease-out; }*/

.m-pickup_artist a:hover img {
  opacity: 1; }

/*.m-pickup_artist a:hover .m-pickup_thumb {
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }*/

.m-pickup_artist a:hover .m-pickup_thumb {
  cursor: pointer;
  opacity: 0.6; }

.slick-arrow {
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  transition: .1s ease-in-out; }

.slick-next:hover {
  right: -18px !important; }

.slick-prev:hover {
  left: -18px !important; }

/*文字制限系*/
.m-pickup_artist .multiple-items .artist_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px; }

/*レイアウト系*/
@media screen and (min-width: 890px) {
  .m-partner .ttl_sec {
    font-weight: 700;
    letter-spacing: 0.1em;
    font-style: 20px; }
  /* .m-mainvisual .sp-slide .article_category{ bottom:90px;} */
  /* .m-mainvisual .sp-slide .article_title{ bottom:44px;} */ }

.sp-slide {
  opacity: 0.5; }

.sp-slide.sp-selected {
  opacity: 1; }

.m-pickup_artist .multiple-items .artist_name {
  letter-spacing: 0; }

/*詳細*/
.l-article_side .m-article_profile .m-thumb_circle {
  margin-bottom: 10px; }

.btn_small {
  padding-top: 20px; }

@media screen and (max-width: 1010px) {
  body {
    padding-top: 50px; }
  header .globalnav, header .m-header_submenu {
    background: #fff; }
  header .globalnav li, header .m-header_submenu li {
    border-bottom: 1px solid #eaeaea; }
  header .globalnav li {
    margin: 0; }
  header .globalnav li, header .m-header_submenu li {
    padding: 10px; }
  .m-main_article_list .article_category {
    float: right;
    width: 50%;
    font-weight: 700; }
  .m-main_article_list li:last-child {
    border: none; }
  .article_list_sub li .mult_ellipsis p {
    font-size: 12px; }
  .m-main_article_list.article_list_sub .m_octagon {
    width: 44%; }
  .m-pickup_artist {
    padding: 40px 0; }
  .l-side_contents .m-side:first-child {
    margin-top: 40px; }
  .m-partner {
    width: 100%;
    border-top: 2px solid #000;
    position: relative;
    padding: 40px 0 30px 0; }
  /*詳細*/
  .l-article_head .article_date {
    font-size: 10px;
    padding-bottom: 15px; }
  .l-article_head .article_ttl {
    padding-bottom: 20px; }
  .l-article_head .article_share dt {
    margin-right: 20px; }
  .article_share {
    margin-left: -10px; }
  .l-article_head .article_tag dd {
    font-size: 12px;
    padding-top: 10px; }
  .m-article_profile {
    padding: 15px 10px; }
  .m-article_profile dl {
    margin-right: 0; }
  .m-article_contents {
    padding: 15px 10px; }
  .m-article_contents h3 {
    font-size: 12px; }
  .m-release .event_title, .m-eventinfo .event_title {
    font-size: 14px; }
  .m-article_contents {
    font-size: 12px; }
  .m-next_page a {
    font-size: 12px;
    padding: 20px 15px; }
  .m-next_page {
    margin-top: 40px; }
  .m-pagination li > * {
    width: 28px; }
  .l-article_side {
    margin-bottom: 0; }
  .article_list-latest {
    display: block;
    margin-top: 40px;
    padding-bottom: 20px; }
  .article_list-latest h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px; }
  /*共通*/
  .m-contents_app p {
    font-size: 14px; }
  footer {
    text-align: center; }
  .copyright {
    text-align: left; }
  footer .footer_logo img {
    width: 50px; }
  footer .footer_sponsor ul li img {
    width: 50px;
    height: auto; }
  .m-article_category_list li a {
    padding: 0.5em; } }
	
    footer .inner {
     box-sizing: border-box;
     padding: 0 20px;
     max-width: 1240px;
      width: 100%;
      margin: 0 auto;}
.l-article_head .article_tag dd a {
  color: #666; }

.l-article_body img {
  max-width: 100%;
  height: auto; }

.m-side.m-timeline {
  border-bottom: none; }

@media screen and (max-width: 890px) {
  .m-side.m-timeline {
    /*padding: 0 20px;*/
    box-sizing: border-box;
    max-width: 300px;
    margin: 0 auto; } }

.article_mv img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1101px) {
  .m-article_profile {
    vertical-align: top; }
  .m-article_profile .m-thumb_circle {
    width: 120px;
    height: 120px;
    vertical-align: top;
    margin: 0 auto 20px;
    display: block;
    position: relative; }
  .m-article_profile dl {
    display: block;
    width: 100%;
    margin-right: 0; }
  .m-release .event_detail dd, .m-eventinfo .event_detail dd {
    float: none; }
  .m-release .disc-type, .m-eventinfo .disc-type, .m-eventinfo .event_title {
    padding-top: 20px; }
  .m-article_profile h3 {
    font-size: 12px;
    border-bottom: 1px solid #333;
    padding-bottom: 9px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .m-article_profile h3 {
    font-size: 12px;
    border-bottom: 1px solid #333;
    padding-bottom: 9px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
    margin-bottom: 20px; } }

.m-side.m-side_banner {
  border-bottom: none; }

/*検索*/
@media screen and (min-width: 890px) {
  header .artistSearchBox {
    top: 61px; } }

.artistSearch .artistSearchBox input[type="button"].disabled {
  background: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  color: #333 !important;
  cursor: default; }

.artistSearch .artistSearch_genre li {
  margin: 0 4px 9px 0; }

.artistSearch .artistSearch_genre li a {
  color: #333;
  display: block;
  border: 1px solid #e4e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 10px;
  letter-spacing: .05em;
  padding: 3px 5px; }

.artistSearch .artistSearch_genre li a:hover {
  color: #f2f2f2;
  background-color: #333;
  border-color: #333; }

.artistSearch .artistSearch_tabs li.active span {
  border-color: #000; }

.artistSearch .artistSearchBox p {
  font-weight: 600; }
  
/*live*/
.tit_readtxt{ font-size:12px; line-height:22px; color:#666; padding-top:20px;}
@media screen and (max-width: 646px) {
.tit_readtxt{ text-align:left;}

}
.liveNavArea .inner{
    box-sizing: border-box;
    padding: 20px 0 0 0;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
	border-top:1px solid #000; border-bottom:1px solid #000;
	margin-bottom:40px;
}
@media screen and (max-width: 646px) {
	.liveNavArea .inner{
		margin-bottom:10px;}
}
 .liveNav{ text-align:center;
    font-family: "Lato", sans-serif;
	font-weight:900;
	padding-bottom:20px;
 }
 .liveNav li{ display:inline-block; vertical-align:middle; font-size:16px; position:relative;
  }
  @media (max-width: 1050px) and (min-width: 861px){
.livenav_bottom .liveNav li{ display:inline-block; vertical-align:middle; font-size:13px; position:relative;
}
  }

  
@media screen and (max-width: 646px) {
	 .liveNav li{  font-size:10px; 
  }
}
 .liveNav li a{ color:#666; }
.liveNav_active{ padding:0 40px;}
@media (max-width: 1050px) and (min-width: 861px){
.livenav_bottom .liveNav_active{ padding:0;}
}
@media screen and (max-width: 646px) {
.liveNav_active{ padding:0; letter-spacing:0;}
.activ_mon{ font-size:30px; letter-spacing:0.2em;}
}
.activ_mon{ font-size:46px; letter-spacing:0.2em;}
@media screen and (max-width: 646px) {
.activ_mon{ font-size:32px; letter-spacing:0.1em;}
}
.liveNav_pre,.liveNav_next{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}

.liveNav_next{ padding-left:100px;
}
@media (max-width: 1050px) and (min-width: 861px){
.livenav_bottom .liveNav_next{ padding-left:85px;
}
}
@media screen and (max-width: 646px) {
	.liveNav_next{ padding-left:28px;  
}
}

.liveNav_pre{padding-right:100px;}
@media (max-width: 1050px) and (min-width: 861px){
.livenav_bottom .liveNav_pre{padding-right:85px;}
}

@media screen and (max-width: 646px) {
.liveNav_pre{padding-right:28px; }
}
.liveNav_next span:before {
	content: url(/wp-content/themes/eggs/assets/img/common/btn_next_large.png);
	padding-right:45px;
	opacity:0.6;
	position:absolute;
	left:0;
 }
 
 @media screen and (max-width: 646px) {
liveNav_next span{ position:relative;}
.liveNav_next span:before {
	content:" ";
	display:block;
	background: url(/wp-content/themes/eggs/assets/img/live/next_s.png) left center no-repeat;
	padding-right:20px;
	opacity:0.6;
	position:absolute;
	left:0;
	width:25px;
	height:4px;
	top:5px;
	background-size:cover;
 }
 }
 
 .liveNav_next:hover{ 
  -webkit-transform: scale3d(1,1,1) translate3d(10px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(10px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(10px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(10px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(10px,0px,0px) rotate(0deg);
		  opacity:0.6}
.liveNav_pre span:after {
    content: url(/wp-content/themes/eggs/assets/img/common/btn_prev_large.png);
	padding-left:45px;
	opacity:0.6;
	position:absolute;
	right:0;
}



 @media screen and (max-width: 646px) {
.liveNav_pre span:after {
	content:" ";
	display:block;
	background: url(/wp-content/themes/eggs/assets/img/live/pre_s.png) left center no-repeat;
	opacity:0.6;
	position:absolute;
	right:0;
	width:25px !important;
	height:4px;
	padding:0;
	top:5px;
	
	background-size:cover;
 }
 }


.liveNav_pre:hover{
	  -webkit-transform: scale3d(1,1,1) translate3d(-10px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(-10px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(-10px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(-10px,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(-10px,0px,0px) rotate(0deg);
		  opacity:0.6
 }
 .liveNav li.livenavnoLink{ visibility:hidden;}
 .livestatus_icon_list{ border-top:1px solid #000;}
.livestatus_icon_list li{ letter-spacing:0; margin-right:40px; display:inline-block; vertical-align:top; padding-bottom:20px;}
.livestatus_icon_list{ padding:20px 20px 0 20px;}
.livestatus_icon_list li .spblock{ display:none;}
 @media screen and (max-width: 875px) {
.livestatus_icon_list{ font-size:0; padding:10px 10px 0 10px;}
.livestatus_icon_list li{ margin-right:0; width:33%; box-sizing:border-box; position:relative;  padding-bottom:10px;}	
	 }
.livestatus_icon_list li .livestatus_icon{ width:30px;}
@media screen and (max-width: 875px) {
.livestatus_icon_list li .spblock{ display:block;}
/*.livestatus_icon_list li .livestatus_icon{ width:25px; position:absolute; left:0; top:0;}*/
.livestatus_icon_list li .livestatus_icon{ width:14%; display:inline-block;}
}
.livestatus_icon_list li .livestatus_icon img{ width:100%;}

.livestatus_icon_list li dt{ font-size:14px; font-weight:700;}
.livestatus_icon_list li dd{ font-size:10px; color:#999;}
@media screen and (max-width: 875px) {
	/*.livestatus_icon_list li dt{ font-size:12px; font-weight:700; box-sizing:border-box; padding: 0 0 10px 30px;}*/
	.livestatus_icon_list li dt{ font-size:10px; font-weight:700; box-sizing:border-box; line-height:12px; }
	.livestatus_icon_list li dl{ display:inline-block; width:86%; box-sizing:border-box; padding-left:5px;}
.livestatus_icon_list li dd{ font-size:10px; color:#999; display:none;}
}

.livestatus_icon_list p,.livestatus_icon_list dl{ display:inline-block; vertical-align:middle;}


.m-main_live_list li{  position:relative; font-size:0; padding-bottom:40px; border-bottom:1px solid #000; margin-bottom:40px;}
@media screen and (max-width: 646px) {
	.m-main_live_list li{padding-bottom:20px; margin-bottom:20px;}
	}
.m_day_iconArea{
	font-family: "Lato", sans-serif;
	font-weight:900;
	width:60px;
	position:absolute; left:0; top:0;
}
.m_octagonOuter{ margin-left:80px;}
@media screen and (max-width: 646px) {
.m_octagonOuter{ margin-left:60px;}
}
.m_day_iconArea dt{ font-size:40px;}
.m_day_iconArea dd{ font-size:17px;}
.m_icons li{ width:25px; display:inline-block; padding:0; margin-top:14px; border:none; margin-bottom:0;}
@media screen and (max-width: 646px) {
.m_icons li{margin-top:5px; border:none;}
}
.m_icons li img{ width:100%; height:auto;}
.m-main_live_icon_sam{ width:43%; display:inline-block; vertical-align:top; /*min-width:330px;*/}
@media screen and (max-width: 646px) {
	.m-main_live_icon_sam{ width:100%; display:block; vertical-align:top; padding-bottom:20px; }

}

.m-main_live_txt{ width:56%;  display:inline-block;  vertical-align:top; padding-left:20px; box-sizing:border-box;}
@media screen and (max-width: 646px) {
.m-main_live_txt{ width:100%;  display:block;  vertical-align:top; padding-left:0; box-sizing:border-box;}
}

.m-main_live_txt h2{ font-size:18px; font-weight:700; margin-bottom:10px;}
.live_place{ font-size:12px; font-weight:700; margin-bottom:8px;}
.live_time,.live_ticketinfo{ color:#999; font-size:12px;}
.live_Artistinfo{ font-size:12px; padding-top:15px;}
.live_Artistinfo dt{ font-weight:700;}
.live_Artistinfo dd{ color:#999;}
.live_detailLink{ font-size:12px;}


/* アプリ訴求ダイアログ */
.mainappBtn {
  display: none;
  z-index: 4000;
  position: fixed;
  top: 50px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 0 10px 40px;
  vertical-align: top;
  background: #f2f2f2;
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 860px) {
    .mainappBtn.active {
      display: block; } }
  .mainappBtn .appeal-app {
    max-width: 320px;
    margin: 0 auto; }
  .mainappBtn .appeal-app {
    max-width: 320px;
    margin: 0 auto; }
  .mainappBtn .ft-sp-info {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 12px;
    vertical-align: top; }
    .mainappBtn .ft-sp-info p {
      text-align: left;
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 0;
      vertical-align: top; }
  .mainappBtn .bt-box {
    display: inline-block;
    width: 40%;
    vertical-align: bottom; }
    .mainappBtn .bt-box p {
      width: 90%;
      max-width: 120px; }
    .mainappBtn .bt-box img{
      height: auto;
      max-width: 100%; }

.appclosebtn {
  width: 20px;
  position: absolute;
  left: 10px;
  top: 19px; }
  .appclosebtn img {
    width: 100%; }
	
/*tit-audition_egsp*/
.tit-audition_egsp{ background-size:cover; background-repeat:no-repeat; background-position:center ; color:#fff; text-align:center; padding:70px 20px 75px; box-sizing:border-box; }
.egspmainV{ background-image: url(/wp-content/themes/eggs/assets/img/second/main_egsp.jpg);}
.auditionmainV{background-image: url(/wp-content/themes/eggs/assets/img/second/main_audition.jpg);}

.tit-audition_egsp h1{
	font-family: "Lato", sans-serif;
	font-size:40px; font-weight:700; letter-spacing:0.12em;}
	.br630{ display:none;}
	.bdrnone{ border:none;}
 @media screen and (max-width: 630px) {
	 .tit-audition_egsp{ padding: 30px 20px 35px;}
	 .tit-audition_egsp h1{
	font-family: "Lato", sans-serif;
	font-size:32px; font-weight:700; letter-spacing:0.12em;}
	.br630{ display:block; }

	 }	
.tit-audition_egsp .tit_readtxt{ color:#fff; font-size:14px; line-height:26px; letter-spacing:0.1em;
font-weight:600; padding-top:25px;}
 @media screen and (max-width: 630px) {
.tit-audition_egsp .tit_readtxt{ color:#fff; font-size:12px; line-height:22px; letter-spacing:0em;
font-weight:600; padding-top:25px;}
	 }
.readtxt-tit-audition_egsp dt{ font-size:18px; margin-bottom:28px; line-height:32px;}
.readtxt-tit-audition_egsp dd{ font-size:12px; color:#666;}
.btn-adn_egsp{display:inline-block;  vertical-align:middle; margin-top:20px;}
 @media screen and (max-width: 630px) {
.btn-adn_egsp{display:block; width:100%; vertical-align:middle; text-align:right;}
.readtxt-tit-audition_egsp dt{ font-size:16px; margin-bottom:20px; line-height:28px;}
.btn_auditin,.btn_auditin_egsp{ margin-top:30px;  text-align:right !important;}
 }
.btn_auditin{ text-align: center; }
.btn_auditin a{ background:#fff;  padding:10px; color:#333; font-size:10px; letter-spacing:0; font-weight:600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #333;
}


.m-main_adcegsp_list li{ position: relative; padding-bottom: 40px;}
.m-main_adcegsp_list li .adc_status{ position: absolute; right: 10px; bottom: 10px;}

@media screen and (min-width: 860px) {
.btn_auditin a:hover{ background:#333; color:#fff;}
}
.m-main_adcegsp_list{ font-size:0;
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  
}
.m-main_adcegsp_list li{ /* display:inline-block;  */width:48%; font-size:0; box-sizing:border-box; margin-bottom:38px; vertical-align:top; border: 1px solid #ccc; }
/*
.m-main_adcegsp_list li:nth-child(odd){ padding-right:19px}
.m-main_adcegsp_list li:nth-child(even){ padding-left:19px;}
*/
 @media screen and (max-width: 630px) {
	 .m-main_adcegsp_list li{ /* display:block; */ width:100%; box-sizing:border-box; margin-bottom:20px; vertical-align:top;}
/*
.m-main_adcegsp_list li:nth-child(odd){ padding-right:0}
.m-main_adcegsp_list li:nth-child(even){ padding-left:0;}
*/
	 }
@media (max-width: 1050px) and (min-width: 631px){
.m-main_adcegsp_list li{ /* display:inline-block; */ width:49.7%; font-size:0; box-sizing:border-box; margin-bottom:20px; vertical-align:top;}
/*
.m-main_adcegsp_list li:nth-child(odd){ padding-right:10px}
.m-main_adcegsp_list li:nth-child(even){ padding-left:09px;}
*/
}
/* .m-main_adcegsp_list li .adc_egsplist-inner{ border:1px solid #ccc; box-sizing:border-box;} */
.m-main_adcegsp_list li img{ width:100%; height:auto;}
.m-main_adcegsp_list li .adc_egsptitimg{ position:relative;}
.m-main_adcegsp_list li dl{ padding:20px 10px; box-sizing:border-box;}
.m-main_adcegsp_list li .adc_status{ color:#fff; position:absolute;  padding:0.5em; font-size:12px; font-weight:600;}

.m-main_adcegsp_list li .adc_status {
    color: #fff;

    display: inline-block;
    left: inherit;
    margin-left: 10px;
    padding: 0.5em 1.0em;
    font-size: 12px;
    font-weight: 600;
    border-radius: 15px;
    line-height: 15px;
}
.m-main_adcegsp_list li.adclist .adc_status{ background:#e9546c;}
.m-main_adcegsp_list li.cpmlist .adc_status{background:#284f6e;}
.m-main_adcegsp_list li.endlist .adc_status{background:#ccc;}
.m-main_adcegsp_list li dt{ font-size:12px; font-family: "Lato", sans-serif; font-weight:600;}
.m-main_adcegsp_list li.adclist dt span{ color:#e9546c;}
.m-main_adcegsp_list li.cpmlist dt span{ color:#284f6e;}
.m-main_adcegsp_list li .textsWrap{
	padding: 20px 10px;
	box-sizing: border-box;
}
.m-main_adcegsp_list li .txtsArea{ 
   display: -webkit-box;
   font-size:14px;
   font-weight:500;
   letter-spacing:0.1em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 41px;
    overflow: hidden;}
	
	
/*egsp*/
	
	#pu-project li .project-name {
   
    font-size: 14px;
    font-weight: bold;
    line-height: 1.625;
    text-align: left;
}

 @media screen and (min-width: 630px) {
	#pu-project li .project-name{ 
   display: -webkit-box;
   font-size:14px;
   font-weight:500;
   letter-spacing:0.1em;
   margin-top:15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 66px !important;
    overflow: hidden;}
	 }

	#pu-project li .project-artist-name {
    font-size: 12px;
    color: #666;
    vertical-align: middle;
	letter-spacing: 0;
    text-align: right;
	padding-bottom:20px;
	padding-top:10px;
	width:100%;
}
.proc-box-wrapper .proc-box{
	    background-color: #ffe11b;
    height: 35px;
    width: 0;
    max-width: 100%;
}
#pu-project li .project-artist-name span{
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
word-break:break-all;
	width:100%;
	display:block;}
.proc-box-wrapper {
    background: url(//eggs.mu/v1/img/egsp/pattern-proc.png);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.proc-num{ font-size:12px;}

.support_project-detail-wrapper > div {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 47.5%;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1%;
    box-sizing: border-box;
}
.support_project-detail-wrapper dl {
    border: none;
    padding: 25px 0 5px;
}

.support_project-detail-wrapper dt {
    color: #666;
}
.proc-box-wrapper{ height:20px;}
.proc-box{text-align: center;
}
.proc-box-wrapper .proc-num {
    width: 100%;
    font-weight: bold;
    line-height: 20px;
	font-size:16px;
	color:#000; letter-spacing:0;
	 font-family: "Lato", sans-serif;
	 position:absolute; left:0;

}
.proc-box-wrapper .proc-num span{ font-size:10px;}

.m-main_adcegsp_list li .support_project-detail-wrapper dt{ font-size:12px; text-align:center; color:#999;}
.m-main_adcegsp_list li .support_project-detail-wrapper dd{ font-size:12px; text-align:center; margin-top:0; padding-top:0;}

.egsp_details{ padding:15px 10px 0;}

.m-main_adcegsp_list li .support_project-detail-wrapper dl{ padding:15px 10px 20px 20px;}

.btn_auditin_egsp a{ background:#fff; color:#859f3a;  padding:10px;  font-size:10px; letter-spacing:0; font-weight:600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #859f3a;
}
@media screen and (min-width: 860px) {
.btn_auditin_egsp a:hover{ background:#859f3a; color:#fff;}
}
.comingsoonList .project-thumbnail img{ opacity:0.7}
.comingsoonList .project-thumbnail{ position:relative;}
.comingsoonList .project-thumbnail:before {
      content: "";
      display: block;
	  position:absolute;
	  background:#fff;
	  opacity:0.7;
	  top:0;
	  left:0;
	  text-align:center;
	  width:100%;
	  height:100%;
	  z-index:10; }
	  
	  .comingsoonList .project-thumbnail:after {
      content: "COMING SOON";
    font-family: "Lato", sans-serif;
      display: block;
	  position:absolute;
	  top:50%;
	  text-align:center;
	  width:100%;
	  color:#000;
      font-size: 30px;
      font-weight: 500;
	  z-index:10; }

.comingsoonList .proc-box-wrapper,
.comingsoonList .support_project-detail-wrapper {
  display: none;
}

@media screen and (min-width: 851px) {
#branch_signup .artist_Btn{ background:url(/v1/img/common/btn_artist_on.png) left top no-repeat; background-size:100% auto;}
#branch_signup .listenerBtn{ background:url(/v1/img/common/btn_listner_on.png) left top no-repeat; background-size:100% auto;}
#branch_signup .artist_Btn:hover img,#branch_signup .listenerBtn:hover img{ opacity:0;}
}

@media screen and (max-width: 850px) {
#branch_signup .artist_Btn:hover img,#branch_signup .listenerBtn:hover img{ opacity:1;}
}

.no_disp{ display:none !important;}




/* ログイン・サインイン用モーダル（共通） */
#branch_login.branch, #branch_signup.branch {
  background: #fff;
  width: 100%;
  min-width: 280px;
  padding: 10px;
  display: none; }

@media screen and (min-width: 891px) {
  #branch_login.branch, #branch_signup.branch {
    width: 420px !important;
    padding: 20px; } }

#branch_login.branch p, #branch_signup.branch p {
  font-size: 14px;
  letter-spacing: 0; }

@media screen and (max-width: 640px) {
  #branch_login.branch p, #branch_signup.branch p {
    font-size: 12px; } }

#branch_login.branch h3, #branch_signup.branch h3 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em; }

@media screen and (max-width: 640px) {
  #branch_login.branch h3, #branch_signup.branch h3 {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 10px; } }

#branch_login.branch .button-signup, #branch_signup.branch .button-signup {
  padding: 10px 0; }

#branch_login.branch .w100, #branch_signup.branch .w100 {
  padding: 20px 0; }

@media screen and (max-width: 640px) {
  #branch_login.branch .w100, #branch_signup.branch .w100 {
    padding: 15px 0; } }

#branch_login .button-signup, #branch_signup .button-signup {
  text-decoration: none !important;
  display: block;
  text-align: center;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px dotted #ffd34d;
  border-radius: 5px; }

@media screen and (max-width: 640px) {
  #branch_login .button-signup, #branch_signup .button-signup {
    font-size: 15px;
    padding: 15px 0; } }

#branch_login .button-signup::after, #branch_signup .button-signup::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 640px) {
  #branch_login .button-signup::after, #branch_signup .button-signup::after {
    right: 8px; } }

#branch_login .button-signup.type-artist::after, #branch_signup .button-signup.type-artist::after {
  content: '';
  display: block;
  width: 24px;
  height: 38px;
  background: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-eggs-rd.png) no-repeat center center;
  background-size: contain; }

#branch_login .button-signup.type-listener::after, #branch_signup .button-signup.type-listener::after {
  content: '';
  display: block;
  width: 24px;
  height: 38px;
  background: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-eggs-bk.png) no-repeat center center;
  background-size: contain; }

#branch_login .button-signup.btn-twitter, #branch_signup .button-signup.btn-twitter {
  color: #fff;
  border-color: black;
  border-style: solid;
  background-color: black;
  max-width: 400px;
  margin: 0 auto; }

#branch_login .button-signup.btn-twitter::before, #branch_signup .button-signup.btn-twitter::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-x-white.png) no-repeat center center;
  background-size: contain;
  vertical-align: text-top;
  margin-right: 10px; }

@media screen and (max-width: 640px) {
  #branch_login .button-signup.btn-twitter::before, #branch_signup .button-signup.btn-twitter::before {
    width: 19px;
    height: 19px; } }

#branch_login .button-signup.btn-apple, #branch_signup .button-signup.btn-apple {
  color: #fff;
  border: none;
  background-color: black;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0; }

#branch_login .button-signup.btn-apple::before, #branch_signup .button-signup.btn-apple::before {
  content: '';
  display: inline-block;
  width: 53px;
  height: 60px;
  background: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-siwa-w.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px; }

@media screen and (max-width: 640px) {
  #branch_login .button-signup.btn-apple::before, #branch_signup .button-signup.btn-apple::before {
    width: 47px;
    height: 47px;  } }

#branch_login .button-signup:hover, #branch_signup .button-signup:hover {
  opacity: .8; }

#branch_login .sep-or, #branch_signup .sep-or {
  text-align: center;
  position: relative;
  padding: 15px 0; }

@media screen and (max-width: 640px) {
  #branch_login .sep-or, #branch_signup .sep-or {
    padding: 10px 0; } }

#branch_login .sep-or::before, #branch_signup .sep-or::before {
  content: '';
  display: block;
  width: 100%;
  height: 1;
  border-top: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1; }

#branch_login .sep-or span, #branch_signup .sep-or span {
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 5px;
  letter-spacing: 0;
  color: #666; }

@media screen and (max-width: 640px) {
  #branch_login .sep-or span, #branch_signup .sep-or span {
    font-size: 11px; } }

#branch_login .sep-or span.ja, #branch_signup .sep-or span.ja {
  font-size: 12px; }

#branch_login form .form-element-title, #branch_signup form .form-element-title {
  font-size: 16px;
  font-weight: bold; }

@media screen and (max-width: 640px) {
  #branch_login form .form-element-title, #branch_signup form .form-element-title {
    font-size: 12px; } }

#branch_login .w-variable, #branch_signup .w-variable {
  width: 100%; }

#branch_login .input-txt, #branch_signup .input-txt {
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid #ccc;
  color: #333;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  #branch_login .input-txt, #branch_signup .input-txt {
    font-size: 11px;
    min-height: 30px; } }

#branch_login .input-txt:focus, #branch_signup .input-txt:focus {
  outline: 0;
  border-color: #fcd53a; }

#branch_login .form-element, #branch_signup .form-element {
  padding-bottom: 20px; }
  @media screen and (max-width: 640px) {
    #branch_login .form-element, #branch_signup .form-element {
      padding-bottom: 15px; } }
  #branch_login .form-element + .form-element, #branch_signup .form-element + .form-element {
    padding-top: 20px;
    border-top: 1px dashed #ccc; }
    @media screen and (max-width: 640px) {
      #branch_login .form-element + .form-element, #branch_signup .form-element + .form-element {
        padding-top: 15px; } }

#branch_login .txt-center, #branch_signup .txt-center {
  text-align: center; }

#branch_login .mt1e, #branch_signup .mt1e {
  margin-top: 1em; }

#branch_login .mb1e, #branch_signup .mb1e {
  margin-bottom: 1em; }

#branch_login .mb05e, #branch_signup .mb05e {
  margin-bottom: .5em; }

#branch_login .textlink, #branch_signup .textlink {
  text-decoration: underline;
  display: inline; }
  #branch_login .textlink:hover, #branch_signup .textlink:hover {
    text-decoration: none; }

#branch_login .input-wrapper, #branch_signup .input-wrapper {
  vertical-align: top; }

#branch_login .button, #branch_signup .button {
  cursor: pointer;
  display: block;
  background-color: #fcd53a;
  border: 1px solid #fcd53a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 10px 1em;
  letter-spacing: normal;
  white-space: nowrap;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #branch_login .button, #branch_signup .button {
      font-size: 12px;
      padding: 8px .5em; } }
  #branch_login .button.white, #branch_signup .button.white {
    background-color: #fff; }
  #branch_login .button.mid, #branch_signup .button.mid {
    padding: 15px 2em; }
  #branch_login .button.large, #branch_signup .button.large {
    font-size: 18px;
    width: 280px;
    padding: 25px 0; }
    @media screen and (max-width: 640px) {
      #branch_login .button.large, #branch_signup .button.large {
        font-size: 15px;
        width: 282px;
        padding: 15px 0; } }
  #branch_login .button.w100, #branch_signup .button.w100 {
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    padding: 16.5px 0; }
    @media screen and (max-width: 640px) {
      #branch_login .button.w100, #branch_signup .button.w100 {
        font-size: 15px; padding: 14.5px 0;} }
  #branch_login .button.tall, #branch_signup .button.tall {
    padding: 25px 0; }
  #branch_login .button.outlink, #branch_signup .button.outlink {
    border-color: #c03;
    color: #c03;
    background: none; }
    #branch_login .button.outlink::before, #branch_signup .button.outlink::before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      background: url(//resource.lap.recochoku.jp/e8/assets/v3/img/common/ico-outlink.png) no-repeat center center;
      background-size: contain; }
      @media screen and (max-width: 640px) {
        #branch_login .button.outlink::before, #branch_signup .button.outlink::before {
          margin-right: 5px; } }
  @media screen and (min-width: 641px) {
    #branch_login .button:hover, #branch_signup .button:hover {
      opacity: .8; } }
  #branch_login .button > *, #branch_signup .button > * {
    display: inline-block; }

#branch_login .input-error, #branch_signup .input-error {
  margin-top: 5px;
  color: #D7000F;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #D7000F; }
  @media screen and (max-width: 640px) {
    #branch_login .input-error, #branch_signup .input-error {
      font-size: 12px; } }


.android #branch_login {
  overflow: hidden !important;
  overflow-y: auto !important;
}

.ios #branch_login {
  overflow: hidden !important;
  overflow-y: auto !important;
}

.cloak { opacity: 0.0; }
