@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #7E432C;
  color: #fff; }

::-moz-selection {
  background: #7E432C;
  color: #fff; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #7E432C;
  text-decoration: none;
  overflow: hidden; }

a:hover {
  opacity: 0.6; }
  @media screen and (max-width: 600px) {
    a:hover {
      opacity: 1; } }

a:active, a:focus {
  outline: none; }

/* adjust anchor */
.anc {
  margin-top: -120px;
  padding-top: 120px; }
  @media screen and (max-width: 600px) {
    .anc {
      margin-top: -90px;
      padding-top: 90px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 600px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 600px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 600px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 600px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/*	当選者サイト 共通（ここから）
---------------------------------*/
body {
  background: #fed81f;
  /* iOS Safariはステータスバー領域・バウンス領域をbodyの背景色で塗るため必須 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #7E432C; }

/* 円形オープニング中は外側を白にしておく（終了後は上のbody背景に戻る） */
body:has(.wrapper--mv) {
  animation: bodyWhite 0.3s cubic-bezier(0.767, 0, 1, 1); }

/* 全体背景（固定）: 左右の飾りは縦横比維持のcover */
body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  width: calc(50% - 295px);
  /* 中央帯に5px潜り込ませて隙間を防ぐ */
  height: 100%;
  z-index: -2;
  /* 中央帯より後ろ（帯の影を隠さない） */
  background: #fed81f top left / cover no-repeat; }

body::before {
  left: 0;
  background-image: url(../img/bg_body_left.png); }

body::after {
  right: 0;
  background-image: url(../img/bg_body_right.png);
  background-position: top right; }

/* 中央600pxの帯（境界の影つき・デフォルトはベタ黄色） */
.wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  width: 600px;
  height: 100%;
  margin-left: -300px;
  z-index: -1;
  background: #fed81f;
  box-shadow: 0 0 10px 5px rgba(145, 145, 145, 0.25); }

/* コンテンツが少ないページ用: フッターを画面下にベタ付け */
.wrapper--stickyFooter {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh; }
  .wrapper--stickyFooter .container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }

/* MVページ用: 紙吹雪の帯＋円形に広がる演出（帯＋コンテンツごとクリップ） */
.wrapper--mv {
  animation: bgCircleIn 0.3s cubic-bezier(0.767, 0, 1, 1); }
  .wrapper--mv::before {
    background: url(../img/bg_mv.svg) top center/cover no-repeat #fed81f; }

@media screen and (max-width: 600px) {
  body::before,
  body::after {
    display: none; }

  .wrapper::before {
    left: 0;
    width: 100%;
    margin-left: 0;
    box-shadow: none; }

  .wrapper--mv::before {
    background: url(../img/bg_mv.svg) top center/cover no-repeat #fed81f; } }
/* ページ上部ロゴ（各画面共通） */
.pageLogo {
  display: block;
  width: 175px;
  margin: 30px auto 0;
  /* 白ボックス内（挨拶文の上）に置く版 */ }
  @media screen and (max-width: 600px) {
    .pageLogo {
      width: 115px;
      margin-top: 15px; } }
  .pageLogo--sheet {
    margin: 5px auto 15px; }
    @media screen and (max-width: 600px) {
      .pageLogo--sheet {
        margin: 0 auto 10px; } }

/* 中央600pxカラム（スクロールする側） */
.container {
  width: 100%;
  /* flex内で margin:auto があると stretch されず内容幅に縮むため明示 */
  max-width: 600px;
  margin: 0 auto; }

/* 1画面ビタ収め版（番号入力） */
.container--fit {
  padding-bottom: 150px; }
  @media screen and (max-width: 600px) {
    .container--fit {
      /* カードを画面下端にビタ付け */
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      min-height: 100dvh;
      padding-bottom: 0; } }

/* MV（ロゴ・バッジ・タイトル） */
.mv {
  padding-top: 50px;
  text-align: center; }
  .mv__logo {
    display: block;
    width: 175px;
    margin: 0 auto; }
  .mv__sub {
    display: block;
    width: 270px;
    margin: 15px auto 0;
    animation: fadeUp 0.2s cubic-bezier(0.5, 0, 0.5, 1) 0.3s both; }
  .mv__ttl {
    margin: 45px 0 20px;
    animation: popIn 0.4s cubic-bezier(0.388, 0.005, 0.4, 1.4) 0.4s both; }
  .mv__ttlImg {
    width: 390px; }
  @media screen and (max-width: 600px) {
    .mv {
      padding-top: 15px; }
      .mv__logo {
        width: 115px; }
      .mv__sub {
        width: 200px;
        margin-top: 80px; }
      .mv__ttl {
        margin: 20px 0 40px; }
      .mv__ttlImg {
        width: 290px; } }

/* 白カード */
.card {
  width: 520px;
  margin: 0 auto;
  padding: 30px 30px 45px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  animation: fadeUp 0.45s cubic-bezier(0.5, 0, 0.5, 1) 0.9s both; }
  .card__ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5; }
  .card__note {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px; }
  .card__q {
    cursor: pointer; }
  .card__qImg {
    width: 16px;
    margin-left: 5px;
    vertical-align: middle; }
  .card__line {
    margin: 25px 0 30px;
    border: none;
    border-top: 1px solid #efecea; }
  @media screen and (max-width: 600px) {
    .card {
      width: 100%;
      margin-top: auto;
      /* フレックス内で下端に寄せる */
      padding: 40px 25px 60px;
      border-radius: 20px 20px 0 0; }
      .card__ttl {
        font-size: 20px;
        line-height: 24px; }
      .card__note {
        margin-top: 5px;
        font-size: 12px; }
      .card__qImg {
        width: 15px;
        position: relative;
        top: -2px; }
      .card__line {
        margin: 20px 0 30px; } }

/* コード入力フォーム */
.codeForm__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  margin-top: 35px; }
.codeForm__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0;
  height: 40px;
  border: 1px solid #a89e98;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(145, 145, 145, 0.25);
  font-size: 16px;
  text-align: center;
  color: #7E432C;
  transition: background-color 0.3s; }
  .codeForm__input:focus {
    outline: none;
    background: #fff8e5; }
.codeForm__hyphen {
  width: 20px;
  text-align: center; }
.codeForm__caution {
  margin-top: 5px;
  font-size: 12px;
  line-height: 24px; }
@media screen and (max-width: 600px) {
  .codeForm__row {
    margin-top: 15px; }
  .codeForm__hyphen {
    width: 15px; } }

/* 緑ボタン */
.btnGreen,
.btnYellow,
.btnWhite {
  display: block;
  width: 320px;
  height: 60px;
  margin: 0 auto;
  border: 2px solid;
  border-radius: 10000px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  cursor: pointer; }
  .btnGreen:hover,
  .btnYellow:hover,
  .btnWhite:hover {
    opacity: 1; }
  @media screen and (max-width: 600px) {
    .btnGreen,
    .btnYellow,
    .btnWhite {
      width: 100%;
      max-width: 330px; } }

.btnGreen {
  border-color: #4fb340;
  background: #4fb340;
  color: #fff;
  /* ホバーの色反転は一旦停止
  &:hover {
    background: #fff;
    color: #4fb340;
  }
  @media screen and (max-width: $viewport) {
    &:hover {
      background: #4fb340;
      color: #fff;
    }
  }
  */ }

/* コンバージョンボタン 処理中エフェクト（ドット3つ）※ common.js とセット */
.is-cvLoading {
  position: relative;
  color: transparent !important;
  text-shadow: none !important;
  cursor: wait;
  pointer-events: none; }
  .is-cvLoading > .cvLabel {
    opacity: 0; }

.cvDots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none; }
  .cvDots i {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: currentColor;
    animation: cvDotBounce 0.6s ease-in-out infinite; }
    .cvDots i:nth-child(2) {
      animation-delay: 0.12s; }
    .cvDots i:nth-child(3) {
      animation-delay: 0.24s; }

.btnYellow {
  border-color: #fed81f;
  background: #fed81f;
  color: #7E432C; }
  .btnYellow:hover {
    background: #fff; }
  @media screen and (max-width: 600px) {
    .btnYellow:hover {
      background: #fed81f; } }

.btnWhite {
  border-color: #7E432C;
  background: #fff;
  color: #7E432C; }
  .btnWhite:hover {
    background: #7E432C;
    color: #fff; }
  @media screen and (max-width: 600px) {
    .btnWhite:hover {
      background: #fff;
      color: #7E432C; } }

/* 進捗カウンター（ロゴ下・各画面共通） */
.counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  width: 540px;
  margin: 30px auto 45px;
  /* ロゴが白ボックス内に移った画面用（最上部に置く） */ }
  .counter__arrow {
    width: 15px; }
  .counter__bar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    position: relative;
    height: 15px;
    margin-left: 40px;
    border-radius: 10px;
    background: #efecea; }
  .counter__fill {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: 10px;
    background: #4fb340; }
  .counter__num {
    position: absolute;
    top: 13px;
    left: 25%;
    transform: translateX(-50%);
    width: 55px;
    background: #fff;
    border: 1px solid #4fb340;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #4fb340; }
    .counter__num::before {
      content: "";
      position: absolute;
      top: -5px;
      left: 50%;
      width: 8px;
      height: 8px;
      margin-left: -4px;
      background: #fff;
      border-top: 1px solid #4fb340;
      border-left: 1px solid #4fb340;
      transform: rotate(45deg); }
  @media screen and (max-width: 600px) {
    .counter {
      width: 100%;
      margin: 20px auto 10px;
      padding: 0px 20px; }
      .counter__arrow {
        width: 10px; }
      .counter__bar {
        height: 10px;
        margin-left: 20px; }
      .counter__num {
        top: 9px;
        width: 35px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 20px; } }
  .counter--top {
    margin: 25px auto 70px; }
    @media screen and (max-width: 600px) {
      .counter--top {
        margin: 50px auto 20px; } }

/* カウンターの進捗（2/4〜4/4） */
.counter--2 .counter__fill {
  width: 50%; }

.counter--2 .counter__num {
  left: 50%; }

.counter--3 .counter__fill {
  width: 75%; }

.counter--3 .counter__num {
  left: 75%; }

.counter--4 .counter__fill {
  width: 100%; }

.counter--4 .counter__num {
  left: calc(100% - 20px); }

/* ページタイトル画像（ご当選景品など・各画面共通） */
.pageTtl {
  display: block;
  width: 510px;
  margin: 50px auto 15px; }
  @media screen and (max-width: 600px) {
    .pageTtl {
      width: 340px;
      margin: 25px auto 15px; } }

/* 白シート（帯幅いっぱいの白セクション） */
.sheet {
  padding: 30px 30px 40px;
  /* カウンターが無いページ用（カウンターの占有分を確保） */
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(145, 145, 145, 0.25);
  /* 小さめの注意バー（確認画面） */ }
  .sheet + .sheet {
    margin-top: 50px; }
  .sheet--mt {
    margin-top: 45px; }
  .sheet__lead {
    font-size: 20px;
    line-height: 36px; }
  .sheet__photo {
    display: block;
    width: 100%;
    border-radius: 10px; }
    .sheet__photo:not(:first-child) {
      margin-top: 10px; }
  .sheet__head {
    font-size: 24px;
    font-weight: 700; }
  .sheet__chosen {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700; }
  .sheet__photo--line {
    box-shadow: 0 1px 3px 1px rgba(145, 145, 145, 0.25) inset;
    border: 1px solid #F0F0F0; }
  .sheet__ttl {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700; }
  .sheet__note {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px; }
  .sheet__pick {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700; }
  .sheet__pickIcon {
    width: 20px;
    margin-right: 5px;
    vertical-align: -3px; }
  .sheet__pick--flow {
    margin-top: 70px;
    /* 本文との間を広めに */ }
  .sheet__warn {
    margin: 5px 0 20px;
    padding: 0 10px;
    background: #fdf4f2;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    color: #d22600; }
  .sheet__warnIcon {
    width: 17px;
    margin-right: 8px;
    vertical-align: -3px; }
  .sheet__warn--sm {
    margin: 0 0 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px; }
  .sheet__txt {
    font-size: 14px;
    line-height: 21px; }
  .sheet__line {
    margin: 30px 0 50px;
    border: none;
    border-top: 1px solid #efecea; }
  .sheet__caution {
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    text-align: center; }
  .sheet__link {
    text-decoration: underline; }
  @media screen and (max-width: 600px) {
    .sheet {
      padding: 20px 20px 30px; }
      .sheet + .sheet {
        margin-top: 40px; }
      .sheet--mt {
        margin-top: 10px; }
      .sheet__lead {
        font-size: 16px;
        line-height: 24px; }
      .sheet__ttl {
        font-size: 20px; }
      .sheet__note {
        font-size: 12px; }
      .sheet__pick {
        margin-top: 25px;
        font-size: 16px; }
      .sheet__pickIcon {
        width: 17px; }
      .sheet__pick--flow {
        margin-top: 25px; }
      .sheet__warn {
        border-radius: 5px;
        font-size: 13px;
        line-height: 29px; }
      .sheet__warnIcon {
        width: 15px;
        margin-right: 5px; }
      .sheet__head {
        margin-bottom: 10px;
        font-size: 20px; }
      .sheet__chosen {
        font-size: 14px; }
      .sheet__txt {
        font-size: 12px;
        line-height: 20px; }
      .sheet__line {
        margin: 40px 0 50px; } }

/* 景品リスト（2カラム） */
.prizeList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 40px;
  /* 区切り線との間隔（marginだと相殺されるのでpadding） */ }
  .prizeList__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px); }
    .prizeList__item:nth-child(n + 3) {
      margin-top: 30px; }
  .prizeList__photo {
    width: 100%;
    border-radius: 5px; }
  .prizeList__name {
    margin: 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4; }
  @media screen and (max-width: 600px) {
    .prizeList__item {
      width: calc(50% - 5px); }
    .prizeList__name {
      margin: 7px 0 12px;
      font-size: 14px; }
    .prizeList .pick__btn {
      height: 35px;
      font-size: 14px;
      line-height: 33px; } }

/* 景品リスト（1カラム行・写真＋説明＋ボタン） */
.prizeRows {
  margin-top: 10px;
  /* 選べる景品: 見出し＋ラジオ（ラジオはフォームのものを流用） */ }
  .prizeRows__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid #efecea; }
    .prizeRows__item:first-child {
      padding-top: 0;
      border-top: none; }
    .prizeRows__item:last-child {
      padding-bottom: 0; }
  .prizeRows__photo {
    align-self: flex-start;
    /* 行が高くなっても画像を引き伸ばさない */
    width: 280px;
    border-radius: 10px; }
  .prizeRows__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    display: flex;
    flex-direction: column;
    margin-left: 15px; }
  .prizeRows__name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3; }
  .prizeRows__note {
    font-size: 12px;
    line-height: 24px; }
  .prizeRows__pick {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700; }
  .prizeRows__pickIcon {
    width: 17px;
    margin-right: 5px;
    vertical-align: -3px; }
  .prizeRows__options {
    margin: 10px 0 20px; }
    .prizeRows__options .infoForm__option {
      position: relative;
      width: 100%;
      height: auto;
      padding: 9px 14px 9px 40px;
      border: none;
      line-height: 20px;
      /* 2行になっても丸を上下中央に */ }
      .prizeRows__options .infoForm__option::before {
        position: absolute;
        top: 50%;
        left: 14px;
        margin: -8px 0 0; }
  .prizeRows .btnGreen {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin-top: auto;
    /* 写真の下端に揃える */
    line-height: 46px; }
  @media screen and (max-width: 600px) {
    .prizeRows__item {
      display: block;
      padding: 20px 0 40px; }
    .prizeRows__photo {
      width: 100%; }
    .prizeRows__body {
      display: block;
      margin: 10px 0 0; }
    .prizeRows__name {
      min-height: 0; }
    .prizeRows .btnGreen {
      max-width: none;
      /* 共通ボタンのSP上限(330px)を解除して全幅に */
      margin-top: 15px; }
    .prizeRows .pick__btn {
      margin-top: 15px; } }

/* 選択ボタン（ラジオ＋ラベル・1つだけ選択） */
.pick {
  /* @media screen and (max-width: $viewport) {
    &__btn:hover {
      background: #fff;
      color: #4fb340;
    }
  } */ }

/* 交換景品・単一景品タブの選択ラジオ枠（M-07/M-08 は SPA 化と同時に実施のため据え置き。D-004・D-006） */
.pick__radioWrap {
  max-width: 270px;
  margin: 30px auto 40px; }
@media screen and (max-width: 600px) {
  .pick__radioWrap {
    max-width: 350px; } }

  .pick__radio {
    display: none;
    /* 選択時: 緑背景＋白文字＋内側シャドウ＋チェック表示 */ }
    .pick__radio:checked + .pick__btn {
      background: #4fb340;
      box-shadow: inset 0 1px 3px rgba(145, 145, 145, 0.5);
      color: #fff; }
      .pick__radio:checked + .pick__btn .pick__check {
        display: inline; }
  .pick__btn {
    display: block;
    height: 50px;
    margin-top: auto;
    background: #fff;
    border: 1px solid #4fb340;
    border-radius: 25px;
    box-shadow: 0 1px 3px rgba(145, 145, 145, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #4fb340;
    cursor: pointer; }
    .pick__btn:hover {
      opacity: 1;
      /* ホバーの色反転は一旦停止
      background: #4fb340;
      color: #fff;
      */ }
  /* D-057 / D-058: 選択を1クリック化したので、.pick__btn が <button>（＝押すと送信する）
     のときは other / amazon タブの .btnGreen と同じ配色にする。
     <label class="pick__btn">（ラジオの見た目・白地）は据え置き。
     ボタン側は class="pick__btn btnGreen" にして common.js の CVドット演出
     （.btnGreen に束縛・common.js:16-）を共通で拾わせる（D-058）。
     .btnGreen の width:320px / border-radius:10000px は .prizeList の2カラム枠に
     入らないので、ここで .pick__btn の見た目に戻す（button.pick__btn は
     .btnGreen より詳細度が高いので勝つ）。高さは後方の .pick__btn 定義と
     メディアクエリ .prizeList .pick__btn がそのまま効く。 */
  button.pick__btn {
    width: 100%;
    margin: auto 0 0;
    border-radius: 25px;
    background: #4fb340;
    border-color: #4fb340;
    color: #fff; }
  .pick__check {
    display: none;
    width: 12px;
    margin-right: 8px;
    vertical-align: 1px; }

/* タイトル下の説明文（各画面共通） */
.pageTxt {
  margin: 0 auto 15px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .pageTxt {
      margin: -10px auto 10px;
      font-size: 14px; } }

/* フッター（各画面共通） */
.footer {
  margin-top: 50px;
  padding-top: 15px;
  background: #fed81f;
  /* 下部固定タブがあるページ用の余白 */ }
  .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__item {
    position: relative;
    padding: 0 18px;
    font-size: 14px;
    line-height: 30px; }
    .footer__item + .footer__item::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 20px;
      margin-top: -10px;
      background: #7e432c; }
  .footer__link {
    text-decoration: underline; }
  @media screen and (max-width: 1000px) {
    .footer--tab {
      padding-bottom: 85px; } }
  .footer__copy {
    margin-top: 10px;
    padding: 5px 0;
    border-top: 1px solid rgba(126, 67, 44, 0.35);
    font-size: 12px;
    line-height: 30px;
    text-align: center; }
  @media screen and (max-width: 600px) {
    .footer__item {
      padding: 0 12px;
      line-height: 27px; }
      .footer__item + .footer__item::before {
        height: 18px;
        margin-top: -9px; }
    .footer__copy {
      line-height: 20px;
      padding: 8px 0; } }

/* タブ切り替え（PC: 中央枠左に固定 / SP: 最下部に固定） */
.tabNav {
  position: fixed;
  top: 210px;
  left: calc(50% - 465px);
  z-index: 5;
  width: 135px;
  padding: 65px 0 70px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 2px 6px rgba(145, 145, 145, 0.25);
  text-align: center;
  /* 「変更できます」吹き出し: 初回モーダル表示中だけ出す（下の :checked ルールで表示） */
  /* 左パネルが画面端に張り付く幅（〜1000px）は下部固定バーに切り替え */ }
  .tabNav__item {
    display: block;
    font-size: 14px; }
    .tabNav__item + .tabNav__item {
      margin-top: 35px; }
    .tabNav__item--on {
      font-weight: 700; }
  .tabNav__icon {
    display: block;
    width: 85px;
    margin: 0 auto 8px; }
  .tabNav__balloon {
    display: none;
    position: absolute;
    top: -70px;
    left: 0;
    box-sizing: border-box;
    width: 221px;
    padding: 11px 9px 12px 28px;
    background: #fff8cc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(145, 145, 145, 0.5);
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    animation: floatY 2s ease-in-out infinite; }
    .tabNav__balloon::after {
      /* 下向きのしっぽ（パネルを指す） */
      content: "";
      position: absolute;
      left: 125px;
      bottom: -15px;
      border-top: 15px solid #fff8cc;
      border-right: 20px solid transparent; }
  .tabNav__balloonIcon {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 13px; }
  @media screen and (max-width: 1000px) {
    .tabNav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 5px 0 12px;
      background: none;
      border-radius: 0;
      box-shadow: none; }
      .tabNav::after {
        /* 白バー本体（スクリムより前面・タブより背面） */
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -2px 6px rgba(145, 145, 145, 0.25); }
      .tabNav::before {
        /* バー上のグラデーションの影（角丸の裏まで敷く） */
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -2;
        width: 100%;
        height: 130px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
        pointer-events: none; }
      .tabNav__item {
        font-size: 10px; }
        .tabNav__item + .tabNav__item {
          margin: 0 0 0 15px; }
      .tabNav__icon {
        width: 70px;
        margin-bottom: 5px; }
      .tabNav__balloon {
        display: block;
        top: auto;
        left: auto;
        right: 15px;
        bottom: 75px;
        padding: 8px 10px 8px 28px;
        box-shadow: none; }
        .tabNav__balloon::after {
          left: auto;
          right: 80px;
          bottom: -10px;
          border-right-width: 15px; }
      .tabNav__balloonIcon {
        top: 10px;
        left: 8px;
        width: 15px; } }

/* 初回モーダル表示中: タブと吹き出しを暗幕より前に出す（閉じると戻る） */
.modal__check:checked ~ .tabNav {
  z-index: 11; }
  .modal__check:checked ~ .tabNav .tabNav__balloon {
    display: block; }

/* 赤文字 */
.txtRed {
  color: #d22600; }

/* 手続きの流れボックス（番号付き見出し＋本文） */
.flowBox {
  margin-top: 25px;
  padding: 25px 30px 30px;
  background: #fff8cc;
  border-radius: 10px;
  box-shadow: inset 0 2px 5px rgba(145, 145, 145, 0.25); }
  .flowBox__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    flex-wrap: nowrap;
    /* 番号と見出しを同じ行に */
    padding-bottom: 10px;
    border-bottom: 1px solid #efecea;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5; }
  .flowBox__num {
    flex: none;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 1px solid #7e432c;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
  .flowBox__txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px; }
    .flowBox__txt + .flowBox__txt {
      margin-top: 10px; }
  @media screen and (max-width: 600px) {
    .flowBox {
      margin-top: 20px;
      padding: 20px 20px 25px; }
      .flowBox__ttl {
        font-size: 16px;
        line-height: 22px; }
      .flowBox__num {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        font-size: 11px;
        line-height: 14px; }
      .flowBox__txt {
        font-size: 14px;
        line-height: 21px; } }

/* ※注記リスト */
.noteList {
  margin: 15px 0 20px; }
  .noteList__item {
    padding-left: 17px;
    text-indent: -17px;
    font-size: 12px;
    line-height: 16px; }
  @media screen and (max-width: 600px) {
    .noteList {
      margin: 10px 0 12px; }
      .noteList__item {
        line-height: 15px; } }

/* チェック付き選択（チェックを入れると選択ボタンが有効化） */
.ticket {
  margin: 60px 0 20px;
  text-align: center;
  /* 同意チェック版（小さめ・赤） */ }
  .ticket__check {
    display: none;
    /* チェック時: 緑背景＋白チェック */
    /* 未チェック時はボタンをグレーで無効化 */ }
    .ticket__check:checked + .ticket__label .ticket__box {
      background: #4fb340 url(../img/icon_check.svg) center/11px no-repeat;
      border-color: #4fb340; }
    .ticket__check:not(:checked) ~ .pick__btn--lock {
      background: #d3cecb;
      border-color: #d3cecb;
      box-shadow: none;
      color: #fff;
      pointer-events: none; }
  .ticket__label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer; }
  .ticket__box {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #a89e98;
    border-radius: 3px;
    vertical-align: -4px; }
  .ticket .pick__btn {
    width: 350px;
    margin: 20px auto 0; }
  .ticket--agree {
    margin: -15px 0 20px;
    /* 罫線→帯 35px・帯→ボタン 20px */
    /* ラベル自体を薄ピンクの帯にする（帯のどこを押してもチェックできる） */ }
    .ticket--agree .ticket__label {
      display: block;
      height: 52px;
      background: #fdf4f2;
      font-size: 14px;
      line-height: 52px; }
    .ticket--agree .ticket__box {
      width: 16px;
      height: 16px;
      vertical-align: -3px; }
    .ticket--agree .ticket__check:checked + .ticket__label .ticket__box {
      background-color: #d22500;
      border-color: #d22500; }
    .ticket--agree .formError {
      display: inline-block; }
  @media screen and (max-width: 600px) {
    .ticket {
      margin-top: 50px; }
      .ticket__label {
        font-size: 14px; }
      .ticket .pick__btn {
        width: 100%;
        margin-top: 15px; }
      .ticket--agree {
        margin-top: -25px; }
        .ticket--agree .ticket__label {
          height: 42px;
          line-height: 42px; } }

/* 情報入力フォーム */
.infoForm__ttl {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700; }
.infoForm__ttlIcon {
  height: 20px;
  margin-right: 8px;
  vertical-align: -3px; }
.infoForm__field {
  padding: 20px 0;
  border-bottom: 1px solid #efecea;
  /* 最後の項目（下の余白・罫線なし） */ }
  .infoForm__field--noLine {
    padding-bottom: 25px;
    border-bottom: none; }
  .infoForm__field--noSpace {
    padding-bottom: 0;
    border-bottom: none; }
.infoForm__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700; }
.infoForm__req {
  display: inline-block;
  width: 36px;
  margin-right: 10px;
  background: #d22500;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #fff; }
.infoForm__req--any {
  background: #d3cecb; }
.infoForm__unit {
  margin-left: 10px;
  font-size: 14px; }
.infoForm__file {
  display: none; }
.infoForm__textarea {
  box-sizing: border-box;
  width: 100%;
  height: 104px;
  padding: 10px;
  border: 1px solid #a89e98;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(145, 145, 145, 0.25);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  color: #7E432C;
  resize: vertical;
  transition: background-color 0.3s; }
  @media screen and (max-width: 600px) {
    .infoForm__textarea {
      font-size: 16px; } }
  .infoForm__textarea::placeholder {
    color: #d3cecb; }
  .infoForm__textarea:focus {
    outline: none;
    background: #fff8e5; }
.infoForm__input {
  width: 350px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #a89e98;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(145, 145, 145, 0.25);
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
  color: #7E432C;
  transition: background-color 0.3s; }
  @media screen and (max-width: 600px) {
    .infoForm__input {
      font-size: 16px;
      /* iOSはフォーカス時に16px未満だと自動ズームするため */ } }
  .infoForm__input::placeholder {
    color: #a7a7a7; }
  .infoForm__input--full {
    width: 100%; }
  .infoForm__input--zip, .infoForm__input--pref {
    width: 220px; }
  .infoForm__input--amount {
    width: 180px; }
  .infoForm__input:focus {
    outline: none;
    background: #fff8e5; }
.infoForm__sub {
  display: block;
  margin: 15px 0 5px;
  font-size: 14px; }
.infoForm__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  color: #d22500; }
.infoForm__note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px; }
.infoForm__radio {
  display: none;
  /* 「当選者様以外の方」選択時だけ注意文を表示 */
  /* 2つ目以降の選択肢に間隔（間にinputが入るのでradio基準で指定） */ }
  .infoForm__radio:checked + .infoForm__option {
    background: #fed81f;
    filter: none;
    box-shadow: 0 1px 3px 0 rgba(145, 145, 145, 0.5) inset; }
    .infoForm__radio:checked + .infoForm__option::before {
      background: #4FB340;
      box-shadow: inset 0 0 0 3px #fff; }
  .infoForm__radio--other:checked ~ .infoForm__hint {
    display: block; }
  .infoForm__radio:not(:first-of-type) + .infoForm__option {
    margin-top: 10px; }
.infoForm__option {
  display: block;
  width: 350px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #a89e98;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  cursor: pointer;
  filter: drop-shadow(0 1px 3px rgba(145, 145, 145, 0.5)); }
  .infoForm__option::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #a89e98;
    border-radius: 50%;
    background: #fff;
    vertical-align: -3px; }
.infoForm__hint.formError {
  display: none;
  /* .formError より優先して初期非表示 */
  margin-top: 10px; }
.infoForm__back {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }
@media screen and (max-width: 600px) {
  .infoForm__ttl--sm {
    font-size: 16px; }
  .infoForm__input, .infoForm__option {
    width: 100%; }
  .infoForm__input--zip {
    width: 220px; }
  .infoForm__input--amount {
    width: 180px; } }

/* 入力内容の一覧（確認画面） */
.dataList {
  margin-top: 10px; }
  .dataList__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 18px 0;
    border-bottom: 1px solid #efecea; }
    .dataList__item:last-child {
      border-bottom: none; }
  .dataList__ttl {
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px; }
  .dataList__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    font-size: 16px;
    line-height: 22px; }
  @media screen and (max-width: 600px) {
    .dataList__ttl {
      width: 140px; } }

/* 明細書などのファイル選択 */
.fileBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center; }
  .fileBox__file {
    width: 350px;
    height: 37px;
    padding: 0 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #efecea;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(145, 145, 145, 0.25);
    font-size: 12px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a89e98; }
  .fileBox__del {
    display: block;
    width: 25px;
    padding: 0;
    margin-left: 5px;
    border: none;
    background: none;
    cursor: pointer; }
  .fileBox__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    width: 166px;
    height: 37px;
    padding: 0 12px 0 14px;
    background: #fff;
    border: 1px solid #efecea;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(145, 145, 145, 0.25);
    font-size: 12px;
    color: #a89e98;
    cursor: pointer; }
  .fileBox__icon {
    width: 18px; }
  @media screen and (max-width: 600px) {
    .fileBox__file {
      width: 251px; } }

/* 完了マーク（円→チェックの順に描かれる） */
.doneMark {
  display: block;
  width: 88px;
  margin: 0 auto;
  /* はてなマーク版（円→？→点の順に描画） */
  /* 顔アイコンはパス長が異なるので上書き */ }
  .doneMark__circle {
    stroke-dasharray: 264;
    stroke-dashoffset: 264;
    transform: rotate(-90deg);
    transform-origin: center;
    animation: drawCircle 0.6s ease-out forwards; }
  .doneMark__check {
    stroke-dasharray: 66;
    stroke-dashoffset: 66;
    animation: drawCheck 0.35s ease-out 0.6s forwards; }
  .doneMark--q .doneMark__circle {
    stroke-dasharray: 276;
    stroke-dashoffset: 276; }
  .doneMark--face .doneMark__q {
    stroke-dasharray: 78;
    stroke-dashoffset: 78; }
  .doneMark__q {
    stroke-dasharray: 65;
    stroke-dashoffset: 65;
    animation: drawCheck 0.35s ease-out 0.6s forwards; }
  .doneMark__dot {
    opacity: 0;
    animation: fadeIn 0.2s ease-out 0.9s forwards; }

/* 完了画面のテキスト・受付番号 */
.done__ttl {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center; }
.done__txt {
  margin-top: 25px;
  font-size: 16px;
  line-height: 23px;
  text-align: center; }
.done__note {
  margin-top: 10px;
  font-size: 16px;
  line-height: 23px; }
.done__link {
  text-decoration: underline; }
.done__date {
  margin-top: 5px;
  font-size: 14px;
  line-height: 23px;
  text-align: center; }
.done__note + .done__note {
  margin-top: 20px; }
.done__lead {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }
.done__caution {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px; }
.done__btns {
  margin-top: 50px; }
  .done__btns .btnWhite {
    margin-top: 20px; }

/* 補足情報のボックス（受付番号・景品名・ギフト券番号など） */
.infoBox {
  margin-top: 20px;
  padding: 18px 15px;
  background: #fff8cc;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px rgba(145, 145, 145, 0.25);
  text-align: center; }
  .infoBox__ttl {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    text-align: center; }
    .infoBox__ttl:first-child {
      margin-top: 0; }
  .infoBox__main {
    font-size: 20px;
    font-weight: 700; }
  .infoBox__code {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #d22600; }
  .infoBox__sub {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px; }

/* エラー表示（フォーム要素には .is-error、直下にメッセージ） */
.is-error {
  border: 2px solid #d22500;
  background: #fdf4f2; }

.formError {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-left: 17px;
  font-size: 12px;
  line-height: 18px;
  color: #d22500; }
  .formError__icon {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px; }

/* モーダル（?アイコンで開閉・JSなし） */
.modal {
  display: none;
  position: fixed;
  animation: fadeIn 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /* 当選メッセージ用（SP用mediaより後に置き、幅・余白を上書きする） */ }
  .modal__check {
    display: none; }
    .modal__check:checked ~ .modal {
      display: block; }
  .modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .modal__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    padding: 50px 30px 55px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    text-align: center; }
  .modal__close {
    position: absolute;
    top: -35px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer; }
    .modal__close::before, .modal__close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 3px;
      background: #fff; }
    .modal__close::before {
      transform: rotate(45deg); }
    .modal__close::after {
      transform: rotate(-45deg); }
  .modal__ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; }
  .modal__img {
    margin-top: 40px; }
  .modal__txt {
    margin-top: 45px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; }
  @media screen and (max-width: 600px) {
    .modal__box {
      width: 330px;
      padding: 40px 20px;
      border-radius: 20px; }
    .modal__close {
      top: -25px;
      right: 5px;
      width: 20px;
      height: 20px; }
    .modal__ttl {
      font-size: 16px;
      line-height: 24px; }
    .modal__img {
      margin-top: 30px; }
    .modal__txt {
      margin-top: 30px;
      padding: 0;
      font-size: 14px;
      line-height: 20px; } }
  .modal__box--greet {
    width: 350px;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: left; }
    @media screen and (max-width: 600px) {
      .modal__box--greet {
        width: 350px;
        max-width: calc(100% - 40px); } }
  .modal__logo {
    display: block;
    width: 143px;
    margin: 0 auto; }
  .modal__lead {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px; }

/* 演出ページ（congrats: 箱→白ワイプ→お祝い→白ワイプ→遷移） */
.op {
  position: relative;
  max-width: 600px;
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  background: radial-gradient(50% 60% at 50% 50%, #fff0a9, #ffea87 25%, #ffe464 50%, #fede42 75%, #fed81f 100%); }
  .op__kazari1, .op__kazari2 {
    position: absolute;
    max-width: none; }
  .op__kazari1 {
    top: 50%;
    left: -145px;
    width: 830px;
    translate: 0 -50%;
    /* ボックス（50%）を中心に。scaleアニメと併用できるよう translate を使用 */
    animation: burstIn 0.85s ease-out 0.3s both; }
  .op__box, .op__futa {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84px;
    margin: -42px 0 0 -42px; }
  .op__futa {
    animation: futaFly 0.3s cubic-bezier(0.5, 0, 0.5, 1) both; }
  .op__wipe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200vh;
    /* 半径=画面高さ。どの画面比率でも帯の四隅まで白で覆う */
    height: 200vh;
    margin: -100vh 0 0 -100vh;
    border-radius: 50%;
    background: #fff;
    animation: popIn 0.3s cubic-bezier(0.767, 0, 1, 1) 1.4s both; }
    .op__wipe--2 {
      animation-delay: 3.5s;
      /* 4.0秒の遷移前に塗り切る */ }
  .op__scene2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 60% at 50% 50%, #fff0a9, #ffea87 25%, #ffe464 50%, #fede42 75%, #fed81f 100%);
    animation: bgCircleIn 0.3s cubic-bezier(0.767, 0, 1, 1) 2s both; }
  .op__kazari2 {
    top: -55px;
    left: -15px;
    width: 627px;
    animation: popIn 1.5s cubic-bezier(0.069, 1.097, 0.681, 0.931) 2.35s both; }
    .op__kazari2--2 {
      top: 35px;
      left: 0;
      width: 595px;
      animation-timing-function: cubic-bezier(0.362, 1.088, 0.8, 1); }
    .op__kazari2--3 {
      top: -55px;
      left: 25px;
      width: 565px;
      animation: burstIn 1.5s cubic-bezier(0.086, 1.126, 0.56, 0.828) 2.35s both; }
  .op__sub {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    width: 390px;
    margin: 0 auto;
    animation: fadeUp 0.2s cubic-bezier(0.5, 0, 0.5, 1) 2.3s both; }
  .op__ttl {
    position: absolute;
    top: 425px;
    left: 0;
    width: 100%;
    text-align: center;
    animation: popIn 0.4s cubic-bezier(0.388, 0.005, 0.4, 1.4) 2.4s both; }
  .op__ttlImg {
    width: 490px; }
  @media screen and (max-width: 600px) {
    .op {
      /* 飾りは%指定で帯幅いっぱいに追従させる（390px基準の比率） */ }
      .op__box, .op__futa {
        width: 55px;
        margin: -27px 0 0 -27px; }
      .op__kazari1 {
        left: -13%;
        width: 125%; }
      .op__kazari2 {
        top: -15px;
        left: -3%;
        width: 105%; }
        .op__kazari2--2 {
          top: 45px;
          left: 0;
          width: 100%; }
        .op__kazari2--3 {
          top: -10px;
          left: 4%;
          width: 95%; }
      .op__sub {
        top: 230px;
        width: 255px; }
      .op__ttl {
        top: 300px; }
      .op__ttlImg {
        width: 320px; } }

/* 登場演出 */
@keyframes bodyWhite {
  0%,
  100% {
    background: #fff; } }
/* 円形に広がる表示（画面中央から） */
@keyframes bgCircleIn {
  0% {
    clip-path: circle(0 at 50% 50%); }
  100% {
    clip-path: circle(1250px at 50% 50%); } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  10% {
    opacity: 1; }
  100% {
    transform: scale(1); } }
@keyframes burstIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  10% {
    opacity: 1; }
  100% {
    transform: scale(1.2); } }
@keyframes futaFly {
  100% {
    transform: translate(73%, -73%) rotate(30deg); } }
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0; } }
@keyframes drawCheck {
  to {
    stroke-dashoffset: 0; } }
@keyframes cvDotBounce {
  50% {
    transform: translateY(-6px); } }
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-6px); } }
@media (prefers-reduced-motion: reduce) {
  .wrapper--mv,
  .mv__sub,
  .mv__ttl,
  .card,
  .op__futa,
  .op__kazari1,
  .op__kazari2,
  .op__scene2,
  .op__sub,
  .op__ttl,
  .tabNav__balloon,
  .doneMark__circle,
  .doneMark__check,
  .doneMark__q,
  .doneMark__dot {
    animation: none;
    stroke-dashoffset: 0;
    opacity: 1; }

  .op__wipe {
    display: none; } }
/*	当選者サイト 共通（ここまで）
---------------------------------*/

/* ===== 自社追加（新モック styles.css に無い。モック更新時はこの節を丸ごと保持） ===== */

/* S7修正(P10): hidden 属性を確実に効かせる。
   .filePreview 等が display を明示しており、ブラウザ既定の [hidden]{display:none} に勝ってしまうため。 */
[hidden] { display: none !important; }

/* 確認画面の注意文言（旧 css/common.css の意図を踏襲しつつ新デザインの文字設計に合わせる） */
.no_change_keihin {
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #d22600;
}
.amazongift_caution {
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #7E432C;
}
.amazongift_caution span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 700;
}

/* 完了画面 done__ttl 内の弱字（.done__ttl 自体は新モックに定義あり。子要素だけ追加） */
.done__ttl .text_normal {
  font-size: 16px;
  font-weight: 400;
}

/* 景品選択ページ(keihin.html) 固有 (S5 新設)
   モックに具体例が無い「交換景品にコース選択がある場合」の見た目を、
   既存のトークン(色・角丸・影)に揃えて最小限で補う。 */

/* 「必須」バッジ（コース選択の見出し添え字） */
.requiredTag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 3px;
  background: #d22600;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  vertical-align: 2px;
}

/* 交換景品の行内に出すコース選択見出し＋一覧 */
.prizeRows__optionsTtl {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
}
.courseList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.courseList__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.courseList .pick__radio:checked + .pick__btn {
  background: #4fb340;
  box-shadow: inset 0 1px 3px rgba(145, 145, 145, 0.5);
  color: #fff;
}
.courseList .pick__btn {
  display: block;
  height: 40px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #4fb340;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(145, 145, 145, 0.25);
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #4fb340;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .courseList .pick__btn {
    height: 35px;
    font-size: 13px;
    line-height: 33px;
  }
}

/* 当選景品ページ 初回演出(congrats)のオーバーレイ化 (S6 新設)
   .op はモック上ページ本体のブロックとして設計されているため、
   既存ページの上に重ねて出すためのpositionだけをここで追加する。
   .op 本体の見た目(グラデーション背景・演出アニメーション等)は変更しない。 */
.op--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

/* 購入明細書 画像プレビュー＋拡大モーダル (S7 新設)
   docs/tosenデザインリニューアル/parts/file-preview-demo.html から移植。
   入力画面(disney)の選択直後プレビューと、確認画面の表示専用プレビューの両方で使う。 */
.filePreview {
  display: block;
  position: relative;
  width: 350px;
  max-width: 100%;
  margin-top: 10px;
  padding: 0;
  border: 1px solid #efecea;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(145, 145, 145, 0.25);
  background: #fff;
  overflow: hidden;
  cursor: zoom-in;
  -webkit-appearance: none;
  appearance: none;
}
.filePreview__img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  vertical-align: bottom;
}
.filePreview__zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 26px;
  padding: 0 10px 0 8px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 3px rgba(145, 145, 145, 0.4);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #7E432C;
  pointer-events: none;
}
.filePreview__zoomIcon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .filePreview {
    width: 251px;
  }
}

.imgModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}
.imgModal.is-open {
  display: block;
}
.imgModal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.imgModal__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 560px;
}
.imgModal__img {
  display: block;
  width: 100%;
  max-height: 78vh;
  max-height: 78dvh;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.imgModal__name {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  word-break: break-all;
}
.imgModal__close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.imgModal__close::before,
.imgModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.imgModal__close::before {
  transform: rotate(45deg);
}
.imgModal__close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .imgModal__close {
    top: -25px;
    width: 20px;
    height: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .filePreview {
    transition: none;
  }
}
