@charset "utf-8";

/*=============================================
//
// list
//
*/

.change_view {
  margin: 0 auto 2em;
  padding: 5px 0;
  background-color: #f4f4f4;
}

.sortBlock {}

@media screen and (min-width:768px) {
  .sortBlock {
    padding: 5px 0;
  }
}


/*----------------*/

.sortBlock .sort {
  float: left;
}

.sortBlock .sort li {
  display: inline-block;
  vertical-align: middle;
}

.sortBlock .sort span {
  display: inline-block;
  padding: 0;
  min-width: 42px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
}
.sortBlock .sort span.sortBtn{
  width: 100%;
  color: #000;
  background-color: #bdbbbb;
  border: 1px solid #bdbbbb;
}

.sortBlock .sort a{
	
  display:inline-block;
  width:100%;
  height: 100%;
}

.sortBlock .sort .typeNormal a{
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #bdbbbb;
}
.sortBlock .sort .typeNew a{
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #bdbbbb;
}
.sortBlock .sort .typeSalableness a{
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #bdbbbb;
}
.sortBlock .sort .typePrice a{
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #bdbbbb;
}


@media screen and (min-width:360px) {
  .sortBlock .sort li {
    margin-right: 1px;
    font-size: 12px;
  }
  .sortBlock .sort span {
    width: 49px;
    font-size: 11px;
  }
  .sortBlock .sort .typeNormal span {
    width: 68px;
  }

}

@media screen and (min-width:420px) {
  .sortBlock .sort li {
    margin-right: 1px;
    font-size: 13px;
  }
  .sortBlock .sort span {
    width: 60px;
    font-size: 13px;
  }
  .sortBlock .sort .typeNormal span {
    width: 78px;
  }

}

@media screen and (min-width:768px) {
  .sortBlock .sort li {
    margin-right: 7px;
    font-size: 13px;
  }
  .sortBlock .sort li.ttl {
    margin-right: 40px;
  }
  .sortBlock .sort span {
    width: 90px;
    font-size: 13px;
  }
  .sortBlock .sort .typeNormal span {
    width: 90px;
  }
}


/*----------------*/

.sortBlock .order {
  float: left;
  margin-left: 8px;
  padding-top: 3px;
}
.sortBlock .order li a img {
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}

.sortBlock .order li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.sortBlock .order span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (min-width:360px) {
  .sortBlock .order li {
    font-size: 12px;
  }
}

@media screen and (min-width:768px) {
  .sortBlock .order {
    margin-left: 8px;
  }
  .sortBlock .order li {
    margin-right: 6px;
    font-size: 13px;
  }
  .sortBlock .order span {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .sortBlock .order img {
    margin-right: 4px;
  }
}




/*=============================================
//
// itemGroupLists
//
*/


.itemGroupLists {
  margin: 0 auto 5em;
}

.itemGroupLists .singleL{
  float: left;
  margin: 0;
  margin-right:4%;
  width:48%;
}

.itemGroupLists .singleL:nth-child(2n){
  margin-right:0;
}


@media screen and (min-width:768px) {
  .itemGroupLists .singleL{
    float: left;
    margin: 0;
    margin-right:2%;
    width:23.5%;
    margin-bottom: 50px;
  }

  .itemGroupLists .singleL:nth-child(2n){
    margin-right:2%;
  }

  .itemGroupLists .singleL:nth-child(4n){
    margin-right:0;
  }
}


/*=============================================
//
// goods
//
*/

#d_goods.sp .h1_ttl_1 {
  font-size: 17px;
}

#d_search .itemGroupLists .singleL .newIcon,
#d_goods_detail .slickSliderRecently .newIcon,
#d_goods .itemGroupLists .singleL .newIcon {
  height: 26px;
  width: 58px;
}

/*=============================================
//
// goodsDetail
//
*/

.goodsDetail .main{}

.goodsDetail .WMFFont{
  font-family: WMFRotis;
  line-height: 1;
  font-size: 32px;
}
@media screen and (max-width:767px) {
  .goodsDetail .WMFFont{
    font-size: 24px;
  }
}
.completeMsg{
	margin:1em auto;
	font-size:1.4rem;
	font-weight:bold;
	background:#fdf4f6;
	color:#b83033;
	padding:10px;
}
@media screen and (min-width:768px) {
  .goodsDetail .main{
    padding: 0 0 2em;
  }
}

.goodsDetail .h1_ttl_1{
  margin-bottom: 19px;
  line-height: 1.5;
}


.goodsDetail
.goodsDetail .singleDetail{
  float: none;
  margin:0 auto;
  width:100%;;
}

@media screen and (max-width:767px) {
	.goodsDetail .singleDetail .sp-on .sale_icon_sp:empty{
		margin:0;
	}

  .goodsDetail .singleDetail .sp-on .sale_icon{
		margin:0 12px 1.5em;
	}
	
	.goodsDetail .singleDetail .sale_icon span{
		font-size: 1.3em;
		}
	
}

@media screen and (min-width:768px) {
  .goodsDetail .singleDetail .sale_icon span{
    font-size:1.5em;
  }
}

.goodsDetail .thumbnailBox{
    margin: 0 auto;
    width: 80%;
}

/*
@media screen and (max-width:767px) {
	.goodsDetail .thumbnailBox{
		display:block;
		margin: 0 auto;
		width: 80%;
	}
}
@media screen and (min-width:768px) {
	.goodsDetail .thumbnailBox{
		display:block;
	}
}
.goodsDetail .thumbnailBox{
	display:none;
}
*/
.goodsDetail .thumbnailBox .slick-prev,
.goodsDetail .thumbnailBox .slick-next{
  top:45%;
}

.goodsDetail .thumbnailBox .thumbnails .slick-prev{
  left: -25px;
}

.goodsDetail .thumbnailBox .thumbnails .slick-next{
  right: -25px;
}


.goodsDetail .thumbnailBox .thumbnails{}

.goodsDetail .thumbnailBox #thumbnaiMainArea{
  display:none;
}

.goodsDetail .thumbnailBox .thumbnails li.slick-slide{
    border: 1px solid #e0e0e0;
}

.goodsDetail .singleDetail .itemNumber{
  margin: 0 12px 0.5em;
  font-size:14px;
}

#d_goods_detail .thumbnailBox {
  position: relative;
}

#d_goods_detail .thumbnailBox .newIcon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 29px;
  z-index: 1;
  font-family: WMFRotis;
}

#d_goods_detail .slickSliderRecently .newIcon{
  height: 26px;
  width: 58px;
}

@media screen and (max-width: 767px) {
  #d_goods_detail .slickSliderRecently .newIcon {
    height: auto;
    width: 44px;
  } 
}

@media screen and (min-width:768px) {

	.goodsDetail .singleDetail .layoutDetail{
		display: table;
		width:100%;
    margin-bottom: 60px;
	}
	
  .goodsDetail .singleDetail{
    /*padding-left: 49.4%;*/
	min-height:520px;
	position: relative;
  }


  .goodsDetail .thumbnailBox{
	display: table-cell;
	vertical-align: top;
	width: 413px;
    /*width: 45%;
    position: absolute;
    left:0;
    top:0;*/
  }

    /* PC画面 商品画像固定 */
   .goodsDetail .thumbnailBox {
     display: inline-table;
     position: sticky !important;
     top: 0;
     left: 0;
   }
 
  #d_goods_detail #thumbnaiMainArea {
    display: block;
    height: 420px;
    width: 420px;
    margin:0 auto 15px;
  }
  #d_goods_detail #thumbnaiMainArea img {
    display: block;
    width:100%;
    height:auto;
    display: none;
    cursor:pointer;
  }
	.goodsDetail .detailInfoArea{
		display: table-cell;
		vertical-align: top;
		padding-left:40px;
	}
  .goodsDetail .thumbnailBox .thumbnails{
    width:100%;
    overflow: hidden;
  }

  .goodsDetail .thumbnailBox .thumbnails li{
    float:left;
    margin-right:1%;
    width:19%;
	  margin-bottom:5px;
  }
  .goodsDetail .thumbnailBox .thumbnails li:hover{
    cursor: pointer;
  }
	
	.goodsDetail .thumbnailBox .thumbnails li img#goodsGroupImageThumbnail{
		width:100%;
		height:auto;
	}

	.goodsDetail .thumbnailBox .thumbnails li img.goodsGroupImageThumbnail{
		width:100%;
		height:auto;
  }

  .goodsDetail .singleDetail .itemNumber{
    margin: 0 auto 1.1em;
 
  }

}

@media screen and (max-width:767px) {
	.goodsDetail .singleDetail .layoutDetail{
    margin-bottom: 50px;
	}
}
.goodsDetail .MessageBox{
  margin:0 0 1em;
  font-size: 14px;
}
.goodsDetail .MessageBox.PC .goods_note_1{
  /*display: none;*/
  margin:0 auto 1em;
  font-size:14px;
}
.goodsDetail .MessageBox.PC .goods_note_2{
  /*display: none;*/
  margin:0 auto 1em;
  font-size:13px;
}

.goodsDetail .MessageBox.PC .goods_note_3{
  /*display: none;*/
  margin:0 auto 1em;
}

.goodsDetail .goods_note_12{
  word-break: break-all;
}

.goodsDetail .MessageBox.PC .goods_note_19{
  /*display: none;*/
  margin:0 auto 1.3em;
}

.goodsDetail .MessageBox.PC .goods_free_text{
  margin:0 auto 1em;
  font-size:14px;
}
/*.goodsDetail .MessageBox.SP .goods_note_2,*/
.goodsDetail .MessageBox.SP .goods_free_text{
  display:none;
}

.MessageBox.PC .goods_note_15,
.MessageBox.PC .goods_note_16,
.MessageBox.PC .goods_note_17 {
  font-size: 13px;
  margin-top: 13px;
}

@media screen and (max-width:767px) {
  .MessageBox.PC .goods_note_15,
  .MessageBox.PC .goods_note_16,
  .MessageBox.PC .goods_note_17 {
    font-size: 14px;
    margin-top: 14px;
  }
}

@media screen and (min-width:768px) {
  .goodsDetail .MessageBox.SP{
    display:none;
  }
  .goodsDetail .MessageBox.PC{
    margin: 0 auto 1em;
  }
  .goodsDetail .MessageBox.PC .goods_note_1{
    display: block;
    margin:0 auto 1em;
  }
  .goodsDetail .MessageBox.PC .goods_note_2{
    display: block;
    margin:0 auto 1em;
  }
  .goodsDetail .MessageBox.PC .goods_free_text{
    margin:0 auto 1em;
    font-size: 13px;
  }

}



