@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face{
  font-family: 'nameFont';
  src: url('name2.eot'); /* IE9以上用 */
  src: url('name2.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
    url('name2.woff') format('woff'), /* モダンブラウザ用 */
    url('name2.ttf') format('truetype'), /* iOS, Android用 */
    url('name2.otf') format('opentype');
}
html {
  touch-action: manipulation!important;
}
  body {
    font-family: 'Noto Sans Japanese';
    overflow-x: hidden!important;
  }
.mb100 {
/*  margin-bottom: 100px!important; */
padding-bottom: 100px!important;
/* height:100px!important;*/}
.mb80 {
margin-bottom: 80px!important;}
.logo {
  width: 630px;
  height: 360px;
  background-size:50% auto;
  z-index: 12;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background: url("/images/tookyogameslogo.png") 0 0 no-repeat;
  -webkit-animation: tookyogames 1.3s steps(31) .8s forwards;
     -moz-animation: tookyogames 1.3s steps(31) .8s forwards;
          animation: tookyogames 1.3s steps(31) .8s forwards;
}
@keyframes tookyogames {
    0% { background-position: 0    0  ; }
  100% { background-position: 0 -11160px; }
}

@-webkit-keyframes tookyogames {
    0% { background-position: 0    0  ; }
  100% { background-position: 0 -11160px; }
}

@-moz-keyframes tookyogames {
    0% { background-position: 0    0  ; }
  100% { background-position: 0 -11160px; }
}

.openning {
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  position:fixed;
  -webkit-animation: fadeout .8s ease 3.5s 1 forwards;
     -moz-animation: fadeout .8s ease 3.5s 1 forwards;
          animation: fadeout .8s ease 3.5s 1 forwards;
}

@keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0;
    visibility:hidden;}
}

@-webkit-keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0;
    visibility:hidden;}
}

