@charset "UTF-8";
/*-------------------------------------------
 reset
-------------------------------------------*/
  
/* ページ内リンク調整用 */
.page__anchor{
  height: 0px;
  display: block;
  padding-top: 51px;
  margin-top: -51px;
}

@media (min-width: 769px) {
  .page__anchor{
    padding-top: 64px;
    margin-top: -64px;
  }
}

/* commonのlineheightを上書き */
.detail_body p,
.detail_body div{
	line-height: 1.5;
}

.detail_body a{
  text-decoration: underline;
}

.detail_body a:hover{
  text-decoration: none;
}


/* ----------------------------------
   キャンペーンのラッパー（ベースとなるスタイルを設定）
  -----------------------------------*/
.detail_body {
  font-size: 16px;
}

.detail_body img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .detail_body {
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .detail_body {
    padding-right: 0%;
    padding-left: 0%;
  }
}

/* ----------------------------------
   エントリー
-----------------------------------*/
.detail_entry {
  width: 100%;
  max-width: 992px;
  margin: min(8%, 40px) auto;
  padding: 0 16px;
}
.detail_entry__frame {
  background: #f5f5f5;
  border-radius: 16px;
  padding: min(8%, 40px) 16px
}

.detail_entry__inner {
  max-width: 640px;
  margin: 0 auto;
}

/* エントリーボタンエリアにボタンが続いた場合 */
.detail_entry__inner + .detail_entry__inner{
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #cccccc;
}

/* title with slash */
.detail_entry__title{
  display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: min(2% , 8px);
    font-weight: 700;
    font-size: max(14px, min(3vw, 20px));
    text-align: center;
    line-height: 1.2;
}

.detail_entry__title::before,
.detail_entry__title::after{
  content: "";
	height: 2em;
	width: 2px;
	background: #000;
	vertical-align: bottom;
}

.detail_entry__title::before {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin-right: 0.7em;
}

.detail_entry__title::after {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	margin-left: 0.7em;
}

.detail_entry__annotation {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-top: 1em;
  line-height: 1.8;
}

.detail_entry__annotation > p, .detail_entry__annotation > ul {
  line-height: 1.7;
}

.detail_entry__annotation > ul {
  padding-left: 1em;
  text-indent: -1em;
}

/* idがついたときにボタン色を赤に */
.detail_entry__rounded-btn#entry-btn01,
.detail_entry__rounded-btn#entry-btn02,
.detail_entry__rounded-btn#entry-btn03,
.detail_entry__rounded-btn#entry-btn04,
.detail_entry__rounded-btn#entry-btn05,
.detail_entry__rounded-btn#entry-btn06{
  background: #cc0033;
  box-shadow: 0px 4px 0 #990000;
}

/*-----------------------------------
 キャンペーン規約
------------------------------------*/
.detail_kiyaku {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}

.detail_kiyaku .detail_kiyaku__title{
	text-align: center;
	font-size: max(18px, min(4vw, 26px));
	background: #009141;
	padding: .5em;
	color: #FFF;
	border-radius: 5px;
	margin-bottom: min(3%, 15px);
}

.detail_kiyaku__lead {
  margin-bottom: min(3%, 15px);
  font-weight: 600;
  line-height: 1.5;
}

.detail_kiyaku li {
  line-height: 1.5;
}

.detail_kiyaku__lead > ul {
  padding-left: 1em;
  text-indent: -1em;
}

.detail_kiyaku .detail_kiyaku__list{
	border-radius: 0 0 15px 15px;
}

.detail_kiyaku .detail_kiyaku__list dt{
  border: 2px solid #009141;
	background: #FFF;
	text-align: center;
  border-radius: 5px;
  color: #009141;
  font-size: max(16px, min(2.6vw, 18px));
  font-weight: bold;
  padding: .5em .5em .3em .5em;
  margin-bottom: .5em;
	line-height: 1.2;
}

.detail_kiyaku__list dd {
  margin: 0 0% 1em;
  font-size: max(14px, min(2.8vw, 16px));
  line-height: 1.8;
  text-align: left;
}

.detail_kiyaku .detail_kiyaku__list dt  + .detail_kiyaku .detail_kiyaku__list dd:last-child {
  margin-bottom: 0;  
}

.detail_kiyaku dd > ul {
  padding-left: 1em;
  text-indent: -1em;
}

/* ----------------------------------
   KV
  -----------------------------------*/