.goodsDetail .PriceBox{
  margin: 0 auto 15px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width:768px) {
  .goodsDetail .PriceBox{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media screen and (max-width:850px)  and (min-width:768px) {
  .goodsDetail .PriceBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* .PriceBox .Price-1{
  margin-bottom: 4px;
  font-size:14px;
} */

.PriceBox .Price-1{
  margin-right: 8px;
  /* margin-top: 2px; */
}

.PriceBox .Price-2{
  font-size:15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.PriceBox .Price-2 .left{
  /* float:left; */
  padding-top: 5px;
  padding-left: 1em;
}

.PriceBox .Price-2 .right{
  padding-left:20px;
}

.PriceBox .Price-2 .right .price,
.PriceBox .Price-2 .right .sale_price{
  font-size:26px !important;
  font-weight: bold;
  margin-bottom: -4px;
  display: inline-block;
}

.PriceBox .Price-2 .right .append{
  font-size:18px !important;
  margin-left: 1px;
}

.stockMsgGoodsIndex {
  display: grid;
  grid-template-columns: 1fr 68px;
  align-items: center;
  justify-items: center;
}

.goodsDetail .stockMsgGoodsIndex .favoriteFlexItem {
  width: auto;
  margin-left: 0;
}

.stockMsgGoodsIndex .favorite {
  margin-bottom: 10px;
}

.stockMsgGoodsIndex .favorite input {
  padding: 0;
  width: 28px;
  height: auto;
  margin-right: 5px;
}

@media screen and (max-width:767px) {
  .stockMsgGoodsIndex {
    grid-template-columns: 1fr 55px;
  }

  .stockMsgGoodsIndex .favorite input {
    width: 25px;
    margin-right: 0;
  }
}

.stockMsg p.stockNoSale,
.stockMsg p.stockSoldOut,
.stockMsg p.noStockIcon{
	display:block;
	width:100%;
	font-size:1.4rem;
	margin-bottom:1rem;
	margin-left: 0;
	font-weight: bold;
	text-align:center;
	padding:5px;
	color:#666;
	border:1px solid #eee;
	background: #eee;
}

.stockMsg p.stockBeforeSale,
.stockMsg p.stockBeforeReserv,
.stockMsg p.stockPossibleSales{
	display:block;
	width:100%;
	font-size:1.4rem;
	margin-bottom:1rem;
	margin-left: 0;
	font-weight: bold;
	text-align:center;
	padding:5px;
	color:#222;
	background-color: #ffffff;
	border: 1px solid #222222;
}

.stockMsg p.stockFewIcon{
	display:block;
	width:100%;
	font-size:1.4rem;
	margin-bottom:1rem;
	margin-left: 0;
	font-weight: bold;
	text-align:center;
	padding:5px;
	color:#000;
	background-color: #ffffff;
	border: 1px solid #000;
}

.oderNumberBox{
  display:flex;
  width:100%;
  padding: 30px 17px 16px;
  background-color:#f4f4f4;
  position: relative;
  align-items: center;
}

.oderNumberBox .txt{
  display:table-cell;
  width:3em;
  font-size:16px;
  vertical-align: middle;
}
.oderNumberBox .numberArea{
  display:table-cell;
  /* vertical-align: middle; */
}


.oderNumberBox input{
  width: 122px;
  font-size: 16px;
}

.oderNumberBox select:hover{
  cursor: pointer;
}

/*osanai add*/

.oderNumberBox + .oderNumberBox{
	padding: 0 14px 10px;
}
.oderNumberBox dl{
	padding-top:10px;
}
.oderNumberBox dt{
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	width:24%;
}
.oderNumberBox dd{
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	width:76%;
}


/*ラジオボタン装飾*/
.oderNumberBox dd input[type="radio"] {
  display: none;
}

.oderNumberBox dd label {
	position: relative;
	padding: 2px 0 0 42px;
    cursor: pointer;
	transition: .1s;
}
.oderNumberBox dd label:after,.oderNumberBox dd label:before {
	position: absolute;	
	content: "";
	display: block;
	top: 50%;
}
.oderNumberBox dd label:after {
	left: 13px;
  background-color: #fff;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	border: 1px solid #000;
	border-radius: 50%;
  box-sizing: border-box;
}
.oderNumberBox dd label:before {
	left: 18px;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background: #000;
	border-radius: 50%;
	opacity: 0;			/* 要素を透過指定する */
  z-index: 1;
}
.oderNumberBox dd input[type="radio"]:checked + label:before {
	opacity: 1;		/* 要素を表示する */
}
.oderNumberBox dd label:hover {
	color: #000;
}

.oderNumberBox .sale_icon_few_left img {
  height: 14px;
  width: auto;
}

.oderNumberBox .sale_icon_few_left img[src$=".svg"] {
  left: auto;
  top: auto;
}

.detailInfoArea .notApplicable {
    font-size: 14px;
    text-align: right;
    color: #000;
    position: absolute;
    width: 40%;
}

@media screen and (max-width:767px) {
.oderNumberBox dt{
	display: block;
	font-size: 15px;
	vertical-align: middle;
	width: 100%;
}
.oderNumberBox dd{
	display: block;
	font-size: 15px;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.detailInfoArea .notApplicable {
    font-size: 14px;
    text-align: right;
    color: #333;
    position: absolute;
    width: 80%;
    top: 40%;
}
}
/*osanai add*/


@media screen and (min-width:768px) {
  /* .PriceBox .Price-1{
    margin-bottom: 9px;
    font-size:13px;
  } */
  .PriceBox .Price-2 .right{
    float:right;
    padding-left:0;
  }
}


.cartBox {
  background-color: #f4f4f4;
  padding: 10px 17px 30px;
}

.cartBox .cartin{
  width: 100%;
  text-align: center;
}

.cartBox .cartin input{
	text-indent:1em;
	background: none;
	border:0;
	box-shadow:none;
	display: inline-block;
  margin: 0 auto;
	padding: 14px 0;
	width:100%;
	color:#000;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	line-height: 1;
	background-color:#ede3b8;
	border:1px solid #ede3b8;
	background-image:url(../../images/common/icon_cart_3.svg);
	background-repeat:no-repeat;
	background-position: calc(50% - 3.5em) 50%;
	vertical-align: middle;
	background-size: auto 20px;
  border-radius: 5px;
  padding-left: 19px;
}


.cartBox .cartin input:hover{
	cursor: pointer;
	color: #000;
	background-color: #ede3b8;
	background-image:url(../../images/common/icon_cart_3_hover.svg);
}

.cartBox .favorite input{
	text-indent:1em;
	background: none;
	border:0;
	box-shadow:none;
	display: inline-block;
	margin: 10px auto 10px;
	padding: 12px 0;
  padding-left: 8px;
	width:100%;
  height: 36px;
	color:#b72f34;
/*	font-size: 16px;*/
  font-size: 11px;
	text-align: center;
	font-weight:bold;
	line-height: 1;
	background-color:#ffffff;
	border:1px solid #b72f34;
	background-image:url(../../images/common/icon_hart.png);
	background-repeat:no-repeat;
/*  background-position: calc(50% - 4.25em) 50%;*/
  background-position: calc(50% - 4em) 50%;
	vertical-align: middle;
	background-size: 17px auto;
	margin-right:0.5em;
}


.cartBox .favorite input:hover{
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  .cart_law_sns_wrap{
    position: relative;
  }

  .cartBox{
    margin: 0;
  }

  .cartBox .cartin{
    float:left;
    margin-top: 0;
    width: 71%;
  }
  .cartBox .cartin button{
    margin:0 auto;
    font-size: 17px;
  }

  .cartBox .favorite{
    float:right;
    width: 25%;
  }
  .cartBox .favorite button{
    margin:0 auto;
    font-size: 13px;
  }

  .lawBox{
    position: absolute;
    top:0;
    left:0;
  }

}


.law_sns_floatBox{
  margin: 0 auto;
}

.lawBox {
  float:left;
  margin: 10px auto;
}

.lawBox a{
  padding-left:15px;
  font-size:14px;
  background-image:url(../../images/common/icon_arw_01.png);
  background-repeat:no-repeat;
  background-position:0 50%;
}


@media screen and (min-width:768px) {
  .lawBox{
    float:none;
  }
  .lawBox a{
    font-size:11px;
  }
}

.snsBox{
  float:right;
  text-align: right;
}

.snsBox ul{
  display:inline-block;
  margin-top: 14px;
}

.snsBox ul li{
  display:inline-block;
  /*width: 32px;*/
  vertical-align: top;
}

.snsBox ul li iframe{
	border: none;
}
.snsBox ul li #twitterIframe{
  margin-right:5px;
}

@media screen and (min-width:768px) {
  .snsBox{
    float:none;
	text-align: right;
  }
  .snsBox li{
    margin-left: 4px;
  }
}





/*=============================================
//
// tabContainer
//
*/

.tabBlock{}

.tabContainer{
  display:none;
}

.contentsContainer{}
.contentsContainer .content{}
.contentsContainer .content h3{
  margin:0 auto 1em;
  padding: 0.6em 1em ;
  width:100%;
  font-size:14px;
  font-weight:bold;
  background-image: url(../../images/common/icon_open.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  border: 1px solid #cccccc;
}
.contentsContainer .content.open h3{
  background-image: url(../../images/common/icon_close.png);
}

.contentsContainer .content .contBox{
	display:none;
	padding: 0 0 1em;
	font-size:1.2rem;
}

.contentsContainer .content .contBox h4{
	font-weight:bold;
	font-size:1.2rem;
	margin:2rem auto 0.5rem auto;
}

.contentsContainer .content .contBox h4:nth-child(1){
	margin:0 auto 0.5rem auto;
}

.contentsContainer .content .contBox .movieList{}

.contentsContainer .content .contBox .movieList .block,
.contentsContainer .content .contBox .movieList li{
  float: left;
  margin-right: 4%;
  margin-bottom: 2em;
  padding: 10px;
  width: 48%;
  text-align: center;
  background-color:#F8F8FA;
  border: 1px solid #e3e3e3;
  position: relative;
}

.contentsContainer .content .contBox .movieList .block:nth-child(2n),
.contentsContainer .content .contBox .movieList li:nth-child(2n){
  margin-right:0;
}

.contentsContainer .content .contBox .movieList .block .thumbImg,
.contentsContainer .content .contBox .movieList li .thumbImg{
    margin-bottom: 1em;
    border: 1px solid #dfdfdf;
}

.contentsContainer .content .contBox .movieList .block .thumbImg img,
.contentsContainer .content .contBox .movieList li .thumbImg img{
  height:auto;
}

.contentsContainer .content .contBox .movieList .block .text,
.contentsContainer .content .contBox .movieList li .text{
  font-size: 1.4rem;
  text-align: left;
}

.contentsContainer .content .contBox .movieList .block .icon_flag,
.contentsContainer .content .contBox .movieList li .icon_flag{
  width:40%;
  height:auto;
  position: absolute;
  top:0;
  right:0;
}

.contentsContainer .content .contBox .movieList .block .icon_flag img,
.contentsContainer .content .contBox .movieList li .icon_flag img{
  height:auto;
}

@media screen and (min-width:768px) {
  .tabContainer{
    display:block;
  }

  .tabContainer ul{
    border-bottom:1px solid #dcdcdc;
  }

  .tabContainer ul li{
    float:left;
    margin-bottom: -1px;
    padding: 10px 10px 0 0;
    text-align: center;
  }

  .tabContainer ul li:hover{
    cursor: pointer;
  }

  .tabContainer ul li.select:hover{
    cursor: inherit;
  }

  .tabContainer ul li span{
    display: inline-block;
    margin-top: 5px;
    padding: 0.5em 4em;
    font-size:1.4em;
    background-color:#ebebeb;
  }

  .tabContainer ul li.select span{
    margin-top: 0;
    padding-top: 10px;
    background-color:#ffffff;
    border:1px solid #dcdcdc;
    border-bottom: 1px solid #ffffff;
  }
  .contentsContainer .content.hide{
    display:none;
  }
  .contentsContainer .content .contBox {
    display: block;
    padding: 2em 0;
  }
  .contentsContainer .content h3{
    display:none;
  }
  .contentsContainer .content .contBox .movieList{}

  .contentsContainer .content .contBox .movieList .block,
  .contentsContainer .content .contBox .movieList li{
    float: left;
    margin-right: 2.4%;
    width: 23.5%;
  }

  .contentsContainer .content .contBox .movieList .block:nth-child(2n),
  .contentsContainer .content .contBox .movieList li:nth-child(2n){
    margin-right:1%;
  }
  
  .contentsContainer .content .contBox .movieList .block:nth-child(4n),
  .contentsContainer .content .contBox .movieList li:nth-child(4n){
    margin-right:0;
  }

.contentsContainer .content .contBox .movieList .block .text,
.contentsContainer .content .contBox .movieList li .text {
	font-size: 11px;
	text-align: left;
}




}

@media screen and (min-width:900px) {
  .tabContainer ul li span {
    padding: 0.5em 5em;
  }
}



/*=============================================
//
// bnrBox
//
*/

.goodsDetail .bnrBox{}



@media screen and (min-width:900px) {

  .goodsDetail .bnrBox .inner_wide{
    width:100%;
  }

  .goodsDetail .bnrWrap li{
    margin-right: 2%;
    padding:0;
    width:32%;
  }
  .goodsDetail .bnrWrap li:nth-child(3n){
    margin-right:0;
  }


}


/* GOODSIMAGE
---------------------------------------------------- */
	.goodsDetail #d_photo {
		background-image: url(/g_images/noimage_pdm.gif);
		background-position: center center;
		background-repeat: no-repeat;
	}
	.goodsDetail #d_photo img {
		/*display: none;
		cursor:pointer;*/
	}
	.goodsDetail .thumbnailBox #d_photo{
		display:none;
	}

@media screen and (min-width:768px) {


	  .goodsDetail .thumbnailBox #d_photo{
		display: block;
		margin:0 auto 15px;
		border:1px solid #e0e0e0;
	  }
	  .goodsDetail .thumbnailBox #d_photo a{
		display:block;
		position: relative;
	  }

	  .goodsDetail .thumbnailBox #d_photo a:after{
		content:"";
		width:31px;
		height: 31px;
		background-image:url(../../images/common/icon_closeup.png);
		background-repeat: no-repeat;
		background-position:0 0;
		position: absolute;
		right: 15px;
		bottom:15px;
	  }

	  .goodsDetail .thumbnailBox #d_photo img{
		width:100%;
		height:auto;
	  }

}
/*---*/
#d_goods_detail .infoAdd .imgBox {
		margin: 0 0 0 0px;
		overflow:hidden;
		zoom:1;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer {
		width: 82px;
		padding: 0 9px 10px 0px;
		display:block;
		float:left;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer span {
		display: block;
		font-size: 10px;
		line-height:1.2;
		}
#d_goods_detail .infoAdd .imgBox div.thmbContainer div {
		border: 1px solid #FFFFFF;
		background-color: #EEEEEE;
		width: 80px;
		height: 80px;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer div.select {
		border: 1px solid #000000;
}

#d_goods_detail .infoAdd .imgBox img.last {
		padding: 0 0px 0px 0px;
}
#d_goods_detail .main-image-name {
	margin: 5px 0;
	display: block;
	text-align: right;
	font-weight: bold;
}
/*----*/
/* TABLE -STOCK-
---------------------------------------------------- */
.stock_table table{
	width:100%;
}
.stock_table table th{
	background: #eee;
}
.stock_table table th,
.stock_table table td{
	border: 1px solid #ccc;
	padding:5px;
	font-size:1.4rem;
	text-align: center;
}

