﻿@charset "utf-8";
/* CSS Document */

/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
	margin: 0;
	line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a{
	text-decoration: none;
	color: #333;
}
/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/



body{
	/*background: #f9f0dc;*/
	background:#FFF;
	line-height: 1.4;
	color: #454545;
	font-size:18px;
	font-family: "Noto Sans Japanese",sans-serif;
	font-weight: 200;
}
body header{
	background: #FFF;
	padding: 10px;
	border-bottom: 1px solid #eee;
	
}
body header .wrapper_header{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
}
body header h1{
	display: inline-block;
	float: left;
}


.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

body .wrapper .main_contents,
body .wrapper .ranking{
    max-width: 1200px;
	margin: auto;
	width: 100%;
    clear: both;
	box-sizing: border-box;	
}
body .wrapper .main_contents.top_contents{
	padding-top: 0;
}
.main_contents .rank_list img:hover,
.main_contents .rank_list .title:hover{
	opacity: 0.7;
}
body .wrapper .main_contents h3{
	display: flex;
    align-items: center;
    margin: 40px auto 20px;
    font-size: 120%;
    text-align: center;
    width: 100%;
    max-width: 1280px;
    color: #0599d3;
}
body .wrapper .main_contents h3:after,
body .wrapper .main_contents h3:before{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #0599d3;
    display: block;
}
body .wrapper .main_contents h3:after{
	margin-left:15px;
}
body .wrapper .main_contents h3:before{
	margin-right:15px;
}
body .wrapper .main_contents p{
	/*padding:10px;*/
}	
body .wrapper .main_contents p.author{
	padding-bottom: 4px;
}

ul.navi{
	width: 100%;
	max-width: 1200px;
	margin:10px auto;
}
ul.navi li{
	background: #e2173a;
	margin: 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 22px;
	width: 455px;
	border-radius: 3px;
	text-align: center;
	box-shadow:0px 4px 0px 0px #0f8e9e;
}
ul.navi li:hover{
	opacity: 0.7;
}

ul.navi li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding:15px 20px;
	box-sizing: border-box;
}

.main_contents .rank_list .book_text{
	font-size: 16px;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-top: -2px;
}
.main_contents .rank_list .book_text .new{
	text-align: left;
	margin-bottom: 5px;
	}

.main_contents .rank_list .book_text .new em{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #f70708;
	color: #fff;
	padding: 2px 5px;
	display: inline-block;
	}

.flexbox_ranking{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
body .wrapper .ranking p.author{
	padding:0 10px 10px;
}
body .wrapper .ranking div.voice{
	font-size: 14px;
	margin-top: 10px;
	background: #f6f6f6;
}
body .wrapper .main_contents div.voice{
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	clear: both;
	line-height: 1.45;
}
body .wrapper .ranking div.voice span{
	font-weight: 400;
	display: block;
	border-bottom: 1px dotted #454545;
	margin-bottom: 5px;
}
body .wrapper .ranking div.voice em{
	color: #ec2424;
}
body .wrapper .ranking div.voice p{
	text-align: left;
}
.main_contents .rank_list .title{
	font-size: 16px;
	color:#00a4bf;
	font-weight: 400;
	text-decoration: underline;
}
.main_contents .rank_list .price{
	font-weight: 400;
	font-size: 18px;
	padding:10px 0 0;
	text-align: right;
}
.main_contents .rank_list .price>span{
	color: #ec2424;
	font-weight: 500;
}
.main_contents .price span.point{
	font-size: 14px;
	font-weight: 200;
	color:#454545;
}
.main_contents .item_desc{
	font-size: 14px;
	font-weight: 200;
	color:#ec2424;
	text-align: right;
}
.main_contents .price span.point span{
	color: #ec2424;
}
.main_contents .price span.price_underline{
	text-decoration:line-through;
}
.main_contents .price>em{
	font-size: 14px;
	font-weight: 200;
}
.main_contents .price span>em{
	font-size: 10px;
}
.main_contents .rank_list{
	position: relative;
	background: #fff;
	/*padding: 20px;*/
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 3px;
	border:1px solid #ddd;
}
.image_wrapper{

}
div.top_return{
	position: fixed;
    bottom: 16px;
    right: 16px;
	z-index: 999;
}
div.top_return a{
	display: block;
	text-decoration: none;
	background: #64a7db;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
	z-index: 0;
	opacity: 0.9;
    }
div.top_return:hover{
    opacity: 0.85 ;
}

div#sp-icon:hover {
	cursor : pointer;
	opacity : 0.6;
}
.main_contents .rank_list .btn_item a.btn_item_link{
    display: block;
    background: #e51c17;
    border-color: transparent transparent #ca1915;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #fff;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    font-weight: 400;
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
}
body .wrapper ul.list_btn{
	width: 1200px;
    margin: 40px auto 0;
	display: flex;
	list-style: none;
    flex-wrap: wrap;

}	
body .wrapper .list_btn li{
    width: 19.5%;
    margin: 0 0.25% 0.5%;
    box-sizing: border-box;
    background: #0599d3;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    position: relative;
    border: 2px solid #0599d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body .wrapper .list_btn li a{
	display: block;
	color: #fff;
	padding: 10px;
}
body .wrapper .list_btn li a:hover {
  background-color: #fff;
  color: #0599d3;
  z-index: 3;
}
 .desc_top{
	text-align: center;
	display: block;
	color: #0599d3;
}
.desc_top span{
	font-weight: 600;
	display: block;
	color: #0599d3;
}
.desc_top em{
	font-weight: 500;
	color: #e2173a;
}
.desc_top p{
	margin: 15px 0 0;
}
.desc_top p a{
	text-decoration: underline;
	color: #e2173a;
	font-weight: bold;
}
.desc_top_link{
	margin-bottom: 10px;
	font-size:14px;
	background:#fbfbfb;
	border-radius: 5px;
	padding: 10px;
}

