@charset "UTF-8";

/* ----------------------------------
 フォーマット変更により再定義
-----------------------------------*/
.detail_body div, .detail_body span, .detail_body h1, .detail_body h2, .detail_body h3, .detail_body h4, .detail_body h5, .detail_body h6, .detail_body p, .detail_body a, .detail_body strong, .detail_body b, .detail_body u, .detail_body i, .detail_body center, .detail_body dl, .detail_body dt, .detail_body dd, .detail_body ol, .detail_body ul, .detail_body li, .detail_body input, .detail_body label{
  line-height: inherit;
}

.detail_body h1, .detail_body h2, .detail_body h3, .detail_body h4, .detail_body h5, .detail_body h6 {
  font-weight: 700;
}

.detail_body h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.detail_body h3 {
  font-size: 1.75rem;
}

.detail_body b, .detail_body strong {
  font-weight: bolder;
}

.detail_body a {
  color: #007bff;
}

/* PCで上を開ける */
@media all and (min-width: 769px) {
  .t-contents--page.-top-fit{
    margin-top: 30px;
  }
}

/* ----------------------------------
 ベースとなるスタイル（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;
  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;
}
h2.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;
}

/* ----------------------------------
   KV
  -----------------------------------*/
.detail_KV {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.detail_KV > h1 {
  margin-bottom: 0;
  line-height: 0;
}

/* ----------------------------------
   期間
-----------------------------------*/
.detail_period{
  background: #000;
  color: #FFF;
  text-align: center;
  padding: min(4% , 15px);
  width: min(100% , 960px);
  margin: 0 auto;
  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;
  text-align: left;
}
.detail_lead > p {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .detail_lead {
    text-align: center;
  }
}

/* ----------------------------------
   ポイント
-----------------------------------*/
.detail_point{
  max-width: 992px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
  text-align: center;
}

.detail_point__frame{
  background: #f5f5f5;
  /*background: #ffdb3f;*/
  border-radius: 16px;
  padding: clamp(24px, 6.4vw, 30px) 16px;
  text-align: center;
}

.detail_point__frame p{
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}

.detail_point__frame h3{
  font-weight: 700;
  color: #cc0033;
  margin-bottom: .5rem;
}

@media screen and (min-width: 768px) {
  .detail_point__frame p {
    text-align: center;
  }
}

/*-----------------------------------
 作品リスト
------------------------------------*/
/*** 11th common に記載 ***/

/*-----------------------------------
 バナーエリア
------------------------------------*/
.detail_bnr{
  max-width: 740px;
    margin: clamp(15px, 3vw, 25px) auto clamp(24px, 6.4vw, 40px);
    padding: 0 16px;
    text-align: center;
}

.detail_bnr h3{
  font-weight: 700;
  margin-bottom: 0.5rem;
}


/*-----------------------------------
 キャンペーン規約
------------------------------------*/
.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__title span{
  display: inline-block;
  font-size: 24px;
	font-weight: normal;
}

.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_body .detail_kiyaku__lead > * {
  line-height: 1.7;
}
.detail_kiyaku__list {
  color: #000;
  line-height: 1.7 !important;
}
.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;
  font-weight: bolder;
}

/* ほかCP　紹介タイトル*/
.detail_entry__othercp h3{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

/* ほかCP　テキスト改行　*/
.detail_entry__othercp-main span{
	display: inline-block;
}

/* ほかCP　紹介テキスト　*/
.detail_entry__othercp p{
  margin-bottom: clamp(15px , 4vw, 20px) ;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .detail_kiyaku dt {
    width: 265px;
    padding-right: 2em;
  }

  /* ほかCP　紹介タイトル*/
  .detail_entry__othercp p{
    text-align: center;
  }
}
.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;
}

/*-----------------------------------
 プラン
------------------------------------*/
.cp_sakusaku-plan{
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
}

.cp_sakusaku-plan h3{
  font-weight: 700;
  margin-bottom: .5rem;
}


/*-----------------------------------
 ボタンリストエリア
------------------------------------*/
.cp_btn-other-list {
	text-align: center;
	max-width: 640px;
  margin: 0 auto clamp(24px, 6.4vw, 40px);
  padding: 0 16px;
}

.cp_btn-other-list h3 {
	font-weight: 700;
}