.stock_table table dl{
	width:100%;
}

.stock_table table dl dt{
	display:none;
}


.stock_table input.doSendMail{
	text-align: center;
	text-indent: 1.5em;
	-webkit-appearance: none;
	padding: 0.2rem;
	width: 16rem;
	color: #333;
	font-size: 1.4rem;
	background: none;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
/*	margin-bottom:2em;*/
	background-image:url(../../images/common/icon_sendmail.svg);
	background-repeat: no-repeat;
	background-position: calc(50% - 4.5em) 45%;
	background-size: auto 12px;
}

@media screen and (max-width:767px) {

	.stock_table table tr{
		border-bottom:20px solid #fff;
	}

	.stock_table table tr:nth-of-type(1){
		display:none;
	}

	.stock_table table td{
		display:block;
		width:100%;
		padding:0px;
		border:none;
	}
	.stock_table table dl{
		display:table;
		width:100%;
		white-space: nowrap;
		text-align: left;
	}

	.stock_table table dl dt{
		display:block;
		background: #eee;
		font-weight: bold;
		width:10em;
		white-space: nowrap;
	}
	.stock_table table dl dd{

	}

	.stock_table table dl dt,
	.stock_table table dl dd{
		display:table-cell;
		vertical-align: middle;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		padding:10px;
	}

	.stock_table table td:first-child{
		border-top:1px solid #ccc;
	}
	.stock_table table td{
		border-bottom:1px solid #ccc;
	}

  .favorite {
    width: 120px;
    margin-left: calc(100% - 120px);
  }

}

/*=============================================
//
// Setgoods Detail
//
*/
.setgoodsDetail {
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 2rem;;
}
.setgoodsDetail h2 {
	font-weight: bold;
	margin-bottom: 1%;
}
/*=============================================
//
// Setgoods Price
//
*/
.setPriceArea {
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	margin-bottom: 2%;
	display: table;
	width:100%;
	font-size: 1.4rem;
}

.setPrice {
	display: table-cell;
	font-weight: bold;
	padding:10px;
}
.setPrice_icon {
	display: table-cell;
	padding:10px;
}

/*=============================================
//
// Setgoods Purchase
//
*/
.setPurchase {
	padding: 2%;
	background-color: #EEEDF2;
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 2%;
}
.setCart {
	margin-top: 2%;
	background-color: #FFF;
	display: table;
	width:100%;
}


.setSelect {
	padding: 5px 10px;
	display: table-cell;

}
.setSelect span {
	color: #b72f34;
	font-weight:bold;
}
.setCartin {
	padding: 5px;
	display: table-cell;
	text-align: right;
}
.setCartin input {
	text-indent: 1.5em;
	background: none;
	border: 0;
	box-shadow: none;
	display: inline-block;
	margin: 8px 10px 5px 0;
	padding: 14px 0;
	width: 240px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background-color: #b72f34;
	border: 1px solid #b72f34;
	background-image: url(../../images/common/icon_cart_2.svg);
	background-repeat: no-repeat;
	background-position: calc(50% - 5.5em) 50%;
	vertical-align: middle;
	background-size: auto 20px;
}

.addNg{
	background:#ffeeee;
	padding:10px;
	color:#b72f34;
	font-weight:bold;
	display: inline-block;
	text-align: center;
	width:20rem;
}

