@charset "UTF-8";
/* CSS Document */
/*------------------
全体
--------------------*/
body {
	min-width: 990px;
}

/*------------------
ボタン
--------------------*/


/*ボタン大*/
.btn {
	width: 100%;
	font-size: 11px;
	line-height: 1.2;
	border-radius: 20px;
	border-color: #0075B2;
	display: block;
	height: auto;
	border: 1px solid #0075B2;
	background:#ABE6F9;
	color: #0075B2;
	text-align: center;
	text-decoration: none;
	-webkit-transition: -webkit-box-shadow .15s;
    transition: -webkit-box-shadow .15s;
    transition: box-shadow .15s;
    transition: box-shadow .15s,-webkit-box-shadow .15s;
	padding: 8px 0;
}
/*ボタン小*/
.btn.mini{
	width: 100px;/*横幅は書影よりはみ出さない程度に変更してください*/
	font-size: 12px;
	line-height: 27px;
}
/*無料ボタン*/
a.btn_free{
    border: 1px solid #f8485e;
    background: #f8485e;
    color: #fff;
    font-weight: bold;
    width: 160px;
    font-size: 18px;
    line-height: 42px;
    border-radius: 9999px;
    display: block;
    height: auto;
    text-align: center;
    text-decoration: none;
}
/*ホバー時*/
.btn:hover{
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
}



/*------------------
ページトップへ
--------------------*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
}
#page-top img{
	max-width: 100%;
	width: 90px;
	height: auto;
}


/*------------------
フッター
--------------------*/
.footer__abj .footer__txt {
    max-width: 950px;
}

/*------------------
メインビジュアル
--------------------*/
・section {
    width: 990px;
    max-width: 100%;
    margin: 0 auto 10px;
	padding: 0
}
.mvall {
	background:	url(https://s.yimg.jp/images/bookstore/ebook/web/content/2025/0801_baron_birthday2025/pc/pc_mvbg.png);
	background-position: center, top;
	background-size: contain;
}
.mainVis{
	width: 990px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.mainVis img{
	max-width: 100%;
	vertical-align: bottom;
}
.present {
	text-align: center;
	background-color: #00A2D1;
	padding-top: 20px;
}
/*------------------
ナビゲーション
--------------------*/
ul.nav{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    margin: 0 auto;
    text-align: center;
	max-width: 690px;
}
ul.nav li img{
	max-width: 100%;
	vertical-align: bottom;
}
ul.nav li{
	padding: 2px;
    position: relative;
}
ul.nav li.active:hover{
	cursor: default;
}
ul.nav li .on{
	display: none;
}

ul.nav li:hover .on{
	display: block;
}
ul.nav li:hover .off{
	display: none;
}
ul.nav li img:hover{
	opacity: 1;
}
.nav-wrap {
	background: #2fa2d1;
}
.fixed {
	position: fixed;
	top: 0;
	margin: 0 atuo;
	background: rgba(0, 162, 209, 0.8);
	background-size: 40px auto;
	z-index: 1000;
	width: 100%;
}
#blbaron #maincontent #present_detail{
	padding-top: 130px;
	margin-top:-130px;
}
.bl-contents-upper {
    background-color: #00A2D1;
    text-align: center;
}
.bl-contents-upper img {
    width: 100%;
}
.bl-contents-upper a {
    text-decoration: none;
}
.bl-contents-upper a:hover {
    opacity: 0.7;
}
/*------------------
BL男爵自己紹介
--------------------*/
.blbaron{
	width: auto;
    height: 100%;
    margin: 0px auto 0;
    background: #00A2D1;
	max-width: 100%;
	text-align: center;
	display: block;
	padding-bottom: 30px;
}
.blbaron-inner {
	max-width: 690px;
	margin: 0 auto;
}
.blbaron-inner  img {
	width: 100%;
}
.blbaronselfintr{
	width: 100%;
    height: 100%;
    margin: 0 auto;
	background: #00A2D1;
	max-width: 100%;
    padding: 20px 0px;text-align: center;
	max-width: 690px;
}
.blbaronselfintr img {
	width: 100%;
}
.detailTxt{
    padding: 140px 0 0 150px;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    display: inline-block;
}

.txtArea{
	min-width: 990px;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 58px 0 0 0;
    font-size: 15px;
	line-height: 1.6;
    text-align: left;
}

.blbaron .blbaronselfintr a{
position: relative;
    bottom: 90px;
    left: 40px;
    opacity: 0;
}

.blbaron2 .blbaronselfintr a{
position: relative;
    bottom: 90px;
    left: 40px;
    opacity: 0;
}
/*------------------
.other_site {
    background: url(https://s.yimg.jp/images/bookstore/ebook/web/special/article/common/img/icn_website.png) no-repeat right top;
    background-size: 12px;
    padding-right: 16px;
    margin-right: 3px;
}
--------------------*/
/*------------------
小冊子掲載作品
--------------------*/
#maincontent{
	padding-top: 20px;
	padding-bottom: 20px;
	background-size: 420px;
	background-color: #00A2D1;
}
#maincontent h3 {
    text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
