@charset "UTF-8";
/*-------------------------------------------
 基本設定
-------------------------------------------*/
.cp-main {
	/* max960で 960以下で左右に入れたい余白の数値 */
	/* 基本的にヘッダーなどに合わせ 8px */
	--size-rl-padding: 8px;

	/* （自動計算用） */
	--size-rl-padding-plus: calc( var(--size-rl-padding) + 2);

	/* コンテンツの余白　基本 */
	--gap-base: min(5%, 58px);

	/* コンテンツの余白 スマホで上下開けたい */
	--gap-base-tb: min(8%, 48px);

	/* 最大幅 */
	--maxwidth: 960px;
}

/*画像の高さをautoに*/
.img__height {
	height: auto;
}

/*テキストをセンターに*/
.text__center {
    text-align: center;
}

/*-------------------------------------------
 page固有
-------------------------------------------*/

.detail_sakuhin {
    max-width: 992px;
    padding: 0 16px;
}

/* キャンペーン期間 ------------------------------------ */
.detail_period__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  max-width: 640px;
}

.detail_period__item {
  display: grid;
  grid-template-columns: min-content 1fr; 
  align-items: center;
  gap: 16px;
}

.detail_period__label {
  background-color: #009141;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 3.2vw, 16px);
  padding: 4px 16px;
  border-radius: 999px; /* 完全に丸める */
  white-space: nowrap;
  text-align: center;
  /* ラベル内の文字が少なくても幅を維持 */
  min-width: 130px; 
}

.detail_period__text {
  margin: 0;
  font-weight: bold;
  color: #333;
  font-size: clamp(14px, 3.73vw, 16px);
  line-height: 1.4;
  text-align: left;
}

/*648px以下の時だけ改行させるクラス*/
.br-sp {
    display: block;
}

@media (min-width: 649px) {
    .br-sp {
        display: none;
    }
}

/* 参加方法はたったの2ステップ！ ------------------------------------ */

.title_green {
    color: #009141;
    text-align: center;
    font-size: clamp(18px, 4.8vw, 24px);
}

/* dマガジンのおすすめポイント ------------------------------------ */

.o-recommend-point .o-recommend-point__header {
    position: static;
}
.o-recommend-point__inner {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    padding: 0;
}

.a-basic-button__green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 48px;
  padding: 0.6em 1em;
  border-radius: 8px;
  background-color: #00915d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.a-basic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 48px;
  padding: 0.6em 1em;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}

.o-recommend-point a {
    text-decoration: none;
    transition: opacity 0.3s;
    opacity: 1;
}
.a-basic-button__green:hover {
    color: #ffffff;
}
  .a-basic-button:hover {
    color: #333333;
}

@media (min-width: 769px) {
    .o-recommend-point__inner {
        padding: 0 16px;
    }
    .a-basic-button__green {
    opacity: 1;
    }    
    .a-basic-button__green:hover {
    opacity: .7;
    color: #ffffff;
    }
    .a-basic-button {
    opacity: 1;
    }    
    .a-basic-button:hover {
    opacity: .7;
    }
    .a-basic-button__green {
    margin-top: 0;
    }
}

/* 他のキャンペーンとの併用でさらにお得！ ------------------------------------ */
.object-block {
    background-color: #FFFFD6;
    width: 100%;
}
.object-block__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 16px;
}
.object-block__detail {
    margin: 0 auto;
    width: 100%;
}

.nyukai-gentei-block {
    margin: 16px auto 0;
}

@media (min-width: 769px) {
    .object-block__inner {
        padding: 48px 16px;
    }
    .object-block__detail {
        max-width: 700px;
    }
}

/* WEB入会限定キャンペーンはコチラ ------------------------------------ */
.nyukai-gentei-block__title {
    background-color: #333;
    color: yellow;
    font-weight: bold;    
    font-size: 1.8rem;
    padding: min(1.5%, 10px);
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.nyukai-gentei-block__img-box {
    max-width: 700px;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .nyukai-gentei-block__title {
        width: 700px;
    }
}


/* ※付き文言 */
.cp-main .text-att {
  width: 100%;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.cp-main .text-att::before {
  content: '※';
}
.cp-main .text-att__box {
	margin-top: 20px;
}

/* title */
.cp-main .sec-title__yellow {
	background: var(--col-blue);
	color: var(--col-d-white);
	font-size: clamp(23px, 3.75vw, 30px);
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 1em;
}
.cp-section__title {
	color: #FDF102;
	font-size: clamp(23px, 3.75vw, 30px);
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	margin-bottom: .3em;
}

/*  text */
.cp-text__large {
	font-size: clamp(18px, 2.82vw, 20px);
	font-weight: 700;
}
.cp-text__medium {
	font-size: clamp(14px, 2.19vw, 16px);
	font-weight: 700;
}
.cp-text__small {
	font-size: 14px;
	font-weight: 700;
}

/*-------------------------------------------
 アプリDL none
-------------------------------------------*/
.bw-footer__download{
	display: none;
}