@media screen and (max-width:767px) {
	.setSelect {
		padding: 5px 10px;
		display: block;
		width:100%;

	}

	.setCartin {
		text-align: center;
		display: block;
		width:100%;
	}
	.setCartin input{
		width:80%;
	}
	
	.addNg{
		display: block;
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
}

/*=============================================
//
// setItemList
//
*/ 

.setItemList{
	width:100%;
	margin:2% auto 4% auto;;
}

.setItemList caption{
	font-weight:bold;
	font-size:1.6rem;
	text-align: left;
}
.setItemList td{
	border: 1px solid #cccccc;
	padding:5px;
}

.setItemList td{
	text-align:center;
	font-size:1.4em;
	vertical-align: middle;
}
.setItemList td:nth-child(1){
	text-align:left;
	vertical-align: top;
}


.itemInfoArea{
	display: table;
}

.itemInfoArea{
	display: table;
}

.itemImgCell,
.itemNameCell{
	display: table-cell;
	vertical-align: top;
}

.itemImgCell img{
	border: 1px solid #cccccc;
}

.setItemList dl{
	width: 100%;
}

.setItemList dt{
	display: none;
}


td.itemAmount {
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
}
.itemCount {
	display: block;
	padding: 5px;
	font-size: 1.4rem;
	background-color: #eee;
	margin-bottom:5px;
}

.itemCount input{
	width: 6rem;
}
.d_fewStockFlag{
	display: block;
}

.d_fewStockFlag:before{
	content: "("
}

.d_fewStockFlag:after{
	content: ")"
}



@media screen and (max-width:767px) {
	.setItemList td{
		display: block;
		width:100%;
	}
	
	.setItemList tr{
		display: block;
		margin-bottom: 20px;
	}

	td.itemAmount{
		display: flex;
		flex-direction:row-reverse;
		align-items: stretch;
		border-top:none;
	}
	
	
	.btnAmount{
		flex-basis: 50px; 
	}

	.itemCount{
		flex-basis: 180px; 
	}
	
	.itemAmountInfo{
		flex-basis: calc(100% - 230px);
		text-align: left;
		padding-right: 10px;
	}

}

.plus_btn,
.minus_btn{
	display: inline-block;
	line-height: 1;
	margin: 5px;
	padding:0;
	vertical-align: bottom;
	width: 32px;
	height:32px;
}

.plus_btn:hover,
.minus_btn:hover{
	cursor: pointer;
	opacity: 0.8;
}


.plus_btn {
	/*
	background: none;
	border: 0;
	box-shadow: none;
	padding: 5px 0 5px 1em;
	width: 32px;
	color: #ffffff;
	font-size: 14px;
	background-color: #bbbbbb;
	background-image: url(../../images/common/icon_plus.gif);
	background-repeat: no-repeat;
	margin-bottom:2%;
	*/
}

.minus_btn {
	/*
	background: none;
	border: 0;
	box-shadow: none;
	padding: 5px 0 5px 1em;
	width: 32px;
	color: #ffffff;
	font-size: 14px;
	background-color: #bbbbbb;
	background-image: url(../../images/common/icon_minus.gif);
	background-repeat: no-repeat;
	margin-bottom:2%;
	*/
}

.d_NotGoodsBundleGcnt{
    padding: 2px 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-color: #bebebe;
    border: 1px solid #bebebe;
	margin-left:auto;
	margin-right:auto;
}
.d_goodsTypeBundleTarget{
	color:#b72f34;
}
/* レシピブック対応 */
.recipePDF {
  margin-top: 24px;
  margin-bottom: 24px;
}
.recipePDF a {
  display: block;
  padding: 12px 15px 6px;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-image: url(../../images/common/icon_arw_02.png);
  background-repeat: no-repeat;
  background-position: right 16px bottom 47%;
  background-size: 8px 12px;
  width: 230px;
  padding: 15px;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .recipePDF {
    margin: 20px 0 10px;
  }
}

.InstockMail_txt {
  margin-bottom: 15px;
}

.InstockMail_txt p {
  margin-top: 10px;
  padding: 10px 12px 8px;
  background: #f4f4f4;
  font-size: 1.4rem;
}

.InstockMail_txt p span {
  color: #a45248;
}

@media screen and (max-width:767px) {
  .InstockMail_txt p {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.contentsContainer .content .goodsDetailsNoteTable .flex:not(:first-child) h4 {
  margin-top: 2rem;
}
.goodsDetail .receiveNotificationMail .doSendMail {
  background-color: #ede3b8;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  height: 57px;
  width: calc(100% - 68px);
  font-size: 21px;
  font-weight: bold;
  color: #000;
  padding-top: 2px;
  background-image: url(../../images/common/icon_mm_mail_black.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 7em) 53%;
  background-size: 5%;
  border-radius: 5px;
  padding-left: 1.85em;
}

_:lang(x)::-internal-media-controls-overlay-cast-button,
.goodsDetail .receiveNotificationMail .doSendMail {
  padding-top: 4px;
}
_:lang(x)::-moz-placeholder,
.goodsDetail .receiveNotificationMail .doSendMail {
  padding-top: 4px;
}
.goodsDetail .contentsContainer .content .contBox h4 {
  font-size: 1.4rem;
}
.goodsDetail .contentsContainer .content .contBox {
  font-size: 1.4rem;
}

@media screen and (min-width: 900px) {
  .goodsDetail .tabContainer ul li.select span {
    padding: 16px 10px 13.5px;
  }
  .goodsDetail .tabContainer ul li span {
    padding: 15px 10px 9.5px;
    min-width: 225px;
  }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .tabContainer ul li span{
    display: inline-block;
    margin-top: 5px;
    padding: 0.5em 2em;
    font-size:1.4em;
    background-color:#ebebeb;
  }
}
@media screen and (min-width: 768px) {
  .goodsDetail .tabContainer ul {
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
  }
  .goodsDetail .tabContainer ul li span {
    font-size: 18px;
    margin-top: auto;
  }
  .goodsDetail .tabContainer ul li {
    float: none;
    padding: 0 13px 0 0;
  }
}
.goodsDetail .oderNumberBox dt {
  display: block;
  width: auto;
}
.goodsDetail .oderNumberBox dd {
  display: block;
  text-align: center;
  width: auto;
}
.goodsDetail .cartBox .cartin {
  float: none;
  width: 100%;
}
.goodsDetail .cartBox .favorite {
  float: none;
  width: 100%;
}
.goodsDetail .cartBox .favorite input {
  font-size: 16px;
  height: 57px;
}
.goodsDetail .detailInfoArea .notApplicable {
  position: relative;
}

.goodsDetail #freeArea9 {
  padding-top: 6px;
}
.goodsDetail .cartBox .favorite input {
  padding-top:  14px;
  text-indent: 1.3em;
  font-size: 18px;
  font-weight: bold;
  padding-left: 0;
  background-color: transparent;
    border: none;
}
.goodsDetail .cartBox .cartin input {
  height: 57px;
  font-size: 21px;
  padding-top: 16px;
}
.goodsDetail .stockMsg p.stockNoSale,
.goodsDetail .stockMsg p.stockSoldOut,
.goodsDetail .stockMsg p.noStockIcon {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  background-color: #bdbbbb;
  color: #fff;
  font-size: 21px;
  padding: 0;
  line-height: 1;
  border-radius: 5px;
}
_:lang(x)::-internal-media-controls-overlay-cast-button,
.goodsDetail .stockMsg p.stockNoSale,
.goodsDetail .stockMsg p.stockSoldOut,
.goodsDetail .stockMsg p.noStockIcon {
  padding-top: 5px;
}
_:lang(x)::-moz-placeholder,
.goodsDetail .stockMsg p.stockNoSale,
.goodsDetail .stockMsg p.stockSoldOut,
.goodsDetail .stockMsg p.noStockIcon {
  padding-top: 5px;
}

.contentsContainer .content .contBox .movieList .block .thumbImg {
  border: none;
}

.goodsDetail .singleL dl dt {
 border: none;
}

.goodsDetail .cartBox .favorite input {
  margin: 0 auto;
}

.goodsDetail .stockMsg p.stockNoSale,
.goodsDetail .stockMsg p.stockSoldOut,
.goodsDetail .stockMsg p.noStockIcon {
  margin-bottom: 15px;
}


.goodsDetail .PriceBox .Price-2 .right{
  /* padding-left:12px; */
  align-items: baseline;
}

/* 配送料・ご利用可能決済タブ */
.goodsDetail .postage .tabContainer2 {
  display:none;
}

.goodsDetail .postage .tabContainer2 ul li span {
  padding: 12px 10px 7px;
}

.goodsDetail .postage .tabContainer2 ul li span {
  min-width: 235px;
}

@media screen and (max-width:767px) {
  .goodsDetail .PriceBox {
    margin-left: 12px;
    margin-right: 12px;
  }
    .goodsDetail .PriceBox .Price-2 .right{
    padding-left:0;
  }

  .goodsDetail .PriceBox .Price-1 {
    margin-right: 12px;
    margin-top: 3px;
  }

  .goodsDetail .detailInfoArea .saleicon {
    padding: 2px 14px 0;
  }
}

/* 配送料・ご利用可能決済タブ */
@media screen and (min-width:768px) {
  .goodsDetail .postage .tabContainer2 {
    display:block;
  }

  .goodsDetail .postage .tabContainer2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid #dcdcdc;
  }

  .goodsDetail .postage .tabContainer2 ul li{
    color: #b72f34;
    float:left;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 0 10px 0 0;
    text-align: center;
  }

  .goodsDetail .postage .tabContainer2 ul li.tabOpen {
    color: #000;
    pointer-events: none;
  }

  .goodsDetail .postage .tabContainer2 ul li.tabOpen span {
    background-color: #f8f8fa;
    border: 1px solid #ccc;
    position: relative;
  }

  .goodsDetail .postage .tabContainer2 ul li.tabOpen span::after {
    background-color: #f8f8fa;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 3px;
  }

  .goodsDetail .postage .tabContainer2 ul li:hover{
    cursor: pointer;
  }

  .goodsDetail .postage .tabContainer2 ul li.select:hover{
    cursor: inherit;
  }

  .goodsDetail .postage .tabContainer2 ul li span{
    display: inline-block;
    font-size: 16px;
  }

  .goodsDetail .postage .tabContainer2 ul li.select span{
    margin-top: 0;
    padding-top: 10px;
    background-color:#ffffff;
    border:1px solid #dcdcdc;
    border-bottom: 1px solid #ffffff;
  }
  .goodsDetail .postage .contentsContainer2 .content.hide{
    display:none;
  }
  .goodsDetail .postage .contentsContainer2 .content .contBox {
    background-color: #f8f8fa;
    padding: 20px 25px;
  }
  .goodsDetail .postage .contentsContainer2 .content h3{
    display:none;
  }
}
.goodsDetail .contentsContainer2 .content .contBox h4 {
  font-size: 1.4rem;
}
.goodsDetail .contentsContainer2 .content .contBox {
  font-size: 1.4rem;
}

.goodsDetail .postage {
  margin-bottom: 15px;
  /* margin-bottom: 5px; */
  margin-top: 30px;
}
.goodsDetail .postage h3,
.goodsDetail .postage h4 {
  font-weight: bold;
}
.goodsDetail .postage h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.goodsDetail .postage h4 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.goodsDetail .postage h3 + p {
  margin-bottom: 10px;
}
.goodsDetail .postage p {
  font-size: 1.4rem;
  line-height: 225%;
}
.goodsDetail .postage h4 {
  background-color: #eaf0f1;
  padding: 8px 15px 6px;
  margin-bottom: 0;
}

.goodsDetail .definitionList:not(:last-of-type) {
  /* background-color: #f8f8fa;
  padding: 20px 25px; */
  /* border-top: 1px solid #bdbbbb; */
  border-top: 1px solid #f4f4f4;
}

.goodsDetail .definitionList:last-of-type {
  /* border-top: 1px solid #bdbbbb; */
  border-top: 1px solid #f4f4f4;
  /* padding-bottom: 0; */
}

.goodsDetail .payment .definitionList:last-of-type {
  border: none;
}

.goodsDetail .postage .definitionList:not(:last-of-type),
.goodsDetail .payment .definitionList:not(:last-of-type) {
  border: none;
}

.goodsDetail .postage .border {
  /* border-bottom: 1px solid #bdbbbb; */
  border: none;
}

.goodsDetail .definitionList {
  display: grid;
  padding: 14px 5px 10px 15px;
  grid-template-columns: 40% 60%;
  font-size: 14px;
}

.goodsDetail .postage .definitionList,
.goodsDetail .payment .definitionList {
  padding: 8px 5px 4px 15px;
}

.goodsDetail .definitionList dt {
  font-weight: bold;
  padding-right: 10px;
}

.goodsDetail .definitionList dd {
}

.goodsDetail .postage .tabContainer2 ul .pd0 {
  padding: 0 0 0 0;
}

.goodsDetail .postage .tabContainer2 ul li span {
  border-bottom: 1px solid #dcdcdc;
}

.goodsDetail .postage .tabContainer2 ul .select span {
  border-bottom: none;
}

.goodsDetail .postage .contBox .payment .h3 + p {
  margin-bottom: 0;
}

.goodsDetail .postage .contBox .payment:not(:last-child) {
  margin-bottom: 25px;
}

/* .goodsDetail .postage .contBox .payment h3::before {
  content: "■";
} */

.goodsDetail .postage .contBox .payment .h3 {
  display: block;
  font-size: 16px;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  background-image: none;
  font-weight: bold;
}

.goodsDetail .postage .contBox .payment h4 {
  margin: 0;
  background-color: transparent;
  padding: 0;
  font-weight: normal;
}

.goodsDetail .contBox:not(:last-of-type) {
  margin-bottom: 30px;
}

.goodsDetail .contentGoodsDescription .cGoodsNote {
  margin-bottom: 0;
}

.goodsDetail .contentGoodsDescription .cGoodsNote:not(:last-child) {
  margin-bottom: 20px;
}

.goodsDetail .contBox.mrb0 {
  margin-bottom: 0;
}

.goodsDetail .postage .proviso {
  font-size: 14px;
}

.goodsDetail .postage .proviso li {
  text-indent: -1em;
  padding-left: 1em;
}

.goodsDetail .postage .proviso li {
  text-indent: -0.7em;
  padding-left: 0.7em;
}

.goodsDetail .postage .proviso li::before {
  content: "※";
}

.goodsDetail .postage .paymentPostage .proviso {
  margin-top: 18px;
}

@media screen and (max-width:850px) and (min-width: 768px) {
  .goodsDetail .stockMsg p.stockNoSale,
  .goodsDetail .stockMsg p.stockSoldOut,
  .goodsDetail .stockMsg p.noStockIcon {
    font-size: 17px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 960px) and (min-width: 901px) {
  .goodsDetail .receiveNotificationMail .doSendMail {
    /* width: 100%; */
    font-size: 18px;
  }  
}

@media screen and (max-width: 900px) and (min-width: 851px) {
  .goodsDetail .receiveNotificationMail .doSendMail {
    /* width: 100%; */
    font-size: 16px;
  }  
}

@media screen and (max-width:870px) and (min-width: 821px) {
  .goodsDetail .receiveNotificationMail .doSendMail {
    /* font-size: 17px; */
    padding-top: 3px;
  }
}

@media screen and (max-width: 850px) and (min-width: 820px) {
  .goodsDetail .receiveNotificationMail .doSendMail {
    /* width: 100%; */
    font-size: 14px;
  }  
}

@media screen and (max-width: 820px) and (min-width: 791px) {
  .goodsDetail .receiveNotificationMail .doSendMail {
    font-size: 13.5px;
    background-position: calc(50% - 7em) 53%;
    padding-left: 1.1em;
  }  
}

@media screen and (max-width: 790px) and (min-width: 771px) {
  .goodsDetail .receiveNotificationMail .doSendMail {
    font-size: 12px;
  }  
}

@media screen and (max-width: 770px) and (min-width: 768px) {
  .goodsDetail .receiveNotificationMail .doSendMail {
    font-size: 11.5px;
  }  
}


/* 配送料・ご利用可能決済タブ */
@media screen and (max-width: 767px) {
  .goodsDetail .postage .tabContainer2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .goodsDetail .postage .tabContainer2 ul li {
    margin-top: 0;
    background-color: #fff;
    font-size: 14px;
    width: calc((100% - 10px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .goodsDetail .postage .tabContainer2 ul li {
    background-color: transparent;
    font-weight: bold;
    position: relative;
    color: #b72f34;
  }

  .goodsDetail .postage .tabContainer2 ul li span {
    border: none;
    text-align: center;
    min-width: auto;
    padding: 2px 5px;
  }

  .goodsDetail .postage .tabContainer2 ul li.tabOpen {
    border: 1px solid #dcdcdc;
    position: relative;
    background-color: #f8f8fa;
    color: #000;
  }

  .goodsDetail .postage .tabContainer2 ul li.tabOpen::after {
    background-color: #f8f8fa;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 3px;
  }

  .goodsDetail .postage .tabContainer2 ul li:first-child {
    margin-right: 10px;
  }

  .goodsDetail .postage .tabContainer2 ul li,
  .goodsDetail .postage .tabContainer2 ul li.pd0 {
    padding: 5px;
  }

  .goodsDetail .postage .tabContainer2 {
    display: block;
    margin-bottom: -1px;
  }

  .goodsDetail .postage .contBox {
    /* border-top: 1px solid #dcdcdc; */
  }

  .goodsDetail .postage .contentsContainer2 .content.hide {
      display: none;
  }

  .goodsDetail .postage .contentsContainer2 .content h3 {
    margin: 0;
  }

  .goodsDetail .postage .contBox .payment:not(:last-child) {
    margin-bottom: 15px;
  }

  .goodsDetail .postage .proviso {
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .goodsDetail .postage .tabContainer2 ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .goodsDetail .visible-sp {
    display: none;
  }
  .goodsDetail .cartBox .cartin input {
    font-size: 16px;
    height: 46px;
    padding-top: 12px;
  }
  .goodsDetail .stockMsg {
    margin-left: 12px;
    margin-right: 12px;
  }
  .goodsDetail .stockMsg p.stockNoSale,
  .goodsDetail .stockMsg p.stockSoldOut,
  .goodsDetail .stockMsg p.noStockIcon {
    font-size: 18px;
    height: 44px;
    padding-top: 0;
  }
  _:lang(x)::-moz-placeholder,
  .goodsDetail .stockMsg p.stockNoSale,
  .goodsDetail .stockMsg p.stockSoldOut,
  .goodsDetail .stockMsg p.noStockIcon {
    padding-top: 5px;
  }
  .goodsDetail .receiveNotificationMail {
    margin-left: 12px;
    margin-right: 12px;
  }
  .goodsDetail .receiveNotificationMail .doSendMail {
    font-size: 16px;
    height: 46px;
    padding-top: 2px;
    background-size: 15px;
    width: calc(100% - 55px);
    padding-left: 1.6em;
  }

  @media screen and (max-width: 374px) {
    .goodsDetail .receiveNotificationMail .doSendMail {
      font-size: 13px;
    }
  }
  .goodsDetail .cartBox .favorite input {
    font-size: 16px;
    height: 46px;
    padding: 0;
  }
  .goodsDetail .favorite {
    width: 100%;
    margin-left: 0;
  }
  .goodsDetail .h1_ttl_1 {
    font-size: 17px;
    margin: 0 12px 5px;
  }
  .goodsDetail .informationIconViewOuter {
    margin-top: 20px;
  }
  .goodsDetail .breadcrumb {
    margin: 0 auto;
    padding: 0.5em 0;
    font-size: 14px;
    overflow-x: scroll;
  } 
  .goodsDetail .breadcrumb p,
  .goodsDetail .breadcrumb a,
  .goodsDetail .breadcrumb span {
    white-space: nowrap;
    margin: 0px;
  }
  .goodsDetail .breadcrumb p {
  	margin: 0 12px;
  }
  #d_goods_detail .thumbnailBox .newIcon {
    top: 0;
    width: 67px;
    height: 30px;
  }
  .goodsDetail #spGoodsImages .slick-dots {
    display: none !important;
  }
  .goodsDetail .thumbnailBox #spGoodsImagesSlider {
    width: 100%;
    margin: 0 auto;
  }
  .goodsDetail .thumbnailBox #spGoodsImagesSlider .slick-slide {
/*    border: 1px solid #ccc;*/
    margin: 0 4px 2px 0;
  }
  .goodsDetail .thumbnailBox #spGoodsImagesSlider .slick-current img {
    border: 2px solid #ede3b8;
  }
  .goodsDetail .thumbnailBox {
    margin: 0 auto;
    width: 100%;
  }
  .goodsDetail .thumbnailBox #spGoodsImages .thumbnails .slick-next {
    right: 0;
    z-index: 1;
  }
  .goodsDetail .thumbnailBox #spGoodsImages .thumbnails .slick-prev {
    left: 0;
    z-index: 1;
  }
  .goodsDetail .thumbnailBox #spGoodsImages .thumbnails .slick-prev,
  .goodsDetail .thumbnailBox #spGoodsImages .thumbnails .slick-next {
    background: url(/ec/shop/images/common/slick-arrow01.svg) no-repeat 0 0;
    height: 26px;
    width: 26px;
  }
  .goodsDetail .thumbnailBox #spGoodsImages .thumbnails .slick-prev {
    top: calc(45% - 15.5px) !important;
    transform: scale(-1, 1);
  }
  .goodsDetail .thumbnailBox #spGoodsImages .thumbnails li.slick-slide {
    border: none;
  }
  .goodsDetail #spGoodsImagesSlider .slick-list.draggable {
    padding: 0 !important;
    margin: 0 12px;
  }
  .goodsDetail .postage {
    margin-bottom: 10px;
    /* margin-bottom: 2px; */
    margin-top: 10px;
  }
  .goodsDetail .postage .h3 {
    font-size: 14px;
  }
  .goodsDetail .postage h4 {
    font-size: 1.4rem;
  }
  .goodsDetail .postage h4 {
    margin-bottom: 4px;
  }
  .goodsDetail .postage .contBox .payment .h3 {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .goodsDetail .postage h3 + p {
    margin: 0 12px 10px;
  }
  .goodsDetail .postage p {
    font-size: 1.4rem;
  }
  .goodsDetail .postage h4 {
    background-color: #eaf0f1;
    padding: 8px 15px 6px;
    margin-bottom: 0;
  }
  .goodsDetail .postage .contBox {
    padding: 0;
  }
  .goodsDetail .postage .contBox:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .goodsDetail .goodsDetailsNoteTable {
    /* border: 1px solid #cccccc; */
    margin-top: 0;
  }
  .goodsDetail .goodsDetailsNoteTable .flex {
    display: flex;
  }
  .goodsDetail .goodsDetailsNoteTable .flex:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .contentsContainer .content .goodsDetailsNoteTable .flex:not(:last-child) h4,
  .contentsContainer .content .goodsDetailsNoteTable .flex h4 {
      margin-top: 0 !important;
  }
  .goodsDetail .goodsDetailsNoteTable .flex h4 {
    background-color: #F8F8FA;
    width: calc(9em + 11px);
    padding: 9px 0 5px 11px;
    margin-bottom: 0 !important;
    font-weight: normal;
  }
  .goodsDetail .goodsDetailsNoteTable .flex h4 + div {
    width: calc(100% - (9em + 11px));
    padding: 9px 5px 5px 10px;
  }
  .goodsDetail .isGoodsNote7PcContent {
    margin-bottom: 30px;
  }
  .goodsDetail .brackets {
    margin-left: -.6em;
  }
  .goodsDetail .goodsDetailsNoteTable #informationIcon {
    max-width: 60px;
  }
  .recipePDF a {
    padding: 8px 15px;
    font-size: 16px;
  }
  .goodsDetail .goods_note_7 {
  	margin: 0 12px;
  }

  .goodsDetail .possibleBuyTop {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.goodsMovieImg {
  margin: 20px 0 0;
}

.goodsMovieImg h4 {
  font-weight: bold;
  font-size: 110%;
}
.goodsMovieImg .movie360 {
  display: flex;
}
.goodsMovieImg .movie360 .movie {
  position: relative;
  margin-right: 5px;
}
.goodsMovieImg .movie360 .movie a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.goodsMovieImg .movie360 .movie a:hover {
  opacity: 1.0;
}
.goodsMovieImg .movie360 img {
  width: 112px;
  border: 1px solid #f9f9f9;
}

@media screen and (max-width: 767px) {
  .goodsMovieImg {
    margin: 20px 12px 5px;
  }
  .goodsMovieImg .movie360 img {
    width: 100px;
    border: 1px solid #f9f9f9;
  }


}

@media screen and (max-width: 767px) {
  #d_goods.sp .backBtn {
    display: block;
    margin: 0 0 4px;
    text-align: right;
  }

  #d_goods.sp .backBtn a {
    padding-left: 10px;
    font-size: 11px;
    background-image: url(../../images/common/icon_arw_02.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto 56%;
  }
}

