@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;
  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;
  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:#3d3737;
  --darkbrown:#644e12;
  --blue:#022ebc;
  --light-blue:#03bbda;
  --navy:#01175e;
  --green:#45C125;
  --greenblack:#455151;
  --orange:#ff6b41;
  --ivory:#fff5e1;
}

/* 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(--navy);
  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%;
  z-index: 50;
  background-image: url("../img/stone_bg.png");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  box-shadow: inset 0 20px 30px -10px rgba(0, 0, 0, 0.8);
}
@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: fixed;
  z-index: 9999;
}

.header__wrap {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  width: min(750px, 100vw);
  height: 56px;
}

.header_ttl_sp img {
  width: 120px;
}

@media screen and (max-width: 1020px) {
  .header_ttl_sp {
    padding: 2px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
    height: 10vw;
  }
  .header_ttl_sp {
    display: block;
    position: relative;
    float: left;
    padding: 2px 0 0 3.24%;
    z-index: 9;
  }
  .header_ttl_sp img {
    width: 22.2vw;
  }
  .header__wrap {
    height: 100%;
    max-width: 100%;
    background: url("../img/header_dottedline_sp.png") no-repeat center bottom;
  }
}
.header_ttl_sp a {
  display: flex;
}

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

.l-background {
  background-color: #02165f;
}

.l-frame {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  background-image: url("../img/frame_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2500px;
}
@media screen and (max-width: 768px) {
  .l-frame {
    background-image: url("../img/frame_sp.png");
    background-size: cover;
  }
}

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 {
  margin: 0 auto;
  text-align: center;
  height: auto;
  max-width: min(750px, 100vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: min(22px, 2.9333333333vw);
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

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

.p-slide {
  padding: 103px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-slide {
    padding: 13.7333333333vw 0 8vw;
  }
}

.p-slide__title picture {
  display: block;
}

.p-slide__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  transform: translateY(-2%);
}

.p-slide__content {
  display: flex;
}

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

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

.p-slide__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));
}

/* ===============================
pagination
=============================== */
.p-slide__pagination {
  display: flex;
  justify-content: center;
  gap: min(8px, 1.0666666667vw);
  margin-top: min(20px, 2.6666666667vw);
  position: absolute;
  left: 50%;
  bottom: min(-24px, -3.2vw);
  transform: translateX(-50%);
}

/* Splide用 */
.splide__pagination {
  position: static;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .splide__pagination {
    padding-top: 5.3333333333vw;
  }
}

.splide__pagination__page {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .splide__pagination__page {
    height: 1.3333333333vw;
    width: 1.3333333333vw;
  }
}
.splide__pagination__page {
  border-radius: 50%;
  border: 1px solid var(--navy);
  background-color: var(--navy);
  opacity: 1;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .splide__pagination__page {
    margin: 0 1.6vw;
  }
}

.splide__pagination__page.is-active {
  background-color: var(--blue);
  border: 1px solid var(--navy);
}

/* ===============================
slide animation
=============================== */
.splide__track {
  overflow: visible;
}

.splide__slide {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.splide__list {
  will-change: transform;
}

/* ===============================
Splide pagination activeサイズ固定
=============================== */
.splide__pagination__page {
  transform: scale(1) !important;
}

.splide__pagination__page.is-active {
  transform: scale(1) !important;
}

.p-review {
  padding-top: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-review {
    padding-top: 33.3333333333vw;
  }
}
.p-review::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/rozemyne_bottom_deco.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -1%;
  left: 50%;
  transform: translateX(-50%);
  width: 546px;
  aspect-ratio: 546/266;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-review::before {
    width: 72.8vw;
  }
}

.p-review-shadow {
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.5));
}

.p-review__comic-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 21px;
  padding-block: 64px 33px;
}
@media screen and (max-width: 768px) {
  .p-review__comic-wrapper {
    gap: 2.8vw;
    padding-block: 8.5333333333vw 4.4vw;
  }
}
.p-review__comic-wrapper .p-review__syoei-img {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-review__comic-wrapper .p-review__syoei-img {
    max-width: 34.6666666667vw;
  }
}

.p-review__coma-wrapper {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
  .p-review__coma-wrapper {
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  }
}

