@charset "UTF-8";
/* PRODUCT
-------------------------------------------*/
/* Common
------------------------------------*/
.noArrow a::after {
  content: none;
}

/*icon*/
.icon-radius {
  display: inline-block;
  color: #fff;
  background-color: #1083BF;
  font-size: 12px;
  font-weight: 500;
  width: 18px;
  height: 18px;
  padding: 5px;
  line-height: 0.8;
  border-radius: 50%;
  text-align: center;
}

/*heading*/
.commonH4ttl__label {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 400;
  letter-spacing: .05em;
  background-color: #3E3E3E;
  padding: 1px 2px;
  margin-right: 10px;
}

/*layout*/
.flexList {
  width: 100%;
}

.flexList .img {
  width: 50%;
  margin-bottom: 20px;
}

.flexList .textbox {
  width: 50%;
}

.flexList__col02 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexItem {
  width: 33%;
}

.flexItem:not(:last-of-type) {
  margin-right: 3%;
}

.flexItem__col01 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}

.flexItem__col02 {
  width: calc(100% / 2);
  max-width: 48%;
  margin-bottom: 15px;
}

.flexItem__col02:not(:last-of-type) {
  margin-right: 2%;
}

.flexItem__col03 {
  width: calc(100% / 3);
  max-width: 31%;
}

.flexItem__col03:not(:last-of-type) {
  margin-right: 2%;
}

.flexItem__col04 {
  width: calc(100% / 4);
  max-width: 23.5%;
  margin-bottom: 40px;
}

.flexItem__col04:not(:last-of-type) {
  margin-right: 2%;
}

.flexItem__col04.m0 {
  margin-right: 0;
  margin-bottom: 0;
}

.flexItem__col08 {
  width: calc(100% / 4);
  max-width: 23.5%;
  margin-bottom: 15px;
}

.flexItem__col08:not(:nth-child(4n)) {
  margin-right: 2%;
}

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

/*img*/
.img.img--border {
  border: 1px solid #E2E2E2;
}

/*icon*/
.icon-mail--large {
  margin-right: 20px;
}

.link__mail {
  color: #0058A6;
  font-size: 18px;
  font-weight: 500;
}

.link__tel {
  color: #0058A6;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .link__tel {
    font-weight: 700;
  }
}

.link__fax {
  color: #0058A6;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .link__fax {
    font-weight: 700;
  }
}

.commonNumlist ul li.m25 {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .commonNumlist ul li.m25 {
    margin-bottom: 20px;
  }
}

.mt-15 {
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .flexList {
    width: 100%;
  }
  .flexList .img {
    width: 100%;
  }
  .flexList .textbox {
    width: 100%;
  }
  .flexList__col02 {
    width: 100%;
  }
  .flexList__col04 {
    width: 100%;
  }
  .flexList__col08 {
    width: 100%;
  }
  .flexItem {
    width: 100%;
  }
  .flexItem:not(:last-of-type) {
    margin-right: 0;
  }
  .flexItem__col02 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .flexItem__col02:not(:last-of-type) {
    margin-right: 0;
  }
  .flexItem__col03 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .flexItem__col03:not(:last-of-type) {
    margin-right: 0;
  }
  .flexItem__col04 {
    width: 100%;
    max-width: 100%;
  }
  .flexItem__col04:not(:last-of-type) {
    margin-right: 0;
  }
  .flexItem__col08 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .flexItem__col08:nth-child(4n) {
    margin-right: 0;
  }
  .flexItem__col08:not(:last-child) {
    margin-right: 0;
  }
}

/* button */
.commonBtnTxt a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  padding-left: 16px;
  position: relative;
  color: #000;
}

.commonBtnTxt a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0058A6;
  border-right: 2px solid #0058A6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonBtn01.blue {
  border: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.commonBtn01.blue a {
  text-align: center;
  padding: 4px 8px;
}

.commonBtn01.blue a .txt {
  font-size: 15px;
}

.commonBtn01.blue a:hover {
  background-color: #7FABD2;
}

.commonBtn01.blue a:hover .txt {
  color: #fff;
}

.commonBtn01.black {
  border: 1px solid #000;
}

.commonBtn01.black a {
  background-color: #000;
}