body .wrapper h2 {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0 0 6px 0;
    /* border-left: 4px solid #333; */
    border-bottom: 2px dotted #0599d3;
    font-weight: 400;
    font-size: 26px;
    color: #0599d3;
    text-align: center;
}
body .main_contents .ellipsis,body .main_contents .ellipsis_none {
    position: relative;
    height: 115px;
    overflow: hidden;
}
body .main_contents .ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #f4f4f4;
}
body .main_contents .ellipsis:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}
body .main_contents .ellipsis_none:before {
	content: "";
}
body .main_contents .ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}

/*-----------------------------*/



/*-----------------------------*/


@media screen and (min-width:641px) { 
	/*　画面サイズが641px以上はここを読み込む　*/
	body header{
		overflow: hidden;
	}
	body .main_image{ 
		text-align: center;
		font-size: 0;
		background-repeat:repeat;
		background-position: center center;
		background: #71c4e5;
		border-bottom: 1px solid #eee;
	}
	body .main_image img{
	width: 100%;
		max-width: 1200px;
	}
	.sp_view{
		display: none;
	}
	.main_contents .rank_list .price{
		line-height: 1.2;
	}
	.main_contents .rank_list{
		width: 380px;
		margin: 10px;
		position: relative;
	}
	.main_contents .rank_list a{
		overflow: hidden;
		display: block;
	}
	.main_contents .rank_list .book_text{
		
	}
	/*＝＝＝＝＝＝10位までの表示＝＝＝＝＝＝*/
	.main_contents .rank_list_long{
		width: 100% !important;
	}
	.main_contents .rank_list_long img{
		width: 140px !important;
    	padding: 40px 60px !important;
}

	.main_contents .rank_list_long .book_text{
		width: 698px !important;
		padding: 20px;
		box-sizing: border-box;
	}
	.main_contents .rank_list{
		text-align: center;
	}
	.main_contents .rank_list img{
	height: 170px;
	padding: 20px 15px 0;
}

	.main_contents .rank_list.set img{
		width: 180px !important;
		height: auto !important;
	}
	.main_contents .rank_list_long .ranking_icn{
		    width: 74px;
			height: 78px;
			position: absolute;
			background-size: 74px 78px;
			top: -10px;
			left: -19px;
	}
	.main_contents .rank_list_long .ranking_icn span{
		font-size: 36px !important;
		padding:5px 15px 8px !important;
	}
	.main_contents .rank_list.no1 .ranking_icn span,
	.main_contents .rank_list.no2 .ranking_icn span,
	.main_contents .rank_list.no3 .ranking_icn span{
		color: #fff !important;
	}
	.main_contents .rank_list_long .title{
		font-size: 22px;
	}
	.main_contents .rank_list_long .price span{
		font-size: 18px;
	}
	.main_contents .rank_list_long .btn_item span{
		font-size:18px !important;
	}
	.main_contents .rank_list_long .voice{
		font-size:18px !important;
		font-weight: 300;
	}
	 .desc_top{
		width: 100%;
		max-width: 1200px;
		margin: 10px auto 30px;
		font-size: 20px;
	}
	.desc_top span{
		font-size: 25px;
		margin:25px 0 10px;
	}
	
	
	/*＝＝＝＝＝＝10位までの表示＝＝＝＝＝＝*/
	
	.main_contents .recommend_list .price{
		font-size: 22px;
	}
	.main_contents .recommend_list .price span{
		font-size: 18px;
	}
/*	ul.navi li:nth-child(1){
	margin-right: 10px;
	margin-left: 20px;
}*/
	.cpn{
		width: 100%;
	max-width: 1200px;
		margin: 0 auto 40px;
	}

}
@media screen and (max-width:640px) { 
    /*　画面サイズが640px以下はここを読み込む　*/
	body{
		font-size: 16px;
	}
	body .main_image .wrapper{
		width: 100%;
		margin-bottom: 10px;	
	}
	body .main_image .wrapper{
		background: #87cde9;
		font-size: 0;
		overflow: hidden;
	}

	/*-----------------------------*/
	 .desc_top{
		padding: 10px;
		box-sizing: border-box;
		text-align: left;
		font-size: 95%;
	 }
	 .desc_top span{
		font-size: 115%;
		margin:0 0 10px;
		text-align: center;
	}
	body .wrapper ul.list_btn{
	 width: 95%;
	 display: flex;
	 margin: 0 auto;
	 flex-wrap: wrap;
	 }
	body .wrapper .list_btn li{
	 width: 23.5%;
	 margin: 2.5px;
	 font-size: 14px;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -o-box;
	 display: -ms-box;
	 display: box;
	 -webkit-box-align: center;
	 -moz-box-align: center;
	 -o-box-align: center;
	 -ms-box-align: center;
	 box-align: center;
	}
	body .wrapper .list_btn ::after {
	 right: 5px;
	 top:13px;
	border-width: 6px 6px 6px 8px;
	}
	body .wrapper .list_btn li a {
    padding: 10px 8px;
		display: block;
	}
	.title_desc{
		border: 1px solid #fff;
		border-radius: 4px;
		color: #fff;
		font-size: 13px;
		padding: 5px;
		margin:0 10px 10px;
		font-weight: 300;
	}
	.title_desc p span{
		display: block;
		font-weight: 600;
		margin-bottom: 10px;
		color: #e2173a;
	}
	body ul.navi{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	body ul.navi li{
		width:calc(50% - 5px);
		margin: 0;
		box-sizing: border-box;
		overflow: hidden;
		display: inline-block;
		line-height: 1.4;
		min-height: 60px;
	}
	body ul.navi li a{
		height: 100%;
		font-size: 14px;
		width: 100%;
		display: block;
		padding:10px;
	}
	body .main_image img{
		width: 100%;
	}
	body .main_image p{
		color: #fff;
		padding: 5px;
		text-align: left;
		font-weight: 400;
	}
	body .wrapper h2{
		font-size:100%;
		margin: 10px;
		box-sizing: border-box;
	}
	body .wrapper .main_contents{
		width: 100%;
	}
	body .wrapper .main_contents div.voice{
		font-size: 14px;
	}
	.main_contents .rank_list img{
		float: left;
	}
	.main_contents .rank_list .image_wrapper{
		
	}
	.main_contents .rank_list img{
		width: 90px;
		padding: 20px 10px 10px 20px;
		float: left;
	}
	.main_contents .rank_list .book_text{
		/*width: calc(100% - 100px);*/
		margin-left:0px !important;
		padding: 15px !important;
	}
	.main_contents .rank_list .book_text{
		margin-top: 0;
	}
	.main_contents .rank_list:before{
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.main_contents .rank_list{
		width: 95%;
    margin: 10px;
    box-sizing: border-box;
	}
	.main_contents .rank_list .price span{
		/*display: block;*/
	}

	.cpn{
		margin:0 10px;
		box-sizing: border-box;
	}
	.main_contents .rank_list .title{
		font-size: 100%;
	}
	/*-----------------------------*/

	
	.pc_view{
		display: none;
	}
}