@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanmp.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,
  300,
  400,
  500,
  700,
  900&display=swap);

html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  position: relative;
  z-index: 0;
  min-height: 100vh;
  letter-spacing: 0.05em;
  text-align: justify;
  background: #fff;
}
a img {
  border: none;
}
img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
a,
a:hover,
a:active {
  text-decoration: none;
  color: #a0d468;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.-pc {
  display: inline;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .-pc {
    display: none;
  }
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section {
  padding: 100px 0;
}

section img {
  display: block;
  /*margin: 100px auto;*/
}
@media screen and (max-width: 640px) {
  section {
    padding: 7% 0;
  }
}
/***********************************************************
 * asset
************************************************************/
#contents {
  width: 100%;
  position: relative;
  margin: 0 auto;
  /*overflow: hidden;*/
  z-index: -99;
}
.container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .container {
    width: 100%;
  }
}
/***********************************************************
 * header
************************************************************/

/***********************************************************
 * ._kv
************************************************************/
._kv {
  position: relative;
}
._visual {
  position: relative;
}
._kv ._copy {
  position: absolute;
  width: 55%;
  left: 0;
  right: 0;
  margin: auto;
  top: 3%;
}
h1 {
  position: absolute;
  width: 50%;
  top: 8%;
  margin: auto;
  left: 0;
  right: 0;
}
._kv ._roadshow {
  margin: auto;
  position: absolute;
  bottom: 4%;
  right: 3%;
  width: 10%;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
  -webkit-filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
}
._kv ._bn-bddvd {
  margin: auto;
  position: absolute;
  bottom: -2%;
  right: 4%;
  width: 16%;
	transition: all .5s;
}
._kv ._bn-bddvd:hover {
	transform: scale(0.9,0.9);
}
@media screen and (max-width: 640px) {
  ._copy {
    width: 90%;
    top: 2%;
  }
  h1 {
    width: 5.8%;
    margin: 0 auto;
    padding-bottom: 0;
    height: 100%;
    top: 6%;
  }
  ._kv ._roadshow {
    position: absolute;
    width: 25%;
    margin: 0;
  }
	._kv ._bn-bddvd {
	  bottom: 3%;
	  right: 3%;
	  width: 32%;
	}
}
/***********************************************************
 * contents
************************************************************/
h2 {
  color: #00a199;
  font-family: "Roboto", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic,
    "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª",
    sans-serif;
  font-weight: 300;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto 75px;
  width: 90%;
  word-break: break-all;
}
._inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 30px;
    margin: 0 auto 5%;
  }
}
/***********************************************************
 * ._body
************************************************************/
/*._body{
	max-width: 740px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	height: 100%;
	text-align:center;
}
@media screen and (max-width: 640px) {
	._body{
		padding: 30px 0 0;
	}
}
._body div{
}*/
._enki {
  margin: 50px auto;
  text-align: center;
  width: calc(90% - 10px);
  max-width: 500px;
}
._enki a {
  border: solid 1px #aa0000;
  padding: 10px;
  box-sizing: border-box;
  font-size: 22px;
  transition: all 0.5s;
  display: block;
  color: #aa0000;
  font-weight: 800;
}
._enki a:hover {
  border: solid 1px #aa0000;
  background: #aa0000;
  color: #fff;
}
._nav {
  text-align: center;
  font-size: 20px;
  margin: 50px auto 25px;

  max-width: 1280px;
  width: 90%;
  letter-spacing: -0.4em;
}
._nav li {
  display: inline-block;
  max-width: 230px;
  width: 25%;
  margin: 0 10px 20px;
  letter-spacing: 0.15em;
  position: relative;
}
._nav li a {
  color: #fff;
  background: #a0d468;
  padding: 5px;
  display: block;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s;
  border: solid 1px #fff;
}
._nav li a:hover {
  color: #a0d468;
  background: #fff;
  border: solid 1px #a0d468;
}
._nav li ._coming_soon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*display: flex;
	justify-content: center;
	align-content: center;*/
  color: #fff;
  /*pointer-events: none;*/
  background: rgba(255, 255, 255, 0.4);
}
._nav li ._coming_soon p {
  position: absolute;
  margin: auto;
  color: #333;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  ._nav {
    margin: 10% auto;
    font-size: 18px;
    letter-spacing: -0.4em;
  }
  ._nav li {
    width: calc(100% / 2 - 10px);
    margin: 10px 5px 0;
    font-size: 13px;
    max-width: calc(100% - 10px);
    letter-spacing: 0.1em;
  }
  ._nav li:last-child {
    width: 100%;
  }
}
._sns {
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  margin: 50px auto;
}
._sns a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #a0d468;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 43px;
  transition: all 0.5s;
  border: solid 1px #a0d468;
}
._sns a:hover {
  background: #fff;
  color: #a0d468;
  border: solid 1px #a0d468;
}

