@charset "UTF-8";

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

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

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

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

	/* 最大幅 */
	--maxwidth: 768px;

	color: var(--col-book-black);
  --col-c-orange: #FFA647;
  --col-c-yellow: #FFF000;
  --col-c-yellow--light: #FFF2C5;
  --border-radi: 16px;
  --border-radi--large: 32px;
}

/* パンクズ　＋赤枠 */
.cp-body .maxwidth-lr-padding{
    display: block;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    max-width: calc(var(--maxwidth-2) + 32px);
    margin-left: auto;
    margin-right: auto;
}

/* common上書き */
.bw-footer {
    border-top: 1px solid #ccc;
}

.cp-main .font-14-normal{
  font-size: 14px;
  font-weight: normal;
}

.cp-main .col-green{
  color: var(--col-book-green--dark);
}

.cp-main__inner{
  /* コンテンツボーダー */
  border: 1px solid var(--col-c-yellow--light);

  /* コンテンツサイズ */
  width: min(100%, var(--maxwidth));
  margin: auto;
}
/* コンテンツサイズ */
.cp-main .arrow:before{
  right: 14px;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--col-book-black);
  border-right: 3px solid var(--col-book-black);
  border-radius: 2px;
}

.cp-main .text-uline{
	background: linear-gradient(transparent 70%, var(--col-c-yellow) 40%);
}

@media only screen and (min-width: 550px) {
  .cp-main .arrow:before{
    width: 14px;
    height: 14px;
    border-top: 4px solid var(--col-book-black);
    border-right: 4px solid var(--col-book-black);
    right: 28px;
    border-radius: 2px;
  }
}

/*-------------------------------------------
 MV
-------------------------------------------*/

.cp-main .mv-block{
  border-bottom: 1px solid var(--col-c-orange);
}
@media only screen and (min-width: 550px) {
  .cp-main .mv-block{
  border-bottom: 2px solid var(--col-c-orange);
}
}


/*-------------------------------------------
 login
-------------------------------------------*/
.cp-main .logiin-block{
  background-color: var(--col-c-yellow--light);
  background-image: url(../img/dot.png);
  background-size: 100% auto;
  background-repeat: repeat;
  padding: var(--gap-base);
}

.cp-main .btn-login{
  width: min(100% , 655px);
	font-size: clamp(14px , 3.2vw , 28px);
	background: var(--col-c-orange);
  border: 2px solid var(--col-book-black);
	min-height: 48px;
	padding: 12px;
	line-height: 1.2;
}

.cp-main .btn-login.btn-shadow{
	box-shadow: 0px 4px 0 var(--col-book-black);
}

@media only screen and (min-width: 550px) {
  .cp-main .btn-login{
    border: 3px solid var(--col-book-black);
    min-height: 90px;
  }

}


/*** title decoration ***/
.cp-main .title-decoration-green{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: min(4% , 32px);
	font-weight: bold;
  font-size: clamp(20px ,4vw ,40px);
}

