@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*********************
 * リセット
 * ******************/
.wrap {
  width: 100%;
}
#toc{
	display:none;
}
.main {
  padding: 0 !important;
  border: 0;
}

.article h2 {
  background: none;
  margin: 0 !important;
}

.content {
  margin-top: 0;
}

.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
/*************************
 * top
 * *******************/
.header-container {
  display: none;
}

.home .article-header {
  display: none;
}

.date-tags {
  display: none;
}

/******************
 * page
 * *****************/
.page-header-title {
  max-width: 150px;
  margin: 0 auto 60px;
}

/*******************
 * ヘッダー画像
 * **************/
.slick01 {
  height: 100vh;
  margin: 0;
  position: relative;
}

.slick01 .full-image {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

.slick01 .main01 {
  background-image: url(https://beppu-tanpeneiga.com/wp-content/uploads/2021/06/DSC_2762_01.jpg);
}

.slick01 .main02 {
  /* background-image: url(https://beppu-tanpeneiga.com/wp-content/uploads/2021/06/20191123-D75_5391.jpg); */
  background-image: url(https://beppu-tanpeneiga.com/wp-content/uploads/2025/06/topimage5.jpg);
}

.slick01 .main03 {
  background-image: url(https://beppu-tanpeneiga.com/wp-content/uploads/2021/06/20180109-DSC_7209.jpg);
}

.slick01 .main04 {
  background-image: url(https://beppu-tanpeneiga.com/wp-content/uploads/2021/06/20180913-D75_2260.jpg);
}

.header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.slide-animation {
  animation: fadezoom 8s linear 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/****************
*フッター
*****************/
.footer-meta {
  display: none;
}

.footer {
  margin-top: 0;
  border-top: 1px solid #fff;
}

.footer-bottom {
  margin-top: 0;
}

/************************
 * メニューボタン
 * *********************/
/*ハンバーガーボタン*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #a9a9a9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #a9a9a9;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #a9a9a9;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 25%;
  opacity: 0;
  pointer-events: none;
  /*   display: none; */
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  pointer-events: auto;
  /* display: block; */
}
/******************
 * ボタン
 * ***************/
.gr-btn {
  max-width: 250px;
  margin: 20px auto;
  background: -moz-linear-gradient(left, #add8e6, #007199);
  background: -webkit-linear-gradient(left, #add8e6, #007199);
  background: linear-gradient(to right, #add8e6, #007199);
  transition: 0.5s;
  position: relative;
}

.gr-btn a {
  text-decoration: none;
  padding: 10px;
  color: #fff;
  text-align: center;
  display: block;
}

.gr-btn a::after {
  position: absolute;
  right: 20px;
  transition: 0.4s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  top: 5px;
  color: #fff;
  font-size: 20px;
}

.gr-btn a:hover::after {
  right: 10px;
}

/**********************
 * セクション
 * ******************/
.section-title {
  margin: 0 auto 60px;
  text-align: center;
}

.section-title h2 {
  font-size: 50px;
  font-family: Futura, "Century Gothic";
  font-weight: 400;
}

.section-title.japanese {
  margin: 0 auto 40px;
}

.section-title.japanese h2 {
  font-size: 28px;
  color: #007199;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

/**********************
 * message-section
 * ****************/
#message-section {
  background-color: #fff;
  margin: 50px 0;
  padding: 20px;
}

.message-inner {
  max-width: 431px;
  margin: 0 auto;
}

.message-inner img {
  width: 100%;
}

.message-inner p {
  color: #696969;
}

.message-inner p:nth-of-type(2) {
  margin-bottom: 0;
}

/*******************
 * info-section
 * ****************/
#info-section {
  background-color: #000;
  color: #fff;
}

#info-section02 {
  background-color: #707070;
  color: #fff;
}

.info-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
}

@media screen and (max-width: 480px) {
  .info-inner {
    padding: 20px;
  }
}

/***********************
 * about-section
 * *******************/
#about-section {
  background-image: url(https://beppu-tanpeneiga.com/wp-content/uploads/2021/06/messageImage_1622532191628.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 0 left 30%;
  padding: 100px 20px;
}

.about-inner {
  max-width: 800px;
  padding: 50px 100px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-word {
  color: #fff;
}

/****************************
 * movie-section
 * *************************/
#movie-section {
  background-color: #000;
  padding: 80px 0 5px;
  width: 100%;
}

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

#movie-section .section-title {
  color: #fff;
}

#movie-section .video-container {
  max-width: 1200px;
}

#movie-section .video-container:not(:last-of-type) {
  margin-bottom: 100px;
}

/********************************
 * director-section, cast-section
 * ******************************/
#director-section,
#cast-section {
  background-color: black;
  padding: 80px 10px;
}

#director-section .section-title,
#cast-section .section-title {
  color: #fff;
}

