@charset "UTF-8";
/* CSS Document */
/* 全体の設定 */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #C9C9C9;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.1rem;
  /* 背景テクスチャ設定 */
  background: url("../img/background_texture.jpg");
  background-blend-mode: lighten;
  height: 0;
  top:0;
  background-repeat: repeat;
  background-size: auto;
}
img {
  border-style:none;
}
h3 {
  font-size: 2.8rem;
  font-family: 'Yuji Syuku', serif;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  width: 75%;
}
/* 全体の設定 ここまで */
/*　3本線　pc時非表示 */
#nav-toggle {
  display: none;
  z-index: 1000;
}
/* サイドバー*/
.kazahana_logo {
  margin-top: 80px;
  width: 100%;
  height: auto;
}
.kazahana_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
aside {
  z-index: 1000;
  position: fixed;
  height: 100%;
  width: 25%;
  top: 0;
  right: 0;
  background-color: #000;
  /* 背景テクスチャ設定 */
  background: url("../img/background_texture.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  font-family: 'Yuji Syuku', serif;
}
.aside_nav ul {
  width: 70%;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 60px auto;
  color: #C9C9C9;
}
.aside_nav ul li {
  margin-top: 20px;
}
/* サイドバー　sns　*/
.aside_sns {
  display: flex;
  width: 70%;
  margin: 0 auto 3em;
}
.aside_nav_ul a:hover {
  opacity: 0.5;
}
.aside_sns_container {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 2px;
}
.aside_sns_container:hover {
  opacity: 0.5;
}
.aside_sns_container a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.aside_sns_container img {
  position: absolute;
  width: 40%;
  height: 40%;
  object-fit: cover;
  top: 30%;
  left: 30%;
}
.company_hp_container {
  position: relative;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: solid 1px #fff;
  margin: 0 2px;
  font-family: 'Sawarabi Mincho', serif;
}
.company_hp_container:hover {
  opacity: 0.5;
}
.company_hp_container a {
  display: block;
  width: 140px;
  height: 40px;
  border-radius: 20px;
}
.company_hp_container p {
  font-size: 1.4rem;
  letter-spacing: 0;
}
/* サイドバー　sns　ここまで　*/
/*トップに戻るボタン　サイドバーに常に表示 */
.back_top_button_container {
  position: absolute;
  right: 4%;
  bottom: 3%;
  transition: .8s;
}
.back_top_button_container:hover {
  opacity: 0.5;
}
.back_top_button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 2px;
}
.back_top_button::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 30%;
  right: 38%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
