@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:#a69030;
  --brown:#473001;
  --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;
}

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: #E5007F;
  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: #E5007F;
    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: #E5007F;
}

.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;
}
@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: url(../img/intro_bk.png);
  background-size: cover;
  margin-top: min(-20px, -1.5384615385vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-intro {
    background-image: url(../img/intro_bk_sp.png);
    margin-top: -2.1333333333vw;
  }
}
.p-intro::before {
  content: "";
  position: absolute;
  background-image: url(../img/intro_deco_ribon.png);
  width: 13.1538461538vw;
  aspect-ratio: 171/227;
  transform: translateY(58%);
  bottom: 0;
  display: inline-block;
  background-size: contain;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .p-intro::before {
    background-image: url(../img/intro_deco_ribon_sp.png);
    width: 14.8vw;
    aspect-ratio: 111/194;
    transform: translateY(30%);
  }
}
.p-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1300/26;
  bottom: -13px;
  background-image: url(../img/intro_bottom.png);
  background-size: 100% auto;
  background-position: bottom center;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-intro::after {
    background-image: url(../img/intro_bottom_sp.png);
    aspect-ratio: 750/26;
    bottom: -1.7333333333vw;
  }
}

.p-intro__wrapper {
  overflow: hidden;
}

.p-intro__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: min(37px, 2.8461538462vw);
  padding-bottom: min(36px, 2.7692307692vw);
  position: relative;
  z-index: 30;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-intro__title {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.9333333333vw;
    width: 101.3333333333vw;
  }
}
.p-intro__title picture {
  width: min(841px, 64.6923076923vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-intro__title picture {
    width: 120%;
    transform: translateX(-1.3333333333vw);
  }
}
.p-intro__title picture img {
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-intro__title picture::before {
    content: "";
    position: absolute;
    top: 2%;
    left: 1%;
    width: 100%;
    height: 100%;
    background-image: url(../img/intro_title_s_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    filter: brightness(0.1);
    mix-blend-mode: multiply;
    z-index: 1;
    pointer-events: none;
  }
}

.p-intro_contents {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 20;
}

.p-intro__txt {
  padding-bottom: min(70px, 5.3846153846vw);
}
@media screen and (max-width: 768px) {
  .p-intro__txt {
    padding-bottom: 14.6666666667vw;
  }
}
.p-intro__txt picture {
  width: min(721px, 55.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-intro__txt picture {
    width: 80.8vw;
  }
}

.p-intro__deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: min(37px, 2.8461538462vw);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-intro__deco {
    padding-top: 2.6666666667vw;
  }
}
.p-intro__deco picture {
  width: min(1154px, 88.7692307692vw);
}
@media screen and (max-width: 768px) {
  .p-intro__deco picture {
    width: 96.4vw;
  }
}

.p-chart {
  background-image: url(../img/chart_bk.png);
  background-size: cover;
  position: relative;
  padding-bottom: min(100px, 7.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-chart {
    background-image: url(../img/chart_bk_sp.png);
    padding-bottom: 16.6666666667vw;
  }
}

.p-chart__title {
  max-width: min(725px, 55.7692307692vw);
  margin: 0 auto;
  padding-top: min(80px, 6.1538461538vw);
  padding-bottom: min(28px, 2.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-chart__title {
    max-width: 89.3333333333vw;
    padding-top: 11.0666666667vw;
    padding-bottom: 5.0666666667vw;
  }
}

.p-chart_content {
  max-width: min(1033px, 79.4615384615vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-chart_content {
    max-width: 95.6vw;
  }
}

.p-chart_type {
  display: flex;
  justify-content: center;
}

.p-chart-type__item {
  display: flex;
  flex-direction: column;
  gap: min(13px, 1vw);
}

.p-chart-type__link {
  position: relative;
  width: 100%;
  max-width: min(213px, 16.3846153846vw);
  height: min(78px, 6vw);
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-chart-type__link {
    max-width: 19.7333333333vw;
    height: 7.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-chart-type__link picture {
    width: 100%;
  }
}
.p-chart-type__link picture img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s ease-in-out;
}

.p-chart-type__link:hover img:nth-of-type(2) {
  opacity: 0;
}

#type_a {
  background-image: url(../img/a_bk_p.png);
  background-repeat: repeat;
  background-size: auto;
}

#type_b {
  background-image: url(../img/b_bk_p.png);
  background-repeat: repeat;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  #type_b {
    background-size: 13.3333333333vw 13.3333333333vw;
  }
}

#type_c {
  background-image: url(../img/c_bk_p.png);
  background-repeat: repeat;
  background-size: auto;
}

#type_d {
  background-image: url(../img/d_bk_p.png);
  background-repeat: repeat;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  #type_d {
    background-size: 13.3333333333vw 13.3333333333vw;
  }
}

