/* ///////////////////////////////////////////////////////////////////
    common
/////////////////////////////////////////////////////////////////// */
/*
    Responsive
--------------------------------------------------- */
.pcHide {
  display: none; }
  @media screen and (max-width: 840px) {
    .pcHide {
      display: block; } }

@media screen and (max-width: 840px) {
  .spHide {
    display: none; } }

.wrapper {
  position: relative; }
  .wrapper main {
    position: relative;
    /*font-family:'M PLUS Rounded 1c','arial','M PLUS Rounded 1c','M PLUS Rounded 1c';*/
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold; }
  .wrapper .fadein {
    opacity: 0;
    transform: translate(30vw, 0); }
    .wrapper .fadein.scrollin {
      opacity: 1;
      transform: translate(0, 0);
      transition: all 800ms; }
      .wrapper .fadein.scrollin.tr-delay-02 {
        transition-delay: 0.2s; }
      .wrapper .fadein.scrollin.tr-delay-04 {
        transition-delay: 0.4s; }
      .wrapper .fadein.scrollin.tr-delay-06 {
        transition-delay: 0.6s; }
      .wrapper .fadein.scrollin.tr-delay-08 {
        transition-delay: 0.8s; }
      .wrapper .fadein.scrollin.tr-delay-10 {
        transition-delay: 1.0s; }
      .wrapper .fadein.scrollin.tr-delay-12 {
        transition-delay: 1.2s; }
      .wrapper .fadein.scrollin.tr-delay-14 {
        transition-delay: 1.4s; }
      .wrapper .fadein.scrollin.tr-delay-16 {
        transition-delay: 1.6s; }
      .wrapper .fadein.scrollin.tr-delay-18 {
        transition-delay: 1.8s; }
      .wrapper .fadein.scrollin.tr-delay-20 {
        transition-delay: 2.0s; }
      .wrapper .fadein.scrollin.tr-delay-22 {
        transition-delay: 2.2s; }
      .wrapper .fadein.scrollin.tr-delay-24 {
        transition-delay: 2.4s; }
      .wrapper .fadein.scrollin.tr-delay-26 {
        transition-delay: 2.6s; }
      .wrapper .fadein.scrollin.tr-delay-28 {
        transition-delay: 2.8s; }
      .wrapper .fadein.scrollin.tr-delay-30 {
        transition-delay: 3.0s; }
  .wrapper .clearfix::after {
    content: "";
    display: block;
    clear: both; }

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px); }
  6% {
    transform: translate(4px, 0); }
  12% {
    transform: translate(0px, 0); }
  18% {
    transform: translate(4px, 0px); }
  24% {
    transform: translate(0px, 0px); }
  100% {
    transform: translate(0px, 0px); } }
/* ///////////////////////////////////////////////////////////////////
    .theater
/////////////////////////////////////////////////////////////////// */
.theater__outer {
  position: relative;
  z-index: 1; }
  .theater__outer__bg {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/theater__bg-1.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
    -webkit-transition: background .7s ease;
    -o-transition: background .7s ease;
    transition: background .7s ease; }
