@charset "UTF-8";
/* ----------------------------
    import
---------------------------- */
@import url(destyle.min.css);
/* ----------------------------
    Fonts
---------------------------- */
/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v56-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v56-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v56-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-jp-v33-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-jp-v33-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ----------------------------
    base
---------------------------- */
img {
  max-width: 100%;
}

.inner {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

/* fonts */
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

/* ==== マージン ==== */
.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.mt145 {
  margin-top: 145px;
}

.mb145 {
  margin-bottom: 145px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.mt135 {
  margin-top: 135px;
}

.mb135 {
  margin-bottom: 135px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.mt125 {
  margin-top: 125px;
}

.mb125 {
  margin-bottom: 125px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt115 {
  margin-top: 115px;
}

.mb115 {
  margin-bottom: 115px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt105 {
  margin-top: 105px;
}

.mb105 {
  margin-bottom: 105px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

:root {
  --black: #000000;
  --dark-red: #231815;
  --dark-blue: #2C2836;
  --white: #FFFFFF;
}

/* ====== position ====== */
.ta-c {
  text-align: center;
}

/* ----------------------------
    common
---------------------------- */
html {
  scroll-padding-top: 90px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
  background-color: var(--black);
  line-height: 1.4;
  overflow-x: hidden;
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ----------------------------
    header
---------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--black);
  z-index: 100;
}
header .inner {
  height: 90px;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .main-menu nav ul {
  font-size: 24px;
  display: flex;
  gap: 30px;
  line-height: 1;
}

.main-menu-sp {
  overflow-y: scroll;
  display: none;
}

.contact-btn-pc {
  position: fixed;
  z-index: 50;
  top: 130px;
  right: 0;
}

.contact-btn-sp {
  display: none;
}

/* ----------------------------
    main
---------------------------- */
section h2 {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
section h2.bdr {
  background-image: url(../images/bar-gold.png);
}
@media (min-resolution: 144dpi) {
  section h2.bdr {
    background-image: url(../images/bar-gold@2x.png);
  }
}
section h2.bdr {
  background-size: 40px 4px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

section .copy {
  font-size: 24px;
  text-align: center;
  line-height: 2.2;
  font-family: "Noto Serif JP", serif;
}

section h3 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.4;
  background-image: url(../images/bar-gold.png);
}
@media (min-resolution: 144dpi) {
  section h3 {
    background-image: url(../images/bar-gold@2x.png);
  }
}
section h3 {
  background-size: 40px 4px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

/*  main-v
------------------------ */
.main-v-img {
  width: 100%;
  text-align: center;
}

/*  introduction
------------------------ */
#introduction {
  background-color: var(--dark-blue);
}
#introduction .inner {
  padding: 80px 0 50px;
}
#introduction .box-desc {
  max-width: 700px;
  margin: auto;
  padding-bottom: 30px;
  background-image: url(../images/bg-cracker.png);
}
@media (min-resolution: 144dpi) {
  #introduction .box-desc {
    background-image: url(../images/bg-cracker@2x.png);
  }
}
#introduction .box-desc {
  background-size: 680px auto;
  background-repeat: no-repeat;
  background-position: top 50px center;
}
#introduction .lists {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 24px;
  flex-wrap: wrap;
  line-height: 1.4;
}
#introduction .lists li::before {
  content: "・ ";
}

.carousel-container {
  overflow: hidden;
  display: flex;
}

.carousel-wrapper {
  display: flex;
  flex-shrink: 0;
  animation: horizontal-animation 80s linear infinite;
}

.carousel-box {
  width: 400px;
  margin-right: 10px;
}

.carousel-box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*  features
------------------------ */
#features {
  background-image: url(../images/bg-features.png);
}
@media (min-resolution: 2dppx) {
  #features {
    background-image: url(../images/bg-features@2x.png);
  }
}
#features {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#features .inner {
  padding: 80px 0 45px;
}

.list-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.list-features li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 343px;
}
.list-features h4 {
  text-align: center;
  font-weight: 700;
}
.list-features p {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}

.logo-carousel-container {
  overflow: hidden;
  background-color: var(--dark-red);
  display: flex;
  padding: 12px 0;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}

.logo-carousel-wrapper {
  display: flex;
  flex-shrink: 0;
  animation: horizontal-animation 80s linear infinite;
}

.logo-carousel-box {
  width: 362px;
  margin-right: 10px;
}