@-moz-keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0;
    visibility:hidden;}
}
@keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-moz-keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}
.img01 {
    width: 100vw;
    height: 100vh;
    background-image: url("/images/gamedesign.jpg");
    background-size: cover;
            z-index: 1;
                position: relative;
                background-position: center;
                left:0;
                top: 0;
}
.img02 {
    width: 100vw;
    height: 100vh;
    background-image: url("/images/graphics.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: play-img02 10s 5.5s forwards;
       -moz-animation: play-img02 10s 5.5s forwards;
        -ms-animation: play-img02 10s 5.5s forwards;
         -o-animation: play-img02 10s 5.5s forwards;
            animation: play-img02 10s 5.5s forwards;
            animation-iteration-count:1;
            z-index: 2;
                position: absolute;
                background-position: center;
                right: 100%;
                top: 0;
}
.img03 {
    width: 100vw;
    height: 100vh;
    background-image: url("/images/sound.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: play-img03 9s 7s forwards;
       -moz-animation: play-img03 9s 7s forwards;
        -ms-animation: play-img03 9s 7s forwards;
         -o-animation: play-img03 9s 7s forwards;
            animation: play-img03 9s 7s forwards;
            animation-iteration-count:1;
            z-index: 3;
                position: absolute;
                background-position: center;
                left: 0;
                bottom: 100%;
}
.img04 {
    width: 100vw;
    height: 100vh;
    background-image: url("/images/tookyogames.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    -webkit-animation: play-img04 9s 8.5s forwards;
       -moz-animation: play-img04 9s 8.5s forwards;
        -ms-animation: play-img04 9s 8.5s forwards;
         -o-animation: play-img04 9s 8.5s forwards;
            animation: play-img04 9s 8.5s forwards;
            animation-iteration-count:1;
            z-index: 4;
            left: 100%;
                top: 0;
}

/* .img04 a,*/#moveTo_works2{
  position: absolute;
  bottom: 130px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
        -webkit-animation: fadein 5s ease 8s 1 forwards;
     -moz-animation: fadein 5s ease 8s 1 forwards;
          animation: fadein 5s ease 8s 1 forwards;
          opacity: 0;
          cursor:pointer;
}
/* .img04 a span,*/#moveTo_works2 span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes play-img01 {
0% {
    opacity: 1;
}
100% {
  opacity: 0;
}
}

@-moz-keyframes play-img01 {
0% {
    opacity: 1;
}
100% {
  opacity: 0;
}
}

@-ms-keyframes play-img01 {
0% {
    opacity: 1;
}
100% {
  opacity: 0;
}
}

@-o-keyframes play-img01 {
0% {
    opacity: 1;
}
100% {
  opacity: 0;
}
}

@keyframes play-img01 {
0% {
    opacity: 1;
}
100% {
  opacity: 0;
}
}







@-webkit-keyframes play-img02 {
0% {
    right: 100%;
  }

  3% {
    right: 0%;
  }
  100% {
    right: 0%;
  }
}

@-moz-keyframes play-img02 {
0% {
    right: 100%;
  }

  3% {
    right: 0%;
  }
  100% {
    right: 0%;
  }
}

@-ms-keyframes play-img02 {
0% {
    right: 100%;
  }

  3% {
    right: 0%;
  }
  100% {
    right: 0%;
  }
}

@-o-keyframes play-img02 {
0% {
    right: 100%;
  }

  3% {
    right: 0%;
  }
  100% {
    right: 0%;
  }
}

@keyframes play-img02 {
0% {
    right: 100%;
  }

  3% {
    right: 0%;
  }
  100% {
    right: 0%;
  }
}









@-webkit-keyframes play-img03 {
0% {
    bottom: 100%;
  }

  5% {
    bottom: 0%;
  }
  100% {
    bottom: 0%;
  }
}

@-moz-keyframes play-img03 {
0% {
    bottom: 100%;
  }

  5% {
    bottom: 0%;
  }
  100% {
    bottom: 0%;
  }
}

@-ms-keyframes play-img03 {
0% {
    bottom: 100%;
  }

  5% {
    bottom: 0%;
  }
  100% {
    bottom: 0%;
  }
}

@-o-keyframes play-img03 {
0% {
    bottom: 100%;
  }

  5% {
    bottom: 0%;
  }
  100% {
    bottom: 0%;
  }
}

@keyframes play-img03 {
0% {
    bottom: 100%;
  }

  5% {
    bottom: 0%;
  }
  100% {
    bottom: 0%;
  }
}





@-webkit-keyframes play-img04 {
0% {
    left: 100%;
  }

  3% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

@-moz-keyframes play-img04 {
0% {
    left: 100%;
  }

  3% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

@-ms-keyframes play-img04 {
0% {
    left: 100%;
  }

  3% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

@-o-keyframes play-img04 {
0% {
    left: 100%;
  }

  3% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

@keyframes play-img04 {
0% {
    left: 100%;
  }

  3% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

.displayon {
  display: block!important;
}
h1 {
    font-size: 9em!important;
}

.transformstop {
transform: translate3d(0px, 0px, 0px)!important;
}

#section1 .fp-bg {
background-image: url("/images/works_bg.jpg");
    background-size: cover;
    background-position: center 80%;
    width: 100%;
    height:100vh;
    }
#section1 ul {
display: flex;
  flex-wrap:wrap;
}
#section1 ul li {
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 10px;
  display:inline-block;
  position: relative;
}
#section1 ul li img {
    width : auto;
    max-width : 100%;
    height : auto;
    border : 5px solid #000;
    box-sizing: border-box;
    vertical-align: bottom;
}
#section1 ul li a {
    display:block;
    width:100%;
}
.workslink {
  position:   relative;
  overflow:   hidden;
}
.worksdetaillink {
  width:calc(100% - 20px);
  height:calc(100% - 20px);
  position:   absolute;
  top:      10px;
  left:     10px;
  opacity:    0;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all 0.4s;
  transition:   all 0.4s;
}
.worksdetaillink p {
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position:   absolute;
    background-color: rgba(0,0,0,0)!important;
    visibility:hidden;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding: 25px 0;
    font-size: 1em;
    /* line-height: 1.1em; */
    width: 60%;
}
.worksdetaillink p a {
text-decoration: none;
white-space: nowrap;
font-size: 0.8em;
line-height: 1.1em;
letter-spacing: 0.5px;
}
.workslink:hover .worksdetaillink {
  opacity:    1;  /* マスクを表示する */
}
.workslink:hover .worksdetaillink p {
    visibility:visible;
    padding: 27px 0;
}
.workslink:hover .worksdetaillink p a {
    font-size: 1em;
}
#section1 p.bborder {
  font-size: 0.75em;
  /* text-align: left!important; */
      padding: 0 10px 5px 10px;
      font-weight: 200;
      color: #fff;
      background-color: #000;
      overflow: hidden;
 }
