@charset "UTF-8";
/* ----------------------------------
 ベースとなるスタイル（bw_*）
-----------------------------------*/
/* スマホヘッダー空き調整 */
.bw_contentsArea {
  margin-top: 56px !important;
}
@media all and (min-width: 769px) {
  .bw_contentsArea {
    margin-top: 66px !important;
  }
}

/* パンくず */
.bw-breadcrumb {
  margin-bottom: 15px;
}

/* ----------------------------------
   キャンペーン終了文言
  -----------------------------------*/
/* キャンペーン終了 */
.detail_attention {
  max-width: 992px;
  margin: 0 auto;
}
.detail_attention__txt {
  border: 2px solid;
  color: #cc0033;
  font-size: clamp(14px, 4.375vw, 16px);
  font-weight: 600;
  margin: 16px 0;
  padding: 3% 16px;
  text-align: center;
  background: #fff;
}

/* ----------------------------------
   キャンペーンのラッパー（ベースとなるスタイルを設定）
  -----------------------------------*/
.detail_body {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.detail_body img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .detail_body {
    padding-top: 0;
  }
}
@media (min-width: 1000px) {
  .detail_body {
    padding-right: 0%;
    padding-left: 0%;
  }
}

/* ----------------------------------
   エントリー
  -----------------------------------*/
.detail_entry {
  width: 100%;
  max-width: 992px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
}
.detail_entry__frame {
  background: #f5f5f5;
  border-radius: 16px;
  padding: clamp(24px, 6.4vw, 40px) 16px;
}
.detail_entry__inner {
  max-width: 640px;
  margin: 0 auto;
}
.detail_entry__period-title {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 600;
  color: #009141;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.detail_entry__period-title::before, .detail_entry__period-title::after {
  content: "";
  height: 2px;
  background: #009141;
  flex-grow: 1;
}
.detail_entry__period-title::before {
  margin-right: 0.333em;
}
.detail_entry__period-title::after {
  margin-left: 0.333em;
}
.detail_entry__period-text {
  text-align: center;
  font-size: clamp(14px, 4.375vw, 16px);
  font-weight: 600;
  color: #000;
  margin-bottom: clamp(24px, 6.4vw, 40px);
  line-height: 1.7;
}
.detail_entry__period-text > span {
  display: inline-block;
}
.detail_entry__annotation {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-top: 1em;
}
.detail_entry__annotation > p, .detail_entry__annotation > ul {
  line-height: 1.7;
}
.detail_entry__annotation > ul {
  padding-left: 1em;
  text-indent: -1em;
}
.detail_entry__rounded-btn {
  margin-bottom: 20px;
}

/* ----------------------------------
   エントリー内バナー
-----------------------------------*/
.detail_entry__banner {
  margin-top: 40px;
}
.detail_entry__banner-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.detail_entry__banner-img a {
  display: block;
  margin-top: 10px;
  transition: 0.3s;
}
.detail_entry__banner-img a:hover {
  opacity: 0.7;
}
@media all and (min-width: 769px) {
  .detail_entry__banner {
    margin-top: 55px;
  }
  .detail_entry__banner-title {
    font-size: 20px;
  }
  .detail_entry__banner-img a{
    margin-top: 15px;
  }
}

/*-----------------------------------
 キャンペーン規約
------------------------------------*/
html { 
  scroll-behavior: smooth;
}
.page__anchor {
	height: 0px;
	display: block;
	padding-top: 65px;
	margin-top: -65px;
  }
  
