@charset "UTF-8";
/* =========================================================
reset
========================================================= */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  border-style: solid;
  border-width: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* border-color: inherit; */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

/* td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
} */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 10000001;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 18px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1000px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 1000px;
}

/* =========================================================
style
========================================================= */
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-br {
    display: inline;
  }
}

@media (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
img {
  max-width: 100%;
}

@media (hover: hover) {
  .opacity-link {
    transition: opacity 0.3s;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  color: #1d1d1d;
}

@media (min-width: 768px) {
  .wrapper {
    display: flex;
  }
}
@media (min-width: 768px) {
  .wrapper .cnt-left {
    position: relative;
    width: calc((100% - 500px) * 0.638);
  }
  .wrapper .cnt-left__in {
    width: 100%;
    width: calc((100% - 500px) * 0.638);
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .wrapper .cnt-left__mv {
    width: 100%;
    height: 100%;
    margin: 20px 0;
    max-height: calc(100vh - 40px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .wrapper .cnt-left {
    display: none;
  }
}
@media (min-width: 768px) {
  .wrapper .cnt-center {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .wrapper .cnt-right {
    position: relative;
    width: calc((100% - 500px) * 0.362);
  }
  .wrapper .cnt-right__in {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#228ac2 0%, #dcc8c6 100%);
  }
  .wrapper .cnt-right__in--2 {
    background: url(../images/cnt-right-bg.webp) no-repeat 0 0/cover;
  }
  .wrapper .cnt-right .btn {
    max-width: 100%;
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrapper .cnt-right {
    display: none;
  }
}

.contents {
  padding: 16vw 0 0;
}
@media (min-width: 768px) {
  .contents {
    padding-top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16vw;
  padding: 0 0 0 4.2666666667vw;
  background: #fff;
}
@media (min-width: 768px) {
  .header {
    display: none;
  }
}
.header__logo {
  width: 42.6666666667vw;
}
.header__btn {
  width: 37.0666666667vw;
}

@media (min-width: 768px) {
  .mv {
    display: none;
  }
}

.main {
  padding: 6.4vw 4.2666666667vw 12vw;
  background: #F8F0DD;
}
.main--2 {
  background: #F8EBBB;
}
@media (min-width: 768px) {
  .main {
    padding: 31.992px 21.328px 59.985px;
  }
}

.lead {
  color: #173756;
  font-size: 3.7333333333vw;
  line-height: 1.7;
  text-align: center;
}
.lead--2 {
  color: #b20011;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18.662px;
  }
}
.lead p:not(:first-child) {
  margin-top: 4.2666666667vw;
}
@media (min-width: 768px) {
  .lead p:not(:first-child) {
    margin-top: 21.328px;
  }
}

.happybag {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .happybag {
    margin-top: 31.992px;
  }
}
.happybag__btns {
  display: flex;
  justify-content: center;
  padding: 4vw 0;
  background: #B20011;
}
@media (min-width: 768px) {
  .happybag__btns {
    padding: 19.995px 0;
  }
}
.happybag__btns .happybag-btn {
  width: 43.4666666667vw;
  padding-top: 5.3333333333vw;
  aspect-ratio: 163/105;
  background: no-repeat 0 0/100% auto;
}
.happybag__btns .happybag-btn--1 {
  background-image: url(../images/happybag-btn-1-bg.svg);
}
.happybag__btns .happybag-btn--2 {
  background-image: url(../images/happybag-btn-2-bg.svg);
}
@media (min-width: 768px) {
  .happybag__btns .happybag-btn {
    width: 217.279px;
    padding-top: 26.66px;
  }
}
.happybag__btns .happybag-btn .txt {
  color: #b20011;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 1.33;
  text-align: center;
}
@media (min-width: 768px) {
  .happybag__btns .happybag-btn .txt {
    font-size: 15.996px;
  }
}
.happybag__btns .happybag-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32vw;
  height: 6.9333333333vw;
  margin: 2.1333333333vw auto 0;
  background: #b20011;
  border-radius: 16vw;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.33;
  text-align: center;
}
@media (min-width: 768px) {
  .happybag__btns .happybag-btn .btn {
    width: 159.96px;
    height: 34.658px;
    margin: 10.664px auto 0;
    border-radius: 79.98px;
    font-size: 15.996px;
  }
}

.sale {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .sale {
    margin-top: 31.992px;
  }
}
.sale-in {
  padding: 4.8vw 3.7333333333vw 4vw;
  background: url(../images/sale-bg.webp) no-repeat 0 0/cover;
  border: 2px solid #E60012;
  border-top: none;
  text-align: center;
}
@media (min-width: 768px) {
  .sale-in {
    padding: 23.994px 18.662px 19.995px;
  }
}
.sale__subtitle {
  color: #e60012;
  font-size: 4.8vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sale__subtitle {
    font-size: 23.994px;
  }
}
.sale__logos {
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .sale__logos {
    margin-top: 10.664px;
  }
}
.sale__btns {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667vw 0;
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .sale__btns {
    gap: 21.328px 0;
    margin-top: 10.664px;
  }
}
.sale__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.8vw;
  border-radius: 16vw;
  background: #E60012;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sale__btns a {
    height: 63.984px;
    border-radius: 79.98px;
    font-size: 21.328px;
  }
}
.sale__note {
  margin-top: 4.2666666667vw;
  font-size: 2.1333333333vw;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .sale__note {
    margin-top: 21.328px;
    font-size: 10.664px;
  }
}

.cinema {
  margin-top: 4.2666666667vw;
  padding: 4.2666666667vw 4.2666666667vw 6.4vw;
  background: #fff;
}
@media (min-width: 768px) {
  .cinema {
    margin-top: 21.328px;
    padding: 21.328px 21.328px 31.992px;
  }
}
.cinema__line {
  line-height: 0;
}
.cinema__line--2 {
  margin-top: 4.2666666667vw;
}
@media (min-width: 768px) {
  .cinema__line--2 {
    margin-top: 21.328px;
  }
}
.cinema__line img {
  width: 100%;
}
.cinema__hd {
  margin-top: 4.2666666667vw;
  text-align: center;
}
@media (min-width: 768px) {
  .cinema__hd {
    margin-top: 21.328px;
  }
}
.cinema__hd__logo {
  width: 40.2666666667vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cinema__hd__logo {
    width: 201.283px;
  }
}
.cinema__hd__logo img {
  width: 100%;
}
.cinema__hd__title {
  margin-top: 2.1333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cinema__hd__title {
    margin-top: 10.664px;
    font-size: 13.33px;
  }
}
.cinema__hd__catch {
  margin-top: 2.1333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  color: #e60012;
}
@media (min-width: 768px) {
  .cinema__hd__catch {
    margin-top: 10.664px;
    font-size: 23.994px;
  }
}
.cinema-in {
  margin-top: 4.2666666667vw;
  border-top: solid 1px #e60012;
}
@media (min-width: 768px) {
  .cinema-in {
    margin-top: 21.328px;
  }
}
.cinema .cmp {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .cinema .cmp {
    margin-top: 13.33px;
  }
}
.cinema .cmp tr:not(:first-child) td {
  padding-top: 3.2vw;
}
@media (min-width: 768px) {
  .cinema .cmp tr:not(:first-child) td {
    padding-top: 15.996px;
  }
}
.cinema .cmp .cell-1 {
  width: 14.9333333333vw;
  padding-right: 2.1333333333vw;
  vertical-align: top;
}
@media (min-width: 768px) {
  .cinema .cmp .cell-1 {
    width: 74.648px;
    padding-right: 10.664px;
  }
}
.cinema .cmp .cell-2 {
  width: 13.3333333333vw;
  padding-right: 2.1333333333vw;
  vertical-align: top;
}
@media (min-width: 768px) {
  .cinema .cmp .cell-2 {
    width: 66.65px;
    padding-right: 10.664px;
  }
}
.cinema .cmp .cell-2 img {
  margin-top: 1.0666666667vw;
}
@media (min-width: 768px) {
  .cinema .cmp .cell-2 img {
    margin-top: 5.332px;
  }
}
.cinema .cmp .cell-3 {
  vertical-align: top;
}
.cinema .cmp .ico-cercle {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #E60012;
  border-radius: 50%;
  color: #fff;
  font-size: 2.1333333333vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .cinema .cmp .ico-cercle {
    font-size: 10.664px;
  }
}
.cinema .cmp .red {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.375;
  color: #e60012;
}
@media (min-width: 768px) {
  .cinema .cmp .red {
    font-size: 21.328px;
  }
}
.cinema .cmp .red--2 {
  letter-spacing: -0.05em;
}
.cinema .cmp .red .small {
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .cinema .cmp .red .small {
    font-size: 15.996px;
  }
}
.cinema .cmp .black {
  margin-top: 2.1333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cinema .cmp .black {
    margin-top: 10.664px;
    font-size: 13.33px;
  }
}
.cinema .cmp .note {
  font-size: 2.1333333333vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cinema .cmp .note {
    font-size: 10.664px;
  }
}
.cinema .cmp__note {
  margin-top: 2.1333333333vw;
  font-size: 2.1333333333vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cinema .cmp__note {
    margin-top: 10.664px;
    font-size: 10.664px;
  }
}
.cinema__list {
  display: flex;
  justify-content: space-between;
  gap: 0 8.5333333333vw;
  margin-top: 4.2666666667vw;
  padding: 0 5.8666666667vw;
}
@media (min-width: 768px) {
  .cinema__list {
    gap: 0 42.656px;
    margin-top: 21.328px;
    padding: 0 29.326px;
  }
}
.cinema__list .txt-1 {
  margin-top: 2.08vw;
  font-size: 3.2vw;
  font-weight: 700;
  color: #e60012;
}
@media (min-width: 768px) {
  .cinema__list .txt-1 {
    margin-top: 10.3974px;
    font-size: 15.996px;
  }
}
.cinema__list .txt-2 {
  margin-top: 0.8vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #474646;
}
@media (min-width: 768px) {
  .cinema__list .txt-2 {
    margin-top: 3.999px;
    font-size: 18.662px;
  }
}
.cinema__list .txt-3 {
  margin-top: 1.0666666667vw;
  font-size: 2.1333333333vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cinema__list .txt-3 {
    margin-top: 5.332px;
    font-size: 10.664px;
  }
}

.schedule {
  width: 100%;
  margin-top: 4.2666666667vw;
  border: 1px solid #474646;
  text-align: center;
}
@media (min-width: 768px) {
  .schedule {
    margin-top: 21.328px;
  }
}
.schedule th, .schedule td {
  border: 1px solid #474646;
  width: 25%;
}
.schedule thead .bg-red {
  padding: 2.1333333333vw 0;
  background: #CB0011;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .schedule thead .bg-red {
    padding: 10.664px 0;
    font-size: 18.662px;
  }
}
.schedule thead .bg-gray {
  padding: 1.3333333333vw 0;
  background: #D2DFE6;
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  .schedule thead .bg-gray {
    padding: 6.665px 0;
    background: #D2DFE6;
    font-size: 13.33px;
  }
}
.schedule thead .red {
  color: #cb0011;
}
.schedule tbody td {
  padding: 2.4vw 0;
  background: #FFFFFF;
  font-size: 2.1333333333vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .schedule tbody td {
    padding: 11.997px 0;
    font-size: 10.664px;
  }
}

.schedule-note {
  margin-top: 2.1333333333vw;
  font-size: 2.1333333333vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .schedule-note {
    margin-top: 10.664px;
    font-size: 10.664px;
  }
}

.footer {
  padding: 8.5333333333vw 4.2666666667vw;
  color: #858585;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    padding: 42.656px 21.328px;
  }
}
.footer__logo {
  display: block;
  width: 54.6666666667vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 273.265px;
  }
}
.footer__access {
  margin-top: 4.2666666667vw;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .footer__access {
    margin-top: 21.328px;
    font-size: 19.995px;
  }
}
.footer__tel {
  display: inline-block;
  margin-top: 4.2666666667vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.15em;
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .footer__tel {
    margin-top: 21.328px;
    font-size: 19.995px;
    pointer-events: none;
  }
}
.footer__copyright {
  margin-top: 6.4vw;
  padding-top: 4.2666666667vw;
  border-top: 1px solid #F3F3F3;
  line-height: 0;
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-top: 31.992px;
    padding-top: 21.328px;
  }
}

@media (max-width: 767px) {
  .pagetop {
    position: fixed;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .pagetop {
    position: fixed;
    z-index: 100;
    bottom: 24px;
    right: 24px;
    width: 66px;
    height: 66px;
  }
  .pagetop img {
    width: 100%;
  }
}

.remodal-wrapper {
  padding: 90px 18px;
}
@media (max-width: 767px) {
  .remodal-wrapper {
    padding: 50px 15px;
  }
}
.remodal-wrapper .btn-modal-close {
  position: absolute;
  cursor: pointer;
  top: -60px;
  right: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .remodal-wrapper .btn-modal-close {
    position: absolute;
    cursor: pointer;
    top: -40px;
    right: 0;
    width: 30px;
    height: 0px;
  }
}
.remodal-wrapper .modal-box-in {
  height: 1200px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .remodal-wrapper .modal-box-in {
    height: calc(100vh - 100px);
    position: relative;
  }
}
.remodal-wrapper .modal-box-in .pinch-out {
  display: none;
}
@media (max-width: 767px) {
  .remodal-wrapper .modal-box-in .pinch-out {
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .remodal-wrapper .remodal {
    max-width: 1200px;
  }
}
/*# sourceMappingURL=../css/maps/layout.css.map */