#section1 p .works-title {
  float: left;
}
#section1 p .works-year {
  float: right;
}
#section3 {
min-height:440px;
  color: #000;
     max-height: 450px;
     height: inherit!important;
}
#section3 .fp-tableCell {
min-height:440px!important;
      display: inherit!important;
          width: 100%;
          /* max-width: 768px; */
    margin: 0 auto;
    height: inherit!important;
}
#section3 p {
margin: 0 auto;
    padding: 0 2em 4em 2em;
    max-width: 610px;
    font-weight: 700;
    font-size: 1.25em;
    text-align: center;
}
/* #profile,#section1 {
  display: none;
} */
#section4 {
                font-family: 'nameFont';
                text-align:center;
                font-weight: 800;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
#section4 #slide1 h1 {
        margin: .75em 0 0 0;
}
#section4 h2 {
    margin: 2.5em 0 0 0;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
#section4 #slide1 ul {
  padding: 1em 0;
  max-width: 500px;
    margin: 0 auto;
}
#section4 #slide1 li {
  list-style: none;
  font-size: 2.75em;
  padding: 0;
  cursor:pointer;
  margin: 0;
}
#section4 ul {
  padding: 0;
}
#section4 li {
  list-style: disc;
  padding: 2px 0;
    margin-left: 17px;
}
#section4 a {
-webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
   font-size: 2.75em;
    letter-spacing: -1px;
    color: #fff;
    /* font-weight: 700; */
    text-decoration: none;
}
#section4 a:hover,
.profile_main a:hover,
.fa-twitter-square:hover,
.fa-facebook-square:hover,
#moveTo_cre01:hover,
#moveTo_cre02:hover,
#moveTo_cre03:hover,
#moveTo_cre04:hover,
#moveTo_cre05:hover,
#moveTo_cre06:hover,
#moveTo_cre07:hover,
#moveTo_cre08:hover,
#moveTo_cre09:hover,
#moveTo_cre10:hover,
#moveTo_cre11:hover,
#moveTo_cre12:hover,
#moveTo_cre13:hover,
#moveTo_cre14:hover,
.menu-item a:hover  {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}
#section4 p a {
   font-size: 1.25em;
}
#slide2 .fp-tableCell,#slide3 .fp-tableCell,#slide4 .fp-tableCell,#slide5 .fp-tableCell,#slide6 .fp-tableCell,#slide7 .fp-tableCell,#slide8 .fp-tableCell,#slide9 .fp-tableCell,#slide10 .fp-tableCell {
  vertical-align: inherit!important;
}
#slide1 {
/* background-image: url("/images/wearecreators.jpg");
    background-size: cover;
    background-repeat: no-repeat;
                background-position: center top; */
}
#slide1 .fp-bg {
background-image: url("/images/wearecreators.jpg");
    background-size: cover;
    background-position: center 80%;
    width: 100%;
    height:100vh;
    }
.profilelogo {
        margin: 0 auto;
    padding: 0.75em 0 0.3em 0;
    max-width: 350px;
    width: 40%;
    height:auto;
}
.profilelogo img {
  width: 100%;
}

.profile_main {
  margin-bottom: 15em;
/* background-image: url("/images/profiletopbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
                background-position: center; */
}
.profile_main .fp-bg {
background-image: url("/images/profiletopbg.jpg");
    background-size: cover;
    background-position: center 80%;
    width: 100%;
    height:100vh;
    }

_:-ms-lang(x), .profile_main .fp-bg {
        background-image: none!important; }

_:-ms-lang(x), #slide2,#slide3,#slide4,#slide5,#slide6,#slide7,#slide8 {
   background-image: url("/images/profiletopbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
                background-position: center;
}
.profile_main h1 {
    margin: 1em auto 0 auto;
    font-size: 2.7em!important;
    line-height: 1.1em;
    background-image: url("/images/name_bg.png");
    height: 290px;
    width: 500px;
    background-repeat: no-repeat;
    padding: 90px 0 0 0;
    color: #fff;
}
.profile_main h1 span {
    font-size: 0.45em;
}
.profile_main h2 {
margin: 3em auto 1em auto;
    font-size: 1.75em;
}
.profile_main p {
    max-width: 470px;
    margin: 0 auto;
        font-size: 1.1em;
    line-height: 1.75em;
    text-align: left;
  }
  .profile_main ul {
    max-width: 470px;
    margin:0 auto;
    overflow: hidden;
  }
  .profile_main li {
    list-style: disc;
    font-size:1.1em;
    text-align: left;
  }
