:root {
  --site-color-red: #EA434B;
  --site-color-gold: #C4A009;
  --site-color-gray: #888E95;
  --site-color-black: #222;
  --site-color-white: #fff;
  --site-color-lightgray: #ccc;
  --site-color-yellow: #EBDE7A;
}

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

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

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

img, video {
  max-width: 100%;
  height: auto;
}
img[src*=svg], video[src*=svg] {
  max-width: none;
  width: 100%;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

input,
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
button::-ms-expand {
  display: none;
}

button {
  display: block;
  cursor: pointer;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #ccc;
  background: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 16px;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
body.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.l-wrapper {
  padding-top: 48px;
  background-image: url(../img/bg_pc.png), linear-gradient(to right, var(--site-color-gold) 50%, var(--site-color-gray) 50%);
  background-repeat: no-repeat;
  background-position: center center, left top;
  background-size: min(100%, 1660px) auto, 100% auto;
  background-attachment: fixed;
}

.l-contentsWraper {
  max-width: 440px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  container-type: inline-size;
}
@media (min-width: 440px) {
  .l-contentsWraper {
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.16), -10px 0 20px rgba(0, 0, 0, 0.16);
  }
}

.l-inner {
  width: 84%;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
  border-radius: 5rem;
}

.is-fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s;
}
.is-fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.u-pc-br {
  display: none;
}

@media screen and (min-width: 440px) {
  .u-sp-br {
    display: none;
  }
  .u-pc-br {
    display: inline;
  }
}
.slick-track {
  display: flex;
}

.slick-slide {
  float: none;
  height: auto;
}

