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

.product {
  margin-bottom: 0;
}

/* T 追加 */
.productItem_img {
  max-width: 540px;
}


@media (max-width: 768px) {
  .product {
    margin-bottom: 0;
  }
}

.product_area {
  padding-bottom: 40px;
}

.product_area_left {
  float: left;
  padding: 0;
}

.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}

.product_tab {
  display: inline-block;

  background-color: < {
    $tab_bgcolor
  }

  >;
  text-align: center;
  padding: 10px 0;
}

.product_tab.active {
  background-color: < {
    $tab_color
  }

  >;
}

.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: 0 0 10px;
  font-size: 12px;
  letter-spacing: 1.4px;
}

.product_belong_list {
  padding: 0 2px;
}

.product_belong_list:first-child {
  padding: 0 2px 0 0;
}

.product_name {
  margin: 0;
  font-size: 19px;
  font-weight: bold;
}

.product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 60px;
}

.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}

.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.thumb_active {
  border: 1px solid #ddd;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}

.together_product_list {
  text-align: center;
}

.product_price_area {
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 8px 0 10px;
}

.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}

.product_price {
  margin: 0;
  font-size: 19px;
}

.product_price_discount {
  color: #cf0400;
}

.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}

.product_price_establish {
  margin: 0;
  font-size: 13px;
}

.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: < {
    $cart_btn_bgcolor
  }

  >;
  margin: 5px 0 0;
  padding: 20px 0 30px;
  font-size: 12px;
}

.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 -.5% 0;
}

.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}

.product_cart_select {
  border: 1px solid #c9c9c9;
  height: 40px;
  border-radius: 0 !important;
  max-width: 260px;
}

.product_cart_order {
  margin: 5px 0;
}

.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
  border-radius: 0;
  border: 1px solid #c9c9c9;
}

.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: 20px;
  padding: 18px 0;
  background-color: #484848;
  font-size: 18px;
  color: #fff;
  *background-color: #484848;
  letter-spacing: 0.1em;
  transition: .5s;
}

.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: < {
    $btn_color_hover
  }

  >;
  color: #fff;

  *background-color: < {
    $btn_color_hover
  }

  >;
}

.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: #c9c9c9;
  color: #fff;
}

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

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

.product_related_lists {
  margin: 15px 0 0;
  font-size: 12px;
}

.product_related_lists_review {
  margin: 30px 0 0;
}

.product_related_list {
  padding: 2px 0;
}

.product_related_list img {
  width: 9px;
  padding: 0 7px 4px 0;
}

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

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.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;
}

.icon_star img {
  max-width: inherit;
}

.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;
}

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

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

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

@media (min-width: 1030px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0 32px 0 0;
  }

  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

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

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

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }

  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0;
  }

  .product_tab a {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .product_explain,
  .product_img_sub {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 0 0 40px;
  }

  .product_reviews {
    font-size: 12px;
    letter-spacing: 1.2px;
    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%;
  }
}

/* 商品名・価格等表示 部分 */
.product_area {
  padding: 0;
}

.product_name {
  position: relative;
  padding: 10px 0 0 0;
  letter-spacing: 1.8px;
}

.new_mark_img1 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.syousai_kanisetsumei {
  letter-spacing: 1.4px;
  margin: 30px 0 0;
}

.syousai_souryoumuryou {
  font-size: 15px;
  letter-spacing: 1.5px;
}

.syousai_souryoumuryou img {
  width: 18px;
  padding: 0 10px 2px 0;
}

/* パンくずリスト 調整 */
.pankuzu_lists {
  font-size: 12px;
}

.pankuzu_list {
  padding: 0 8px 0 0 !important;
}

/* 商品説明部分 */
.product_panels {
  font-size: 15px;
  letter-spacing: 1.5px;
}

/* 関連商品（一緒に購入されている）タグ */
.syousai_kanren_all {
  padding: 80px 0 0;
  margin: -20px 0 0;
}

.syousai_kanren_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin: 0 0 20px;
}

.syousai_kanren {
  display: flex;
  padding: 0;
  margin: 0 -2%;
  list-style: none;
  text-align: center;
}

.syousai_kanren li {
  width: 23%;
  box-sizing: border-box;
  margin: 0 2% 0;
}

.syousai_kanren li a {
  width: 100%;
  padding: 0;
}