._nav-sns {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}
._nav-sns a {
  display: block;
  width: 50px;
  padding: 0 10px;
}
._nav-sns a img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
._nav-sns a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: drop-shadow(0 0 5px #a0d468);
  -webkit-filter: drop-shadow(0 0 5px #a0d468);
}

@media screen and (max-width: 640px) {
  ._sns {
    right: auto;
    left: 10px;
    width: 35px;
    height: 35px;
  }
  ._sns a {
    font-size: 25px;
    line-height: 35px;
  }
}
/***********************************************************
 * _intro
************************************************************/
._intro {
  background: url("../img/intro-bg.jpg") no-repeat top center, #1d2239;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}
._intro h2 {
  color: #fff;
}
._intro ._copy {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
._intro img._txt {
  position: absolute;
  width: 7%;
  top: 24%;
  bottom: auto;
  right: 20%;
}
._intro div._txt {
  color: #fff;
  margin: -53% auto 5% 5%;
  font-size: 18px;
  width: 65%;
}
._intro div._txt p {
  margin-bottom: 1em;
  /* 	width: 80%;
	margin-left: 0;
	margin-right: auto; */
}
.-ls {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 1800px) {
  ._intro div._txt {
    position: absolute;
    margin: 0 auto;
    bottom: 5%;
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  ._intro {
    padding: 5% 0;
  }
  ._intro h2 {
    margin-bottom: 5%;
  }
  ._intro img._txt {
    width: 23%;
    top: 11%;
  }
  ._intro div._txt {
    font-size: 13px;
    margin: 5% auto 0;
    width: 90%;
  }
  ._intro div._txt p {
    margin-bottom: 1em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
._intro div {
}
/***********************************************************
 * _photo
************************************************************/
._photo {
  padding: 0;
}
._photo img {
  width: 100%;
}
/***********************************************************
 * _movie
************************************************************/
._movie {
}
._movie h2 {
  color: #505050;
}
._movie ._inner {
  /* max-width: 740px; */
  max-width: 90%;
}
.youtube-win {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 5px;
  /*z-index: 99;*/
  /*border: solid 3px #00a199;*/
  box-sizing: border-box;
}
/*.youtube-win:after {
	content: "";
	overflow: hidden;
	border-radius: 5px;
	z-index: 99;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
}*/
.youtube-win iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
}
/* MOVIE LIST */
._movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
._movie-list * {
  box-sizing: border-box;
}
._movie-list *:before,
._movie-list *:after {
  box-sizing: border-box;
}
._movie-item {
  width: calc(100% / 3);
  padding: 0 30px;
  margin: 0 0 50px;
}
._movie-ttl {
  color: #505050;
  font-size: 0.86rem;
  text-align: center;
  margin: 0 0 10px;
}
._movie-item.-col-1 {
  width: calc(100% / 3);
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 50px;
  margin-right: calc((100% - (100% / 3)) / 2);
  margin-left: calc((100% - (100% / 3)) / 2);
}

@media screen and (max-width: 640px) {
  ._movie-item,
  ._movie-item.-col-1 {
    width: 100%;
    padding: 0 0;
    margin: 0 0 30px;
  }
}

/***********************************************************
 * _ticket
************************************************************/
._ticket {
  background: url("../img/ticket-bg.gif") repeat top left;
  position: relative;
}
._ticket h2 {
  color: #505050;
}
._ticket-box {
  border-radius: 5px;
  color: #000;
  text-align: left;
  padding: 60px;
  margin: 100px auto;
  width: 90%;
  max-width: 740px;
  background: #fff;
  border: solid 1px #a0d468;
  position: relative;
  overflow: hidden;
}
/* ._ticket-box:after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-in dex: 1;
}*/
._ticket-box h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}
._ticket-box h4 {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
._ticket-box p + h4 {
  margin-top: 50px;
}
._ticket-box p {
  font-size: 13px;
}
._ticket-box img {
  width: 40%;
  margin: 0 auto 50px;
  min-width: 350px;
}
._ticket-box a {
  color: #000;
  text-decoration: underline;
}
._ticket-box a:hover {
  text-decoration: none;
}
._ticket-box ._enki {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin: 0 auto;
  width: auto;
  max-width: initial;
  background: #aa0000;
  padding: 20px;
  color: #fff;
  text-align: left;
  font-size: 15px;
}
._ticket-box ._enki p {
  font-size: 15px;
}

@media screen and (max-width: 640px) {
  ._ticket-box {
    padding: 25px 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  ._ticket-box h3 {
    font-size: 15px;
  }
  ._ticket-box p {
  }
  ._ticket-box img {
    min-width: 90%;
    width: 90%;
    margin: 30px auto;
  }
  ._ticket-box ._enki {
    width: 70%;
  }
}

/***********************************************************
 * _footer
************************************************************/
._footer ._title {
  width: 33%;
  margin: 0 auto 3%;
}
._footer ._roadshow {
  width: 15%;
  margin: 0 auto 3%;
  position: relative;
}
._credit {
  width: 90%;
  font-size: 11px;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
}
._credit p:first-child {
  font-size: 20px;
  margin-bottom: 10px;
}
._credit img {
  width: 30px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
}

@media screen and (max-width: 640px) {
  ._footer ._title {
    width: 80%;
    margin: 0 auto 30px;
  }
  ._footer ._roadshow {
    width: 35%;
    margin: 0 auto 30px;
    position: relative;
  }
  ._credit {
    font-size: 6px;
  }
  ._credit p:first-child {
    font-size: 13px;
  }
}

/***********************************************************
 * footer
************************************************************/
footer {
  color: #fff;
  background: #000;
  font-size: 10px;
  padding: 10px 20px;
  font-weight: 600;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
footer p {
  display: inline-block;
  margin-right: 15px;
}
footer img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
._ft-tx-copy {
  width: 355px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 10px 0;
  }
  ._ft-tx-copy {
    width: 95%;
    margin: 0 auto;
  }
}

/****loading****/
#loading {
  width: 100%;
  height: 100%;
  background: #a0d468;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.loading {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*******************************************************************
 * pageTop
 *******************************************************************/
#pageTop {
  width: 75px;
  height: 75px;
  color: #000;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 1s;
}
#pageTop:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  #pageTop {
    width: 50px;
    height: 50px;
  }
}

/* 半券キャンペーンbanner */
._bn-hanken-cp.-pc {
    width: 20%;
    position: absolute;
    bottom: 3%;
    left: 10%;
    z-index: 100;
}
._bn-hanken-cp.-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  ._bn-hanken-cp.-pc {
    display: none;
  }
  ._bn-hanken-cp.-sp {
    display: block;
    width: 60%;
    margin: 25px auto 0;
  }
}
/* filmarks banner */
._bn-filmarks-pc {
    width: 200px;
    margin: 0 auto 50px;
}
._bn-filmarks-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  ._bn-filmarks-pc {
    display: none;
  }
  ._bn-filmarks-sp {
    display: block;
    width: 60%;
    margin: 25px auto 0;
  }
}
