@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --gray: #c8c8c8;
  --white: #ffffff;
  --black: #443e3e;
  --grayblack: #3d3737;
  --lightgray: #706b68;
  --red:#F36337;
  --yellow: #E9B649;
  --gold:#CCC292;
  --brown:#6e2837;
  --darkbrown:#644e12;
  --blue:#022ebc;
  --light-blue:#03bbda;
  --navy:#01175e;
  --green:#45C125;
  --greenblack:#455151;
  --orange:#ff6b41;
  --ivory:#fff5e1;
  --pink:#e5006e;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-padding-top: 20px;
}

body {
  background-color: var(--white);
  color: var(--black);
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 0;
  flex: 1;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  color: var(--brown);
  letter-spacing: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  transition: 0.2s;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: none;
  opacity: 1;
}

figure {
  display: flex;
}

picture {
  display: flex;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-wrapper {
  position: relative;
  margin-inline: auto;
  max-width: 750px;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.l-wrapper:has(.p-top-mv-area) {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-wrapper.l-wrapper-sp_none {
    padding-inline: 0;
  }
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.header {
  width: 100%;
  position: relative;
  z-index: 50;
}

.header__wrap {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  height: 84px;
  padding: 30px 25px;
  background-color: var(--pink);
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 11.2vw;
    padding: 4vw 3.3333333333vw;
  }
}

.header_ttl_sp {
  width: 100%;
  max-width: 154px;
}
@media screen and (max-width: 768px) {
  .header_ttl_sp {
    max-width: 20.5333333333vw;
  }
}

.header_ttl_sp a {
  display: flex;
}

.footer {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
  padding-bottom: 92px;
  background-color: var(--pink);
  border: 2px solid var(--pink);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 12.2666666667vw;
    max-width: 100%;
  }
}

.footer__inner {
  padding: 148px 30px 32px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 19.7333333333vw 4vw 4.2666666667vw;
  }
}

.footer__inner-box {
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__inner-box {
    max-width: 74.6666666667vw;
  }
}

.footer__inner-share-title {
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__inner-share-title {
    max-width: 28vw;
  }
}

.footer__inner-share-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__inner-share-content {
    gap: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

.footer__inner-bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 87px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .footer__inner-bnr {
    gap: 2.1333333333vw;
    margin-top: 11.6vw;
    margin-bottom: 26.6666666667vw;
  }
}
.footer__inner-bnr a {
  display: block;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .footer__inner-bnr a {
    max-width: 66.6666666667vw;
  }
}

.footer__inner-share-link {
  width: 100%;
  max-width: 96px;
}
@media screen and (max-width: 768px) {
  .footer__inner-share-link {
    max-width: 12.8vw;
  }
}

.footer__body {
  margin-inline: auto;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .footer__body {
    padding-top: 3.2vw;
  }
}
.footer__body .logo img {
  max-width: 137px;
}
@media screen and (max-width: 768px) {
  .footer__body .logo img {
    max-width: 18.2666666667vw;
  }
}

.l-background {
  position: relative;
  z-index: 0;
  background-image: url("../img/top_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-background {
    background-image: none;
  }
}

