@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure, figcaption, footer {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html, body {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.renner,
.mainnav-item {
  font-family: "Renner*";
  font-weight: 400;
}

body {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: .1em;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

#global_header {
  z-index: 5;
}

/*header*/
.sitename {
  left: 1rem;
  position: fixed;
  top: 1.8rem;
  width: 200px;
  z-index: 7;
}

.menuBt {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 6;
}

/*layout*/
#main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 2;
}

.section {
  margin: 0 auto;
  max-width: 960px;
}

.soon {
  font-size: 30px;
  font-family: "Renner*";
  font-weight: 400;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 95%;
}

/*footer*/
#global_footer {
  text-align: center;
  padding: 4rem 1rem 2rem;
  z-index: 3;
}

.c_bpm_tokyo:hover {
  color: #ff6e89;
}

.sitename a {
  display: block;
  position: relative;
  z-index: 2;
}

.sitename::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.sitename {
  -webkit-animation: logoop .6s ease-out;
          animation: logoop .6s ease-out;
}

.page {
  padding-top: 3rem;
  position: relative;
}

.page::before {
  background: #000 url(/images/WAVYTAPE3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

@media (min-width: 920px) {
  .page {
    padding-top: 10rem;
  }
  .sitename a:hover {
    -webkit-animation: logohov .4s ease-out forwards;
            animation: logohov .4s ease-out forwards;
  }
  #NavBtSVG {
    display: none;
  }
  .mainnav {

  }
  .mainnav-item {
    font-size: 1.2em;
    color: #fff;
  }
  .mainnav-item > a {
    display: inline-block;
    padding: 0 .1em;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
  }
  .mainnav-item > a:hover {
    -webkit-animation: navitem 1.6s 0s forwards;
            animation: navitem 1.6s 0s forwards;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mainnav [nav-selected="true"] {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
  }
  .mainnav [nav-selected="true"] a:hover {
    -webkit-animation: none;
            animation: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    right: 50%;
    position: fixed;
    top: 4rem;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: calc(100% - 100px);
    max-width: 420px;
    /*700*/
  }
  .section-head {
    display: none;
  }
}


@media (max-width: 920px) {
  .navbt-path {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
  }
  .navbt-path.path1 {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  ._show .navbt-path.path1 {
    -webkit-animation: path1 2.6s 0s  forwards;
            animation: path1 2.6s 0s  forwards;
    -webkit-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
  }
  .navbt-path.path2 {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  ._show .navbt-path.path2 {
    -webkit-animation: path1 2.6s 0s  forwards;
            animation: path1 2.6s 0s  forwards;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transform: translateY(0) rotate(225deg);
            transform: translateY(0) rotate(225deg);
  }
  .sitename {
    width: 25vw;
  }
  /*mainmenu*/
  #main_nav {
    position: fixed;
    top: 0;
    left: auto;
    right: 100vw;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.92);
    text-align: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow: hidden;
    width: 0;
    -webkit-transition: width .6s,-webkit-transform 0s .6s;
    transition: width .6s,-webkit-transform 0s .6s;
    transition: width .6s,transform 0s .6s;
    transition: width .6s,transform 0s .6s,-webkit-transform 0s .6s;
    z-index: 10;
  }
  .inner {
    -webkit-transition: width .4s,-webkit-transform .3s;
    transition: width .4s,-webkit-transform .3s;
    transition: width .4s,transform .3s;
    transition: width .4s,transform .3s,-webkit-transform .3s;
    overflow: hidden;
    width: 0;
    margin: 0 0 0 auto;
  }
  .inner a {
    font-size: 2rem;
    font-weight: 300;
  }
  .mainnav-item {
    width: 100vw;
  }
  #body._show {
    overflow: hidden;
  }
  #body._show #main_nav {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: width .6s,-webkit-transform 0s 0s;
    transition: width .6s,-webkit-transform 0s 0s;
    transition: width .6s,transform 0s 0s;
    transition: width .6s,transform 0s 0s,-webkit-transform 0s 0s;
    width: 100%;
  }
  .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    height: 100vh;
    width: 100vw;
  }
  .inner::before {
    content: "";
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
    position: absolute;
  }
  ._show .inner::before {
    opacity: 1;
  }
  .mainnav-item {
    margin: 1em 0;
    position: relative;
    z-index: 2;
  }
  #NavBtSVG {
    -webkit-animation: navbt 1s .5s both;
            animation: navbt 1s .5s both;
    width: 60px;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 20;
    color: #b2b2b2
  }
  .section-head {
    font-family: "Renner*";
    font-weight: 400;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 35px;
    color: #b2b2b2
  }
  .soon {
    font-size: 18px;
  }
}

