@charset "UTF-8";
/* --------------------------

	製品情報 共通CSS
	/products/

-------------------------- */
/* font-size */
.tabBtn li {
  font-size: 16px;
}

.sp_device .tabBtn li {
  font-size: 1rem;
}

/* タブ設定 */
.tabBtn {
  width: 470px;
  margin: 0 auto 40px;
}

.tabBtn li {
  width: 33.19%;
  margin-right: 0.21%;
  padding: 15px 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  background-color: #b2c2e4;
  cursor: pointer;
  display: block;
  float: left;
}

#tabBtn2 {
  width: 313px;
}

#tabBtn2 li {
  width: 49.84%;
  margin-right: 0.32%;
}

#tabBtn2 .last {
  margin-right: 0;
}

.sp_device .tabBtn li {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.tabBtn .last {
  margin-right: 0;
}

.tabBtn .on {
  background-color: #0032a1;
}

.tabBox {
  display: none;
}

.sp_device .tabBtn {
  width: 100%;
  margin: 0 auto 5.33%;
  display: table;
}

.sp_device .tabBox {
  padding: 0;
}

.tabBtn, .tabBox, .tabBox div {
  *zoom: 1;
}

.tabBtn:after, .tabBox:after, .tabBox div:after {
  content: '';
  display: block;
  clear: both;
}

.proggSlider .inner {
  overflow: hidden;
}

/* youtube再生アイコン */
.youtube {
  display: block;
  position: relative;
}

.youtube::after {
  /*
    background: url(/products/detail/img/btn_movie.png) no-repeat center center;
	background-size: 100% auto;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
*/
}

/* youtube
---------------------------------------*/
.product_movie {
  width: 100%;
  padding: 57.03125% 0 0 0;
  position: relative;
}

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

/* main.min.css 上書き・追加スタイル　*/
#js-productNav {
  display: none;
}

.FunctionPanel {
  border: 1px solid #dcdddd;
}

/* 追加汎用スタイル */
.fw-bold {
  font-weight: bold;
}

.button--wide {
  min-width: 320px;
  padding: 1em 2em;
}

.button--leftDarkArrow::after {
  margin: auto;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid;
  border-color: #666 #666 transparent transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .button--leftDarkArrow::after::after {
    width: 8px;
    height: 8px;
  }
}

.button--leftDarkArrow::after::before {
  content: "";
  display: inline-block;
  width: 0.8em;
}

.contentsLead {
  font-size: 24px;
  margin: 1em 0;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .contentsLead {
    font-size: 16px;
    margin: 1em 0;
  }
}

.energySaving {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px 30px 50px;
  border: 5px solid #dcdddd;
}

.energySaving .TextLabel {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .energySaving {
    padding: 5.20833vw 2.60417vw;
    margin: 0 2.60417vw;
  }
}

.iconSet--compare {
  width: 35px;
  height: 35px;
  background-image: url("/ja/jpn/static/assets/images/common/icon/fig_compare.png");
  background-size: 26px 23px;
}

.iconArrow--circle2 {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  position: relative;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  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;
}

.iconArrow--circle2::after {
  margin-left: -3px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00579f;
  border-right: 1px solid #00579f;
}

@media only screen and (min-width: 768px) {
  .iconArrow--circle {
    width: 10px;
    height: 10px;
  }
}

.buttonTypeSearch {
  position: relative;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #dcdddd;
  min-width: 400px;
  height: 70px;
  padding: 0 1em;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .buttonTypeSearch {
    min-width: inherit;
  }
}

.buttonTypeSearch:hover {
  color: #fff;
  border-color: #00579f;
  background-color: #00579f;
  text-decoration: none;
}

.buttonTypeSearch:hover .icon {
  border-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.buttonTypeSearch:hover .icon::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-color: transparent transparent #fff #fff;
}

.iconBlank2 {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1em;
  margin-bottom: 3px;
  border: 1px solid #666666;
  border-top-width: 2px;
}

