@charset "UTF-8";
@font-face {
  font-family: "BarlowCondensed-SemiBold";
  src: url("../font/BarlowCondensed-SemiBold.ttf") format("woff");
}
@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url("../font/BarlowCondensed-Bold.ttf") format("woff");
}
@font-face {
  font-family: "BarlowCondensed-ExtraBoldItalic";
  src: url("../font/BarlowCondensed-ExtraBoldItalic.ttf") format("woff");
}
@font-face {
  font-family: "MkPOP";
  src: url("../font/851MkPOP_002.ttf") format("woff");
}
html {
  font-size: 62.5%;
  font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 21.333vh;
    margin-top: 10px;
  }
  100% {
    margin-top: 21.333vh;
    height: 0;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 21.333vh;
    margin-top: 10px;
  }
  100% {
    margin-top: 21.333vh;
    height: 0;
  }
}
@-webkit-keyframes scrollSp {
  0% {
    height: 0;
  }
  50% {
    height: 20.779vw;
    margin-top: 10px;
  }
  100% {
    margin-top: 20.779vw;
    height: 0;
  }
}
@keyframes scrollSp {
  0% {
    height: 0;
  }
  50% {
    height: 20.779vw;
    margin-top: 10px;
  }
  100% {
    margin-top: 20.779vw;
    height: 0;
  }
}
@-webkit-keyframes spMenu {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
@keyframes spMenu {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
@-webkit-keyframes recMenuNv {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes recMenuNv {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes recMenu {
  0% {
    -webkit-transform: translateX(-25vw);
            transform: translateX(-25vw);
  }
  60% {
    -webkit-transform: translateX(-25vw);
            transform: translateX(-25vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes recMenu {
  0% {
    -webkit-transform: translateX(-25vw);
            transform: translateX(-25vw);
  }
  60% {
    -webkit-transform: translateX(-25vw);
            transform: translateX(-25vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes Left-to-Right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes openingHead {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openingHead {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opening {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opening {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes openBr1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openBr1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes openBr2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openBr2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes openBr3 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openBr3 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes openText1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes openText1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes openText2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes openText2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  75% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes Left-to-Right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes Bottom-to-Top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes Bottom-to-Top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_on_1 {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein_on_1.active {
  opacity: 1;
}

.fadein_on_2 {
  opacity: 0;
  -webkit-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
}

.fadein_on_2.active {
  opacity: 1;
}

.fadein_on_3 {
  opacity: 0;
  -webkit-transition: all 1s 0.4s;
  transition: all 1s 0.4s;
}

.fadein_on_3.active {
  opacity: 1;
}

@-webkit-keyframes openDown {
  0% {
    height: 8vh;
  }
  100% {
    height: 100vh;
  }
}

@keyframes openDown {
  0% {
    height: 8vh;
  }
  100% {
    height: 100vh;
  }
}
@-webkit-keyframes openUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes openUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes hdOp {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hdOp {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lineCl {
  0% {
    background-color: #181878;
  }
  75% {
    background-color: #181878;
  }
  100% {
    background-color: #fff !important;
  }
}
@keyframes lineCl {
  0% {
    background-color: #181878;
  }
  75% {
    background-color: #181878;
  }
  100% {
    background-color: #fff !important;
  }
}
.dis {
  display: none;
}

.dis.active {
  display: block;
}

@-webkit-keyframes mesIm_1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mesIm_1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mesOp_1 {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 100%;
    margin-left: 0;
  }
  55% {
    width: 100%;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 18.125vw;
  }
}
@keyframes mesOp_1 {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 100%;
    margin-left: 0;
  }
  55% {
    width: 100%;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 18.125vw;
  }
}
@-webkit-keyframes mesOp_2 {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 38.75vw;
    margin-left: 0;
  }
  55% {
    width: 38.75vw;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 38.75vw;
  }
}
@keyframes mesOp_2 {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 38.75vw;
    margin-left: 0;
  }
  55% {
    width: 38.75vw;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 38.75vw;
  }
}
@-webkit-keyframes mesOp_3 {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 100%;
    margin-left: 0;
  }
  55% {
    width: 100%;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 49.14vw;
  }
}
@keyframes mesOp_3 {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 100%;
    margin-left: 0;
  }
  55% {
    width: 100%;
    margin-left: 0;
  }
  100% {
    width: 0;
    margin-left: 49.14vw;
  }
}
@-webkit-keyframes abBl {
  0% {
    width: 0;
  }
  100% {
    width: 86.875vw;
  }
}
@keyframes abBl {
  0% {
    width: 0;
  }
  100% {
    width: 86.875vw;
  }
}
/*---PCKVアニメーション---*/
/*-青ベタ３枚-*/
/*-上から３枚目の段-*/
@-webkit-keyframes BTop_1 {
  0% {
    height: 15vh;
    opacity: 1;
  }
  15% {
    height: 15vh;
    opacity: 1;
  }
  25% {
    height: 115vh;
    opacity: 1;
  }
  27% {
    height: 115vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  30% {
    height: 0;
    opacity: 1;
  }
  31% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 15vh;
    opacity: 1;
  }
  55% {
    height: 15vh;
    opacity: 1;
  }
  65% {
    height: 115vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  74% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 15vh;
    opacity: 1;
  }
  100% {
    height: 15vh;
    opacity: 1;
  }
}
@keyframes BTop_1 {
  0% {
    height: 15vh;
    opacity: 1;
  }
  15% {
    height: 15vh;
    opacity: 1;
  }
  25% {
    height: 115vh;
    opacity: 1;
  }
  27% {
    height: 115vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  30% {
    height: 0;
    opacity: 1;
  }
  31% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 15vh;
    opacity: 1;
  }
  55% {
    height: 15vh;
    opacity: 1;
  }
  65% {
    height: 115vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  74% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 15vh;
    opacity: 1;
  }
  100% {
    height: 15vh;
    opacity: 1;
  }
}
@-webkit-keyframes BTop_2 {
  0% {
    height: 15vh;
    opacity: 1;
  }
  15% {
    height: 15vh;
    opacity: 1;
  }
  25% {
    height: 115vh;
    opacity: 1;
  }
  27% {
    height: 115vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  32% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 15vh;
    opacity: 1;
  }
  57% {
    height: 15vh;
    opacity: 1;
  }
  65% {
    height: 115vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  75% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 15vh;
    opacity: 1;
  }
  100% {
    height: 15vh;
    opacity: 1;
  }
}
@keyframes BTop_2 {
  0% {
    height: 15vh;
    opacity: 1;
  }
  15% {
    height: 15vh;
    opacity: 1;
  }
  25% {
    height: 115vh;
    opacity: 1;
  }
  27% {
    height: 115vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  32% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 15vh;
    opacity: 1;
  }
  57% {
    height: 15vh;
    opacity: 1;
  }
  65% {
    height: 115vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  75% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 15vh;
    opacity: 1;
  }
  100% {
    height: 15vh;
    opacity: 1;
  }
}
@-webkit-keyframes BTop_3 {
  0% {
    height: 15vh;
    opacity: 1;
  }
  15% {
    height: 15vh;
    opacity: 1;
  }
  25% {
    height: 115vh;
    opacity: 1;
  }
  27% {
    height: 115vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  33% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 15vh;
    opacity: 1;
  }
  59% {
    height: 15vh;
    opacity: 1;
  }
  65% {
    height: 115vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  76% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 15vh;
    opacity: 1;
  }
  100% {
    height: 15vh;
    opacity: 1;
  }
}
@keyframes BTop_3 {
  0% {
    height: 15vh;
    opacity: 1;
  }
  15% {
    height: 15vh;
    opacity: 1;
  }
  25% {
    height: 115vh;
    opacity: 1;
  }
  27% {
    height: 115vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  33% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 15vh;
    opacity: 1;
  }
  59% {
    height: 15vh;
    opacity: 1;
  }
  65% {
    height: 115vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  76% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 15vh;
    opacity: 1;
  }
  100% {
    height: 15vh;
    opacity: 1;
  }
}
@-webkit-keyframes BTop_4 {
  0% {
    height: 15vh;
    opacity: 1;
  }
  15% {
    height: 15vh;
    opacity: 1;
  }
  25% {
    height: 115vh;
    opacity: 1;
  }
  27% {
    height: 115vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  34% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 15vh;
    opacity: 1;
  }
  61% {
    height: 15vh;
    opacity: 1;
  }
  65% {
    height: 115vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  77% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 15vh;
    opacity: 1;
  }
  100% {
    height: 15vh;
    opacity: 1;
  }
}
@keyframes BTop_4 {
  0% {
    height: 15vh;
    opacity: 1;
  }
  15% {
    height: 15vh;
    opacity: 1;
  }
  25% {
    height: 115vh;
    opacity: 1;
  }
  27% {
    height: 115vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  34% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 15vh;
    opacity: 1;
  }
  61% {
    height: 15vh;
    opacity: 1;
  }
  65% {
    height: 115vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  77% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 15vh;
    opacity: 1;
  }
  100% {
    height: 15vh;
    opacity: 1;
  }
}
/*-上から2枚目の段-*/
@-webkit-keyframes openBr2_1 {
  0% {
    height: 21.6vh;
    opacity: 1;
  }
  5% {
    height: 21.6vh;
    opacity: 1;
  }
  10% {
    height: 21.6vh;
    opacity: 1;
  }
  15% {
    height: 21.6vh;
    opacity: 1;
  }
  25% {
    height: 121.6vh;
    opacity: 1;
  }
  27% {
    height: 121.6vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  31% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 21.6vh;
    opacity: 1;
  }
  55% {
    height: 21.6vh;
    opacity: 1;
  }
  65% {
    height: 121.6vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  74% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 21.6vh;
    opacity: 1;
  }
  100% {
    height: 21.6vh;
    opacity: 1;
  }
}
@keyframes openBr2_1 {
  0% {
    height: 21.6vh;
    opacity: 1;
  }
  5% {
    height: 21.6vh;
    opacity: 1;
  }
  10% {
    height: 21.6vh;
    opacity: 1;
  }
  15% {
    height: 21.6vh;
    opacity: 1;
  }
  25% {
    height: 121.6vh;
    opacity: 1;
  }
  27% {
    height: 121.6vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  31% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 21.6vh;
    opacity: 1;
  }
  55% {
    height: 21.6vh;
    opacity: 1;
  }
  65% {
    height: 121.6vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  74% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 21.6vh;
    opacity: 1;
  }
  100% {
    height: 21.6vh;
    opacity: 1;
  }
}
@-webkit-keyframes openBr2_2 {
  0% {
    height: 21.6vh;
    opacity: 1;
  }
  5% {
    height: 21.6vh;
    opacity: 1;
  }
  10% {
    height: 21.6vh;
    opacity: 1;
  }
  15% {
    height: 21.6vh;
    opacity: 1;
  }
  25% {
    height: 121.6vh;
    opacity: 1;
  }
  27% {
    height: 121.6vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  32% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 21.6vh;
    opacity: 1;
  }
  57% {
    height: 21.6vh;
    opacity: 1;
  }
  65% {
    height: 121.6vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  75% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 21.6vh;
    opacity: 1;
  }
  100% {
    height: 21.6vh;
    opacity: 1;
  }
}
@keyframes openBr2_2 {
  0% {
    height: 21.6vh;
    opacity: 1;
  }
  5% {
    height: 21.6vh;
    opacity: 1;
  }
  10% {
    height: 21.6vh;
    opacity: 1;
  }
  15% {
    height: 21.6vh;
    opacity: 1;
  }
  25% {
    height: 121.6vh;
    opacity: 1;
  }
  27% {
    height: 121.6vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  32% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 21.6vh;
    opacity: 1;
  }
  57% {
    height: 21.6vh;
    opacity: 1;
  }
  65% {
    height: 121.6vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  75% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 21.6vh;
    opacity: 1;
  }
  100% {
    height: 21.6vh;
    opacity: 1;
  }
}
@-webkit-keyframes openBr2_3 {
  0% {
    height: 21.6vh;
    opacity: 1;
  }
  5% {
    height: 21.6vh;
    opacity: 1;
  }
  10% {
    height: 21.6vh;
    opacity: 1;
  }
  15% {
    height: 21.6vh;
    opacity: 1;
  }
  25% {
    height: 121.6vh;
    opacity: 1;
  }
  27% {
    height: 121.6vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  33% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 21.6vh;
    opacity: 1;
  }
  59% {
    height: 21.6vh;
    opacity: 1;
  }
  65% {
    height: 121.6vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  76% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 21.6vh;
    opacity: 1;
  }
  100% {
    height: 21.6vh;
    opacity: 1;
  }
}
@keyframes openBr2_3 {
  0% {
    height: 21.6vh;
    opacity: 1;
  }
  5% {
    height: 21.6vh;
    opacity: 1;
  }
  10% {
    height: 21.6vh;
    opacity: 1;
  }
  15% {
    height: 21.6vh;
    opacity: 1;
  }
  25% {
    height: 121.6vh;
    opacity: 1;
  }
  27% {
    height: 121.6vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  33% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 21.6vh;
    opacity: 1;
  }
  59% {
    height: 21.6vh;
    opacity: 1;
  }
  65% {
    height: 121.6vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  76% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 21.6vh;
    opacity: 1;
  }
  100% {
    height: 21.6vh;
    opacity: 1;
  }
}
@-webkit-keyframes openBr2_4 {
  0% {
    height: 21.6vh;
    opacity: 1;
  }
  5% {
    height: 21.6vh;
    opacity: 1;
  }
  10% {
    height: 21.6vh;
    opacity: 1;
  }
  15% {
    height: 21.6vh;
    opacity: 1;
  }
  25% {
    height: 121.6vh;
    opacity: 1;
  }
  27% {
    height: 121.6vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  34% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 21.6vh;
    opacity: 1;
  }
  61% {
    height: 21.6vh;
    opacity: 1;
  }
  65% {
    height: 121.6vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  77% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 21.6vh;
    opacity: 1;
  }
  100% {
    height: 21.6vh;
    opacity: 1;
  }
}
@keyframes openBr2_4 {
  0% {
    height: 21.6vh;
    opacity: 1;
  }
  5% {
    height: 21.6vh;
    opacity: 1;
  }
  10% {
    height: 21.6vh;
    opacity: 1;
  }
  15% {
    height: 21.6vh;
    opacity: 1;
  }
  25% {
    height: 121.6vh;
    opacity: 1;
  }
  27% {
    height: 121.6vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  34% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 21.6vh;
    opacity: 1;
  }
  61% {
    height: 21.6vh;
    opacity: 1;
  }
  65% {
    height: 121.6vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  77% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 21.6vh;
    opacity: 1;
  }
  100% {
    height: 21.6vh;
    opacity: 1;
  }
}
/*-上から1枚目の段-*/
@-webkit-keyframes openBr3_1 {
  0% {
    height: 25.86vh;
    opacity: 1;
  }
  5% {
    height: 25.86vh;
    opacity: 1;
  }
  13% {
    height: 25.86vh;
    opacity: 1;
  }
  15% {
    height: 25.86vh;
    opacity: 1;
  }
  25% {
    height: 125.86vh;
    opacity: 1;
  }
  27% {
    height: 125.86vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  31% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 25.86vh;
    opacity: 1;
  }
  55% {
    height: 25.86vh;
    opacity: 1;
  }
  65% {
    height: 125.86vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  74% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 25.86vh;
    opacity: 1;
  }
  100% {
    height: 25.86vh;
    opacity: 1;
  }
}
@keyframes openBr3_1 {
  0% {
    height: 25.86vh;
    opacity: 1;
  }
  5% {
    height: 25.86vh;
    opacity: 1;
  }
  13% {
    height: 25.86vh;
    opacity: 1;
  }
  15% {
    height: 25.86vh;
    opacity: 1;
  }
  25% {
    height: 125.86vh;
    opacity: 1;
  }
  27% {
    height: 125.86vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  31% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 25.86vh;
    opacity: 1;
  }
  55% {
    height: 25.86vh;
    opacity: 1;
  }
  65% {
    height: 125.86vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  74% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 25.86vh;
    opacity: 1;
  }
  100% {
    height: 25.86vh;
    opacity: 1;
  }
}
@-webkit-keyframes openBr3_2 {
  0% {
    height: 25.86vh;
    opacity: 1;
  }
  5% {
    height: 25.86vh;
    opacity: 1;
  }
  13% {
    height: 25.86vh;
    opacity: 1;
  }
  15% {
    height: 25.86vh;
    opacity: 1;
  }
  25% {
    height: 125.86vh;
    opacity: 1;
  }
  27% {
    height: 125.86vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  32% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 25.86vh;
    opacity: 1;
  }
  57% {
    height: 25.86vh;
    opacity: 1;
  }
  65% {
    height: 125.86vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  75% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 25.86vh;
    opacity: 1;
  }
  100% {
    height: 25.86vh;
    opacity: 1;
  }
}
@keyframes openBr3_2 {
  0% {
    height: 25.86vh;
    opacity: 1;
  }
  5% {
    height: 25.86vh;
    opacity: 1;
  }
  13% {
    height: 25.86vh;
    opacity: 1;
  }
  15% {
    height: 25.86vh;
    opacity: 1;
  }
  25% {
    height: 125.86vh;
    opacity: 1;
  }
  27% {
    height: 125.86vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  32% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 25.86vh;
    opacity: 1;
  }
  57% {
    height: 25.86vh;
    opacity: 1;
  }
  65% {
    height: 125.86vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  75% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 25.86vh;
    opacity: 1;
  }
  100% {
    height: 25.86vh;
    opacity: 1;
  }
}
@-webkit-keyframes openBr3_3 {
  0% {
    height: 25.86vh;
    opacity: 1;
  }
  5% {
    height: 25.86vh;
    opacity: 1;
  }
  13% {
    height: 25.86vh;
    opacity: 1;
  }
  15% {
    height: 25.86vh;
    opacity: 1;
  }
  25% {
    height: 125.86vh;
    opacity: 1;
  }
  27% {
    height: 125.86vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  33% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 25.86vh;
    opacity: 1;
  }
  59% {
    height: 25.86vh;
    opacity: 1;
  }
  65% {
    height: 125.86vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  76% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 25.86vh;
    opacity: 1;
  }
  100% {
    height: 25.86vh;
    opacity: 1;
  }
}
@keyframes openBr3_3 {
  0% {
    height: 25.86vh;
    opacity: 1;
  }
  5% {
    height: 25.86vh;
    opacity: 1;
  }
  13% {
    height: 25.86vh;
    opacity: 1;
  }
  15% {
    height: 25.86vh;
    opacity: 1;
  }
  25% {
    height: 125.86vh;
    opacity: 1;
  }
  27% {
    height: 125.86vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  33% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 25.86vh;
    opacity: 1;
  }
  59% {
    height: 25.86vh;
    opacity: 1;
  }
  65% {
    height: 125.86vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  76% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 25.86vh;
    opacity: 1;
  }
  100% {
    height: 25.86vh;
    opacity: 1;
  }
}
@-webkit-keyframes openBr3_4 {
  0% {
    height: 25.86vh;
    opacity: 1;
  }
  5% {
    height: 25.86vh;
    opacity: 1;
  }
  13% {
    height: 25.86vh;
    opacity: 1;
  }
  15% {
    height: 25.86vh;
    opacity: 1;
  }
  25% {
    height: 125.86vh;
    opacity: 1;
  }
  27% {
    height: 125.86vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  34% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 25.86vh;
    opacity: 1;
  }
  61% {
    height: 25.86vh;
    opacity: 1;
  }
  65% {
    height: 125.86vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  77% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 25.86vh;
    opacity: 1;
  }
  100% {
    height: 25.86vh;
    opacity: 1;
  }
}
@keyframes openBr3_4 {
  0% {
    height: 25.86vh;
    opacity: 1;
  }
  5% {
    height: 25.86vh;
    opacity: 1;
  }
  13% {
    height: 25.86vh;
    opacity: 1;
  }
  15% {
    height: 25.86vh;
    opacity: 1;
  }
  25% {
    height: 125.86vh;
    opacity: 1;
  }
  27% {
    height: 125.86vh;
    opacity: 0;
  }
  28% {
    height: 0;
    opacity: 0;
  }
  34% {
    height: 0;
    opacity: 1;
  }
  35% {
    height: 25.86vh;
    opacity: 1;
  }
  61% {
    height: 25.86vh;
    opacity: 1;
  }
  65% {
    height: 125.86vh;
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  67% {
    height: 0;
    opacity: 0;
  }
  73% {
    height: 0;
    opacity: 1;
  }
  77% {
    height: 0;
    opacity: 1;
  }
  78% {
    height: 25.86vh;
    opacity: 1;
  }
  100% {
    height: 25.86vh;
    opacity: 1;
  }
}
/*-青ベタ全面-*/
@-webkit-keyframes bakBL {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  24% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  26% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
}
@keyframes bakBL {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  24% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  26% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
}
/*-画像-*/
@-webkit-keyframes opTop_1 {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  12% {
    opacity: 1;
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
}
@keyframes opTop_1 {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  12% {
    opacity: 1;
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
}
@-webkit-keyframes opTop_2 {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  14% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  42% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
}
@keyframes opTop_2 {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  14% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  42% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
}
@-webkit-keyframes opTop_3 {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  16% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  44% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
  }
  65% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
}
@keyframes opTop_3 {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  16% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  44% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
  }
  65% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
}
@-webkit-keyframes opTop_4 {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  18% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  46% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
  }
  65% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
}
@keyframes opTop_4 {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  18% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  46% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
  }
  65% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 0;
  }
}
@-webkit-keyframes opTop_1_ie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  12% {
    opacity: 1;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
}
@keyframes opTop_1_ie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  12% {
    opacity: 1;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
}
@-webkit-keyframes opTop_2_ie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  14% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  42% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
}
@keyframes opTop_2_ie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  14% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  42% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
}
@-webkit-keyframes opTop_3_ie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  16% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  44% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  65% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
}
@keyframes opTop_3_ie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  16% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  44% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  65% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
}
@-webkit-keyframes opTop_4_ie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  18% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  46% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  65% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
}
@keyframes opTop_4_ie {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  18% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  46% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  65% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
  }
}
/*---SPKVアニメーション---*/
@-webkit-keyframes spBr_1 {
  0% {
    opacity: 1;
    height: 14.545vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    opacity: 1;
    height: 14.545vh;
  }
  32% {
    opacity: 1;
    height: 14.545vh;
  }
  48% {
    opacity: 1;
    height: 14.545vh;
  }
  64% {
    opacity: 1;
    height: 114.545vh;
  }
  68% {
    height: 114.545vh;
  }
  72% {
    height: 14.545vh;
  }
  80% {
    opacity: 1;
    height: 14.545vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    height: 14.545vh;
  }
}
@keyframes spBr_1 {
  0% {
    opacity: 1;
    height: 14.545vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    opacity: 1;
    height: 14.545vh;
  }
  32% {
    opacity: 1;
    height: 14.545vh;
  }
  48% {
    opacity: 1;
    height: 14.545vh;
  }
  64% {
    opacity: 1;
    height: 114.545vh;
  }
  68% {
    height: 114.545vh;
  }
  72% {
    height: 14.545vh;
  }
  80% {
    opacity: 1;
    height: 14.545vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    height: 14.545vh;
  }
}
@-webkit-keyframes spBr_2 {
  0% {
    opacity: 1;
    height: 12.015vh;
  }
  16% {
    opacity: 1;
    height: 12.015vh;
  }
  32% {
    opacity: 1;
    height: 12.015vh;
  }
  48% {
    opacity: 1;
    height: 12.015vh;
  }
  64% {
    opacity: 1;
    height: 112.015vh;
  }
  68% {
    opacity: 1;
    height: 112.015vh;
  }
  72% {
    height: 12.015vh;
  }
  80% {
    opacity: 1;
    height: 12.015vh;
  }
  100% {
    opacity: 1;
    height: 12.015vh;
  }
}
@keyframes spBr_2 {
  0% {
    opacity: 1;
    height: 12.015vh;
  }
  16% {
    opacity: 1;
    height: 12.015vh;
  }
  32% {
    opacity: 1;
    height: 12.015vh;
  }
  48% {
    opacity: 1;
    height: 12.015vh;
  }
  64% {
    opacity: 1;
    height: 112.015vh;
  }
  68% {
    opacity: 1;
    height: 112.015vh;
  }
  72% {
    height: 12.015vh;
  }
  80% {
    opacity: 1;
    height: 12.015vh;
  }
  100% {
    opacity: 1;
    height: 12.015vh;
  }
}
@-webkit-keyframes spBr_3 {
  0% {
    opacity: 1;
    height: 7.688vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    opacity: 1;
    height: 7.688vh;
  }
  32% {
    opacity: 1;
    height: 7.688vh;
  }
  48% {
    opacity: 1;
    height: 7.688vh;
  }
  64% {
    height: 107.688vh;
  }
  68% {
    height: 107.688vh;
  }
  72% {
    height: 7.688vh;
  }
  80% {
    height: 7.688vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    height: 7.688vh;
  }
}
@keyframes spBr_3 {
  0% {
    opacity: 1;
    height: 7.688vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    opacity: 1;
    height: 7.688vh;
  }
  32% {
    opacity: 1;
    height: 7.688vh;
  }
  48% {
    opacity: 1;
    height: 7.688vh;
  }
  64% {
    height: 107.688vh;
  }
  68% {
    height: 107.688vh;
  }
  72% {
    height: 7.688vh;
  }
  80% {
    height: 7.688vh;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    height: 7.688vh;
  }
}
@-webkit-keyframes opTopSpMb {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opTopSpMb {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opTopSp {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opTopSp {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opTopSpB {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opTopSpB {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bakBLSp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  64% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  72% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  88% {
    opacity: 1;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
}
@keyframes bakBLSp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  64% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  72% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  88% {
    opacity: 1;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
}
@-webkit-keyframes BTop_B {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes BTop_B {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes SecIm1 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes SecIm1 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes SecIm2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes SecIm2 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*---story_index---*/
@-webkit-keyframes StId1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.24;
  }
  50% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes StId1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.24;
  }
  50% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes StId2 {
  0% {
    opacity: 0.8;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes StId2 {
  0% {
    opacity: 0.8;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes StId3 {
  0% {
    opacity: 0.6;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes StId3 {
  0% {
    opacity: 0.6;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes StId4 {
  0% {
    opacity: 0.4;
  }
  10% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes StId4 {
  0% {
    opacity: 0.4;
  }
  10% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes StId5 {
  0% {
    opacity: 0.24;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.24;
  }
  90% {
    opacity: 0.24;
  }
  100% {
    opacity: 0.24;
  }
}
@keyframes StId5 {
  0% {
    opacity: 0.24;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.24;
  }
  90% {
    opacity: 0.24;
  }
  100% {
    opacity: 0.24;
  }
}
@-webkit-keyframes under_op_1 {
  0% {
    opacity: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  50% {
    opacity: 0;
    margin-top: 1.8vh;
    padding-bottom: 3.25vw;
  }
  100% {
    opacity: 1;
    margin-top: 1.8vh;
    padding-bottom: 3.25vw;
  }
}
@keyframes under_op_1 {
  0% {
    opacity: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  50% {
    opacity: 0;
    margin-top: 1.8vh;
    padding-bottom: 3.25vw;
  }
  100% {
    opacity: 1;
    margin-top: 1.8vh;
    padding-bottom: 3.25vw;
  }
}
@-webkit-keyframes under_op_2 {
  0% {
    line-height: 0;
    padding: 0;
  }
  50% {
    line-height: 1;
    padding: 3.25vw 0;
  }
  100% {
    line-height: 1;
    padding: 3.25vw 0;
  }
}
@keyframes under_op_2 {
  0% {
    line-height: 0;
    padding: 0;
  }
  50% {
    line-height: 1;
    padding: 3.25vw 0;
  }
  100% {
    line-height: 1;
    padding: 3.25vw 0;
  }
}
@-webkit-keyframes under_op_2_1 {
  0% {
    line-height: 0;
    padding: 0;
  }
  50% {
    line-height: 1;
    padding: 8vw 0 4vw;
  }
  100% {
    line-height: 1;
    padding: 8vw 0 4vw;
  }
}
@keyframes under_op_2_1 {
  0% {
    line-height: 0;
    padding: 0;
  }
  50% {
    line-height: 1;
    padding: 8vw 0 4vw;
  }
  100% {
    line-height: 1;
    padding: 8vw 0 4vw;
  }
}
@-webkit-keyframes under_cl_1 {
  0% {
    opacity: 1;
    margin-top: 1.8vh;
    padding-bottom: 3.25vw;
  }
  50% {
    opacity: 0;
    margin-top: 1.8vh;
    padding-bottom: 3.25vw;
  }
  100% {
    opacity: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@keyframes under_cl_1 {
  0% {
    opacity: 1;
    margin-top: 1.8vh;
    padding-bottom: 3.25vw;
  }
  50% {
    opacity: 0;
    margin-top: 1.8vh;
    padding-bottom: 3.25vw;
  }
  100% {
    opacity: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@-webkit-keyframes under_cl_2 {
  0% {
    line-height: 1;
    padding: 3.25vw 0;
  }
  50% {
    line-height: 1;
    padding: 3.25vw 0;
  }
  100% {
    line-height: 0;
    padding: 0;
  }
}
@keyframes under_cl_2 {
  0% {
    line-height: 1;
    padding: 3.25vw 0;
  }
  50% {
    line-height: 1;
    padding: 3.25vw 0;
  }
  100% {
    line-height: 0;
    padding: 0;
  }
}
@-webkit-keyframes under_cl_2_1 {
  0% {
    line-height: 1;
    padding: 8vw 0 4vw;
  }
  50% {
    line-height: 1;
    padding: 8vw 0 4vw;
  }
  100% {
    line-height: 0;
    padding: 0;
  }
}
@keyframes under_cl_2_1 {
  0% {
    line-height: 1;
    padding: 8vw 0 4vw;
  }
  50% {
    line-height: 1;
    padding: 8vw 0 4vw;
  }
  100% {
    line-height: 0;
    padding: 0;
  }
}
.hd {
  position: fixed !important;
}

.main {
  position: relative;
  display: block;
  width: 100%;
}
.main .cross_top {
  position: relative;
  display: block;
  width: 100%;
  height: 65.234vw;
}
.main .cross_top .top_cont {
  position: relative;
  display: block;
  width: 100%;
  height: 55.156vw;
}
.main .cross_top .top_cont .top_cont_wrap {
  position: relative;
  top: 17.812vw;
  left: 10vw;
  color: #181878;
  width: 44.609vw;
  z-index: 2;
}
.main .cross_top .top_cont .top_cont_wrap .top_tit {
  font-family: BarlowCondensed-Bold;
  font-size: 6.25vw;
  line-height: 0.65;
}
.main .cross_top .top_cont .top_cont_wrap .top_tit_jp {
  font-size: 3.281vw;
  line-height: 1.9;
  margin-top: 0.781vw;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main .cross_top .top_cont .top_cont_wrap .top_txt {
  font-size: 1.25vw;
  margin-top: 1.64vw;
  line-height: 2.25;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main .cross_top .top_cont .bak_tit {
  position: absolute;
  top: 7.187vw;
  right: 0;
  line-height: 0.6;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: bt-rl;
  font-family: BarlowCondensed-SemiBold;
  font-size: 18.75vw;
  color: rgba(102, 146, 197, 0.32);
  padding-left: 3vw;
  z-index: 10;
}
.main .cross_top .top_cont .top_bl {
  position: absolute;
  bottom: -10vw;
  left: 0;
  display: block;
  width: 90vw;
  height: 17.656vw;
}
.main .cross_top .top_cont .top_bl .top_bl_0 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #181878;
}
.main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_1 {
  position: absolute;
  display: block;
  width: 0.625vw;
  height: 100%;
  background-color: rgba(102, 146, 197, 0.8);
}
.main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_2 {
  position: absolute;
  display: block;
  left: 0.625vw;
  width: 2.5vw;
  height: 100%;
  background-color: rgba(102, 146, 197, 0.4);
}
.main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_3 {
  position: absolute;
  display: block;
  left: 0.625vw;
  width: 1.875vw;
  height: 100%;
  background-color: rgba(102, 146, 197, 0.16);
}
.main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_4 {
  position: absolute;
  display: block;
  right: 13.75vw;
  width: 45.625vw;
  height: 100%;
  background-color: rgba(1, 36, 73, 0.64);
}
.main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_5 {
  position: absolute;
  display: block;
  right: 0;
  width: 13.75vw;
  height: 100%;
  background-color: rgba(5, 23, 55, 0.8);
}
.main .cross_top .top_cont .top_img {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 62.5vw;
  height: 43.75vw;
  background-image: url("../images/crosstalk/cross_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.main .sec_tit_box {
  margin-left: 10vw;
  padding-top: 10.937vw;
}
.main .sec_tit_box .sec_tit_en {
  font-family: BarlowCondensed-Bold;
  font-size: 1.875vw;
  color: #6692c5;
  line-height: 0.6;
}
.main .sec_tit_box .sec_tit_jp {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.125vw;
  color: #181878;
  line-height: 1.4;
  margin-top: 1.25vw;
}
.main .sec_tit_box .sec_tit_line {
  position: relative;
  display: block;
  width: 11.25vw;
  height: 0.625vw;
  background-color: rgba(102, 146, 197, 0.16);
  margin-top: 1.171vw;
}
.main .sec_tit_box .sec_tit_line::before {
  content: "";
  position: absolute;
  width: 6.875vw;
  height: 100%;
  background-color: rgba(102, 146, 197, 0.2);
}
.main .sec_tit_box .sec_tit_line::after {
  content: "";
  position: absolute;
  width: 1.406vw;
  height: 100%;
  background-color: rgba(102, 146, 197, 0.8);
}
.main .sec_tit_box .sec_tit_txt {
  font-size: 1.25vw;
  color: #181878;
  line-height: 2.25;
  margin-top: 1.64vw;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main .cross_member .mem_cont_bg {
  background-color: #eff4f9;
  margin-top: 5vw;
  padding-top: 11.71875vw;
  padding-bottom: 11.71875vw;
}
.main .cross_member .mem_cont_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 80.3125vw;
  gap: 6.25vw 0;
}
.main .cross_member .mem_cont_outer {
  position: relative;
  width: calc((100% - 92px) / 2);
  padding-top: 6.875vw;
  padding-left: 4.375vw;
}
.main .cross_member .mem_cont_outer::before {
  position: absolute;
  content: "";
  background-color: #181878;
  width: 29.84375vw;
  height: 30.625vw;
  top: 3.125vw;
  left: 1.875vw;
}
.main .cross_member .mem_cont_box {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 1.875vw;
  width: 32.03125vw;
  height: 24.21875vw;
}
.main .cross_member .mem_cont_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.125vw;
  height: 12.65625vw;
  z-index: 5;
}
.main .cross_member .mem_cont_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .cross_member .mem_cont_name {
  font-size: 1.875vw;
  margin-left: 13.75vw;
  margin-bottom: 3.125vw;
  font-weight: 600;
  color: #181878;
}
.main .cross_member .mem_cont_position {
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
}
.main .cross_member .mem_cont_year {
  font-size: 0.78125vw;
  font-weight: 600;
  margin-bottom: 1.875vw;
}
.main .cross_member .mem_cont_txt {
  font-size: 1.25vw;
}
.main .cross_member .mem_cont_comment {
  margin: 0 auto;
  margin-top: 4.375vw;
  width: 80vw;
  text-align: right;
  font-size: 1.09375vw;
}
.main .sec_se {
  position: relative;
  margin-top: 20.859375vw;
  padding-bottom: 7.8125vw;
}
.main .sec_se .sec_se_mv {
  position: absolute;
  top: -8.59375vw;
  width: 59.53125vw;
  height: 35.703125vw;
  z-index: 5;
}
.main .sec_se .sec_se_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .sec_se .sec_se_tit {
  position: absolute;
  font-family: BarlowCondensed-SemiBold;
  font-size: 18.75vw;
  text-transform: uppercase;
  line-height: 1;
  z-index: 10;
  white-space: nowrap;
}
.main .sec_se .sec_se_wrap {
  padding-top: 22.5vw;
}
.main .sec_se .sec_se_box {
  background-color: #fff;
  padding: 16.40625vw 10.15625vw 10.78125vw;
  width: 76.328125vw;
}
.main .sec_se .sec_se_box_tit {
  font-size: 2.5vw;
  font-weight: 600;
  margin-bottom: 4.375vw;
}
.main .sec_se .sec_se_box_question {
  position: relative;
  font-size: 1.25vw;
  margin-bottom: 3.75vw;
  padding-left: 5vw;
}
.main .sec_se .sec_se_box_question::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.375vw;
  height: 0.078125vw;
  background-color: black;
}
.main .sec_se .sec_se_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125vw;
}
.main .sec_se .sec_se_box_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5vw;
}
.main .sec_se .sec_se_box_thum_img {
  width: 6.25vw;
  height: 6.25vw;
  margin-bottom: 0.390625vw;
}
.main .sec_se .sec_se_box_thum_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .sec_se .sec_se_box_thum_name {
  font-size: 1.25vw;
  font-weight: 600;
  text-align: center;
}
.main .sec_se .sec_se_box_deta {
  font-size: 1.25vw;
  line-height: 2;
}
.main .sec_se .sec_se_box_deta_every-one {
  position: relative;
  display: inline-block;
  margin-top: 2vw;
  padding-right: 4vw;
  padding-left: 5vw;
}
.main .sec_se .sec_se_box_deta_every-one::before, .main .sec_se .sec_se_box_deta_every-one::after {
  position: absolute;
  content: "";
  width: 4vw;
  height: 1px;
  background-color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main .sec_se .sec_se_box_deta_every-one::before {
  left: 0;
}
.main .sec_se .sec_se_box_deta_every-one::after {
  right: 0;
}
.main .sec_se-01 .sec_se_bg, .main .sec_se-03 .sec_se_bg {
  position: absolute;
  top: 0;
  z-index: -5;
}
.main .sec_se-01 .sec_se_bg .sec_se_bg_bl, .main .sec_se-03 .sec_se_bg .sec_se_bg_bl {
  width: 100vw;
  background-color: #181878;
}
.main .sec_se-01 .sec_se_bg .sec_se_bg_r-bl, .main .sec_se-03 .sec_se_bg .sec_se_bg_r-bl {
  width: 82.96875vw;
  height: 13.75vw;
  background-color: #6692c5;
}
.main .sec_se-01 .sec_se_mv, .main .sec_se-03 .sec_se_mv {
  right: 0;
}
.main .sec_se-01 .sec_se_tit, .main .sec_se-03 .sec_se_tit {
  top: 47.65625vw;
  right: 0;
  color: #6692c5;
  opacity: 0.48;
}
.main .sec_se-01 .sec_se_bg .sec_se_bg_bl {
  height: 132.8125vw;
}
.main .sec_se-03 .sec_se_bg .sec_se_bg_bl {
  height: 185.9375vw;
}
.main .sec_se-01 .sec_se_tit {
  -webkit-transform: rotate(90deg) translateY(-120%);
          transform: rotate(90deg) translateY(-120%);
}
.main .sec_se-03 .sec_se_tit {
  -webkit-transform: rotate(90deg) translateY(-125%);
          transform: rotate(90deg) translateY(-125%);
}
.main .sec_se-02 .sec_se_bg, .main .sec_se-04 .sec_se_bg {
  position: absolute;
  top: 0;
  z-index: -5;
}
.main .sec_se-02 .sec_se_bg .sec_se_bg_r-bl, .main .sec_se-04 .sec_se_bg .sec_se_bg_r-bl {
  width: 100vw;
  background-color: #6692c5;
}
.main .sec_se-02 .sec_se_bg .sec_se_bg_bl, .main .sec_se-04 .sec_se_bg .sec_se_bg_bl {
  width: 82.96875vw;
  height: 13.75vw;
  background-color: #181878;
  margin-left: auto;
}
.main .sec_se-02 .sec_se_tit, .main .sec_se-04 .sec_se_tit {
  top: 17.1875vw;
  left: 15.625vw;
  color: #181878;
  opacity: 0.56;
}
.main .sec_se-02 .sec_se_wrap, .main .sec_se-04 .sec_se_wrap {
  margin-left: auto;
}
.main .sec_se-02 .sec_se_box, .main .sec_se-04 .sec_se_box {
  margin-left: auto;
}
.main .sec_se-02 .sec_se_bg .sec_se_bg_r-bl {
  height: 160.15625vw;
}
.main .sec_se-04 .sec_se_bg .sec_se_bg_r-bl {
  height: 191.40625vw;
}
.main .sec_se-04 .sec_se_bg .sec_se_bg_bl {
  height: 50.703125vw;
}
.main .last_mv {
  margin-top: 7.8125vw;
  width: 89.921875vw;
  height: 43.75vw;
}
.main .last_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .sec_oth {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 12.5vw;
}
.main .sec_oth .sec_tit_box {
  margin: 0 auto;
}
.main .sec_oth .sec_tit_box .sec_tit_en {
  text-align: center;
}
.main .sec_oth .oth_cont_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6.25vw auto 0;
}
.main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap {
  position: relative;
  display: block;
  width: 38.75vw;
  height: 28.125vw;
  background-color: rgb(229, 229, 229);
}
.main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .tit_bl {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.375vw;
  height: 23.75vw;
  background-color: #b2b2b2;
}
.main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .tit_bl .sec_tit {
  font-size: 4.687vw;
  font-family: BarlowCondensed-Bold;
  line-height: 0.65;
  color: rgba(255, 255, 255, 0.6);
}
.main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .oth_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34.375vw;
  height: 23.75vw;
  overflow: hidden;
  /* for IE 11 */
}
.main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .oth_img .oth_img_tit {
  position: relative;
  font-size: 2.5vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 7.8vw;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  letter-spacing: 100;
  z-index: 1;
}
.main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .oth_img:hover .more_im {
  -webkit-transform: translateX(0.3vw);
          transform: translateX(0.3vw);
}
@media all and (-ms-high-contrast: none) {
  .main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .oth_img:hover .more_im {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .oth_img .oth_img_box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/episode/thum_episode.jpg");
  background-size: cover;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .oth_img:hover .oth_img_box {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap {
  position: relative;
  display: block;
  width: 38.75vw;
  height: 28.125vw;
  background-color: rgb(229, 229, 229);
}
.main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .tit_bl {
  position: absolute;
  top: 0;
  right: 0;
  width: 34.375vw;
  height: 23.75vw;
  background-color: #b2b2b2;
}
.main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .tit_bl .sec_tit {
  font-size: 4.687vw;
  font-family: BarlowCondensed-Bold;
  line-height: 0.65;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}
.main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .oth_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34.375vw;
  height: 23.75vw;
  overflow: hidden;
  /* for IE 11 */
}
.main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .oth_img .oth_img_tit {
  position: relative;
  font-size: 2.5vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 10.39vw;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  letter-spacing: 100;
  z-index: 1;
}
.main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .oth_img:hover .more_im {
  -webkit-transform: translateX(0.3vw);
          transform: translateX(0.3vw);
}
@media all and (-ms-high-contrast: none) {
  .main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .oth_img:hover .more_im {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .oth_img .oth_img_box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/workstyle/thum_workstyle.jpg");
  background-size: cover;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .oth_img:hover .oth_img_box {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.main .sec_oth .oth_cont_wrap .more_link {
  position: absolute;
  right: 2.56vw;
  bottom: 2.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .sec_oth .oth_cont_wrap .more_link .more_link_txt {
  font-family: BarlowCondensed-Bold;
  font-size: 1.894vw;
  color: #fff;
  margin-right: 1.25vw;
}
.main .sec_oth .oth_cont_wrap .more_link .more_im {
  display: block;
  width: 0.937vw;
  height: 1.562vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 770px) {
  .main .cross_top {
    height: 157.53vw;
  }
  .main .cross_top .top_cont {
    height: 144.15vw;
  }
  .main .cross_top .top_cont .top_cont_wrap {
    position: relative;
    top: 43.636vw;
    left: 8.051vw;
    width: 80.519vw;
  }
  .main .cross_top .top_cont .top_cont_wrap .top_tit {
    font-family: BarlowCondensed-Bold;
    font-size: 10.389vw;
    line-height: 1;
  }
  .main .cross_top .top_cont .top_cont_wrap .top_tit_jp {
    font-size: 6.233vw;
    line-height: 1.45;
    margin-top: 3.37vw;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .main .cross_top .top_cont .top_cont_wrap .top_txt {
    font-size: 3.376vw;
    margin-top: 12vw;
    line-height: 1.84;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .main .cross_top .top_cont .bak_tit {
    position: absolute;
    top: 14.935vw;
    right: 0;
    line-height: 0.6;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    -ms-writing-mode: bt-rl;
    font-family: BarlowCondensed-SemiBold;
    font-size: 31.168vw;
    color: rgba(102, 146, 197, 0.32);
    padding-left: 3vw;
    z-index: 10;
  }
  .main .cross_top .top_cont .top_bl {
    position: absolute;
    bottom: -13.5vw;
    left: 0;
    display: block;
    width: 91.428vw;
    height: 29.35vw;
    background-color: #181878;
  }
  .main .cross_top .top_cont .top_bl .top_bl_0 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #181878;
  }
  .main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_1 {
    width: 0.7vw;
  }
  .main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_2 {
    position: absolute;
    display: block;
    left: 0.7vw;
    width: 4.1vw;
    height: 100%;
    background-color: rgba(102, 146, 197, 0.4);
  }
  .main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_3 {
    position: absolute;
    display: block;
    left: 4.8vw;
    width: 3.1vw;
    height: 100%;
    background-color: rgba(102, 146, 197, 0.16);
  }
  .main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_4 {
    position: absolute;
    display: block;
    right: 26.7vw;
    width: 34.2vw;
    height: 100%;
    background-color: rgba(1, 36, 73, 0.64);
  }
  .main .cross_top .top_cont .top_bl .top_bl_0 .top_bl_5 {
    position: absolute;
    display: block;
    right: 0;
    width: 26.7vw;
    height: 100%;
    background-color: rgba(5, 23, 55, 0.8);
  }
  .main .cross_top .top_cont .top_img {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 79.35vw;
    height: 122.85vw;
    background-image: url("../images/crosstalk/cross_top_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .sec_tit_box {
    margin-left: 8.051vw;
    width: 83.506vw;
    padding-top: 20.25vw;
  }
  .main .sec_tit_box .sec_tit_en {
    font-family: BarlowCondensed-Bold;
    font-size: 3.896vw;
    color: #6692c5;
    line-height: 0.6;
  }
  .main .sec_tit_box .sec_tit_jp {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.233vw;
    font-size: 5.2vw;
    line-height: 1.4;
    margin-top: 1.25vw;
  }
  .main .sec_tit_box .sec_tit_line {
    position: relative;
    display: block;
    width: 18.831vw;
    height: 1.038vw;
    background-color: rgba(102, 146, 197, 0.16);
    margin-top: 1.171vw;
  }
  .main .sec_tit_box .sec_tit_line::before {
    content: "";
    position: absolute;
    width: 11.818vw;
    height: 100%;
    background-color: rgba(102, 146, 197, 0.2);
  }
  .main .sec_tit_box .sec_tit_line::after {
    content: "";
    position: absolute;
    width: 2.467vw;
    height: 100%;
    background-color: rgba(102, 146, 197, 0.8);
  }
  .main .sec_tit_box .sec_tit_txt {
    font-size: 1.25vw;
    color: #181878;
    line-height: 2.25;
    margin-top: 1.64vw;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .main .cross_member .mem_cont_bg {
    margin-top: 8.3116883117vw;
    padding-top: 8.3116883117vw;
  }
  .main .cross_member .mem_cont_wrap {
    width: 91.68vw;
    gap: 13.5064935065vw;
  }
  .main .cross_member .mem_cont_outer {
    width: 100%;
    padding: 0;
    padding-top: 17.4025974026vw;
    padding-left: 12.987012987vw;
  }
  .main .cross_member .mem_cont_outer::before {
    width: 82.8571428571vw;
    height: 73.2467532468vw;
    top: 9.0909090909vw;
    left: 4.1558441558vw;
  }
  .main .cross_member .mem_cont_img {
    width: 45.4545454545vw;
    height: 31.9480519481vw;
  }
  .main .cross_member .mem_cont_box {
    width: 78.7012987013vw;
    height: 56.6233766234vw;
    padding: 5.7142857143vw;
  }
  .main .cross_member .mem_cont_name {
    font-size: 4.6753246753vw;
    margin-left: 32.4675324675vw;
    margin-bottom: 5.1948051948vw;
  }
  .main .cross_member .mem_cont_position {
    font-size: 3.1168831169vw;
  }
  .main .cross_member .mem_cont_year {
    font-size: 2.5974025974vw;
  }
  .main .cross_member .mem_cont_txt {
    font-size: 3.1168831169vw;
  }
  .main .cross_member .mem_cont_comment {
    margin-top: 11.6883116883vw;
    font-size: 1.8181818182vw;
  }
  .main .sec_se {
    margin-top: 43.2467532468vw;
    padding-bottom: 12.987012987vw;
  }
  .main .sec_se .sec_se_mv {
    width: 80.2597402597vw;
    height: 48.7012987013vw;
    top: -22.4675324675vw;
  }
  .main .sec_se .sec_se_tit {
    font-size: 31.1688311688vw;
    line-height: 0.9;
  }
  .main .sec_se .sec_se_wrap {
    padding-top: 16.6233766234vw;
  }
  .main .sec_se .sec_se_box {
    padding: 20.7792207792vw 5.1948051948vw 16.6233766234vw;
    width: 76.3636363636vw;
  }
  .main .sec_se .sec_se_box_tit {
    font-size: 4.6753246753vw;
    margin-bottom: 6.2337662338vw;
  }
  .main .sec_se .sec_se_box_question {
    font-size: 3.1168831169vw;
    padding-left: 15.0649350649vw;
    margin-bottom: 6.2337662338vw;
  }
  .main .sec_se .sec_se_box_question::before {
    width: 10.3896103896vw;
    top: 2.0779220779vw;
  }
  .main .sec_se .sec_se_box_wrap {
    gap: 5.1948051948vw;
  }
  .main .sec_se .sec_se_box_thum_img {
    width: 10.3896103896vw;
    height: 10.3896103896vw;
    margin-bottom: 0.6493506494vw;
  }
  .main .sec_se .sec_se_box_thum_name {
    font-size: 2.5974025974vw;
  }
  .main .sec_se .sec_se_box_deta {
    font-size: 3.1168831169vw;
  }
  .main .sec_se .sec_se_box_deta_every-one {
    padding-right: 8vw;
    padding-left: 10vw;
  }
  .main .sec_se .sec_se_box_deta_every-one::before, .main .sec_se .sec_se_box_deta_every-one::after {
    width: 8vw;
    height: 1px;
  }
  .main .sec_se-01 .sec_se_bg .sec_se_bg_r-bl, .main .sec_se-03 .sec_se_bg .sec_se_bg_r-bl {
    width: 91.5584415584vw;
    height: 30.1298701299vw;
  }
  .main .sec_se-01 .sec_se_tit, .main .sec_se-03 .sec_se_tit {
    top: 64.9350649351vw;
    -webkit-transform: rotate(90deg) translateY(-161%);
            transform: rotate(90deg) translateY(-161%);
  }
  .main .sec_se-01 .sec_se_bg .sec_se_bg_bl {
    height: 383.1168831169vw;
  }
  .main .sec_se-03 .sec_se_bg .sec_se_bg_bl {
    height: 461.038961039vw;
  }
  .main .sec_se-01 .sec_se_tit {
    -webkit-transform: rotate(90deg) translateY(-179%);
            transform: rotate(90deg) translateY(-179%);
  }
  .main .sec_se-03 .sec_se_tit {
    -webkit-transform: rotate(90deg) translateY(-187%);
            transform: rotate(90deg) translateY(-187%);
  }
  .main .sec_se-02 .sec_se_bg .sec_se_bg_bl, .main .sec_se-04 .sec_se_bg .sec_se_bg_bl {
    width: 91.5584415584vw;
    height: 30.1298701299vw;
  }
  .main .sec_se-02 .sec_se_tit, .main .sec_se-04 .sec_se_tit {
    top: 9.0909090909vw;
    left: 0;
  }
  .main .sec_se-02 .sec_se_box, .main .sec_se-04 .sec_se_box {
    padding: 33.7662337662vw 5.1948051948vw 16.6233766234vw;
  }
  .main .sec_se-02 .sec_se_bg .sec_se_bg_r-bl {
    height: 480.5194805195vw;
  }
  .main .sec_se-04 .sec_se_bg .sec_se_bg_r-bl {
    height: 629.8701298701vw;
  }
  .main .sec_se-04 .sec_se_bg .sec_se_bg_bl {
    height: 69.8701298701vw;
  }
  .main .sec_oth {
    position: relative;
    width: 100%;
    margin: 0 auto 21.038vw;
  }
  .main .sec_oth .sec_tit_box {
    margin: 0 auto;
  }
  .main .sec_oth .sec_tit_box .sec_tit_en {
    text-align: center;
  }
  .main .sec_oth .oth_cont_wrap {
    display: block;
    width: 91.428vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 6.25vw auto 0;
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap {
    position: relative;
    display: block;
    width: 91.428vw;
    height: 63.376vw;
    background-color: rgb(229, 229, 229);
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .tit_bl {
    position: absolute;
    top: 0;
    left: 0;
    width: 83.116vw;
    height: 55.324vw;
    background-color: #b2b2b2;
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .tit_bl .sec_tit {
    font-size: 7.792vw;
    font-family: BarlowCondensed-Bold;
    line-height: 0.65;
    color: rgba(255, 255, 255, 0.6);
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .oth_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 83.116vw;
    height: 55.324vw;
    background-image: url("../images/business/bs_about.jpg");
    background-size: cover;
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_1 .oth_img_wrap .oth_img .oth_img_tit {
    font-size: 6.233vw;
    color: #fff;
    text-align: center;
    margin-top: 18.44vw;
    letter-spacing: 100;
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_2 {
    margin-top: 15.844vw;
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap {
    position: relative;
    display: block;
    width: 91.428vw;
    height: 63.376vw;
    background-color: rgb(229, 229, 229);
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .tit_bl {
    position: absolute;
    top: 0;
    right: 0;
    width: 83.116vw;
    height: 55.324vw;
    background-color: #b2b2b2;
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .tit_bl .sec_tit {
    font-size: 7.792vw;
    font-family: BarlowCondensed-Bold;
    line-height: 0.65;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .oth_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 83.116vw;
    height: 55.324vw;
    background-image: url("../images/about/about_st.jpg");
    background-size: cover;
  }
  .main .sec_oth .oth_cont_wrap .oth_sec_2 .oth_img_wrap .oth_img .oth_img_tit {
    font-size: 6.233vw;
    color: #fff;
    text-align: center;
    margin-top: 24.805vw;
    letter-spacing: 100;
  }
  .main .sec_oth .oth_cont_wrap .more_link {
    position: absolute;
    right: 2.857vw;
    bottom: 5.194vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .sec_oth .oth_cont_wrap .more_link .more_link_txt {
    font-family: BarlowCondensed-Bold;
    font-size: 4.675vw;
    color: #fff;
    margin-right: 1.25vw;
  }
  .main .sec_oth .oth_cont_wrap .more_link .more_im {
    display: block;
    width: 1.818vw;
    height: 3.506vw;
  }
}