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

#24582: 商品ページファーストビューの1カラム化

///////////////////////////////////////////////////////////////////////////*/
.-is-onecolumn-pisi #MAIN {
  position: relative; /* ページ右上:お気に入り, お見積りメモ用 */
}

.-is-onecolumn-pisi .lb-outerContainer {
  position: static;
}
.-is-onecolumn-pisi .lb-closeContainer {
  position: relative;
  z-index: 11;
}

.-is-onecolumn-pisi #wishlist_link,
.-is-onecolumn-pisi #bt_e-memo-close,
.-is-onecolumn-pisi #bt_e-memo {
  top: 20px;
}

.-is-onecolumn-pisi #wishlist_link {
  right: 71px;
}

.-is-onecolumn-pisi #bt_e-memo-close,
.-is-onecolumn-pisi #bt_e-memo {
  right: 0;
}

.-is-onecolumn-pisi #bt_e-memo-close span.memo_ttl {
  height: 38px;
}

.-is-onecolumn-pisi .e-memo_window {
  top: 60px;
}

.-is-onecolumn-pisi #contents_wide {
  padding-top: 0;
}

.-is-onecolumn-pisi #item_box {
  margin-top: 0;
}

.-is-onecolumn-pisi ul#search_crumbs {
  margin-bottom: 20px;
}

.pisi-head {
  margin-bottom: 100px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pisi-head * {
  box-sizing: border-box;
}
.pisi-head img {
  vertical-align: middle;
}

.pisi-head-cont {
  margin-bottom: 81px;
}

/*=================================
  商品名
=================================*/
.pisi-name-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 14px;
}
.pisi-name-box .logo {
  flex-shrink: 0;
}

.pisi-name {
  font-size: 24px;
  font-weight: bold;
}

.pisi-head-cont {
  display: flex;
  justify-content: space-between;
}

.pisi-head-left {
  width: 600px;
}

.pisi-head-right {
  width: 370px;
}

/*=====================================================================
  商品画像
======================================================================*/
.pisi-images {
  position: relative;
  min-height: 100px;
}

.pisi-images-list li {
  min-height: 350px;
}

.pisi-images-list li:nth-of-type(n+2) {
  display: none;
}

.swiper-initialized .pisi-images-list li:nth-of-type(n+2) {
  display: initial;
}

.pisi-images-list li iframe {
  width: 600px;
  height: 337px;
  margin: auto 0;
}

.pisi-images-list a {
  position: relative;
  display: block;
}

.pisi-images-list img {
  width: 600px;
  height: auto;
}
.pisi-images-list.-xz img {
  margin-bottom: 15px;
}
.pisi-images-list img.off_img {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: auto;
}

.pisi-images .swiper-button-prev,
.pisi-images .swiper-button-next {
  --nav-size: 38px;
  position: absolute;
  top: 201px;
  display: block;
  width: var(--nav-size);
  height: var(--nav-size);
  margin-top: 0;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 90;
  z-index: 52;
  transition: transform 0.25s ease-in-out;
}