@-webkit-keyframes logoop {
  0% {
    -webkit-transform: rotateY(280deg) perspective(100px);
            transform: rotateY(280deg) perspective(100px);
  }
  100% {
    -webkit-transform: rotateY(360deg) perspective(100px);
            transform: rotateY(360deg) perspective(100px);
  }
}

@keyframes logoop {
  0% {
    -webkit-transform: rotateY(280deg) perspective(100px);
            transform: rotateY(280deg) perspective(100px);
  }
  100% {
    -webkit-transform: rotateY(360deg) perspective(100px);
            transform: rotateY(360deg) perspective(100px);
  }
}

@-webkit-keyframes logohov {
  0% {
    -webkit-transform: rotate3d(1, 1, 0.05, 20deg) perspective(100px);
            transform: rotate3d(1, 1, 0.05, 20deg) perspective(100px);
  }
  25% {
    -webkit-transform: rotate3d(0, 1, 0.1, 20deg) perspective(100px);
            transform: rotate3d(0, 1, 0.1, 20deg) perspective(100px);
  }
  50% {
    -webkit-transform: rotate3d(-1, 1, 0.15, 20deg) perspective(100px);
            transform: rotate3d(-1, 1, 0.15, 20deg) perspective(100px);
  }
  75% {
    -webkit-transform: rotate3d(-1, 0, 0.2, 20deg) perspective(100px);
            transform: rotate3d(-1, 0, 0.2, 20deg) perspective(100px);
  }
  100% {
    -webkit-transform: rotate3d(-1, 0, 0.25, 20deg) perspective(100px);
            transform: rotate3d(-1, 0, 0.25, 20deg) perspective(100px);
  }
}

@keyframes logohov {
  0% {
    -webkit-transform: rotate3d(1, 1, 0.05, 20deg) perspective(100px);
            transform: rotate3d(1, 1, 0.05, 20deg) perspective(100px);
  }
  25% {
    -webkit-transform: rotate3d(0, 1, 0.1, 20deg) perspective(100px);
            transform: rotate3d(0, 1, 0.1, 20deg) perspective(100px);
  }
  50% {
    -webkit-transform: rotate3d(-1, 1, 0.15, 20deg) perspective(100px);
            transform: rotate3d(-1, 1, 0.15, 20deg) perspective(100px);
  }
  75% {
    -webkit-transform: rotate3d(-1, 0, 0.2, 20deg) perspective(100px);
            transform: rotate3d(-1, 0, 0.2, 20deg) perspective(100px);
  }
  100% {
    -webkit-transform: rotate3d(-1, 0, 0.25, 20deg) perspective(100px);
            transform: rotate3d(-1, 0, 0.25, 20deg) perspective(100px);
  }
}

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

@keyframes navbt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes path1 {
  0% {
    fill: #000;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  10% {
    fill: #ff6e89;
    -webkit-box-shadow: 0 0 5px #ff6e89;
            box-shadow: 0 0 5px #ff6e89;
  }
  100% {
    fill: #000;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
}

@keyframes path1 {
  0% {
    fill: #000;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  10% {
    fill: #ff6e89;
    -webkit-box-shadow: 0 0 5px #ff6e89;
            box-shadow: 0 0 5px #ff6e89;
  }
  100% {
    fill: #000;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes navitem {
  0% {
    color: #fff;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  10% {
    color: #ff6e89;
    -webkit-box-shadow: 0 0 7px rgba(225, 110, 137, 0.5);
            box-shadow: 0 0 7px rgba(225, 110, 137, 0.5);
  }
  100% {
    color: #ffccd5;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
}

@keyframes navitem {
  0% {
    color: #fff;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
  10% {
    color: #ff6e89;
    -webkit-box-shadow: 0 0 7px rgba(225, 110, 137, 0.5);
            box-shadow: 0 0 7px rgba(225, 110, 137, 0.5);
  }
  100% {
    color: #ffccd5;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
}

#global_footer {
  position: relative;
  /* &::after{
        content: "";
        display: block;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        bottom:0;
        width: 100%;
        transform: translateY(100%);
    }*/
}
/*# sourceMappingURL=common.css.map */
