﻿@charset "utf-8";
/* CSS Document */

/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

:where(:not(.atlas-header *, .atlas-nav *, .atlas-sp-header *, .atlas-footer *, .atlas-sp-footer *, .sb-slidebar *)):is(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;
}
/**/
.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: 32px;
}
@media screen and (max-width: 1200px){
.book-list-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media screen and (max-width: 960px){
.book-list-grid {
    grid-template-columns: 1fr 1fr 1fr;
}
}
@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;
}

/*キャンペーン情報*/
.cpn-sec{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 16px;
}
.cpm-detail{
  display: flex;
  max-width: 800px;
  border: 1px solid #2e344817;
  line-height: 1.5;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.cpm-detail tr{
  display: flex;
  align-items: center;
}
.cpm-detail th{
  display: flex;
  width: 190px;
  text-align: left;
  border-bottom: 1px solid #2e344817;
  font-size: 16px;
  font-weight: 600;
  padding: 24px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  background: #eb7a17;
  color: #fff;
}
.cpm-detail th img{
  width: 24px;
  height: 24px;
}
.cpm-detail td{
  display: flex;
  font-size: 15px;
  padding: 24px;
  background: #fff;
  border-bottom: 1px solid #2e344817;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.cpm-detail tr:last-of-type td,.cpm-detail tr:last-of-type th{
  border-bottom: none;
}
.cpm-detail td span{
  font-size: 14px;
}
.cpm-detail td .cpm-date{
  display: flex;
  padding-left: 16px;
  font-size: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-left: 2px solid var(--pls-gray-300);
}
.cpm-detail td .cpm-date-detail{
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.cpm-detail td .cpm-date-detail p{
  line-height: 1.5;
}
.cpm-detail td ul li{
  font-size: 15px;
  list-style: disc;
  margin-left: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px){
.cpn-sec{
  padding: 32px 0;
}
.cpm-detail{
  width: 90vw;
  max-width: 540px;
  display: flex;
  margin: 0 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cpm-detail tr{
  display: flex;
  flex-direction: column;
}
.cpm-detail th{
  width: 100%;
  padding: 16px;
  gap: 8px;
  font-size: 14px;
}
.cpm-detail td {
  padding: 16px;
  font-size: 14px;	
}
.cpm-detail td span{
  font-size: 14px;	
}
.cpm-detail td ul li{
  font-size: 14px;
  text-align: left;
}
}
.br-pc{
  display: block;
}
.br-tb{
  display: none;
}
.br-sp{
  display: none;
}
@media screen and (max-width: 1000px){
.br-pc{
  display: none;
}
.br-tb{
  display: block;
}
.br-sp{
  display: none;
}	
}
@media screen and (max-width: 768px){
.br-pc{
  display: none;
}
.br-tb{
  display: none;
}
.br-sp{
  display: block;
}	
}

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{
    padding: 0 16px;
}
body .wrapper .main_contents,
body .wrapper .ranking{
    max-width: 1400px;
	margin: 0 auto 32px;
	width: 100%;
    flex-direction: column;
    display: flex;
}

body .main_image{
	background: url(../../../images/triplepointday/kv_bg_pc.png);
}
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;
}
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: 40px 0 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d91676;
    font-weight: 600;
    font-size: 24px;
    color: #d91676;
    text-align: center;
}

/*-----------------------------*/



/*-----------------------------*/


@media screen and (min-width:641px) { 
	/*　画面サイズが641px以上はここを読み込む　*/
	body header{
		overflow: hidden;
	}
	body .main_image{ 
		text-align: center;
		background-repeat:repeat;
		background-position: center center;
		/*background-image: linear-gradient(90deg, rgba(249, 186, 186, 1), rgba(249, 186, 186, 1) 25%, rgba(177, 167, 167, 1) 70%, rgba(177, 167, 167, 1) 97%);*/
		border-bottom: 1px solid #eee;
	}
	body .main_image img{
		width: 75%;
		max-width: 988px;
		padding: 24px 0;
	}
	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;
	}

	.desc_top{
		width: 100%;
		margin: 0 auto 30px;
		font-size: 18px;
		background-color: #d2f1f2;
	}
	.desc_top span{
		padding: 5px 0;
	}

	.cpn{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 40px;
	}
	.title_desc{
		font-size: 14px;
		color: #fff;
		width: 100%;
		max-width: 826px;
		margin: auto;
		font-weight: 300;
		padding: 10px 0 30px;
		text-align: left;
	}	
}
@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;
	}
}

div.cont {
  display: flex;
  max-width: 1200px;
  padding: 64px 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1 0 0;
}
@media screen and (max-width: 560px) {
div.cont {
  padding: 40px 16px;
}
}

.banner_sec {
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.banner_sec .link-banner img {
  width: 100%;
}
.banner_sec .link-banner {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 550px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  list-style: none;
  margin: 0 auto;
}
.banner_sec .link-banner a:hover {
  opacity: .75
}

@media screen and (min-width: 561px) {
.link-banner-sp {
  display: none;
}
.link-banner-pc {
  max-width: 1200px;
  width: 80vw;
}
}
@media screen and (max-width: 560px) {
.link-banner-pc {
  display: none;
}
.link-banner-sp {
  width: 100%;
}
}
@media screen and (max-width:768px) {
.banner_sec .link-banner {
  width: 100%;
  grid-template-columns: 1fr;
}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
.banner_sec div.cont{
  padding: 64px 32px;
  max-width: 900px;
}	
}