@charset "UTF-8";
/* ---------------------------------------
コンポーネント
-----------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, address, a,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  word-break: break-word;
  font-size: inherit;
}

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;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  font-size: inherit;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

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

*, *:after, *:before {
  box-sizing: border-box;
}

.c-section * {
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.c-section {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  .c-section {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    font-size: 2.6666666667vw;
  }
}

.template- .main {
  padding: 0 !important;
}

/* コンテンツ幅
------------------------------------------------------------------------------------------------*/
.l-wrap {
  width: calc(100% - 4.6em);
  margin: 0 auto;
  max-width: 120em;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 4em);
  }
}
.l-wrap.-s {
  max-width: 104em;
}

/* responsive
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-pc {
    display: none !important;
  }
}
/* フォント
------------------------------------------------------------------------------------------------*/
.u-english {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

/* ------------------------------
    フェードインアニメーション
------------------------------ */
.fade-box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time01 {
  animation-delay: 0.1s;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time10 {
  animation-delay: 1s;
}/*# sourceMappingURL=common.css.map */