.logo-carousel-box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*  theater-pickup
------------------------ */
#theater-pickup {
  background-color: var(--dark-red);
}
#theater-pickup .inner {
  padding: 80px 0;
}
#theater-pickup .copy {
  margin-top: 10px;
  line-height: 1.4;
}
#theater-pickup .theater-box-area {
  max-width: 1060px;
  margin: auto;
}
#theater-pickup .theater-box {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 10px;
  font-feature-settings: "palt" off;
}
#theater-pickup .theater-box .area {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
#theater-pickup .theater-box .area span {
  display: block;
}
#theater-pickup .theater-box .area .ja {
  font-size: 24px;
}
#theater-pickup .theater-box .area .en {
  font-size: 12px;
}
#theater-pickup .theater-box h4 {
  background-image: url(../images/bar-gold-vertical.png);
}
@media screen {
  #theater-pickup .theater-box h4 {
    background-image: url(../images/bar-gold-vertical@2x.png);
  }
}
#theater-pickup .theater-box h4 {
  background-size: 6px auto;
  background-repeat: repeat-y;
  background-position: left top;
  background-color: #392F2C;
  font-family: "Noto Serif JP", serif;
  padding: 4px 10px 4px 20px;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.08em;
}
#theater-pickup .theater-box .anno {
  font-size: 14px;
  margin-bottom: 20px;
}
#theater-pickup .theater-box .access-list {
  margin-bottom: 30px;
  font-weight: 400;
}
#theater-pickup .theater-box .access-list li {
  padding-left: 1em;
  text-indent: -1em;
}
#theater-pickup .theater-box .access-list li::before {
  content: "・";
}
#theater-pickup .theater-box .desc {
  margin-bottom: 40px;
  font-weight: 400;
}
#theater-pickup .theater-box .link-btn {
  font-weight: 700;
}
#theater-pickup .theater-box .link-btn a {
  display: block;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--white);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  #theater-pickup .facility-images .facility-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: start;
    gap: 1px;
  }
}
#theater-pickup .facility-images .facility-inner .facility-image {
  position: relative;
}
#theater-pickup .facility-images .facility-inner figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 170px;
  z-index: 2;
  padding: 6px 8px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
#theater-pickup .facility-images .facility-inner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

hr.theater-border {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
hr.theater-border.pk {
  background: linear-gradient(90deg, #EB6D8E 10%, #F2A7BA 31.49%, #F9D6DF 51.66%, #FDF4F6 67.02%, #FFF 75.76%);
}
hr.theater-border.gr {
  background: linear-gradient(90deg, #3EB370 10%, #65C28D 20.83%, #A7DCBD 40.1%, #D6EFE1 56.35%, #F4FAF6 68.72%, #FFF 75.76%);
}
hr.theater-border.or {
  background: linear-gradient(90deg, #F39939 42.28%, #FFF 76.06%);
}
hr.theater-border.pu {
  background: linear-gradient(90deg, #B963A4 22.99%, #FFF 57.4%);
}

/* 人物アイコン配置 */
.theater-box {
  position: relative;
}

.people-icon {
  position: absolute;
}
.people-icon.p01 {
  width: 124px;
  height: 206px;
  top: -60px;
  right: calc(100% + 10px);
}
.people-icon.p02 {
  width: 99px;
  height: 167px;
  bottom: -60px;
  left: calc(100% + 20px);
}
.people-icon.p03 {
  width: 107px;
  height: 191px;
  bottom: -70px;
  right: calc(100% + 10px);
}
.people-icon.p04 {
  width: 104px;
  height: 146px;
  bottom: -90px;
  left: calc(100% + 20px);
}
.people-icon.p05 {
  width: 117px;
  height: 175px;
  bottom: -45px;
  right: calc(100% + 15px);
}
.people-icon.p06 {
  width: 122px;
  height: 166px;
  bottom: 30px;
  left: 100%;
}

/*  theater-list
------------------------ */
#theater-child {
  display: none;
}

#theater-list {
  background-color: var(--dark-blue);
}
#theater-list .inner {
  padding: 80px 0 30px;
}
#theater-list .drawer {
  max-width: 400px;
  margin: auto;
}
#theater-list .drawer .button {
  color: var(--dark-blue);
  font-size: 20px;
  background-color: var(--white);
  text-align: center;
  line-height: 1;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
#theater-list .drawer .button::after {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  content: "";
  background-image: url(../images/dashicons_arrow-up.png);
}
@media (min-resolution: 144dpi) {
  #theater-list .drawer .button::after {
    background-image: url(../images/dashicons_arrow-up@2x.png);
  }
}
#theater-list .drawer .button::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  transform: rotateX(180deg);
  transition: 0.3s;
}
#theater-list .drawer .button.open::after {
  transform: rotateX(0);
}
#theater-list .table-theater {
  width: 340px;
  max-width: 100%;
  margin: auto;
}
#theater-list .table-theater tr > * {
  padding: 8px 20px;
  border: 1px solid var(--dark-blue);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
