@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap");
html {
  font-family: 'Noto Sans JP', sans-serif; }

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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* ------------------------------------
  #nwa-wrapper
------------------------------------ */
#nwa-wrapper .forpc {
  display: block; }
  @media screen and (max-width: 767px) {
    #nwa-wrapper .forpc {
      display: none; } }

#nwa-wrapper .forsp {
  display: none !important; }
  @media screen and (max-width: 767px) {
    #nwa-wrapper .forsp {
      display: block !important; } }

.scroll {
  width: 20px;
  max-height: 320px;
  height: 50%;
  position: fixed;
  bottom: -84px;
  right: 119px;
  z-index: 10; }
  @media screen and (max-width: 1000px) {
    .scroll {
      right: 50px; } }
  @media screen and (max-width: 767px) {
    .scroll {
      right: 20px; }
      .scroll img {
        width: 10px;
        height: auto; } }
  .scroll p {
    position: relative; }
    .scroll p:before {
      content: "";
      width: 1px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      bottom: -110%;
      left: 50%; }
      @media screen and (max-width: 767px) {
        .scroll p:before {
          left: 30%; } }

/*
	.c5-buyBanner
	------------------------
 */
.c5-buyBanner {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/banner_buy.gif") no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  width: 74px;
  z-index: 9;
  padding-top: 236px;
  display: none; }

@media screen and (max-width: 767px) {
  .c5-buyBanner {
    background: url("../images/banner_buy_sp.gif") no-repeat bottom;
    background-size: contain;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    max-width: 600px;
    width: 100%;
    padding-top: 20.5%;
    transform: translateX(-50%) !important;
    margin: 0 auto; } }
.btn_more {
  width: 240px;
  height: 40px;
  font-size: 15px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 38px;
  overflow: hidden;
  position: relative;
  font-weight: 200;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .btn_more {
      width: 80%;
      margin: 0 auto;
      display: block;
      font-size: 16px;
      line-height: 1;
      height: auto; } }
  .btn_more a {
    display: block;
    height: 40px;
    color: #000;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .btn_more a {
        height: auto; } }

@media screen and (max-width: 767px) {
  a.btn_more,
  div.btn_more {
    padding: 12px 0; } }

.btn_more:hover {
  color: #000 !important;
  background-color: #fff !important; }

.btn_more::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.btn_more,
.btn_more::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }

.btn_more::after {
  top: -100%;
  width: 100%;
  height: 100%; }

.btn_more:hover::after {
  top: 0;
  background-color: #fff; }

.btn_more_gray {
  border: 1px solid #646464;
  color: #646464;
  position: relative;
  z-index: 2; }
  .btn_more_gray:hover {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    text-decoration: none; }

.scrollify-section {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: block; }

/*
	.animation
	------------------------
 */
.js-anime {
  transition: all 1s ease;
  opacity: 0; }

.show {
  transform: none;
  opacity: 1; }

.nwa-content-inner {
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .nwa-content-inner {
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .nwa-content-inner {
      padding: 0 30px; } }

#nwa-content01 {
  position: relative;
  background: url("../images/bg_nwa.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  width: 100%;
  height: 100%;
  height: 980px; }
  @media screen and (max-width: 1440px) {
    #nwa-content01 {
      padding-top: 67.5%;
      height: auto; } }
  @media screen and (max-width: 767px) {
    #nwa-content01 {
      background: url("../images/bg_nwa_sp.jpg") no-repeat;
      background-size: cover;
      padding-top: 145%; } }
  #nwa-content01 .nwa-content-inner {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    z-index: 9;
    padding: 0 50px; }
    @media screen and (max-width: 767px) {
      #nwa-content01 .nwa-content-inner {
        padding: 0 30px; } }
    #nwa-content01 .nwa-content-inner .nwa-content-block {
      max-width: 1250px;
      margin: auto;
      padding: 4% 0 20px 0;
      height: auto !important; }
      #nwa-content01 .nwa-content-inner .nwa-content-block h1 .img01 {
        width: 84%; }
        @media screen and (max-width: 767px) {
          #nwa-content01 .nwa-content-inner .nwa-content-block h1 .img01 {
            width: 48%;
            min-width: 200px; } }
      #nwa-content01 .nwa-content-inner .nwa-content-block h2 .img02 {
        width: 82%;
        margin: 0 0 1.5%;
        margin-top: 26px; }
        @media screen and (max-width: 767px) {
          #nwa-content01 .nwa-content-inner .nwa-content-block h2 .img02 {
            margin: 74% 0 0;
            width: 51.9%; } }
      #nwa-content01 .nwa-content-inner .nwa-content-block .naw-hi-logo img {
        width: 82%; }
        @media screen and (max-width: 767px) {
          #nwa-content01 .nwa-content-inner .nwa-content-block .naw-hi-logo img {
            width: 47.8%; } }

.nwa-kv {
  position: absolute;
  left: 50%;
  transform: translateX(0%);
  width: 57.35%; }
  @media screen and (min-width: 1441px) {
    .nwa-kv {
      bottom: -30%;
      margin-left: -100px;
      width: auto; } }
  @media screen and (max-width: 1440px) {
    .nwa-kv {
      bottom: -32%;
      margin-left: -8%; } }
  @media screen and (max-width: 767px) {
    .nwa-kv {
      display: none; } }

#nwa-content02 {
  margin-top: -3px;
  background: url("../images/intro_bg.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  width: 100%;
  position: relative;
  height: 688px; }
  @media screen and (max-width: 1440px) {
    #nwa-content02 {
      height: auto;
      padding-top: 51.0%; } }
  @media screen and (max-width: 767px) {
    #nwa-content02 {
      padding-top: 0;
      background: url("../images/intro_bg_sp.jpg") no-repeat;
      background-size: 100%;
      padding-bottom: 15%; } }
  #nwa-content02 .nwa-content-inner {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 40%;
    padding: 0 50px; }
    @media screen and (max-width: 767px) {
      #nwa-content02 .nwa-content-inner {
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0%) translateY(0%);
        padding: 0 30px; } }
    #nwa-content02 .nwa-content-inner .nwa-content-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      max-width: calc(1200px + 70px + 70px);
      padding: 0 0 0 70px;
      position: absolute;
      width: 100%;
      box-sizing: border-box;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      @media screen and (max-width: 767px) {
        #nwa-content02 .nwa-content-inner .nwa-content-block {
          display: block;
          left: 0;
          top: 0;
          position: relative;
          transform: translateX(0%) translateY(0%);
          padding: 0 0 0 0; } }
      #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l {
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l {
            position: relative;
            width: 100%; } }
        #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l h3 {
          margin-bottom: 40px; }
          @media screen and (max-width: 767px) {
            #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l h3 {
              margin-bottom: 10px; } }
          #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l h3 .img01 {
            max-width: 100%;
            margin-left: 2px; }
            @media screen and (max-width: 1300px) {
              #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l h3 .img01 {
                width: 24vw; } }
            @media screen and (max-width: 767px) {
              #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l h3 .img01 {
                max-width: 100%;
                width: auto; } }
        @media screen and (max-width: 1300px) {
          #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l .img02 {
            width: 36vw; } }
        @media screen and (max-width: 767px) {
          #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-l .img02 {
            width: 74.9%;
            margin: 12% 0 0 0; } }
      #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-r {
        width: 53%; }
        @media screen and (max-width: 767px) {
          #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-r {
            position: relative; } }
        #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-r img {
          max-width: 100%; }
          @media screen and (max-width: 1300px) {
            #nwa-content02 .nwa-content-inner .nwa-content-block .nwa-content-block-r img {
              width: 50vw; } }
  @media screen and (max-width: 767px) {
    #nwa-content02 .img03 {
      width: 100%; } }

