@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  width: auto;
  height: auto;
  min-width: 1288px;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 0.5px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  body {
    min-width: auto;
  }
}
.inner {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}

.inner_short {
  position: relative;
  width: 1008px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .inner {
    width: 96%;
    margin: 0 2%;
  }

  .inner_short {
    width: 96%;
    margin: 0 2%;
  }
}
.content_box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 120px 0;
}
.content_box.bg_brown {
  background: #9e8e84;
}
.content_box.bg_introduction {
  background: url("../images/bg_introduction.png") no-repeat, url("../images/bg_sand.jpg") repeat;
  background-size: 100% auto , auto;
  background-position: top center , top left;
}
.content_box.bg_gray {
  background: #e5e5e5;
}
.content_box.bg_theater {
  padding-bottom: 640px;
  background: url("../images/bg_theater.png") no-repeat, #fdffff;
  background-position: bottom center;
  background-size: 100% auto , auto;
}

@media screen and (max-width: 896px) {
  .content_box {
    padding: 48px 0;
  }
  .content_box.bg_introduction {
    background-size: 260% auto , auto;
  }
  .content_box.bg_theater {
    padding-bottom: 120px;
  }
}
/* PC/SP 表示・非表示
----------------------------------------------------*/
/*PCでは表示しない*/
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　画像
----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

/*　リンク
----------------------------------------------------*/
a {
  text-decoration: none;
  color: #0071bc;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/* 見出し
----------------------------------------------------*/
.content_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 80px;
  font-size: 3.8rem;
  text-align: center;
  line-height: 1.4;
}
.content_title.c_white {
  color: #fff;
}
.content_title.comment_title {
  margin-top: 18%;
}

@media screen and (max-width: 896px) {
  .content_title {
    margin-bottom: 32px;
    font-size: 2.6rem;
  }
  .content_title.comment_title {
    margin-top: 12%;
  }
}
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 80px 41%;
  background: url("../images/img_main.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.global_header .logo {
  width: 59%;
  height: auto;
  max-width: 1014px;
  margin-top: 600px;
  padding-bottom: 8.5%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/logo.png") no-repeat;
  background-position: top center;
  background-size: contain;
}
.global_header .header_vertical_copy {
  position: absolute;
  top: 4.8%;
  right: 10.8%;
  width: 19.5%;
  height: auto;
  max-width: 367px;
}
.global_header .header_copy {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
  margin-top: 10%;
  text-align: center;
  color: #fff;
  font-size: 1.259vw;
  letter-spacing: 0.6rem;
  line-height: 1.4;
}
.global_header .header_copy > dt {
  position: relative;
}
.global_header .header_copy > dt .c_01 {
  color: #ed1c24;
  font-size: 2.099vw;
}
.global_header .header_copy > dt .c_02 {
  color: #aa6849;
  font-size: 2.099vw;
}
.global_header .header_copy > dd {
  position: relative;
  display: inline-block;
  padding-left: 4%;
  font-size: 4.724vw;
}
.global_header .header_copy > dd::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(193, 39, 45, 0) 0%, rgba(193, 39, 45, 0.75) 15%, rgba(193, 39, 45, 0.75) 50%, rgba(193, 39, 45, 0.75) 85%, rgba(193, 39, 45, 0) 100%);
}

