.pisi-head {
  margin-bottom: 60px;
  line-height: 1.66666;!important
}
/*=================================
商品名
=================================*/
.pisi-name-box .logo {
  flex-shrink: 0;
}
.pisi-name-box {
  margin-top: 20px;
}
.pisi-name {
  font-size: 20px;
  font-weight: bold;
}
.pisi-head-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
/*=================================
  お気に入りボタン
=================================*/
.pisi-head .bt_wishlist-box {
  position: absolute;
  right: 16px;
  bottom: 14px;
  cursor: pointer;
  z-index: 9999;
}
.bt_wishlist-box .txt {
  display: none;
}
.pisi-head .bt_wishlist {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.pisi-head .bt_wishlist_register,
.pisi-head .bt_wishlist_registered {
  position: relative;
  width: 68px;
  height: 68px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: rgb(255, 255, 255, 0.6) 2px solid;
  background-color: rgb(75 85 99 / 0.3);
  cursor: pointer;
}
.pisi-head .fa-bookmark:before {
  content: "\f02e";
  color: #fff;
}
.pisi-head .fa-solid {
  color: #fff;
  font-family: "Font Awesome 6 Pro";
}
.pisi-head .bt_wishlist_register .tag {
  display: none;
}
.pisi-head .bt_wishlist_registered .tag {
  position: absolute;
  top: -25px;
  left: -13px;
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 9px 0 9px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  background-color: rgb(255, 108, 43);
  white-space: nowrap;
  cursor: pointer;
}
.pisi-head .bt_wishlist_registered {
  background-color: rgb(255, 108, 43, 0.8);
}
/*=================================
  カラー
=================================*/
.pisi-color {
  margin-bottom: 32px;
}
.pisi-color_ttl {
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.pisi-head-spec {
  margin-bottom: 16px;
}
.pisi-head-spec_ttl {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.pisi-head-spec-table {
  margin-bottom: 16px;
  border-top: 1px solid #e4e8eb;
  border-bottom: 1px solid #e4e8eb;
}
.pisi-head-spec-table th,
.pisi-head-spec-table td {
  background-color: #fff;
  border-bottom: 1px solid #e4e8eb;
}
.pisi-head-spec-table th {
  padding-left: 0;
  color: #6b7284;
  font-weight: bold;
  text-align: left;
}
.pisi-head-spec-table td {
  padding: 5px 20px;
}
#item_detail .item_detail_box {
  border: none;
}
#item_detail h3.h_item_detail {
  height: auto;
  margin: 0 0 11px 0;
  padding: 0;
  border-bottom: none;
  background: none;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
#item_detail .item_roof {
  margin-bottom: 32px;
}
#item_detail .item_option .option_list {
  padding: 0;
}
#item_detail .item_option .option {
  width: 100%;
  margin: 0 0 12px 0;
}
#item_detail .item_option .option h4.opt_name a {
  font-size: 14px;
}
#item_detail .item_option .opt_desc {
  font-size: 14px;
}
/*=================================
  屋根材
=================================*/
.pisi-head-spec-wrap {
  display: flex;
  align-items: center;
}
.pisi-head-spec_show {
  margin-left: 5px;
  font-size: 16px;
  cursor: pointer;
}
.pisi-head-spec-detail-wrap {
  position: relative;
}
.pisi-head-spec-detail {
  display: none;
  bottom: 0;
  left: 35px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.pisi-head-spec_show:hover + .pisi-head-spec-detail {
  display: block;
  position: absolute;
}
.pisi-head-spec-detail .static_mgn15 {
  margin-top: 0;
}
/*=================================
  この商品の対象キャンペーン
=================================*/
dl#campaign_list {
  margin-top: 32px;
}
dl#campaign_list dt {
  margin-bottom: 8px;
  padding: 0;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
