@charset "UTF-8";
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6em;
  overflow: visible; }
  body.show {
    overflow: hidden; }

#header {
  background: #FFF;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding: 12px 7.5%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }
  #header.loaded .typewriter {
    display: inline-block;
    width: 0%;
    overflow: hidden;
    white-space: nowrap;
    animation: titleTyping 3.2s steps(28, end) forwards; }
@keyframes titleTyping {
  0% {
    width: 0%; }
  100% {
    width: 19.5em; } }
  #header h1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #header h1::before, #header h1::after {
      content: '/';
      padding: 0 0.75em; }
  #header ul.nav {
    display: flex; }
    #header ul.nav li {
      font-size: 14px;
      font-weight: 400;
      position: relative; }
      #header ul.nav li a {
        font-weight: 400;
        transition: all .2s; }
        #header ul.nav li a:hover {
          font-weight: 500; }
      #header ul.nav li::after {
        content: '/';
        padding: 0 0.75em; }
      #header ul.nav li:last-child::after {
        content: '';
        padding: 0; }
      #header ul.nav li.current {
        color: #ababaa; }
        #header ul.nav li.current a {
          font-weight: 500; }

.sp_nav {
  display: none; }
  .sp_nav .btn {
    cursor: pointer;
    position: fixed;
    top: 60px;
    right: 7.5%;
    width: 36px;
    height: 36px;
    z-index: 120; }
    .sp_nav .btn::before, .sp_nav .btn::after {
      content: "";
      background: #FFF;
      width: 100%;
      height: 1px;
      position: absolute;
      transition: all .25s;
      z-index: 120; }
    .sp_nav .btn::before {
      top: 12px;
      right: 0; }
    .sp_nav .btn::after {
      bottom: 12px;
      right: 0; }
  .sp_nav.show .btn::before {
    transform: rotate(-45deg);
    top: 17px; }
  .sp_nav.show .btn::after {
    transform: rotate(45deg);
    bottom: 18px; }
  .sp_nav .inner {
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    position: fixed;
    top: -100vh;
    width: 100%;
    height: 100vh;
    transition: all .25s;
    z-index: 2; }
    .sp_nav .inner ul {
      text-align: left;
      padding: 0 8%;
      box-sizing: border-box;
      width: 100%; }
      .sp_nav .inner ul li {
        color: #FFF;
        font-size: 18px;
        margin-bottom: 2em;
        text-align: center; }
        .sp_nav .inner ul li:last-child {
          margin-bottom: 0; }
  .sp_nav.show .inner {
    top: 0; }

#footer {
  background: #FFF;
  font-size: 13px;
  text-align: center;
  padding: 1.25rem 0;
  position: relative;
  z-index: 1; }

.scrolldown {
  position: absolute;
  left: 2.5%;
  bottom: 10%; }
  .scrolldown span {
    position: absolute;
    left: -1.5em;
    top: -2.8em;
    color: #eee;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    transform: rotate(90deg); }
  .scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 72px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; }

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 36px;
    opacity: 1; }
  100% {
    height: 0;
    top: 72px;
    opacity: 0; } }
#top-page .scrolldown {
  bottom: 50%; }
#top-page .main {
  display: flex;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0; }
  #top-page .main .left,
  #top-page .main .right {
    width: 50%;
    height: 100vh; }
    #top-page .main .left::after,
    #top-page .main .right::after {
      content: '';
      position: fixed;
      top: 0;
      width: 50%;
      height: 100%;
      z-index: -1; }
  #top-page .main .left::after {
    background: no-repeat url("../img/top_main_img01.jpg") 50% 50%;
    background-size: cover;
    left: 0; }
  #top-page .main .right::after {
    background: no-repeat url("../img/top_main_img02.jpg") 50% 50%;
    background-size: cover;
    right: 0; }
  #top-page .main .txtBox {
    color: #FFF;
    position: absolute;
    text-align: left;
    left: 52.5%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #top-page .main .txtBox h1 {
      font-size: 4vw;
      font-weight: 700;
      line-height: 1.1em;
      margin-bottom: 20px;
      width: 40vw;
      filter: drop-shadow(4px 2px 12px #333); }
    #top-page .main .txtBox p {
      font-size: 1.8vw;
      font-weight: 600;
      line-height: 1.6em;
      text-shadow: 2px 0px 16px #333; }
  #top-page .main .logoBox {
    position: absolute;
    right: 2.5%;
    bottom: 5%; }
    #top-page .main .logoBox ul {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #top-page .main .logoBox ul li {
        margin-right: 1vw; }
        #top-page .main .logoBox ul li.tnf {
          width: 6vw; }
        #top-page .main .logoBox ul li.mp {
          width: 8vw; }
        #top-page .main .logoBox ul li.hh {
          width: 5vw; }
        #top-page .main .logoBox ul li:last-child {
          margin-right: 0; }
