@charset "utf-8";

/* CSS Document */
/* visual */


#set img {
  width: 100%;
}

.boxTtl {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}

.boxTtl .top {
  font-size: 1.6rem;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 3.0rem !important;
  letter-spacing: 0px !important;
}

.boxTtl2 {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}

.typeTtl {
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #000;
  /*左線*/
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0rem;
  color: #000
}

.typeTtl-color {
  padding: 0.5em 0.5em;
  background-color: #EBEBEB;
  border-left: solid 5px #760000;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0em;
  margin-top: 1em;
}

.set_01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
}

.set_01 th {
  padding: 8px;
  background: #EBEBEB;
  border: solid 1px #B7B7B7;
}

.set_01 td {
  padding: 8px;
  border: solid 1px #B7B7B7;
}

.set_02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
}

.set_02 th {
  padding: 10px;
  background: #EBEBEB;
  border: solid 1px #B7B7B7;
  text-align: center;
}

.set_02 td {
  padding: 8px;
  border: solid 1px #B7B7B7;
}


.center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.bg_d {
  background-color: #DAF1F1 !important;
}

.bg_e {
  background-color: #CEE8C6 !important;
}

.bg_f {
  background-color: #ffffe0 !important;
}

.bg_g {
  background-color: #F7DDDA !important;
}

/*ボックス枠カラー*/
.box1 {
  border: 3px solid #000;
}
.box2 {
  border-left: 2px solid #2D7D52 ;
}
.box3 {
  border-left: 2px solid #e5e7eb ;
}

/*テーブル*/
@media screen and (max-width:768px) {
  .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
}


/* 背景画像 */
.col {
  margin-bottom: 1rem !important;
  padding-bottom: 0rem !important;
}

.col-bg {
  background-position: center center;
  margin-bottom: 2rem;
}

/* 背景画像　初期制作 */
.boxflax {
  background-position: center center;
  background-size: cover;
  padding-bottom: 0.2em;
}

.boxflax01 {
  background-image: url(../products/img/bg_parts_sp.jpg);
  background-position: center center;
  background-size: cover;
  padding-bottom: 0.2em;
}

.col.span-4 figure p.center_txt {
  text-align: center;
  font-size: 12px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


@media screen and (max-width: 640px) {

  .custom-main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tb01 .head {
    display: none;
  }

  .tb01 {
    width: 100%;
  }

  .tb01 th,
  .tb01 td {
    padding-left: 15px !important;
    text-align: center !important;
    border: solid 1px #ddd;
  }

  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  table.tb01 td:first-child {
    background: #ddd;
    color: #000;
    font-weight: bold;
  }

  table.tb01 td:before {
    content: attr(data-label);
    font-size: .7rem;
    font-weight: bold;
    color: #999;
    display: block;
  }

  .tb01 tr:last-child {
    border-bottom: solid 1px #ddd;
  }

}

@media screen and (max-width:768px) {

  .custom-main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  footer {
    margin-top: 15%;
  }
}

/* 画像ポップアップ */
.tmb {
  width: 100%;
}

.tmb_img {
  width: 100%;
  height: auto;
}

.tmb_img:hover {
  cursor: pointer;
}

.popup {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}

.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}

.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}

.popup__btn::before {
  transform: rotate(45deg);
}

.popup__btn::after {
  transform: rotate(-45deg);
}

.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked~.popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}



/* ボックス　枠　背景 */
.box-set {
  margin: 0 auto;
  border: 2px solid #000;
  overflow: hidden;
}

.box-set span {
  padding: .4em .8em;
  background-color: #000;
  color: #fff;
}

.box-set p {
  margin: 0;
  padding: 0.8em;
}

.box-note {
  position: relative;
  padding: 1em;
  margin: 0.5em 0em;
  background-color: #f2f2f2;
}

.box-note p {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.box-note p:last-of-type {
  margin-bottom: 0;
}


/* splide 画像スライド */
.splide__arrow--prev {
  left: 0rem !important;
}

.splide__arrow--next {
  right: 0rem !important;
}

.splide__slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.splide {
  width: 100%;
  margin: 1em 0em !important;
}

.splide__pagination__page.is-active {
  background: #760000 !important;
}

.splide__pagination__page {
  background: #000000 !important;
}

.site .splide__pagination__page.is-active {
  background: #760000 !important;
}

.splide__pagination {
  bottom: -2em !important;
}

.splide__arrow svg {
  height: 3rem !important;
  width: 3rem !important;
}

.splide__arrow {
  background: #fff !important;
  border-radius: 0% !important;
  height: 4rem !important;
  width: 4rem !important;
}

.splide__number {
  bottom: -.8rem;
  color: #fff;
  font-family: Splide Heading, sans-serif;
  font-size: 4.5rem;
  left: 1.1rem;
  line-height: 1;
  position: absolute;
  transform: translateZ(1px);
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
}

/*----------------------------------------------------------------------------*/
/* 画像ポップアップ */


/* サムネイル画像を囲む枠の設定（はみ出し防止） */
.tmb {
  overflow: hidden;
}

/* サムネイル画像自体の設定 */
.tmb_img {
  transition: transform 0.3s ease;
  /* 0.3秒かけて滑らかに変化 */
  cursor: pointer;
  /* マウスを乗せた時に指マークにする */
  display: block;
  /* 余白調整 */
  width: 100%;
  /* 親要素に合わせる */
  height: auto;
}

/* マウスを乗せた（オンマウス）時の動き */
.tmb_img:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大（1.05〜1.2くらいがおすすめ） */
}

/* ポップアップ表示中は拡大を無効化（念のため） */
input[type="checkbox"]:checked+.popup {
  cursor: default;
}


/* グリッド
--------------------------------------------------- */

/* ブロックを縦に表示 */
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2rem;
}

/* 768px以上の表示 */
@media (min-width : 768px) {
  .row {
    display: flex;
    flex-direction: row;
    padding: 0;
  }

  .col {
    margin-left: 4%;
  }

  .col:first-child {
    margin-left: 0;
  }

  .row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
  }

  .row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }

  .row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }

  .row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }

  .row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
  }

  .row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }

  .row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
  }

  .row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
  }

  .row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
  }

  .row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
  }

  .row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* オフセット */
  .row .col.offset-1 {
    margin-left: 8.66666666667%;
  }

  .row .col.offset-2 {
    margin-left: 17.3333333333%;
  }

  .row .col.offset-3 {
    margin-left: 26%;
  }

  .row .col.offset-4 {
    margin-left: 34.6666666667%;
  }

  .row .col.offset-5 {
    margin-left: 43.333333333%;
  }

  .row .col.offset-6 {
    margin-left: 52%;
  }

  .row .col.offset-7 {
    margin-left: 60.6666666667%;
  }

  .row .col.offset-8 {
    margin-left: 69.3333333333%;
  }

  .row .col.offset-9 {
    margin-left: 78.0%;
  }

  .row .col.offset-10 {
    margin-left: 86.6666666667%;
  }

  .row .col.offset-11 {
    margin-left: 95.3333333333%;
  }
}


/*キャッチコピー
-------------------------------------*/
.catch {
  text-align: center;
}

.catch_t h2 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 4rem;
}

.under {
  border-bottom: 0.4rem solid #000;
  padding: 0 1rem 1rem 1rem;
}

.catch_bg {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  background: url('../img/bg_bloc.jpg') center center no-repeat;
  padding-top: ;
  background-size: cover;
  display: block;
  height: 18rem;
}

.catch_t {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  padding: 1% 3%;
}

.copy img {
  padding: 0px;
  margin: 2rem auto;
  display: block;
  text-align: center;
}