@media screen and (max-width: 768px) {
  html::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: url("../img/top_bg_sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    pointer-events: none;
  }
  body {
    background-color: transparent;
  }
}
html {
  scroll-behavior: smooth;
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-sentence__paragraph {
  display: block;
}

.c-heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.c-scroll_line_box {
  height: min(45px, 3.4615384615vw);
  width: 100%;
  background-image: url("../img/3rd_anniversary_title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 200;
}

.c-bg_loop_wrap {
  line-height: 0;
  display: flex;
  overflow: hidden;
}

.c-bg_loop_wrap img {
  height: min(17px, 1.3076923077vw);
  width: auto;
  animation: loop-slide 40s infinite linear 1s both;
}

.c-bg_loop_wrap img {
  animation: loop-slide 40s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .c-scroll_line_box {
    height: 6vw;
  }
  .c-bg_loop_wrap img {
    height: 2.2666666667vw;
  }
}
/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* Project (prefix: p-)
  ------------------------------------------------*/
.p-top-mv {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: 2.9333333333vw;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.p-top-mv img {
  width: 100%;
  display: block;
}

.p-top-mv__body {
  position: relative;
  margin: 0 auto;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-mv__body {
    z-index: 1000;
  }
}

.p-top-mv_cover {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1282px;
  height: 1365px;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-top-mv_cover {
    display: none;
  }
}

.p-top-mv-area {
  position: relative;
}

.p-step {
  padding-top: 60px;
  padding-bottom: 170px;
  position: relative;
  background-image: url("../img/pink_bg.png");
  overflow-anchor: none;
}
@media screen and (max-width: 768px) {
  .p-step {
    padding-top: 8vw;
    padding-bottom: 22.6666666667vw;
  }
}
.p-step::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 30px;
  aspect-ratio: 750/30;
  background-image: url("../img/race.png");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .p-step::before {
    height: 4vw;
  }
}

.p-step__wrapper {
  padding-top: 65px;
  padding-inline: 30px;
  text-align: center;
  overflow-anchor: none;
}
@media screen and (max-width: 768px) {
  .p-step__wrapper {
    padding-top: 8.6666666667vw;
    padding-inline: 4vw;
  }
}

.p-step__bg-body {
  position: relative;
  overflow-anchor: none;
}
.p-step__bg-body::before, .p-step__bg-body::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 690px;
  transform: translateX(-50%);
  pointer-events: none;
}
.p-step__bg-body::before {
  top: 0;
  bottom: 0;
  z-index: 0;
  margin-top: 243px;
  background-image: url("../img/step_bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .p-step__bg-body::before {
    margin-top: 32.4vw;
  }
}
.p-step__bg-body::after {
  top: 2px;
  z-index: 1;
  height: 0;
  padding-top: 243px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-step__bg-body::after {
    padding-top: 32.4vw;
  }
}

.p-step__01,
.p-step__02,
.p-step__03,
.p-step__04,
.p-step__05 {
  position: relative;
  overflow-anchor: none;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-step__01,
  .p-step__02,
  .p-step__03,
  .p-step__04,
  .p-step__05 {
    padding-bottom: 2.1333333333vw;
  }
}
.p-step__01 .p-step__content,
.p-step__02 .p-step__content,
.p-step__03 .p-step__content,
.p-step__04 .p-step__content,
.p-step__05 .p-step__content {
  position: relative;
  z-index: 2;
  overflow-anchor: none;
}
.p-step__01::before,
.p-step__02::before,
.p-step__03::before,
.p-step__04::before,
.p-step__05::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 16px;
  aspect-ratio: 690/16;
  background-image: url("../img/step_frame_bottom.png");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-step__01::before,
  .p-step__02::before,
  .p-step__03::before,
  .p-step__04::before,
  .p-step__05::before {
    height: 2.1333333333vw;
  }
}

.p-step__01 .p-step__bg-body::after {
  background-image: url("../img/1_bg_top.png");
}

.p-step__02 .p-step__bg-body::after {
  background-image: url("../img/2_bg_top.png");
}

.p-step__03 .p-step__bg-body::after {
  background-image: url("../img/3_bg_top.png");
}

.p-step__04 .p-step__bg-body::after {
  background-image: url("../img/4_bg_top.png");
}

.p-step__05 .p-step__bg-body::after {
  background-image: url("../img/5_bg_top.png");
}

