@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 0; }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      margin: 0; } }

.pageTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .pageTitle {
      font-size: 23px;
      padding: 25px 0;
      margin: 0 15px; } }

.ticketSection {
  margin: 20px 0 0;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .ticketSection {
      margin: 15px 15px 0;
      padding: 0 0 25px; } }

.ticketSectionTitle {
  width: 900px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  @media only screen and (max-width: 767px) {
    .ticketSectionTitle {
      width: auto;
      border-top: none;
      padding: 25px 25px;
      font-size: 14px; } }
  .ticketSectionTitle small {
    font-size: 17px; }
    @media only screen and (max-width: 767px) {
      .ticketSectionTitle small {
        font-size: 14px; } }
  .member .ticketSectionTitle {
    padding: 25px 0; }
    @media only screen and (max-width: 767px) {
      .member .ticketSectionTitle {
        padding: 25px; } }

.ticketSectionDetail {
  width: 750px;
  margin: 40px auto 0; }
  @media only screen and (max-width: 767px) {
    .ticketSectionDetail {
      width: auto;
      margin: 30px 15px 0; } }
  .ticketSectionDetail .ticketSectionDetail_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px; }
  .ticketSectionDetail dl {
    display: table;
    margin: 0 0 25px; }
    @media only screen and (max-width: 767px) {
      .ticketSectionDetail dl {
        display: block; } }
    .ticketSectionDetail dl dt {
      width: 20%;
      min-width: 170px;
      display: table-cell;
      font-weight: bold;
      font-size: 14px;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        .ticketSectionDetail dl dt {
          width: auto;
          display: block;
          line-height: 1.8; } }
    .ticketSectionDetail dl dd {
      display: table-cell;
      width: 80%;
      font-size: 14px;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        .ticketSectionDetail dl dd {
          width: auto;
          display: block;
          line-height: 1.8; } }
  .ticketSectionDetail .thumb {
    margin: 25px 0 25px;
    font-size: 0; }
    @media only screen and (max-width: 767px) {
      .ticketSectionDetail .thumb {
        margin: 15px 0 15px; } }
    .ticketSectionDetail .thumb img {
      width: 100%; }
  .ticketSectionDetail a {
    text-decoration: underline; }
  .ticketSectionDetail .coution {
    font-size: 14px;
    line-height: 2; }
  .ticketSectionDetail .end {
    color: #ff0000;
    text-decoration: line-through; }
  .ticketSectionDetail .endText {
    color: #000; }
  .ticketSectionDetail .red {
    color: #ff0000;
    font-weight: bold; }
  .ticketSectionDetail .bikou {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0; }
    @media only screen and (max-width: 767px) {
      .ticketSectionDetail .bikou {
        font-size: 12px;
        text-align: left; } }
  .ticketSectionDetail .btn {
    text-align: center;
    padding: 20px 0 0; }
    .ticketSectionDetail .btn a {
      display: inline-block;
      width: 300px;
      line-height: 50px;
      text-align: center;
      text-decoration: none;
      border: 1px solid #000;
      background-image: url(../images/common/arrow_pc.png);
      background-repeat: no-repeat;
      background-position: 96% center;
      transition: all .5s ease .0s; }
      .ticketSectionDetail .btn a:hover {
        background-color: #000;
        color: #FFF; }
      @media only screen and (max-width: 767px) {
        .ticketSectionDetail .btn a {
          width: auto;
          display: block;
          text-align: left;
          padding-left: 15px;
          font-size: 12px;
          background-color: #FFF; } }

.ticketSectionCaption {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .ticketSectionCaption {
      padding: 25px 25px 0;
      font-size: 12px; } }