.profile_main a {
  color: #fff;
   opacity: 1;
   text-decoration: underline;
  }
.profile_main a:hover {
  text-decoration: none;
  }
#section1 {
color: #000;
padding-bottom: 2em;
  }
#section2 {
    /* background-image: url("/images/news.jpg");
    background-size: cover;
    background-repeat: no-repeat;
                background-position: center; */
                color: #fff;
}
#section2 .fp-bg {
background-image: url("/images/news.jpg");
    background-size: cover;
    background-position: center 80%;
    width: 100%;
    height:100vh;
    }
#section1 .fp-tableCell,#section2 .fp-tableCell {
    /* display: inherit!important; */
    }
#section5 .fp-bg {
background-image: url("/images/pc_comments_bg.jpg");
    background-size: cover;
    background-position: center 80%;
    width: 100%;
    height:100vh;
    }
#section2 p,#section5 p {
  font-size: 1.1em;
  text-align: left!important;
  border-bottom: #fff 2px dotted;
  padding-bottom: 50px;
  margin-bottom: 50px;
      font-weight: 200;
      color: #fff;
  }
#section1 h2,#section2 h2,#section5 h2 {
  text-align:center;
      padding: 2em 0 0.5em 0;
}
#section1 .newsbox a {
  text-decoration: none;
  color: #FFF;
  transition: 0.5s;
}
#section2 .newsbox a {
  text-decoration: underline;
  color: #fff;
  transition: 0.5s;
}
#section1 .newsbox a:hover,#section2 .newsbox a:hover {
  text-decoration: none;
  color: #E50012;
}
#section1 .newsbox,#section2 .newsbox,#section5 .newsbox {
        padding: 0 10px;
    max-width: 750px;
    margin: 0 auto;
}
/*#section1 .newsbox {
        padding: 0 10px;
    max-width: 1000px;
    margin: 0 auto;
}*/
#section1 .date,#section2 .date,#section5 .date {
text-align: center;
padding: 0 0 3em 0;
color: #fff;
}
#section5 h1 img {
margin: 1em 0 0.5em 0;
}
#section6 {
    background-color:#fff;
}
#section6 .formwrapper {
  max-width: 500px;
    margin: 0 auto;
    padding: 0;
}
#section6 h1 {
    margin: 3em 0;
    font-size: inherit!important;
}
#section6 form p {
font-family: 'nameFont';
color:#666;
font-weight: 600;
text-align: left;
}
.textline,.textmas {
padding: 8px;
    width: 95%;
    margin-bottom: 2.5em;
    border-radius: 0.4em;
}
.textmas {
min-height: 100px;
}
.submitbot {
background: #000;
    color: #fff;
    padding: 10px 0;
    border: inherit!important;
    width: 200px;
    font-family: namefont;
    font-size: 0.75em;
    cursor:pointer;
}
.leftinherit {
  text-align: center!important;
  margin-bottom: 2em;
}
#section7 {
  text-align: center;
  background-color:#000;
  height: 200px!important;
}
#section7 .fp-tableCell {
    height: 200px!important;
    display: inherit!important;
    width: 50%;
    margin: 0 auto;
}
#section7 i{
color: #fff;
    font-size: 4em;
    padding: 0.5em 0.25em;
}
#section7 .copy {
  font-family: 'nameFont';
  color: #fff;
}
/* .feedcont {
  opacity: 0;
  transform: translate(0,80px);
  -webkit-transform: translate(0,80px);
  transition: 1.5s;
} */
.smth {
  opacity: 1!important;
  transform: translate(0,0)!important;
  -webkit-transform: translate(0,0)!important;
  transition: 1.5s;
}
strong {
  font-weight:900;
}
em {
  font-style: italic;
}
.positioninh {
  position: inherit!important;
}
header {
position: fixed;
    z-index: 999;
    transition: 0.5s;
        -webkit-animation: headernav 9s 8s forwards;
       -moz-animation: headernav 9s 8s forwards;
        -ms-animation: headernav 9s 8s forwards;
         -o-animation: headernav 9s 8s forwards;
            animation: headernav 9s 8s forwards;
            animation-iteration-count:1;
            opacity: 0;
}
#logo {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 30px;
    top: 30px;
    margin: 0;
    list-style: none;
    font-size: 120%;
    background: url("/images/menu-logo.png") 0 0 no-repeat;
    background-size: 100%;
  }