.p-step__content {
  padding-top: 240px;
  padding-inline: 55px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-step__content {
    padding-top: 32vw;
    padding-inline: 7.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}

.p-step__title {
  position: relative;
}
.p-step__title picture {
  margin: 0 auto;
  width: 167px;
}
@media screen and (max-width: 768px) {
  .p-step__title picture {
    width: 22.2666666667vw;
  }
}

.p-step__text-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .p-step__text-inner {
    padding-top: 5.3333333333vw;
    padding-bottom: 6.2666666667vw;
  }
}
.p-step__text-inner::before {
  content: "";
  position: absolute;
  background-image: url("../img/text-frame-top.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 570px;
  height: auto;
  aspect-ratio: 570/22;
  transform: translateX(-50%);
}
.p-step__text-inner::after {
  content: "";
  position: absolute;
  background-image: url("../img/text-frame-bottom.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 570px;
  height: auto;
  aspect-ratio: 570/22;
  transform: translateX(-50%);
}
.p-step__text-inner p {
  font-size: 35px;
  line-height: 1.43;
  color: var(--brown);
  font-weight: 600;
  position: relative;
  padding-top: 42px;
  padding-bottom: 25px;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-step__text-inner p {
    font-size: 4.6666666667vw;
    padding-top: 5.6vw;
    padding-bottom: 3.3333333333vw;
  }
}
.p-step__text-inner__4 p {
  text-align: left;
  letter-spacing: -0.055em;
}

.p-step__img-box {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-step__img-box {
    max-width: 74.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-step__img-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-anchor: none;
}

.p-step__img {
  order: -1;
  position: relative;
  z-index: 0;
  pointer-events: none;
  overflow-anchor: none;
}
.p-step__img picture,
.p-step__img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-step__btns {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow-anchor: none;
}

.p-step__accordion-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: flex-start;
  overflow-anchor: none;
}
.p-step__accordion-item:not(:first-child) .p-step__btn-box {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-step__accordion-item:not(:first-child) .p-step__btn-box {
    padding-top: 4.6666666667vw;
  }
}

.p-step__btn-box {
  flex-shrink: 0;
  z-index: 2;
  overflow-anchor: none;
  padding-top: 54px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-step__btn-box {
    padding-top: 7.2vw;
  }
}
.p-step__btn-box--more {
  padding-top: 0;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-step__btn-box--more {
    padding-bottom: 4.6666666667vw;
  }
}

.p-step__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.p-step__btn:focus-visible {
  outline: 2px solid var(--brown);
  outline-offset: 2px;
}
.p-step__btn.js-step-btn {
  filter: drop-shadow(3.54px 3.54px 5px rgba(110, 40, 55, 0.25));
}

.p-step__btn-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.45s ease-in-out;
}
.p-step__btn-img--on {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.p-step__btn-img--off {
  position: relative;
  opacity: 1;
}

.p-step__btn.is-active .p-step__btn-img--on {
  opacity: 1;
}
.p-step__btn.is-active .p-step__btn-img--off {
  opacity: 0;
}

.p-step__scroll {
  flex-shrink: 0;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  overflow-anchor: none;
  transition: height 0.45s ease;
}
.p-step__scroll .p-intro__title {
  font-weight: 600;
  line-height: 1.43;
  padding-top: 26px;
  margin-bottom: 0;
}

.p-step__scroll-panel {
  overflow: hidden;
  overflow-anchor: none;
  transform: translateZ(0);
}

.p-step__scroll.is-open .p-step__scroll-panel {
  padding-bottom: 20px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-step__scroll.is-open .p-step__scroll-panel {
    padding-bottom: 2.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}

.p-step__scroll-img {
  position: relative;
  max-height: 850px;
  border-radius: 30px;
  border: 5px solid var(--brown);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-step__scroll-img {
    max-height: min(850px, 113.3333333333vw);
    border: min(5px, 0.6666666667vw) solid var(--brown);
  }
}

.p-step__scroll-body {
  max-height: 850px;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-step__scroll-body::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-step__scroll-body {
    max-height: min(850px, 113.3333333333vw);
  }
}

.p-step__scroll-bar {
  position: absolute;
  top: 0;
  right: 18px;
  width: 10px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-step__scroll-bar {
    padding-top: 6.6666666667vw;
    display: none;
    right: 2.4vw;
    width: 1.3333333333vw;
  }
}

.p-step__scroll-bar-track {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.p-step__scroll-bar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 106px;
  border: none;
  padding: 0;
  border-radius: 53px;
  background: var(--brown);
  cursor: grab;
  touch-action: none;
}
@media screen and (max-width: 768px) {
  .p-step__scroll-bar-thumb {
    min-height: min(106px, 14.1333333333vw);
    border-radius: min(53px, 7.0666666667vw);
  }
}
.p-step__scroll-bar-thumb:active {
  cursor: grabbing;
}

.p-step__scroll-koma {
  display: block;
  width: 100%;
  height: auto;
}

.p-step__text {
  font-size: 25px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-step__text {
    font-size: 3.3333333333vw;
  }
}

.p-step__scroll-text {
  color: var(--brown);
  font-size: 25px;
  text-decoration: underline;
  text-underline-offset: 1px;
  line-height: 2;
  font-weight: 600;
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .p-step__scroll-text {
    font-size: 3.3333333333vw;
    text-underline-offset: 0.1333333333vw;
  }
}

.p-step__comic {
  overflow-anchor: none;
  padding-top: 109px;
  background-image: url("../img/step-comic_bg.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-step__comic {
    padding-top: 14.5333333333vw;
    background-image: none;
  }
}

.p-step__comic-inner--top {
  padding-inline: 60px;
}
@media screen and (max-width: 768px) {
  .p-step__comic-inner--top {
    padding-inline: 8vw;
  }
}

.p-step__comic-inner {
  margin-top: -20px;
}

.p-end {
  position: relative;
  padding-top: min(300px, 40vw);
}

#top {
  bottom: min(10px, 0.7692307692vw);
  position: fixed;
  right: min(50px, 3.8461538462vw);
  z-index: 9999;
  max-width: min(144px, 11.0769230769vw);
}
@media screen and (max-width: 768px) {
  #top {
    max-width: 25.8666666667vw;
  }
}

.p-intro {
  padding: 103px 0 60px;
  margin-top: -103px;
  position: relative;
  background-image: url("../img/beige_bg.png");
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-position: top center;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-intro {
    margin-top: -13.7333333333vw;
    padding: 13.7333333333vw 0 8vw;
  }
}
.p-intro::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 30px;
  aspect-ratio: 750/30;
  background-image: url("../img/race_top.png");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-intro::before {
    height: 4vw;
  }
}

