@charset "UTF-8";
/*
 * common.css
 */
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, sub, sup, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Reset input[type="text"] */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"]:focus {
  outline-offset: -2px;
}

@font-face {
  font-family: 'changa_m';
  src: url("../webfonts/Changa-Medium.eot");
  src: url("../webfonts/Changa-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/Changa-Medium.woff") format("woff"), url("../webfonts/Changa-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'notosans';
  src: url("../webfonts/notosans_subset.woff") format("woff"), url("../webfonts/notosans_subset.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: 'notosans';
  src: url("../webfonts/notosans_subset_m.woff") format("woff"), url("../webfonts/notosans_subset_m.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: 'icomoon';
  src: url("../webfonts/icomoon.eot?vdnkuk");
  src: url("../webfonts/icomoon.eot?vdnkuk#iefix") format("embedded-opentype"), url("../webfonts/icomoon.ttf?vdnkuk") format("truetype"), url("../webfonts/icomoon.woff?vdnkuk") format("woff"), url("../webfonts/icomoon.svg?vdnkuk#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-chevron-right:before {
  content: "\e902";
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\ea91";
}

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

.icon-twitter:before {
  content: "\ea96";
}

.progressBorder {
  display: block;
  background-color: #000;
  position: fixed;
  z-index: 997;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.progressBottom,
.progressTop {
  width: 100%;
  height: 51%;
  left: 0;
}

.progressLeft,
.progressRight {
  width: 51%;
  height: 100%;
  top: 0;
}

.progressTop {
  top: 0;
}

.progressBottom {
  bottom: 0;
}

.progressLeft {
  left: 0;
}

.progressRight {
  right: 0;
}

.loaded .progressBorder {
  -webkit-transition: all 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.loaded .progressTop {
  top: -51%;
}

.loaded .progressBottom {
  bottom: -51%;
}

.loaded .progressLeft {
  left: -51%;
}

.loaded .progressRight {
  right: -51%;
}

.loaded .progressLoader {
  opacity: 0;
}

.loaded #progressBar {
  width: 0;
}

/*
 * header
 */
body.is-open {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
body.is-open .second-nav .header {
  background: rgba(0, 0, 0, 0.9);
}
body.is-open .second-nav .header .sp_topNavTrg .arrow {
  border: 14px solid transparent;
  border-bottom: 8px solid #fff;
  margin-top: -14px;
}
body.is-open .second-nav .header .fixed .nav {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
  position: fixed;
  top: 50px;
  left: 0;
}
body.is-open .second-nav .header .fixed .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 50vh;
  padding-top: 50px;
}
body.is-open .second-nav .header .fixed .nav ul li a {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.aboutus {
  text-align: center;
}

.second-nav {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.second-nav:after {
  content: "";
  display: block;
  clear: both;
}
.second-nav .header {
  background: rgba(0, 0, 0, 0.7);
  font-family: 'changa_m', sans-serif;
  letter-spacing: 2px;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 737px) {
  .second-nav .header {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.second-nav .header .logoWrap {
  text-align: center;
  padding: 15px 0;
  width: 284px;
}
@media screen and (min-width: 737px) {
  .second-nav .header .logoWrap {
    padding: 10px 20px;
  }
}
.second-nav .header .logoWrap img[src$=".svg"] {
  height: auto;
  vertical-align: middle;
  width: 142px;
}
@media screen and (min-width: 737px) {
  .second-nav .header .logoWrap img[src$=".svg"] {
    width: 100%;
  }
}
.second-nav .header .nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all .3s ease;
  opacity: 0;
}
@media screen and (min-width: 737px) {
  .second-nav .header .nav {
    opacity: 1;
  }
}
.second-nav .header .nav ul {
  display: none;
}
@media screen and (min-width: 737px) {
  .second-nav .header .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.second-nav .header .nav ul li.active a {
  border-bottom: none;
}
@media screen and (min-width: 737px) {
  .second-nav .header .nav ul li.active a {
    border-bottom: 3px solid #fff;
  }
}
.second-nav .header .nav ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 20px;
  margin-left: 5px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all .3s ease;
  text-align: center;
}
@media screen and (min-width: 737px) {
  .second-nav .header .nav ul li a {
    font-size: 18px;
  }
  .second-nav .header .nav ul li a:hover {
    border-bottom: 3px solid #fff;
  }
}
@media screen and (min-width: 736px) and (max-width: 816px) {
  .second-nav .header .nav ul li a {
    padding: 20px 10px;
  }
}
@media screen and (max-height: 414px) and (orientation: landscape) {
  .second-nav .header .nav ul li a {
    padding: 10px;
  }
}
.second-nav .header .sp_topNavTrg {
  display: block;
  color: #fff;
  font-size: 12px;
  width: 60px;
  height: 38px;
  padding-top: 12px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.second-nav .header .sp_topNavTrg span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all .3s ease;
}
.second-nav .header .sp_topNavTrg .arrow {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 8px solid #fff;
}
@media screen and (min-width: 737px) {
  .second-nav .header .sp_topNavTrg {
    display: none;
  }
}

.lowerHeader {
  background: #000;
}
.lowerHeader .logoWrap {
  text-align: center;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .lowerHeader .logoWrap {
    width: 284px;
    padding: 15px 20px;
  }
}
.lowerHeader .logoWrap img[src$=".svg"] {
  height: auto;
  vertical-align: middle;
  width: 142px;
}
@media screen and (min-width: 768px) {
  .lowerHeader .logoWrap img[src$=".svg"] {
    width: 100%;
  }
}

.ie9 .second-nav .header .logoWrap {
  float: left;
}
.ie9 .second-nav .header .fixed {
  float: right;
}
.ie9 .second-nav .header .fixed ul li {
  display: inline-block;
}

/*
 * footer
 */
.footer {
  background: rgba(0, 0, 0, 0.7);
  font-size: 13px;
}
@media screen and (max-width: 414px) {
  .footer {
    font-size: 11.5px;
    font-size: 3.59375vw;
  }
}
@media screen and (max-height: 414px) and (orientation: landscape) {
  .footer {
    font-size: 11px;
  }
}
.footer .footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 737px) {
  .footer .footerInner {
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
  }
}
.footer .footerInner .logo {
  padding: 8px;
  vertical-align: middle;
  width: 142px;
}
.footer .footerInner .logo img[src$=".svg"] {
  width: 100%;
}
@media screen and (min-width: 737px) {
  .footer .footerInner .logo {
    padding: 15px 20px;
    width: 284px;
  }
}
.footer .footerInner .links {
  display: block;
  text-align: center;
}
@media screen and (min-width: 737px) {
  .footer .footerInner .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin-right: 20px;
  }
}
.footer .footerInner .links ul {
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 737px) {
  .footer .footerInner .links ul {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.footer .footerInner .links ul li {
  display: inline-block;
}
.footer .footerInner .links ul li + li {
  border-left: 2px solid #fff;
}
.footer .footerInner .links ul li a {
  color: #fff;
  padding: 0 10px;
}
.footer .footerInner .links .socialIcon {
  color: #fff;
  font-size: 30px;
  margin: 0;
}
.footer .footerInner .links .socialIcon + .socialIcon {
  margin: 0 0 0 20px;
}
.footer .copyright {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 10px;
}
@media screen and (min-width: 737px) {
  .footer .copyright {
    font-size: 13px;
  }
}

.ie9 .footer .footerInner .logo {
  float: left;
}
.ie9 .footer .footerInner .links {
  float: right;
}
.ie9 .footer .footerInner:after {
  content: "";
  display: block;
  clear: both;
}

html, body {
  width: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'notosans','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

a {
  text-decoration: none;
}

.spHide {
  display: none !important;
}

.spBlock {
  display: block !important;
}

@media screen and (min-width: 737px) {
  .pcHide {
    display: none;
  }

  .spHide {
    display: inline !important;
  }

  .spBlock {
    display: inline !important;
  }
}