.pisi-images .swiper-button-prev {
  left: calc(var(--nav-size) / -2);
  background: url(/public/img/item/estimate/item_image/icon_prev.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}

.pisi-images .swiper-button-next {
  right: calc(var(--nav-size) / -2);
  background: url(/public/img/item/estimate/item_image/icon_next.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}

.pisi-images .swiper-button-prev:hover,
.pisi-images .swiper-button-next:hover {
  transform: scale(2);
}

.pisi-images .swiper-button-prev::after,
.pisi-images .swiper-button-next::after {
  display: none;
  content: "";
}

/* 画像拡大
--------------------------------*/
.pisi-images-desc {
  display: flex;
  margin: 23px 0 3px 0;
  justify-content: space-between;
}

.pisi-images-desc_enlarge {
  flex-shrink: 0;
  margin-right: 10px;
}

.pisi-images-desc_enlarge a {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 16px 0 35px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: url(/public/img/item/estimate/input/icon_magnifier-nightrider.svg) 7px center no-repeat;
  background-size: 20px auto;
  box-shadow: 1px 1px 2px 0px rgba(204, 204, 204, 0.6);
  font-size: 16px;
}

.pisi-images-desc_enlarge a:hover {
  color: #333;
  text-decoration: none;
}

/* カラー名称
--------------------------------*/
.pisi-images_desc-txt {
  float: right;
  margin: 11px 0 0 0;
}

/* ------------------------------------------------------------------------
  ランキング画像
------------------------------------------------------------------------*/
.icon-overlay {
  position: absolute;
  top: 5px;
  left: 7px;
  display: flex;
  gap: 10px;
  z-index: 52;
}
.pisi-images span {
  display: block;
  text-indent: -9000px;
  overflow: hidden;
  width: 61px;
  height: 52px;
}

/* ------------------------------------------------------------------------
  商品コメント
------------------------------------------------------------------------*/
.pisi-images_comment {
  padding: 2px 0 2px 5px;
  margin-bottom: 4px;
  border-bottom: none; /* anti-multiplication */
  font-size: 12px;
  color: #C00;
  text-align: left;
}

/* ------------------------------------------------------------------------
  カタログ画像・図面
------------------------------------------------------------------------*/
.pisi-images-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  margin: 15px 0 55px;
}

.pisi-images-sub li {
  width: 90px;
}

.pisi-images-sub img {
  width: 90px;
  height: 69px;
  border: 1px solid #ccc;
}

.pisi-images-sub a:hover img {
  border: 1px solid #0067ca;
}

/*------------------------------------------------------------------------
  動画
------------------------------------------------------------------------*/
.pisi-images-sub li.video-thumb {
  position: relative;
}

.pisi-images-sub img.icon_play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  margin: auto;
  border: none;
}

/*=================================
  カラー
=================================*/
.pisi-color_ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.pisi-color_ttl-link a {
  color: #0034ca!important;
  text-decoration: underline!important;
  font-weight: normal;
}
.pisi-color_ttl-link a::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  border: 3px solid transparent;
  border-left: 6px solid #0034ca;
  border-right: none;
  vertical-align: middle;
}
.pisi-color-body {
  margin-bottom: 15px;
}
.pisi-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 7px;
}
.pisi-color li {
  width: 94px;
}
.pisi-color_img {
  margin-bottom: 12px;
}
.pisi-color_img img {
  width: 100%;
  height: auto;
}
.pisi-color_name {
  display: flex;
  justify-content: center;
  font-size: 11px;
  line-height: 1.3;
  text-align: justify;
}

/*=================================
  スペック
=================================*/
.pisi-head-spec {
  margin-bottom: 16px;
}

.pisi-head-spec_ttl {
  margin-bottom: 2px;
  font-size: 14px;
}

.pisi-head-spec-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.pisi-head-spec-table th,
.pisi-head-spec-table td {
  border-bottom: 1px dashed #ccc;
  vertical-align: middle;
}

.pisi-head-spec-table tr:last-of-type th,
.pisi-head-spec-table tr:last-of-type td {
  border: none;
}

.pisi-head-spec-table th {
  width: 131px;
  padding: 7px 10px;
  background-color: #f7f7f7;
  font-weight: normal;
  text-align: center;
}

.pisi-head-spec-table td {
  padding: 7px 20px;
}

.pisi-head-spec_area {
  display: flex;
}

.pisi-head-spec_area-hd {
  flex-shrink: 0;
  margin-right: 20px;
}

.pisi-head-spec a {
  padding-right: 15px;
  background: url(/public/img/global/ico_blank.png) right center no-repeat;
  color: #0034ca;
  text-decoration: underline;
}
.pisi-head-spec a:hover {
  text-decoration: none;
}

