@charset "shift_jis";
/* CSS Document */
/* ■■■■■ 基本部分 ■■■■■ */
.inner_content	{width: 900px;}

#kaziraku * {
	font-family: Meiryo,Hiragino Kaku Gothic ProN,MS PGothic,sans-serif,Century Gothic;
	line-height: 150%;
}
#kaziraku {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	background-color:#FFF;
	color: #000;
	font-size:12px;
}
#kaziraku img {
	border: none;
	vertical-align: bottom;
}
#kaziraku a:link, #kaziraku a:hover, #kaziraku a:visited, #kaziraku a:focus, #kaziraku a:active {
	color: #000;
	text-decoration: none;
}
#kaziraku li{
	list-style: none;
}
#kaziraku h2 {
	font-size: 27px;
}
#kaziraku h2 img{
	margin:0 0 25px 0;
}
#kaziraku h3 {
	margin:20px 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 2px #000;
	text-align: center;
	font-size: 27px;
	line-height: 100%;
}
#kaziraku h3 span {
	font-size: 18px;
}
#kaziraku h4 {
	margin:15px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 2px #000;
	text-align: center;
	font-size: 27px;
	line-height: 100%;
}
#kaziraku h4 span {
	font-size: 18px;
}
#kaziraku p{
	font-size: 18px;
	text-align: center;
}
#kaziraku .intro{
	font-size: 18px;
	text-align: center;
	padding:0 10px;
}
#kaziraku br.pc_none{
	display: none;
}



/* ■■■■■ ナビゲーション部分 ■■■■■ */
#kaziraku .navi {
	width: 95%;
	margin: 25px auto 0;
	border: 2px solid #000;
	display:flex;
}
#kaziraku .navi li{
	width: calc(100%/3);
	border-right: 1px solid #000;
	margin:0;
	padding:0;
}
#kaziraku .navi li:nth-child(3){
	width: calc((100% - 5px)/3);
	border-right: 0;
	margin:0;
	padding:0;
}
#kaziraku .navi li a {
	position: relative;
	display: block;
	width: 100%;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	padding: 10px 0;
}
#kaziraku .navi li a::after {
	display: block;
	vertical-align: middle;
	margin: -5px auto 5px;
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
#kaziraku .navi li a:hover {
	color: #fff;
	background: #000;
	transition: all 0.3s ease 0s;
}
#kaziraku .navi li a:hover::after {
	border-color: #fff;
	right: 8px;
	transition: all 0.3s ease 0s;
}



/* ■■■■■ 3カラム ■■■■■ */

/*商品枠*/
#kaziraku .ul_3 {
	width: 900px;
	padding:20px 15px;
	margin: 20px auto 30px;
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #eee;
}
#kaziraku .ul_3 li{
	width: calc((100% - 15px*4)/3);
	position: relative;
	margin: 0 15px 15px 0;
	padding: 15px 0;
	background-color: #fff;
	border-radius:5px;
}
#kaziraku .ul_3 li:nth-child(3n) {
	margin-right: 0;
}
#kaziraku .ul_3 dd.title{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	padding:0 0 10px 0;
	line-height:110%;
}
#kaziraku .ul_3 dd.title span{
	font-size: 14px;
	display:contents;
}
#kaziraku .ul_3 dd.image{
	margin:0 auto;
}
#kaziraku .ul_3 dd.caption{
	margin:10px 0;
	padding:5px 0;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	border-bottom: solid 1px #888;
	color:#444;
}
#kaziraku .ul_3 dd.text{
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 0 10px;
	font-size: 16px;
	text-align:left;
}
#kaziraku .ul_3 .image img{
	width:100%;
}
#kaziraku .ul_3 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#kaziraku .ul_3 dd.price{
	text-align: center;
}



/*価格プログラム*/
#kaziraku .ul_3 .buy_price, #kaziraku .ul_3 .buy_price li {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#kaziraku .ul_3 .buy_price li{
	display: inline;
	vertical-align: baseline;
}
#kaziraku .ul_3 li.motoprice {
	display: none;
}
#kaziraku .ul_3 span.spesicalprice {
	font-size: 13px;
	color: #a20;
	font-weight: bold;
	width: 70px;
	text-align: left;
	padding-right:5px;
	display: none;
}
#kaziraku .ul_3 li.price {
	color: #a20;
	font-size: 26px;
	border: none;
	font-weight: bold;
	font-family: centuryGB,"Century Gothic",helvetica,Arial,sans-serif;
}
#kaziraku .ul_3 li .intax {
	font-size: 13px;
	color: #a20;
	border: none;
}
#kaziraku .ul_3 li dt {
	text-align: center;
}



