@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

html {
  font-size: 62.5%;
  font-family: "Shin Maru Go Bold", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.1rem;
  padding: 0 0 2em;
}

h5 {
  font-size: 2.1rem;
  padding-bottom: 1em;
}

h5 span {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.4rem;
  padding-bottom: 1.5em;
}

.txt-s {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

small {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  opacity: .5;
  -webkit-transition: .16s;
  -o-transition: .16s;
  transition: .16s;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}

a img:hover {
  opacity: .5;
  -webkit-transition: .16s;
  -o-transition: .16s;
  transition: .16s;
}

.sp-only {
  display: none !important;
}

.sp-only2 {
  display: none;
}

.tab-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .pc-only2 {
    display: inline-block;
  }
  .tab-only {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  br {
    display: none;
  }
  br.sp-br {
    display: block;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only2 {
    display: inline-block;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only2 {
    display: none !important;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.bk_layer__background {
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  pointer-events: none;
  z-index: -2;
}

.bk_layer__video-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
  z-index: -1;
  background-image: url("../img/header_pc.jpg");
}

.bk_layer__video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}

.bk_layer iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .bk_layer__video-overlay {
    background-image: url("../img/header_sp.jpg");
  }
}

.container {
  background-color: rgba(0, 0, 0, 0.4);
  padding-bottom: 330px;
}

.container .top {
  width: 100vw;
  height: 100vh;
  color: #fff;
}

.container .top div,
.container .top h1 {
  position: absolute;
}

.container .top h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.container .top h1.off {
  display: none;
}

.container .top .copyright {
  position: fixed;
  top: auto;
  left: 10px;
  bottom: 10px;
}

.container .top .down {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 5px;
}

.container .top .down2 {
  top: auto;
  left: calc((100% - 190px)/2);
  bottom: 75px;
}

.container .top .down2 a {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  width: 190px;
  display: inline-block;
  text-align: center;
  padding: 16px;
  font-size: 1.2rem;
  border-radius: 50px;
  font-family: "Kozuka Gothic Pro Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", sans-serif;
}

@media screen and (max-width: 640px) {
  .container .top h1 img.title1 {
    width: 93.75%;
  }
  .container .top h1 img.title2 {
    width: 150%;
    margin-left: -24%;
  }
  .container .top .down img {
    width: 15px;
  }
  .container .top .down2 {
    bottom: 60px;
  }
}

.container .contents {
  color: #fff;
  line-height: 1.75;
}

.container .contents .lead {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 115px 0;
  font-size: 2rem;
  line-height: 3;
}

@media screen and (max-width: 640px) {
  .container .contents .lead {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.container .contents .staff {
  max-width: 830px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
}

.container .contents .staff__list {
  display: inline-block;
  color: #4D4D4D;
  background-color: #FFF;
  border-radius: 50px;
  padding: 0 1.5em;
  margin: .5em auto 4em;
}

.container .contents .staff ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 120px;
  font-size: 1.5rem;
}

.container .contents .staff ul li {
  width: 10em;
  margin: .1em .5em;
}

.container .contents .staff ul.column-4 {
  width: 80%;
  margin: 0 auto 120px;
}

.container .contents .staff ul.column-3 {
  width: 60%;
  margin: 0 auto 120px;
}

.container .contents .staff ul.column-2 {
  width: 45%;
  margin: 0 auto 120px;
}

.container .contents .staff ul.column-1 {
  text-align: center;
}

.container .contents .staff ul.column-1 li {
  width: 100%;
}

.container .contents .staff p {
  padding: 2em 0;
  font-size: 1.5rem;
}

.container .contents .staff ul.column-2_sub {
  width: 100%;
  margin: 0 auto 10px;
}

.container .contents .staff ul.column-2_sub li {
  width: 50%;
  margin: .1em 0;
}

.container .contents .staff ul.column-2_sub .sub {
  text-align: right;
  padding-right: 2%;
}

.container .contents .staff ul.column-2_sub .name {
  text-align: left;
  padding-left: 2%;
}

.container .contents .staff ul.end {
  margin-bottom: 120px;
}

.container .contents .staff ul.end2 {
  margin-bottom: 20px;
}

.container .contents .staff .collabo {
  display: block;
  padding: 100px 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .container .contents .staff ul li {
    width: 9em;
  }
}

@media screen and (max-width: 768px) {
  .container .contents .staff ul {
    width: 90%;
    margin: 0 auto 120px;
  }
  .container .contents .staff ul li {
    width: 9em;
  }
  .container .contents .staff ul.column-3 {
    width: 90%;
  }
  .container .contents .staff ul.column-4 {
    width: 90%;
  }
}

@media screen and (max-width: 667px) {
  .container .contents .staff ul {
    width: 72%;
  }
  .container .contents .staff ul.column-3 {
    width: 72%;
  }
  .container .contents .staff ul.column-4 {
    width: 72%;
  }
}

@media screen and (max-width: 640px) {
  .container .contents .staff .logo__h img {
    width: 61%;
  }
  .container .contents .staff ul {
    width: auto;
    margin-bottom: 50px;
    font-size: 1.2rem;
  }
  .container .contents .staff ul li {
    width: 33%;
    margin: .1em 0;
  }
  .container .contents .staff ul.column-4 {
    width: auto;
    margin: 0 auto 50px;
  }
  .container .contents .staff ul.column-3 {
    width: auto;
    margin: 0 auto 50px;
  }
  .container .contents .staff ul.column-2 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 50px;
  }
  .container .contents .staff ul.column-1 {
    width: 100%;
  }
  .container .contents .staff ul.end {
    margin-bottom: 50px;
  }
  .container .contents .staff ul.row-1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.container .contents .thanks,
.container .contents .footer {
  text-align: center;
}

.container .contents .thanks {
  font-size: 2.8rem;
}

.container .contents .thanks .illust {
  margin-top: 50px;
}

.container .contents .thanks .name {
  font-size: 1.4rem;
}

.container .contents .thanks .hobo {
  margin: 110px auto;
}

@media screen and (max-width: 768px) {
  .container .contents .thanks {
    font-size: 2rem;
  }
  .container .contents .thanks .illust img {
    width: 85%;
  }
}

.container .contents .footer {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "KozGoPro-Heavy", "小塚ゴシック Pro H", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
}

.container .contents .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.container .contents .footer li {
  width: 49%;
}

.container .contents .footer ul.sns {
  width: 154px;
  margin: 10px auto 45px;
}

.container .contents .footer .btn {
  border: 1px solid;
  border-radius: 5px;
  padding: .5em 0;
  margin: 0 auto 25px;
  position: relative;
}

.container .contents .footer .btn a {
  display: block;
}

.container .contents .footer .btn a i {
  font-size: 150%;
  margin-right: 7px;
  vertical-align: middle;
}

.container .contents .footer .btn:hover {
  opacity: .5;
  -webkit-transition: .16s;
  -o-transition: .16s;
  transition: .16s;
}

@media screen and (max-width: 768px) {
  .container .contents .footer {
    font-weight: bold;
  }
}