/*=================================
  割引きリスト
=================================*/
.pisi-head {
  --off-space: 8px;
}
.pisi-head .discount_list {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  margin-bottom: 22px;
  padding: 7px 10px;
  border: 1px solid #bcbcbc;
  font-weight: bold;
}
.pisi-head .discount_list::before, .pisi-head .discount_list::after {
  content: "";
  position: absolute;
  left: 45px;
  width: 0;
  height: 0;
  margin: auto 0;
  border: 9px solid transparent;
  border-bottom: none;
}
.pisi-head .discount_list::before {
  bottom: -15px;
  border-top: 15px solid #bcbcbc;
}
.pisi-head .discount_list::after {
  visibility: visible !important;
  bottom: -13px;
  border-top: 15px solid #fff;
}
.pisi-head .discount_list li {
  display: inline-flex;
  align-items: center;
  height: 29px;
  padding: 0 var(--off-space);
  background-color: #f00;
  color: #fff;
}
.pisi-head .discount_list li:last-of-type::after {
  display: none !important;
}
.pisi-head .discount_list li.price_off {
  align-items: baseline;
  font-size: 12px;
}
.pisi-head .discount_list li.price_off .percentage {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.pisi-head .discount_list li.special_off {
  padding-left: 0;
  font-size: 14px;
}
.pisi-head .discount_list li:only-of-type.special_off {
  padding-left: var(--off-space);
}
.pisi-head .discount_list .plus {
  display: flex;
  align-items: center;
  height: 29px;
  margin-right: var(--off-space);
  padding: 0 var(--off-space);
  background: #fff;
  color: #f00;
  font-size: 20px;
  font-weight: normal;
}

/*=================================
  価格
=================================*/
.pisi-price {
  padding-bottom: 5px;
  border-bottom: 1px solid #bcbcbc;
}
.pisi-price_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.pisi-price-body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.pisi-price_num {
  margin-right: 6px;
  color: #f00;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: bold;
}
.pisi-price-unit {
  line-height: 1.2857142857;
}
.pisi-price_currency {
  text-align: center;
}

.pisi-maker-price {
  margin-top: 7px;
  font-size: 11px;
  text-align: center;
}

/*=================================
  お見積りシミュレーションボタン
=================================*/
.pisi-head-sim_btn {
  position: relative;
  margin: 40px 0 20px;
  text-align: center;
}
.pisi-head-sim_btn::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  width: 36px;
  height: 10px;
  margin: 0 auto;
  background: url(/public/img/img_search/search_intro/estimate_input/ico_price_arrow.png) left center no-repeat;
}
.pisi-head-sim_btn a {
  display: inline-flex;
  align-items: center;
  width: 312px;
  height: 56px;
  border-radius: 5px;
  background-image: url(/public/img/item/estimate/input/icon_pc_discount.svg), linear-gradient(to bottom, #e1292f 0%, #ad0709 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 13px center, left;
  background-size: 35px auto, auto;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.26);
  color: #fff;
  text-decoration: none;
}

.pisi-head-sim_btn-txt {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 40px;
  margin-left: 58px;
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.pisi-head-sim_btn-txt-sim {
  margin-bottom: 1px;
  font-size: 16px;
}

.pisi-head-sim_btn-txt-order {
  font-size: 12px;
}

/* ====================================================
  いきなり現調ボタン
====================================================*/
.pisi-head-right .cta-short {
  width: 312px;
  margin: 0 auto 30px;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
}
.pisi-head-right .cta-short_btn {
  margin-bottom: 8px;
  text-align: center;
}
.pisi-head-right .cta-short_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: url(/public/img/global/icon_next-white.svg) right 20px center no-repeat #2467c5;
  background-size: 10px auto;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.pisi-head-right .cta-short_lead {
  font-size: 11px;
  text-align: center;
}

/*=================================
  登録ボタン
=================================*/
.pisi-head {
}
  /* 登録済み
  --------------------------------*/
.pisi-head .bt_wishlist_register {
  display: flex;
  justify-content: center;
  width: 312px;
  margin: 11px auto 0;
  padding-left: 0;
  background: none;
  cursor: pointer;
  color: #ff6c2b;
  border: solid 1px #ccc;
  border-radius: 5px;
}
.pisi-head .bt_wishlist_register .txt {
  height: 40px;
  padding: 0 0 0 36px;
  background: url(/public/img/global/main/wishlist/ico_heart.svg) left center no-repeat;
  line-height: 40px;
}
.pisi-head .bt_wishlist_registered {
  background-color: #ff6c2b;
  border-radius: 5px;
  border: none;
}
.pisi-head .bt_wishlist_registered .txt {
  padding-left: 28px;
  background: url(/public/img/global/main/wishlist/ico_heart_registered.svg) left center no-repeat #ff6c2b;
  color: #fff;
}
.pisi-head .bt_wishlist_registered .txt::before {
  display: none;
}
.pisi-head .bt_wishlist_register_num {
  margin-left: 16px;
}
/* ====================================================
  評価・レビュー
====================================================*/
.pisi-head {
  /*--------------------------------
    評価
  --------------------------------*/
  /*--------------------------------
    レビュー
  --------------------------------*/
}
.pisi-head .item-ast {
  margin: 30px 0 40px;
  font-size: 13px;
}
.pisi-head a.item-ast_review-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 71px;
}
.pisi-head .item-ast_rating {
  width: 151px;
  padding: 0;
}
.pisi-head .item-ast_rating-img {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
}
.pisi-head .item-ast_rating-img:before,
.pisi-head .item-ast_rating-img:after {
  content: '★★★★★';
  font-size: 18px;
  letter-spacing: -0.1em;
}
.pisi-head .item-ast_rating-img:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; 
}
.pisi-head .item-ast_review-count {
  width: 217px;
  padding: 0;
  background-image: url(/public/img/global/icon_next-darkgray.svg);
  background-size: 10px auto;
}
.pisi-head .item-ast_review-count::before {
  height: 33px;
}