/*　スマホ　設定　*/
@media(max-width:1000px) {
  main {
    width: 100% !important;
    position: relative !important;
  }
  h3 {
    font-size: 2rem;
  }
  aside {
    width: 100% !important;
    transform: translateX(150%);
    transition: all .8s;
  }
  .aside_nav ul {
  margin: 40px auto;
}
  #nav-toggle {
    z-index: 1100;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 40px;
    cursor: pointer;
  }
  #nav-toggle .nav-circle {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    border: solid 1px #fff;
  }
  #nav-toggle .nav-line {
    position: relative;
    width: 18px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 11px;
    top: 11px;
    display: block;
    background: #FFF;
    position: absolute;
    transition: .35s ease-in-out;
  }
  /* ハンバーガーメニュー　3本線*/
  #nav-toggle span:nth-child(1) {
    top: 13px;
  }
  #nav-toggle span:nth-child(2) {
    top: 19px;
  }
  #nav-toggle span:nth-child(3) {
    top: 25px;
  }
  #nav-toggle.active .nav-line { /* ハンバーガーメニューの1番目の線 */
    top: -10%;
  }
  #nav-toggle.active span:nth-child(1) { /* ハンバーガーメニューの1番目の線 */
    top: 18px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
  }
  #nav-toggle.active span:nth-child(2) { /* ハンバーガーメニューの2番目の線 */
    opacity: 0; /* 透明にする */
  }
  #nav-toggle.active span:nth-child(3) { /* ハンバーガーメニューの3番目の線 */
    top: 30px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
  }
  aside.active {
    transform: translateX(0);
  }
  /* スマホの時　サイドバーのトップへ戻るボタンは非表示 */
  .aside_back-button {
    display: none;
  }
}
/*　スマホ　サイドバー　ロゴ　サイズ調整　*/
@media(min-width:640px) {
  .kazahana_logo {
    margin: 60px auto 0;
    width: 70%;
  }
}
@media(min-width:1000px) {
  .kazahana_logo {
    width: 100%;
  }
}
/*　アニメーション　*/
.blur {
  animation: fadein 4s ease-out forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.section_top h2 {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.section_top-text01 {
  animation: catch_anime 1.4s forwards 0.8s;
}
.section_top-text02 {
  animation: catch_anime 1.4s forwards 1.4s;
}
.fade-in {
  animation: catch_anime 1.4s forwards 0.4s;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fade-in_Trigger {
  opacity: 0;
}
@keyframes catch_anime {
  0% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* top */
.section_top {
  position: relative;
}
.section_top-image {
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 73.9%;
  background: url("../img/top_image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section_top-text01 {
  position: absolute;
  font-family: 'Yuji Mai', serif;
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  z-index: 100;
  top: 10%;
  right: 5%;
  letter-spacing: 0.2rem;
}
.section_top-text02 {
  position: absolute;
  font-family: 'Yuji Mai', serif;
  writing-mode: vertical-rl;
  font-size: 2.7rem;
  z-index: 100;
  bottom: 2%;
  left: 5%;
  letter-spacing: 0.2rem;
}
.sp_logo {
  display: none;
}
/*スマホ　top　*/
@media(max-width:640px) {
  .section_top-image {
    padding-top: 90vh;
  }
  .section_top-text01, .section_top-text02 {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
  }
  .sp_logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .sp_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media(max-width:1000px) {
  .sp_logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .sp_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* 予告 */
.section_notice {
  margin: 0 auto 100px;
  padding-top: 120px;
}
.responsive {
  margin-top: 60px;
}
.section_notice-size {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 600px;
}
@media(max-width:640px) {
  .section_notice {
    margin: 0 24px 100px;
  }
  .responsive {
    margin: 20px auto 0;
    max-width: 400px;
  }
}
/* 最新情報 */
.section_latest-information {
  margin: 0 auto;
  background-color: rgba(87, 83, 62, 0.5);
}
.section_latest-information h3 {
  padding-top: 100px;
}
.Twitter {
  margin: 0 auto;
  padding: 60px 0 100px;
}
.twitter-timeline {
  position: relative;
  max-width: 600px !important;
  margin-left: auto;
  margin-right: auto;
}
.Twitter_button {
  max-width: 600px !important;
  text-align: right;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width:640px) {
  .Twitter {
    padding: 20px 0 100px;
    margin: 0 24px;
  }
  .twitter-timeline, .Twitter_button {
    max-height: 500px !important;
  }
}
/* イントロダクション */
.section_introduction {
  position: relative;
}
.section_introduction-backimage {
  width: 100%;
  height: auto;
}
.section_introduction-backimage::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(185, 122, 98, 0.60);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section_introduction-backimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_introduction_text {
  position: absolute;
  top: 40%;
  left: 10%;
  max-width: 550px;
  text-align: left;
  word-break: break-all;
}
.section_introduction_text p {
  font-size: 1.6rem;
  line-height: 3.6rem;
  padding-top: 40px;
  letter-spacing: 0.1rem !important;
}
.sp_br {
  display: none;
}
@media(max-width:640px) {
  .section_introduction {
    margin: 60px auto 0;
  }
  .section_introduction-backimage {
    aspect-ratio: 4/6;
    max-height: 550px;
  }
  .section_introduction-backimage img {
    object-position: 80% 25%;
  }
  .section_introduction_text-sp_container {
    margin: 0 auto;
  }
  .section_introduction_text {
    margin: 100px 24px 0;
    top: 0;
    left: 0;
    right: 0;
    max-width: 640px;
    text-align: center;
    font-size: calc((100vw - 320px) / 140 + 16px);
  }
  .section_introduction_text p {
    padding-top: 30px;
    letter-spacing: -0.1rem !important;
    max-width: 400px;
    margin: 0 auto;
  }
  .sp_br {
    display: block;
  }
}
/*------ あらすじ ---------*/
.section_synopsis {
  margin: 100px auto 0;
}
.section_synopsis_image {
  aspect-ratio: 7.4/2.6;
}
.section_synopsis_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_synopsis h3 {
  margin-top: 40px;
}
.section_synopsis p {
  line-height: 3rem;
  position: relative;
  margin: 40px auto 60px;
}
.pc_br {
  display: block;
}
.section_synopsis p span {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
/* slider画像　画面いっぱいに表示 */
.slider img {
  width: 100%;
}
.slider div {
  transition: none;
}
@media(max-width:1000px) {
  .section_synopsis p {
    text-align: left;
    margin-left: 24px;
    margin-right: 24px;
  }
  .pc_br {
    display: none;
  }
}
@media(max-width:640px) {
  .section_synopsis {
    margin: 60px auto 0;
  }
  .section_synopsis_image {
    aspect-ratio: 4.5/5.5;
  }
  .section_synopsis_image img {
    object-position: 45% 25%;
  }
  .section_synopsis h3 {
    margin-top: 30px;
  }
  .section_synopsis p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin: 20px 24px 60px;
  }
}
/*------ キャスト ---------*/
.section_cast {
  padding-top: 100px;
}
.section_cast_list {
  margin: 40px auto 0;
  width: 100%;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section_cast_list li {
  display: flex;
  width: 47%;
  height: auto;
  margin: 2vw 1%;
  position: relative;
  text-align: left;
}
.cast_image-container {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.cast_image-container::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.cast_image-container img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cast_information_flex {
  display: flex;
  flex-flow: column;
  width: 60%;
  padding-left: 10px;
}
.cast_sns {
  display: flex;
  padding: 30px 10px 0 0;
}
.cast_sns_long {
  padding: 20px 10px 0 0;
}
.cast_sns_container {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 2px;
}
.cast_sns_container:hover {
  opacity: 0.5;
}
.cast_sns_container a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cast_sns_container img {
  position: absolute;
  width: 50%;
  height: 50%;
  object-fit: cover;
  top: 25%;
  left: 25%;
}
.cast_name {
  font-size: 2.4rem;
}
.cast_name_span {
  padding-left: 5px;
}
.cast_name, .cast_role-name {
  padding-top: 10px;
}
.cast_role-name {
  color: #857F5F;
}
.cast_role-overview {
  padding-top: 30px;
}
@media(max-width:640px) {
  .section_cast_list {
    margin: 30px auto 0;
    width: 87%;
    height: auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section_cast_list li {
    display: flex;
    width: 100%;
    height: auto;
    margin: 2vw 1%;
    position: relative;
    text-align: left;
  }
  .cast_image-container {
    width: 100%;
  }
  .cast_information_flex {
    width: 70%;
    padding-left: 20px;
  }
  /*  キャスト05、間隔文字数多いため調整*/
  .cast_sns_05 {
    padding-top: 5px;
  }
  /*  キャスト05、07,09 文字数多いため間隔調整*/
  .cast_name_long {
    padding-top: 5px;
    font-size: 2.2rem;
  }
  .cast_role-name_long {
    padding-top: 3px;
  }
  .cast_role-overview05 {
    font-size: 1.4rem;
  }
  /* 文字数多いため調整 ここまで*/
  .cast_role-overview {
    padding-top: 10px;
  }
}
/* スタッフ　*/
.section_staff {
  margin: 100px auto 0;
  padding: 100px 0;
  background-color: rgba(87, 83, 62, 0.5);
}
.section_staff h3 {
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  font-family: 'Sawarabi Mincho', serif;
}
.section_staff-director {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 30px;
  display: flex;
}
.director-image_container {
  margin: 2vw 2vh;
  aspect-ratio: 4.2/5.8;
  max-width: 230px;
  max-height: 300px;
}
.director-image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.director-introduction_container {
  display: flex;
}
.staff_name {
  font-size: 2.4rem;
}
/*スタッフ　sns　デザイン設定*/
.staff_sns {
  display: flex;
  padding-left: 20px;
}
.staff_sns_container {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 3px;
}
.staff_sns_container:hover {
  opacity: 0.5;
}
.staff_sns_container a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.staff_sns_container img {
  position: absolute;
  width: 50%;
  height: 50%;
  object-fit: cover;
  top: 25%;
  left: 25%;
}
.director-text_container {
  flex: 1;
  max-width: 700px;
  padding: 2vw 3vh;
  margin: 0 auto;
}
.director_comment p {
  text-align: left;
  padding-top: 30px;
}
/* ＋sicksとは */
.section_staff-actor_group {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}
.actor_group-image_container {
  margin: 100px 2vh 0;
  aspect-ratio: 1/1;
  max-width: 230px;
  max-height: 230px;
  border-radius: 50%;
}
.actor_group-image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.actor_group-introduction {
  flex: 1;
  max-width: 700px;
  padding: 100px 3vh 0;
}
.staff-actor_group_name {
  display: inline-block;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #C9C9C9;
}
.staff-actor_group_introduction {
  padding-top: 30px;
}
@media(max-width:1370px) {
  /*　1370px-1000pxまで　margin調整　*/
  .section_staff h3 {
    margin: 0 24px;
  }
}
@media(max-width:1000px) {
  .section_staff-director {
    margin: 0 24px;
    max-width: 1000px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .section_staff h3 {
    max-width: 300px;
    margin: 0 auto;
  }
  .director-image_container {
    margin: 0 auto;
    aspect-ratio: 4.3/5.7;
    max-width: 230px;
    max-height: 300px;
  }
  .director-introduction_container {
    text-align: center;
    margin: 20px auto 0;
    max-width: 230px;
    justify-content: center;
  }
  .director-text_container {
    padding: 0;
  }
  .staff_name {
    font-size: 2rem;
  }
  /* ＋sicksとは  スマホ*/
  .section_staff-actor_group {
    margin: 100px 24px 0;
    flex-direction: column;
  }
  .actor_group-image_container {
    margin: 0 auto;
  }
  .actor_group-introduction {
    padding: 0;
    margin: 30px auto 0;
  }
}
/* 上映劇場 */
.section_screening-theater {
  margin: 0 24px;
  padding-top: 100px;
}
.screening-theater_list {
  margin: 60px auto 0;
  max-width: 900px;
}
.section_screening-theater ul li p {
  width: 30%;
  text-align: center;
}
.section_screening-theater ul li p a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}
.section_screening-theater ul li p a:hover {
  opacity: 0.5;
}
.screening-theater_list-top, .screening-theater_list01, .screening-theater_list02 {
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 25px 0 20px;
}
.theater_list-top02 {
  display: none;
}
.section_screening-theater_annotation {
  margin: 10px auto 0;
  max-width: 900px;
  text-align: right;
  font-size: 1.8rem;
}
/* 上映終了の劇場のみ記載 */
.screening_ends {
  color: #857F5F;
}
@media(max-width:640px) {
  .section_screening-theater {
    max-width: 700px;
  }
  .section_screening-theater ul {
    margin: 20px 0 0;
  }
  .theater_list-top02 {
    display: block;
  }
  .screening-theater_list01_flex {
    border-top: 1px solid #707070;
  }
  .screening-theater_list01_flex, .screening-theater_list02_flex {
    display: flex;
    justify-content: flex-start;
  }
  .screening-theater_list-top {
    flex-direction: column;
    width: 34%;
    padding: 0 0 20px;
    max-width: 138px;
  }
  .screening-theater_list01, .screening-theater_list02 {
    flex-direction: column;
    width: 76%;
    padding: 0 0 20px;
  }
  .section_screening-theater ul li p {
    padding-top: 20px;
    width: 100%;
    text-align: left;
  }
  /* 劇場名と高さ合わせる　*/
  .screening_period {
    padding-top: 25px !important;
  }
  .section_screening-theater_annotation {
    font-size: 1.4rem;
    text-align: center;
  }
}
/* 画面が330px以上の時　非表示　*/
@media(min-width:330px) {
  .br-330 {
    display: none;
  }
}
/* 画面が330px以下の時　適用　*/
@media(max-width:330px) {
  .screening_period02 {
    padding-top: 50px !important;
  }
}
/* メディア*/
.section_media {
  margin: 0 auto;
  padding-top: 100px;
}
.section_media ol {
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  list-style: none;
  max-width: 900px;
}
.section_media ol li {
  flex: 1;
  text-align: left;
  padding: 0 1.5vh;
}
.section_media ol li a:hover {
  opacity: 0.6;
}
.section_media_image_container {
  aspect-ratio: 6/4;
  max-width: 300px;
  max-height: 200px;
}
.section_media_image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_media ol li h4, .section_media ol li p {
  padding-top: 10px;
}
.section_media ol li {
  position: relative;
}
.section_media ol li::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 15%;
  right: 4%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}
@media(max-width:640px) {
  .section_media {
    max-width: 700px;
  }
  .section_media ol {
    margin: 20px 24px 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    max-width: 900px;
  }
  .section_media ol li {
    padding: 60px 0 0;
    margin: 0 auto;
  }
  .section_media_image_container {
    max-width: 648px;
    max-height: 400px;
  }
  .media01 {
    padding: 0 !important;
  }
  .section_media ol li::after {
    bottom: 8%;
  }
}
/*footer */
footer {
  margin-top: 200px;
  width: 75%;
}
.footer_image_container {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.footer_image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__copyright {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media(max-width:1000px) {
  footer {
    width: 100%;
    position: relative;
    margin-top: 130px;
  }
  .back_top_button_container-sp {
    position: fixed;
    right: 3%;
    bottom: 2%;
  }
  .back_top_button_container-sp:hover {
    opacity: 0.5;
  }
  .back_top_button-sp {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    border: solid 1px #fff;
    margin: 0 2px;
  }
  .back_top_button-sp::after {
    content: "";
    margin: auto;
    position: absolute;
    bottom: 30%;
    right: 38%;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    pointer-events: none;
  }
  .footer_sns {
    display: flex;
    width: 70%;
    margin: 0 auto 3em;
    justify-content: center;
  }
  .footer_sns_container {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    border: solid 1px #fff;
    margin: 0 10px;
  }
  .footer_sns_container a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .footer_sns_container img {
    position: absolute;
    width: 40%;
    height: 40%;
    object-fit: cover;
    top: 30%;
    left: 30%;
  }
}
/* 1000px以上は、フッターsns非表示 */
@media(min-width:1000px) {
  .footer_sns {
    display: none;
  }
}