@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: #000;
  --grayblack: #181818;
  --lightBlack: #2b3137;
  --red:#e51810;
  --yellow: #f9f802;
  --gold:#b98534;
  --brown:#ba8632;
  --darkbrown:#644e12;
  --mint:#28b8b8;
  --light-blue:#03bbda;
  --navy:#091c31;
  --green:#85de62;
  --khaki:#4d583f;
  --orange:#ff6b41;
}

/* 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;
  letter-spacing: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.anchor{
  padding-top: -4vw; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: 4vw; /* heightと同じ分のネガティブマージン */
  @media screen and (max-width: 768px) {
  padding-top: -5vw; 
  margin-top: 5vw; 
  }
}

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;
  padding-inline: 4vw;
  max-width: 1300px;
  width: 100%;
  z-index: 50;
}

@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%;
  background-color: var(--gold);
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 0px 10px -2px #6a7678;
}

.header__wrap {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1000px;
  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;
    background-color: var(--gold);
    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 {
  margin: 0 auto;
  margin-top: 0;
  padding: 19px 0 14px 0;
  color: #fff;
  background-color: var(--gold);
}

.footer__body {
  padding: 0 20px;
  display: flex;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}

.footer_menu {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}

.footer_menu li {
  float: left;
  list-style-type: none;
  vertical-align: top;
}

.footer_menu li img {
  margin-top: -5px;
  margin-right: 10px;
  width: 105px;
}

.copyright {
  clear: both;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
    padding: 0;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .footer__body {
    display: block;
    height: 50px;
    padding: 0;
  }
  .copyright {
    font-size: 11px;
    color: #fff;
    background-color: #121212;
    padding: 30px 0 30px 0;
  }
  .footer_menu li img {
    margin: 0;
    padding-bottom: 0px;
  }
  .logo {
    display: none;
  }
  .footer_menu li {
    float: none;
  }
}
/* 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;
  padding-top: 56px;
  text-align: center;
  height: auto;
  background-image: repeating-linear-gradient(90deg, #58b1c1, #58b1c1 18px, #61b5c4 18px, #61b5c4 36px);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 10vw;
    width: 100%;
    height: auto;
  }
}

.p-top-mv__body {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 1000;
}
.p-top-mv__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-intro {
  background-image: repeating-linear-gradient(90deg, #58b1c1, #58b1c1 18px, #61b5c4 18px, #61b5c4 36px);
  background-size: cover;
  padding-bottom: min(165px, 12.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding-bottom: 24.6666666667vw;
  }
}

.p-intro__wrapper {
  position: relative;
}

.p-intro__image {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: min(1282px, 98.6153846154vw);
}
@media screen and (max-width: 768px) {
  .p-intro__image {
    max-width: 98.1333333333vw;
    left: auto;
  }
}

.p-intro__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: min(91px, 7vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    padding-top: 0;
    padding-bottom: 2.9333333333vw;
  }
}
.p-intro__text picture {
  max-width: min(746px, 57.3846153846vw);
}
@media screen and (max-width: 768px) {
  .p-intro__text picture {
    max-width: 86vw;
  }
}

.p-story {
  background-image: url(../img/tab_bk.png);
  position: relative;
  background-position: center top min(-5px, -0.3846153846vw);
  background-size: min(30px, 2.3076923077vw);
  border-top: solid 2px var(--brown);
  border-bottom: solid 2px var(--brown);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-story {
    background-size: 4vw;
    background-position: center top -0.6666666667vw;
  }
}

.p-story__tab-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(24px, 1.8461538462vw);
}
@media screen and (max-width: 768px) {
  .p-story__tab-area {
    gap: 2.9333333333vw;
  }
}

.p-story__tab-top {
  position: absolute;
  width: 100%;
  height: min(111px, 8.5384615385vw);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-story__tab-top {
    height: 17.7333333333vw;
  }
}
.p-story__tab-top .tab_off::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--brown);
}

.p-story__tab-item {
  position: relative;
  width: 100%;
  max-width: min(537px, 41.3076923077vw);
}
@media screen and (max-width: 768px) {
  .p-story__tab-item {
    max-width: 44.9333333333vw;
  }
}
.p-story__tab-item picture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}

.p-story__tab-bottom .tab_off {
  border-top: solid 2px var(--brown);
}
.p-story__tab-bottom .p-story__tab-item picture {
  bottom: auto;
  top: 0;
}

.p-story__content {
  padding-top: min(64px, 4.9230769231vw);
  padding-bottom: min(138px, 10.6153846154vw);
}
@media screen and (max-width: 768px) {
  .p-story__content {
    padding-top: 9.2vw;
  }
}

.p-story__panel-inner {
  position: relative;
}

.p-story__image--intro {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: min(962px, 74vw);
}
@media screen and (max-width: 768px) {
  .p-story__image--intro {
    width: 100%;
    left: auto;
  }
}

.p-story__image--about {
  margin: 0 auto;
  padding-top: min(550px, 42.3076923077vw);
}
@media screen and (max-width: 768px) {
  .p-story__image--about {
    padding-top: 81.3333333333vw;
  }
}
.p-story__image--about.-a {
  width: min(1291px, 99.3076923077vw);
}
@media screen and (max-width: 768px) {
  .p-story__image--about.-a {
    width: 100vw;
  }
}
.p-story__image--about.-b {
  width: min(1197px, 92.0769230769vw);
}
@media screen and (max-width: 768px) {
  .p-story__image--about.-b {
    width: 100vw;
  }
}

.p-story__btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: min(41px, 3.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-story__btn-group {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    gap: 7.3333333333vw;
    margin-top: -7.3333333333vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-story__btn-group.-a {
    background-image: url(../img/a_main_deco_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .p-story__btn-group.-b {
    margin-top: 0;
    background-image: url(../img/b_main_deco_sp.png);
  }
}

.p-story__btn--comic {
  position: relative;
}
.p-story__btn--comic picture {
  width: min(756px, 58.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-story__btn--comic picture {
    width: 68.6666666667vw;
  }
}
.p-story__btn--comic.-a::after {
  content: "";
  background-image: url(../img/a_main_deco.png);
  position: absolute;
  background-size: 100% auto;
  background-position: top center;
  right: -25%;
  bottom: 0;
  width: 100%;
  max-width: min(135px, 10.3846153846vw);
  aspect-ratio: 135/154;
}
@media screen and (max-width: 768px) {
  .p-story__btn--comic.-a::after {
    display: none;
  }
}
.p-story__btn--comic.-b::before {
  content: "";
  background-image: url(../img/b_main_deco_1.png);
  position: absolute;
  background-size: 100% auto;
  background-position: top center;
  right: -30%;
  top: 10%;
  width: 100%;
  max-width: min(157px, 12.0769230769vw);
  aspect-ratio: 157/140;
}
@media screen and (max-width: 768px) {
  .p-story__btn--comic.-b::before {
    display: none;
  }
}
.p-story__btn--comic.-b::after {
  content: "";
  background-image: url(../img/b_main_deco_2.png);
  position: absolute;
  background-size: 100% auto;
  background-position: top center;
  left: -30%;
  bottom: 0;
  width: 100%;
  max-width: min(163px, 12.5384615385vw);
  aspect-ratio: 163/207;
}
@media screen and (max-width: 768px) {
  .p-story__btn--comic.-b::after {
    display: none;
  }
}

.p-story__btn-bottom {
  display: flex;
  max-width: min(1154px, 88.7692307692vw);
  gap: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  .p-story__btn-bottom {
    flex-direction: column;
    max-width: 78.2666666667vw;
    gap: 4.4vw;
  }
}

.p-story__btn--anime {
  position: relative;
}
.p-story__btn--anime-a::before {
  content: "";
  position: absolute;
  background-image: url(../img/a_btn_ribon_1.png);
  background-size: 100% auto;
  background-position: top center;
  right: -24px;
  top: -16px;
  width: 100%;
  max-width: min(183px, 14.0769230769vw);
  aspect-ratio: 183/48;
}
@media screen and (max-width: 768px) {
  .p-story__btn--anime-a::before {
    background-image: url(../img/a_btn_ribon_1_sp.png);
    max-width: 25.7333333333vw;
    aspect-ratio: 193/50;
    right: -5%;
    top: -11%;
  }
}
.p-story__btn--anime-b::before {
  content: "";
  position: absolute;
  background-image: url(../img/b_btn_ribon_1.png);
  background-size: 100% auto;
  background-position: top center;
  right: -24px;
  top: -16px;
  width: 100%;
  max-width: min(183px, 14.0769230769vw);
  aspect-ratio: 183/48;
}
@media screen and (max-width: 768px) {
  .p-story__btn--anime-b::before {
    background-image: url(../img/b_btn_ribon_1_sp.png);
    max-width: 25.7333333333vw;
    aspect-ratio: 193/50;
    right: -5%;
    top: -11%;
  }
}

.p-story__btn--short {
  position: relative;
}
.p-story__btn--short-a::before {
  content: "";
  position: absolute;
  background-image: url(../img/a_btn_ribon_2.png);
  background-size: 100% auto;
  background-position: top center;
  right: -24px;
  top: -16px;
  width: 100%;
  max-width: min(183px, 14.0769230769vw);
  aspect-ratio: 183/48;
}
@media screen and (max-width: 768px) {
  .p-story__btn--short-a::before {
    background-image: url(../img/a_btn_ribon_2_sp.png);
    max-width: 25.7333333333vw;
    aspect-ratio: 193/50;
    right: -5%;
    top: -11%;
  }
}
.p-story__btn--short-b::before {
  content: "";
  position: absolute;
  background-image: url(../img/b_btn_ribon_2.png);
  background-size: 100% auto;
  background-position: top center;
  right: -24px;
  top: -16px;
  width: 100%;
  max-width: min(183px, 14.0769230769vw);
  aspect-ratio: 183/48;
}
@media screen and (max-width: 768px) {
  .p-story__btn--short-b::before {
    background-image: url(../img/b_btn_ribon_2_sp.png);
    max-width: 25.7333333333vw;
    aspect-ratio: 193/50;
    right: -5%;
    top: -11%;
  }
}

.p-wrepper {
  background-image: url(../img/info_bk.png);
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-wrepper {
    background-image: url(../img/info_bk_sp.png);
  }
}

.p-info {
  padding-top: min(166px, 12.7692307692vw);
}
@media screen and (max-width: 768px) {
  .p-info {
    padding-top: 22.1333333333vw;
  }
}

.p-info__news-title {
  margin: 0 auto;
  max-width: min(739px, 56.8461538462vw);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-info__news-title {
    max-width: 92.5333333333vw;
  }
}
.p-info__news-title::before {
  content: "";
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 245, 223, 0.7882352941) 0%, rgba(255, 245, 223, 0.3) 30%, transparent 70%);
  border-radius: 50%;
  mix-blend-mode: soft-light;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -5;
  width: min(683px, 52.5384615385vw);
  height: min(683px, 52.5384615385vw);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-info__news-title::before {
    width: 86.2666666667vw;
    height: 86.2666666667vw;
  }
}
.p-info__news-title.-b {
  max-width: min(844px, 64.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-info__news-title.-b {
    max-width: 85.8666666667vw;
  }
}

.p-info__wrapper {
  margin: 0 auto;
  padding-top: min(67px, 5.1538461538vw);
  padding-bottom: min(78px, 6vw);
  width: min(1050px, 80.7692307692vw);
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .p-info__wrapper {
    width: 100%;
    padding: 8.9333333333vw 4vw;
  }
}
.p-info__wrapper.-b {
  padding-top: min(50px, 3.8461538462vw);
}

.p-info__anime {
  position: relative;
  background-image: url(../img/info_anime_bk.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-info__anime {
    background-image: url(../img/info_anime_bk_sp.png);
  }
}

.p-info__anime-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -1%;
  margin: 0 auto;
  width: 100%;
  max-width: min(443px, 34.0769230769vw);
}
@media screen and (max-width: 768px) {
  .p-info__anime-title {
    max-width: 60.5333333333vw;
  }
}

.p-info__anime-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(50px, 3.8461538462vw);
  padding-top: min(205px, 15.8461538462vw);
  /* padding-top: min(180px, 13.8461538462vw); */
  padding-bottom: min(166px, 12.7692307692vw);
}
@media screen and (max-width: 768px) {
  .p-info__anime-box {
    padding-top: 24vw;
    padding-bottom: 22.1333333333vw;
  }
}