@media (min-width: 769px) {
.page__anchor {
  padding-top: 80px;
  margin-top: -80px;
}
}
.detail_kiyaku {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
}
.detail_kiyaku__title {
  background: #2b2b2b;
  color: #fff;
  padding: 12px 16px;
  text-align: center;
  font-size: 24px;
  margin-bottom: clamp(16px, 4.2666666667vw, 20px);
}
.detail_kiyaku__lead {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: clamp(16px, 4.2666666667vw, 20px);
  padding-bottom: clamp(16px, 4.2666666667vw, 20px);
  color: #000;
  font-weight: 600;
}
.detail_kiyaku__lead > ul {
  padding-left: 1em;
  text-indent: -1em;
}
.detail_kiyaku__lead > * {
  line-height: 1.7;
}
.detail_kiyaku__list {
  color: #000;
  line-height: 1.7;
}
.detail_kiyaku__list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: clamp(16px, 4.2666666667vw, 20px);
  padding-bottom: clamp(16px, 4.2666666667vw, 20px);
  font-size: 14px;
}
.detail_kiyaku__list-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.detail_kiyaku dt,
.detail_kiyaku dd {
  width: 100%;
}
.detail_kiyaku dt {
  color: #009141;
}
@media screen and (min-width: 768px) {
  .detail_kiyaku dt {
    width: 265px;
    padding-right: 2em;
  }
}
.detail_kiyaku dd {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .detail_kiyaku dd {
    width: calc(100% - 265px);
  }
}
.detail_kiyaku dd p {
  line-height: 1.7;
}
.detail_kiyaku dd > ul {
  padding-left: 1em;
  text-indent: -1em;
}

/* ----------------------------------
   KV
  -----------------------------------*/
.detail_KV {
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  width: 100%;
  max-width: 960px;
}
.detail_KV > h1 {
  margin-bottom: 0;
}

/* ----------------------------------
   リード文
  -----------------------------------*/
.detail_lead {
  width: 100%;
  max-width: 992px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
  font-weight: 600;
}
.detail_lead > p {
  line-height: 1.7;
}
.text-center-red {
  color: #cc0033;
  margin-bottom: 5px;
}
.detail_lead-red {
  border: dotted 3px #cc0033;
  max-width: 550px;
  margin: 15px auto 0;
  padding: 1rem;
}

/*-----------------------------------
 作品リスト
------------------------------------*/
.detail_sakuhin {
  max-width: 992px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
  /* 作品のリスト */
  /* 各作品 */
  /* サムネイルと購入ボタンのラッパー */
  /* 作品イメージ */
  /* 購入ボタン */
}
.detail_sakuhin__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3%;
  row-gap: 32px;
}
@media screen and (min-width: 768px) {
  .detail_sakuhin__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.detail_sakuhin__list-item {
  display: flex;
}
.detail_sakuhin__item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: 0.3s;
}
.detail_sakuhin__item-container:hover {
  opacity: 0.7;
  text-decoration: none;
}
.detail_sakuhin__thumbnail {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  margin-bottom: 8px;
}
.detail_sakuhin__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail_sakuhin__btn--kou {
  display: block;
  background: #009141;
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
  line-height: 1;
}
.detail_sakuhin__ribbon {
  margin-bottom: 16px;
}

/*-----------------------------------
 対象作品確認方法
------------------------------------*/
.detail_sakuhin-kakunin {
	text-align: center;
	padding-bottom: 40px;
  max-width: 992px;
	margin: 0 auto clamp(24px, 6.4vw, 40px);
	padding: 0 16px;
}

