@charset "UTF-8";
/*-----------------------------------
 ページ調整
------------------------------------*/
html { 
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}
@media (min-width: 769px) {
  html {
    scroll-padding-top: 80px;
  }
}

.cp_main {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
.bw-breadcrumb {
    width: 960px;
    margin: 0 auto 16px; 
  }

.cp_block {
    max-width: none;
    margin: 0 auto; 
  }
@media (min-width: 769px) {
  .bw_contentsArea {
    margin-top: 66px !important;
  }
}

/*-----------------------------------
 共通
------------------------------------*/
.cp-section {
  background-image: url(../img/section_bg.jpg);
  background-color: #1a0202;
  background-size: 110%;
  background-position: top center;
  background-repeat: repeat-y;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .cp-section {
    padding-bottom: 70px;
    background-size: 100%;
  }
}
@media (min-width: 1450px) {
  .cp-section {
    padding-bottom: 60px;
    background-size: 1450px;
  }
}
/* ページ内リンク用余白 */
.anchor01 {
  height: 0px;
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
.anchor02 {
  height: 0px;
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
@media (min-width: 769px) {
  .anchor01 {
    height: 0px;
    display: block;
    padding-top: 40px;
    margin-top: -40px;
  }
  .anchor02 {
    height: 0px;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
  }
}
/*-----------------------------------
 メインビジュアル
------------------------------------*/
h1 img{
	width: 100%;
  height: auto;
	max-width: 960px;
	margin: 0 auto;
	display: block;
}

/*-----------------------------------
 メインビジュアル背景 
------------------------------------*/
h1{
	background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-color: #070000;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}

/*-----------------------------------
 リード文
------------------------------------*/
.cp-lead {
  background: linear-gradient(180deg,#030000 5%,hsla(0,0%,7%,0));
  width: 100%;
  text-align: center;
  padding: 0 3% 0;
  margin-bottom: 15px;
}
.cp-period {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 14px;
}
.cp-lead__tab-box {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

/* タブ共通 */
.cp-lead__tab {
  display: block;
  border: solid 2px #dba751;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  width: 49%;
}
/* タブ少女・女性マンガ編 */
.cp-lead__tab-f {
  color: #7a0303;
  background: linear-gradient(0.25turn, #ffdf92, #fff6e2, #ffdf92);
  position: relative;
}
.cp-lead__tab-f:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #dba751; 
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.cp-lead__tab-f:after{
  content: '';
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #fff6e2; 
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.cp-lead__tab-m:hover {
  background: linear-gradient(0.25turn, #ffdf92, #fff6e2, #ffd681);
  opacity: 1 !important;
  color: #7a0303 !important;
}
.cp-lead__tab-m {
  color: #333;
}

/* タブ少年・青年マンガ編 */
.cp-lead__tab-m-02 {
  color: #7a0303;
  background: linear-gradient(0.25turn, #ffdf92, #fff6e2, #ffdf92);
  position: relative;
}
.cp-lead__tab-m-02:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #dba751; 
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}
.cp-lead__tab-m-02:after{
  content: '';
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #fff6e2; 
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.cp-lead__tab-f-02{
  color: #333;
}
.cp-lead__tab-f-02:hover {
  background: linear-gradient(0.25turn, #ffdf92, #fff6e2, #ffd681);
  opacity: 1 !important;
  color: #7a0303 !important;
}
.cp-lead__title {
  margin-top: 15px;
}
.cp-lead__title img {
  width: 250px;
  height: auto;
}
.cp-lead__text {
  color: #fff;
  font-size: 14px;
  text-shadow: #5b0000 1px 0 10px;
  padding-top: 5px;
}
@media (min-width: 769px) {
  .cp-lead {
    background: linear-gradient(180deg,#030000 20%,hsla(0,0%,7%,0));
    margin-bottom: 35px;
  }
  .cp-period {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .cp-lead__tab-box {
    width: 570px;
  }
  .cp-lead__tab {
    width: 280px;
    line-height: 46px;
    font-size: 20px;
  }
  .cp-lead__title {
    margin-top: 25px;
  }
  .cp-lead__title img {
    width: 330px;
  }
  .cp-lead__text {
    font-size: 18px;
    margin-top: 8px;
  }
}

/*-----------------------------------
クーポンエリア
------------------------------------*/
/* クーポン大枠 */
.cp-coupon {
  width: 100%;
  padding: 0 3% 32px;
}
.coupon-area {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  padding: 20px 3%;
  text-align: center;
}
/* クーポンバナー */
.coupon-banner img{
  width: 98%;
  height: auto;
}
/* クーポン期間 */
.coupon-period{
  color: #7a0303;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.sp-only {
  display: block;
}
/* クーポンエリアボタン・開催時 */
.coupon-area-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 0;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px; 
  border-radius: 60px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: #a90d11;
  box-shadow: 3px 4px 0px #7f0003;
}
.coupon-area-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg); 
}
.coupon-area-btn:hover {
  color: #fff;
  opacity: 0.7;
}
/* クーポンの使い方 */
.cp-coupon-detail-ttl {
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}
.cp-coupon-detail a{
  font-size: 12px;
  font-weight: bold;
  color: #210506;
  text-decoration: underline;
 }
.cp-coupon-detail a:hover {
  color: #210506; 
  text-decoration: none; 
}

/* ご利用条件＆ご注意事項 */
.coupon-area-text{
  text-align: left;
  color: #210506;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 18px 4% 18px;
  background: #F5F5F5;
  border-radius: 10px;
}
.coupon-area-text_detail {
  background: #fff4d4;
}
.coupon-area-description {
  margin-top: 30px;
  margin-bottom: 15px;
}
.coupon-area-description-ttl {
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}
.cp-coupon-detail-list li:last-child {
  color: rgb(79, 79, 79);
}
.cp-coupon-detail-list a {
  color: #a90d11;
  text-decoration: underline;
}
.coupon-area-important {
  margin-top: 15px;
}
.cp-coupon-detail-list li,.description-list li {
  text-align: left;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 800px) {
  .coupon-area-btn {
    width: 500px;
    margin: 20px auto 15px;
    font-size: 20px; 
  }
  .coupon-period {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cp-coupon {
    padding: 0 3% 50px;
  }
  .cp-coupon-detail a{
    font-size: 14px;
   }
  .coupon-area {
    max-width: 960px;
    padding: 50px 4%;
  }
  .coupon-area-btn::after {
    width: 10px;
    height: 10px;
    right: 36px;
  }
  .coupon-banner img{
    width: auto;
  }
  .sp-only {
    display: none;
  }
  .coupon-area-text {
    width: 700px;
  }
  .cp-coupon-detail-ttl {
    font-size: 16px;
  }
  .coupon-area-important {
    margin-top: 24px;
  }
  .coupon-area-description {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .coupon-area-description-ttl {
    font-size: 16px;
  }
  .cp-coupon-detail-list li,.description-list li {
    font-size: 14px;
  }
}

/*-----------------------------------
 棚
------------------------------------*/
.cp-bookshelf {
  background-color: #fff;
  width: 94%;
  margin: 0 auto;
  padding: 20px 4% 30px;
}
  .cp-bookshelf__title {
    text-align: center;
  }
  .cp-bookshelf__title img {
    width: 90%;
    height: auto;
  }
  .cp-bookshelf__box {
    margin: 0 auto;
  }
  .cp-bookshelf__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 15px;
    row-gap: 30px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .cp-bookshelf__list-ranking {
    text-align: center;
  }
  .cp-bookshelf__list-ranking img {
    width: 100%;
    height: auto;
  }
  .cp-bookshelf__rabel {
    border: 1px solid #c09a00;
    width: 100%;
    margin-bottom: 6px;
    color: #b89400;
    font-weight: 500;
    font-size: 14px;
  }
  .cp-bookshelf__button:hover {
    color: #fff;
    opacity: 0.7;
  }
  
  .cp-bookshelf__list-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cp-bookshelf__cover {
    background-color: #fff;
    display: block;
    height: calc(((100vw - 60px - 40px) / 3) * (10 / 7));
  }
  .cp-bookshelf__cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .cp-bookshelf__list-btn {
    display: block;
    padding: 0 3%;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
  }
  .cp-bookshelf__list-btn:hover {
    color: #fff;
    opacity: 0.7;
  }
  .cp-bookshelf__btn-box {
    margin-top: 8px;
  }
  .cp-bookshelf__list-btn-read {
    background-color: #009141;
  }
@media all and (min-width: 370px) {
  .cp-bookshelf__title img {
    width: 300px;
    height: auto;
  }
}
@media all and (min-width: 769px) {
  .cp-bookshelf {
      max-width: 960px;
      padding: 50px 4%;
  }
  .cp-bookshelf__rabel {
    font-size: 16px;
  }
  .cp-bookshelf__box {
    width: 100%;
  }
  .cp-bookshelf__list {
    width: 100%;
    margin: 20px auto 50px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 15px;
    row-gap: 30px;
  }
  .cp-bookshelf__title {
    font-size: 25px;
  }
  .cp-bookshelf__title img {
    width: 466px;
  }
  .cp-bookshelf__list-btn {
    font-size: 16px;
    line-height: 40px;
  }
  .cp-bookshelf__cover {
    height: calc(((100vw - 60px - 200px) / 5) * (10 / 7));
  }
  .cp-bookshelf__list-ranking img {
    width: 100%;
    height: auto;
  }
  .cp-bookshelf__rabel-pc {
    margin-top: 45px;
  }
}
@media screen and (min-width: 992px){
  .cp-bookshelf__box {
    width: 100%;
  }
  .cp-bookshelf__title {
    font-size: 35px;
  }
  .cp-bookshelf__list {
    width: 100%;
    column-gap: 40px;
    row-gap: 40px;
    margin-top: 35px;
  }
  .cp-bookshelf__cover {
    height: calc(((min(100vw, 800px) - 160px) / 5) * (10 / 7));
  }
  .cp-shelf__ranking-text-pc {
    height: 80px;
    padding-top: 49px;
  }
  .cp-shelf__ranking-text p{
    text-align: center;
    width: 100%;
    color: #c09a00;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #c09a00;
    margin-bottom: 5px;
  }
}

/* リボンのタブ */
.cp-bookshelf__tab {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  width: 100%;
  margin: 20px auto 10px;
}
.cp-bookshelf__tab-item{
  width: 100%;
  display: inline-block;
  position: relative;
  height: 36px;/*リボンの高さ*/
  line-height: 36px;/*リボンの高さ*/
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #7b4702;
  background: linear-gradient(0.25turn, #ffdf92, #fff6e2, #ffdf92);
  box-sizing: border-box;
}
.cp-bookshelf__tab-item a {
  display: block;
  color: #7b4702;
}
.cp-bookshelf__tab-item a:hover {
  opacity: 0.7;
}
.cp-bookshelf__tab-item span {
  font-size: 13px;
}
.cp-bookshelf__tab-item:before, .cp-bookshelf__tab-item:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.cp-bookshelf__tab-item:before {
  top: 0;
  left: 0;
  border-width: 18px 0px 18px 12px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.cp-bookshelf__tab-item:after {
  top: 0;
  right: 0;
  border-width: 18px 12px 18px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media (min-width: 769px) {
  .cp-bookshelf__tab {
    margin-top: 40px;
    width: 400px;
    gap: 35px;
    margin-bottom: 0;
  }
  .cp-bookshelf__tab-item{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .cp-bookshelf__tab-item:before {
    top: 0;
    left: 0;
    border-width: 22px 0px 22px 12px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .cp-bookshelf__tab-item:after {
    top: 0;
    right: 0;
    border-width: 22px 12px 22px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
}

/* 棚・書影なしランキング */
.cp-bookshelf__textlist {
  margin-bottom: 35px;
}
.cp-bookshelf__textlist-box {
  display: flex;
  margin-bottom: 8px;
}
.cp-bookshelf__textlist-ranking {
  background: #caa200;
  border-radius: 8px;
  color: #fff;
  padding: 0 15px 0;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  margin-right: 8px;
  margin-top: 5px;
  font-size: 12px;
}
.cp-bookshelf__textlist-text {
  width: 100%;
  line-height: 1.5;
}
.cp-bookshelf__textlist-text a{
  width: 100%;
  color: #210506;
  font-size: 14px;
  border-bottom: dotted 2px #eccc4e;
}

@media all and (min-width: 500px) {
  .cp-bookshelf__textlist-ranking {
    margin-top: 2px;
  }
}

@media all and (min-width: 769px) {
  .cp-bookshelf__textlist {
    margin-bottom: 50px;
    
  }
  .cp-bookshelf__textlist-item {
    margin-bottom: 12px;
  }
  .cp-bookshelf__textlist-ranking {
    margin-right: 12px;
    padding: 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-top: 3px;
  }
  .cp-bookshelf__textlist-text a{
    font-size: 16px;
  }
}

/*-----------------------------------
 ボタンエリア
------------------------------------*/
.cp-button-box {
  padding: 25px 7% 25px;
}
.cp-button {
  background-color: #fff;
}
.cp-button__list {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.cp-button__list ul {
  margin: auto;
}
.cp-button__list__list {
  display: block;
}

@media all and (min-width: 769px) {
  .cp-button__list__list {
    width: 600px
  }
}

.txt__deco-slash {
  color: #333;
  display: inline-block;
  padding: 0 1em;
  position: relative;
  text-align: center;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: bold;
}
.txt__deco-slash:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 105%;
  border-left: 3px solid #cc0033;
  position: absolute;
  -webkit-transform: rotate(-22.5deg);
  transform: rotate(-22.5deg);
  top: -5px;
  left: 0;
}
.txt__deco-slash:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 105%;
  border-right: 3px solid #cc0033;
  position: absolute;
  -webkit-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
  top: -5px;
  right: 0;
}
.cp-button {
  display: block;
  color: #FFF;
  padding: 12px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.cp-button:hover {
  color: #fff;
  text-decoration: none;
}
.btn-yellow {
  background: #ffb400;
  margin-bottom: 25px;
}
.btn-green {
  background: #009141;
}
.btn-red {
  background: #e6474f;
}
.arrow:before, .arrow--down:before {
  position: absolute;
  content: " ";
  right: 10px;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (min-width: 769px) {
  .cp-button-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cp-button {
    padding: 15px;
  }
  .txt__deco-slash {
    font-size: 18px;
  }
  .arrow:before, .arrow--down:before {
    position: absolute;
    content: " ";
    right: 10px;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-yellow {
    background: #ffb400;
    margin-bottom: 40px;
  }
}

/* フローティングボタン */
.fixed-btn__area {
  z-index: 100;
  position: fixed;
  width: 70px;
  bottom: 2%;
  right: 4%;
}
.fixed-btn__area img {
  width: 100%;
}
.fixed-btn__link {
  transition: 0.3s;
}
.fixed-btn__link:hover {
  filter: brightness(1.3);
  opacity: 1 !important;
}

@media all and (min-width: 769px) {
  .fixed-btn__area {
    width: 100px;
    bottom: 20px;
    right: 20px;
  }
  .fixed-btn__area img {
    width: 100%;  
  }
}