#theater-list .table-theater thead tr > * {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
}
#theater-list .table-theater tbody th {
  width: 120px;
  text-align: right;
}

/*  flow
------------------------ */
#flow {
  background-color: var(--dark-blue);
}
#flow .inner {
  padding: 30px 0 30px;
}
#flow .area-flow {
  display: grid;
  max-width: 1120px;
  margin: auto;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
#flow .area-flow .flow-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  position: relative;
}
#flow .area-flow .flow-box:not(:first-of-type)::before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  content: "";
  background-image: url(../images/arrow-white-right.png);
}
@media (min-resolution: 144dpi) {
  #flow .area-flow .flow-box:not(:first-of-type)::before {
    background-image: url(../images/arrow-white-right@2x.png);
  }
}
#flow .area-flow .flow-box:not(:first-of-type)::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}
#flow .area-flow .title {
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#flow .area-flow .icon {
  text-align: center;
}
#flow .area-flow h4 {
  text-align: center;
  font-weight: 700;
}
#flow .area-flow .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/*  price
------------------------ */
#price {
  background-color: var(--dark-blue);
}
#price .inner {
  padding: 30px 0 80px;
}
#price .price-columns {
  max-width: 1120px;
  margin: auto;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
#price .price-column {
  text-align: center;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border: 3px solid #E4D7AE;
  background-color: var(--black);
}
#price .price-column h4 {
  font-size: 32px;
}
#price .price-column .btn {
  font-size: 20px;
  width: 100%;
}
#price .price-column .btn a {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 4px;
  color: var(--black);
  line-height: 1;
}
#price .price-column .btn span {
  padding: 10px 40px;
  background-repeat: no-repeat;
  background-position: left 0 top 8px, right 0 top 14px;
  line-height: 1;
}
#price .price-column .btn.pdf span {
  background-image: url(../images/icon-pdf.png), url(../images/arrow-black-right.png);
  background-size: 29px 29px, 11px 15px;
}
@media (min-resolution: 144dpi) {
  #price .price-column .btn.pdf span {
    background-image: url(../images/icon-pdf@2x.png), url(../images/arrow-black-right@2x.png);
  }
}
#price .price-column .btn.contact span {
  background-image: url(../images/icon-mail.png), url(../images/arrow-black-right.png);
  background-size: 29px 29px, 11px 15px;
}
@media (min-resolution: 144dpi) {
  #price .price-column .btn.contact span {
    background-image: url(../images/icon-mail@2x.png), url(../images/arrow-black-right@2x.png);
  }
}

