@charset "UTF-8";

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Serif JP", "GFS Didot", serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* フォント */
.font-mincho {
  font-family: "Noto Serif JP", serif;
}
.font-gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.font-didot {
  font-family: "GFS Didot", serif;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.title_section {
  margin-bottom: 1.25em;
  color: #f5ca9a;
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
}

.copyright {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .03em;
  line-height: 1.5;
}

@media (768px <= width) {
  .sp {
    display: none !important;
  }
}
@media (width < 767px) {
  .pc {
    display: none !important;
  }
}

/**********************************************************
 * header
 **********************************************************/
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 24px 0;
  background: linear-gradient(
    90deg,
    #00103f 0%,
    #265996 15%,
    #4f7989 50%,
    #948000 85%,
    #00103f 100%
  );
  z-index: 1;
}
header nav ul {
  display: flex;
  justify-content: center;
}
header nav li {
  padding: 0 20px;
  border-left: solid 1px #fff;
}
header nav li:last-child {
  border-right: solid 1px #fff;
}
header nav a {
  font-family: "GFS Didot", serif;
  font-size: 2.2rem;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: -.02em;
  color: #fff;
}

/**********************************************************
 * TOP
 **********************************************************/
#top {
  background-color: #020926;
}

/**********************************************************
 * ABOUT
 **********************************************************/
#about {
  padding: 40px 0;
  background-image: url("../img/bg_about@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#about .title_section-sub {
  margin: 0 0 1.5em;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
}
#about .about_box {
  display: flex;
  gap: 60px;
  margin: 0 auto;
  max-width: 1000px;
}
#about .about_box + .about_box {
  margin-top: 40px;
}
#about .about_img {
  flex: 0 0 465px;
  width: 100%;
}
#about .about_img img {
  width: 100%;
  height: auto;
}
#about .about_text {
  flex: 1;
  padding-left: 36px;
  font-size: 1.7rem;
  line-height: 1.7;
}
#about .about_box:nth-child(even) .about_img {
  order: 1;
}
#about .about_box:nth-child(even) .about_text {
  order: 2;
  padding-right: 36px;
}
#about p + p {
  margin-top: 1.5em;
}

/**********************************************************
 * OUTLINE
 **********************************************************/
#outline {
  padding: 50px 0;
  color: #00103f;
  text-align: center;
  background-image: url("../img/bg_outline@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#outline .title_section {
  color: #c4390e;
}
#outline .title_content {
  margin-bottom: 60px;
  font-size: 2.8rem;
  letter-spacing: .08em;
}
#outline .title_content_sub {
  margin-bottom: .5em;
  color: #c4390e;
  font-size: 2.4rem;
}
#outline .outline_date {
  margin-bottom: 60px;
  font-size: 2.8rem;
  line-height: 1.7;
}
#outline .outline_date .date {
  font-size: 4.0rem;
}
#outline .outline_date .add,
#outline .outline_date .soldout {
  margin-left: 1em;
  padding: 3px 8px;
  color: #fff;
  font-size: 1.4rem;
}
#outline .outline_date .add {
  background: #00103f;
}
#outline .outline_date .soldout {
  background: #c4390e;
}
#outline .outline_cast {
  font-size: 2.3rem;
  line-height: 1.7;
}

/**********************************************************
 * TICKET
 **********************************************************/
#ticket {
  padding: 70px 0 50px;
  font-size: 2.0rem;
  text-align: center;
  background-image: url("../img/bg_about@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#ticket .price {
  margin-bottom: 50px;
}
#ticket .price_title {
  margin-bottom: 1em;
}
#ticket .price_text {
  font-size: 3.0rem;
  line-height: 1.5;
}
#ticket .price_text span + span {
  margin-left: 1em;
}
#ticket .price_note {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.7;
}

#ticket .map {
  margin-bottom: 90px;
}
#ticket .buttom_map {
  display: block;
  margin: 0 auto;
  padding: 6px 14px 9px;
  width: fit-content;
  color: #fff;
  font-size: 1.8rem;
  border: 1px solid #fff;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 9999px;
  cursor: pointer;
  transition: all .3s;
}
#ticket .buttom_map span {
  font-size: 1.4rem;
}
#ticket .buttom_map:hover {
  color: #00103f;
  background: #fff;
}
#ticket .buttom_map + .buttom_map {
  margin-top: 1em;
}