.p-review__comic-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: min(17px, 2.2666666667vw);
}
.p-review__comic-inner .p-review__comic-title-img {
  max-width: min(258px, 34.4vw);
  width: 100%;
}
.p-review__comic-inner .p-review__more-btn-img {
  max-width: min(260px, 34.6666666667vw);
  width: 100%;
}

.p-review--01 {
  background-image: url(../img/reco_bg_3.png);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 335px;
  scroll-margin-top: 250px;
}
@media screen and (max-width: 768px) {
  .p-review--01 {
    max-width: 92vw;
    padding-bottom: 44.6666666667vw;
  }
}
.p-review--01 .p-review__content {
  background-image: url("../img/reco_bg_1.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-review--01 .p-review__content {
    max-width: 92vw;
  }
}
.p-review--01 .p-review__coma-wrapper {
  background-image: url("../img/1_main_bg.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--01 .p-review__coma-wrapper {
    gap: 2.1333333333vw;
    max-width: 80vw;
    padding: 1.3333333333vw;
  }
}
.p-review--01 .p-review__coma-wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--01 .p-review__coma-wrapper-inner {
    padding: 6vw 4vw;
  }
}
.p-review--01 .p-review__title {
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .p-review--01 .p-review__title {
    margin-top: -18.6666666667vw;
  }
}
.p-review--01 .p-review__muryo {
  background-image: url("../img/reco_bg_2.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  padding-block: 10px;
  margin: 0 auto;
  margin-top: -1px;
  margin-bottom: -0.5px;
}
@media screen and (max-width: 768px) {
  .p-review--01 .p-review__muryo {
    max-width: 92vw;
    padding-block: 1.3333333333vw;
  }
}

.p-review--02 {
  background-image: url("../img/reco_bg_w_3.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 333px;
  scroll-margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .p-review--02 {
    padding-bottom: 44.4vw;
    max-width: 92vw;
  }
}
.p-review--02 .p-review__content {
  background-image: url("../img/reco_bg_w_1.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-review--02 .p-review__content {
    max-width: 92vw;
  }
}
.p-review--02 .p-review__coma-wrapper {
  background-image: url("../img/2_main_bg.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--02 .p-review__coma-wrapper {
    max-width: 80vw;
    gap: 2.1333333333vw;
    padding: 1.3333333333vw;
  }
}
.p-review--02 .p-review__coma-wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--02 .p-review__coma-wrapper-inner {
    padding: 6vw 4vw;
  }
}
.p-review--02 .p-review__level {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-review--02 .p-review__level {
    margin-top: 8vw;
  }
}
.p-review--02 .p-review__comic-wrapper {
  padding-block: 65px 36px;
}
@media screen and (max-width: 768px) {
  .p-review--02 .p-review__comic-wrapper {
    padding-block: 8.6666666667vw 4.8vw;
  }
}
.p-review--02 .p-review__title {
  padding-right: 0;
  padding-left: 45px;
  margin-top: -83px;
}
@media screen and (max-width: 768px) {
  .p-review--02 .p-review__title {
    margin-top: -11.0666666667vw;
    padding-left: 6vw;
  }
}
.p-review--02 .p-review__muryo {
  background-image: url("../img/reco_bg_w_2.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  padding-block: 10px;
  margin: 0 auto;
  margin-top: -1px;
  margin-bottom: -0.5px;
}
@media screen and (max-width: 768px) {
  .p-review--02 .p-review__muryo {
    max-width: 92vw;
    padding-block: 1.3333333333vw;
  }
}

.p-review--03 {
  background-image: url("../img/reco_bg_3.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 335px;
  scroll-margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .p-review--03 {
    padding-bottom: 44.6666666667vw;
    max-width: 92vw;
  }
}
.p-review--03 .p-review__coma-wrapper {
  background-image: url("../img/3_main_bg.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--03 .p-review__coma-wrapper {
    max-width: 80vw;
    gap: 2.1333333333vw;
    padding: 1.3333333333vw;
  }
}
.p-review--03 .p-review__coma-wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--03 .p-review__coma-wrapper-inner {
    padding: 6vw 4vw;
  }
}
.p-review--03 .p-review__level {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .p-review--03 .p-review__level {
    margin-top: 2.8vw;
  }
}
.p-review--03 .p-review__title {
  padding-left: 30px;
  margin-top: -79px;
}
@media screen and (max-width: 768px) {
  .p-review--03 .p-review__title {
    margin-top: -10.5333333333vw;
    padding-left: 4vw;
  }
}
.p-review--03 .p-review__comic-wrapper {
  padding-block: 65px 36px;
}
@media screen and (max-width: 768px) {
  .p-review--03 .p-review__comic-wrapper {
    padding-block: 8.6666666667vw 4.8vw;
  }
}
.p-review--03 .p-review__content {
  background-image: url("../img/reco_bg_1.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-review--03 .p-review__content {
    max-width: 92vw;
  }
}
.p-review--03 .p-review__muryo {
  background-image: url("../img/reco_bg_2.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  padding-block: 10px;
  margin: 0 auto;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .p-review--03 .p-review__muryo {
    max-width: 92vw;
    padding-block: 1.3333333333vw;
  }
}

.p-review--04 {
  background-image: url("../img/reco_bg_w_3.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 333px;
  scroll-margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-review--04 {
    padding-bottom: 44.4vw;
    max-width: 92vw;
  }
}
.p-review--04 .p-review__coma-wrapper {
  background-image: url("../img/4_main_bg.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--04 .p-review__coma-wrapper {
    max-width: 80vw;
    gap: 2.1333333333vw;
    padding: 1.3333333333vw;
  }
}
.p-review--04 .p-review__coma-wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--04 .p-review__coma-wrapper-inner {
    padding: 6vw 4vw;
  }
}
.p-review--04 .p-review__level {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .p-review--04 .p-review__level {
    margin-top: 2.8vw;
  }
}
.p-review--04 .p-review__comic-wrapper {
  padding-block: 65px 36px;
}
@media screen and (max-width: 768px) {
  .p-review--04 .p-review__comic-wrapper {
    padding-block: 8.6666666667vw 4.8vw;
  }
}
.p-review--04 .p-review__title {
  padding-right: 0;
  padding-left: 45px;
  margin-top: -54px;
}
@media screen and (max-width: 768px) {
  .p-review--04 .p-review__title {
    margin-top: -7.2vw;
    padding-left: 6vw;
  }
}
.p-review--04 .p-review__content {
  background-image: url("../img/reco_bg_w_1.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-review--04 .p-review__content {
    max-width: 92vw;
  }
}
.p-review--04 .p-review__muryo {
  background-image: url("../img/reco_bg_w_2.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  padding-block: 10px;
  margin: 0 auto;
  margin-top: -1px;
  margin-bottom: -0.5px;
}
@media screen and (max-width: 768px) {
  .p-review--04 .p-review__muryo {
    max-width: 92vw;
    padding-block: 1.3333333333vw;
  }
}

.p-review-shadow-inner {
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.5));
}

.p-review--05 {
  background-image: url("../img/5_reco_bg_bottom.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 334px;
  position: relative;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-review--05 {
    max-width: 92vw;
    padding-bottom: 44.5333333333vw;
  }
}
.p-review--05 .p-review__title {
  padding-right: 0;
  margin-top: -42px;
}
@media screen and (max-width: 768px) {
  .p-review--05 .p-review__title {
    margin-top: -5.6vw;
  }
}
.p-review--05 .p-review__title img {
  max-width: 697px;
}
@media screen and (max-width: 768px) {
  .p-review--05 .p-review__title img {
    max-width: min(697px, 92.9333333333vw);
  }
}
.p-review--05 .p-review__coma-wrapper {
  margin-top: -237px;
  background-image: url("../img/5_main_bg.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--05 .p-review__coma-wrapper {
    margin-top: -31.6vw;
    max-width: 80vw;
    gap: 2.1333333333vw;
    padding: 1.3333333333vw;
  }
}
.p-review--05 .p-review__coma-wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-review--05 .p-review__coma-wrapper-inner {
    padding: 6vw 4vw;
  }
}
.p-review--05 .p-review__comic-wrapper {
  padding-block: 65px 34px;
}
@media screen and (max-width: 768px) {
  .p-review--05 .p-review__comic-wrapper {
    padding-block: 8.6666666667vw 4.5333333333vw;
  }
}
.p-review--05 .p-review__content {
  background-image: url("../img/reco_bg_1.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-review--05 .p-review__content {
    max-width: 92vw;
  }
}
.p-review--05 .p-review__muryo {
  background-image: url("../img/reco_bg_2.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  padding-block: 10px;
  margin: 0 auto;
  margin-top: -1px;
  margin-bottom: -0.5px;
}
@media screen and (max-width: 768px) {
  .p-review--05 .p-review__muryo {
    max-width: 92vw;
    padding-block: 1.3333333333vw;
  }
}

.p-review__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-review__title {
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .p-review__title {
    padding-right: 6vw;
  }
}

.p-review__coma {
  transform: translateY(5.3333333333vw) scale(1);
  opacity: 0;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s ease-out;
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
}
.p-review__coma .p-review__coma-img {
  width: 100%;
  height: auto;
}

.p-review__coma--01.is-visible {
  transform: translateY(0) rotateY(0);
  opacity: 1;
  margin: 0 auto;
}
.p-review__coma--01 {
  position: relative;
}
.p-review__coma--01 picture {
  display: block;
}
.p-review__coma--01 picture + picture {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-review__coma--01 .js-coma-seq {
  opacity: 0;
  animation: coma-seq 15s infinite linear;
}
.p-review__coma--01 picture:nth-of-type(1) .js-coma-seq {
  animation-delay: 0s;
}
.p-review__coma--01 picture:nth-of-type(2) .js-coma-seq {
  animation-delay: 3s;
}
.p-review__coma--01 picture:nth-of-type(3) .js-coma-seq {
  animation-delay: 6s;
}
.p-review__coma--01 picture:nth-of-type(4) .js-coma-seq {
  animation-delay: 9s;
}
.p-review__coma--01 picture:nth-of-type(5) .js-coma-seq {
  animation-delay: 12s;
}
@keyframes coma-seq {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.p-review__text-title {
  padding-block: 30px;
}
@media screen and (max-width: 768px) {
  .p-review__text-title {
    padding-block: 4vw;
  }
}

.p-review__text p {
  font-size: 23px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .p-review__text p {
    font-size: 3.0666666667vw;
    line-height: 6vw;
  }
}
.p-review__text p {
  letter-spacing: 0.055em;
  color: var(--navy);
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 600;
}
.p-review__text.is-white p {
  color: var(--ivory);
}

.p-review__level {
  max-width: 198px;
  width: 100%;
  margin-top: 108px;
  margin-left: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-review__level {
    max-width: 26.4vw;
    margin-top: 14.4vw;
    margin-left: 4vw;
    margin-bottom: 4vw;
  }
}
.p-review__level.p-review__level--05 {
  max-width: 501px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-review__level.p-review__level--05 {
    max-width: 66.8vw;
    margin-top: 6.6666666667vw;
  }
}

.p-review__share-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
}
.p-review__share-btn .p-review__share-btn-img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-review__share-btn .p-review__share-btn-img {
    max-width: 20vw;
  }
}

.p-review__muryo-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 21px;
  padding-block: 15px;
  background-image: url(../img/muryo_bg.png);
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-review__muryo-wrapper {
    gap: 2.8vw;
    padding-block: 2vw;
  }
}
.p-review__muryo-wrapper .p-review__muryo-coma-img {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-review__muryo-wrapper .p-review__muryo-coma-img {
    max-width: 34.6666666667vw;
  }
}
.p-review__muryo-wrapper.is-navy {
  background-image: url("../img/muryo_bg_w.png");
}

.p-review__muryo-inner .p-review__muryo-text-img {
  max-width: 263px;
  width: 100%;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .p-review__muryo-inner .p-review__muryo-text-img {
    max-width: 35.0666666667vw;
    margin-bottom: 0.4vw;
  }
}

.p-review__muryo-btn-img {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-review__muryo-btn-img {
    max-width: 34.6666666667vw;
  }
}

.p-review__rozemyne {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -52%);
  max-width: 571px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-review__rozemyne {
    max-width: 76.1333333333vw;
  }
}

.p-review__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 443px;
  padding-bottom: 243px;
}
@media screen and (max-width: 768px) {
  .p-review__bottom {
    padding-top: 59.0666666667vw;
    padding-bottom: 32.4vw;
  }
}
.p-review__bottom .p-review__bottom-img {
  max-width: 218px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-review__bottom .p-review__bottom-img {
    max-width: 29.0666666667vw;
  }
}

