.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product {
  /* margin-bottom: 40px;*/ /* 20241023 commentout */
}

.product_area {
  /* border-bottom: 1px solid #333;*/
  padding-top: 15px;
  padding-bottom: 40px;
  /* max-width: 980px; */
  width: 1120px;
  max-width: 92%;
  margin: 0 auto;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .product_area_left { padding-left: 0!important; padding-right: 1%!important; }
  .product_area_right { padding-left: 1%!important; padding-right: 0!important; }
}
@media (max-width: 768px) {
  .product_area_left { padding-left: 0!important; padding-right:0!important; }
  .product_area_right { padding-left: 0!important; padding-right:0!important; }
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #333;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}
/* 商品詳細ページの送料無料の説明 */
.salespoint {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 0.6px solid #000;
  color: #212121;
  padding: 6px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 2.4rem;
}
@media (max-width: 980px) {
  .salespoint {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .salespoint {
    margin-bottom: 1.6rem;;
  }
}
/* 型番・グループ・商品名 */
.product_name {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal; /*500;*/
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .product_name {
    font-size: 1rem;
  }
}
/* 型番 */
.product_model {
  font-weight: normal;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .product_model {
    font-size: 0.9rem;
  }
}

.product_img {
  margin-top: 45px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.product_img_thumb {
  margin-top: 30px;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  /* border: 1px solid #ccc; */
}
.thumb_active {
  /* border: 1px solid #333; */
  opacity: 0.6;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 20px 0 0;
}


.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  /* font-size: 20px; */
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .product_price {
    font-size: 1rem;
  }
}

.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  /* background-color: #f6f6f6;*/
  margin: 0 0 30px 0;
  /* padding: 10px 20px 20px;*/
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  /* margin-top: 30px;*/
  margin-top: 5px;
  /* padding: 18px 0; */
  padding: 11px 0;
  background-color: #333;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #666;
  color: #fff;
  *background-color: #666;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  /* background-color: #cf0400;*/
  background: linear-gradient(180deg, #3C3C3D 1%, #565656 100%);
  opacity: 1;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.product_related_lists {
  /* margin: 20px 0 0; */
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  /*line-height: 1.8;*/
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .product_explain {
    margin-top: 2.5rem;
  }
}
.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  /*float: left;*/
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
  display: inline-block;
}

.icon_star img {
  max-width: inherit;
}

.review_poster {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  line-height: 1.5;
  color: #0F3192;
  font-weight: 500;
  border-bottom: 1px solid #0F3192;
}
@media (max-width: 768px) {
  .review_poster { display:block; }
}

.review_poster li {
  /*float: left;
  margin-left: 10px;*/
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  /*padding-top: 20px;
  margin-top: 20px;*/
  /* border-top: 1px solid #ccc;*/
  text-align: left;
  background: #EEF2FF;
  padding: 30px;
  margin-bottom: 30px;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.review_img {
  /*float: right;*/
  width: auto;
  margin: 0 0 10px 10px;
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
  display: flex;
}
/* and add start */
.reviewlist_content .review_text_box { width: 85%; padding-right:1.5rem; box-sizing:border-box; }
.reviewlist_content .review_img_box { width: 15%; margin:auto; }
.reviewlist_content .review_img_box img { max-height: 100px; width:auto; }
@media screen and (max-width: 768px) {
  .reviewlist_content { display:block; }
  .reviewlist_content .review_text_box { width: 100%; padding-right:0; }
  .reviewlist_content .review_img_box { width: 100%; max-width:400px; margin-top:1rem; }
  .reviewlist_content .review_img_box img { max-height: unset; }
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    /*width: 540px;*/
    width: calc(100% - 450px);
    float: left;
    padding-left: 0;
    padding-right: 1%;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding-left: 1%;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .product_area_right .caution a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit !important;
  }
}
@media (min-width: 768px) {
  /*.product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }*/
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_left {
    float: none;
    padding: 0;
  }
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_area_right .caution a[href^="tel:"] {
    color: inherit !important;
    text-decoration: underline;
  }
  .product_img {
    margin-bottom: 20px;
  }

  .product_detail_area,
  .product_social_lists {
    /* padding: 0 10px;*/
  }
  .product_tab a {
    font-size: 12px;
  }
  /*.product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }*/
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}

/* 20240811 and add from here */
.clWrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	border:none;
}
iframe {
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
}
iframe body{
    margin: 0;
}
/* 20240822 and add from here */
/* 共通*/
.por {
  position: relative;
}
.dbl {
  display: block;
}
.font-s {
  font-size: 0.75rem;
}
.t-center {
  text-align: center;
}
.red {
  color: #DD0000;
}
/*カートアイコンを非表示*/
.hide_carticon .icon-cart {
   display: none;
}
/* お支払い方法・ローン参考金額など */
.product_howtopay_area {
  border: 1px solid #fff;
  background: transparent;
  padding: 1.2rem;
  box-sizing: border-box;
  margin-top: 30px;
}
.product_howtopay_area.txt-b {
  border: 1px solid #fff;
  background: #F7F4EF;
}
.loan_simulate_text {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.loan_simulate_text.-s {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.img_howtopay {
  border-radius: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
/* レビュー部分 */
/*.product_reviews {
    display: flex;
    flex-wrap: wrap;
}
.reviewlist {
    width: 48%;
}
.reviewlist:nth-child(even){
    margin-left: 2%;
    margin-right: 0;
}
.reviewlist:nth-child(odd){
    margin-left: 0;
    margin-right: 2%;
}*/
/* 商品詳細の商品画像部分 */
.row {
  /* max-width: 980px; */
  max-width: 1120px;
}
.row.-content {
  width: 1120px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.product_area_outer {
  padding-top: 30px;
  margin-top: -31px;
}
@media (max-width: 768px) {
  .product_area_outer {
    padding-top: 65px;
    margin-top: -31px;
  }
}
.product_img_main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_img_main, .product_img_main img {
  max-height: 550px;
}
.product_img_thumb .col {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .product_img_thumb .col {
    padding-left: 3px;
    padding-right: 3px;
  }
}

/* ネット販売不可の場合に、背景色をつける */
.page.prd_detail.-offline .product_area_outer {
  background: linear-gradient(321deg, #000 16.67%, #494949 51.45%, #494949 51.96%, #494949 53.49%, #000 84.18%);
}
.page.prd_detail.-online .product_area_outer {
  background: linear-gradient(180deg, #FFF 0.3%, #FFF 50.01%, #FDFDFD 74.87%, #F7F4EF 99.73%);
}
.page.prd_detail .product_img_main img {
  max-height: 100% !important;
  max-width: 100% !important;
}
/* ネット販売不可の場合に、画像に影をつける */
.page.prd_detail.-offline .product_img_main img {
  filter: drop-shadow(0 2rem 3rem #222);
}
/* ベルト調整のメッセージ */
.msg-measure {
  max-width: 500px;
  margin: 0 auto;
}
.msg-measure img {
  margin-top: 1rem;
}
.msg-measure-inner {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #fff;
  border: 1px solid #0F3192;
  border-radius: 0 0 4px 4px;
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
}
.msg-measure-inner span, .msg-measure-inner a {
  color: #dd0000;
}
.msg-measure-inner a {
  text-decoration: underline;
}
/* カートに入れるボタン */
.btn-addcart {
  background: linear-gradient(180deg, #B4965E 0%, #604E2C 100%);
}
.btn-addcart i {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
/* 在庫など問い合わせるボタン */
/*.btn-block.-base {
  position: relative;
  border: none;
  margin-top: 1rem;
  padding: 11px 0;
  background-color: #333;
  background-color: #333;
  letter-spacing: 0.1em;
}
.btn-block.-base span, .btn-block span {
  font-size: 1rem;
  font-weight: 500;
  color: inherit;
  vertical-align: middle;
}*/
.btn-block.-base.-contact, .btn-block.-base.-mail {
  background: linear-gradient(180deg, #FFFFFF 1%, #939393 100%);
  color: #212121;
}
.btn-block.-base.-line {
  background: #06C755;
  color: #fff;
}
.btn-block.-base.-navy {
  background: linear-gradient(0deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
  color: #fff;
}
.btn-block.-base.-contact::before, .btn-block.-base.-mail::before, .btn-block.-base.-line::before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 18px;
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX2xpbmVfbWFpbA.png?cmsp_timestamp=20240903133103);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-block.-base.-line::before {
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX2xpbmU.png?cmsp_timestamp=20240904233650);
  width: 30px;
  height: 30px;
  margin-top: 2px;
  margin-right: 6px;
}
.btn-block.-base.-mail::before {
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX21haWw.png?cmsp_timestamp=20240904233747);
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 8px;
}

.contact-link {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 13px;
  text-decoration: underline;
  position: relative;
}
.contact-link::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX2xpbmU.png?cmsp_timestamp=20240904233747);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}
.contact-link.-mail::before {
  background-image: url(https://img07.shop-pro.jp/PA01460/241/etc_base64/bW9kZV9pY29uX21haWw.png?cmsp_timestamp=20240904233747);
}
.contact-link::after {
}

/*「LINEで問い合わせる」「メールで問い合わせる」のリンクのエリア*/
.contact-link-area {
  width: 250px;
  margin: 1.4rem 0 0 auto;
  display: none;
}
/* IKEDAの保証とサービスのバナーエリア */
.support-bnr-area {
  margin: 3rem auto 0 auto;
}
@media (max-width: 768px) {
  .support-bnr-area {
    max-width: 400px;
  }
}
.support-bnr-area-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
.support-bnr-area-ttl:before, .support-bnr-area-ttl:after {
  background-color: #fff;
  border-radius: 5px;
  content: '';
  flex-grow: 1;
  height: 1px;
}
.support-bnr-area-ttl.txt-b:before, .support-bnr-area-ttl.txt-b:after { background-color: #212121; }
.support-bnr-area-ttl:before { margin-right: 1rem; }
.support-bnr-area-ttl:after { margin-left: 1rem; }
.support-bnr {
  display: block;
  margin-top: 1rem;
}
/* モデルバリエーション */
#samecat-prdlist-slide li {
  margin-bottom: 0;
}
#samecat-prdlist-slide .slick-prev::before,
#samecat-prdlist-slide .slick-next::before {
  color: #0F3192;
}
#samecat-prdlist-slide .slick-prev::before { position:absolute; left:15px; }
#samecat-prdlist-slide .slick-next::before { position:absolute; right:15px; }
.productlist_lists li { padding: 0 1rem; }
#samecat-prdlist-slide .slide-arrow.prev-arrow, .slide-arrow.next-arrow {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}
#samecat-prdlist-slide .slide-arrow.next-arrow {
  left: unset;
  right: 0;
}
@media (max-width: 500px) {
  .productlist_lists li:not(.slick-slide) { width: 49%!important; }
  #samecat-prdlist-slide .slide-arrow { width: 10px; }
}

/* スペック表(Wordpress) */
.tbl-spec {
  border-collapse: collapse;
  width: 100%;
}
.tbl-spec th, .tbl-spec td {
  font-weight: normal;
  padding: 1.5rem 0;
}
.tbl-spec th {
  color: #0F3192;
  width: 28%;
  border-bottom: 2px solid #0F3192;
  padding-left: 10px;
  padding-right: 10px;
}
.tbl-spec td {
  width: 70%;
  border-bottom: 2px solid #DADADA;
  padding-left: 1rem;
}
.tbl-spec tr:first-of-typ tr, .tbl-spec tr:first-of-typ td {
  padding-top: 0;
}

/* 自由エリア(Wordpress) */
#wparea-contents .clme-wp-prddetail > .wp-block-image { margin-left: 0; margin-right: 0; }
#wparea-contents .clme-wp-prddetail > .wp-block-image > img { width: 100%; }
#wparea-contents .clme-wp-prddetail > * { margin-bottom: 2rem; }
@media (max-width: 768px) {
  #wparea-contents .clme-wp-prddetail > * { margin-bottom: 0.9rem; }
}

.youtube {
  position: relative;
  width: 100%;
  max-width: 950px;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 共通エリア(Wordpress) */
.gmc-area {
  background: linear-gradient(180deg, #3C3C3D 1%, #565656 100%);
  padding: 3.5rem 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 7rem;
}
.gmc-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.gmc-logo { width:245px; margin-bottom:30px; }
.gmc-box-w {
  background: #fff;
  width: 950px;
  max-width: 92%;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  margin: 0 auto 2rem auto;
  color: #212121;
  font-size: 18px;
}
.gmc-box-w-top {
  display: block;
  margin-bottom: 13px;
}
.gold-l { 
  font-size: 34px;
  color: #AA9664;
  vertical-align: middle;
  margin: auto 2px;
}
.btn-gmc {
  display: block;
  position: relative;
  width: 660px;
  max-width: 92%;
  background: linear-gradient(180deg, #B4965E 0%, #604E2C 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin: auto;
  padding: 12px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .gmc-area { padding:2.8rem 0; }
  .gmc-ttl { font-size:19px; }
  .gmc-box-w { padding:1.5rem; font-size:12px; }
  .gold-l { font-size:25px; }
  .gmc-box-w-top { margin-bottom:5px; }
  .btn-gmc { font-size: 14px; }
}

.noitr-area {
  padding: 90px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%, #FDFDFD 75%, #F7F4EF 100%);
  text-align: center;
}
.noitr-subttl {
  color: #AA9664;
  font-size: 26px;
  letter-spacing: 0.17em;
  margin-bottom: 1.5rem;
}
.noitr-ttl {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.noitr-ttl .gold-l {
  font-size: 65px;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .noitr-area { padding: 65px 40px; }
  .noitr-subttl { font-size: 17px; }
  .noitr-ttl { font-size: 19px; }
  .noitr-ttl .gold-l { font-size: 28px; }
  .noitr-text-s { text-align: left; }
}

.bnr_afterservice {
  display: block;
  width: 950px;
  max-width: 92%;
  margin: 3.5rem auto 0 auto;
}

/* レビュー */
.btn-reviews {
  background: linear-gradient(0deg, #000A16 0%, #0A1A37 50%, #0F3192 100%);
  border-radius: 0;
  margin-top: 1rem;
}
.review_naiyou {
  position: relative;
  height: 75px;
  overflow: hidden;
}
.review_naiyou::after {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #EEF2FF;
}
@media (max-width: 768px) {
  .review_naiyou { height:68px; }
  .review_date { margin-top:0.8rem; text-align:right; }

}

/* レビューを投稿ボタンのサイズ調整 */
.product_reviews_btn a:first-of-type {
  padding: 10px 0 9px 0;
}
/*****************/