.p-intro__ribon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 224px;
  margin: 0 auto;
}
.p-intro__ribon picture {
  display: block;
  width: 100%;
  max-width: 29.8666666667vw;
}

.p-intro__title {
  font-size: 34px;
  color: var(--pink);
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-intro__title {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-intro__title--bottom {
  margin-block: 100px;
  line-height: 1.63;
}
@media screen and (max-width: 768px) {
  .p-intro__title--bottom {
    margin-block: 13.3333333333vw;
  }
}

.p-intro__inner {
  padding-inline: 60px;
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    padding-inline: 8vw;
  }
}

.p-intro__text {
  font-size: 25px;
  line-height: 2.1;
  color: var(--brown);
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: 3.3333333333vw;
  }
}

.p-intro__main {
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-intro__main {
    padding-top: 4vw;
  }
}

.p-intro__main-img {
  width: 147px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-intro__main-img {
    width: 19.6vw;
  }
}

.p-intro__main-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-intro__main-inner {
    gap: 2.6666666667vw;
  }
}

.p-intro__main-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-intro__main-box {
    gap: 3.3333333333vw;
  }
}
.p-intro__main-box picture {
  width: 100%;
  max-width: 293px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-intro__main-box picture {
    max-width: 39.0666666667vw;
  }
}