dl#campaign_list dd {
  padding-top: 0;
}
dl#campaign_list dd ul:not(:target) {
  display: flex;
  flex-wrap: wrap;
  gap: 13.5px;
}
dl#campaign_list dd ul li {
  margin: 0;
}
/*=================================
  お見積りシミュレーションボタン
=================================*/
.pisi-head-btns {
  position: relative;
  margin: 40px 0 30px;
  padding: 16px 16px;
  border-radius: 5px;
  background-color: #eff6ff;
}
.pisi-head-btns::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 {
  margin: 0 0 14px;
}
.pisi-head-sim_btn::before {
  display: none !important;
}
.pisi-head-sim_btn a {
  width: 100%;
  height: 68px;
  padding-left: 74px;
  background-color: #e1292f;
  background-image: url(/public/img/item/estimate/input/icon_pc_discount.svg);
  background-position: 23px center;
  background-size: 35px auto;
  box-shadow: none;
}
.pisi-head-sim_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 8px;
  height: 13px;
  margin: auto 0;
  background: url(/public/img/global/icon_next-white.svg) left center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.pisi-head-sim_btn-txt {
  height: auto;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.pisi-head-sim_btn-txt-sim {
  font-size: 18px;
  font-weight: bold;
}
.pisi-head-sim_btn-txt-order {
  font-size: 12px;
}
/* ====================================================
  画像スライド
====================================================*/
.item_customer_reviews.no-slider .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 23px;
}
.item_customer_reviews.no-slider .review-list li:nth-of-type(n+2) {
  display: block;
}
/* ====================================================
  評価・レビュー
====================================================*/
.pisi-head .item-ast {
  margin: 30px 0;
}
/*=================================
  販売情報
=================================*/
.pisi-desc {
  margin: 30px 0;
}
/* ====================================================
  いきなり現調ボタン
====================================================*/
.pisi-head-right .cta-short {
  width: 100%;
  margin: 0;
  background-color: #eff6ff;
}
.pisi-head-right .cta-short_btn a {
  width: 100%;
  height: 68px;
  border-radius: 6px;
  background-color: #2563ec;
  background-size: 8px auto;
  background-position: right 13px center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
}
.pisi-head-right .cta-short_lead {
  color: #6a6a6a;
  line-height: 1.4;
}
.pisi-head-right .cta-short-lead {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 4px 76px 0 10px; /* padding-top: 上下中央に表示させるため */
  background: url(/public/img/item/estimate/input/img_operator.png) right 8px center no-repeat;
  background-size: contain;
  font-size: 12px;
}
/*=================================
  タブ切替
=================================*/
.pisi-head-tabs {
  margin-bottom: 16px;
  border-bottom: 1px solid #d1d5db;
}
.pisi-head-tabs-inner {

}
.pisi-head-tabs-list {
  display: flex;
  align-items: flex-end;
  padding: 0 18px;
  margin-bottom: -1px;
}
.pisi-head-tabs-list li {
  width: calc(100% * 1 / 2);
  font-size: 16px;
  line-height: 1.5;
}
.pisi-head-tabs-list .selected a {
  color: #333;
  font-weight: bold;
  border-top: 1px solid #d7dae0;
  border-left: 1px solid #d7dae0;
  border-right: 1px solid #d7dae0;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}
.pisi-head-tabs-list a {
  display: block;
  height: 42px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  border-bottom: 1px solid #d7dae0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f3f4f6;
}
.pisi-head-tabs-list a:hover {
  text-decoration: none;
  color: #333;
}
.pisi-head-tabs-list .selected a:hover {
  text-decoration: none;
  opacity: 1;
}
.pisi-panel-area_wrap {
  display: none;
}
.pisi-panel-area .active {
  display: block;
}
/*=================================
  カタログ
=================================*/
.pisi-head-wrapping {
  justify-content: flex-end;
}

#realtime-estimate-price,
dl#estimate_simulation_unit {
  margin-top: 0;
}

