@charset "UTF-8";
/* CSS Document */

.item_description a:hover{
	opacity: 0.7;
}

	p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin: 20px 0;
	}

	p.mb10 {
    font-size: 1rem;
    font-weight: 400;
	}



	.description{
	font-size: 14px;
	color: #333;
	font-family: 'Avenir','Helvetica Neue', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0.05em;
	}
	.description p{
	background: #f7f7f7;
	padding: 15px;
	line-height: 25px;
	}
	.description hr{
	display: block;
	}

	.item_description{
		width: 650px;
		margin: 0 auto;
		font-family: 'Avenir','Helvetica Neue', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 0.05em;
	}
	.item_description .h2{
		font-size: 18px;
		font-weight: 700;
		margin-top: 1%;
		letter-spacing: 0.05em
	}
	.item_description span{
		display: inline-block;
		font-size: 12px;
		margin-top: 10px;
	}
	.p_h3 {
    text-align: center;
    font-size: 2.3rem;
    background: #222;
    color: #fff;
    padding: 30px 0 25px;
    margin: 130px 0 20px;
    letter-spacing: 0.1rem;
	}
	.m5{
		margin: 5% 0;
	}
	.mb5{
		margin-bottom: 5%;
	}
	.mb10{
		margin-bottom: 10%;
	}

.mt_none{
		margin-top: 0 !important;
	}
	.mb_none{
		margin-bottom: 0 !important; 
	}
.m_none{
	margin: 0 !important; 
}

/* h3(h5)タグ上に入れるサブ見出し */
.sub{
	font-size:1.5rem !important;
	 color:#222 !important;
	padding: 15px 0 10px !important;
}
#c1{
	background:#b4e2ec;
}
#c2{
	background:#edcbb2;
}

	.item_description ul{
		list-style: none;
		width: 780px;
		display: flex;
		justify-content: flex-start;
		margin: 0;
		padding: 0;
		margin-top: 3%;
	}
	.item_description li{
		width: 33%;
		margin: 0;
		padding: 0;
	}
	.item_description li img{
		width: 100%;
	}
	.item_description .point p{
		margin: 0;
		padding: 0;
	}
	.item_description .point .title{
		color: #fff;
		background: #3a8caf;
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
		border-radius: 10px 10px 0 0;
		padding: 10px;
	}
	.item_description .point .exp{
		background: #ececec;
		text-align: center;
		border-radius: 0 0 10px 10px;
		padding: 10px;
	}
	.item_description .point .exp .pick{
		color: #3a8caf;
		font-size: 1em;
		font-weight: bold;
	}
	.item_description .point .exp .marker{
		font-weight: bold;
		font-size: 1em;
		background:linear-gradient(transparent 90%, #3a8caf 90%);
	}

	.item_description .table {
    background-color: #FFFFFF;  /* 背景色指定 */
	border-collapse:  collapse;     /* セルの線を重ねる */
	}
	
	.item_description .table .th {
	background-color: #ececec;  /* 背景色指定 */
    border: solid 1px #656565;              /* 枠線指定 */
	padding: 10px;      /* 余白指定 */
	font-weight:  normal;       /* 文字の太さ指定 */
	width: 140px;              /* 幅指定 */
	}
	
	.item_description .table .td {
    border: solid 1px #656565;              /* 枠線指定 */
	padding: 10px;      /* 余白指定 */
	}


	/* detail column */
	.item_description .detail{
	padding: 3% 0 0 0;
	}
	.item_description .detail ul {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
    margin: 0 0 10% 0;
	}
	.item_description .detail ul li {
    width: 48%;
	}
    ul.turboc_link{
	display: flex;
	margin-top: 0;
        }
    ul.turboc_link li {
        width: auto;
    }

/* 単品リンク */
.item_normal h2{
	text-align:center;
	background:#646464;
	padding:1.3%;
	font-size:1.8rem;
	color: #fff;
}
.item_normal a {
	text-decoration: none;
	color: #000000;
}
.item_normal .item_card{
	padding: 0 10px;
}
.item_normal .item3{
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.3em;
}
.item_normal .item3 li{
	width: 23%;
	background: #ececec;
	margin-bottom: 1.3em;
	position: relative;
}

.item_card p{
	margin: 10px 0
}

.item_card .chips div{
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding: 0 5px;
	margin: 0 0 12px 0;
	valign: bottom;
}
.item_card .chips .buy{
	background: #818181;
	position:relative;
	padding: 5px 5% 5px 0;
	font-size: 1.05rem;
	letter-spacing: 0.03rem
	
}
.item_card .chips .buy:after{
	content: '';
 	width: 7px;
 	height: 7px;
 	border-top: solid 2px #fff;
 	border-right: solid 2px #fff;
 	position: absolute;
 	right: 8%;
 	top: 37%;
	transform: rotate(45deg);
}

.item_card .spec{
	margin-bottom: 8%;
}

.item_card .spec div{
	font-size: 0.8rem;
	background: #fff ;
	padding: 3px 8px ;
	margin-bottom: 3%;
}

.onpage::before {
    content: "現在のページ";
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0.2em 0 0.1em;
    color: #FFF;
    background-color: rgb(185 3 3 / 85%);
}

.freeship::before {
    content: "まとめて購入で送料無料";
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
	font-size: 0.9rem;
    letter-spacing: 0.04rem;
    padding: 0.2em 0 0.1em;
    color: #FFF;
    background-color: rgb(185 3 3 / 85%);
}

/* PC上部 お知らせバナー */
.pc_bnr a{
	text-decoration: none;	
}
.pc_bnr p {
    background: #b00000;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
}
.pc_bnr p:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    margin: 14px;
    transform: rotate(-45deg);
}