html {
  scroll-behavior: smooth;
}

/* 共通CSSの上書き */

#wrap {
  line-height: 1.75;
  font-family: Meiryo, sans-serif;
  font-weight: 400;
}

#info #page_info {
  float: none;
  width: 100%;
  line-height: 1.3;
}

/* 共通スタイル */
.btn:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.section {
  width: 950px;
  margin: 0 auto;
}

.section__title {
  margin-bottom: 56px;
}

/* 共通リンク */
.link,
.link:link,
.link:visited,
.link:hover,
.link:active {
  color: #1558CE;
  font-size: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.link:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.link--arrow-down::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-color: currentColor;
  content: "";
  vertical-align: -2px;
  mask: url("/theme/pointup/images/common/arrow_down.svg") center / 16px 16px no-repeat;
}

.link--blank {
  line-height: 1.5;
}

.link--blank::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-color: currentColor;
  content: "";
  vertical-align: -2px;
  mask: url("/theme/pointup/images/common/blank.svg") center / 16px 16px no-repeat;
}

.link.link--top {
  line-height: 1.0;
  font-size: 12px;
}

.pointup-pagetop {
  text-align: right;
}

.link.link--top::before {
  display: inline-block;
  width: 9px;
  height: 11px;
  margin-right: 4px;
  background-color: #FF6600;
  content: "";
  vertical-align: -1px;
  mask: url("/theme/pointup/images/common/top_icon.svg") no-repeat center / contain;
}

/* 期間外の表示設定（is-entryEnd） */
.close {
  display: none;
}

/* 終了メッセージ表示 */
.is-entryEnd .close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 15px 0;
}

.close__message {
  line-height: 1.6;
  color: #F50000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

/* 期間外のボタン設定 */
/* ボタンの基準とグレーアウト設定 */
.is-entryEnd .entry-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 70px;
  pointer-events: none; /* クリック操作を完全に無効化 */
}

/* 終了時のボタンオーバーレイ */
.entry-btn__status {
  display: none;
}

.is-entryEnd .entry-btn__status {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.6);
  inset: 0;
}

.entry-btn__status-text {
  color: #FFF;
  text-align: center;
  font-family: Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

/* mv */
.mv {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 48px;
}

.mv__inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.mv__note {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 4px;
}
/* エントリーボタン */
.mv__btn-wrapper {
  display: flex;
  justify-content: center;
}

.mv__btn {
  display: block;
}

/* Reward（景品）セクション */
.reward {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.reward__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}

.reward__contents {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.reward__item {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  row-gap: 14px;
}

/* 共通ボックススタイル */
.reward__box {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  border: 2px solid #F2691A;
  border-radius: 8px;  
  clip-path: inset(-24px 0 0 0);
}

.reward__box--step2 {
  position: relative;
  margin-top: 24px;
}

/* 「先着順」バッジ画像 */
.reward__badge {
  position: absolute;
  top: -24px;
  left: 189px;
}

.reward__box-header {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

/* 下部のメインコンテンツ */
.reward__box-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 40px;
}

.reward__box-body--second {
  padding: 0 40px 40px 40px;
}

.reward__detail {
  display: flex;
  flex-direction: column;
  width: 786px;
  padding: 32px;
  border-radius: 5px;
  background: #F7F4EE;
  row-gap: 24px;
}

.reward__prizes {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}

.reward__prize {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
}

.reward__prize-text {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  row-gap: 8px;
}

.reward__prize-item {
  line-height: 1.0;
  margin: 0;
  text-align: center;
  font-size: 12px;
}

.reward__note-list {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  row-gap: 4px;
}

.reward__note-item::before {
  content: "※";
}

.reward__desc {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.reward__box--desc {
  border: 2px solid #EBE6DC;
}

.reward__box-body--desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 32px 40px 40px 40px;
  gap: 56px;
}

.reward__example {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.reward__example-detail {
  padding: 0 32px 56px 32px;
  border-radius: 0 0 5px 5px;
  background: #F7F4EE;
}

/* flow */
.flow {
  display: flex;
  flex-direction: column;
  margin: 120px 0;
  row-gap: 24px;
}

.flow__wrapper {
  display: flex;
  flex-direction: column;
}

.flow__contents {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  padding: 0 40px;
}

.flow__inner {
  display: flex;
  align-items: stretch;
  column-gap: 56px;
}

.flow__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex: 1; 
  flex-direction: column;
  padding-bottom: 80px;
  padding-left: 76px;
  row-gap: 32px;
}

.flow__step::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #592400;
  content: "";
}

.flow__inner:not(:last-of-type) .flow__step::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  border-left: 2px solid #592400;
  content: "";
}

.flow__step-header {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.flow__step-label {
  line-height: 1.0;
  color: #592400;
  font-size: 20px;
  font-weight: 700;
}

.flow__step-number {
  font-size: 24px;
}

.flow__step-title {
  line-height: 1.5;
  color: #592400;
  font-size: 28px;
  font-weight: 700;
}

.flow__cards {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  column-gap: 72px;
}

.flow__cards::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 35px;
  background-color: #592400;
  content: "";
  transform: translate(-50%, -50%);
  mask: url("/theme/pointup/images/common/arrow_right.svg") center / contain no-repeat;
}