/* ===========================================================
  お客様の声
===========================================================*/
.item_customer_reviews {
  margin-bottom: 64px;
}
.item_customer_reviews_ttl {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 16px;
  padding: 0 16px;
  background-color: #f0f0f0;
  line-height: 1;
}
.item_customer_reviews_ttl .ttl {
  display: flex;
  align-items: baseline;
  margin-right: 14px;
  font-size: 15px;
}
.item_customer_reviews_ttl .ttl_head {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.item_customer_reviews_ttl .item_customer-num {
  color: #f00;
  font-size: 22px;
  font-weight: bold;
}
.item_customer_reviews_ttl .evaluate {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  font-size: 15px;
  font-weight: normal;
}
.item_customer-num {
  font-size: 18px;
  font-weight: normal;
}
.item_customer_reviews_ttl .star {
  display: inline-block;
  width: 84px;
  height: 16px;
  margin-left: 10px;
  background: url(/public/img/item/estimate/item_customer_reviews/sprite_star_half.png) 0px 0px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: initial;
}
.item_customer_reviews_ttl .txt_star {
  margin-left: 10px;
  font-size: 15px;
  font-weight: normal;
}
.item_customer_reviews .reviews {
  display: flex;
}
/* お客様情報
--------------------------------*/
.item_customer_reviews .box-date {
  display: flex;
  gap: 0 12px;
  margin-bottom: 5px;
  line-height: 1;
}
.item_customer_reviews .voice_img {
  margin-bottom: 8px;
}
.item_customer_reviews .voice_img img {
  width: 100%;
  height: auto;
}
.item_customer_reviews .box-customer .customer {
  font-size: 12px;
}
.item_customer_reviews .box-customer .evaluate {
  margin-bottom: 8px;
}
.item_customer_reviews .box-customer .star {
  display: inline-block;
  width: 84px;
  height: 16px;
  background: url(/public/img/item/estimate/item_customer_reviews/sprite_star.png) 0px 0px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.item_customer_reviews .box-customer .star-1 { background-position: -68px 0; }
.item_customer_reviews .box-customer .star-2 { background-position: -51px 0; }
.item_customer_reviews .box-customer .star-3 { background-position: -34px 0; }
.item_customer_reviews .box-customer .star-4 { background-position: -17px 0; }
.item_customer_reviews .box-customer .star-5 { background-position: 0px 0; }

.item_customer_reviews .review-list a {
  text-decoration: none;
}
.item_customer_reviews .review-list li {
  flex-shrink: 0;
  width: 240px;
}
.item_customer_reviews .review-list li:nth-of-type(n+2) {
  display: none;
}
.item_customer_reviews .swiper-initialized .review-list li:nth-of-type(n+2) {
  display: block;
}
.item_customer_reviews .review-list-container {
  position: relative;
}
.item_customer_reviews .review-list-container .swiper-button-prev {
  left: -38px;
  background: url(/public/img/item/estimate/item_image/icon_prev.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
.item_customer_reviews .review-list-container .swiper-button-next {
  right: -38px;
  background: url(/public/img/item/estimate/item_image/icon_next.svg) center center no-repeat rgba(51, 51, 51, 0.7);
}
.item_customer_reviews .review-list-container .swiper-button-prev,
.item_customer_reviews .review-list-container .swiper-button-next {
  --nav-size: 38px;
  position: absolute;
  top: 50%;
  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;
}
.item_customer_reviews .review-list-container .swiper-button-prev:hover,
.item_customer_reviews .review-list-container .swiper-button-next:hover {
  transform: scale(2);
}

/* 評価の内容
--------------------------------*/
.item_customer_reviews .box-voice_txt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  text-align:justify;
}
.item_customer-btn {
  margin-top: 16px;
  text-align: right;
}
.item_customer-btn a {
  color: #0034ca;
  text-decoration: underline;
  font-size: 14px;
}
.item_customer-btn a::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  border: 3px solid transparent;
  border-left: 6px solid #0034ca;
  border-right: none;
  vertical-align: middle;
}
/* サイズ違いの製品を探す
--------------------------------*/
dl#search_size dt {
  margin-top: 0;
}
#search_size {
  margin-bottom: 40px;
}
/* 製品のサイズの選び方
--------------------------------*/
.show_info {
  margin: 10px 0;
}
.show_info a {
  padding-right: 0;
}
/* 説明画像
--------------------------------*/
.item_size_img {
  margin-bottom: 32px;
}
.item_size_img img {
  width: auto;
  height: auto;
}
.type_floor .section {
  width: auto;
}
/* 構成セット内容
--------------------------------*/
h4#fuSetTitle {
  width: 600px;
  margin-bottom: 8px;
  padding: 0;
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  background: none;
  border: none;
  text-align: left;
}
table#fuSet {
  border: none;
}
.detail_center {
  padding: 0;
  margin: 32px auto 0;
}
table#fuSet {
  width: 100%;
  margin-bottom: 32px;
}
table#fuSet th,
table#fuSet td,
table#fuSet td.setPriceCol,
table#fuSet td.setPrice {
  font-size: 14px;
}
table#fuSet th, 
table#fuSet td {
  padding: 5px 0;
}
table#fuSet td {
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.66666;
  border-top:  1px solid #e4e8eb;
}
table#fuSet tr:first-child td {
  border: none;
}
table#fuSet td.setPriceCol {
  color: #6b7284;
  border-top: 1px solid #6b7284;
}
table#fuSet td.setPrice {
  color: #333;
  border-top: 1px solid #6b7284;
}
/*=================================
  オーニング
=================================*/
.item_detail_box--aw {
  margin-top: 32px;
}
.item_detail_box--aw .roof_variation {
  border: 1px solid #ccc;
}
/*=================================
  シャッター
=================================*/
div#production_process,
h3#made_in_japan {
  width: 600px;
}
/*=================================
  石材
=================================*/
.osusume h3 img {
  width: 600px;
}
/*=================================
  販売終了のお知らせ
=================================*/
.inform_end_sale {
  margin-top: 0!important;
}