@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kmxczk");
  src: url("../fonts/icomoon.eot?kmxczk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kmxczk") format("truetype"), url("../fonts/icomoon.woff?kmxczk") format("woff"), url("../fonts/icomoon.svg?kmxczk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: "\ea92"; }

/* --------------------------------------------------
	Common
-------------------------------------------------- */
body {
  height: 100% !important; }

.pc-extra-element {
  display: block; }

.sp-extra-element {
  display: none; }

/*--------------------------------------------------
  #header
--------------------------------------------------*/
#header {
  padding: 27px 0 0 33px; }
  #header h1 {
    margin: 0 0 100px;
    padding: 0; }

/*--------------------------------------------------
  #loading
--------------------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; }

/*--------------------------------------------------
  #menuBtn
--------------------------------------------------*/
#menuBtn.show span:nth-child(1) {
  opacity: 0; }

#menuBtn.show span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#menuBtn.show span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px); }

#menuBtn.change span {
  background-color: #ffffff; }

#menuBtn {
  z-index: 11;
  position: fixed;
  top: 50px;
  right: 50px;
  width: 32px;
  height: 20px;
  cursor: pointer; }
  #menuBtn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #menuBtn span:nth-of-type(1) {
    top: 0;
    left: 0; }
  #menuBtn span:nth-of-type(2) {
    top: 9px;
    left: 0; }
  #menuBtn span:nth-of-type(3) {
    top: 18px;
    left: 0; }

/*--------------------------------------------------
  #menu
--------------------------------------------------*/
#menu.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

#menu {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(450px, 0);
          transform: translate(450px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #menu .wrap-nav {
    padding: 115px 0 0 75px;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
  #menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #menu ul li {
      margin: 0 0 65px 0;
      padding: 0;
      letter-spacing: 0.15em;
      line-height: 1; }
      #menu ul li:hover {
        opacity: 0.6;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #menu ul li a {
        font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
        font-size: 20px;
        color: #ffffff;
        text-decoration: none; }
        #menu ul li a span {
          font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
          display: inline-block;
          font-size: 11px;
          color: #898989;
          letter-spacing: 0.01em; }
    #menu ul li.policy {
      padding-bottom: 180px; }
      #menu ul li.policy a {
        font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 0.15em; }

/*--------------------------------------------------
  #footer
--------------------------------------------------*/
#footer {
  width: 100%;
  height: 400px;
  padding: 80px 0;
  box-sizing: border-box;
  background-color: #fff; }
  #footer ul.footer-nav {
    list-style-type: none;
    margin: 0 0 40px;
    padding: 0;
    font-size: 0;
    text-align: center; }
    #footer ul.footer-nav li {
      display: inline-block;
      margin: 0 45px 0 0;
      padding: 0 45px 0 0;
      font-size: 14px;
      border-right: 1px solid #4f4f4f; }
      #footer ul.footer-nav li a {
        color: #000000;
        text-decoration: none;
        font-size: 14px; }
        #footer ul.footer-nav li a:hover {
          opacity: 0.6;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    #footer ul.footer-nav li:last-child {
      margin: 0;
      padding: 0;
      border-right: none;
      vertical-align: top; }
      #footer ul.footer-nav li:last-child span {
        display: inline-block;
        font-size: 18px; }
  #footer p {
    margin: 0 0 30px;
    padding: 0;
    text-align: center; }
    #footer p a {
      color: #000000;
      text-decoration: none;
      font-size: 11px; }
  #footer .footer-logo {
    margin: 0 0 40px;
    text-align: center; }
    #footer .footer-logo img {
      width: 240px;
      height: auto; }
  #footer p.copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    line-height: 2.01; }
    #footer p.copyright span {
      display: block;
      font-size: 13px; }

/*--------------------------------------------------
  #Loading
--------------------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  background-color: #000000;
  z-index: 99; }

#loading .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: circleLoad 0.6s infinite linear;
  animation: circleLoad 0.6s infinite linear; }

@-webkit-keyframes circleLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes circleLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