.p-intro__main-text {
  width: 250px;
  color: var(--brown);
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-intro__main-text {
    width: 33.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

.p-intro__content {
  display: flex;
}

.p-intro__item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-intro__item picture {
  width: 100%;
}

.p-intro__item img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(min(6px, 0.8vw) min(6px, 0.8vw) min(6px, 0.8vw) rgba(0, 0, 0, 0.6));
}

.p-info {
  position: relative;
  background-image: url("../img/green_bg.png");
  padding-bottom: 0;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .p-info {
    background-size: 13.3333333333vw;
  }
}

.p-info__anime {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 153px;
  padding-top: 170px;
  padding-inline: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-info__anime {
    padding-bottom: 20.4vw;
    padding-top: 22.6666666667vw;
    padding-inline: 8vw;
  }
}

.p-info__anime-title {
  padding-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .p-info__anime-title {
    padding-bottom: 7.2vw;
  }
}

.p-info__anime-box {
  display: flex;
  text-align: left;
  align-items: end;
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-info__anime-box {
    padding-bottom: 4.8vw;
  }
}
.p-info__anime-box picture {
  max-width: 275px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info__anime-box picture {
    max-width: 36.6666666667vw;
  }
}

.p-info__subtitle {
  font-size: 33px;
  line-height: 1.43;
  color: var(--pink);
  font-weight: 800;
  -webkit-text-stroke: 0.8px var(--white);
  text-shadow: 0.7px 0.7px 0 var(--white), -0.7px -0.7px 0 var(--white), -0.7px 0.7px 0 var(--white), 0.7px -0.7px 0 var(--white), 0px 0.7px 0 var(--white), 0 -0.7px 0 var(--white), -0.7px 0 0 var(--white), 0.7px 0 0 var(--white);
  padding-left: 20px;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .p-info__subtitle {
    font-size: 4.4vw;
    padding-left: 2.6666666667vw;
  }
}

.p-info__anime-text-line {
  width: 100%;
  height: 2px;
  background: var(--brown);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-info__anime-text-line {
    margin-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}

.p-info__anime-text {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
  color: var(--brown);
  padding-left: 20px;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .p-info__anime-text {
    font-size: 3.2vw;
    padding-left: 2.6666666667vw;
  }
}

.p-info__anime-btnbox {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-info__anime-btnbox {
    gap: 2.6666666667vw;
  }
}

.p-info__anime-btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 305px;
}
@media screen and (max-width: 768px) {
  .p-info__anime-btn-link {
    max-width: 40.6666666667vw;
  }
}

.p-info__comicalize {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  padding-inline: 60px;
  padding-bottom: 176px;
}
@media screen and (max-width: 768px) {
  .p-info__comicalize {
    margin-top: 8vw;
    padding-inline: 8vw;
    padding-bottom: 23.4666666667vw;
  }
}

.p-info__comicalize-title {
  width: 100%;
  max-width: 439px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__comicalize-title {
    max-width: 58.5333333333vw;
  }
}

.p-info__comicalize-box {
  display: flex;
  align-items: end;
  text-align: left;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-info__comicalize-box {
    margin-top: 4.8vw;
  }
}
.p-info__comicalize-box picture {
  max-width: 275px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info__comicalize-box picture {
    max-width: 36.6666666667vw;
  }
}

.p-info__comicalize-textbox {
  flex: 1;
}

.p-info__comicalize-text {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
  color: var(--brown);
  padding-left: 20px;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  .p-info__comicalize-text {
    font-size: 3.2vw;
    padding-left: 2.6666666667vw;
  }
}

.p-info__comicalize-btnbox {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-info__comicalize-btnbox {
    margin-top: 2.6666666667vw;
  }
}

.p-info__present {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-info__present {
    margin-top: 10.6666666667vw;
  }
}

.p-info__present-title {
  margin: 0 auto;
  max-width: 554px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info__present-title {
    max-width: 73.8666666667vw;
  }
}

.p-info__present-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-info__present-wrapper {
    padding-top: 5.3333333333vw;
  }
}

