@charset "UTF-8";
/* CSS Document */

/*------------------
全体
--------------------*/
article{
	background: url("https://s.yimg.jp/images/bookstore/ebook/web/content/2022/0722_onepiece/pc/bg.png") top center repeat-x,#0a7ae1;
	color: #333;
	font-feature-settings: "palt";
	line-height: 1.5;
	font-size: 16px;
	min-width: 990px;
}
article img{
	vertical-align: middle;
	text-align: center;
}
article a{
	text-decoration:none;
	color: #333;
}
article a:hover{
	color: #0a7ae1;
	text-decoration: underline;
}
article a img:hover{
	opacity: 0.8;
}
.wrap{
	width: 1040px;
	margin: 0 auto;
	background:#fff;
}
.mv,.free-bnr,.contents{
	width: 990px;
	margin: 0 auto;
}

/*------------------
メインビジュアル
--------------------*/
.mv{
	text-align: center;
	margin: 15px auto;
}

/*------------------
コンテンツ全体
--------------------*/
.contents{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px auto 0;
	padding-bottom: 75px;
}
.left{
	width: 170px;
}
.center{
	width: 550px;
}
.right{
	width: 250px;
}
.recommend-ttl,.news-ttl,.scene-ttl,.books-ttl,.weather-ttl,.fruit-ttl{
	background: #0a7ae1;
	padding: 3px 5px 5px 7px;
}
.recommend,.onepiece-bnr,.news,.scene,.wanted,.adkoma,.weather{
	margin-bottom: 20px;
}
.recommend,.news,.scene,.books,.weather,.fruit{
	border: 1px solid #0a7ae1;
	border-radius: 3px 3px 0 0;
}
.cover{
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
/*------------------
オススメコンテンツ
--------------------*/
.recommend{
	background: #e1effc;
}
.recommend-ttl{
	background: #0a7ae1;
}
.recommend dl{
	padding: 8px;
}
.recommend dt{
	font-size: 13px;
	margin: 13px 0 3px;
}
.recommend dt:first-child{
	margin-top: 0;
}
.recommend dt img{
	margin-right: 3px;
}
.recommend dd{
	font-size: 11px;
}

/*------------------
ニュース
--------------------*/
.news-ttl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
.news-ttl_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news-ttl_nav li{
	margin:0 10px 1px 0;;
}
.news-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 13px;
	font-size: 14px;
	line-height: 1.7;
}
.arrow {
 	position: relative;
 	display: inline-block;
 	padding: 10px;
}
.arrow::before {
 	content: '';
 	width: 8px;
 	height: 8px;
 	border-top: solid 1px #333;
 	border-right: solid 1px #333;
 	position: absolute;
 	left: 8px;
 	top: 8px;
	transform: rotate(135deg);
}
.news-content__free{
	margin-right: 10px;
}
.news-content__free img{
	width: 114px;
}
.news-content__free p{
	text-align: center;
	line-height: 1.3;
	margin-top: 8px;
}

/*------------------
名シーン
--------------------*/
.scene-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 10px 5px;
}
.scene-list li{
	width: 165px;
}
.scene-list__txt{
	font-size: 14px;
	line-height: 1.2;
	margin: 7px 0 10px;
}
.scene-list .btn{
	font-size: 12px;
	line-height: 30px;
	width: 96px;
	margin: 0 auto;
}

/*------------------
賞金首
--------------------*/
.wanted{
	background: url("https://s.yimg.jp/images/bookstore/ebook/web/content/2022/0722_onepiece/pc/wanted_bg_01.png") top center no-repeat,url("https://s.yimg.jp/images/bookstore/ebook/web/content/2022/0722_onepiece/pc/wanted_bg_03.png") bottom center no-repeat;
	padding: 15px 0;
	text-align: center;
}
.wanted-wrap{
	background: url("https://s.yimg.jp/images/bookstore/ebook/web/content/2022/0722_onepiece/pc/wanted_bg_02.png")center center repeat-y;
}
.wanted-content{
	padding: 10px 0 30px;
}
.wanted-content:last-child{
	padding-bottom: 20px;
}
.wanted-content figure{
	margin-bottom: 10px;
}
.wanted-content .btn{
	font-size: 18px;
	width: 180px;
	margin: 0 auto;
}
.wanted-content__btn{
	display: flex;
	justify-content: center;
}
.wanted-content__btn li:first-child{
	margin-right: 15px;
}

