@charset "UTF-8";
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
共通
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, dl, dt, dd, ol, ul, li, label, table, tr, th, td, hr, input, textarea,
article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section, picture {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

ol, ul {
  list-style: none;
  list-style-type: none;
}

@media (min-width: 768px) {
  .only_sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .only_pc {
    display: none;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
body {
  overflow: hidden scroll;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

body > * {
  font-size: 13px;
  line-height: 1.875;
}

@media (min-width: 768px) {
  body > * {
    font-size: 16px;
  }
}

section {
  position: relative;
  padding: 55px 0;
}

@media (min-width: 768px) {
  section {
    padding: 155px 0;
  }
}

h1, h2, h3, h4 {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

p {
  letter-spacing: 0.02em;
}

.nac-inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 25px;
}

@media (min-width: 768px) {
  .nac-inner {
    padding: 0 30px;
  }
}

.nac-btn {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 13px 18px;
  line-height: 1;
  color: #fff;
  background-color: #e61816;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  max-width: 240px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 auto;
}

.nac-btn:after {
  content: "";
  background-image: url(../img/common/nac-arrow-white.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 12px;
}

@media (min-width: 768px) {
  .nac-btn {
    font-size: 18px;
    padding: 16px 30px;
  }
  .nac-btn:after {
    right: 20px;
    width: 9px;
    height: 15px;
  }
}

.nac-home-heading {
  text-align: center;
}

.nac-home-heading:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #df0024;
  margin: 24px 0;
}

@media (min-width: 768px) {
  .nac-home-heading:after {
    width: 60px;
    height: 2px;
    margin: 40px 0;
  }
}

.nac-home-heading-en {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  color: #df0024;
  line-height: 1;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .nac-home-heading-en {
    font-size: 80px;
  }
}

.nac-home-heading-jp {
  font-size: 20px;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}

@media (min-width: 768px) {
  .nac-home-heading-jp {
    font-size: 40px;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
メニュー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.nac-header-home {
  position: fixed;
  top: 20px;
  left: 15px;
  z-index: 4;
}

.nac-header-toggle {
  position: fixed;
  z-index: 20;
  width: 70px;
  height: 37px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  top: 18px;
  right: 15px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media (min-width: 768px) {
  .nac-header-toggle {
    display: none;
  }
}

.nac-header-toggle:hover {
  opacity: 0.7;
}

.nac-header-toggle-bar {
  position: absolute;
  right: 0;
  left: 0;
  width: 70px;
  height: 3px;
  margin: auto;
  -webkit-box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8);
  background: #ed1d24;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nac-header-toggle-bar01 {
  top: 0px;
}

.nac-header-toggle-bar02 {
  top: 17px;
}

.nac-header-toggle-bar03 {
  top: 34px;
}

.nac-header-open .nac-header-toggle-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nac-header-open .nac-header-toggle-bar01 {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  will-change: transform;
}

.nac-header-open .nac-header-toggle-bar02 {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.nac-header-open .nac-header-toggle-bar03 {
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  will-change: transform;
}

.nac-header-nav {
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.nac-header-open .nac-header-nav {
  visibility: visible;
  opacity: 1;
}

.nac-header .nac-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nac-header-menu-ul {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  width: 860px;
}

.nac-header-menu-li {
  color: #e61816;
}

.nac-header-menu-li a {
  display: block;
  background-image: url(../img/common/nac-header-menu-arrow.png);
  background-repeat: no-repeat;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 14px 16px;
  background-position: center right 10px;
  background-size: 7px auto;
}

.nac-header-nav-pc {
  position: absolute;
  width: 100%;
  top: 0;
}

@media (max-width: 767px) {
  .nac-header-nav-pc {
    display: none;
  }
}

.nac-header-menu-pc-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 48px;
}

.nac-header-menu-pc-li {
  margin-left: 23px;
}

@media (min-width: 992px) {
  .nac-header-menu-pc-li {
    margin-left: 46px;
  }
}

.nac-header-menu-pc-li a {
  color: #df0024;
  font-weight: 600;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.nac-header-logo-wraper img {
  vertical-align: bottom;
}

.nac-header-logo {
  position: relative;
  z-index: 20;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .nac-header-logo {
    width: 80px;
    margin-right: 25px;
  }
}

.nac-inview {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}

.nac-inview.nac-inview-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=common.css.map */