.p-info__present-text {
  color: var(--brown);
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info__present-text {
    font-size: 3.2vw;
  }
}

.p-info__present-step-Wrapper {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-info__present-step-Wrapper {
    margin-top: 4.2666666667vw;
  }
}
.p-info__present-step-Wrapper .splide__list {
  align-items: stretch;
}
.p-info__present-step-Wrapper .splide__slide {
  display: flex;
  justify-content: center;
}
.p-info__present-step-Wrapper .splide__pagination {
  position: static;
  margin-top: 64px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-info__present-step-Wrapper .splide__pagination {
    margin-top: 8.5333333333vw;
    gap: 4vw;
  }
}
.p-info__present-step-Wrapper .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 1;
  background: var(--white);
  transform: none;
}
@media screen and (max-width: 768px) {
  .p-info__present-step-Wrapper .splide__pagination__page {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.p-info__present-step-Wrapper .splide__pagination__page.is-active {
  background: var(--pink);
  transform: none;
}

.p-info__present-step-visual {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500/750;
}
@media screen and (max-width: 768px) {
  .p-info__present-step-visual {
    max-width: 66.6666666667vw;
  }
}
.p-info__present-step-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-info__present-step-visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-info__present-step-btn {
  position: absolute;
  left: 50%;
  bottom: 4.27%;
  z-index: 1;
  width: 80%;
  transform: translateX(-50%);
}
.p-info__present-step-btn picture,
.p-info__present-step-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.p-info__end {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  padding-top: 283px;
  padding-bottom: 252px;
}
@media screen and (max-width: 768px) {
  .p-info__end {
    max-width: 48vw;
    padding-top: 37.7333333333vw;
    padding-bottom: 33.6vw;
  }
}

.p-info__return {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__return {
    gap: 0.8vw;
  }
}

.p-info__return-top {
  width: 100%;
  max-width: 129px;
}
@media screen and (max-width: 768px) {
  .p-info__return-top {
    max-width: 17.2vw;
  }
}

.p-info__return-dog {
  position: relative;
  display: block;
  width: 100%;
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .p-info__return-dog {
    max-width: 18.6666666667vw;
  }
}
.p-info__return-dog img {
  display: block;
  width: 100%;
  height: auto;
}
.p-info__return-dog::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75.7%;
  aspect-ratio: 106/121;
  background: url("../img/dog_front.png") no-repeat right bottom/contain;
  pointer-events: none;
  transform: translate(13%, 27%);
}
@media screen and (max-width: 768px) {
  .p-info__return-dog::after {
    transform: translate(13%, 27%);
  }
}

.p-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: min(60px, 8vw);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  overflow: hidden;
  width: 100%;
  max-width: min(750px, 100vw);
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-modal {
    padding-left: 8vw;
    max-width: 100%;
  }
}
.p-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-modal.is-active .p-modal__content {
  transform: translateX(0);
}

.p-modal__content-inner {
  padding: 0 min(78px, 10.4vw) 0 min(86px, 11.4666666667vw);
}
@media screen and (max-width: 768px) {
  .p-modal__content-inner {
    padding: 0 10.4vw 0 11.4666666667vw;
  }
}

.p-modal__close-circle {
  position: absolute;
  top: min(16px, 2.1333333333vw);
  right: min(16px, 2.1333333333vw);
  width: min(64px, 8.5333333333vw);
  height: min(64px, 8.5333333333vw);
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1010;
}
.p-modal__close-circle::before, .p-modal__close-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: min(3px, 0.4vw);
  background: var(--pink);
  border-radius: min(2px, 0.2666666667vw);
  transform-origin: center;
}
.p-modal__close-circle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close-circle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__content {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--white);
  padding: min(120px, 16vw) 0 min(84px, 11.2vw);
  overflow-y: auto;
  max-height: 100dvh;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 768px) {
  .p-modal__content {
    max-width: 100%;
    padding: 16vw 0 11.2vw;
  }
}
.p-modal__content picture {
  display: block;
  width: 100%;
  height: auto;
  max-width: min(525px, 70vw);
  margin: 0 auto;
}