.p-review--02 {
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .p-review--02 {
    margin-top: -24vw;
  }
}

.p-review--03 {
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .p-review--03 {
    margin-top: -24vw;
  }
}

.p-review--04 {
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .p-review--04 {
    margin-top: -24vw;
  }
}

.p-review--05 {
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .p-review--05 {
    margin-top: -24vw;
  }
}

.p-review:first-child {
  padding-top: 0;
}

.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-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: min(90px, 12vw);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  overflow: hidden;
  max-width: min(750px, 100vw);
  margin: 0 auto;
}
.p-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-modal.is-active .p-modal__content {
  transform: translateX(0);
}

.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);
  cursor: pointer;
  z-index: 1010;
}

.p-modal__close-circle-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-modal__content {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--ivory);
  padding: 120px 120px 84px 50px;
  overflow-y: auto;
  max-height: 100dvh;
  overflow: scroll;
  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: 100vw;
    padding: 16vw 16vw 9.3333333333vw 6.6666666667vw;
  }
}
.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);
}

.p-modal__text-title {
  font-size: min(38px, 5.0666666667vw);
  font-weight: 700;
  line-height: min(50px, 6.6666666667vw);
  letter-spacing: -0.055em;
  margin-bottom: min(12px, 1.6vw);
  text-align: center;
  font-feature-settings: "palt";
  background: linear-gradient(to bottom, #01175e 0%, #022ebc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.p-modal__text-title::before {
  content: "";
  display: block;
  background-image: url(../img/mod_deco_top.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: min(525px, 70vw);
  height: min(42px, 5.6vw);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-modal__text-author {
  text-align: center;
  line-height: 1.2;
  margin-bottom: min(60px, 8vw);
  position: relative;
  font-size: min(25px, 3.3333333333vw);
  font-weight: 500;
  letter-spacing: -0.055em;
  font-feature-settings: "palt";
}
.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: min(23px, 3.0666666667vw);
  margin-bottom: min(32px, 4.2666666667vw);
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
}
.p-modal__text-content p {
  line-height: min(45px, 6vw);
}

.p-modal__text-content-bold {
  color: var(--gold);
  background-color: var(--navy);
  padding: min(2px, 0.2666666667vw) min(8px, 1.0666666667vw);
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
}

.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%;
}

.p-info {
  position: relative;
}
.p-info::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/rozemyne_bottom_deco.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -3%;
  left: 50%;
  transform: translateX(-50%);
  width: 546px;
  aspect-ratio: 546/266;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-info::before {
    width: 72.8vw;
  }
}

