@charset "UTF-8";
/* base */
html {
  font-family: sans-serif;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.c-header_Nav {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-header_Nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-header_Nav-listItem {
  position: absolute;
  top: 40px;
}

@media (max-width: 799px) {
  .c-header_Nav-listItem {
    top: 20px;
  }
}

.c-header_Nav-listItem--spike-chun {
  left: 40px;
}

@media (max-width: 799px) {
  .c-header_Nav-listItem--spike-chun {
    left: 10px;
  }
}

.c-header_Nav-listItem--spike-chun img {
  width: 220px;
}

@media (max-width: 799px) {
  .c-header_Nav-listItem--spike-chun img {
    width: 131px;
  }
}

.c-header_Nav-listItem--ps4 {
  right: 40px;
}

@media (max-width: 799px) {
  .c-header_Nav-listItem--ps4 {
    right: 10px;
  }
}

.c-header_Nav-listItem--ps4 img {
  width: 105px;
}

@media (max-width: 799px) {
  .c-header_Nav-listItem--ps4 img {
    width: 73px;
  }
}

@-webkit-keyframes charaFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3D(0, -52%, 0);
            transform: translate3D(0, -52%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, -50%, 0);
            transform: translate3D(0, -50%, 0);
  }
}

@keyframes charaFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3D(0, -52%, 0);
            transform: translate3D(0, -52%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, -50%, 0);
            transform: translate3D(0, -50%, 0);
  }
}