@media screen and (max-width: 896px) {
  .global_header {
    padding: 4% 4% 52%;
  }
  .global_header .logo {
    width: 80%;
    height: auto;
    margin-top: 220px;
    padding-bottom: 8.5%;
  }
  .global_header .header_vertical_copy {
    top: 4.8%;
    right: 5.6%;
  }
  .global_header .header_copy {
    margin-top: 12%;
    font-size: 1.2rem;
    letter-spacing: 0.6rem;
    line-height: 1.4;
  }
  .global_header .header_copy > dt {
    position: relative;
  }
  .global_header .header_copy > dt .c_01 {
    color: #ed1c24;
    font-size: 1.4rem;
  }
  .global_header .header_copy > dt .c_02 {
    color: #aa6849;
    font-size: 1.4rem;
  }
  .global_header .header_copy > dd {
    display: inline-block;
    margin-top: 4px;
    padding-left: 4%;
    font-size: 2.1rem;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24px 0;
  background: #9e8e84;
}
.global_footer .copyright {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .global_footer {
    padding: 12px 0;
  }
  .global_footer .copyright {
    font-size: 1.4rem;
  }
}
/*****************************************************

 Page - Home
 
*****************************************************/
/* comment_excerpt
----------------------------------------------------*/
.comment_excerpt_wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.comment_excerpt_wrap .comment_excerpt {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 6% 6% 32%;
  background: url("../images/bg_comment_excerpt.png") no-repeat, #433a36;
  background-position: bottom right;
  background-size: 100% auto , auto;
}
.comment_excerpt_wrap .comment_excerpt .comment_excerpt_text {
  display: block;
  margin: 0 auto;
}
.comment_excerpt_wrap .comment_excerpt_list {
  display: flex;
}
.comment_excerpt_wrap .comment_excerpt_list > li {
  width: calc(100% / 4);
  height: auto;
}
.comment_excerpt_wrap .comment_excerpt_list > li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .comment_excerpt_wrap .comment_excerpt {
    padding: 8% 10% 38%;
  }
  .comment_excerpt_wrap .comment_excerpt_list {
    flex-wrap: wrap;
  }
  .comment_excerpt_wrap .comment_excerpt_list > li {
    width: calc(100% / 2);
    height: auto;
  }
}
/* youtube_box
----------------------------------------------------*/
.youtube_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* text_roadshow
----------------------------------------------------*/
.text_roadshow {
  margin-top: 80px;
  text-align: center;
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.text_roadshow dt span {
  display: block;
  color: #df3f8c;
}
.text_roadshow dd {
  margin-top: 48px;
  font-size: 3.4rem;
}

@media screen and (max-width: 896px) {
  .text_roadshow {
    margin-top: 32px;
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .text_roadshow dt span {
    display: block;
    color: #df3f8c;
  }
  .text_roadshow dd {
    margin-top: 6px;
    font-size: 2.2rem;
  }
}
/* text_introduction
----------------------------------------------------*/
.text_introduction {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  line-height: 2.0;
}
.text_introduction .text_big {
  font-size: 2.8rem;
}

@media screen and (max-width: 896px) {
  .text_introduction {
    font-size: 1.2rem;
    line-height: 1.85;
  }
  .text_introduction .text_big {
    font-size: 1.6rem;
  }
}
/* cs_text
----------------------------------------------------*/
.cs_text {
  position: relative;
}
.cs_text dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding-bottom: 8px;
  font-size: 2.2rem;
  line-height: 1.4;
  border-bottom: 1px #4d4d4d solid;
}
.cs_text dt.no_border {
  border-bottom: none;
}
.cs_text dt.no_border + dd {
  margin-top: 16px;
}
.cs_text dt .katagaki {
  display: block;
  font-size: 1.6rem;
}
.cs_text dt .furigana {
  display: block;
  font-size: 1.4rem;
}
.cs_text dd {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
}
.cs_text dd + dd {
  margin-top: 16px;
}
.cs_text + .cs_text {
  margin-top: 56px;
}

@media screen and (max-width: 896px) {
  .cs_text dt {
    padding-bottom: 6px;
    font-size: 1.6rem;
  }
  .cs_text dt.no_border + dd {
    margin-top: 10px;
  }
  .cs_text dt .katagaki {
    display: block;
    font-size: 1.2rem;
  }
  .cs_text dt .furigana {
    font-size: 1.0rem;
  }
  .cs_text dd {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .cs_text dd + dd {
    margin-top: 12px;
  }
  .cs_text + .cs_text {
    margin-top: 32px;
  }
}
/* introduction_list
----------------------------------------------------*/
.introduction_list {
  display: flex;
}
.introduction_list > li {
  width: calc(100% / 3);
  height: auto;
}
.introduction_list > li img {
  width: 100%;
  height: auto;
}

/* staff_box
----------------------------------------------------*/
.staff_box {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 72px;
  background: #fff;
}
.staff_box.w_producer {
  width: 1096px;
  height: auto;
  margin-top: 64px;
}

@media screen and (max-width: 896px) {
  .staff_box {
    padding: 24px;
  }
  .staff_box.w_producer {
    width: 100%;
    margin-top: 32px;
  }
}
/* lt_rp
----------------------------------------------------*/
.lt_rp {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.lt_rp .text_area {
  position: relative;
  width: 61%;
  height: auto;
}
.lt_rp .photo_area {
  position: relative;
  width: 35%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .lt_rp {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .lt_rp .text_area {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .lt_rp .photo_area {
    width: 100%;
    height: auto;
  }
  .lt_rp .photo_area img {
    display: block;
    margin: 0 auto;
  }
}
/* tbl_movie_info
----------------------------------------------------*/
.tbl_movie_info {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 48px;
  font-size: 1.6rem;
  border-top: 1px #b3b3b3 solid;
}
.tbl_movie_info tr {
  border-bottom: 1px #b3b3b3 solid;
}
.tbl_movie_info tr th {
  width: 25%;
  height: auto;
  padding: 16px 8px;
  font-weight: bold;
}
.tbl_movie_info tr td {
  width: 75%;
  height: auto;
  padding: 16px 8px;
}
.tbl_movie_info tr td .tbl_flex_icon {
  display: flex;
  align-items: center;
}
.tbl_movie_info tr td .tbl_flex_icon .text_wrap {
  flex-grow: 1;
  margin-left: 20px;
}

@media screen and (max-width: 896px) {
  .tbl_movie_info {
    margin-top: 32px;
    font-size: 1.3rem;
  }
  .tbl_movie_info tr {
    border-bottom: 1px #b3b3b3 solid;
  }
  .tbl_movie_info tr th {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 2px 2px;
  }
  .tbl_movie_info tr td {
    display: block;
    width: 100%;
    height: auto;
    padding: 2px 2px 16px;
  }
  .tbl_movie_info tr td .tbl_flex_icon .text_wrap {
    margin-left: 14px;
  }
}
/* theater_area_wrap
----------------------------------------------------*/
.theater_area_wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.theater_area_wrap + .theater_area_wrap {
  margin-top: 40px;
}
.theater_area_wrap .theater_area_title {
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 896px) {
  .theater_area_wrap + .theater_area_wrap {
    margin-top: 32px;
  }
  .theater_area_wrap .theater_area_title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}
/* tbl_theater
----------------------------------------------------*/
.tbl_theater {
  position: relative;
  width: 100%;
  height: auto;
  border-collapse: separate;
  border-spacing: 2px;
}
.tbl_theater tbody tr {
  position: relative;
}
.tbl_theater tbody tr th {
  padding: 16px 8px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #b4d1b8;
}
.tbl_theater tbody tr td {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding: 18px 8px;
  font-size: 1.6rem;
  text-align: center;
  background: #f2f2f2;
}
.tbl_theater tbody tr td.w_area {
  width: 10%;
}
.tbl_theater tbody tr td.w_theater {
  width: 22.5%;
}
.tbl_theater tbody tr td.w_phone {
  width: 22.5%;
}
.tbl_theater tbody tr td.w_date {
  width: 45%;
}

@media screen and (max-width: 896px) {
  .tbl_theater_sp_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tbl_theater_sp_wrap .scroll_text {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }

  .tbl_theater {
    min-width: 720px;
    border-spacing: 1px;
  }
  .tbl_theater tbody tr th {
    padding: 14px 6px;
    font-size: 1.4rem;
  }
  .tbl_theater tbody tr td {
    padding: 16px 6px;
    font-size: 1.3rem;
  }
}
/* btn_2col
----------------------------------------------------*/
.btn_2col {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.btn_2col > li {
  position: relative;
  width: 42%;
  height: auto;
  margin: 0 2%;
}
.btn_2col > li a {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 20px 8px 22px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  background: #fff;
}
.btn_2col > li a.icon_x {
  color: #fff;
  background: #0F1419;
}
.btn_2col > li a.icon_x::before {
  display: inline-block;
  font-family: 'Font Awesome 7 Brands';
  content: "\e61b";
  margin-right: 14px;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .btn_2col {
    display: block;
    margin-top: 40px;
  }
  .btn_2col > li {
    position: relative;
    width: 340px;
    height: auto;
    margin: 0 auto;
  }
  .btn_2col > li + li {
    margin-top: 16px;
  }
  .btn_2col > li a {
    padding: 18px 8px;
    font-size: 1.4rem;
  }
  .btn_2col > li a.icon_x {
    color: #fff;
    background: #0F1419;
  }
  .btn_2col > li a.icon_x::before {
    margin-right: 10px;
  }
}