/* ----------------------------
    Footer
---------------------------- */
footer {
  background-color: var(--black);
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

/*  SP
-------------------------------------------------- */
/* ----------------------------
    base
---------------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section#main-v {
    height: 100vh;
    height: 100dvh;
    padding-bottom: 94px;
    background-color: var(--dark-blue);
  }
  section#main-v h1 {
    height: 100%;
    width: 100%;
  }
  section#main-v .main-v-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    aspect-ratio: 39/69;
  }
}
html {
  scroll-padding-top: 74px;
}

/* ----------------------------
    header
---------------------------- */
.menu-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  header .main-menu nav ul {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 160px;
  }
  header .inner {
    height: 74px;
    padding: 0 16px;
  }
  .menu-btn {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(../images/icon-menu-off.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) and (min-resolution: 144dpi) {
  .menu-btn {
    background-image: url(../images/icon-menu-off@2x.png);
  }
}
@media screen and (max-width: 768px) {
  .menu-btn.open {
    background-image: url(../images/icon-menu-on.png);
  }
}
@media screen and (max-width: 768px) and (min-resolution: 144dpi) {
  .menu-btn.open {
    background-image: url(../images/icon-menu-on@2x.png);
  }
}
@media screen and (max-width: 768px) {
  .main-menu nav {
    display: none;
  }
  .main-menu-sp {
    position: fixed;
    left: 0;
    top: 0;
    padding: 140px 4% 60px;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background-color: var(--dark-blue);
  }
  .main-menu-sp ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: scroll;
    scrollbar-width: none;
    max-width: 254px;
    margin: auto;
  }
  .main-menu-sp li {
    color: var(--white);
    padding: 10px;
    border: 3px solid #E4D7AE;
    border-radius: 4px;
    background-color: #000000;
    text-align: center;
  }
  .contact-btn-pc {
    display: none;
  }
  .contact-btn-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94px;
    display: flex;
    z-index: 20;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .contact-btn-sp-menu {
    text-align: center;
    margin-top: 60px;
  }
}
/* ----------------------------
    main
---------------------------- */
@media screen and (max-width: 1200px) {
  #introduction .inner {
    padding: 50px 0 50px;
  }
  #introduction .inner h2, #introduction .inner .copy, #introduction .inner .box-desc {
    padding-left: 4%;
    padding-right: 4%;
  }
  #features .inner {
    padding: 50px 4% 50px;
  }
  #theater-pickup .inner {
    padding: 50px 4%;
  }
  #theater-list .inner {
    padding: 50px 4% 40px;
  }
  #flow .inner {
    padding: 40px 4%;
  }
  #price .inner {
    padding: 40px 4% 30px;
  }
}
@media screen and (max-width: 768px) {
  section h2 {
    font-size: 28px;
  }
  section .copy {
    font-size: 18px;
  }
  section h3 {
    font-size: 18px;
  }
  #introduction .lists {
    font-size: 18px;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .carousel-box {
    width: 214px;
  }
  .list-features {
    flex-direction: column;
    gap: 30px;
    margin: auto;
    max-width: 343px;
  }
  .people-icon {
    display: none;
  }
  .list-features p {
    font-size: 16px;
  }
  #theater-pickup .theater-box {
    grid-template-columns: 1fr;
  }
  #theater-pickup .theater-box .area {
    grid-row: 1;
    text-align: center;
    margin-bottom: 10px;
  }
  #theater-pickup .theater-box .area .ja {
    font-size: 18px;
  }
  #theater-pickup .theater-box .area .sp {
    font-size: 14px;
  }
  #theater-pickup .theater-box .textbox {
    grid-row: 3;
  }
  #theater-pickup .theater-box .facility-images {
    grid-row: 2;
    margin-bottom: 30px;
  }
  #theater-pickup .theater-box h4 {
    font-size: 18px;
  }
  #theater-pickup .theater-box .anno {
    font-weight: 400;
  }
  #theater-pickup .theater-box .access-list {
    font-size: 16px;
  }
  #theater-pickup .theater-box .desc {
    font-size: 16px;
  }
  #theater-pickup .theater-box .link-btn a {
    margin: auto;
  }
  #theater-list .table-theater tbody th {
    width: 110px;
  }
  #flow .area-flow {
    grid-template-columns: 1fr;
  }
  #flow .area-flow .flow-box {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px 20px;
  }
  #flow .area-flow .flow-box .icon {
    grid-column: 1;
    grid-row: 1;
  }
  #flow .area-flow .flow-box .title {
    grid-column: 2;
    grid-row: 1;
  }
  #flow .area-flow .flow-box .title h4 {
    text-align: left;
    font-size: 18px;
  }
  #flow .area-flow .flow-box .desc {
    grid-column: 1/3;
    grid-row: 2;
    font-size: 16px;
  }
  #flow .area-flow .flow-box:not(:first-of-type)::before {
    background-image: url(../images/arrow-white-bottom.png);
    top: auto;
    bottom: calc(100% + 3px);
    left: 0;
    width: 100%;
    height: 14px;
  }
}
@media screen and (max-width: 768px) and (min-resolution: 144dpi) {
  #flow .area-flow .flow-box:not(:first-of-type)::before {
    background-image: url(../images/arrow-white-bottom@2x.png);
  }
}
@media screen and (max-width: 768px) {
  #price .price-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #price .price-column {
    padding: 16px 20px;
    gap: 10px;
  }
  #price .price-column h4 {
    font-size: 20px;
  }
  #price .price-column .btn {
    font-size: 18px;
  }
  #price .price-column .btn span {
    padding: 10px 30px 10px 40px;
  }
}
/* ----------------------------
    Footer
---------------------------- */
@media screen and (max-width: 768px) {
  footer .inner {
    padding-bottom: 94px;
  }
}
/* ----------------------------
    Swipoer
---------------------------- */
@media screen and (max-width: 768px) {
  .swiper {
    width: 100%;
    max-width: 351px;
    padding-bottom: 35px;
  }
  .swiper-slide {
    aspect-ratio: 300/165;
  }
  .swiper-pagination-bullet {
    background-color: #EDEDED;
  }
  .swiper-pagination-bullet-active {
    color: var(--white) !important;
  }
}/*# sourceMappingURL=style.css.map */