/******************************/
/* Product */
/******************************/
.p-product {
  margin-bottom: 90px;
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }
}
.p-product-img {
  width: 530px;
}
@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main img {
  width: 100%;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 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: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
  }
}
/* 商品画像 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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
/***** 商品情報 *****/
.p-product-info {
  width: 410px;
}
@media screen and (max-width: 1030px) {
  .p-product-info {
    width: auto;
  }
}
.p-product-info__ttl {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 21px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-price__sell {
  font-size: 18px;
}
.p-product-price__normal {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 12px;
  }
}
.p-product-price__list-price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}
/* オプション table */
.p-product-option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.p-product-option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th {
  min-width: 100px;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
}
.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}
.p-product-option-tbl input {
  margin-top: 0;
}
/* オプション select */
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-option-select__box {
  margin-top: 15px;
}
.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
/* 名入れ */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-name__box {
  margin-top: 15px;
}
.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-product-name__body input {
  width: 100%;
}
/* 数量 */
.p-product-form-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-form-stock__input {
  display: flex;
  align-items: center;
}
.p-product-form-stock__input input {
  width: 60px;
}
.p-product-form-stock__unit {
  margin-left: 10px;
}
.p-product-form-stock__stock {
  margin-left: 25px;
}
/* ボタン */
.p-product-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product-form-btn__cart {
  width: 360px;
}
@media screen and (max-width: 1030px) {
  .p-product-form-btn__cart {
    flex: 1;
    width: auto;
  }
}
.p-product-form-btn__favorite {
  width: 50px;
}
.p-product-form-btn__favorite-btn {
  display: inline-block;
  margin-top: 22px;
  margin-left: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite-btn.is-added {
  color: #000000;
}
.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.p-product-form__error-message {
  margin-top: 15px;
}
/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-product-sns-list__item {
  margin-right: 20px;
}
/* link */
.p-product-link-list {
  margin-top: 40px;
}
.p-product-link-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 30px;
  }
}
/***** 商品詳細 *****/
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.p-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 1030px) {
  .p-product-detail {
    display: block;
  }
}
.p-product-explain {
  width: 410px;
}
@media screen and (max-width: 1030px) {
  .p-product-explain {
    margin-bottom: 60px;
    width: auto;
  }
}
.p-product-explain__body {
  line-height: 2;
}
.p-product-other {
  width: 530px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-product-other {
    width: auto;
  }
}

/* detail3 テスト */
.p-product-detail3 {
  width: 1030px;
}
@media screen and (max-width: 1030px) {
  .p-product-detail3 {
    margin-bottom: 60px;
    width: auto;
  }
}

/* おすすめ商品 */
.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
  }
}
.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}
.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}
/* レビュー */
.p-product-review {
  margin-bottom: 60px;
}
.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
}
.p-product-review__heading {
  margin-bottom: 15px;
}
.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}
.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
}
.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}
.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}
.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}
.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}
.p-product-review__rate.is-color {
  fill: #000000;
}
/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}
/***** CSS編集内style *****/
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

/***** オプションテーブル表示 *****/
.op2-flex {
  display: flex; 
/*   flex-flow: row wrap; */
  align-content: flex-start;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 0.5em 0;
}

.btn-addcart {
/*   width: 90px !important; */
  width: 70px !important;
  background-color: #f90 !important;
}

.op2-label{
  width: 45%;
}
.op2-price{
  width: 20%;
}
.op2-cart{
  width: 35%;
}

@media screen and (max-width: 767px) {
  .op2 {
    font-size: 0.85em;    
  }
  .btn-addcart{
/*     width: 70px !important; */
    width: 70%;
  }
}


/** DETAILの2カラム部分 **/
.img-explain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-explain.top-position {
    justify-content: flex-start;
}

.explain-txt {
  margin-left: 50px;
  margin-right: 50px;
}

.column-txt {
  margin: 50px;
}

