@charset "UTF-8";
/* Reset style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-size: 62.5%;
}
html {
  font-family: yu gothic, YuGothic, hiragino kaku gothic pron, メイリオ, Meiryo, sans-serif;
  background: #e26ba5;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.pcOnry {
  display: block !important;
}
.spOnly {
  display: none !important;
}
section {
  /*padding-bottom: 5%;*/
}
a:hover {
  transition: 0.5s;
}
.nav_link, h4.cottl, li.shareli a, #pagetop_pc a, .scrolls span, .ttt {
  font-family: 'Lora', serif;
  font-style: italic;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
.br-sp {
  display: inherit;
	}
}
/*//////////////////////////header///////////////////////////*/
.header_bg {
  background: #e26ba5;
  width: 100%;
  height: 50px;
  z-index: 10;
  position: fixed;
}
.header_contents {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_contents h1 {
  font-size: 2.2rem;
  margin: 0 0 0 20px;
  z-index: 1;
}
nav.header_nav {
  width: 1024px;
}
.header_nav_lists {
  display: flex;
}
.header_nav_lists li:not(:last-child) {
  /*width: 170.666667%;*/
  width: 170.666667%;	
  text-align: center;
}
.tw {
  width: 170.666667%;
  text-align: right;
  margin-right: 6%;
}
.nav_link {
  font-size: 1.8rem;
  color: #221815;
}
.nav_link:hover {
  color: #fff;
  cursor: pointer;
}
li.stay {
	opacity: 0.2;
	pointer-events: none;
}

.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.menu_line {
  background: #221815;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 4px 0;
}
.fab {
  color: #221815;
}
@media screen and (max-width: 768px) {
  .pcOnry {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .responsive_btn {
    display: flex;
  }
  .header_bg {
    position: fixed;
  }
  nav.header_nav {
    width: 100%;
  }
  .header_nav {
    background: #e26ba5;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0 0;
    position: fixed;
    top: 0;
    right: -100%;
    transition: .5s;
  }
  .header_nav_lists {
    display: inline-block;
    width: 60%;
    margin: 15% 20%;
  }
  .header_nav_lists li:not(:last-child) {
    margin: 0px 0 25px;
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    border-bottom: black 1px solid;
  }
  .tw {
    width: auto;
  }
  .nav_link {
    font-size: 2.6rem;
	display: block;  
  }
  .sptw {
    font-size: 2.6rem;
  }
  .header_nav img.sp_innavlogo {
    max-width: 100%;
    width: 60%;
    margin: 0px 20%;
  }
}
/* js function "menuToggle" starting only */
.menu_active {
  right: 0;
}
/*//////////////////////////visualimg_area///////////////////////////*/
section#visualimg_area {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #e26ba5;
}
img.m_visual {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 80px 0 20px;
}
@media screen and (max-width: 768px) {
  img.m_visual {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 70px 0 0;
  }
}
/*//////////////////////////dayarea///////////////////////////*/
section.dayarea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #e26ba5;
}
img.def_day {
  max-width: 800px;
  width: 46%;
  margin: 0 auto;
  display: block;
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  img.def_day {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 5% 0 10%;
  }
}
/*/////////////////////top_bgMV////////////////////////////////*/
section.top_bgMV {
  width: 100%;
  height: 100vh;
}
#video-background, #video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#video-background {
  z-index: -2;
  /*transform: scale(1.5);*/
  width: 100% !important;
  margin-left: 0 !important;
  left: 0% !important;
}
#video-overlay {
  z-index: -1;
  background-image: radial-gradient(rgba(0, 0, 0, 0.6) 30%, transparent 30%);
  background-size: 2px 2px;
  /*transform: scale(1.5);*/
  width: 100% !important;
}
img.logo {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.day_top {
  width: 27%;
  position: absolute;
  bottom: 2%;
  right: 2%;
  animation: skew 3s infinite;
}
@keyframes skew {
  0% {
    transform: none;
  }
  33% {
    transform: none;
  }
  33.3% {
    transform: skewX(30deg);
  }
  33.6% {
    transform: skewX(-30deg);
  }
  33.9% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.3% {
    transform: skewX(5deg);
  }
  66.6% {
    transform: skewX(-5deg);
  }
  66.9% {
    transform: none;
  }
  77% {
    transform: none;
  }
  77.3% {
    transform: skewX(15deg);
  }
  77.6% {
    transform: skewX(-15deg);
  }
  77.9% {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  section.mainarea {
    width: 100%;
    height: 100vh;
  }
  #video-background, #video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100vh;
  }
  #video-background {
    transform: scale(4.0);
  }
  img.logo {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  img.day_top {
    width: 65%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/*//////////////////vlbg01/////////////////*/
section#vlbg01 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #e26ba5;
  padding: 10% 0;
}
img.vl01 {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  section#vlbg01 {
    width: 100%;
    height: auto;
    padding: 15% 0;
  }
}
/*//////////////////vlbg02/////////////////*/
section.vlbg02 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 1% 0;
}
img.vl02_1, .vl02_2, .vl02_3 {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0% 0%;
}
@media screen and (max-width: 768px) {
  section.vlbg02 {
    width: 100%;
    height: auto;
    padding: 1% 0 0;
  }
  img.vl02_1, .vl02_2, .vl02_3 {
    padding: 0 0% 0%;
  }
}
/*//////////////////////////storyarea///////////////////////////*/
section#storyarea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #e26ba5;
  /*background: transparent url(../images/1920_1080.jpeg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;*/
}
.story_inner {
  max-width: 1024px;
  margin: 0 auto;
  background: transparent;
}
.storytxt {
  text-align: left;
  background: transparent;
  padding: 3% 5% 5%;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #221815;
}
span.catch {
  font-size: 2.6rem;
  font-weight: 900;
}
img.idol {
  max-width: 1024px;
  width: 100%;
  padding: 10% 5% 0%;
}
h4.cottl {
  font-size: 4.2rem;
  padding: 10% 5% 0%;
}
@media screen and (max-width: 768px) {
  section#storyarea {
    width: 100%;
    height: auto;
  }
  .story_inner {
    width: 90%;
    margin: 0 auto;
    background: #e26ba5;
  }
  .storytxt {
    text-align: left;
    background: #e26ba5;
    padding: 5%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  span.catch {
    font-size: 1.9rem;
  }
  img.idol {
    max-width: 100%;
    width: 100%;
    padding: 15% 0% 0%;
  }
  h4.cottl {
    font-size: 3.2rem;
  }
}
/*///////////////////////scrolls//////////////////////////////*/
.scrolls {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25em;
  z-index: 2;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3rem;
  color: #221815;
}
.scrolls .center {
  font-size: 1.4rem;
  line-height: 1.2;
}
.Arrow {
  font-style: normal !important;
}
/*/////////////////////loader////////////////////////////////*/

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #e26ba5;
  z-index: 9999;
}
.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #221815;
}
.animation, .animation:before, .animation:after {
  width: 1em;
  height: 4em;
  background: #221815;
  animation: load 1s infinite ease-in-out;
}
.animation:before, .animation:after {
  position: absolute;
  top: 0;
  content: '';
}
.animation {
  animation-delay: -0.16s;
}
.animation:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
.animation:after {
  left: 1.5em;
}
@keyframes load {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*/////////////////////footer////////////////////////////////*/
footer {
  width: 100%;
  height: auto;
  background: #221815;
}
p.copyright {
  text-align: center;
  padding: 20px 0 0;
  font-size: 1.0rem;
  color: #e26ba5;
}
.tbs-docs {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.tbs-docs img {
  width: 25%;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .tbs-docs {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .tbs-docs img {
    width: 100%;
  }
}
/*/////////////////////popup（Trailer）////////////////////////////////*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  z-index: 1;
  cursor: pointer;
}
.subwindow-wrap button {
  display: inline-block;
  width: 50%;
  color: #221815;
  border: none;
  font-size: 1.6rem;
  height: 40px;
  letter-spacing: 2px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.select1 {
  background: #e26ba5;
}
.select2 {
  background: #fff;
}
.subwindow-wrap br {
  display: none;
}
iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}
#js-show-popup {
  cursor: pointer;
}
.btn-close {
  display: inline-block;
  padding: 25px 0;
  position: absolute;
  right: 20px;
  top: -50px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.btn-close::before, .btn-close::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
}
.btn-close::before {
  transform: rotate(-30deg);
}
.btn-close::after {
  transform: rotate(30deg);
}
/*/////////////////////Theater////////////////////////////////*/
section#theaterarea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #e26ba5;
  padding-bottom: 5%;
}
.theater_inner {
  max-width: 1024px;
  margin: 0 auto;
  background: #e26ba5;
}
table.cinema {
  border-collapse: collapse;
  max-width: 1024px;
  width: 90%;
  text-align: center;
  margin: 3% 5% 5% 5%;
}
table.cinema a {
  color: #221815;
  font-size: 1.5rem;
}
table.cinema a:hover {
  text-decoration: underline;
}
th {
  color: #221815;
  font-size: 1.3rem;
  border-bottom: 2px solid #221815;
}
td {
  border-bottom: 1px solid #221815;
  font-size: 1.5rem;
}
td, th {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  section#theaterarea {
    padding-top: 5%;
  }
  .theater_inner {
    width: 90%;
  }
  table.cinema a {
    font-size: 0.75rem;
  }
  th {
    font-size: 0.75rem;
	text-align: center;
  }
  td {
    font-size: 0.75rem;
	text-align: center;  
  }
}
/*/////////////////////pageTop////////////////////////////////*/
#pagetop_pc {
  width: 90px;
  height: 90px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25em;
}
#pagetop_pc a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#pagetop_pc a::before {
  /*font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';*/
  content: '↑';
  color: #221815;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-style: normal;
  font-size: 0.825rem;
}
#pagetop_pc a::after {
  content: 'page top';
  color: #221815;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 1.1rem;
}
#pagetop_pc a:hover {
  transition: 1s;
  transform: translate(0px, -10px);
}
#pagetop_sp {
  position: fixed;
  bottom: 0px;
  right: 0;
  border-right: 50px solid #221815;
  border-top: 50px solid transparent;
}
#pagetop_sp .ttt {
  position: fixed;
  bottom: 0px;
  right: 0;
  text-align: center;
  color: #e26ba5;
  padding: 10px 6px;
  font-size: 0.8rem;
}
#pagetop_sp .ttt a {
  color: #e26ba5;
}
/*/////////////////////share////////////////////////////////*/
section.share {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #e26ba5;
  padding-bottom: 5%;
  padding-top: 5%;	
}
.share_inner {
  width: 350px;
  margin: 0 auto;
}
li.shareli {
  width: 175px;
  display: table-cell;
  text-align: center;
}
li.shareli a {
  font-size: 1.8rem;
  color: #221815;
}
li.shareli a:hover {
  color: #fff;
}
i.fab.fa-twitter, i.fab.fa-facebook {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  section.share {
    width: 100%;
    padding: 15% 0 15%;
  }
  .share_inner {
    width: 250px;
  }
  li.shareli {
    width: 125px;
  }
  li.shareli a {
    font-size: 1.6rem;
  }
  i.fab.fa-twitter, i.fab.fa-facebook {
    font-size: 1.6rem;
  }
}