@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #f5f5f5;
  font-family: "kinto-sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3rem;
}
.mt-md {
  margin-top: 5rem;
}
.mt-lg {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3rem;
}
.mb-md {
  margin-bottom: 5rem;
}
.mb-lg {
  margin-bottom: 10rem;
}

.ms-auto {
  margin-left: auto;
}

.bg-01 {
  background-color: rgba(23, 28, 97, 0.2);
}
.bg-dark {
  background-color: #333;
}
.bg-white {
  background-color: #fff;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 64rem;
}
.w-md {
  max-width: 90rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

* {
  color: var(--text-color, #333);
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  line-height: 1.75;
}

em, address {
  font-style: normal;
}

.text-serif {
  font-family: "Noto Serif JP", serif;
}
.text-en {
  font-family: "tachyon", sans-serif;
}
.text-en2 {
  font-family: "pirulen", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  color: #1b1b60;
}
.text-red {
  color: #e61519;
}
.text-white {
  --text-color: #fff;
}
.text-sm {
  font-size: 1.2rem;
}
.text-md {
  font-size: 1.4rem;
}
.text-lg {
  font-size: 2rem;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.ls-0 {
  letter-spacing: 0;
}
.ls-sm {
  letter-spacing: 0.025em;
}
.ls-md {
  letter-spacing: 0.1em;
}
.ls-lg {
  letter-spacing: 0.2em;
}

figure, picture {
  margin-bottom: 0;
  display: block;
}

img, svg, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-border {
  border: 1px solid #ccc;
}
.img-fluid {
  width: var(--width-pc) !important;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
}
.video video {
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

a {
  color: var(--text-color, #0e1346);
  text-decoration: none;
}
a * {
  color: var(--text-color, #0e1346);
}
a:not([class]) {
  transition: opacity 0.3s;
}
a:not([class]):hover {
  opacity: 0.75;
}

[data-link=image] {
  display: block;
  overflow: hidden;
}
[data-link=image] .image {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1;
}
[data-link=image] img, [data-link=image] svg {
  transition: transform 0.3s;
}
[data-link=image]:hover {
  opacity: 1 !important;
}
[data-link=image]:hover img, [data-link=image]:hover svg {
  transform: scale(1.1);
}

.link-underline {
  text-decoration: underline;
}
.link-external {
  display: inline-flex;
  gap: 0 0.25em;
  align-items: center;
}
.link-external::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 12"><path d="M2 0h12v10H2Zm11 1H3v8h10Z"/><path d="M9.5 12H0V4.5h1V11h8.5Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
ul:not(.space-0) li + li, ol:not(.space-0) li + li {
  margin-top: 0.25em;
}

dl, dt, dd {
  margin-bottom: 0;
}

.list-dot li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}
.list-dot li::before {
  content: "・";
}
.list-circle li {
  margin-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.875;
}
.list-circle li::before {
  content: "●";
  margin-right: 0.25em;
}
.list-note {
  list-style-type: none;
}
.list-note li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}
.list-note li::before {
  content: "※";
}
.list-number {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.list-number li {
  line-height: 1.875;
}
.list-numzero {
  counter-reset: count;
}
.list-numzero li {
  margin-left: 1.75em;
  text-indent: -1.75em;
  line-height: 1.875;
}
.list-numzero li::before {
  content: counter(count, decimal-leading-zero) ".";
  margin-right: 0.25em;
  counter-increment: count;
}

.d-grid {
  display: grid;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}

.gap-sm {
  gap: 1.2rem;
}
.gap-md {
  gap: 1.6rem;
}
.gap-lg {
  gap: 2rem;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .text-md-center {
    text-align: center;
  }
  .mx-pc-auto {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.4285714286vw;
  }
  body {
    font-size: 2.6rem;
  }
  p {
    line-height: 1.54;
  }
  .img-fluid {
    width: var(--width-sp) !important;
  }
  .mt-lg {
    margin-top: 6rem !important;
  }
  .mt-md {
    margin-top: 4rem !important;
  }
  .mt-sm {
    margin-top: 3rem !important;
  }
  .mb-lg {
    margin-bottom: 6rem !important;
  }
  .mb-md {
    margin-bottom: 4rem !important;
  }
  .mb-sm {
    margin-bottom: 3rem !important;
  }
  .mx-sp-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .text-sp-center {
    text-align: center;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__inner {
  position: relative;
  display: flex;
  gap: 0 2rem;
  align-items: flex-start;
  justify-content: space-between;
}
.header__title {
  margin: 0;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1;
}
.header__title--logo {
  width: 12rem;
  display: block;
}
.header__navi {
  font-size: 1rem;
  line-height: 1;
}
.header__navi--menu {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.header__navi--menu a, .header__navi--menu picture {
  display: block;
}
.header__navi--menu .menu02 {
  margin-left: -4.4rem;
}

@media screen and (min-width: 769px) {
  .header__navi--menu a {
    transition: opacity 0.3s;
  }
  .header__navi--menu a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .header__title--logo {
    width: 14rem;
  }
  .header__navi {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -2;
  }
  .header__navi--menu .menu01 {
    width: 37.2rem;
  }
  .header__navi--menu .menu02 {
    width: 36.5rem;
    margin-left: -6rem;
  }
  .header__hamburger {
    width: 14.2rem;
    padding: 2rem;
    display: flex;
    gap: 1.2rem 0;
    flex-direction: column;
  }
  .header__hamburger .inner {
    width: 100%;
    height: 5.4rem;
    position: relative;
  }
  .header__hamburger--icon {
    width: 6.8rem;
    height: 5.4rem;
  }
  .header__hamburger .label {
    font-size: 1.8rem;
    line-height: 1;
  }
  .header__hamburger--close {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
  }
  .header__hamburger--close::before, .header__hamburger--close::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__hamburger--close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__hamburger.is-open {
    --text-color: #fff;
  }
  .header__hamburger.is-open .header__hamburger--icon {
    opacity: 0;
    visibility: hidden;
  }
  .header__hamburger.is-open .header__hamburger--close {
    opacity: 1;
    visibility: visible;
  }
  .header__spNavi {
    width: 100%;
    height: 100%;
    padding: 20rem 7rem 7rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    background: linear-gradient(#171c61 0%, #231964 7%, #521171 37%, #740b7a 64%, #89087f 86%, #910782 100%);
  }
  .header__spNavi--title {
    margin-bottom: 5rem;
    font-size: 3.5rem;
  }
  .header__spNavi--list {
    display: flex;
    gap: 4rem 0;
    flex-direction: column;
  }
  .header__spNavi--list > * {
    width: 100%;
  }
  .header__spNavi--item {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  .header__spNavi--item a {
    width: 100%;
    height: 12rem;
    padding: 3rem 4rem;
    position: relative;
    display: block;
    border: 2px solid;
    border-radius: 0.5rem;
    background-color: transparent;
    box-shadow: 1rem 1rem 0 #fff;
  }
  .header__spNavi--item a::after {
    content: "";
    width: 9.2rem;
    height: 1.8rem;
    position: absolute;
    top: calc(50% - 0.9rem);
    right: 4rem;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'><g fill='%23FFF'><path d='m33.444.001 11.8 12h5.9l-11.8-12Z'/><path d='m42.298.001 11.8 12h5.9l-11.8-12Z'/><path d='m0 9.001 2.95 3H42.3l-2.95-3Z'/></g></svg>");
    background-size: contain;
  }
  .header__spNavi--item a > span {
    display: block;
  }
  .header__spNavi--item .text {
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 2.6rem;
  }
  .header__spNavi--item .label {
    margin-top: 0.2em;
    font-family: "tachyon", sans-serif;
    font-size: 4.8rem;
    opacity: 0.2;
  }
}
.footer__column {
  margin-bottom: -8rem;
  display: flex;
  justify-content: space-between;
}
.footer__catch {
  margin-top: -10rem;
}
.footer__bottom {
  width: 84.5rem;
  height: 14rem;
  margin-left: auto;
  padding: 3rem 5rem;
  display: flex;
  gap: 0 5rem;
  align-items: flex-end;
  justify-content: flex-end;
  background: linear-gradient(90deg, #891338 0%, #171c61 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.footer__pageTop {
  width: 3.6rem;
  display: block;
}
.footer__copyRight {
  letter-spacing: 0;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .footer__column {
    margin-bottom: 0;
    align-items: center;
    flex-direction: column;
  }
  .footer__title {
    width: 48rem;
  }
  .footer__catch {
    margin-top: 2rem;
  }
  .footer__bottom {
    width: 100%;
    height: 32rem;
    padding-top: 14rem;
    position: relative;
    display: block;
    clip-path: polygon(0 11.5rem, 100% 0, 100% 100%, 0% 100%);
  }
  .footer__pageTop {
    width: 5.4rem;
    position: absolute;
    top: 6rem;
    right: 5rem;
  }
  .footer__copyRight {
    white-space: nowrap;
    font-size: 2.16rem;
  }
}
.main {
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
}
.main__block {
  margin-top: 10rem;
  margin-bottom: 12rem;
}
.main__block[class*=bg-] {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.main__container {
  max-width: 118rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.main__container + .main__container {
  margin-top: 6.4rem;
}

.common__headline {
  background-color: #1b1b60;
}
.common__headline--inner {
  min-height: 26.4rem;
  display: flex;
  align-items: center;
}
.common__headline--title > span {
  display: block;
}
.common__headline--label {
  font-size: 2rem;
}
.common__headline--title {
  font-size: 4rem;
}

.heading__01 {
  margin-bottom: 6rem;
}
.heading__01--label {
  display: block;
  font-family: "tachyon", sans-serif;
  font-weight: 500;
  font-size: 7.2rem;
}
.heading__01--label span {
  color: #900882;
}
.heading__01--title {
  margin-top: 0.5em;
  display: flex;
  gap: 1em;
  align-items: center;
  color: var(--text-color, #000);
  font-size: 2rem;
}
.heading__01--title::before, .heading__01--title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--text-color, #900882);
}
.heading__01.text-start .heading__01--title::before {
  content: none;
}
.heading__02 {
  margin-bottom: 1.2em;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}
.heading__03 {
  margin-bottom: 5rem;
  --text-color: #900882;
}
.heading__03--label {
  display: block;
  font-family: "tachyon", sans-serif;
  font-weight: 500;
  font-size: 6rem;
}
.heading__03--label span {
  color: #900882;
}
.heading__03--title {
  width: 40rem;
  margin: 1rem auto 0;
  padding: 0.55em;
  display: block;
  border-radius: 0.5rem;
  background-color: var(--text-color, #000);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .heading__01--label {
    font-size: 6.4rem;
  }
  .heading__01--title {
    font-size: 2.8rem;
  }
  .heading__02 {
    font-size: 3.6rem;
    line-height: 1.3888888889;
  }
  .heading__03--title {
    margin-top: 2rem;
    font-size: 2.6rem;
  }
}
.btn__01 {
  width: 24rem;
  min-width: fit-content;
  height: 6rem;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  background-color: var(--btn-bg, #1b1b60);
  color: var(--btn-text, #fff);
}
.btn__01 * {
  color: var(--btn-text, #fff);
}
.btn__01.arrow {
  padding-right: 2.75em;
  position: relative;
}
.btn__01.arrow::after {
  content: "";
  width: 0.75em;
  position: absolute;
  top: 50%;
  right: 1em;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  aspect-ratio: 1;
}

.icon-plus {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.icon-plus::before, .icon-plus::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
}
.icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon-cross {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.icon-cross::before, .icon-cross::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.arrow-01 {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1b1b60;
}
.arrow-01::after {
  content: "";
  width: 30%;
  height: 30%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.arrow-01.top::after {
  margin-bottom: -10%;
  transform: rotate(-45deg);
}
.arrow-01.right::after {
  margin-left: -10%;
  transform: rotate(45deg);
}
.arrow-01.left::after {
  margin-right: -10%;
  transform: rotate(-135deg);
}
.arrow-01.bottom::after {
  margin-top: -10%;
  transform: rotate(135deg);
}

.column {
  display: flex;
  gap: var(--gap-size, 2rem);
  flex-wrap: wrap;
  justify-content: center;
}
.column.col2 > * {
  width: calc((100% - var(--gap-size, 2rem)) / 2);
}
.column.col3 {
  gap: var(--gap-size, 4rem);
}
.column.col3 > * {
  width: calc((100% - var(--gap-size, 4rem) * 2) / 3);
}
.column.col4 > * {
  width: calc((100% - var(--gap-size, 2rem) * 3) / 4);
}

.grid {
  display: grid;
  gap: var(--gap-size, 2rem);
}
.grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.col5 {
  grid-template-columns: repeat(5, 1fr);
}

.breadcrumbs {
  margin-top: 2.4rem;
  margin-bottom: 4.8rem;
}
.breadcrumbs__inner {
  display: flex;
  gap: 0.25em 0.5em;
}
.breadcrumbs__inner > span {
  white-space: nowrap;
}
.breadcrumbs__inner > span:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs a {
  text-decoration: underline;
}

.pager__archive--inner {
  display: flex;
  gap: 0 1.2rem;
  align-items: center;
  justify-content: center;
}
.pager__archive .page-numbers {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  color: #1b1b60;
  font-size: 1.8rem;
}
.pager__archive .page-numbers.dots {
  margin: 0 -0.5rem;
}
.pager__archive .page-numbers.current {
  background-color: var(--theme-color, #1b1b60);
  color: #fff;
  font-weight: 700;
}
.pager__archive .page-numbers.prev, .pager__archive .page-numbers.next {
  background: url("data: image/svg+xml,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1.31625L1.34583 0L8 6.5L1.34583 13L0 11.6838L5.30417 6.5L0 1.31625Z' fill='%23261F88'/></svg>") no-repeat center/contain;
  background-size: 1rem auto;
}
.pager__archive .page-numbers.prev {
  transform: scaleX(-1);
}

.slider__01 {
  position: relative;
}
.slider__01 .swiper-slide {
  width: 30rem;
}
.slider__01--image {
  display: block;
  aspect-ratio: 1;
}
.slider__01--image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination.type01 {
  margin-top: 2rem;
  position: relative;
  bottom: auto !important;
  line-height: 0;
  --swiper-pagination-bullet-height: 1.0rem;
  --swiper-pagination-bullet-inactive-color: #ccc;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 1.0rem;
  --swiper-pagination-color: #29318a;
}

.table__01 {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.table__01 th, .table__01 td {
  padding: 1em 1.25em;
  border: 1px solid #dde1e6;
}
.table__01 thead th {
  background-color: #1b1b60;
  --text-color: #fff;
}
.table__01 tbody th {
  background-color: #f5f6f9;
  font-weight: 500;
}
.table__dl01 {
  display: grid;
  grid-template-columns: max(30%, 20rem) 1fr;
}

@media screen and (max-width: 768px) {
  .table__scroll {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    overflow-x: scroll;
  }
  .table__scroll table {
    width: 100rem;
  }
}
*:focus {
  outline: none;
}

input {
  width: 100%;
}
input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.p-country-name {
  display: none;
}

.form {
  --form-border: #ccc;
}
.form__box + .form__box {
  margin-top: 4rem;
}
.form__row .form__box {
  display: grid;
  gap: 0 3.2rem;
  grid-template-columns: 24rem 1fr;
  align-items: start;
}
.form__row .form__label {
  padding-top: 1em;
  justify-content: space-between;
}
.form__column .form__label {
  margin-bottom: 1em;
}
.form__label {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
.form__required::after {
  content: "必須";
  padding: 0.25em 1em;
  display: inline-block;
  flex: none;
  background-color: #b70000;
  color: #fff;
  font-size: 87.5%;
}
.form__optional::after {
  content: "任意";
  padding: 0.25em 1em;
  display: inline-block;
  flex: none;
  background-color: #ccc;
  color: #fff;
  font-size: 87.5%;
}
.form__control {
  width: 100%;
  padding: 1.125em 1.25em;
  border: 1px solid var(--form-border, #ccc);
  background-color: #fff;
  font-size: max(1.6rem, 16px);
  line-height: 1.5;
}
.form__group {
  display: grid;
  gap: 1em;
}
.form__group + .form__group {
  margin-top: 2rem;
}
.form__group.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.form__group.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.form__group.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.form__content--item {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.form__content--unit {
  flex: none;
}
.form .error {
  margin-top: 0.5em;
}
.form__textarea {
  height: 24rem;
}
.form__select {
  background-image: url("data: image/svg+xml,<svg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1.09131L6.87779 0L4.00008 2.79808L1.12225 0L4.1008e-05 1.09131L4.00008 4.98061L8 1.09131Z' fill='%2329318A'/></svg>");
  background-position: right 1.5rem center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
}
.form__checkbox {
  --form-size: 1.6rem;
}
.form__checkbox--row {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.form__checkbox--row .mwform-checkbox-field {
  margin-top: 0 !important;
}
.form__checkbox--row .error {
  width: 100%;
  margin-top: -0.5em;
}
.form__checkbox--column .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 0.75em !important;
}
.form__checkbox--column .error {
  margin-top: 0.75em;
}
.form__checkbox [type=checkbox] {
  display: none;
}
.form__checkbox .mwform-checkbox-field {
  line-height: 1;
}
.form__checkbox .mwform-checkbox-field-text {
  position: relative;
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.form__checkbox .mwform-checkbox-field-text::before {
  content: "";
  width: calc(var(--form-size) * 1.25);
  display: block;
  border: 1px solid var(--form-border, #ccc);
  background-color: #fff;
  aspect-ratio: 1;
}
.form__checkbox .mwform-checkbox-field-text::after {
  content: "";
  width: calc(var(--form-size) * 0.6);
  height: calc(var(--form-size) * 0.8);
  position: absolute;
  top: calc(50% - var(--form-size) * 0.1);
  left: calc(var(--form-size) * 0.3);
  display: block;
  border-right: 3px solid #1b1b60;
  border-bottom: 3px solid #1b1b60;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  transform: translateY(-50%) rotate(40deg);
}
.form__checkbox .mwform-checkbox-field [type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  visibility: visible;
}
.form__radio {
  --form-size: 1.6rem;
}
.form__radio--row {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.form__radio--row .mwform-radio-field {
  margin-top: 0 !important;
}
.form__radio--row .error {
  width: 100%;
  margin-top: -0.5em;
}
.form__radio--column .mwform-radio-field + .mwform-radio-field {
  margin-top: 0.75em !important;
}
.form__radio--column .error {
  margin-top: 0.75em;
}
.form__radio [type=radio] {
  display: none;
}
.form__radio .mwform-radio-field {
  line-height: 1;
}
.form__radio .mwform-radio-field-text {
  position: relative;
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.form__radio .mwform-radio-field-text::before {
  content: "";
  width: calc(var(--form-size) * 1.5);
  display: block;
  overflow: hidden;
  border: 1px solid var(--form-border, #ccc);
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.form__radio .mwform-radio-field [type=radio]:checked + .mwform-radio-field-text::before {
  outline: calc(var(--form-size) * 0.4 - 1px) solid #fff;
  outline-offset: calc(var(--form-size) * -0.4);
  border-color: #1b1b60;
  background-color: #1b1b60;
}
.form__policy {
  padding-top: 5rem;
}
.form__policy p {
  margin-bottom: 1rem;
}
.form__policy .row {
  display: flex;
  gap: 6.5rem;
  align-items: center;
  justify-content: center;
}
.form__policy .item {
  position: relative;
}
.form__policy .item::after {
  content: "";
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  top: 1px;
  right: -3rem;
  background-image: url("data: image/svg+xml,<svg width='12' height='12' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.3 19.0016H2.85C1.235 19.0016 0 17.7666 0 16.1516V5.70156C0 4.08656 1.235 2.85156 2.85 2.85156H8.55C9.12 2.85156 9.5 3.23156 9.5 3.80156C9.5 4.37156 9.12 4.75156 8.55 4.75156H2.85C2.28 4.75156 1.9 5.13156 1.9 5.70156V16.1516C1.9 16.7216 2.28 17.1016 2.85 17.1016H13.3C13.87 17.1016 14.25 16.7216 14.25 16.1516V10.4516C14.25 9.88156 14.63 9.50156 15.2 9.50156C15.77 9.50156 16.15 9.88156 16.15 10.4516V16.1516C16.15 17.7666 14.915 19.0016 13.3 19.0016Z' fill='%23333333'/><path d='M18.0504 7.6C17.4804 7.6 17.1004 7.22 17.1004 6.65V1.9H12.3504C11.7804 1.9 11.4004 1.52 11.4004 0.95C11.4004 0.38 11.7804 0 12.3504 0H18.0504C18.6204 0 19.0004 0.38 19.0004 0.95V6.65C19.0004 7.22 18.6204 7.6 18.0504 7.6Z' fill='%23333333'/><path d='M7.60039 12.35C7.31539 12.35 7.12539 12.255 6.93539 12.065C6.55539 11.685 6.55539 11.115 6.93539 10.735L17.3854 0.285C17.7654 -0.095 18.3354 -0.095 18.7154 0.285C19.0954 0.665 19.0954 1.235 18.7154 1.615L8.26539 12.065C8.07539 12.255 7.88539 12.35 7.60039 12.35Z' fill='%23333333'/></svg>");
  background-position: center;
}
.form__policy label {
  font-weight: 600;
}
.form__policy label a {
  text-decoration: underline;
}
.form__button {
  margin-top: 5.5rem;
}
.form__button.btn__grid {
  gap: 5rem;
}

.modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
.modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 6rem 5rem 4rem;
  overflow-y: auto;
}
.modal__close {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 2px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1b1b60;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg__layer.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .modal__content--inner {
    padding: 5rem 3rem 4rem;
  }
}
.tab__panel--item {
  display: none;
  visibility: hidden;
}
.tab__panel--item.is-active {
  display: block;
  visibility: visible;
}

.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(155deg, rgb(23, 28, 97) 0%, rgb(35, 25, 100) 4%, rgb(82, 17, 113) 18%, rgb(116, 11, 122) 28%, rgb(137, 8, 127) 43%, rgb(145, 7, 130) 50%, rgb(137, 8, 127) 57%, rgb(116, 11, 122) 71%, rgb(82, 17, 113) 82%, rgb(35, 25, 100) 96%, rgb(23, 28, 97) 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.loading__text {
  width: 40rem;
}

@keyframes bggradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.reveal-text, .reveal-text::after {
  animation-duration: var(--duration, 800ms);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
}

.reveal-text {
  position: relative;
  color: var(--text-color, #000);
  white-space: nowrap;
  opacity: 0;
  --animation-duration: var(--duration, 800ms);
  --animation-delay: var(--delay, 0);
  --animation-iterations: var(--iterations, 1);
}
.reveal-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #1b1b60;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
}
.reveal-text.is-animated {
  opacity: 1;
  animation-name: clip-text;
}
.reveal-text.is-animated::after {
  animation-name: text-revealer;
}
.reveal-text.text-wh {
  --text-color: #fff;
}

.line-obj {
  position: absolute;
  --clip: 100%;
  clip-path: inset(0 0 var(--clip) 0);
  will-change: clip-path;
}
.line-obj .line {
  width: 100%;
}

.home__bg--grad {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(-45deg, #ebedee, #e0c3fc, #f9f2d6, #8ec5fc, #e8f7dd, #f7d6e1, #ebedee); /*グラデーションを定義*/
  background-size: 200% 200%;
  opacity: 0.5;
  animation: bggradient 15s ease infinite;
}
.home__hero {
  width: 100%;
  height: 100dvh;
}
.home__hero .main__container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__hero--logo {
  width: min(66vh, 60rem);
}
.home__hero--obj {
  position: absolute;
}
.home__hero--obj .line {
  width: 100%;
}
.home__hero .people01 {
  width: 60rem;
  top: calc(50% - 35.5rem);
  right: calc(50% + 26rem);
}
.home__hero .people02 {
  width: 60rem;
  top: calc(50% - 12rem);
  left: calc(50% + 24rem);
  z-index: 2;
}
.home__hero .line_lg01-1 {
  width: 18.8rem;
  top: calc(50% - 41.7rem);
  right: calc(50% + 26rem);
}
.home__hero .line_lg01-2 {
  width: 42rem;
  top: calc(50% + 9.8rem);
  right: calc(50% + 35rem);
}
.home__hero .line_lg01-3 {
  width: 24rem;
  top: calc(50% + 14.5rem);
  left: calc(50% + 59rem);
}
.home__hero .line_lg01-4 {
  width: 15rem;
  top: calc(50% - 52.8rem);
  right: calc(50% + 56rem);
}
.home__hero .line_lg01-5 {
  width: 20rem;
  top: calc(50% - 50.4rem);
  left: calc(50% + 15.4rem);
}
.home__hero .line_lg02-1 {
  width: 27rem;
  top: calc(50% - 4.4rem);
  right: calc(50% + 81rem);
}
.home__hero .line_lg02-2 {
  width: 12rem;
  top: calc(50% - 46.7rem);
  left: calc(50% + 14rem);
}
.home__hero .line_lg02-3 {
  width: 50rem;
  top: calc(50% - 41rem);
  left: calc(50% + 35.2rem);
}
.home__hero .line_lg02-4 {
  width: 12rem;
  top: calc(50% + 37.4rem);
  left: calc(50% + 82rem);
}
.home__hero .line_sm01-1 {
  width: 18.2rem;
  top: calc(50% - 24.2rem);
  right: calc(50% + 82rem);
}
.home__hero .line_sm02-1 {
  width: 12rem;
  top: calc(50% + 19rem);
  right: calc(50% + 20rem);
}
.home__hero .line_sm02-2 {
  width: 12rem;
  top: calc(50% - 30.4rem);
  left: calc(50% + 30.4rem);
}
.home__hero .line_sm02-3 {
  width: 16.8rem;
  top: calc(50% + 5.5rem);
  left: calc(50% + 76.6rem);
}
.home__hero--scroll {
  position: absolute;
  bottom: 3.4rem;
  left: 50%;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-direction: column;
  transform: translateX(-50%);
}
.home__hero--scroll .arrow {
  width: 3.6rem;
  animation: scrollDown 1.5s ease-in-out infinite;
}
.home__introduction {
  position: relative;
}
.home__introduction--title {
  margin-bottom: 10rem;
  position: relative;
}
.home__introduction--title .title {
  width: 22rem;
  margin: 0 auto;
  transition: all 1.2s ease-in-out;
  clip-path: polygon(0 0, 0 0, 0 0);
  will-change: clip-path;
}
.home__introduction--title .title.is-animated {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.home__introduction--title .label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 8.4rem;
  line-height: 1.2023809524;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  --text-color: #fff;
}
.home__introduction--sentence {
  width: fit-content;
  margin: 0 auto;
}
.home__introduction--sentence p {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  --text-color: #fff;
}
.home__introduction--sentence p:not(:last-child) {
  margin-bottom: 1em;
}
.home__introduction--sentence span {
  padding: 0.5em 0.9em;
  background-color: #1b1b60;
}
.home__introduction .line_lg01-1 {
  width: 18rem;
  top: 43.8rem;
  right: calc(50% + 51rem);
}
.home__introduction .line_lg01-2 {
  width: 24rem;
  top: 10rem;
  left: calc(50% + 47rem);
}
.home__introduction .line_lg02-1 {
  width: 30.4rem;
  top: 25rem;
  right: calc(50% + 44rem);
}
.home__introduction .line_sm01-1 {
  width: 21rem;
  top: 10rem;
  right: calc(50% + 80rem);
}
.home__introduction .line_sm01-2 {
  width: 17.8rem;
  top: 27rem;
  left: calc(50% + 73rem);
}
.home__introduction .line_sm02-1 {
  width: 12rem;
  top: 27rem;
  right: calc(50% + 69rem);
}
.home__introduction .line_sm02-2 {
  width: 10rem;
  top: 0;
  left: calc(50% + 31.4rem);
}
.home__introduction .line_sm02-3 {
  width: 18rem;
  top: 6rem;
  left: calc(50% + 58.6rem);
}
.home__partners {
  position: relative;
  overflow: hidden;
}
.home__partners--slider {
  display: flex;
}
.home__partners--slider .slide {
  width: 355rem;
  padding-right: 1rem;
  flex: none;
}
.home__partners--slider .slide img {
  width: 100%;
}
.home__partners--slider .slide01 {
  animation: loop 100s -50s linear infinite;
}
.home__partners--slider .slide02 {
  animation: loop2 100s linear infinite;
}
.home__partners--text {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateX(-50%);
}
.home__partners--text span {
  white-space: nowrap;
  line-height: 1;
}
.home__partners--text .text01 {
  font-size: 13rem;
}
.home__partners--text .text02 {
  margin-bottom: -0.11em;
  font-size: 10rem;
}
.home__brand--title {
  width: 20rem;
  height: 4rem;
  margin: 0 auto 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
.home__brand--title .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__brand--list {
  max-width: 87rem;
  margin: 0 auto;
  display: flex;
  gap: 1rem 3rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.home__brand--list > * {
  width: calc((100% - 12rem) / 5);
}
.home__movie--title img {
  width: 60rem;
}
.home__rule--item {
  padding: 5rem 0;
  position: relative;
  display: grid;
  grid-template-columns: 23rem 1fr;
  background-color: #fff;
}
.home__rule--item:not(:last-of-type) {
  margin-bottom: 9.6rem;
}
.home__rule--item:not(:last-of-type)::after {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 3rem;
  position: absolute;
  top: 100%;
  left: 50%;
  background: url(../../images/home/rule_arrow.svg) no-repeat center center/contain;
  transform: translateX(-50%);
}
.home__rule--item::before {
  content: "";
  width: 0.5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#171c61 0%, #231964 7%, #521171 37%, #740b7a 64%, #89087f 86%, #910782 100%);
}
.home__rule--item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #ebeff1;
}
.home__rule--item .text {
  padding: 0 5rem;
  display: flex;
  gap: 3rem;
  align-items: center;
}
.home__rule--item .info {
  flex: 1;
}
.home__rule--item .info * {
  letter-spacing: 0.1em;
}
.home__rule--item .info-header {
  margin-bottom: 0.5em;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.home__rule--item .num {
  padding: 0.25em 1em;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #171c61 0%, #231964 7%, #521171 37%, #740b7a 64%, #89087f 86%, #910782 100%);
  font-family: "tachyon", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  --text-color: #fff;
}
.home__rule--item .sub {
  font-weight: 700;
}
.home__rule--item .title {
  width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.home__rule--item .table-wrap {
  margin-top: 3rem;
}
.home__rule--item .pickup {
  width: fit-content;
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 0.5rem;
  background-color: #c30d23;
  font-size: 2rem;
  --text-color: #fff;
}
.home__rule--item .point {
  width: 32rem;
  padding: 3rem 2.5rem;
  border-radius: 1rem;
  background: linear-gradient(#171c61 0%, #231964 7%, #521171 37%, #740b7a 64%, #89087f 86%, #910782 100%);
  --text-color: #fff;
}
.home__rule--item .point dt {
  margin-bottom: 0.5em;
  letter-spacing: 0.025em;
  font-size: 2rem;
}
.home__rule--item .point dd p:not(:last-child) {
  margin-bottom: 1em;
}
.home__separator {
  margin-bottom: 7rem;
  position: relative;
}
.home__separator--inner {
  height: 62rem;
  overflow: hidden;
  clip-path: polygon(0 20rem, 100% 0%, 100% calc(100% - 20rem), 0% 100%);
}
.home__separator img {
  width: 100%;
}
.home__separator .line-obj .line {
  opacity: 0.5;
}
.home__separator .line_lg01-1 {
  width: 42rem;
  top: calc(50% + 32rem);
  right: calc(50% + 72rem);
}
.home__separator .line_lg01-2 {
  width: 26.4rem;
  top: calc(50% + 6.4rem);
  left: calc(50% + 30.4rem);
}
.home__separator .line_lg02-1 {
  width: 18rem;
  right: calc(50% + 36.5rem);
  bottom: calc(50% + 11rem);
}
.home__separator .line_lg02-2 {
  width: 34.8rem;
  bottom: calc(50% + 9.4rem);
  left: calc(50% + 67.4rem);
}
.home__separator .line_sm01-1 {
  width: 20rem;
  top: calc(50% + 28rem);
  right: calc(50% + 66rem);
}
.home__separator .line_sm02-1 {
  width: 12rem;
  right: calc(50% + 31.5rem);
  bottom: calc(50% + 17.4rem);
}
.home__separator .line_sm02-2 {
  width: 18rem;
  top: calc(50% + 14rem);
  left: calc(50% + 36rem);
}
.home__separator .line_sm02-3 {
  width: 34.4rem;
  bottom: calc(50% + 18rem);
  left: calc(50% + 67.4rem);
}
.home__schedule {
  position: relative;
}
.home__schedule--content {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
.home__schedule--content .date {
  width: 42rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  font-family: "pirulen", sans-serif;
  font-size: 5.4rem;
  --text-color: #fff;
}
.home__schedule--content .date-01 {
  background: linear-gradient(135deg, #171c61 0%, #c30d23 200%);
}
.home__schedule--content .date-02 {
  background: linear-gradient(135deg, #171c61 -100%, #c30d23 100%);
}
.home__league {
  position: relative;
}
.home__league .small {
  --league-color: #900882;
}
.home__league .middle {
  --league-color: #441075;
}
.home__league .large {
  --league-color: #c30d23;
}
.home__league .open {
  --league-color: #081083;
}
.home__league--column {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.home__league--text {
  width: 52.5rem;
}
.home__league--item {
  padding: 3rem 3.5rem 3rem 4.6rem;
  position: relative;
  border: 5px solid var(--league-color);
  background-color: #fff;
}
.home__league--item + .home__league--item {
  margin-top: 2rem;
}
.home__league--item::before {
  content: "";
  width: 3.1rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--league-color);
  aspect-ratio: 1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.home__league--item .label {
  height: 100%;
  padding: 0.8rem;
  position: absolute;
  top: 0;
  right: -5px;
  background-color: var(--league-color);
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: "tachyon", sans-serif;
  font-size: 2.4rem;
  writing-mode: vertical-rl;
  line-height: 1;
}
.home__league--item .title {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--league-color);
  font-family: "tachyon", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.home__league--item .title span {
  margin-right: 0.5em;
  color: var(--league-color);
  font-size: 3.6rem;
}
.home__league--item .info {
  display: flex;
  align-items: center;
}
.home__league--item .num {
  width: 11rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.home__league--item .num span {
  color: #c30d23;
  letter-spacing: 0;
  font-family: "pirulen", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.home__league--item .num span.sm {
  font-size: 4rem;
}
.home__league--item .num + .detail {
  padding-left: 2rem;
  border-left: 1px solid rgba(112, 112, 112, 0.5);
}
.home__league--item .detail {
  flex: 1;
  font-weight: 700;
  font-size: 2rem;
}
.home__league--item .detail p {
  line-height: 1.6;
}
.home__league--item .detail p .d-num {
  margin: 0 0.2em;
  color: #c30d23;
  font-family: "pirulen", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.home__league--item .detail p .d-name {
  color: var(--league-color);
}
.home__league--item .detail .name {
  color: var(--league-color);
  text-indent: -0.5em;
}
.home__league--visual {
  width: 50%;
  position: relative;
  z-index: -1;
  flex: 1;
}
.home__league--obj {
  position: absolute;
}
.home__league .people01 {
  width: 100rem;
  bottom: 48rem;
  left: -10.4rem;
  z-index: 2;
}
.home__league .people02 {
  width: 100rem;
  bottom: 4rem;
  left: -6.4rem;
  z-index: 3;
}
.home__league .line-obj .line {
  opacity: 0.5;
}
.home__league .line_lg01-1 {
  width: 32rem;
  bottom: calc(50% + 29rem);
  left: calc(50% + 17.4rem);
}
.home__league .line_lg02-1 {
  width: 47.6rem;
  top: calc(50% - 19.2rem);
  right: calc(50% + 74rem);
}
.home__league .line_lg02-2 {
  width: 20rem;
  top: calc(50% + 38.4rem);
  left: calc(50% + 36rem);
  z-index: 4;
}
.home__league .line_sm01-1 {
  width: 18rem;
  right: calc(50% + 82.6rem);
  bottom: calc(50% + 3.7rem);
}
.home__league .line_sm01-2 {
  width: 18rem;
  top: calc(50% + 24rem);
  left: calc(50% + 54rem);
}
.home__league .line_sm02-1 {
  width: 18rem;
  bottom: calc(50% + 43.7rem);
  left: calc(50% + 22.6rem);
}
.home__league .line_sm02-2 {
  width: 45rem;
  top: calc(50% - 27.6rem);
  left: calc(50% + 84rem);
}
.home__award--list {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.home__award--list .col1 {
  width: 100%;
}
.home__award--list .col2 {
  width: calc((100% - 4rem) / 2);
}
.home__ranking .small {
  --ranking-color: #900882;
}
.home__ranking .small .heading__03 {
  --text-color: var(--ranking-color);
}
.home__ranking .middle {
  --ranking-color: #441075;
}
.home__ranking .middle .heading__03 {
  --text-color: var(--ranking-color);
}
.home__ranking .large {
  --ranking-color: #c30d23;
}
.home__ranking .large .heading__03 {
  --text-color: var(--ranking-color);
}
.home__ranking .open {
  --ranking-color: #081083;
}
.home__ranking .open .heading__03 {
  --text-color: var(--ranking-color);
}
.home__ranking--navi {
  margin-bottom: 9rem;
}
.home__ranking--menu {
  display: flex;
  justify-content: center;
}
.home__ranking--menu a {
  position: relative;
  display: block;
}
.home__ranking--menu a .text {
  width: 100%;
  height: 100%;
  padding: 0 4rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  transition: transform 0.2s ease-in-out;
}
.home__ranking--menu a .text::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 38.408'><path fill='%23fff' d='m16.5 9.201-16 16v-8l16-16Zm20 8v8l-16-16v-8Zm-20 4-16 16v-8l16-16Zm20 8v8l-16-16v-8Z' data-name='合体 33'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleY(-1);
}
.home__ranking--menu a .layer02 {
  transition: transform 0.2s ease-in-out;
}
.home__ranking--menu a.is-active .text, .home__ranking--menu a:hover .text {
  transform: translate(0.5rem, 0.5rem);
}
.home__ranking--menu a.is-active .layer02, .home__ranking--menu a:hover .layer02 {
  transform: translate(0.5rem, 0.5rem);
}
.home__ranking--menu a.is-active {
  pointer-events: none;
}
.home__ranking--menu a.is-active .text {
  justify-content: center;
}
.home__ranking--menu a.is-active .text::after {
  content: none;
}
.home__ranking--menu a.is-active .layer01 {
  display: none;
}
.home__ranking--menu a.is-active .layer02 {
  opacity: 0.5;
}
.home__ranking--more {
  width: 40.5rem;
  margin: 2rem auto 0;
  position: relative;
  display: block;
}
.home__ranking--more .text {
  width: 100%;
  height: 100%;
  padding: 0 4rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 2rem;
  transition: transform 0.2s ease-in-out;
  --text-color: #441075;
}
.home__ranking--more .text::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 38.408'><path fill='%23fff' d='m16.5 9.201-16 16v-8l16-16Zm20 8v8l-16-16v-8Zm-20 4-16 16v-8l16-16Zm20 8v8l-16-16v-8Z' data-name='合体 33'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleY(-1);
}
.home__ranking--more .layer02 {
  transition: transform 0.2s ease-in-out;
}
.home__ranking--more:hover .text {
  transform: translate(0.5rem, 0.5rem);
}
.home__ranking--more:hover .layer02 {
  transform: translate(0.5rem, 0.5rem);
}
.home__ranking--item {
  padding: 1.5rem;
  display: grid;
  gap: 0 5rem;
  grid-template-columns: 18.5rem 1fr 17.8rem;
  align-items: center;
  background-color: #fff;
}
.home__ranking--item + .home__ranking--item {
  margin-top: 1rem;
}
.home__ranking--item:nth-child(-n+5) {
  --text-color: #fff;
}
.home__ranking--item:nth-child(1) {
  background: linear-gradient(90deg, #c7aa2b 0%, #744f09 100%);
}
.home__ranking--item:nth-child(2) {
  background: linear-gradient(90deg, #d7ddf5 0%, #5c5c5c 100%);
}
.home__ranking--item:nth-child(3) {
  background: linear-gradient(90deg, #a5602e 0%, #5c370c 100%);
}
.home__ranking--item:nth-child(4) {
  background: var(--ranking-color);
}
.home__ranking--item:nth-child(5) {
  background: var(--ranking-color);
}
.home__ranking--item .rank {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid;
  border-left: 1px solid;
  color: var(--text-color, #900882);
  text-align: center;
  font-family: "tachyon", sans-serif;
  font-size: 3.6rem;
}
.home__ranking--item .rank--02 {
  color: var(--text-color, #900882) !important;
}
.home__ranking--item .name {
  font-weight: 700;
}
.home__ranking--item .name dd {
  margin-top: 0.5em;
  font-size: 2.4rem;
}
.home__ranking--item .point {
  color: var(--text-color, #900882);
  text-align: center;
  font-family: "pirulen", sans-serif;
  font-size: 2.9rem;
}
.home__ranking--item .point span {
  color: var(--text-color, #900882);
  font-size: 3.6rem;
}
.home__ranking--item .point--02 {
  color: var(--text-color, #900882) !important;
}
.home__ranking--item-gold {
  background: linear-gradient(90deg, #c7aa2b 0%, #744f09 100%) !important;
}
.home__ranking--item-silver {
  background: linear-gradient(90deg, #d7ddf5 0%, #5c5c5c 100%) !important;
}
.home__ranking--item-bronze {
  background: linear-gradient(90deg, #a5602e 0%, #5c370c 100%) !important;
}
.home__ranking--item-pink {
  background: #900882 !important;
  --text-color: #fff;
}
.home__ranking--item-dark-blue {
  background: var(--ranking-color) !important;
  --text-color: #fff;
}
.home__ranking--item-dark-blue02 {
  background: var(--ranking-color) !important;
  --text-color: #fff;
}
.home__ranking--item-dark-red {
  background: var(--ranking-color) !important;
  --text-color: #fff;
}
.home__links--list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.home__links--list > * {
  width: calc((100% - 2rem) / 2);
}
.home__links--item {
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.home__links--item a {
  width: 100%;
  height: 8rem;
  padding: 1.6rem 5rem;
  position: relative;
  display: block;
  border: 2px solid;
  border-radius: 0.5rem;
  background-color: #ebeff1;
  box-shadow: 1rem 1rem 0 #081083;
  transition: all 0.2s ease-in-out;
  --text-color: #081083;
}
.home__links--item a::after {
  content: "";
  width: 6rem;
  height: 1.2rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 5rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'><g fill='%23081083'><path d='m33.444.001 11.8 12h5.9l-11.8-12Z'/><path d='m42.298.001 11.8 12h5.9l-11.8-12Z'/><path d='m0 9.001 2.95 3H42.3l-2.95-3Z'/></g></svg>");
  background-size: contain;
}
.home__links--item a > span {
  display: block;
}
.home__links--item a:hover {
  box-shadow: none;
  transform: translate(1rem, 1rem);
}
.home__links--item .text {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 2rem;
}
.home__links--item .label {
  font-family: "tachyon", sans-serif;
  font-size: 4.2rem;
  opacity: 0.2;
}
.home__message {
  margin-top: -6rem;
  margin-bottom: 0;
  padding-bottom: 27rem;
  position: relative;
}
.home__message::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 6rem;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #c30d23 0%, #171c61 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21.4rem), 0% 100%);
}
.home__message--column {
  display: flex;
  gap: 0 9rem;
}
.home__message--image {
  height: 78rem;
  margin-left: calc(50% - 50vw);
  position: relative;
  flex: 1;
}
.home__message--image .inner {
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0 5rem 5rem 0;
}
.home__message--image .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__message--image .caption {
  max-width: 60rem;
  padding-right: 1.8rem;
  position: absolute;
  top: calc(100% - 2.5rem);
  right: 0;
  display: inline-block;
}
.home__message--image .caption img {
  width: 100%;
}
.home__message--title {
  margin-bottom: 5rem;
  font-weight: 400;
  font-size: 2rem;
  --text-color: #c7ab32;
}
.home__message--title span {
  padding-bottom: 0.2em;
  display: inline-block;
  border-bottom: 1px solid;
}
.home__message--text {
  width: 49rem;
  margin-top: 17.2rem;
  font-weight: 500;
}
.home__message--text .title {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
}
.home__message--text p {
  line-height: 1.75;
}
.home__message--text p:not(:last-child) {
  margin-bottom: 1em;
}
.home__message--text .name {
  margin-top: 1.5em;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
}
.home__message--text .name span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .home__hero--logo {
    width: 48rem;
  }
  .home__hero .people01 {
    width: 50rem;
    top: calc(50% - 47.5rem);
    right: calc(50% + 5rem);
  }
  .home__hero .people02 {
    width: 50rem;
    top: calc(50% + 13rem);
    left: 50%;
  }
  .home__hero .line_lg01-1 {
    width: 15.4rem;
    top: calc(50% - 53.7rem);
    right: calc(50% + 1.8rem);
  }
  .home__hero .line_lg01-2 {
    width: 21.2rem;
    top: calc(50% + 6.4rem);
    right: calc(50% + 22.4rem);
  }
  .home__hero .line_lg01-3 {
    width: 15.5rem;
    top: calc(50% + 14rem);
    left: calc(50% + 13rem);
  }
  .home__hero .line_lg01-4 {
    display: none;
  }
  .home__hero .line_lg01-5 {
    width: 24.8rem;
    top: -5.4rem;
    left: 50%;
  }
  .home__hero .line_lg02-1 {
    width: 13.6rem;
    top: calc(50% + 20rem);
    right: calc(50% + 13.6rem);
  }
  .home__hero .line_lg02-2 {
    width: 12rem;
    top: -7.8rem;
    left: calc(50% + 6.4rem);
  }
  .home__hero .line_lg02-3 {
    width: 30rem;
    top: calc(50% - 29.8rem);
    left: calc(50% + 24rem);
  }
  .home__hero .line_lg02-4 {
    display: none;
  }
  .home__hero .line_sm01-1 {
    width: 12rem;
    top: calc(50% + 25rem);
    right: calc(50% + 14.4rem);
  }
  .home__hero .line_sm02-1 {
    display: none;
  }
  .home__hero .line_sm02-2 {
    width: 12rem;
    top: calc(50% - 36.4rem);
    left: calc(50% + 14.5rem);
  }
  .home__hero .line_sm02-3 {
    display: none;
  }
  .home__hero--scroll {
    bottom: calc(50% - 34.5rem);
  }
  .home__hero--scroll .arrow {
    width: 4.8rem;
  }
  .home__hero--scroll .text {
    font-size: 1.8rem;
  }
  .home__introduction--title .title {
    width: 20rem;
  }
  .home__introduction--title .label {
    font-size: 6rem;
  }
  .home__introduction .line_lg01-1 {
    width: 13rem;
    top: 2.2rem;
    right: calc(50% + 19rem);
  }
  .home__introduction .line_lg01-2 {
    width: 15.6rem;
    top: 23.4rem;
    left: calc(50% + 20.5rem);
  }
  .home__introduction .line_lg02-1 {
    width: 21.8rem;
    top: -4.2rem;
    right: calc(50% + 19.2rem);
  }
  .home__introduction .line_sm01-1 {
    display: none;
  }
  .home__introduction .line_sm01-2 {
    display: none;
  }
  .home__introduction .line_sm02-1 {
    display: none;
  }
  .home__introduction .line_sm02-2 {
    width: 12rem;
    top: -6rem;
    left: calc(50% + 14.5rem);
  }
  .home__introduction .line_sm02-3 {
    width: 11.8rem;
    top: 20.7rem;
    left: calc(50% + 28rem);
  }
  .home__partners--text .text01 {
    font-size: 9.4rem;
  }
  .home__partners--text .text02 {
    margin-bottom: -0.14em;
    font-size: 7.2rem;
  }
  .home__brand--title {
    width: 36rem;
    height: 7.2rem;
    margin-bottom: 5rem;
    font-size: 2.8rem;
  }
  .home__brand--list {
    gap: 0 4rem;
  }
  .home__brand--list > * {
    width: calc((100% - 4rem) / 2);
  }
  .home__movie--title img {
    width: 54rem;
  }
  .home__movie .youtube {
    width: auto;
    margin-right: -5rem;
    margin-left: -5rem;
  }
  .home__rule--item {
    padding: 0 5rem 5rem;
    display: block;
  }
  .home__rule--item:not(:last-of-type) {
    margin-bottom: 10.8rem;
  }
  .home__rule--item:not(:last-of-type)::after {
    width: 4.8rem;
    height: 4.8rem;
  }
  .home__rule--item::before {
    width: 1rem;
    height: 10rem;
  }
  .home__rule--item .image {
    width: 100%;
    height: 34rem;
    margin-bottom: 7rem;
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
  .home__rule--item .text {
    padding: 0;
    gap: 5rem 0;
    flex-direction: column;
  }
  .home__rule--item .info {
    width: 100%;
  }
  .home__rule--item .info-header {
    margin-bottom: 1em;
    gap: 1rem 2rem;
  }
  .home__rule--item .num {
    font-size: 2.3rem;
  }
  .home__rule--item .title {
    font-size: 3.6rem;
  }
  .home__rule--item .table-wrap {
    overflow-x: scroll;
  }
  .home__rule--item .table-img {
    width: 77rem;
  }
  .home__rule--item .pickup {
    width: 100%;
    margin-top: 5rem;
    padding: 1em;
    font-size: 2.8rem;
  }
  .home__rule--item .point {
    width: 100%;
    padding: 5rem;
  }
  .home__rule--item .point dt {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .home__separator--inner {
    height: 39rem;
    clip-path: polygon(0 12rem, 100% 0%, 100% calc(100% - 12rem), 0% 100%);
  }
  .home__separator .line_lg01-1 {
    display: none;
  }
  .home__separator .line_lg01-2 {
    width: 16.8rem;
    top: calc(50% - 2.6rem);
    left: calc(50% + 14.4rem);
  }
  .home__separator .line_lg02-1 {
    width: 13.5rem;
    right: calc(50% + 10.6rem);
    bottom: calc(50% + 2.4rem);
  }
  .home__separator .line_lg02-2 {
    display: none;
  }
  .home__separator .line_sm01-1 {
    display: none;
  }
  .home__separator .line_sm02-1 {
    width: 9rem;
    right: calc(50% + 6rem);
    bottom: calc(50% + 7rem);
  }
  .home__separator .line_sm02-2 {
    width: 11.4rem;
    top: calc(50% + 2.2rem);
    left: calc(50% + 18rem);
  }
  .home__separator .line_sm02-3 {
    display: none;
  }
  .home__schedule--content {
    gap: 2rem 0;
    flex-direction: column;
  }
  .home__schedule--content .date {
    height: 9rem;
  }
  .home__schedule--content .date-01 {
    background: linear-gradient(180deg, #171c61 0%, #c30d23 200%);
  }
  .home__schedule--content .date-02 {
    background: linear-gradient(180deg, #171c61 -100%, #c30d23 100%);
  }
  .home__schedule--content .icon {
    width: 4.8rem;
    height: auto;
  }
  .home__league .heading__02 {
    margin-bottom: 0.5em;
  }
  .home__league--column {
    display: block;
  }
  .home__league--text {
    width: auto;
    margin-right: -5rem;
  }
  .home__league--item {
    border-width: 1.5rem;
  }
  .home__league--item::before {
    width: 4rem;
    top: -1px;
    left: -1px;
  }
  .home__league--item .label {
    padding: 1rem;
    right: -1.5rem;
    font-size: 3.2rem;
  }
  .home__league--item .title {
    font-size: 2.8rem;
  }
  .home__league--item .title span {
    font-size: 4.2rem;
  }
  .home__league--item .num {
    width: 12.4rem;
    font-size: 2.4rem;
  }
  .home__league--item .num span {
    font-size: 5.5rem;
  }
  .home__league--item .num span.sm {
    font-size: 4.6rem;
  }
  .home__league--item .detail {
    font-size: 2.6rem;
  }
  .home__league--item .detail p .d-num {
    margin: 0 0.1em;
    font-size: 3.6rem;
  }
  .home__league--visual {
    width: 100%;
    height: 82rem;
    margin-top: 15rem;
  }
  .home__league .people01 {
    width: 80.8rem;
    top: 0;
    right: calc(50% - 27rem);
    bottom: auto;
    left: auto;
  }
  .home__league .people02 {
    width: 80.8rem;
    bottom: 0;
    left: calc(50% - 26rem);
  }
  .home__league .line_lg01-1 {
    width: 25.8rem;
    right: calc(50% + 5.5rem);
    bottom: 60.8rem;
    left: auto;
    z-index: 2;
  }
  .home__league .line_lg02-1 {
    display: none;
  }
  .home__league .line_lg02-2 {
    width: 16rem;
    top: auto;
    bottom: 5rem;
    left: calc(50% + 8.2rem);
    z-index: 4;
  }
  .home__league .line_sm01-1 {
    display: none;
  }
  .home__league .line_sm01-2 {
    width: 14.5rem;
    top: auto;
    bottom: 14.5rem;
    left: calc(50% + 22.8rem);
  }
  .home__league .line_sm02-1 {
    width: 14.6rem;
    right: calc(50% + 12.6rem);
    bottom: 72rem;
    left: auto;
  }
  .home__league .line_sm02-2 {
    display: none;
  }
  .home__award .heading__01, .home__award .heading__02 {
    --text-color: #000;
  }
  .home__award--list .col2 {
    width: 100%;
  }
  .home__ranking--navi {
    margin-bottom: 8rem;
  }
  .home__ranking--menu {
    gap: 2rem 0;
    flex-wrap: wrap;
  }
  .home__ranking--menu > * {
    width: calc((100% - 2rem) / 2);
  }
  .home__ranking--menu svg {
    width: 100%;
    height: auto;
  }
  .home__ranking--menu a .text {
    padding-bottom: 0.8rem;
    font-size: 2.4rem;
  }
  .home__ranking--menu a.active {
    top: 0.8rem;
  }
  .home__ranking--more {
    width: 46rem;
  }
  .home__ranking--more > svg {
    width: 100%;
    height: auto;
  }
  .home__ranking--more .text {
    padding-bottom: 0.8rem;
    font-size: 2.4rem;
  }
  .home__ranking--more .text svg {
    width: 6rem;
    height: auto;
    margin-left: auto;
  }
  .home__ranking--item {
    padding: 3rem 3rem 3rem 0;
    grid-template-columns: 15rem 1fr;
  }
  .home__ranking--item .rank {
    border-left: 0;
    grid-area: 1/1/3/2;
  }
  .home__ranking--item .name {
    grid-area: 1/2/2/3;
  }
  .home__ranking--item .name dt {
    line-height: 1.5384615385;
  }
  .home__ranking--item .name dd {
    margin-top: 0.25em;
    font-size: 3.6rem;
  }
  .home__ranking--item .point {
    margin-top: 0.5em;
    text-align: left;
    font-size: 2.9rem;
    line-height: 1;
    grid-area: 2/2/3/3;
  }
  .home__ranking--item .point span {
    font-size: 5.4rem;
  }
  .home__links {
    padding-bottom: 20rem !important;
  }
  .home__links--list {
    padding: 0 2rem;
  }
  .home__links--list > * {
    width: 100%;
  }
  .home__links--item a {
    height: 12rem;
    padding: 3rem 4rem;
  }
  .home__links--item a::after {
    width: 9.2rem;
    height: 1.8rem;
    top: calc(50% - 0.9rem);
    right: 4rem;
  }
  .home__links--item .text {
    font-size: 2.6rem;
  }
  .home__links--item .label {
    margin-top: 0.22em;
    font-size: 4.8rem;
  }
  .home__message {
    margin-top: -10rem;
    padding-bottom: 13rem;
  }
  .home__message::before {
    top: 10rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11.5rem), 0% 100%);
  }
  .home__message--column {
    flex-direction: column;
  }
  .home__message--image {
    width: 60rem;
    height: 48rem;
    margin-left: -5rem;
  }
  .home__message--image .caption {
    top: calc(100% - 10rem);
  }
  .home__message--text {
    width: 100%;
    margin-top: 8rem;
  }
  .home__message--text .title {
    font-size: 3.6rem;
  }
  .home__message--text .name {
    font-size: 3.6rem;
  }
  .home__message--text .name span {
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 2.6rem;
  }
  .home__message--title {
    font-size: 4.2rem;
  }
}
.news__list--row .news__item {
  gap: 1.5em;
}
.news__list--column .news__item {
  flex-wrap: wrap;
}
.news__list--column .news__item--title {
  width: 100%;
}
.news__item {
  display: flex;
  gap: 1em;
  align-items: center;
}
.news__item + .news__item {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc;
}
.news__item--tag {
  padding: 0.5em 1em;
  background-color: #1b1b60;
  font-size: 87.5%;
  line-height: 1;
  --text-color: #fff;
}/*# sourceMappingURL=style.css.map */