@media screen and (max-width: 767px) {
  .explain-txt {
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .exp3-img{
    padding-top: 0;
  }
  .column-txt {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  }
}

h4.kikaku {
  border-bottom: solid 1px #ccc;
/*   margin-bottom: 0px; */
  margin-top: 35px;
  text-align: center;
}

h4.exp-title{
/*   margin: 0px; */
  font-size: 16px;
}

h3.detail{
  margin-bottom: 15px;
}

.readmore{
  text-align: center;
}

/** 配送アイコン **/
.haisou-bunner {
    display: inline-block;      /* インラインブロック要素にする */
/*     background-color:  #ccc;    /* 背景色指定 */ */
    padding:  3px;             /* 余白指定 */
    height: 25px;              /* 高さ指定 */
}

.haisou {
  height: 25px;
}

.exp4-01{
  margin-bottom: 20px;
}

/** 全成分の折りたたみ **/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
    margin-bottom: 0px;
	width: 100%;
	height: 230px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
/* 	font-family: FontAwesome; */
	content: ' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #414B55;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 270px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
/* 	font-family: FontAwesome; */
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
label.cp01{
  margin-bottom: 0px;
}

/** 商品お問い合わせ **/
.product-contact{
    text-align: center;
  text-decoration : underline;
}
hr.contact-hr{
  margin-top: 50px;
}
/*********
商品詳細のDETAIL部分
**********/
/** コラムの表示 **/
.review-txt {
    padding: 1em 4em;
    margin: 2em 0;
    background-color: #f2f2f2;
}

.column {
   background-color: #f2f2f2;
   padding-top: 40px;
   margin-top: 50px;
}

h4.column-title {
   text-align: center;
   margin-bottom: 0px;
}

.column-txt p {
  margin-bottom: 20px;
}
.column-box {
  margin-top: 0px;
  padding-top: 0px;
}

div.u-contents-s.img-explain.column-contents {
  padding-top: 0.7em;
}
div.u-contents-s.exp3-img.column-contents{
  padding-top: 0.7em;
}

@media screen and (max-width: 767px) {
  .review-txt {
    padding: 1em 2em;
  }
}
h4.review-title{
  text-align: center;
}

/** 引用イタリック　**/
.exp4-01 blockquote{
  font-style: italic;
}

/** 2カラムの画像 **/
.exp3-img img{
  margin:10px 0;
}

/**  森の香りセット サムネイル表示  **/
.morinokaori {
   display: inline-block;      /* インラインブロック要素にする */
/*     background-color:  #ccc;    /* 背景色指定 */ */
    padding:  3px;             /* 余白指定 */
    height: 150px;              /* 高さ指定 */
}
.morinokaori-thumbnail {
  height: 150px;
}

/** 商品名の後ろにFSC認証画像を入れる **/
/** 外部リンクでアイコンを表示する **/
/**
.fsclabel:after { 
  content: url(https://img07.shop-pro.jp/PA01461/874/etc/FSC_mini.png?cmsp_timestamp=20210127115040);
   margin: 0 9px; 
  display: inline-block;
  vertical-align: middle;
}
**/
img.fsclabel {
  height: 25px;
  margin-left: 9px;
  margin-bottom: 5px;
  margin-top: 0px;
  vertical-align: text-top; 
}

/** ヘアミストの注意 **/
.hairmist-note {
    text-align: center;
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #414B55;
}

/** read more リンク設定 **/
.moreread {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.moreread-link {
  border: solid 1px #414B55;  
  padding: 7px;  
}

@media screen and (max-width: 767px) {
.moreread-link {
   font-size: 0.8em;
  }
}

/** ポストカード　DETAIL **/
.postcard-img {
  width: 250px;
}
.postcard-thumb {
  text-align: center;
}

@media screen and (max-width: 1030px) {
    .u-contents-s.img-explain.postcard-txt {
    padding-top: 0px;
  }
  .u-contents-s.exp3-img.postcard-thumb {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-contents-s.img-explain.postcard-txt {
    padding-top: 0px;
  }
  .u-contents-s.exp3-img.postcard-thumb {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

/**  お客様の声の折りたたみ **/
.cp_box_review *, .cp_box_review *:before, .cp_box_review *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box_review {
	position: relative;
}
.cp_box_review label {
	position: absolute;
	z-index: 1;
	bottom: 0;
    margin-bottom: 0px;
	width: 100%;
	height: 230px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.95) 90%);
}
.cp_box_review input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box_review label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
/* 	font-family: FontAwesome; */
	content: ' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #414B55;
}
.cp_box_review input {
	display: none;
}
.cp_box_review .cp_container {
	overflow: hidden;
	height: 270px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box_review input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box_review input:checked + label:after {
/* 	font-family: FontAwesome; */
	content: ' 閉じる';
}
.cp_box_review input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
label.cp02{
  margin-bottom: 0px;
}

/** 関連商品の表示 **/
.related-products{
    display: flex;
/*     justify-content: space-between; */
    margin-top: 50px;
   align-items: center;
}
.related-img{
    width: 30%;
    margin: 10px;
}
.related-txt{
    width: 70%;
    margin: 10px;
}
.relateditem{
  width: 120px;
}

.oil-annotation{
  margin-top: 50px;
}

.related-products.oil {
  margin-top: 10px;
}

@media screen and (max-width: 1030px) {
  .relateditem{
  width: 200px;
}
}

/** オイルインミストの完売表示 **/
.mist-soldout {
    color: #6a1318;
}
  
/** 2カラムの上揃い **/
.u-contents-s.img-explain.top-position {
	justify-content: flex-start;
 }

/** ヘアスタイリングシリーズのバナー **/
img.hairstyling_b {
    margin-top: 40px;
}

/** エッセンシャルオイルの使い方説明文 **/
.usage-side {
  margin-top: 10px;
}
.mask-recommended{
  background-color: #f2f2f2;
  padding: 10px;
  margin-top: 40px;
}
.mask-title{
    border-bottom: solid 1px #ccc;
    margin-top: 5px;
    text-align: center;
}

/** ヘアワックス、リップバームのクール便注意書き**/
.cool-info {
  margin-top: 30px;
  border: solid 1px #6a1318;
  padding: 10px;
  color: #6a1318;
}

.notice {
  margin-top: 30px;
  border: solid 1px #6a1318;
  padding: 10px;
  color: #6a1318;
}

/** リードディフューザー商品詳細 **/
.exp-title-reeddiffuser-palepink {
   text-align: center;
   color: #727171;
   background: #EAD5DB;
   font-size: 18px;
}

.exp-title-reeddiffuser-jadegreen {
   text-align: center;
   color: #FFFFFF;
   background: #29806C;
   font-size: 18px;
}

.exp-title-reeddiffuser-powderblue {
   text-align: center;
   color: #727171;
   background: #AFC8D8;
   font-size: 18px;
}

h4.palepink {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

h5.palepink {
  font-size: 15px;
  margin-bottom: 0px;
}

.rd-image {
  margin-bottom: 30px;
}

h4.palepink-sub {
  margin-bottom: 0px;  
}


.exp3-left {
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .exp3-left {
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

.exp3-right{
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .exp3-right{
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

/* バスシリーズ ソープのテーブル */
.soap-t {
 table-layout: fixed; 
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.soap-t th {
 padding: 10px;
/*  background: #E2E4E5; */
 border: solid 1px #778ca3;
}
.soap-t td {
 padding: 10px;
 border: solid 1px #778ca3;
}

@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .soap-t {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .soap-t td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

div.scroll{
width: 100%;
overflow-x: auto;
}
div.scroll::-webkit-scrollbar {
height: 5px;
}
div.scroll::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}
div.scroll::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}

/* 定価に取り消し線を引く */
.p-product-price__list-price {
    text-decoration: line-through;
}

.bath-s-list {
  margin-top: 10px;
}

.bath-item-name {
  margin-left: 5px;
  margin-top: 5px;
  line-height: 1.5em;
}

.bath-detail {
  margin-bottom: 60px;
}

.bath-banner {
  margin-top: 20px;
}

.bathset-send {
  font-weight: bold;
}