.theater__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto; }
.theater__mainvisual {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 840px) {
    .theater__mainvisual {
      width: 100%; } }
  .theater__mainvisual img {
    width: 100%;
    height: auto; }
  .theater__mainvisual__chara {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: -20px 0 0 0; }
    @media screen and (max-width: 840px) {
      .theater__mainvisual__chara {
        flex-wrap: wrap;
        justify-content: flex-end; } }
  .theater__mainvisual__human {
    max-width: 27%;
    width: 100%; }
    @media screen and (max-width: 840px) {
      .theater__mainvisual__human {
        max-width: 60%; } }
    .theater__mainvisual__human .sound__button {
      position: absolute;
      background: #fb9a36;
      color: #fff;
      bottom: 64%;
      right: 5%;
      font-size: 37px;
      letter-spacing: 1px;
      line-height: 1.2;
      padding: 10px 20px;
      border-radius: 50%;
      display: flex;
      transition: transform 0.4s 2.0s;
      transform: scale(0);
      width: 70px;
      height: 70px;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 840px) {
        .theater__mainvisual__human .sound__button {
          font-size: 33px;
          width: 60px;
          height: 60px;
          right: auto;
          left: -13%;
          top: 16%; } }
      .theater__mainvisual__human .sound__button:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translate(0, -50%);
        border-width: 10px 15px 10px 0;
        border-color: transparent #fb9a36 transparent transparent; }
        @media screen and (max-width: 840px) {
          .theater__mainvisual__human .sound__button:after {
            left: auto;
            right: -10px;
            border-width: 10px 0 10px 15px;
            border-color: transparent transparent transparent #fb9a36; } }
      .theater__mainvisual__human .sound__button i {
        font-style: normal;
        color: #fff;
        position: absolute;
        font-size: 18px;
        top: -23px;
        left: 6px; }
      .theater__mainvisual__human .sound__button img {
        width: 13px;
        display: inline-block;
        padding: 0 5px 0 0; }
    .theater__mainvisual__human.scrollin .sound__button {
      transform: scale(1);
      transition: bottom 0.3s;
      animation: hurueru 1s infinite 3s; }
      .theater__mainvisual__human.scrollin .sound__button:hover {
        bottom: 67%; }
  .theater__mainvisual__nyan-intra {
    max-width: 25%;
    width: 100%; }
    @media screen and (max-width: 840px) {
      .theater__mainvisual__nyan-intra {
        max-width: 38%;
        margin: 0 2% 0 0; } }
    .theater__mainvisual__nyan-intra img {
      opacity: 0;
      transition: opacity 0.6s 1.3s; }
      .theater__mainvisual__nyan-intra img:first-child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 105%;
        opacity: 1; }
    .theater__mainvisual__nyan-intra.scrollin img:first-child {
      opacity: 0; }
    .theater__mainvisual__nyan-intra.scrollin img:nth-child(2) {
      opacity: 1; }
  .theater__mainvisual__nyan-jiji {
    max-width: 19%;
    width: 100%;
    position: relative;
    left: 3%;
    top: -65px; }
    @media screen and (max-width: 840px) {
      .theater__mainvisual__nyan-jiji {
        max-width: 25%;
        top: -30px;
        left: 0; } }
    .theater__mainvisual__nyan-jiji img {
      opacity: 0;
      transition: opacity 0.6s 1.5s; }
      .theater__mainvisual__nyan-jiji img:first-child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 105%;
        opacity: 1; }
    .theater__mainvisual__nyan-jiji .pop-text {
      position: absolute;
      top: -35%;
      left: 50%;
      transform: scale(0);
      background: #fff;
      line-height: 1.5;
      border-radius: 10px;
      padding: 10px 15px;
      width: 120%;
      font-size: 16px;
      border: 2px solid #77706e;
      font-weight: bold;
      transition: transform 0.6s 2s;
      text-align: center; }
      @media screen and (max-width: 840px) {
        .theater__mainvisual__nyan-jiji .pop-text {
          top: 30%;
          left: -47vw;
          font-size: 11px;
          width: 45vw; } }
      .theater__mainvisual__nyan-jiji .pop-text:after {
        content: "";
        position: absolute;
        top: auto;
        bottom: -15px;
        left: 50%;
        transform: translate(-50%, 0);
        border-width: 15px 10px 0 10px;
        border-color: #fff transparent transparent transparent; }
        @media screen and (max-width: 840px) {
          .theater__mainvisual__nyan-jiji .pop-text:after {
            bottom: auto;
            top: 50%;
            left: auto;
            right: -15px;
            transform: translate(0, -50%);
            border-width: 10px 0 10px 15px;
            border-color: transparent transparent transparent #fff; } }
      .theater__mainvisual__nyan-jiji .pop-text:before {
        content: "";
        position: absolute;
        top: auto;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
        border-width: 20px 13px 0 13px;
        border-color: #77706e transparent transparent transparent; }
        @media screen and (max-width: 840px) {
          .theater__mainvisual__nyan-jiji .pop-text:before {
            bottom: auto;
            top: 50%;
            left: auto;
            right: -20px;
            transform: translate(0, -50%);
            border-width: 13px 0 13px 20px;
            border-color: transparent transparent transparent #77706e; } }
    .theater__mainvisual__nyan-jiji.scrollin img:first-child {
      opacity: 0; }
    .theater__mainvisual__nyan-jiji.scrollin img:nth-child(2) {
      opacity: 1; }
    .theater__mainvisual__nyan-jiji.scrollin .pop-text {
      transform: scale(1); }
  .theater__mainvisual__nyan-baba {
    max-width: 19%;
    width: 100%;
    position: relative;
    top: -65px; }
    @media screen and (max-width: 840px) {
      .theater__mainvisual__nyan-baba {
        max-width: 25%;
        top: -30px; } }
    .theater__mainvisual__nyan-baba img {
      opacity: 0;
      transition: opacity 0.6s 1.7s; }
      .theater__mainvisual__nyan-baba img:first-child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 105%;
        opacity: 1; }
    .theater__mainvisual__nyan-baba.scrollin img:first-child {
      opacity: 0; }
    .theater__mainvisual__nyan-baba.scrollin img:last-child {
      opacity: 1; }
.theater__contents {
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 840px) {
    .theater__contents {
      min-height: auto;
      flex-wrap: wrap; } }
  .theater__contents .theater__inner {
    width: 63%; }
    @media screen and (max-width: 840px) {
      .theater__contents .theater__inner {
        width: 95%; } }
.theater__title-h2 {
  max-width: 700px;
  width: 100%;
  margin: 1.5% auto 0; }
  @media screen and (max-width: 840px) {
    .theater__title-h2 {
      width: 132%;
      position: relative;
      left: -16%;
      margin: 0 auto; } }
  .theater__title-h2 img {
    width: 100%;
    height: auto; }
.theater__pop-title {
  font-family: "Kosugi Maru", sans-serif;
  background: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  border: 3px solid #77706e;
  display: inline-block;
  text-align: center; }
  @media screen and (max-width: 840px) {
    .theater__pop-title {
      font-size: 16px;
      padding: 15px; } }
  .theater__pop-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent; }
    @media screen and (max-width: 840px) {
      .theater__pop-title:after {
        top: auto;
        bottom: -15px;
        left: 50%;
        transform: translate(-50%, 0);
        border-width: 15px 10px 0 10px;
        border-color: #fff transparent transparent transparent; } }
  .theater__pop-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 20px 13px 0;
    border-color: transparent #77706e transparent transparent; }
    @media screen and (max-width: 840px) {
      .theater__pop-title:before {
        top: auto;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
        border-width: 20px 13px 0 13px;
        border-color: #77706e transparent transparent transparent; } }
  .theater__pop-title.right:after {
    left: auto;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff; }
    @media screen and (max-width: 840px) {
      .theater__pop-title.right:after {
        top: auto;
        bottom: -15px;
        left: 50%;
        transform: translate(-50%, 0);
        border-width: 15px 10px 0 10px;
        border-color: #fff transparent transparent transparent; } }
  .theater__pop-title.right:before {
    left: auto;
    right: -20px;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #77706e; }
    @media screen and (max-width: 840px) {
      .theater__pop-title.right:before {
        top: auto;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
        border-width: 20px 13px 0 13px;
        border-color: #77706e transparent transparent transparent; } }
  .theater__pop-title.left {
    display: block; }
    .theater__pop-title.left:after {
      top: auto;
      bottom: -30px;
      left: 10.5%;
      border-width: 20px 15px 0 0;
      border-color: #fff transparent transparent transparent; }
      @media screen and (max-width: 840px) {
        .theater__pop-title.left:after {
          top: auto;
          bottom: -15px;
          left: 50%;
          transform: translate(-50%, 0);
          border-width: 15px 10px 0 10px;
          border-color: #fff transparent transparent transparent; } }
    .theater__pop-title.left:before {
      top: auto;
      bottom: -40px;
      left: 10%;
      border-width: 25px 18px 0 0;
      border-color: #77706e transparent transparent transparent; }
      @media screen and (max-width: 840px) {
        .theater__pop-title.left:before {
          top: auto;
          bottom: -20px;
          left: 50%;
          transform: translate(-50%, 0);
          border-width: 20px 13px 0 13px;
          border-color: #77706e transparent transparent transparent; } }
  .theater__pop-title.bottom {
    display: block; }
    .theater__pop-title.bottom:after {
      top: auto;
      bottom: -15px;
      left: 50%;
      transform: translate(-50%, 0);
      border-width: 15px 10px 0 10px;
      border-color: #fff transparent transparent transparent; }
    .theater__pop-title.bottom:before {
      top: auto;
      bottom: -20px;
      left: 50%;
      transform: translate(-50%, 0);
      border-width: 20px 13px 0 13px;
      border-color: #77706e transparent transparent transparent; }
.theater__section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%; }
  @media screen and (max-width: 840px) {
    .theater__section {
      flex-wrap: wrap; } }
  .theater__section img {
    width: 100%;
    height: auto; }
  .theater__section__figure {
    flex: 0 1 38%; }
    @media screen and (max-width: 840px) {
      .theater__section__figure {
        flex: 0 1 100%; } }
  .theater__section__info {
    flex: 0 1 60%; }
    @media screen and (max-width: 840px) {
      .theater__section__info {
        flex: 0 1 100%; } }
.theater__youtube {
  margin: 30px 0 0 0;
  padding: 15px;
  border-top: 15px solid #333333;
  border-right: 15px solid #535353;
  border-left: 15px solid #535353;
  border-bottom: 15px solid #333333;
  background: #000; }
  @media screen and (max-width: 840px) {
    .theater__youtube {
      padding: 10px;
      border-top: 10px solid #333333;
      border-right: 10px solid #535353;
      border-left: 10px solid #535353;
      border-bottom: 10px solid #333333; } }
  .theater__youtube__inner {
    width: 100%;
    aspect-ratio: 16 / 9; }
  .theater__youtube iframe {
    width: 100%;
    height: 100%; }
.theater__btn {
  text-align: center;
  margin: 30px 0 0 0; }
  .theater__btn a {
    display: inline-block;
    color: #fff;
    background: #ec6f6f;
    background: linear-gradient(270deg, #ec6f6f 0%, #d62c33 100%);
    font-size: 18px;
    font-weight: bold;
    padding: 0.9em 2em;
    border-radius: 40px;
    border-bottom: 8px solid #9a1f23;
    position: relative;
    transition: transform 0.4s; }
    .theater__btn a .theater__btn__font {
      transition: opacity 0.1s; }
    .theater__btn a:hover {
      /*border-bottom: 2px solid #9a1f23;
      margin-top: 4px;
      transform: rotateY(180deg);*/ }
    .theater__btn a:before {
      content: none;
      position: absolute;
      bottom: -17px;
      left: 4px;
      background: #aeadad;
      width: 98%;
      height: 100%;
      z-index: -1;
      border-radius: 26px;
      transition: bottom 0.2s, opacity 0.2s 0.2s;
      display: block; }
  .theater__btn b {
    border: 1px solid #fff;
    padding: 0.8em 1em;
    background: #00000054;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff; }
  .theater__btn__re {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s; }
  .theater__btn:hover a {
    transform: rotateY(180deg); }
    .theater__btn:hover a .theater__btn__font {
      opacity: 0; }
    .theater__btn:hover a:before {
      bottom: 0;
      opacity: 0;
      transform: rotateY(180deg);
      transition: bottom 0.2s, opacity 0.4s; }
  .theater__btn:hover .theater__btn__re {
    opacity: 1; }
.theater__illust .theater__pop-title {
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
.theater__illust__box {
  position: relative;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 16% 0 0 0;
  background: url("../images/nyan__intra__up.png") no-repeat top center;
  background-size: 40%; }
.theater__illust__hand {
  position: absolute;
  z-index: 10;
  width: 50%;
  top: 13%;
  left: 50%;
  transform: translateX(-50%); }
  .theater__illust__hand img {
    width: 100%; }
.theater__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  margin: 30px 0 0 0; }
  @media screen and (max-width: 840px) {
    .theater__banner {
      flex-wrap: wrap; } }
  .theater__banner img {
    width: 100%; }
  .theater__banner__share {
    flex: 0 1 27%; }
    @media screen and (max-width: 840px) {
      .theater__banner__share {
        flex: 0 1 45%; } }
  .theater__banner__link {
    flex: 0 1 65%; }
    @media screen and (max-width: 840px) {
      .theater__banner__link {
        flex: 0 1 100%; } }
    .theater__banner__link .banner-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 840px) {
        .theater__banner__link .banner-list {
          justify-content: center; } }
      .theater__banner__link .banner-list__item {
        flex: 0 1 48%;
        margin: 4% 0 0 0; }
        @media screen and (max-width: 840px) {
          .theater__banner__link .banner-list__item {
            flex: 0 1 70%; } }
        .theater__banner__link .banner-list__item a {
          transition: transform 0.3s;
          display: block;
          overflow: hidden;
          border: 2px solid #77706e;
          border-radius: 10px; }
          .theater__banner__link .banner-list__item a:hover {
            transform: scale(1.05); }
.theater__sns {
  background: url("../images/theater__sns__bg.png") no-repeat center;
  background-size: 100% 100%;
  max-width: 350px;
  margin: 30px auto 0;
  padding: 40px 0 30px;
  position: relative; }
  .theater__sns:before {
    position: absolute;
    top: -6px;
    left: 20%;
    transform: translate(-50%, 0) rotate(-15deg);
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #626995b5 transparent; }
  .theater__sns:after {
    position: absolute;
    top: -6px;
    right: 12%;
    transform: translate(-50%, 0) rotate(15deg);
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #626995b5 transparent; }
  .theater__sns__title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /*margin: 30px 0 0 0;*/
    text-align: center;
    display: flex;
    justify-content: center; }
    .theater__sns__title__inner {
      display: inline-block;
      /* background: #fff; */
      border-radius: 40px;
      /* padding: 10px 20px; */
      font-weight: bold;
      /* border: 2px solid #77706e;*/ }
  .theater__sns__list {
    display: flex;
    justify-content: center;
    gap: 20px; }
    .theater__sns__list__item {
      margin: 15px 0 0 0; }
      .theater__sns__list__item a {
        display: block;
        background: #000;
        padding: 15px;
        border-radius: 50%;
        transition: transform 0.3s; }
        .theater__sns__list__item a:hover {
          transform: scale(1.2); }
      .theater__sns__list__item.icon-facebook a {
        background: #3b5998; }
      .theater__sns__list__item.icon-instagram a {
        background: #DC2E74; }

#action-1.theater__contents {
  margin: 8% 0 0 0; }
  @media screen and (max-width: 840px) {
    #action-1.theater__contents {
      margin: 40px 0 0 0; } }
  #action-1.theater__contents .theater__section__figure__img {
    max-width: 73%;
    margin: 0 auto; }
    @media screen and (max-width: 840px) {
      #action-1.theater__contents .theater__section__figure__img {
        max-width: 35%;
        margin: 25px auto 0; } }
  #action-1.theater__contents .theater__section__info {
    text-align: right; }
    @media screen and (max-width: 840px) {
      #action-1.theater__contents .theater__section__info {
        text-align: center; } }
  #action-1.theater__contents .theater__section.fadein {
    opacity: 1;
    transform: translate(0, 0); }
    #action-1.theater__contents .theater__section.fadein.scrollin {
      opacity: 1;
      transform: translate(0, 0); }
      #action-1.theater__contents .theater__section.fadein.scrollin .theater__section__figure,
      #action-1.theater__contents .theater__section.fadein.scrollin .theater__pop-title,
      #action-1.theater__contents .theater__section.fadein.scrollin .theater__youtube,
      #action-1.theater__contents .theater__section.fadein.scrollin .theater__btn {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 800ms; }
      #action-1.theater__contents .theater__section.fadein.scrollin .theater__section__figure {
        transition-delay: 0.2s; }
        @media screen and (max-width: 840px) {
          #action-1.theater__contents .theater__section.fadein.scrollin .theater__section__figure__img {
            opacity: 1;
            transform: translate(0, 0);
            transition: all 800ms; } }
        #action-1.theater__contents .theater__section.fadein.scrollin .theater__section__figure__img img:first-child {
          opacity: 0; }
        #action-1.theater__contents .theater__section.fadein.scrollin .theater__section__figure__img img:last-child {
          opacity: 1; }
      #action-1.theater__contents .theater__section.fadein.scrollin .theater__pop-title {
        transition-delay: 0.6s; }
      #action-1.theater__contents .theater__section.fadein.scrollin .theater__youtube {
        transition-delay: 0.8s; }
      #action-1.theater__contents .theater__section.fadein.scrollin .theater__btn {
        transition-delay: 1.0s; }
    #action-1.theater__contents .theater__section.fadein .theater__section__figure,
    #action-1.theater__contents .theater__section.fadein .theater__pop-title,
    #action-1.theater__contents .theater__section.fadein .theater__youtube,
    #action-1.theater__contents .theater__section.fadein .theater__btn {
      opacity: 0;
      transform: translate(30vw, 0); }
    #action-1.theater__contents .theater__section.fadein .theater__section__figure__img {
      position: relative; }
      @media screen and (max-width: 840px) {
        #action-1.theater__contents .theater__section.fadein .theater__section__figure__img {
          opacity: 0;
          transform: translate(30vw, 0); } }
      #action-1.theater__contents .theater__section.fadein .theater__section__figure__img img {
        opacity: 0;
        transition: opacity 0.6s 0.6s; }
        #action-1.theater__contents .theater__section.fadein .theater__section__figure__img img:first-child {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 105%;
          opacity: 1; }

#action-2.theater__contents {
  margin: 4% 0 0 0; }
  @media screen and (max-width: 840px) {
    #action-2.theater__contents {
      margin: 70px 0 0 0; } }
  #action-2.theater__contents .theater__section__figure {
    text-align: right;
    position: relative;
    top: -70px; }
    @media screen and (max-width: 840px) {
      #action-2.theater__contents .theater__section__figure {
        top: 0;
        text-align: center; } }
  #action-2.theater__contents .theater__pop-title {
    width: 100%; }
    @media screen and (max-width: 840px) {
      #action-2.theater__contents .theater__pop-title {
        width: auto; } }
  #action-2.theater__contents .fadein {
    opacity: 1;
    transform: translate(0, 0); }
    #action-2.theater__contents .fadein.scrollin {
      opacity: 1;
      transform: translate(0, 0); }
      #action-2.theater__contents .fadein.scrollin .theater__pop-title,
      #action-2.theater__contents .fadein.scrollin .theater__sns,
      #action-2.theater__contents .fadein.scrollin .theater__youtube,
      #action-2.theater__contents .fadein.scrollin .theater__btn,
      #action-2.theater__contents .fadein.scrollin .close_icon {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 800ms; }
      #action-2.theater__contents .fadein.scrollin .theater__pop-title {
        transition-delay: 0.2s; }
      #action-2.theater__contents .fadein.scrollin .theater__sns {
        transition-delay: 0.4s; }
      #action-2.theater__contents .fadein.scrollin .theater__youtube {
        transition-delay: 0.6s; }
      #action-2.theater__contents .fadein.scrollin .theater__btn {
        transition-delay: 0.8s; }
      #action-2.theater__contents .fadein.scrollin .close_icon {
        transition-delay: 1s; }
    #action-2.theater__contents .fadein .theater__pop-title,
    #action-2.theater__contents .fadein .theater__sns,
    #action-2.theater__contents .fadein .theater__youtube,
    #action-2.theater__contents .fadein .theater__btn,
    #action-2.theater__contents .fadein .close_icon {
      opacity: 0;
      transform: translate(30vw, 0); }

