@charset "euc-jp";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 2.2em;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-position:
    center top,
    center bottom;
  background-repeat: no-repeat, repeat-x;
  padding-bottom: 70px;
}

p {
  margin-bottom: 1.5em;
}

a:hover img {
  filter: brightness(80%);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.f120 {
  font-size: 1.2em;
}

.f70 {
  font-size: 0.7em;
}

.wb {
  display: inline-block;
}

/* -------------------------------------------------
overlay
-------------------------------------------------*/
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  display: none;
}

/* -------------------------------------------------
loading
-------------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading img {
  width: 50px;
  height: auto;
  user-select: none;
  animation: 2s linear infinite rotation1;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* -------------------------------------------------
menu
-------------------------------------------------*/

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 15;
  display: none;
}

#menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}

#menu-flex {
  display: flex;
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  width: 100%;
  height: 100%;
  text-align: center;
}

#inner {
  width: 100%;
  max-width: 1200px;
}

#btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
}

#btn-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

#btn-menu img,
#btn-close img {
  width: 87px;
  height: auto;
}

ul#menu,ul#sns h3{
  color: #000;
  font-family: "FuturaLTPro-Book";
  font-size: 36px;
  z-index: 30;
  display: block;
  margin: 0 auto;
}

ul#menu li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  cursor: pointer;
}

ul#sns h3 {
  margin-bottom: 30px;
}

ul#sns li {
  display: inline-block;
  margin: 0 10px;
  background-color: #000;
  border-radius: 100px;
  width: 68px;
  height: 68px;
}

ul#sns li a img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------
img-scroll 
-------------------------------------------------*/

#img-scroll-wrapper {
  width: 100%;
  overflow: hidden;
}

#img-scroll-slide-wrapper {
  display: flex;
  width: 4620px;
}

#img-scroll-slide-wrapper ul {
  display: table;
  width: 1540px;
}

#img-scroll-slide-wrapper ul li {
  display: table-cell;
  width: 220px;
}

#img-scroll-slide-wrapper ul li img {
  width: 100%;
  height: auto;
}

#img-scroll-slide-wrapper {
  animation: infinity-loop 60s infinite linear 1s both;
  /* 無限ループアニメーションの設定 */
}

/* 無限ループアニメーション */
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }

  to {
    transform: translateX(-1540px);
  }
}

/* -------------------------------------------------
content
-------------------------------------------------*/
#main-content-wrapper {
  width: 1080px;
  margin: 0 auto;
}

/* -------------------------------------------------
main
-------------------------------------------------*/

#main-hand {
  position: absolute;
  left: 0;
  top: 193px;
  width: 517px;
}

#main-hand img {
  width: 100%;
  height: auto;
}

#main-wrapper {
  width: 100%;
  height: 770px;
  position: relative;
}

#main-wrapper h1 {
  position: absolute;
  right: 0;
  top: 67px;
  width: 242px;
  height: auto;
}

#main-wrapper h2 {
  position: absolute;
  right: 307px;
  top: 473px;
  width: 369px;
  height: auto;
}

#main-wrapper h1 img,
#main-wrapper h2 img {
  width: 100%;
}

#main-wrapper h1 img,
#main-wrapper h2 img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------
footer
-------------------------------------------------*/

#footer-wrapper {
  width: 100%;
  padding: 0 0 40px 0;
}

#footer-container {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1050px;
  margin-bottom: 30px;
}

#footer-container h3 {
  text-align: right;
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  color: #000;
  margin: 30px 0 20px 0;
}

#footer-container h4 {
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  margin: 10px 0 20px 0;
}

#footer-container ul#sns-icon img {
  width: 68px;
  height: auto;
}

#footer-container ul#sns-icon li,
#footer-container ul#widget li {
  display: inline-block;
  margin: 0 10px;
  background-color: #000;
  border-radius: 100px;
}

#footer-container p span {
  display: inline-block;
}

#footer-container #beling {
  font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPro-B";
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 40px 0 40px 0;
}

