/* 初期化 */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, textarea, p, blockquote, th, td, img, article,
aside, canvas, details, figure, figcaption, footer, header, hgroup, menu,
nav, section, summary {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

/* 共通 */
body {
  font-family: '游ゴシック', YuGothic, KoburinaGo-W3-83pv-RKSJ-H, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', Meiryo, sans-serif;
  text-align: left;
  background-color: #fefefe;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  font-size: 16px;
  color: #333;
  text-align: justify;
}

img {
  border: none;
  display: block;
}

a {
  color: #333;
  font-style: normal;
  text-decoration: none;
}

/* フェード */
body {
  display: none;
}

/*　ヘッダー */
#header {
  z-index: 3;
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #f3d3b8;
}

.logo {
  width: 120px;
  height: 60px;
  padding-left: 10px;
  float: left;
}

@media screen and (min-width:480px) {
  .logo {
    width: 170px;
    height: 50px;
    padding-left: 0px;
    float: left;
  }
}

.logo img {
  margin: 0 auto;
  padding-top: 20px;
  width: 110px;
}

@mdeia screen and (min-width:480px) {
  .logo img {
    margin: 0 auto;
    padding-top: 15px;
    width: 150px;
  }
}

#social_icons {
  width: 80px;
  height: 60px;
  float: left;
}

#social_icons img {
  display: inline;
  padding-top: 17px;
  padding-left: 5px;
  width: 30px;
  height: 30px;
}

/* nav for iPhone */
.navtoggle {
  position: fixed;
  display: block;
  right: 13px;
  top: 5px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

@media screen and (min-width:800px) {
  .navtoggle {
    display: none;
  }
}

.navtoggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #666666;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navtoggle span:nth-child(1) {
  top: 9px;
}

.navtoggle span:nth-child(2) {
  top: 18px;
}

.navtoggle span:nth-child(3) {
  top: 27px;
}