.p-info__title img {
  width: 100%;
  max-width: 679px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__title img {
    max-width: 90.5333333333vw;
  }
}

.p-info__box-shadow {
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.5));
  position: relative;
}

.p-info__box {
  background-image: url("../img/info_comic_bg.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 330px;
  margin-top: -15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-info__box {
    margin-top: -2vw;
    max-width: 92vw;
    padding-bottom: 44vw;
  }
}

.p-info__subtitle {
  padding-top: 280px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-info__subtitle {
    padding-top: 37.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.p-info__subtitle img {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__subtitle img {
    max-width: 82vw;
  }
}

.p-info__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-info__wrapper {
    gap: 5.3333333333vw;
    padding-bottom: 10vw;
  }
}

.p-info__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-info__inner {
    gap: 2.6666666667vw;
  }
}
.p-info__inner img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__inner img {
    max-width: 34.6666666667vw;
  }
}
.p-info__inner .p-info__inner-title-img--0102 {
  width: 100%;
  max-width: 626px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-info__inner .p-info__inner-title-img--0102 {
    max-width: 83.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-info__inner .p-info__inner-title-img--03 {
  width: 100%;
  max-width: 562px;
  margin-bottom: 8px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__inner .p-info__inner-title-img--03 {
    max-width: 74.9333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-info__inner .p-info__inner-title-img--0405 {
  width: 100%;
  max-width: 626px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__inner .p-info__inner-title-img--0405 {
    max-width: 83.4666666667vw;
  }
}
.p-info__inner .p-info__inner-title-img--spinoff {
  width: 100%;
  max-width: 626px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-info__inner .p-info__inner-title-img--spinoff {
    max-width: 83.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}

.p-info__inner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-info__inner-content {
    gap: 5.3333333333vw;
  }
}

.p-info__inner-btn img {
  width: 100%;
  max-width: 100%;
}

.p-info__inner-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-info__inner-btn-box {
    gap: 5.3333333333vw;
  }
}
.p-info__inner-btn-box img {
  width: 100%;
}

.p-info__anime {
  background-image: url("../img/anime_bg.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 310px;
  padding-top: 280px;
  position: relative;
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .p-info__anime {
    max-width: 92vw;
    margin-top: -24vw;
    padding-top: 37.3333333333vw;
    padding-bottom: 41.3333333333vw;
  }
}

.p-info__anime-inner img {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__anime-inner img {
    max-width: 52vw;
  }
}

.p-info__anime-title {
  text-align: center;
  padding-top: 25px;
  color: var(--navy);
  position: relative;
  padding-bottom: min(25px, 3.3333333333vw);
}
@media screen and (max-width: 768px) {
  .p-info__anime-title {
    padding-top: 3.3333333333vw;
  }
}
.p-info__anime-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  max-width: 47px;
  aspect-ratio: 47/91;
  width: 100%;
  height: 100%;
  background-image: url(../img/anime_title_left.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-info__anime-title::before {
    max-width: 6.2666666667vw;
  }
}
.p-info__anime-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10%;
  max-width: 47px;
  aspect-ratio: 47/91;
  width: 100%;
  height: 100%;
  background-image: url(../img/anime_title_right.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-info__anime-title::after {
    max-width: 6.2666666667vw;
  }
}

.p-info__anime-title-bold {
  display: block;
  font-size: min(50px, 6.6666666667vw);
  font-weight: 600;
  font-feature-settings: "palt";
  margin-bottom: min(10px, 1.3333333333vw);
}

.p-info__anime-title-sub {
  display: block;
  font-size: min(20px, 2.6666666667vw);
  line-height: min(35px, 4.6666666667vw);
  font-weight: 500;
  font-feature-settings: "palt";
}

.p-info__anime-title-sub-2 {
  display: block;
  font-size: min(30px, 4vw);
  line-height: min(35px, 4.6666666667vw);
  font-weight: 500;
  font-feature-settings: "palt";
  margin-bottom: min(10px, 1.3333333333vw);
}

.p-info__anime-textbox {
  max-width: min(484px, 64.5333333333vw);
  margin: 0 auto;
  margin-bottom: min(70px, 9.3333333333vw);
}

.p-info__anime-text {
  display: block;
  font-size: min(23px, 3.0666666667vw);
  line-height: min(35px, 4.6666666667vw);
  letter-spacing: 0.07em;
  font-weight: 500;
  font-feature-settings: "palt";
}

.p-info__anime-text-bold {
  display: block;
  font-size: min(27px, 3.6vw);
  line-height: min(35px, 4.6666666667vw);
  font-weight: 600;
  font-feature-settings: "palt";
}

.p-info__anime-text-small {
  font-size: min(18px, 2.4vw);
  line-height: min(35px, 4.6666666667vw);
  font-weight: 500;
  font-feature-settings: "palt";
}

.p-info__anime-btn {
  display: flex;
  justify-content: center;
}
.p-info__anime-btn img {
  width: 100%;
  max-width: min(525px, 70vw);
}

.p-info__rozemyne {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -55%);
  display: flex;
  justify-content: center;
  max-width: 412px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info__rozemyne {
    max-width: 54.9333333333vw;
  }
}

.p-info__deco-rozemyne {
  position: absolute;
  left: 0;
  bottom: 80px;
  transform: translateY(50%);
  max-width: 315px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info__deco-rozemyne {
    max-width: 42vw;
    bottom: 10.6666666667vw;
  }
}

.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);
  }
}

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