@charset "euc-jp";
/* CSS Document */

/* ----------------------------------------------------
	DIARY 楽天
---------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt" 1;
	text-align: center;
	line-height: 180%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-variant: normal;
	font-style: normal;
	font-family: Helvetica,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイ?E?", Meiryo, sans-serif;
}

.inner {
	width: 90%;
	margin: 0 auto;
}

/* ----------------------------------------------------
	DIARY 共通
---------------------------------------------------- */
#diary h1 {
	font-weight: bold;
	margin-bottom: 2%;
	font-size: 30px;
}
#diary section.top {

    padding: 3% 1% 0 0;
}
#diary .main-text {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 2%;
}
#diary {
	width: 100%;
	line-height: 1.6;
}
#diary section {
	margin-bottom: 6%;
}
#diary ul:not(.info ul) {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;

}
#diary .bn ul li {
	margin-left: 2%;
}
#diary .d-category ul li {
	width: 23%;
	margin-left: 2%;
}
#diary .topics ul {
	margin-left: -4%;
}
#diary .topics ul li {
	width: 29.3%;
	margin-left: 4%;
}

#diary .size ul li {
	width: 16%;
    margin-left: 4%;
}
#diary .format ul li {
	width: 21%;
    margin-left: 4%;
	text-align: left;
}
#diary .info {
	font-size: 14px;
	border-radius: 6px;
}
#diary .info a {
	text-decoration: underline;
}
#diary .info a:hover {
	text-decoration: none;
}
#diary h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4%;
}
#diary .topics li img,#diary .size li img {
	margin-bottom: 4%;
}
#diary .topics li {
	position: relative;
	text-align: left;
	width: 33%;
	margin-left: 4%;
}
#diary .topics li h3,#diary .format li h3,#diary .size li h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2%;
}
#diary .topics li p,#diary .format li p,#diary .size li p {
	font-size: 12px;
}
#diary .topics li span {
	font-size: 14px;
    display: block;
    color: #fff;
    line-height: 1em;
    width: 92px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px;
}
#diary .d-category li {
	background: #eee;
	margin-bottom: 4%;
	
}
#diary .d-category li a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#diary .d-category li a .c-name {
	width: 70%;
	font-size: 14px;
	font-weight: bold;
}
#diary .d-category li a .img {
	display: block;
    min-width: 30%;
    width: 30%;
}
#diary .topics span.sale {
	background: #d10f26;
}
#diary .topics span.feature {
	background: #0059b2;
}
#diary .topics span.news {
	background: #FC0;
}
#diary .ranking ul li,#diary .pickup ul li {
	width: 21%;
    margin-left: 4%;
	margin-bottom: 4%;
    text-align: left;
}
#diary .ranking ul li div {
	position: relative;
}
#diary .ranking ul li span {
    color: #000;
    background: #fff;
    border: 1px solid #9a9a9a;
    padding: 2%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    position: absolute;
    text-align: center;
        top: 3%;
    left: 4%;
}
#diary .ranking ul li span.gold {
    background: #bea66b;
    border-color: #bea66b;
	color: #fff;
}
#diary .ranking ul li span.silver {
    background: #9a968f;
    border-color: #9a968f;
	color: #fff;
}
#diary .ranking ul li span.copper {
    background: #975e39;
    border-color: #975e39;
	color: #fff;
}
#diary .ranking ul li img,#diary .pickup ul li img {
	margin-bottom: 4%;
}
#diary .ranking ul li .p-name,#diary .pickup ul li .p-name {
	font-size: 12px;
}
.slick-slide {
    margin: 0px 8px;
}
.slide-dots {
	display: inline !important;
	margin: 4% 0 !important;
}
.slide-dots li button {
	width: 12px !important;
	height: 12px !important;
	border-radius: 10px !important;
	
}
.slide-dots li {
	margin: 2% 0 0 0;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
#diary .btn {
    font-size: 14px;
	line-height: 1;
    width: 30% !important;
    margin: 2% auto;
	text-align: center;
	
}
#diary .btn a {
	display: block;
    border: 1px solid #000;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6% 0;
}

@media (max-width: 767px) {
	#diary {
    width: 100%;
		padding: 0 2%;
	}
	#diary section.top br {
		display: none;
	}
	#diary .topics ul li {
		width: 46%;
		margin-bottom: 4%;
	}
	#diary .d-category ul li {
		width: 46%;
	}
	#diary .size ul li {
    width: 29.3%;
		margin-bottom: 4%;
	}
	#diary .format ul li {
		width: 46%;}
	#diary .ranking ul li,#diary .pickup ul li {
	width: 46%;
    margin-left: 4%;
	margin-bottom: 4%;
    text-align: left;
}
	
	#diary .d-category li a .c-name {
		font-size: 12px;
	}
	.slick-slide img {
		width: 100%;
	}
	.inner {
	width: 100%;
}
	.slide-dots {
    bottom: -0.4rem !important;
}
	#diary .btn { 
		width: 100% !important;
		margin-top: 2%;
	}
	#diary .btn a {
		padding: 4% 0;
	}
	#diary section {
		margin-bottom: 10%;
	}
}