/* ■■■■■ その他共通部分 ■■■■■ */
/*トップへ戻る*/
#kaziraku .to-top{
	clear:both;
	font-weight: bold;
	margin:30px 10px 15px auto;
	text-align:right;}
#kaziraku .to-top a{
	color:#5F4931;
}
#kaziraku .to-top a:before{
	content:"▲";
}
#kaziraku .to-top a:hover{
	text-decoration: underline;
}



/*スライダー*/
#kaziraku .xslider_wrap {
	display: flex;
	overflow: hidden;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 5px #fff;
	margin:60px 0 0 0;
}
#kaziraku .xslider_wrap img{
	width: 200px;
}
#kaziraku .xslider1, .xslider2 {
	display: inline-flex;
	flex: none;
	animation: xslider 30s 6s linear infinite;
}
#kaziraku .xslider1 div , .xslider2 div {
	flex: none;
	padding: 0;
}
@keyframes xslider {
	0% {
	transform: translateX(0);
	}
	100% {
	transform: translateX(-100%);
	}
}



/* 動画全体の横幅を指定するためのdiv */
#kaziraku .video-wrap {
	max-width: 95%; /* ここに動画の横幅を指定 */
	display: flex;
	margin:0 auto;
}

/* 動画を囲うdiv */
#kaziraku .video {
	position: relative;
	width:50%; /* 横幅は100%で固定 */
	height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
	padding-top: 27.125%; /* 高さを指定(16:9) */
	float: right;
	margin-right:10px;
}

/* YouTube埋め込み用のiframe */
#kaziraku .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ページTOPに戻る */
#kaziraku #page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	border: 1px solid #000;
}
#kaziraku #page-top a {
	background: #fff;
	text-decoration: none;
	color: #000!important;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	/*border-radius: 5px;*/
	opacity:1;
}
#kaziraku #page-top a:hover {
	text-decoration: none;
	background: #f3f3f3;
}
#kaziraku a.btn-border {
	width: 269px;
	position: relative;
	border: 2px solid #000;
	border-radius: 0;
	background: #fff;
	display: inline-block;
	padding: 17px 0px 10px 0px;
	text-align: center;
	font-size: 20px;
	margin: 12px;
}

#kaziraku a.btn-border:hover {
	color: #fff;
	background: #000;
}
#kaziraku a.btn-border:after {
	content: '';
	position: absolute;
	top: 17px;
	right: 5px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #000;
}



/* こちらもおすすめ */
#kaziraku .banner {
	width: 100%;
	position: relative;
	display: flex;
}
#kaziraku .banner li {
	width: calc((100% - 15px*3)/4);
	margin: 0 15px 0 0;
	padding:0;
}
#kaziraku .banner :nth-child(4n){
	margin: 0;
}
#kaziraku .banner li img{
	width:100%;
}


/* カテゴリへのボタン */
#kaziraku .btn {
	width: 890px;
	margin:5px;
	position: relative;
	display:flex;
	flex-wrap: wrap;
}
#kaziraku .btn li {
	position: relative;
}
#kaziraku .btn.other li {
	width: calc((100% - 15px*2)/3);
	margin: 0 10px 15px 0;
}
#kaziraku .btn.other li:nth-child(3n) {
	margin-right: 0 0 15px 0;
}
#kaziraku .btn.shittoku li {
	width: 100%;
	margin: 10px 15px 10px 0;
}
#kaziraku .btn li a {
	position: relative;
	display: block;
	width: 100%;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border: 2px solid #000;
	padding: 1em 0;
	border-radius: 50px;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}
#kaziraku .btn li a::after {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	top: 0;
	right: 12px;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
}
#kaziraku .btn li a:hover {
	color: #fff;
	background: #000;
	transition: all 0.3s ease 0s;
}
#kaziraku .btn li a:hover::after {
	border-color: #fff;
	right: 8px;
	transition: all 0.3s ease 0s;
}


/*230105_追記*/
#kaziraku .feature-list{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: normal;
    margin: 0 auto;
    flex-wrap: wrap;
}
#kaziraku .feature-list>li{
	width: calc(97%/3);
    /* margin: 0 10px; */
}
#kaziraku .feature-list>li img{
	max-width: 100%;
    border-radius: 10px;
    transition: 0.5s all;
}
#kaziraku .feature-list dt h3 {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
    border: none;
    margin: 10px auto 0;
}
#kaziraku .feature-list dd.txt{
	text-align: center;
	/* font-family: 'Noto Sans JP','Yu Gothic black',sans-serif,'メイリオ'; */
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
}