.director-inner,
.cast-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.director-item p,
.cast-item p {
  color: #fff;
  text-align: center;
}

.slide-img {
  max-width: 280px;
  overflow: hidden;
  margin-bottom: 20px;
}

.slide-img img {
  transition: 0.5s;
  width: 100%;
}

/* .slide-img img:hover {
  transform: scale(1.1);
} */

.director-item a,
.cast-item a {
  text-decoration: none;
}

@media screen and (min-width: 834px) {
  .director-item a:hover .slide-img img {
    transform: scale(1.1);
  }

  .cast-item a:hover .slide-img img {
    transform: scale(1.1);
  }
}

.prev {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  /* background-color: rgba(255,255,255,.3); */
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -40px;
  left: 0;
  transition: 0.3s;
}

.prev:hover {
  left: -5px;
}

.next {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  /* background-color: rgba(255,255,255,.3); */
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  transition: 0.3s;
}

.next:hover {
  right: -5px;
}

/*coming soon用*/
#cast-section .cast-inner {
  position: relative;
}

#cast-section .coming-soon {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  margin: auto;
  font-size: 40px;
  color: #fff;
  z-index: 1;
  text-align: center;
}

/*******************
 * cast-list-page
 * *************/
#cast-list-page {
  background-color: black;
  padding: 80px 10px;
}

#cast-list-page .name {
  padding-top: 50px;
  margin-top: -50px;
}

#cast-list-page .section-title {
  color: #fff;
}

#cast-list-page .name {
  font-size: 1.2em;
  /* 	font-weight: bold; */
}

.cast-list-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.cast-list-item {
  display: flex;
  padding: 20px;
  margin-bottom: 50px;
  background-color: #fff;
}

.cast-list-right {
  margin-left: 30px;
  padding: 20px;
  width: 70%;
}

/*リンク飛んだとき上に余白*/
p.anchor {
  display: block;
  padding-top: 250px;
  margin-top: -250px !important;
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .cast-list-right {
    width: 50%;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  .cast-list-item {
    flex-direction: column;
    align-items: center;
  }
  .cast-list-left {
    width: 50%;
  }
  .cast-list-right {
    margin-left: 0;
    width: 100%;
    padding: 20px 0 0 0;
  }
  p.name {
    text-align: center;
  }
}
/*******************
 * sceneセクション
 * ***************/
#scene-section {
  width: 100%;
  background-color: #000;
  padding: 80px 10px;
}

#scene-section ul {
  padding-left: 0;
}

#scene-section li {
  margin: 0;
}

#scene-section .section-title {
  color: #fff;
}

.scene-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.scroll-area {
  width: 100%;
  position: relative;
}

.scene-inner p.scroll-txt {
  color: #fff;
  position: absolute;
  right: 0;
  top: -30px;
  padding-right: 20px;
  font-size: 14px;
  display: none;
}

.scroll-tab {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
  overflow-y: hidden;
}

/* .scene-inner p.scroll-txt {
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: none;
} */

.scene-inner p.scroll-txt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  animation: scroll-arrow 1.2s ease infinite;
  position: absolute;
  right: 0;
}

@keyframes scroll-arrow {
  0% {
    right: 8px;
    opacity: 0;
  }
  100% {
    right: 0;
  }
}

@media screen and (max-width: 834px) {
  .scene-inner p.scroll-txt {
    display: block;
  }
}