.slick-list {
  overflow: visible;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 18.1333333333cqw;
  margin: auto;
  border-radius: 5rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  transition: 0.5s;
}
.c-button-light {
  background-color: var(--site-color-gold);
  color: #fff;
  overflow: hidden;
}
.c-button-light::before {
  display: block;
  position: absolute;
  left: -100%;
  top: -100%;
  width: 30px;
  height: 300%;
  background-color: rgba(255, 255, 255, 0.32);
  rotate: 45deg;
  filter: blur(15px);
  animation: lightSlide 1s linear infinite;
  content: "";
}
@keyframes lightSlide {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media (hover) {
  .c-button-light:hover::before {
    animation-play-state: paused;
  }
}
.c-button-black {
  background-color: var(--site-color-black);
  color: var(--site-color-white);
}
@media (hover: hover) {
  .c-button-black:hover {
    border: 1px solid var(--site-color-black);
    background-color: var(--site-color-white);
    color: var(--site-color-black);
  }
}
.c-button-white {
  background-color: #fff;
  border: 1px solid currentColor;
  color: var(--site-color-gold);
}
@media (hover: hover) {
  .c-button-white:hover {
    border: none;
    background-color: var(--site-color-gold);
    color: #fff;
  }
}

.c-sectionTitle {
  display: flex;
  flex-direction: column-reverse;
  gap: 1em;
  text-align: center;
  line-height: 1;
}
.c-sectionTitle__jp {
  font-size: 3.7333333333cqw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.c-sectionTitle__en {
  font-size: 10.6666666667cqw;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.c-sns__title {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.c-sns__title::before, .c-sns__title::after {
  display: inline-block;
  margin: 0 0.5em;
  width: 1px;
  height: 1em;
  background-color: currentColor;
  vertical-align: bottom;
  content: "";
}
.c-sns__title::before {
  transform: rotate(-20deg);
}
.c-sns__title::after {
  transform: rotate(20deg);
}
.c-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(6.4vw, 24px);
}
.c-sns__item {
  flex-basis: min(8.5333333333vw, 32px);
  flex-shrink: 0;
}

.c-floatingBlock {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 440px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  translate: -50% 0;
  transition: 0.5s;
}
.c-floatingBlock.is-show {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1130px) {
  .c-floatingBlock {
    display: none;
  }
}

.c-floatingLink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 7em;
  height: 7em;
  margin-right: 3%;
  margin-left: auto;
  margin-bottom: 3%;
  border-radius: 50%;
  background-color: var(--site-color-black);
  color: var(--site-color-white);
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
  line-height: 1.1666666667;
  transition: 0.5s;
}
.c-floatingLink::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 91.1071428571%;
  aspect-ratio: 1;
  border: 1px solid var(--site-color-white);
  border-radius: 50%;
  translate: -50% -50%;
  transition: 0.5s;
  content: "";
}
@media (hover) {
  .c-floatingLink:hover {
    background-color: var(--site-color-white);
    color: var(--site-color-black);
  }
  .c-floatingLink:hover::after {
    border-color: var(--site-color-black);
  }
}

.moreBtn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.moreBtn::after {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.l-header {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 440px;
  height: 48px;
  transform: translateX(-50%);
  z-index: 3000;
  pointer-events: none;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  height: 100%;
  border-bottom: 1px solid var(--site-color-lightgray);
  background-color: #fff;
  margin: 0 auto;
}
.l-header__logo {
  text-align: center;
  line-height: 0;
}
.l-header__logo .logo img {
  width: 197px;
}
.l-header__menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
}
.l-header__menu.is-open {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}
.l-header__menu.is-open .c-navigation {
  transform: translateX(0);
}
.l-header__menu.is-close {
  background-color: transparent;
}
.l-header__menu.is-close .c-navigation {
  transform: translateX(100%);
}
@media (min-width: 1130px) {
  .l-header {
    max-width: 1130px;
  }
  .l-header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__menu.is-open {
    background-color: none;
    pointer-events: none;
  }
}

.c-toggleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  z-index: 11;
  border-radius: 50%;
  pointer-events: auto;
}
.c-toggleBtn__body {
  display: block;
  position: relative;
  width: 50%;
  height: 2px;
  border-radius: 4px;
  background-color: var(--site-color-black);
}
.c-toggleBtn__body::before, .c-toggleBtn__body::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: inherit;
  background-color: var(--site-color-black);
  content: "";
}
.c-toggleBtn__body::before {
  transform: translateY(max(-2.1333333333vw, -8px));
}
.c-toggleBtn__body::after {
  transform: translateY(min(2.1333333333vw, 8px));
}
.c-toggleBtn.is-open .c-toggleBtn__body {
  background-color: transparent;
}
.c-toggleBtn.is-open .c-toggleBtn__body::before {
  transform: translateY(0) rotate(45deg);
  animation: menuBtnTopOpen 0.5s;
}
.c-toggleBtn.is-open .c-toggleBtn__body::after {
  transform: translateY(0) rotate(-45deg);
  animation: menuBtnBottomOpen 0.5s;
}
.c-toggleBtn.is-close .c-toggleBtn__body {
  background-color: var(--site-color-black);
}
.c-toggleBtn.is-close .c-toggleBtn__body::before {
  transform: translateY(max(-2.1333333333vw, -8px)) rotate(0);
  animation: menuBtnTopClose 0.5s;
}
.c-toggleBtn.is-close .c-toggleBtn__body::after {
  transform: translateY(min(2.1333333333vw, 8px)) rotate(0);
  animation: menuBtnBottomClose 0.5s;
}
@media (min-width: 1130px) {
  .c-toggleBtn {
    display: none;
  }
}