/*=================================
  販売情報
=================================*/
.pisi-desc {
  margin: 40px 0 30px;
}
.pisi-desc_ttl {
  display: flex;
  min-height: 40px;
  align-items: center;
  margin-bottom: 16px;
  padding: 5px 10px 5px 48px;
  background: url(/public/img/item/estimate/input/icon_note.png) 12px center no-repeat #d3d1cc;
  font-size: 15px;
}
.pisi-desc_txt {
  font-size: 14px;
  line-height: 1.7142857143;
}
.pisi-bnr_simulation {
  margin-bottom: 20px;
  text-align: center;
}

/*=================================
  スタッフ
=================================*/
.pisi-staff {
  margin-bottom: 19px;
  border: 1px solid #ccc;
}
.pisi-staff_ttl {
  position: relative;
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 26px;
  background-color: #ffeaac;
}
.pisi-staff_ttl::after {
  position: absolute;
  bottom: 0;
  right: 19px;
  content: url(/public/img/item/estimate/input/img_looking_person.png);
}
.pisi-staff_txt {
  padding: 8px 13px 3px;
  font-size: 13px;
  line-height: 1.8461538462;
}

/*=================================
  送料無料バナー 組み立て設置工事バナー
=================================*/
.pisi-head .bnr_free_shipping,
.pisi-head .bnr_fabrication {
  margin: 7px 0;
  border: 1px solid #ccc;
}
.pisi-head .bnr_free_shipping dl dt,
.pisi-head .bnr_fabrication dl dt {
  padding: 5px 5px 5px 37px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #0a4355;
}
.pisi-head .bnr_free_shipping dl dd,
.pisi-head .bnr_fabrication dl dd {
  padding: 9px;
  font-size: 11px;
}
.pisi-head .bnr_free_shipping dl dt {
  background: url(/public/img/img_search/estimate/input/ico_shipping.png) 11px 4px no-repeat #e8f3f6;
}
.pisi-head .bnr_fabrication dl dt {
  background: url(/public/img/img_search/estimate/input/ico_fab.png) 12px 3px no-repeat #e8f3f6;
}
.pisi-head .bnr_free_shipping dl dd ul li {
  margin-left: 16px;
  margin-bottom: 3px;
  list-style: disc;
  line-height: 1.25;
}
.pisi-head .bnr_free_shipping dl dd ul li.last {
  margin-bottom: 0;
}

/*=================================
  商品について問い合わせるボタン
=================================*/
.pisi-head-contact {
  margin: 20px 0;
}
.pisi-head-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%);
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.pisi-head-contact_txt {
  min-height: 15px;
  padding: 0 0 0 36px;
  background: url(/public/img/item/estimate/input/icon_mail-darkgray.svg) left center no-repeat;
  background-size: 21px auto;
  line-height: 15px;
}