.p-type__info {
  position: relative;
  padding-top: 6.6923076923vw;
  padding-bottom: min(116px, 8.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-type__info {
    padding-top: 1.3333333333vw;
    padding-bottom: 12.6666666667vw;
  }
}

#type_a .p-type__info::before {
  content: "";
  background-image: url(../img/a_title_bk_top_line.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: min(46px, 3.5384615385vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #type_a .p-type__info::before {
    background-image: url(../img/a_title_bk_top_line_sp.png);
    height: 6.1333333333vw;
  }
}
#type_a .p-type__info::after {
  content: "";
  background-image: url(../img/a_title_bk_bottom_line.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: min(46px, 3.5384615385vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #type_a .p-type__info::after {
    background-image: url(../img/a_title_bk_bottom_line_sp.png);
    height: 6.1333333333vw;
  }
}

#type_b .p-type__info::before {
  content: "";
  background-image: url(../img/b_title_bk_top_line.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: min(46px, 3.5384615385vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #type_b .p-type__info::before {
    background-image: url(../img/b_title_bk_top_line_sp.png);
    height: 6.1333333333vw;
  }
}
#type_b .p-type__info::after {
  content: "";
  background-image: url(../img/b_title_bk_bottom_line.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: min(46px, 3.5384615385vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #type_b .p-type__info::after {
    background-image: url(../img/b_title_bk_bottom_line_sp.png);
    height: 6.1333333333vw;
  }
}

#type_c .p-type__info::before {
  content: "";
  background-image: url(../img/c_title_bk_top_line.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: min(46px, 3.5384615385vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #type_c .p-type__info::before {
    background-image: url(../img/c_title_bk_top_line_sp.png);
    height: 6.1333333333vw;
  }
}
#type_c .p-type__info::after {
  content: "";
  background-image: url(../img/c_title_bk_bottom_line.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: min(46px, 3.5384615385vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #type_c .p-type__info::after {
    background-image: url(../img/c_title_bk_bottom_line_sp.png);
    height: 6.1333333333vw;
  }
}

#type_d .p-type__info::before {
  content: "";
  background-image: url(../img/d_title_bk_top_line.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: min(46px, 3.5384615385vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #type_d .p-type__info::before {
    background-image: url(../img/d_title_bk_top_line_sp.png);
    height: 6.1333333333vw;
  }
}
#type_d .p-type__info::after {
  content: "";
  background-image: url(../img/d_title_bk_bottom_line.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: min(46px, 3.5384615385vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #type_d .p-type__info::after {
    background-image: url(../img/d_title_bk_bottom_line_sp.png);
    height: 6.1333333333vw;
  }
}

.p-type__info-top-deco {
  position: absolute;
  right: 2%;
  top: 6%;
  max-width: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  .p-type__info-top-deco {
    max-width: 3.3333333333vw;
    top: 3%;
  }
}

.p-type__info-bottom-deco {
  position: absolute;
  left: 2%;
  bottom: 6%;
  max-width: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  .p-type__info-bottom-deco {
    display: none;
  }
}

.p-type__info-title {
  position: relative;
  z-index: 25;
}
.p-type__info-title-a {
  max-width: min(1096px, 84.3076923077vw);
  margin: 0 auto;
  padding-bottom: min(19px, 1.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-type__info-title-a {
    max-width: 100%;
    padding-bottom: 0vw;
  }
}
.p-type__info-title-b {
  max-width: min(1099px, 84.5384615385vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-type__info-title-b {
    max-width: 100%;
    margin-top: -3.3333333333vw;
  }
}
.p-type__info-title-c {
  max-width: min(1140px, 87.6923076923vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-type__info-title-c {
    max-width: 100%;
  }
}
.p-type__info-title-d {
  max-width: min(1101px, 84.6923076923vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-type__info-title-d {
    max-width: 100%;
  }
}

.p-type__info-visual {
  position: relative;
  z-index: 50;
}
.p-type__info-visual-a {
  max-width: min(1000px, 76.9230769231vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-type__info-visual-a {
    max-width: 92.2666666667vw;
    margin-top: -16.4vw;
  }
}
.p-type__info-visual-b {
  max-width: min(1197px, 92.0769230769vw);
  margin: 0 auto;
  margin-top: min(-20px, -1.5384615385vw);
}
@media screen and (max-width: 768px) {
  .p-type__info-visual-b {
    max-width: 92.2666666667vw;
    margin-top: -27.3333333333vw;
  }
}
.p-type__info-visual-c {
  max-width: min(1000px, 76.9230769231vw);
  margin: 0 auto;
  margin-top: min(20px, 1.5384615385vw);
}
@media screen and (max-width: 768px) {
  .p-type__info-visual-c {
    max-width: 92.2666666667vw;
    margin-top: -21.6vw;
  }
}
.p-type__info-visual-d {
  max-width: min(1000px, 76.9230769231vw);
  margin: 0 auto;
  margin-top: min(28px, 2.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-type__info-visual-d {
    max-width: 92.2666666667vw;
    margin-top: -19.7333333333vw;
  }
}

.p-type__container {
  background-size: cover;
  position: relative;
  padding-bottom: 6.3846153846vw;
}
@media screen and (max-width: 768px) {
  .p-type__container {
    padding-bottom: 16.4vw;
  }
}
.p-type__container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-position: top center;
  background-size: contain;
  width: 100%;
  height: 18.4615384615vw;
  z-index: 10;
}

#type_a .p-type__container::before {
  background-image: url(../img/a_title_bk.png);
}
@media screen and (max-width: 768px) {
  #type_a .p-type__container::before {
    display: none;
  }
}

#type_b .p-type__container::before {
  background-image: url(../img/b_title_bk.png);
}
@media screen and (max-width: 768px) {
  #type_b .p-type__container::before {
    display: none;
  }
}

#type_c .p-type__container::before {
  background-image: url(../img/c_title_bk.png);
}
@media screen and (max-width: 768px) {
  #type_c .p-type__container::before {
    display: none;
  }
}