@-webkit-keyframes charaFadeInSp {
  0% {
    opacity: 0;
    -webkit-transform: translate3D(-50%, -2%, 0);
            transform: translate3D(-50%, -2%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(-50%, 0, 0);
            transform: translate3D(-50%, 0, 0);
  }
}

@keyframes charaFadeInSp {
  0% {
    opacity: 0;
    -webkit-transform: translate3D(-50%, -2%, 0);
            transform: translate3D(-50%, -2%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(-50%, 0, 0);
            transform: translate3D(-50%, 0, 0);
  }
}

@-webkit-keyframes scene4FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scene4FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scene4TextDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes scene4TextDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.home-scene4 {
  position: relative;
  margin: 0 auto;
  height: 100vh;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

@media (max-width: 799px) {
  .home-scene4 {
    max-width: 100%;
    padding: 20px;
  }
}

@media (min-width: 800px) {
  .home-scene4_Container {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    height: 100vh;
  }
}

@media (max-width: 799px) {
  .home-scene4_Container {
    position: absolute;
    top: calc(50%);
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 440px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  .home-scene4--zh .home-scene4_Container {
    top: calc(50% + 20px + 20px);
    height: 520px;
  }
}

.home-scene4_header {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  padding-left: 40px;
  text-align: center;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  z-index: 2;
}

@media (max-width: 799px) {
  .home-scene4_header {
    top: initial;
    bottom: 40px;
    padding: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

html[lang=ja] .home-scene4.animation .home-scene4_header {
  -webkit-animation-name: scene4FadeIn;
          animation-name: scene4FadeIn;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.home-scene4_Title {
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 799px) {
  .home-scene4_Title {
    margin-bottom: 0px;
  }
}

.home-scene4_Title img {
  width: 600px;
}

@media (max-width: 799px) {
  .home-scene4_Title img {
    width: 361.5px;
  }
}

.home-scene4_Lead {
  margin: 0;
}

.home-scene4_Lead img {
  height: 20px;
}

@media (max-width: 799px) {
  .home-scene4_Lead img {
    height: 15px;
  }
}

.home-scene4_Movie {
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 799px) {
  .home-scene4_Movie {
    margin-top: 20px;
  }
}

.home-scene4_Movie a {
  display: inline-block;
  padding: 0 70px;
  line-height: 45px;
  background-color: #e4007e;
  border-radius: 23px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.home-scene4_Movie a:hover {
  opacity: 0.7;
}

.home-scene4_Movie a img {
  height: 16px;
  vertical-align: middle;
}

.home-scene4_Text {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 40px;
  width: 31px;
  height: 275px;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}

.home-scene4_Text img {
  width: 100%;
}

@media (max-width: 799px) {
  .home-scene4_Text {
    top: 120px;
    right: 25px;
    width: 20px;
    height: 177px;
  }
}

.home-scene4_Text-mask {
  display: block;
  overflow: hidden;
}

html[lang=ja] .home-scene4.animation .home-scene4_Text-mask {
  -webkit-animation-name: scene4TextDown;
          animation-name: scene4TextDown;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.home-scene4_Chara {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}

@media (max-width: 799px) {
  .home-scene4_Chara {
    top: -20px;
    width: 195px;
    -webkit-transform: translate3D(-50%, 0, 0);
            transform: translate3D(-50%, 0, 0);
  }
}

html[lang=ja] .home-scene4.animation .home-scene4_Chara {
  -webkit-animation-name: charaFadeIn;
          animation-name: charaFadeIn;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 799px) {
  html[lang=ja] .home-scene4.animation .home-scene4_Chara {
    -webkit-animation-name: charaFadeInSp;
            animation-name: charaFadeInSp;
  }
}

.home-scene4_Chara img {
  max-width: 100%;
}

.home-scene4_Nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media (max-width: 799px) {
  .home-scene4_Nav {
    left: 0;
    bottom: 70px;
    width: 100%;
    display: none;
  }
}

.home-scene4_Nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 799px) {
  .home-scene4_Nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
                display: none;

  }
}

.home-scene4_Nav-listItem {
  width: 40px;
  margin-right: 20px;
}

@media (max-width: 799px) {
  .home-scene4_Nav-listItem {
    margin: 0 10px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.home-scene4_scroll {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  text-align: center;
  pointer-events: none;
  -webkit-animation: scroll 3s ease-in-out infinite;
          animation: scroll 3s ease-in-out infinite;
}

@media (max-width: 799px) {
  .home-scene4_scroll {
    bottom: 20px;
  }
}

.home-scene4_scroll img {
  width: 50px;
}

@media (max-width: 799px) {
  .home-scene4_scroll img {
    width: 35px;
  }
}

html[lang=ja] .home-scene4.animation .home-scene4_scroll img {
  -webkit-animation: scene4FadeIn 1s ease-out 1;
          animation: scene4FadeIn 1s ease-out 1;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.home-scene3 {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  cursor: pointer;
  z-index: 300;
}

.home-scene3_Movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 0;
  padding-top: 33.75%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-box-shadow: 0 0 50px black inset;
          box-shadow: 0 0 50px black inset;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
}

@media (max-width: 799px) {
  .home-scene3_Movie {
    width: 90%;
    padding-top: 50.625%;
  }
}

.home-scene3_Movie > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-scene3_Movie-close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (max-width: 799px) {
  .home-scene3_Movie-close {
    top: -40px;
    text-align: right;
  }
  .home-scene3_Movie-close img {
    width: 30px;
  }
}

.home-scene3_Image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://media.spike-chunsoft.co.jp/pages/conception_plus/chinese/assets/img/mahiru-blur.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 120% auto;
}

@media (max-width: 799px) {
  .home-scene3_Image {
    bottom: 40%;
  }
}

.home-scene3_Container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height: 100vh;
}

.home-scene3_Text {
  position: absolute;
  margin: 0;
  top: 50%;
  right: calc(40px - 2px);
  width: 34px;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}

@media (max-width: 799px) {
  .home-scene3_Text {
    width: 25px;
    right: 50%;
    top: initial;
    bottom: 30px;
    -webkit-transform: translate3D(50%, 0, 0);
            transform: translate3D(50%, 0, 0);
  }
}

.home-scene3_Text img {
  width: 100%;
}

@-webkit-keyframes heart-beats {
  0% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  7% {
    -webkit-transform: scale3D(1.5, 1.4, 1) skewY(3deg);
            transform: scale3D(1.5, 1.4, 1) skewY(3deg);
  }
  12% {
    -webkit-transform: scale3D(1.2, 1.2, 1) skewY(0deg);
            transform: scale3D(1.2, 1.2, 1) skewY(0deg);
  }
  20% {
    -webkit-transform: scale3D(1.4, 1.3, 1) skewY(-4deg);
            transform: scale3D(1.4, 1.3, 1) skewY(-4deg);
  }
  60% {
    -webkit-transform: scale3D(1, 1, 1) skewY(0deg);
            transform: scale3D(1, 1, 1) skewY(0deg);
  }
  100% {
    -webkit-transform: cale3D(0.99, 0.99, 1);
            transform: cale3D(0.99, 0.99, 1);
  }
}

@keyframes heart-beats {
  0% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  7% {
    -webkit-transform: scale3D(1.5, 1.4, 1) skewY(3deg);
            transform: scale3D(1.5, 1.4, 1) skewY(3deg);
  }
  12% {
    -webkit-transform: scale3D(1.2, 1.2, 1) skewY(0deg);
            transform: scale3D(1.2, 1.2, 1) skewY(0deg);
  }
  20% {
    -webkit-transform: scale3D(1.4, 1.3, 1) skewY(-4deg);
            transform: scale3D(1.4, 1.3, 1) skewY(-4deg);
  }
  60% {
    -webkit-transform: scale3D(1, 1, 1) skewY(0deg);
            transform: scale3D(1, 1, 1) skewY(0deg);
  }
  100% {
    -webkit-transform: cale3D(0.99, 0.99, 1);
            transform: cale3D(0.99, 0.99, 1);
  }
}

@-webkit-keyframes heart-beats2 {
  0% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  40% {
    -webkit-transform: scale3D(1.5, 1.4, 1) skewY(3deg);
            transform: scale3D(1.5, 1.4, 1) skewY(3deg);
  }
  90% {
    -webkit-transform: scale3D(1, 1, 1) skewY(0deg);
            transform: scale3D(1, 1, 1) skewY(0deg);
  }
  100% {
    -webkit-transform: cale3D(0.99, 0.99, 1);
            transform: cale3D(0.99, 0.99, 1);
  }
}

@keyframes heart-beats2 {
  0% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  40% {
    -webkit-transform: scale3D(1.5, 1.4, 1) skewY(3deg);
            transform: scale3D(1.5, 1.4, 1) skewY(3deg);
  }
  90% {
    -webkit-transform: scale3D(1, 1, 1) skewY(0deg);
            transform: scale3D(1, 1, 1) skewY(0deg);
  }
  100% {
    -webkit-transform: cale3D(0.99, 0.99, 1);
            transform: cale3D(0.99, 0.99, 1);
  }
}

@-webkit-keyframes heart-beats-bg {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 0.35;
  }
  12% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.25;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes heart-beats-bg {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 0.35;
  }
  12% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.25;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes heart-beats-bg2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.2;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes heart-beats-bg2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.2;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale3D(0.5, 0.5, 1);
            transform: scale3D(0.5, 0.5, 1);
  }
  100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale3D(0.5, 0.5, 1);
            transform: scale3D(0.5, 0.5, 1);
  }
  100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
}

@-webkit-keyframes boom {
  0% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(20, 20, 1);
            transform: scale3D(20, 20, 1);
  }
}

@keyframes boom {
  0% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(20, 20, 1);
            transform: scale3D(20, 20, 1);
  }
}

.home-scene1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00afe7;
  z-index: 350;
  overflow: hidden;
}

html.js .home-scene1 {
  display: block;
}

.home-scene1_Bg, .home-scene1_Screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
}

