@charset "UTF-8";
/* -----------------------------------
  アンカー用オフセット
----------------------------------- */
[id]::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  [id]::before {
    height: 100px;
    margin-top: -100px;
  }
}
/* -----------------------------------
  ユーティリティクラス (tailwind風)
----------------------------------- */
.img-responsive {
  max-width: 100%;
  height: auto;
}

.label-blue {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2em 0.5em 0.3em;
  color: #fff;
  line-height: 1.8;
  border-radius: 5px;
  text-align: center;
  min-width: 5em;
  font-size: 0.8125rem;
  background-color: #00579f;
  margin: 0 2em;
}

ul.list-none,
ol.list-none {
  list-style: none;
}
ul.list-disc,
ol.list-disc {
  list-style: disc;
}

figure {
  margin: 0;
  padding: 0;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333%;
}

.w-2\/3 {
  width: 66.666%;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.p-0 {
  padding: 0;
}

.p-12 {
  padding: 3rem;
}

.pl-1 {
  padding-left: 1em;
}

.ml-1 {
  margin-left: 1em;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.gap-x-4 {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}

.gap-x-8 {
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

.gap-x-12 {
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}

.gap-y-4 {
  row-gap: 1em;
}

.gap-y-8 {
  row-gap: 2em;
}

.gap-y-12 {
  row-gap: 3em;
}

.gap-y-40 {
  row-gap: 5.3333333333vw;
}

.gap-y-60 {
  row-gap: 8vw;
}

.bgWrap {
  background: #f7f7f7;
  margin-bottom: 13.3333333333vw;
}

.text-note {
  font-size: 2.6666666667vw;
}

.bg-black {
  background-color: #000;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #c00;
}

.note {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media screen and (min-width: 769px) {
  .bgWrap {
    margin-bottom: 100px;
    padding-bottom: 10px;
  }
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .pc\:mb-0 {
    margin-bottom: 0em !important;
  }
  .pc\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .pc\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .pc\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .pc\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .pc\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .pc\:order-3 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .pc\:block {
    display: block;
  }
  .pc\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pc\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pc\:gap-x-40 {
    -webkit-column-gap: 2.8571428571%;
       -moz-column-gap: 2.8571428571%;
            column-gap: 2.8571428571%;
  }
  .pc\:gap-x-100 {
    -webkit-column-gap: 7.1428571429%;
       -moz-column-gap: 7.1428571429%;
            column-gap: 7.1428571429%;
  }
  .pc\:w-full {
    width: 100%;
  }
  .pc\:w-1\/2 {
    width: 50%;
  }
  .pc\:w-1\/3 {
    width: 33.333%;
  }
  .pc\:w-2\/3 {
    width: 66.666%;
  }
  .text-note {
    font-size: 12px;
  }
  .note {
    font-size: 12px;
  }
}
/* -----------------------------------
   フォント設定
----------------------------------- */
.font-serif {
  font-family: dnp-shuei-mincho-pr6, serif;
}

/* -----------------------------------
   製品名見出し
----------------------------------- */
.product-title {
  font-size: 5.0666666667vw;
  line-height: 1.25;
  padding: 0.8em 0;
}

@media screen and (min-width: 769px) {
  .product-title {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 30px;
  }
}
/* -----------------------------------
   製品リード文
----------------------------------- */
.product-lead {
  padding: 12vw 0 5.3333333333vw;
  text-align: center;
}

.product-lead p {
  line-height: 1.6666666667;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 4.8vw;
}

@media screen and (min-width: 769px) {
  .product-lead {
    padding: 80px 0 20px;
    text-align: center;
  }
  .product-lead p {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}
/* -----------------------------------
  ページ内ナビモジュール
----------------------------------- */
.p-pageNav {
  position: relative;
  z-index: 1001;
}

.p-pageNav figure {
  background: #25272e;
  position: relative;
}

.p-pageNav figcaption {
  color: #999999;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 0.9375rem;
}

.p-pageNav figcaption::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.p-pageNav figcaption.is-active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 769px) {
  .p-pageNav {
    height: 70px;
  }
}
.p-pageNav.is-fixed figure {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .p-pageNav.is-fixed figure {
    top: 55px;
  }
}
@media screen and (max-width: 769px) {
  .p-pageNav.is-fixed figure {
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-pageNav figcaption {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-pageNav ul {
    width: 900px;
    margin: auto;
    padding: 0;
    height: 70px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 769px) {
  .p-pageNav ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #25272e;
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .p-pageNav li {
    border-top: 1px solid #999;
  }
}
@media screen and (min-width: 769px) {
  .p-pageNav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: white;
    padding: 0 22px;
    position: relative;
    font-size: 18px;
    white-space: nowrap;
    text-decoration: none;
  }
}
@media screen and (max-width: 769px) {
  .p-pageNav li a {
    display: block;
    padding: 15px 20px;
    color: #999;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .p-pageNav li a small {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .p-pageNav li a small {
    margin-right: 10px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 769px) {
  .p-pageNav li a::after {
    content: "";
    position: absolute;
    background: #484b55;
    height: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
}
@media screen and (max-width: 769px) {
  .p-pageNav li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-pageNav li a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .p-pageNav li a.is-current {
    color: white;
  }
}
@media screen and (min-width: 769px) {
  .p-pageNav li a.is-current::after {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-anchor {
    position: relative;
    top: -130px;
  }
}
@media screen and (max-width: 769px) {
  .c-anchor {
    position: relative;
    top: -40px;
  }
}
/* -----------------------------------
  KV　スライダー
----------------------------------- */
.p-slider {
  position: relative;
}

.p-slider .p-slider__stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: lightgray;
}

.p-slider .p-slider__stage ul {
  position: relative;
  width: 100%;
}

.p-slider .p-slider__stage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-slider .p-slider__marker {
  z-index: 100;
}

.p-slider .p-slider__stage ul,
.p-slider .p-slider__marker ul {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .p-slider .p-slider__stage ul {
    max-width: 1400px;
    min-width: 1000px;
  }
}
.p-slider .p-slider__stage li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}

.p-slider .p-slider__stage li img {
  width: 100%;
}

.p-slider .p-slider__stage li.is-active {
  position: relative;
  opacity: 1;
  width: 100%;
}

.p-slider .p-slider__stage li.is-inactive {
  opacity: 0;
  visibility: hidden;
}

.p-slider .p-slider__marker {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
}

.p-slider .p-slider__marker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-slider .p-slider__marker li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: white;
  margin-right: 3px;
  margin-left: 3px;
}

.p-slider .p-slider__marker li.is-active {
  background: red;
}

@media screen and (min-width: 769px) {
  .p-slider .p-slider__annotation {
    width: 960px;
    right: 0;
    bottom: 8px;
    left: 0;
    margin: auto;
    position: absolute;
  }
}
@media screen and (max-width: 769px) {
  .p-slider .p-slider__annotation {
    position: absolute;
    right: 10px;
    bottom: 5px;
  }
}
.p-slider .p-slider__annotation p {
  color: white;
  font-size: 0.75rem;
}

@media screen and (min-width: 769px) {
  .p-slider .p-slider__annotation p {
    text-align: right;
  }
}
.p-slider__after {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .p-slider__after {
    width: 960px;
    margin: 5px auto 0;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 769px) {
  .p-slider__after {
    font-size: 10px;
    margin: 5px 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-pageNav li a:link,
.p-pageNav li a:visited {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-pageNav li a:link,
.p-pageNav li a:visited {
    color: #999;
  }
  .p-pageNav li a {
    font-size: 16px;
  }
}
.p-pageNav li a:link,
.p-pageNav li a:visited {
  text-decoration: none;
}

.p-pageNav:not(.is-fixed) figure {
  top: 0 !important;
}

.p-pageNav.is-fixed figure {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}/*# sourceMappingURL=product-special.css.map */