/* title */
.detail_sakuhin-kakunin__title {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 600;
  color: #009141;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.detail_sakuhin-kakunin__title::before,
.detail_sakuhin-kakunin__title::after {
  content: "";
  height: 2px;
  background: #009141;
  flex-grow: 1;
}
.detail_sakuhin-kakunin__title::before {
  margin-right: 0.333em;
}
.detail_sakuhin-kakunin__title::after {
  margin-left: 0.333em;
}


.detail_sakuhin-kakunin__time{
	font-weight: bold;
	padding:1.7% 4% 1.7% 4%;
}

.detail_sakuhin-kakunin__sakuhin-main{
	font-weight: bold;
	font-size: clamp(14px , 3vw , 15px);
	margin-top: min(3% , 15px);
}

.detail_sakuhin-kakunin__sakuhin-sub{
	font-weight: bold;
	font-size: clamp(14px ,2.8vw ,15px);
	margin-bottom: min(3%, 10px);
	color: #555;
}

.detail_sakuhin-kakunin__sakuhin-notes{
  max-width: 500px;
  margin: 1.3rem auto 0;
	font-size: clamp(14px ,2.8vw ,15px);
	color: #555;
  line-height: 1.5;
  text-align: left;
}


.detail_sakuhin-kakunin__sakuhin-img01 img,
.detail_sakuhin-kakunin__sakuhin-img02 img{
  display: block;
  margin: auto;
/* drop-shadow */
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
  /* margin-bottom: min(3% ,15px); */
}

.detail_sakuhin-kakunin__sakuhin-img01{
    margin-bottom: min(3% ,15px);
    margin-left: auto;
    margin-right: auto;
    padding: min(4% , 20px);
    margin-bottom: min(3% ,15px);
}

.detail_sakuhin-kakunin__sakuhin-img02{
	background-color: #fff7f2;
	margin-left: auto;
	margin-right: auto;
	padding: min(4% , 20px);
}

.detail_sakuhin-kakunin__sakuhin-img02-title{
	background-color: red;
	color: white;
	font-size: clamp(20px ,3.5vw ,24px );
	font-weight: bold;
	width: min(40%, 120px);
	height: 30;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 50px;
}

.detail_sakuhin-kakunin__sakuhin-img02-text{
  margin-bottom: min(3% ,12px);
  line-height: 1.7;
  font-size: clamp(14px , 2.8vw ,18px);
}

.cp-text__marker{
	background: linear-gradient(transparent 60%, #ffef43 40%);
}

.detail_sakuhin-kakunin__sakuhin-annotation{
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
	margin: min(4% , 20px) 0;
}


/* ----------------------------------
  セクションで使用できる汎用クラス
  -----------------------------------*/
.detail_section__960 {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}

/* ----------------------------------
   ボタン
  -----------------------------------*/
.detail_rounded-btn {
  width: 100%;
  background: #cc0033;
  display: inline-block;
  color: #fff;
  font-size: clamp(20px, 6.25vw, 24px);
  font-weight: 600;
  border-radius: 9999px;
  padding: 16px 1.5em;
  text-align: center;
  box-shadow: 0px 4px 0 #990000;
  position: relative;
  transition: opacity 0.3s;
}
.detail_rounded-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.detail_rounded-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.detail_rounded-btn--disabled {
  background: #929292;
  box-shadow: 0px 4px 0 #6C6C6C;
  pointer-events: none;
}

/* ----------------------------------
   リボン
  -----------------------------------*/
.detail_ribbon {
  background: #009141;
  padding: 6px 16px;
  position: relative;
}
.detail_ribbon::before, .detail_ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  background: url(../img/ribbon-edge.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.detail_ribbon::before {
  left: 0;
}
.detail_ribbon::after {
  right: 0;
  transform: scale(-1, 1);
}
.detail_ribbon__text {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

/* ----------------------------------
   ユーティリティクラス
  -----------------------------------*/
.detail_u__max-w-sm {
  max-width: 576px !important;
}
.detail_u__max-w-tb {
  max-width: 768px !important;
}
.detail_u__max-w-pc {
  max-width: 960px !important;
}
.detail_u__m-0-auto {
  margin: 0 auto;
}
.detail_u__text-underline {
  text-decoration: underline !important;
}
.detail_u__hover\:text-underline:hover {
  text-decoration: underline !important;
}
.detail_u__list-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* ----------------------------------
   上書き用のクラス
  -----------------------------------*/
.text-black {
  color: #000 !important;
}

.text-black_80 {
  color: #2b2b2b !important;
}

.text-blue {
  color: #007bff !important;
}

.text-white {
  color: #fff !important;
}

.text-green {
  color: #009141 !important;
}

.text-red {
  color: #cc0033 !important;
}

.text-gray {
  color: #929292 !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-24 {
  font-size: 24px !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.line-through {
  text-decoration-color: currentColor !important;
  text-decoration: line-through !important;
  text-decoration-style: solid !important;
  text-decoration-thickness: 2px !important;
}

/* ----------------------------------
   チェックボックス
  -----------------------------------*/
  .cp_check-box {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 0.5em 0;
    text-align: center;
  }
  .cp_check-box > input[type=checkbox] {
    -webkit-appearance: checkbox;
    display: inline-block;
    line-height: 1;
    margin-right: 0.25em;
    vertical-align: -0.05em;
    visibility: visible;
  }
  .cp_check-box > label {
    font-size: clamp(13px, 4.0625vw, 16px);
    line-height: 1;
    margin: 0;
  }

  /* スクロール上部余白調整用 */
.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

/* ----------------------------------
  「特別価格でお買い得!」「最大3,000冊無料」 枠
  -----------------------------------*/
.bnr-large {
  padding-bottom: 35px;
}
.bnr-large a {
transition: .3s;
}
.bnr-large a:hover {
  opacity: 0.7;
}
.cp_btn-other {
  padding-bottom: 35px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.cp_btn-other ul {
  width: 96%;
  margin: auto;
}
.cp_btn-other__list {
  display: block;
}
.cp_btn-other__list-item {
  width: 90%;
  margin: 0 auto;
}
.cp_btn-other__list-item:last-child {
  margin-top: 20px;
}

@media all and (min-width: 769px) {
  .cp_btn-other {
    padding-bottom: 50px;
  }
  .cp_btn-other ul {
    width: 100%;
  }
  .cp_btn-other__list {
    display: flex;
    justify-content: space-between;
  }
  .cp_btn-other__list-item {
    width: 48%;
  }
  .cp_btn-other__list-item:last-child {
    margin-top: 0;
  }
}

.txt__deco-slash {
    display: inline-block;
    padding: 0 1em;
    position: relative;
    text-align: center;
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: bold;
}
@media all and (min-width: 769px) {
  .txt__deco-slash {
    font-size: 16px;
  }
}
.txt__deco-slash:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 105%;
  border-left: 2px 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: 2px solid #cc0033;
  position: absolute;
  -webkit-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
  top: -5px;
  right: 0;
}
.btn-yellow {
  background: #ffb400;
}
.btn-green {
  background: #009141;
}
.cp-btn__middle {
  display: block;
  color: #FFF;
  padding: 12px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  position: relative;
  transition: .3s;
}
.cp-btn__middle:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.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) {
  .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);
  }
}

/* ----------------------------------
  追加バナー枠
  -----------------------------------*/
.cp_bnr {
  background-color: #f5f5f5;
  padding: 35px 4%;
  margin: 0 16px 35px;
  text-align: center;
  border-radius: 16px;
}
.cp_bnr__list {
  width: 92%;
  margin: 20px auto 0;
}
.cp_bnr__list-item a {
  transition: .3s;
}
.cp_bnr__list-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cp-btn__small {
  display: block;
  background: #cc0033;
  color: #FFF;
  padding: 12px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 0.5em;
  margin-top: 8px;
}
.cp_bnr__list-item:last-child {
  margin-top: 25px;
}
@media all and (min-width: 769px) {
  .cp_bnr__list {
    max-width: 640px;
    display: flex;
    justify-content: space-evenly;
  }
  .cp_bnr__list-item {
    width: 45%;
  }
  .cp_bnr__list-item:last-child {
    margin-top: 0px;
  }
}
@media all and (min-width: 980px) {
  .cp_bnr {
    max-width: 960px;
    margin: 0 auto 50px;
  }
}


/* ----------------------------------
  エントリーボタンクローズ対応
  -----------------------------------*/
.detail_entry-end {
  pointer-events: none;
  background: #9a9a9a;
  border-bottom: 5px solid #616161;
  box-shadow: none;
}
.detail_entry-end:hover {
  pointer-events: none;
	border-bottom: 5px solid #616161 !important;
}