<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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:#FFF;
	line-height: 1.4;
	color: #454545;
	font-family: 'Lato', 'Hiragino sans', 'Meiryo', sans-serif;
	font-size:18px;
	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;
}
body header h1 a img{
	width: 120px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.strong {
    font-weight: 600;
}

.pink {
    color: #D91676;
}

.navy {
    color: #000066;
}

.red {
    color: #CC1818;
}

.white {
    color: #FFFFFF;
}

.text-L {
    font-size: 18px;
}

.text-M {
    font-size: 16px;
}

.text-S {
    font-size: 12px;
    line-height: 150%;
}



/* センタリング テキストセット */
.centering {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

ul.targets {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 560px){
ul.targets {
    width: 90vw;
    padding-top: 16px;
    padding-bottom: 32px;
	margin: 0 auto;
}
}
.book-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 24px;
}
@media screen and (max-width: 1200px){
.book-list-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.targets {
    width: 90vw;
	margin: 0 auto;
}
}
@media screen and (max-width: 960px){
.book-list-grid {
    grid-template-columns: 1fr 1fr 1fr;
	margin: 0 8px;
}
}
@media screen and (max-width: 560px){
.book-list-grid {
    grid-template-columns: 1fr;
}
}
.book-card {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 8px;
    background-color: #fff;
    border: #EBEBEB 1px solid;
}

.book-card:hover {
    opacity: 0.75;
    color: #307CBA;
}

a.book-card-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 単品 */

.card {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    border: #EBEBEB 1px solid;
}

.card img {
    margin-bottom: 16px;
}

.card:hover {
    opacity: 0.75;
    color: #307CBA;
}

.card-link {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.book-main-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    align-self: stretch;
    flex-grow: 1;
}

.book-main-block img {
    height: 160px;
    width: auto;
    margin: 0 auto;
}

.book-main-block p {
	font-size: 18px;
	font-weight: 600;
}

.book-cover-S {
    height: 160px;
    width: auto;
    margin: 0 auto;
}

.book-title-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}



p.copy {
    opacity: 0.7;
}

.price-block {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    vertical-align: middle;
}

.price-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.price {
    font-size: 18px;
    font-weight: 600;
}

.point {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background: #BA1064;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
	line-height: 150%;
}

.book-info-block {
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 8px;
    background: #F9F9FC;
}

@media screen and (max-width: 560px) {
    .book-info-block {
        height: auto;
    }
}

.info-title-block {
    height: 16px;
}

.book-info-text,
.book-info-text2{
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.book-info-text {
    -webkit-line-clamp: 4;
}
.book-info-text2 {
    -webkit-line-clamp: 5;
}

@media screen and (max-width: 560px) {
    .book-info-text,
	.book-info-text2 {
        font-size: 14px;
    }

    .info-title-block {
        height: 18px;
    }
}

.rank-block {
    position: absolute;
    top: -0.2%;
    left: -0.2%;
    width: 60px;
    height: 60px;
}

.rank-text {
    font-family: 'EB Garamond';
    width: 30px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    position: absolute;
    left: 3.88%;
    right: 46.12%;
    top: 12%;
}

.rank-text-top {
    font-family: 'EB Garamond';
    width: 30px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    position: absolute;
    left: 3.88%;
    right: 46.12%;
    top: 12%;
}

body .wrapper .main_contents,
body .wrapper .ranking{
    max-width: 1300px;
	margin: 0 auto 32px;
	width: 100%;
    flex-direction: column;
    display: flex;
}
body .main_image{
	background-color:#F2F2F2;
}
body .wrapper .main_contents.top_contents{
	padding-top: 0;
}

body .wrapper .main_contents h3{
	background: #eee;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
	margin: 10px 0 10px;
	color:#e2173a;
}
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;
}


.flexbox_ranking{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}

.image_wrapper{
	background: #fbfbfb;
	padding: 25px 0 15px;
}
.book-card.no1 .ranking_icn{
	background-image: url(../../../images/bg_number_01.svg);
}
.book-card.no2 .ranking_icn{
	background-image: url(../../../images/bg_number_02.svg);
}
.book-card.no3 .ranking_icn{
	background-image: url(../../../images/bg_number_03.svg);
}
.book-card .ranking_icn{
	width: 26px;
	height: 31px;
	position: absolute;
	background-image: url(../../../images/bg_number_normal.svg);
	background-size: 26px 31px;
	top: 0px;
    left: 0px;
}
.book-card.no1 .ranking_icn, 
.book-card.no2 .ranking_icn, 
.book-card.no3 .ranking_icn {
    left: 4px;
    top: -4px;
    background-size: cover;
    width: 46px;
    height: 31px;
}
.book-card .ranking_icn span{
	font-size: 14px;
	font-family: "Monda",sans-serif;
	text-align: center;
	padding: 3px 0;
	display: block;
	color: #fff;
	font-weight: 600;
}
.book-card.no1 .ranking_icn span,
.book-card.no2 .ranking_icn span,
.book-card.no3 .ranking_icn span{
	padding: 11px 0;
}
.book-card:nth-child(n+10) .ranking_icn span{
	padding: 2px 0 !important;
}
body .wrapper ul.list_btn{
	max-width: 1200px;
	width: 100%;
    margin: 40px auto 0;
	display: flex;
	list-style: none;
}
@media screen and (max-width: 960px){
body .wrapper ul.list_btn {
	width: 95vw;
}
}