#top-page .intro {
  background: #efedd7; }
#top-page .scene ul li {
  background: #FFF;
  display: flex;
  align-items: center;
  min-height: 500px;
  position: relative; }
  #top-page .scene ul li a {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    #top-page .scene ul li a::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      content: '';
      background: #FFF;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .45s; }
    #top-page .scene ul li a:hover::before {
      transform-origin: left top;
      transform: scale(1, 1); }
  #top-page .scene ul li .titleBox {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    position: relative;
    width: 53%;
    z-index: 10; }
    #top-page .scene ul li .titleBox h3 {
      font-size: 21px;
      font-weight: 600; }
  #top-page .scene ul li.onScene, #top-page .scene ul li.offScene, #top-page .scene ul li.kids {
    overflow: hidden; }
    #top-page .scene ul li.onScene::after, #top-page .scene ul li.offScene::after, #top-page .scene ul li.kids::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      transition: all 1.2s;
      z-index: 5; }
    #top-page .scene ul li.onScene.is-show::after, #top-page .scene ul li.offScene.is-show::after, #top-page .scene ul li.kids.is-show::after {
      right: -100vw; }
  #top-page .scene ul li.onScene a, #top-page .scene ul li.kids a {
    justify-content: flex-end; }
  #top-page .scene ul li.offScene {
    text-align: right; }
  #top-page .scene ul li.onScene {
    background: no-repeat url("../img/top_img01.jpg") 50% 50%;
    background-size: cover; }
    #top-page .scene ul li.onScene::after {
      background: #e6e6e6; }
  #top-page .scene ul li.offScene {
    background: no-repeat url("../img/top_img02.jpg") 50% 50%;
    background-size: cover; }
    #top-page .scene ul li.offScene::after {
      background: #f4e4dc; }
  #top-page .scene ul li.kids {
    background: no-repeat url("../img/top_img03.jpg") 50% 50%;
    background-size: cover; }
    #top-page .scene ul li.kids .titleBox {
      width: 51%; }
    #top-page .scene ul li.kids::after {
      background: #d8e4ea; }
  #top-page .scene ul li.onScene a::before {
    background: rgba(230, 230, 230, 0.6); }
  #top-page .scene ul li.offScene a::before {
    background: rgba(244, 228, 220, 0.6); }
  #top-page .scene ul li.kids a::before {
    background: rgba(216, 228, 234, 0.6); }

#on-scene .main,
#off-scene .main,
#kids .main {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0; }
  #on-scene .main::after,
  #off-scene .main::after,
  #kids .main::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