.p-info__anime-inner {
  display: flex;
  gap: min(25px, 1.9230769231vw);
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-info__anime-inner {
    flex-direction: column;
    align-items: center;
  }
}

.p-info__anime-key img {
  max-width: min(380px, 29.2307692308vw);
}
@media screen and (max-width: 768px) {
  .p-info__anime-key img {
    max-width: 61.7333333333vw;
  }
}

.p-info__anime-text {
  text-align: center;
  color: var(--darkbrown);
  width: min(500px, 38.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-info__anime-text {
    width: 100%;
  }
}

.p-info__anime-ttl {
  font-size: min(43px, 3.3076923077vw);
  line-height: min(60px, 4.6153846154vw);
  color: var(--brown);
}
@media screen and (max-width: 768px) {
  .p-info__anime-ttl {
    font-size: 6vw;
    line-height: 7.3333333333vw;
  }
}
.p-info__anime-ttl span {
  background: linear-gradient(transparent 60%, rgba(255, 227, 100, 0.6784313725) 50%);
}

.p-info__anime-txt {
  margin-top: min(43px, 3.3076923077vw);
  padding-bottom: min(10px, 0.7692307692vw);
  font-size: min(25px, 1.9230769231vw);
  line-height: min(35px, 2.6923076923vw);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-info__anime-txt {
    margin-top: 5.7333333333vw;
    font-size: 4vw;
    line-height: 4.6666666667vw;
  }
}
.p-info__anime-txt .start {
  font-size: min(40px, 3.0769230769vw);
  line-height: min(45px, 3.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-info__anime-txt .start {
    font-size: 6vw;
    line-height: 6.6666666667vw;
  }
}

.p-info__anime-delivery {
  margin-top: min(7px, 0.5384615385vw);
  margin-bottom: min(17px, 1.3076923077vw);
  padding: min(7px, 0.5384615385vw) min(90px, 6.9230769231vw);
  background-color: var(--darkbrown);
  border-radius: 40px;
  font-size: min(24px, 1.85vw);
  line-height: min(30px, 2.3076923077vw);
  font-weight: 700;
  font-feature-settings: "palt";
  color: #ffe364;
}
@media screen and (max-width: 768px) {
  .p-info__anime-delivery {
    font-size: 3.3333333333vw;
    line-height: 4vw;
    margin-top: 0.9333333333vw;
    margin-bottom: 2.2666666667vw;
  }
}

.p-info__anime-schedule {
  margin-top: min(17px, 1.3076923077vw);
  margin-bottom: min(17px, 1.3076923077vw);
  font-size: min(20px, 1.5384615385vw);
  line-height: min(30px, 2.3076923077vw);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-info__anime-schedule {
    font-size: 3.3333333333vw;
    line-height: 4.6666666667vw;
  }
}
.p-info__anime-schedule span {
  color: var(--brown);
}

.line-top {
  border-top: solid 2px var(--darkbrown);
  position: relative;
}
.line-top::before, .line-top::after {
  content: "";
  background-color: var(--darkbrown);
  border-radius: 50%;
  height: 6px;
  width: 6px;
  top: -4px;
  position: absolute;
}
.line-top::before {
  left: 0;
}
.line-top::after {
  right: 0;
}

.line-bottom {
  width: 100%;
  border-bottom: solid 2px var(--darkbrown);
  position: relative;
  text-align: center;
}
.line-bottom::before, .line-bottom::after {
  content: "";
  background-color: var(--darkbrown);
  border-radius: 50%;
  height: 6px;
  width: 6px;
  bottom: -4px;
  position: absolute;
}
.line-bottom::before {
  left: 0;
}
.line-bottom::after {
  right: 0;
}

.p-info__anime-attention {
  font-size: min(15px, 1.1538461538vw);
  line-height: min(33px, 2.5384615385vw);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-info__anime-attention {
    font-size: 2.4vw;
    line-height: 4.4vw;
  }
}

.p-info__anime-btn picture {
  width: min(479px, 36.8461538462vw);
}
@media screen and (max-width: 768px) {
  .p-info__anime-btn picture {
    width: 75.8666666667vw;
  }
}

.p-info__comic {
  position: relative;
  background-image: url(../img/info_comic_bk.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding-top: min(300px, 23.0769230769vw);
  padding-bottom: min(190px, 14.6153846154vw);
  margin-top: min(70px, 5.3846153846vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic {
    background-image: url(../img/info_comic_bk_sp.png);
    margin-top: 9.3333333333vw;
    padding-top: 36vw;
    padding-bottom: 40vw;
  }
}

.p-info__comic-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -1%;
  margin: 0 auto;
  width: 100%;
  max-width: min(443px, 34.0769230769vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-title {
    max-width: 60.5333333333vw;
  }
}

.p-info__comic-color {
  position: relative;
  max-width: min(900px, 69.2307692308vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__comic-color {
    max-width: 76.8vw;
  }
}
.p-info__comic-color::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffe896;
  mix-blend-mode: multiply;
}
.p-info__comic-color.-second {
  margin-top: min(129px, 9.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-color.-second {
    margin-top: 17.2vw;
  }
}

.p-info__comic-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(37px, 2.8461538462vw);
  position: relative;
  z-index: 2;
  padding: min(60px, 4.6153846154vw) min(19px, 1.4615384615vw) min(38px, 2.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-box {
    padding: 9.3333333333vw 2.6666666667vw 5.0666666667vw;
  }
}

.p-info__comic-ribon-ttl {
  position: absolute;
  top: -14%;
}
@media screen and (max-width: 768px) {
  .p-info__comic-ribon-ttl {
    top: -16vw;
  }
}
.p-info__comic-ribon-ttl img {
  width: min(718px, 55.2307692308vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-ribon-ttl img {
    width: 83.4666666667vw;
  }
}
.p-info__comic-ribon-ttl.-second {
  top: -9%;
}
@media screen and (max-width: 768px) {
  .p-info__comic-ribon-ttl.-second {
    top: -9.3333333333vw;
  }
}

.p-info__comic-inner {
  display: flex;
  align-items: flex-start;
  gap: min(22px, 1.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-inner {
    flex-direction: column;
    align-items: center;
  }
}

.p-info__comic-key img {
  width: min(358px, 27.5384615385vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-key {
    display: none;
  }
}

.p-info__comic-spkey {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-info__comic-spkey {
    display: flex;
  }
  .p-info__comic-spkey img {
    width: 61.7333333333vw;
  }
}

.p-info__comic-text {
  max-width: min(480px, 36.9230769231vw);
  color: var(--darkbrown);
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-info__comic-text {
    max-width: 100%;
  }
}

.p-info__comic-ttl {
  font-size: min(50px, 3.8461538462vw);
  line-height: min(60px, 4.6153846154vw);
  color: var(--darkbrown);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info__comic-ttl {
    font-size: 5.7333333333vw;
    line-height: 7.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-info__comic-ttl.-b {
    position: relative;
    display: inline-block;
  }
  .p-info__comic-ttl.-b::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0vw;
    width: 100%;
    height: 3.8666666667vw;
    background-color: var(--white);
    z-index: -2;
  }
}
.p-info__comic-ttl span {
  background: linear-gradient(transparent 50%, #ffffff 50%);
}
@media screen and (max-width: 768px) {
  .p-info__comic-ttl span.-b {
    background: none;
  }
}

.p-info__comic-ttl-s {
  font-size: min(35px, 2.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-ttl-s {
    font-size: 4.1333333333vw;
  }
}

.p-info__comic-author {
  margin-top: min(14px, 1.0769230769vw);
  margin-bottom: min(17px, 1.3076923077vw);
  font-size: min(25px, 1.9230769231vw);
  line-height: min(55px, 4.2307692308vw);
  font-weight: 700;
  color: var(--darkbrown);
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info__comic-author {
    font-size: 3.3333333333vw;
    line-height: 4.4vw;
    margin-top: 1.8666666667vw;
    margin-bottom: 2.2666666667vw;
  }
}

.p-info__comic-txt {
  font-size: min(20px, 1.5384615385vw);
  line-height: min(35px, 2.6923076923vw);
  letter-spacing: 0.06em;
  font-weight: 600;
  padding-bottom: min(40px, 3.0769230769vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-txt {
    font-size: 3.3333333333vw;
    line-height: 5.8666666667vw;
  }
}

.p-info__comic-schedule {
  margin-bottom: min(16px, 1.2307692308vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-schedule {
    margin-bottom: 5.3333333333vw;
  }
}
.p-info__comic-schedule picture {
  max-width: min(479px, 36.8461538462vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__comic-schedule picture {
    max-width: 66.8vw;
  }
}

.p-info__comic-btn picture {
  max-width: min(463px, 35.6153846154vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-btn picture {
    max-width: 70.5333333333vw;
  }
}

.p-info__comic-outro {
  position: relative;
  padding-top: min(60px, 4.6153846154vw);
  padding-bottom: min(60px, 4.6153846154vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-outro {
    padding-top: 3.6vw;
    padding-bottom: 8vw;
  }
}

.p-info__comic-outro-txt {
  padding-left: min(53px, 4.0769230769vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-outro-txt {
    padding-left: 5.3333333333vw;
  }
}
.p-info__comic-outro-txt img {
  width: min(463px, 35.6153846154vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-outro-txt img {
    width: 61.4666666667vw;
  }
}

.p-info__comic-outro-btn {
  position: absolute;
  right: -5%;
  top: 10%;
  bottom: 0;
  margin: auto 0;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .p-info__comic-outro-btn {
    bottom: auto;
    right: -4%;
    top: 42%;
  }
}
.p-info__comic-outro-btn.-a img {
  width: min(594px, 45.6923076923vw);
  height: min(207px, 15.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-outro-btn.-a img {
    width: 88.5333333333vw;
    height: 44.2666666667vw;
  }
}
.p-info__comic-outro-btn.-b {
  right: -6%;
  top: 9.5%;
}
@media screen and (max-width: 768px) {
  .p-info__comic-outro-btn.-b {
    right: -4%;
    top: 42%;
  }
}
.p-info__comic-outro-btn.-b img {
  width: min(603px, 46.3846153846vw);
  height: min(226px, 17.3846153846vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-outro-btn.-b img {
    width: 88.6666666667vw;
    height: 44.2666666667vw;
  }
}

.p-info__comic_deco {
  position: absolute;
  z-index: 3;
}
.p-info__comic_deco.-a {
  right: 3%;
  bottom: -4.5%;
  max-width: min(272px, 20.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic_deco.-a {
    right: 0;
    bottom: 0;
    max-width: 32.6666666667vw;
  }
}
.p-info__comic_deco.-b {
  right: 5%;
  bottom: -9%;
  max-width: min(492px, 37.8461538462vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic_deco.-b {
    right: 0;
    bottom: -5%;
    max-width: 57.7333333333vw;
  }
}

.toggle-btn {
  display: none;
}

.read-box {
  height: auto;
}

@media screen and (max-width: 768px) {
  .read-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .read-box .main-content {
    max-height: 20vw;
    overflow: hidden;
    transition: max-height 0.5s ease;
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .read-box.open .main-content {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .read-box.open .white-gradient {
    opacity: 0;
  }
  .toggle-btn {
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 3.4666666667vw;
    color: var(--darkbrown);
    cursor: pointer;
  }
}
.p-end {
  position: relative;
}

/* 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;
  -webkit-clip-path: inset(50%);
          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;
}

.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;
  }
}/*# sourceMappingURL=style.css.map */