.staff-recommend {
  box-sizing: border-box;
  padding: 20px;
  border: 7px solid #afeeee;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.staff-recommend > tr > td {
  padding: 20px; /* inner padding handled on .staff-recommend__inner */
}
.staff-recommend__wrapper {
    padding: 20px;
}
.staff-recommend__inner {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f3dc;
}

.staff-recommend__inner th {
  padding: 0;
  border: none;
  height: 55px;
}

.staff-recommend__img {
  width: 100%;
  max-width: 250px;
  display: inline-block;
  border: none;
  outline: none;
}

.staff-recommend__content {
  padding: 10px 30px 30px 20px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.staff-recommend__content .staff-recommend__link {
  color: #0000FF;
  text-decoration: none;
}

.staff-recommend__author {
  padding: 10px 30px 30px 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}










* { box-sizing: border-box; }

.pankuzu {
    margin-top: 80px; 
}

#product {
    width: 100%;
    padding-top: 10px;


}
/*商品スライダー*/
#item-image-con {
    width: 100%;
    max-width: 700px;
    position: relative;
    margin:0 auto 50px;
}
.carousel-cell {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    overflow: hidden;
    counter-increment: carousel-cell;


}
 .carousel-cell img {
    width: 100%;


}
.carousel-main .carousel-cell a:hover {

    opacity: 1;
}
.carousel-nav .carousel-cell {
    height: 60px;
    width: 60px;
    margin-right: 7px;
    margin-bottom: 7px;
    
    border: 1px solid #c0c0c0;
}
.carousel-main {
    margin-bottom: 10px;
}
.carousel-nav .carousel-cell.is-nav-selected {
    border: 5px solid #ff4500;
}

.carousel-main .carousel-cell {
    position: relative;
}


/* 全画面表示ボタンのスタイル */
.custom-fullscreen-button {
    position: absolute;
    bottom: 95px;
    right: 19px;
    width: 34px;
    height: 34px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.custom-fullscreen-button img {
    width: 100%;
    height: 100%;
}
.custom-close-button {
    top: 10px;
    right: 10px;
}
.custom-close-button img {
    width: 34px!important;
    height: 34px!important;

}
/* PhotoSwipeの画像エリアのカーソルを初期状態で「虫眼鏡＋」に設定 */
.pswp--zoom-out .pswp__img {
    cursor: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M17.426 19.926a6 6 0 11 1.5-1.5L23 22.5 21.5 24l-4.074-4.074z"/><path fill="currentColor" d="M11 16v-2h6v2z"/><path fill="currentColor" d="M13 12h2v6h-2z"/></svg>') 16 16, auto;
}

/* ズームイン状態のカーソルを「虫眼鏡−」に設定 */
/*.pswp--zoomed-in .pswp__img {
    cursor: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M17.426 19.926a6 6 0 11 1.5-1.5L23 22.5 21.5 24l-4.074-4.074z"/><path fill="currentColor" d="M11 16v-2h6v2z"/></svg>') 16 16, auto;
}*/

/* 閉じるボタンにマウスオーバーしたときのみカーソルを「pointer」に変更 */
.custom-close-button:hover {
    cursor: pointer;
}
.pswp__counter,
.pswp__button--close {
    display: none!important;
}
.pswp__icn {
    top: 9px!important;
    right: 0!important;
    left: auto!important;
    width: 62px!important;
    height: 62px!important;

}

.pswp__button--zoom {
    top: 0!important;
    right: 20px!important;
}



/*商品詳細*/
.item-ttl-container {
    width: 90%;
    margin: 0 auto;
  position: relative;
}
#meta h2 {
    font-size: 21px;
    text-align: left;
}
#meta h2 .new_mark_img2 {
    width: 65px !important;
    position: absolute !important;
    top: -28px !important;
    left: 0 !important;
    z-index: 99 !important;
}
.item-teika-price {
    font-size: 14px;
}