#on-scene .items,
#off-scene .items,
#kids .items {
  background: #FFF; }
  #on-scene .items .inner .scene,
  #off-scene .items .inner .scene,
  #kids .items .inner .scene {
    display: flex;
    align-items: center;
    padding-top: 80px;
    margin-bottom: -120px;
    overflow: hidden; }
    #on-scene .items .inner .scene .image,
    #on-scene .items .inner .scene .txt,
    #off-scene .items .inner .scene .image,
    #off-scene .items .inner .scene .txt,
    #kids .items .inner .scene .image,
    #kids .items .inner .scene .txt {
      box-sizing: border-box;
      width: 50%; }
      #on-scene .items .inner .scene .image h3,
      #on-scene .items .inner .scene .txt h3,
      #off-scene .items .inner .scene .image h3,
      #off-scene .items .inner .scene .txt h3,
      #kids .items .inner .scene .image h3,
      #kids .items .inner .scene .txt h3 {
        display: block;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.6em;
        position: relative;
        width: 100%; }
        #on-scene .items .inner .scene .image h3::after,
        #on-scene .items .inner .scene .txt h3::after,
        #off-scene .items .inner .scene .image h3::after,
        #off-scene .items .inner .scene .txt h3::after,
        #kids .items .inner .scene .image h3::after,
        #kids .items .inner .scene .txt h3::after {
          background: #333;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          transition: all 1.2s;
          z-index: 5; }
        #on-scene .items .inner .scene .image h3 span,
        #on-scene .items .inner .scene .txt h3 span,
        #off-scene .items .inner .scene .image h3 span,
        #off-scene .items .inner .scene .txt h3 span,
        #kids .items .inner .scene .image h3 span,
        #kids .items .inner .scene .txt h3 span {
          font-size: 73%; }
    #on-scene .items .inner .scene .image,
    #off-scene .items .inner .scene .image,
    #kids .items .inner .scene .image {
      padding-left: 7.5%; }
      #on-scene .items .inner .scene .image h3,
      #off-scene .items .inner .scene .image h3,
      #kids .items .inner .scene .image h3 {
        line-height: 1.2em;
        margin-bottom: 40px; }
    #on-scene .items .inner .scene .txt,
    #off-scene .items .inner .scene .txt,
    #kids .items .inner .scene .txt {
      padding-left: 2.5%; }
      #on-scene .items .inner .scene .txt .box,
      #off-scene .items .inner .scene .txt .box,
      #kids .items .inner .scene .txt .box {
        padding: 80px 20% 80px 10%; }
        #on-scene .items .inner .scene .txt .box .desc,
        #off-scene .items .inner .scene .txt .box .desc,
        #kids .items .inner .scene .txt .box .desc {
          margin-bottom: 28px; }
        #on-scene .items .inner .scene .txt .box .number,
        #off-scene .items .inner .scene .txt .box .number,
        #kids .items .inner .scene .txt .box .number {
          font-size: 14px;
          line-height: 1.4em; }
        #on-scene .items .inner .scene .txt .box .name,
        #off-scene .items .inner .scene .txt .box .name,
        #kids .items .inner .scene .txt .box .name {
          margin-bottom: 16px; }
        #on-scene .items .inner .scene .txt .box .price,
        #off-scene .items .inner .scene .txt .box .price,
        #kids .items .inner .scene .txt .box .price {
          margin-bottom: 20px; }
        #on-scene .items .inner .scene .txt .box .name,
        #on-scene .items .inner .scene .txt .box .price,
        #on-scene .items .inner .scene .txt .box .store,
        #on-scene .items .inner .scene .txt .box .coming,
        #off-scene .items .inner .scene .txt .box .name,
        #off-scene .items .inner .scene .txt .box .price,
        #off-scene .items .inner .scene .txt .box .store,
        #off-scene .items .inner .scene .txt .box .coming,
        #kids .items .inner .scene .txt .box .name,
        #kids .items .inner .scene .txt .box .price,
        #kids .items .inner .scene .txt .box .store,
        #kids .items .inner .scene .txt .box .coming {
          font-size: 18px;
          font-weight: 700; }
        #on-scene .items .inner .scene .txt .box .price span,
        #off-scene .items .inner .scene .txt .box .price span,
        #kids .items .inner .scene .txt .box .price span {
          font-size: 75%;
          font-weight: 500; }
        #on-scene .items .inner .scene .txt .box .store a,
        #off-scene .items .inner .scene .txt .box .store a,
        #kids .items .inner .scene .txt .box .store a {
          border: 1px solid #333;
          border-radius: 2em;
          display: inline-block;
          font-weight: 900;
          margin-top: 12px;
          padding: 0.7em 4em 0.8em;
          position: relative; }
          #on-scene .items .inner .scene .txt .box .store a:hover,
          #off-scene .items .inner .scene .txt .box .store a:hover,
          #kids .items .inner .scene .txt .box .store a:hover {
            background: #333;
            color: #FFF; }
        #on-scene .items .inner .scene .txt .box .coming,
        #off-scene .items .inner .scene .txt .box .coming,
        #kids .items .inner .scene .txt .box .coming {
          background: #333;
          border: 1px solid #333;
          border-radius: 2em;
          color: #FFF;
          display: inline-block;
          font-weight: 900;
          margin-top: 12px;
          line-height: 1.5em;
          padding: 0.7em 4em 0.8em;
          position: relative;
          text-align: center; }
          #on-scene .items .inner .scene .txt .box .coming .note,
          #off-scene .items .inner .scene .txt .box .coming .note,
          #kids .items .inner .scene .txt .box .coming .note {
            color: #333;
            display: block;
            font-size: 13px;
            font-weight: 400;
            position: absolute;
            bottom: -2.6em;
            left: 50%;
            transform: translateX(-50%); }
  #on-scene .items .inner .feature,
  #off-scene .items .inner .feature,
  #kids .items .inner .feature {
    padding: 200px 7.5% 80px; }
    #on-scene .items .inner .feature .title,
    #off-scene .items .inner .feature .title,
    #kids .items .inner .feature .title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 28px; }
      #on-scene .items .inner .feature .title::before, #on-scene .items .inner .feature .title::after,
      #off-scene .items .inner .feature .title::before,
      #off-scene .items .inner .feature .title::after,
      #kids .items .inner .feature .title::before,
      #kids .items .inner .feature .title::after {
        content: '/'; }
      #on-scene .items .inner .feature .title::before,
      #off-scene .items .inner .feature .title::before,
      #kids .items .inner .feature .title::before {
        padding-right: 0.75em; }
      #on-scene .items .inner .feature .title::after,
      #off-scene .items .inner .feature .title::after,
      #kids .items .inner .feature .title::after {
        padding-left: 0.75em; }
    #on-scene .items .inner .feature ul,
    #off-scene .items .inner .feature ul,
    #kids .items .inner .feature ul {
      display: flex;
      justify-content: center; }
      #on-scene .items .inner .feature ul li,
      #off-scene .items .inner .feature ul li,
      #kids .items .inner .feature ul li {
        margin-right: 2%;
        width: 32%; }
        #on-scene .items .inner .feature ul li:last-child,
        #off-scene .items .inner .feature ul li:last-child,
        #kids .items .inner .feature ul li:last-child {
          margin-right: 0; }
        #on-scene .items .inner .feature ul li .image,
        #off-scene .items .inner .feature ul li .image,
        #kids .items .inner .feature ul li .image {
          margin-bottom: 16px; }
        #on-scene .items .inner .feature ul li .details,
        #off-scene .items .inner .feature ul li .details,
        #kids .items .inner .feature ul li .details {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 8px; }
    #on-scene .items .inner .feature.column2 .title,
    #off-scene .items .inner .feature.column2 .title,
    #kids .items .inner .feature.column2 .title {
      margin-left: 17%; }
  #on-scene .items .inner.rev .scene .image,
  #off-scene .items .inner.rev .scene .image,
  #kids .items .inner.rev .scene .image {
    order: 2; }
  #on-scene .items .inner.rev .scene .txt,
  #off-scene .items .inner.rev .scene .txt,
  #kids .items .inner.rev .scene .txt {
    order: 1; }
  #on-scene .items .inner.rev .scene .image,
  #off-scene .items .inner.rev .scene .image,
  #kids .items .inner.rev .scene .image {
    padding-left: 0;
    padding-right: 7.5%; }
  #on-scene .items .inner.rev .scene .txt,
  #off-scene .items .inner.rev .scene .txt,
  #kids .items .inner.rev .scene .txt {
    padding-left: 0;
    padding-right: 2.5%; }
    #on-scene .items .inner.rev .scene .txt h3,
    #off-scene .items .inner.rev .scene .txt h3,
    #kids .items .inner.rev .scene .txt h3 {
      text-align: right; }
    #on-scene .items .inner.rev .scene .txt .box,
    #off-scene .items .inner.rev .scene .txt .box,
    #kids .items .inner.rev .scene .txt .box {
      padding: 80px 10% 80px 20%; }