/* 販売開始前 */
.goodsDetail .stockMsg .stockBeforeSale {
  background-color: #7a99ac;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  height: 57px;
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .goodsDetail .stockMsg .stockBeforeSale {
    font-size: 16px;
    height: 46px;
    padding-top: 2px;
  }  
}

/* 熨斗注文前問い合わせテキスト  */
.goodsDetail .wrappingNotice202311 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 15px;
  padding-top: 6px;
}

.goodsDetail .oderNumberBoxWrapping202311 dl {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .goodsDetail .oderNumberBoxWrapping202311 dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .goodsDetail .oderNumberBoxWrapping202311 dd label:first-of-type {
    padding-left: 28px;
  }
  .goodsDetail .oderNumberBoxWrapping202311 dd label:first-of-type::after {
    left: 0;
  }
  .goodsDetail .oderNumberBoxWrapping202311 dd label:first-of-type::before {
    left: 5px;
  }
}

.goodsDetail .oderNumberBoxWrapping202311 dd label {
  position: relative;
  padding: 0 0 0 42px;
  cursor: pointer;
  transition: .1s;
}

.goodsDetail .oderNumberBoxWrapping202311 dd label .labelInner {
  display: inline-block;
  line-height: 1;
  padding-top: 2px;
}

.goodsDetail .oderNumberBoxWrapping202311 dd label .labelInner:hover {
  opacity: .8;
}

