@import url(https://fonts.googleapis.com/css?family=Lato);

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

body {
  background: #fff;
  color: #393939;
  font-size: 1rem;
}

a {
  color: #393939;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.disnon {
  display: none !important;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w800 {
  width: 800px;
}

.w900 {
  width: 900px;
}

.ls01 {
  letter-spacing: 0.1em;
}

.ls02 {
  letter-spacing: 0.2em;
}

.ls03 {
  letter-spacing: 0.3em;
}

.ls04 {
  letter-spacing: 0.4em;
}

.ls05 {
  letter-spacing: 0.5em;
}

.ls06 {
  letter-spacing: 0.6em;
}

.ls07 {
  letter-spacing: 0.7em;
}

.ls08 {
  letter-spacing: 0.8em;
}

.ls09 {
  letter-spacing: 0.9em;
}

.ls010 {
  letter-spacing: 1em;
}

.ls011 {
  letter-spacing: 1.1em;
}

.ls012 {
  letter-spacing: 1.2em;
}

.ls013 {
  letter-spacing: 1.3em;
}

.ls014 {
  letter-spacing: 1.4em;
}

.ls015 {
  letter-spacing: 1.5em;
}

.ls1 {
  letter-spacing: 1em;
}

.ls2 {
  letter-spacing: 2em;
}

.ls3 {
  letter-spacing: 3em;
}

.ls4 {
  letter-spacing: 4em;
}

.ls5 {
  letter-spacing: 5em;
}

.ls6 {
  letter-spacing: 6em;
}

.ls7 {
  letter-spacing: 7em;
}

.ls8 {
  letter-spacing: 8em;
}

.ls9 {
  letter-spacing: 9em;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

#wrapper {
  margin: auto;
  position: relative;
}

.inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.form {
  max-width: 900px;
  margin: 80px auto;
  padding: 2.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form input,
.form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.form textarea {
  height: 200px;
}

.form input[type="submit"] {
  cursor: pointer;
  background: #000;
  color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.form input[type="submit"]:hover {
  letter-spacing: 10px;
}

.form-tel {
  margin-top: 5px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.form-tel b {
  font-size: 1.4rem;
  font-weight: normal;
}

.pager {
  margin-bottom: 40px;
  text-align: center;
}

.pager span,
.pager a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  line-height: 1;
  border-bottom: 2px solid transparent;
}

.pager a:hover,
.pager .current {
  border-bottom: 2px solid #393939;
}

.nav {
  position: fixed;
  width: 100%;
  padding: 0;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9990;
}

.nav ul {
  max-width: 1200px;
  margin: auto;
}

.nav li a {
  display: block;
  padding: 15px;
  color: white;
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-weight: 400;
}

.nav li a:hover {
  color: white;
}

.nav.open {
  position: fixed;
  height: 100vh !important;
  padding: 30px 0;
}

.nav-btn {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 9999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.nav-btn:before,
.nav-btn:after,
.nav-btn span {
  content: '';
  display: block;
  width: 26px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.nav-btn:before {
  top: 10px;
}

.nav-btn span {
  top: 18px;
}

.nav-btn:after {
  top: 26px;
}

.nav-btn.open {
  background: #fff;
}

.nav-btn.open:before,
.nav-btn.open span,
.nav-btn.open:after {
  background: #000;
}

.nav-btn.open:before {
  top: 50%;
  margin-top: -2px;
  transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
}

.nav-btn.open span {
  opacity: 0;
}

.nav-btn.open:after {
  top: 50%;
  margin-top: -2px;
  transform: rotate(495deg);
  -moz-transform: rotate(495deg);
  -webkit-transform: rotate(495deg);
}

.ft {
  text-align: center;
}

.ft-back {
  width: 200px;
  margin: 50px auto;
}

.ft-back a {
  display: block;
  padding: 10px;
  background: #393939;
  color: #fff;
  letter-spacing: 2px;
}

.ft-back a:hover {
  letter-spacing: 6px;
}

.ft-rights {
  padding: 20px;
  font-size: 0.875rem;
  letter-spacing: 2px;
}

@media only screen and (min-width: 1001px) {
  html {
    font-size: 16px;
  }

  .for-tb {
    display: none !important;
  }

  .for-tb-sp {
    display: none !important;
  }

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

  .nav {
    top: auto;
    bottom: 0;
    padding: 0;
    overflow: visible;
  }

  .nav li {
    display: inline-block;
    vertical-align: middle;
  }

  .nav li a {
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 12px;
  }

  .for-pc {
    display: none !important;
  }

  .for-pc-tb {
    display: none !important;
  }

  .for-tb {
    display: none !important;
  }

  .nav {
    height: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1000px) {
  html {
    font-size: 14px;
  }

  .for-pc {
    display: none !important;
  }

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

  .nav {
    height: 0;
  }
}