/* 商品詳細
========================================== */
.item-detail-box{
	display: flex;
	justify-content: space-between;
	margin:30px 0 50px;
	padding: 30px 0;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
}
.item-detail-box .item-image{
	width: 400px;
}
.item-detail-box .item-detail{
	width: 400px;
}
.item-ttl{
	line-height: 1.6;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
}
.item-txt{
	margin-bottom: 30px;
	font-size: 14px;
}
.item-spec{
	margin-bottom: 30px;
	border-left: 1px solid #7d7d7d;
}
.item-spec th,
.item-spec td{
	padding: 15px 20px;
}
.item-spec th{
	font-weight: 400;
	text-align:left;}
.item-spec td .number{
	display: flex;
	align-items: center;}
.item-spec td .number .count{
  margin:0 10px;
  width:17px;}
.item-spec td .price_detail{font-size:120%;}
.item-spec input[name="product_num"]{
	width: 3em;
	padding: 10px;
	font-size: 100%;
	text-align: right;}

.btn-cart{margin-bottom:50px;}
.btn-cart .cart-in{
    display: inline-block;
    position: relative;
    padding: 25px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    background-color:#b81212;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.btn-cart .cart-in:hover {
  opacity:0.7;
  text-decoration: none;
}
.btn-cart .soldout span{
    padding: 3px 10px;
    background-color: #c1132c;
    font-size: 14px;
    color: #fff;
}

.tag-area{margin-bottom:20px;}
.tag-area p{margin-bottom:5px;font-size:80%;}
.tag-list li{display:inline-block;}
.tag-list li a{
line-height:1;
display:block;
margin-bottom:5px;
padding:5px 10px;
border:1px solid #444;
box-sizing:boder-box;
font-size:80%;
text-decoration:none;}
.tag-list li a:hover{
background-color:var(--main-color);
border-color:var(--main-color);
color:#fff;}

.item-link{margin-bottom:30px;}
.item-link li{
    position: relative; 
    margin-bottom:10px;
    padding-left:15px;
    font-size:80%;
}
.item-link li::before{
    position: absolute;
    content: "";
    top: 50%;
    left:0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #444;
    border-right: solid 1px #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.share-link{display:flex;}
.share-link li:not(:last-child){margin-right:5px;}
@media (max-width: 1180px){
.item-detail-box .item-image{width: 45%;}
.item-detail-box .item-detail{width: 55%;
  padding-left:20px;}
}
@media screen and (max-width: 599px){
.item-detail-box {
    display: block;
    margin: 30px 0 50px;
    padding: 20px 0;}
.item-detail-box .item-image{width: 100%;}
.item-detail-box .item-detail{width: 100%;
margin-bottom:20px;
padding-left:0;}
}

/* slider */
.main-item-box .slick-track {
margin-left: 0;
margin-right: 0;
}
.main-item-box .slick-prev, .main-item-box .slick-next {
z-index: 1;
position: absolute;
top: 50%;
width: 30px;
height: 30px;
transition: all 0.4s ease;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.main-item-box .slick-prev:before, .main-item-box .slick-next:before {
content: "";
position: absolute;
top: 7px;
left: 10px;
width: 15px;
height: 15px;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
transition: all 0.4s ease;
z-index: 1;
}
.main-item-box .slick-prev {
left: 15px;
}
.main-item-box .slick-prev:before {
transform: rotate(-45deg);
}
.main-item-box .slick-next {
right: 15px;
}
.main-item-box .slick-next:before {
left: 4px;
transform: rotate(135deg);
}

.main-item{
position: relative;
text-align: center;
}
.main-item:before {
content: "";
display: block;
padding-top: 100%;
}
.main-item a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.main-item img {
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: auto !important;
max-width: 100%;
max-height: 100%;
text-align: center;
}
.thumb-list{
display: flex;
flex-wrap: wrap;
margin-left: -4px;
margin-right: -4px;
margin-top: 8px;
}
.thumb-list-item {
box-sizing: border-box;
margin-bottom: 8px;
padding-left: 4px;
padding-right: 4px;
width: 20%;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
cursor: pointer;
}

/* 商品の説明文 */
.item-explain{
margin-bottom:50px;}
.item-explain img{
max-width:70%;}

.recommend-ttl{
    position: relative;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 10px 15px 10px 22px;
    background-color: #fff;
    font-size: 100%;
    font-weight:400;
    border: 1px solid #ddd;
}
.recommend-ttl::before {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    content: '';
    width: 5px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background: #436faa;
}

.recommend{
    font-size: 16px;
    line-height: 1.6;
    padding: 16px;
    margin: 24px 0 0;
    background: #ffffff;
    border: solid 1px #cccccc;
}
.recommend strong{
	display: block;
}

.item-slider.item-list li:nth-child(4n){margin-right:20px;}
.item-slider.item-list .slick-track{min-width:100%!important;}

@media screen and (max-width: 599px){
.item-explain img{max-width:100%;}
.item-slider.item-list li:nth-child(even){margin-right:10px;}
}

/* category bottom list */

#risFil + br + table td,
#risFil + br + table td a{
	background-color: transparent !important;
}

#pagebody span.item_desc{
	display: block;
	margin-top: 24px;
}
#pagebody span.item_desc a{
	background: transparent !important;
}
#pagebody .item_name{
	font-size: 22px !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	margin-top: -20px;
	color: #24284d !important;
}
#pagebody #item_table{
	font-size: 14px;
	color: #24284d;
	width: 780px;
	text-align: left;
	margin: 16px 0;
	background-color: #24284d;
}
#pagebody #item_table tr th {
	width: 110px;
	padding: 10px 0 10px 15px;
	background: #dedfe4 !important;
}
#pagebody #item_table tr td {
	padding: 10px 15px;
	background: #ffffff !important;
}
