@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  outline: none;
  border: none;
}

* {
  box-sizing: border-box;
}

/*
  inner:
    pc: 2000px; //1360px
    sp: 335px

  canvas:
    pc: 1440
    sp: 375
*/

:root {
  --color-B60081: #b60081;
  --color-222222: #222222;
  --color-EFEFEF: #efefef;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-feature-settings: "palt" 1;
}

body .swiper * {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: #222222;
}

.none {
  display: none;
}

.c-breadcrumb {
  padding: 10px 50px 10px 10px;
  border-top: 1px solid #cccccc;
}

.c-breadcrumb * {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-breadcrumb li {
  display: inline;
}

.c-breadcrumb li a {
  display: inline-block;
}

.c-breadcrumb li::after {
  content: "＞";
  margin: 0px 0.3em;
}

.c-breadcrumb li:last-child::after {
  display: none;
}

.c-btn {
  width: 100%;
  padding: 20px 30px 20px 16px;
  border: 1px solid #666666;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
}

.c-btn::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.c-btn.--primary {
  background: #b60081;
  color: #fff;
}

.c-btn.--noArrow::after {
  display: none;
}

.c-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.c-btn2::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.c-btn2.--noIcon::after {
  display: none !important;
}

.c-btn2.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.c-btn2.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.c-btn2.--disabled {
  background: #999999;
  pointer-events: none;
}

.c-btn2.--primary {
  background: #b60081;
}

.c-btn2.--black {
  border: 1px solid #fff;
}

.c-btn2.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.c-btn2.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.c-btn2.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.c-btn2.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.c-btn2.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.c-btn2.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.c-btn2.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.c-btn2.--noArrow::after {
  display: none;
}

.c-facility {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  vertical-align: super;
}

.c-facility span {
  padding: 3px 4px;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background: #fff;
  border: 1px solid #222;
  color: #222;
}

.c-facility span.--ji {
  border: 1px solid #666666;
  background: #666666;
  color: #fff;
}

.c-facility span.--yubi {
  border: 1px solid #666666;
  background: #666666;
  color: #fff;
}

.c-facility span.--pg12,
.c-facility span[data-chip="PG12"] {
  border: 1px solid #b20000;
  background: #b20000;
  color: #fff;
}

.c-facility span.--r15,
.c-facility span[data-chip="R15"] {
  border: 1px solid #b20000;
  background: #b20000;
  color: #fff;
}

.c-facility span.--r18,
.c-facility span[data-chip="R18"] {
  border: 1px solid #b20000;
  background: #b20000;
  color: #fff;
}

.c-facility span.--film {
  border: 1px solid #bb4fc8;
  background: #bb4fc8;
  color: #fff;
}

.c-facility span.--old,
.c-facility span[data-chip="旧作上映"] {
  border: 1px solid #3b6a29;
  background: #3b6a29;
  color: #fff;
}

.c-facility span.--2d,
.c-facility span[data-chip="2-D"] {
  border: 1px solid #01c2b7;
  background: #01c2b7;
  color: #fff;
}

.c-facility span.--3d,
.c-facility span[data-chip="3-D"] {
  border: 1px solid #3b67c0;
  background: #3b67c0;
  color: #fff;
}

.c-facility span.--4dx,
.c-facility span[data-chip="4DX"] {
  border: 1px solid #222;
  background: #222222;
  color: #fff;
}

.c-facility span.--d_box,
.c-facility span[data-chip="D-BOX"] {
  border: 1px solid #222;
  background: #222222;
  color: #ff8800;
}

.c-facility span.--dolby_atmos,
.c-facility span[data-chip="Dolby Atmos"] {
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
  color: #fff;
}

.c-facility span.--dts_x,
.c-facility span[data-chip="dtsX"] {
  border: 1px solid #bf5700;
  background: #bf5700;
  color: #fff;
}

.c-facility span.--hfr_3d,
.c-facility span[data-chip="HFR-3D"] {
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
  color: #fff;
}

.c-facility span.--imax,
.c-facility span[data-chip="IMAX"] {
  border: 1px solid #007bc0;
  background: #007bc0;
  color: #fff;
}

.c-facility span.--imax_laser,
.c-facility span[data-chip="IMAXレーザー"] {
  border: 1px solid #007bc0;
  background: #007bc0;
  color: #fff;
}

.c-facility span.--mx4d,
.c-facility span[data-chip="MX4D"] {
  border: 1px solid #007bc0;
  background: #fff;
  color: #007bc0;
}

.c-facility span.--thx,
.c-facility span[data-chip="THX"] {
  border: 1px solid #0c3d7a;
  background: #0c3d7a;
  color: #fff;
}

.c-facility span.--ultila,
.c-facility span[data-chip="ULTILA"] {
  border: 1px solid #926e30;
  background: #926e30;
  color: #fff;
}

.c-facility span.--vive_audio,
.c-facility span[data-chip="VIVE AUDIO"] {
  border: 1px solid #b5d200;
  background: #b5d200;
  color: #222222;
}

.c-facility span.--vsound,
.c-facility span[data-chip="VSound"] {
  border: 1px solid #bb2c31;
  background: #fff;
  color: #bb2c31;
}

.c-facility span.--dolby_atmos_multiplex,
.c-facility span[data-chip="Dolby Atmos MULTIPLEX"] {
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
  color: #fff;
}

.c-facility span.--gran_theater,
.c-facility span[data-chip="GRAN THEATER"] {
  border-color: #ab8d00;
  color: #ab8d00;
}

.c-footerCompact {
  padding: 17px 0px;
  background: #1a1a1a;
  text-align: center;
}

.c-footerCompact p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.1818181818;
  letter-spacing: 0.05em;
}

.c-footerTax {
  padding: 0px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #666666;
}

.fac-footernav {
  position: relative;
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.5);
  background: #333333;
  z-index: 2;
}

.fac-footernav__heading {
  padding: 0px 0px 0px 4vw;
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.5);
  display: flex;
  align-items: center;
  color: #fff;
}

.fac-footernav__name {
  flex: 1;
  font-weight: 600;
  background: none;
}

.fac-footernav__name small {
  display: block;
  font-weight: 400;
}

.fac-footernav__x a {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fac-footernav__x a img {
  width: 10.6666666667vw;
}

.fac-footernav__nav ol li {
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.5);
}

.fac-footernav__nav ol li a {
  display: block;
  padding: 5.3333333333vw 0px 5.3333333333vw 4vw;
  color: #fff;
}

.fac-footernav__pageup {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  position: absolute;
  top: -10.9333333333vw;
  right: 0px;
  background: #333333 url(../image/ticket/icon/arrow_top_white.png) center center/4vw auto no-repeat;
  display: block;
  cursor: pointer;
}

.fac-footer {
  padding-bottom: 8vw;
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.5);
  background: #000;
}

.fac-footer a {
  color: #fff;
}

.fac-footer__header {
  padding: 5.3333333333vw 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fac-footer__logo a {
  width: 42.6666666667vw;
  display: block;
  font-size: 0;
}

.fac-footer__top a {
  position: relative;
}

.fac-footer__top a::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-left: 0.8vw;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  display: inline-block;
}

.fac-footer__link1 ul li a {
  padding-left: 5.3333333333vw;
  display: block;
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.5);
}

.fac-footer__account a {
  position: relative;
}

.fac-footer__account a::after {
  content: "";
  width: 6.4vw;
  height: 100%;
  background: url(../image/ticket/icon/icon_account2.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 5.3333333333vw;
}

.fac-footer__link2 {
  padding: 8vw 5.3333333333vw 0px;
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.5);
}

.fac-footer__link2 ul li a {
  position: relative;
}

.fac-footer__link2 ul li a::before {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-right: 0.8vw;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  display: inline-block;
}

.fac-footer__link3 {
  padding: 8vw 5.3333333333vw 0px;
}

.fac-footer__copy {
  padding: 8vw 5.3333333333vw 0px;
  color: #a1a1a1;
}

.fac-footer__link4 {
  padding: 10.6666666667vw 5.3333333333vw 0px;
  display: flex;
  gap: 0px 2.6666666667vw;
}

.fac-footer__link4 a {
  display: block;
}

.fac-footer__link4 a img {
  width: auto;
  height: 10.6666666667vw;
}

.c-form__caution {
  margin-bottom: 4px;
  padding: 6px;
  display: none !important;
  color: #b20000;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  background: #fff2f2;
}

.c-form__caution.--icon {
  padding: 6px 6px 6px 30px;
  background: #fff2f2 url(../image/ticket/icon/caution.png) 6px 8px/17px auto no-repeat;
}

.c-form__caution.--show {
  display: block !important;
}

.c-form__input {
  width: 100%;
  display: block;
  position: relative;
}

.c-form__input span {
  display: block;
  padding-bottom: 8px;
}

.c-form__input span small {
  font-size: 1rem;
  line-height: 2.4;
}

.c-form__input input {
  width: 100%;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.75;
}

.c-form__tip {
  width: 100%;
  padding: 7px 10px;
  display: none !important;
  background: #b20000;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  bottom: 43px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-form__tip.--show {
  display: block !important;
}

.c-form__tip::after {
  content: "";
  width: 12px;
  height: 8.6602540378px;
  clip-path: polygon(100% 0, 3% 0, 50% 100%);
  background: #b20000;
  display: block;
  position: absolute;
  left: 20px;
  bottom: -8px;
}

.c-form__show {
  margin-top: 16px;
  display: inline-block;
}

.c-form__show span {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.c-func {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  display: none;
}

.c-func.--show {
  display: block;
  pointer-events: all;
}

.c-func::before {
  content: "";
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  pointer-events: none;
}

.c-func__container {
  width: 100%;
  height: 100dvh;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.c-func__wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

.c-func__closeIcon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

.c-func__closeIcon::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../image/ticket/icon/acr_close.png) center center/contain no-repeat;
  position: sticky;
  top: 10px;
  display: block;
}

.c-func__header {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 20px;
  mix-blend-mode: difference;
  cursor: pointer;
  z-index: 2;
}

.c-func__header a {
  padding-right: 45px;
  display: flex;
  align-items: center;
  gap: 0px 12px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}

.c-func__bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.c-func__bottom a {
  padding: 7px 32px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
}

.c-func__body {
  padding: 12px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
  position: relative;
  z-index: 1;
}

.c-func__block {
  padding: 20px 0px 40px 0px;
  border-radius: 5px;
}

.c-func__wata {
  text-align: center;
}

.c-func__wataTitle {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.c-func__wataTitle small {
  margin-top: 8px;
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}

.c-func__wataBtn {
  margin-top: 30px;
}

.c-func__wataBtn p {
  margin-bottom: 12px;
  font-weight: 500;
}

.c-func__wataBtn p strong {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 500;
}

.c-func__wataBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.c-func__wataBtn a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.c-func__wataBtn a.--noIcon::after {
  display: none !important;
}

.c-func__wataBtn a.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.c-func__wataBtn a.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.c-func__wataBtn a.--disabled {
  background: #999999;
  pointer-events: none;
}

.c-func__wataBtn a.--primary {
  background: #b60081;
}

.c-func__wataBtn a.--black {
  border: 1px solid #fff;
}

.c-func__wataBtn a.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.c-func__wataBtn a.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.c-func__wataBtn a.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.c-func__wataBtn a.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.c-func__wataBtn a.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.c-func__wataBtn a.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.c-func__wataBtn a.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.c-func__wataBlock {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #666666;
}

.c-func__wataBlock .c-func__wataBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
  background: #b60081;
}

.c-func__wataBlock .c-func__wataBtn a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.c-func__wataBlock .c-func__wataBtn a.--noIcon::after {
  display: none !important;
}

.c-func__wataBlock .c-func__wataBtn a.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.c-func__wataBlock .c-func__wataBtn a.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.c-func__wataBlock .c-func__wataBtn a.--disabled {
  background: #999999;
  pointer-events: none;
}

.c-func__wataBlock .c-func__wataBtn a.--primary {
  background: #b60081;
}

.c-func__wataBlock .c-func__wataBtn a.--black {
  border: 1px solid #fff;
}

.c-func__wataBlock .c-func__wataBtn a.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.c-func__wataBlock .c-func__wataBtn a.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.c-func__wataBlock .c-func__wataBtn a.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.c-func__wataBlock .c-func__wataBtn a.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.c-func__wataBlock .c-func__wataBtn a.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.c-func__wataBlock .c-func__wataBtn a.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.c-func__wataBlock .c-func__wataBtn a.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.c-func__wataNote {
  margin-top: 16px;
}

.c-headerCompact {
  display: flex;
  align-items: center;
  background: #1a1a1a;
  padding: 13px 20px;
}

.c-headerCompact__logo {
  max-width: 160px;
  line-height: 1;
}
.c-headerCompact__logo a {
  transition: opacity 0.4s ease;
  line-height: 1;
}
.c-headerCompact__logo a:hover {
  opacity: 0.6;
}

.fac-header {
  width: 100%;
  background: #000;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.fac-header__header {
  height: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px -1px 0px #333333 inset;
}

.fac-header__header a {
  display: block;
  font-size: 0;
  letter-spacing: 0;
}

.fac-header__logo {
  margin-left: 2.6666666667vw;
}

.fac-header__logo a {
  width: 32vw;
}

.fac-header__account {
  margin-left: auto;
}

.fac-header__account a {
  height: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 0.5333333333vw;
  color: #fff;
}

.fac-header__account a img {
  width: 2.6666666667vw;
}

.fac-header__ticket {
  margin: 0px 0.5333333333vw 0px 2.6666666667vw;
  padding-left: 2.6666666667vw;
  position: relative;
}

.fac-header__ticket::before {
  content: "";
  width: 0.2666666667vw;
  height: 4.8vw;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
}

.fac-header__ticket a {
  height: 10.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 0.5333333333vw;
  color: #fff;
}

.fac-header__ticket img {
  width: 3.7333333333vw;
}

.fac-header__navtrigger {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  position: relative;
  cursor: pointer;
}

html.isNavOpen .fac-header__navtrigger {
  background: #333333;
}

.fac-header__navtrigger::before,
.fac-header__navtrigger::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transform-origin: center center;
  transition: transform 0.4s ease;
}

.fac-header__navtrigger::before {
  background: url(../image/ticket/icon/icon_menu.png) center center/5.3333333333vw auto no-repeat;
}

html.isNavOpen .fac-header__navtrigger::before {
  transform: translate3d(0px, 0px, 0px) scale(0);
}

.fac-header__navtrigger::after {
  background: url(../image/ticket/icon/icon_close.png) center center/4vw auto no-repeat;
  transform: translate3d(0px, 0px, 0px) scale(0);
}

html.isNavOpen .fac-header__navtrigger::after {
  transform: translate3d(0px, 0px, 0px) scale(1);
}

.fac-header__menu {
  display: flex;
  flex-direction: column;
  background: #000;
}