#action-3.theater__contents {
  margin: 4% 0 0 0; }
  @media screen and (max-width: 840px) {
    #action-3.theater__contents {
      margin: 70px 0 0 0; } }
  #action-3.theater__contents .theater__section__info {
    text-align: right; }
    @media screen and (max-width: 840px) {
      #action-3.theater__contents .theater__section__info {
        text-align: center; } }
  #action-3.theater__contents .theater__section__figure__img {
    width: 100%;
    margin: 0 0 32%;
    position: relative; }
    @media screen and (max-width: 840px) {
      #action-3.theater__contents .theater__section__figure__img {
        width: 64%;
        margin: 0 0 22%; } }
    #action-3.theater__contents .theater__section__figure__img img:first-child {
      width: 80%; }
    #action-3.theater__contents .theater__section__figure__img img:last-child {
      position: absolute;
      top: 30%;
      right: -25%;
      width: 80%; }
      @media screen and (max-width: 840px) {
        #action-3.theater__contents .theater__section__figure__img img:last-child {
          right: -45%; } }
  #action-3.theater__contents .theater__section.fadein {
    opacity: 1;
    transform: translate(0, 0); }
    #action-3.theater__contents .theater__section.fadein.scrollin {
      opacity: 1;
      transform: translate(0, 0); }
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__section__figure__img img,
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__pop-title,
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__youtube,
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__btn,
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__sns,
      #action-3.theater__contents .theater__section.fadein.scrollin .close_icon {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 800ms; }
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__section__figure__img img:first-child {
        transition-delay: 0.2s; }
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__section__figure__img img:last-child {
        transition-delay: 0.4s; }
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__pop-title {
        transition-delay: 0.6s; }
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__youtube {
        transition-delay: 0.8s; }
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__btn {
        transition-delay: 1.0s; }
      #action-3.theater__contents .theater__section.fadein.scrollin .theater__sns {
        transition-delay: 0.6s; }
      #action-3.theater__contents .theater__section.fadein.scrollin .close_icon {
        transition-delay: 0.8s; }
    #action-3.theater__contents .theater__section.fadein .theater__section__figure__img img,
    #action-3.theater__contents .theater__section.fadein .theater__pop-title,
    #action-3.theater__contents .theater__section.fadein .theater__youtube,
    #action-3.theater__contents .theater__section.fadein .theater__btn,
    #action-3.theater__contents .theater__section.fadein .theater__sns,
    #action-3.theater__contents .theater__section.fadein .close_icon {
      opacity: 0;
      transform: translate(30vw, 0); }
    #action-3.theater__contents .theater__section.fadein .theater__btn img {
      max-width: 150px; }