.cp-main .title-decoration-green::before,
.cp-main .title-decoration-green::after{
	content: "";
	height: 2em;
	width: 20px;
  margin: 0 5px 0 0;
	background-image: url(../img/deco_green_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: bottom;
}

.cp-main .title-decoration-green::after{
	background-image: url(../img/deco_green_right.svg);
  margin: 0 0 0 5px;
  background-position: right;
}


@media only screen and (min-width: 550px) {
  .cp-main .title-decoration-green::before,
  .cp-main .title-decoration-green::after{
    width: 43px;
    margin: 0 10px 0 0;
  }

  .cp-main .title-decoration-green::after{
    margin: 0 0 0 10px;
  }

}

/*-------------------------------------------
 dポイントミッションとは? what-point
-------------------------------------------*/

/*** what-example ***/

.cp-main .text-smaller{
  font-size: clamp(16px, 3vw , 32px);
}


.cp-main .what-point__list{
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
}

.cp-mian .what-point__item{
  display: flex;
  flex-direction: column;
}

.cp-main .what-point__item-title{
  font-size: clamp(14px ,3vw , 28px);
  text-align: center;
  line-height: 1.5em;
}

.cp-main .what-point__item-title,
.cp-main .what-point__img-box{
    margin-bottom: min(4%,16px);
}


.cp-main .what-point__text{
  font-size: clamp(11px ,2.8vw ,22px);
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  flex-grow: 1;
}


@media only screen and (min-width: 550px) {
    .cp-main .what-point__list{
    gap: 16px;
  }
}

/*** what-example ***/
.cp-main .what-example{
  position: relative;
  background-color: var(--col-c-yellow--light);
  background-image: url(../img/dot.png);
  background-size: 100% auto;
  background-repeat: repeat;
  padding-top: calc(var(--gap-base) + 4%);
  margin-top: 8%;
}

/* title */
.cp-main .what-example__title-outer{
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cp-main .what-example__title-outer-in{
  text-align: center;
  background: url(../img/titile_bg.svg) no-repeat center top;
  background-size: cover;
  font-size: 12px;
  width: 100%;
  padding-top:13%;
  position: relative;
  margin: auto;
}

.cp-main .what-example__title{
  position: absolute;
  top: 18%;
  height: 0;
  transform: translate(0, -50%);
  width: 100%;
  font-size: clamp(16px, 3vw, 32px);

}

.cp-main .what-example__inner{
  background-color: #FFF;
  border-radius:  var(--border-radi);
}

.cp-main .what-example__img-box{
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 376px) {

  .cp-main .what-example__title{
    top: 24%;
  }
}

@media only screen and (min-width: 550px) {
  .cp-main .what-example__inner{

    border-radius:  var(--border-radi--large);
  }
  .cp-main .what-example__title{
    top: 24%;
  }
}


@media only screen and (min-width: 769px) {

  .cp-main .what-example__title{
    top: 20%;
  }
}

/*-------------------------------------------
 参加方法
-------------------------------------------*/
.cp-main .join-block__list{
  width:90%;
  margin: auto;
  display: grid;
  gap: 24px;
  padding-inline-start: 0px;
}

.cp-main .join-block__step-title{
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  grid-template-columns: 32px 1fr;
  align-items: center;
  margin-bottom: .7em;
}

.cp-main .join-block__step-title__no{
  background-color: var(--col-book-red--dark);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  font-size: 20px;
}

.cp-main .join-block__step-title__text{
  align-items: center;
  font-size: clamp(16px ,3vw , 32px);
}

@media only screen and (min-width: 550px) {
  .cp-main .join-block__list{
    gap: 49px;
  }

  .cp-main .join-block__step-title{
    grid-template-columns: 64px 1fr;
  }

  .cp-main .join-block__step-title__no{
    width: 64px;
    height: 64px;
    font-size: 40px;
  }

}

/*-------------------------------------------
 アプリ
-------------------------------------------*/
.cp-main .apri-block{
  border-top: 1px solid var(--col-book-black);
  border-bottom: 1px solid var(--col-book-black);
  background-image: url(../img/push_bg.png);
  background-size: 100% auto;
}

.cp-main .apri-block__catch{
  display: flex;
	align-items: center;
	justify-content: center;
  text-align: center;
  font-size: clamp(20px ,4vw ,40px);
  line-height: 1.3;
  text-shadow:
    3px 3px 0 #FFF,
    -3px 3px 0 #FFF,
    -3px -3px 0 #FFF,
    3px -3px 0 #FFF;
}

.cp-main .apri-block__catch::before,
.cp-main .apri-block__catch::after{
	content: "";
	height: 2.5em;
	width: 40px;
  margin: 0 5px 0 0;
	background-image: url(../img/deco_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: bottom;
}

.cp-main .apri-block__catch::after{
	background-image: url(../img/deco_right.png);
  margin: 0 0 0 5px;
  background-position: right;
}

.cp-main .apri-block__text{
  font-size: clamp(16px ,3vw ,32px);
  font-weight: 700;
  margin: 15px 0;
  text-align: center;
}

.cp-main .apri-block__list{
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
}

.cp-main .btn-apri{
  width: min(100% , 655px);
	font-size: clamp(14px , 3.2vw , 28px);
	background: var(--col-book-green);
  border: 2px solid var(--col-book-black);
	min-height: 48px;
	padding: 12px;
	line-height: 1.2;
}

.cp-main .btn-apri.btn-shadow{
	box-shadow: 0px 4px 0 var(--col-book-black);
}

@media only screen and (min-width: 550px) {
  .cp-main .btn-apri{
    border: 3px solid var(--col-book-black);
    min-height: 90px;
  }

}

@media only screen and (min-width: 550px) {
  .cp-main .apri-block{
    border-top: 2px solid var(--col-book-black);
    border-bottom: 2px solid var(--col-book-black);
  }
  .cp-main .apri-block__text{
    margin: 23px 0;
  }
  .cp-main .apri-block__list{
    gap: 16px;
  }

  .cp-main .apri-block__list a{
    transition: var(--hover-transition);
    opacity: 1;
  }

  .cp-main .apri-block__catch::before,
  .cp-main .apri-block__catch::after{
    width: 65px;
  }

}

@media only screen and (min-width: 769px) {
  .cp-main .apri-block__list a:hover{
    opacity: .7;
  }
}


/*-----------------------------------
キャンペーン規約
------------------------------------*/
.cp-main .outline-block__inner{
    margin-left: auto;
    margin-right: auto;
}

.cp-main .outline-block__title{
  font-size: clamp(24px ,4vw , 48px);
  text-align: center;
  margin-bottom: 1.2em;
}

.cp-main .outline-block__lead{
  font-size: clamp(14px ,2.8vw ,20px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .7em;
}

.cp-main .outline-block__lead .font-14-normal{
  margin-top: 0.5em;
  font-size: clamp(14px ,2.8vw ,20px);
  font-weight: normal !important;
}

.cp-main .outline-block dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cp-main .outline-block__item-title{
    font-size: clamp(14px ,2.8vw ,20px);
    background-color: var(--col-c-orange);
    color: #FFF;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: .2em;
    margin-bottom: .7em;
}


.cp-main .outline-block__item-disc{
    font-size: clamp(12px ,2.8vw ,18px);
    margin-bottom: 1em;
}


@media only screen and (min-width: 550px) {
  .cp-main .outline-block__item-title{
      border-radius: 10px;
  }
}