@keyframes menuBtnTopOpen {
  0% {
    transform: translateY(max(-2.1333333333vw, -8px)) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes menuBtnBottomOpen {
  0% {
    transform: translateY(min(2.1333333333vw, 8px)) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes menuBtnTopClose {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(max(-2.1333333333vw, -8px)) rotate(0);
  }
}
@keyframes menuBtnBottomClose {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(min(2.1333333333vw, 8px)) rotate(0);
  }
}
.c-navigation {
  width: 80%;
  max-width: 325px;
  min-height: 100%;
  margin-left: auto;
  background-color: var(--site-color-white);
  padding: min(21.3333333333vw, 80px) 0 min(53.3333333333vw, 200px);
  transform: translateX(100%);
  transition: transform 0.5s;
}
.c-navigation__inner {
  width: 80%;
  margin: 0 auto;
}
.c-navigation__link {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 500;
}
.c-navigation__link::before {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--site-color-gold);
  content: "";
}
.c-navigation__link::after {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22arrow%22%20transform%3D%22translate(-199%20-1742.733)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_24591%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2024591%22%20transform%3D%22translate(199%201742.733)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ea434b%22%20stroke-width%3D%221%22%20opacity%3D%220%22%3E%20%3Crect%20width%3D%2214%22%20height%3D%2214%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7327%22%20data-name%3D%22%E3%83%91%E3%82%B9%207327%22%20d%3D%22M-19467.453%2C1867.786l4.375%2C4.375%2C4.375-4.375%22%20transform%3D%22translate(19669.078%20-120.24)%22%20fill%3D%22none%22%20stroke%3D%22%23888e95%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
  content: "";
}
@media (hover) {
  .c-navigation__link:hover::after {
    transform: translateY(4px);
  }
}
.c-navigation__sns {
  margin-top: 3em;
}
.c-navigation__widget {
  display: none;
}
@media (min-width: 1130px) {
  .c-navigation {
    transform: none;
    pointer-events: auto;
    margin: 0;
    width: 277px;
    padding: 0;
    background-color: transparent;
    min-height: auto;
  }
  .c-navigation__inner {
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
  }
  .c-navigation__link {
    font-size: 0.875em;
  }
  .c-navigation__sns {
    margin-top: 24px;
  }
  .c-navigation__sns .c-sns__title {
    font-size: 0.875em;
  }
  .c-navigation__widget {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding-inline: 20px;
  }
  .c-navigation__widget .c-floatingLink {
    width: 7.5em;
    height: 7.5em;
    font-size: 1em;
  }
  .c-navigation__qr {
    width: 92px;
  }
}

.c-floationgTitle {
  display: none;
}
@media (min-width: 1146px) {
  .c-floationgTitle {
    display: block;
    width: 270px;
    pointer-events: auto;
  }
}

.footer {
  padding-top: 8.5333333333cqw;
  padding-bottom: 8.5333333333cqw;
  background-color: var(--site-color-black);
  color: var(--site-color-white);
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 53.3333333333cqw;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4.2666666667cqw 0;
}
.footer__nav__item {
  padding: 0 0.5em;
  font-size: 2.6666666667cqw;
  line-height: 1;
}
.footer__nav__item + .footer__nav__item {
  border-left: 1px solid #ccc;
}
.footer .copyright {
  margin-top: 4.2666666667cqw;
  font-size: 2.6666666667cqw;
  text-align: center;
  letter-spacing: 0;
}

.l-main-index .p-kv {
  position: relative;
  overflow: hidden;
}
.l-main-index .p-kv__image {
  line-height: 0;
}
.l-main-index .p-kv__title {
  position: absolute;
  left: 34.5866666667%;
  top: 26.6440677966%;
  width: 52.5333333333%;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.8s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-main-index .p-about {
  padding: 17.0666666667cqw 0;
  background-image: url(../img/bg_about.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.l-main-index .p-about .c-sectionTitle {
  margin-bottom: 8.5333333333cqw;
}
.l-main-index .p-about__text {
  width: 84%;
  margin: 0 auto;
  font-size: 4.2666666667cqw;
  font-weight: 500;
}
.l-main-index .p-about__text p + p {
  margin-top: 1.5em;
}
.l-main-index .p-types {
  position: relative;
  padding: 17.0666666667cqw 8cqw;
  z-index: 1;
}
.l-main-index .p-types::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #888E95 0%, #C4A009 100%);
  z-index: -1;
  opacity: 0.16;
  content: "";
}
.l-main-index .p-typesList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.5333333333cqw 0;
  margin-top: 8.5333333333cqw;
}
.l-main-index .p-typesList__item {
  display: flex;
  flex-direction: column;
  gap: 3.2cqw;
}
.l-main-index .p-typesList__image {
  width: 23.4666666667cqw;
  margin-inline: auto;
  line-height: 0;
}
.l-main-index .p-typesList__name {
  font-size: 3.2cqw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.l-main-index .p-typesList__text {
  font-size: 3.7333333333cqw;
  text-align: center;
}
.l-main-index .p-archive {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333cqw;
  padding: 17.0666666667cqw 8cqw;
}
.l-main-index .p-archive__lead {
  font-size: 4.2666666667cqw;
  font-weight: 500;
  text-align: center;
}
.l-main-index .p-archiveTop .p-archiveBlock {
  flex-direction: column;
}
.l-main-index .p-archiveTop .p-archiveBlock .p-archiveBlock__thumb {
  overflow: hidden;
  border-radius: 10px;
}
.l-main-index .p-archiveTop .p-archiveBlock .p-archiveBlock__title .num {
  font-size: 6.4cqw;
}
.l-main-index .p-archiveTop .p-archiveBlock .p-archiveBlock__title small {
  font-size: 3.2cqw;
}
.l-main-index .p-archiveTop .p-archiveBlock .p-archiveBlock__text {
  font-size: 4.2666666667cqw;
}
.l-main-index .p-archiveList {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333cqw;
}
.l-main-index .p-archiveList .p-archiveBlock {
  border: 1px solid var(--site-color-lightgray);
  border-radius: 5px;
  overflow: hidden;
}
.l-main-index .p-archiveList .p-archiveBlock .p-archiveBlock__thumb {
  flex-basis: 40.6349206349%;
  flex-shrink: 0;
}
.l-main-index .p-archiveList .p-archiveBlock .p-archiveBlock__info {
  padding: 1em 1em 1em 0;
}
.l-main-index .p-archiveList .p-archiveBlock .p-archiveBlock__title .num {
  font-size: 4.2666666667cqw;
}
.l-main-index .p-archiveList .p-archiveBlock .p-archiveBlock__title small {
  font-size: 2.6666666667cqw;
}
.l-main-index .p-archiveList .p-archiveBlock .p-archiveBlock__text {
  font-size: 3.7333333333cqw;
}
.l-main-index .p-archiveBlock {
  display: flex;
  gap: 4.2666666667cqw;
  width: 100%;
  transition: 0.5s;
}
@media (hover) {
  .l-main-index .p-archiveBlock:hover {
    opacity: 0.9;
  }
}
.l-main-index .p-archiveBlock__thumb {
  line-height: 0;
}
.l-main-index .p-archiveBlock__title {
  margin-bottom: 2.1333333333cqw;
  line-height: 1;
}
.l-main-index .p-archiveBlock__title .num {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}
.l-main-index .p-archiveBlock__title small {
  font-weight: normal;
}
.l-main-index .p-archiveBlock__text {
  line-height: 1.7142857143;
}
.l-main-index .p-column {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333cqw;
  padding: 17.0666666667cqw 8cqw;
  background-color: rgba(136, 142, 149, 0.08);
}
.l-main-index .p-column__lead {
  font-size: 4.2666666667cqw;
  font-weight: 500;
  text-align: center;
}
.l-main-index .p-columnList {
  display: flex;
  flex-direction: column;
  gap: 6.4cqw;
}
.l-main-index .p-columnBlock {
  display: block;
  line-height: 0;
  transition: 0.5s;
}
@media (hover) {
  .l-main-index .p-columnBlock:hover {
    opacity: 0.9;
  }
}
.l-main-index .p-series {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333cqw;
  padding: 17.0666666667cqw 8cqw;
}
.l-main-index .p-seriesList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.6666666667cqw 7.3015873016%;
}
.l-main-index .p-seriesList.is-show .p-seriesList__item {
  opacity: 1;
  transform: translateY(0);
}
.l-main-index .p-seriesList__item {
  flex-basis: 46.3492063492%;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
}
.l-main-index .p-seriesList__item:nth-child(1) {
  transition-delay: 0s;
}
.l-main-index .p-seriesList__item:nth-child(2) {
  transition-delay: 0.2s;
}
.l-main-index .p-seriesList__item:nth-child(3) {
  transition-delay: 0.4s;
}
.l-main-index .p-seriesList__item:nth-child(4) {
  transition-delay: 0.6s;
}
.l-main-index .p-seriesList__item:nth-child(5) {
  transition-delay: 0.8s;
}
.l-main-index .p-seriesList__item:nth-child(6) {
  transition-delay: 1s;
}
.l-main-index .p-seriesList__item:nth-child(7) {
  transition-delay: 1.2s;
}
.l-main-index .p-seriesList__item:nth-child(8) {
  transition-delay: 1.4s;
}
.l-main-index .p-seriesList__item:nth-child(9) {
  transition-delay: 1.6s;
}
.l-main-index .p-seriesList__item:nth-child(10) {
  transition-delay: 1.8s;
}
.l-main-index .p-seriesList__item:nth-child(11) {
  transition-delay: 2s;
}
.l-main-index .p-seriesList__item:nth-child(12) {
  transition-delay: 2.2s;
}
.l-main-index .p-seriesList__item:nth-child(13) {
  transition-delay: 2.4s;
}
.l-main-index .p-seriesListBlock {
  display: flex;
  flex-direction: column;
  gap: 4.2666666667cqw;
  height: 100%;
  text-align: center;
  container-type: inline-size;
}
.l-main-index .p-seriesListBlock__image {
  width: 87.6712328767cqw;
  height: 123.9726027397cqw;
  margin-inline: auto;
  line-height: 0;
}
.l-main-index .p-seriesListBlock__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-main-index .p-seriesListBlock__name {
  flex-grow: 1;
  font-size: 9.5890410959cqw;
  line-height: 1.7142857143;
  font-weight: bold;
  text-align: center;
}
.l-main-index .p-seriesListBlock__text {
  font-size: 8.2191780822cqw;
}
.l-main-index .p-seriesListBlock__btn .c-button {
  height: 32.8767123288cqw;
  background-color: #fff;
  color: #333;
  border: 1px solid currentColor;
  font-size: 9.5890410959cqw;
}
@media (hover: hover) {
  .l-main-index .p-seriesListBlock__btn .c-button:hover {
    border: none;
    background-color: #333;
    color: #fff;
  }
}
.l-main-index .p-sns {
  padding: 17.0666666667cqw 0;
}
.l-main-index .p-sns__lead {
  margin-top: 8.5333333333cqw;
  text-align: center;
  font-size: 4.2666666667cqw;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
.l-main-index .p-sns__lead span {
  display: inline-block;
  position: relative;
}
.l-main-index .p-sns__lead span::before, .l-main-index .p-sns__lead span::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  content: "";
}
.l-main-index .p-sns__lead span::before {
  left: -0.5em;
  rotate: -22deg;
}
.l-main-index .p-sns__lead span::after {
  right: -0.5em;
  rotate: 22deg;
}
.l-main-index .p-sns .c-sns__list {
  margin-top: 6.4cqw;
  gap: 8.5333333333cqw;
}
.l-main-index .p-sns .c-sns__item {
  flex-basis: 10.6666666667cqw;
}
.l-main-index .p-profile {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333cqw;
  padding: 17.0666666667cqw 8cqw;
  background-color: var(--site-color-red);
  color: #fff;
}
.l-main-index .p-profile__image {
  text-align: center;
}
.l-main-index .p-profile__image img {
  width: 57.6cqw;
}
.l-main-index .p-profile__text {
  font-size: 4.2666666667cqw;
}

.l-main-index .p-type__title {
  color: var(--site-color-red);
  font-size: 7.4666666667cqw;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.4285714286;
}
.l-main-index .p-type__lead {
  margin-top: 0.5em;
  margin-bottom: 8.5333333333cqw;
  font-size: 3.7333333333cqw;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.l-main-index .c-typeInput {
  position: relative;
  padding-top: 16cqw;
  padding-bottom: 16cqw;
  z-index: 1;
}
.l-main-index .c-typeInput::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right top, #80D3FF 0%, #93FFBD 25%, #FFE467 50%, #FFA46C 75%, #FF5590 100%);
  z-index: -1;
  opacity: 0.1;
  content: "";
}
.l-main-index .c-typeInput__inner {
  width: 76.8%;
  margin: 0 auto;
}
.l-main-index .c-typeInput__button {
  margin-top: 8.5333333333cqw;
  width: 76.8%;
}
.l-main-index .c-typeInput__button::after {
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 4.8cqw;
  height: 4.8cqw;
  background-image: url(../img/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.l-main-index .c-typeInput .c-typeInputForms__row {
  font-size: 0;
}
.l-main-index .c-typeInput .c-typeInputForms__row + .c-typeInputForms__row {
  margin-top: 4.2666666667cqw;
}
.l-main-index .c-typeInput .c-typeInputForms__value {
  display: inline-block;
  position: relative;
  width: calc(100% - 3.125rem);
}
.l-main-index .c-typeInput .c-typeInputForms__value::after {
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 5.3333333333cqw;
  height: 5.3333333333cqw;
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.l-main-index .c-typeInput .c-typeInputForms__select select {
  position: relative;
  width: 100%;
  height: 16cqw;
  text-align: center;
  padding-right: 2.5em;
  padding-left: 1em;
  border: 2px solid #ccc;
  border-radius: 2.1333333333cqw;
  background-color: #fff;
  font-size: 1rem;
}
.l-main-index .c-typeInput .c-typeInputForms__unit {
  margin-left: 1em;
  font-size: 1.125rem;
}
.l-main-index .c-result {
  display: none;
  position: relative;
  padding: 17.0666666667cqw 8cqw;
  z-index: 1;
}
.l-main-index .c-result::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 121.6cqw;
  height: 121.6cqw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
}
.l-main-index .c-result__title {
  position: relative;
  margin-bottom: 8.5333333333cqw;
  font-size: 100%;
  text-align: center;
  z-index: 1;
}
.l-main-index .c-result__title--sub {
  margin-bottom: 4.5333333333cqw;
  line-height: 0;
}
.l-main-index .c-result__title--main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25em;
  font-size: 5.8666666667cqw;
  font-weight: 400;
  line-height: 1.4;
}
.l-main-index .c-result__title--main small {
  font-size: 0.8181818182em;
  vertical-align: bottom;
}
.l-main-index .c-result__title--main span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.5em;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
.l-main-index .c-result__title--main span::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: #222;
  border: 1px solid #fff;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: -1;
  content: "";
}
.l-main-index .c-result__title--main span::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background-color: #222;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  z-index: -2;
  content: "";
}
.l-main-index .c-result__image {
  margin-top: 14.9333333333cqw;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
  line-height: 0;
}
.l-main-index .c-result__image img {
  width: 84.9840255591%;
}
.l-main-index .c-result__image.is-show {
  opacity: 1;
  transform: translateY(0);
}
.l-main-index .c-result__buttons {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333cqw;
  margin-top: 8.5333333333cqw;
}
.l-main-index .c-result__button {
  width: 76.8cqw;
  margin: 0 auto;
}
.l-main-index .c-result__button-reserve .c-button {
  position: relative;
}
.l-main-index .c-result__button-reserve .c-button::after {
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  width: 6.4cqw;
  height: 6.4cqw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.4%22%20height%3D%2225.4%22%20viewBox%3D%220%200%2025.4%2025.4%22%3E%20%3Cg%20id%3D%22%E3%83%9A%E3%83%BC%E3%82%B8%E9%81%B7%E7%A7%BB%22%20transform%3D%22translate(-0.3%20-0.3)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_8770%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%208770%22%20transform%3D%22translate(4.178%204.178)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7673%22%20data-name%3D%22%E3%83%91%E3%82%B9%207673%22%20d%3D%22M8.467%2C17H17V1H1V9.533%22%20transform%3D%22translate(-0.678%20-0.677)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7674%22%20data-name%3D%22%E3%83%91%E3%82%B9%207674%22%20d%3D%22M7.4%2C41.8V37H2.6m4.8%2C0L1%2C43.4%22%20transform%3D%22translate(-0.678%20-27.077)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_24663%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2024663%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(1%201)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.4%22%20opacity%3D%220%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.l-main-index .c-result__button-share .c-button img {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}
@media (hover) {
  .l-main-index .c-result__button-share .c-button:hover img {
    display: none;
  }
  .l-main-index .c-result__button-share .c-button:hover::before {
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    background-image: url(../img/icon_x_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
}
.l-main-index .c-result.is-g .c-result__title--main span {
  width: 9.0666666667cqw;
  height: 9.0666666667cqw;
  padding-left: 0.05em;
  padding-bottom: 0.05em;
  font-size: 0.8181818182em;
  border-radius: 50%;
}
.l-main-index .c-result.is-s .c-result__title--main span {
  width: 6.1333333333cqw;
  height: 6.1333333333cqw;
  font-size: 0.7272727273em;
  z-index: 1;
}
.l-main-index .c-result.is-s .c-result__title--main span::before, .l-main-index .c-result.is-s .c-result__title--main span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-main-index .c-result.is-g01 {
  background-color: #EDF9F6;
}
.l-main-index .c-result.is-g01::after {
  background-image: url(../img/bg_icon_01.png);
}
.l-main-index .c-result.is-g01 .c-resultBox__type {
  color: #01A47F;
}
.l-main-index .c-result.is-g02 {
  background-color: #F5F3F7;
}
.l-main-index .c-result.is-g02::after {
  background-image: url(../img/bg_icon_02.png);
}
.l-main-index .c-result.is-g02 .c-resultBox__type {
  color: #9F8CB4;
}
.l-main-index .c-result.is-g03 {
  background-color: #FEF2F3;
}
.l-main-index .c-result.is-g03::after {
  background-image: url(../img/bg_icon_03.png);
}
.l-main-index .c-result.is-g03 .c-resultBox__type {
  color: #E73D5E;
}
.l-main-index .c-result.is-g04 {
  background-color: #EAF8FE;
}
.l-main-index .c-result.is-g04::after {
  background-image: url(../img/bg_icon_04.png);
}
.l-main-index .c-result.is-g04 .c-resultBox__type {
  color: #05AAEC;
}
.l-main-index .c-result.is-g05 {
  background-color: #F9F0EF;
}
.l-main-index .c-result.is-g05::after {
  background-image: url(../img/bg_icon_05.png);
}
.l-main-index .c-result.is-g05 .c-resultBox__type {
  color: #A03124;
}
.l-main-index .c-result.is-g06 {
  background-color: #FAF1F7;
}
.l-main-index .c-result.is-g06::after {
  background-image: url(../img/bg_icon_06.png);
}
.l-main-index .c-result.is-g06 .c-resultBox__type {
  color: #B44C97;
}
.l-main-index .c-result.is-s01 {
  background-color: #EBF0F4;
}
.l-main-index .c-result.is-s01::after {
  background-image: url(../img/bg_icon_01.png);
}
.l-main-index .c-result.is-s01 .c-resultBox__type {
  color: #004770;
}
.l-main-index .c-result.is-s02 {
  background-color: #EDF6F0;
}
.l-main-index .c-result.is-s02::after {
  background-image: url(../img/bg_icon_02.png);
}
.l-main-index .c-result.is-s02 .c-resultBox__type {
  color: #0A7C2F;
}
.l-main-index .c-result.is-s03 {
  background-color: #ECECEC;
}
.l-main-index .c-result.is-s03::after {
  background-image: url(../img/bg_icon_03.png);
}
.l-main-index .c-result.is-s03 .c-resultBox__type {
  color: #EE8300;
}
.l-main-index .c-result.is-s04 {
  background-color: #FFF8CC;
}
.l-main-index .c-result.is-s04::after {
  background-image: url(../img/bg_icon_04.png);
}
.l-main-index .c-result.is-s04 .c-resultBox__type {
  color: #222222;
}
.l-main-index .c-result.is-s05 {
  background-color: #FEEEE8;
}
.l-main-index .c-result.is-s05::after {
  background-image: url(../img/bg_icon_05.png);
}
.l-main-index .c-result.is-s05 .c-resultBox__type {
  color: #EA5506;
}
.l-main-index .c-result.is-s06 {
  background-color: #FCF0EF;
}
.l-main-index .c-result.is-s06::after {
  background-image: url(../img/bg_icon_06.png);
}
.l-main-index .c-result.is-s06 .c-resultBox__type {
  color: #D42E27;
}
.l-main-index .c-resultBox {
  position: relative;
  z-index: 2;
}
.l-main-index .c-resultBox__type {
  margin-bottom: 6.6666666667cqw;
  font-size: 6.9333333333cqw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.l-main-index .c-resultBox__description {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  font-size: 3.7333333333cqw;
}
.l-main-index .c-resultBox__description span {
  display: block;
  position: relative;
  padding-left: 1.25em;
}
.l-main-index .c-resultBox__description span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.l-main-index .c-resultBox__otherCheck {
  margin-top: 4.2666666667cqw;
}
.l-main-index .c-resultBox__otherCheck::before {
  display: block;
  width: 52cqw;
  height: 6.9333333333cqw;
  margin: 0 auto 2.1333333333cqw;
  background-image: url(../img/text_othercheck.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.l-main-index .c-resultBox__otherCheck .c-button::after {
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 4.8cqw;
  height: 4.8cqw;
  background-image: url(../img/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.l-main-index .c-resultBox__result {
  position: relative;
  margin-top: 8.5333333333cqw;
  padding-top: 16cqw;
  border-top: 5px solid #000;
}
.l-main-index .c-resultBox__year {
  margin-bottom: 0.5em;
  font-size: 4.8cqw;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1;
}
.l-main-index .c-resultBox__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 2.8076923077em;
  font-size: 6.9333333333cqw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.l-main-index .c-resultBox__copy::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 106.3492063492%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  content: "";
}
.l-main-index .c-resultBox__advice {
  margin-top: 5.8666666667cqw;
  font-size: 4.2666666667cqw;
  font-weight: 500;
  text-align: center;
}
.l-main-index .c-resultBox__graph {
  position: relative;
  margin-top: 3.7333333333cqw;
  line-height: 0;
}
.l-main-index .c-resultBox__graph__line {
  position: absolute;
  left: 50%;
  width: 84.4444444444%;
  transform: translateX(-50%);
}
.l-main-index .c-resultBox__graph__line svg {
  width: 100%;
  height: auto;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
}
.l-main-index .c-resultBox__graph__icon {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 35.3968253968%;
  width: 12.6984126984%;
  transform: translateY(10px);
  opacity: 0;
}
.l-main-index .c-resultBox__graph__label {
  width: 65%;
  margin: 0 auto;
}
.l-main-index .c-resultBox__graph.is-animated .c-resultBox__graph__line svg {
  stroke-dashoffset: 0;
  animation: line 2s linear forwards;
}
.l-main-index .c-resultBox__graph.is-animated .c-resultBox__graph__icon {
  animation: tinglegraph 1.5s 1s ease-out forwards;
}
@keyframes line {
  0% {
    stroke-dashoffset: 1000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes tinglegraph {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}