@charset "UTF-8";

/*
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
*/

/*

*/

/*
  Hタグ
    $type: 2(H2サイズ)
*/

/*
  共通ボタン 大
  default: skyblue2
*/

/*
  共通ボタン 小
  default: skyblue2
*/

/*
  通常
  SP 左右のマージン20px
  PC 幅900px
*/

/*
  角丸border付きレイアウト
*/

/*
  グレーの文字の補足系
*/

:root {
  --color-primary: #B50080;
  --color-dark: #1A1A1A;
  --color-gray: #F3F4F8;
  --color-gray2: #B2B2B2;
  --color-rightgray: #666666;
  --color-rightgray2: #888888;
  --color-rightgray3: #E6E9F1;
  --color-blue: #007AAB;
  --color-rightblue: #0099CE;
  --color-skyblue: #E7F5F9;
  --color-skyblue2: #007AAB;
  --color-red: #D70606;
}

.c-movie.mx4d-nationwide {
  padding-top: 0;
}

#mx4dTransfer #CONTENTS #main {
  z-index: unset;
}

#mx4dTransfer #CONTENTS a:hover {
  text-decoration: none;
}

#mx4dTransfer .mx4d-summary,
#mx4dTransfer .mx4d-feature,
#mx4dTransfer .mx4d-price,
#mx4dTransfer .mx4d-attention {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

#mx4dTransfer .mx4d-price.mx4d-nationwide {
  margin-top: 48px;
}

#mx4dTransfer .js_movie_parents.mx4d-nationwide {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 48px;
}

#mx4dTransfer .c-movie__movies {
  border-bottom: 1px solid #333;
}

#mx4dTransfer .c-movie__movie {
  border-top: 1px solid #333;
}

#mx4dTransfer .c-movie__movie:first-child {
  border: none;
}

#mx4dTransfer #CONTENTS .c-movie__buy a {
  color: var(--color-skyblue2);
}

#mx4dTransfer #CONTENTS .c-movie__link a {
  background-position: left bottom;
  background-size: 100% 1px;
  background-image: linear-gradient(90deg, var(--color-blue), var(--color-blue));
  background-repeat: no-repeat;
  transition: background-size ease 0.3s;
  color: var(--color-skyblue2);
  text-decoration: none;
}

#mx4dTransfer #CONTENTS .c-movie__link a:hover {
  background-size: 0% 1px;
  background-position: right bottom;
}

#mx4dTransfer #CONTENTS .c-modal a.js_schedule_modal {
  background-position: left bottom;
  background-size: 100% 1px;
  background-image: linear-gradient(90deg, var(--color-blue), var(--color-blue));
  background-repeat: no-repeat;
  color: var(--color-blue);
  transition: background-size ease 0.3s;
}

#mx4dTransfer #CONTENTS .c-modal a.js_schedule_modal:hover {
  background-position: right bottom;
  background-size: 0% 1px;
}

#mx4dTransfer #CONTENTS .c-modal a.c-modal__close,
#mx4dTransfer #CONTENTS .c-modal a.c-modal__close2 {
  color: var(--color-dark);
}

#mx4dTransfer #CONTENTS a.c-tickets__screen {
  color: var(--color-rightgray);
}

@media screen and (min-width: 769px) {
  #mx4dTransfer .mx4d-summary,
  #mx4dTransfer .mx4d-feature,
  #mx4dTransfer .mx4d-price,
  #mx4dTransfer .mx4d-attention {
    font-family: MS PGothic, Osaka, Hiragino Kaku Gothic Pro W3, Arial, Helvetica, sans-serif;
  }

  #mx4dTransfer .mx4d-summary.mx4d-nationwide {
    height: 720px;
  }

  #mx4dTransfer .mx4d-summary-logo.mx4d-nationwide {
    left: 245px;
  }

  #mx4dTransfer .mx4d-summary-catch.mx4d-nationwide {
    left: 590px;
    top: 472px;
  }

  #mx4dTransfer .mx4d-price.mx4d-nationwide {
    margin-top: 60px;
  }

  #mx4dTransfer .js_movie_parents.mx4d-nationwide {
    margin-left: 0;
    margin-right: 0;
  }
}
/*# sourceMappingURL=../../../sourcemaps/_transfer/mx4d/css/mx4d_nationwide.css.map */