/*------------------
コミックス一覧
--------------------*/
.books-list-item__ttl{
	background: #04b3f4;
	color: #fff;
	font-size: 14px;
	padding: 4px 13px;
}
.books-list-item__list li{
	padding: 7px 0 7px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.books-list-item__list li:nth-child(even){
	background: #e5edf4;
}
.books-list-item__list li figure img{
	width: 60px;
}
.books-list-item__subttl{
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	width: 335px;
}
.books-list-item__subttl span{
	font-size: 18px;
}
.books-list-item__list .btnArea{
	width: 140px;
}
.books-list-item__list .btn{
	font-size: 12px;
	width: 95px;
	margin: 0 auto;
	line-height: 30px;
}

/*------------------
天気
--------------------*/
.weather-list-item__ttl{
	background: #cee4f5;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 8px;
}
.weather-list dd{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
 	background-image : linear-gradient(to right, #c0dbf0, #c0dbf0 2px, transparent 2px, transparent 2px);
 	background-size: 5px 2px;
 	background-position: left bottom;
 	background-repeat: repeat-x;
	font-size: 13px;
	padding: 0 13px;
	height: 40px;
}
.weather-list dd:last-child{
	background: none;
}
/*------------------
実
--------------------*/
.fruit-foreword{
	font-size: 13px;
	padding: 10px 10px 0;
}
.fruit-list figure{
	margin-right: 7px;
}
.fruit-list li{
	display: flex;
	padding: 10px;
 	background-image : linear-gradient(to right, #c0dbf0, #c0dbf0 2px, transparent 2px, transparent 2px);
 	background-size: 5px 2px;
 	background-position: left bottom;
 	background-repeat: repeat-x;
}
.fruit-list li:last-child{
	background: none;
}
.fruit-list dt{
	font-size: 15px;
	font-weight: bold;
	color: #fe069e;
}
.fruit-list a dt:hover{
	color: #fe069e;
	text-decoration: underline;
}
.fruit-list__system{
	font-size: 12px;
}
.fruit-list__txt{
	font-size: 13px;
	font-weight: bold;
}

/*------------------
コピライ
--------------------*/
.copywrite{
	background: #fafafa;
	padding: 20px;
    font-size: 12px;
	text-align: center;
}

/*------------------
ボタン
--------------------*/
.btn {
	display: block;
	height: auto;
	padding: 0;
	line-height: 42px;
	border: 1px solid #ccc;
	border-radius: 22px;
	background:#fff;
	color: #555;
	text-align: center;
	font-size: 18px;


	-webkit-transition: -webkit-box-shadow .15s;
    transition: -webkit-box-shadow .15s;
    transition: box-shadow .15s;
    transition: box-shadow .15s,-webkit-box-shadow .15s;

}
.btn:hover{
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
	text-decoration: none;
	color: #555
}
.btn.free{
	border: 1px solid #f8485e;
	background:#f8485e;
	color:#fff;
	font-weight:bold;
}
.btn.free:hover{
	color:#fff;
}

/*------------------
YJリンク
--------------------*/
.yjlink{
	padding: 20px 0 0;
	background: #fafafa;
	font-size: 10px;
	text-align: center;
}
.yjlink a{
	color: #555;
	text-decoration: none;
}

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

/*------------------
フッター
--------------------*/
.footer{
}
.footer__link li a {
}
.footer__abj .footer__txt{
    max-width: 1055px;
}



/*------------------
20230201追加_リンク
--------------------*/
.add-link{
	text-align: center;
	margin: 0 0 20px;
	border: 1px solid #0a7ae1;
	font-size: 16px;
}
.add-link a:before {
    content: "";
    width: 13px;
    height: 11px;
    background: url("https://s.yimg.jp/images/bookstore/ebook/web/content/2022/0722_onepiece/pc/arrow_link.png");
    background-repeat: no-repeat;
    display: inline-block;
	margin-right: 5px;
}
.add-link a{
	display: block;
	padding: 10px 0;
}