body
	{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #363636;
	letter-spacing: 1px;
	}

a
	{
	color: #363636;
	text-decoration: none;
	}

header
	{
	width: 980px;
	margin: 10px auto;
	position: relative;
	}

header h1
	{
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 300;
	}

header p
	{
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	}

header p a
	{
	color: #363636;
	}

header h1+a+img
	{
	width: 130px;
	margin-left: 10px;
	}

header div
	{
	display: flex;
	position: absolute;
	top: 40px;
	right: 0;
	}

header div .keyword
	{
	width: 200px;
	padding: 6px 10px;
	border-radius: 50px;
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	}

header div .btn
	{
	position: absolute;
	top: 10px;
	right: 156px;
	}

header div a img
	{
	margin-left: 10px;
	}

nav
	{
	background-color: #eeeeee;
	}

nav ul
	{
	width: 980px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	position: relative;
	}

nav ul li a
	{
	padding: 10px;
	display: block;
	font-weight: 500;
	}

nav ul li:last-child
	{
	color: #fff;
	padding: 10px;
	background-color: #cf476d;
	font-size: 10px;
	}

nav ul li:last-child strong
	{
	font-size: 16px;
	}

nav ul li:last-child em
	{
	padding-left: 10px;
	font-style: normal;
	}

nav ul li div
	{
	width: 980px;
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	background-color: #eeeeee;
	z-index: 999999999999999999;
	}

nav ul li div ul
	{
	margin: 0;
	display: flex;
	justify-content: center;
	}

nav ul li ul li
	{
	padding: 0 5%;
	}

nav ul li ul li a
	{
	position: relative;
	}

nav ul li ul li a::before
        {
        content: "";
        position: absolute;
        top: 54%;
        left: -5px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
        margin-top: -5px;
        }


nav ul li ul li:last-child
	{
	color: #333;
	padding: 0;
	background-color: #eeeeee;
	font-size: 16px;
	}


.news
	{
	width: 940px;
	margin: 10px auto 0px auto;
	padding: 10px 20px;
	background-color: #e5e5e5;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
	}


.news li:first-child
	{
	color: #b91516;
	font-size: 18px;
	}

.news li:last-child
	{
	width: 70%;
	padding: 5px;
	background-color: #fff;
	}

.news li:last-child a
	{
	font-size: 14px;
	line-height: 1.6;
	display: block;
	text-decoration: underline;
	}

.sliderArea
	{
	overflow: hidden;
	}

