@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)Mynavi Corporation
=================================================================*/
/* クリアフィックス
-----------------------------------------------------------------*/
/* 色変数
-----------------------------------------------------------------*/
/* ブレークポイント
-----------------------------------------------------------------*/
/* font
-----------------------------------------------------------------*/
@font-face {
  font-family: 'DIN Alternate Bold';
  src: url("../font/DIN Alternate Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Alternate Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Alternate Bold.woff") format("woff"), url("../font/DIN Alternate Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'DIN Condensed Bold';
  src: url("../font/DIN Condensed Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Condensed Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Condensed Bold.woff") format("woff"), url("../font/DIN Condensed Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.main {
  position: relative;
  z-index: 900;
  padding: 0 0 100px; }
  @media only screen and (max-width: 767px) {
    .main {
      padding: 15px 0 30px;
      background-color: #f3f3f3; } }
  .main:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .main:before {
        display: none; } }

.wrapper {
  position: relative;
  z-index: 100;
  width: 1120px;
  margin: 50px auto;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      padding: 25px 15px 30px;
      margin: 0 15px; } }

.pageSub {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 45px; }
  @media only screen and (max-width: 767px) {
    .pageSub {
      font-size: 23px;
      margin: 0 0 25px; } }

.pageText {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .pageText {
      font-size: 15px; } }

.artistsList {
  font-size: 0;
  width: 980px;
  margin: 0 auto 20px; }
  @media only screen and (max-width: 767px) {
    .artistsList {
      width: auto; } }

.artistsList_node {
  display: inline-block;
  width: 325px;
  margin: 0 0 40px;
  cursor: pointer;
  transition: all .5s ease .0s; }
  @media only screen and (max-width: 767px) {
    .artistsList_node {
      width: 50%;
      margin: 0 0 20px; } }
  .artistsList_node.acidman {
    display: block;
    width: 558px;
    margin: 0 auto 40px; }
    @media only screen and (max-width: 767px) {
      .artistsList_node.acidman {
        width: 100%;
        margin: 0 0 20px; } }
  .artistsList_node:hover {
    opacity: 0.5; }
  .artistsList_node img {
    width: 100%; }

.artistsList_node_artistName {
  font-family: "DIN Condensed Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 20px 0 0;
  transition: all .5s ease .0s; }
  .artistsList_node_artistName:hover {
    opacity: 0.5; }
  @media only screen and (max-width: 767px) {
    .artistsList_node_artistName {
      font-size: 13px;
      margin: 7px 0 0; } }

.mordalBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7; }

.mordalList_node_artist {
  font-family: "DIN Condensed Bold", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin: 0 35px 20px; }
  @media only screen and (max-width: 767px) {
    .mordalList_node_artist {
      font-size: 20px;
      margin: 0 17px 15px; } }

.mordalList_node {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 5%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 90%;
  width: 1000px;
  padding: 50px 100px;
  background-color: #FFF;
  overflow-y: scroll; }
  @media only screen and (max-width: 767px) {
    .mordalList_node {
      height: 100%;
      top: 0;
      left: 0;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      width: auto;
      padding: 30px 5px 5px; } }

.mordalList_node_img img {
  width: 100%; }

.mordalList_node_text {
  margin: 25px 35px 20px;
  font-size: 14px;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .mordalList_node_text {
      margin: 17px 12px; } }
  .mordalList_node_text strong {
    font-size: 20px; }
  .mordalList_node_text a {
    text-decoration: underline; }
  .mordalList_node_text .bold {
    font-weight: bold; }

.mordalList_node_movie {
  margin: 0 35px; }
  @media only screen and (max-width: 767px) {
    .mordalList_node_movie {
      margin: 0; } }
  .mordalList_node_movie iframe {
    width: 100%;
    height: 400px; }
    @media only screen and (max-width: 767px) {
      .mordalList_node_movie iframe {
        height: 250px; } }

.mordalList_close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 55px;
  right: 130px; }
  @media only screen and (max-width: 767px) {
    .mordalList_close {
      top: 12px;
      right: 12px; } }
  .mordalList_close:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mordalList_close:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