.tabs {
  min-width: 1000px;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  /* margin: 50px auto 30px; */
}

.tabs li {
  width: 20%;
  background-color: #000;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  list-style: none;
}

.tabs li p {
  font-size: 24px;
  margin: 5px;
}

.tabs li p:first-of-type {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (min-width: 834px) {
  .tabs li:not(.active):hover {
    opacity: 0.7;
  }
}

.tabs li.active {
  background-color: #007199;
  border: 1px solid #007199;
}

.tabs li.active::before {
  content: "";
  position: absolute;
  background: url(https://beppu-tanpeneiga.com/wp-content/uploads/2021/09/温泉マークのアイコン素材02.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* top: 50%;
	transform: translateY(-50%); */
  top: 5px;
  left: 10px;
  width: 35px;
  height: 35px;
}

.tabs li.active::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 20px solid #007199;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.contents li {
  background-color: #007199;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  display: none;
  user-select: none;
}

.contents li.active {
  display: block;
}

.contents .members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 2人の場合 */
@media screen and (min-width: 480px) {
  .contents .members.fl {
    justify-content: flex-start;
  }
  
  .contents .members.fl .member:first-of-type {
    margin-right: 3%;
  }
}

.members .member {
  max-width: 200px;
  width: 100%;
}

.contents .members::after {
  content: "";
  display: block;
  max-width: 200px;
  width: 32%;
}

.members .member img {
  width: 100%;
}

.member p {
  color: #fff;
  text-align: center;
}

#scene-section li.coming-soon {
  color: #fff;
  font-size: 20px;
}

#scene-section .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  height: 40vw;
  max-height: 600px;
  min-height: 400px;
}

/* .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  height: 40vw;
  max-height: 600px;
  min-height: 400px;
} */

.swiper-slide {
  text-align: center;

  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.swiper-pagination {
  bottom: -7px !important;
}

.swiper-pagination-bullet {
  background: #dcdcdc !important; /* 色：緑 */
  opacity: 0.5 !important; /* 半透明（デフォルトでは0.2） */
}

.swiper-pagination-bullet-active {
  background: #fff !important; /* 色：黄色 */
  opacity: 1 !important; /* 不透明 */
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #fff;
  opacity: 0.5;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*834px以下*/
@media screen and (max-width: 834px) {
  .contents li {
    padding: 40px 20px;
  }
  .members .member {
    width: 32%;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  .tabs li p {
    font-size: 20px;
    margin: 5px;
  }

  .tabs li p:first-of-type {
    font-size: 14px;
    margin-top: 5px;
  }
  .contents li {
    padding: 20px 5px;
  }
  .members .member {
    width: 49%;
  }
}

/********************
 * works-section
 * ******************/
#works-section {
  background-color: #707070;
  padding: 80px 10px;
}

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

#works-section .section-title {
  color: #fff;
}

.swiper-works {
  overflow: hidden;
  position: relative;
}

.swiper-works .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
}

.swiper-works img {
  max-width: 425px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.swiper-works p {
  margin: 15px auto;
  color: #fff;
}

.swiper-works .swiper-pagination {
  position: static;
}

.swiper-works-thumb {
  max-width: 425px;
  width: 100%;
}

.swiper-works-thumb .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 6) !important;
}
.swiper-works-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-works-thumb .swiper-wrapper {
  justify-content: center;
}

/********************
 * schedule-section
 * ******************/
 #schedule-section {
  background-color: #707070;
  padding: 80px 10px;
}

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

#schedule-section .section-title {
  color: #fff;
}

#schedule-section .schedule {
  overflow: auto;
}

#schedule-section .schedule img {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

#schedule-section p.scroll-txt {
  padding-right: 20px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  display: none;
  position: relative;
  margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  #schedule-section p.scroll-txt {
    display: block;
  }
}

@keyframes scroll-arrow {
  0% {
    right: 8px;
    opacity: 0;
  }
  100% {
    right: 0;
  }
}

#schedule-section p.scroll-txt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  animation: scroll-arrow 1.2s ease infinite;
  position: absolute;
}

@media screen and (max-width: 834px) {
  #schedule-section .schedule img {
    max-width: 1000px;
  }
}