@media (max-width: 768px) {
  .syousai_kanren_all {
    padding: 50px 0 0;
    border-top: 1px solid #c7c7c7;
  }

  .syousai_kanren li {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .syousai_kanren_title {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .syousai_kanren li {
    font-size: 9px;
  }
}

.syousai_kanren_name {
  margin: 5px 0 0;
}

.syousai_kanren_price {}

/* トップページ 見出し */
.syousai_midashi {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin: 50px 0 25px;
}

/* 商品詳細下部カテゴリータグ */
.syousai_category_all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.syousai_category_in {
  position: relative;
  display: flex;
  width: 49%;
  text-align: left;
  margin: 0 0 30px;
}

.syousai_category_in a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 1s;
}

.syousai_category_in a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.syousai_category_in_left {
  width: 60px;
}

.syousai_category_in_left img {
  width: 100%;
}

.syousai_category_in_right {
  font-size: 12px;
  vertical-align: top;
  padding: 8px 5% 0;
}

.syousai_category_title {
  font-size: 18px;
  letter-spacing: 1.8px;
  white-space: nowrap;
}

.syousai_category_title_mini {
  font-size: 10px;
  letter-spacing: 1px;
}

.syousai_category_setsumei {
  letter-spacing: 1.4px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .syousai_category_in {
    width: 100%;
    margin: 0 0 30px;
  }

  .syousai_category_in_right {
    white-space: nowrap;
  }
    .product_area_left,.product_area_right {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .syousai_category_all {
    margin: 0 0 30px;
  }

  .syousai_category_in {
    margin: 0 0 18px;
  }

  .syousai_category_in_left {
    width: 50px;
  }

  .syousai_category_in_right {
    font-size: 10px;
  }

  .syousai_category_title {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .syousai_category_setsumei {
    letter-spacing: 1px;
  }
}

.product_explain a {
  text-decoration: underline;
}

/* 【商品内】大きい文字タグ */
.BIG {
  font-size: 18px;
  font-weight: bold;
}

/* 【商品内】大口注文タグ */
.Ooguchi_all {
  margin: 25px 0 0;
}

.Ooguchi_all a {
  text-decoration: none;
}

.Ooguchi_left {
  display: inline-block;
  width: 34%;
  font-size: 16px;
  letter-spacing: 1.6px;
  padding: 2% 6%;
  border: 1px solid #707070;
  text-align: center;
  vertical-align: middle;
  transition: .5s;
}

.Ooguchi_left:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}

.Ooguchi_right {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 3% 0 3% 2%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .Ooguchi_all {
    margin: 35px 0 0;
  }

  .Ooguchi_left {
    display: block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 3% 0;
  }

  .Ooguchi_right {
    display: block;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 18px 0;
  }
}

/* 【商品内】ラッピングタグ */
.Wrapping_all {}

.Wrapping_in {
  margin: 0 0 30px;
}

.Wrapping_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin: 40px 0 20px;
}

.Wrapping {
  display: flex;
  padding: 0;
  margin: 0 -1%;
  list-style: none;
  text-align: left;
}

.Wrapping li {
  width: 33%;
  box-sizing: border-box;
  margin: 0 1% 0;
}

.Wrapping li a {
  width: 100%;
  padding: 0;
}

.Wrapping_name {
  margin: 5px 0 0;
}

@media (max-width: 480px) {
  .Wrapping_title {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .Wrapping {
    flex-wrap: wrap;
  }

  .Wrapping li {
    width: 100%;
    font-size: 12px;
  }

  .Wrapping_name {
    margin: 5px 0 20px;
  }
}

/* 熨斗・名入れエリア 枠線タグ */
#custom-options-label {
  font-size: 12px !important;
  margin: 15px 10px 0 0 !important;
  font-weight: 500 !important;
  display: block !important;
}

#custom-options-label::after {
  content: '.'; // 文字を設定
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}

#custom-options-select {
  width: 260px !important;
  margin: 5px 0;
  border-radius: 0px !important;
  padding: 15px 30px 15px 5px !important;
}

#custom-options-textarea {
  border-radius: 0px !important;
  margin: 5px 0 0;
}

/* 熨斗・名入れエリア 三角マークタグ */
select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
}

select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

select {
  background-image: url(https://img21.shop-pro.jp/PA01480/424/etc/shita_yajirushi.png?cmsp_timestamp=20220121165251);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

/* 小さい商品画像 両サイド隙間修正タグ */
.syousai_mainasu_margin {
  margin: 0 -1%;
}

/* タイプからえらぶ */
.Toppage_midashi_sen {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin: 64px 0 30px;
}

@media screen and (max-width: 480px) {
  .Toppage_midashi_sen {
    font-size: 15px;
    text-align: center;
    padding: 30px 0 0;
    border-top: 1px solid #c9c9c9;
  }
}

.Toppage_type_all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Toppage_type_in {
  width: 13.5%;
}

.Toppage_type_circle {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  transition: .5s;
}

.Toppage_type_circle:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}

.Toppage_type_moji_big1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 15px;
  letter-spacing: 1.5px;
  width: 120px;
}

.Toppage_type_moji_big2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 15px;
  letter-spacing: 1.5px;
  width: 98px;
}

.Toppage_type_moji_big3 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 15px;
  letter-spacing: 1.5px;
  width: 105px;
}

.Toppage_type_moji_mini1 {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 12px;
  letter-spacing: 1.2px;
  width: 105px;
  line-height: 1.2;
}

.Toppage_type_moji_mini2 {
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 12px;
  letter-spacing: 1.2px;
  width: 99px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Toppage_type_all {
    display: block;
    margin: 0 0 60px;
  }

  .Toppage_type_in {
    width: 100%;
  }

  .Toppage_type_circle {
    padding: 6px 0 10px;
    border-radius: 0%;
    position: static;
    border: 1px solid #c9c9c9;
    margin: 0 0 25px;
    transition: .01s;
  }

  .Toppage_type_circle:hover {
    border: 1px solid #555;
  }

  .Toppage_type_moji_big1,
  .Toppage_type_moji_big2,
  .Toppage_type_moji_big3 {
    position: static;
    transform: none;
    font-size: 15px;
    letter-spacing: 1.5px;
    width: 100%;
  }

  .Toppage_type_moji_mini1,
  .Toppage_type_moji_mini2 {
    position: static;
    transform: none;
    font-size: 10px;
    letter-spacing: 1.2px;
    width: 100%;
  }
}


.OFF500_MB {
  display: none;
}

@media screen and (max-width: 480px) {
.OFF500_PC {
  display: none;
}
.OFF500_MB {
  display: block;
}
}


/* 追加 */

.product_panels {
  font-size: 14px;
}

h3 {
  font-size: 1.25em;
}

.yenMark, 
.taxMark {
  font-size: 12px;
  font-weight: 100;
}