#footer-container #beling .wb {
  margin-right: 1em;
}

#footer-container h5 {
  font-family: "FOT-ニューセザンヌ Pro B", "NewCezannePro-B";
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
}

#footer-container #contact {
  font-family: "FOT-ニューセザンヌ Pro B", "NewCezannePro-B";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
}

/* -------------------------------------------------
wrapper,container,header
-------------------------------------------------*/

#trailer-wrapper,#intro-wrapper,#cmt-wrapper,#staff-wrapper,#theater-wrapper {
  padding:70px 0;
  width: 100%
}

#trailer-wrapper {
  background-color: #985c8d;
  background-image: url(../images/bg_txt_trailer.png);
  background-repeat: no-repeat;
  background-position: left 0px top 120px;
  background-size: auto;
}

#intro-wrapper {
  background-image:url(../images/bg_intro2_pc.png),url(../images/bg_txt_introduction.png),url(../images/bg_intro1_pc.png);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: right 20px top 20px,left 0 top 120px,left 0 top 0;
  background-size: auto auto,auto auto,100% auto;
}
#cmt-wrapper {
  background-color: #2c7d78;
  background-image: url(../images/bg_txt_comments.png),url(../images/bg_comennts_pc.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left 0px top 120px,right 0px top 0;
  background-size: auto auto,auto auto;
}

#staff-wrapper {
  background-image: url(../images/bg_txt_staff.png);
  background-repeat: no-repeat;
  background-position: left 0px top 120px;
  background-size: auto;
}

#dome-wrapper {
  width: 100%;
  overflow: clip;
}

#theater-wrapper {
  background-image: url(../images/bg_txt_theater.png);
  background-repeat: no-repeat;
  background-position: left 0px top 120px;
  background-size: auto;
}

#trailer-container {
  max-width:1080px;
  width: 90%;
  margin: 0 auto;
}

#intro-container {
  max-width:800px;
  width: 90%;
  margin: 0 auto;
}

#cmt-container {
  max-width:560px;
  width: 90%;
  margin: 0 auto;
}

#staff-container {
  max-width:800px;
  width: 90%;
  margin: 0 auto;
}

#theater-container {
  max-width:1080px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#trailer-container h2,#intro-container h2,#cmt-container h2,#staff-container h2,#theater-container h2 {
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size:44px;
  margin-bottom: 1.5em;
  text-align: center;
}

#trailer-container h2 {
  color: #fff;
}

#cmt-container h2 {
  color: #ffec4b;
}

/* -------------------------------------------------
dome
-------------------------------------------------*/
  #dome-wrapper img {
    width: 100%;
    height: auto;
    min-width: 1400px;
  }

/* -------------------------------------------------
trailer
-------------------------------------------------*/

.yt-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.yt-box::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 9/16 */
}

.yt-stage,
.yt-overlay {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.yt-overlay {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yt-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------------------------
intro
-------------------------------------------------*/

#intro-container h4 img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#intro-container h3 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 38px;
  color: #e94f20;
  line-height: 1.26;
  margin-bottom: 0.6em;
  text-align: center;
}

#intro-container p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 18px;
  color: #231815;
  line-height: 1.77;
  letter-spacing: 0em;
  margin-bottom: 2em;
}


/* -------------------------------------------------
comments
-------------------------------------------------*/

.cmt-article p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 18px;
  color: #fff;
  line-height: 1.77;
  letter-spacing: 0em;
  margin-bottom: 1em;
}

.cmt-article h4 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 38px;
  color: #ffec4b;
  line-height: 1.2;
  margin-bottom: 1.5em;
}

.cmt-article h4 span.job {
  font-size:0.6em;
  display: block;
  margin-top: 6px;
}

/* -------------------------------------------------
staff
-------------------------------------------------*/
.staff-article {
  margin-bottom: 40px;
}

.staff-article h3 {
  text-align: center;
}
.staff-article h3 img {
  border-radius: 200px;
  margin-bottom: 30px;
}