@media screen and (max-width: 480px) {
  #schedule-section .schedule img {
    max-width: 800px;
  }
}

/*********************
 * sponsor-section
 * *******************/
#sponsor01-section {
  background-color: #fff;
  padding: 80px 0;
  width: 100%;
}

.sponsor01-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

#sponsor01-section .section-title {
  color: #007199;
}

#sponsor01-section .section-title p {
  text-align: center;
}

#sponsor01-section .banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5px 30px;
}

#sponsor01-section .banner:not(.s-banner) {
  border-bottom: 1px solid #ddd;
}

#sponsor01-section .banner a {
  text-decoration: none;
}

.apu-banner a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 30px;
}

.apu-banner img {
  display: block;
  width: 100%;
}

.xxl-banner a {
  width: 45%;
  margin: 0 10px 30px;
}

.xxl-banner img {
  display: block;
  margin: 0 auto;
  max-width: 512px;
  width: 100%;
}

.xl-banner a {
  width: 45%;
  margin: 0 10px 30px;
}

.xl-banner img {
  display: block;
  margin: 0 auto;
  max-width: 448px;
  width: 100%;
}

.l-banner a {
  width: 30.8%;
  margin: 0 10px 30px;
}

.l-banner img {
  display: block;
  margin: 0 auto;
  max-width: 384px;
  width: 100%;
}

.l-banner::after {
  display: block;
  content: "";
  width: 30.8%;
}

.m-banner a {
  width: 22.5%;
  margin: 0 10px 30px;
}

.m-banner img {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}

.s-banner a {
  width: 17.5%;
  margin: 0 10px 30px;
}

.s-banner img {
  display: block;
  margin: 0 auto;
  max-width: 256px;
  width: 100%;
}

.s-banner::after {
  content: "";
  width: 29%;
  display: block;
  margin: 0 10px;
}

/*834px以下*/
@media screen and (max-width: 834px) {
  .xxl-banner a {
    width: 100%;
  }
  .l-banner a,
  .m-banner a {
    width: 45%;
  }
  .s-banner a {
    width: 29%;
  }
  .m-dummy,
  .s-dummy {
    display: none;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  #sponsor01-section .banner {
    margin-bottom: 40px;
  }
  #sponsor01-section .banner a {
    margin-bottom: 20px;
  }
  .apu-banner, .xxl-banner {
    margin-bottom: 20px!important;
  }
  .xl-banner a,
  .l-banner a {
    width: 100%;
  }
  .m-banner a,
  .s-banner a {
    width: 43%;
  }
}

.special-thanks {
  margin: 0 auto 80px;
  padding: 0 5px;
}

.special-thanks-name {
  display: flex;
  flex-wrap: wrap;
}

.special-thanks-name p {
  font-size: 20px;
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .special-thanks {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .special-thanks {
    margin-bottom: 40px;
  }
  .special-thanks-name p {
    width: 50%;
  }
}

.sponsor-02 {
  margin: 0 auto 80px;
  padding: 0 5px;
}

.sponsor02-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  max-height: 350px;
  margin: 60px auto 0;
  padding: 30px 10px 10px;
  border: 1px solid #333;
  overflow-x: hidden;
   overflow-y: scroll;
}

.sponsor02-box p {
  text-align: center;
  color: #333;
  width: 20%;
}

@media screen and (max-width: 834px) {
  .sponsor02 {
    margin-bottom: 60px;
  }
  .sponsor02-box p {
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  .sponsor02 {
    margin-bottom: 40px;
  }
	  .sponsor02-box {
    width: 90%;
	max-height: 100%;
    overflow-y: visible;
  }
  .sponsor02-box p {
    width: 33.3%;
	margin-bottom: 6%;
  }
}
/***********************
 * kyousan-section
 * *********************/
#kyousan-section {
  background-color: #007199;
  padding: 80px 20px 100px;
}

.kyousan-inner {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
}
/********************
 * kyousan-page
 * **************/
#kyousan-page {
  background-color: #007199;
  padding: 100px 20px;
}

.kyousan-page-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}