#nwa-content03 {
  background: url("../images/hi-resaudio_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top right;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 63.1%; }
  @media screen and (max-width: 767px) {
    #nwa-content03 {
      background: url("../images/hi-resaudio_bg_sp.jpg") no-repeat;
      background-size: cover;
      background-position: top center;
      height: auto;
      padding: 11% 0 13% 0; } }
  #nwa-content03 .nwa-content-inner {
    position: absolute;
    width: 100%;
    padding: 25px 70px;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(1200px + 70px + 70px); }
    @media screen and (max-width: 767px) {
      #nwa-content03 .nwa-content-inner {
        position: static;
        transform: none;
        padding: 0 30px; } }
    #nwa-content03 .nwa-content-inner .nwa-content-block {
      box-sizing: border-box; }
      #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .img01 {
        max-width: 100%;
        margin-bottom: 30px; }
        @media screen and (max-width: 1440px) {
          #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .img01 {
            margin-bottom: 2.0833333333vw; } }
        @media screen and (max-width: 767px) {
          #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .img01 {
            width: 74.7%;
            margin-left: -5px;
            margin-bottom: 89%; } }
      #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p {
        margin-bottom: 30px;
        max-width: 454px;
        font-size: 18px;
        line-height: 1.9;
        color: #ffffff; }
        @media screen and (max-width: 1440px) {
          #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p {
            margin-bottom: 2.0833333333vw; } }
        @media screen and (max-width: 970px) {
          #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p {
            font-size: 15px; } }
        @media screen and (max-width: 767px) {
          #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p {
            text-align: left;
            max-width: 90%;
            font-size: 15px;
            margin-bottom: 10%;
            line-height: 1.7; }
            #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p br {
              display: none; } }
      #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .naw-hi-logo {
        margin: 0 0 50px 0;
        padding: 30px 0 0; }
        @media screen and (max-width: 1440px) {
          #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .naw-hi-logo {
            margin: 0 0 3.4722222222vw 0;
            padding: 2.0833333333vw 0 0; } }
        #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .naw-hi-logo .img02 {
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            #nwa-content03 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .naw-hi-logo .img02 {
              width: 37%; } }
  @media screen and (max-width: 767px) {
    #nwa-content03 .side-text {
      top: 40% !important; } }

#nwa-content04 {
  background: url("../images/spotify_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 62.1%; }
  @media screen and (max-width: 1240px) {
    #nwa-content04 {
      padding-top: 70vw; } }
  @media screen and (max-width: 1060px) {
    #nwa-content04 {
      padding-top: 82.1%; } }
  @media screen and (max-width: 767px) {
    #nwa-content04 {
      background: url("../images/spotify_bg_sp.jpg") no-repeat;
      background-size: cover;
      background-position: center top;
      height: auto;
      padding: 11% 0 13% 0; } }
  @media screen and (max-width: 425px) {
    #nwa-content04 {
      background: url("../images/spotify_bg_mid.jpg") no-repeat;
      background-size: cover;
      background-position: center top;
      height: auto; } }
  @media screen and (max-width: 375px) {
    #nwa-content04 {
      background: url("../images/spotify_bg_sml.jpg") no-repeat;
      background-size: cover;
      background-position: center top;
      height: auto; } }
  #nwa-content04 .nwa-content-inner {
    position: absolute;
    display: block;
    width: 100%;
    padding: 25px 70px;
    box-sizing: border-box;
    left: 50%;
    top: 55%;
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(1200px + 70px + 70px); }
    @media screen and (max-width: 767px) {
      #nwa-content04 .nwa-content-inner {
        position: static;
        transform: none;
        padding: 0 30px; } }
    #nwa-content04 .nwa-content-inner .nwa-content-block {
      margin-bottom: 80px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #nwa-content04 .nwa-content-inner .nwa-content-block {
          margin-bottom: 0; } }
      #nwa-content04 .nwa-content-inner .nwa-content-block .img01 {
        max-width: 100%;
        margin-bottom: 30px; }
        @media screen and (max-width: 1440px) {
          #nwa-content04 .nwa-content-inner .nwa-content-block .img01 {
            margin-bottom: 0.6944444444vw; } }
        @media screen and (max-width: 767px) {
          #nwa-content04 .nwa-content-inner .nwa-content-block .img01 {
            width: 77%; } }
      #nwa-content04 .nwa-content-inner .nwa-content-block .naw-s-logo .img02 {
        max-width: 100%;
        margin: 0 0 0 0;
        padding: 10px 0 20px; }
      #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner {
        display: flex; }
        @media screen and (max-width: 767px) {
          #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner {
            display: block; } }
        @media screen and (max-width: 767px) {
          #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l .img03 {
            width: 57% !important;
            margin-top: 92% !important;
            margin-bottom: 20px !important; } }
        @media screen and (max-width: 425px) {
          #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l .img03 {
            margin-top: 300px !important; } }
        @media screen and (max-width: 375px) {
          #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l .img03 {
            margin-top: 128% !important; } }
        #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l p {
          margin-bottom: 20px;
          max-width: 450px;
          font-size: 18px;
          line-height: 1.9;
          color: #ffffff; }
          @media screen and (max-width: 1440px) {
            #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l p {
              margin-bottom: 3.4722222222vw; } }
          @media screen and (max-width: 970px) {
            #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l p {
              font-size: 15px; } }
          @media screen and (max-width: 767px) {
            #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l p {
              text-align: left;
              max-width: 90%;
              font-size: 15px;
              line-height: 1.7;
              margin-bottom: 15px; }
              #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l p br {
                display: none; } }
          #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l p sup {
            font-size: 12px; }
        #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l img.forsp {
          width: 100%; }
        #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l .naw-caution {
          margin-left: 1em;
          text-indent: -1em;
          font-size: 13px;
          color: #ffffff; }
          @media screen and (max-width: 970px) {
            #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l .naw-caution {
              font-size: 11px; } }
          @media screen and (max-width: 767px) {
            #nwa-content04 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .nwa-content-block-l .naw-caution {
              margin-bottom: 30px !important;
              max-width: 85%;
              line-height: 1.5; } }
  #nwa-content04 .naw-hi-resaudio-w-logo {
    position: absolute;
    right: 9%;
    bottom: 12%;
    max-width: 375px; }
    @media screen and (max-width: 930px) {
      #nwa-content04 .naw-hi-resaudio-w-logo {
        right: 11%; } }
    #nwa-content04 .naw-hi-resaudio-w-logo .img04 {
      width: 30vw;
      max-width: 100%;
      min-width: 288px; }
  @media screen and (max-width: 767px) {
    #nwa-content04 .side-text {
      top: 40% !important; } }

#nwa-content05 {
  background: url("../images/hi-resaudio-ldac_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 63.1%; }
  @media screen and (max-width: 767px) {
    #nwa-content05 {
      background: url("../images/hi-resaudio-ldac_bg_sp.jpg") no-repeat;
      background-size: cover;
      background-position: top center;
      height: auto;
      padding: 11% 0 13% 0; } }
  #nwa-content05 .nwa-content-inner {
    position: absolute;
    width: 100%;
    padding: 25px 70px;
    box-sizing: border-box;
    left: 50%;
    top: 49%;
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(1200px + 70px + 70px); }
    @media screen and (max-width: 767px) {
      #nwa-content05 .nwa-content-inner {
        position: static;
        transform: none;
        padding: 0 30px; } }
    #nwa-content05 .nwa-content-inner .nwa-content-block {
      padding: 0 25px0 0;
      box-sizing: border-box; }
      #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .img01 {
        max-width: 100%;
        margin-bottom: 30px; }
        @media screen and (max-width: 1440px) {
          #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .img01 {
            margin-bottom: 2.0833333333vw; } }
        @media screen and (max-width: 767px) {
          #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .img01 {
            width: 89%;
            margin-left: -6px; } }
      #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p {
        max-width: 472px;
        font-size: 18px;
        line-height: 1.9;
        color: #ffffff; }
        @media screen and (max-width: 970px) {
          #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p {
            font-size: 15px; } }
        @media screen and (max-width: 767px) {
          #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p {
            text-align: left;
            max-width: 95%;
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 30px; }
            #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner p br {
              display: none; } }
      #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .naw-hi-logo {
        margin: 0 0 0 0;
        padding: 35px 0 45px; }
        @media screen and (max-width: 1440px) {
          #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .naw-hi-logo {
            margin-bottom: 0.6944444444vw;
            padding: 2.4305555556vw 0 3.125vw; } }
        #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .naw-hi-logo .img02 {
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            #nwa-content05 .nwa-content-inner .nwa-content-block .nwa-content-block-inner .naw-hi-logo .img02 {
              width: 35.4%;
              margin-top: 108%; } }

