@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 {
      background-color: #f3f3f3;
      padding: 15px 0 30px; } }
  .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 0;
  padding: 70px 0 50px;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      margin: 0 15px;
      padding: 25px 0; } }
  .wrapper.ext {
    margin: 20px auto 0;
    padding: 70px 0 60px; }
    @media only screen and (max-width: 767px) {
      .wrapper.ext {
        margin: 15px 15px 0;
        padding: 15px 15px 50px; } }

.pageTitle {
  font-family: "DIN Condensed Bold", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .05em;
  margin: 0 0 40px; }
  @media only screen and (max-width: 767px) {
    .pageTitle {
      font-size: 26px;
      margin: 0 0 30px; } }

.pageSub {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 30px; }

.eventLogo {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .eventLogo img {
      width: 175px; } }

.aboutText {
  text-align: center;
  margin: 50px 0 0; }
  @media only screen and (max-width: 767px) {
    .aboutText {
      margin: 30px 20px 0; }
      .aboutText img {
        width: 100%; } }

.aboutDescription {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 70px 0 0; }
  @media only screen and (max-width: 767px) {
    .aboutDescription {
      font-size: 11px;
      margin: 30px 0 0; } }

.eventDetail {
  width: 940px;
  margin: 70px auto 0; }
  @media only screen and (max-width: 767px) {
    .eventDetail {
      width: auto;
      margin: 35px 15px 0; } }

.eventDetail_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2; }
  @media only screen and (max-width: 767px) {
    .eventDetail_text {
      font-size: 12px; } }

.sponsorList {
  width: 940px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .sponsorList {
      font-size: 12px;
      width: auto; } }

.artistImg {
  text-align: center;
  font-size: 0;
  margin: 0 0 50px; }
  @media only screen and (max-width: 767px) {
    .artistImg {
      margin: 0 0 30px; }
      .artistImg img {
        width: 100%; } }

.artistText {
  word-wrap: break-word;
  text-align: center;
  font-size: 14px;
  line-height: 2.2; }
  @media only screen and (max-width: 767px) {
    .artistText {
      text-align: left;
      line-height: 2; } }
  .artistText strong {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .artistText strong {
        margin: 0; } }
  .artistText b {
    display: inline-block;
    padding: 0 15px 0 0; }
  .artistText a {
    text-decoration: underline; }
