@charset "UTF-8";

: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;
}

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

/*

*/

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

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

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

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

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

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

.c-movie.threed_nationwide .c-movie__env {
  padding-top: 0;
}

.c-movie.threed_nationwide .c-movie__envLists {
  margin-top: 0;
}

.c-movie.threed_nationwide .c-movie__envLists::before {
  content: none;
}

#threedTransfer .content.threed-nationwide {
  color: #fff;
}

#threedTransfer .content.threed-nationwide a:link,
#threedTransfer .content.threed-nationwide a:visited {
  color: inherit;
  background-image: none;
}

#threedTransfer .content.threed-nationwide .c-movie__movies {
  border-bottom: 1px solid #333;
}

#threedTransfer .content.threed-nationwide .c-movie__movie {
  border-top: 1px solid #333;
}

#threedTransfer .content.threed-nationwide .c-movie__movie:first-child {
  border: none;
}

#threedTransfer .content.threed-nationwide .c-movie__buy a {
  color: var(--color-skyblue2);
}

#threedTransfer .content.threed-nationwide .c-movie__link a {
  background-image: linear-gradient(90deg, var(--color-blue), var(--color-blue));
  color: var(--color-skyblue2);
}

#threedTransfer h2.c-heading__line {
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 700;
  text-align: left;
  position: relative;
  border-width: 2px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #CA4684 0%, #CA475C 27.2%, #D59533 45.1%, #DFD238 62.3%, #93B447 81.2%, #0099CE 100%);
  border-image-slice: 1;
}

#threedTransfer .c-movie__pic figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#threedTransfer .ttl__link a,
#threedTransfer .txt__link a {
  background-image: none;
}

#threedTransfer .price {
  background: #fff;
  color: #333;
  padding: 60px 0;
  margin: 0;
}

#threedTransfer .price h2 {
  margin-top: 0;
}

#threedTransfer .content.threed-nationwide .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;
}

#threedTransfer .content.threed-nationwide .c-modal a.js_schedule_modal:hover {
  background-position: right bottom;
  background-size: 0% 1px;
}

#threedTransfer .content.threed-nationwide .c-modal a.c-modal__close,
#threedTransfer .content.threed-nationwide .c-modal a.c-modal__close2 {
  color: var(--color-dark);
}

.js-theatre_name {
  font-weight: 500;
}

.modaal-wrapper .btn__link.btn__link__pink a {
  background-image: none !important;
}

.accordion__type01__title p {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  #threedTransfer h2.c-heading__line {
    margin-bottom: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=../../../sourcemaps/_transfer/3d/css/3d_nationwide.css.map */