@charset "UTF-8";
main {
  background-color: #fff100;
}

/* ヒーロー */
.shoplp-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 20px 56px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-hero {
    padding: calc(36 * 100vw / 1200) calc(20 * 100vw / 1200) calc(56 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-hero {
    padding: 7vw 3vw 10vw;
  }
}
.shoplp-hero {
  /* タイトル上の画像（手数料不要!／導入簡単!） */
}
.shoplp-hero__top {
  display: block;
  height: auto;
  margin: 0 auto 8px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-hero__top {
    margin-bottom: calc(8 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-hero__top {
    margin-bottom: 1.5vw;
  }
}
.shoplp-hero__top--pc {
  width: 528px;
  max-width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-hero__top--pc {
    width: calc(528 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-hero__top--pc {
    display: none;
  }
}
.shoplp-hero__top--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .shoplp-hero__top--sp {
    display: block;
    width: 86vw;
  }
}
.shoplp-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-hero__inner {
    gap: calc(28 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-hero__inner {
    gap: 2.5vw;
  }
}
.shoplp-hero {
  /* 左右の括弧（黒い斜線） */
}
.shoplp-hero__bar {
  flex-shrink: 0;
  width: 3px;
  height: 134px;
  background-color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-hero__bar {
    width: calc(3 * 100vw / 1200);
    height: calc(134 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-hero__bar {
    width: 0.6vw;
    height: 16.4vw;
  }
}
.shoplp-hero__bar--l {
  transform: rotate(-14deg);
}
.shoplp-hero__bar--r {
  transform: rotate(14deg);
}
.shoplp-hero__body {
  text-align: center;
}
.shoplp-hero__sub {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 37px;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-hero__sub {
    font-size: calc(37 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-hero__sub {
    font-size: 5vw;
  }
}
.shoplp-hero__title {
  margin: 6px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 70px;
  line-height: 1.1;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-hero__title {
    margin-top: calc(6 * 100vw / 1200);
    font-size: calc(70 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-hero__title {
    margin-top: 1vw;
    font-size: 9.1vw;
  }
}
.shoplp-hero__title-inner {
  display: inline-block;
  /* 黄色ハイライト（マーカー） */
  background: linear-gradient(to top, #fdd000 22px, transparent 22px);
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-hero__title-inner {
    background: linear-gradient(to top, #fdd000 calc(22 * 100vw / 1200), transparent calc(22 * 100vw / 1200));
  }
}
@media screen and (max-width: 768px) {
  .shoplp-hero__title-inner {
    background: linear-gradient(to top, #fdd000 5vw, transparent 5vw);
  }
}

/* 参加店舗に応募する（ヒーロー直下CTA／白背景） */
.shoplp-apply {
  background-color: #fff;
  text-align: center;
  padding: 40px 20px 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-apply {
    padding: calc(40 * 100vw / 1200) calc(20 * 100vw / 1200) 0;
  }
}
@media screen and (max-width: 768px) {
  .shoplp-apply {
    padding: 8vw 5vw 0;
  }
}
.shoplp-apply__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-apply__title {
    font-size: calc(40 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-apply__title {
    font-size: 6.4vw;
  }
}
.shoplp-apply .shoplp-btn {
  margin-top: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-apply .shoplp-btn {
    margin-top: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-apply .shoplp-btn {
    margin-top: 4vw;
  }
}
.shoplp-apply .shop_link {
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-apply .shop_link {
    margin-top: calc(18 * 100vw / 1200);
    font-size: calc(21 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-apply .shop_link {
    margin-top: 4vw;
    font-size: 2.9vw;
  }
}
.shoplp-apply .shop_link a {
  text-decoration: underline;
}

/* コンテンツラッパー */
.shoplp {
  padding: 0 20px 80px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp {
    padding: 0 calc(20 * 100vw / 1200) calc(80 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp {
    padding: 0 15px 14vw;
  }
}
.shoplp--intro {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 56px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp--intro {
    padding-top: calc(48 * 100vw / 1200);
    padding-bottom: calc(56 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp--intro {
    padding: 8vw 15px 12vw;
  }
}

/* 冒頭の注意ボックス */
.shoplp-notice {
  max-width: 752px;
  margin: 0 auto;
  padding: 18px 28px;
  border: 2px solid #000;
  border-radius: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-notice {
    max-width: calc(752 * 100vw / 1200);
    padding: calc(18 * 100vw / 1200) calc(28 * 100vw / 1200);
    border-radius: calc(19 * 100vw / 1200);
    font-size: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-notice {
    padding: 4vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}

/* 「難しそう...」→「そんなことはありません!」 */
.reverse {
  margin: 48px auto 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reverse {
    margin-top: calc(48 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .reverse {
    margin-top: 9vw;
  }
}
.reverse__band {
  max-width: 998px;
  margin: 0 auto;
  padding: 24px 20px;
  border-radius: 15px;
  background-color: #ed6c00;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reverse__band {
    max-width: calc(998 * 100vw / 1200);
    padding: calc(24 * 100vw / 1200) calc(20 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200);
  }
}
.reverse__band {
  /* SPは角丸なし・画面幅いっぱい（親の左右15px paddingを打ち消す） */
}
@media screen and (max-width: 768px) {
  .reverse__band {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 4vw 4vw;
    border-radius: 0;
  }
}
.reverse__q {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reverse__q {
    font-size: calc(22 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .reverse__q {
    font-size: 3.7vw;
  }
}
.reverse__a {
  margin: 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.26;
  color: #fff100;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reverse__a {
    margin-top: calc(10 * 100vw / 1200);
    font-size: calc(44 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .reverse__a {
    margin-top: 2vw;
    font-size: 6.8vw;
  }
}
.reverse {
  /* 下向き三角 */
}
.reverse__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: -14px auto 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 50px solid #ed6c00;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .reverse__arrow {
    margin-top: calc(-14 * 100vw / 1200);
    border-left-width: calc(48 * 100vw / 1200);
    border-right-width: calc(48 * 100vw / 1200);
    border-top-width: calc(50 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .reverse__arrow {
    margin-top: calc(-3 * 100vw / 1200);
    border-left-width: 7vw;
    border-right-width: 7vw;
    border-top-width: 7.5vw;
  }
}

/* 実は導入はとっても簡単! */
.easy {
  max-width: 814px;
  margin: 28px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .easy {
    max-width: calc(814 * 100vw / 1200);
    margin-top: calc(28 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .easy {
    margin-top: 6vw;
  }
}
.easy__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 58px;
  line-height: 1.28;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .easy__head {
    gap: calc(12 * 100vw / 1200);
    margin-bottom: calc(24 * 100vw / 1200);
    font-size: calc(58 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .easy__head {
    gap: 2vw;
    margin-bottom: 5vw;
    font-size: 7.2vw;
  }
}
.easy__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 84px;
  border-radius: 50% 50% 50% 0;
  background-color: #ed6c00;
  font-weight: 900;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .easy__badge {
    width: calc(100 * 100vw / 1200);
    height: calc(84 * 100vw / 1200);
    font-size: calc(28 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .easy__badge {
    width: 13vw;
    height: 11vw;
    font-size: 4vw;
  }
}
.easy__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .easy__list {
    gap: calc(30 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .easy__list {
    gap: 5vw;
  }
}

/* Q&Aカード */
.qa-card {
  width: calc((100% - 30px) / 2);
  border: 5px solid #fff100;
  border-radius: 20px;
  background-color: #fff100;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .qa-card {
    width: calc((100% - 30 * 100vw / 1200) / 2);
    border-width: calc(5 * 100vw / 1200);
    border-radius: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .qa-card {
    width: 100%;
    border-width: 1.2vw;
    border-radius: 3vw;
  }
}
.qa-card__q {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 73px;
  padding: 8px 14px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.28;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .qa-card__q {
    min-height: calc(73 * 100vw / 1200);
    padding: calc(8 * 100vw / 1200) calc(14 * 100vw / 1200);
    font-size: calc(23 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .qa-card__q {
    min-height: 14vw;
    padding: 2vw 3vw;
    font-size: 4.5vw;
  }
}
.qa-card__q {
  /* 下向きの白い切り欠き */
}
.qa-card__q::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 14px solid #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .qa-card__q::after {
    border-left-width: calc(17 * 100vw / 1200);
    border-right-width: calc(17 * 100vw / 1200);
    border-top-width: calc(14 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .qa-card__q::after {
    border-left-width: 3.4vw;
    border-right-width: 3.4vw;
    border-top-width: 2.8vw;
  }
}
.qa-card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 137px;
  padding: 14px 18px;
  background-color: #fff100;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .qa-card__body {
    gap: calc(14 * 100vw / 1200);
    min-height: calc(137 * 100vw / 1200);
    padding: calc(14 * 100vw / 1200) calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .qa-card__body {
    gap: 3vw;
    min-height: 26vw;
    padding: 3vw 4vw;
  }
}
.qa-card__icon {
  flex-shrink: 0;
  width: 70px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .qa-card__icon {
    width: calc(70 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .qa-card__icon {
    width: 14vw;
  }
}
.qa-card__a {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.28;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .qa-card__a {
    font-size: calc(30 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .qa-card__a {
    font-size: 5.6vw;
  }
}
.qa-card__a--strong {
  color: #e71f19;
}
.qa-card__a--sub {
  font-size: 21px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .qa-card__a--sub {
    font-size: calc(21 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .qa-card__a--sub {
    font-size: 4vw;
  }
}

/* ページタイトルバナー */
.page-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  padding: 20px;
  background-color: #ed6c00;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page-head {
    min-height: calc(126 * 100vw / 1200);
    padding: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .page-head {
    min-height: 0;
    padding: 6vw 5vw;
  }
}
.page-head__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page-head__title {
    font-size: calc(33 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .page-head__title {
    font-size: 5.6vw;
  }
}

/* 申込フロー */
.flow {
  max-width: 772px;
  margin: 56px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .flow {
    max-width: calc(772 * 100vw / 1200);
    margin-top: calc(56 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 9vw;
  }
}
.flow__title {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .flow__title {
    margin-bottom: calc(24 * 100vw / 1200);
    font-size: calc(30 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .flow__title {
    margin-bottom: 5vw;
    font-size: 5.7vw;
  }
}
.flow__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-step {
  position: relative;
  margin-bottom: 66px;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .flow-step {
    margin-bottom: calc(66 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .flow-step {
    margin-bottom: 13vw;
  }
}
.flow-step:last-child {
  margin-bottom: 0;
}
.flow-step {
  /* STEP間の矢印（SVG） */
}
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  width: 35px;
  height: 26px;
  background: url(../images/shop_lp/alloow.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .flow-step:not(:last-child)::after {
    margin-top: calc(20 * 100vw / 1200);
    width: calc(35 * 100vw / 1200);
    height: calc(26 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .flow-step:not(:last-child)::after {
    margin-top: 4vw;
    width: 7.95vw;
    height: 5.91vw;
  }
}
.flow-step__head {
  margin: 0;
  padding: 5px 10px;
  border-radius: 15px 15px 0 0;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .flow-step__head {
    padding: calc(5 * 100vw / 1200) calc(10 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200) calc(15 * 100vw / 1200) 0 0;
    font-size: calc(22 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .flow-step__head {
    font-size: 4.5vw;
    border-radius: 3.4vw 3.4vw 0 0;
    padding: 1.33vw 2.67vw;
  }
}
.flow-step__body {
  padding: 28px 20px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .flow-step__body {
    padding: calc(28 * 100vw / 1200) calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .flow-step__body {
    padding: 5vw 4vw;
  }
}
.flow-step__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .flow-step__lead {
    font-size: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .flow-step__lead {
    font-size: 4.5vw;
  }
}
.flow-step__note {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .flow-step__note {
    margin-top: calc(8 * 100vw / 1200);
    font-size: calc(16 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .flow-step__note {
    font-size: 3vw;
  }
}

/* 白カード */
.shoplp-card {
  max-width: 999px;
  margin: 56px auto 0;
  padding: 60px 0 90px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-card {
    max-width: calc(999 * 100vw / 1200);
    margin-top: calc(56 * 100vw / 1200);
    padding: calc(60 * 100vw / 1200) 0 calc(90 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-card {
    margin-top: 9vw;
    padding: 30px 0 44px;
  }
}
.shoplp-card > * {
  width: 750px;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-card > * {
    width: calc(750 * 100vw / 1200);
  }
}
.shoplp-card .shop_link {
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-card .shop_link {
    margin-top: calc(18 * 100vw / 1200);
    font-size: calc(21 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-card .shop_link {
    margin-top: 4vw;
    font-size: 2.9vw;
  }
}
.shoplp-card .shop_link a {
  text-decoration: underline;
}

/* ボックス間の矢印（SVG） */
.shoplp-arrow {
  width: 35px;
  height: 26px;
  margin: 4px auto 24px;
  background: url(../images/shop_lp/red_arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-arrow {
    width: calc(35 * 100vw / 1200);
    height: calc(26 * 100vw / 1200);
    margin: calc(4 * 100vw / 1200) auto calc(24 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-arrow {
    width: 7.95vw;
    height: 5.91vw;
    margin: 1vw auto 5vw;
  }
}

/* オレンジ吹き出し見出し */
.shoplp-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  margin: 0 auto 56px;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: #ed6c00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-bubble {
    min-height: calc(100 * 100vw / 1200);
    margin-bottom: calc(56 * 100vw / 1200);
    padding: calc(10 * 100vw / 1200) calc(20 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200);
    font-size: calc(30 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-bubble {
    min-height: 22.7vw;
    margin-bottom: 7.3vw;
    border-radius: 3.4vw;
    font-size: 5.3vw;
  }
}
.shoplp-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -15px);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 42px solid #ed6c00;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-bubble::after {
    transform: translate(-50%, calc(-15 * 100vw / 1200));
    border-left-width: calc(30 * 100vw / 1200);
    border-right-width: calc(30 * 100vw / 1200);
    border-top-width: calc(42 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-bubble::after {
    transform: translate(-50%, -4vw);
    border-left-width: 6vw;
    border-right-width: 6vw;
    border-top-width: 8.5vw;
  }
}

/* 電子商品券オンライン相談会 */
.consult {
  text-align: center;
  /* オレンジ見出しブロック */
}
.consult__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  margin: 0 auto 56px;
  padding: 16px 20px;
  border-radius: 15px;
  background-color: #ed6c00;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .consult__head {
    min-height: calc(142 * 100vw / 1200);
    margin-bottom: calc(56 * 100vw / 1200);
    padding: calc(16 * 100vw / 1200) calc(20 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .consult__head {
    min-height: 28vw;
    margin-bottom: 7.3vw;
    padding: 4vw;
    border-radius: 3.4vw;
  }
}
.consult__head {
  /* 下向き三角 */
}
.consult__head::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -15px);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 42px solid #ed6c00;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .consult__head::after {
    transform: translate(-50%, calc(-15 * 100vw / 1200));
    border-left-width: calc(30 * 100vw / 1200);
    border-right-width: calc(30 * 100vw / 1200);
    border-top-width: calc(42 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .consult__head::after {
    transform: translate(-50%, -4vw);
    border-left-width: 6vw;
    border-right-width: 6vw;
    border-top-width: 8.5vw;
  }
}
.consult {
  /* 上部キャッチ（白文字＋左右の白斜線） */
}
.consult__catch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .consult__catch {
    gap: calc(14 * 100vw / 1200);
    font-size: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .consult__catch {
    gap: 2.5vw;
    font-size: 3.6vw;
  }
}
.consult__slash {
  flex-shrink: 0;
  width: 2px;
  height: 56px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .consult__slash {
    width: calc(2 * 100vw / 1200);
    height: calc(56 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .consult__slash {
    width: 0.4vw;
    height: 12vw;
  }
}
.consult__slash--l {
  transform: rotate(-20deg);
}
.consult__slash--r {
  transform: rotate(20deg);
}
.consult {
  /* メインタイトル */
}
.consult__title {
  margin: 4px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .consult__title {
    margin-top: calc(4 * 100vw / 1200);
    font-size: calc(30 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .consult__title {
    margin-top: 1vw;
    font-size: 5vw;
  }
}
.consult {
  /* 本文 */
}
.consult__lead {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .consult__lead {
    font-size: calc(23 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .consult__lead {
    font-size: 4.5vw;
    line-height: 1.4;
  }
}
.consult__memo {
  margin: 16px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .consult__memo {
    margin-top: calc(16 * 100vw / 1200);
    font-size: calc(12 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .consult__memo {
    margin-top: 3vw;
    font-size: 2.9vw;
    line-height: 1.5;
  }
}
.consult .shoplp-btn {
  margin-top: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .consult .shoplp-btn {
    margin-top: calc(28 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .consult .shoplp-btn {
    margin-top: 5vw;
  }
}

/* 募集期間 */
.shoplp-period {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.3;
  color: #ed6c00;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-period {
    font-size: calc(30 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-period {
    font-size: 5vw;
  }
}

.shoplp-note {
  margin: 18px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-note {
    margin-top: calc(18 * 100vw / 1200);
    font-size: calc(12 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-note {
    font-size: 2.7vw;
  }
}

.shoplp-lead {
  margin: 24px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-lead {
    margin-top: calc(24 * 100vw / 1200);
    font-size: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-lead {
    font-size: 4.1vw;
  }
}

/* 黄色ボタン */
.shoplp-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  max-width: 100%;
  min-height: 100px;
  margin: 28px auto 0;
  padding: 10px 30px;
  border: 3px solid #000;
  border-radius: 15px;
  background-color: #fff100;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21.55px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-btn {
    width: calc(350 * 100vw / 1200);
    min-height: calc(100 * 100vw / 1200);
    margin-top: calc(28 * 100vw / 1200);
    padding: calc(10 * 100vw / 1200) calc(30 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200);
    font-size: calc(21.55 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-btn {
    width: 90%;
    min-height: 22vw;
    border-width: 2px;
    border-radius: 3.4vw;
    font-size: 3.9vw;
  }
}
.shoplp-btn--narrow {
  width: 326px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-btn--narrow {
    width: calc(326 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-btn--narrow {
    width: 90%;
  }
}
.shoplp-btn__arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(-50%, -15px);
  font-size: 13.469px;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-btn__arrow {
    right: calc(18 * 100vw / 1200);
    transform: translate(-50%, calc(-15 * 100vw / 1200));
    font-size: calc(13.469 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-btn__arrow {
    right: 4vw;
    transform: translate(-50%, -2vw);
    font-size: 3vw;
  }
}

/* 破線区切り */
.shoplp-sep {
  margin: 56px auto;
  border: none;
  border-top: 4px solid #b5b5b5;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-sep {
    margin: calc(56 * 100vw / 1200) auto;
    border-top: calc(4 * 100vw / 1200) solid #b5b5b5;
  }
}
@media screen and (max-width: 768px) {
  .shoplp-sep {
    margin: 10vw auto;
    border-top: 1.1vw solid #b5b5b5;
  }
}

/* =====================================================
   説明会セクション（参加検討者説明会 / 参加店舗事務説明会）
   ===================================================== */
.briefing__bubble {
  gap: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .briefing__bubble {
    gap: calc(12 * 100vw / 1200);
  }
}
.briefing__bubble {
  /* SPは見出しテキストと開催月を縦並び */
}
@media screen and (max-width: 768px) {
  .briefing__bubble {
    flex-direction: column;
    gap: 2vw;
  }
}
.briefing__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 99px;
  padding: 4px 10px;
  border: 2px solid #fff;
  border-radius: 21px;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .briefing__badge {
    min-width: calc(99 * 100vw / 1200);
    padding: calc(4 * 100vw / 1200) calc(10 * 100vw / 1200);
    border-radius: calc(21 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .briefing__badge {
    min-width: 24vw;
    padding: 1vw 3vw;
    border-radius: 4vw;
    font-size: 3.6vw;
    position: relative;
    z-index: 2;
  }
}
.briefing__lead {
  margin: 0 auto 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .briefing__lead {
    margin-bottom: calc(30 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .briefing__lead {
    margin-bottom: 6vw;
    font-size: 4.1vw;
  }
}
.briefing__lead--bullets p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
  text-indent: -1em;
  padding-left: 1em;
}
.briefing__lead--bullets p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .briefing__lead--bullets p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .briefing__lead--bullets p {
    font-size: 3.6vw;
    margin-bottom: 1.5vw;
  }
}

/* オンライン／対面 カード */
.brief-card {
  position: relative;
  margin: 0 auto 24px;
  border: 2px solid #fdad00;
  border-radius: 15px;
  background-color: #fff8df;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-card {
    margin-bottom: calc(24 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-card {
    margin-bottom: 5vw;
    border-radius: 2.5vw;
  }
}
.brief-card__head {
  position: relative;
  margin: 0;
  padding: 14px 10px;
  background-color: #fdad00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-card__head {
    padding: calc(14 * 100vw / 1200) calc(10 * 100vw / 1200);
    font-size: calc(20 * 100vw / 1200);
  }
}
.brief-card__head {
  /* SPはアイコン分の左paddingを確保し、右paddingを詰めて2行表示 */
}
@media screen and (max-width: 768px) {
  .brief-card__head {
    padding: 3.5vw 2vw 3.5vw 18vw;
    font-size: 4.2vw;
    text-align: left;
  }
}
.brief-card__deadline {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-card__deadline {
    margin-top: calc(4 * 100vw / 1200);
    font-size: calc(16 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-card__deadline {
    margin-top: 1vw;
    font-size: 3.2vw;
  }
}
.brief-card {
  /* ヘッダー左に絶対配置（タイトルは中央のまま） */
}
.brief-card__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-card__icon {
    left: calc(20 * 100vw / 1200);
    width: calc(38 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-card__icon {
    left: 3vw;
    width: 9vw;
  }
}
.brief-card__body {
  padding: 28px 30px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-card__body {
    padding: calc(28 * 100vw / 1200) calc(30 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-card__body {
    padding: 5vw 5vw;
  }
}
.brief-card__tape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 130%;
  padding: 56px 0;
  background-color: #e71f19;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-card__tape {
    font-size: calc(22 * 100vw / 1200);
    padding: calc(56 * 100vw / 1200) 0;
  }
}
@media screen and (max-width: 768px) {
  .brief-card__tape {
    font-size: 4.5vw;
    padding: 12vw 0;
  }
}

/* 説明会 定義リスト */
.brief-dl {
  max-width: 567px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-dl {
    max-width: calc(567 * 100vw / 1200);
    font-size: calc(16 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-dl {
    font-size: 3.7vw;
  }
}
.brief-dl__row {
  display: flex;
  margin-bottom: 14px;
}
.brief-dl__row:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-dl__row {
    margin-bottom: calc(14 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-dl__row {
    margin-bottom: 3vw;
  }
}
.brief-dl__row dt {
  flex-shrink: 0;
  width: 68px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-dl__row dt {
    width: calc(68 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-dl__row dt {
    width: 16vw;
  }
}
.brief-dl__row dd {
  margin: 0;
  flex: 1;
}
.brief-dl__no {
  color: #ed6c00;
}
.brief-dl__memo {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-dl__memo {
    margin-top: calc(4 * 100vw / 1200);
    font-size: calc(12 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-dl__memo {
    font-size: 2.9vw;
  }
}

/* 申込方法ブロック */
.brief-apply {
  margin: 0 auto;
}
.brief-apply__head {
  margin: 0;
  padding: 14px 10px;
  border-radius: 15px 15px 0 0;
  background-color: #ed6c00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__head {
    padding: calc(14 * 100vw / 1200) calc(10 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200) calc(15 * 100vw / 1200) 0 0;
    font-size: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__head {
    padding: 3vw 2vw;
    border-radius: 2.5vw 2.5vw 0 0;
    font-size: 4.3vw;
  }
}
.brief-apply__body {
  padding: 28px 20px 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__body {
    padding: calc(28 * 100vw / 1200) calc(20 * 100vw / 1200) 0;
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__body {
    padding: 5vw 2vw 0;
  }
}
.brief-apply__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__lead {
    font-size: calc(16 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__lead {
    font-size: 3.7vw;
  }
}
.brief-apply__sep {
  margin: 24px auto;
  border: none;
  border-top: 1px solid #b5b5b5;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__sep {
    margin: calc(24 * 100vw / 1200) auto;
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__sep {
    margin: 6vw auto;
  }
}
.brief-apply {
  /* 収録映像行：8月下旬バッジ→モニター→テキストを横並び中央 */
}
.brief-apply__movie-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__movie-row {
    gap: calc(14 * 100vw / 1200);
  }
}
.brief-apply__movie-row {
  /* SPはモニターを最上段（全幅中央）に、その下にバッジ＋テキストを横並び */
}
@media screen and (max-width: 768px) {
  .brief-apply__movie-row {
    flex-wrap: wrap;
    gap: 0 1.5vw;
    row-gap: 2vw;
  }
}
.brief-apply__movie-row--online {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__movie-row--online {
    gap: calc(0 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__movie-row--online {
    gap: 0;
  }
}
.brief-apply__movie-row .movie-title {
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__movie-row .movie-title {
    font-size: calc(28 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__movie-row .movie-title {
    font-size: 4.3vw;
  }
}
.brief-apply {
  /* 収録映像の再生モニターアイコン（PC・タブレットは横並び左／SPは最上段中央） */
}
.brief-apply__icon {
  flex-shrink: 0;
  display: block;
  width: 74px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__icon {
    width: calc(74 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__icon {
    order: -1;
    flex-basis: 100%;
    width: 16vw;
    margin: 0 auto;
  }
}
.brief-apply__movie {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21.55px;
  line-height: 1.4;
  color: #ed6c00;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__movie {
    font-size: calc(21.55 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__movie {
    font-size: 4.3vw;
  }
}
.brief-apply {
  /* 「8月下旬」ステッカー（収録映像行の先頭・モニターの左／PC・SPとも表示） */
}
.brief-apply__circle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-7deg);
  width: 58px;
  height: 58px;
  border: 2px solid #ed6c00;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.1;
  color: #ed6c00;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__circle {
    width: calc(58 * 100vw / 1200);
    height: calc(58 * 100vw / 1200);
    font-size: calc(16 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__circle {
    width: 13vw;
    height: 13vw;
    font-size: 3vw;
  }
}
.brief-apply {
  /* SPは6月・8月とも モニターを中央上に積む（8月のみ収録テキスト左に丸バッジ） */
}
@media screen and (max-width: 768px) {
  .brief-apply__movie-row {
    flex-direction: column;
    gap: 2vw;
  }
}
.brief-apply__memo {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .brief-apply__memo {
    margin-top: calc(8 * 100vw / 1200);
    font-size: calc(12 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .brief-apply__memo {
    font-size: 2.9vw;
  }
}

/* 申込ボタン テープラップ */
.shoplp-tape-wrap {
  position: relative;
  width: 326px;
  max-width: 100%;
  margin: 28px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-tape-wrap {
    width: calc(326 * 100vw / 1200);
    margin-top: calc(28 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-tape-wrap {
    width: 90%;
    margin-top: 5vw;
  }
}
.shoplp-tape-wrap .shoplp-btn {
  margin: 0;
}
.shoplp-tape-wrap__tape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 130%;
  padding: 14px 0;
  background-color: #e71f19;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-tape-wrap__tape {
    font-size: calc(18 * 100vw / 1200);
    padding: calc(14 * 100vw / 1200) 0;
  }
}
@media screen and (max-width: 768px) {
  .shoplp-tape-wrap__tape {
    font-size: 3.8vw;
    padding: 3vw 0;
  }
}

/* クリームボックス（橙ヘッダー） */
.shoplp-box {
  margin: 0 auto 30px;
  border-radius: 15px;
  background-color: #fff5b1;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box {
    margin-bottom: calc(30 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-box {
    margin-bottom: 6vw;
    border-radius: 10px;
  }
}
.shoplp-box__head {
  margin: 0;
  padding: 5px 10px;
  background-color: #fdad00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box__head {
    padding: calc(5 * 100vw / 1200) calc(10 * 100vw / 1200);
    font-size: calc(22 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-box__head {
    font-size: 4.5vw;
    padding: 1.33vw 2.67vw;
  }
}
.shoplp-box__body {
  padding: 28px 30px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box__body {
    padding: calc(28 * 100vw / 1200) calc(30 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-box__body {
    padding: 5vw 4vw;
  }
}
.shoplp-box__body--center {
  text-align: center;
}
.shoplp-box__title {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box__title {
    margin-bottom: calc(8 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-box__title {
    font-size: 4.5vw;
  }
}
.shoplp-box__lead {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box__lead {
    margin-bottom: calc(16 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-box__lead {
    font-size: 4.5vw;
  }
}
.shoplp-box__strong {
  margin: 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box__strong {
    margin-top: calc(16 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-box__strong {
    font-size: 4.5vw;
  }
}
.shoplp-box__sub {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box__sub {
    margin-top: calc(12 * 100vw / 1200);
    font-size: calc(14 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-box__sub {
    font-size: 3.34vw;
    margin-top: 3.34vw;
  }
}
.shoplp-box__memo {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box__memo {
    margin-top: calc(8 * 100vw / 1200);
    font-size: calc(12 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-box__memo {
    font-size: 2.7vw;
  }
}
.shoplp-box__memo--left {
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-box__memo--left {
    margin-top: calc(20 * 100vw / 1200);
  }
}

/* 換金代金振込における注意事項（白枠ボックス） */
.shoplp-notice-box {
  margin: 0 auto 30px;
  padding: 30px 36px;
  border: 2px solid #fdad00;
  border-radius: 19px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-notice-box {
    margin-bottom: calc(30 * 100vw / 1200);
    padding: calc(30 * 100vw / 1200) calc(36 * 100vw / 1200);
    border-radius: calc(19 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-notice-box {
    margin-bottom: 6vw;
    padding: 6vw 7vw;
    border-radius: 4.32vw;
  }
}
.shoplp-notice-box__title {
  margin: 0 0 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-notice-box__title {
    margin-bottom: calc(22 * 100vw / 1200);
    font-size: calc(22 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-notice-box__title {
    margin-bottom: 5vw;
    font-size: 5vw;
  }
}
.shoplp-notice-box .shoplp-bullets li {
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .shoplp-notice-box .shoplp-bullets li {
    font-size: 4.09vw;
    line-height: 1.55;
  }
}

.shoplp-list {
  display: inline-block;
  margin: 12px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-list {
    margin: calc(12 * 100vw / 1200) 0;
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-list {
    font-size: 4.5vw;
  }
}

.shoplp-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shoplp-bullets--center {
  max-width: none;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-bullets--center {
    width: calc(510 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-bullets--center {
    width: 90%;
  }
}
.shoplp-bullets li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shoplp-bullets li {
    margin-bottom: calc(14 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .shoplp-bullets li {
    font-size: 4.1vw;
  }
}
.shoplp-bullets li:last-child {
  margin-bottom: 0;
}
.shoplp-bullets li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #fdad00;
}

/* ¥コイン（SVG画像） */
.yen-coin {
  display: block;
  width: 158px;
  height: auto;
  margin: 20px auto;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .yen-coin {
    width: calc(158 * 100vw / 1200);
    margin: calc(20 * 100vw / 1200) auto;
  }
}
@media screen and (max-width: 768px) {
  .yen-coin {
    width: 35.9vw;
    margin: 5vw auto;
  }
}

/* 換金サイクル */
.cycle {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .cycle {
    margin-top: calc(20 * 100vw / 1200);
  }
}
.cycle__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .cycle__title {
    font-size: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .cycle__title {
    font-size: 4.5vw;
  }
}
.cycle__type {
  margin: 4px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #ed6c00;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .cycle__type {
    margin-top: calc(4 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .cycle__type {
    font-size: 4.1vw;
  }
}
.cycle__dates {
  margin: 2px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .cycle__dates {
    margin-top: calc(2 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .cycle__dates {
    font-size: 4.1vw;
  }
}
.cycle__sep {
  width: 320px;
  max-width: 80%;
  margin: 20px auto 0;
  border: none;
  border-top: 2px solid #ed6c00;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .cycle__sep {
    width: calc(320 * 100vw / 1200);
    margin-top: calc(20 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .cycle__sep {
    width: 100%;
    max-width: none;
    margin: 5vw auto 0;
    border-top: 1vw solid #ed6c00;
  }
}

/* =====================================================
   利用者よくあるご質問（FAQ）※Figma SP デザイン準拠
   ===================================================== */
.faq-section {
  background-color: #fff100;
  padding: 60px 20px 80px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-section {
    padding: calc(60 * 100vw / 1200) calc(20 * 100vw / 1200) calc(80 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 12vw 5vw 14vw;
  }
}

/* 緑の角丸ボタン型タイトル（利用者よくあるご質問 ▶／inquiryへのリンク） */
.faq-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 750px;
  max-width: 100%;
  min-height: 100px;
  margin: 0 auto;
  padding: 10px 40px;
  border-radius: 15px;
  background-color: #00A73C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-head {
    width: calc(750 * 100vw / 1200);
    min-height: calc(100 * 100vw / 1200);
    padding: calc(10 * 100vw / 1200) calc(40 * 100vw / 1200);
    border-radius: calc(15 * 100vw / 1200);
    font-size: calc(25 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .faq-head {
    width: 100%;
    min-height: 22vw;
    padding: 2vw 8vw;
    border-radius: 3.4vw;
    font-size: 5vw;
  }
}
.faq-head__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  color: #fff;
  transition: transform 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-head__arrow {
    right: calc(20 * 100vw / 1200);
    font-size: calc(14 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .faq-head__arrow {
    right: 4vw;
    font-size: 3vw;
  }
}

/* タイトルクリックで一覧を開閉 */
.faq-section.is-open .faq-head__arrow {
  transform: translateY(-50%) rotate(90deg);
}

/* タイトル直下にくっつく白ボックス（初期は非表示／アコーディオン） */
.faq-box {
  display: none;
  width: 750px;
  max-width: 100%;
  margin: -10px auto 0;
  padding: 0 40px;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-box {
    width: calc(750 * 100vw / 1200);
    margin-top: -0.83vw;
    padding: 0 calc(40 * 100vw / 1200);
    border-radius: 0 0 calc(15 * 100vw / 1200) calc(15 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .faq-box {
    width: 100%;
    margin-top: -2vw;
    padding: 0 5vw;
    border-radius: 0 0 2.5vw 2.5vw;
  }
}

.faq-row {
  padding: 24px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-row {
    padding: calc(24 * 100vw / 1200) 0;
  }
}
@media screen and (max-width: 768px) {
  .faq-row {
    padding: 5vw 0;
  }
}
.faq-row:last-child {
  border-bottom: none;
}

.faq-q,
.faq-a__inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-q,
  .faq-a__inner {
    gap: calc(14 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .faq-q,
  .faq-a__inner {
    gap: 3vw;
    font-size: 3.7vw;
  }
}

.faq-q {
  position: relative;
  align-items: center;
  line-height: 1.4;
}

.faq-a {
  margin-top: 18px; /* Q・A常時表示（開閉はタイトルで一覧ごと） */
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-a {
    margin-top: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .faq-a {
    margin-top: 4vw;
  }
}

.faq-a__inner {
  line-height: 1.6;
}

.faq-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-icon {
    flex-basis: calc(34 * 100vw / 1200);
    width: calc(34 * 100vw / 1200);
    height: calc(34 * 100vw / 1200);
    font-size: calc(18 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .faq-icon {
    flex-basis: 8vw;
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
  }
}
.faq-icon--q {
  background-color: #fff5b1;
  color: #00A73C;
}
.faq-icon--a {
  background-color: #00A73C;
  color: #fff;
}

.faq-q__text {
  flex: 1;
}

.faq-a__text {
  flex: 1;
  padding-top: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .faq-a__text {
    padding-top: calc(5 * 100vw / 1200);
  }
}
@media screen and (max-width: 768px) {
  .faq-a__text {
    padding-top: 1vw;
  }
}/*# sourceMappingURL=style_shop_lp.css.map */