.p-modal__text-box {
  margin-top: min(20px, 2.6666666667vw);
  text-align: center;
}

.p-modal__text-title {
  font-size: 40px;
  font-weight: 600;
  line-height: min(50px, 6.6666666667vw);
  letter-spacing: -0.055em;
  margin-bottom: 31px;
  color: var(--pink);
  text-align: center;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-modal__text-title {
    margin-bottom: 4.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.p-modal__text-title__schedule {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-modal__text-title__schedule {
    margin-bottom: 1.0666666667vw;
  }
}

.p-modal__text-author {
  text-align: center;
  line-height: 1.2;
  margin-bottom: min(60px, 8vw);
  position: relative;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.055em;
  font-feature-settings: "palt";
  color: var(--brown);
}
@media screen and (max-width: 768px) {
  .p-modal__text-author {
    font-size: 3.3333333333vw;
  }
}
.p-modal__text-author p {
  line-height: 1.2;
}
.p-modal__text-author::before {
  content: "";
  display: block;
  background-image: url(../img/mod_deco_bottom.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: min(525px, 70vw);
  height: min(42px, 5.6vw);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-modal__text-content {
  font-size: 23px;
  margin-bottom: 45px;
  color: var(--brown);
  font-feature-settings: "palt";
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-modal__text-content {
    font-size: 3.0666666667vw;
    margin-bottom: 6vw;
  }
}
.p-modal__text-content p {
  line-height: min(45px, 6vw);
}
.p-modal__text-content__schedule {
  text-align: center;
  font-weight: 600;
}

.p-modal__text-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(20px, 2.6666666667vw);
}
.p-modal__text-btn a {
  width: 100%;
  max-width: min(525px, 70vw);
}

.p-modal__text-btn-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

body.is-modal-open {
  overflow: hidden;
  width: 100%;
}
body.is-modal-open .l-background {
  z-index: 10001;
}
body.is-modal-open .p-free-bnr,
body.is-modal-open .p-fix-bnr-pc,
body.is-modal-open .p-fix-logo {
  z-index: 9990;
}

.p-modal__schedule-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: var(--brown);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .p-modal__schedule-box {
    gap: 3.3333333333vw;
    font-size: 3.3333333333vw;
    margin-bottom: 5.0666666667vw;
  }
}

.p-modal__schedule {
  flex: 1;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 1.5;
  font-feature-settings: "palt";
  width: 100%;
  max-width: 207px;
}
@media screen and (max-width: 768px) {
  .p-modal__schedule {
    max-width: 27.6vw;
  }
}

.p-modal__schedule-line {
  width: 1px;
  align-self: stretch;
  flex-shrink: 0;
  background-color: var(--brown);
}

.p-modal__schedule-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: var(--brown);
  font-feature-settings: "palt";
  margin-bottom: 45px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-modal__schedule-text {
    font-size: 2.6666666667vw;
    margin-bottom: 6vw;
  }
}

.p-modal__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(20px, 2.6666666667vw);
  padding: 0 min(30px, 4vw) min(20px, 2.6666666667vw) min(30px, 4vw);
}
@media screen and (max-width: 768px) {
  .p-modal__btn-box {
    gap: 2.6666666667vw;
    padding: 0 4vw 2.6666666667vw 4vw;
  }
}
.p-modal__btn-box a {
  display: block;
  width: 100%;
  max-width: min(525px, 70vw);
}
.p-modal__btn-box picture,
.p-modal__btn-box img {
  display: block;
  width: 100%;
  height: auto;
}