#on-scene .links,
#off-scene .links,
#kids .links {
  background: #FFF;
  padding: 80px 7.5%;
  position: relative; }
  #on-scene .links ul,
  #off-scene .links ul,
  #kids .links ul {
    display: flex;
    justify-content: space-between; }
    #on-scene .links ul li,
    #off-scene .links ul li,
    #kids .links ul li {
      color: #FFF;
      position: relative;
      width: 48%; }
      #on-scene .links ul li h3,
      #off-scene .links ul li h3,
      #kids .links ul li h3 {
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2; }
      #on-scene .links ul li a,
      #off-scene .links ul li a,
      #kids .links ul li a {
        position: static;
        z-index: 0;
        width: 100%;
        height: 100%; }
        #on-scene .links ul li a::before,
        #off-scene .links ul li a::before,
        #kids .links ul li a::before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          content: '';
          background: #FFF;
          transform-origin: right top;
          transform: scale(0, 1);
          transition: transform .3s; }
        #on-scene .links ul li a:hover::before,
        #off-scene .links ul li a:hover::before,
        #kids .links ul li a:hover::before {
          transform-origin: left top;
          transform: scale(1, 1); }
      #on-scene .links ul li.onScene a::before,
      #off-scene .links ul li.onScene a::before,
      #kids .links ul li.onScene a::before {
        background: rgba(230, 230, 230, 0.6); }
      #on-scene .links ul li.offScene a::before,
      #off-scene .links ul li.offScene a::before,
      #kids .links ul li.offScene a::before {
        background: rgba(244, 228, 220, 0.6); }
      #on-scene .links ul li.kids a::before,
      #off-scene .links ul li.kids a::before,
      #kids .links ul li.kids a::before {
        background: rgba(216, 228, 234, 0.6); }
  #on-scene .links .backtotop,
  #off-scene .links .backtotop,
  #kids .links .backtotop {
    font-size: 13px;
    position: absolute;
    right: 0.75%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg); }
    #on-scene .links .backtotop::before,
    #off-scene .links .backtotop::before,
    #kids .links .backtotop::before {
      content: '＜';
      font-size: 90%;
      margin-right: 0.5em; }