.goodsDetail .oderNumberBoxWrapping202311 dt {
  display: block;
  width: auto;
  margin-right: 17px;
}

.goodsDetail .oderNumberBoxWrapping202311 {
  padding: 0 17px 10px;
}

/* SPフッター固定メニュー  */
.spFooterFixButtons {
  background-color: #fff;
  padding: 10px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  text-align: center;
}



.spFooterFixButtons .spFooterFixButtonsInner {
  display: grid;
  gap: 5px;
  grid-template-columns:
    calc((100% - (15px + 46px)) * .5) calc((100% - (15px + 46px)) * .5) 55px;
  max-width: 500px;
  margin: 0 auto;
}

.spFooterFixButtons .item {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.spFooterFixButtons .item:hover {
  cursor: pointer;
  opacity: 0.7;
}

.spFooterFixButtons .button {
  align-items: center;
  background-color: #ede3b8;
  border-radius: 5px;
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 46px;
  justify-content: center;
  line-height: 1.4;
  padding: 3px 5px 1px;
  width: 100%;
}

.spFooterFixButtons .button:first-child{
  font-size: 16px;
}

.spFooterFixButtons .button:nth-child(2){
  font-weight: normal;
}

.spFooterFixButtons .favorite {
  align-items: center;
  color: #000;
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.spFooterFixButtons .favorite img {
  margin-bottom: 7px;
}

.goodsDetail.pc .spFooterFixButtons {
  display: none;
}

.spFooterFixButtons {
  bottom: -100%;
  transition: bottom .3s ease-in-out;
}

.spFooterFixButtonsFixed {
  bottom: 0;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  border-top: 1px solid #CCC;
  box-shadow: 0px 4px 6px 0px #676767;
  background-color: #FFF;
  z-index: 999;
}

/* goodsContent */
.goodsDetail .goodsContent {
  line-height: 1.54;
  margin-bottom: 60px;
}
.goodsDetail .goodsContentHead {
  color: #000;
  font-size: 24px;
  margin-bottom: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.goodsDetail .goodsContentHead .WMFFont {
  font-family: WMFRotis;
  line-height: 1;
  font-size: 32px;
  display: block;
}
.goodsDetail .goodsContentHead .goodsContentHeadJa,
.goodsDetail .h2_ttl_2 .goodsContentHeadJa {
  font-size: 14px;
  font-weight: normal;
  margin-top: 8px;
  display: block;
}
.goodsDetail .goodsContentBodyGrid4 {
  display: grid;
  gap: 20px 10px;
  grid-template-columns: repeat(4, 1fr);
}
.goodsDetail .goodsContentImage {
  margin-bottom: 10px;
  word-break: break-all;
}
.goodsDetail .goodsContentLead {
  font-size: 16px;
  line-height: 1.37;
  word-break: break-all;
  font-weight: bold;
  margin-bottom: 6px;
}
.goodsDetail .goodsContentCaption {
  font-size: 13px;
  word-break: break-all;
}
.goodsDetail .goodsContentEnd {
  margin-bottom: 45px;
}

/* 商品の関連動画 */
.goodsDetail .goodsContentMovie .goodsContentList {
  padding: 15px 15px 10px;
  background-color: #f4f4f4;
  border: 1px solid #bdbbbb;
}
.goodsDetail .goodsContentMovie .goodsContentCaption {
  font-size: 11px;
}

/* 開催中のキャンペーン情報 */
.goodsDetail .goodsContentCampaign .goodsContentImage {
  border-radius: 5px;
  overflow: hidden;
}

.goodsDetail .goodsContentCampaign .goodsContentImage a {
  display: block;
}

.goodsDetail .goodsContentCampaign .goodsContentImage a img {
  width: 100%;
}

/* 特長 */
.goodsDetail .goodsContentUserVoice {
}

/* レシピ */
.goodsDetail .goodsContentRecipe .goodsContentImage {
  margin-bottom: 18px;
}

.goodsDetail .goodsContentRecipe .goodsContentList {
  margin-left: 5px;
  margin-right: 5px;
}

.goodsDetail .goodsContentRecipe .goodsContentCaption {
  font-size: 14px;
}

.goodsDetail .goodsContentRecipe .slick-prev,
.goodsDetail .goodsContentRecipe .slick-next {
  top: 110px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .goodsDetail .goodsContentRecipe .slick-prev,
  .goodsDetail .goodsContentRecipe .slick-next {
    top: 11vw;
  }
}
.goodsDetail .goodsContentRecipe .slick-next {
  right: -15px;
}

.goodsDetail .goodsContentRecipe .slick-prev {
  left: -15px;
}

/* ユーザーボイス */
.goodsDetail .goodsContentUserVoice {
  padding: 0 16px;
}
.goodsDetail .userVoice {
  border-top: 1px solid #bdbbbb;
  padding: 40px 20px 36px;
}
.goodsDetail .userVoice:last-child {
  border-bottom: 1px solid #bdbbbb;
}
.goodsDetail .userVoice dt {
  font-weight: bold;
}
.goodsDetail .userVoice dd {
  word-break: break-all;
}
.goodsDetail .userVoiceThumb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.goodsDetail .userVoiceTop {
  display: flex;
}
.goodsDetail .userVoiceSummary {
  font-size: 12px;
  width: calc(100% - (56px + 11em));
}
.goodsDetail .userVoiceName {
  font-weight: bold;
  margin-bottom: 5px;
}
.goodsDetail .userVoiceDate {
  width: 11em;
  text-align: right;
  font-size: 12px;
  color: #bdbbbb;
}
.goodsDetail .userVoiceAtribute {
  padding-right: 5px;
}
.goodsDetail .userVoiceAtributeTop {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.goodsDetail .userVoiceAtributeBottom {
  margin-bottom: 6px;
}
.goodsDetail .userVoiceAtributeTop dl,
.goodsDetail .userVoiceAtributeBottom dl {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 6px; */
  padding-right: 6px;
}
.goodsDetail .userVoiceAtributeTop dl {
  float: left;
}

/* .goodsDetail .userVoiceAtributeTop dl:first-of-type,
.goodsDetail .userVoiceAtributeBottom dl:first-of-type {
  padding-left: 0;
} */
.goodsDetail .userVoiceAtributeTop dl:not(:last-of-type) {
  margin-right: 6px;
  border-right: 1px solid #000;
}
.goodsDetail .userVoiceTop {
  margin-bottom: 15px;
}
.goodsDetail .userVoiceRating {
  margin-bottom: 16px;
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
.goodsDetail .userVoiceRatingStar {
  background-image: url(/d_images/goods/voice/star.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  display: block;
}
.goodsDetail .userVoiceTitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.goodsDetail .userVoiceText {
  font-size: 14px;
  line-height: 1.57;
}
.goodsDetail .userVoiceNote {
  font-size: 12px;
  margin-top: 5px;
}
.goodsDetail .userVoiceNote li {
  text-indent: -1em;
  padding-left: 1em;
}
.goodsDetail .userVoiceNote li::before {
  content: "※";
}

.goodsDetail .h2_ttl_2 {
  margin-bottom: 25px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.goodsDetail #d_recently .h2_ttl_2 .inner_wide {
  text-align: center;
}
.goodsDetail .h2_ttl_2 .ja {
  font-size: 24px;
  text-align: center;
  display: block;
}
.goodsDetail #d_side {
  margin-top: 60px;
}
.goodsDetail .singleL dl {
  padding-top: 0;
}
.autoAutput {
  background-color: #F4F4F4;
}
.autoAutput + .inner_wide {
  margin-top: 60px;
}

.autoAutput #d_recently {
  padding-top: 30px;
  padding-bottom: 60px;
}

.autoAutput #d_related {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .goodsDetail #d_side {
    margin-top: 0;
  }
  .goodsDetail .h2_ttl_2 .ja {
    font-size: 18px;
  }
  .goodsDetail .goodsContent {
  }
  .goodsDetail .goodsContentLead {
    font-size: 13px;
    line-height: 1.6;
  }
  .goodsDetail .goodsContentRecipe .goodsContentCaption {
    font-size: 12px;
    line-height: 1.6;
  }
  .goodsDetail .onGoingCampaignHead {
    font-size: 14px;
  }
  .goodsDetail .onGoingCampaignHead .sp-on {
    display: none;
  }
  .goodsDetail .goodsContentBody {
    grid-template-columns: repeat(2, 1fr);
  }
  .goodsDetail .goodsContentImage {
    text-align: center;
  }
  .goodsDetail .goodsContentBodyGrid4 {
    gap: 9px;
  }
  .goodsDetail .goodsContent {
    line-height: 1.54;
    margin-bottom: 50px;
  }

  /* 開催中のキャンペーン情報 */
  .goodsDetail .goodsContentCampaign .goodsContentBodyGrid4 {
    gap: 20px 12px;
  }
  .goodsDetail .goodsContentImage {
    margin-bottom: 5px;
  }
  .autoAutput {
    background-color: #F4F4F4;
    padding-bottom: 1px;
  }

  .autoAutput + .inner_wide {
    margin-top: 50px;
  }
  .goodsDetail .goodsContentHead {
    font-size: 18px;
  }
  .goodsDetail .h2_ttl_2 {
    margin-bottom: 15px;
  }
  .goodsDetail .goodsContentHead {
    margin-bottom: 15px;
  }

  .goodsDetail .goodsContentHead .WMFFont {
    font-size: 24px;
  }

  .goodsDetail .goodsContentHead .goodsContentHeadJa,
  .goodsDetail .h2_ttl_2 .goodsContentHeadJa {
    font-size: 12px;
    margin-top: 4px;
  }

  .goodsDetail .goodsContentUserVoice {
    padding: 0;
  }
  .goodsDetail .userVoice {
    padding: 20px 10px;
  }

  .goodsDetail .userVoiceThumb {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }
  .goodsDetail .userVoiceSummary {
    font-size: 10.5px;
    width: calc(100% - (40px + 14px));
  }
  .goodsDetail .userVoiceName {
    margin-bottom: 3px;
  }
  .goodsDetail .userVoiceDate {
    width: auto;
    margin-top: 5px;
    font-size: 10px;
    width: 100%;
  }
  .goodsDetail .userVoiceAtribute {
    padding-right: 5px;
  }
  .goodsDetail .userVoiceAtributeTop {
    margin-bottom: 2px;
  }
  .goodsDetail .userVoiceAtributeTop dl,
  .goodsDetail .userVoiceAtributeBottom dl {
    line-height: 1.3;
  }
  .goodsDetail .userVoiceAtributeBottom dl {
    padding-right: 0;
    display: block;
  }
  .goodsDetail .userVoiceAtributeTop dl {
    margin-bottom: 3px;
    padding-top: 2px;

  }
  .goodsDetail .userVoiceAtributeTop dl + br.sp-on {
    clear: both;
  }
  .goodsDetail .userVoiceAtributeBottom dl dt {
    float: left;
  }
  /* .goodsDetail .userVoiceAtributeTop dl:first-of-type,
  .goodsDetail .userVoiceAtributeBottom dl:first-of-type {
    padding-left: 0;
  } */
/*  .goodsDetail .userVoiceAtributeTop dl:last-of-type {
    border-right: 1px solid #000;
  }*/
  .goodsDetail .userVoiceRating {
    margin-bottom: 12px;
    gap: 3px;
  }
  .goodsDetail .userVoiceRatingStar {
    width: 12px;
    height: 12px;
  }
  .goodsDetail .userVoiceTitle {
    font-size: 13px;
  }
  .goodsDetail .userVoiceText {
    font-size: 12px;
    line-height: 1.6;
  }
  .goodsDetail .userVoiceNote {
    font-size: 10px;
  }
  .goodsDetail .userVoiceTop {
    margin-bottom: 13px;
    flex-wrap: wrap;
  }

  .autoAutput #d_recently {
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  .autoAutput #d_related {
    padding-top: 40px;
  }
}
/* /goodsContent */

/* slick */
@media screen and (min-width: 768px) {
  .goodsDetail .goodsContentRecipe .slick-slider,
  #d_recently .slick-slider,
  #d_favorite .slick-slider,
  #d_mylist .slick-slider,
  #d_related .slick-slider {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 870px) and (min-width: 768px) {
  .goodsDetail .goodsContentRecipe .slick-slider,
  #d_recently .slick-slider,
  #d_favorite .slick-slider,
  #d_mylist .slick-slider,
  #d_related .slick-slider {
    width: calc(100% - (17px * 2));
  }
}
@media screen and (max-width: 767px) {
  .goodsDetail .goodsContentRecipe .slick-slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .goodsDetail .goodsContentRecipe .slick-prev,
  .goodsDetail .goodsContentRecipe .slick-next {
    /* display: none !important; */
  }
  .goodsDetail .goodsContentRecipe .goodsContentList {
    /* margin-right: 9px; */
  }
  .goodsDetail .goodsContentRecipe .slick-prev,
  .goodsDetail .goodsContentRecipe .slick-next {
    top: 20vw;
  }
}