.iconBlank2::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 13px;
  border: 1px solid;
  border-color: transparent transparent #666666 #666666;
}

@media only screen and (max-width: 767px) {
  #js-cloneNav {
    display: none;
  }
  .Contents__head .l-halfColumn {
    max-width: inherit;
  }
  .additionalButton {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .productNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 61px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productNav__item .iconSet {
    margin-bottom: 10px;
  }
  .productNav__item 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;
    min-height: 3em;
    border: 1px solid #00579f;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .productNav__item a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .productNav__item.cart {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .productNav__item.cart a {
    color: #00579f;
  }
  .productNav__item.campaign {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .productNav__item.campaign a {
    border-color: #b9881d;
    background-color: #b9881d;
    color: #fff;
  }
  .productNav__item__label {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: 700;
    min-height: 80px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media only screen and (max-width: 767px) {
  .productNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .productNav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    border-right: 1px solid #ccc;
  }
  .productNav__item .iconSet {
    display: block;
    margin: 0 auto 2.08333vw;
    background-color: transparent;
    width: auto;
    height: 7.16146vw;
  }
  .productNav__item .iconSet--star {
    background-image: url("/ja/jpn/static/assets/images/product/detail/icon_star.png");
    background-size: 5.98958vw 5.59896vw;
  }
  .productNav__item .iconSet--heart {
    background-image: url("/ja/jpn/static/assets/images/product/detail/icon_heart.png");
    background-size: 5.98958vw 4.8177vw;
  }
  .productNav__item .iconSet--wipe {
    background-image: url("/ja/jpn/static/assets/images/product/detail/icon_wipe.png");
    background-size: 6.64062vw 6.51042vw;
  }
  .productNav__item .iconSet--gear {
    background-image: url("/ja/jpn/static/assets/images/product/detail/icon_gear.png");
    background-size: 6.11979vw 5.98958vw;
  }
  .productNav__item .iconSet--features {
    background-image: url("/ja/jpn/static/assets/images/product/detail/icon_features.png");
    background-size: 5.98958vw 5.72917vw;
  }
  .productNav__item .iconSet--cart {
    background-image: url("/ja/jpn/static/assets/images/product/detail/icon_cart.png");
    background-size: 5.98958vw 5.72917vw;
  }
  .productNav__item .iconSet--present {
    background-image: url("/ja/jpn/static/assets/images/product/detail/icon_present.png");
    background-size: 5.85938vw 6.25vw;
  }
  .productNav__item a {
    font-size: 11px;
    text-align: center;
    display: block;
    padding: 2.60417vw 0;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    line-height: 1.3;
    font-weight: bold;
  }
  .productNav__item.cart {
    background-color: #00579f;
  }
  .productNav__item.cart a {
    color: #fff;
  }
  .productNav__item.campaign {
    background-color: #d5a000;
  }
  .productNav__item.campaign a {
    color: #fff;
  }
  .productNav__item.fg-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .productNav--new .productNav__item {
    flex: 1 1 20%;
  }
  .productNav--new .productNav__item.fg-2 {
    flex: 1 1 40%;
  }
}

.localNav {
  text-align: right;
}

.localNav li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2em;
  font-size: 16px;
  background: url("/ja/jpn/static/assets/images/product/detail/icon_arrow_down.png") no-repeat left center;
  padding-left: 30px;
  min-height: 23px;
}