#nwa-content06 {
  background: url("../images/performance_bg.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  height: 750px;
  position: relative; }
  @media screen and (max-width: 1440px) {
    #nwa-content06 {
      height: 740px; } }
  @media screen and (max-width: 767px) {
    #nwa-content06 {
      background: url("../images/performance_bg_sp.jpg") no-repeat;
      background-size: 100% 100%;
      background-position: top center;
      height: auto;
      padding: 11% 0 0 0; } }
  #nwa-content06 .nwa-content-inner {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 25px 70px;
    box-sizing: border-box;
    left: 50%;
    top: 53%;
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(1200px + 70px + 70px); }
    @media screen and (max-width: 767px) {
      #nwa-content06 .nwa-content-inner {
        padding: 0 30px;
        position: static;
        transform: none; } }
    #nwa-content06 .nwa-content-inner h3.forsp {
      padding-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #nwa-content06 .nwa-content-inner h3.forsp img {
          padding-bottom: 0 !important; } }
    #nwa-content06 .nwa-content-inner .nwa-content-block {
      margin-bottom: 60px;
      display: flex;
      align-items: center;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #nwa-content06 .nwa-content-inner .nwa-content-block {
          display: block; } }
      #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l {
        padding: 0 75px 0 0;
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l {
            padding: 0 0 0 0; } }
        #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l .img01 {
          max-width: 100%;
          margin-bottom: 30px; }
          @media screen and (max-width: 1440px) {
            #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l .img01 {
              margin-bottom: 2.0833333333vw; } }
        #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l p {
          padding-bottom: 30px;
          max-width: 450px;
          font-size: 18px;
          line-height: 1.9;
          color: #ffffff; }
          @media screen and (max-width: 1440px) {
            #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l p {
              padding-bottom: 2.0833333333vw; } }
          @media screen and (max-width: 970px) {
            #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l p {
              font-size: 15px; } }
          @media screen and (max-width: 767px) {
            #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l p {
              text-align: left;
              max-width: 95%;
              font-size: 15px;
              line-height: 1.7; }
              #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l p br {
                display: none; } }
          #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l p sup {
            font-size: 12px; }
        @media screen and (max-width: 767px) {
          #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l .naw-sd-logo p {
            font-size: 14px; } }
        @media screen and (max-width: 767px) {
          #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l .naw-sd-logo {
            text-align: center; } }
        #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l .naw-sd-logo .naw-caution {
          max-width: 85%; }
        #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l .naw-sd-logo .img02 {
          padding: 15px 0 50px; }
          @media screen and (max-width: 1440px) {
            #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l .naw-sd-logo .img02 {
              padding: 1.0416666667vw 0 4.5138888889vw; } }
          @media screen and (max-width: 767px) {
            #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-l .naw-sd-logo .img02 {
              margin: 0 auto; } }
      @media screen and (max-width: 1200px) {
        #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-r {
          width: 45%; } }
      #nwa-content06 .nwa-content-inner .nwa-content-block .nwa-content-block-r img {
        max-width: 100%; }
  #nwa-content06 img.forsp {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #nwa-content06 img.forsp {
        padding-bottom: 30px; } }
    #nwa-content06 img.forsp.img04 {
      width: 92%;
      margin: 0; }
    #nwa-content06 img.forsp.img05 {
      width: 88%; }
  #nwa-content06 .naw-caution {
    margin-left: 0.5em;
    text-indent: -0.5em;
    font-size: 13px;
    color: #ffffff; }
    @media screen and (max-width: 970px) {
      #nwa-content06 .naw-caution {
        font-size: 11px !important; } }
    @media screen and (max-width: 767px) {
      #nwa-content06 .naw-caution {
        margin-bottom: 10px !important; } }

#nwa-content07 {
  background: url("../images/us-about_bg.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  height: 740px;
  position: relative;
  margin-top: -3px; }
  @media screen and (max-width: 767px) {
    #nwa-content07 {
      background: url("../images/us-about_bg_sp.jpg") no-repeat;
      background-size: 100% 100%;
      background-position: top center;
      height: auto;
      padding: 7% 0 13% 0; } }
  #nwa-content07 .nwa-content-inner {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 25px 70px;
    box-sizing: border-box;
    left: 50%;
    top: 43%;
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(1200px + 70px + 70px); }
    @media screen and (max-width: 767px) {
      #nwa-content07 .nwa-content-inner {
        padding: 0 30px;
        position: static;
        transform: none; } }
    #nwa-content07 .nwa-content-inner h3.forsp {
      padding-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #nwa-content07 .nwa-content-inner h3.forsp img {
          padding-bottom: 0 !important; } }
    #nwa-content07 .nwa-content-inner .nwa-content-block {
      display: flex;
      width: 100%;
      align-items: center;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #nwa-content07 .nwa-content-inner .nwa-content-block {
          display: block; } }
      #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l {
        margin-right: 10%;
        padding: 0 25px 0 0; }
        @media screen and (max-width: 1250px) {
          #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l {
            margin-right: auto; } }
        @media screen and (max-width: 767px) {
          #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l {
            padding: 0 0 0 0; } }
        #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l .img01 {
          max-width: 100%;
          margin-bottom: 30px; }
          @media screen and (max-width: 1440px) {
            #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l .img01 {
              margin-bottom: 2.0833333333vw; } }
        #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l p {
          padding-bottom: 40px;
          max-width: 450px;
          font-size: 18px;
          line-height: 1.9;
          color: #ffffff;
          text-align: justify; }
          @media screen and (max-width: 1440px) {
            #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l p {
              padding-bottom: 2.7777777778vw; } }
          @media screen and (max-width: 970px) {
            #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l p {
              font-size: 15px; } }
          @media screen and (max-width: 767px) {
            #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l p {
              padding-bottom: 30px;
              text-align: left;
              max-width: 85%;
              font-size: 15px;
              line-height: 1.7; }
              #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-l p br {
                display: none; } }
      #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-r .nwa-content-img-box {
        width: 100%; }
        #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-r .nwa-content-img-box img {
          max-width: 100%; }
          @media screen and (max-width: 845px) {
            #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-r .nwa-content-img-box img {
              max-width: 358px; } }
          #nwa-content07 .nwa-content-inner .nwa-content-block .nwa-content-block-r .nwa-content-img-box img:first-child {
            margin-bottom: 30px; }
  #nwa-content07 img.forsp {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px; }
  #nwa-content07 img.img04 {
    margin: 0;
    width: 69%; }
  #nwa-content07 img.img05 {
    width: 95%;
    margin: 0;
    padding-bottom: 20px; }
  #nwa-content07 img.img06 {
    width: 65%;
    padding-bottom: 20px; }
  #nwa-content07 .naw-caution {
    margin-top: 15px;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    color: #ffffff; }
    @media screen and (max-width: 970px) {
      #nwa-content07 .naw-caution {
        font-size: 11px !important; } }
    @media screen and (max-width: 767px) {
      #nwa-content07 .naw-caution {
        margin-top: 0; } }