#pcnav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
}
#pcnav ul {
  display: flex;
  justify-content: flex-end;
  padding: 28px 50px 20px 0;
  overflow: hidden;
}
#pcnav ul li {
  color: #FFF;
    white-space: nowrap;
    font-family: 'nameFont';
    text-shadow: 2px 2px 2px #000;
        font-size: 1.5em;
    padding-left: 20px;
}
#pcnav ul li a {
    color: #FFF;
    text-shadow: 0px 0px 2px #000, 0px 0px 5px #000;
    -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#pcnav ul li a:hover,
#pcnav .fa-twitter-square:hover,
#pcnav .fa-facebook-square:hover  {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #ff00de, 0 0 10px #ff00de, 0 0 10px #ff00de, 0 0 10px #ff00de, 0 0 10px #ff00de;
  /* 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; */
}
#pcnav ul li.fnav,#pcnav ul li.pcsns {
  font-size: 1.25em;
  line-height: 1.5em;
}
#pcnav ul li.fnav span {
    color: #E50012;
    font-weight: 600;
    background: #fff;
    padding: 6px 10px;
    text-shadow: none;
    box-shadow: 1px 1px 4px #000;
}
#pcnav ul li.fnav span {
    color: #E50012;
    font-weight: 600;
    background: #fff;
    padding: 6px 10px;
    text-shadow: none;
    box-shadow: 1px 1px 4px #000;
}
.splang {
z-index: 999;
    position: fixed;
    top: 0;
    right: 6px;
    color: #fff;
    text-shadow: 0px 0px 2px #000, 0px 0px 5px #000;
    -webkit-animation: splangjpen 11s 9s forwards;
       -moz-animation: splangjpen 11s 9s forwards;
        -ms-animation: splangjpen 11s 9s forwards;
         -o-animation: splangjpen 11s 9s forwards;
            animation: splangjpen 11s 9s forwards;
            animation-iteration-count:1;
            opacity: 0;
}
.splang a {
color: #fff;
}
.splang span {
    color: #E50012;
    font-weight: 600;
        background: rgba(255,255,255,0.75);
    padding: 6px;
    text-shadow: none;
    box-shadow: 1px 1px 4px #000;
}
#menu {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 50px;
    top: 50px;
    margin: 0;
    list-style: none;
    font-size: 120%;
    z-index: 99;
    -webkit-animation: menublock 11s 9s forwards;
       -moz-animation: menublock 11s 9s forwards;
        -ms-animation: menublock 11s 9s forwards;
         -o-animation: menublock 11s 9s forwards;
            animation: menublock 11s 9s forwards;
            animation-iteration-count:1;
            opacity: 0;
            cursor: pointer;}

.menu-button {
  opacity: 0;
  z-index: -1;
}

.menu-button {
    width: 50px;
    height: 50px;
    position: fixed;
    /* left: 50%; */
    /* top: 50%; */
    /* margin: -75px 0 0 -75px; */
    border-radius: 50%;
    background: url("/images/menu-logo.png") 0 0 no-repeat;
    /* background-color: #cc0000; */
    background-size: 100%;
    overflow: hidden;
    text-decoration: none;
}

#menu:not(:target) > a:first-of-type,
#menu:target > a:last-of-type {
  opacity: 1;
  z-index: 1;
}

#menu:not(:target) > .icon-plus:before,
#menu:target > .icon-minus:before {
  opacity: 1;
}

.menu-item {
  /* width: 40px;
  height: 40px; */
  position: absolute;
  left: 0;
  line-height: 5px;
  top: 0;
  margin: 0;
  /* border-radius: 50%;
  background-color: #424242; */
  transform: translate(0px, 0px);
  transition: transform 500ms;
  z-index: -2;
  transition: 0.5s;
  opacity: 0;
  transform: scale(0.3);
  color: #FFF;
  white-space: nowrap;
  font-family: 'nameFont';
  text-shadow: 2px 2px 2px #000;
}
/* ;
.menu-item:hover {
  opacity: 0.5;
} */

.menu-item a {
  color: #fff;
  position: relative;
  /* top: 30%; */
  left: 0;
  text-decoration: none;
}

#menu:target > .menu-item:nth-child(3) {
  transform: translateY(90px) scale(1);
  transition-delay: 0;
  opacity: 1;
      font-size: 1.5em;
}