#action-4.theater__contents {
  margin: 4% 0 0 0; }
  @media screen and (max-width: 840px) {
    #action-4.theater__contents {
      margin: 70px 0 0 0;
      padding: 0 0 70px 0; } }
  @media screen and (max-width: 840px) {
    #action-4.theater__contents .theater__inner {
      text-align: center; } }
  #action-4.theater__contents .theater__pop-title {
    max-width: 550px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 840px) {
      #action-4.theater__contents .theater__pop-title {
        max-width: max-content;
        width: auto; } }
  #action-4.theater__contents .fadein {
    opacity: 1;
    transform: translate(0, 0); }
    #action-4.theater__contents .fadein.scrollin {
      opacity: 1;
      transform: translate(0, 0); }
      #action-4.theater__contents .fadein.scrollin .theater__pop-title,
      #action-4.theater__contents .fadein.scrollin .theater__banner__share,
      #action-4.theater__contents .fadein.scrollin .banner-list__item,
      #action-4.theater__contents .fadein.scrollin .theater__sns {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 800ms; }
      #action-4.theater__contents .fadein.scrollin .theater__pop-title {
        transition-delay: 0.2s; }
      #action-4.theater__contents .fadein.scrollin .theater__banner__share {
        transition-delay: 0.4s; }
        #action-4.theater__contents .fadein.scrollin .theater__banner__share .share-img img:first-child {
          opacity: 0; }
        #action-4.theater__contents .fadein.scrollin .theater__banner__share .share-img img:last-child {
          opacity: 1;
          width: 90%; }
      #action-4.theater__contents .fadein.scrollin .banner-list__item {
        transition-delay: 0.8s; }
        #action-4.theater__contents .fadein.scrollin .banner-list__item:nth-child(2) {
          transition-delay: 1.0s; }
        #action-4.theater__contents .fadein.scrollin .banner-list__item:nth-child(3) {
          transition-delay: 1.2s; }
        #action-4.theater__contents .fadein.scrollin .banner-list__item:nth-child(4) {
          transition-delay: 1.4s; }
      #action-4.theater__contents .fadein.scrollin .theater__sns {
        transition-delay: 1.6s; }
    #action-4.theater__contents .fadein .theater__pop-title,
    #action-4.theater__contents .fadein .theater__banner__share,
    #action-4.theater__contents .fadein .banner-list__item,
    #action-4.theater__contents .fadein .theater__sns {
      opacity: 0;
      transform: translate(30vw, 0); }
    #action-4.theater__contents .fadein .theater__banner__share .share-img img {
      opacity: 0;
      transition: opacity 0.6s 0.8s; }
      #action-4.theater__contents .fadein .theater__banner__share .share-img img:first-child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        opacity: 1; }