.staff-article h4 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 38px;
  color: #e94f20;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center
}

.staff-article h4 span {
  font-size: 0.63em;
}

.staff-article p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 17px;
  color: #231815;
  line-height: 1.77;
  letter-spacing: 0em;
  margin-bottom: 1em;
}

/* -------------------------------------------------
theater
-------------------------------------------------*/

#theater-container h3 {
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  color: #000;
  margin: 30px 0 20px 0;
}

/* theater table */

#theater-wrapper h5.area {
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 36px;
  margin: 50px 0 50px 0;
  color: #000;
}

.theater-table {
  width: 100%;
  line-height: 1.5em;
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  letter-spacing: 0em;
}

.theater-table td {
  padding: 1em 1em;
}

.theater-table .header {
  background-color: #262626;
  color: #fff;
  padding: 0.5em 0.8em;
}

.theater-table .theater-info {
  border-bottom: solid 1px #e1e1e1;
}

.theater-table .sub-info {
  text-align: left;
  border-bottom: solid 1px #262626;
}

.theater-table .theater-info a,
.theater-table .sub-info a {
  text-decoration: underline;
}

/* -------------------------------------------------
sns share
-------------------------------------------------*/

#sns-container {
  width: 100%;
  background-color: #181616;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 4px;
  z-index: 3;
}

ul#social {
  width: 100%;
  align-items: center;
}

#social li {
  display: inline-block;
  height: 27px;
  vertical-align: bottom;
  padding: 0 0;
  margin: 5px 2px 0 2px;
  overflow: hidden;
}

/* -------------------------------------------------
1200以下
-------------------------------------------------*/

@media only screen and (max-width: 1200px) {
  
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 1.33vw;
  line-height: 2.2em;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background-position:
    center top,
    center bottom;
  background-repeat: no-repeat, repeat-x;
  padding-bottom: 5.83vw;
}
  
  /* -------------------------------------------------
img-scroll 1200
-------------------------------------------------*/

  #img-scroll-slide-wrapper {
    width: 385vw;
  }

  #img-scroll-slide-wrapper ul {
    width: 128.33vw;
  }

  #img-scroll-slide-wrapper ul li {
    display: table-cell;
    width: 18.33vw;
  }

  /* 無限ループアニメーション */
  @keyframes infinity-loop {
    from {
      transform: translateX(0vw);
    }

    to {
      transform: translateX(-128.33vw);
    }
  }

  /* -------------------------------------------------
menu 1200
-------------------------------------------------*/

#btn-close {
  position: absolute;
  right: 1.6vw;
  top: 1.6vw;
  z-index: 100;
  cursor: pointer;
}

#btn-menu {
  position: fixed;
  top: 1.6vw;
  right: 1.6vw;
  z-index: 10;
  display: none;
  cursor: pointer;
}

#btn-menu img,
#btn-close img {
  width: 7.25vw;
  height: auto;
}

ul#menu,
ul#sns h3 {
  color: #000;
  font-family: "FuturaLTPro-Book";
  font-size: 3vw;
  z-index: 30;
  display: block;
  margin: 0 auto;
}

ul#menu li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 2.5vw;
  cursor: pointer;
}

ul#sns h3 {
  margin-bottom: 2.5vw;
}

ul#sns li {
  display: inline-block;
  margin: 0 0.83vw;
  background-color: #000;
  border-radius: 100px;
  width: 5.67vw;
  height: 5.67vw;
}