#ticket .advance,
#ticket .general,
#ticket .contact {
  margin: 0 auto;
  max-width: 630px;
}
#ticket .advance,
#ticket .general {
  margin-bottom: 60px;
}
#ticket .title_content {
  margin-bottom: .8em;
  color: #f5ca9a;
  font-size: 2.4rem;
}
#ticket .text_content {
  line-height: 1.7;
}
#ticket .text_content span {
  color: #a7bcc4;
}
#ticket .text_content a {
  color: #fff;
  text-decoration: none;
}
#ticket .advance .lottery {
  margin-bottom: 1em;
  padding: 10px 0;
  background: #4f7989;
}
#ticket .advance_note {
  margin-top: .5em;
  font-size: 1.4rem;
  line-height: 1.5;
}
#ticket .lottery-prerequ {
  margin-top: 2em;
}
#ticket .ticket_url {
  margin-top: 1em;
}
#ticket .ticket_url a {
  color: #fff;
  text-decoration: none;
}

/**********************************************************
 * scene
 **********************************************************/
.scene {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 40px 0;
}

/**********************************************************
 * info
 **********************************************************/
.info {
  padding: 50px 0;
  color: #00103f;
  background-image: url("../img/bg_info@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.info .font-gothic {
  font-weight: 400;
}
.info .info-inner {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  max-width: 800px;
}
.info .movie-info_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #c4390e;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
}
.info .movie-info_title::before,
.info .movie-info_title::after {
  content: "";
  flex: 1;
  max-width: 120px;
  height: 2px;
  background: #c4390e;
}
.info .movie-info_title span {
  white-space: nowrap;
  letter-spacing: .2em;
}
.info .films-screening {
  margin-bottom: 40px;
}
.info .movie-title {
  font-size: 2.2rem;
}
.info .films-screening_text {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.info .films-screening_cast {
  font-size: 1.6rem;
  line-height: 1.7;
}
.info .running-time_text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
.info .running-time_text span {
  margin-top: .5em;
  font-size: 1.4rem;
}
.info .story {
  padding: 30px;
  max-width: 388px;
  background: rgba(255, 255, 255, 0.7);
}
.info .story_title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.2rem;
}
.info .story_text {
  font-size: 1.6rem;
  line-height: 1.7;
}

/**********************************************************
 * シネマ・コンサートとは…
 **********************************************************/
#description {
  background-color: #4f7989;
}
#description::before,
#description::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: linear-gradient(
    90deg,
    #00103f 0%,
    #265996 15%,
    #4f7989 50%,
    #948000 85%,
    #00103f 100%
  );
}
#description .box {
  margin: 0 auto;
  padding: 30px 0;
  width: 800px;
}
#description .box .title_description {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.8rem;
}
#description .box p {
  line-height: 1.5;
}

/**********************************************************
 * CAST
 **********************************************************/
#cast {
  padding: 50px 0;
  background-image: url("../img/bg_cast@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#cast .list_cast .list_cast_item {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  max-width: 800px;
}
#cast .list_cast_item + .list_cast_item {
  margin-top: 80px;
}
#cast .list_cast .cast_info {
  flex: 0 0 325px;
}
#cast .list_cast .name {
  margin-bottom: .5em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
#cast .list_cast .name span {
  font-size: 1.7rem;
}
#cast .list_cast .cast_text {
  font-size: 1.6rem;
  line-height: 1.5;
}
#cast .list_cast .cast_text p + p {
  margin-top: 1em;
}
#cast .list_cast a {
  color: #fff;
  text-decoration: none;
}
#cast .cast_link {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cast .sns_list {
  display: flex;
  align-items: center;
  gap: 6px;
}
#cast .sns_list .facebook img {
  width: 15px;
}
#cast .sns_list .x img {
  width: 14px;
}
#cast .sns_list .instagram img {
  width: 16px;
}
#cast .sns_list .youtube img {
  width: 23px;
}

/**********************************************************
 * 最新作
 **********************************************************/
.new-movie {
  padding: 30px 0;
  text-align: center;
  background: #c4390e;
}
.new-movie_box {
  margin: 0 auto;
  padding: 30px;
  max-width: 1000px;
  background: #000;
}
.new-movie .new-movie_title {
  color: #f5ca9a;
  font-size: 2.0rem;
  line-height: 1.5;
}
.new-movie .new-movie_name {
  font-size: 2.4rem;
  line-height: 1.5;
}
.new-movie .distribution {
  margin: .5em 0 2em;
  font-size: 1.4rem;
  line-height: 1.5;
}
.new-movie_text {
  margin: 0 auto 1.5em;
  max-width: 800px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.new-movie .official {
  font-size: 1.8rem;
}
.new-movie .official a {
  color: #fff;
  text-decoration: none;
}
.new-movie_box figure {
  margin: 0 auto 2em;
  width: 270px;
}

/**********************************************************
 * footer
 **********************************************************/
footer {
  padding: 40px 0;
  color: #00103f;
  text-align: center;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(178, 178, 178, 1) 100%);
}
footer .organizer {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}