html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
address {
  font-style: normal;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
button {
  border: none;
  background: none;
  display: block;
  cursor: pointer;
}
textarea,
input,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
button,
a {
  text-decoration: none;
  opacity: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-weight: 400;
  color: #000;
}
html {
  overflow-x: hidden;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  border: 0px none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
br {
  font-size: 0px;
}
form {
  display: inline;
}
a:focus,
*:focus {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 2.6666666667vw;
  width: 100vw;
  min-width: auto;
  overflow-x: hidden;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.9vw;
  }
}
@media only screen and (min-width: 1025px) {
  html {
    font-size: min(0.520833vw, 10px);
  }
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  word-break: normal;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  color: #222;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  overflow-x: hidden;
  width: 100vw;
  display: block;
  margin: 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 374px) {
  body {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
a {
  display: block;
}
.pc-inline,
.pc-block {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .sp-block {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
  .pc-block {
    display: block !important;
  }
  .pc-inline {
    display: inline !important;
  }
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime-item {
  opacity: 0;
}
.anime-in {
  -webkit-animation: fadeIn 0.5s 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s 0.5s ease-in-out forwards;
}
.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay13 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.delay14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.delay17 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.delay18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.delay19 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.delay20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay21 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.delay22 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.delay23 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.delay24 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.delay25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 100%;
  height: 7.2rem;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media only screen and (min-width: 769px) {
  .l-header {
    height: 12.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header {
    height: 10.4rem;
  }
}
.l-header.scroll-nav {
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .l-header.scroll-nav {
    top: 2rem;
    width: calc(100% - 8rem);
    height: 7.2rem;
    margin-inline: auto;
    border-radius: 9999px;
    background-color: #fff;
    border: 1px solid rgba(34, 34, 34, 0.08);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  }
}
.l-header-wrap {
  position: relative;
  height: 100%;
}
.l-header__logo-wrap {
  position: absolute;
  display: block;
  width: 25.6rem;
  height: auto;
  top: 1.7rem;
  left: 1rem;
  z-index: 1;
  pointer-events: all;
  -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media only screen and (min-width: 769px) {
  .l-header__logo-wrap {
    width: 35rem;
    top: 3.5rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header__logo-wrap {
    width: 43.5rem;
    top: 2.4rem;
    left: 3.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .scroll-nav .l-header__logo-wrap {
    width: 34.5rem;
    top: 1rem;
    left: 4.4rem;
  }
}
.l-header__pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .l-header__pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.l-header__nav {
  position: absolute;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: -1;
  overflow: hidden;
  padding: 13rem 2rem 11rem;
  border-radius: 0 0 1.6rem 1.6rem;
}
@media only screen and (min-width: 769px) {
  .l-header__nav {
    padding: 13rem 10rem 16rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header__nav {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    visibility: visible;
    z-index: 0;
    padding: 1.2rem 4.2rem 1.2rem 2.2rem;
    border-radius: 9999px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .scroll-nav .l-header__nav {
    background-color: #fff;
  }
}
.l-header__nav.js_open {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1025px) {
  .l-header__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-inline: auto;
  }
}
.l-header__nav-item + .l-header__nav-item {
  border-top: 1px solid rgba(34, 34, 34, 0.12);
}
@media only screen and (min-width: 1025px) {
  .l-header__nav-item + .l-header__nav-item {
    border-top: none;
  }
}
.l-header__nav-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.85rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .l-header__nav-link {
    padding: 0.5rem 2rem;
    letter-spacing: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header__nav-link::after {
    content: "";
    display: block;
    width: calc(100% - 4rem);
    height: 0.8rem;
    border-radius: 9999px;
    background-color: #e03830;
    position: absolute;
    bottom: -2rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .l-header__nav-link:hover::after {
    bottom: -1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header__nav-link .arrow {
    display: none;
  }
}
.l-header__now-list {
  background-color: #34312f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  border-radius: 0 0 1.6rem 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .l-header__now-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 9999px;
    top: 0.6rem;
    bottom: auto;
    left: auto;
    right: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .scroll-nav .l-header__now-list {
    background-color: #fff;
  }
}
.l-header__now-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.3rem 1.7rem;
}
@media only screen and (min-width: 1025px) {
  .l-header__now-item {
    padding: 1.2rem 3.7rem;
  }
}
.l-header__now-item + .l-header__now-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
}
@media only screen and (min-width: 1025px) {
  .scroll-nav .l-header__now-item + .l-header__now-item::before {
    background-color: rgba(34, 34, 34, 0.2);
  }
}
.l-header__now-item .now-flag {
  aspect-ratio: 1/1;
  width: 2rem;
}
@media only screen and (min-width: 1025px) {
  .l-header__now-item .now-flag {
    width: 2.8rem;
  }
}
.l-header__now-item .now-name {
  font-size: 1.3rem;
  font-weight: 500;
  color: #de632a;
  margin: 0 0.6rem;
}
@media only screen and (min-width: 1025px) {
  .l-header__now-item .now-name {
    font-size: 1.6rem;
    margin: 0 1.2rem;
  }
}
.l-header__now-item .now-time {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  margin-right: 0.3rem;
  -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .l-header__now-item .now-time {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .scroll-nav .l-header__now-item .now-time {
    color: #222;
  }
}
.l-header__now-item .now-date {
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media only screen and (min-width: 1025px) {
  .l-header__now-item .now-date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .scroll-nav .l-header__now-item .now-date {
    color: #222;
    opacity: 0.7;
  }
}
.l-hamburger {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background-color: #222;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 1.2rem;
  right: 1rem;
}
@media only screen and (min-width: 769px) {
  .l-hamburger {
    width: 8rem;
    height: 8rem;
    top: 2.3rem;
    right: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger__line {
  display: block;
  width: 38.6363636364%;
  height: 2px;
  border-radius: 0.5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1) duration 0.6s;
  transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1) duration 0.6s;
}
.l-hamburger__line.--top {
  top: 1.7rem;
}
@media only screen and (min-width: 769px) {
  .l-hamburger__line.--top {
    top: 3rem;
  }
}
.l-hamburger__line.--btm {
  bottom: 1.7rem;
}
@media only screen and (min-width: 769px) {
  .l-hamburger__line.--btm {
    bottom: 3rem;
  }
}
.js_open {
  background-color: #fff;
}
.js_open .l-hamburger__line.--top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto auto;
  background-color: #e03830;
}
.js_open .l-hamburger__line.--btm {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto auto;
  background-color: #e03830;
}
main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  width: 100%;
}
.l-section {
  position: relative;
}
.c-wrap {
  width: min(100%, 167.6rem);
  padding: 0 2rem;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .c-wrap {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-wrap {
    padding: 0 5rem;
  }
}
.c-wrap.--s {
  width: min(100%, 134rem);
  padding: 0 3rem;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .c-wrap.--s {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-wrap.--s {
    padding: 0 5rem;
  }
}
.c-wrap.--l {
  width: min(100%, 180rem);
  padding: 0 1rem;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .c-wrap.--l {
    padding: 0 0;
  }
}
.l-footer {
  padding-bottom: 4rem;
}
.l-footer .c-wrap.--l {
  width: min(100%, 184rem);
}
.l-footer__inner {
  background: url(../img/common/footer_bg_sp.webp) no-repeat center bottom/cover;
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 5.4rem 2.4rem 16rem 2.4rem;
}
@media only screen and (min-width: 769px) {
  .l-footer__inner {
    background: url(../img/common/footer_bg_pc.webp) no-repeat center
      bottom/cover;
    border-radius: 4rem;
    padding: 5rem 5rem 30rem 5rem;
    display: -ms-grid;
    display: grid;
  }
}
@media only screen and (min-width: 1025px) {
  .l-footer__inner {
    padding: 8.5rem 9rem 43rem 9rem;
    gap: 4rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .l-footer__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-footer__logo {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .l-footer__logo {
    width: 46rem;
  }
}
.l-footer__logo-img {
  display: block;
  width: 100%;
}
.l-footer__nav {
  padding: 0 0.9rem;
  margin: 3rem 0 2.5rem;
}
@media only screen and (min-width: 1025px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4rem;
    padding: 0 1rem;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0;
    margin: 0;
    height: 100%;
  }
}
.l-footer__nav-link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3rem 0 1.3rem 2.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .l-footer__nav-link {
    font-size: 1.8rem;
    padding: 1.3rem 4.3rem 1.3rem 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .l-footer__nav-link:hover .arrow {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-footer__nav-link:hover .arrow::before {
    -webkit-animation-name: arrowRtoL;
    animation-name: arrowRtoL;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .l-footer__nav-link:hover .arrow::after {
    -webkit-animation-name: arrowLtoR;
    animation-name: arrowLtoR;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}
.l-footer__nav-link .arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  left: 0;
  right: auto;
}
@media only screen and (min-width: 769px) {
  .l-footer__nav-link .arrow {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.8rem;
    left: auto;
    right: 0;
  }
}
.l-footer__txtlinks {
  display: -ms-grid;
  display: grid;
  gap: 0.7rem 0;
  padding: 0 0.9rem;
}
.l-footer__txtlinks .homepage {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 0.8rem;
  padding: 0.7rem 3rem 0.7rem 1.5rem;
}
@media only screen and (min-width: 769px) {
  .l-footer__txtlinks .homepage {
    padding: 1rem 3rem 1rem 2rem;
  }
}
.l-footer__txtlinks .homepage span {
  display: block;
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.2398381 9.2439804"><path fill="%23E03830" d="M1.2296071.3998203c0-.2209101.1789007-.3998203.3998203-.3998203h6.6802101c.1061001,0,.2081003.0423803.2831001.1174002l.5296993.5296297c.0748997.0749998.1167011.1764498.1167011.2824306l.0007,6.6808701c-.0001011.2207994-.1791.3996992-.3999004.3998995h-.7278004c-.2208996,0-.3997002-.1789999-.3997993-.3998995l-.0007-4.9973402L1.1978374,9.1268301c-.1561995.1562004-.4100199.1562004-.5662298,0l-.5144501-.5144997c-.1562099-.1562004-.1562099-.4100008,0-.5662003L6.635138,1.5281601l-5.0057106-.0006905c-.2208996,0-.3997898-.1789398-.3998203-.3998194V.3998203Z" /></svg>')
    no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  margin-block: auto;
}
.l-footer__txtlinks .copy {
  font-size: 1.2rem;
  color: #6e6e6e;
}
.l-footer__txtlinks .pagetop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  color: #6e6e6e;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
.l-footer__bnr-list {
  display: -ms-grid;
  display: grid;
  gap: 0.8rem 0;
  padding: 0 0.9rem;
  margin: 4.3rem 0 0;
}
@media only screen and (min-width: 769px) {
  .l-footer__bnr-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-footer__bnr-list {
    margin: 0;
  }
}
.l-footer__bnr {
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 290/64;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .l-footer__bnr {
    border-radius: 1.6rem;
    aspect-ratio: 290/80;
    width: 29rem;
  }
}
.l-footer__bnr-img {
  width: 100%;
  height: 100%;
}
.l-footer__bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .l-footer__bnr:hover .l-footer__bnr-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.c-btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16rem;
  min-height: 5.6rem;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
  padding: 1rem 5rem 1rem 3rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) duration 0.3s;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) duration 0.3s;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .c-btn {
    min-width: 22rem;
    min-height: 7.2rem;
    border-radius: 2.4rem;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
    padding: 1rem 6rem 1rem 2rem;
  }
}
.c-btn.--black {
  background-color: #222;
  color: #fff;
}
.arrow {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.8rem;
  background-color: #e03830;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.7rem;
  margin-block: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) duration 0.3s;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) duration 0.3s;
}
@media only screen and (min-width: 769px) {
  .arrow {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    right: 2rem;
  }
}
.arrow::before,
.arrow::after {
  content: "";
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%23ffffff" d="M5.44629 0.563914C5.60249 0.407733 5.85551 0.407731 6.01172 0.563914L9.88086 4.43305C9.95569 4.50797 9.99796 4.6094 9.99805 4.71528V5.28462C9.99796 5.3905 9.95569 5.49192 9.88086 5.56684L6.01172 9.43598C5.85551 9.59218 5.6025 9.59217 5.44629 9.43598L5.11133 9.102C4.95523 8.94579 4.95517 8.69177 5.11133 8.53559L8.00879 5.63911H0.400391C0.17963 5.63911 0.000247866 5.4604 0 5.2397V4.76606C0.000105534 4.54524 0.179542 4.36665 0.400391 4.36665H8.01465L5.11133 1.4643C4.95517 1.30813 4.95523 1.05411 5.11133 0.897899L5.44629 0.563914Z" /></svg>')
    no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 41.6666666667%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@media only screen and (min-width: 769px) {
  .arrow::before,
  .arrow::after {
    width: 37.5%;
  }
}
.arrow::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .c-btn:hover {
    background-color: #222;
    color: #fff;
  }
  .c-btn.--black:hover {
    background-color: #fff;
    color: #222;
  }
  .c-btn:hover .arrow {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-btn:hover .arrow::before {
    -webkit-animation-name: arrowRtoL;
    animation-name: arrowRtoL;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .c-btn:hover .arrow::after {
    -webkit-animation-name: arrowLtoR;
    animation-name: arrowLtoR;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}
@-webkit-keyframes arrowLtoR {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrowLtoR {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes arrowRtoL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}
@keyframes arrowRtoL {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}
.c-detail-btns {
  position: relative;
  width: 100%;
  min-height: 5.6rem;
}
@media only screen and (min-width: 769px) {
  .c-detail-btns {
    min-height: 7.2rem;
  }
}
.c-btn.archive {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-prev-btn,
.c-next-btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.2rem;
  font-weight: 500;
  color: #222;
  text-decoration: underline;
  text-underline-offset: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) duration 0.3s;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) duration 0.3s;
}
@media only screen and (min-width: 769px) {
  .c-prev-btn,
  .c-next-btn {
    font-size: 1.6rem;
  }
}
.c-prev-btn {
  padding-left: 2rem;
  left: 0;
}
.c-next-btn {
  padding-right: 2rem;
  right: 0;
}
.arrow-prev,
.arrow-next {
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%23E03830" d="M5.44629 0.563914C5.60249 0.407733 5.85551 0.407731 6.01172 0.563914L9.88086 4.43305C9.95569 4.50797 9.99796 4.6094 9.99805 4.71528V5.28462C9.99796 5.3905 9.95569 5.49192 9.88086 5.56684L6.01172 9.43598C5.85551 9.59218 5.6025 9.59217 5.44629 9.43598L5.11133 9.102C4.95523 8.94579 4.95517 8.69177 5.11133 8.53559L8.00879 5.63911H0.400391C0.17963 5.63911 0.000247866 5.4604 0 5.2397V4.76606C0.000105534 4.54524 0.179542 4.36665 0.400391 4.36665H8.01465L5.11133 1.4643C4.95517 1.30813 4.95523 1.05411 5.11133 0.897899L5.44629 0.563914Z" /></svg>')
    no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .arrow-prev,
  .arrow-next {
    width: 1.2rem;
  }
}
.arrow-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-next {
  right: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .c-prev-btn:hover .arrow-prev {
    left: -0.5rem;
  }
  .c-next-btn:hover .arrow-next {
    right: -0.5rem;
  }
}
.c-title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #e03830;
  margin-bottom: 3rem;
  padding-left: 4.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 769px) {
  .c-title {
    font-size: 3.6rem;
    margin-bottom: 6rem;
    padding-left: 6.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .c-title.--c {
    text-align: center;
    margin-inline: auto;
  }
}
.c-title.--w {
  color: #fff;
}
.c-title .mark {
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 0;
}
.c-title .mark.--1 {
  aspect-ratio: 48/56;
  width: 4rem;
  background: url(../img/common/ttl_mark_01.svg) no-repeat center/contain;
}
@media only screen and (min-width: 769px) {
  .c-title .mark.--1 {
    width: 5.6rem;
  }
}
.c-title .mark.--2 {
  aspect-ratio: 54/54;
  width: 4rem;
  background: url(../img/common/ttl_mark_02.svg) no-repeat center/contain;
}
@media only screen and (min-width: 769px) {
  .c-title .mark.--2 {
    width: 5.5rem;
  }
}
.c-title .mark.--3 {
  aspect-ratio: 54/52;
  width: 4rem;
  background: url(../img/common/ttl_mark_03.svg) no-repeat center/contain;
  margin-bottom: -0.5rem;
}
@media only screen and (min-width: 769px) {
  .c-title .mark.--3 {
    width: 5.5rem;
  }
}
.c-title .mark.--4 {
  aspect-ratio: 48/56;
  width: 3.5rem;
  background: url(../img/common/ttl_mark_04.svg) no-repeat center/contain;
}
@media only screen and (min-width: 769px) {
  .c-title .mark.--4 {
    width: 5rem;
    margin-bottom: -0.5rem;
  }
}
.c-submv {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, #f5f5f5),
    color-stop(70%, #ffffff),
    to(#ffffff)
  );
  background: linear-gradient(
    to bottom,
    #f5f5f5 70%,
    #ffffff 70%,
    #ffffff 100%
  );
  padding: 7rem 0 2rem;
}
@media only screen and (min-width: 769px) {
  .c-submv {
    padding: 12.5rem 0 5rem;
  }
}
.c-submv__inner {
  position: relative;
  background: url(../img/common/submv_bg.jpg) no-repeat center/cover;
  border-radius: 0 2rem 2rem 0;
  aspect-ratio: 10/3;
  width: calc(100vw - 2rem);
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 769px) {
  .c-submv__inner {
    border-radius: 0 4rem 4rem 0;
    aspect-ratio: 1880/350;
    width: calc(100vw - 4rem);
  }
}
@media only screen and (min-width: 1025px) {
  .c-submv__inner {
    aspect-ratio: 1880/300;
  }
}
.c-submv__ttl {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin-block: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 769px) {
  .c-submv__ttl {
    font-size: 5rem;
    left: 8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-submv__ttl {
    font-size: 8rem;
    left: 17rem;
  }
}
.c-submv__img {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .c-submv__img {
    right: 10rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-submv__img {
    right: 18.5rem;
  }
}
.c-submv__img.--news {
  width: 10rem;
}
@media only screen and (min-width: 769px) {
  .c-submv__img.--news {
    width: 16rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-submv__img.--news {
    width: 25rem;
  }
}
.c-submv__img.--about {
  width: 16.5rem;
}
@media only screen and (min-width: 769px) {
  .c-submv__img.--about {
    width: 27rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-submv__img.--about {
    width: 40rem;
  }
}
.c-submv__img.--info {
  width: 11rem;
}
@media only screen and (min-width: 769px) {
  .c-submv__img.--info {
    width: 18rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-submv__img.--info {
    width: 28.5rem;
    bottom: -0.2rem;
    right: 21rem;
  }
}
.c-pager {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .c-pager {
    margin-top: 8rem;
  }
}
.wp-pagenavi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
}
@media only screen and (min-width: 769px) {
  .wp-pagenavi {
    gap: 0 1.6rem;
  }
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  position: relative;
  color: rgba(0, 0, 0, 0);
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 1.6rem;
  }
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover {
    background-color: #e03830;
    border: 1px solid #e03830;
    color: #fff;
  }
}
.wp-pagenavi .first::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 0.9rem;
}
@media only screen and (min-width: 769px) {
  .wp-pagenavi .first::before {
    right: 2rem;
  }
}
.wp-pagenavi .last::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0.9rem;
}
@media only screen and (min-width: 769px) {
  .wp-pagenavi .last::before {
    left: 2rem;
  }
}
.wp-pagenavi .page {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 0.8rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .wp-pagenavi .page {
    font-size: 1.6rem;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .wp-pagenavi .page:hover {
    background-color: #e03830;
    border: 1px solid #e03830;
    color: #fff;
  }
}
.wp-pagenavi .current {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 0.8rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #e03830;
  border: 1px solid #e03830;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .wp-pagenavi .current {
    font-size: 1.6rem;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 1.6rem;
  }
}
.c-pankuzu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  position: absolute;
  bottom: 1rem;
  left: 3rem;
}
@media only screen and (min-width: 769px) {
  .c-pankuzu {
    gap: 0 4rem;
    bottom: 2rem;
    left: 8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-pankuzu {
    gap: 0 4rem;
    bottom: 3rem;
    left: 17rem;
  }
}
.c-pankuzu__item {
  position: relative;
}
.c-pankuzu__item::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.3rem;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .c-pankuzu__item::before {
    width: 1.6rem;
    left: -2.8rem;
  }
}
.c-pankuzu__item:first-child::before {
  display: none;
}
.p-detail .c-pankuzu__item::before {
  background-color: #222;
}
.c-pankuzu__link {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .c-pankuzu__link {
    font-size: 2rem;
  }
}
.c-pankuzu__txt {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 15rem;
}
@media only screen and (min-width: 769px) {
  .c-pankuzu__txt {
    font-size: 2rem;
    width: 20rem;
  }
}
.p-detail .c-pankuzu__link,
.p-detail .c-pankuzu__txt {
  color: #222;
}
.c-series {
  padding: 9.5rem 0 4rem;
}
@media only screen and (min-width: 769px) {
  .c-series {
    padding: 13rem 0 10rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-series {
    padding: 18rem 0 21rem;
  }
}
.c-series .c-wrap {
  padding: 0 5rem;
  display: -ms-grid;
  display: grid;
  gap: 4.5rem 0;
}
@media only screen and (min-width: 1025px) {
  .c-series .c-wrap {
    padding: 0 12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-series__head {
    width: 18%;
  }
}
@media only screen and (min-width: 769px) {
  .c-series .c-title {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .c-series .c-title {
    margin: 0 auto 0 0;
  }
}
.c-series .c-title__en {
  right: -3rem;
}
@media only screen and (min-width: 769px) {
  .c-series .c-title__en {
    top: -1rem;
    right: -4.2rem;
  }
}
.c-series .c-title__jp {
  width: 4.8rem;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .c-series .c-title__jp {
    width: 9.5rem;
  }
}
.c-series__txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.25rem;
  margin-top: 4.6rem;
}
@media only screen and (min-width: 769px) {
  .c-series__txt {
    font-size: 1.8rem;
    line-height: 2.5555555556;
    text-align: center;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-series__txt {
    margin-top: 10.6rem;
    text-align: left;
  }
}
.c-series__list {
  display: -ms-grid;
  display: grid;
  gap: 14rem 0;
  margin-top: 7rem;
}
@media only screen and (min-width: 769px) {
  .c-series__list {
    -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 5rem;
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-series__list {
    width: 81%;
    margin-top: 16.5rem;
  }
}
.c-series__item {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .c-series__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
}
@media only screen and (min-width: 769px) {
  .c-series__link {
    display: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .c-series__link:hover .c-series__img img {
    opacity: 0;
  }
  .c-series__link:hover .c-series__img img.hover {
    opacity: 1;
  }
  .c-series__link:hover .c-btn::before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .c-series__link:hover .c-btn::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.c-series__ttlbox {
  width: 6.5rem;
  position: absolute;
  top: -7rem;
  left: -1rem;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .c-series__ttlbox {
    width: 7rem;
    top: -5rem;
    left: -3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-series__ttlbox {
    width: 9rem;
    top: -8rem;
    left: -4rem;
  }
}
.c-series__ttl {
  font-family: "oradano-mincho-gsrr", sans-serif;
  font-weight: normal;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.6rem;
}
@media only screen and (min-width: 769px) {
  .c-series__ttl {
    font-size: 4rem;
  }
}
.c-series__rubi {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .c-series__rubi {
    font-size: 1.2rem;
  }
}
.c-series__img {
  position: relative;
  aspect-ratio: 1/1;
}
.c-series__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-series__img img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-series__note {
  margin-top: 2rem;
}
@media only screen and (min-width: 1025px) {
  .c-series__note {
    margin-top: 4rem;
    line-height: 2.2;
  }
}
.c-series .c-btn {
  margin: 3.5rem 0 0 auto;
}
@media only screen and (min-width: 1025px) {
  .c-series .c-btn {
    margin: 5.5rem 0 0 auto;
  }
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.c-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.c-modal.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.c-modal__content {
  position: relative;
  width: min(90vw, 160rem);
  max-height: 70vh;
  z-index: 1;
}
.c-modal__close {
  width: 5rem;
  height: 4rem;
  position: absolute;
  padding-top: 3rem;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .c-modal__close {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 1.6rem;
    padding-top: 4rem;
    top: 1rem;
    right: 1rem;
  }
}
.c-modal__close::before,
.c-modal__close::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.2rem;
  border-radius: 9999px;
  background-color: #000;
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .c-modal__close::before,
  .c-modal__close::after {
    width: 6.5rem;
    height: 0.3rem;
  }
}
.c-modal__close::before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.c-modal__close::after {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.c-modal__wrap {
  background: url("../img/series/detail_modal_bg.webp") repeat-y center/cover;
  -o-border-image: url("../img/series/detail_modal_bg.webp") 10/0.5rem/.3rem
    round;
  border-image: url("../img/series/detail_modal_bg.webp") 10/0.5rem/.3rem round;
  width: min(90vw, 160rem);
  max-height: 80vh;
  padding: 5rem 2rem;
  overflow-y: auto;
}
@media only screen and (min-width: 769px) {
  .c-modal__wrap {
    padding: 9rem 10rem;
    max-height: 70vh;
  }
}
@media only screen and (min-width: 1025px) {
  .c-modal__wrap {
    padding: 11rem 18rem;
  }
}
.c-modal__ttl {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .c-modal__ttl {
    font-size: 3.2rem;
  }
}
.c-modal__txt {
  line-height: 2.2;
  margin-top: 3rem;
}
.c-modal__block {
  margin-top: 5rem;
}
@media only screen and (min-width: 769px) {
  .c-modal__block {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 769px) {
  .c-link__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-link__link {
  position: relative;
  aspect-ratio: 750/600;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0;
}
@media only screen and (min-width: 769px) {
  .c-link__link {
    aspect-ratio: 750/700;
  }
}
@media only screen and (min-width: 1025px) {
  .c-link__link {
    aspect-ratio: 960/720;
    padding: 17rem 0 11rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .c-link__link:hover .c-link__img::before {
    opacity: 0;
  }
  .c-link__link:hover .c-link__img img {
    -webkit-filter: none;
    filter: none;
  }
  .c-link__link:hover .c-title__en {
    color: #fff;
  }
  .c-link__link:hover .c-title__jp .black {
    display: none;
  }
  .c-link__link:hover .c-title__jp .white {
    display: block;
  }
  .c-link__link:hover .c-btn {
    color: #fff;
  }
  .c-link__link:hover .c-btn span {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .c-link__link:hover .c-btn::before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}
.c-link__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .c-link__img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
  }
}
.c-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .c-link__img img {
    -webkit-filter: grayscale(100%) brightness(70%);
    filter: grayscale(100%) brightness(70%);
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 769px) {
  .c-link__img img.--l {
    -o-object-position: center right;
    object-position: center right;
  }
}
@media only screen and (min-width: 769px) {
  .c-link__img img.--r {
    -o-object-position: center left;
    object-position: center left;
  }
}
.c-link .c-title {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .c-link .c-title {
    color: #222;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    z-index: 2;
  }
}
.c-link .c-title__jp.--story {
  width: 5rem;
}
@media only screen and (min-width: 769px) {
  .c-link .c-title__jp.--story {
    width: 9rem;
  }
}
.c-link .c-title__jp.--store {
  width: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .c-link .c-title__jp.--store {
    width: 5rem;
  }
}
.c-link .c-title__jp.--search {
  width: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .c-link .c-title__jp.--search {
    width: 4rem;
  }
}
.c-link .c-title__jp.--about {
  width: 2rem;
}
@media only screen and (min-width: 769px) {
  .c-link .c-title__jp.--about {
    width: 3.4rem;
  }
}
.c-link .c-title__jp .black {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .c-link .c-title__jp .black {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .c-link .c-title__jp .white {
    display: none;
  }
}
.c-link .c-btn {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .c-link .c-btn {
    color: #222;
  }
}
.c-link .c-btn span {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .c-link .c-btn span {
    border-top: 1px solid #222;
    border-right: 1px solid #222;
  }
}
.c-link .c-btn::before {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .c-link .c-btn::before {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
}
.c-link .c-btn.--nobtn {
  padding-left: 0;
}
.c-link .c-btn.--nobtn::before {
  display: none;
}
