/*---------------------------------------------
  common html
---------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 4.2666666667vw;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  background: #000;
  color: #fff;
  overflow-x: hidden; }

a:link {
  text-decoration: none;
  color: #fff; }

a:hover {
  text-decoration: none;
  color: #fff; }

a:visited {
  text-decoration: none;
  color: #fff; }

a:active {
  text-decoration: none;
  color: #fff; }

/*---------------------------------------------
  common class
---------------------------------------------*/
.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.align {
  text-align: center; }

.sp_hide {
  display: none; }

.btn_white_round {
  width: 85.3333333333vw;
  height: 16vw;
  line-height: 16vw;
  text-align: center;
  display: block;
  border: solid 1px #fff;
  border-radius: 8vw;
  margin: 0 auto; }

.bg_lightgray {
  background-color: #444444;
  background-image: url("../images/3cs_bg.svg");
  background-size: 5px 5px; }

.text {
  line-height: 1.5em; }
  .text p {
    margin-bottom: 1.5em; }
    .text p:last-child {
      margin-bottom: 0; }

.creator {
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 6.6666666667vw; }
  .creator .bg_creator {
    background-repeat: no-repeat;
    background-size: contain; }
  .creator .creator-no {
    opacity: 0.6;
    width: 100%;
    height: 45.0666666667vw;
    font-family: 'Oswald', sans-serif;
    font-size: 28vw;
    overflow: hidden;
    padding: 22.6666666667vw 4vw 0 4vw;
    box-sizing: border-box;
    text-align: right; }
  .creator .creator-no.cs {
    font-size: 13.3333333333vw;
    padding: 20.8vw 4vw 0 4vw; }
  .creator .creator_info {
    padding: 10.6666666667vw 0 6.6666666667vw 0;
    text-align: center;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
    .creator .creator_info .creator_info-name {
      font-size: 6.6666666667vw;
      margin-bottom: 2.6666666667vw; }
    .creator .creator_info .creator_info-title {
      font-size: 4vw;
      font-weight: 500;
      margin-bottom: 6.6666666667vw; }
    .creator .creator_info .creator_info-article_title {
      font-size: 4vw;
      margin-bottom: 6.6666666667vw;
      line-height: 1.5em;
      font-family: 'Noto Sans JP', sans-serif; }
    .creator .creator_info .creator_info-hash {
      font-size: 4vw;
      margin-bottom: 6.6666666667vw; }
    .creator .creator_info .btn_color {
      width: 64vw;
      line-height: 13.3333333333vw;
      margin: 0 auto; }
    .creator .creator_info .no_btn {
      display: none; }
  .creator .creator_info {
    text-align: center; }
  .creator:nth-child(2n) .creator-coming_coon {
    text-align: left; }

.btn_color {
  display: block;
  background: #ea0062;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-align: center; }

.bg_creator {
  background-repeat: no-repeat;
  background-size: contain; }

.video {
  width: 100%;
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden; }

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.bg_alpha_white {
  background: rgba(255, 255, 255, 0.1);
  padding: 5.3333333333vw;
  margin-top: 5.3333333333vw; }

/*---------------------------------------------
  common contents
---------------------------------------------*/
#load {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
  text-align: center; }
  #load img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }

header {
  height: 13.3333333333vw;
  background-color: #000000;
  overflow: hidden;
  position: relative; }
  header .header-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 2.6666666667vw; }
    header .header-logo img {
      width: auto;
      height: 3.4666666667vw; }
  header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 6.6666666667vw; }
    header h1 img {
      width: auto;
      height: 6.6666666667vw;
      vertical-align: top; }
  header .header-catch {
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 2.6666666667vw; }

#close {
  background: #000;
  line-height: 1;
  text-align: center;
  padding: 8vw 0 6.6666666667vw; }
  #close .close-message {
    display: none;
    margin-bottom: 4vw; }
  #close a {
    margin-bottom: 5.3333333333vw; }
  #close .close-sns {
    display: flex;
    justify-content: center;
    align-items: center; }
    #close .close-sns li {
      margin: 0 15px;
      height: 30px;
      line-height: 1em; }
      #close .close-sns li i {
        font-size: 24px; }
      #close .close-sns li img {
        height: 27px;
        width: auto;
        vertical-align: bottom; }
