@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/wdt18-back.jpg);
	font-size: 20px;
	color: #003;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #003;
}
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
/*ヘッダカテゴリ******************************************************/

.headbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	color: white;
	background-color: rgba(15,24,49,0.9);
	z-index: 10000;
}
.headbar ul {
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.headbar li {
	display: inline-block;
	width: 250px;
}
/*各コンテナ******************************************************/
.head_conte, .category_conte, .ranking_conte, .new_conte, .limit_conte, .rec_conte {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	z-index: 1;
	position: relative;
}
.head_conte {
	height: 700px;
	margin-bottom: 10px;
}
.category_conte {
	height: 670px;
}
/*障子部分******************************************************/
.shouji {
	position: relative;
	width: 100%;
	height: 255px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.shouji_in {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1800px;
	height: 255px;
	margin-left: -900px;/*widthの半分を-で*/
	text-align: center;
	background-image: url(../images/pc_wdt18-shouji.png);
}
}
/*ヘッダー・スライダー******************************************************/
.head_back {
	background-image: url(../images/wdt18-backgold.png);
	background-repeat: repeat-x;
	height: 877px;
	overflow: hidden;
}
.head_logo {
	top: 10px;
	height: 55px;
	position: absolute;
}
#slide {
	top: 60px;
	height: 600px;
	position: absolute;
	display: block;
}

/*雲**********/
	@keyframes moveimg {
 0% {
left: 700px;
}
 50% {
left: 800px;
}
 100% {
left: 700px;
}
}
 @keyframes moveimg2 {
 0% {
left: -50px;
}
 50% {
left: -150px;
}
 100% {
left: -50px;
}
}
.kumo1 {
	position: absolute;
	width: 384px;
	height: 39px;
	z-index: 9999;
	animation: moveimg 8s infinite;
	top: 30px;
}
.kumo2 {
	position: absolute;
	width: 581px;
	height: 121px;
	z-index: 9999;
	animation: moveimg2 8s infinite;
	top: 550px;
}
.catch {
	position: absolute;
	width: 640px;
	height: 150px;
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/*ランキング******************************************************/

#ranking_title {
	width: 100%;
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
}
#ranking_conte {
	display: grid;
	width: 100%;
	max-width: 1040px;
	gap: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 100px;
}
#ranking_item1 {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}
#ranking_item2 {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
#ranking_item3 {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
}
#ranking_item4 {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
#ranking_item5 {
	grid-row: 2 / 3;
	grid-column: 3 / 4;
}
/*カテゴリ******************************************************/
.category_tokushu_t {
	left: 750px;
	top: -40px;
	height: 600px;
	position: absolute;
	z-index: 9999;
}
.category_tokusuh_back {
	position: absolute;
	top: 400px;
	left: 600px;
	height: 121px;
}
.category_tokushu_cat {
	top: 50px;
	height: 108px;
	position: absolute;
}
.category_box {
	width: 560px;
	height: 600px;
	top: 100px;
	left: 75px;
	position: absolute;
}
.category_box ul {
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.category_chuui {
	top: 600px;
	height: 208px;
	position: absolute;
}
/*カートへ******************************************************/
.cart::after {
	content: "ご購入はこちら";
	display: block;
	width: 280px;
	height: 30px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #0f1831;
	color: #fff;
	text-align: center;
}
.text {
	width: 90%;
	margin-left: auto;
	/*margin-right:auto;*/
	color: #FFF;
	display: block;
	position: absolute;
}
.text p {
	font-size: 1.3em;
	margin-bottom: 30px;
}
/*注意fix**********/
.chui-fix {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 3px;
	z-index: 999999999;
	width: 100%;
	background-color: #900;
	color: #FFF;
}
.midashi {
	font-size: 20px;
}
/*商品詳細******************************************************/
.item_rank3 ul, .item_rank2 ul, .item_rank1 ul {
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 90px;
	flex-wrap: wrap;
}
.item_rank3 ul li, .item_rank2 ul li, .item_rank1 ul li {
	display: block;
	text-align: center;
	background-color: #FFF;
	position: relative;
}
.item_rank3 ul li img, .item_rank2 ul li img, .item_rank1 ul li img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.item_rank3 ul li .budge, .item_rank2 ul li .budge, .budge_sita {
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 118px;
}
/*3カラム用**********/
.item_rank3 ul li {
	width: 300px;
}
.item_rank3 ul li .budge {
	top: -20px;
	left: 200px;
}
/*2カラム用**********/
.item_rank2 ul li {
	width: 480px;
	margin-top: 20px;
}
.item_rank2 ul li .budge {
	top: -20px;
	left: 380px;
}
.budge_sita {
	top: 160px;
	left: 380px;
}
/*1カラム用**********/
.item_rank1 ul li {
	width: 1000px;
	margin-top: 20px;
}
/*その他******************************************************/
.gotop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 76px;
	height: 75px;
	z-index: 10000;
}
/*  footter  -----------------------------------------------------------------------*/

.sp_foot {
	display: none;
}
#foot {
	width: 100%;
	height: 400px;
	background-image: url(../images/foot_back.png);
	background-repeat: repeat-x;
	color: #FFF;
	margin-top: 15px;
	font-size: 12px;
	line-height: 280%;
	text-align: left;
}
.foot_inlinebox {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	width: 1000px;
	height: 300px;
	padding-top: 70px;
	margin: 0 auto;/*position:relative;*/
}
.foot_inlinebox .box0 .box1, .box2, .box3, .box4 {
}
.foot_inlinebox .box1 {
	width: 300px;
	margin-top: 70px;
	vertical-align: middle;
}
#foot ul {
	margin-left: 10px;
	margin-top: 5px;
	list-style: none;
	color: #fff;
}
#foot a {
	text-decoration: none;
	color: #FFF;
}
#foot p {
	font-size: 15px;
	font-weight: bold;
}
.foot-gaiyou, .copy {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}
.copy {
	background-color: #3f250d;
}