.commonBtn04 {
  display: block;
  text-decoration: none;
  padding: 12px 15px;
  text-align: center;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  border: 1px solid #B7B7B7;
  color: #0058A6;
  letter-spacing: .05em;
}

.commonBtn04:hover {
  background-color: #0058A6;
  color: #fff;
  text-decoration: none;
}

.commonBtn04:hover::after {
  background: url(/dcms_media/image/btnarrow_white.png) no-repeat;
  background-size: contain;
  color: #fff;
  width: 20px;
  height: 20px;
}

.commonBtn04::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/btnarrow_blue.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.commonBtn04.is-active {
  background-color: #0058A6;
  color: #fff;
}

.commonBtn04.is-active::after {
  width: 20px;
  height: 20px;
  background: url(/dcms_media/image/btnarrow_white.png) no-repeat;
  background-size: contain;
}

.commonBtn05 {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #B7B7B7;
  color: #0058A6;
  letter-spacing: .05em;
  border: 1px solid #eee;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonBtn05 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.25;
  text-decoration: none;
  height: 80px;
}

.commonBtn05 a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0058A6;
  border-right: 2px solid #0058A6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonBtn05 .ttl {
  width: 100%;
  display: block;
  font-size: 1px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.25;
  padding: 20px 26px 20px 20px;
  text-align: left;
  font-size: 16px;
}

.commonBtn05 .img {
  width: 50%;
  height: 100%;
  margin: 0;
}

.commonBtn05 .img img {
  width: 100%;
  height: 100%;
  text-align: center;
}