ul#sns li a img {
  width: 100%;
  height: auto;
}

  /* -------------------------------------------------
content 1200
-------------------------------------------------*/
  #main-content-wrapper {
    width: 90%;
    margin: 0 5%;
  }

  /* -------------------------------------------------
main 1200
-------------------------------------------------*/

  #main-hand {
    position: absolute;
    left: 0;
    top: 16.08vw;
    width: 43%;
  }

  #main-hand img {
    width: 100%;
    height: auto;
  }

  #main-wrapper {
    width: 100%;
    height: 64.1vw;
  }

  #main-wrapper h1 {
    position: absolute;
    right: 0;
    top: 5.6vw;
    width: 20.16vw;
    height: auto;
  }

  #main-wrapper h2 {
    position: absolute;
    right: 25.58vw;
    top: 39.41vw;
    width: 30.75vw;
    height: auto;
  }

  /* -------------------------------------------------
footer 1200
-------------------------------------------------*/

  #footer-wrapper {
    width: 100%;
    padding: 0 0 3.33vw 0;
  }

  #footer-container {
    width: 90%;
    margin-bottom: 2.5vw;
  }

  #footer-container h3 {
    font-size: 3.66vw;
    margin: 2.5vw 0 1.66vw 0;
  }

  #footer-container h4 {
    font-size: 1.83vw;
    margin: 0.83vw 0 1.66vw 0;
  }

  #footer-container ul#sns-icon img {
    width: 5.66vw;
  }

  #footer-container ul#sns-icon li,
  #footer-container ul#widget li {
    margin: 0 0.83vw;
  }

  #footer-container #beling {
    font-size: 1.16vw;
    margin: 3.33vw 0 4.16vw 0;
  }
  
  #footer-container h5 {
  font-family: "FOT-ニューセザンヌ Pro B", "NewCezannePro-B";
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
}

  #footer-container #contact {
    font-size: 1.5vw;
    margin: 0 0 4.16vw 0;
  }
  
  /* -------------------------------------------------
wrapper,container,header 1200
-------------------------------------------------*/

#trailer-wrapper,#intro-wrapper,#cmt-wrapper,#staff-wrapper,#theater-wrapper {
  padding:5.83vw 0;
  width: 100%;
}

#trailer-wrapper {
  background-color: #985c8d;
  background-image: url(../images/bg_txt_trailer.png);
  background-repeat: no-repeat;
  background-position: left 0 top 10vw;
  background-size: 8.33vw auto;
}

#intro-wrapper {
  background-image:url(../images/bg_intro2_pc.png),url(../images/bg_txt_introduction.png),url(../images/bg_intro1_pc.png);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: right 1.67vw top 1.67vw,left 0 top 10vw,left 0 top 0;
  background-size: 24.75vw auto,8.33vw auto,100% auto;
}

#cmt-wrapper {
  background-color: #2c7d78;
  background-image: url(../images/bg_txt_comments.png),url(../images/bg_comennts_pc.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left 0 top 10vw,right 0 top 0;
  background-size: 8.33vw auto,42.08vw auto;
}

#staff-wrapper {
  background-image: url(../images/bg_txt_staff.png);
  background-repeat: no-repeat;
  background-position: left 0 top 10vw;
  background-size: 8.33vw auto;
}

#dome-wrapper {
  width: 100%;
  overflow: clip;
}

#theater-wrapper {
  background-image: url(../images/bg_txt_theater.png);
  background-repeat: no-repeat;
  background-position: left 0 top 10vw;
  background-size: 8.33vw auto;
}

#trailer-container {
  max-width:90vw;
  width: 90%;
  margin: 0 auto;
}

#intro-container {
  max-width:66.67vw;
  width: 90%;
  margin: 0 auto;
}

#cmt-container {
  max-width:46.67vw;
  width: 90%;
  margin: 0 auto;
}

#staff-container {
  max-width:66.67vw;
  width: 90%;
  margin: 0 auto;
  }
  
  #theater-container {
  max-width:90vw;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#trailer-container h2,#intro-container h2,#cmt-container h2,#staff-container h2,#theater-container h2 {
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size:3.67vw;
  margin-bottom: 1.5em;
  text-align: center;
}

#trailer-container h2 {
  color: #fff;
}

#cmt-container h2 {
  color: #ffec4b;
}
  /* -------------------------------------------------
trailer 1200
-------------------------------------------------*/

