@charset "UTF-8";

/* 文字色
-----------------------------------------------------------------------*/
.main .text_color_p{ color: #eb42a0; }
.main .text_color_g{ color: #676767; }
.main .text_bold{ font-weight: bold; }

/* キービジュアル
-----------------------------------------------------------------------*/

/* キャンペーン概要
-----------------------------------------------------------------------*/
/* 見出し（デイジーアイコン＋罫線） */
.main .camp_ttl{
  font-weight: bold;
  padding: 0.9em 0 0.5em 2.5em; /* テキスト左位置 71px/24px */
  background-image: url(../img/icon_daisy.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.75em auto; /* 42px/24px */
  border-bottom: 2px solid #000;
}

/* 見出し下の本文（罫線より内側に寄せる） */
.main .camp_txt{
  margin: 2% 2% 0;
}

/* スタンプ条件（①～⑥）
-----------------------------------------------------------------------*/
.main .joken_item{
  width: 97.76%; /* 698/714 */
  margin: 0 auto;
}
.main .joken_item + .joken_item{
  margin-top: min(1.82%, 13px); /* 13/714 ※縦gapは%が効かないのでmarginで指定 */
}

/* プレゼント
-----------------------------------------------------------------------*/
.main .present{
  width: 97.48%; /* 696/714 */
  margin: 0 auto;
}

/* 参加規約ボタン
-----------------------------------------------------------------------*/
.main .kiyaku{
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(56.02%, 400px); /* 400/714 */
  margin: 0 auto;
  padding: 1.29em 0; /* 高さ 86px */
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

/* 公式アプリQR
-----------------------------------------------------------------------*/
.main .qr{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(6.12%, 47px);
  padding: min(3%, 23px) 0 min(3.78%, 29px);
  border-top: 1px solid #000;
}
.main .qr_ttl{
  font-weight: bold;
}
.main .qr_img{
  flex-shrink: 0;
  width: min(16.54%, 127px); /* 127/768 */
}
.main a.qr{
  color: #000;
  text-decoration: none;
}