.detail_KV {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

/* MV下の隙間を消す */
.detail_KV img {
  vertical-align: bottom;
}

/* ----------------------------------
   期間
-----------------------------------*/
.detail_period{
  background: #f5f5f5;
  color: #333;
  text-align: center;
  padding: min(4% , 15px);
  width: min(100% , 960px);
  margin: 0 auto min(8%, 40px);
  font-size: max(14px, min(3vw, 16px));
  line-height: 1.3;
}

.detail_period h2{
  font-weight: 700;
  font-size: max(14px, min(3vw, 16px));
}

/* ----------------------------------
   リード
  -----------------------------------*/
.detail_lead {
  width: 100%;
  max-width: 992px;
  margin: min(8%, 40px) auto;
  padding: 0 16px;
  font-weight: 600;
}

.detail_lead > p {
  line-height: 1.7;
}

/*-----------------------------------
 作品リスト
------------------------------------*/
.detail_sakuhin {
  max-width: 992px;
  margin: 0 auto min(8%, 40px);
  padding: 0 16px;
}

.detail_sakuhin__ribbon {
  margin-bottom: 16px;
}

.detail_sakuhin__list{
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2 ,1fr);
}

.detail_sakuhin__img-box{
	display: block;
  padding-top: min(130%, 230px);
  position: relative;
  margin-bottom: 6px;
}

.detail_sakuhin__img-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cp-main .detail_sakuhin__img-box__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
}

.detail_sakuhin__detail-box{
	display: grid;
	gap: 6px;
}

.detail_sakuhin__title{
	font-size: 12px;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.3 !important;
}

.detail_sakuhin__title-2line{
	font-size: 12px;
	font-weight: 700;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	line-height: 1.3 !important;
	height: 2.6em;
}

.detail_sakuhin__date,
.detail_sakuhin__d-date{
	font-size: max(10px, min(2.8vw, 12px));
	line-height: 1.3 !important;
}

@media (min-width: 769px) {
	
	.detail_sakuhin__list{
		grid-template-columns: repeat(5 ,1fr);
	}
	
	.detail_sakuhin__title,
	.detail_sakuhin__title-2line{
		font-size: 14px;
		line-height: 1.3;
	}
}

.detail_sakuhin__btns{
	display: flex;
	justify-content: space-between;
}

/* ボタン1つの場合 */
.detail_sakuhin__btns__item{
	width: 100%;
}

/* ボタン２つの場合 */
.detail_sakuhin__btns__2item{
	width: 48%;
}

.detail_sakuhin__btns_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px .2em;
	line-height: 1;
	font-size: max(11px, min(2.4vw, 12px));
	height: 32px;
}

.detail_sakuhin__list a.detail_sakuhin__btns__keisaishi{
	line-height: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #ddd;
	text-decoration: none;
	color: #000;
}

.detail_sakuhin__list a.detail_sakuhin__btns__read{
	line-height: 1;
  text-align: center;
  background-color: #009141;
  border-radius: 7px;
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
}

@media (min-width: 769px) {
	.detail_sakuhin__list__btns_btn{
		height: 43px;
	}

  .detail_sakuhin a{
    transition: opacity 0.3s;
    opacity: 1;
  }
  .detail_sakuhin a:hover{
    opacity: .7;
  }
  
}

/* 修正版 230907 */
.detail_sakuhin__padding-imgbox{
  display: block;
  padding-top: min(130%, 250px);
  position: relative;
  margin-bottom: 0.5em;
}

.detail_sakuhin__padding-imgbox-inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail_sakuhin__padding-img-box__img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
}

/*-------------------------------------------
 手動棚　雑誌（縦長）一覧 ベース
-------------------------------------------*/

.detail_sakuhin__list > .detail_sakuhin__list-item{
	/* width: calc(96% / 2); */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 6%;
}

/* btns */
.detail_sakuhin__list .detail_sakuhin__btns__item{
	width: 100%;
}


@media (min-width: 769px) {
	.detail_sakuhin__list {
		gap: 24px;
	}

	.detail_sakuhin__list > .detail_sakuhin__list-item{
		margin-bottom: 24px;
	}
}

/*-------------------------------------------
 手動棚　特集（横長）一覧
-------------------------------------------*/

.detail_sakuhin-feature > .detail_sakuhin__list-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 6%;
}


.detail_sakuhin-feature .detail_sakuhin__img-box{
	display: block;
  padding-top: calc(100% * 1.3);
  position: relative;
}

/* btns */
.detail_sakuhin-feature .detail_sakuhin__btns__item{
	width: 100%;
}


@media (min-width: 769px) {
	.detail_sakuhin-feature {
		gap: 24px;
		justify-content: flex-start;
	}

	.detail_sakuhin-feature > .detail_sakuhin__list-item{
		width: calc((100% - (26px * 3) ) / 4);
		margin-bottom: 24px;
	}

}

/* ----------------------------------
  自動棚調整
-----------------------------------*/
/*書影棚のタイトルに下線が出ないように*/
.o-shelf.-narrow .carousel__list .carousel__item .carousel__item-data .carousel__item-title {
  text-decoration: none;
}

/*「もっと見る」に下線出ないように*/
.a-more--text {
  text-decoration: none!important;
}

/* ----------------------------------
  フリースペース
-----------------------------------*/
.detail_freespace{
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto min(8%, 40px);
}

.freespace-inner {
    line-height: 1.7;
}

.detail_freespace img{
  max-width: 100%;
}