#maincontent h3 img {
	width: 100%;
}
p.thumb img {
	max-width: 100%;
	vertical-align: bottom;
	aspect-ratio: 1 / 1.4;
	object-fit: cover;
	/* max-height: 150px; */
	height: 100%;
}
.ranking{
	max-width: 990px;
	background: #ffffff;
	margin: 10px auto 30px;
}

ul.ranking.rankingS{
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 5px;
    width: 690px;
    margin: 30px auto 0 auto;
	background-color: #00A2D1;
}
.rankingS .ranking-list{
	position: relative;
	padding-bottom: 54px;
}
.rankingS .ranking-list-inner{
	display: grid;
	grid-template-rows: auto auto auto auto;
}
.rankingS .ranking-list-inner .rank{
	grid-row: 1/2;
}
.rankingS .ranking-list-inner .thumbArea{
	grid-row: 2/3;
	text-align: center;
}
.rankingS .ranking-list-inner .bookinfo{
	margin-top: 5px;
	grid-row: 3/4;
}
.btnArea {
    position: absolute;
    bottom: 15px;
	width: 100%;
}

.ranking-list-inner .thumb{
	position: relative;
	border: rgba(0, 0, 0, 0.1);
}
img.lazyload{
	height: 250px;
	border: 1px solid #ccc;
	max-width: 100%;
	vertical-align: bottom;
}
.thumbArea {
	position: relative;
    display: inline-block;
}
p.thumb {
    height: 150px;
}
ul.ranking li .badge {
    position: absolute;
    top: 220px;
    left: 6px;
    display: inline-block;
    padding: 0 7px;
    line-height: 18px;
    background: #f8485e;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    z-index: 1;
}
.rankingS .ranking-list-inner .title{
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #ffffff;
}

.rankingS .ranking-list-inner .author{
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #C3F0FF
}
#maincontent .title a{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
ul.rankingS li {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    text-align: center;
}

/*------------------
小冊子プレゼント概要
--------------------*/
#present_detail {
	background: #C9EFFD;
}
#present_detail img {
	text-align: center;
	height: 20px;
	width: auto;
}
#present_detail a{
	color: #006998
}
.present_detail_wrap dt.imgwidth img {
	width: 70%;
}
.com_feature{
	max-width: 990px;
    background: #C9EFFD;
    margin: 0px auto;
	color: #006998;
	text-align: center;
}
.present_detail_wrap {
    width: 990px;
    max-width: 100%;
    margin: 7px auto 0;
    text-align: center;
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.7;
}
.present_detail_wrap img {
	width: 100%;
}
#present_detail h3{
	padding: 30px 0;
    text-align: center;
}
#present_detail h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 3px solid #000;
    position: relative;
}
.present_detail .exp{}
.present_detail .exp span{
	font-weight: bold;
}
.present_detail dl dt{
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
.present_detail dl dd {
	font-size: 13px;
	margin-top: 10px;
}
/*------------------
小冊子プレゼント概要　質問表
--------------------*/
.fqa_list{
    border-collapse: collapse;
    margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
}
.fqa_list a{
	color: #000;
}
.fqa_list table , td, th {
	border: 1px solid #006998;
	border-collapse: collapse;
}
.fqa_list td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
    background: #ffffff;
	font-size: 13px;
	color: #006998;
	border-bottom: 0;
}
.fqa_list td img{
	text-align: center;
    vertical-align: middle;
	max-width: 70%ß;
}
td.table-caption {
	background: #e8f8fe;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.fqa_list tr:nth-child(1){
	margin: 10px auto;
	max-width: 10px;
	font-size: 20px;
	font-weight: 800;
	background-color: #effaff;
}
.fqa_list tr:nth-child(12){
	margin: 10px auto;
	max-width: 10px;
	font-size: 20px;
	font-weight: 800d;
	background-color: #aaaaaa;
}
.fqa_list .query{
	margin: 10px auto;
	max-width: 10px;
	font-weight: 500;
	background-color: #ffffff;
}
.fqa_list tr td:nth-child(2){
	text-align:left;
	font-size: 16px;
}
tr.query td {
    text-align: left;
    padding: 5px 50px 5px 50px;
}
tr.answer td {
	text-align: left;
    padding: 5px 50px 5px 50px;
	border-top: 0;
	border-bottom: 1px solid #006998;
	position: relative;
}
tr.answer td.ok::before {
	content: "";
    background: url(https://s.yimg.jp/images/bookstore/ebook/web/content/2025/0801_baron_birthday2025/pc/circle.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
	top: 8px;
}
tr.answer td.ng::before {
	content: "";
    background: url(https://s.yimg.jp/images/bookstore/ebook/web/content/2025/0801_baron_birthday2025/pc/img_ng.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
	top: 8px;
}
tr.answer td p {
	margin-left: 46px;
    text-indent: 0px;
}
/*------------------
初回ログインバナー
--------------------*/
.login_bnr {
    text-align: center;
    background: #ffffff;
	padding: 50px 0;
}