.nwa-nwzx707 {
  background-color: #afa492;
  padding: 140px 0 134px; }
  @media screen and (max-width: 767px) {
    .nwa-nwzx707 {
      padding: 55px 0 65px; } }
  .nwa-nwzx707 .naw-zx707-inner {
    margin: auto;
    width: 100%;
    max-width: calc(1140px + 70px + 70px);
    box-sizing: border-box;
    padding: 0 70px; }
    @media screen and (max-width: 767px) {
      .nwa-nwzx707 .naw-zx707-inner {
        padding: 0 30px; } }
    .nwa-nwzx707 .naw-zx707-inner h3 {
      text-align: center;
      margin-bottom: 120px; }
      @media screen and (max-width: 767px) {
        .nwa-nwzx707 .naw-zx707-inner h3 {
          margin-bottom: 65px; }
          .nwa-nwzx707 .naw-zx707-inner h3 img {
            width: 100%; } }
    .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 60px; }
      @media screen and (max-width: 767px) {
        .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex {
          display: block; }
          .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex img {
            width: 100%; } }
      .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_txtBox h4 img, .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_txtBox .nwa-nwzx_flex_lead img {
        max-width: 100%;
        width: 100%; }
      .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_txtBox .nwa-nwzx_flex_lead {
        margin-top: 65px; }
        @media screen and (max-width: 767px) {
          .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_txtBox .nwa-nwzx_flex_lead {
            margin-top: 40px; } }
      .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_txtBox .nwa-nwzx_flex_txt {
        font-size: 18px;
        color: #ffffff;
        margin-top: 25px;
        font-weight: 300;
        letter-spacing: 0.6px;
        max-width: 400px; }
      .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_pic figure {
        line-height: 0; }
        .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_pic figure img {
          width: 100%; }
        @media screen and (max-width: 767px) {
          .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_pic figure {
            margin: 25px 0 25px; } }
      .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_pic .nwa-nwzx_flex_txt {
        font-size: 18px;
        color: #ffffff;
        font-weight: 300;
        letter-spacing: 0.6px; }
        @media screen and (max-width: 500px) {
          .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex .nwa-nwzx_flex_pic .nwa-nwzx_flex_txt {
            font-size: 14px; } }
      .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex.nwa-nwzx_flex-reverse {
        flex-direction: row-reverse;
        margin: 100px 0; }
        .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex.nwa-nwzx_flex-reverse .nwa-nwzx_flex_txtBox {
          margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex.nwa-nwzx_flex-reverse {
            margin: 70px 0; }
            .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_flex.nwa-nwzx_flex-reverse .nwa-nwzx_flex_txtBox {
              margin-bottom: 0px; } }
    .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_btnBox {
      margin-top: 135px; }
      @media screen and (max-width: 767px) {
        .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_btnBox {
          margin-top: 60px; } }
      .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_btnBox .nwa-nwzx_btn {
        background-color: #000000;
        display: block;
        color: #ffffff;
        text-align: center;
        max-width: 400px;
        margin: auto;
        font-size: 16px;
        font-weight: 300;
        padding: 17px 0;
        line-height: 1;
        text-decoration: none;
        width: 100%;
        border: none;
        height: unset;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 767px) {
          .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_btnBox .nwa-nwzx_btn {
            max-width: calc(100% - 15px); } }
        .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_btnBox .nwa-nwzx_btn span {
          position: relative;
          z-index: 2; }
        .nwa-nwzx707 .naw-zx707-inner .nwa-nwzx_btnBox .nwa-nwzx_btn:after {
          z-index: 0; }

.nwa-concept {
  padding: 94px 0 80px;
  background-color: #e1e6e9;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .nwa-concept {
      padding: 50px 0 30px; } }
  .nwa-concept #nwa-concept-banner.nwa-concept-inner,
  .nwa-concept #nwa-developer-banner.nwa-concept-inner {
    margin: 0 auto;
    padding: 0 70px;
    color: #646462;
    text-align: center;
    box-sizing: border-box;
    max-width: calc(1200px + 70px + 70px); }
    @media screen and (max-width: 767px) {
      .nwa-concept #nwa-concept-banner.nwa-concept-inner,
      .nwa-concept #nwa-developer-banner.nwa-concept-inner {
        padding: 0 30px; } }
    .nwa-concept #nwa-concept-banner.nwa-concept-inner h3,
    .nwa-concept #nwa-developer-banner.nwa-concept-inner h3 {
      font-size: 26px;
      padding-bottom: 30px;
      font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
      color: #505050; }
      @media screen and (max-width: 767px) {
        .nwa-concept #nwa-concept-banner.nwa-concept-inner h3,
        .nwa-concept #nwa-developer-banner.nwa-concept-inner h3 {
          margin: 0;
          padding-bottom: 10px;
          font-size: 24px; } }
    .nwa-concept #nwa-concept-banner.nwa-concept-inner .naw-banner-img,
    .nwa-concept #nwa-developer-banner.nwa-concept-inner .naw-banner-img {
      list-style-type: none;
      margin: 0;
      padding-bottom: 10px; }
      .nwa-concept #nwa-concept-banner.nwa-concept-inner .naw-banner-img img,
      .nwa-concept #nwa-developer-banner.nwa-concept-inner .naw-banner-img img {
        width: 79%;
        margin: 0 auto;
        width: 53%;
        max-width: 630px; }
        @media screen and (max-width: 767px) {
          .nwa-concept #nwa-concept-banner.nwa-concept-inner .naw-banner-img img,
          .nwa-concept #nwa-developer-banner.nwa-concept-inner .naw-banner-img img {
            width: 100%;
            max-width: 100%; } }
    .nwa-concept #nwa-concept-banner.nwa-concept-inner p,
    .nwa-concept #nwa-developer-banner.nwa-concept-inner p {
      max-width: 850px;
      margin: 0 auto;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .nwa-concept #nwa-concept-banner.nwa-concept-inner p,
        .nwa-concept #nwa-developer-banner.nwa-concept-inner p {
          font-size: 16px; } }
      .nwa-concept #nwa-concept-banner.nwa-concept-inner p + p,
      .nwa-concept #nwa-developer-banner.nwa-concept-inner p + p {
        margin-top: 20px; }
    .nwa-concept #nwa-concept-banner.nwa-concept-inner .btn_more,
    .nwa-concept #nwa-developer-banner.nwa-concept-inner .btn_more {
      margin-top: 47px; }
      @media screen and (max-width: 767px) {
        .nwa-concept #nwa-concept-banner.nwa-concept-inner .btn_more,
        .nwa-concept #nwa-developer-banner.nwa-concept-inner .btn_more {
          margin-right: auto;
          margin-left: auto; } }

/* ------------------------------------
  #nwa-product_detail
------------------------------------ */
#nwa-product_detail {
  width: 100%;
  margin: auto;
  padding: 0 70px;
  box-sizing: border-box;
  max-width: calc(1200px + 70px + 70px); }
  @media screen and (max-width: 767px) {
    #nwa-product_detail {
      padding: 0 30px; } }
  #nwa-product_detail h3 {
    text-align: center;
    padding: 30px 0 80px; }
    #nwa-product_detail h3 img {
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        #nwa-product_detail h3 img {
          width: 85%;
          max-width: 243px; } }
    @media screen and (max-width: 767px) {
      #nwa-product_detail h3 {
        font-size: 16px;
        margin: 0;
        padding: 30px 0 30px; } }
  #nwa-product_detail .c_width {
    padding: 0 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    color: #fff; }
    @media screen and (max-width: 767px) {
      #nwa-product_detail .c_width {
        display: block;
        padding: 0 0 50px; } }
    #nwa-product_detail .c_width .slider-container {
      max-width: 460px !important;
      width: 100% !important;
      position: relative; }
      @media screen and (max-width: 767px) {
        #nwa-product_detail .c_width .slider-container {
          margin: 0 auto 60px;
          max-width: 490px !important; } }
      #nwa-product_detail .c_width .slider-container #slider .slick-list {
        height: 250px; }
        @media screen and (max-width: 767px) {
          #nwa-product_detail .c_width .slider-container #slider .slick-list {
            height: auto;
            min-height: 50vw; } }
        #nwa-product_detail .c_width .slider-container #slider .slick-list .slick-track {
          transform: unset !important; }
          #nwa-product_detail .c_width .slider-container #slider .slick-list .slick-track .slider-img {
            position: absolute !important;
            left: 0 !important;
            width: 460px !important;
            height: 250px; }
            @media screen and (max-width: 767px) {
              #nwa-product_detail .c_width .slider-container #slider .slick-list .slick-track .slider-img {
                width: 100% !important;
                height: auto !important; } }
            #nwa-product_detail .c_width .slider-container #slider .slick-list .slick-track .slider-img img {
              width: 100%; }
      #nwa-product_detail .c_width .slider-container #thumbs {
        margin: 0 auto;
        max-width: 240px; }
        @media screen and (max-width: 767px) {
          #nwa-product_detail .c_width .slider-container #thumbs {
            max-width: 196px; } }
        #nwa-product_detail .c_width .slider-container #thumbs .slick-track {
          width: 262px !important;
          transform: unset !important; }
          @media screen and (max-width: 767px) {
            #nwa-product_detail .c_width .slider-container #thumbs .slick-track {
              width: auto !important; } }
          #nwa-product_detail .c_width .slider-container #thumbs .slick-track .thumbs-bar {
            width: 80px !important;
            font-size: 15px;
            text-align: center;
            padding: 0 5px;
            box-sizing: border-box; }
            @media screen and (max-width: 767px) {
              #nwa-product_detail .c_width .slider-container #thumbs .slick-track .thumbs-bar {
                width: 60px !important;
                font-size: 12px; } }
            #nwa-product_detail .c_width .slider-container #thumbs .slick-track .thumbs-bar:last-child {
              margin-right: 0; }
            #nwa-product_detail .c_width .slider-container #thumbs .slick-track .thumbs-bar span {
              line-height: 1;
              width: 95%;
              height: 2px;
              background: #bebebe;
              display: block;
              margin: 15px auto 10px auto; }
              @media screen and (max-width: 767px) {
                #nwa-product_detail .c_width .slider-container #thumbs .slick-track .thumbs-bar span {
                  width: 100%; } }
    #nwa-product_detail .c_width .naw-product-block-img {
      max-width: 460px !important;
      width: 100% !important; }
      @media screen and (max-width: 767px) {
        #nwa-product_detail .c_width .naw-product-block-img {
          max-width: none !important; } }
      #nwa-product_detail .c_width .naw-product-block-img img.img01 {
        width: 84%;
        max-width: 460px;
        margin: 0 auto; }
      #nwa-product_detail .c_width .naw-product-block-img img.img02 {
        max-width: 405px;
        margin: 0 auto 60px; }
        @media screen and (max-width: 767px) {
          #nwa-product_detail .c_width .naw-product-block-img img.img02 {
            width: 58%;
            min-width: 248px; } }
    #nwa-product_detail .c_width .naw-product-block {
      width: 56%;
      position: relative; }
      @media screen and (max-width: 767px) {
        #nwa-product_detail .c_width .naw-product-block {
          width: auto; } }
      #nwa-product_detail .c_width .naw-product-block p {
        font-size: 20px;
        margin: 10px 0 20px;
        padding-bottom: 20px;
        position: relative;
        font-weight: 300;
        letter-spacing: 2px; }
      #nwa-product_detail .c_width .naw-product-block dl {
        font-size: 16px;
        display: flex;
        letter-spacing: 1.5px;
        margin-bottom: 14px; }
        @media screen and (max-width: 767px) {
          #nwa-product_detail .c_width .naw-product-block dl {
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0.085em;
            color: #fff;
            display: flex; } }
        #nwa-product_detail .c_width .naw-product-block dl dt {
          width: 160px; }
          @media screen and (max-width: 767px) {
            #nwa-product_detail .c_width .naw-product-block dl dt {
              width: 140px; } }
        #nwa-product_detail .c_width .naw-product-block dl dd {
          width: calc(100% - 160px); }
          @media screen and (max-width: 767px) {
            #nwa-product_detail .c_width .naw-product-block dl dd {
              width: calc(100% - 140px); } }
          #nwa-product_detail .c_width .naw-product-block dl dd.break {
            word-break: break-all; }
            @media screen and (max-width: 767px) {
              #nwa-product_detail .c_width .naw-product-block dl dd.break {
                word-break: break-all; } }
          #nwa-product_detail .c_width .naw-product-block dl dd span {
            font-size: 12px; }
            @media screen and (max-width: 767px) {
              #nwa-product_detail .c_width .naw-product-block dl dd span {
                font-size: 10px; } }
  #nwa-product_detail .nwa-product-inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1250px; }
    #nwa-product_detail .nwa-product-inner .naw-banner-img {
      margin: 0;
      padding: 80px 0 25px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #nwa-product_detail .nwa-product-inner .naw-banner-img {
          padding: 30px 0 0; } }
      #nwa-product_detail .nwa-product-inner .naw-banner-img img {
        width: 53%;
        max-width: 630px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          #nwa-product_detail .nwa-product-inner .naw-banner-img img {
            width: 100%;
            max-width: 100%; } }