/* ----------------------------------
  ボタン
-----------------------------------*/
.detail-btn{
  text-align: center;
  max-width: 640px;
  padding: 0 3%;
  margin: min(8%, 40px) auto;
}

.detail-btn__inner + .detail-btn__inner{
  margin-top: 1em;
}

.detail-btn__title{
  font-size: 1.75rem;
  margin-bottom: min(2%, .3em);
  line-height: 1.2;
}

.detail-btn__text{
  font-size: 12px;
  margin-top: min(2%, .3em);
}

/* middle */
.detail_rounded-btn-middle {
  width: 100%;
  background: #009141;
  display: inline-block;
  color: #fff;
  font-size: max(16px, min(3vw, 18px));
  font-weight: bold;
  line-height: 1.3;
  border-radius: 100px;
  padding: 1em 1.7em;
  text-align: center;
  position: relative;
  transition: opacity 0.3s;
  text-decoration: none !important;
}

.detail_rounded-btn-middle::before {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.detail_rounded-btn-middle:hover {
  text-decoration: none;
  color: #fff;
}

.detail_rounded-btn-middle--disabled {
  background: #929292;
  box-shadow: 0px 4px 0 #6C6C6C;
  pointer-events: none;
}

@media (min-width: 769px) {
	.detail-btn a img{
		opacity: 1;
    transition: opacity 0.3s;
	}

	.detail-btn a:hover img{
		opacity: .7;
	}

}

@media all and (min-width: 769px) {
	.detail_rounded-btn-middle:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
  }
}

/* ----------------------------------
  バナー
-----------------------------------*/
.detail-bnr{
  text-align: center;
  max-width: 640px;
  padding: 0 3%;
  margin: min(8%, 40px) auto;
}


.detail-bnr__inner + .detail-bnr__inner{
  margin-top: 1em;
}

.detail-bnr__title{
  margin-bottom: min(2%, .3em);
  font-size: 1.75rem;
  line-height: 1.2;
}

.detail-bnr__text{
  font-size: 12px;
  margin-top: min(2%, .3em) ;
  text-align: left;
}


@media (min-width: 769px) {
	.detail-bnr a img{
		opacity: 1;
    transition: opacity 0.3s;
	}

	.detail-bnr a:hover img{
		opacity: .7;
	}

  .detail-bnr__text{
    text-align: center;
  }

}

/* ----------------------------------
  汎用クラス
  -----------------------------------*/
.detail_section__960 {
  max-width: 960px;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 15px;
}

.detail_section__960-padding-inherit {
  max-width: 960px;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
}

@media all and (min-width: 1000px) {
	.detail_section__960{
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

/* ----------------------------------
   ボタン
-----------------------------------*/
.detail_rounded-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: max(20px, min(4vw, 24px));
  font-weight: bold;
  line-height: 1.3;
  border-radius: 100px;
  margin: auto;
  padding: 12px 1.7em;
  min-height: 60px;
  text-align: center;
  position: relative;
  transition: opacity 0.3s;
  text-decoration: none !important;
  background: #f09202;
  box-shadow: 0px 4px 0 #fe6601;
}

.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;
}

.detail_rounded-btn--disabled {
  background: #929292;
  box-shadow: 0px 4px 0 #6C6C6C;
  pointer-events: none;
}

@media all and (min-width: 769px) {
  .detail_rounded-btn {
     min-height:90px;
  }

	.detail_rounded-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
  }
}

/* ----------------------------------
   リボン
  -----------------------------------*/
.detail_ribbon {
  position: relative;
  top: 0;
  left: 50%;
  width: calc(100% - 32px);
  color: #FFF;
  background: #009141;
  padding: min(1.5%, 10px);
  transform: translate(-50%, 0%);
  text-align: center;
}

.detail_ribbon::before,
.detail_ribbon::after {
	display: block;
	background: #009141;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 90% 50%);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 16px;
	}

.detail_ribbon::before{
	left: -15px;
}

.detail_ribbon::after {
	right: -15px;
	clip-path: polygon(100% 0, 10% 50%, 100% 100%, 0 100%, 0 0);
}

.detail_ribbon__text{
  margin-bottom: 0;
}

.detail_ribbon__text {
  font-size: max(14px, min(3.73vw, 24px));
  line-height: 1.4;
}

/* ----------------------------------
   ユーティリティクラス
  -----------------------------------*/
.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 dashed #cecece;
    border-top: 1px dashed #cecece;
    padding: 0.5em 0;
    text-align: center;
    margin-top: 1em;
  }
  .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: max(13px, min(4vw, 16px));
    margin: 0;
    line-height: 1.2;
  }
  .cp_check-box p {
    margin-top: 3px;
  }

/* ----------------------------------
   whg_carousel_exの影響改善
-----------------------------------*/
.detail_ribbon h2 {
    white-space: initial;
    overflow: visible;
    text-overflow: initial;
}

.bw_linkContents h2{
  width: calc(100% - 80px);
}