.commonBtn06 {
  display: block;
  text-decoration: none;
  padding: 13px;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
  border: 1px solid #B7B7B7;
  color: #0068B7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.commonBtn06::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0058A6;
  border-right: 2px solid #0058A6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*category button*/
.commonLinkBtnBar {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  background-color: #1083BF;
}

.commonLinkBtnBar__large {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 12px 15px 70px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: .05em;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.commonLinkBtnBar__large:hover {
  opacity: .6;
  color: #fff;
  text-decoration: none;
}

.commonLinkBtnBar__large::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 57px;
  height: 57px;
  display: block;
  background: url("../image/squarearrow_white.png") no-repeat;
  background-size: contain;
}

.commonLinkBtnBar__detail {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 26px;
  text-decoration: none;
  color: #3E3E3E;
  letter-spacing: .05em;
  -webkit-transition: .3s;
  transition: .3s;
}

.commonLinkBtnBar__detail:hover {
  opacity: .6;
}

.commonLinkBtnBar__detail::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("../image/squarearrow_blue.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1320px) {
  .commonBtn01.blue a {
    padding: 4px 8px;
  }
  .commonBtn01.blue a .txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 1280px) {
  .commonBtn05 a {
    font-size: 14px;
    height: 70px;
  }
  .commonBtn05 a::after {
    width: 8px;
    height: 8px;
  }
  .commonBtn05 .ttl {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 26px 15px 20px;
  }
  .commonBtn05 .img {
    width: 65%;
    height: 100%;
  }
  .commonBtn06 {
    padding-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .commonBtn04 {
    padding: 12px 15px;
    padding-right: 30px;
  }
  .commonBtn04:hover::after {
    width: 15px;
    height: 15px;
  }
  .commonBtn04::after {
    width: 15px;
    height: 15px;
  }
  .commonBtn04.is-active::after {
    width: 15px;
    height: 15px;
  }
  .commonBtn05 a {
    font-size: 14px;
    height: 50px;
  }
  .commonBtn05 a::after {
    width: 12px;
    height: 12px;
  }
  .commonBtn05 .ttl {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 26px 15px 20px;
  }
  .commonBtn05 .img {
    width: 50px;
    height: 100%;
    margin: 0;
  }
  .commonBtn06 {
    font-size: 14px;
    padding-right: 25px;
  }
  /*category button*/
  .commonLinkBtnBar {
    margin-bottom: 30px;
  }
  .commonLinkBtnBar__large {
    padding: 8px 12px 12px 54px;
    font-size: 20px;
  }
  .commonLinkBtnBar__large::before {
    width: 44px;
    height: 44px;
  }
  .commonLinkBtnBar__detail {
    font-size: 15px;
    padding-left: 23px;
  }
  .commonLinkBtnBar__detail::before {
    width: 15px;
    height: 15px;
  }
}

/*category*/
.productCategory__belt {
  display: inline-block;
  min-width: 100px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.8;
  color: #1083BF;
  text-align: center;
  padding: 0 3px;
  border: 1px solid #1083BF;
}

.productCategory__belt.mw-130 {
  min-width: 130px;
}

@media screen and (max-width: 768px) {
  .productCategory__belt {
    min-width: 85px;
    font-size: 12px;
    line-height: 2;
  }
}

/*tag*/
.productTag {
  display: inline-block;
  min-width: 50px;
  background-color: #1083BF;
  color: #fff;
  padding: 2px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .05em;
}

.productTag.mw-80 {
  min-width: 80px;
}

@media screen and (max-width: 768px) {
  .productTag {
    min-width: 50px;
    font-size: 12px;
    line-height: 2;
  }
}

/* name */
.productName {
  font-size: 30px;
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

/* Parts
-------------------------------------*/
/* Search*/
.productSearchBox {
  width: 100%;
  padding: 40px 60px;
  background-color: #F2FAFF;
  border: 1px solid #E1F3FF;
}

.productSearchForm {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.productSearchIn {
  width: 100%;
  position: relative;
}

.productSearchTxt {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.16) inset;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 28px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
}

.productSearchSendbtn {
  width: 11%;
  max-width: 93px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: none;
  border-radius: 0 5px 5px 0;
  background: url(../image/common/search-icon_white.png) #0058A6 no-repeat center center;
  background-size: 30px 30px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .productSearchBox {
    width: 100%;
    padding: 20px 15px;
  }
  .productSearchForm {
    width: 100%;
    max-width: 100%;
  }
  .productSearchIn {
    width: 100%;
  }
  .productSearchTxt {
    font-size: 13px;
    padding: 10px;
  }
  .productSearchSendbtn {
    width: 20%;
    max-width: 62px;
    height: 100%;
    background-size: 20px 20px;
  }
}

/* table */
.productTable {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 50px;
}

.productTableBox {
  width: 1080px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #C9C9C9;
}

.productTableBox tr {
  border: 1px solid #C9C9C9;
}

.productTableBox thead th {
  width: 216px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
  font-weight: 700;
  background-color: #3E3E3E;
  padding: 25px;
  border: 1px solid #C9C9C9;
}

.productTableBox tbody th {
  width: 216px;
  background-color: #F6F6F6;
  padding: 25px;
  text-align: left;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 700;
  color: #000;
  border: 1px solid #C9C9C9;
}

.productTableBox tbody td {
  width: 216px;
  border: 1px solid #C9C9C9;
  padding: 25px;
  text-align: center;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .productTable {
    margin-bottom: 60px;
  }
  .productTableBox {
    width: 1080px;
  }
  .productTableBox thead th {
    padding: 20px;
  }
  .productTableBox tbody th {
    padding: 20px;
  }
  .productTableBox tbody td {
    padding: 20px;
  }
}

/* accordion */
.productAccordion__box {
  margin-bottom: 30px;
}

.productAccordion__title {
  background-color: #F5F5F5;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3E3E3E;
  display: block;
  position: relative;
  cursor: pointer;
}

.productAccordion__title::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-color: #0058A6;
  width: 15px;
  height: 3px;
  opacity: 0;
}

.productAccordion__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  background-color: #0058A6;
  width: 3px;
  height: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.productAccordion__title.is-active::before {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.productAccordion__title.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .productAccordion__title {
    padding: 20px 54px 20px 12px;
    font-size: 15px;
  }
}

.productAccordion__body {
  background-color: #fff;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #3E3E3E;
  position: relative;
  display: none;
}

.productAccordion__body.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .productAccordion__body {
    padding: 20px 54px 20px 12px;
    font-size: 15px;
  }
}

/*partContactBox*/
.partContactBox {
  text-align: center;
}

.partContactBox__cont {
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.partContactBox__titleSub {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.partContactBox.left {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .partContactBox.left {
    width: 100%;
  }
}

.partContactBox.right {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .partContactBox.right {
    width: 100%;
  }
}

.partContactBox__mail {
  display: inline-block;
}

.partContactBox__tel {
  display: block;
}

.partContactBox__mail {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0058A6;
}

@media screen and (max-width: 768px) {
  .partContactBox__mail {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.partContactBox__mail .icon {
  margin-right: 20px;
}

.partContactBox__mail a {
  text-decoration: none;
}

.partContactBox__tel {
  width: 100%;
  padding: 20px;
  color: #0058A6;
}

.partContactBox__tel > span {
  color: #0058A6;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .partContactBox__tel > span {
    font-weight: 700;
  }
}

.partContactBox__tel a {
  text-decoration: none;
}

/* Top
-------------------------------------*/
.productBox .commonLayout01 {
  width: 31.7757%;
  margin-right: 2.3365%;
  margin-bottom: 40px;
}

.productBox .commonLayout01:nth-child(3n) {
  margin-right: 0;
}

.productBox .commonLayout01 a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.productBox .commonLayout01 a:hover {
  opacity: 0.8;
}

.productBox .commonLayout01 a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.productBox .commonLayout01 a:hover .img::after {
  right: 10px;
}

.productBox .commonLayout01 a .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 210px;
}

.productBox .commonLayout01 a .img img {
  -webkit-transition: all .8s;
  transition: all .8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productBox .commonLayout01 a .img::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background-color: #0058A6;
  z-index: 1;
}

.productBox .commonLayout01 a .img::after {
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.productBox .commonLayout01 a .txtbox {
  display: block;
  padding: 0 15px;
}

.productBox .commonLayout01 a .txtbox .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  color: #3E3E3E;
  margin-bottom: 10px;
}

.productBox .commonLayout01 a .txtbox .txt {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  color: #848484;
}

@media screen and (max-width: 768px) {
  .productBox .inner {
    max-width: 560px;
    width: 93.334%;
  }
  .productBox .commonLayout01 {
    width: 47.15%;
    margin-right: 5.7%;
    margin-bottom: 40px;
  }
  .productBox .commonLayout01:nth-child(3n) {
    margin-right: 5.7%;
  }
  .productBox .commonLayout01:nth-child(2n) {
    margin-right: 0;
  }
  .productBox .commonLayout01 a .img {
    height: 96px;
    margin-bottom: 10px;
  }
  .productBox .commonLayout01 a .img::before {
    width: 25px;
    height: 25px;
  }
  .productBox .commonLayout01 a .img::after {
    right: 11px;
    bottom: 8px;
    width: 6px;
    height: 6px;
  }
  .productBox .commonLayout01 a .txtbox {
    padding: 0;
  }
  .productBox .commonLayout01 a .txtbox .title {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 10px;
  }
  .productBox .commonLayout01 a .txtbox .txt {
    display: none;
  }
}

/* Search from product
-------------------------------------*/
.productCateLinkBox {
  margin-bottom: 80px;
}

.productCateLinkBox .flexList .img {
  width: 51%;
  max-width: 510px;
}

.productCateLinkBox .flexList .textbox {
  width: 49%;
  padding-left: 60px;
  letter-spacing: .05em;
}

.productCateLinkItem {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .productBtnList {
    margin-bottom: 35px;
  }
  .productBtnList__02 .col04 {
    width: 100%;
    max-width: 100%;
  }
  .productBtnList__03 .col02 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .productBtnList__03 .col02:last-of-type {
    margin-right: 0;
  }
  .productBtnItem {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .productCateLinkList {
    margin-bottom: 50px;
  }
  .productCateLinkBox {
    margin-bottom: 0;
  }
  .productCateLinkBox .flexList .img {
    width: 100%;
    max-width: 100%;
  }
  .productCateLinkBox .flexList .textbox {
    width: 100%;
    padding-left: 0;
  }
  .productCateLinkItem {
    margin-bottom: 15px;
  }
}

/* Search from product category
---------------------------------------*/
.productCateBox .flexItem {
  margin-bottom: 5px;
}

.productCateBox .commonLayout01 .img {
  margin-bottom: 10px;
}

.productCateBox .commonLayout01 .cateBox {
  padding: 0;
}

/* Search from use
-------------------------------------*/
.productUseBox__left {
  width: 32%;
}

.productUseBox__left.w-half {
  width: 45%;
}

.productUseBox__right {
  width: calc(100% - 32%);
}

.productUseBox__right.w-half {
  width: 50%;
}

.productUseBox__right .productCateBox .commonLayout01.col2 a .img {
  height: 246px;
}

.productUseBox__right .productCateBox .commonLayout01.col2 a .img.h-150 {
  height: 150px;
}

@media screen and (max-width: 768px) {
  .productUseBox__left {
    width: 40%;
  }
  .productUseBox__right {
    width: calc(100% - 40%);
  }
  .productUseBox__right .productCateBox .commonLayout01.col2 a .img {
    height: 246px;
  }
}

@media screen and (max-width: 550px) {
  .productUseBox .inner100_sp {
    width: 100%;
  }
  .productUseBox .m20_sp {
    margin-bottom: 80px;
  }
  .productUseBox .m20_sp {
    margin-bottom: 20px;
  }
  .productUseBox__left {
    width: 100%;
  }
  .productUseBox__left.w-half {
    width: 100%;
  }
  .productUseBox__left.m20_sp {
    margin-bottom: 20px;
  }
  .productUseBox__right {
    width: 100%;
  }
  .productUseBox__right.w-half {
    width: 100%;
  }
  .productUseBox__right .productCateBox .commonLayout01.col2 a .img {
    height: 216px;
  }
  .productUseBox__right .productCateBox .commonLayout01.col2 a .img.h-150 {
    height: 216px;
  }
}

/* Search from trivia
-------------------------------------*/
.productTriviaBox .commonLayout01--02 {
  width: 31.7757%;
  margin-right: 2.3365%;
  margin-bottom: 40px;
}

.productTriviaBox .commonLayout01--02.col3 {
  width: 31.7757%;
  margin-right: 2.3365%;
}

.productTriviaBox .commonLayout01--02.col3:nth-child(3n) {
  margin-right: 0;
}

.productTriviaBox .commonLayout01--02.col3 a .img {
  height: 210px;
}

.productTriviaBox .commonLayout01--02 a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.productTriviaBox .commonLayout01--02 a:hover {
  opacity: 0.8;
}

.productTriviaBox .commonLayout01--02 a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.productTriviaBox .commonLayout01--02 a:hover .img::after {
  right: 10px;
}

.productTriviaBox .commonLayout01--02 a .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.productTriviaBox .commonLayout01--02 a .img img {
  -webkit-transition: all .8s;
  transition: all .8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productTriviaBox .commonLayout01--02 a .txtbox {
  display: block;
}

.productTriviaBox .commonLayout01--02 a .txtbox .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  color: #3E3E3E;
  margin-bottom: 10px;
}

.productTriviaBox .commonLayout01--02 a .txtbox .time {
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.productTriviaBox .commonLayout01--02 a .txtbox .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.7;
  color: #848484;
}

.productTriviaBox .commonLayout01--02 a .omitbox .omit {
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  .productTriviaBox .commonLayout01--02 {
    width: 47.15%;
    margin-right: 5.7%;
    margin-bottom: 40px;
  }
  .productTriviaBox .commonLayout01--02.col3 {
    width: 47.15%;
    margin-right: 5.7%;
  }
  .productTriviaBox .commonLayout01--02.col3:nth-child(3n) {
    margin-right: 5.7%;
  }
  .productTriviaBox .commonLayout01--02.col3:nth-child(2n) {
    margin-right: 0;
  }
  .productTriviaBox .commonLayout01--02.col3 a .img {
    height: 180px;
  }
  .productTriviaBox .commonLayout01--02 a .img {
    margin-bottom: 0;
  }
  .productTriviaBox .commonLayout01--02 a .txtbox {
    padding: 0;
  }
  .productTriviaBox .commonLayout01--02 a .txtbox .title {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .productTriviaBox .commonLayout01--02 a .txtbox .txt {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .productTriviaBox .commonLayout01--02.col3 {
    width: 47.15%;
    margin-right: 5.3%;
  }
  .productTriviaBox .commonLayout01--02.col3:nth-child(3n) {
    margin-right: 0;
  }
  .productTriviaBox .commonLayout01--02.col3:nth-child(odd) {
    margin-right: 5.3%;
  }
  .productTriviaBox .commonLayout01--02.col3 a .img {
    height: 102px;
  }
  .productTriviaBox .commonLayout01--02.col3 a .txtbox .time {
    font-size: 12px;
  }
}

/* Material trivia
------------------------------------*/
.materialTriviaButton__Item {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .materialTriviaButton__Item {
    margin-bottom: 30px;
  }
}

.materialTriviaButton__Item .commonBtn03 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .materialTriviaButton__Item .commonBtn03 {
    margin-bottom: 0;
  }
}

.materialTriviaButton__Item .commonBtn03 a {
  padding: 40px;
  padding-right: 70px;
}

@media screen and (max-width: 768px) {
  .materialTriviaButton__Item .commonBtn03 a {
    padding: 30px;
    padding-right: 0;
  }
}

/* Search from Introduction
-------------------------------------*/
.productIntroBox {
  width: 100%;
}

.productIntroBox__left {
  width: 60%;
}

.productIntroBox__right {
  width: 40%;
  padding-left: 2%;
}

.productIntroBox__right .flexItem__col04 {
  max-width: 25.5%;
}

.productIntroBox__right .commonBtn02 a {
  font-size: 16px;
  padding: 10.5px;
  padding-left: 10px;
  padding-right: 15px;
}

.productIntroBox__right .commonBtn02 a .ttl {
  padding-right: 0;
}

.productIntroBox .tb {
  display: none;
}

.productIntroNumList {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .productIntroNumList {
    margin-bottom: 20px;
  }
}

.productIntroNotticeOtherNum {
  counter-reset: number 0;
}

.productIntroNotticeOtherNum ul {
  padding-left: 50px;
}

.productIntroNotticeOtherNum ul li::before {
  counter-increment: number 1;
  content: "(※" counter(number) " )";
  left: -45px;
}

.productIntroSlider {
  width: 100%;
  margin: 0 auto;
  max-width: 460px;
}

.productIntroImg img {
  width: 100%;
}

.productIntroMovie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.productIntroMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productIntroMovie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productIntroText {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
}

.productIntroText--cap {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .productIntroText--cap {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.productIntroCateBox .commonBtn02 a .ttl::after {
  content: none;
}

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

.productIntroLinkItem {
  width: 47%;
  max-width: 50%;
}

.productIntroLinkItem:not(:last-of-type) {
  margin-right: 5%;
}

@media screen and (max-width: 1320px) {
  .productIntroBox .tb {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .productIntroBox .commonBtn01 a::after {
    width: 6px;
    height: 6px;
  }
  .productIntroBox__left {
    width: 100%;
  }
  .productIntroBox__right {
    width: 100%;
    padding-left: 0%;
  }
  .productIntroBox__right .flexItem__col04 {
    max-width: 50%;
  }
  .productIntroBox .tb {
    display: none;
  }
  .productIntroImg {
    margin-bottom: 30px;
  }
  .productIntroText {
    font-size: 15px;
  }
}

/* Search from Detail
-------------------------------------*/
.productDetailBox {
  width: 100%;
}

.productDetailBox__left {
  width: 60%;
}

.productDetailBox__right {
  width: 40%;
  padding-left: 2%;
}

.productDetailBox__right .flexItem__col04 {
  max-width: 25.5%;
}

.productDetailBox__right .commonBtn02 a {
  font-size: 16px;
  padding: 10.5px;
  padding-left: 10px;
  padding-right: 15px;
}

.productDetailBox__right .commonBtn02 a .ttl {
  padding-right: 0;
}

.productDetailBox .tb {
  display: none;
}

.productDetailNumList {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .productDetailNumList {
    margin-bottom: 20px;
  }
}

.productDetailNotticeOtherNum {
  counter-reset: number 0;
}

.productDetailNotticeOtherNum ul {
  padding-left: 50px;
}

.productDetailNotticeOtherNum ul li::before {
  counter-increment: number 1;
  content: "(※" counter(number) " )";
  left: -45px;
}

.productDetailSlider {
  width: 100%;
  margin: 0 auto;
  max-width: 460px;
}

.productDetailImg img {
  width: 100%;
}

.productDetailMovie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.productDetailMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productDetailMovie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productDetailText {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
}

.productDetailCateBox .commonBtn02 a .ttl::after {
  content: none;
}

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

.productDetailLinkItem {
  width: 47%;
  max-width: 50%;
}

.productDetailLinkItem:not(:last-of-type) {
  margin-right: 5%;
}

/* slick
-------------------------------------*/
.productDetailSlider {
  /* arrow */
}

.productDetailSlider .slick-prev {
  opacity: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.productDetailSlider .slick-prev:before {
  content: '';
  left: 0;
  opacity: 1;
  display: block;
  width: 20px;
  height: 60px;
  border-radius: inherit;
  background: url(../image/product-sliderMain-prev-btn.png) no-repeat center center/100%;
}

.productDetailSlider .slick-prev:after {
  content: none;
}

.productDetailSlider .slick-next {
  opacity: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.productDetailSlider .slick-next:before {
  content: '';
  right: 0;
  opacity: 1;
  display: block;
  width: 20px;
  height: 60px;
  border-radius: inherit;
  background: url(../image/product-sliderMain-next-btn.png) no-repeat center center/100%;
}

.productDetailSlider .slick-next:after {
  content: none;
}
/* product tab
-------------------------------------*/

.productDetailImg_el {
  display: none;
}

.productDetailImg {
  position: relative;
}
.productDetailImg span {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  cursor: pointer;
}

.productDetailImg span:hover {
  opacity: .3;
}

.productDetailImg span#productDetailImg_el0101 {
  width: 105px;
  height: 80px;
  top: 47px;
  left: 208px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0101 {
    width: 8.7vw;
    height: 6.9vw;
    top: 4.2vw;
    left: 18vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0101 {
    top: 4vw;
    left: 18vw;
  }
}

.productDetailImg span#productDetailImg_el0102 {
  width: 105px;
  height: 80px;
  position: absolute;
  top: 175px;
  left: 208px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0102 {
    width: 8.7vw;
    height: 6.9vw;
    top: 14.7vw;
    left: 18vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0102 {
    top: 14.7vw;
    left: 17.3vw;
  }
}

.productDetailImg span#productDetailImg_el0103 {
  width: 105px;
  height: 80px;
  top: 175px;
  left: 518px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0103 {
    width: 9vw;
    height: 7.5vw;
    top: 14.9vw;
    left: 44.8vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0103 {
    top: 14.9vw;
    left: 43.5vw;
  }
}

.productDetailImg span#productDetailImg_el0104 {
  width: 185px;
  height: 80px;
  position: absolute;
  top: 175px;
  right: 188px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0104 {
    width: 15.6vw;
    height: 7.5vw;
    top: 12.9vw;
    right: 13.8vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0104 {
    width: 14.6vw;
    top: 14.9vw;
    right: 16.5vw;
  }
}

.productDetailImg span#productDetailImg_el0201 {
  width: 105px;
  height: 80px;
  position: absolute;
  top: 67px;
  left: 442px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0201 {
    width: 9vw;
    height: 6.9vw;
    top: 5.6vw;
    left: 38.2vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0201 {
    top: 5.9vw;
    left: 37.6vw;
  }
}

.productDetailImg span#productDetailImg_el0301 {
  width: 110px;
  height: 90px;
  position: absolute;
  top: 60px;
  left: 390px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0301 {
    width: 9.5vw;
    height: 7.6vw;
    top: 5.2vw;
    left: 33.7vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0301 {
    height: 6.9vw;
    top: 4.67vw;
    left: 32.5vw;
  }
}

.productDetailImg span#productDetailImg_el0302 {
  width: 110px;
  height: 90px;
  position: absolute;
  top: 405px;
  left: 120px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0302 {
    width: 9.2vw;
    height: 7.5vw;
    top: 35.15vw;
    left: 10.62vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0302 {
    width: 8.7vw;
    height: 6.9vw;
    top: 34.15vw;
    left: 9.8vw;
  }
}

.productDetailImg span#productDetailImg_el0303 {
  width: 84px;
  height: 100px;
  position: absolute;
  top: 375px;
  left: 425px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0303 {
    width: 7vw;
    height: 8.35vw;
    top: 31.47vw;
    left: 35.2vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0303 {
    width: 7.18vw;
    height: 8.35vw;
    top: 31.57vw;
    left: 35.2vw;
  }
}

.productDetailImg span#productDetailImg_el0304 {
  width: 110px;
  height: 90px;
  position: absolute;
  top: 510px;
  right: 380px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0304 {
    width: 9.7vw;
    height: 6.9vw;
    top: 44.5vw;
    right: 32.6vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0304 {
    width: 8.7vw;
    height: 6.9vw;
    top: 42.5vw;
    right: 32.2vw;
  }
}

.productDetailImg span#productDetailImg_el0305 {
  width: 84px;
  height: 100px;
  position: absolute;
  top: 48px;
  right: 40px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0305 {
    width: 6.9vw;
    height: 8.4vw;
    top: 4.2vw;
    right: 3.8vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0305 {
    width: 6.9vw;
    height: 8.4vw;
    bottom: 16.56vw;
    right: 3vw;
  }
}

.productDetailImg span#productDetailImg_el0401 {
  width: 105px;
  height: 80px;
  position: absolute;
  top: 54px;
  left: 422px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0401 {
    width: 9.7vw;
    height: 7.9vw;
    top: 3.97vw;
    left: 36vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0401 {
    width: 8.7vw;
    height: 6.9vw;
    top: 4.5vw;
    left: 35vw;
  }
}

.productDetailImg span#productDetailImg_el0402 {
  width: 105px;
  height: 80px;
  position: absolute;
  top: 54px;
  right: 214px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0402 {
    width: 9.7vw;
    height: 7.9vw;
    top: 4.3vw;
    right: 18vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0402 {
    width: 8.7vw;
    height: 6.9vw;
    top: 3.97vw;
    right: 17.7vw;
  }
}

.productDetailImg span#productDetailImg_el0501 {
  width: 105px;
  height: 80px;
  position: absolute;
  top: 44px;
  left: 418px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0501 {
    width: 9vw;
    height: 6.9vw;
    top: 3.8vw;
    left: 36.2vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0501 {
    width: 8.7vw;
    height: 6.9vw;
    top: 3.2vw;
    left: 34.7vw;
  }
}

.productDetailImg span#productDetailImg_el0502 {
  width: 212px;
  height: 60px;
  position: absolute;
  top: 44px;
  right: 262px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0502 {
    width: 19.6vw;
    height: 5.4vw;
    top: 3.8vw;
    right: 22.1vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0502 {
    width: 17.6vw;
    height: 6.4vw;
    top: 3.2vw;
    right: 22.3vw;
  }
}

.productDetailImg span#productDetailImg_el0601 {
  width: 120px;
  height: 60px;
  position: absolute;
  top: 62px;
  right: 390px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0601 {
    width: 11vw;
    height: 5.2vw;
    top: 5.56vw;
    right: 33.2vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0601 {
    width: 9.8vw;
    height: 5.4vw;
    top: 4.56vw;
    right: 32.5vw;
  }
}

.productDetailImg span#productDetailImg_el0602 {
  width: 100px;
  height: 80px;
  position: absolute;
  bottom: 66px;
  right: 407px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0602 {
    width: 9.4vw;
    height: 6.9vw;
    bottom: 5.85vw;
    right: 34.9vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0602 {
    width: 8.4vw;
    height: 6.9vw;
    bottom: 5.85vw;
    right: 33.9vw;
  }
}

.productDetailImg span#productDetailImg_el0701 {
  width: 100px;
  height: 80px;
  position: absolute;
  top: 62px;
  right: 492px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0701 {
    width: 9.4vw;
    height: 6.9vw;
    top: 5.56vw;
    right: 42.2vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0701 {
    width: 8.4vw;
    height: 5.9vw;
    top: 5.56vw;
    right: 41.2vw;
  }
}

.productDetailImg span#productDetailImg_el0702 {
  width: 100px;
  height: 90px;
  position: absolute;
  bottom: 36px;
  right: 470px;
}

@media screen and (max-width: 1360px) {
  .productDetailImg span#productDetailImg_el0702 {
    width: 9.4vw;
    height: 8vw;
    bottom: 3vw;
    right: 40.2vw;
  }
}

@media screen and (max-width: 768px) {
  .productDetailImg span#productDetailImg_el0702 {
    width: 9.4vw;
    height: 7.6vw;
    bottom: 2.65vw;
    right: 38.56vw;
  }
}
/*# sourceMappingURL=new_product.css.map */