/* /slick */

/* WMF FTM 商品詳細 色玉・サイズボタン追加 */
.itemVariation {
  margin-bottom: 25px;
}

.itemVariation .itemVariationTitle {
  margin-bottom: 8px;
}

.itemVariation .itemVariationTitle h4 {
  font-size: 16px;
  font-weight: bold;
}

.itemVariation .itemVariationList {
  display: grid;
  gap: 12px 6px;
  text-align: center;
}

.itemVariation .itemVariationType:not(:last-child) {
  margin-bottom: 20px;
}

.itemVariation .itemVariationTypeColor .itemVariationList {
  grid-template-columns: repeat(auto-fill, 60px);
}

.itemVariationListName {
  font-size: 12px;
  text-decoration: underline;
  line-height: 1;
  display: block;
  margin-top: 8px;
}

.itemVariation .itemVariationTypeSize .itemVariationList {
  grid-template-columns: repeat(auto-fill, 69px);
}

.itemVariation .itemVariationTypeSize .itemVariationList a {
  color: #000;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  height: 35px;
  padding-top: 2px;
  font-family: WMFRotis;
}

@media screen and (max-width: 767px) {
  .itemVariation .itemVariationList {
    gap: 10px 7px;
  }

.itemVariation .itemVariationTypeColor .itemVariationList {
    grid-template-columns: repeat(auto-fill, 50px);
  }

  .itemVariationListName {
    font-size: 13.5px;
    margin-top: 7px;
  }

  .itemVariation .itemVariationTypeSize .itemVariationList {
    grid-template-columns: repeat(auto-fill, 59px);
  }

  .itemVariation .itemVariationTypeSize .itemVariationList a {
    font-size: 16.5px;
    height: 30px;
  }
}
/* /WMF FTM 商品詳細 色玉・サイズボタン追加 */

/* 共通 goods/index */
.goodsDetail .cGoodsNote,
.goodsDetail .cGoodsFreearea {
  font-size: 14px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .goodsDetail .cGoodsNote,
  .goodsDetail .cGoodsFreearea {
    font-size: 12px;
  }
}

.goodsDetail .cGoodsNoteMobile {
  font-size: 14px;
}
.goodsDetail .cGoodsNote1 {
  margin-bottom: 20px;
}
.goodsDetail .goodsUniqueFreeareaMB {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .goodsDetail .cGoodsNoteMobile {
    font-size: 12px;
  }
  .goodsDetail .cGoodsNote1 {
    margin-bottom: 15px;
  }

  .goodsDetail .cGoodsNote2 {
    margin: 0 12px 15px;
  }
}

.goodsDetail .cGoodsNote7 + .cGoodsNote3,
.goodsDetail .cGoodsNote7 + .cGoodsNote19,
.goodsDetail .cGoodsNote3 + .cGoodsNote19,
.goodsDetail .cGoodsNoteDelivery   {
  margin-top: 15px;
}

.goodsDetail .cGoodsNote15,
.goodsDetail .cGoodsNote16,
.goodsDetail .cGoodsNote17,
.goodsDetail .cGoodsNoteDelivery   {
    margin-bottom: 15px;
}

.goodsDetail .detailInfoArea .saleicon {
  /* width: 59px; */
  height: 22px;
  background-color: #A45248;
  border-radius: 12px;
  color: #fff;
  font-family: WMFRotis;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 14px 0;
}
.goodsDetail .detailInfoArea .saleicon + s {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.goodsDetail .cSquareBtnLink {
  border: 1px solid #000;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 16px 4px;
}

.goodsDetail .cSquareBtn {
  border: 1px solid #000;
  border-radius: 4px;
  display: inline-block;
}

.goodsDetail .cSquareBtn.mrb15 {
  margin-bottom: 15px;
}

.goodsDetail .cSquareBtn a {
  display: block;
  padding: 8px 16px 4px;
}

.goodsDetail .goodsDeliveryHead {
  font-size: 16px;
}

.goodsDetail .goodsNumberBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #BDBBBB;
  background-color: #fff;
}
.goodsNumberBoxInput {
  border-left: 1px solid #BDBBBB;
  border-right: 1px solid #BDBBBB;
  width: 92px;
}
.goodsNumberBoxInput input {
  width: 100%;
  border: none;
  text-align: center;
  height: 46px;
}
.goodsDetail .goodsNumberBoxCounter:hover {
  opacity: .8;
}
.goodsDetail .goodsNumberBoxCounterButton {
  width: 42px;
  height: 44px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  display: block;
}
.goodsDetail .goodsNumberBoxCounterButtonMinus {
  background-image: url("../../images/common/icon-minus-good01.svg");
  background-size: 15px 2px;
}
.goodsDetail .goodsNumberBoxCounterButtonPlus {
  background-image: url("../../images/common/icon-plus-good01.svg");
  background-size: 15px 15px;
}

.goodsDetail .numberWrapCartBox {
  margin-top: 25px;
}

.goodsDetail .info_detail {
  display: flex;
  align-items: center;
}

.goodsDetail .cartAddFlexItem {
  width: calc(100% - (28px + 20px));
}

.goodsDetail .favoriteFlexItem {
  width: 28px;
  margin-left: 20px;
}

.goodsDetail .oderNumberBoxInner {
  padding: 0 15px;
}

.goodsDetail .oderNumberBoxInner .numberArea {
  margin-top: -5px;
}

.goodsDetail .oderNumberBoxInner .numberArea select {
  padding: 10px 30px;
  font-size: 14px;
  background-size: 13px auto;
  background-position: right 7px center;

}
.goodsDetail .wrappingInner {
	border-top:1px dotted #ccc;
  width: 100%;
}