.home-scene1_Bg--beat {
  -webkit-animation-name: heart-beats-bg;
          animation-name: heart-beats-bg;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.home-scene1_Bg--beat2 {
  -webkit-animation-name: heart-beats-bg;
          animation-name: heart-beats-bg;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.home-scene1_Bg--beat3 {
  -webkit-animation-name: heart-beats-bg2;
          animation-name: heart-beats-bg2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.home-scene1_Bg--beat-fast {
  -webkit-animation-name: heart-beats-bg2;
          animation-name: heart-beats-bg2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

.home-scene1_Container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-animation: zoom 6s linear 1;
          animation: zoom 6s linear 1;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.home-scene1_Text {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
          transform: translate3d(-50%, -50%, 0) scale(0.3);
}

@media (max-width: 799px) {
  .home-scene1_Text {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
            transform: translate3d(-50%, -50%, 0) scale(0.7);
  }
}

.home-scene1_Text svg {
  width: 1500px;
  height: 13305px;
}

.home-scene1_Text--fill img {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.home-scene1_Text--stroke img {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.home-scene1_Text--beat img {
  -webkit-animation-name: heart-beats;
          animation-name: heart-beats;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.home-scene1_Text--beat2 img {
  -webkit-animation-name: heart-beats;
          animation-name: heart-beats;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.home-scene1_Text--beat3 img {
  -webkit-animation-name: heart-beats2;
          animation-name: heart-beats2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.home-scene1_Text--beat-fast img {
  -webkit-animation-name: heart-beats2;
          animation-name: heart-beats2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.home-scene1_Text--boom img {
  -webkit-animation-name: boom;
          animation-name: boom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.home-scene1_Text--boom.home-scene1_Text--fill img {
  opacity: 0;
}

.home-scene1_Text--boom.home-scene1_Text--stroke img {
  opacity: 1;
}

@-webkit-keyframes scene2Image {
  0% {
    opacity: 0.4;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes scene2Image {
  0% {
    opacity: 0.4;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes scene2TextMask {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 304px;
  }
}

@keyframes scene2TextMask {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 304px;
  }
}

.home-scene2 {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 350;
  background-color: #fff;
}

.home-scene2_Image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://media.spike-chunsoft.co.jp/pages/conception_plus/chinese/assets/img/mahiru.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 120% auto;
  opacity: 0.4;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.home-scene2_Image.animation {
  -webkit-animation: scene2Image 4s 1;
          animation: scene2Image 4s 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 799px) {
  .home-scene2_Image {
    bottom: 40%;
  }
}

.home-scene2_Container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height: 100vh;
}

.home-scene2_Text {
  position: absolute;
  margin: 0;
  top: 50%;
  right: calc(40px - 2px);
  width: 34px;
  height: 304px;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}

@media (max-width: 799px) {
  .home-scene2_Text {
    width: 25px;
    height: 221px;
    right: 50%;
    top: initial;
    bottom: 30px;
    -webkit-transform: translate3D(50%, 0, 0);
            transform: translate3D(50%, 0, 0);
  }
}

.home-scene2_Text img {
  width: 100%;
}

.home-scene2_Text-mask {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.home-scene2_Text-mask.animation {
  -webkit-animation: scene2TextMask 4s 1;
          animation: scene2TextMask 4s 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 200;
          animation-delay: 200;
}

.home-content {
  text-align: center;
  margin: 0 auto;
  padding: 0 40px;
  padding-bottom: 50px;
  max-width: 1440px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

@media (max-width: 799px) {
  .home-content {
    padding: 0 10px;
    padding-bottom: 40px;
    text-align: left;
    font-size: 12px;
  }
}

.home-content p {
  line-height: 2.14286;
  letter-spacing: 0.16em;
}

@media (max-width: 799px) {
  .home-content p {
    line-height: 1.66667;
  }
}

.home-content_Section {
  padding-top: 150px;
  padding-bottom: 210px;
  background-image: url("https://media.spike-chunsoft.co.jp/pages/conception_plus/chinese/assets/img/contents/zodiac.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 70px auto;
}

@media (max-width: 799px) {
  .home-content_Section {
    padding-top: 75px;
    padding-bottom: 110px;
    background-size: 40px auto;
  }
}

.home-content_Section:first-child {
  padding-top: 30px;
}

.home-content_Section:last-child {
  background: none;
  padding-bottom: 150px;
}

@media (max-width: 799px) {
  .home-content_Section:last-child {
    padding-bottom: 80px;
  }
}

@media (max-width: 799px) {
  .home-content_Section:last-child .home-content_Image {
    /*margin-left: 0;
    margin-right: 0;*/
  }
}

.home-content_Title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.78571;
  letter-spacing: 0.16em;
}

@media (max-width: 799px) {
  .home-content_Title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.06em;
  }
}

.home-content_Title em {
  font-style: normal;
  color: #e4007e;
}

.home-content_Title--main {
  margin-bottom: 80px;
  margin-top: 150px;
  position: relative;
  z-index: 2;

}

.home-content_Title--main span {
  letter-spacing: -0.12em;
}

@media (max-width: 799px) {
  .home-content_Title--main {
    margin-bottom: 25px;
    margin-top: 0;

  }
}

.home-content_Lead {
  margin-top: 65px;
  font-size: 16px;
  line-height: 2.5;
  color: #003e9e;
}

@media (max-width: 799px) {
  .home-content_Lead {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.92308;
  }
  .home-content_Lead br {
    display: none;
  }
}

.home-content_Image {
  margin-top: 40px;
}

@media (max-width: 799px) {
  .home-content_Image {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.home-content_Copy {
  margin-top: 0;
  margin-bottom: 150px;
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.38889;
  letter-spacing: 0.1em;
}

@media (max-width: 799px) {
  .home-content_Copy {
    margin-bottom: 75px;
    text-align: center;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.07em;
  }
}

.home-content_Copy em {
  font-style: normal;
  color: #e4007e;
}

@media (max-width: 799px) {
  .home-content_Copy span {
    font-size: 25px;
  }
}

.home-content_Nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 799px) {
  .home-content_Nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-content_Nav-listItem {
  width: 40px;
  margin-right: 20px;
}

@media (max-width: 799px) {
  .home-content_Nav-listItem {
    margin: 0 10px;
  }
}

.c-footer {
  padding: 40px 0;
  padding-bottom: 46px;
  color: #6d6d6d;
  font-size: 12px;
  text-align: center;
  background-color: #000;
  position: relative;
  z-index: 2;
}

@media (max-width: 799px) {
  .c-footer {
    font-size: 10px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
  }
}

.c-footer a {
  color: #fff;
}

.c-footer_Data {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0;
  max-width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 799px) {
  .c-footer_Data {
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-footer_Data dt, .c-footer_Data dd {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

@media (max-width: 799px) {
  .c-footer_Data dt, .c-footer_Data dd {
    margin-bottom: 10px;
  }
}

@media (max-width: 799px) {
  .c-footer_Data dt {
    width: 35%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
  }
}

.c-footer_Data dt::after {
  display: inline-block;
  padding: 0 0.5em;
  content: '|';
}

.c-footer_Data dd {
  color: #b7b7b7;
  margin-right: 30px;
}

@media (max-width: 799px) {
  .c-footer_Data dd {
    width: 65%;
    margin-right: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}


.c-footer_Special {
  margin-bottom: 40px;
}
.c-footer_Special dt {
    margin:0 0 10px 0;
}
.c-footer_Special dd {
  color: #b7b7b7;
}




.c-footer_Lang {
  margin-bottom: 30px;
}

.c-footer_Lang a {
  text-decoration: underline;
}

.u-pc {
  display: none;
}

@media (min-width: 800px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: none;
}

@media (max-width: 799px) {
  .u-sp {
    display: block;
  }
}

.chara {
  font-size: 134%;
}
.chara em {
  font-weight : bold;
  font-style : normal;
  color:#e4007e;
}