@media screen and (max-width: 640px){
body .wrapper ul.list_btn {
	width: 95vw;
	display: grid;
	gap: 8px;
	margin: 24px auto;
}
}

body .wrapper .list_btn li{
	width: 49%;
	margin: 0 0.5%;
    box-sizing: border-box;
    background: #307cba;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    position: relative;
}

body .wrapper .list_btn li a{
	display: block;
	opacity: 0.9;
	color: #fff;
	padding: 10px;
}

@media screen and (max-width: 640px){	
body .wrapper .list_btn li{
	width: 100%;
	font-size: 15px;
}
body .wrapper .list_btn li a {
	padding: 10px 8px;
}
}
body .wrapper .list_btn li,
body .wrapper .list_btn li:before,
body .wrapper .list_btn li::after {
  -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 ::after {
	clear: both;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFF;
	border-image: none;
    border-style: solid;
	border-width: 7px 7px 7px 9px;
	content: "";
    height: 0;
    position: absolute;
    right: 16px;
    top: 15px;
    width: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
body .wrapper .list_btn ::after {
    right: 5px;
    top: 15px;
    border-width: 5px 5px 5px 8px;
}
}
body .wrapper .list_btn li a:hover {
  background-color: #3885c5;
	color: #fff;
	z-index: 3;
}
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;
}
.desc_top{
    width: 100%;
    margin: 0 auto 30px;
    font-size: 18px;
    background-color: #d2f1f2;
}
.desc_top span{
	font-weight: 600;
	display: block;
	color: #333333;
	text-align: center;
}
.desc_top em{
	font-weight: 500;
	color: #d91676;
}
.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: 48px 0 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #307cba;
    font-weight: 600;
    font-size: 24px;
    color: #307cba;
    text-align: center;
}

/*-----------------------------*/



/*-----------------------------*/


@media screen and (min-width:641px) { 
	/*　画面サイズが641px以上はここを読み込む　*/
	body header{
		overflow: hidden;
	}
	body .main_image{ 
		width: 100%;
		text-align: center;
		background: #F2F2F2;
		font-size: 0;
	}
	body .main_image img{
		max-width: 1200px;
		width: 100%;
	}
	body .main_image .cap{
		background-color: #d2f1f2;
		color: #707070;
		display: block;
		padding: 10px;
		font-size: 20px;
		font-weight: 600;
	}
	body .date{
		text-align: center;
		display: block;
		padding: 40px 0 0;
		font-size: 32px;
		font-weight: 600;
		color: #000066;
	}
	body .date span{
		font-size: 24px;
		color: #000066;
	}
	.sp_view{
		display: none;
	}
}
@media screen and (max-width:640px) { 
    /*　画面サイズが640px以下はここを読み込む　*/
	body{
		font-size: 16px;
	}
	body .main_image .wrapper{
		width: 100%;
		font-size: 0;
		overflow: hidden;
		text-align: center;
	}	body .main_image .wrapper img{
		width: 100%;
	}
	body .main_image .cap {
		background-color: #d2f1f2;
		color: #707070;
		display: block;
		padding: 10px;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}
	body .date{
		text-align: center;
		display: block;
		padding: 32px 0 16px;
		font-size: 24px;
		font-weight: 600;
		color: #000066;
	}
	body .date span{
		font-size: 16px;
		color: #000066;
	}
	/*-----------------------------*/
	 .desc_top{
		 padding:8px 10px;
		 font-size: 14px
	}
	.desc_top span{
		font-weight: 600;
		color: #333333;
	}
	.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 .wrapper h2{
		font-size:20px;
		margin: 16px 8px 0;
	}
	body .wrapper .main_contents{
		width: 100%;
	}

	.cpn{
		margin:0 10px;
		box-sizing: border-box;
	}
	/*-----------------------------*/

	
	.pc_view{
		display: none;
	}
}</pre></body></html>