@charset "UTF-8";

@import url("./pc.css") screen and (min-width: 768px);
@import url("./sp.css") screen and (max-width: 767px);

body{
  background-color: #000;
}
#nwa-wrapper {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: 1px;
}
p{
  color: white;
}
.s5-breadcrumbs{
  background: #fff;
  margin: 0 auto;
  max-width: none;
}
.s5-breadcrumbs > div{
  max-width: 1200px;
  margin: 0 auto!important;
  padding: 10px 0px;
}
@media screen and (min-width: 640px) and (max-width: 767px){
  .s5-breadcrumbs{
    margin: 25px auto 15px!important;
    margin: 0 auto!important;
  }
}

.js-animation-txt{
  opacity: 0;
  transform:translateY(30px);
  transition-duration: 1.2s;
}
.js-animation-txt02{
  opacity: 0;
  transform:translateY(30px);
  transition-duration: 1.2s;
  transition-delay: 0.4s;
}
.js-animation-txt05,
.js-animation-txt06{
  opacity: 0;
  transform:translateY(30px);
  transition-duration: 1.2s;
  transition-delay: 0.4s;
}
.js-animation-delay{
  opacity: 0;
  transform:translateY(30px);
  transition-duration: 1.2s;
}
.fadeIn{
  opacity: 1;
  transform:translateY(0px);
}
.txt-category,
.txt-category02{
  font-weight: 200;
}


/* keyframes */
@-webkit-keyframes hover_line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@keyframes zoomUp {
  0% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
.back-fadeOut{
    -webkit-animation: fadeOut 7s cubic-bezier(0.08, 0.31, 0.33, 1);
    animation: fadeOut 7s cubic-bezier(0.08, 0.31, 0.33, 1);
    /* animation-delay: .5s; */
    animation-fill-mode:forwards
}
#nwa-content08 .back-fadeOut{
    -webkit-animation: fadeOut 4s cubic-bezier(0.08, 0.31, 0.33, 1);
    animation: fadeOut 4s cubic-bezier(0.08, 0.31, 0.33, 1);
    animation-fill-mode:forwards
}
.section-zoom .back-img{
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.active .back-img {
    -webkit-animation: zoomUp 5.0s cubic-bezier(0.08, 0.31, 0.33, 1);
    animation: zoomUp 5.0s cubic-bezier(0.08, 0.31, 0.33, 1);
    /* animation-delay: .4s; */
    animation-fill-mode:forwards;
}

.nwa-content-inner{
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#nwa-content01 .nwa-content-inner{
  max-width: 1250px;
}
#nwa-content01 .back-fadeOut{
animation-delay: 1.0s;
}
#nwa-content02 .nwa-content-inner{
  max-width: 1250px;
}
#nwa-content03 .nwa-content-inner{
  max-width: 1250px;
}
#nwa-content03 .back-fadeOut{
  animation-delay: 2.0s;
}
#nwa-content04 .nwa-content-inner{
  max-width: 1250px;
}
#nwa-content05 .nwa-content-inner{
  max-width: 1250px;
}
#nwa-content06 .nwa-content-inner{
  max-width: 1250px;
}
#nwa-content07 .nwa-content-inner{
  max-width: 1250px;
}
#nwa-content08 .nwa-content-inner{
  max-width: 1250px;
}
#nwa-content08 .back-fadeOut{
  animation-delay: 0.8s;
}
#nwa-product_detail{
  max-width: 1190px;
  margin: auto;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.product-head-img img{
  width: 100%;
}
.related-inner{
  max-width: 1190px;
  margin: auto;
  padding: 0 25px;
}
.related-inner h3{
color: #fff;
font-weight: 300;
}
.fn-18{
  font-size: 18px;
}
.font-200{
  font-weight: 200;
}
.mb-10{
  margin-bottom: 10px;
}
.product{
  background-color: #000;
  position: relative;
  z-index: 1;
}
.related{
  background-color: #000;
  position: relative;
  z-index: 1;
}
#nwa-related h3,
#nwa-product_detail h3{
  letter-spacing: 2px;
}
.delay01 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.delay02 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.delay05 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.delay06 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.delay07 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.c5-note2 {
  font-size: 14px;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.6;
  list-style: none;
}

.c5-padding-none {
  padding: 0;
}

.c5-topics-inner {
  max-width: 940px;
  text-align: center;
  margin-top: 100px;
}