/* ///////////////////////////////////////////////////////////////////
    .site-header
/////////////////////////////////////////////////////////////////// */
.site-header {
  position: sticky;
  top: 20px;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 840px) {
    .site-header {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      background: #b12631e8;
      visibility: hidden;
      opacity: 0;
      right: -100%;
      transition: right 0.3s; }
      .site-header.active {
        display: block;
        right: 0;
        opacity: 1;
        visibility: visible; } }
  .site-header__outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc( 100% - 70vh );
    z-index: 15;
    overflow: clip;
    pointer-events: none; }
  .site-header__inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 840px) {
      .site-header__inner {
        display: flex;
        align-items: center;
        height: 90vh;
        opacity: 1;
        transform: translate(0, 0);
        transition: none;
        transition-delay: 0; } }
    .site-header__inner.fadein {
      transform: translate(0, 30px); }
      .site-header__inner.fadein.scrollin {
        transform: translate(0, 0); }
  .site-header__nav {
    pointer-events: auto; }
    .site-header__nav__list {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 840px) {
        .site-header__nav__list {
          flex-wrap: wrap; } }
      .site-header__nav__list__item {
        flex: 0 1 18%; }
        @media screen and (max-width: 840px) {
          .site-header__nav__list__item {
            flex: 0 1 100%;
            border-bottom: 1px dashed #fff; } }
        .site-header__nav__list__item a {
          font-family: "Kosugi Maru", sans-serif;
          display: block;
          background: url("../images/nav-bg_top.png") repeat-x top left, url("../images/nav-bg_bottom.png") repeat-x bottom left, #C1272D;
          background-size: 1px 4px, 1px 4px, auto;
          color: #fff;
          line-height: 1;
          padding: 18px 0;
          font-size: 19px;
          font-weight: bold;
          text-align: center;
          position: relative;
          margin: 0 12px;
          transition: transform 0.3s; }
          @media screen and (max-width: 840px) {
            .site-header__nav__list__item a {
              background: none;
              padding: 25px 0; } }
          .site-header__nav__list__item a:hover {
            transform: translateY(7px); }
          .site-header__nav__list__item a i {
            display: inline-block;
            margin: 0 0 0 0.5em; }
          .site-header__nav__list__item a:before {
            content: "";
            position: absolute;
            top: 0;
            left: -12px;
            width: 12px;
            height: 100%;
            background: url("../images/nav-bg_left.png") no-repeat center;
            background-size: cover; }
            @media screen and (max-width: 840px) {
              .site-header__nav__list__item a:before {
                content: none; } }
          .site-header__nav__list__item a:after {
            content: "";
            position: absolute;
            top: 0;
            right: -12px;
            width: 12px;
            height: 100%;
            background: url("../images/nav-bg_right.png") no-repeat center;
            background-size: cover; }
            @media screen and (max-width: 840px) {
              .site-header__nav__list__item a:after {
                content: none; } }
  .site-header__sp-btn {
    display: none; }
    @media screen and (max-width: 840px) {
      .site-header__sp-btn {
        display: block;
        background: #b22328;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 20px;
        top: 70px;
        border-radius: 50%;
        z-index: 20;
        cursor: pointer; }
        .site-header__sp-btn.fixed {
          position: fixed;
          top: 20px; }
        .site-header__sp-btn__line {
          width: 50%;
          display: inline-block;
          height: 2px;
          background: #fff;
          position: absolute;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          left: 50%;
          transform: translateX(-50%); }
          .site-header__sp-btn__line.line-top {
            top: 32%; }
          .site-header__sp-btn__line.line-middle {
            top: 50%; }
          .site-header__sp-btn__line.line-bottom {
            bottom: 30%; }
        .site-header__sp-btn:hover .site-header__sp-btn__line.line-top {
          transform: translate(-50%, 4px); }
        .site-header__sp-btn:hover .site-header__sp-btn__line.line-bottom {
          transform: translate(-50%, -4px); }
        .site-header__sp-btn.active .site-header__sp-btn__line.line-top {
          top: 50%;
          transform: rotate(45deg);
          left: 25%; }
        .site-header__sp-btn.active .site-header__sp-btn__line.line-middle {
          width: 0; }
        .site-header__sp-btn.active .site-header__sp-btn__line.line-bottom {
          bottom: 48%;
          transform: rotate(-45deg);
          left: 25%; } }

/* ///////////////////////////////////////////////////////////////////
    .curtain
/////////////////////////////////////////////////////////////////// */
.curtain__outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  overflow: clip; }
  @media screen and (max-width: 840px) {
    .curtain__outer {
      top: 50px; } }
.curtain__item {
  position: sticky;
  top: 0;
  height: 100vh; }
  .curtain__item__figure {
    position: absolute;
    top: 0;
    z-index: 1;
    transition: transform 0.6s ease-out; }
    .curtain__item__figure img {
      width: 100%;
      height: auto; }
    .curtain__item__figure.center {
      left: 0;
      z-index: 2;
      transform: translateY(-100%); }
    .curtain__item__figure.left {
      left: 0;
      width: 13%;
      transform: translateX(-100%);
      transition-delay: 0.2s; }
    .curtain__item__figure.right {
      right: 0;
      width: 13%;
      transform: translateX(100%);
      transition-delay: 0.2s; }
  .curtain__item.active .curtain__item__figure {
    transform: translate(0, 0); }

/* ///////////////////////////////////////////////////////////////////
    .section
/////////////////////////////////////////////////////////////////// */
.section__banner {
  position: relative;
  z-index: 11;
  background: #fff; }

.l-footer {
  z-index: 1; }