.yt-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.yt-box::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.yt-stage,
.yt-overlay {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.yt-overlay {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yt-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------------------------
intro 1200
-------------------------------------------------*/

#intro-container h4 img {
  width: 100%;
  height: auto;
  margin-bottom: 2.5vw;
}

#intro-container h3 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 3.17vw;
  color: #e94f20;
  line-height: 1.26;
  margin-bottom: 0.6em;
  text-align: center;
}

#intro-container p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 1.5vw;
  color: #231815;
  line-height: 1.77;
  margin-bottom: 2em;
}

/* -------------------------------------------------
comments 1200
-------------------------------------------------*/

.cmt-article p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 1.5vw;
  color: #fff;
  line-height: 1.77;
  margin-bottom: 1em;
}

.cmt-article h4 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 3.17vw;
  color: #ffec4b;
  line-height: 1.2;
  margin-bottom: 1.5em;
}

.cmt-article h4 span.job {
  font-size: 0.6em;
  display: block;
  margin-top: 0.5vw;
}

/* -------------------------------------------------
staff 1200
-------------------------------------------------*/

.staff-article {
  margin-bottom: 3.33vw;
}

.staff-article h3 {
  text-align: center;
}

.staff-article h3 img {
  border-radius: 16.67vw;
  margin-bottom: 2.5vw;
}

.staff-article h4 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 3.17vw;
  color: #e94f20;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
}

.staff-article h4 span {
  font-size: 0.63em;
}

.staff-article p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 1.42vw;
  color: #231815;
  line-height: 1.77;
  margin-bottom: 1em;
}
  
  /* -------------------------------------------------
theater 1200
-------------------------------------------------*/

#theater-container h3 {
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 3.67vw;
  line-height: 1.5;
  letter-spacing: -0.008vw;
  color: #000;
  margin: 2.5vw 0 1.67vw 0;
}

/* theater table 1200 */

#theater-wrapper h5.area {
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 3vw;
  margin: 4.17vw 0 4.17vw 0;
  color: #000;
}

.theater-table {
  width: 100%;
  line-height: 1.5em;
  font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPro-B";
}

.theater-table td {
  padding: 1em 1em;
}

.theater-table .header {
  background-color: #262626;
  color: #fff;
  padding: 0.5em 0.8em;
}

.theater-table .theater-info {
  border-bottom: solid 1px #e1e1e1;
}

.theater-table .sub-info {
  text-align: left;
  border-bottom: solid 1px #262626;
}

.theater-table .theater-info a,
.theater-table .sub-info a {
  text-decoration: underline;
}

}

/* -------------------------------------------------
640以下
-------------------------------------------------*/

@media only screen and (max-width: 640px) {
  
  body {
  font-size: 3.43vw;
  padding-bottom: 10vw;
}
  
  img.pc {
    display: none;
  }
  
  img.sp {
    display: block;
  }
  
  /* -------------------------------------------------
menu 640
-------------------------------------------------*/

#btn-close {
  position: absolute;
  right: 3.43vw;
  top: 3.43vw;
  z-index: 100;
  cursor: pointer;
}

#btn-menu {
  position: fixed;
  top: 3.43vw;
  right: 3.43vw;
  z-index: 10;
  display: none;
  cursor: pointer;
}

#btn-menu img,
#btn-close img {
  width: 16vw;
  height: auto;
}

ul#menu,ul#sns h3{
  color: #000;
  font-family: "FuturaLTPro-Book";
  font-size: 6.5vw;
  z-index: 30;
  display: block;
  margin: 0 auto;
}

ul#menu li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 8vw;
  cursor: pointer;
}

ul#sns h3 {
  margin-bottom: 8vw;
}

ul#sns li {
  display: inline-block;
  margin: 0 1vw;
  background-color: #000;
  border-radius: 100px;
  width: 12vw;
  height: 12vw;
}

