.p-product-img .roopeicon{
  top: 85%;
  left: 85%;
}  

img.roopeicon {
width: 16px;
height: 16px;
}

#swipebox-close {
    top: 30px !important;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.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;
  text-align: center;
}

.p-product-fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #777777;
  border: 0;
  outline: none;
  background: transparent;
}

.p-product-fav-item .is-added {
  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-short-description {
  line-height: 1.5;
  margin: 10px 0 30px;
}

.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: 20px;
  text-align: center;
}

.p-cart-form__pay{
  margin-top: 30px;
  font-size: 12px;
}

.p-cart-form__amazon > img{
  display: block;
}

.p-cart-form__rakuten{
  width: 130px;
  height: 38px;
  margin-top: 20px;
}


.p-cart-form__link-list {
  font-size: 13px;
  margin: 10px 0 20px;
  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-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

.p-cart-form__price {
  font-size: 21px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 5px;
  margin-top: 10px;
}

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

.p-cart-form__list-price {
  font-size: 12px;
  text-align: right;
}

.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{
  margin-top: 30px;
}
.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__option-attention{
  font-size: 13px;
}
.p-cart-form__option-attention > span{
  font-weight: bold;
  border-bottom: dotted 1px;
  color: crimson;
}

.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;
  cursor: pointer;
}

.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-top: 20px;
}

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

.p-cart-form__add-cart-button:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}

.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: 60%;
  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;
}

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

.p-product-body__model {
  font-size: 14px;
  line-height: 3;
  color: #333333;
  font-weight: bold;
}

.p-product-body__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

.p-product-body__h2-line{
  font-size: 16px;
  border-bottom: solid 1px #999999;
  border-top: solid 1px #999999;
  padding: 10px 0 10px 5px;
  margin-bottom: 0;
}
.p-product-body__h2-basic{
  font-size: 16px;
  border-left: solid 4px #696969;
  padding-left: 10px;
  margin: 60px 0 0 0;
}
.p-product-body__h3-qa{
  font-size: 14px;
  margin: 10px 0 0;
}
.p-product-body__h3-qa:before{
  content: "Q";
  background: #bfbfbf;
  color: #ffffff;
  padding: 4px 7px;
  margin-right: 5px;
}
.btn_simple{
  border: solid 1px #6f6f6f;
  padding: 10px 20px;
  display: block;
  width: 300px;
  margin: 20px auto 0;
  text-decoration: none;
  color: unset;
  text-align: center;
}
.btn_simple:hover{
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
.p-product-body__name {
  font-size: 22px;
}
}

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

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

.p-product-body__review-link {
  margin: 10px 0;
}

.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: 18px;
  font-weight: bold;
  clear: both;
  margin: 20px 0;
}

.p-product-body__price--discount {
  color: #f00;
}

.p-product-body__regular-price {
  margin-top: 10px;
  text-decoration: line-through;
}

.p-product-body__point {
  margin: 30px 0;
}

.p-product-body__point span {
  font-size: 18px;
  font-weight: bold;
}
.p-product-body__description {
  line-height: 1.8;
  clear: both;
  margin: 30px 0 0;
}

.p-product-body__description img{
  margin: 5px 0
}
.p-product-body__explanation{
  background-color: #F5F2ED;
  padding: 20px 20px 30px;
  font-size: 13px;
}
.p-product-body__explanation h2{
  font-size: 16px;
  margin: 0;
}
.p-product-body__information br{
  display: none;
}
.p-product-body__information table{
  border-collapse: collapse;
  font-size: 13px;
  border: solid 1px #ababab;
}
.p-product-body__information th{
  background-color: #f2f2f2;
  width: 30%;
  text-align: left;
  border: solid 1px #ababab;
  padding: 4px
}
.p-product-body__information td{
  border: solid 1px #ababab;
  padding: 4px
}
.p-product-body__images {
  margin-top: 30px;
}

.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: 10px 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: 10px 0;
  list-style-type: none;
}

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

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

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

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