.p-scroll {
  position: fixed;
  right: min(16px, 2.1333333333vw);
  bottom: min(24px, 3.2vw);
  z-index: 9999;
  width: min(133px, 17.7333333333vw);
  height: auto;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
}
.p-scroll picture,
.p-scroll img {
  width: 100%;
  height: auto;
  display: block;
}
.p-scroll.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .p-scroll {
    right: min(50px, 6.6666666667vw);
    bottom: min(16px, 2.1333333333vw);
    width: min(133px, 17.7333333333vw);
  }
}

.p-fix-bnr-pc {
  position: fixed;
  left: 5%;
  bottom: 10%;
  z-index: 999;
  width: min(323px, 19vw);
  transform: translate(-6%, 14%) translateY(var(--fix-bnr-offset, 20px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.5s ease;
}
.p-fix-bnr-pc.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-6%, 14%) translateY(0);
}
body.is-modal-open .p-fix-bnr-pc {
  pointer-events: none;
}
@media screen and (max-width: 1800px) {
  .p-fix-bnr-pc {
    width: min(230px, 17.6923076923vw);
    left: 3%;
    bottom: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .p-fix-bnr-pc {
    width: min(200px, 15.3846153846vw);
    left: 3%;
    bottom: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .p-fix-bnr-pc {
    display: none;
  }
}

.p-fix-bnr-pc__inner {
  position: relative;
  width: 100%;
}
.p-fix-bnr-pc__inner img {
  display: block;
  width: 100%;
  height: auto;
}

.p-fix-bnr-pc__link {
  position: absolute;
  bottom: 19%;
  right: -8%;
  pointer-events: auto;
  width: 62.2291021672%;
}
.p-fix-bnr-pc__link img {
  display: block;
  width: 100%;
  height: auto;
}

.p-free-bnr {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  width: min(161px, 12.88vw);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(var(--free-bnr-offset, 20px));
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .p-free-bnr {
    width: 42.9333333333vw;
    bottom: 2.1333333333vw;
    right: 2.1333333333vw;
  }
}
.p-free-bnr.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
body.is-modal-open .p-free-bnr {
  pointer-events: none;
}
.p-free-bnr picture,
.p-free-bnr img {
  display: block;
  width: 100%;
  height: auto;
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-center {
    text-align: left;
  }
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

@media screen and (max-width: 768px) {
  .u-inline {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .u-block_sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-sp_center {
    text-align: center;
  }
}

.u-stripe {
  position: absolute;
  top: 0;
  width: 4px;
  height: calc(100% - min(129px, 9.9230769231vw));
  background-color: var(--black);
  z-index: 10000;
  pointer-events: none;
  margin-top: min(127px, 9.7692307692vw);
}
@media screen and (max-width: 768px) {
  .u-stripe {
    margin-top: 13.0666666667vw;
    height: calc(100% - 13.0666666667vw);
    width: 4px;
  }
}
@media screen and (max-width: 576px) {
  .u-stripe {
    width: 2px;
  }
}

.u-stripe-left {
  left: 0;
  border-right: 4px solid var(--black);
}
@media screen and (max-width: 768px) {
  .u-stripe-left {
    left: 1.3333333333vw;
    border-right: 4px solid var(--black);
  }
}
@media screen and (max-width: 576px) {
  .u-stripe-left {
    border-right: 2px solid var(--black);
  }
}

.u-stripe-right {
  right: 0;
  border-left: 4px solid var(--black);
}
@media screen and (max-width: 768px) {
  .u-stripe-right {
    right: 1.3333333333vw;
    border-left: 4px solid var(--black);
  }
}
@media screen and (max-width: 576px) {
  .u-stripe-right {
    border-left: 2px solid var(--black);
  }
}

.content {
  position: relative;
  z-index: 1;
  padding: 40px;
}/*# sourceMappingURL=style.css.map */