.fixed01 {
  position: sticky;
  left: 0;
  color: #333;
  background: #fff;
}

.fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}

#kyousan-page table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
  user-select: none;
}

.kyousan-table {
  position: relative;
}

.kyousan-table p.scroll-txt {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
  font-size: 14px;
}

.kyousan-table p.scroll-txt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  animation: scroll-arrow 1.2s ease infinite;
  position: absolute;
  right: 0;
}

@keyframes scroll-arrow {
  0% {
    right: 8px;
    opacity: 0;
  }
  100% {
    right: 0;
  }
}

.kyousan-table p:nth-of-type(1) {
  margin-bottom: 5px;
}

#kyousan-page table th {
  background-color: #007199 !important;
  color: #fff;
}

/********************
 * contact-section
 * ****************/
#contact-section {
  background-color: #000;
  padding: 80px 10px;
  color: #fff;
}

.contact-inner {
  max-width: 650px;
  margin: 0 auto;
}

.contact-inner p.producer {
  max-width: 300px;
  margin: 0 auto 60px;
}

.contact-note {
  font-size: 14px;
  margin-bottom: 80px;
}

#contact-section .radio-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpcf7-form p:nth-child(8) {
  max-width: 250px;
  margin: 20px auto;
  position: relative;
}

.wpcf7-form p:nth-child(8):after {
  position: absolute;
  right: 20px;
  transition: 0.4s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  top: 3.5px;
  color: #fff;
  font-size: 20px;
}

.wpcf7-form p:nth-child(8):hover::after {
  right: 10px;
}

input[type="submit"] {
  border: 0;
  /* max-width: 250px; */
  /* margin: 20px auto; */
  background: -moz-linear-gradient(left, #add8e6, #007199);
  background: -webkit-linear-gradient(left, #add8e6, #007199);
  background: linear-gradient(to right, #add8e6, #007199);
  transition: 0.5s;
  color: #fff;
  padding: 12px;
  font-size: 14px;
}

.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  font-size: 16px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  /*************
  about-section
  **************/
  #about-section {
    padding: 50px 20px;
  }
  .about-inner {
    padding: 50px 50px;
  }
  /***********************
 * kyousan-section
 * *********************/
  #kyousan-section {
    padding: 50px 20px;
  }

  .kyousan-inner {
    padding: 50px 50px;
  }
  /*********************
 * kyousan-page-section
 * *****************/
  #kyousan-page {
    padding: 50px 20px;
  }
  .kyousan-page-inner {
    padding: 50px 50px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  /**************
  ヘッダー画像
  **************/
  .header-title {
    width: 35%;
  }
  /**************
	 * ハンバーガーメニュー
	 * *************/
  nav.globalMenuSp {
    width: 50%;
  }
  /*************
  section
  *************/
  .section-title h2 {
    font-size: 40px;
  }
  .section-title.japanese h2 {
    font-size: 24px;
  }
  .section-title.japanese {
    margin: 0 auto 10px;
  }
  /******************
 * page
 * *****************/
  .page-header-title {
    max-width: 100px;
    margin: 30px auto 30px;
  }

  /*************
  about-section
  **************/
  #about-section {
    padding: 20px 20px;
  }
  .about-inner {
    padding: 20px 20px;
  }
  /**************
  movie-section
  ****************/
  #movie-section .video-container:not(:last-of-type) {
    margin-bottom: 80px;
  }
  /*****************
  director-cast-section
  *******************/
  #director-section,
  #cast-section {
    padding: 40px 10px;
  }
  /****************
	 * news-section
	 * ****************/
  .news-item {
    flex-direction: column;
  }
  .news-title {
    margin-left: 50px;
  }
  /***********************
 * kyousan-section
 * *********************/
  #kyousan-section {
    padding: 40px 20px;
  }

  .kyousan-inner {
    padding: 20px 20px;
  }
  /*********************
 * kyousan-page-section
 * *****************/
  #kyousan-page {
    padding: 20px 20px;
  }
  .kyousan-page-inner {
    padding: 20px 20px;
  }
  .kyousan-table p:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .kyousan-table p.scroll-txt {
    top: 25px;
  }
}
