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

商品詳細

///////////////////////////////////////////////////////////////////////*/
.gitem {
  padding: 15px 4px 50px;
}
.gitem img {
  vertical-align: middle;
}
.gitem-catch {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: normal;
}
.gitem-name {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f36c00;
  font-size: 18px;
  font-weight: bold;
}
.gitem-name-wrap {
  display: flex;
  align-items: center;
}
.gitem_maker {
  margin-right: 7px;
}
.gitem-main {
  display: flex;
  margin-bottom: 42px;
}
.gitem-west {
  width: 360px;
}
.gitem-east {
  width: 310px;
  margin-left: auto;
}
.gitem-images {
  position: relative;
}
.gitem-images-main {
  margin-bottom: 7px;
}
.gitem-images-main li {
  display: none;
}
.swiper-initialized .gitem-images-main li {
  display: block !important;
}
.gitem-images-main img {
  object-fit: contain;
  object-position: center;
  width: 360px;
  height: auto;
}
.gitem-images-sub {
  display: flex;
  flex-wrap: wrap;
}
.gitem-images-sub li {
  width: 84px;
  margin: 0 8px 10px 0;
}
.gitem-images-sub li:nth-of-type(4n) {
  margin-right: 0;
}
.gitem-images-sub img {
  width: 82px;
  height: 62px;
  border: 1px solid #ccc;
}
.gitem-images-cap {
  margin: 6px 0 20px;
  font-size: 12px;
}
.gitem-amount {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.gitem-fr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 84px;
  min-height: 50px;
  background-color: #f00;
  line-height: 1;
}
.gitem-fr_txt {
  color: #fff;
  font-size: 13px;
}
.gitem-fr_num {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.gitem-fr_num-sub {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.gitem-price {
  margin-left: auto;
}
.gitem-price-holder {
  display: flex;
  align-items: flex-end;
}
.gitem-price_num {
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.gitem-price_yen {
  font-size: 18px;
  font-weight: bold;
}
.gitem-price_txt {
  font-size: 14px;
  text-align: right;
}
.gitem-maker-price {
  margin-bottom: 17px;
  font-size: 11px;
  text-align: center;
}
.gitem-note {
  margin: 0 20px 20px;
  border: 1px solid #0074bd;
  border-radius: 5px;
}
.gitem-note_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 22px;
  border-radius: 4px 4px 4px 4px;
  background-color: #daf3ff;
  color: #0071b8;
  font-size: 12px;
  text-decoration: none;
}
.gitem-note_ttl.open {
  border-bottom: 1px solid #0074bd;
  border-radius: 4px 4px 0 0;
}
.gitem-note_ttl:hover {
  color: #0071b8 !important;
}
.gitem-note_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
  width: 9px;
  height: 13px;
  background: url(/sp/public02/img/common/icon_next-strongcornflowerblue.svg) left top no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.gitem-note_ttl.open::before {
  transform: rotate(270deg);
}
.gitem-note-body {
  display: none;
  padding: 8px 19px;
  font-size: 12px;
}
.gitem-caution {
  font-size: 11px;
  margin: 0 16px 16px 16px;
}
.gitem-caution.red {
  color: #f00;
}
.gitem-caution.blue {
  color: #0071b8;
}
.gitem-caution.black {
  color: #333;
}
.gitem-color {
  margin-bottom: 16px;
}
.gitem-color_ttl {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.gitem-color-chain {
  display: flex;
  flex-wrap: wrap;
}
.gitem-color-chain li {
  width: 70px;
  margin: 0 10px 10px 0;
}
.gitem-color-chain li:nth-of-type(4n) {
  margin-right: 0;
}
.gitem-color_img {
  margin-bottom: 3px;
}
.gitem-color_img img {
  width: 70px;
  height: auto;
}
.gitem-color_txt {
  max-width: 84px;
  font-size: 12px;
  text-align: center;
}
.gitem-size {
  margin-bottom: 16px;
}
.gitem-size_ttl {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.gitem-size-holder {
  display: flex;
  align-items: center;
}
.gitem-size-img {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.gitem-size-img img {
  width: 100px;
  height: 50px;
}
.gitem-size-txt {
  margin-left: auto;
  padding-right: 15px;
  font-size: 18px;
  font-weight: bold;
}
.gitem-size_num {
  font-size: 24px;
}
.gitem-desc {
  font-size: 14px;
}
.gitem-contact {
  box-sizing: border-box;
  width: 660px;
  margin: 0 auto 43px;
  padding: 40px 0;
  background-color: #fffccd;
  text-align: center;
}
.gitem-contact--wide {
  width: auto;
  margin: 0 15px;
  padding: 50px 0 37px;
}
.gitem-contact a {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  padding: 0 68px 0 65px;
  background-color: #0068b7;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.gitem-contact a:hover {
  color: #fff !important;
}
.gitem-contact a::before {
  content: "";
  display: inline-block;
  margin-right: 27px;
  border: 6px solid transparent;
  border-left: 12px solid #fff;
  border-right: none;
  vertical-align: middle;
}
.gitem-contact-desc {
  margin-top: 17px;
  font-size: 14px;
  text-align: center;
}
.gitem-contact_em {
  color: #f00;
  font-weight: bold;
  text-align: center;
}
.gitem-box {
  margin-bottom: 40px;
}
.gitem_hd {
  margin-bottom: 29px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f36c00;
  font-size: 18px;
  font-weight: bold;
}
.gitem_hd-sub {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.gitem-slider-wrap {
  width: 660px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.gitem-slider a {
  color: #333;
  text-decoration: none;
}
.gitem-slider_img {
  margin-bottom: 7px;
}
.gitem-slider_img img {
  width: 200px;
  height: auto;
}
.gitem-slider_txt {
  font-size: 14px;
  font-weight: bold;
}
.gitem-carousel-wrap {
  width: 660px;
  margin-bottom: 32px;
}
.gitem-carousel-wrap a {
  color: #333;
  text-decoration: none;
}
.gitem-carousel_img {
  margin-bottom: 7px;
  text-align: center;
}
.gitem-carousel_img img {
  object-fit: contain;
  object-position: center;
  width: 280px;
  height: 210px;
}
.gitem-carousel_txt {
  font-size: 14px;
}
.gitem-goods li {
  width: 200px;
}
.gitem-goods a {
  color: #333;
  text-decoration: none;
}
.gitem-goods-fig {
  position: relative;
  margin-bottom: 8px;
}
.gitem-goods_img {
  width: 200px;
  height: auto;
}
.gitem-goods_maker {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: auto;
}
.gitem-goods_name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.gitem-goods_txt {
  margin-bottom: 6px;
  font-size: 12px;
}
.gitem-goods-amount {
  display: flex;
  align-items: center;
}
.gitem-goods-fr {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-right: auto;
  padding: 0 3px;
  border-radius: 2px;
  background-color: #f00;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.gitem-goods-price {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.gitem-cards {
  display: flex;
  justify-content: space-between;
  margin: 0 15px 20px;
}
.gitem-card {
  width: 210px;
}
.gitem-card a {
  display: block;
  padding: 9px 9px 15px;
  border: 1px solid #eee;
  background: url(/public/img/gitem/search/detail/bg_grass.png) left top repeat-x;
  color: #333;
  text-decoration: none;
}
.gitem-card_img {
  margin-bottom: 7px;
}
.gitem-card_img img {
  width: 188px;
  height: auto;
  border: 1px solid #eee;
}
.gitem-card_date {
  margin-bottom: 6px;
  font-size: 11px;
}
.gitem-card-tags {
  display: flex;
  flex-wrap: wrap;
}
.gitem-card-tags li {
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  background-color: #e3f1be;
  font-size: 11px;
}
.gitem-card_txt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.gitem-card-post {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.gitem-card-post_name {
  margin-left: auto;
  color: #2a522d;
  font-size: 12px;
  font-weight: bold;
}
.gitem-more {
  text-align: center;
}
.gitem-more a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 34px 0 17px;
  border: 1px solid #2e7400;
  border-radius: 5px;
  background: url(/sp/public02/img/common/icon_next-deeppistachio.svg) right 11px center no-repeat;
  background-size: 10px auto;
  color: #2e7400;
  font-size: 16px;
  text-decoration: none;
}
.gitem-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
}
.gitem-tags li {
  margin: 0 10px 10px 0;
}
.gitem-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #aaa29f;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.gitem-tags a:hover {
  color: #fff !important;
}
.gitem-spec {
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 660px;
  margin: 0 auto;
  font-size: 14px;
}
.gitem-spec th,
.gitem-spec td {
  padding: 8px 14px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.gitem-spec th {
  width: 186px;
  background-color: #eee;
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
}
.gitem-spec td {
  vertical-align: middle;
}
.gitem-spec-color {
  display: flex;
  flex-wrap: wrap;
}
.gitem-spec-color li {
  margin: 0 0px 10px 16px;
}
.gitem-spec-color img {
  width: 84px;
  height: auto;
}
/*///////////////////////////////////////////////////////////////////////
  swiper
///////////////////////////////////////////////////////////////////////*/
/* ====================================================
  商品画像
====================================================*/
.gitem-images .swiper-button-prev,
.gitem-images .swiper-button-next {
  position: absolute;
  top: 121px;
  display: block;
  width: 28px;
  height: 28px;
  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;
}
.gitem-images .swiper-button-prev {
  left: -14px;
  background: url("/public/img/item/search/detail/item_image/icon_prev.png") 8px center no-repeat #707070;
}
.gitem-images .swiper-button-next{
  right: -14px;
  background: url("/public/img/item/search/detail/item_image/icon_next.png") 10px center no-repeat #707070;
}
.gitem-images .swiper-button-prev:hover,
.gitem-images .swiper-button-next:hover {
  transform: scale(2);
}
.gitem-images .swiper-button-prev::after,
.gitem-images .swiper-button-next::after {
  display: none;
  content: "";
}
/* ====================================================
  カルーセル
====================================================*/
.gitem-carousel-wrap {
  position: relative;
}
.gitem-carousel-wrap.next-exists::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 1;
}
.gitem-carousel-wrap.prev-exists::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.gitem-carousel li {
  display: none;
  width: 280px;
}
.gitem-carousel-wrap.swiper-initialized li {
  display: block !important;
}
.gitem-carousel-wrap .swiper-button-prev,
.gitem-carousel-wrap .swiper-button-next {
  position: absolute;
  top: 60px;
  display: block;
  width: 34px;
  height: 92px;
  margin-top: 0;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3;
}
.gitem-carousel-wrap .swiper-button-prev:hover,
.gitem-carousel-wrap .swiper-button-next:hover {
  opacity: 0.7;
  box-shadow: none;
}
.gitem-carousel-wrap .swiper-button-prev.swiper-button-disabled,
.gitem-carousel-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.gitem-carousel-wrap .swiper-button-prev.swiper-button-disabled:hover,
.gitem-carousel-wrap .swiper-button-next.swiper-button-disabled:hover {
  opacity: 0;
}
.gitem-carousel-wrap .swiper-button-prev {
  left: 0;
  background: url("/public/img/showcase/cate/detail/icon_prev_gray.png") center center no-repeat #fff;
  border-radius: 0 5px 5px 0;
}
.gitem-carousel-wrap .swiper-button-next {
  right: 0;
  background: url("/public/img/showcase/cate/detail/icon_next_gray.png") center center no-repeat #fff;
  border-radius: 5px 0 0 5px;
}
/* ====================================================
  スライダー
====================================================*/
.gitem-slider-wrap {
  position: relative;
}
.gitem-slider li {
  display: none;
  width: 200px;
}
.gitem-slider-wrap .swiper-initialized li {
  display: block !important;
}
.gitem-slider-wrap .swiper-button-prev,
.gitem-slider-wrap .swiper-button-next {
  position: absolute;
  top: 30px;
  display: block;
  width: 34px;
  height: 92px;
  margin-top: 0;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.gitem-slider-wrap--small .swiper-button-prev,
.gitem-slider-wrap--small .swiper-button-next {
  display: none;
}
.gitem-slider-wrap .swiper-button-prev:hover,
.gitem-slider-wrap .swiper-button-next:hover {
  opacity: 0.7;
  box-shadow: none;
}
.gitem-slider-wrap .swiper-button-prev.swiper-button-disabled,
.gitem-slider-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
.gitem-slider-wrap .swiper-button-prev.swiper-button-disabled:hover,
.gitem-slider-wrap .swiper-button-next.swiper-button-disabled:hover {
  opacity: 0;
}
.gitem-slider-wrap .swiper-button-prev {
  left: 0;
  background: url("/public/img/showcase/cate/detail/icon_prev_gray.png") center center no-repeat #fff;
  border-radius: 0 5px 5px 0;
}
.gitem-slider-wrap .swiper-button-next {
  right: 0;
  background: url("/public/img/showcase/cate/detail/icon_next_gray.png") center center no-repeat #fff;
  border-radius: 5px 0 0 5px;
}
.gitem-slider-wrap .swiper-button-prev::after,
.gitem-slider-wrap .swiper-button-next::after {
  display: none;
  content: "";
}
/* ====================================================
  #31019: [横]GPサイト 商品ページ内積算メモ表示追加
====================================================*/
.gitem-memo {
  position: fixed;
  top: 348px;
  left: 980px;
  z-index: 999;
  width: 100%;
}
.gitem-memo-inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.gitem-memo-textarea {
  width: 220px;
  min-height: 158px;
  padding: 6px;
  overflow: hidden;
  font-size: 12px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fcfcfc;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  box-shadow: 1px 1px 2px #ddd inset;
}
.gitem-memo-textarea a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}