.sliderWide
	{
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

.slider
	{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	}

.slider .slick-list
	{
	padding: 0px !important;
	overflow: visible;
	}

.slider .slick-slide
	{
	opacity: .5;
	transition-duration: 0.3s;
	}

.slider .slick-slide.slick-current
	{
	opacity: 1;
	}

.slider .slick-slide a
	{
	display: block;
	}

.slider .slick-slide a:hover
	{
	display: block;
	opacity: .7;
	}

.slider img
	{
	height: auto;
	width: 100%;
	}




.slick-dots li
	{
	width: 30px !important;
	height: 4px !important;
	}

.slick-dots li button
	{
	width: 30px !important;
	padding: 0 !important;
	height: 4px !important;
	text-indent: -999999px;
	}

.slick-dots li button::before
	{
	width: 30px !important;
	height: 4px !important;
	background-color: #2d1c0c;
	}


.timesale
	{
	width: 980px;
	margin: 20px auto;
	}

.timesale ul
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

.timesale li:first-child
	{
	width: 200px;
	text-align: center;
	color: #fff;
	background-color: #cf476d;
	display: flex;
	align-items: center;
	position: relative;
	}

.timesale li:first-child::before
	{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #cf476d;
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -6px;
	}

.timesale li:first-child p
	{
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	}

.timesale li:first-child small
	{
	font-weight: 200;
	font-size: 14px;
	display: block;
	}


.timesale li:last-child
	{
	width: 760px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}


.timesale li:last-child img
	{
	width: 260px;
	}

.timesale li:last-child div
	{
	width: 490px;
	text-align: center;
	}

.timesale li:last-child div p
	{
	padding: 10px;
	font-weight: 600;
	background-color: #cf476d;
	color: #fff;
	}

.timesale li:last-child div strong
	{
	margin: 20px 0px;
	display: block;
	font-size: 20px;
	}

.timesale li:last-child div small
	{
	display: block;
	}

.timesale li:last-child div span
	{
	font-size: 18px;
	display: block;
	}

.timesale li:last-child div span em
	{
	font-style: normal;
	font-size: 26px;
	color: #cf476d;
	font-weight: 600;
	}

.timesale li:last-child div a
	{
	width: 50%;
	margin: 20px auto;
	padding: 5px 0px;
	color: #fff;
	background-color: #cf476d;
	display: block;
	}

article
	{
	width: 980px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#leftnavi
	{
	width: 210px;
	}

#leftnavi .ttl
	{
	margin: 30px 0px 10px 0px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	}

#leftnavi .search
	{
	position: relative;
	}

#leftnavi .search .keyword
	{
	width: 190px;
	padding: 5px 10px;
	border-radius: 20px;
	border: 1px solid #e9e9e9;
	background-color: #f1f1f1;
	}

#leftnavi .search .btn
	{
	position: absolute;
	top: 10px;
	right: 10px;
	}

#leftnavi .search  a
	{
	font-size: 12px;
	padding: 0px 5px;
	background-color: #f1f1f1;
	}

#leftnavi dl dt
	{
	line-height: 2.6;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	}

#leftnavi dl dt::before,#leftnavi dl dt::after
	{
	content: '';
	display: block;
	width: 17px;
	height: 1px;
	border-radius: 5px;
	background: #363636;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	}
  
#leftnavi dl dt::after
	{
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
	}

#leftnavi dl .active::after
	{
	transform: rotate(0);
	transition: 0.5s;
	}

#leftnavi dl dd
	{
	margin-bottom: 20px;
	display: none;
	}

#leftnavi dl dd a
	{
	font-size: 13px;
	display: block;
	line-height: 2.0;
	margin: 8px 15px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	}

#leftnavi dl dd a:before
        {
        content: "";
        position: absolute;
        top: 58%;
        right: 2%;
        width: 7px;
        height: 7px;
        border-top: 1px solid #363636;
        border-right: 1px solid #363636;
        transform: rotate(45deg);
        margin-top: -5px;
        }

#leftnavi .searchsize
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#leftnavi .searchsize:after
	{
	content: "";
	width: 49%;
	}

#leftnavi .searchsize li
	{
	width: 24%;
	margin-bottom: 2%;
	}

#leftnavi .searchsize li a
	{
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	display: block;
	background-color: #f1f1f1;
	}


#leftnavi .searchprice
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#leftnavi .searchprice li
	{
	width: 48%;
	margin-bottom: 2%;
	}

#leftnavi .searchprice li a
	{
	padding: 5px 0;
	font-size: 10px;
	text-align: center;
	display: block;
	background-color: #f1f1f1;
	}

#leftnavi .aw
	{
	width: 100%;
	}

#leftnavi .aw+span
	{
	margin: 10px 0px 0px 0px;
	display: block;
	line-height: 1.6;
	font-size: 10px;
	}


#leftnavi .left_bottom
	{
	display: block;
	margin-top: 20px;
	}

#leftnavi .left_bottom li
	{
	width: 208px;
	border: 1px solid #e4e4e4;
	}

#leftnavi .left_bottom li a
	{
	display: block;
	padding: 10px 0px 10px 50px;
	text-align: left;
	background: no-repeat 10px center;
	}

#leftnavi .left_bottom li:first-child a
	{
	background-image: url(../images/ryousyu.gif);
	}

#leftnavi .left_bottom li:nth-child(2) a
	{
	background-image: url(../images/left_mail.gif);
	}

#leftnavi .left_bottom li:last-child a
	{
	background-image: url(../images/mm.gif);
	}

#leftnavi .left_bottom li a small
	{
	display: block;
	font-size: 8px;
	letter-spacing: 0px;
	}

#main
	{
	width: 750px;
	}

#main .ttl
	{
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	text-align: left;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
	}

#main .ttl small
	{
	margin-left: 10px;
	font-size: 16px;
	}

#main .viewmore
	{
	width: 70%;
	display: block;
	margin: 30px auto 50px auto;
	padding: 10px;
	text-align: center;
	border: 1px solid #e4e4e4;
	position: relative;
	}

#main .viewmore:before
        {
        content: "";
        position: absolute;
        top: 58%;
        right: 10%;
        width: 7px;
        height: 7px;
        border-top: 1px solid #383838;
        border-right: 1px solid #383838;
        transform: rotate(45deg);
        margin-top: -5px;
        }

#main .ranktab
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#main .ranktab li
	{
	width: 49%;
	border: 1px solid #e4e4e4;
	}

#main .ranktab li a
	{
	padding: 5px;
	display: block;
	text-align: center;
	}

#main .ranktab .active
	{
	background-color: #f0f0f0;
	}

.tabContents
	{
	margin-bottom: 50px;
	display: none;
	}

.tabContents ul
	{
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

.tabContents ul li
	{
	width: 19%;
	}

.tabContents ul li a
	{
	display: block;
	position: relative;
	}

.tabContents ul li a span
	{
	position: absolute;
	top: -10px;
	left: -5px;
	font-weight: 600;
	border-radius: 30px;
	padding: 3px 10px;
	}

.tabContents ul li:first-child a span
	{
	color: #fff;
	background-color: #f2cc01;
	border: 1px solid #f2cc01;
	}

.tabContents ul li:nth-child(2) a span
	{
	color: #fff;
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	}

.tabContents ul li:nth-child(3) a span
	{
	color: #fff;
	border: 1px solid #8c4841;
	background-color: #8c4841;
	}

.tabContents ul li:nth-child(4) a span ,
.tabContents ul li:nth-child(5) a span
	{
	color: #333;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	}

.tabContents ul li img
	{
	width: 100%;
	}

.tabContents.active
	{
	display: block;
	}

#main .hotcontents
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#main .hotcontents li
	{
	width: 49%;
	margin-bottom: 20px;
	}

#main .hotcontents li a
	{
	display: block;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
	}

#main .hotcontents li a:before
        {
        content: "";
        position: absolute;
        top: 45%;
        right: 0;
        width: 15px;
        height: 15px;
        border-top: 2px solid #dcdcdc;
        border-right: 2px solid #dcdcdc;
        transform: rotate(45deg);
        margin-top: -5px;
        }

#main .hotcontents li a p
	{
	width: 180px;
	padding-right: 20px;
	font-size: 12px;
	}

#main .hotcontents li a p strong
	{
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 16px;
	display: block;
	}


footer
	{
	width: 980px;
	margin: 100px auto 0px auto;
	}

footer h5
	{
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	text-align: left;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
	}

footer ul
	{
	margin: 30px 0px 50px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

footer ul li
	{
	width: 17%;
	position: relative;
	display: flex;
	align-items: center;
	}

footer ul li:before
	{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #e4e4e4;
	position: absolute;
	top: 46%;
	right: -25px;
	margin-top: -6px;
	}

footer ul li:last-child:before
	{
	border: 0;
	}

footer ul li .no
	{
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 50px;
	color: #ffffff;
	background-color: #cf476d;
	position: absolute;
	top: -10%;
	left: 43%;
	}

footer ul li div
	{
	width: 100%;
	letter-spacing: 0px;
	padding: 30px 0px 30px 0px;
	border-radius: 80px;
	font-size: 12px;
	text-align: center;
	background-color: #f7f7f7;
	}

footer ul li div strong
	{
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	display: block;
	}

footer ul li div p
	{
	width: 100%;
	}

footer dl
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

footer dl dt
	{
	width: 150px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #e4e4e4;
	display: flex;
	align-items: center;
	padding-left: 20px;
	}

footer dl dd
	{
	width: 790px;
	font-size: 14px;
	margin-bottom: 10px;
	}

footer dl dd a
	{
	text-decoration: underline;
	}

footer dl dd span
	{
	color: #cf476d;
	}
