@charset "UTF-8";
/*-------------------------------------------
 reset
-------------------------------------------*/
/*　アイコン歪み調整　*/
.bw_gnavi_icons .bw_gnavi_child .bw_gnavi_child_item > img{
	width: 20px;
	height: 20px;
	margin: 0 auto;
  }

  @media screen and (min-width: 769px) {
	.bw-font__heading-h1{
	/* パンくず下調整用 */
	  margin-top: 15px;
	}
  }

/* ページ内リンク調整用 */
.page__anchor{
	height: 0px;
	display: block;
	padding-top: 56px;
	margin-top: -56px;
}

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

/* メインコンテンツ ヘッダー空き　調整用 */
body[data-page-type="top"] .bw_contentsArea,
.bw_contentsArea {
    margin-top: 51px !important;
  }

/* PCヘッダー空き調整 */
@media all and (min-width: 769px) {
  body[data-page-type="top"] .bw_contentsArea,
  .bw_contentsArea {
    margin-top: 66px !important;
  }
}

/* PC パンクズ下の　margin　対策用 */
body[data-page-type="top"] .bw_contentsArea {
  display: block;
}

.detail_body {
	/* 基本テキスト設定 */
	font-size: 16px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.7;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e4e4e4;
}

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

/* h系設定リセット */
.detail_body h1, .detail_body h2, .detail_body h3, .detail_body h4, .detail_body h5, .detail_body h6 {
	font-weight: bold;
	max-width: initial;
}

.detail_body a{
  text-decoration: underline;
}

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

/* ----------------------------------
   キャンペーン終了文言
  -----------------------------------*/
/* キャンペーン終了 */
.detail_attention {
  max-width: 992px;
  margin: 0 auto;
}

.detail_attention__txt {
  border: 2px solid;
  color: #cc0033;
  font-size: 16px;
  font-weight: 600;
  margin: 16px 0;
  padding: 3% 30px;
  line-height: 1.75;
  text-align: center;
  background: #fff;
}

.detail_attention__txt p{
  line-height: 1.75;
}

/* ----------------------------------
   キャンペーンのラッパー（ベースとなるスタイルを設定）
  -----------------------------------*/
.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: clamp(24px, 6.4vw, 40px) auto;
  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__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;
	column-gap: 0.7em;
	margin-bottom: min(2% , 8px);
  font-weight: 700;
  font-size: clamp(14px, 3vw, 20px);
}

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