ul#sns li a img {
  width: 100%;
  height: auto;
}
  
  /* -------------------------------------------------
img-scroll 640
-------------------------------------------------*/

  #img-scroll-slide-wrapper {
    display: flex;
    width: 721.875vw;
  }

  #img-scroll-slide-wrapper ul {
    display: table;
    width: 240.625vw;
  }

  #img-scroll-slide-wrapper ul li {
    display: table-cell;
    width: 34.375vw;
  }

  /* 無限ループアニメーション */
  @keyframes infinity-loop {
    from {
      transform: translateX(0vw);
    }

    to {
      transform: translateX(-240.625vw);
    }
  }

  /* -------------------------------------------------
content 640
-------------------------------------------------*/
  #main-content-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /* -------------------------------------------------
main 640
-------------------------------------------------*/

  #main-hand {
    position: absolute;
    left: -7.96vw;
    top: 31.56vw;
    width: 58.59vw;
  }

  #main-hand img {
    width: 100%;
    height: auto;
  }

  #main-wrapper {
    width: 100%;
    height: 125vw;
    position: relative;
  }

  #main-wrapper h1 {
    position: absolute;
    right: 4.375vw;
    top: 6.4vw;
    width: 39.68vw;
    height: auto;
  }

  #main-wrapper h2 {
    position: absolute;
    right: 46.56vw;
    top: 82.81vw;
    width: 50.46vw;
    height: auto;
  }

  /* -------------------------------------------------
footer 640
-------------------------------------------------*/

  #footer-wrapper {
    width: 100%;
    padding: 0 0 0 0;
  }

  #footer-container {
    margin: 0 auto;
    text-align: center;
    width: 96%;
    margin-bottom: 20vw;
  }

  #footer-container h3 {
    text-align: center;
    font-size: 5.93vw;
    line-height: 1.5;
    margin: 2vw 0 10vw 0;
  }

  
  #footer-container h4 {
    font-size: 4.625vw;
    margin: 2vw 0 4vw 0;
  }

  #footer-container ul#sns-icon img {
    width: 12.65vw;
    height: auto;
  }

  #footer-container ul#sns-icon li,
  #footer-container ul#widget li {
    display: inline-block;
    margin: 0 10px;
    background-color: #000;
    border-radius: 100px;
  }

  #footer-container #beling {
    font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPro-B";
    font-size: 2.5vw;
    line-height: 1.7;
    margin: 6.25vw 0 6.25vw 0;
  }

  #footer-container #beling .wb {
    margin-right: 1em;
  }
  
  #footer-container h5 {
  font-family: "FOT-ニューセザンヌ Pro B", "NewCezannePro-B";
  font-size: 4.2vw;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 50px 0;
}
  
  #footer-container #contact {
  font-size: 3.6vw;
  margin: 0 0 5vw 0;
}

  /* -------------------------------------------------
wrapper,container,header 640
-------------------------------------------------*/

#trailer-wrapper,#intro-wrapper,#cmt-wrapper,#staff-wrapper,#theater-wrapper {
  padding:14vw 0 8vw 0;
  width: 100%
}

#trailer-wrapper {
    padding-bottom: 14vw;
  }
  
#intro-wrapper {
    padding-top: 23.43vw;
  }
#trailer-wrapper {
  background-color: #985c8d;
  background-image: url(../images/bg_txt_trailer.png);
  background-repeat: no-repeat;
  background-position: left 0px top 6vw;
  background-size: 16vw auto;
}

#intro-wrapper {
  background-image:url(../images/bg_intro2_sp.png),url(../images/bg_txt_introduction.png),url(../images/bg_intro1_sp.png);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: right 0 top 1vw,left 0 top 6vw,left 0 top 0;
  background-size: 34vw auto,16vw auto,100% auto;
}
#cmt-wrapper {
  background-color: #2c7d78;
  background-image: url(../images/bg_txt_comments.png),url(../images/bg_comennts_sp.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left 0px top 6vw,right 0px top 0;
  background-size: 16vw auto,44.21vw auto;
}

