@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Yeseva+One");
@import url("https://fonts.googleapis.com/css?family=Calligraffitti");
/**font-family: 'Yeseva One', cursive;**/
/** YoGo fonts **/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Serif JP", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  background: #fff;
  color: #000;
  line-height: 2;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

a:hover {
  text-decoration: none;
  color: currentColor;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  opacity: .75;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px 0px 30px 0px;
  padding: 0;
}

p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

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

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

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

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

main {
  display: block;
}

.container {
  max-width: 1030px;
  padding: 0px 15px;
  overflow: hidden;
  margin: 0 auto;
}

.delay_03 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay_06 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay_09 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay_12 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay_15 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/*@include min-screen() {*/
.page-main {
  padding: 100px 0px;
}

.pagevisual {
  text-align: center;
  position: relative;
  height: 21rem;
  margin-top: 66px;
}

.pagevisual figure img {
  width: 100%;
  height: auto;
}

.page-title {
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Calligraffitti', cursive;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
}

.MissingWH {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.MissingWH img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: auto !important;
  display: none;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.page-header {
  background: #090809;
  padding: 13px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.header-inner {
  max-width: 1170px;
  padding: 0 1.5rem;
  margin: 0 auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.header-social {
  line-height: 1;
}

.header-social img {
  max-width: 2rem;
}

.site-logo .svg, .site-logo img {
  width: 16.3rem;
  height: auto;
}

.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.menu li {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.menu li:not(:first-child) {
  margin-left: 65px;
}

.menu li.site-logo {
  padding: 4px 28px 0;
  /*.svg {
        .cls-3 {
                  font-size: 9px;
              }
      }*/
}

.menu li a {
  color: #fff;
  letter-spacing: 2px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .gnav {
    margin: 0 auto;
  }
  .menu li:not(:first-child) {
    margin-left: 20px;
  }
  .menu li a {
    font-size: 1.3rem;
  }
}

.page-footer {
  background: #0e0e0f;
  padding: 4rem 0;
  color: #fff;
}

.page-footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-footer .svg, .logo-footer img {
  width: 108px;
}

.footer-l {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 1.2rem;
}

.footer-l .logo-footer {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 4.5rem;
}

.footer-r {
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footer-r .footer-social {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer-r .footer-social img {
  max-width: 2rem;
}

.copyright {
  display: block;
  font-size: 1.2rem;
}

.pagetop {
  position: fixed;
  right: 5%;
  bottom: 10rem;
  z-index: 99999;
  cursor: pointer;
}

.pagetop:hover {
  opacity: .75;
}

/*}*/
/*@include max-screen() {*/
@media screen and (min-width: 769px) {
  .show_pc {
    display: inline-block;
  }
  .show_sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    /*font-size: 12px;
    font-size: 1.2rem;*/
    line-height: 1.8;
  }
  .show_pc {
    display: none !important;
  }
  .show_sp {
    display: inline-block;
  }
  .page-main {
    padding: 5rem 0;
  }
  .pagevisual {
    margin-top: 50px;
  }
  .page-title {
    font-size: 3.6rem;
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .logo-sp {
    display: none !important;
  }
  .header-inner {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 768px) {
  /** Hamburger Menu **/
  #hambuger {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: table;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .nav-icon {
    width: 32px;
    height: 18px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    -moz-border-radius: 9px;
         border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .nav-icon span:nth-child(1) {
    top: 0px;
  }
  .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
    top: 9px;
  }
  .nav-icon span:nth-child(4) {
    top: 18px;
  }
  .nav-icon.open span {
    background: #fff;
  }
  .nav-icon.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-icon.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
  .page-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 15px;
  }
  .header-social {
    line-height: 1;
  }
  .header-social img {
    max-width: 3.5rem;
  }
  .logo-sp {
    display: block;
  }
  .logo-sp .svg, .logo-sp img {
    width: 11.5rem;
  }
  .logo-sp .svg .cls-3, .logo-sp img .cls-3 {
    font-size: 9px;
  }
  .header-inner {
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 49px;
    background: rgba(9, 8, 9, 0.8);
  }
  .header-inner.open {
    display: block;
  }
  .menu {
    display: block;
    padding-top: 10px;
  }
  .menu li:not(:first-child) {
    margin-left: 0;
  }
  .menu li.site-logo {
    padding: 0;
    display: none;
  }
  .menu li a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 13px 0px;
  }
  .header-social {
    padding: 15px 0;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .page-footer {
    text-align: center;
  }
  .page-footer .container {
    display: block;
  }
  .footer-l {
    display: block;
    margin-bottom: 3.5rem;
  }
  .footer-l .logo-footer {
    margin: 0 0 4.5rem;
  }
  .footer-l .footer-info {
    text-align: left;
  }
  .footer-r {
    text-align: center;
  }
  .footer-r .footer-social {
    display: inline-block;
    margin-bottom: 3.5rem;
  }
  .footer-r .footer-social img {
    max-width: 3.5rem;
  }
  .pagetop {
    display: none !important;
  }
}

/*}*/