.slick-active span {
  background: #fff !important; }

.nwa-product {
  background: url("../images/products_details_bg_top.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding: 100px 0 0; }
  @media screen and (max-width: 767px) {
    .nwa-product {
      background: url("../images/products_details_bg_top_sp.jpg") no-repeat;
      background-size: 100% 100%;
      background-position: top center;
      width: 100%;
      padding: 30px 0 0; } }

/* ------------------------------------
  #nwa-product_related
------------------------------------ */
#nwa-product_related {
  margin: auto;
  width: 100%;
  max-width: calc(1200px + 70px + 70px);
  padding: 0 70px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #nwa-product_related {
      padding: 0 30px;
      width: auto; } }
  #nwa-product_related h3 {
    text-align: center;
    padding: 105px 0 80px;
    text-align: center; }
    #nwa-product_related h3 img {
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        #nwa-product_related h3 img {
          width: 85%;
          max-width: 243px; } }
    @media screen and (max-width: 767px) {
      #nwa-product_related h3 {
        font-size: 16px;
        margin: 0;
        padding: 55px 0 30px; } }
  #nwa-product_related .product_block ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none; }
    #nwa-product_related .product_block ul li {
      width: 23.333%;
      margin-right: 2.2%; }
      @media screen and (max-width: 767px) {
        #nwa-product_related .product_block ul li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      #nwa-product_related .product_block ul li:last-child {
        margin-right: 0; }
      #nwa-product_related .product_block ul li .pic {
        width: 100%;
        margin-bottom: 15px;
        position: relative; }
        #nwa-product_related .product_block ul li .pic a {
          display: block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          overflow: hidden;
          font-size: 0; }
          #nwa-product_related .product_block ul li .pic a:hover img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05); }
          #nwa-product_related .product_block ul li .pic a img {
            width: 100%;
            height: auto;
            -webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1); }
      #nwa-product_related .product_block ul li .txt2 {
        margin: 0 0 5px;
        font-size: 16px;
        font-weight: 200;
        letter-spacing: 0.175em;
        color: #ffffff; }
      #nwa-product_related .product_block ul li .txt3 {
        margin: 0;
        font-size: 12px; }
        #nwa-product_related .product_block ul li .txt3 a {
          color: #ffffff; }
          #nwa-product_related .product_block ul li .txt3 a:hover {
            color: #646462; }

.nwa-related {
  background: url("../images/products_details_bg_btm.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding: 0 0 220px;
  margin-top: -3px; }
  @media screen and (max-width: 767px) {
    .nwa-related {
      background-size: cover;
      background-position: top center;
      width: 100%;
      padding: 0 0 80px; } }

/*

side-text

 */
.side-text {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 1460px) {
    .side-text {
      right: 30px; } }
  @media screen and (max-width: 767px) {
    .side-text {
      right: 20px;
      width: 13px; } }

#nwa-content06 .side-text {
  top: 46%; }
  @media screen and (max-width: 767px) {
    #nwa-content06 .side-text {
      top: 28%; } }

#nwa-content07 .side-text {
  top: 40%; }
  @media screen and (max-width: 767px) {
    #nwa-content07 .side-text {
      top: 29%; } }

/*

concept-table

 */
.concept-table {
  margin-top: 20px;
  margin-bottom: 60px;
  direction: rtl;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .concept-table {
      direction: ltr;
      display: block;
      text-align: center; } }
  .concept-table .concept-table-cell-text {
    text-align: left;
    direction: ltr;
    width: 50%;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .concept-table .concept-table-cell-text {
        text-align: center;
        width: 100%;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .concept-table .concept-table-cell-text p {
        font-size: 14px !important;
        text-align: center;
        padding: 0 !important;
        margin: 0 0 20px 0 !important; } }
    .concept-table .concept-table-cell-text p .mobile-br {
      display: none; }
      @media screen and (max-width: 767px) {
        .concept-table .concept-table-cell-text p .mobile-br {
          display: block; } }
  .concept-table .concept-table-cell-img {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .concept-table .concept-table-cell-img {
        width: 100%; } }
    .concept-table .concept-table-cell-img img {
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .concept-table .concept-table-cell-img img {
          max-width: 100%; } }

/*

product-hosoku

 */
.product-hosoku {
  color: #fff;
  font-size: 12px;
  padding: 55px 0 60px 0; }

/*

btn_block

 */
.btn_block {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .btn_block {
      display: block; } }
  .btn_block ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .btn_block ul li {
      margin: 0 20px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .btn_block ul li {
          margin: 0;
          width: 100%; } }
      .btn_block ul li.btn_more {
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        color: #646464; }
        .btn_block ul li.btn_more:hover {
          background-color: transparent;
          color: #e6e6e6; }
  .btn_block .btn_more_product {
    width: 400px;
    height: 50px;
    margin-bottom: 15px;
    line-height: 50px;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    color: #646464;
    position: relative;
    z-index: 2; }
    .btn_block .btn_more_product:hover {
      -webkit-transition: all .5s linear;
      transition: all .5s linear; }
    @media screen and (max-width: 767px) {
      .btn_block .btn_more_product {
        width: 100%;
        height: auto;
        line-height: 1; } }
  .btn_block .btn_modal_product {
    width: 400px;
    height: 50px;
    margin-bottom: 15px;
    line-height: 50px;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    color: #646464; }
    @media screen and (max-width: 767px) {
      .btn_block .btn_modal_product {
        width: 100%;
        height: auto;
        line-height: 1; } }

.c5-pop__txt sup, .c5-pop__txtNormal sup {
  font-size: 11px;
  vertical-align: middle; }

/* ------------------------------------
  #nwa-popup
------------------------------------ */
#nwa-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  display: none; }

/* popuup */
#nwa-wrapper, #nwa-container {
  background: black; }

#nwa-content-inner {
  z-index: 1;
  height: 100%; }

/* .btn_popup_close */
#nwa-popup .btn_popup_close {
  width: 40px;
  height: 18px;
  position: fixed;
  top: 50px;
  right: 3%;
  z-index: 888;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    #nwa-popup .btn_popup_close {
      width: 30px;
      top: 25px;
      right: 4%; } }

