@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #1c1c24;
  --color-white: #fff;
  --color-pink: #e37f9d;
  --color-pink-light: #f2d2d5;
  --gradient-title: linear-gradient(90deg, rgb(28, 28, 36) 0%, rgb(227, 127, 157) 100%);
  --gradient-btn: linear-gradient(90deg, rgb(240, 152, 178) 0%, #f2d2d5 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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

nav 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;
}

/* 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;
}

html {
  width: 100%;
  font-size: 62.5%;
  font-size: min(2.6666666667vw, 14.4px);
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pc.jpg") no-repeat center/cover;
}
.l-wrap__container {
  width: 100%;
  max-width: 540px;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  background: url("../img/bg/bg_pink.jpg") repeat-y center top/100% auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}

.l-footer {
  display: block;
  position: relative;
  background: #faeaeb;
}
.l-footer__content {
  width: 84%;
  display: block;
  position: relative;
  margin: 4.4rem auto 0;
  padding-bottom: 3rem;
}
.l-footer__deco {
  width: 100%;
  height: 4rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(to right, rgb(84, 77, 79) 0%, rgb(187, 183, 171) 100%);
}
.l-footer__deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/tape.png) repeat-x 0 50%/38.25rem auto;
}
.l-footer__pagetop {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer__pagetop:hover {
    opacity: 0.5;
  }
}
.l-footer__pagetop-text {
  writing-mode: vertical-lr;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: var(--color-text);
  font-size: 11px;
  letter-spacing: 1px;
}
.l-footer__pagetop-arrow {
  width: 0.43rem;
  display: block;
  position: relative;
  margin-left: 0.6rem;
}
.l-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer__legal {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 4.5rem;
}
.l-footer__copy {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: block;
  position: relative;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item {
  margin-top: 1rem;
}
.l-footer_help__link {
  text-decoration: none;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: var(--color-black);
  letter-spacing: 0.5px;
  position: relative;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}

.l-footer_share {
  display: block;
  position: relative;
}
.l-footer_share__list {
  display: flex;
  position: relative;
}
.l-footer_share__list-item {
  width: 2.5rem;
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 2rem;
}
.l-footer_share__link {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.5;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4rem 0 8.3rem;
}
.p-hero__logo {
  width: 12rem;
  display: block;
  position: relative;
  margin: 0 auto 1.9rem;
}
.p-hero__title {
  display: block;
  position: relative;
}
.p-hero__title-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto 0.4rem;
  font-size: 1.3rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
.p-hero__title-main {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
.p-hero__entry {
  width: 90%;
  max-width: 25.6rem;
  display: block;
  position: relative;
  margin: 2.6rem auto 0;
}
.p-hero__lead {
  display: block;
  position: relative;
  margin-top: 3.2rem;
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
}

.p-hero_entry {
  display: block;
  position: relative;
}
.p-hero_entry__btn {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_entry__btn {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-hero_entry__btn:hover {
    opacity: 0.5;
  }
}
.p-hero_entry__btn::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.p-hero_entry__btn-base {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero_entry__btn-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.35rem;
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-hero_entry__btn-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-hero_entry__btn-text:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-hero_entry__btn-text:hover {
      text-decoration: underline;
    }
  }
}

.p-today {
  display: block;
  position: relative;
  padding: 8.5rem 0;
  background: url("../img/bg/bg_silver.jpg") repeat-y center top/100% auto;
}
.p-today__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-today__header {
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
}
.p-today__title {
  display: block;
  position: relative;
  font-size: 4.8rem;
  line-height: 1;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
.p-today__lead {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  text-align: center;
}
.p-today__inner {
  display: block;
  position: relative;
}

.p-today_data {
  display: block;
  position: relative;
}
.p-today_data__date {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
}
.p-today_data__thumb {
  width: 100%;
  max-width: 23rem;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
}
.p-today_data__thumb-img {
  display: block;
  position: relative;
}
.p-today_data__btn {
  width: 90%;
  max-width: 25.5rem;
  display: block;
  position: relative;
  margin: 3.7rem auto 0;
}
.p-today_data__btn::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 1.8rem;
  background: url("../img/sns_x.svg") no-repeat center/contain;
}
.p-today_data__btn-base {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-today_data__btn-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.35rem;
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-today_data__btn-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-today_data__btn-text:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-today_data__btn-text:hover {
      text-decoration: underline;
    }
  }
}

.p-archive {
  display: block;
  position: relative;
  padding: 8.5rem 0 4rem;
}
.p-archive__container {
  width: 84%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-archive__header {
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
}
.p-archive__title {
  display: block;
  position: relative;
  font-size: 4.8rem;
  line-height: 1;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
.p-archive__lead {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  text-align: center;
}
.p-archive__inner {
  display: block;
  position: relative;
}
.p-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2rem;
  position: relative;
}

.p-archive_data {
  display: block;
  position: relative;
}
.p-archive_data__date {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 1.7rem;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
}
.p-archive_data__thumb {
  width: 100%;
  max-width: 23rem;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.p-archive_data__thumb-img {
  display: block;
  position: relative;
}
.p-archive_data__share {
  width: 100%;
  height: 4rem;
  display: block;
  position: relative;
  margin: 1.1rem auto 0;
  background: var(--gradient-btn);
}
@media (hover: hover) and (pointer: fine) {
  .p-archive_data__share {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-archive_data__share:hover {
    opacity: 0.7;
  }
}
.p-archive_data__share::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 1.5rem;
  background: url("../img/sns_x.svg") no-repeat center/contain;
}
.p-archive_data__share-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.35rem;
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-archive_data__share-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-archive_data__share-text:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-archive_data__share-text:hover {
      text-decoration: underline;
    }
  }
}
.p-archive_data__dl {
  width: 100%;
  height: 4rem;
  display: block;
  position: relative;
  margin: 0.5rem auto 0;
  background: var(--gradient-btn);
}
@media (hover: hover) and (pointer: fine) {
  .p-archive_data__dl {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-archive_data__dl:hover {
    opacity: 0.7;
  }
}
.p-archive_data__dl-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.35rem;
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-archive_data__dl-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-archive_data__dl-text:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-archive_data__dl-text:hover {
      text-decoration: underline;
    }
  }
}

.p-bonus {
  display: block;
  position: relative;
  padding: 4.5rem 0 9rem;
}
.p-bonus__container {
  width: 84%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-bonus__header {
  display: block;
  position: relative;
  margin-bottom: 3.7rem;
}
.p-bonus__title {
  display: block;
  position: relative;
  font-size: 4.8rem;
  line-height: 1;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
.p-bonus__lead {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  text-align: center;
}
.p-bonus__inner {
  display: block;
  position: relative;
}
.p-bonus__list {
  display: block;
  position: relative;
}
.p-bonus__list-item {
  display: block;
  position: relative;
}
.p-bonus__list-item + .p-bonus__list-item {
  margin-top: 2.4rem;
}

.p-bonus_data {
  width: 100%;
  min-height: 5.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 7rem;
  margin: 0 auto;
  background: var(--color-white);
}
.p-bonus_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-pink);
}
.p-bonus_data__badge {
  width: 6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translate(-50%, -50%);
}
.p-bonus_data__badge-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3.8rem;
  line-height: 0.4;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
.p-bonus_data__badge-text small {
  font-size: 1.2rem;
}
.p-bonus_data__text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-bonus_data__link {
  width: 6.8rem;
  height: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 50%;
  left: calc(100% - 1.9rem);
  padding: 0.5rem 1.2rem;
  color: var(--color-white);
  background: var(--color-pink);
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .p-bonus_data__link {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-bonus_data__link:hover {
    opacity: 0.7;
  }
}
.p-bonus_data__link::after {
  content: "";
  width: 0.8rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0%, -50%);
  border-left: 0.8rem solid var(--color-white);
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
}
.p-bonus_data__link-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "benton-modern-display-compre", YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-bonus_data__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-bonus_data__link-text:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-bonus_data__link-text:hover {
      text-decoration: underline;
    }
  }
}

.p-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(227, 127, 157, 0.85);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s var(--ease_out);
}
.p-dialog.is-dialog-show {
  opacity: 1;
  pointer-events: auto;
}
.p-dialog__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.p-dialog__content {
  width: 90%;
  max-width: 88rem;
  display: block;
  position: relative;
  background-color: var(--color-cream);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-dialog__content {
    width: 90%;
  }
}
.p-dialog__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-red-dark);
  border-radius: 2rem;
}
.p-dialog__close {
  width: 5rem;
  height: 3rem;
  display: block;
  position: fixed;
  top: 1.2rem;
  right: 1.2rem;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}
.p-dialog__close::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
  background-color: var(--color-white);
  z-index: 1;
  border-radius: 20rem;
}
.p-dialog__close::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  background-color: var(--color-white);
  z-index: 1;
  border-radius: 20rem;
}

.p-dialog_content {
  display: block;
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
  background: url("../img/bg/bg_pink.jpg") no-repeat center/100% auto;
}
.p-dialog_content__container {
  display: block;
  position: relative;
}
.p-dialog_content__header {
  display: block;
  position: relative;
  padding-bottom: 3.5rem;
}
.p-dialog_content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
.p-dialog_content__inner {
  width: 90%;
  max-width: 28rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 0;
}
.p-dialog_content__text {
  display: block;
  position: relative;
  margin-bottom: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.p-dialog_content__note {
  width: 100%;
  display: block;
  position: relative;
  margin: 3rem auto 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.p-dialog_content__note small {
  font-size: 0.8em;
}
.p-dialog_content__note a {
  color: var(--color-pink);
  text-decoration: underline;
}
.p-dialog_content__note + .p-dialog_content__note {
  margin-top: 1rem;
}

.p-dialog_form {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-dialog_form__field {
  display: block;
  position: relative;
}
.p-dialog_form__field-cap {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: var(--color-pink);
}
.p-dialog_form__field-input {
  display: block;
  position: relative;
}
.p-dialog_form__field-input input {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.2rem 1rem;
  font-size: 16px;
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  color: var(--color-text);
  background-color: var(--color-white);
  border: 1px solid var(--color-pink-light);
  box-sizing: border-box;
  outline-color: var(--color-pink-light) !important;
}
.p-dialog_form__error {
  display: block;
  position: relative;
  margin-top: 1.6rem;
  font-size: 1.25rem;
  color: var(--color-red);
  text-align: center;
}
.p-dialog_form__link {
  width: 21.5rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
.p-dialog_form__btn {
  width: 100%;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background: var(--gradient-btn);
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-dialog_form__btn {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-dialog_form__btn:hover {
    opacity: 0.7;
  }
}
.p-dialog_form__btn + .p-dialog_form__btn {
  margin-top: 2rem;
}
.p-dialog_form__btn::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.p-dialog_form__btn-text {
  width: 100%;
  display: block;
  position: relative;
  top: 0.2rem;
  font-size: 1.3rem;
  font-family: YakuHanMP, source-han-serif-jp-subset, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-dialog_form__btn-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-dialog_form__btn-text:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-dialog_form__btn-text:hover {
      text-decoration: underline;
    }
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}