/* foundation/Reset
   
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com

   ----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.7em; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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 #000;
  cursor: help; }

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

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

li {
  list-style: none; }

address {
  font-style: normal; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus {
  outline: 0; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* Base
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; }
  img {
    max-width: 100%; } }

html {
  height: 100%; }

body {
  height: 100%;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.serif {
  font-family: 'Noto Serif JP', serif; }

a {
  color: #000;
  text-decoration: none; }

html {
  min-height: 100vh;
  height: auto; }

img {
  width: 100%;
  display: block; }

a:hover {
  transition: 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; } }

.main_title {
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .main_title {
      padding: 60px 0; } }

.header {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #a0c6ca;
  padding: 10px 0 30px; }
  @media screen and (min-width: 768px) {
    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 0; } }
  .header.active {
    height: 100vh;
    overflow: hidden; }
  .header__logo {
    margin-left: 10px;
    width: 30px; }
    @media screen and (min-width: 768px) {
      .header__logo {
        width: 40px; } }
  .header__navigation {
    display: none;
    margin-top: 20px;
    padding: 20px;
    height: calc(100vh - 30px);
    background-color: #a0c6ca;
    overflow-y: auto; }
    @media screen and (min-width: 768px) {
      .header__navigation {
        display: flex;
        height: auto;
        margin-top: 0;
        padding: 0; } }
    .header__navigation__target {
      color: #fff;
      font-size: 30px;
      font-weight: 900;
      display: block;
      padding: 15px; }
      .header__navigation__target:hover {
        background-color: #cb3834; }
  .header__info {
    display: none;
    position: absolute;
    bottom: 35px;
    font-size: 12px;
    color: #fff;
    padding: 0 35px;
    word-break: break-all; }
    @media screen and (min-width: 768px) {
      .header__info {
        display: block;
        right: 0;
        bottom: 0px;
        padding: 0 20px; } }
  .header__menu {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px; }
    @media screen and (min-width: 768px) {
      .header__menu {
        display: none; } }

.eye {
  position: relative;
  padding-bottom: 120px;
  background-color: #a0c6ca; }
  .eye__title {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 30px;
    width: 20%; }
    @media screen and (min-width: 768px) {
      .eye__title {
        right: 40px;
        top: auto;
        width: 8%;
        bottom: 20px; } }
  .eye__logo {
    position: absolute;
    z-index: 2;
    left: 8%;
    bottom: 30px;
    width: 84%; }
    @media screen and (min-width: 768px) {
      .eye__logo {
        left: 50%;
        transform: translateX(-50%);
        bottom: 70px;
        width: 40%; } }
  .eye__slides {
    position: relative; }
    @media screen and (min-width: 768px) {
      .eye__slides {
        display: grid;
        grid-template-columns: repeat(4, 1fr); } }
    .eye__slides::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1;
      pointer-events: none; }
      @media screen and (min-width: 768px) {
        .eye__slides::before {
          display: none; } }
    .eye__slides img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      display: none;
      z-index: 0; }
      @media screen and (min-width: 768px) {
        .eye__slides img {
          position: relative;
          display: block;
          object-fit: cover;
          aspect-ratio: 16 / 22; } }
      .eye__slides img:first-child {
        display: block; }

.about {
  color: #fff;
  background-color: #cb3834;
  padding: 8%; }
  @media screen and (min-width: 768px) {
    .about {
      padding: 40px 0;
      text-align: center; } }
  .about__text {
    font-weight: 900;
    font-size: 6.6vw;
    line-height: 9vw;
    margin-bottom: 2vw; }
    @media screen and (min-width: 768px) {
      .about__text {
        font-size: 40px;
        line-height: 1.6;
        margin-bottom: 10px;
        display: inline; } }
    .about__text strong {
      font-weight: 900;
      display: inline-block;
      background-color: #a0c6ca;
      color: #cb3834;
      padding: 0.2vw; }
      @media screen and (min-width: 768px) {
        .about__text strong {
          display: inline; }
          .about__text strong span {
            font-weight: 900; } }
  .about__logo {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .about__logo {
        width: 40%;
        margin: 40px auto; } }

.lineup {
  background-color: #000;
  padding-bottom: 60px; }
  .lineup .swiper-wrapper {
    padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .lineup .swiper-wrapper {
        width: 100%; } }
  .lineup__slider,
  .lineup__slider02 {
    padding-bottom: 30px;
    padding: 0 10% !important; }
    @media screen and (min-width: 768px) {
      .lineup__slider,
      .lineup__slider02 {
        width: 100%; } }
    .lineup__slider .swiper-slide,
    .lineup__slider02 .swiper-slide {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .lineup__slider .swiper-slide,
        .lineup__slider02 .swiper-slide {
          padding: 0 10%;
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 1rem; }
          .lineup__slider .swiper-slide img,
          .lineup__slider02 .swiper-slide img {
            user-drag: none;
            user-select: none;
            -webkit-user-drag: none;
            -webkit-user-select: none; } }
      .lineup__slider .swiper-slide img.movie_img,
      .lineup__slider02 .swiper-slide img.movie_img {
        border-radius: 30px;
        border: 4px solid #a0c6ca;
        object-fit: cover; }
    .lineup__slider .swiper-pagination,
    .lineup__slider02 .swiper-pagination {
      bottom: 0; }
      .lineup__slider .swiper-pagination .swiper-pagination-bullet,
      .lineup__slider02 .swiper-pagination .swiper-pagination-bullet {
        background: #a0c6ca;
        opacity: 1; }
        .lineup__slider .swiper-pagination .swiper-pagination-bullet-active,
        .lineup__slider02 .swiper-pagination .swiper-pagination-bullet-active {
          background: #cb3834; }
    .lineup__slider .swiper-button-next,
    .lineup__slider .swiper-button-prev,
    .lineup__slider02 .swiper-button-next, .lineup__slider02 .swiper-button-prev {
      color: #a0c6ca; }
      @media screen and (max-width: 767px) {
        .lineup__slider .swiper-button-next,
        .lineup__slider .swiper-button-prev,
        .lineup__slider02 .swiper-button-next, .lineup__slider02 .swiper-button-prev {
          display: none; } }
  .lineup__movie {
    color: #fff;
    padding-bottom: 0; }
    .lineup__movie + .lineup__movie {
      display: none; }
    @media screen and (max-width: 767px) {
      .lineup__movie {
        width: 84%;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .lineup__movie {
        padding: 0 0;
        padding-bottom: 60px; }
        .lineup__movie + .lineup__movie {
          grid-column: 1 / -1; } }
    .lineup__movie__title {
      font-weight: 900;
      font-size: 14px;
      padding: 0 4px;
      background-color: #cb3834;
      display: inline-block;
      min-width: 100px;
      margin: 20px 0 10px; }
      @media screen and (min-width: 768px) {
        .lineup__movie__title {
          font-size: 18px;
          padding: 4px 6px;
          min-width: 200px;
          margin-bottom: 20px; } }
    .lineup__movie__value {
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 1.5; }
      @media screen and (min-width: 768px) {
        .lineup__movie__value {
          margin-bottom: 40px; } }
    .lineup__movie .btn-view {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 16px;
      background: #000;
      color: #000;
      font-size: 20px;
      font-weight: 700;
      border: 1px solid #fff;
      border-radius: 16px;
      text-decoration: none;
      transition: 0.3s;
      -webkit-text-stroke: 0.6px #fff;
      text-stroke: 0.6px #fff;
      width: 80%;
      margin: 0 auto 20px;
      transition: 0.3s ease-in-out; }
      @media screen and (min-width: 768px) {
        .lineup__movie .btn-view {
          margin-bottom: 40px; } }
      .lineup__movie .btn-view::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 25px solid #fff;
        margin-right: 10px; }
      .lineup__movie .btn-view:hover {
        opacity: .7; }
    .lineup__movie__box {
      display: flex;
      justify-content: center;
      gap: 5%;
      margin: 0 0 10px; }
      @media screen and (min-width: 768px) {
        .lineup__movie__box {
          margin: 20px 0 0;
          gap: 20px; } }
      .lineup__movie__box__item {
        background-color: #a0c6ca;
        color: #cb3834;
        font-weight: 700;
        font-size: 12px;
        line-height: 1.2;
        display: inline-block;
        padding: 4px 8px;
        width: 40%; }
        @media screen and (min-width: 768px) {
          .lineup__movie__box__item {
            font-size: 16px;
            padding: 8px 16px; } }
        .lineup__movie__box__item.clr_red {
          background-color: #cb3834;
          color: #a0c6ca; }
      .lineup__movie__box img {
        width: 5%; }
        @media screen and (min-width: 768px) {
          .lineup__movie__box img {
            width: 40px; } }
    .lineup__movie__text__wrap {
      position: relative;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .lineup__movie__text__wrap {
          margin: 40px 0; } }
    .lineup__movie__text {
      font-size: 14px;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        .lineup__movie__text {
          font-size: 16px;
          line-height: 1.6; } }
    .lineup__movie__text_close {
      display: none;
      font-size: 14px;
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .lineup__movie__text_close {
          line-height: 1.6;
          font-size: 16px; } }
    .lineup__movie__text_open {
      display: inline-block;
      cursor: pointer;
      font-weight: bold;
      color: #fff;
      transition: opacity 0.3s ease;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #000;
      padding: 2px; }
    .lineup__movie__images {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 6px;
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        .lineup__movie__images {
          width: 80%;
          margin: 0 auto;
          gap: 12px; } }
  .lineup__slider02 .lineup__movie__title {
    background-color: #a0c6ca;
    color: #cb3834;
    text-align: center; }
  .lineup__slider02 .lineup__movie__value {
    margin-bottom: 30px; }
  .lineup__slider02 .lineup__movie__text__wrap {
    margin-top: 0; }
  .lineup__slider02 b {
    font-weight: 700; }
  .lineup__slider02 .swiper-wrapper {
    display: block !important; }
  .lineup__slider02 .swiper-slide:not(:last-child) {
    margin-bottom: 60px; }
  .lineup .accordion {
    margin-bottom: 10px; }
    .lineup .accordion .accordion-header {
      text-align: center;
      background-color: #a0c6ca;
      color: #cb3834;
      padding: 12px;
      margin: 0 0 0;
      cursor: pointer;
      position: relative;
      transition: background 0.3s ease;
      font-weight: 700; }
      .lineup .accordion .accordion-header.red {
        background-color: #cb3834;
        color: #a0c6ca; }
      .lineup .accordion .accordion-header::before,
      .lineup .accordion .accordion-header::after {
        content: '';
        position: absolute;
        top: 1px;
        right: 20px;
        bottom: 0;
        margin: auto;
        width: 12px;
        height: 2px;
        background: #151E2F; }
      .lineup .accordion .accordion-header::after {
        transform: rotate(-90deg);
        transition: transform 0.3s; }
      .lineup .accordion .accordion-header.active::after {
        transform: rotate(0deg); }
      .lineup .accordion .accordion-header:hover {
        background-color: #F2F2F2; }
    .lineup .accordion .accordion-content {
      display: none;
      padding: 12px; }
  .lineup .lineup__movie__subTitle {
    margin: 20px 0 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center; }

.program {
  background-color: #a0c6ca;
  padding: 0 6% 40px; }
  @media screen and (min-width: 768px) {
    .program {
      padding: 0 0 60px; } }
  .program img {
    width: 70%;
    margin: 20px auto 40px; }
    @media screen and (min-width: 768px) {
      .program img {
        width: 30%; } }
  .program p, .program strong, .program b, .program li, .program .main_title02 {
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      .program p, .program strong, .program b, .program li, .program .main_title02 {
        font-size: 20px; } }
  .program .main_title02 {
    color: #fff;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px; }
    .program .main_title02 span {
      padding: 4px 60px;
      background-color: #d14341; }
  .program strong, .program b {
    font-size: 1.6em;
    display: flex;
    justify-content: center;
    margin: 20px 0 0; }
  .program b {
    margin: 40px 0 0; }
  .program ul {
    margin-bottom: 20px; }
  .program a {
    color: #fff;
    text-decoration: underline; }
    .program a:hover {
      text-decoration: none; }

.sns {
  background-color: #cb3834; }
  .sns__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 0 14%; }
    @media screen and (max-width: 767px) {
      .sns__wrapper {
        display: flex; } }
    @media screen and (min-width: 768px) {
      .sns__wrapper {
        padding: 0 0;
        display: flex;
        justify-content: center;
        gap: 20px; } }
  .sns__icon img {
    max-height: 40px;
    max-width: 100px; }
  .sns small {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    display: block;
    padding: 30px 0; }