.flow__card {
  display: flex;
  align-items: center;
  align-self: stretch; 
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 32px 24px 28px;
  border: 2px solid #EBE6DC;
  border-radius: 8px;
  background: #FFF;
  text-align: center;
  row-gap: 10px;
}

.flow__card--login {
  padding: 32px 24px;
  row-gap: 24px;
}

.flow__card-text {
  line-height: 1.5;
  color: #592400;
  font-size: 20px;
  font-weight: 700;
}

.flow__actions {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.flow__action-group {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.flow__caution {
  line-height: 1.5;
  color: #D80000;
  font-weight: 700;
}

.flow__inner:last-of-type .flow__step {
  padding-bottom: 0;
}

.flow__search {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.flow__search-img img {
  max-width: 100%;
  height: auto;
}

.flow__search-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 20px 24px;
  border-radius: 8px;
  background: #FCF1E6;
  column-gap: 24px;
}

.flow__search-btn {
  font-weight: 700;
}

.flow__note-list {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  padding-left: 1em; 
  text-indent: -1em;
  row-gap: 8px;
}

.flow__note-item::before {
  content: "※";
}

.flow__note-item--caution {
  color: #D80000;
  font-weight: 700;
}

/* 検索パネル 共通スタイル上書き */
.searcharea {
  padding: 0 40px;
  margin-bottom: 120px;
}
.search .searchPanelarea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  border-radius: 8px;
  color: #451C00;
  background: #F5F2EC;
  font-size: 13px;
}

#datecheck:checked {
  accent-color: #F2691A;
}

.search .searchPanelarea form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.search .searchPanelarea #searchBox_date {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0;
  row-gap: 20px;
}

.search .searchPanelarea #searchBox_date #dateLine2 {
  display: flex;
  align-items: center;
  padding-top: 0;
  column-gap: 16px;
}

.search .searchPanelarea #searchBox_date #dateLine1 {
  display: flex;
  align-items: flex-start;
}

.search .searchPanelarea #searchBox_date #dateLine1 > .search-panel {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.search .searchPanelarea #searchBox_date #dateLine1 > .search-panel > .column.clearfix {
  float: none;
  margin-right: 0;
}

.search .searchPanelarea #searchBox_date #dateLine2 > .ssc_area.clearfix {
  display: flex;
  float: none;
  align-items: center;
  width: auto;
  gap: 8px;
}

.search .searchPanelarea #searchBox_date #dateLine2 > .ssc_area.clearfix p {
  float: none;
}

.search .searchPanelarea #searchBox_date #dateLine2 select {
  margin: 0;
}

.search .searchPanelarea #searchBox_date input.button__input {
  position: relative;
  width: 303px;
  height: 47px;  line-height: 1.3;
  padding: 12px 44px;
  margin: 0;
  border: none;
  border-radius: 34px;
  color: #FFF;
  background: #592400;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.search .searchPanelarea .button {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}

.search .searchPanelarea .button::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background-color: #fff;
  content: "";
  pointer-events: none;
  mask-image: url("/theme/pointup/images/common/arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.search .jlnpc-top__calendar .dyn_cal {
  top: -120px;
}

/* キャンペーン規約 */
.terms {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.terms__wrapper {
  display: flex;
  flex-direction: column;
}

.terms__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.terms__group {
  display: flex;
  flex-direction: column;
}

.terms__term {
  position: relative;
  line-height: 1.5;
  padding-left: 12px;
  color: #592400;
  font-size: 20px;
  font-weight: 700;
}

.terms__term::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;           
  height: 100%; 
  background: #592400;
  content: "";
}

.terms__desc {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.terms__desc-heading {
  margin-top: 16px;
}

.terms__desc-heading--spaced {
  margin-top: 12px;
}

.terms__desc-heading {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
}

.terms .link--blank {
  line-height: 1.75;
}

/* インデント（字下げ）用のボックス */
.terms__indent-box {
  padding-left: 16px;
}

.terms__note-list {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  row-gap: 4px;
}

.terms__desc-list {
  margin-top: 16px;
}

.terms__note-item {
  padding-left: 1em;
  text-indent: -1em;
}

.terms__note-list--plus {
  padding-left: 24px;
}

.terms__note-list--space {
  padding: 0;
  margin-top: 16px;
}

/* 1. 「・」リスト */
.terms__note-list--dot .terms__note-item::before {
  content: "・";
}
/* ※を使う場合 */
.terms__note-list--dot .terms__note-item--asterisk::before {
  content: "※";
}

/* 2. マークなし（全角スペース）リスト */
.terms__note-list--plain .terms__note-item::before {
  content: "　"; /* 全角スペース */
}

/* 3. 「＋」リスト */
.terms__note-list--plus .terms__note-item::before {
  content: "＋";
}
/* この行はマーク非表示 */
.terms__note-list--plus .terms__note-item--noicon::before {
  content: none;
}

.terms__bold-text {
  font-weight: 700;
}

/* 追従ボタン (Sticky Button) */
.sticky-btn {
  position: sticky;
  z-index: 1000;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden; /* 非表示にしてクリックできない状態にする */
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  margin: 64px 0;
  opacity: 0; 
  background: rgba(255, 255, 255, 0.6);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, padding 0.3s ease;
  transform: translateY(100%);
}

.sticky-btn.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); 
}
