@charset "UTF-8";
/* CSS Document */
body {
  background: #fff9e3;
  min-width: 620px;
}
/*------------------
パンくずリスト
--------------------*/
ul.breadcrumb {
  background: #fff;
  padding: 10px 23px;
}
ul.breadcrumb li {
  display: inline-block;
  color: #999;
  font-size: 12px;
  font-feature-settings: "palt";
}
ul.breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
ul.breadcrumb li:last-child:after {
  content: '';
}
ul.breadcrumb li a {
  color: #999;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  opacity: 0.7;
}
ul.breadcrumb li:last-child a:hover {
  opacity: 1;
}
/*------------------
全体
--------------------*/
article#wrap {
  width: 620px;
  margin: 0 auto;
  overflow-x: hidden;
}
article#wrap img {
  max-width: 100%;
  vertical-align: bottom;
}
article#wrap a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
article#wrap a:hover {
  opacity: 0.7;
}

.contentsBloc {
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------
メインビジュアル
--------------------*/
.mainVisArea {
  background: url(mv.png) no-repeat #ff7000;
  background-size: 100%;
  height: 650px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.mainVisArea_02 {
  background: url(mv_02.png) no-repeat rgb(255 112 0);
  background-size: 100%;
  position: relative;
}
#wrap .mainVisArea img {
  position: relative;
}
.mainVisArea h2, .mainVisArea_02 h2 {
  padding: 10px 0 0 13px;
}
.mainVisArea h2 img, .mainVisArea_02 h2 img {
  width: 185px;
}
.mainVisArea h3, .mainVisArea_02 h3 {
  position: absolute;
  top: 7px;
  right: 6px;
}
.mainVisArea h3 img, .mainVisArea_02 h3 img {
  width: 148px;
}
.mv_couponBox {
  display: -webkit-flex;
  display: flex;
  margin: 20% 6% 0 6%;
}
.mv_couponBox .mv_coupon {
  padding: 6%;
}
.logo {
  padding-right: 7px;
}
.btn_mv {
  width: 88%;
  margin: 0 auto;
  padding: 30px 0 40px;
}
.mainVisArea .mv_ttl {
  float: right;
}
.txt_date {
  font-size: 10px;
  color: #fff;
}
/*------------------
コマ画像
--------------------*/
.contentsBloc .komaArea {
  background-image: linear-gradient(180deg, rgb(255 114 0) 3%, rgb(235 217 188) 7%, rgb(241 224 197) 23%, rgb(81 37 0) 32%, rgb(76 39 0) 82%, rgb(255 121 0) 90%, rgb(250 171 61) 100%);
}
.komaBox {
  width: 538px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.komalist {
  text-align: center;
}
.komalist li {
  margin: 0 auto;
  padding-bottom: 35px;
}
.komalist li img {
  vertical-align: bottom;
}
/*------------------
書誌リスト
--------------------*/
.bookArea_wrapper {
  background: url(bg_bottom.png) no-repeat top;
  background-size: 100%;
  background-position: 0 88px;
  margin-top: -90px;
}
.bookArea_ttl {
  text-align: center;
}
.bookArea_ttl img {
  width: 520px;
}
.bookBox {
  margin: 10px auto 0;
  padding: 40px 0 10px;
  border-radius: 20px;
  background: #fff;
}
.bookBox_title {
  display: flex;
  padding: 0 56px;
  margin-bottom: 33px;
}
.bookBox h3.ttl {
  width: 85%;
  margin: 0 auto;
}
.bookBox h3.logo {
  margin-right: 24px;  
}
#wrap .bookBox h4 {
  display: inline;
}
.bookArea {
  margin: 0;
  padding: 0 42px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), 11%, rgb(255 198 54) 12%, rgb(255 223 134) 95%);
}
.bookArea h3 {
  margin: 0 auto;
  text-align: center;
  max-width: 83%;
}
.booklist {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 38%);
  column-gap: 15px;
  justify-content: center;
  text-align: center;
}
.coverArea {
  position: relative;
}
.cover {
  margin-bottom: 15px;
}
.cover img {
  width: 100%;
  outline: 2px solid rgba(0, 0, 0, 0.1);
  outline-offset: -2px;
}
.icon {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #932515;
  border-radius: 30px;
  width: 67px;
  line-height: 30px;
}
.icon span {
  color: #fff;
  font-size: 16px;
}
/*------------------
全話ボタン
--------------------*/
.btnArea {
  width: 430px;
  margin: 15px auto 30px;
}
.all_btn {
  width: 86%;
  margin: 40px auto;
  padding: 25px 0;
  background: #f973b0;
  text-align: center;
  border-radius: 99px;
}
.all_btn a {
  width: 100%;
  height: 100%;
  border-radius: 99px;
}
.all_btn img {
  width: 70%;
  vertical-align: bottom;
}
/*------------------
コピーライト
--------------------*/
.copyright {
  padding: 35px 0 15px;
  background: #ffe094;
  text-align: center;
  font-size: 18px;
  color: rgba(117, 63, 0, 0.2);
  font-weight: 200;
}
/*------------------
ページトップへ
--------------------*/
#page-top {
  position: fixed;
  width: 95px;
  bottom: 5px;
  right: calc(50% - 407px);
  z-index: 1000;
}
#page-top img {
  max-width: 100%;
  vertical-align: bottom;
}
/*------------------
書誌リストへのアンカーボタン
--------------------*/
#btn01 {
  position: fixed;
  width: 105px;
  bottom: 100px;
  right: calc(50% - 415px);
  z-index: 1000;
}
#btn01 img {
  max-width: 100%;
  vertical-align: bottom;
}