#close .btn_white_round {
  /*display: none;*/
}
footer {
  background: #333;
  text-align: center;
  line-height: 1;
  padding: 6.6666666667vw 0; }
  footer .footer-logo {
    margin-bottom: 4vw; }
    footer .footer-logo img {
      width: 16vw; }
  footer .footer-catch_en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 1.2; }
  footer .footer-catch_jp {
    margin-bottom: 6.6666666667vw;
    font-size: 2.6666666667vw; }
  footer address {
    font-size: 2.6666666667vw; }

#topagetop {
  position: fixed;
  z-index: 1;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px; }

@media screen and (min-width: 768px), print {
  /*---------------------------------------------
    common html
  ---------------------------------------------*/
  body {
    font-size: 1.1666666667vw; }

  /*---------------------------------------------
    common class
  ---------------------------------------------*/
  .sp_hide {
    display: block; }

  .pc_hide {
    display: none; }

  .btn_white_round {
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    width: 420px;
    height: 80px;
    line-height: 80px;
    border-radius: 40; }
    .btn_white_round:hover {
      background-color: #fff;
      color: #000; }

  .text p {
    line-height: 2; }
  .text .img_portrait {
    display: block;
    width: 70% !important;
    margin-right: auto;
    margin-left: auto; }

  .btn_color {
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s; }
    .btn_color:hover {
      background: #fff !important;
      color: #000; }

  .creator {
    margin-bottom: 0;
    position: relative;
    /*height: get_vw(400,1200)*/
    height: auto;
    overflow: hidden; }
    .creator .bg_creator {
      background-position: right;
      height: 100%; }
    .creator .creator-no {
      line-height: 1;
      position: absolute;
      width: auto;
      height: auto;
      padding: 0;
      font-size: 20.8333333333vw;
      top: auto;
      bottom: -4.1666666667vw;
      right: 3.75vw; }
    .creator .creator-no.cs {
      font-size: 10vw;
      bottom: -1.6666666667vw; }
    .creator .creator_info {
      padding: 8.3333333333vw 0 6.6666666667vw 6.6666666667vw;
      text-align: left;
      line-height: 1;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300; }
      .creator .creator_info .creator_info-name {
        font-size: 4.1666666667vw;
        margin-bottom: 2.5vw; }
      .creator .creator_info .creator_info-title {
        font-size: 20px;
        margin-bottom: 2.5vw; }
      .creator .creator_info .creator_info-article_title {
        font-size: 24px;
        margin-bottom: 2.5vw; }
      .creator .creator_info .creator_info-hash {
        font-size: 14px;
        margin-bottom: 2.0833333333vw; }
      .creator .creator_info .btn_color {
        width: 20vw;
        line-height: 4.1666666667vw;
        font-size: 1vw;
        margin: 0; }
      .creator .creator_info .no_btn {
        display: block;
        height: 4.1666666667vw; }
    .creator:nth-child(2n) .bg_creator {
      background-position: left; }
    .creator:nth-child(2n) .creator-no {
      text-align: left;
      right: auto;
      left: 3.75vw; }
    .creator:nth-child(2n) .creator_info {
      padding: 8.3333333333vw 0 6.6666666667vw 61.6666666667vw; }

  /*---------------------------------------------
    common contents
  ---------------------------------------------*/
  header {
    height: 5vw; }
    header .header-logo {
      left: 2.5vw; }
      header .header-logo img {
        height: 1.5vw; }
    header h1 {
      height: 2.5vw; }
      header h1 img {
        height: 2.5vw; }
    header .header-catch {
      font-size: 0.9166666667vw;
      line-height: 1.1666666667vw;
      right: 0.6666666667vw; }

  #close {
    font-size: 18px;
    padding: 5vw 0; }
    #close .close-message {
      margin-bottom: 1.6666666667vw; }
    #close a {
      margin-bottom: 1.6666666667vw; }
    #close .close-sns li a:hover {
      opacity: 0.75; }

  footer {
    padding: 70px; }
    footer .footer-logo {
      margin-bottom: 20px; }
      footer .footer-logo img {
        width: 110px; }
    footer .footer-catch_en {
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 18px;
      margin-bottom: 16px;
      letter-spacing: 1.2; }
    footer .footer-catch_jp {
      margin-bottom: 72px;
      font-size: 12px; }
    footer address {
      font-size: 12px; } }