#menu:target > .menu-item:nth-child(4) {
  transform: translateY(130px) scale(1);
  transition-delay: 0.1s;
  opacity: 1;
      font-size: 1.5em;
}
#menu:target > .menu-item:nth-child(5) {
  transform: translateY(170px) scale(1);
  transition-delay: 0.1s;
  opacity: 1;
      font-size: 1.5em;
}
#menu:target > .menu-item:nth-child(6) {
  transform: translateY(210px) scale(1);
  transition-delay: 0.2s;
  opacity: 1;
      font-size: 1.5em;
}
#menu:target > .menu-item:nth-child(7) {
  transform: translateY(250px) scale(1);
  transition-delay: 0.2s;
  opacity: 1;
      font-size: 1.5em;
}
#menu:target > .menu-item:nth-child(8) {
  transform: translateY(290px) scale(1);
  transition-delay: 0.3s;
  opacity: 1;
      font-size: 1.5em;
}
#menu:target > .menu-item:nth-child(9) {
  transform: translateY(330px) scale(1);
  transition-delay: 0.3s;
  opacity: 1;
      font-size: 1em;
}
#menu:target > .menu-item:nth-child(10) {
  transform: translateY(360px) scale(1);
  transition-delay: 0.3s;
  opacity: 1;
      font-size: 1.75em;
}
#menu .fa-twitter-square {
      margin-right: 20px;
}
#menuover {
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  height:100vh;
  max-height: 100%;
  position:absolute;
  z-index: 50;
  display: none;
}
.menuon {
  background-color:#000;
  opacity: 0.7!important;
  display: block!important;
  animation-duration: 0.5s;
      animation-name: menubg;
      -moz-animation-duration: 0.5s;
      -moz-animation-name: menubg;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-name: menubg;
}
.postbox {
max-width: 500px;
    height: auto;
    padding: 0;
    text-align: left;
    /* overflow: hidden; */
    position: absolute;
    left: 50px;
    bottom: 100px;
    margin: 0;
    list-style: none;
    z-index: 99;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    transition: 0.5s;
        -webkit-animation: postboxblock 9s 8s forwards;
       -moz-animation: postboxblock 9s 8s forwards;
        -ms-animation: postboxblock 9s 8s forwards;
         -o-animation: postboxblock 9s 8s forwards;
            animation: postboxblock 9s 8s forwards;
            animation-iteration-count:1;
            opacity: 0;
}
.postbox:hover {
    background: rgba(229,0,18,0.2);
}
.staffwanted {
    height: auto;
    padding: 0;
    text-align: left;
    /* overflow: hidden; */
    position: fixed;
    right: 50px;
    bottom: 100px;
    margin: 0;
    list-style: none;
    z-index: 99;
    cursor: pointer;
    transition: 0.5s;
        -webkit-animation: postboxblock 9s 8s forwards;
       -moz-animation: postboxblock 9s 8s forwards;
        -ms-animation: postboxblock 9s 8s forwards;
         -o-animation: postboxblock 9s 8s forwards;
            animation: postboxblock 9s 8s forwards;
            animation-iteration-count:1;
            opacity: 0;
            display: block;
}
.staffwanted img {
  max-width: 300px;
}
.staffwanted:hover
{
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
    box-shadow: 0 0 7px #000, 0 0 10px #000, 0 0 10px #000, 0 0 0px #ff00de, 0 0 10px #ff00de, 0 0 30px #ff00de, 0 0 20px #ff00de, 0 0 50px #ff00de;}
/* .postbox p:hover {
    text-decoration: underline;
} */

/* .postbox p::after {
    position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #999;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.postbox p:hover::after {
  transform: scale(1, 1);
} */
.postbox::before{
    content: '';
    display: block;
    background: #fff;
    height: 1px;
    width: 100%;
    left: 0;
    position: relative;
    margin-bottom: 10px;
    animation-name: borderblockt;
    animation-duration: 2s;
    animation-delay: 9s;
    animation-fill-mode: forwards;
            animation-iteration-count:1;
            opacity: 0;
}
.postbox::after{
    content: '';
    display: block;
    background: #fff;
    height: 1px;
    width: 100%;
    right: 0;
    position: relative;
    margin-top: 10px;
animation-name: borderblockb;
    animation-duration: 2s;
    animation-delay: 9s;
    animation-fill-mode: forwards;
            animation-iteration-count:1;
            opacity: 0;
}
.postbox p {
font-size: .8em;
color: #fff;
    padding: 3px 0;
    white-space: nowrap;
    position: relative;
}
.postbox p a {
      color: #fff;
}
@keyframes menubg {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 0.7;
      }
    }

    @-moz-keyframes menubg {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 0.7;
      }
    }

    @-webkit-keyframes menubg {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 0.7;
      }
    }