.detail_entry__title::after {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

/* /title with slash */

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

/* 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;
}

/*-----------------------------------
 dマガジンとは？
------------------------------------*/
.about_dmag {
  text-align: center;
  /* background: url(../img/about_dmag_bg.jpg); */
  background-color: #fff2cf;
  border-radius: 16px;
  padding: clamp(24px, 6.4vw, 40px) 16px;
  position: relative;
  margin-bottom: clamp(24px, 6.4vw, 40px);
}
.about_dmag__btn {
  position: absolute;
  color: #fff;
  display: block;
  background: #FFB800;
  border-radius: 200px;
  bottom: 18%;
  right: 50%;
  transform: translateX(50%);
  padding: 2.8% 0;
  width: 66.7%;
  line-height: 0;
  box-shadow: none;
  transition: opacity 0.3s;
}
.about_dmag__btn:hover {
  opacity: 0.7;
}
.about_dmag__go-detail {
  display: inline-block;
  line-height: 0;
  width: 50%;
}
.about_dmag__arrow {
  position: absolute;
  width: 2.915451895%;
  right: 5.3333333333%;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 0;
}
@media all and (min-width: 769px) {
  .about_dmag__btn {
    width: 430px;
    padding: 20px;
  }
}

/*-----------------------------------
 お気に入り登録
------------------------------------*/
.cp_favorite {
  background: #d6f0ff;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  border-radius: 16px;
}
.cp_favorite img {
  width: 100%;
  vertical-align: bottom;
}
.cp_favorite__title {
  background: #0082cb;
  padding: 12px 16px;
  text-align: center;
  line-height: 0 !important;
  margin-bottom: 0;
}
.cp_favorite__title__inner {
  line-height: 0 !important;
  max-width: 640px;
  width: 100%;
  display: inline-block;
}
.cp_favorite__title__inner > img {
  width: 100%;
  vertical-align: bottom;
}
.cp_favorite__inner {
  padding: clamp(16px, 4.2666666667vw, 24px) 16px clamp(24px, 6.4vw, 32px);
}
.cp_favorite__desc {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: clamp(16px, 4.2666666667vw, 24px);
}
.cp_favorite__fukidashi {
  background: #0082cb;
  border-radius: 8px;
  position: relative;
  padding: 10px;
  text-align: center;
  line-height: 0 !important;
  margin-bottom: 0;
}
.cp_favorite__fukidashi:after {
  content: "";
  width: 3.4985422741%;
  height: 15%;
  background: #0082cb;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 80%);
}
.cp_favorite__title-2 {
  max-width: 64.7058823529%;
  display: inline-block;
  line-height: 0 !important;
}
.cp_favorite__tsukatoku {
  background: #fff;
  border: 2px solid #0082cb;
  border-radius: 8px 8px 0 0;
  padding: 4.6647230321%;
  text-align: center;
  line-height: 0 !important;
}
.cp_favorite__tsukatoku a {
  transition: opacity 0.3s;
}
.cp_favorite__tsukatoku a:hover {
  opacity: 0.7;
}
.cp_favorite__tsukatoku__lead {
  max-width: 77.2594752187%;
  margin-bottom: 2.0408163265%;
  line-height: 0 !important;
  display: inline-block;
}
.cp_favorite__tsukatoku__fukidashi {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cp_favorite__steps {
  display: flex;
  flex-direction: column;
  row-gap: clamp(8px, 2.1333333333vw, 16px);
}
.cp_favorite__point {
  background: #0082cb;
  border-radius: 8px;
  position: relative;
  padding: 2.5%;
  text-align: center;
  line-height: 0 !important;
}
.cp_favorite__btn {
  margin: 0 auto;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  background: #0082CB;
  box-shadow: 0px 4px 0 #03659b;
  font-size: clamp(20px, 6.25vw, 24px);
  border-radius: 200px;
  padding: 12px 1.5em;
  text-align: center;
  position: relative;
  transition: opacity 0.3s;
  line-height: 1.3;
}
.cp_favorite__btn:hover {
  opacity: .7;
}

.cp_favorite__btn-text {
  height: 22px;
  line-height: 0 !important;
}
.cp_favorite__btn-text > img {
  height: 100%;
  width: auto;
}
.cp_favorite__btn-arrow {
  position: absolute;
  width: 6px;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 0;
}
.cp_favorite__btn-arrow > img {
  vertical-align: bottom;
}

/*-----------------------------------
 キャンペーン規約
------------------------------------*/
.detail_kiyaku {
  max-width: 992px;
  padding: 0 16px;
  margin: clamp(24px, 6.4vw, 40px) auto;
}

.detail_kiyaku .detail_kiyaku__title{
	text-align: center;
	font-size: clamp(18px , 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__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: clamp(16px , 2.6vw, 18px);
  padding: .5em .5em .3em .5em;
  margin-bottom: .5em;
	line-height: 1.2;
}

.detail_kiyaku__list dd {
  margin: 0 0% 1em;
  font-size: clamp(14px ,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;
}
.detail_KV > h1 {
  margin-bottom: 0;
}

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

.detail_period h2{
  font-weight: 700;
  font-size: clamp(14px , 3vw , 16px);
  margin-bottom: 0.5rem;
}

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

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

/*-----------------------------------
 作品リスト
------------------------------------*/
.detail_sakuhin {
  max-width: 992px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
}

.detail_sakuhin__ribbon {
  margin-bottom: 16px;
}

.detail_sakuhin__list{
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

.detail_sakuhin__list__img-box{
	display: block;
	aspect-ratio: 1 / 1.35;
	overflow: auto;
	padding-bottom: .5em;
}

.detail_sakuhin__img-box__img{
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	-webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 12%);
  box-shadow: 0 4px 6px rgb(0 0 0 / 12%);
}

.detail_sakuhin__detail-box{
	display: flex;
	flex-direction: column;
	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: clamp(10px , 2.8vw ,12px);
	line-height: 1.3 !important;
}

@media (min-width: 769px) {
	.detail_sakuhin__title,
	.detail_sakuhin__title-2line{
		font-size: 14px;
		line-height: 1.3;
	}
}

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

/*-------------------------------------------
 自動棚　調整用
-------------------------------------------*/
/* もっとみる relative基準 */
.detail_body .bw_linkContents{
  position: relative;
  padding: 0;
  width: auto !important;
}

/* もっとみる */
.detail_body .bw_linkContents a.whg_mostView{
  top: 0;
  right: 0;
  color: #888;
  text-decoration: none;
}

/* もっとみる hover */
@media (min-width: 769px){
  .detail_body .bw_linkContents a:hover{
      opacity: .7;
  }
}

/* ボタン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: clamp(11px , 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;
  }
  
}

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

.detail_sakuhin__list > .detail_sakuhin__list-item{
	width: calc(96% / 2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 6px;
	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{
		width: calc((100% - (24px * 4) ) / 5);
		gap: 8px;
		margin-bottom: 24px;
	}
}

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

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


.detail_sakuhin-feature .detail_sakuhin__img-box{
	display: block;
	aspect-ratio: 1.46 / 1;
	overflow: auto;
	padding-bottom: .5em;
}

/* 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);
		gap: 8px;
		margin-bottom: 24px;
	}

}

/* ----------------------------------
  フリースペース
-----------------------------------*/
.detail_freespace{
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
}

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

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

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

.detail-btn__title{
  margin-bottom: min(2%, .3em) ;
}

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


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

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

}

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


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

.detail-bnr__title{
  margin-bottom: min(2%, .3em) ;
}

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

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

/* ----------------------------------
   ボタン
-----------------------------------*/
/* large */
.detail_rounded-btn {
  width: 100%;
  background: #f09202;
  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 #fe6601;
  position: relative;
  transition: opacity 0.3s;
  text-decoration: none !important;
}

.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:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
  }
}

/* middle */
.detail_rounded-btn-middle {
  width: 100%;
  background: #009141;
  display: inline-block;
  color: #fff;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 600;
  border-radius: 9999px;
  padding: min(3% , 16px) 1.5em;
  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: 24px;
  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 all and (min-width: 769px) {
	.detail_rounded-btn-middle: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_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: clamp(13px, 4.0625vw, 16px);
    line-height: 1;
    margin: 0;
  }