.cp_btn-other-list .txt__deco-slash{
  margin-bottom: .3em;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .cp_btn-other-list {
		margin-left: auto;
		margin-right: auto;
	}

	.cp_btn-other-list ul {
		width:100%;
	}

	/* ボタン並び変更 */
	.cp_btn-other-list ul li{
		width:	49%;
		margin-right:2%;
		margin-bottom: 1.5em;
		margin-bottom:0;
	}

	.cp_btn-other-list ul li:nth-of-type(2n){
		margin-right:0;
	}
}

/* ----------------------------------
  バナー縦並び
-----------------------------------*/
.cp-bnr-list li{
  margin-top: min(4% , 15px);
}

/* ----------------------------------
  ボタンがSP縦並び　PC横並び
-----------------------------------*/

.cp-btn-list--middle {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.cp-btn-list--middle li{
	margin-bottom: 1.5em;
	width: 100%;
}

.cp-btn-list--middle li:last-child{
	margin-bottom: 0;
}


/* ボタン上  img*/
.cp_btn-other .cp-btn__middle img{
height: 16px;
max-width: initial;
image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 769px) {
  .cp-btn-list--middle {
		margin-left: auto;
		margin-right: auto;
	}

	.cp-btn-list--middle{
		width:100%;
	}

	/* ボタン並び変更 */
	.cp-btn-list--middle li{
		width:	49%;
		margin-right:2%;
		margin-bottom: 1.5em;
		margin-bottom:0;
	}

	.cp-btn-list--middle li:nth-of-type(2n){
		margin-right:0;
	}
}


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

/*** テキスト　＼ ／ ***/
/* テキスト */
.detail_body .txt__deco-slash{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.7em;
}

.detail_body .txt__deco-slash::before, .detail_body .txt__deco-slash::after {
	content: "";
	height: 1.5em;
	width: 2px;
	background: #cc0033;
	vertical-align: bottom;
}

.detail_body  .txt__deco-slash::before {
	-webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.detail_body .txt__deco-slash::after {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

/* テキストリンク */
a.detail_link-txt{
  text-decoration: underline;
}

/* テキストリンク */
a:hover.detail_link-txt{
  text-decoration: none;
}

/* ----------------------------------
   ボタン
  -----------------------------------*/
.detail_rounded-btn {
  width: 100%;
  background: #cc0033;
  display: inline-block;
  color: #fff !important;
  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;
  /* line-height: 1.5; */
}
.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;
}

/* ボタン中 */
.cp-btn__middle {
  clear: both;
  display: block;
  background: #cc0033;
  color: #FFF !important;
  padding: 12px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  position: relative;
  transition: .3s;
  opacity: 1;
}

a.cp-btn__middle:hover {
  color: #FFF;
  text-decoration:  none;
  opacity: .7;
}

.btn-yellow {
  background: #ffb400;
}

.btn-green {
  background: #009141;
}

a.cp-btn__middle,
a.detail_rounded-btn{
	line-height: 1.5;
}

/* ----------------------------------
   リボン
  -----------------------------------*/
.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;
  /* line-height: 1.3 !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;
    line-height: 1.3 !important;
  }
  .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;
  }


/* ----------------------------------
  hover 追加
  -----------------------------------*/
.cp-bnr-list a,
.detail_bnr a,
.cp-hover{
  opacity: 1;
  transition: .3s;
}

.cp-bnr-list a:hover,
.detail_bnr a:hover,
.cp-hover:hover{
  opacity: .7;
}

/* ----------------------------------
   棚挿入用
  -----------------------------------*/
  .detail_sakuhin2 {
    max-width: 992px;
    margin: 0 auto clamp(50px, 6.4vw, 100px);
    padding: 0 16px;
}

/* ----------------------------------
   リボン黄色
-----------------------------------*/

.detail_sakuhin .ribbon-yellow{
  background: #ffb400;
  width: calc(100% - 30px);
  margin: auto;
  margin-bottom: 16px;
}

.detail_sakuhin .ribbon-yellow::before,
.detail_sakuhin .ribbon-yellow::after{
  background: #ffb400;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 70% 50%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 15px;
  right: -15px;
	
}

.ribbon-yellow::before{
	 left: -15px;
}

/* ----------------------------------
   margin調整
-----------------------------------*/
.detail_body .mb16{
	margin-bottom:16px !important;
}

/* ----------------------------------
   棚調整
-----------------------------------*/

.o-shelf a{
	color: #333;
}


@media (min-width: 1200px) {
	.m-shelf-carousel .carousel__list .carousel__item .carousel__button > * {
	    font-size: 11px;
	}
}

@media (min-width: 1420px) {
	.m-shelf-carousel .carousel__list .carousel__item .carousel__button > * {
	    font-size: 12px;
	}
}