@charset "UTF-8";
/* -------------------------------------------
 基本設定
------------------------------------------- */
.cp-main {
  --col-book-green: #3cb65e;
  --col-book-gray: #dddddd;
  --col-book-black: #222222;
  --col-d-gray: #d9d9d9;
  --col-d-black: #222;
  --col-txt-link: #059fff;
  --col-p-green: #00672F;
  --col-d-cream: #ffedc0;
  --col-c-button-red: #ec2b00;
  --col-c-yellow: #fee600;
  --col-c-bg-yellow: #fffacf;
  --col-c-d-blue: #39485B;
  --col-c-red: #FC2C2C;
  --col-d-green:#009141;
  color: var(--col-d-black);
  /* 基本テキスト設定 */
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* SPのみ表示 */
.-visible-sp {
  display: inline-block;
}
@media (min-width: 769px) {
  .-visible-sp {
    display: none;
  }
}

/* PCのみ表示 */
.-visible-pc {
  display: none;
}
@media (min-width: 769px) {
  .-visible-pc {
    display: block;
  }
}

.-center {
  text-align: center;
}

.bw-footer {
  padding-bottom: 65px;
}
@media (min-width: 769px) {
  .bw-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.bw-footer__download {
  padding-left: 16px;
  padding-right: 16px;
}

.bw_contentsArea {
  margin-top: 0;
}

.-link-hover {
  position: relative;
  cursor: pointer;
}
.-link-hover::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: opacity 0.2s ease-out;
  z-index: 10;
}
.-link-hover:hover::before {
  opacity: 0.3;
}

.-nowrap {
  white-space: nowrap;
}

/* -------------------------------------------
 ページパーツ
------------------------------------------- */
.cp-main .cp-main__inner{
  max-width: 960px;
  margin: auto;
  background:url(../img/bg_all.png) bottom center / 150% no-repeat;
  position: relative;
}
.cp-main .participate-block{
  width: 100%;
  background: url(../img/bg_coin_sp.png) center bottom / 100% repeat-x;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .cp-main .cp-main__inner{
  background:#fff;
  position: relative;
}
.cp-main .participate-block{
  width: 100%;
  background: url(../img/bg_coin.png) center bottom / 100% repeat-x;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
}
.cp-main h2.block-title01,.cp-main h2.block-title02{
  width:100%;
  position: relative;
  display: inline-block;
}
.cp-main h2.block-title01::before,.cp-main h2.block-title01::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 23%;
  height: 3px;
  background-color: black;
}
.cp-main h2.block-title02::before,.cp-main h2.block-title02::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5%;
  height: 3px;
  background-color: black;
}
.cp-main h2.block-title01::before,.cp-main h2.block-title02::before{
  left:0;
}
.cp-main h2.block-title01::after,.cp-main h2.block-title02::after{
  right: 0;
}
.cp-main h2.block-title01 img{
  width:55%;
  height:auto;
  margin: auto;
  padding: 0 10px;
  display: block;
} 
.cp-main h2.block-title02 img{
  width:90%;
  height:auto;
  margin: auto;
  padding: 0 10px;
  display: block;
} 
.cp-main  .participate-block_list{
  width:96%;
  display: flex;
  justify-content:space-between;
  margin: auto;
  padding-top: 8%;
}
.cp-main  .participate-block_list .participate-block_list__item{
  width:calc(98% /2);
  background-color: #FFFBB0;
  border-radius: 10px;
  padding:10px 5px;
}
.cp-main  .participate-block_inner-text{
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  margin:8% auto;
}
.cp-main .small_text{
  font-size: 13px;
}
.cp-main .participate-block_inner-text span{
  font-size: 12px;
  line-height:2em;
}
.cp-main .participate-block .participate-block-images{
  width:80%;
  max-width: 550px;
  margin:2% auto;
  display: block;
}
/* 吹き出しタイトル */
.cp-main .p-fukidashi {
  width: 90%;
  margin: auto;
}
.cp-main .p-fukidashi .p-fukidashi__inner{
margin-top:-10%;
}
.cp-main .p-fukidashi02 {
  width: 96%;
  margin: 2% auto 0;
}
@media screen and (min-width: 769px) {
  .cp-main .p-fukidashi {
    width: 75%;
  }
  .cp-main .p-fukidashi02 {
    width: 640px;
  }
  .cp-main h2.block-title01 img {
    width: 300px;
  }
  .cp-main h2.block-title01::before, .cp-main h2.block-title01::after {
      width: 33%;
  }
  .cp-main .participate-block_list {
    justify-content: space-around;
    max-width: 900px;
    padding-top: 6%;
  }
  .cp-main .participate-block_list .participate-block_list__item {
    width: calc(96% / 2);
}
.cp-main .participate-block_inner-text {
    font-size: 20px;
    margin: 2% auto;
  }
  .cp-main .small_text{
  font-size: 20px;
}
  .cp-main .margin_text {
    margin-top:10%;
  }
.cp-main .entry_image{
    width:80%;
    display: block;
    margin:auto;
  }
.cp-main .participate-block_inner-text span {
    font-size: 16px;
  }
  .cp-main h2.block-title02 img {
    width: 59%;
  }
  .cp-main h2.block-title02::before, .cp-main h2.block-title02::after {
    width: 20%;
  }
  .cp-main h2.block-title02 {
    margin-bottom: 2%;
  }
}
.cp-main .p-fukidashi .p-fukidashi__inner {
  position: relative;
    width: 100%;
    margin: -16% auto 0;
    padding: 15% 0;
    background: url(../img/fukidashi_sp01.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
}
.cp-main .p-fukidashi .p-fukidashi__inner .p-fukidashi__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  padding: 1em;
  color: var(--col-d-black);
  font-size: 18px;
  text-align: center;
}
.cp-main .p-fukidashi02 .p-fukidashi__inner .p-fukidashi__title02 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  padding: 3% 0 0;
  color: var(--col-c-red);
  font-size: clamp(16px, 3.2vw, 24px);
  text-align: center;
}
.cp-main .p-fukidashi02 .p-fukidashi__inner {
  position: relative;
    width: 100%;
    margin: auto;
    padding: 8% 0;
    background: url(../img/fukidashi_sp02.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
}

@media screen and (min-width: 769px) {
  .cp-main .p-fukidashi .p-fukidashi__inner .p-fukidashi__title {
    font-size: 24px;
  }
  .cp-main .p-fukidashi .p-fukidashi__inner {
  position: relative;
    width: 100%;
    margin: -16% auto 0;
    padding: 12% 0;
    background: url(../img/fukidashi_pc01.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
}

.cp-main .p-fukidashi02 .p-fukidashi__inner {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 8% 0;
    background: url(../img/fukidashi_pc02.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
  }
  .cp-main .p-fukidashi02 .p-fukidashi__inner .p-fukidashi__title02 {
    font-size: 26px;
  }
}
@media screen and (max-width: 374px) {
  .cp-main .p-fukidashi .p-fukidashi__inner .p-fukidashi__title {
    font-size: 4vw;
  }
}
.cp-main .p-fukidashi.-ticket-plus .p-fukidashi__inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 18%;
  background: url("../img/fukidashi_pc01.png") no-repeat center top;
  background-size: 100% auto;
}
.cp-main .p-fukidashi.-ticket-plus .p-fukidashi__inner .p-fukidashi__title {
  height: 70%;
  padding-right: 54px;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .cp-main .p-fukidashi.-ticket-plus .p-fukidashi__inner .p-fukidashi__title {
    padding-right: 0;
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .cp-main .p-fukidashi.-ticket-plus .p-fukidashi__inner {
    padding-top: 18%;
  }
  .cp-main .p-fukidashi.-ticket-plus .p-fukidashi__inner .p-fukidashi__title {
    font-size: 24px;
  }
}
/*--ミッション棚_テキスト--*/
.cp-main .mission-text{
  text-align: center;
  font-size:12px;
  font-weight: bold;
  color: #222;
  padding-bottom: 1em;
  margin-top:-13px;
}
.cp-main .mission-text .red-big__text{
  font-size:16px;
  font-weight: bold;
  color: #FC2C2C;
  line-height:2.5em;
}
.cp-main .mission-text .red__text,.cp-main .detail_entry__annotation .red__text{
  color: #FC2C2C;
}

/*--棚背景--*/
.cp-main .shelf-block .shelf-block__bg{
  width:100%;
  background:#FFFBB0 url(../img/bg_book.png) no-repeat; 
  background-size: cover;
  background-position:10% center;
  margin:-10% auto 8%;
  padding: 12% 0 5%;
}

/* テキスト */
.cp-main .p-text {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .cp-main .p-text {
    font-size: 24px;
  }
  .cp-main .shelf-block .shelf-block__bg {
    margin: -7% auto 5%;
    padding: 9% 0 5%;
  }
  .cp-main .mission-text {
    font-size: 16px;
    margin-top: -33px;
  }
  .cp-main .mission-text .red-big__text {
    font-size: 26px;
  }
}

/* リンク */
.cp-main .p-link {
  text-decoration: underline;
  cursor: pointer;
}
.cp-main .p-link:hover {
  color: var(--col-txt-link) !important;
}

/* -------------------------------------------
 MV
------------------------------------------- */
.cp-main .mv-block {
  padding-top: 0;
  padding-bottom: 4%;
}
.cp-main .mv-block .mv-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-main .mv-block .mv-block__period-text{
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size:16px;
  background-color: #3CB65E;
}
/* MV画像 */
.cp-main .mv-block__img {
  display: block;
  width: min(100%, 960px);
  margin: 0 auto;
}

/* 吹き出し */
.cp-main .mission-block.p-section .p-section__title {
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .cp-main .mv-block {
  padding-bottom: 14px;
}
  .cp-main .mission-block.p-section .p-section__title {
    margin-bottom: 11px;
  }
  .cp-main .mv-block .mv-block__period-text{
    font-size:30px;
  }
}

/* キャンペーン期間 */
.cp-main .mv-block__period {
  width: 100%;
  padding:10px 20px;
  background: var(--col-p-green);
  color: var(--col-c-d-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.cp-main .mv-block__period .mv-block__period__list{
  width:100%;
  background-color: rgba(255,255,255,0.8);
  border-radius:5px ;
  padding: 5px 10px;
}
.cp-main .mv-block__period .mv-block__period__list .mv-block__period__list-item{
  line-height:1.8em;
}
.cp-main .mv-block__period .mv-block__period__list li:nth-child(-n+2){
  border-bottom:dotted 1px #222;
}
@media screen and (min-width: 769px) {
  .cp-main .mv-block__period { 
    margin: 0 auto 10px;
    font-size: 16px;
    width:100%;
    padding:5px 0;
  }
  .cp-main .mv-block__period .mv-block__period__list {
    width: 80%;
    display: flex;
    justify-content: space-around;
    border-radius: 100px;
    padding:5px 10px;
    text-align: center;
    margin:10px auto;
  }
  .cp-main .mv-block__period .mv-block__period__list li:nth-child(-n+2){
  border-right:dotted 1px #222;
  border-bottom: none;
  }
  .cp-main .mv-block__period .mv-block__period__list .mv-block__period__list-item{
    width:calc(100% / 3);
    padding: 5px;
    line-height: 1.5em;
  }
}
/*--参加方法_アンカーボタン--*/
.cp-main .participate-block .anchor_btn{
  width:90%;
  max-width:640px;
  min-height: 60px;
  margin: 10px auto 20px;
}
.cp-main .participate-block .anchor_btn .anchor_btn-green{
  width:100%;
  background-color: #289446;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  display: block;
  line-height: 60px;
  border-radius: 100px;
  font-size: clamp(16px, 3.2vw, 24px);
}
.cp-main .participate-block .anchor_btn .anchor_btn-green__shadow{
  box-shadow: 0px 3px 0 #00672F;
  transition: var(--hover-transition);
  transform: translateY(0);
}
.cp-main .arrow02:before {
    position: absolute;
    content: " ";
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--col-white);
    border-right: 2px solid var(--col-white);
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
}
/*--テキストリンク--*/
.cp-main .text-link{
    display: block;
    width: 90%;
    margin: -10px auto 0;
    text-align: right;
    font-size: 14px;
}
/*--コインイラスト--*/
.bottom_coin{
  width:100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:1;
}
@media screen and (min-width: 769px) {
  .cp-main .participate-block .anchor_btn .anchor_btn-green:hover{
    box-shadow: none !important;
		transform: translateY(3px);
  }
  .cp-main .participate-block .anchor_btn {
    min-height: 80px;
  }
  .cp-main .participate-block .anchor_btn .anchor_btn-green {
    height: 80px;
    line-height: 80px;
  }
}
/* -------------------------------------------
 手動棚　共通設定
------------------------------------------- */
.cp-main .cp-shelf {
  width:90%;
  margin: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

.cp-main .cp-shelf__item {
  width:30%;
  margin-bottom: 20px;
}

.cp-main .cp-shelf__label-box {
  flex-grow: 1;
  margin-bottom: 6px;
}

.cp-main .cp-shelf__label {
  width: 100%;
  height: 100%;
  padding: 2px;
  border: 1px solid var(--col-book-gray);
  border-radius: 5px;
  color: var(--col-d-black);
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .cp-main .cp-shelf__label {
    font-size: 12px;
  }
  .cp-main .cp-shelf {
  width:92%;
  }
  .cp-main .cp-shelf__item {
    width: calc((100% - 60px) / 6);
  }
}
.cp-main .cp-shelf__label--hidden {
  visibility: hidden;
}

.cp-main a.cp-shelf__link {
  width: 90px;
  color: var(--col-book-black);
  text-decoration: none;
  /* タイトルがない場合のマージン */
  position: relative;
  cursor: pointer;
}
.cp-main a.cp-shelf__link + .cp-shelf__btns {
  margin-top: 6px;
}
.cp-main a.cp-shelf__link::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: opacity 0.2s ease-out;
  z-index: 10;
}
.cp-main a.cp-shelf__link:hover::before {
  opacity: 0.3;
}

.cp-main .cp-shelf__img-box {
  display: block;
  position: relative;
  margin-bottom: 6px;
  /* 挿入される書影によって調整 */
  padding-top: min(140%, 250px);
}

.cp-main .cp-shelf__img-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cp-main .cp-shelf__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.cp-main .cp-shelf__btns {
  display: grid;
  gap: 6px;
}

.cp-main .cp-shelf__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 3px 0.2em;
  font-size: clamp(11px, 2.8vw, 14px);
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.cp-main .cp-shelf__btn::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: opacity 0.2s ease-out;
  z-index: 10;
}
.cp-main .cp-shelf__btn:hover::before {
  opacity: 0.3;
}

.cp-main a.cp-shelf__btn--trial {
  padding: 8px 4px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  text-decoration: none;
  background-color:#289446;
}

.cp-main a.cp-shelf__btn--buy {
  padding: 12px 8px;
  border: 1px solid var(--col-book-green);
  border-radius: 999px;
  background: var(--col-book-green);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
/* ボタンがない時にはこのclassを追加 */
.cp-main a.cp-shelf__btn--hidden {
  visibility: hidden;
}
/* 画像が正方形の場合 */
.cp-main .shelf-square .cp-shelf__img-box {
  padding-top: min(100%, 250px);
}
/*-------------------------------------------
 規約
-------------------------------------------*/
.cp-main .outline-block{
  background-color: #fff;
  padding-bottom: 10%;
  position: relative;
}
.cp-main .outline-block__inner{
  width:100%;
  max-width:960px;
  padding:15px;
}
.cp-main .outline-block__title{
	background: var(--col-d-green);
	color: var(--col-white);
	line-height: 1.5em;
	padding: .5em 1em;
	text-align: center;
	font-size: clamp( 18px , 3.2vw , 24px);
}
.cp-main .outline-block__item-title::before{
  content: "■";
}
.cp-main .outline-block__lead{
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--col-book-gray);
}

.cp-main .outline-block__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.cp-main .outline-block__item-title,
.cp-main .outline-block__item-disc{
	font-size: 14px;
	width: 100%;
}

.cp-main .outline-block__item-title{
	color: var(--col-d-green);
	font-weight: bold;
}

.cp-main .outline-block__item-disc{
	border-bottom: 1px solid var(--col-book-gray);
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.cp-main .outline-block__item-disc:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

@media screen and (min-width: 769px) {
	.cp-main .outline-block__item-title{
		width: 265px;
		border-bottom: 1px solid var(--col-book-gray);
		margin-bottom: 1em;
		padding-bottom: 1em;
	}

	.cp-main .outline-block__item-disc{
		width: calc(100% - 265px)
	}
	
	.cp-main .outline-block__item-title:last-of-type,
	.cp-main .outline-block__item-disc:last-of-type{
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0;
	}
  .cp-main .outline-block__inner {
    padding: 30px 30px 0;
  }
  .cp-main .outline-block {
      padding-bottom: 7%;
  }
}
/* -------------------------------------------
エントリーボタン
------------------------------------------- */
.detail_entry {
    width: 100%;
    max-width: 960px;
    margin: 0 auto clamp(24px, 6.4vw, 40px);
    padding: 55% 16px 0;
    background: url(../img/entry_block.jpg) center top /100% no-repeat;
}

.detail_entry__inner {
    max-width: 640px;
    margin: 0 auto;
}
.cp-main .cp-btn__large {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cc0033;
    color: #fff;
    font-size: clamp(16px, 3.2vw, 24px);
    font-weight: 600;
    min-height: 60px;
    line-height: 1.2;
    border-radius: 9999px;
    padding: 16px 35px;
    text-align: center;
    position: relative;
}
@media screen and (min-width: 769px) {
  .cp-main .cp-btn__large {
    max-width:640px;
    min-height: 80px;
    margin: auto;
  }
  .detail_entry {
    padding: 35% 16px 0;
    background: url(../img/entry_block_pc.jpg) center top / 100% no-repeat;
}
}
.cp-main a.cp-btn__large, .cp-main a.cp-btn__middle, .cp-main a.cp-btn__small, .cp-main a.entry-block__btn {
    color: #fff;
    text-decoration: none;
}
.detail_entry__annotation {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-top: 1em;
}
.cp_check-box > label {
    font-size: clamp(13px, 4.0625vw, 16px);
    line-height: 1;
    margin: 0;
    display: inline-block;
}
.cp_check-box input[type="checkbox"] {
    display: inline-block;
    visibility: visible;
    -webkit-appearance: checkbox;
    margin-right: 0.5em;
}
.text-12 {
    font-size: 12px !important;
}
.cp_check-box {
    border-bottom: 1px dotted #dcdcdc;
    border-top: 1px dotted #dcdcdc;
    padding: 0.5em 0;
    text-align: center;
}
.detail_entry__annotation {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-top: 1em;
}
.cp-main .list__normal li {
    padding-left: 1em;
    text-indent: -1em;
}

/* -------------------------------------------
フロートボタン
------------------------------------------- */
.cp-main .cp-float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding:10px 16px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
}

.cp-main .cp-float.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .cp-main .cp-float {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/*--p-section__body margin--*/
.cp-main .p-section__body {
  margin-top: 15px;
}

/* アプリダウンロード非表示 */
.bw-footer__download{
  display: none;
}
/*-------------------------------------------
 アプリ
-------------------------------------------*/
.cp-main .apri-block{
     border-top: 1px solid var(--col-book-black);
    background-image: url(../img/bg_all.png);
    background-size: 150% auto;
}
.cp-main .apri-block__inner{
  padding: 0 15px 20px;
}
.cp-main .dbook_icon{
  display: block;
  width: min(10%, 70px);
  margin: 10px 0 0 10px;
}
.cp-main .apri-block__catch{
  display: flex;
	align-items: center;
	justify-content: center;
  text-align: center;
  font-size: clamp(18px ,4vw ,34px);
  line-height: 1.3;
  text-shadow: 0 3px 0 #FFF, 2.1px 2.1px 0 #FFF, 3px 0 0 #FFF, 2.1px -2.1px 0 #FFF, 0 -3px 0 #FFF, -2.1px -2.1px 0 #FFF, -3px 0 0 #FFF, -2.1px 2.1px 0 #FFF;
}

.cp-main .apri-block__catch::before,
.cp-main .apri-block__catch::after{
	content: "";
	height: 2.5em;
	width: 40px;
  margin: 0 5px 0 0;
	background-image: url(../img/deco_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: bottom;
}

.cp-main .apri-block__catch::after{
	background-image: url(../img/deco_right.png);
  margin: 0 0 0 5px;
  background-position: right;
}

.cp-main .apri-block__text{
  font-size: clamp(14px ,3vw ,26px);
  font-weight: 700;
  margin: 12px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    line-height: 1.5em;
    padding:5px;
}

.cp-main .apri-block__list{
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  grid-auto-columns: 0.5fr;
  gap: 8px;
}

.cp-main .btn-apri{
  width: min(100% , 640px);
	font-size: clamp(16px , 3.2vw , 24px);
	background: var(--col-book-green);
	min-height: 48px;
	padding: 12px;
	line-height: 1.2;
}

.cp-main .btn-apri.btn-shadow{
	box-shadow: 0px 3px 0 #00672F;
}
.cp-main .col-green {
    color: var(--col-book-green--dark);
}
.cp-main .col-d-red{
  color:#CC0033;
}

@media only screen and (min-width: 550px) {
  .cp-main .btn-apri{
    min-height: 80px;
  }
  .cp-main .apri-block__inner{
    padding: 0 40px 40px;
    margin-top: -3%;
  }

}
@media screen and (max-width: 919px) {
  .cp-main .apri-block__inner{
    margin-top: 0;
  }
}
@media screen and (max-width: 678px) {
    .cp-main .apri-block__inner {
        margin-top: -5%;
    }
}
@media only screen and (min-width: 550px) {
  .cp-main .apri-block{
    border-top: 2px solid var(--col-book-black);
  }
  .cp-main .apri-block__text{
    margin:10px 0 23px;
  }
  .cp-main .apri-block__list{
    gap: 16px;
  }

  .cp-main .apri-block__list a{
    transition: var(--hover-transition);
    opacity: 1;
  }

  .cp-main .apri-block__catch::before,
  .cp-main .apri-block__catch::after{
    width: 50px;
  }

}

@media only screen and (min-width: 769px) {
  .cp-main .apri-block__list a:hover{
    opacity: .7;
  }
  .cp-main .dbook_icon{
  margin: 15px 0 0 15px;
}
}