@media only screen and (max-width: 767px) {
  .localNav {
    display: none;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}

.gallery__item {
  position: relative;
  margin-right: 0.71429%;
  margin-bottom: 20px;
  /* IE11のみobject-fit対応 */
}

.gallery__item:nth-child(5n) {
  margin-right: 0;
}

.gallery__item > a {
  display: block;
  border: 1px solid #dcdddd;
  width: 188px;
  height: 188px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.gallery__item > a:hover {
  opacity: 0.8;
}

.gallery__item .icon--zoom {
  position: absolute;
  bottom: 9px;
  right: 9px;
  width: 27px;
  height: 27px;
  display: inline-block;
  background: url("/ja/jpn/static/assets/images/product/detail/icon_zoom.png") no-repeat;
}

.gallery__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery__item _:-ms-lang(x)::-ms-backdrop,
.gallery__item img {
  height: auto;
}

.gallery__item__caption {
  width: 188px;
  display: none;
  text-align: left;
  line-height: 1.5;
  top: 100%;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .gallery {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .gallery__item {
    width: 41.66667vw;
    margin: 0 2.60417vw;
  }
  .gallery__item:nth-child(5n) {
    margin: 0 2.60417vw;
  }
  .gallery__item a {
    width: 100%;
    border: 0;
  }
  .gallery__item a img {
    min-width: 100%;
  }
  .gallery__item__caption {
    width: auto;
  }
  .gallery .slick-arrow {
    top: -13.02083vw;
  }
  .gallery .slick-prev {
    left: -1.30208vw;
  }
  .gallery .slick-next {
    right: -1.30208vw;
  }
  .gallery .slick-dots {
    margin-top: 2.60417vw;
  }
}

.pswp__caption__center {
  text-align: center;
}

.noteArea {
  margin-bottom: 40px;
}

.noteArea__label {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}

.noteText {
  text-align: center;
  padding: 25px;
  border: 1px solid #dadee6;
  background: #ebeff7;
  margin-bottom: 40px;
  white-space: normal;
  word-wrap: break-word;
}

.noteText a:link {
  color: #00579f;
}

/* 画像リスト　３column */
.imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imageList__item {
  width: 32.65306%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.imageList__item__label {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.imageList__item figure { min-height: 0%; }

.imageList__item__caption {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .imageList__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .imageList__item__label {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

/* 取扱説明書 注釈 */

.TwoShortBox__item p {
    margin-top: 5px;
    font-size: 12px;
}

/* 2023-10-27 導線追加 */

.productBnr {
}
.productDetail-bnr {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.productDetail-bnr-img {
}
.productDetail-bnr-img img {
  width: 100%;
}
.productDetail-bnr-body {
}
.productDetail-bnr-txt {
}
.productDetail-bnr-btns,
.productList-btns {
  text-align: center;
}
.productDetail-bnr-btn,
.productList-btn {
  background: #000;
  color: #fff !important;
  display: inline-block;
  position: relative;
  border-radius: 4px;
}
.productDetail-bnr-btn:after,
.productList-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%) rotate(45deg);
}
.productDetail-bnr-btn:hover,
.productList-btn:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .productBnr {
    margin: 70px 15px;
  }
  .productDetail-bnr {
    padding: 4px;
  }
  .productDetail-bnr-img {
  }
  .productDetail-bnr-body {
    padding: 2em 15px;
  }
  .productDetail-bnr-txt {
    font-size: 16px;
  }
  .productDetail-bnr-btns {
    margin-top: 20px;
  }
  .productDetail-bnr-btn {
    min-width: 80%;
    font-size: 16px;
    padding: .7em 1em;
  }
  .productList-btns {
    margin-top: 20px;
  }
  .productList-btn {
    width: 100%;
    font-size: 16px;
    padding: .7em 1em;
  }
}

@media only screen and (min-width: 768px) {
  .productBnr {
    margin: 80px auto;
    width: 800px;
  }
  .productDetail-bnr {
    padding: 8px;
    display: flex;
    align-items: center;
  }
  .productDetail-bnr-img {
    flex: 0 0 45%;
  }

  .productDetail-bnr-body {
    flex: 1 1 auto;
    padding: 0 2em;
  }
  .productDetail-bnr-txt {
    font-size: 18px;
  }
  .productDetail-bnr-btns {
    margin-top: 20px;
  }
  .productDetail-bnr-btn {
    min-width: 300px;
    font-size: 18px;
    padding: .5em 1em;

  }
  .productList-btns {
    margin-top: 30px;
  }
  
  .productList-btn {
    min-width: 600px;
    font-size: 18px;
    padding: .5em 1em;
  }
}
/*# sourceMappingURL=product.css.map */