#on-scene #footer,
#off-scene #footer,
#kids #footer {
  background: #eaeaea; }

#on-scene .main::after {
  background: no-repeat url("../img/on_main_img.jpg") 50% 50%;
  background-size: cover; }
#on-scene .intro {
  background: #e6e6e6; }
#on-scene .items .inner.scene01 .feature {
  background: #d3d8cc; }
#on-scene .items .inner.scene02 .feature {
  background: #f4e4dc; }
#on-scene .items .inner.scene03 .feature {
  background: #efedd7; }

#off-scene .main::after {
  background: no-repeat url("../img/off_main_img.jpg") 50% 50%;
  background-size: cover; }
#off-scene .intro {
  background: #f4e4dc; }
#off-scene .items .inner.scene01 .feature {
  background: #efedd7; }
#off-scene .items .inner.scene02 .feature {
  background: #d8e4ea; }
#off-scene .items .inner.scene03 .feature {
  background: #dedede; }
#off-scene .items .inner.scene04 .feature {
  background: #efedd7; }
#off-scene .items .inner.scene05 .feature {
  background: #d3d8cc; }
#off-scene .items .inner.scene06 .feature {
  background: #f4e4dc; }

#kids .main::after {
  background: no-repeat url("../img/kids_main_img.jpg") 50% 50%;
  background-size: cover; }
#kids .intro {
  background: #d8e4ea; }
#kids .items .inner.scene01 .feature {
  background: #efedd7; }
#kids .items .inner.scene02 .feature {
  background: #f4e4dc; }
#kids .items .inner.scene03 .feature {
  background: #d3d8cc; }

.intro {
  display: flex;
  align-items: center;
  height: 100vh;
  line-height: 2em; }
  .intro .titleBox,
  .intro .txtBox {
    box-sizing: border-box; }
  .intro .titleBox {
    border-bottom: 1px solid #333;
    text-align: right;
    width: 35%; }
    .intro .titleBox h2 {
      font-size: 20px;
      font-weight: 600; }
  .intro .txtBox {
    padding: 0 20% 0 10%;
    width: 65%; }

.content {
  position: relative;
  z-index: 1; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 25%);
  transition: 0.8s; }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.slideIn_left {
  opacity: 0;
  transform: translate(-25%, 0);
  transition: 0.8s; }
  .slideIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.slideIn_right {
  opacity: 0;
  transform: translate(25%, 0);
  transition: 0.8s; }
  .slideIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn {
  opacity: 0;
  transition: 0.8s; }
  .fadeIn.is-show {
    opacity: 1; }

.delay1 {
  transition-delay: 0.2s; }

.delay2 {
  transition-delay: 0.4s; }

.title.is-show .typewriter {
  display: inline-block;
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 2.5s steps(18, end) forwards; }
  .title.is-show .typewriter.count5 {
    width: 7em;
    animation: typing5 2s steps(8, end) forwards; }
  .title.is-show .typewriter.count8 {
    width: 8em;
    animation: typing8 2s steps(13, end) forwards; }
  .title.is-show .typewriter.count13 {
    width: 13em;
    animation: typing13 2s steps(13, end) forwards; }
  .title.is-show .typewriter.count18 {
    width: 18em;
    animation: typing18 2s steps(15, end) forwards; }

@keyframes typing {
  0% {
    width: 0%; }
  100% {
    width: 15em; } }
@keyframes typing5 {
  0% {
    width: 0%; }
  100% {
    width: 7em; } }
@keyframes typing8 {
  0% {
    width: 0%; }
  100% {
    width: 8em; } }
@keyframes typing13 {
  0% {
    width: 0%; }
  100% {
    width: 13em; } }
@keyframes typing18 {
  0% {
    width: 0%; }
  100% {
    width: 18em; } }
.pc {
  display: block; }

.smp {
  display: none !important; }