.goodsDetail .cartBoxInner {
  padding: 0 5px 0 15px;
}

.goodsDetail .toggleContent {
  border-top: 1px solid #bdbbbb;
  border-bottom: 1px solid #bdbbbb;
  position: relative;
  padding: 13px 16px;
  max-height: var(--max-height);
  transition: max-height .1s ease-in-out;
  transform: translateZ(0);
  background-color: #fff;
}

.goodsDetail .postage .toggleContent,
.goodsDetail .contentGoodsDescription .toggleContent {
  /* border-bottom: none; */
}

  .goodsDetail .toggleContentBtnType {
  max-height: calc(var(--max-height) + 50px);
}

/* .goodsDetail .toggleContentBtnType {
  max-height: none;
} */

.goodsDetail .toggleContentHide {
  overflow: hidden;
  max-height: 305px;
}

.goodsDetail .toggleContent .toggleContentTitle {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}

.goodsDetail .toggleContentDefault.toggleContent .toggleContentTitle {
  cursor: pointer;
}

.goodsDetail .toggleContentHide:not(.toggleContentDefault) .toggleContentTitle {
  cursor: auto;
}

.goodsDetail .toggleContentDefault.toggleContentOpen .toggleContentTitle {
  background-image: url("../../images/common/icon-minus-good01.svg");
  background-size: 15px 2px;
  background-repeat: no-repeat;
  background-position: right center;
}

.goodsDetail .toggleContentDefault .toggleContentTitle {
  background-image: url("../../images/common/icon-plus-good01.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 1px;
}

.goodsDetail .toggleContentDefault.toggleContentOpen .toggleContentTitle {
  background-image: url("../../images/common/icon-minus-good01.svg");
  background-size: 15px 2px;
}

.goodsDetail .toggleContentOpen .toggleContentTitle:hover {
  opacity: .8;
}

.goodsDetail .toggleContentHide .toggleContentTitle {
  background-image: none;
}

.goodsDetail .toggleContentDefaultHide {
  padding: 12px 16px 31px;
  overflow: hidden;
  max-height: 0;
}

.goodsDetail .toggleContentDefaultHide .toggleContentTitle {
  margin-bottom: 28px;
}

@media screen and (max-width: 870px) and (min-width: 768px) {
  .goodsDetail .info_detail {
    flex-direction: column;
  }
  .goodsDetail .cartAddFlexItem {
    width: 100%;
  }
  .goodsDetail .favoriteFlexItem {
    width: 28px;
    margin-left: 0;
    height: 44px;
  }
  .goodsDetail .oderNumberBoxWrapping202311 {
    padding: 20px 17px 16px;
  }

  .goodsDetail .oderNumberBoxInner {
    padding: 0 5px;
  }

  .goodsDetail .cartBoxInner {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .goodsDetail .detailInfoArea .saleicon {
    padding: 3px 14px 0;
  }
  
 
  .goodsDetail .cSquareBtn a {
    display: block;
    padding: 5px 13px 4px;
  }
 
  .goodsDetail .cSquareBtnLink {
    padding: 4px 13px;
    display: inline-block;
  }

  .goodsDetail .goodsNumberBox {
    width: 134px;
    border-radius: 2px;
  }
  .goodsDetail .oderNumberBoxInner .numberArea select {
    padding: 10px 34px;
  }
  .goodsNumberBoxInput {
    width: 70px;
  }
  .goodsNumberBoxInput input {
    height: 33px;
    font-size: 12px;
  }
  .goodsDetail .goodsNumberBoxCounterButton {
    width: 32px;
    height: 33px;
  }
  .goodsDetail .goodsNumberBoxCounterButtonMinus {
    background-size: 11px 2px;
  }
  .goodsDetail .goodsNumberBoxCounterButtonPlus {
    background-size: 11px 11px;
  }

  .goodsDetail .oderNumberBoxWrapping202311 {
    padding: 0 14px 0;
  }

  .oderNumberBox {
    padding: 25px 14px 15px;
  }
  .oderNumberBox dt {
    font-size: 15px;
  }
  .goodsDetail .oderNumberBoxWrapping202311 dt {
    margin-right: 0;
  }
  .goodsDetail .oderNumberBoxWrapping202311 dd label .labelInner {
    font-size: 15px;
  }
  .oderNumberBox dd label:after {
    left: 5px;
    margin-top: -10px;
    width: 18px;
    height: 18px;
  }
  .oderNumberBox dd label:before {
    left: 8px;
    margin-top: -7px;
    width: 12px;
    height: 12px;
  }
  .goodsDetail .oderNumberBoxWrapping202311 dd label {
    padding: 0 0 0 28px;
  }
  .goodsDetail .wrappingNotice202311 {
    font-size: 1.4rem;
    padding-left: 14px;
    padding-top: 4px;
  }
  .goodsDetail .cartBox .cartin {
    margin-top: 0;
  }
  .cartBox {
    padding: 12px 14px 25px;
  }
  .goodsDetail .oderNumberBoxInner {
    padding: 0 16px 0 12px;
  }
  .goodsDetail .cartBoxInner {
    padding: 0 3px 0 12px;
  }
  .goodsDetail .cartAddFlexItem {
    width: calc(100% - (25px + 15px));
  }
  .goodsDetail .favoriteFlexItem {
    width: 25px;
    margin-left: 15px;
  }
  .oderNumberBox .sale_icon_few_left img {
    height: 13px;
  }
}

.goodsDetail .toggleContent::before {
  display: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.63) 0, #ffffff 57%);
  position: absolute;
  bottom: calc(10px + 0px);
  right: 0;
  height: 17px;
  width: 190px;
  content: "";
  z-index: 1;
}

.goodsDetail .toggleContent::after {
  display: none;
  background-color: #fff;
  position: absolute;
  height: calc(10px + 0px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  content: "";
  bottom: 0px;
}

.goodsDetail .toggleContentHide::before,
.goodsDetail .toggleContentHide::after {
  display: block;
}

.goodsDetail .toggleContentOpenBtn {
  display: none;
  /* width: 156px; */
  height: 17px;
  font-size: 14px;
  /* border-radius: 21px; */
  position: absolute;
  right: 16px;
  bottom: 10px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
}

.goodsDetail .toggleContentOpen .toggleContentOpenBtn {
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  margin-left: auto;
  transform: none;
  margin-top: 10px;
  justify-content: flex-end;
  width: 66px;
}

.goodsDetail .toggleContentOpenBtn:hover {
  /* color: #555;
  border-color: #555; */
}

.goodsDetail .toggleContentOpenBtn:hover span {
  /* background-image: url(../../images/common/icon-plus-good01-hover.svg); */
}

.goodsDetail .toggleContentHide .toggleContentOpenBtn {
  display: flex;
}

.goodsDetail .toggleContentOpenBtn span {
  /* background-image: url(../../images/common/icon-plus-good01.svg); */
  /* background-size: 15px 15px; */
  /* background-repeat: no-repeat; */
  /* background-position: right center; */
  padding: 1px 0;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.goodsDetail .toggleContentOpenBtnClicked:hover span {
  /* background-image: url(../../images/common/icon-minus-good01-hover.svg); */
}

.goodsDetail .toggleContentOpenBtnClicked span {
  /* background-image: url(../../images/common/icon-minus-good01.svg);
  background-size: 15px 2px;
  background-repeat: no-repeat;
  background-position: right center; */
  padding: 1px 0;
}

.goodsDetail .contentGoodsDescription {
  margin-bottom: 15px;
  /* margin-bottom: 5px; */
}

.goodsDetail .goodsManualBtnWrap {
  display: inline-flex;
  position: relative;
  min-width: 230px;
  font-size: 14px;
  padding: 7px 30px 3px 15px;
  font-weight: normal;
  color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  letter-spacing: 0.02em;
  border-radius: 5px;
}
.goodsManualBtnWrap .text::before {
  content: "";
  background: url(/ec/shop/images/common/icon_newWindow.svg) no-repeat;
  background-size: auto;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .goodsDetail .goodsManualBtnWrap a {
    min-width: 70%;
    padding: 5px 37px 5px 22px;
    display: inline-block;
    line-height: 1.5em;
  }
  .goodsDetail .goodsManualBtnWrap a::before {
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
  .goodsDetail .toggleContentOpenBtn span {
    background-size: 12px 12px;
    padding: 1px 0;
  }

  .goodsDetail .toggleContent .toggleContentTitle {
    font-size: 14.5px;
    /* background-size: 10px 2px; */
    margin-bottom: 12px;
  }

  .goodsDetail .toggleContentOpen .toggleContentOpenBtn {
    bottom: 0;
    right: 0;
    width: 62px;
  }

  .goodsDetail .toggleContentOpenBtn {
    /* width: 138px; */
    /* height: 30px; */
    font-size: 14px;
    bottom: 10px;
    right: 10px;
  }
  .goodsDetail .toggleContent {
    padding: 11px  10px  10px;
  }
  .goodsDetail .toggleContentDefaultHide {
    padding: 11px 10px 30px;
  }
  .goodsDetail .toggleContentDefaultHide .toggleContentTitle {
    margin-bottom: 23px;
    /* margin-bottom: 16px; */
    background-position: right 2px;
  }
  .goodsDetail .toggleContent::before {
    right: 10px;
  }
  .goodsDetail .toggleContent::before {
    /* height: 30px; */
  }
  .goodsDetail .toggleContent::before {
    width: 140px;
    height: 40px;
  }
  .goodsDetail .definitionList {
    padding: 11px 5px 9px 10px;
    grid-template-columns: 37% 63%;
    font-size: 12px;
  }
  .goodsDetail .goodsManualBtnWrap {
    padding: 11px 30px 9px 15px;
    line-height: 1;
  }
}

.goodsDetail .couponLink a {
  background: #FFF;
  border: 1px solid #a45248;
  color: #a45248;
  font-size: 14px;
  border-radius: 2px;
  display: block;
  padding: 5px 10px;
  position: relative;
  text-align: center;
}
.goodsDetail .couponLink a::before {
  content: url(/ec/shop/images/common/arrow11.png);
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.goodsDetail .couponLink {
  margin: 5px 0 0;
}

.goodsDetail .manualBtn {
  color: #7a99ac;
  border: 1px solid #7a99ac;
  padding: 6px 37px 4px 22px;
}

.goodsDetail .manualBtn span {
  color: #7a99ac;
}

.goodsDetail .manualBtnWrap .manualBtn::before {
  content: "";
  background: url(/ec/shop/images/common/icon_newWindow.svg) no-repeat;
  background-size: auto;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 14px;
  display: inline-block;
}

@media screen and (max-width:767px) {
  .goodsDetail .manualBtnWrap .manualBtn::before {
    top: 50%;
  }
}