#nwa-popup .btn_popup_close .bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

#nwa-popup .btn_popup_close .bar span {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #fff;
  display: inline-block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

#nwa-popup .btn_popup_close .bar span.top {
  top: 0px;
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
  transform: translate3d(0, 8px, 0) rotate(-45deg); }

#nwa-popup .btn_popup_close .bar span.middle {
  opacity: 0; }

#nwa-popup .btn_popup_close .bar span.bottom {
  bottom: 0px;
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
  transform: translate3d(0, -8px, 0) rotate(45deg); }

#nwa-popup .btn_popup_close .bar span:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #122b80;
  -webkit-transition: all 800ms cubic-bezier(0.18, 1.01, 0.29, 1.04);
  transition: all 800ms cubic-bezier(0.18, 1.01, 0.29, 1.04); }

#nwa-popup .btn_popup_close .bar span.top:before {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms; }

#nwa-popup .btn_popup_close .bar span.middle:before {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms; }

#nwa-popup .btn_popup_close:hover .bar span:before {
  width: 100%; }

/* .popup_inner */
.popup_inner {
  display: none;
  position: relative; }
  .popup_inner .btn_block {
    margin-top: 100px; }
  .popup_inner .c_width {
    margin: 93px auto 120px;
    max-width: 1140px;
    padding: 0 8%;
    box-sizing: content-box; }
    @media screen and (max-width: 767px) {
      .popup_inner .c_width {
        padding: 0 10%;
        margin: 37px auto 87px; }
        .popup_inner .c_width .c5-pop__ttl {
          max-width: 125px;
          width: 100%;
          line-height: 1; } }
    .popup_inner .c_width h2 {
      margin-top: 70px; }
      .popup_inner .c_width h2 img {
        max-width: 100%; }
    .popup_inner .c_width .c5-pop__box {
      margin: 120px auto 120px; }
      @media screen and (max-width: 767px) {
        .popup_inner .c_width .c5-pop__box {
          margin: 80px auto 0px; } }
      .popup_inner .c_width .c5-pop__box h3 {
        background-image: -moz-linear-gradient(-34deg, navy 0%, #500080 49%, purple 100%);
        background-image: -webkit-linear-gradient(-34deg, navy 0%, #500080 49%, purple 100%);
        background-image: -ms-linear-gradient(-34deg, navy 0%, #500080 49%, purple 100%);
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          .popup_inner .c_width .c5-pop__box h3 {
            margin-bottom: 0; } }
        .popup_inner .c_width .c5-pop__box h3 img {
          max-width: 100%; }
      .popup_inner .c_width .c5-pop__box h4 {
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .popup_inner .c_width .c5-pop__box h4 {
            margin-bottom: 0; } }
        .popup_inner .c_width .c5-pop__box h4 img {
          max-width: 100%; }
      .popup_inner .c_width .c5-pop__box .c5-flex-box {
        display: flex;
        justify-content: space-between; }
        .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--w100 .c5-pop__box-txt {
          max-width: 100% !important;
          margin: 0 !important; }
        .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-img {
          width: 42%; }
          .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-img img {
            width: auto;
            max-width: 100%; }
        @media screen and (max-width: 767px) {
          .popup_inner .c_width .c5-pop__box .c5-flex-box {
            display: block; }
            .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-img {
              margin-top: 25px;
              text-align: center;
              width: 100%; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-img {
        margin-top: 40px; } }
        @media screen and (max-width: 767px) {
              .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-img img {
                width: 100%; } }
        .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt {
          width: 58%;
          padding-left: 8%;
          box-sizing: border-box; }
          .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt img {
            max-width: 100%; }
          @media screen and (max-width: 767px) {
            .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt {
              padding: 0;
              width: 100%;
              margin: 40px auto 0;
              max-width: none; } }
          .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt p {
            line-height: 1.5; }
          .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt .c5-pop__icon {
            margin: 0;
            padding: 0; }
          .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt .c5-pop__txt {
            margin-top: 25px;
            line-height: 1.7;
            font-size: 20px; }
            @media screen and (max-width: 767px) {
              .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt .c5-pop__txt {
                margin-top: 10px;
                margin-top: 22px;
                font-size: 16px; } }
            .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt .c5-pop__txt.c5-pop__txt--mt0 {
              margin-top: 0; }
            .popup_inner .c_width .c5-pop__box .c5-flex-box .c5-pop__box-txt .c5-pop__txt + .c5-pop__icon {
              margin-top: 40px; }
        .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--icon {
          align-items: center; }
          @media screen and (max-width: 767px) {
            .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--icon {
              display: block; } }
          .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--icon .c5-pop__box-img {
            padding: 0 0 0 40px;
            box-sizing: border-box;
            width: 463px; }
            @media screen and (max-width: 767px) {
              .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--icon .c5-pop__box-img {
                margin-top: 40px;
                padding: 0;
                width: auto; } }
            .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--icon .c5-pop__box-img img {
              width: 325px;
              max-width: none; }
              @media screen and (max-width: 767px) {
                .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--icon .c5-pop__box-img img {
                  width: auto;
                  max-width: 100%; } }
          .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--icon .c5-pop__box-txt {
            max-width: none; }
            @media screen and (max-width: 767px) {
              .popup_inner .c_width .c5-pop__box .c5-flex-box.c5-flex-box--icon .c5-pop__box-txt {
                margin-top: 22px; } }
    .popup_inner .c_width .c5-pop__btn {
      display: flex;
      justify-content: center;
      margin-top: 100px; }
      @media screen and (max-width: 767px) {
        .popup_inner .c_width .c5-pop__btn {
          flex-direction: column-reverse;
          margin-top: 68px; } }
      .popup_inner .c_width .c5-pop__btn a {
        line-height: 1;
        margin: 0 10px; }
        @media screen and (max-width: 767px) {
          .popup_inner .c_width .c5-pop__btn a {
            margin: 0 auto; } }

.modal_side_text {
  position: fixed;
  right: 85px;
  top: 100px; }
  @media screen and (max-width: 1400px) {
    .modal_side_text {
      right: 10px; } }
  @media screen and (max-width: 767px) {
    .modal_side_text {
      width: 11px; } }

.c5-pop_note {
  color: #969696;
  font-size: 14px;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .c5-pop_note {
      font-size: 9px; } }
  .c5-pop_note.c5-pop_note--btm {
    text-align: right;
    font-size: 15px;
    margin-top: 120px; }

.c5-btn img {
  max-width: 100%; }
  .c5-btn img:hover {
    opacity: 0.8;
    transition: all 0.6s; }

.c5-pop__boxTitle {
  margin: 10% 0 0 0; }
  @media screen and (max-width: 767px) {
    .c5-pop__boxTitle {
      margin: 26% 0 0 0; } }
  .c5-pop__boxTitle img {
    max-width: 100%; }

.c5-pop__boxTitle2 {
  margin: 120px 0 0 0; }
  .c5-pop__boxTitle2 img {
    max-width: 100%; }

.c5-pop__boxTitleBorder {
  position: relative;
  margin: 50px 0 25px 0; }
  .c5-pop__boxTitleBorder span {
    font-size: 22px;
    display: inline-block;
    background: #000;
    font-weight: bold;
    padding-right: 18px;
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
      .c5-pop__boxTitleBorder span {
        font-size: 16px; } }
  .c5-pop__boxTitleBorder:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: -1; }

.c5-pop__txtNormal {
  margin-top: 25px;
  line-height: 1.7;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .c5-pop__txtNormal {
      font-size: 16px; } }

.c5-pop__leftTextRightImg {
  display: flex;
  width: 100%;
  margin-top: 5%; }
  @media screen and (max-width: 767px) {
    .c5-pop__leftTextRightImg {
      display: block; } }
  .c5-pop__leftTextRightImg.c5-pop__leftTextRightImg--narrow {
    margin-top: 0; }
  .c5-pop__leftTextRightImg .c5-pop__leftTextRightImgCell {
    align-items: center; }
    .c5-pop__leftTextRightImg .c5-pop__leftTextRightImgCell.c5-pop__leftTextRightImgCellText {
      padding-right: 7%; }
      @media screen and (max-width: 767px) {
        .c5-pop__leftTextRightImg .c5-pop__leftTextRightImgCell.c5-pop__leftTextRightImgCellText {
          padding-right: 0; } }
      .c5-pop__leftTextRightImg .c5-pop__leftTextRightImgCell.c5-pop__leftTextRightImgCellText .c5-pop__leftTextRightImgCellTextTitle {
        margin-top: 40px; }
        .c5-pop__leftTextRightImg .c5-pop__leftTextRightImgCell.c5-pop__leftTextRightImgCellText .c5-pop__leftTextRightImgCellTextTitle img {
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            .c5-pop__leftTextRightImg .c5-pop__leftTextRightImgCell.c5-pop__leftTextRightImgCellText .c5-pop__leftTextRightImgCellTextTitle img {
              width: 100%; } }
    .c5-pop__leftTextRightImg .c5-pop__leftTextRightImgCell.c5-pop__leftTextRightImgCellImg {
      padding-top: 40px; }

.c5-pop__boxSpTitle img {
  margin-top: 100px;
  display: none; }
  @media screen and (max-width: 767px) {
    .c5-pop__boxSpTitle img {
      display: block;
      max-width: 100%; } }

@media screen and (max-width: 767px) {
  .c5-pop__boxSpImg {
    margin-top: 40px; } }
.c5-pop__boxSpImg img {
  display: none; }
  @media screen and (max-width: 767px) {
    .c5-pop__boxSpImg img {
      display: block;
      max-width: 100%;
      width: 100%; } }

.p-5 {
  padding: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.m-35 {
  margin: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.p-40 {
  padding: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.p-50 {
  padding: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.m-50 {
  margin: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.p-60 {
  padding: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.m-60 {
  margin: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.p-70 {
  padding: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.m-70 {
  margin: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.p-75 {
  padding: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.m-75 {
  margin: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.p-80 {
  padding: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.m-80 {
  margin: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.p-85 {
  padding: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.m-85 {
  margin: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.p-90 {
  padding: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.m-90 {
  margin: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.p-95 {
  padding: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.m-95 {
  margin: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.p-100 {
  padding: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.m-100 {
  margin: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

@media screen and (max-width: 767px) {
  .p-md--5 {
    padding: 5px !important; }

  .pt-md--5 {
    padding-top: 5px !important; }

  .pb-md--5 {
    padding-bottom: 5px !important; }

  .pl-md--5 {
    padding-left: 5px !important; }

  .pr-md--5 {
    padding-right: 5px !important; }

  .px-md--5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .py-md--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .m-md--5 {
    margin: 5px !important; }

  .mt-md--5 {
    margin-top: 5px !important; }

  .mb-md--5 {
    margin-bottom: 5px !important; }

  .ml-md--5 {
    margin-left: 5px !important; }

  .mr-md--5 {
    margin-right: 5px !important; }

  .mx-md--5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .my-md--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .p-md--10 {
    padding: 10px !important; }

  .pt-md--10 {
    padding-top: 10px !important; }

  .pb-md--10 {
    padding-bottom: 10px !important; }

  .pl-md--10 {
    padding-left: 10px !important; }

  .pr-md--10 {
    padding-right: 10px !important; }

  .px-md--10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .py-md--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .m-md--10 {
    margin: 10px !important; }

  .mt-md--10 {
    margin-top: 10px !important; }

  .mb-md--10 {
    margin-bottom: 10px !important; }

  .ml-md--10 {
    margin-left: 10px !important; }

  .mr-md--10 {
    margin-right: 10px !important; }

  .mx-md--10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .my-md--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .p-md--15 {
    padding: 15px !important; }

  .pt-md--15 {
    padding-top: 15px !important; }

  .pb-md--15 {
    padding-bottom: 15px !important; }

  .pl-md--15 {
    padding-left: 15px !important; }

  .pr-md--15 {
    padding-right: 15px !important; }

  .px-md--15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .py-md--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .m-md--15 {
    margin: 15px !important; }

  .mt-md--15 {
    margin-top: 15px !important; }

  .mb-md--15 {
    margin-bottom: 15px !important; }

  .ml-md--15 {
    margin-left: 15px !important; }

  .mr-md--15 {
    margin-right: 15px !important; }

  .mx-md--15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .my-md--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .p-md--20 {
    padding: 20px !important; }

  .pt-md--20 {
    padding-top: 20px !important; }

  .pb-md--20 {
    padding-bottom: 20px !important; }

  .pl-md--20 {
    padding-left: 20px !important; }

  .pr-md--20 {
    padding-right: 20px !important; }

  .px-md--20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .py-md--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .m-md--20 {
    margin: 20px !important; }

  .mt-md--20 {
    margin-top: 20px !important; }

  .mb-md--20 {
    margin-bottom: 20px !important; }

  .ml-md--20 {
    margin-left: 20px !important; }

  .mr-md--20 {
    margin-right: 20px !important; }

  .mx-md--20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .my-md--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .p-md--25 {
    padding: 25px !important; }

  .pt-md--25 {
    padding-top: 25px !important; }

  .pb-md--25 {
    padding-bottom: 25px !important; }

  .pl-md--25 {
    padding-left: 25px !important; }

  .pr-md--25 {
    padding-right: 25px !important; }

  .px-md--25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .py-md--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .m-md--25 {
    margin: 25px !important; }

  .mt-md--25 {
    margin-top: 25px !important; }

  .mb-md--25 {
    margin-bottom: 25px !important; }

  .ml-md--25 {
    margin-left: 25px !important; }

  .mr-md--25 {
    margin-right: 25px !important; }

  .mx-md--25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .my-md--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .p-md--30 {
    padding: 30px !important; }

  .pt-md--30 {
    padding-top: 30px !important; }

  .pb-md--30 {
    padding-bottom: 30px !important; }

  .pl-md--30 {
    padding-left: 30px !important; }

  .pr-md--30 {
    padding-right: 30px !important; }

  .px-md--30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .py-md--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .m-md--30 {
    margin: 30px !important; }

  .mt-md--30 {
    margin-top: 30px !important; }

  .mb-md--30 {
    margin-bottom: 30px !important; }

  .ml-md--30 {
    margin-left: 30px !important; }

  .mr-md--30 {
    margin-right: 30px !important; }

  .mx-md--30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .my-md--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .p-md--35 {
    padding: 35px !important; }

  .pt-md--35 {
    padding-top: 35px !important; }

  .pb-md--35 {
    padding-bottom: 35px !important; }

  .pl-md--35 {
    padding-left: 35px !important; }

  .pr-md--35 {
    padding-right: 35px !important; }

  .px-md--35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .py-md--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .m-md--35 {
    margin: 35px !important; }

  .mt-md--35 {
    margin-top: 35px !important; }

  .mb-md--35 {
    margin-bottom: 35px !important; }

  .ml-md--35 {
    margin-left: 35px !important; }

  .mr-md--35 {
    margin-right: 35px !important; }

  .mx-md--35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .my-md--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .p-md--40 {
    padding: 40px !important; }

  .pt-md--40 {
    padding-top: 40px !important; }

  .pb-md--40 {
    padding-bottom: 40px !important; }

  .pl-md--40 {
    padding-left: 40px !important; }

  .pr-md--40 {
    padding-right: 40px !important; }

  .px-md--40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .py-md--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .m-md--40 {
    margin: 40px !important; }

  .mt-md--40 {
    margin-top: 40px !important; }

  .mb-md--40 {
    margin-bottom: 40px !important; }

  .ml-md--40 {
    margin-left: 40px !important; }

  .mr-md--40 {
    margin-right: 40px !important; }

  .mx-md--40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .my-md--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .p-md--45 {
    padding: 45px !important; }

  .pt-md--45 {
    padding-top: 45px !important; }

  .pb-md--45 {
    padding-bottom: 45px !important; }

  .pl-md--45 {
    padding-left: 45px !important; }

  .pr-md--45 {
    padding-right: 45px !important; }

  .px-md--45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .py-md--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .m-md--45 {
    margin: 45px !important; }

  .mt-md--45 {
    margin-top: 45px !important; }

  .mb-md--45 {
    margin-bottom: 45px !important; }

  .ml-md--45 {
    margin-left: 45px !important; }

  .mr-md--45 {
    margin-right: 45px !important; }

  .mx-md--45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .my-md--45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .p-md--50 {
    padding: 50px !important; }

  .pt-md--50 {
    padding-top: 50px !important; }

  .pb-md--50 {
    padding-bottom: 50px !important; }

  .pl-md--50 {
    padding-left: 50px !important; }

  .pr-md--50 {
    padding-right: 50px !important; }

  .px-md--50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .py-md--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .m-md--50 {
    margin: 50px !important; }

  .mt-md--50 {
    margin-top: 50px !important; }

  .mb-md--50 {
    margin-bottom: 50px !important; }

  .ml-md--50 {
    margin-left: 50px !important; }

  .mr-md--50 {
    margin-right: 50px !important; }

  .mx-md--50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .my-md--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .p-md--55 {
    padding: 55px !important; }

  .pt-md--55 {
    padding-top: 55px !important; }

  .pb-md--55 {
    padding-bottom: 55px !important; }

  .pl-md--55 {
    padding-left: 55px !important; }

  .pr-md--55 {
    padding-right: 55px !important; }

  .px-md--55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .py-md--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .m-md--55 {
    margin: 55px !important; }

  .mt-md--55 {
    margin-top: 55px !important; }

  .mb-md--55 {
    margin-bottom: 55px !important; }

  .ml-md--55 {
    margin-left: 55px !important; }

  .mr-md--55 {
    margin-right: 55px !important; }

  .mx-md--55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .my-md--55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .p-md--60 {
    padding: 60px !important; }

  .pt-md--60 {
    padding-top: 60px !important; }

  .pb-md--60 {
    padding-bottom: 60px !important; }

  .pl-md--60 {
    padding-left: 60px !important; }

  .pr-md--60 {
    padding-right: 60px !important; }

  .px-md--60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .py-md--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .m-md--60 {
    margin: 60px !important; }

  .mt-md--60 {
    margin-top: 60px !important; }

  .mb-md--60 {
    margin-bottom: 60px !important; }

  .ml-md--60 {
    margin-left: 60px !important; }

  .mr-md--60 {
    margin-right: 60px !important; }

  .mx-md--60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .my-md--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .p-md--65 {
    padding: 65px !important; }

  .pt-md--65 {
    padding-top: 65px !important; }

  .pb-md--65 {
    padding-bottom: 65px !important; }

  .pl-md--65 {
    padding-left: 65px !important; }

  .pr-md--65 {
    padding-right: 65px !important; }

  .px-md--65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .py-md--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .m-md--65 {
    margin: 65px !important; }

  .mt-md--65 {
    margin-top: 65px !important; }

  .mb-md--65 {
    margin-bottom: 65px !important; }

  .ml-md--65 {
    margin-left: 65px !important; }

  .mr-md--65 {
    margin-right: 65px !important; }

  .mx-md--65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .my-md--65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .p-md--70 {
    padding: 70px !important; }

  .pt-md--70 {
    padding-top: 70px !important; }

  .pb-md--70 {
    padding-bottom: 70px !important; }

  .pl-md--70 {
    padding-left: 70px !important; }

  .pr-md--70 {
    padding-right: 70px !important; }

  .px-md--70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .py-md--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .m-md--70 {
    margin: 70px !important; }

  .mt-md--70 {
    margin-top: 70px !important; }

  .mb-md--70 {
    margin-bottom: 70px !important; }

  .ml-md--70 {
    margin-left: 70px !important; }

  .mr-md--70 {
    margin-right: 70px !important; }

  .mx-md--70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .my-md--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .p-md--75 {
    padding: 75px !important; }

  .pt-md--75 {
    padding-top: 75px !important; }

  .pb-md--75 {
    padding-bottom: 75px !important; }

  .pl-md--75 {
    padding-left: 75px !important; }

  .pr-md--75 {
    padding-right: 75px !important; }

  .px-md--75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .py-md--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .m-md--75 {
    margin: 75px !important; }

  .mt-md--75 {
    margin-top: 75px !important; }

  .mb-md--75 {
    margin-bottom: 75px !important; }

  .ml-md--75 {
    margin-left: 75px !important; }

  .mr-md--75 {
    margin-right: 75px !important; }

  .mx-md--75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .my-md--75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .p-md--80 {
    padding: 80px !important; }

  .pt-md--80 {
    padding-top: 80px !important; }

  .pb-md--80 {
    padding-bottom: 80px !important; }

  .pl-md--80 {
    padding-left: 80px !important; }

  .pr-md--80 {
    padding-right: 80px !important; }

  .px-md--80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .py-md--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .m-md--80 {
    margin: 80px !important; }

  .mt-md--80 {
    margin-top: 80px !important; }

  .mb-md--80 {
    margin-bottom: 80px !important; }

  .ml-md--80 {
    margin-left: 80px !important; }

  .mr-md--80 {
    margin-right: 80px !important; }

  .mx-md--80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .my-md--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .p-md--85 {
    padding: 85px !important; }

  .pt-md--85 {
    padding-top: 85px !important; }

  .pb-md--85 {
    padding-bottom: 85px !important; }

  .pl-md--85 {
    padding-left: 85px !important; }

  .pr-md--85 {
    padding-right: 85px !important; }

  .px-md--85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .py-md--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .m-md--85 {
    margin: 85px !important; }

  .mt-md--85 {
    margin-top: 85px !important; }

  .mb-md--85 {
    margin-bottom: 85px !important; }

  .ml-md--85 {
    margin-left: 85px !important; }

  .mr-md--85 {
    margin-right: 85px !important; }

  .mx-md--85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .my-md--85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .p-md--90 {
    padding: 90px !important; }

  .pt-md--90 {
    padding-top: 90px !important; }

  .pb-md--90 {
    padding-bottom: 90px !important; }

  .pl-md--90 {
    padding-left: 90px !important; }

  .pr-md--90 {
    padding-right: 90px !important; }

  .px-md--90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .py-md--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .m-md--90 {
    margin: 90px !important; }

  .mt-md--90 {
    margin-top: 90px !important; }

  .mb-md--90 {
    margin-bottom: 90px !important; }

  .ml-md--90 {
    margin-left: 90px !important; }

  .mr-md--90 {
    margin-right: 90px !important; }

  .mx-md--90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .my-md--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .p-md--95 {
    padding: 95px !important; }

  .pt-md--95 {
    padding-top: 95px !important; }

  .pb-md--95 {
    padding-bottom: 95px !important; }

  .pl-md--95 {
    padding-left: 95px !important; }

  .pr-md--95 {
    padding-right: 95px !important; }

  .px-md--95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .py-md--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .m-md--95 {
    margin: 95px !important; }

  .mt-md--95 {
    margin-top: 95px !important; }

  .mb-md--95 {
    margin-bottom: 95px !important; }

  .ml-md--95 {
    margin-left: 95px !important; }

  .mr-md--95 {
    margin-right: 95px !important; }

  .mx-md--95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .my-md--95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .p-md--100 {
    padding: 100px !important; }

  .pt-md--100 {
    padding-top: 100px !important; }

  .pb-md--100 {
    padding-bottom: 100px !important; }

  .pl-md--100 {
    padding-left: 100px !important; }

  .pr-md--100 {
    padding-right: 100px !important; }

  .px-md--100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .py-md--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .m-md--100 {
    margin: 100px !important; }

  .mt-md--100 {
    margin-top: 100px !important; }

  .mb-md--100 {
    margin-bottom: 100px !important; }

  .ml-md--100 {
    margin-left: 100px !important; }

  .mr-md--100 {
    margin-right: 100px !important; }

  .mx-md--100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .my-md--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

/*# sourceMappingURL=main.css.map */