.item-price {
    margin: 5px auto 0;
    font-family: 'Droid Sans', sans-serif;
    font-size: 21px;
    font-weight: bold!important;
    text-align: right;
}
.item-price02 {
    margin: 0 auto 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px!important;
    text-align: right;
}

.option-supplement {
	display: block;
	color: red;
}
/*オプションリスト*/
.scroll-hint-icon {
	z-index: 1;
}


#option_tbl_wrap {
    overflow-x: scroll!important;
    -webkit-overflow-scrolling: touch;
   -ms-overflow-style: none;
   scrollbar-width: none;
}

#option_tbl_wrap::-webkit-scrollbar{
  display: none;
}

#option_tbl {
    width: 100%;
    margin-bottom: 25px;
    border: 2px solid #fff;
    background: #fff;
    text-align: center;
    display: block!important;



}

.stock_head .cell_1{
  display: table-cell;
}
.cell_1{
  display: table-cell;
    position: sticky;
    left: 0;
    background-color: #f5f5f5;
    z-index: 1;


}
#meta table#option_tbl td.none { 
  display: table-cell;
    background: #f5f5f5;
    border: 2px solid #fff;
    position: sticky;
    left: 0;
    z-index: 2;
}
.stock_head th {
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    padding: 15px 25px;
    background: #f5f5f5;
    border: 2px solid #fff;
    vertical-align: middle;
}
#meta table#option_tbl th {
   font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    padding: 15px 30px!important;
    background: #f5f5f5;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    white-space: nowrap

}
#meta table#option_tbl td {
    font-size: 11px;
    padding: 15px 40px;
    border: 2px solid #fff;
}
#meta table#option_tbl td span.table_price,
#meta table#option_tbl td br { 
    display: none; 
}
#meta table#option_tbl td span.stock_zero:after { 
    content: "×"; 
  font-size: 18px;
}
#meta table#option_tbl td span.stock_zero {
    display: block;
    height: 20px;
    overflow: hidden;
    text-indent: -45px;
    width: 10px;
    margin: 0 auto;
}

#option_tbl input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#option_tbl input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    content: '';
}

.order-box-inner01 input { 
    width: 120px; 
    height: 35px;
    border: none;
    font-size: 16px;
    text-align: center;
}
#arrows {
    display: inline-block;
    box-sizing: border-box;
    width: 196px;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    text-align: center;

}

#arrows a {
    display: inline-block;
    box-sizing: border-box;
    width: 32px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
}
#arrows .up {
    border-left: 1px solid #c0c0c0;
}
#arrows .down {
    border-right: 1px solid #c0c0c0;
}

.arrows-container {
    width: 280px;
     margin: 0 auto;
}
.order-box-inner01 p {
    display: inline-block;
    width: 50px;
    font-size: 16px;

}
.favorite-btn {
    display: block;
    width: 280px;
    margin: 10px auto;
    line-height: 45px;
    background-color: #fff;
    border: 1px solid #b2000e;
    color: #b2000e;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    text-align: center;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.cart-btn {
    display: block;
    width: 280px;
    margin: 10px auto;
    line-height: 55px;
    background-color: #b2000e;
    border: none;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit- appearance: none;
}
.cart-btn:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}


.soldout-btn {
    display: block;
    width: 280px;
    margin: 10px auto;
    line-height: 45px;
    background-color: #a9a9a9;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;

    text-align: center;
}
.order-box-inner02 ul {
    width: 90%;
    margin: 10px auto 10px;
    font-size: 14px;
}
.sns-share {
  width: 50%!important;
}
.sns-share li {
    width: 50%;
    float: left;
    text-align: center;
    opacity: 0.65;
}
/*お気に入りリストへ*/
.to-favList-btn {
    display: block;
    width: 250px;
    margin: 0 auto;
    line-height: 2em;
    color: #fff;

    background: #f9b75f;
    text-align: center;
    font-size: 14px;
}


/*お気に入りボタン*/
.favBtn-container {
    width: 100%;
  　margin: 10px auto;
    text-align: center;
}

.product__fav-item {
  display: block;
  width: 280px;
    margin: 10px auto;
    padding: 15px;
      border: 1px solid #999;
}