.fac-header__facilityname {
  padding: 0px 2.6666666667vw;
  height: 13.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fac-header__facilityname.--dainichi a:not(:has(img))::before {
  content: "";
  width: 128px;
  height: 35px;
  display: block;
  background: url(https://theater.aeoncinema.com/eseki/assets/img/logo_dainichi.png) center center/contain no-repeat;
}

.fac-header__facilityname.--dainichi a:has(img) img {
  width: 128px;
  height: auto;
}

.fac-header__facilityname > a {
  display: inline-flex;
  align-items: center;
  gap: 0px 1.8666666667vw;
  color: #fff;
}

.fac-header__facilityname > a h2 {
  background: none;
  font-weight: 600;
}

.fac-header__near {
  width: 24vw;
  height: 6.4vw;
  border-radius: 4px;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0px 1.0666666667vw;
  cursor: pointer;
  border: 1px solid #fff;
  position: relative;
}

.fac-header__near.__show {
  display: flex;
}

.fac-header__near::before {
  content: "";
  width: 2.9333333333vw;
  height: 4.2666666667vw;
  display: block;
  background: url(../image/ticket/icon/icon_pin_primary1.svg) center center/contain no-repeat;
}

.fac-header__near p {
  color: #b60081;
}

.fac-header__nav {
  display: flex;
  background: #333333;
}

.fac-header__nav ol {
  width: 100%;
  display: flex;
}

.fac-header__nav ol li {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

.fac-header__nav ol li:last-child {
  border: none;
}

.fac-header__nav ol li a {
  height: 10.6666666667vw;
  padding: 0px 1.8666666667vw;
  color: #fff;
  letter-spacing: ls(0);
  display: block;
}

.fac-header__nav ol li::after {
  content: "";
  width: 100%;
  height: 0.5333333333vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-position: center bottom;
  background-size: 0% 100%;
  background-image: linear-gradient(90deg, #b60081, #b60081);
  background-repeat: no-repeat;
  transition: background-size ease 0.3s;
}

.fac-header__nav ol li.__current::after {
  background-size: 100% 100%;
}

.c-headerImportant {
  margin-bottom: 20px;
  background: #fff2f2;
  border-bottom: 1px solid rgba(178, 0, 0, 0.2);
}

.c-headerImportant__block {
  border-top: 1px solid rgba(178, 0, 0, 0.2);
}

.c-headerImportant__title {
  display: block;
  padding: 17px 50px 17px 16px;
  color: #b20000;
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-headerImportant__title::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 20px;
  background: url(../image/ticket/icon/arrow_right_red.png) center center/contain no-repeat;
  transition: background-image 0.4s ease;
}

.c-headerImportant__block:has(.c-headerImportant__body) .c-headerImportant__title::after {
  background: url(../image/ticket/icon/plus_red.png) center center/contain no-repeat;
}

.c-headerImportant__block:has(.c-headerImportant__body) .c-headerImportant__title.--open::after {
  background: url(../image/ticket/icon/minus_red.png) center center/contain no-repeat;
}

.c-headerImportant__title + .c-headerImportant__body {
  padding-top: 0px;
  display: none;
}

.c-headerImportant__body {
  padding: 17px 16px;
  color: #b20000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-headerImportant__body * {
  margin-top: 5px;
}

.c-headerImportant__body *:first-child {
  margin-top: 0px;
}

.c-headerImportant__body a {
  display: inline-block;
  color: #b20000;
  text-decoration: underline;
}

.c-headerInfo {
  margin: 10px 20px 0px;
  text-align: center;
  border: 1px solid #b20000;
}

.c-headerInfo__header {
  padding: 3px 0px;
  background: #b20000;
  color: #fff;
  font-weight: 500;
}

.c-headerInfo__body {
  padding: 3px 10px;
}

.c-headerInfo__body * {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-headerInfo2 {
  margin: 20px 20px;
  padding: 16px;
  border: 1px solid #579de5;
}

.c-headerInfo2__header {
  font-weight: 600;
}

.c-headerInfo2__body {
  padding-top: 8px;
}

.c-headerInfo2__body * {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-heading {
  min-height: 58px;
  padding: 16px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #efefef;
  gap: 8px 0px;
  gap: 4px 0px;
}

.c-heading p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.c-heading p.c-heading__notes {
  font-weight: normal;
  color: #b20000;
  font-size: 1.3rem;
  line-height: 1.3846153846;
}

.c-heading p.c-heading__submessage {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-heading span {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-modal {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  display: none;
}

.c-modal.--show {
  display: block;
  pointer-events: all;
}

.c-modal__container {
  width: 100%;
  height: 100dvh;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.c-modal__wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

.c-modal__closeIcon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}

.c-modal__closeIcon::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../image/ticket/icon/acr_close.png) center center/contain no-repeat;
  position: sticky;
  top: 10px;
  display: block;
}

.c-modal__header {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 20px;
  mix-blend-mode: difference;
  cursor: pointer;
}

.c-modal__header a {
  padding-right: 45px;
  display: flex;
  align-items: center;
  gap: 0px 12px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}

.c-modal__bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.c-modal__bottom a {
  padding: 7px 32px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
}

.c-modal__body {
  margin-top: 12px;
  padding: 12px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

.c-modal__block {
  padding: 20px 24px 40px 24px;
  border-radius: 5px;
  background: #fff;
}

.c-modal__detail {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

.c-modal__detailHeader:not(.c-facility) {
  display: flex;
  align-items: center;
  gap: 0px 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.c-modal__detailColumn {
  overflow: hidden;
}

.c-modal__detailColumn picture {
  width: 104px;
  min-height: 104px;
  margin: 0px 20px 2px 0px;
  float: left;
}

.c-modal__detailColumn picture img {
  width: 100%;
}

.c-modal__detailFigure picture {
  display: block;
  text-align: center;
}

.c-modal__detailFigure img {
  max-width: 100%;
}

.c-modal__detailLinks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px 0px;
}

.c-modal__detailLinks a {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
}

.c-modal__detailLinks a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
  vertical-align: middle;
}

.c-modal__detailLinks a[target="_blank"]::after {
  background: url(../image/ticket/icon/blank.png) center center/16px auto no-repeat;
}

.c-modal__detailBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.c-modal__detailBtn a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.c-modal__detailBtn a.--noIcon::after {
  display: none !important;
}

.c-modal__detailBtn a.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.c-modal__detailBtn a.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.c-modal__detailBtn a.--disabled {
  background: #999999;
  pointer-events: none;
}

.c-modal__detailBtn a.--primary {
  background: #b60081;
}

.c-modal__detailBtn a.--black {
  border: 1px solid #fff;
}

.c-modal__detailBtn a.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.c-modal__detailBtn a.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.c-modal__detailBtn a.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.c-modal__detailBtn a.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.c-modal__detailBtn a.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.c-modal__detailBtn a.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.c-modal__detailBtn a.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.c-modal__detailBtn.--primary a {
  background: #b60081;
}

.c-modal__detailNote li {
  font-size: 1.3rem;
  line-height: 1.4615384615;
}

.c-modal__detailBoldCenter {
  text-align: center;
  font-weight: 600;
}

html.isNavOpen {
  height: 100dvh;
  overflow: hidden;
}

html.isNavOpen body {
  overflow: hidden;
}

.fac-nav {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 10.6666666667vw);
  height: calc(100dvh - 10.6666666667vw);
  position: fixed;
  top: 10.6666666667vw;
  left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 101;
}

html.isNavOpen .fac-nav {
  pointer-events: all;
}

.fac-nav::-webkit-scrollbar {
  width: 10px;
}

.fac-nav::-webkit-scrollbar-track {
  background-color: #000;
}

.fac-nav::-webkit-scrollbar-thumb {
  box-shadow:
    2px 0px 0px #000 inset,
    -2px 0px 0px #000 inset;
  background-color: #fff;
  border-radius: 3px;
}

.fac-nav__container {
  height: 100%;
  background: #000;
}

.fac-nav a {
  color: #fff;
  display: block;
}

.fac-nav__link1 {
  display: flex;
  flex-direction: column;
}

.fac-nav__link1 li {
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.8);
}

.fac-nav__link1 a {
  padding: 0px 5.3333333333vw;
  background: #333333;
}

.fac-nav__link2 {
  display: flex;
  flex-wrap: wrap;
}

.fac-nav__link2 li {
  width: 100%;
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.8);
  border-right: 0.2666666667vw solid rgba(112, 112, 112, 0.8);
}

.fac-nav__link2 li:nth-child(even) {
  border-right: none;
}

.fac-nav__link2 li:last-child {
  width: 100%;
  text-align: center;
  border-right: none;
  border-bottom: 0.2666666667vw solid rgba(112, 112, 112, 0.8);
}

.fac-nav__link2 li:last-child a {
  height: 16vw;
  display: flex;
  align-items: center;
  background: #000;
}

.fac-nav__link2 li:last-child a img {
  width: 5.3333333333vw;
}

.fac-nav__link2 a {
  padding: 0px 5.3333333333vw;
  background: #333333;
}

.fac-nav__link3 {
  padding: 8vw 5.3333333333vw !important;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0px;
  background: #000;
}

.fac-nav__link3 li {
  display: flex;
  align-items: center;
  gap: 0px 2.1333333333vw;
}

.fac-nav__link3 li::before {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  display: block;
}

.fac-nav__link4 {
  padding: 8vw !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 2.6666666667vw;
  background: #000;
}

.fac-nav__link4 li {
  display: flex;
  align-items: center;
  gap: 0px 2.6666666667vw;
}

.fac-nav__link4 li::before {
  content: "｜";
  display: block;
  color: #fff;
}

.fac-nav__link4 li:first-child::before {
  display: none;
}

.fac-near {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.fac-near.__show {
  opacity: 1;
  pointer-events: all;
}

.fac-near::-webkit-scrollbar {
  width: 10px;
}

.fac-near::-webkit-scrollbar-track {
  background-color: #000;
}

.fac-near::-webkit-scrollbar-thumb {
  box-shadow:
    2px 0px 0px #000 inset,
    -2px 0px 0px #000 inset;
  background-color: #fff;
  border-radius: 3px;
}

.fac-near__inner {
  width: 84vw;
  padding: 5.3333333333vw;
  margin: auto auto;
  background: #333333;
  position: relative;
}

.fac-near__close {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  display: block;
  background: #333333 url(../image/ticket/icon/icon_close.png) center center/4vw auto no-repeat;
}

.fac-near__header p {
  color: #fff;
  font-weight: 600;
}

.fac-near__body {
  padding-top: 2.6666666667vw;
}

.fac-near__theater {
  background: #444444;
  margin-top: 0.2666666667vw;
}

.fac-near__theater:first-child {
  margin-top: 0px;
}

.fac-near__theater a {
  padding: 2.6666666667vw;
  color: #fff;
  position: relative;
  display: block;
}

.fac-near__theater a::after {
  content: "";
  width: 2.6666666667vw;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 2.6666666667vw;
}

.fac-near__theater ul {
  padding: 2.6666666667vw;
  border-top: 0.2666666667vw solid rgba(112, 112, 112, 0.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.6vw;
}

.fac-near__theater ul li img {
  width: auto;
  height: 6.4vw;
}

.fac-near__more {
  padding: 2.6666666667vw 2.6666666667vw 0px;
  display: flex;
  justify-content: flex-end;
}

.fac-near__more a {
  color: #fff;
  display: inline-block;
  position: relative;
}

.fac-near__more a::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin-left: 0.8vw;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  display: inline-block;
}

.c-note {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0px 8px;
  font-size: 0;
}

.c-note li {
  gap: 0px 8px;
  display: flex;
}

.c-note li::after {
  content: "|";
  color: #cccccc;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.c-note li:first-child::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: -4px;
  display: block;
  background: url(../image/ticket/icon/question.png) center center/contain no-repeat;
}

.c-note li:first-child a {
  flex: 1;
}

.c-note li:last-child::after {
  display: none;
  padding: 0px;
}

.c-note li a {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-require {
  padding: 0px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #b20000;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-settle_form__group-row {
  width: 100%;
}

.c-settle_form__section {
  margin-bottom: 10px;
}

.c-settle_form__section input[type="text"] {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.c-settle_form__section select {
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  border-radius: 5px;
}

.c-settle_form__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
}

.c-settle_form__title.require::after {
  display: inline-block;
  margin-left: 3px;
  padding-bottom: 3px;
  content: "※";
  color: #b60081;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
}

.c-settle_form__title small {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1.2;
}

.c-settle_form__title_s {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: normal;
  margin-bottom: 5px;
}

.c-settle_form__title_s.require::after {
  display: inline-block;
  margin-left: 3px;
  padding-bottom: 3px;
  content: "※";
  color: #b60081;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
}

.c-settle_form__title_s small {
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1.2;
}

.c-settle_form__note {
  margin-left: 13px;
  text-indent: -13px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.c-settle_form__note .notes {
  color: #b20000;
  font-weight: bold;
}

.c-settle_form__accordion {
  border: 1px solid #666666;
  border-radius: 5px;
}

.c-settle_form__accordion label.tggle-btn {
  cursor: pointer;
  padding: 15px;
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: bold;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.4117647059;
}

.c-settle_form__accordion label.tggle-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  background-size: contain;
  background-image: url(../image/ticket/icon/plus.png);
}

.c-settle_form__accordion-inner {
  grid-template-rows: 0fr;
  transition: 500ms grid-template-rows ease;
  display: grid;
}

.c-settle_form__accordion-inner .c-settle_form__accordion-inner-hide {
  overflow: hidden;
}

.c-settle_form__accordion-toggle {
  display: none;
}

.c-settle_form__accordion-toggle:checked:first-of-type + .c-settle_form__accordion .c-settle_form__accordion-inner {
  grid-template-rows: 1fr;
}

.c-settle_form__accordion-toggle:checked:first-of-type + .c-settle_form__accordion label.tggle-btn::after {
  background-image: url(../image/ticket/icon/minus.png);
}

.c-settle_form__articles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.c-settle_form__articles .c-settle_form__article {
  width: 100%;
}

.c-settle_form__articles .c-settle_form__article a {
  display: flex;
  flex-direction: row;
}

.c-settle_form__articles .c-settle_form__article a p {
  min-width: 100px;
}

.c-settle_form__radio-box input[type="radio"][name="PaymentMethod"] {
  display: none;
}

.c-settle_form__radio-box .c-settle_form__radio-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 60px;
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-settle_form__radio-box .c-settle_form__radio-label::before {
  content: "";
  display: inline;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #666666;
  margin-right: 10px;
}

.c-settle_form__radio-box-inner {
  grid-template-rows: 0fr;
  transition: 500ms grid-template-rows ease;
  display: grid;
}

.c-settle_form__radio-box-inner-hide {
  overflow: hidden;
}

.c-settle_form__radio-box input[type="radio"][name="PaymentMethod"]:checked:first-of-type + .c-settle_form__radio-box-wrap .c-settle_form__radio-label {
  border: 1px solid #b60081;
}

.c-settle_form__radio-box input[type="radio"][name="PaymentMethod"]:checked:first-of-type + .c-settle_form__radio-box-wrap .c-settle_form__radio-label::before {
  width: 12px;
  height: 12px;
  background-color: #b60081;
  border: 5px double #ffffff;
}

.c-settle_form__radio-box input[type="radio"][name="PaymentMethod"]:checked:first-of-type + .c-settle_form__radio-box-wrap .c-settle_form__radio-box-inner {
  grid-template-rows: 1fr;
}

.c-settle_form__input {
  width: 100%;
  display: block;
  position: relative;
}

.c-settle_form__input span {
  display: block;
  padding-bottom: 8px;
}

.c-settle_form__input span small {
  font-size: 1rem;
  line-height: 2.4;
}

.c-settle_form__input input {
  width: 100%;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.75;
}

.c-settle_form__tip {
  width: 100%;
  padding: 7px 10px;
  display: none !important;
  background: #b20000;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  bottom: 43px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-settle_form__tip.--show {
  display: block !important;
}

.c-settle_form__tip::after {
  content: "";
  width: 12px;
  height: 8.6602540378px;
  clip-path: polygon(100% 0, 3% 0, 50% 100%);
  background: #b20000;
  display: block;
  position: absolute;
  left: 20px;
  bottom: -8px;
}

.c-settle_form__show {
  margin-top: 16px;
  display: inline-block;
}

.c-settle_form__show span {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.c-step {
  padding: 14px 0px;
  background: #fff;
}

.c-step__Inner {
  width: 100%;
  max-width: 330px;
  margin: 0px auto;
  line-height: 0;
}

.p-step2 {
  height: 63px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-step2__timer {
  padding-right: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-step2__timer p {
  color: #b60081;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-step2__timer::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url(../image/ticket/icon/timer.png) center center/contain no-repeat;
}

.p-step2__timer::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  background: #cccccc;
  right: 0px;
}

.p-step2__tep {
  padding-left: 13px;
  flex: 1;
  line-height: 0;
}

label + .c-input {
  margin-top: 10px;
}

.c-input {
  display: block;
}

.c-input:has(.c-input__camera) input {
  padding-right: 50px;
}

.c-input__label {
  padding-bottom: 8px;
  display: block;
  font-weight: 500;
}

.c-input__label small {
  font-size: 90%;
}

.c-input__input {
  width: 100%;
  min-height: 44px;
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  display: block;
  border: 1px solid #cccccc;
  background: #fff;
}

.c-input__input input {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222;
}

.c-input__input input::placeholder {
  color: #666666;
}

.c-input__camera {
  width: 44px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  background: #cccccc url(../image/ticket/icon/camera.png) center center/16px auto no-repeat;
  border: none;
  cursor: pointer;
}

.c-modal2 {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  display: none;
}

.c-modal2.--show {
  display: block;
  pointer-events: all;
}

.c-modal2__container {
  width: 100%;
  height: 100dvh;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.c-modal2__wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

.c-modal2__closeIcon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}

.c-modal2__closeIcon::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../image/ticket/icon/acr_close.png) center center/contain no-repeat;
  position: sticky;
  top: 10px;
  display: block;
}

.c-modal2__header {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 20px;
  mix-blend-mode: difference;
  cursor: pointer;
}

.c-modal2__header a {
  padding-right: 45px;
  display: flex;
  align-items: center;
  gap: 0px 12px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}

.c-modal2__bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.c-modal2__bottom .c-btn2 {
  width: 250px;
}

.c-modal2__body {
  margin-top: 12px;
  padding: 12px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

.c-modal2__block {
  padding: 20px 20px 40px 20px;
  border-radius: 5px;
  background: #fff;
}

.c-modal2__detail {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

.c-modal2__detailHeader:not(.c-facility) {
  display: flex;
  align-items: center;
  gap: 0px 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.c-modal2__detailColumn {
  overflow: hidden;
}

.c-modal2__detailColumn picture {
  width: 104px;
  min-height: 104px;
  margin: 0px 20px 2px 0px;
  float: left;
}

.c-modal2__detailColumn picture img {
  width: 100%;
}

.c-modal2__detailFigure picture {
  display: block;
  text-align: center;
}

.c-modal2__detailFigure img {
  max-width: 100%;
}

.c-modal2__detailLinks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px 0px;
}

.c-modal2__detailLinks a {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
}

.c-modal2__detailLinks a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
  vertical-align: middle;
}

.c-modal2__detailLinks a[target="_blank"]::after {
  background: url(../image/ticket/icon/blank.png) center center/16px auto no-repeat;
}

.c-modal2__detailBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.c-modal2__detailBtn a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.c-modal2__detailBtn a.--noIcon::after {
  display: none !important;
}

.c-modal2__detailBtn a.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.c-modal2__detailBtn a.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.c-modal2__detailBtn a.--disabled {
  background: #999999;
  pointer-events: none;
}

.c-modal2__detailBtn a.--primary {
  background: #b60081;
}

.c-modal2__detailBtn a.--black {
  border: 1px solid #fff;
}

.c-modal2__detailBtn a.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.c-modal2__detailBtn a.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.c-modal2__detailBtn a.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.c-modal2__detailBtn a.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.c-modal2__detailBtn a.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.c-modal2__detailBtn a.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.c-modal2__detailBtn a.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.c-modal2__detailBtn.--primary a {
  background: #b60081;
}

.c-modal2__detailNote li {
  font-size: 1.3rem;
  line-height: 1.4615384615;
}

.c-modal2__detailBoldCenter {
  text-align: center;
  font-weight: 600;
}

.c-ticketNote {
  display: table;
}

.c-ticketNote li {
  display: table-row;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}

.c-ticketNote li::before {
  content: "※";
  padding-right: 0.25em;
  display: table-cell;
}

.c-ticket__step {
  padding: 15px 18px;
  border-radius: 5px;
  border: 1px solid #666666;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-ticket__step p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}

.c-ticket__stepWrap {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-ticket__stepWrap button {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: none;
  display: block;
  cursor: pointer;
}

.c-ticket__stepWrap input {
  width: 70px;
  height: 40px;
  text-align: center;
  font-weight: 600;
  pointer-events: none;
}

.c-ticket__stepWrap input::-webkit-outer-spin-button,
.c-ticket__stepWrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.c-ticket__stepDec {
  background: #cccccc url(../image/ticket/icon/minus_gray.png) center center/12px auto no-repeat;
}

.c-ticket__stepDec.--active {
  background: #222222 url(../image/ticket/icon/minus_white.png) center center/12px auto no-repeat;
}

.c-ticket__stepInc {
  background: #cccccc url(../image/ticket/icon/plus_gray.png) center center/12px auto no-repeat;
}

.c-ticket__stepInc.--active {
  background: #222222 url(../image/ticket/icon/plus_white.png) center center/12px auto no-repeat;
}

.c-ticket__stepDec,
.c-ticket__stepInc {
  pointer-events: none;
}

.c-ticket__stepDec.--active,
.c-ticket__stepInc.--active {
  pointer-events: all;
}

.c-ticket__choice {
  width: 100%;
  padding: 16px;
  border: 1px solid #666666;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
  background: #fff;
}

button.c-ticket__choice {
  cursor: pointer;
}

button.c-ticket__choice.--active {
  background-color: #222;
  color: #fff;
}

.c-ticket__choiceDetail {
  display: flex;
  align-items: center;
}

.c-ticket__choiceName {
  text-align-last: left;
  font-weight: 500;
}

.c-ticket__choicePrice {
  margin-left: auto;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
}

.c-ticket__choicePrice small {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 600;
}

.c-ticket__choiceExp {
  color: #666666;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}

.c-ticket__choice2 {
  padding: 16px;
  border: 1px solid #666666;
  border-radius: 5px;
}

.c-ticket__choice2Name {
  font-weight: 500;
}

.c-ticket__choice2Detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-ticket__choice2Id {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  color: #666666;
}

.c-ticket__choice2Number {
  padding: 4px 8px;
  border-radius: 5px;
  background: #222222;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.75;
}

.c-ticket__toggleButton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  border: none;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  cursor: pointer;
}

.c-ticket__acr {
  border: 1px solid #666666;
  border-radius: 5px;
  background: #fff;
}

.c-ticket__acrHeader {
  width: 100%;
  padding: 20px 40px 20px 16px;
  display: block;
  border: none;
  position: relative;
  background: none;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.c-ticket__acrHeader::after {
  content: "";
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 16px;
  background: url(../image/ticket/icon/plus.png) center center/contain no-repeat;
  transition: background-image 0.4s ease;
}

.c-ticket__acrHeader.is_open::after {
  background: url(../image/ticket/icon/minus.png) center center/contain no-repeat;
}

.c-ticket__acrBody {
  padding: 0px 16px 20px;
  display: none;
}

.p-ticket__caution {
  width: 100%;
}

.p-ticket__isSelectsTax {
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #666666;
}

.l-heading {
  padding: 20px 10px;
}

.l-heading__title {
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-area__container {
  margin: 0px 10px;
  padding: 14px 10px;
  background: #fff;
}

.p-area__nav {
  display: none;
}

.p-area__nav a {
  display: block;
  border-top: 1px solid #cccccc;
}

.p-area__nav a:first-child {
  border-top: 0px;
}

.p-area__nav a span {
  padding: 18px 20px;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  transition: opacity 0.4s ease;
}

.p-area__selectTitle {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.p-area__allAreas {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}

.p-area__heading {
  width: 100%;
  padding: 16px;
  border: none;
  background: none;
  display: block;
  text-align: left;
  position: relative;
}

.p-area__heading h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.p-area__heading a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}

.p-area__heading a::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url(../image/ticket/icon/plus.png) center center/contain no-repeat;
  transition: background-image 0.4s ease;
}

.p-area__heading a.is_open::after {
  background: url(../image/ticket/icon/minus.png) center center/contain no-repeat;
}

.p-area__area {
  padding: 16px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-area__name {
  padding-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-area__theaters {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-area__theater {
  display: block;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.p-area__theater._disabled {
  border: 1px solid #666666;
  pointer-events: none;
  opacity: 0.5;
}

.p-area__theater::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.p-area__inner {
  padding: 15px 16px;
}

.p-area__inner:has(.c-facility) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-area__inner h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-area__inner .c-facility {
  margin-top: 4px;
}

.c-step {
  padding: 9px 0px;
}

.p-complete__set-outer .openbtn {
  text-align: center;
  display: block;
  margin: 0px auto 10px;
}

.p-complete__set-outer .openbtn::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: 3px;
  background-image: url(../image/ticket/icon/arrow_down.png);
}

.p-complete__set-inner {
  position: relative;
}

.p-complete__set-inner.close {
  overflow: hidden;
  height: 370px;
}

.p-complete__set-inner.close::after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
}

.p-complete__table {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 48px;
  border: 1px solid #222222;
  border-bottom: none;
  margin: 0 auto;
}

.p-complete__table:first-of-type {
  border-radius: 5px 5px 0 0;
}

.p-complete__table:last-of-type {
  border-radius: 0 0 5px 5px;
  border: 1px solid #222222;
}

.p-complete__table dt {
  display: flex;
  align-items: center;
  background-color: #b60081;
  justify-content: center;
  color: #fff;
  height: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 90px;
}

.p-complete__table dd {
  height: 100%;
  display: flex;
  padding-left: 15px;
  align-items: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}

.p-complete__container input[type="submit"] {
  width: 313px;
  height: 90px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #b60081;
  border-radius: 5px;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}

.p-complete__container .submit {
  width: 100%;
  max-height: 60px;
  min-height: 60px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}

.p-complete__container .c-btn2.--white {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-complete__container .c-btn2.--white.ws {
  width: 240px;
}

.p-complete__article .p-complete__article-img img {
  width: 100%;
}

.p-complete__cpn .c-settle_form__article .img img {
  width: 100%;
}

.p-complete .c-settle_form__note {
  margin-top: 15px;
}

.p-complete .c-settle_form__note.red {
  color: #b20000;
}

.p-complete .c-settle_form__title {
  margin-top: 25px;
}

.p-complete .p-confirm__set-inner button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-complete .c-settle_form__articles .c-settle_form__article {
  margin-bottom: 10px;
}

.p-complete .c-settle_form__articles .c-settle_form__article a {
  gap: 20px;
}

.p-complete .c-settle_form__articles .c-settle_form__article a dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.p-complete .c-settle_form__articles .c-settle_form__article a dl dt::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../image/ticket/icon/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: 3px;
}

.c-step {
  padding: 9px 0px;
}

.p-confirm__set-outer {
  width: 100%;
  border-bottom: 10px #efefef solid;
}

.p-confirm__set-outer.no {
  border-bottom: 0px;
}

.p-confirm__set-outer.gray {
  background-color: #efefef;
}

.p-confirm__set-inner {
  position: relative;
  padding: 20px 20px 10px 20px;
}

.p-confirm__set-1st {
  width: 100%;
  margin-bottom: 10px;
}

.p-confirm__set-1st-title {
  font-weight: bold;
  margin-bottom: 11px;
  font-size: 1.6rem;
  line-height: 1.3125;
}

.p-confirm__set-1st-title::before {
  content: "";
  width: 3px;
  height: 16px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 8px;
  background-color: #b60081;
}

.p-confirm__set-1st-contents {
  padding-left: 11px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.1875;
}

.p-confirm__set-1st-contents a[target="_blank"] {
  color: #579de5;
  text-decoration: underline;
  display: inline-block;
}

.p-confirm__set-1st-contents a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -4px;
  background-image: url(../image/ticket/icon/blank.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-confirm__set-2nd {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 3px;
}

.p-confirm__set-2nd.hr {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}

.p-confirm__set-2nd-title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 60px;
}

.p-confirm__set-2nd-title.wl {
  width: 120px;
}

.p-confirm__set-2nd-contents {
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
}

.p-confirm__set-2nd-contents .price {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.4117647059;
}

.p-confirm__dpoint {
  background-color: #fff2fb;
  max-width: 460px;
  height: 42px;
  display: flex;
  flex-direction: row;
}

.p-confirm__dpoint-row {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.p-confirm__dpoint-row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 460px;
  height: 100%;
}

.p-confirm__dpoint-label {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.p-confirm__dpoint-point {
  color: #b60081;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: bold;
}

.p-confirm__dpoint-point small {
  font-size: 1.2rem;
  line-height: 1.75;
}

.p-confirm__dpoint .p-confirm_link-arrow {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  border-left: 1px solid #fff;
}

.p-confirm__tax {
  margin-top: 20px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  max-width: 460px;
  font-size: 2.8rem;
  line-height: 0.7142857143;
}

.p-confirm__tax small {
  font-size: 1.4rem;
  line-height: 1;
}

.p-confirm__kiyaku {
  color: #666666;
  height: 200px;
  overflow-y: scroll;
  white-space: pre-line;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  padding: 10px;
  border: #cccccc 1px solid;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-confirm__kiyaku4d {
  color: #666666;
  white-space: pre-line;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  padding: 10px;
  border: #cccccc 1px solid;
}

.p-confirm__kiyaku4d p {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}

.p-confirm__container input[type="submit"] {
  width: 313px;
  height: 90px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #b60081;
  border-radius: 5px;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
}

.p-confirm__container input[type="submit"]::after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url(../image/ticket/icon/arrow_right_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: 3px;
}

.p-confirm__container button {
  width: 250px;
  height: 48px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
  border: #666666 1px solid;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
}

.p-confirm__container button::after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url(../image/ticket/icon/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: 3px;
}

.p-confirm__notes {
  color: #b20000;
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-confirm__notes.right {
  font-weight: normal;
  color: #666666;
  text-align: right;
}

.p-confirm__agree {
  margin-top: 25px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3846153846;
}

.p-confirm_link-arrow {
  display: inline-block;
  position: absolute;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8461538462;
}

.p-confirm_link-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 6px;
  margin-bottom: 1px;
  display: inline-block;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(-45deg);
}

.p-confirm_link-arrow.right {
  right: 20px;
}

.p-error__message {
  width: 240px;
  margin: 24px auto 50vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}

.p-inquiry {
  padding-bottom: 50px;
}

.p-inquiry h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-inquiry__contents-set {
  margin: 0 auto;
}

.p-inquiry__contents-section {
  padding: 20px;
}

.p-inquiry__contents-section:first-child {
  border-bottom: 10px solid #efefef;
}

.p-inquiry__anchor {
  font-size: 1.2rem;
  line-height: 2;
}

.p-inquiry__anchor::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: 3px;
  background-image: url(../image/ticket/icon/arrow_down.png);
}

.p-inquiry .c-btn2 {
  margin: 15px auto 0;
}

.p-inquiry .c-btn2.--white {
  max-width: 250px;
}

.p-inquiry .c-settle_form__note {
  margin-top: 15px;
}

.p-inquiry .c-settle_form__note.red {
  color: #b20000;
}

.p-inquiry .c-settle_form__title {
  margin-top: 25px;
}

.p-inquiry .c-settle_form__title small {
  display: inline-block;
}

.p-login {
  min-height: 80vh;
  background: #f2f2f2;
}

.p-login__containers {
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}

.p-login__container {
  background: #fff;
}

.p-login__inner {
  margin: 24px 20px;
  border-radius: 5px;
  border: 1px solid #666666;
}

.p-login__bought {
  margin-top: 10px;
  padding: 24px 20px;
  background: #fff;
  text-align: center;
}

.p-login__bought h2 {
  padding-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-login__bought a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.p-login__bought a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.p-login__bought a.--noIcon::after {
  display: none !important;
}

.p-login__bought a.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.p-login__bought a.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.p-login__bought a.--disabled {
  background: #999999;
  pointer-events: none;
}

.p-login__bought a.--primary {
  background: #b60081;
}

.p-login__bought a.--black {
  border: 1px solid #fff;
}

.p-login__bought a.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.p-login__bought a.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.p-login__bought a.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-login__bought a.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.p-login__bought a.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.p-login__bought a.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.p-login__bought a.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.p-login__heading {
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
}

.p-login__heading h2 {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 600;
}

.p-login__acr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.p-login__acr::after {
  content: "";
  width: 14px;
  height: 100%;
  margin-left: auto;
  background: url(../image/ticket/icon/plus.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 16px;
  transition: background-image 0.4s ease;
}

.p-login__acr.is_open::after {
  background-image: url(../image/ticket/icon/minus.png);
}

.p-login__body {
  padding: 24px 16px;
}

.p-login__bottom {
  padding: 16px;
}

.p-login__bottom .p-login__textlink {
  margin: 0;
}

.p-login__member:has(.p-login__bottom) .p-login__body {
  padding-bottom: 0;
}

.p-login__wata picture {
  display: block;
  line-height: 0;
}

.p-login__wata span {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  display: block;
}

.p-login__inputs {
  margin-top: 24px;
}

.p-login__inputs:first-of-type {
  margin-top: 0px;
}

.p-login__login {
  margin-top: 24px;
}

.p-login__login a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.p-login__login a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.p-login__login a.--noIcon::after {
  display: none !important;
}

.p-login__login a.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.p-login__login a.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.p-login__login a.--disabled {
  background: #999999;
  pointer-events: none;
}

.p-login__login a.--primary {
  background: #b60081;
}

.p-login__login a.--black {
  border: 1px solid #fff;
}

.p-login__login a.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.p-login__login a.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.p-login__login a.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-login__login a.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.p-login__login a.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.p-login__login a.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.p-login__login a.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.p-login__textlink {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.p-login__textlink a {
  display: inline-flex;
  align-items: center;
  gap: 0px 8px;
  font-size: 1.2rem;
  line-height: 2;
  color: #222222;
}

.p-login__textlink a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
  display: block;
}

.p-login__textlink a[target="_blank"] {
  display: inline-flex;
  align-items: center;
  gap: 0px 8px;
  font-size: 1.2rem;
  line-height: 2;
  color: #222222;
}

.p-login__textlink a[target="_blank"]::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
  display: block;
  background: url(../image/ticket/icon/blank.png) center center/contain no-repeat;
}

.p-login__buttons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}

.p-login__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.p-login__buttons a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.p-login__buttons a.--noIcon::after {
  display: none !important;
}

.p-login__buttons a.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.p-login__buttons a.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.p-login__buttons a.--disabled {
  background: #999999;
  pointer-events: none;
}

.p-login__buttons a.--primary {
  background: #b60081;
}

.p-login__buttons a.--black {
  border: 1px solid #fff;
}

.p-login__buttons a.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.p-login__buttons a.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.p-login__buttons a.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-login__buttons a.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.p-login__buttons a.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.p-login__buttons a.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.p-login__buttons a.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.p-login__caution {
  display: none;
}

.p-login__caution:has(.--show) {
  display: block;
}

.p-reserve__main {
  padding: 30px 0px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px 0px;
}

.p-reserve__spacer {
  margin: 20px 0px;
}

.p-reserve__section {
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}

.p-reserve__section:first-of-type {
  padding-top: 0px;
  border: none;
}

.p-reserve__order {
  display: flex;
  flex-wrap: wrap;
}

.p-reserve__order dt {
  width: 70px;
  font-weight: 600;
}

.p-reserve__order dt::after {
  content: "：";
}

.p-reserve__order dd {
  width: calc(100% - 70px);
}

.p-reserve__title {
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-reserve__lists {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

.p-reserve__list {
  padding: 20px;
  border: 1px solid #cccccc;
}

.p-reserve__header {
  display: flex;
  align-items: center;
  gap: 0px 25px;
}

.p-reserve__poster {
  width: calc(50% - 12.5px);
}

.p-reserve__poster img {
  width: 100%;
}

.p-reserve__infomation {
  width: calc(50% - 12.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0px;
}

.p-reserve__screenName {
  font-weight: 600;
}

.p-reserve__screenNum {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.p-reserve__qr img {
  width: 100%;
}

.p-reserve__detail {
  padding-top: 24px;
}

.p-reserve__detail dl {
  padding: 16px 0px;
  border-bottom: 1px solid #cccccc;
  display: flex;
}

.p-reserve__detail dl dt {
  width: 80px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}

.p-reserve__detail dl dd {
  flex: 1;
}

.p-reserve__ctrl {
  padding-top: 30px;
  display: flex;
  gap: 0px 15px;
}

.p-reserve__ctrl .c-btn2 {
  width: calc(50% - 7.5px);
}

.p-reserve__buttons {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
}

.p-reserve__footer {
  margin: 0px 50px;
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}

.p-schedule__search1 .p-schedule__movie {
  padding: 20px 20px 40px 20px;
  position: relative;
  display: flex;
}

.p-schedule__search1 .p-schedule__movie::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px auto;
  background: #ccc;
}

.p-schedule__search1 .p-schedule__poster {
  width: 70px;
  display: block;
  font-size: 0;
}

.p-schedule__search1 .p-schedule__poster img {
  width: 100%;
  height: auto;
}

.p-schedule__search1 .p-schedule__header {
  width: 100%;
  display: flex;
  gap: 0px 12px;
  position: relative;
}

.p-schedule__search1 .p-schedule__headerBlock .p-schedule__icon {
  display: inline;
}

.p-schedule__search1 .p-schedule__headerTimes {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}

.p-schedule__search1 .p-schedule__end {
  margin-top: 4px;
  color: #b20000;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-schedule__search1 .p-schedule__ScreeningTime span {
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-schedule__search1 .p-schedule__ScreeningType {
  margin-top: 10px;
  padding: 6px;
  background: #efefef;
  font-size: 0;
}

.p-schedule__search1 .p-schedule__ScreeningType span {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-schedule__search1 .p-schedule__informations {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px 0px;
}

.p-schedule__search1 .p-schedule__information {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.p-schedule__search1 .p-schedule__listTrigger {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0px 4px;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.p-schedule__search1 .p-schedule__listTrigger::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/ticket/icon/acr_plus.png) center center/contain no-repeat;
  transition: background-image 0.4s ease;
}

.p-schedule__search1 .p-schedule__listTrigger.--open::after {
  background: url(../image/ticket/icon/acr_minus.png) center center/contain no-repeat;
}

.p-schedule__search1 .p-schedule__lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.p-schedule__search1 .p-schedule__lists > * {
  margin-top: 20px;
}

.p-schedule__search1 .p-schedule__lists > *:first-child {
  margin-top: 0px;
}

.p-schedule__search1 .p-schedule__list {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

.p-schedule__search1 .p-schedule__list:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

.p-schedule__search1 .p-schedule__tickets {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
  position: relative;
}

.p-schedule__search1 .p-schedule__ticket {
  padding: 16px 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #efefef;
  border: 2px solid #efefef;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

.p-schedule__search1 .p-schedule__ticket .p-schedule__facilitys {
  width: calc(100% - 110px);
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.p-schedule__search1 .p-schedule__detail {
  width: calc(100% - 103px);
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  pointer-events: none;
}

.p-schedule__search1 .p-schedule__time span {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
}

.p-schedule__search1 .p-schedule__time small {
  font-size: 1.2rem;
  line-height: 1.4166666667;
}

.p-schedule__search1 .p-schedule__status {
  width: 106px;
  height: 100%;
  position: absolute;
  gap: 0px 8px;
}

.p-schedule__search1 .p-schedule__status span {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: 500;
}

.p-schedule__search2 .p-schedule__movie {
  padding: 20px 20px;
  position: relative;
}

.p-schedule__search2 .p-schedule__movie::before,
.p-schedule__search2 .p-schedule__movie::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background: #ccc;
}

.p-schedule__search2 .p-schedule__movie::before {
  top: 0px;
  display: none;
}

.p-schedule__search2 .p-schedule__movie::after {
  bottom: 0px;
}

.p-schedule__search2 .p-schedule__movie:first-child {
  margin-top: 40px;
}

.p-schedule__search2 .p-schedule__movie:first-child::before {
  display: block;
}

.p-schedule__search2 .p-schedule__header {
  width: calc(100% - 88px);
  min-height: 88px;
  padding-right: 30px;
  padding-right: 15px;
  flex: 1;
}

.p-schedule__search2 .p-schedule__screenInfo {
  display: flex;
  align-items: baseline;
}

.p-schedule__search2 .p-schedule__time span {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  line-height: 0;
  font-weight: 600;
}

.p-schedule__search2 .p-schedule__time small {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.p-schedule__search2 .p-schedule__screen {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.p-schedule__search2 .p-schedule__headerBlock {
  margin-top: 8px;
}

.p-schedule__search2 .p-schedule__facilitys {
  margin-top: 8px;
}

.p-schedule__search2 .p-schedule__overview {
  width: 100%;
}

.p-schedule__search2 .p-schedule__status {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px 0px;
  border-radius: 5px;
  border: 2px solid #efefef;
  background: #efefef;
}

.p-schedule__search2 .p-schedule__status span {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-schedule__search2 .p-schedule__note {
  display: flex;
  justify-content: flex-end;
}

.p-schedule__search2 .p-schedule__note:has(+ .p-schedule__overview) {
  position: absolute;
  top: 114px;
  right: 20px;
}

.--fixed {
  overflow: hidden;
}

.p-schedule__days {
  background: #222222;
  border-top: 3px solid #222222;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
}

.p-schedule__daysWrap {
  position: relative;
}

.p-schedule__daysWrap .swiper-slide {
  width: 100px;
  border-left: 1px solid #cccccc;
}

.p-schedule__daysWrap .swiper-slide:first-child {
  border: none;
}

.p-schedule__daysWrap .swiper-button-prev,
.p-schedule__daysWrap .swiper-button-next {
  width: 20px;
  height: 61px;
  top: 0px;
  margin: 0px;
  background: #222222;
  transition: opacity 0.4s ease;
}

.p-schedule__daysWrap .swiper-button-prev::after,
.p-schedule__daysWrap .swiper-button-next::after {
  display: none;
}

.p-schedule__daysWrap .swiper-button-prev {
  left: 0px;
  background: #222222 url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
}

.p-schedule__daysWrap .swiper-button-next {
  right: 0px;
  background: #222222 url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
}

.p-schedule__daysWrap .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.p-schedule__day {
  width: 100%;
  height: 60px;
  padding: 0px 5px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px 0px;
  background: #fff;
  border: none;
  cursor: pointer;
}

.p-schedule__day * {
  color: #222222;
}

.p-schedule__day.--active {
  background: var(--color-B60081);
}

.p-schedule__day.--active * {
  color: #fff;
}

.p-schedule__day.--disabled {
  background-color: #cfcfcf;
  border-left: 1px solid #efefef;
  cursor: not-allowed;
}

.p-schedule__day.--disabled * {
  color: #666666;
}

.p-schedule__day * {
  transition: opacity 0.4s ease;
}

.p-schedule__day *::selection {
  background: inherit;
}

.p-schedule__day span {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.p-schedule__day p {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}

.p-schedule__day small {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
}

.p-schedule__day.--today {
  background: var(--color-B60081);
  color: #fff;
}

.p-schedule__tab {
  background: var(--color-EFEFEF);
}

.p-schedule__tabWrap {
  padding-top: 20px;
  display: flex;
}

.p-schedule__tabWrap a {
  width: 50%;
  padding: 12px 0px;
  border: none;
  text-align: center;
  display: block;
  border-top: 3px solid transparent;
}

.p-schedule__tabWrap a span {
  font-size: 1.5rem;
  line-height: 1.1333333333;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.p-schedule__tabWrap a.--current {
  background: #fff;
  border-top-color: var(--color-B60081);
}

.p-schedule__movies {
  padding-bottom: 30px;
}

.p-schedule__time {
  display: flex;
  align-items: baseline;
}

.p-schedule__time span {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
}

.p-schedule__time small {
  font-size: 1.2rem;
  line-height: 1.4166666667;
}

.p-schedule__screen {
  margin-left: 10px;
  font-size: 0;
  display: flex;
  padding: 2px 4px;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #cccccc;
}

.p-schedule__screen.--palco {
  color: #b20000;
}

.p-schedule__icon {
  display: block;
  font-size: 0;
}

.p-schedule__titleJp {
  display: inline;
}

.p-schedule__titleJp * {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
}

.p-schedule__titleJp span {
  color: #ff4500;
  margin-right: 10px;
}

.p-schedule__titleJp h2 {
  display: inline;
}

.p-schedule__titleJp h2::after {
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
  background: url(../image/ticket/icon/arrow_right.png) center center/20px auto no-repeat;
}

.p-schedule__titleEn {
  margin-top: 4px;
  color: #666666;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  display: none;
}

.p-schedule__overview {
  max-height: 60px;
  margin-top: 10px;
  font-size: 0;
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.p-schedule__overview.--show {
  max-height: 100vh;
}

.p-schedule__overview.--show .p-schedule__overviewMore {
  opacity: 0;
  pointer-events: none;
}

.p-schedule__overview * {
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}

.p-schedule__overviewMore {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 60%);
  transition: opacity 0.4s ease;
  color: #222;
}

.p-schedule__overviewMore a {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}

.p-schedule__overviewMore::after {
  content: "";
  width: 20px;
  height: 25px;
  background: url(../image/ticket/icon/arrow_down.png) center center/contain no-repeat;
}

.p-schedule__status {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.p-schedule__status.--vacant1,
.p-schedule__status.--vacant2,
.p-schedule__status.--vacant3 {
  pointer-events: all;
}

.p-schedule__status img {
  width: 26px;
  height: auto;
}

.p-schedule__status::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../image/ticket/icon/minus.png) center center/contain no-repeat;
}

.p-schedule__status span {
  padding: 0px 2px;
  color: #666666;
  word-break: auto-phrase;
}

.p-schedule__status.--vacant1 {
  border-color: #63a410;
}

.p-schedule__status.--vacant1::before {
  background: url(../image/ticket/icon/vacant1.png) center center/contain no-repeat;
}

.p-schedule__status.--vacant1 span {
  color: #222222;
}

.p-schedule__status.--vacant2 {
  border-color: #ee9f19;
}

.p-schedule__status.--vacant2::before {
  background: url(../image/ticket/icon/vacant2.png) center center/contain no-repeat;
}

.p-schedule__status.--vacant2 span {
  color: #222222;
}

.p-schedule__status.--vacant3 {
  border-color: #579de5;
}

.p-schedule__status.--vacant3::before {
  background: url(../image/ticket/icon/vacant3.png) center center/contain no-repeat;
}

.p-schedule__status.--vacant3 span {
  color: #222222;
}

.p-schedule__status.--ng1::before {
  background: url(../image/ticket/icon/ng.png) center center/contain no-repeat;
}

.p-schedule__status.--ng2::before {
  background: url(../image/ticket/icon/full.png) center center/contain no-repeat;
}

.p-schedule__filter {
  padding: 12px 8px 0px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.p-schedule__tab:has([data-search="search1"].--current) + .p-schedule__filter {
  display: none;
}

.p-schedule__tab:has([data-search="search2"].--current) + .p-schedule__filter {
  display: flex;
}

.p-schedule__filterBox {
  min-width: 160px;
  position: relative;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: left;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.p-schedule__current {
  padding: 12px 14px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  border: 1px solid #707070;
  overflow: hidden;
  display: block;
  z-index: 2;
  transition: border 0.4s ease;
}

.p-schedule__current.--open {
  border-radius: 5px 5px 0px 0px;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.p-schedule__current.--open::after {
  transform: rotate(-180deg);
}

.p-schedule__current::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 8px;
  background: url(../image/ticket/icon/arrow_down.png) center center/contain no-repeat;
  z-index: 2;
  pointer-events: none;
  transition: transform 0.4s ease;
}

.p-schedule__filterTime {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0px;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: none;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.p-schedule__filterTime a {
  padding: 12px 14px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.75;
  display: block;
  border-top: 1px solid #cccccc;
}

.p-schedule__near {
  background: #efefef;
}

.p-schedule__nearInner {
  padding: 30px 20px;
}

.p-schedule__nearTitle {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.p-schedule__nearTheaters {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}

.p-schedule__priceNote {
  padding: 30px 20px 10px 20px;
  text-align: right;
}

.p-schedule__priceNote p {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #666666;
}

.p-schedule__search1 .p-schedule__ticket {
  cursor: pointer;
}

.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant1) {
  border-color: #63a410;
}

.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant2) {
  border-color: #ee9f19;
}

.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant3) {
  border-color: #579de5;
}

.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant1),
.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant2),
.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant3) {
  background: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}

.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant1) .p-schedule__detail,
.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant2) .p-schedule__detail,
.p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status.--vacant3) .p-schedule__detail {
  pointer-events: all;
}

.p-schedule__search2 .p-schedule__status.--vacant1 {
  border-color: #63a410;
}

.p-schedule__search2 .p-schedule__status.--vacant2 {
  border-color: #ee9f19;
}

.p-schedule__search2 .p-schedule__status.--vacant3 {
  border-color: #579de5;
}

.p-schedule__search2 .p-schedule__status.--vacant1,
.p-schedule__search2 .p-schedule__status.--vacant2,
.p-schedule__search2 .p-schedule__status.--vacant3 {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.p-schedule__palco {
  position: relative;
}

.p-schedule__palco::after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 0px;
  left: 0px;
  border: 6px solid #222222;
  pointer-events: none;
  z-index: 2;
}

.p-schedule__palcoBlock {
  padding: 23px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
  border-bottom: 1px solid #ccc;
}

.p-schedule__palcoTitle {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-schedule__palcoInfo li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-schedule__palcoInfo li::before {
  content: "・";
}

.p-schedule__daysNote {
  padding: 0px 5px 10px 5px;
}

.p-schedule__daysNote .c-note {
  justify-content: flex-start;
}

.p-schedule__daysCaution {
  padding: 10px 5px 20px 5px;
}

.p-schedule__daysCaution *,
.p-schedule__daysCaution a {
  color: #b20000;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.p-seat {
  width: 100%;
}

.p-seat__movieInfo {
  width: 750px;
  margin: 30px auto 0px;
  padding-bottom: 30px;
  display: flex;
  gap: 0px 20px;
}

.p-seat__thumnail {
  width: 100px;
  line-height: 0;
}

.p-seat__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px 0px;
}

.p-seat__detail {
  display: flex;
  gap: 0px 20px;
  align-items: flex-start;
}

.p-seat__detail dt {
  width: 160px;
  padding-left: 9px;
  font-weight: 600;
  position: relative;
}

.p-seat__detail dt::before {
  content: "";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 0.24em;
  left: 0px;
  background: #b60081;
}

.p-seat__detail dd {
  flex: 1;
}

.p-seat__detail dd .c-facility {
  vertical-align: unset;
}

.p-seat__header {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-seat__header p {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.p-seat__back {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.p-seat__back::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  line-height: 0;
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-seat__q {
  width: 58px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 0;
}

.p-seat__q img {
  width: 20px;
}

.p-seat__main {
  display: flex;
  flex-direction: column;
}

.p-seat__theater {
  height: calc(100dvh - 223px);
  margin: 0px 16px;
  overflow: hidden;
  order: 1;
}

.p-seat__theater img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-seat__ngMsg {
  height: calc(100dvh - 223px);
  margin: 0px 16px;
  order: 1;
}

.p-seat__ngMsgInner {
  padding: 20px 0px;
  background: #fff2f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px 0px;
}

.p-seat__ngMsgInner p {
  color: #b20100;
  font-weight: 600;
}

.p-seat__ngMsgInner a {
  width: 250px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.p-seat__ngMsgInner a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.p-seat__ngMsgInner a.--noIcon::after {
  display: none !important;
}

.p-seat__ngMsgInner a.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.p-seat__ngMsgInner a.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.p-seat__ngMsgInner a.--disabled {
  background: #999999;
  pointer-events: none;
}

.p-seat__ngMsgInner a.--primary {
  background: #b60081;
}

.p-seat__ngMsgInner a.--black {
  border: 1px solid #fff;
}

.p-seat__ngMsgInner a.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.p-seat__ngMsgInner a.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-seat__ngMsgInner a.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-seat__ngMsgInner a.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.p-seat__ngMsgInner a.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.p-seat__ngMsgInner a.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.p-seat__ngMsgInner a.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.p-seat__price {
  padding: 60px 0px 20px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #666666;
}

.p-seat__facility {
  height: 40px;
  display: flex;
  align-items: center;
  order: 2;
  overflow: hidden;
  position: relative;
}

.p-seat__facility .swiper {
  padding: 0px 16px;
}

.p-seat__facility .swiper-wrapper {
  align-items: center;
}

.p-seat__facility .swiper-slide {
  width: fit-content;
}

.p-seat__facility .swiper-slide:first-child .p-seat__seat {
  margin: 0px;
}

.p-seat__slidePrev,
.p-seat__slideNext {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  margin: 0px;
}

.p-seat__slidePrev::after,
.p-seat__slideNext::after {
  display: none;
}

.p-seat__slidePrev.swiper-button-disabled,
.p-seat__slideNext.swiper-button-disabled {
  display: none;
}

.p-seat__slidePrev {
  left: 0px;
  right: unset;
  background: #222 url(../image/ticket/icon/arrow_left_white.png) center center/20px auto no-repeat;
}

.p-seat__slideNext {
  right: 0px;
  background: #222 url(../image/ticket/icon/arrow_right_white.png) center center/20px auto no-repeat;
}

.p-seat__seats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px 20px;
}

.p-seat__seatsBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.p-seat__seatsBlock.--paid {
  display: grid;
  grid-template-columns: 170px 170px;
  justify-content: center;
  gap: 20px 20px;
}

.p-seat__seat {
  margin-left: 16px;
  display: flex;
  align-items: center;
  gap: 0px 4px;
}

.p-seat__seat p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}

.p-seat__seat p small {
  display: none;
}

.p-seat__seat::before {
  content: "";
  width: 24px;
  height: 35px;
  background: url(../image/ticket/icon/icon/vacant.png) center center/20px auto no-repeat;
}

.p-seat__seat.--reserved::before {
  background: url(../image/ticket/icon/icon/reserved.png) center center/20px auto no-repeat;
}

.p-seat__seat.--ng::before {
  background: url(../image/ticket/icon/icon/ng.png) center center/20px auto no-repeat;
}

.p-seat__seat.--selected::before {
  background: url(../image/ticket/icon/icon/selected.png) center center/20px auto no-repeat;
}

.p-seat__seat.--wheelchair::before {
  background: url(../image/ticket/icon/icon/wheelchair.png) center center/20px auto no-repeat;
}

.p-seat__seat.--purple::before {
  background: url(../image/ticket/icon/icon/purple.png) center center/24px auto no-repeat;
}

.p-seat__seat.--gold::before {
  background: url(../image/ticket/icon/icon/gold.png) center center/24px auto no-repeat;
}

.p-seat__seat.--brown::before {
  background: url(../image/ticket/icon/icon/brown.png) center center/24px auto no-repeat;
}

.p-seat__seat.--orange::before {
  background: url(../image/ticket/icon/icon/orange.png) center center/24px auto no-repeat;
}

.p-seat__seat[href] p {
  padding-right: 21px;
}

.p-seat__seat[href] p::after {
  content: "";
  width: 17px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../image/ticket/icon/question.png) center center/contain no-repeat;
}

.p-seat__select {
  width: 100%;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  margin-top: 1px;
}

.p-seat__selected {
  display: flex;
  gap: 0px 2px;
}

.p-seat__selected li {
  width: 34px;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}

.p-seat__blocks {
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
}

.p-seat__block {
  height: 36px;
  display: flex;
  justify-content: center;
  gap: 0px 20px;
}

.p-seat__block2 {
  width: 280px;
  margin: 0px auto;
}

.p-seat__next {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}

.p-seat__next::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
}

.p-seat__next.--noIcon::after {
  display: none !important;
}

.p-seat__next.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.p-seat__next.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.p-seat__next.--disabled {
  background: #999999;
  pointer-events: none;
}

.p-seat__next.--primary {
  background: #b60081;
}

.p-seat__next.--black {
  border: 1px solid #fff;
}

.p-seat__next.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.p-seat__next.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
}

.p-seat__next.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-seat__next.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.p-seat__next.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.p-seat__next.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.p-seat__next.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.p-seat__movieDetail {
  width: 77px;
  height: 36px;
  padding-right: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-seat__movieDetail::after {
  content: "";
  width: 18px;
  height: 100%;
  display: block;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
}

.p-seat__movieDetail::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -11px;
  background: #444444;
}

.p-seat__backSchedule {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
  min-height: 48px;
}

.p-seat__backSchedule::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../image/ticket/icon/arrow_right_white.png) center center/contain no-repeat;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.p-seat__backSchedule.--noIcon::after {
  display: none !important;
}

.p-seat__backSchedule.--fat {
  min-height: 90px;
  font-size: 2rem;
  line-height: 1.45;
}

.p-seat__backSchedule.--prev::after {
  background: url(../image/ticket/icon/arrow_left_white.png) center center/contain no-repeat;
  left: 10px;
  right: unset;
}

.p-seat__backSchedule.--disabled {
  background: #999999;
  pointer-events: none;
}

.p-seat__backSchedule.--primary {
  background: #b60081;
}

.p-seat__backSchedule.--black {
  border: 1px solid #fff;
}

.p-seat__backSchedule.--white {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

.p-seat__backSchedule.--white::after {
  background: url(../image/ticket/icon/arrow_right.png) center center/contain no-repeat;
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-seat__backSchedule.--white.--prev::after {
  background: url(../image/ticket/icon/arrow_left.png) center center/contain no-repeat;
}

.p-seat__backSchedule.--white.--download::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/download.png) center center/14px auto no-repeat;
}

.p-seat__backSchedule.--white.--share::after {
  margin-left: 8px;
  position: static;
  height: 24px;
  background: url(../image/ticket/icon/share.png) center center/14px auto no-repeat;
}

.p-seat__backSchedule.--border {
  border: 1px solid #666666;
  background: #fff;
  color: #222222;
}

.p-seat__backSchedule.--border::after {
  background-image: url(../image/ticket/icon/arrow_right.png);
}

.p-seat__howto {
  width: 136px;
  height: 28px;
  position: absolute;
  top: -48px;
  right: 0px;
  border-radius: 8px 8px 0px 0px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 4px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-seat__howto::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../image/ticket/icon/question_white.png) center center/contain no-repeat;
}

.c-step {
  padding: 9px 0px;
}

.p-settle__container {
  padding: 6px 20px;
  max-width: 750px;
  margin: 0 auto;
}

.p-settle__container hr {
  border-top: 1px solid #dfdfdf;
}

.p-settle__container .color-pink {
  color: #b60081;
}

.p-settle__container .submit {
  width: 313px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.p-settle__container .nextbtn {
  width: 250px;
  height: 48px;
  margin: 0 auto;
  margin-top: 10px;
}

.p-settle__container label.c-settle_form__radio-label {
  position: relative;
}

.p-settle__container label.c-settle_form__radio-label::after {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  left: 150px;
  top: -6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.p-settle__container label.AEON::after {
  width: 56px;
  background-image: url(../image/ticket/logos/pay_AEON.png);
}

.p-settle__container label.PayPay::after {
  background-image: url(../image/ticket/logos/pay_PayPay.png);
}

.p-settle__container label.d::after {
  background-image: url(../image/ticket/logos/pay_d.png);
}

.p-settle__container label.auPay::after {
  background-image: url(../image/ticket/logos/pay_auPay.png);
}

.p-settle__container label.LINE::after {
  background-image: url(../image/ticket/logos/pay_LINE.png);
}

.p-settle__container label.melPay::after {
  background-image: url(../image/ticket/logos/pay_melPay.png);
}

.p-settle__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.p-settle__docomo {
  padding: 0px 15px 10px 15px;
}

.p-settle__docomo .agree {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-settle__docomo dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3px 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.p-settle__docomo dl dd.highlight {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}

.p-settle__docomo dl dd.highlight .small {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2;
}

.p-settle__docomo-radios {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 0;
}

.p-settle__docomo-radios input[type="radio"] {
  display: none;
}

.p-settle__docomo-radios .p-settle__docomo-radio {
  width: calc(50% - 5px);
}

.p-settle__docomo-radios .p-settle__docomo-radio-comment {
  display: none;
  font-size: 1rem;
  line-height: 1.5;
}

.p-settle__docomo-radios .p-settle__docomo-radio-comment span {
  padding-top: 10px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.0714285714;
}

.p-settle__docomo-radios .p-settle__docomo-radio-comment span input {
  display: inline;
  border: #ccc 1px solid;
  border-radius: 5px;
  width: 48px;
  padding: 5px;
  margin-right: 5px;
  text-align: right;
}

.p-settle__docomo-radios label {
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 5px;
  display: inline-block;
  line-height: 140%;
  width: 100%;
  padding: 10px 0px 10px 43px;
  position: relative;
}

.p-settle__docomo-radios label .highlight {
  font-weight: bold;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-settle__docomo-radios label::before {
  content: "";
  height: 20px;
  width: 20px;
  border: #666 1px solid;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 13px;
  top: calc(50% - 10px);
}

.p-settle__docomo-radios input[type="radio"]:checked + label {
  border: 1px solid #b60081;
  color: #b60081;
}

.p-settle__docomo-radios input[type="radio"]:checked + label::before {
  width: 12px;
  height: 12px;
  background-color: #b60081;
  border: 5px double #ffffff;
}

.p-settle__docomo-radios input[type="radio"]:checked + label + .p-settle__docomo-radio-comment {
  display: block;
}

.p-settle__fukidashi {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1882352941));
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}

.p-settle__fukidashi::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #ffffff;
  top: -8px;
  border-radius: 3px;
  left: calc(50% - 10px);
  transform: rotate(-45deg);
}

.p-settle__totalprice {
  display: inline-block;
  text-align: right;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.p-settle__totalprice span {
  margin: 0 3px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
}

.p-settle__notes {
  color: #666666;
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}

.p-settle__notes.right {
  text-align: right;
}

.p-settle__radio-boxes .c-settle_form__title_s {
  font-weight: bold;
}

.p-settle__radio-boxes #code {
  width: 114px;
}

.p-settle__errString {
  color: #b20000;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.p-settle_link-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  background-color: #cccccc;
  color: #999999;
  height: 60px;
  max-width: 335px;
  margin-top: 10px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.p-settle_link-login span {
  position: relative;
  width: 100%;
  display: inline-block;
}

.p-settle_link-login span::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  right: 10px;
  top: 7px;
  border-right: 1px #999 solid;
  border-bottom: 1px #999 solid;
  transform: rotate(-45deg);
}

.p-settle_link-arrow {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  padding-right: 3px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
}

.p-settle_link-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 6px;
  margin-bottom: 1px;
  display: inline-block;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(-45deg);
}

.p-settle_link-arrow.right {
  text-align: right;
}

.p-settle_link-blank {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
}

.p-settle_link-blank::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-bottom: -3px;
  display: inline-block;
  background-image: url(../image/ticket/icon/blank.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-settle_link-blank.right {
  text-align: right;
}

.p-settle_link-copy {
  width: 136px;
  height: 32px;
  padding: 0 15px;
  border: 1px solid #666666;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  margin: 15px 0 10px;
  font-size: 1.2rem;
  line-height: 2;
}

#copyTxt {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.p-ticket__selects {
  padding: 23px 0px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
}

.p-ticket__select > p {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-ticket__select > p:first-of-type {
  margin-top: 0px;
}

.p-ticket__select > p.--icon::before {
  content: "";
  width: 24px;
  height: 35px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.p-ticket__select > p.--icon.--reserved::before {
  background: url(../image/ticket/icon/icon/reserved.png) center center/20px auto no-repeat;
}

.p-ticket__select > p.--icon.--ng::before {
  background: url(../image/ticket/icon/icon/ng.png) center center/20px auto no-repeat;
}

.p-ticket__select > p.--icon.--selected::before {
  background: url(../image/ticket/icon/icon/selected.png) center center/20px auto no-repeat;
}

.p-ticket__select > p.--icon.--wheelchair::before {
  background: url(../image/ticket/icon/icon/wheelchair.png) center center/20px auto no-repeat;
}

.p-ticket__select > p.--icon.--purple::before {
  background: url(../image/ticket/icon/icon/purple.png) center center/24px auto no-repeat;
}

.p-ticket__select > p.--icon.--gold::before {
  background: url(../image/ticket/icon/icon/gold.png) center center/24px auto no-repeat;
}

.p-ticket__select > p.--icon.--brown::before {
  background: url(../image/ticket/icon/icon/brown.png) center center/24px auto no-repeat;
}

.p-ticket__select > p.--icon.--orange::before {
  background: url(../image/ticket/icon/icon/orange.png) center center/24px auto no-repeat;
}

.p-ticket__select > p span {
  margin-left: 8px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 400;
}

.p-ticket__select a.--disabled {
  cursor: default;
}

.p-ticket__select .c-ticket__choice {
  margin-top: 10px;
}

.p-ticket__selectRow .p-ticket__select:not(:first-child) {
  margin-top: 30px;
}

.p-ticket__selectButton {
  margin-top: 10px;
  padding: 20px 0px;
  display: block;
  background: #222222;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
}

.p-ticket__movie {
  margin-top: 24px;
}

.p-ticket__movieDetail {
  padding: 20px;
  background: #efefef;
}

.p-ticket__movieTitle {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.p-ticket__movieTime {
  margin-top: 10px;
}

.p-ticket__movieScreen {
  margin-top: 4px;
  font-weight: 600;
}

.p-ticket__buttons {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0px;
}

.p-ticket__buttonsNext {
  width: 100%;
  padding: 0px 10px;
}

.p-ticket__buttonsBack {
  width: 100%;
  padding: 0px 40px;
}

.p-ticket__isWata {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 15px;
}

.p-ticket__isWata p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.p-ticket__isWata a {
  width: calc(50% - 7.5px);
  padding: 18px 0px;
  display: block;
  text-align: center;
  font-weight: 500;
  border: 1px solid #666666;
  border-radius: 5px;
}

.p-ticket__isWata a.--active {
  background: #222222;
  color: #fff;
}

.p-ticket__isWata.--active a:first-of-type {
  background: #222222;
  color: #fff;
}

.p-ticket__isWataArrow {
  width: calc(50% - 7.5px);
  height: 20px;
  margin: 15px 0px;
  background: url(../image/ticket/arrow.png) center center/contain no-repeat;
}

.p-ticket__isWataOwn {
  display: none;
}

.p-ticket__isWata2 {
  padding: 20px;
  background: #cccccc;
  display: flex;
  gap: 0px 15px;
}

.p-ticket__isWata2 a {
  width: calc(50% - 7.5px);
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  border: 1px solid #666666;
  border-radius: 5px;
  background: #fff;
}

.p-ticket__isTicket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 15px;
}

.p-ticket__isTicket p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-ticket__isTicket p small {
  margin-top: 8px;
  display: block;
  font-size: 1.3rem;
  line-height: 1.8461538462;
}

.p-ticket__isTicket a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
}

.p-ticket__isTicket a:has(img) {
  padding: 4px;
}

.p-ticket__isTicket a:nth-of-type(1) {
  padding: 0px;
  background: #222222;
  color: #fff;
}

.p-ticket__isInput {
  display: flex;
  flex-direction: column;
  gap: 16px 0px;
}

.p-ticket__isInputInput {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px 0px;
}

.p-ticket__isInputTitle {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-ticket__isSelect p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-ticket__isSelect ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}

.p-ticket__isSelect ul li .c-ticket__choice2 {
  transition:
    background-color 0.4s ease,
    color 0.4s ease;
  cursor: pointer;
}

.p-ticket__isSelects {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

.p-ticket__isSelectsMember b {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-ticket__isSelectsMember p {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}

.p-ticket__isSelectsCoupon {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px;
  background: #efefef;
}

.p-ticket__isSelectsTitle {
  padding-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 600;
}

.p-ticket__isSelectsList {
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}

.p-ticket__isOptionTitle p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

.p-ticket__isOptions {
  width: calc(100% - 40px);
  margin: 36px auto 0px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}

.p-ticket__isOption {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-ticket__isOptionCheck {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-ticket__isOptionCheck label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-ticket__isOptionNote {
  margin: 36px auto 0px;
}

.p-ticket__isOptionNote strong {
  padding-bottom: 12px;
  margin-top: 36px;
  font-weight: 700;
  display: block;
}

.p-ticket__isOptionNote p {
  font-weight: normal;
}

.p-ticket__isOptionNote ul {
  margin-top: 8px;
}

.p-ticket__isOptionNote ul li {
  display: table;
  font-weight: normal;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}

.p-ticket__isOptionNote ul li span {
  display: table-cell;
}

.p-ticket__isOptionBtn {
  max-width: 350px;
  margin: 50px auto 0px;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.027em;
  }

  br.sp {
    display: none;
  }

  br.pc {
    display: block;
  }

  .c-headerCompact {
    height: 55px;
    padding: 15px 20px;
  }

  .c-breadcrumb {
    padding: 10px 50px 10px 20px;
    margin: 0px auto;
  }

  .c-breadcrumb li a {
    transition: opacity 0.4s ease;
  }

  .c-breadcrumb li a:hover {
    opacity: 0.5;
  }

  .c-btn {
    transition: opacity 0.4s ease;
  }

  .c-btn:hover {
    opacity: 0.5;
  }

  .c-btn2 {
    transition: opacity 0.4s ease;
  }

  .c-btn2:hover {
    opacity: 0.5;
  }

  .c-btn2.--fat {
    min-height: 80px;
  }

  .c-footerTax {
    margin-left: 20px;
    margin-right: 20px;
    margin: 0px auto;
    padding: 0px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }

  .c-footerTax.--1080 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fac-footernav {
    border-top-width: 1px;
  }

  .fac-footernav__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .fac-footernav__heading {
    min-height: 70px;
    margin-right: auto;
    padding: 0px 0px 0px 20px;
    border: none;
  }

  .fac-footernav__name {
    font-size: 20px;
    line-height: 1.45em;
  }

  .fac-footernav__name small {
    font-size: 12px;
    line-height: 1.5em;
  }

  .fac-footernav__name small {
    margin-right: 10px;
    display: inline-block;
  }

  .fac-footernav__x {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .fac-footernav__x a {
    width: 84px;
    height: 70px;
    height: 100%;
    border-left: 1px solid rgba(112, 112, 112, 0.5);
    transition: background 0.4s ease;
  }

  .fac-footernav__x a:hover {
    background: #444444;
  }

  .fac-footernav__x a img {
    width: 40px;
  }

  .fac-footernav__nav {
    margin-right: 84px;
  }

  .fac-footernav__nav ol {
    display: flex;
    flex-wrap: wrap;
  }

  .fac-footernav__nav ol li {
    flex: auto;
    border-top: none;
    border-left: 1px solid rgba(112, 112, 112, 0.5);
  }

  .fac-footernav__nav ol li a {
    font-size: 15px;
    line-height: 1.4666666667em;
  }

  .fac-footernav__nav ol li a {
    height: 70px;
    padding: 0px 20px;
    position: relative;
    transition: background 0.4s ease;
  }

  .fac-footernav__nav ol li a::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-size: 0% 100%;
    background-image: linear-gradient(90deg, #b60081, #b60081);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }

  .fac-footernav__nav ol li a:hover {
    background: #444444;
  }

  .fac-footernav__nav ol li a:hover::after,
  .fac-footernav__nav ol li a.__current::after {
    background-size: 100% 100%;
  }

  .fac-footernav__pageup {
    width: 40px;
    height: 40px;
    top: -41px;
    background-size: 15px auto;
    transition: background 0.4s ease;
  }

  .fac-footernav__pageup:hover {
    background-color: #444444;
  }

  .fac-footer {
    padding: 30px 0px;
    border-top-width: 1px;
  }

  .fac-footer__header {
    padding: 0px;
  }

  .fac-footer__logo {
    display: flex;
    align-items: center;
  }

  .fac-footer__logo::after {
    content: " ｜ ";
    color: #fff;
  }

  .fac-footer__logo a {
    width: 180px;
  }

  .fac-footer__top a {
    font-size: 12px;
    line-height: 1.5em;
  }

  .fac-footer__top a {
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }

  .fac-footer__top a:hover {
    background-size: 100% 1px;
  }

  .fac-footer__top a::after {
    display: none;
  }

  .fac-footer__link1 {
    text-align: center;
  }

  .fac-footer__link1__inner {
    padding-bottom: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  }

  .fac-footer__link1 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .fac-footer__link1 ul li::before {
    content: " ｜ ";
    color: #fff;
  }

  .fac-footer__link1 ul li a {
    font-size: 15px;
    line-height: 4em;
  }

  .fac-footer__link1 ul li a {
    padding: 0px;
    border: none;
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }

  .fac-footer__link1 ul li a:hover {
    background-size: 100% 1px;
  }

  .fac-footer__account a {
    padding-right: 30px !important;
  }

  .fac-footer__account a::after {
    width: 24px;
    right: 0px;
  }

  .fac-footer__link2 {
    padding: 30px 0px 0px;
    border: none;
  }

  .fac-footer__link2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 24px;
  }

  .fac-footer__link2 ul li a {
    font-size: 15px;
    line-height: 2.6666666667em;
  }

  .fac-footer__link2 ul li a {
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }

  .fac-footer__link2 ul li a:hover {
    background-size: 100% 1px;
  }

  .fac-footer__link2 ul li a::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .fac-footer__link3 {
    padding: 30px 0px 0px;
  }

  .fac-footer__link3 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 0px;
  }

  .fac-footer__link3 ul li::before {
    content: " ｜ ";
    color: #fff;
  }

  .fac-footer__link3 ul li:first-child::before {
    display: none;
  }

  .fac-footer__link3 ul li a {
    font-size: 14px;
    line-height: 2.1428571429em;
  }

  .fac-footer__link3 ul li a {
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }

  .fac-footer__link3 ul li a:hover {
    background-size: 100% 1px;
  }

  .fac-footer__copy {
    font-size: 12px;
    line-height: 1.5em;
  }

  .fac-footer__copy {
    padding: 30px 0px;
    text-align: center;
  }

  .fac-footer__link4 {
    padding: 30px 0px;
    gap: 0px 10px;
    justify-content: center;
  }

  .fac-footer__link4 a img {
    height: 40px;
  }

  .c-form__input span small {
    font-size: 1.2rem;
    line-height: 2;
  }

  .c-form__show {
    margin-top: 0px;
  }

  .c-func__wrap {
    max-width: 750px;
  }

  .c-func__closeIcon {
    transition: opacity 0.4s ease;
  }

  .c-func__closeIcon:hover {
    opacity: 0.5;
  }

  .c-func__header:hover ~ .c-func__closeIcon {
    opacity: 0.5;
  }

  .c-func__header {
    transition: opacity 0.4s ease;
  }

  .c-func__header:hover {
    opacity: 0.5;
  }

  .c-func__bottom a {
    transition: opacity 0.4s ease;
  }

  .c-func__bottom a:hover {
    opacity: 0.5;
  }

  .c-func__body {
    margin-top: 12px;
  }

  .c-func__block {
    width: 750px;
    padding: 40px 24px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  }

  .c-func__wataTitle {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }

  .c-func__wataTitle small {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }

  .c-func__wataBtn p {
    margin-bottom: 20px;
  }

  .c-func__wataBtn p strong {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }

  .c-func__wataBtn a {
    transition: opacity 0.4s ease;
  }

  .c-func__wataBtn a:hover {
    opacity: 0.5;
  }

  .c-func__wataBtn a.--fat {
    min-height: 80px;
  }

  .c-func__wataBtn a {
    width: 335px;
    margin: 0px auto;
  }

  .c-func__wataBlock {
    width: 450px;
    margin: 40px auto 0px;
  }

  .c-func__wataBlock .c-func__wataTitle {
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }

  .c-func__wataBlock .c-func__wataBtn a {
    transition: opacity 0.4s ease;
  }

  .c-func__wataBlock .c-func__wataBtn a:hover {
    opacity: 0.5;
  }

  .c-func__wataBlock .c-func__wataBtn a.--fat {
    min-height: 80px;
  }

  .fac-header {
    position: relative;
  }

  .fac-header__header {
    max-width: 1326px;
    max-width: 100%;
    height: 55px;
  }

  .fac-header__header a {
    transition: opacity 0.4s ease;
  }

  .fac-header__header a:hover {
    opacity: 0.6;
  }

  .fac-header__logo {
    margin-left: 20px;
  }

  .fac-header__logo a {
    width: 180px;
  }

  .fac-header__account {
    margin-right: 5px;
  }

  .fac-header__account a {
    font-size: 12px;
    line-height: 1.5em;
  }

  .fac-header__account a {
    height: 55px;
    gap: 0px 6px;
  }

  .fac-header__account a img {
    width: 14px;
  }

  .fac-header__ticket {
    margin: 0px 5px 0px 15px;
    padding-left: 15px;
  }

  .fac-header__ticket::before {
    width: 1px;
    height: 22px;
  }

  .fac-header__ticket a {
    font-size: 12px;
    line-height: 1.5em;
  }

  .fac-header__ticket a {
    height: 55px;
    gap: 0px 6px;
  }

  .fac-header__ticket img {
    width: 18px;
  }

  .fac-header__navtrigger {
    width: 55px;
    height: 55px;
    background: none;
    transition: background 0.4s ease;
  }

  .fac-header__navtrigger:hover {
    background: #333333;
  }

  .fac-header__navtrigger::before {
    background-size: 20px auto;
  }

  .fac-header__navtrigger::after {
    background-size: 15px auto;
  }

  .fac-header__menu {
    max-width: 1326px;
    max-width: 100%;
    margin: 0px auto;
    flex-direction: row;
    justify-content: space-between;
    z-index: 3;
  }

  .fac-header__facilityname {
    padding: 0px;
    height: 55px;
    gap: 0px 10px;
    margin: 0px;
    justify-content: flex-start;
  }

  .fac-header__facilityname > a {
    margin-left: 20px;
    gap: 0px 7px;
    display: inline-flex;
    transition: opacity 0.4s ease;
  }

  .fac-header__facilityname > a:hover {
    opacity: 0.5;
  }

  .fac-header__facilityname > a h2 {
    font-size: 18px;
    line-height: 1.6111111111em;
  }

  .fac-header__near {
    width: 90px;
    height: 24px;
    gap: 0px 4px;
    transition: background 0.4s ease;
  }

  .fac-header__near:hover {
    background: #b60081;
  }

  .fac-header__near:hover p {
    color: #fff;
  }

  .fac-header__near:hover::before {
    background: url(../image/ticket/icon/icon_pin.svg) center center/contain no-repeat;
  }

  .fac-header__near::before {
    width: 11px;
    height: 16px;
    transition: background 0.4s ease;
  }

  .fac-header__near p {
    font-size: 12px;
    line-height: 1.5em;
  }

  .fac-header__near p {
    transition: color 0.4s ease;
  }

  .fac-header__nav {
    margin-left: auto;
    background: none;
  }

  .fac-header__nav ol {
    padding-right: 20px;
    gap: 0px 40px;
  }

  .fac-header__nav ol li {
    border: none;
  }

  .fac-header__nav ol li:hover::after {
    background-size: 100% 100%;
  }

  .fac-header__nav ol li a {
    font-size: 12px;
    line-height: 3.3333333333em;
  }

  .fac-header__nav ol li a {
    height: 55px;
    padding: 0px 0px;
  }

  .fac-header__nav ol li::after {
    height: 4px;
  }

  .c-headerImportant__title {
    max-width: 1200px;
    padding: 17px 60px;
    margin: 0px auto;
  }

  .c-headerImportant__title[href] {
    transition: opacity 0.4s ease;
  }

  .c-headerImportant__title[href]:hover {
    opacity: 0.5;
  }

  .c-headerImportant__body {
    max-width: 1200px;
    padding: 20px 60px;
    margin: 0px auto;
  }

  .c-headerImportant__body a:hover {
    text-decoration: none;
  }

  .c-headerInfo {
    width: 600px;
    margin: 20px auto 0px;
    display: flex;
    align-items: center;
  }

  .c-headerInfo__header {
    width: 200px;
    padding: 10px 15px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
  }

  .c-headerInfo__body {
    padding: 10px 10px;
    flex: 1;
  }

  .c-headerInfo__body * {
    font-size: 1.6rem;
    line-height: 1.6875;
  }

  .c-headerInfo2 {
    width: 600px;
    margin: 30px auto;
    text-align: center;
  }

  .c-headerInfo2__body * {
    font-size: 1.6rem;
    line-height: 1.6875;
  }

  .c-heading {
    min-height: 97px;
    padding: 30px 0px;
  }

  .c-heading p {
    font-size: 2.6rem;
    line-height: 1.0384615385;
    letter-spacing: 0.05em;
  }

  .c-heading p.c-heading__notes {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .c-heading p.c-heading__submessage {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }

  .c-heading span {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .c-modal__wrap {
    max-width: 750px;
  }

  .c-modal__closeIcon {
    transition: opacity 0.4s ease;
  }

  .c-modal__closeIcon:hover {
    opacity: 0.5;
  }

  .c-modal__header:hover ~ .c-modal__closeIcon {
    opacity: 0.5;
  }

  .c-modal__header {
    transition: opacity 0.4s ease;
  }

  .c-modal__header:hover {
    opacity: 0.5;
  }

  .c-modal__bottom a {
    transition: opacity 0.4s ease;
  }

  .c-modal__bottom a:hover {
    opacity: 0.5;
  }

  .c-modal__block {
    padding: 40px 80px;
  }

  .c-modal__detailHeader:not(.c-facility) {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .c-modal__detailColumn picture {
    width: 210px;
    min-height: 210px;
  }

  .c-modal__detailBtn a {
    transition: opacity 0.4s ease;
  }

  .c-modal__detailBtn a:hover {
    opacity: 0.5;
  }

  .c-modal__detailBtn a.--fat {
    min-height: 80px;
  }

  .c-modal__detailBtn a {
    width: 335px;
    margin: 0px auto;
  }

  .fac-nav {
    height: calc(100vh - 110px);
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    top: 110px;
  }

  .fac-nav__container {
    width: 315px;
  }

  .fac-nav__link1 li {
    border-top-width: 1px;
  }

  .fac-nav__link1 li:first-child {
    border-top: none;
  }

  .fac-nav__link1 a {
    font-size: 15px;
    line-height: 4em;
  }

  .fac-nav__link1 a {
    padding: 0px 0px 0px 30px;
    transition: background 0.4s ease;
  }

  .fac-nav__link1 a:hover {
    background: #444444;
  }

  .fac-nav__link2 li {
    border-top-width: 1px;
    border-right: none;
  }

  .fac-nav__link2 li:last-child {
    border-bottom-width: 1px;
  }

  .fac-nav__link2 li:last-child a {
    height: 100%;
    padding: 20px 30px;
  }

  .fac-nav__link2 li:last-child a:hover img {
    opacity: 0.6;
  }

  .fac-nav__link2 li:last-child a img {
    width: 30px;
    transition: opacity 0.4s ease;
  }

  .fac-nav__link2 a {
    font-size: 15px;
    line-height: 4em;
  }

  .fac-nav__link2 a {
    padding: 0px 0px 0px 30px;
    transition: background 0.4s ease;
  }

  .fac-nav__link2 a:hover {
    background: #444444;
  }

  .fac-nav__link3 {
    padding: 30px 10px 0px 30px !important;
    gap: 10px 0px;
  }

  .fac-nav__link3 li {
    gap: 0px 8px;
  }

  .fac-nav__link3 li::before {
    width: 10px;
    height: 10px;
  }

  .fac-nav__link3 a {
    font-size: 14px;
    line-height: 1.7142857143em;
  }

  .fac-nav__link3 a {
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }

  .fac-nav__link3 a:hover {
    background-size: 100% 1px;
  }

  .fac-nav__link4 {
    padding: 30px 0px 30px 30px !important;
    gap: 0px 5px;
  }

  .fac-nav__link4 li {
    gap: 0px 5px;
  }

  .fac-nav__link4 li::before {
    font-size: 14px;
    line-height: 1.7142857143em;
  }

  .fac-nav__link4 a {
    font-size: 14px;
    line-height: 1.7142857143em;
  }

  .fac-nav__link4 a {
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }

  .fac-nav__link4 a:hover {
    background-size: 100% 1px;
  }

  .fac-near {
    width: 315px;
    height: unset;
    top: 42px;
    left: 0px;
    overflow: visible;
    position: absolute;
  }

  .fac-near::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background: #333333;
    transform: rotate(45deg);
  }

  .fac-near__inner {
    width: 100%;
    padding: 20px;
  }

  .fac-near__close {
    width: 40px;
    height: 40px;
    background-size: 14px auto;
    transition: background-color 0.4s ease;
  }

  .fac-near__close:hover {
    background-color: #444444;
  }

  .fac-near__header p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .fac-near__body {
    padding-top: 10px;
  }

  .fac-near__theater {
    margin-top: 1px;
  }

  .fac-near__theater a {
    font-size: 15px;
    line-height: 1.4666666667em;
  }

  .fac-near__theater a {
    padding: 10px;
    transition: background 0.4s ease;
  }

  .fac-near__theater a:hover {
    background: #a1a1a1;
  }

  .fac-near__theater a::after {
    width: 10px;
    right: 10px;
  }

  .fac-near__theater ul {
    padding: 10px;
    border-top-width: 1px;
    gap: 6px;
  }

  .fac-near__theater ul li img {
    height: 24px;
  }

  .fac-near__more {
    padding: 10px 10px 0px;
  }

  .fac-near__more a {
    font-size: 14px;
    line-height: 1.4285714286em;
  }

  .fac-near__more a {
    display: inline-block;
    background-position: center bottom;
    background-size: 0% 1px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    transition: background-size ease 0.3s;
  }

  .fac-near__more a:hover {
    background-size: 100% 1px;
  }

  .fac-near__more a::after {
    width: 10px;
    height: 10px;
    margin-left: 3px;
  }

  .c-note li a {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    transition: opacity 0.4s ease;
  }

  .c-note li a:hover {
    opacity: 0.5;
  }

  .c-require {
    margin-left: 20px;
    margin-right: 20px;
    margin: 0px auto;
    padding: 0px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }

  .c-settle_form__group {
    display: flex;
    flex-direction: row;
    gap: 0px 40px;
  }

  .c-settle_form__section {
    margin-bottom: 23px;
  }

  .c-settle_form__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .c-settle_form__title.require::after {
    font-size: 1.4rem;
    line-height: 1;
  }

  .c-settle_form__title small {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .c-settle_form__title_s {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .c-settle_form__title_s.require::after {
    font-size: 1.4rem;
    line-height: 1;
  }

  .c-settle_form__title_s small {
    margin-left: 5px;
    font-size: 1.2rem;
    line-height: 2;
  }

  .c-settle_form__note {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }

  .c-settle_form__note.pc-center {
    text-align: center;
  }

  .c-settle_form__accordion {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .c-settle_form__articles .c-settle_form__article {
    width: calc(50% - 10px);
  }

  .c-settle_form__radio-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 55px;
  }

  .c-settle_form__radio-box {
    width: calc(50% - 10px);
  }

  .c-settle_form__radio-box .c-settle_form__radio-label {
    margin-bottom: 0px;
  }

  .c-settle_form__input span small {
    font-size: 1.2rem;
    line-height: 2;
  }

  .c-settle_form__show {
    margin-top: 0px;
  }

  .c-step {
    height: 70px;
    padding: 26px 0px;
  }

  .c-step__Inner {
    max-width: 624px;
  }

  .p-step2 {
    width: 750px;
    height: 70px;
    padding: 20px 0px;
    margin: 0px auto;
    gap: 0px 32px;
  }

  .p-step2__timer {
    padding: 0px;
    flex-direction: row;
    gap: 0px 10px;
  }

  .p-step2__timer p {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .p-step2__timer::before {
    width: 24px;
    height: 24px;
  }

  .p-step2__timer::after {
    right: -16px;
  }

  .c-modal2__wrap {
    max-width: 750px;
  }

  .c-modal2__closeIcon {
    transition: opacity 0.4s ease;
  }

  .c-modal2__closeIcon:hover {
    opacity: 0.5;
  }

  .c-modal2__header:hover ~ .c-modal2__closeIcon {
    opacity: 0.5;
  }

  .c-modal2__header {
    transition: opacity 0.4s ease;
  }

  .c-modal2__header:hover {
    opacity: 0.5;
  }

  .c-modal2__body {
    padding-bottom: 30px;
  }

  .c-modal2__block {
    padding: 40px 40px;
  }

  .c-modal2__detailHeader:not(.c-facility) {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .c-modal2__detailColumn picture {
    width: 210px;
    min-height: 210px;
  }

  .c-modal2__detailBtn a {
    transition: opacity 0.4s ease;
  }

  .c-modal2__detailBtn a:hover {
    opacity: 0.5;
  }

  .c-modal2__detailBtn a.--fat {
    min-height: 80px;
  }

  .c-modal2__detailBtn a {
    width: 335px;
    margin: 0px auto;
  }

  .c-ticketNote li {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }

  .c-ticket__step p {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }

  .c-ticket__stepWrap input {
    font-size: 16px;
    line-height: 2.5em;
  }

  .c-ticket__choice {
    padding: 20px;
    gap: 10px 0px;
  }

  .c-ticket__choicePrice {
    font-size: 2rem;
    line-height: 1.45;
  }

  .c-ticket__choicePrice small {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .c-ticket__choiceExp {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .c-ticket__choice2 {
    padding: 20px;
  }

  .c-ticket__choice2Detail {
    margin-top: 10px;
  }

  .c-ticket__choice2Id {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .c-ticket__choice2Number {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .c-ticket__toggleButton {
    transition: opacity 0.4s ease;
  }

  .c-ticket__toggleButton:hover {
    opacity: 0.7;
  }

  .c-ticket__acrHeader {
    font-size: 1.6rem;
    line-height: 1.5;
    transition:
      background-color 0.4s ease,
      color 0.4s ease;
  }

  .c-ticket__acrHeader:hover {
    background: #222;
    color: #fff;
  }

  .c-ticket__acrHeader:hover::after {
    background: url(../image/ticket/icon/plus_white.png) center center/contain no-repeat;
  }

  .c-ticket__acrHeader.is_open:hover::after {
    background: url(../image/ticket/icon/minus_white.png) center center/contain no-repeat;
  }

  .p-ticket__isSelectsTax {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }

  .l-heading {
    padding: 20px 20px;
  }

  .l-heading__inner {
    max-width: 1200px;
    margin: 0px auto;
  }

  .l-heading__title {
    font-size: 3rem;
    line-height: 1.6666666667;
    letter-spacing: 0.027em;
  }

  .p-area__content {
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: 0px auto;
  }

  .p-area__container {
    margin: 0px;
    padding: 0px 0px 40px 0px;
  }

  .p-area__wrap {
    width: calc(100% - 80px);
    margin: 0px 40px;
    display: flex;
    justify-content: space-between;
    gap: 0px 40px;
    gap: 0px 3.3333333333%;
    align-items: flex-start;
  }

  .p-area__nav {
    width: 239px;
    margin-top: 40px;
    display: block;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 40px;
  }

  .p-area__nav a:hover span {
    opacity: 0.5;
  }

  .p-area__nav a.--now {
    background: #222222;
    color: #fff;
  }

  .p-area__selectTitle {
    display: none;
  }

  .p-area__allAreas {
    margin-top: 0px;
    gap: 40px 0px;
    width: 76.6666666667%;
  }

  .p-area__heading {
    padding: 40px 0px 26px 0px;
  }

  .p-area__heading h2 {
    font-size: 2.4rem;
    line-height: 1.125;
    font-weight: 600;
  }

  .p-area__heading a {
    display: none;
  }

  .p-area__areas {
    display: flex !important;
    flex-direction: column;
    gap: 30px 0px;
  }

  .p-area__area {
    padding: 0px;
    background: none;
    gap: 10px 0px;
  }

  .p-area__name {
    padding-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .p-area__theaters {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .p-area__theater {
    padding-right: 30px;
    flex-basis: calc(33.33% - 7px);
    border: 1px solid #666666;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: opacity 0.4s ease;
  }

  .p-area__theater:hover {
    opacity: 0.5;
  }

  .p-area__inner {
    padding: 20px;
  }

  .p-area__inner h3 {
    font-size: 1.6rem;
    line-height: 1.125;
  }

  .p-area__inner .c-facility {
    margin-top: 10px;
  }

  .c-step {
    height: 63px;
    padding: 21px 0px;
  }

  .p-complete__set-outer .openbtn {
    margin: 0px auto 15px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }

  .p-complete__set-inner.close {
    height: 250px;
  }

  .p-complete__container input[type="submit"] {
    width: 375px;
    height: 80px;
  }

  .p-complete__container .submit {
    width: 375px;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }

  .p-complete__container .c-btn2.--white {
    width: 250px;
    height: 48px;
    min-height: 48px;
  }

  .p-complete__container .c-btn2.--white.wl1 {
    width: 335px;
    height: 60px;
  }

  .p-complete__container .c-btn2.--white.wl {
    margin-bottom: 0px;
    margin-left: 0;
    width: 335px;
    height: 60px;
  }

  .p-complete__article {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .p-complete__article .c-settle_form__title {
    margin-top: 0px;
  }

  .p-complete__article div.p-complete__article-img {
    min-width: 300px;
  }

  .p-complete__article div.p-complete__article-img img {
    width: 100%;
  }

  .p-complete__cpn .c-settle_form__article {
    margin-top: 25px;
  }

  .p-complete__cpn .c-settle_form__article .img {
    min-width: 150px;
  }

  .c-step {
    height: 63px;
    padding: 21px 0px;
  }

  .p-confirm__set-outer {
    border-bottom: 16px #efefef solid;
  }

  .p-confirm__set-inner {
    padding: 30px 20px 10px 20px;
    margin: 0 auto;
    width: 780px;
  }

  .p-confirm__set-1st {
    display: flex;
    flex-direction: row;
  }

  .p-confirm__set-1st.magbL {
    margin-bottom: 30px;
  }

  .p-confirm__set-1st-title {
    width: 225px;
  }

  .p-confirm__set-2nd {
    width: 460px;
  }

  .p-confirm__set-2nd-title {
    width: 80px;
    margin-bottom: 10px;
  }

  .p-confirm__set-2nd-title.wl {
    width: 160px;
  }

  .p-confirm__set-2nd-contents {
    font-size: 1.6rem;
    line-height: 2.3125;
    margin-top: -9px;
  }

  .p-confirm__set-2nd-contents .price {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .p-confirm__dpoint {
    height: 64px;
  }

  .p-confirm__dpoint-label {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }

  .p-confirm__dpoint-point {
    font-size: 2.4rem;
    line-height: 0.875;
  }

  .p-confirm__dpoint-point small {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .p-confirm__dpoint .p-confirm_link-arrow {
    width: 84px;
    height: 64px;
  }

  .p-confirm__tax {
    margin-top: 25px;
    font-size: 3.4rem;
    line-height: 0.5882352941;
  }

  .p-confirm__tax small {
    font-size: 1.6rem;
    line-height: 1;
  }

  .p-confirm__container input[type="submit"] {
    width: 375px;
    height: 80px;
  }

  .p-confirm__notes.centerpc {
    text-align: center;
  }

  .p-error__message {
    width: 250px;
    margin-top: 50px;
    row-gap: 50px;
  }

  .p-inquiry {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .p-inquiry h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
  }

  .p-inquiry__contents-set {
    max-width: 1080px;
    display: flex;
  }

  .p-inquiry__contents-section {
    width: 50%;
    max-width: 540px;
    padding: 0 50px;
  }

  .p-inquiry__contents-section:first-child {
    border-right: 1px solid #cccccc;
    border-bottom: none;
  }

  .p-inquiry .c-settle_form__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .p-inquiry .c-btn2 {
    max-width: 335px;
    margin: 20px auto 20px;
  }

  .p-inquiry .c-btn2.--white {
    margin: 60px auto 0;
  }

  .p-inquiry .c-settle_form__section {
    margin-bottom: 15px;
  }

  .p-inquiry .sp {
    display: none;
  }

  .p-login {
    padding-top: 50px;
    background: #fff;
  }

  .p-login__containers {
    max-width: 1080px;
    margin: 0px auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 40px;
  }

  .p-login__container {
    padding: 40px;
    flex: 1;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }

  .p-login__inner {
    width: 100%;
    padding: 0px 10px;
    max-width: 460px;
    margin: 0px auto;
    border: none;
  }

  .p-login__bought {
    margin-top: 30px;
    padding: 40px 0px 60px;
    border-top: 16px solid #f2f2f2;
  }

  .p-login__bought h2 {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.025em;
  }

  .p-login__bought a {
    transition: opacity 0.4s ease;
  }

  .p-login__bought a:hover {
    opacity: 0.5;
  }

  .p-login__bought a.--fat {
    min-height: 80px;
  }

  .p-login__bought a {
    max-width: 335px;
    margin: 0px auto;
  }

  .p-login__heading {
    width: 100%;
    padding: 0px;
    display: block;
    cursor: default;
    pointer-events: none;
  }

  .p-login__heading h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .p-login__acr {
    display: none;
  }

  .p-login__acr::after {
    display: none;
  }

  .p-login__body {
    padding: 30px 0px 0px 0px;
    display: block !important;
  }

  .p-login__wata {
    margin: 0px;
  }

  .p-login__login {
    max-width: 335px;
    margin: 30px auto 0px;
  }

  .p-login__login a {
    transition: opacity 0.4s ease;
  }

  .p-login__login a:hover {
    opacity: 0.5;
  }

  .p-login__login a.--fat {
    min-height: 80px;
  }

  .p-login__textlink a {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    gap: 0px 4px;
  }

  .p-login__textlink a[target="_blank"] {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    gap: 0px 4px;
  }

  .p-login__buttons {
    max-width: 335px;
    margin: 30px auto 0px;
    gap: 30px 0px;
  }

  .p-login__buttons a {
    transition: opacity 0.4s ease;
  }

  .p-login__buttons a:hover {
    opacity: 0.5;
  }

  .p-login__buttons a.--fat {
    min-height: 80px;
  }

  .p-login__wataExp {
    margin-bottom: 16px;
    display: block;
  }

  .p-reserve__main {
    gap: 40px 0px;
  }

  .p-reserve__spacer {
    margin: 40px 0px;
  }

  .p-reserve__section {
    padding-top: 40px;
  }

  .p-reserve__order dt {
    width: 80px;
  }

  .p-reserve__order dd {
    width: calc(100% - 80px);
  }

  .p-reserve__title {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }

  .p-reserve__lists {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px 38px;
  }

  .p-reserve__list {
    width: calc(33.33% - 26px);
  }

  .p-reserve__detail {
    padding-top: 20px;
  }

  .p-reserve__detail dl dt {
    font-size: 1.7rem;
    line-height: 1.2352941176;
  }

  .p-reserve__buttons {
    padding-bottom: 60px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px 30px;
  }

  .p-reserve__buttons .c-btn2 {
    flex: 3;
  }

  .p-reserve__footer {
    width: 250px;
    margin: 0px auto;
  }

  .p-schedule__search1 .p-schedule__movie {
    max-width: 1200px;
    padding: 20px 60px;
    margin: 0px auto;
    gap: 0px 20px;
    align-items: flex-start;
  }

  .p-schedule__search1 .p-schedule__movie:first-child {
    margin-top: 40px;
  }

  .p-schedule__search1 .p-schedule__movie:first-child::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
    background: #ccc;
  }

  .p-schedule__search1 .p-schedule__movie::after {
    width: calc(100% - 120px);
  }

  .p-schedule__search1 .p-schedule__poster {
    width: 114px;
    position: sticky;
    top: 20px;
    transition: opacity 0.4s ease;
  }

  .p-schedule__search1 .p-schedule__poster:hover {
    opacity: 0.5;
  }

  .p-schedule__search1 .p-schedule__headerDetail {
    width: 100%;
    padding-bottom: 10px;
  }

  .p-schedule__search1 .p-schedule__headerBlock {
    margin-right: 140px;
  }

  .p-schedule__search1 .p-schedule__titleJp h2 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }

  .p-schedule__search1 .p-schedule__end {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-schedule__search1 .p-schedule__ScreeningTime {
    margin-top: 0px;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
  }

  .p-schedule__search1 .p-schedule__ScreeningType {
    display: none;
  }

  .p-schedule__search1 .p-schedule__overview {
    margin-bottom: 10px;
  }

  .p-schedule__search1 .p-schedule__informations {
    flex: 1;
    position: relative;
  }

  .p-schedule__search1 .p-schedule__information:nth-child(n + 2) {
    padding-top: 20px;
    border-top: 1px solid #cccccc;
  }

  .p-schedule__search1 .p-schedule__listTrigger {
    display: none;
  }

  .p-schedule__search1 .p-schedule__lists {
    display: block !important;
  }

  .p-schedule__search1 .p-schedule__lists .p-schedule__icon {
    margin-left: 130px;
  }

  .p-schedule__search1 .p-schedule__tickets {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 10px;
  }

  .p-schedule__search1 .p-schedule__ticket {
    width: calc(50% - 5px);
    min-height: 108px;
    padding: 10px 10px 54px 10px;
    align-items: flex-start;
    position: relative;
    transition: box-shadow 0.4s ease;
  }

  .p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status:not(.--ng1, .--ng2)):hover {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
  }

  .p-schedule__search1 .p-schedule__ticket:has(.p-schedule__status:not(.--ng1, .--ng2)):hover .p-schedule__status span::after {
    width: 100%;
  }

  .p-schedule__search1 .p-schedule__ticket:has(.--ng1, .--ng2) {
    pointer-events: none;
  }

  .p-schedule__search1 .p-schedule__ticket .p-schedule__facilitys {
    width: 100%;
  }

  .p-schedule__search1 .p-schedule__detail {
    width: 100%;
    min-height: 2em;
    flex: none;
    justify-content: space-between;
    gap: 0px 10px;
    flex-wrap: nowrap;
  }

  .p-schedule__search1 .p-schedule__screen {
    height: 100%;
    align-items: center;
  }

  .p-schedule__search1 .p-schedule__status {
    width: 100%;
    height: 45px;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #fff;
  }

  .p-schedule__search1 .p-schedule__status.--vacant1 {
    border-top-color: #63a410;
  }

  .p-schedule__search1 .p-schedule__status.--vacant2 {
    border-top-color: #ee9f19;
  }

  .p-schedule__search1 .p-schedule__status.--vacant3 {
    border-top-color: #579de5;
  }

  .p-schedule__search1 .p-schedule__status span {
    position: relative;
    padding-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1;
  }

  .p-schedule__search1 .p-schedule__status span::after {
    content: "";
    width: 0%;
    height: 0.5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #222;
    line-height: 0;
    transition: width 0.4s ease;
  }

  .p-schedule__search2 .p-schedule__movie {
    max-width: 1200px;
    padding: 20px 60px;
    margin: 0px auto;
  }

  .p-schedule__search2 .p-schedule__movie::before,
  .p-schedule__search2 .p-schedule__movie::after {
    width: calc(100% - 120px);
  }

  .p-schedule__search2 .p-schedule__header {
    width: calc(100% - 260px);
    padding: 0px;
    display: flex;
    gap: 0px 20px;
  }

  .p-schedule__search2 .p-schedule__screenInfo {
    width: 234px;
    gap: 0px 20px;
    text-align: center;
    justify-content: space-between;
  }

  .p-schedule__search2 .p-schedule__detail {
    flex: 1;
  }

  .p-schedule__search2 .p-schedule__screen {
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }

  .p-schedule__search2 .p-schedule__headerBlock {
    margin-top: 0px;
  }

  .p-schedule__search2 .p-schedule__overviewMore {
    justify-content: flex-end;
  }

  .p-schedule__search2 .p-schedule__status {
    width: 240px;
    height: 80px;
    right: 60px;
    transition: background-color 0.4s ease;
  }

  .p-schedule__search2 .p-schedule__status:hover {
    background-color: #efefef !important;
  }

  .p-schedule__search2 .p-schedule__overview {
    width: calc(100% - 256px);
    margin-top: 20px;
    margin-left: 256px;
  }

  .p-schedule__search2 .p-schedule__note:has(+ .p-schedule__overview) {
    top: 110px;
    right: 60px;
  }

  .p-schedule__daysWrap {
    max-width: 1200px;
    margin: 0px auto;
  }

  .p-schedule__daysWrap .swiper {
    width: calc(100% - 120px);
    margin: 0px auto;
  }

  .p-schedule__daysWrap .swiper-slide {
    width: 160px;
  }

  .p-schedule__daysWrap .swiper-button-prev,
  .p-schedule__daysWrap .swiper-button-next {
    width: 60px;
    height: 77px;
    background-size: 20px auto;
    transition: opacity 0.4s ease;
  }

  .p-schedule__daysWrap .swiper-button-prev:hover,
  .p-schedule__daysWrap .swiper-button-next:hover {
    opacity: 0.5;
  }

  .p-schedule__day {
    height: 77px;
    padding: 0px 10px;
    gap: 0px 0px;
  }

  .p-schedule__day:not(.--disabled):hover * {
    opacity: 0.5;
  }

  .p-schedule__day span {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }

  .p-schedule__day p {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }

  .p-schedule__day small {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }

  .p-schedule__tabWrap {
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 60px 0px;
  }

  .p-schedule__tabWrap a {
    padding: 18px 0px;
  }

  .p-schedule__tabWrap a:hover span {
    opacity: 0.5;
  }

  .p-schedule__tabWrap a span {
    transition: opacity 0.4s ease;
  }

  .p-schedule__movies {
    padding-bottom: 60px;
  }

  .p-schedule__screen {
    margin: 0px;
  }

  .p-schedule__icon {
    transition: opacity 0.4s ease;
  }

  .p-schedule__icon:hover {
    opacity: 0.5;
  }

  .p-schedule__titleJp {
    transition: opacity 0.4s ease;
  }

  .p-schedule__titleJp:hover {
    opacity: 0.5;
  }

  .p-schedule__titleEn {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .p-schedule__overview * {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }

  .p-schedule__overviewMore a {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }

  .p-schedule__overviewMore a,
  .p-schedule__overviewMore::after {
    transition: opacity 0.4s ease;
  }

  .p-schedule__overviewMore:hover a,
  .p-schedule__overviewMore:hover::after {
    opacity: 0.5;
  }

  .p-schedule__status img {
    width: 24px;
  }

  .p-schedule__status::before {
    width: 24px;
    height: 24px;
    transition: opacity 0.4s ease;
  }

  .p-schedule__facilitys {
    transition: opacity 0.4s ease;
  }

  .p-schedule__facilitys:hover {
    opacity: 0.5;
  }

  .p-schedule__filter {
    max-width: 1200px;
    padding: 20px 60px 0px;
    margin: 0px auto;
  }

  .p-schedule__filterBox {
    min-width: 200px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-schedule__filterTime a {
    font-size: 1.4rem;
    line-height: 1.5;
    transition: opacity 0.4s ease;
  }

  .p-schedule__filterTime a:hover {
    opacity: 0.5;
  }

  .p-schedule__nearInner {
    max-width: 1200px;
    padding: 60px 60px;
    margin: 0px auto;
  }

  .p-schedule__nearTitle {
    font-size: 2.4rem;
    line-height: 1.125;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .p-schedule__nearTheaters {
    margin-top: 20px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .p-schedule__nearTheaters .c-btn {
    max-width: 350px;
  }

  .p-schedule__priceNote {
    max-width: 1200px;
    padding: 20px 60px;
    margin: 0px auto;
  }

  .p-schedule__priceNote p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }

  .p-schedule__palco {
    padding-bottom: 30px;
  }

  .p-schedule__palco::after {
    max-width: 1140px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 10px;
    right: 0px;
    margin: 0px auto;
  }

  .p-schedule__palco .p-schedule__movie:last-child::after {
    display: none;
  }

  .p-schedule__palcoBlock {
    width: 100%;
    max-width: 1200px;
    padding: 40px 60px 30px;
    margin: 0px auto;
    gap: 20px 0px;
    border-bottom: none;
    position: relative;
  }

  .p-schedule__palcoBlock::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    background: #ccc;
  }

  .p-schedule__palcoTitle {
    font-size: 2.6rem;
    line-height: 1.5;
  }

  .p-schedule__daysNote {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0px auto;
  }

  .p-schedule__daysCaution {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0px auto;
  }

  .p-seat .c-footerCompact {
    margin-bottom: 135px;
  }

  .p-seat__header {
    height: 97px;
    background: #efefef;
  }

  .p-seat__header p {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .p-seat__back {
    display: none;
  }

  .p-seat__q {
    display: none;
  }

  .p-seat__theater {
    width: 750px;
    height: unset;
    margin: 0px auto;
    order: 2;
  }

  .p-seat__ngMsg {
    height: unset;
    margin: 0px;
  }

  .p-seat__ngMsgInner {
    padding: 40px 0px;
    gap: 30px 0px;
  }

  .p-seat__ngMsgInner a {
    transition: opacity 0.4s ease;
  }

  .p-seat__ngMsgInner a:hover {
    opacity: 0.5;
  }

  .p-seat__ngMsgInner a.--fat {
    min-height: 80px;
  }

  .p-seat__facility {
    width: 750px;
    height: unset;
    margin: 0px auto;
    padding: 30px 0px;
    border-top: 1px solid #cccccc;
    order: 1;
  }

  .p-seat__facility.--ngPage {
    display: none;
  }

  .p-seat__facility .swiper {
    padding: 0px;
    display: none;
  }

  .p-seat__facility .swiper-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 20px;
  }

  .p-seat__slidePrev,
  .p-seat__slideNext {
    display: none;
  }

  .p-seat__seat {
    margin: 0px;
    gap: 0px 8px;
  }

  .p-seat__seat p {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }

  .p-seat__seat p small {
    display: block;
    font-weight: 600;
    color: #ff4501;
  }

  .p-seat__seat[href] {
    transition: opacity 0.4s ease;
  }

  .p-seat__seat[href]:hover {
    opacity: 0.5;
  }

  .p-seat__seat[href] p::after {
    background-position: center top;
  }

  .p-seat__select {
    height: 88px;
    position: fixed;
    left: 0px;
    bottom: 0px;
  }

  .p-seat__selected li {
    width: 40px;
    height: 48px;
  }

  .p-seat__blocks {
    flex-direction: row;
    gap: 0px 10px;
  }

  .p-seat__block {
    height: unset;
    gap: 0px 10px;
  }

  .p-seat__block2 {
    width: 240px;
    position: relative;
  }

  .p-seat__next {
    transition: opacity 0.4s ease;
  }

  .p-seat__next:hover {
    opacity: 0.5;
  }

  .p-seat__next.--fat {
    min-height: 80px;
  }

  .p-seat__next {
    min-height: 48px;
  }

  .p-seat__movieDetail {
    display: none;
  }

  .p-seat__backSchedule {
    transition: opacity 0.4s ease;
  }

  .p-seat__backSchedule:hover {
    opacity: 0.5;
  }

  .p-seat__backSchedule.--fat {
    min-height: 80px;
  }

  .c-step {
    height: 63px;
    padding: 21px 0px;
  }

  .p-settle__container {
    padding: 30px 20px;
  }

  .p-settle__container .submit {
    width: 375px;
  }

  .p-settle__docomo {
    padding: 5px 40px 20px 40px;
  }

  .p-settle__docomo .agree {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .p-settle__docomo dl {
    padding: 10px 0;
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }

  .p-settle__docomo dl dd.highlight {
    font-size: 2.4rem;
    line-height: 1;
  }

  .p-settle__docomo-radios .p-settle__docomo-radio-comment {
    padding: 10px;
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }

  .p-settle__docomo-radios label {
    padding: 15px 0px 15px 40px;
  }

  .p-settle__totalprice {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }

  .p-settle__totalprice span {
    font-size: 3.2rem;
    line-height: 0.875;
  }

  .p-settle__notes {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 27px;
  }

  .p-settle__cards {
    margin-top: 10px;
  }

  .p-settle__radio-boxes #code {
    width: 173px;
  }

  .p-settle__errString {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .p-settle_link-login {
    margin-top: 17px;
  }

  .p-ticket__selects {
    padding: 60px 0px;
    flex-direction: row;
    gap: 0px 30px;
  }

  .p-ticket__select {
    flex: 1;
  }

  .p-ticket__select > p {
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 2;
  }

  .p-ticket__select > p.--icon::before {
    margin-right: 10px;
  }

  .p-ticket__select > p span {
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }

  .p-ticket__selectRow {
    flex: 1;
  }

  .p-ticket__selectButton {
    transition: opacity 0.4s ease;
  }

  .p-ticket__selectButton:hover {
    opacity: 0.7;
  }

  .p-ticket__movie {
    width: 270px;
    margin-top: 0px;
  }

  .p-ticket__buttons {
    margin-top: 80px;
  }

  .p-ticket__buttonsNext {
    width: 375px;
    padding: 0px;
  }

  .p-ticket__buttonsBack {
    width: 250px;
    padding: 0px;
  }

  .p-ticket__isWata {
    row-gap: 20px;
  }

  .p-ticket__isWata p {
    font-size: 2rem;
    line-height: 1.8;
  }

  .p-ticket__isWata a {
    transition:
      background-color 0.4s ease,
      color 0.4s ease;
  }

  .p-ticket__isWata a:hover {
    background: #222;
    color: #fff;
  }

  .p-ticket__isWata2 a {
    transition: opacity 0.4s ease;
  }

  .p-ticket__isWata2 a:hover {
    opacity: 0.7;
  }

  .p-ticket__isWata2 a {
    padding: 18px 0px;
  }

  .p-ticket__isTicket {
    gap: 20px 20px;
  }

  .p-ticket__isTicket p {
    font-size: 2rem;
    line-height: 1.8;
  }

  .p-ticket__isTicket p small {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-ticket__isTicket a {
    transition: opacity 0.4s ease;
  }

  .p-ticket__isTicket a:hover {
    opacity: 0.7;
  }

  .p-ticket__isTicket a {
    width: calc(33.33% - 14px);
    border: 1px solid #666666;
  }

  .p-ticket__isTicket a:has(img) {
    padding: 10px;
  }

  .p-ticket__isInput {
    gap: 24px 0px;
  }

  .p-ticket__isInputInput {
    flex-direction: row;
    column-gap: 30px;
  }

  .p-ticket__isInputInput > div {
    width: calc(50% - 15px);
  }

  .p-ticket__isInputTitle {
    font-size: 2rem;
    line-height: 1.8;
  }

  .p-ticket__isInputButton .c-btn2 {
    width: 320px;
    margin: 0px auto;
  }

  .p-ticket__isSelect p {
    font-size: 2rem;
    line-height: 1.8;
  }

  .p-ticket__isSelect ul li .c-ticket__choice2:hover {
    background: #222;
    color: #fff;
  }

  .p-ticket__isSelects {
    column-gap: 30px;
  }

  .p-ticket__isSelectsMember b {
    font-size: 2rem;
    line-height: 1.8;
  }

  .p-ticket__isSelectsMember p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-ticket__isSelectsCoupon {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 20px 40px;
  }

  .p-ticket__isSelectsTitle {
    padding-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2.25;
  }

  .p-ticket__isSelectsList li .c-ticket__choice {
    transition:
      background-color 0.4s ease,
      color 0.4s ease;
  }

  .p-ticket__isSelectsList li .c-ticket__choice:hover {
    background: #222;
    color: #fff;
  }

  .p-ticket__isOptionNote ul li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) and (min-width: 790px) {
  .c-footerTax {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-require {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) and (min-width: 1120px) {
  .c-footerTax.--1080 {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .fac-footernav__name small {
    font-size: 16px;
    line-height: 1.5em;
  }

  .fac-footernav__nav ol li a {
    font-size: 15px;
    line-height: 4.6666666667em;
  }

  .fac-footer__logo::after {
    font-size: 15px;
    line-height: 1.4666666667em;
  }

  .fac-footer__top a {
    font-size: 15px;
    line-height: 1.4666666667em;
  }

  .fac-footer__link1 ul li::before {
    font-size: 15px;
    line-height: 1.4666666667em;
  }

  .fac-footer__link1 ul li a {
    font-size: 15px;
    line-height: 1.4666666667em;
  }

  .fac-footer__link2 ul li a {
    font-size: 14px;
    line-height: 1.4285714286em;
  }

  .fac-footer__link3 ul li::before {
    font-size: 14px;
    line-height: 1.4285714286em;
  }

  .fac-footer__link3 ul li a {
    font-size: 14px;
    line-height: 1.4285714286em;
  }

  .fac-header__account a {
    font-size: 14px;
    line-height: 1.4285714286em;
  }

  .fac-header__ticket a {
    font-size: 14px;
    line-height: 1.4285714286em;
  }

  .fac-header__facilityname > a h2 {
    font-size: 26px;
    line-height: 1.3461538462em;
  }

  .fac-header__nav ol li a {
    font-size: 15px;
    line-height: 3.6666666667em;
  }

  .fac-near::after {
    left: -231px;
  }

  .p-schedule__search1 .p-schedule__movie:first-child::before {
    width: calc(100% - 120px);
  }

  .p-schedule__palcoBlock::after {
    width: calc(100% - 120px);
  }

  .p-seat__seat p small {
    font-size: 12px;
    line-height: 1.4166666667em;
  }
}

@media screen and (min-width: 769px) and (min-width: 1200px) {
  .p-schedule__search1 .p-schedule__movie:first-child::before {
    width: 1080px;
  }

  .p-schedule__palcoBlock::after {
    width: 1080px;
  }
}

@media screen and (min-width: 840px) {
  .p-schedule__search1 .p-schedule__ticket {
    width: calc(33.33% - 7px);
  }
}

@media screen and (min-width: 940px) {
  .p-ticket__selects {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1120px) {
  .p-reserve__main {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .p-schedule__search1 .p-schedule__movie::after {
    width: 1080px;
  }

  .p-schedule__search2 .p-schedule__movie::before,
  .p-schedule__search2 .p-schedule__movie::after {
    width: 1080px;
  }
}

@media screen and (min-width: 1210px) {
  .p-schedule__search1 .p-schedule__ticket {
    width: calc(20% - 8px);
  }
}

@media screen and (min-width: 1280px) {
  .p-area__wrap {
    max-width: 1200px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }

  .fac-footernav__name {
    font-size: 5.3333333333vw;
    line-height: 1.45em;
  }

  .fac-footernav__name small {
    font-size: 3.2vw;
    line-height: 1.5em;
  }

  .fac-footernav__nav ol li a {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }

  .fac-footer__top a {
    font-size: 3.2vw;
    line-height: 1.5em;
  }

  .fac-footer__link1 ul li a {
    font-size: 4vw;
    line-height: 4em;
  }

  .fac-footer__link2 ul li a {
    font-size: 4vw;
    line-height: 2.6666666667em;
  }

  .fac-footer__link3 ul li a {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429em;
  }

  .fac-footer__copy {
    font-size: 3.2vw;
    line-height: 1.5em;
  }

  html.isNavOpen .fac-header {
    position: fixed;
  }

  .fac-header__account a {
    font-size: 3.2vw;
    line-height: 1.5em;
  }

  .fac-header__ticket a {
    font-size: 3.2vw;
    line-height: 1.5em;
  }

  .fac-header__navtrigger._hide {
    opacity: 0;
    pointer-events: none;
  }

  html.isNavOpen .fac-header__menu {
    padding-top: 10.6666666667vw;
  }

  .fac-header__facilityname > a h2 {
    font-size: 4.8vw;
    line-height: 1.6111111111em;
  }

  .fac-header__near p {
    font-size: 3.2vw;
    line-height: 1.5em;
  }

  .fac-header__nav {
    width: 100%;
  }

  .fac-header__nav ol {
    transition: opacity 0.4s ease;
    background: #444444;
  }

  .fac-header__nav ol li:nth-child(1),
  .fac-header__nav ol li:nth-child(6),
  .fac-header__nav ol li:nth-child(7) {
    display: none;
  }

  .fac-header__nav ol li {
    flex: auto;
  }

  .fac-header__nav ol li a {
    font-size: 3.2vw;
    line-height: 3.3333333333em;
  }

  .fac-nav__link1 a {
    font-size: 4vw;
    line-height: 4em;
  }

  .fac-nav__link2 a {
    font-size: 4vw;
    line-height: 4em;
  }

  .fac-nav__link3 a {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143em;
  }

  .fac-nav__link4 li::before {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143em;
  }

  .fac-nav__link4 a {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143em;
  }

  .fac-near__header p {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }

  .fac-near__theater a {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }

  .fac-near__more a {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }

  .p-step2__tep {
    max-width: 330px;
  }

  .p-step2__sp-none {
    display: none;
  }

  .c-ticket__stepWrap input {
    font-size: 4.2666666667vw;
    line-height: 2.5em;
  }

  .p-area__container {
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }

  .p-area__block {
    overflow: hidden;
    border: 1px solid #666666;
    border-radius: 5px;
  }

  .p-area__areas {
    display: none;
  }

  .p-complete__article {
    margin-bottom: 30px;
  }

  .p-complete__cpn {
    margin-top: 30px;
  }

  .p-inquiry .pc {
    display: none;
  }

  .p-login__body {
    display: none;
  }

  .p-schedule__search1 .p-schedule__movie {
    flex-direction: column;
    align-items: flex-end;
  }

  .p-schedule__search1 .p-schedule__poster {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .p-schedule__search1 .p-schedule__headerDetail {
    padding: 10px 0px;
    flex: 1;
    border-top: 1px solid #cccccc;
  }

  .p-schedule__search1 .p-schedule__informations {
    gap: 20px 0px;
  }

  .p-schedule__search1 .p-schedule__information:first-child .p-schedule__header {
    width: calc(100% - 80px);
    min-height: 70px;
  }

  .p-schedule__search1 .p-schedule__information:first-child .p-schedule__headerDetail {
    border: none;
  }

  .p-schedule__search1 .p-schedule__information:nth-child(n + 2) .p-schedule__header {
    padding-left: 80px;
  }

  .p-schedule__search1 .p-schedule__lists {
    display: none;
  }

  .p-schedule__search1 .p-schedule__status {
    top: 0px;
    right: 0px;
  }

  .p-schedule__search1 .p-schedule__status span {
    padding: 0px 2px 0px 0px;
    flex: 1;
  }

  .p-schedule__search2 .p-schedule__screenInfo {
    margin-top: 7px;
    align-items: flex-end;
  }

  .p-schedule__search2 .p-schedule__screen span {
    line-height: 1.2;
  }

  .p-schedule__search2 .p-schedule__note .c-note {
    width: 88px;
  }

  .p-schedule__palcoLead {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-schedule__palcoInfo {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-seat {
    height: 100dvh;
    overflow: hidden;
  }

  .p-seat .c-headerCompact,
  .p-seat .c-footerCompact {
    display: none;
  }

  .p-seat__movieInfo {
    display: none;
  }

  .p-seat__price {
    display: none;
  }

  .p-seat__seats {
    display: none;
  }

  .p-seat__backSchedule {
    display: none;
  }

  .p-seat__howto {
    display: none;
  }

  .p-settle__docomo-radios .p-settle__docomo-radio:last-of-type {
    width: 100%;
  }

  .p-ticket__isTicket a:nth-of-type(1) {
    width: 100%;
    height: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .fac-footernav__name small {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }

  .fac-footernav__nav ol li a {
    font-size: 4vw;
    line-height: 4.6666666667em;
  }

  .fac-footer__logo::after {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }

  .fac-footer__top a {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }

  .fac-footer__link1 ul li::before {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }

  .fac-footer__link1 ul li a {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }

  .fac-footer__link2 ul li a {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }

  .fac-footer__link3 ul li::before {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }

  .fac-footer__link3 ul li a {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }

  .fac-header__account a {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }

  .fac-header__ticket a {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
  }

  .fac-header__facilityname > a h2 {
    font-size: 6.9333333333vw;
    line-height: 1.3461538462em;
  }

  .fac-header__nav ol li a {
    font-size: 4vw;
    line-height: 3.6666666667em;
  }

  .p-seat__seat p small {
    font-size: 3.2vw;
    line-height: 1.4166666667em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .fac-footernav__nav {
    width: calc(100% - 84px);
  }

  .fac-footernav__nav ol {
    width: 100%;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    justify-content: space-between;
  }

  .fac-footernav__nav ol li a {
    padding: 0px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fac-header__menu {
    flex-wrap: wrap;
  }

  .fac-header__nav {
    width: 100%;
    margin: 0;
    background: #333333;
  }

  .fac-header__nav ol {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 641px) and (max-width: 800px) {
  .fac-header__nav ol {
    display: none;
  }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .fac-nav {
    height: calc(100vh - 165px);
    top: 165px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .p-area__theater {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .p-area__theater {
    flex-basis: calc(50% - 8px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-reserve__ctrl {
    flex-direction: column;
    gap: 15px 0px;
  }

  .p-reserve__ctrl .c-btn2 {
    width: 100%;
  }
}