.pisi-head-wrapping {
  display: flex;
  justify-content: space-between;
}

/*=================================
  SNS
=================================*/
.pisi-sns-list {
  display: flex;
  flex-wrap: wrap;
}
.pisi-sns-list li {
  width: 100px;
}
.pisi-sns-list_fb {
  height: 30px;
}

/*=================================
  カタログ
=================================*/
.pisi-catalog a {
  padding-right: 12px;
  background: url(/public/img/global/ico_blank.png) no-repeat 100% 50%;
  color: #0034ca;
  text-decoration: underline;
}
.pisi-catalog a:hover {
  text-decoration: none;
}
.pisi-catalog a::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  border: 3px solid transparent;
  border-left: 6px solid #0034ca;
  border-right: none;
  vertical-align: middle;
}

/*=================================
  お見積りシミュレーションボタン
=================================*/
.pisi-head-bottom-sim_btn {
  margin-bottom: 22px;
  text-align: center;
}
.pisi-head-bottom-sim_btn a {
  display: inline-flex;
  align-items: center;
  width: 585px;
  height: 65px;
  border-radius: 3px;
  background-image: url(/public/img/item/estimate/input/icon_pc_discount.svg), linear-gradient(to bottom, #e1292f 0%, #ad0709 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 12px center, left;
  background-size: 38px auto, auto;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.pisi-head-bottom-sim_btn-txt {
  display: inline-flex;
  align-items: center;
  height: 47px;
  margin-left: 58px;
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* ====================================================
  いきなり現調ボタン
====================================================*/
.pisi-head-bottom .cta-short {
  width: 100%;
  margin: 0;
  padding: 20px 0 15px;
}
.pisi-head-bottom .cta-short_btn {
  margin-bottom: 8px;
  text-align: center;
}
.pisi-head-bottom .cta-short_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 585px;
  height: 70px;
  border-radius: 3px;
  background: url(/public/img/global/icon_next-white.svg) right 70px center no-repeat #2467c5;
  background-size: 16px auto;
  color: #fff;
  font-size: 26.4px;
  font-weight: bold;
  text-decoration: none;
}
.pisi-head-bottom .cta-short_lead {
  font-size: 14px;
  text-align: center;
}
/* ====================================================
  販売終了商品
====================================================*/
/* 販売終了のお知らせ
------------------------------------------------------------------------*/
.pisi-head .inform_end_sale {
  margin-top: 20px;
  border: 1px solid #ccc;
}
.pisi-head .inform_end_sale dt {
  height: 40px;
  padding-left: 60px;
  line-height: 40px;
  background: url("/public/img/item/estimate/end_of_sale/ico_inform_exclamation.png") 20px center no-repeat #a32727;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.pisi-head .inform_end_sale dd {
  padding: 20px;
}
.pisi-head .inform_end_sale dd .txt {
  padding-left: 0;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.714;
}
.pisi-head .inform_end_sale dd .ttl {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
dl.inform_end_sale .name {
  margin-bottom: 8px;
}
.pisi-head_sale {
  height: 40px;
  margin: 20px auto 10px;
  padding-left: 20px;
  background-color: #aaa;
  border-bottom: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

/* ====================================================
  物置セパレート
====================================================*/
.model-number::before {
  content: "";
  display: inline-block;
  margin: 0 15px;
  width: 2px;
  height: 22px;
  background-color: #333;
  vertical-align: middle;
}

/*=================================
  #25750: アイアンブラウザ対応
=================================*/
.srware-iron .pisi-images .bx-controls a {
  width: 38px;
  height: 38px;
}
.srware-iron .pisi-images .bx-controls a.bx-prev {
  left: calc(38px / -2);
}
.srware-iron .pisi-images .bx-controls a.bx-next {
  right: calc(38px / -2);
}
/*# sourceMappingURL=input.css.map */

/*=================================
  ソーラーカーポート導線
=================================*/
.pisi-head-bnr {
  margin: 50px 0 80px;
}
.pisi-head-bnr_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
/*=====================================================================
  予約商品
======================================================================*/
.logo .reservation {
  margin-left: 10px;
  vertical-align: bottom;
}