.navtoggle span:nth-child(4) {
  border: none;
  color: #666666;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

.navtoggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navtoggle.active span:nth-child(2),
.navtoggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.header_list {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #a5c3cf;
  color: #000;
  text-align: center;
  transform: translateX(200%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}

@media screen and (min-width:800px) {
  nav.header_list {
    display: none;
  }
}

nav.header_list ul {
  background: #a5c3cf;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}

nav.header_list ul li {
  font-size: 0.8em;
  list-style-type: none;
  padding: 0px;
  width: 100%;
  border-bottom: 1px dotted white;
}

nav.header_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.header_list ul li a {
  display: block;
  color: white;
  padding: 1em 0;
}

nav.header_list.active {
  transform: translateX(30%);
}

@media screen and (min-width:480px) {
  nav.header_list.active {
    transform: translateX(70%);
  }
}

/* nav for PC */
@media screen and (max-width:800px) {
  .header_list2 ul {
    display: none;
  }
}

.header_list2 ul {
  margin: 0;
  padding-top: 15px;
  padding-right: 2.5vw;
  text-align: right;
  white-space: nowarap;
}

.header_list2 li {
  display: inline;
  font-size: 15px;
  padding: 0 10px;
  color: #666666;
}

.header_list2 a {
  display: inline-block;
}

.header_list2 a:after {
  display: block;
  text-align: center;
  font-size: 9px;
}

.header_list2 li:nth-child(1)>a:after {
  content: 'ストーリー';
}

.header_list2 li:nth-child(2)>a:after {
  content: 'キャスト';
}

.header_list2 li:nth-child(3)>a:after {
  content: 'スタッフ';
}

.header_list2 li:nth-child(4)>a:after {
  content: 'レビュー';
}

.header_list2 li:nth-child(5)>a:after {
  content: '劇場情報';
}

.header_list2 li:nth-child(6)>a:after {
  content: 'お問い合わせ';
}

.header_list2 a:hover {
  color: #a99f3c;
}

/* メインビジュアル */
.main_visual {
  padding-top: 50px;
  width: 100%;
}

.main_visual img {
  width: 100%;
}

/* news */
.news_box{
  width: 100%;
}

.news_text{
  padding-top:3vw;
  padding-bottom: 1vw;
  text-align: center;
  font-size: 2.5vw;
}

/* キャプション */
#caption {
  width: 100%;
  height: 160px;
}

@media screen and (min-width:480px) {
  #caption {
    width: 100%;
    height: 210px;
  }
}

.caption_box {
  margin: 0 auto;
  padding-top: 15px;
  width: 80%;
  height: 150px;
}

@media screen and (min-width:480px) {
  .caption_box {
    margin: 0 auto;
    padding-top: 15px;
    width: 80%;
    height: 200px;
  }
}

.caption_box p {
  text-align: center;
  color: #666666;
  font-size: 11px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width:350px) {
  .caption_box p {
    text-align: center;
    color: #666666;
    font-size: 13px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

@media screen and (min-width:520px) {
  .caption_box p {
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

.caption_box p:nth-child(1) {
  margin-bottom: 12px;
}

.caption_box p:nth-child(n+3) {
  font-size: 6px;
}

@media screen and (min-width:350px) {
  .caption_box p:nth-child(n+3) {
    font-size: 8px;
  }
}

@media screen and (min-width:520px) {
  .caption_box p:nth-child(n+3) {
    font-size: 11px;
  }
}

.caption_box p:nth-child(3) {
  margin-bottom: 3px;
}

.caption_box p:nth-child(4) {
  font-size: 11px;
  margin-bottom: 4px;
}

@media screen and (min-width:520px) {
  .caption_box p:nth-child(4) {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.caption_box p:nth-child(n+5) {
  margin-bottom: -2px;
}

.caption_box p:nth-child(6) {
  margin-bottom: 3px;
}

.caption_box span {
  padding-bottom: 7px;
  border-bottom: 3px solid #666666;
}

/* アワード */
#award{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}



.award_img{
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width:480px){
  .award_img{
    width: 70%;
  }
}



/* ストーリー */
#story {
  width: 100%;
}

.story_box {
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

@media screen and (min-width:480px) {
  .story_box {
    padding-top: 30px;
  }
}

.story_text h1 {
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666666;
}

@media screen and (min-width:480px) {
  .story_text h1 {
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666666;
  }
}

.story_text span {
  border-bottom: 3px solid #666666;
  padding-bottom: 5px;
}

.story_text p {
  padding-top: 10px;
  font-size: 11px;
  color: #666666;
}

@media screen and (min-width:480px) {
  .story_text p {
    padding-top: 10px;
    font-size: 16px;
  }
}

.story_box iframe {
  padding: 20px 0px;
  width: 100%;
}

@media screen and (min-width:570px) {
  .story_box iframe {
    width: 70vw;
    height: 40vw;
  }
}

/* キャスト */
#cast {
  width: 100%;
}

.cast_box {
  padding: 20px 0px;
  width: 100%;
  background-image: url(../img/cast_back.png);
  background-size: 145%;
  background-repeat: no-repeat;
}

@media screen and (min-width:480px) {
  .cast_box {
    padding: 0;
    width: 100%;
    background-image: url(../img/cast_back.png);
    background-size: 100% 1150px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 100px;
  }
}

.cast_container {
  margin: 0 auto;
  width: 70%;
}

.cast_container h1 {
  padding-bottom: 30px;
  text-align: left;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666666;
}

@media screen and (min-width:480px) {
  .cast_container h1 {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666666;
  }
}

.cast_container span {
  border-bottom: 3px solid #666666;
  padding-bottom: 5px;
}

@media screen and (min-width:480px) {
  .containar {
    width: 100%;
  }
}

.profile {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 50vw;
  height: 67vw;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.profile.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width:480px) {
  .profile {
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    height: 260px;
  }
}

@media screen and (min-width:530px) {
  #yoshirou {
    margin-left: 80px;
  }
}

.profile img {
  margin: 0 auto;
  padding-bottom: 5px;
  width: 50vw;
}

@media screen and (min-width:480px) {
  .profile img {
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
  }
}

.profile p {
  color: white;
  text-align: center;
  font-size: 5vw;
  line-height: 9vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width:480px) {
  .profile p {
    font-size: 18px;
    line-height: 35px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

.profile p:nth-child(3) {
  font-size: 6vw;
}

@media screen and (min-width:480px) {
  .profile p:nth-child(3) {
    font-size: 25px;
  }
}

.profile span {
  border-bottom: 2px solid white;
  padding-bottom: 5px;
}

#sub_cast .profile p {
  color: #666666;
}

#sub_cast .profile span {
  border-bottom: 2px solid #666666;
  padding-bottom: 5px;
}

/* スタッフ */
#staff {
  width: 100%;
}

.staff_box {
  margin: 0 auto;
  width: 70%;
}

.staff_box h1 {
  padding-bottom: 30px;
  text-align: left;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666666;
}

@media screen and (min-width:480px) {
  .staff_box h1 {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666666;
  }
}

.staff_box span {
  border-bottom: 3px solid #666666;
  padding-bottom: 5px;
}

.staff_container {
  width: 100%;
  text-align: center;
  font-size: 125px;
}

.part {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 50vw;
  height: 50vw;
  background-color: #a5c3cf;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.part.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.part:hover {
  background-color: #e59d5c;
}

#director {
  background-color: #e59d5c;
}

#director:hover {
  background-color: #a99f3c;
}

@media screen and (min-width:480px) {
  .part {
    display: inline-block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width:930px) {
  .part {
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }
}

.part p {
  text-align: center;
  font-size: 4vw;
  color: #333333;
}

.part p:nth-child(1) {
  padding-top: 10vw;
}

.part p:nth-child(3) {
  font-size: 6vw;
  padding-top: 3vw;
}

@media screen and (min-width:480px) {
  .part p {
    font-size: 15px;
  }
}

@media screen and (min-width:480px) {
  .part p:nth-child(1) {
    padding-top: 30px;
  }
}

@media screen and (min-width:480px) {
  .part p:nth-child(3) {
    font-size: 20px;
    padding-top: 5px;
  }
}

@media screen and (min-width:930px) {
  .part p {
    font-size: 20px;
  }
}

@media screen and (min-width:930px) {
  .part p:nth-child(1) {
    padding-top: 30px;
  }
}

@media screen and (min-width:930px) {
  .part p:nth-child(3) {
    font-size: 25px;
    padding-top: 5px;
  }
}

/* モーダル */
.modalArea01, .modalArea02, .modalArea03, .modalArea04, .modalArea05, .modalArea06, .modalArea07, .modalArea08, .modalArea09 {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.modalContents {
  padding-top: 30px;
}

.modalContents p:nth-child(1) {
  padding-bottom: 10px;
}

.modalContents p:nth-child(n+2) {
  text-align: right;
}

.closeModal {
  font-size: 30px;
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
}

/* レビュー */
#review {
  width: 100%;
}

.review_box {
  margin: 0 auto;
  width: 70%;
}

.review_box h1 {
  padding-bottom: 30px;
  text-align: left;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666666;
}

@media screen and (min-width:480px) {
  .review_box h1 {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666666;
  }
}

.review_box span {
  border-bottom: 3px solid #666666;
  padding-bottom: 5px;
}

.review_container {
  width: 100%;
}

.review_text {
  margin-bottom: 30px;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.review_text.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.review_text p {
  color: #666666;
}

.review_text p:nth-child(n+2) {
  text-align: right;
}

/* 劇場情報 */
#screenings {
  width: 100%;
}

.screen_box {
  margin: 0 auto;
  width: 70%;
}

.screen_box h1 {
  padding-bottom: 30px;
  text-align: left;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666666;
}

@media screen and (min-width:480px) {
  .screen_box h1 {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666666;
  }
}

.screen_box span {
  border-bottom: 3px solid #666666;
  padding-bottom: 5px;
}

table, tr, th, td {
  margin: 0 auto;
  padding: 10px;
  color: #666666;
  text-align: center;
  border: solid 1px #666666;
  border-collapse: collapse;
}

.iphone_table {
  width: 65vw;
  margin-bottom: 20px;
  font-size: 3vw;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.iphone_table.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width:660px) {
  .iphone_table {
    display: none;
  }
}

@media screen and (max-width:659px) {
  #pc_table {
    display: none;
  }
}

#pc_table {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

#pc_table.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* お問い合わせ */
#contact {
  width: 100%;
}

.contact_box {
  margin: 0 auto;
  width: 70%;
}

.contact_box h1 {
  padding-bottom: 30px;
  text-align: left;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666666;
}

@media screen and (min-width:480px) {
  .contact_box h1 {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666666;
  }
}

.contact_box span {
  border-bottom: 3px solid #666666;
  padding-bottom: 5px;
}

.contact_form {
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width:550px) {
  table input {
    width: 150px;
    height: 25px;
  }
}

@media screen and (max-width:550px) {
  table textarea {
    width: 150px;
    height: 70px;
  }
}

@media screen and (max-width:550px) {
  #form-tbl table th {
    font-size: 8px;
  }
}

@media screen and (max-width:550px) {
  #form-tbl table td {
    font-size: 10px;
  }
}

@media screen and (max-width:550px) {
  #radio {
    width: 30px;
  }
}

#form-tbl td {
  width: 20px;
}

#form td {
  text-align: left;
}

.btn {
  margin-left: 400px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width:550px) {
  .btn {
    margin-left: 30vw;
  }
}

/* フッター */
#footer {
  width: 100%;
  padding-top: 40px;
  height: 70px;
  text-align: center;
  background-color: #a99f3c;
}

@media screen and (min-width:480px) {
  #footer {
    width: 100%;
    padding-top: 90px;
    height: 70px;
    text-align: center;
    background-color: #a99f3c;
  }
}

small {
  color: white;
}