@-webkit-keyframes menublock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes menublock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes menublock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes menublock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menublock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes postboxblock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes postboxblock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes postboxblock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes postboxblock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes postboxblock {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes borderblockt {
0% {
    left: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes borderblockt {
0% {
    left: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-ms-keyframes borderblockt {
0% {
    left: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes borderblockt {
0% {
    left: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes borderblockt {
0% {
    left: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes borderblockb {
0% {
    right: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@-moz-keyframes borderblockb {
0% {
    right: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@-ms-keyframes borderblockb {
0% {
    right: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@-o-keyframes borderblockb {
0% {
    right: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes borderblockb {
0% {
    right: 500%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes headernav {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes headernav {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes headernav {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes headernav {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headernav {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes splangjpen {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes splangjpen {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes splangjpen {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes splangjpen {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes splangjpen {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-wrapper {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  overflow-y: auto;
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  width: 100%;
    max-width: 802px;
    height: 100%;
  padding: 0 0 40px 0;
  /* border-radius: 2px; */
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
/*スクロールバーの横幅指定*/
.modal-window::-webkit-scrollbar {
    width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.modal-window::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #000;
}
/*スクロールバーの色・角丸指定*/
.modal-window::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background:#E50012;
}
.modal-wrapper .modal-window .modal-content {
    text-align: left;
    color: #000;
}
.modal-wrapper .modal-window .modal-content img {
width: 100%;
}
.modal-wrapper .modal-window .modal-content p {
font-size: 0.75em;
padding: 5px 15px;
}
.modal-overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/works_bg.jpg");
      background-size: cover;
    background-position: center 80%;
    width: 100%;
    height: 100vh;
}
.modal-overlay::after {
  content: '';
  background: rgba(0, 0, 0, .8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}
.pcdisplay {
  display: block;
}
.spdisplay {
  display: none;
}
.pl10 {
  padding-left: 10px;
}
@media screen and (max-width:768px) {
    .pcdisplay {
  display: none!important;
}
.spdisplay {
  display: block!important;
}
.postbox {
    max-width: 500px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform:  translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: auto;
}
.fp-viewing-0 .staffwanted {
  display: none;
}
.staffwanted {
  width: 90%;
    bottom: 12px;
    margin: 0;
    list-style: none;
    z-index: 99;
    cursor: pointer;
    transition: 0.5s;
        -webkit-animation: postboxblock 1.7s 1s forwards;
       -moz-animation: postboxblock 1.7s 1s forwards;
        -ms-animation: postboxblock 1.7s 1s forwards;
         -o-animation: postboxblock 1.7s 1s forwards;
            animation: postboxblock 1.7s 1s forwards;
            animation-iteration-count:1;
            opacity: 0;
            display: block;
            right: inherit;
left: 50%;
transform: translate(-50%, 0);
}
.staffwanted img {
  max-width: 360px;
  width: 100%;
}
}


@media screen and (max-width:414px) {
  .postbox {
    max-width: 85%;
    position: absolute;
    bottom: 150px;
    font-size: 0.8em;
    left: 50%;
    transform:  translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: auto;
}
#moveTo_works2{
    bottom: 100px;
}
  .logo {
      transform: translateY(-50%) translateX(-50%) scale(0.6)!important;
    }
    .profilelogo {
    padding: 0.5em 0 0.3em 0!important;
    width: 60%!important;
}
#section1 ul li {
  width: calc(100% / 1);
  box-sizing: border-box;
  padding: 10px;
  display:inline-block;
}
#section3 p {
    padding: 0 1em 2em 1em!important;
    font-size: 1em!important;
}
#section3 {
    max-height: 400px!important;
    min-height:inherit!important;
  }
#section4 #slide1 h1 {
    margin: 1.25em 0 1em 0!important;
        font-size: inherit!important;
}
#section4 #slide1 h1 img{
    max-width: 45%;
}
#section4 h2 {
    margin: 0.5em 0 0 0;
}
#section4 h2 img{
max-height: 14px!important;
}
#section4 .subtxt {
  font-size: 0.8em;
}
#section4 #slide1 ul {
    margin-bottom: inherit!important;
    padding: 0.5em 0 1em 0!important;
    max-width: 250px;
}
#section4 #slide1 li {
    font-size: 1.4em!important;
    padding: 2px 0;
}
#section1 .newsbox,#section2 .newsbox,#section5 .newsbox {
    padding: 0 15px;
}
#section1 .newsbox h1,#section2 .newsbox h1,#section5 .newsbox h1 {
      margin: 2em 0 0 0;
      font-size:inherit!important;
}
.newsbox h1 img {
    max-height: 24px;
}
#section5 .newsbox h1 img {
    max-height: 48px;
}
#section1 h2,#section2 h2,#section5 h2 {
    font-size: 1.1em;
}
#section1 .date,#section2 .date,#section5 .date {
    padding: 0 0 2em 0;
    font-size: 0.75em;
    color: #fff;
}
#section2 p,#section5 p {
    font-size: 0.9em;
    border-bottom: #fff 1px dotted;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: 200;
}
.fp-controlArrow.fp-prev {
    width: 25px;
    height: 25px;
        left: 10px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
}
.fp-controlArrow.fp-next {
    width: 25px;
    height: 25px;
        right: 10px;
    border: 1px solid;
        border-color: #fff #fff transparent transparent;
}
.fp-controlArrow {
    margin-top: -14px;
}
#moveTo_works2 span {
    width: 25px;
    height: 25px;
}
.h1box {
        background-image: url(/images/name_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    margin: 15px auto 5px auto;
    min-height: 217px;
    position: relative;
}
.profile_main h1 {
    margin: 0;
    font-size: 1.75em!important;
    padding: inherit;
    background-image: none;
    height: inherit;
     position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


.profile_main p {
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 0 30px;
    font-weight:200!important;
}
#slide2 h2,#slide2 h2,#slide3 h2,#slide4 h2,#slide5 h2,#slide6 h2,#slide7 h2,#slide8 h2 {
  font-size: 1.25em;
    margin: 2em 0 0.5em 0;
}
.profile_main ul {
    margin: 0 auto 3em auto;
}
.profile_main li {
    font-size: 0.9em;
    margin-left: 45px!important;
    margin-right: 30px!important;
    font-weight:200!important;
}
.menu-button {
    width: 30px!important;
    height: 30px!important;
}
#menu {
    width: 30px!important;
    height: 30px!important;
    left: 20px!important;
    top: 20px!important;
}
#section6 {
    padding: 0 30px;
}
#section6 h1 {
    margin: 1em 0;
    font-size: inherit!important;
}
#section6 h1 img {
    max-height: 24px;
}
#section6 form p {
    font-size: 1em;
}
.textline, .textmas {
    padding: 8px;
    width: 90%;
    margin-bottom: 1.5em;
}
.textmas {
    min-height: 50px;
}
.submitbot {
    font-size: 1.25em;
}

#section5 h1 img {
    margin: 1em 0 1.5em 0;
}

}

@media screen and (max-width:320px) {
  .postbox {
    bottom: 125px;
    font-size: 0.7em;
}
#menu:target > .menu-item:nth-child(3) {
  transform: translateY(90px) scale(1);
  transition-delay: 0;
  opacity: 1;
      font-size: 1.25em;
}

#menu:target > .menu-item:nth-child(4) {
  transform: translateY(130px) scale(1);
  transition-delay: 0.1s;
  opacity: 1;
      font-size: 1.25em;
}
#menu:target > .menu-item:nth-child(5) {
  transform: translateY(170px) scale(1);
  transition-delay: 0.1s;
  opacity: 1;
      font-size: 1.25em;
}
#menu:target > .menu-item:nth-child(6) {
  transform: translateY(210px) scale(1);
  transition-delay: 0.2s;
  opacity: 1;
      font-size: 1.25em;
}
#menu:target > .menu-item:nth-child(7) {
  transform: translateY(250px) scale(1);
  transition-delay: 0.2s;
  opacity: 1;
      font-size: 1.25em;
}
#menu:target > .menu-item:nth-child(8) {
  transform: translateY(290px) scale(1);
  transition-delay: 0.3s;
  opacity: 1;
      font-size: 1.25em;
}
#menu:target > .menu-item:nth-child(9) {
  transform: translateY(330px) scale(1);
  transition-delay: 0.3s;
  opacity: 1;
      font-size: 1em;
}
#menu:target > .menu-item:nth-child(10) {
  transform: translateY(360px) scale(1);
  transition-delay: 0.3s;
  opacity: 1;
      font-size: 1.75em;
}
#menu .fa-twitter-square {
      margin-right: 20px;
}




}