#type_d .p-type__container::before {
  background-image: url(../img/d_title_bk.png);
}
@media screen and (max-width: 768px) {
  #type_d .p-type__container::before {
    display: none;
  }
}

.p-type__title {
  position: relative;
  z-index: 20;
  padding-top: min(30px, 2.3076923077vw);
  padding-bottom: min(40px, 3.0769230769vw);
}
@media screen and (max-width: 768px) {
  .p-type__title {
    padding-top: 0vw;
    padding-bottom: 4.4vw;
  }
}
.p-type__title-a {
  max-width: 84.3076923077vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-type__title-a {
    max-width: 100%;
  }
}
.p-type__title-b {
  max-width: 84vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-type__title-b {
    max-width: 100%;
  }
}
.p-type__title-c {
  max-width: 81.0769230769vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-type__title-c {
    max-width: 100%;
  }
}
.p-type__title-d {
  max-width: 84.5384615385vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-type__title-d {
    max-width: 100%;
  }
}

.p-type__box {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: min(48px, 3.6923076923vw);
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .p-type__box {
    flex-direction: column;
    align-items: center;
  }
}
.p-type__box picture {
  max-width: min(370px, 28.4615384615vw);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-type__box picture {
    max-width: 66.6666666667vw;
  }
}

.p-type__box-syoei {
  position: relative;
}
.p-type__box-syoei::before {
  content: "";
  position: absolute;
  background-image: url(../img/badge_1.png);
  left: -34px;
  bottom: 0;
  right: 0;
  background-size: 100% auto;
  background-position: bottom center;
  max-width: min(156px, 12vw);
  aspect-ratio: 156/128;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-type__box-syoei::before {
    background-image: url(../img/badge_1_sp.png);
    max-width: 27.7333333333vw;
    aspect-ratio: 208/170;
  }
}

.p-type__box-comic {
  max-width: min(488px, 37.5384615385vw);
  color: var(--grayblack);
}
@media screen and (max-width: 768px) {
  .p-type__box-comic {
    max-width: 74.6666666667vw;
  }
}

.p-type__box-title {
  font-size: min(27px, 2.0769230769vw);
  line-height: min(37px, 2.8461538462vw);
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-type__box-title {
    font-size: 5.2vw;
    line-height: 6.9333333333vw;
  }
}

.p-type__box-text-s {
  font-size: min(22px, 1.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-type__box-text-s {
    font-size: 4.6666666667vw;
  }
}

.p-type__box-author {
  font-size: min(18px, 1.3846153846vw);
  font-weight: 700;
  border-bottom: dotted 2px rgba(0, 0, 0, 0.4392156863);
  padding-bottom: min(21px, 1.6153846154vw);
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-type__box-author {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-type__box-author span {
  font-size: min(14px, 1.0769230769vw);
}
@media screen and (max-width: 768px) {
  .p-type__box-author span {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}

.p-type__box-text {
  font-size: min(18px, 1.3846153846vw);
  line-height: min(29px, 2.2307692308vw);
  font-weight: 600;
  font-feature-settings: "palt";
  padding-top: min(27px, 2.0769230769vw);
  padding-bottom: min(22px, 1.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-type__box-text {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
    padding-top: 4.2666666667vw;
  }
}

.p-type__box-btn {
  display: flex;
  justify-content: space-between;
  gap: min(19px, 1.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-type__box-btn {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}

.p-type__box-btn_comic {
  position: relative;
  width: 100%;
  max-width: min(236px, 18.1538461538vw);
  height: min(85px, 6.5384615385vw);
  display: block;
}
@media screen and (max-width: 768px) {
  .p-type__box-btn_comic {
    max-width: 74.6666666667vw;
    height: 18.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-type__box-btn_comic picture {
    width: 100%;
  }
}
.p-type__box-btn_comic picture img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s ease-in-out;
}

.p-type__box-btn_comic:hover img:nth-of-type(2) {
  opacity: 0;
}

.toggle-btn {
  display: none;
}

@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: 1em;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 3.4666666667vw;
    color: var(--grayblack);
    cursor: pointer;
  }
}
.p-end {
  position: relative;
  z-index: 200;
}

/* ページトップボタン */
#chart-top {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
  max-width: min(196px, 15.0769230769vw);
}
@media screen and (max-width: 768px) {
  #chart-top {
    max-width: 25.8666666667vw;
  }
}

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

.u-color_light-blue {
  color: var(--light-blue);
}

@media screen and (max-width: 768px) {
  .u-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */