@charset "UTF-8";

.sample {
		margin: 0 auto 10%;
		padding: 3%;
		background: #eee;
		width: 95%;
		max-width: 900px;
	}
@media screen and (min-width: 750px),print {
	.sample {
		display: flex;
		align-items: center;
    justify-content: space-between;
		margin-bottom: 5%;
	}
	.sample>div:nth-child(1) {
		width: 46%;
	}
	.sample>div:nth-child(2) {
		width: 54%;
	}
}

/* ブレークポイントはmin-width: 750px */
.cart-btn .iw-flex {
  width: 100%;
  margin-bottom: 2.6vw;
  /* 20 */
}

.item-point-list .grade-up {
  margin-top: 4vw;
  /* 30 */
  border: 1px solid #111;
  padding: 1em;
}

.item-point-list .grade-up .item-txt-m {
  margin-bottom: 2vw;
  /* 15 */
  text-decoration: underline;
}

.item-point-list .grade-up .item-txt-s:not(:last-child) {
  margin-bottom: 1em;
}

.item-point-list .grade-up .item-txt-note {
  margin-top: 0;
}

.item-wrapper .reason {
  background-color: #f1f1f1;
  margin-bottom: 21.3vw;
  /* 160 */
}

.item-wrapper .reason .bg_wh {
  background-color: #fff;
}

.item-wrapper .reason-text-ttl {
  font-size: 4.26666vw;
}

.item-wrapper .reason-hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  border: 0;
}

.item-wrapper .iw-padding-top-remove {
  padding-top: 0;
}

.item-wrapper .pd03 {
  padding: 30px;
}

.item-wrapper .mt01 {
  margin-top: 10px;
}

.item-wrapper .mt02 {
  margin-top: 20px;
}

.item-wrapper .mt03 {
  margin-top: 30px;
}

.item-wrapper .mb03 {
  margin-bottom: 30px;
}

.item-wrapper .color-box {
  margin: 0 0 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
  gap: 30px;
}

.item-wrapper .color-box .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  font-size: 3.73333vw;
}

.item-wrapper .color-box .color-list p {
  white-space: nowrap;
}

.red{
	color:#9a3236;
	text-decoration: underline;
}

@media screen and (min-width: 750px),print {
  .cart-btn .iw-flex {
    margin-bottom: 10px;
  }
  /*.item-kv {
    background-image: url("../../images/renew2024/item/item002/kv_left.jpg"), url("../../images/renew2024/item/item002/kv_right.jpg");
    background-repeat: no-repeat;
    background-size: 50vw 100%, 50vw 100%;
    background-position: left top, right top;
  }*/
  .item-point-list .grade-up .item-txt-m {
    margin-bottom: 15px;
  }
  .item-point-list .grade-up {
    margin-top: 38px;
  }
  .item-wrapper .reason {
    margin-bottom: 135px;
  }
  .item-wrapper .reason .bg_wh {
    background: url("https://d2w53g1q050m78.cloudfront.net/virchejp/uploads/images/products/item002/reason.png") no-repeat #fff;
    background-position: top right;
  }
  .item-wrapper .reason-text-ttl {
    font-size: 26px;
  }
  .item-wrapper .color-box .color-list {
    font-size: 15px;
  }
  .item-wrapper .color-box .color-list picture {
    max-width: 40px;
  }
}

@media screen and (max-width: 750px) {
  .item-wrapper .reason p {
    text-align: left;
  }
  .item-wrapper .pd03 {
    padding: 4.6vw;
  }
  .item-wrapper .mt01 {
    margin-top: 1.4vw;
  }
  .item-wrapper .mt02 {
    margin-top: 2.8vw;
  }
  .item-wrapper .mt03 {
    margin-top: 4.6vw;
  }
  .item-wrapper .mb03 {
    margin-bottom: 4.6vw;
  }
  .item-wrapper .color-box {
    gap: 4%;
  }
  .item-wrapper .color-box .color-list picture {
    width: 11.8vw;
  }
}

@media screen and (max-width: 749px) {
  .item-step-section-type span {
    letter-spacing: -0.05em;
  }
}
