ul.grp_tag > li.c-topic-path__item a {
color: #999;
display: block;
background: #fff;
padding: 5px 0px 5px 10px;
border-radius: 5px;
}

.p-product-heading__unit {
  margin: 0 20px 20px;
}

.p-product-heading__unit::after {
  display: block;
  clear: both;
  content: "";
}

.p-product-fav-item {
  margin-top: 10px;
}

.p-product-fav-item button {
    padding: 0;
    cursor: pointer;
    transition: .2s;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;
    border: 1px #dfdfdf solid;
    padding: 5px 10px;
    border-radius: 5px;
}
.p-product-fav-item button:hover {
    border-color: #ff7373;
}
  .p-product-fav-item .is-added {
    color: #ff7373;
    border-color: #ff7373;
}

.p-product-fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;

  fill: currentColor;
}

.p-large-image__image-wrap {
  max-width: 400px;
  border: 6px solid transparent;
}

.p-large-image__image-wrap {
  margin: 20px auto;
}

.p-thumbnail-list {
  box-sizing: border-box;
  margin: 20px -5px 10px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.p-thumbnail-list__image-wrap {
  border: 2px solid transparent;
}

.p-thumbnail-list::after {
  display: block;
  clear: both;
  content: "";
}

.p-thumbnail-list__unit {
  float: left;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.p-thumbnail-list__image-wrap.is-current {
  border-color: #333;
  background: #333;
}

.p-view-product-images {
  text-align: right;
}

.p-view-product-images a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
}

.p-view-product-images a:hover {
  opacity: .66;
}

.p-view-product-images a:active {
  opacity: 1;
}

.p-cart-form {
  margin: 20px 0;
}

.p-cart-form::after {
  display: block;
  clear: both;
  content: "";
}

.p-cart-form__info {
  line-height: 1.5;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.p-cart-form__message {
    margin: 20px auto 10px;
    border: 5px solid rgba(0, 0, 0, .05);
    padding: 10px 10px;
    font-size: 0.9em;
    line-height: 2;
}

.p-cart-form__message span {
    font-weight: bold;
    color: red;
}

.p-cart-form__link-list {
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.p-cart-form__link-list a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__link-list a:hover {
  opacity: .66;
}

.p-cart-form__link-list a:active {
  opacity: 1;
}

.p-cart-form__name {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
word-break: keep-all;
font-weight: 900;
color: #fff;
background: #555;
padding: 10px 20px;
border-radius: 5px;
margin: 10px auto 15px;
}
.p-cart-form__name span {
display: inline-block;
font-size: 160%;
}
span.camp {
color: #F26463 !important;
font-size: 100% !important;
}
.p-cart-form__price {
  font-size: 240%;
}

.p-cart-form__regular-price {
  font-weight: bold;
  margin-top: .5em;
}

.p-cart-form__list-price {
	font-size: 14px;
	line-height: 2;
	opacity: .7;
	text-decoration: line-through;
	text-decoration-color: rgba(0,0,0,0.3);
}

.p-cart-form__point {
  font-size: 12px;
  margin-top: 10px;
}

.p-cart-form__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-cart-form__stock {
  margin-top: 10px;
}

.p-cart-form__option-select select {
  box-sizing: border-box;
  width: 100%;
  border-color: #eaeaea;
}

.p-cart-form__option-select select:hover {
  border-color: #333;
}

.p-cart-form__password-input input {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #eaeaea;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-cart-form__password-input input:focus {
  border-color: #333;
  outline: none;
}

.p-cart-form__add-cart-num {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 64px;
  vertical-align: -2em;
}

.p-cart-form__add-num {
  position: absolute;
  display: inline-block;
  padding: 5px;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__add-num:hover {
  opacity: .66;
}

.p-cart-form__add-num:active {
  opacity: 1;
}

.p-cart-form__add-num--up {
  top: 0;
}

.p-cart-form__add-num--down {
  bottom: 0;
}

.p-cart-form__add-num svg {
  width: 22px;
  height: 22px;

  fill: currentColor;
}

.p-cart-form__button-wrap {
    margin: 40px 0 80px;
}

.p-cart-form__add-cart-button {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 15px;
  letter-spacing: 1px;
}

.p-cart-form__error-message {
  font-weight: bold;
  display: none;
  margin: 10px 0 0;
  text-align: center;
  color: #f00;
}

.p-view-option-info {
  display: block;
  margin-top: 20px;
  padding: .4em;
  text-align: center;
}

.p-price-table {
  line-height: 1.4;
  height: auto;
  margin-top: 10px;
  transition: .2s;
  text-align: left;
}

.p-price-table.is-hidden {
  overflow: hidden;
  height: 0;
  margin: 0;
  opacity: 0;
}

.p-price-table__heading-wrap {
  display: table;
  width: 100%;
}

.p-price-table__heading {
  font-size: 12px;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  padding: .5em;
  background: #eaeaea;
}

.p-price-table__body {
  font-size: 12px;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body::after {
  display: block;
  clear: both;
  content: '';
}

.p-price-table__body dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: .7em .5em;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body dd {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body span {
  display: block;
  text-align: right;
}

.p-price-table__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-price-table__body li {
  padding: .7em .5em;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body li:last-child {
  border-bottom: 0;
}

.p-price-table__name {
  font-weight: bold;
}

/*オプションテーブル*/

.p-option-table table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
}

.p-option-table br {
  display: none;
}

.p-option-table .cell_1,
.p-option-table .cell_2 {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}

.p-option-table [type="radio"] {
  position: relative;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
  transform: scale(1.4);
}

.p-option-table [type="radio"]::before {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  display: block;
  width: 20px;
  height: 20px;
  content:"";
  border-radius: 20px;
  background: #eee;
}

.p-option-table [type="radio"]::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  transition: .2s;
  border-radius: 10px;
  background: transparent;
}

.p-option-table [type="radio"]:hover::after {
  background: rgba(0, 0, 0, .2);
}

.p-option-table [type="radio"]:checked::after {
  background: #fd7f23;
}

.p-option-table .t_stock_num {
  font-size: 12px;
  display: block;
  margin-top: 12px;
  text-align: center;
}

.p-option-table .stock_zero {
  font-size: 12px;
}

.p-option-table .table_price {
  display: none;
}


/*カスタムオプションテーブル*/
.c-table-wrap {
    overflow-x: hidden;
}

#option_tbl {
    border: 0;
}

#option_tbl td, #option_tbl th, #option_tbl tr {
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
    padding: 8px 0;
}

.stock_head,
.t_stock_num{
    display: none !important;
}

.cell_1 {
    background: #eee;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    padding: 10px !important;
    margin-top: 15px;
    margin-bottom: 10px;
    border: 0 !important;
    text-align: left !important;
}

.cell_1::before {
    content: "";
    display: inline-block;
    font-weight: normal;
    font-size: 85%;
    margin-right: 10px;
}

.cell_2 {
border-bottom: 1px solid #eaeaea !important;
transition: .5s;
}
.cell_2:hover {

}


.cell_2:before {
  display: inline-block;
  min-width: 49%;
  content: "";
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
}

.cell_2 div {
    max-width: 49%;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
}

.p-option-table .stock_zero {
    display: inline-block;
    width: 49%;
    text-align: left;
    color: #ddd;
}




.p-product-body__model {
  font-size: 12px;
  line-height: 2;
  color: #888;
}

.p-product-body__name {
font-size: 15px;
word-break: keep-all;
font-weight: 900;
color: #333;
background: #e5e5e5;
padding: 15px 20px;
margin: 10px auto 15px;
}
.p-product-body__name span {
display: inline-block;
font-size: 160%;
}

.p-product-body__share-buttons {
display: block;
margin: 10px 2px;
padding: 0;
list-style-type: none;
width: max-content;
}

.p-product-body__share-buttons li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.p-product-body__review-link {
margin: 10px 0 20px 2px;
padding-top: 10px;
}

.p-product-body__review-link span {
  font-size: 18px;
}

.p-product-body__review-link a {
  transition: opacity .2s;
  text-decoration: none;
}

.p-product-body__review-link a:hover {
  opacity: .66;
}

.p-product-body__review-link a:active {
  opacity: 1;
}

.p-product-body__price {
font-size: 40px;
font-weight: bold;
clear: both;
margin: 20px 0;
}

.p-product-body__price--discount {
color: #f00;
}
.p-product-body__price--discount font {
color: #F26463;
}
span.discount_rate {
display: inline-block;
background: #F26463;
color: #fff;
padding: 10px 15px 6px;
font-size: 18px;
vertical-align: top;
text-decoration: none;
transform: skew(-15deg,15deg);
margin: 0 -10px;
}

.p-product-body__regular-price > span.discount_rate{
    background: #000;
}
.p-product-body__regular-price {
  margin: -5px 0 20px;
  text-decoration: line-through;
  font-weight: bold;
}

.p-product-body__list-price {
font-size: 15px;
clear: both;
margin: 35px 0 -10px;
text-decoration: line-through;
color: #999;
}

.p-product-body__point {
margin: 0 0 10px;
display: inline-block;
border-radius: 5px;
background: #555;
padding: 5px 10px;
color: #fff;
}

.p-product-body__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-short-description {
font-size: 18px;
margin: 20px 0 45px;
font-weight: bold;
}
/*説明文へのオプション埋め込み*/
.p-produc-description{
  font-size: 18px;
  margin: 30px 0;
  line-height:1.5em;
}

.p-produc-description > b {
	display: block;
}

.p-produc-description span {
    display: inline-block;
    font-size: 14px;
}
.p-produc-description span:after{
content: "/";
}
.p-produc-description span:last-child:after{
content: "";
}

/*商品説明文*/
.p-product-body__description {
	line-height: 2.5em;
	clear: both;
	margin: 30px auto 0;
	overflow: hidden;
}

.p-product-body__inner{
padding:0;
margin:0;
}

/*2019-06-28新商品テンプレ用*/
div.p-product-body__inner > b, div.p-product-body__inner strong {
	display: inline-block;
	background: #e5e5e5;
	width: calc(93.5%);
	height: 30px;
	padding: 13px 3%;
	font-weight: normal;
	line-height: 30px;
	margin: 15px auto 10px;
	clear: left;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
/*2021-06-09追記 table用*/
.p-product-body__inner > table, .p-product-body__inner > table td {
	border: 0;
	padding: 10px 0;
	border-collapse: separate;
	width: calc(99.5% + 10px);
	border-spacing: 5px;
	margin-left: -5px;
}

.p-product-body__inner > table td[bgcolor="#e5e5e5"] {
	height: 30px;
	line-height: 30px;
	padding: 13px 3%;
	font-size: 16px;
	background: #e5e5e5;
}
.p-product-body__inner > table th {
	border: 0;
	background: #f9f9f9;
}
.p-product-body__inner > table th[bgcolor="#e5e5e5"] {
	background: #e5e5e5;
}

/*商品説明分の楽天リンク削除*/
.p-product-body__description a,
.p-product-body__description a img,
.p-product-body__description iframe,
.p-product-body__description #shopinfo_pc{
display:none;
}
/*商品説明文内画像サイズ*/
.p-product-body__description img{
max-width:100%;
display:none; /*2023/06/23 非表示化*/
margin:80px auto 40px;
}
/*古い商品説明文内のテーブル*/
.p-product-body__description table.tbl-normal{
display:block;
width:90%;
max-width:800px;
border:none;
border-spacing: 10px 50px;
}
.p-product-body__description table.tbl-normal tr{
width:100%;
max-width:800px;
border:none;
}
.p-product-body__description table.tbl-normal tr th{
border: none;
display: inline-block;
border-radius: 50%;
background: #8FBB26;
color: #ffffff;
width: 90px;
max-height: 100px;
padding: 36% 0;
}
.p-product-body__description table.tbl-normal tr td{
border:none;
width:100%;
line-height: 3em;
padding-left: 10px;
}
.tbl-size {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #efefef;
}

/*商品説明文内のキャッチコピー*/
.p-product-body__description > .p-product-body__inner > div:first-of-type,
.p-product-body__description > .p-product-body__inner > center > div:first-of-type{
width: 100% !important;
background: #8FBB26 !important;
line-height: 100% !important;
text-align: center !important;
font-size: 20px; !important;
font-weight: bold !important;
color: #FFFFFF !important;
font-family: Arial, Helvetica, sans-serif !important;
margin-bottom: 30px !important;
padding: 10px 0; !important;
}


/*商品説明文内のキャッチコピー 2021/07/23*/

table[align="catch"] {
    border: 0;
    border-spacing: 10px;
    margin: 0;
    width: 100%;
}
table[align="catch"] th {
	border-radius: 4px;
	min-width: 50%;
	background: #8FBB26;
	position: relative;
	display: inline-block;
	margin: 10px 5px 20px;
}
table[align="catch"] th:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    background: #8FBB26;
    left: calc(50% - 7px);
    transform: rotate(-45deg);
    bottom: -7px;
}
table[align="catch"] td {
}

table[align="catch"] font {
}




.p-product-body__images {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
}

.p-product-body__linkto-cart {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #fd7f23;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-product-body__linkto-cart:hover,
.p-product-body__linkto-cart:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.p-product-images {
  margin: 0 -10px 0 0;
  padding: 30px 0;
  list-style-type: none;
}

.p-product-images__image-wrap {
  border: 6px solid transparent;
}

.p-product-images::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-images li {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  margin-bottom: 15px;
  padding-right: 10px;
  position: relative;
}

.p-product-images li:nth-child(3n + 1) {
  clear: left;
}

.p-product-footer-nav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #eaeaea;
}

.p-product-footer-nav li {
  margin-bottom: 10px;
}

.p-product-footer-nav a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-product-footer-nav a:hover {
  opacity: .66;
}

.p-product-footer-nav a:active {
  opacity: 1;
}

.p-product-footer-nav .c-icon {
  vertical-align: -.4em;
}

.p-review__unit {
  display:block;
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

.p-review__unit:last-child {
  border: 0;
}

.p-review__button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
}

.p-posted-review__image {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}

.p-posted-review__heading {
  overflow: hidden;
  margin: 0 20px 0 0;
}

.p-posted-review__title {
  font-weight: bold;
  display: block;
  margin: 15px 0;
}

.p-posted-review__info {
  margin: 15px 0;
  padding: 0;
}

.p-posted-review__info li {
  display: inline;
  margin-right: 10px;
}

.p-posted-review__body {
  line-height: 1.8;
  overflow: hidden;
}

.p-posted-review__star {
  width: 18px;
  height: 18px;
  vertical-align: -.3em;

  fill: currentColor;
  fill: #ddd;
}

.p-posted-review__star.is-color {
  fill: #ffdc00;
}

/*動画*/
.p-product-video__unit {
    background: #000;
    overflow: hidden;
    height: auto;
    display: block;
    padding-right: 16px !important;
    border: 6px solid #eee;
    max-width: calc(33.33333% - 10px);
}
.p-product-video__unit::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.p-product-video__unit iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

@media screen and (min-width: 600px) {
  .p-product-heading__unit {
    margin: 0 0 20px;
    padding: 0 20px;
    border: 1px solid #eaeaea;
  }

  .p-cart-form__password-input input {
    font-size: 14px;
  }

  .p-product-body__share-buttons {
    float: left;
  }

  .p-product-body__linkto-cart {
    padding: 12px 15px;
  }

  .p-product-footer-nav li {
    display: inline-block;
    margin-left: 10px;
  }

  .p-review__unit {
    padding: 30px 0;
  }

  .p-review__button {
    display:block;
    padding: 10px 15px;
  }

  .p-posted-review__image {
    float: left;
    height: auto;
    margin: 0 30px 0 0;
  }

  .p-posted-review__title {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-large-image {
    float: left;
    width: 50%;
    margin: 0;
  }

  .p-thumbnail-list {
    float: right;
    width: 45%;
  }

  .p-view-product-images {
    float: right;
    width: 45%;
  }

  .p-cart-form__info {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
  }

  .p-cart-form__option {
    float: right;
    width: 45%;
  }

  .p-cart-form__link-list {
    float: right;
    clear: right;
    width: 45%;
  }

  .p-product-body-inner {
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .p-product-wrap {
    overflow: hidden;
  }

  .p-product-heading {
    float: right;
    box-sizing: border-box;
    width: 400px;
  }

  .p-product-body {
    float: right;
    width: 100%;
    margin-right: -400px;
  }

  .p-product-body-inner {
    margin-right: 440px;
  }

  .p-large-image__image-wrap {
    border-width: 9px;
  }

  .p-thumbnail-list__image-wrap {
    border-width: 3px;
  }

  .p-view-product-images {
    display: none;
  }

  .p-product-body__linkto-cart {
    display: none;
  }
}

@media screen and (max-width: 599px) {

  .p-product-body-inner {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
  }

  .p-product-body {
    padding: 0 20px;
  }
}

/*  オプションごとのカートボタン CSS  */

.cms-opt__unit-label {
  font-weight: bold;
  margin-bottom: .5em;
}

.cms-opt-button__opt-list {
  margin: 0;
}

.cms-opt-button__opt-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 20px 0;
}

.cms-opt-button__opt-label {
  display: inline-block;
}
.cms-opt-button__opt-heading {
    background: #999;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    color: #fff;
}
.cms-opt-button__opt-heading--hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.cms-opt-button__content {
  margin-bottom: 10px;
}

.cms-opt-button__content-name {
  min-width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.cms-opt-button__content-price {
  font-size: 18px; 
  min-width: 48%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .cms-opt-button__content-price {
     font-size: 20px; 
  }
}

.cms-opt-button__purchase-stock {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #777;
  min-width: 50%;
  word-break: break-all;
}

.cms-opt-button__purchase-number {
  display: inline-block;
}

.cms-opt-button__cart {
  margin: 12px auto;
}

.cms-opt-button__purchase-unit {
  word-break: break-all;
}

/*このアイテムのキーワード*/

.p-layout-keyword a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    border: 1px #eaeaea solid;
    border-radius: 5px;
    padding: 13px 15px;
    min-width: 150px;
    margin: 1% 0.5%;
    text-align: center;
    transition: .2s;
}

.p-layout-keyword a:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.p-layout-keyword a[title="ブランド(一覧)"]{
   display:none;
}

.none {
	display: none !important;
}

/*カスタムランディングページ用*/
.p-product-body__inner > center{
	text-align:left;
}

.p-product-body__inner > center:nth-of-type(1) {
	display: block;
	font-size: 160%;
	margin: 0px 0 30px;
	color: #fff;
	padding: 10px;
	background: #8FBB26;
	line-height: 120%;
	word-break: keep-all;
}

.p-product-body__inner > center:nth-of-type(2) {
    display: block;
    font-size: 140%;
    color: #8FBB26;
    margin: 30px auto 20px;
    width: 90%;
}

.p-product-body__inner > center:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 17px;
    background: #8FBB26;
    margin-right: 0px;
}

.p-product-body__inner > center:nth-of-type(3) {
    display: block;
    padding: 5px 10px 5px;
    margin: 30px auto 40px;
    max-width: 700px;
}

.p-product-body__inner > center font {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    width: auto;
    min-width: 115px;
    height: 60px;
    color: #F6F6F6;
    line-height: 60px;
    text-align: center;
    background: #8FBB26;
    z-index: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto 10px;
    font-size: 1.5em;
}

.p-product-body__inner > center font::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #8FBB26 transparent transparent transparent;
}

.p-product-body__inner > center p {
    display: block;
    border-bottom: 1px #aaa dashed;
    font-size: 130%;
    width: 100%
}

.p-product-body__inner > center p::before {
    content: url(https://image.rakuten.co.jp/skate-sunabe/cabinet/imgrc0066950806.jpg);
    background: none;
}

.p-product-body__description p {
    line-height: 3.0em;
    display: block;
    margin: 0 auto;
    width: 90%;
}

.p-product-body__description img[style^="max-width"] {
    width: 100%;
    min-width: 90%;
}

@media screen and (max-width: 599px) {

.p-product-body__description p,
.p-product-body__description table.tbl-normal tr td{
    line-height: 2.0em;
} 

.p-product-body__inner > center:nth-of-type(1) {
	font-size: 120%;
}

.p-product-body__inner > center p {
    font-size: 94%;
    width: 100%;
    line-height: 2.8em;
}

.p-product-body__inner > center:nth-of-type(2){
    font-size: 100%;
    width: 100%;
}

.p-product-body__inner > center font{
    font-size: 1.1em;
    height: 30px;
    line-height: 30px;
    padding: 10px 15px;
    margin: 0 auto 20px;
} 
}

/*商品説明文内YOUTUBE動画用CSS*/
span.iframe-responsive {
	display: block;
	position: relative;
	width: 100%;
	padding: calc(315 / 560 * 100%) 0 0;
	margin: 6.0em auto 4em;
}

span.iframe-responsive > iframe[src*="https://www.youtube.com/"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 99.5%;
	height: 99.5%;
	display: block;
}

span.iframe-responsive::before {
	content: "VIDEO";
	position: absolute;
	display: inline-block;
	background: #e5e5e5;
	width: 93.5%;
	height: 40px;
	padding: 13px 3%;
	clear: left;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	top: -55px;
}

/*選択肢毎のカートボタン用CSS*/
.p-cart-form__option .cms-opt-button__opt-list {
    margin-top: 0px ;
}

.cms-opt-button__opt-heading {
    margin-top: 30px;	
}
.cms-opt-button__opt-heading--hidden{
   display:none;
}
	
.cms-opt-button__opt-heading > span:nth-child(1) {
    font-weight: normal;
    font-size: 85%;
}
	
.p-cart-form__option .cms-opt-button__opt-body {
    padding-bottom: 0px;
    border-bottom: 1px dotted #CCC;
    margin: 0 0 0px 0;
}

.cms-opt-button__opt-body:nth-child(2n+1) {
    background: #eee;
}


.p-cart-form__option .cms-opt-button__content-price {
    font-size: 18px ;
    min-width: 48% ;
    display: inline-block ;
    vertical-align: middle ;
    display: none ;
}

.p-cart-form__option .cms-opt-button__purchase {
    display: none ;
}

.p-cart-form__option .cms-opt-button__content {
    display: inline-block ;
    min-width: 49% ;
}

.p-cart-form__option .cms-opt-button__content-name > span:nth-child(1) {
    display: none ;
}

.p-cart-form__option .cms-opt-button__opt-value1,
.p-cart-form__option .cms-opt-button__opt-value2 {
    margin-left: 10px ;
}

.p-cart-form__option .js-primary-option-tag {
    display: inline-block ;
    max-width: 49% ;
}

.p-cart-form__option .cms-opt-button__cart {
    width: 135px ;
}

.p-cart-form__option .p-cart-form__add-cart-button {
    font-family: 'Montserrat', sans-serif ;
    padding: 0px ;
    letter-spacing: 1px ;
    font-size: 0.7em ;
    width: 100% ;
}

.p-cart-form__option .c-button__icon {
    width: 17px ;
    height: 17px ;
    vertical-align: -0.37em ;
    fill: currentColor ;
}

.p-cart-form__option .c-button--solid.is-disabled {
    font-size: 0.8em;
    cursor: default;
    color: #FFF;
    border: 0;
    background: #ccc;
    box-shadow: none;
    text-shadow: none;
    letter-spacing: 2px;
}

/*キャンペーン対象商品用*/
.campaign_subject {
	margin: 40px auto 0;
}
.campaign_subject svg {
	display: none;
}
/*ウィークエンドキャンペーン*/
.wec2 {
	display: block;
	text-align: center;
	margin: 15px auto 0;
	max-width: 1234px;
	background: #f3f3f3;
	padding: 5px 0 0;
}
.wec2 p {
	display: inline-block;
	width: 100%;
	text-align: center;
	max-width: 617px;
	font-size: 6vw;
	font-weight: 800;
	line-height: 90%;
	vertical-align: middle;
	margin: 0 auto;
	color: #A7CF44;
	font-family: impact,Anton;
	font-style: oblique;
}
.wec2 p.wec_img{
	background: #888
}
.wec2 img{
	opacity: 0.9;
}