.product__fav-item button {
    padding: 0;
    cursor: pointer;
    transition: .2s;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;
}

.product__fav-item .fav-items {
    color: #ff7373;
}

.product__fav-item svg {
    width: 20px;
    height: 20px;
    vertical-align: -.35em;
    fill: currentColor;
}


#expl_block {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 80px;
}
#expl_block iframe {
	width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
      
}

.RestockRequest-restockRequest-nVwrx {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    position: fixed;
    background: #231815;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 9999!important;
}
.RestockRequest-restockRequestFabText-3JjHa {
    width: 350px;
    margin: 0 auto;

}
.pagetop     {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
  opacity: 0.8;
    z-index: 9;
}

footer {
  padding-bottom: 80px;
}


@media screen and (min-width:687px) {
  .pankuzu {
	margin-top: 35px; 
}
	/*商品詳細のみナビゲーションを格納*/
    #gloval-nav {
    	width: 100%;
    	max-width: 350px;
        display: none;
        opacity: 0;
        position: fixed;
        height: auto;
        padding: 50px 30px 10px 50px;
		overflow: scroll;
		z-index: 99999!important;
		padding-bottom: 50px;
    }
    #nav-toggle {
        display: block;
        top: 7px;
        left: 5px;
    }
    #nav-toggle span {
		width: 35px;
		left: 7px;
		right: 7px;	
	}
    #nav-toggle img {
    	display: none;
    }
	.open #nav-toggle span:nth-child(1) {
		width: 35px;
		top: 35px;
	}
	.open #nav-toggle span:nth-child(2) {
		width: 35px;
		top: 35px;
	}
	.open #nav-toggle span:nth-child(3) {
		width: 35px;
		top: 35px;
	}
    .open #nav-toggle {
    	height: 71.66px!important;
    	top: 0;
    	left: 0;
    }
	.open #pc-bk {
		visibility: visible;
		opacity: 1;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0 ,0, 0.8)!important;
		z-index: 9997;
	}
	#main {
    	width: 100%;
    	max-width: 1360px;
    	margin: 0 auto;
    	clear: both;
    }
}


@media screen and (min-width:861px) {


/*レイアウトを修正*/

	#item-wrap {
		width: 100%;
	}
/*（ここまで）レイアウトを修正*/
    .custom-fullscreen-button {

        bottom: 125px;
        right: 25px;
  }

	#item-image-con {
		box-sizing: border-box;
		width: 50%;
		padding: 10px;
		float: left;
	}
	#meta {
		box-sizing: border-box;
		width: 50%;
		margin-top: 50px;
		padding-left: 35px;
		float: left;
	}
	.carousel-nav .carousel-cell {
    	height: 80px;
    	width: 80px;
	}
	.carousel.is-fullscreen .carousel-cell{
		max-width: 900px;
		height: 100vh;
		margin: 0 400px;
	}
	.carousel.is-fullscreen .carousel-cell img {
		height: 100%;
		width: auto;
	}
	#meta h2 {
		font-size: 24px;
	}
  #meta table#option_tbl th {

    padding: 15px 40px!important;
 
  

}
#meta table#option_tbl td {

    padding: 15px 50px;

}
	.item-ttl-container {
		width: 100%;
	}
	.item-price {
		text-align: left;
		margin-top: 40px;
    	font-size: 26px;
	}
	.item-price02 {
      font-size: 14px;
		text-align: left;
	}
	.order-box-inner01 {
		width: 45%;
		margin: 0 0 auto 0;
	}
	.order-box-inner01 p {
		left: 5px;
	}
	.order-box-inner02 {
		width: 65%;
	}
	.order-box-inner02 ul {
		width: 100%;
	}
.product__fav-item {
  width: 100%;
    padding: 15px;
}
	.cart-btn {
		width: 100%;
    	line-height: 50px;
	}
	.soldout-btn {
		width: 100%;
    	line-height: 50px;
	}
	#expl_block {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto 80px;
		padding: 0 3%;

	}



}