.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 {
  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-body .p-product-body__description ul{
  list-style-type: circle;
  padding: 0 20px;
}
.p-product-body .p-product-body__description ul br{
  display: none;
}
.p-product-body .p-product-body__description ol br{
  display: none;
}

.p-product-body .p-product-body__description ul > li{
  margin-bottom: 7px;
}


.p-product-body__description .h2-xmas::before{
		content: "";
		display: inline-block;
		width: 20px;
		height: 30px;
  		margin-right: 5px;
		background-image:url(//book.nunocoto-fabric.com/nunocoto/wp-content/uploads/2022/10/ico_xmas2.png);
		background-size: contain;
		vertical-align: sub;
}

@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 {
    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-short-description {
    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;
  }

  .p-product-images__image-wrap {
    border-width: 9px;
  }

  .p-product-images li {
    width: 50%;
  }

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

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

@media screen and (max-width: 599px) {
  .p-short-description {
    display: none;
  }

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

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

  .p-product-body__price {
    display: none;
  }

  .p-product-body__regular-price {
    display: none;
  }

  .p-product-body__point {
    display: none;
  }
}

/*  オプションごとのカートボタン 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: #eee;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.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-top: 10px;
}

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


/*****     配送について　　*****/
.delivery {
    background-color: #f5f5f5;
    font-size: 90%;
    line-height: 150%;
    padding: 20px 20px 20px 20px;
    margin: 5% 0 5% 0;
}



/*****     　　*****/

.c-topic-path{
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
}



.c-topic-path a{
	padding: .2em 0;
}


/*      10%off       */
.off10{
  color:#ff0000;
  font-size:12px;
}



img-flex-2 {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 img { width: 49%; }

@media screen and (max-width: 599px) {
.img-flex-2 img {
  width: 100%;
  margin-top: 5px;
  }
}
#option-menu {
	display: none;
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: absolute;
  top: 50px;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 10px 10px 10px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 40px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  overflow: auto;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 20px;
  margin:2px auto;
  padding: 8px 16px;
  color: #fff;
  background:#0c0d62;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;

}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
/*ポップアップココまで*/

.open_btn02 {
  text-align: center;
  margin-bottom: 10px;
  color:red;
}

.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #999999;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: 'more';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: 'close';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
    background: #f5f5f5;
    font-size: 13px;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.60s;
	transition: max-height 0.60s;
	color: #333333;
	background: beige;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 40px 0;
}

.item {
  width: 49%;
  background-color: #fff;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

/**-----*/
@media screen and (max-width: 959px) {
  .p-product-img {
    width: 50% !important;
    margin-bottom: 0px;
	float:left;
  }
}
@media screen and (max-width: 599px) {
  .p-product-img {
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
    width: 100% !important;
	float:none;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 15px;
  padding:0;
  list-style:none;
}
@media screen and (max-width: 959px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  width: calc(20% - 5px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 959px) {
  .p-product-thumb-list__item {
    margin-right: 2.5px;
	margin-left:2.5px;
    padding-left: 0;
    padding-right: 0;
   /* width: 90px;*/
  }
}
@media screen and (max-width: 600px) {
  .p-product-thumb-list__item {
   margin-right: 2.5px;
	margin-left:2.5px;
   /* width: 60px;*/
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .p-product-thumb-list__item img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-product-thumb-list__item img {
    max-width: 100%;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-product-thumb-list__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-product-thumb-list__img {
   max-width: 100%;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 600px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 600px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 600px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
@media screen and (max-width: 599px) {
  .p-short-description{ display:block;}
  .p-short-description .exp{
    display: none;
  }
}
.slick-list.draggable {
	background: rgba(0,0,0,0.03);
	margin-top: 20px;
}
.slick-slide img {
	display: block;
	max-width: calc(100% - 18px) !important;
	max-height: calc(100% - 18px) !important;
}
.p-product-thumb-list__img {
	background: rgba(0,0,0,0.03);
	
}
.p-product-thumb-list__img img{
max-width: calc(100% - 8px) !important;
max-height: calc(100% - 8px) !important;
}

.cp_actab2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}
.cp_actab2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab2 label {
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
}
.cp_actab2 .cp_actab2-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #696969;
	background: beige;
}
.cp_actab2 .cp_actab2-content p {
	margin: 1em;
    font-size: 13px;
}
/* :checked */
.cp_actab2 input:checked ~ .cp_actab2-content {
	max-height: 50em;
}
/* Icon */
.cp_actab2 label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab2 input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab2 input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

#custom-options-input[_ngcontent-fqm-c15] {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px;
    box-sizing: border-box;
}

/*  クイックカートイン 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;
  }
}

.js-images-slider{
  display: none;
}
.js-images-slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

.pd-taglist p.pd-tab-title {
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 0 10px 10px !important;
}
.pd-taglist a {
    border: 1px solid #DDDDDD;
    background: none repeat scroll 0 0 #F8F8F8;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    font-size: 12px;
    margin: 3px 3px;
    padding: 5px 10px;
    text-decoration: none;
}
.pd-taglist a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.c-topic-path__list{
    margin: 5px;
}

.speechBubble {
  position: relative;
  margin-bottom: 17px;
  padding: 8px 15px;
  border-radius: 50px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 92%;
  border-style: solid;
  border-width: 17px 0 0 14px;
  border-color: #f5f5f5 transparent transparent;
  translate: -50% 100%;
}

.c-item-parts-heading h3 {
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.c-item-parts-heading h3 {
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.p-product-body__explanation {
    background-color: #F5F2ED;
    padding: 20px 20px 30px;
    font-size: 14px;
}

.flex-parent {
  width:100%;
  display:flex;
  flex-wrap:wrap; /*折り返し*/
  justify-content:space-between;/*両端揃え*/
}
.flex-child {
  width:32%;
  display:flex;
  flex-direction:column;
  border:1px solid #ccc;
  box-sizing:border-box;
  border-radius:16px;
}
.flex-grandchild-img {
  width:100%;
  height:auto;
  position:relative;
}
.flex-grandchild-img::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-img img {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
  border-radius:16px 16px 0 0;
  margin: 0px;
}
.flex-grandchild-inner {
  display:flex;
  flex-direction:column;
  flex-grow:1;
  width:100%;
}
.flex-grandchild-inner h3 {
  display:flex;
  align-items:center;
  min-height:56px;
  color:#489279;
  font-size:14px;
  line-height:1.6;
  padding:5px 0;
  margin:0 10px;
  box-sizing:border-box;
  border-bottom:1px solid #ccc;
}
.flex-grandchild-inner h3 img {
  display:block;
  width:12.5%;height:auto;
  margin-right:8px;
}
.flex-grandchild-innerText {
  flex-grow:1;
  padding:5px 10px;
  box-sizing:border-box;
}
.flex-grandchild-innerLink {
  width:100%;
  height:auto;
}
.flex-grandchild-innerLink a {
  width:90%;
  height:30px;
  margin:10px auto 20px auto;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  background:#c0c0c0;
  border-radius:8px;
}
@media screen and (max-width: 1360px) {
  .flex-parent {
    width:90%;
    max-width:initial;
    height:auto;
    margin:0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .flex-child {
    width:49%;
    display:flex;
    flex-direction:column;
    border:1px solid #ccc;
    box-sizing:border-box;
    border-radius:16px;
  }
  .flex-child:nth-of-type(n+3) {
    margin-top:40px;
  }
}
@media screen and (max-width: 896px) {
  .flex-child {
    width:100%;
    display:flex;
    flex-direction:row;
    border:1px solid #ccc;
    box-sizing:border-box;
    border-radius:16px;
  }
  .flex-child:nth-of-type(n+2) {
    margin-top:40px;
  }
  .flex-grandchild-img img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0;left:0;
    border-radius:16px 0 0 16px;/*角丸変更*/
  }
  .flex-grandchild-inner h3 {
    padding:10px 0;
  }
  .flex-grandchild-innerText {
    min-height:120px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;/* 4行以上は省略 */
  }
}
@media screen and (max-width: 786px) {
  .flex-parent {
    width:70%;
    margin:0 auto;
  }
  .flex-child {
    flex-direction:column;
  }
  .flex-grandchild-img img {
    border-radius:16px 16px 0 0;/*角丸変更*/
  }
}
@media screen and (max-width: 480px) {
  .flex-parent {
    width:90%;/*全体の幅を90%に*/
  }
}

.p-cart-form__list-price2 {
    font-size: 13px;
}