#staff-wrapper {
  background-image: url(../images/bg_txt_staff.png);
  background-repeat: no-repeat;
  background-position: left 0px top 6vw;
  background-size: 18vw auto;
}

#dome-wrapper {
  width: 100%;
  overflow: clip;
}

#theater-wrapper {
  background-image: url(../images/bg_txt_theater.png);
  background-repeat: no-repeat;
  background-position: left 0px top 6vw;
  background-size: 16vw auto;
}

#trailer-container {
  max-width:1080px;
  width: 90%;
  margin: 0 auto;
}

#intro-container {
  max-width:800px;
  width: 90%;
  margin: 0 auto;
}

#cmt-container {
  max-width:560px;
  width: 85%;
  margin: 0 auto;
}

#staff-container {
  max-width:800px;
  width: 90%;
  margin: 0 auto;
}

#theater-container {
  max-width:1080px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#trailer-container h2,#intro-container h2,#cmt-container h2,#staff-container h2,#theater-container h2 {
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size:6.875vw;
  margin-bottom: 1.5em;
  text-align: center;
}

#trailer-container h2 {
  color: #fff;
}

#cmt-container h2 {
  color: #ffec4b;
}

  /* -------------------------------------------------
intro 640
-------------------------------------------------*/

#intro-container h4 img {
  width: 100%;
  height: auto;
  margin-bottom: 5.5vw;
}

#intro-container h3 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 5.93vw;
  color: #e94f20;
  line-height: 1.26;
  margin-bottom: 0.6em;
  text-align: center;
}

#intro-container p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 3.75vw;
  color: #231815;
  line-height: 1.77;
  margin-bottom: 2em;
}

/* -------------------------------------------------
comments 640
-------------------------------------------------*/

.cmt-article p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 3.75vw;
  color: #fff;
  line-height: 1.77;
  margin-bottom: 1em;
}

.cmt-article h4 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 5.93vw;
  color: #ffec4b;
  line-height: 1.2;
  margin-bottom: 1.5em;
}

.cmt-article h4 span.job {
  font-size:0.6em;
  display: block;
  margin-top: 1.5vw;
}
  
  /* -------------------------------------------------
staff 640
-------------------------------------------------*/
.staff-article {
  margin-bottom: 5vw;
}

.staff-article h3 {
  text-align: center;
}
.staff-article h3 img {
  width:37.5vw;
  height: auto;
  border-radius: 200px;
  margin-bottom: 5vw;
}

.staff-article h4 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 B", "TsukuBOldMinPr6-B";
  font-size: 5.975vw;
  color: #e94f20;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center
}

.staff-article h4 span {
  font-size: 0.63em;
}

.staff-article p {
  font-family: "font-family: FOT-セザンヌ Pro DB", "CezannePro-DB";
  font-size: 3.43vw;
  color: #231815;
  line-height: 1.77;
  margin-bottom: 1em;
}

/* -------------------------------------------------
dome 640
-------------------------------------------------*/
  #dome-wrapper img {
    width: 100%;
    height: auto;
    min-width: 100%;
  }

  /* -------------------------------------------------
theater 640
-------------------------------------------------*/

#theater-container h3 {
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 5.93vw;
  line-height: 1.5;
  letter-spacing: -0.1px;
  color: #000;
  margin: 5vw 0 4vw 0;
}

/* theater table */

#theater-wrapper h5.area {
  font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
  font-size: 6vw;
  margin: 5vw 0 5vw 0;
  color: #000;
}

.theater-table {
  width: 100%;
  line-height: 1.3em;
}

.theater-table td {
  padding: 0.8em 0.3em;
}

.theater-table .header {
  background-color: #262626;
  color: #fff;
  padding: 0.5em 0.8em;
}

.theater-table .theater-info {
  border-bottom: solid 1px #e1e1e1;
}

.theater-table .sub-info {
  text-align: left;
  border-bottom: solid 1px #262626;
}

.theater-table .theater-info a,
.theater-table .sub-info a {
  text-decoration: underline;
}
  
}
