
.goods_inner ul{
  display: flex;
  flex-wrap: wrap;
}

.goods_img {
  width:100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.goods_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goods_img .watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.goods_img.warter_on .watermark_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slide .watermark_img {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slick-slide.warter_on .watermark_img {
  display: block;
}
.goods_ttl {
  width: 100%;
  font-size: 14.5px;
  margin-top: 1em;
  font-weight: bold;
}
.goods_price {
  width: 100%;
  font-size: 14.5px;
  margin-top: 0.1em;
}
div [data-remodal-id="modal_recipe"]{
  background: none;
}

.slide{
  background:inherit;
  opacity:0;
}


/*謎の padding を削除*/
.slick-slider {
  padding:0 !important;
}

/*以下お好みで*/
.slide_cont img{
  width:80%;
  height: 392px;
  object-fit: contain;
  object-position: 50% 50%;
  display:block;
  margin:0 auto;
}

.slider {
  width: 100%;

}
.goods_moda_ttl {
  color: #595757;
  font-size: 14.5px;
  width: 80%;
  text-align: left;
  margin: 0 auto;
  margin-top: 2.5em;
  font-weight: bold;
}
.goods_moda_price {
  color: #595757;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-size: 14.5px;
  margin-top: 0.1em;
}
.goods_purchase_limit {
  color: #595757;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 14.5px;
    margin-top: 0.1em;
}
.goods_moda_purchase_limit {
  color: #595757;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    font-size: 14.5px;
    margin-top: 0.1em;
}

.goods_moda_disc {
  color: #595757;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-size: 14.5px;
  margin-top: 0.5em;
	padding-bottom: 35px;
}
.remodal {
	width: 90% !important;
	background: none !important;
	padding: 20px 70px;
}
.remodal-close {
  color: #fff !important;
}
.remodal-close:before {
  font-size: 45px;
  line-height: 35px;
  width: 35px;
  right: 0;
}
.slide-arrow {
  position: absolute;
  /* top: 300px; */
  top: calc(392px / 2 + 5rem);
  transform: translateY(-50%);
  width: 25px!important;
  z-index: 9999;

}
.slide-arrow.prev-arrow {
  left: 5%;
  width: auto;
  height: auto;
}
.slide-arrow.next-arrow {
  right: 5%;
  width: auto;
  height: auto;
}
.slick-active {
  opacity: 1!important;
}
.remodal-close:hover, .remodal-close:focus {
  color: #595757;
}
.n_pad {
  padding-left: 0;
  padding-right: 0;
}
.pad_2 {
  padding-left: 2%;
  padding-right: 2%;
}
.remodal-overlay {
  background: rgba(0,0,0,0.9);
}

.slick-dots {
  top:420px;
	}

.slick-dots li button:before {
  color: #999999;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #FFA64D;
}
.remodal-close:before {
  content: '';
  background-image: url(../images/btn_close.png);
  background-size: 100%;
  height: 35px;
}


.remodal-wrapper {
  bottom: 0;
  top: 0;
}
.taxin_text {
  font-size: 11.5px;
}
.goods_worn_ttl {
  font-size: 16.5px;
}
.goods_worn_asta {
  display: block;
  text-indent: -1rem;
  padding-left: 1rem;
}
.wwimg {
  display: flex;
}
.features .inner .wwimg img {
  width: 50%;
}
.features .inner .chikawa_f_img {
  width: 200px;
  margin: 0 auto;
}


button.btn.btn-success.btn-block.reject {
  background-color: #525252!important;
  color: #ffffff!important;
}
.good_text_container {
  padding: 2rem;
	border: double 5px #ed6c00;
	font-size: 2rem;
	margin: 15rem auto 8rem auto;
	line-height: 4rem;
}
.goods_icon_box .goods_icon {
  height: 18px;
  max-width: fit-content;
  margin-right: 10px;
}
.goods_icon_box .goods_icon img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
	.good_text_container {
	border: double 3px #ed6c00;
	margin: 8rem auto 8rem auto;
}
  .goods_box {
    width: 95%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:0 3.2% 7% 3.2%;
  }
  .goods_box:nth-child(3n) {
    margin-right: 2.5%;
  }
  .goods_ttl {
    font-size: 14.5px;
    margin-top: 0.5rem;
  }
	.goods_moda_ttl {
  margin-top: -2vw;
}
  .goods_price {
    font-size: 14.5px;
  }
  .goods_img {
    height: auto;
  }
  .remodal {
    width: 100% !important;
    background: none !important;
    padding: 20px;
  }
  .slide-arrow {
    top: calc(80vw / 2 + 5rem);
  }
	.slide-arrow.prev-arrow {
    left: -3%;
  }
  .slide-arrow.next-arrow {
    right: -3%;
  }
	
	.slide{
		background: #fff;
		width: 90vw !important;
		position: relative;
		left: 50%;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
	}
	
	.slide_cont{
	width: 80vw;
	padding: 10rem 0;
	position: absolute;
	left: 50%;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
}
	.slide_cont img{
  width:80%;
  height: 80vw;
  object-fit: contain;
  object-position: 50% 50%;
  display:block;
  margin:0 auto;
}
	
	
.slick-dots {
  top:76vw;
	bottom: auto !important;
	}

}
