@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-txt: #4b4b4b;
  --color-main: #9b51e0;
  --color-sub: #f6edff;
  --color-sub02: #ebc8ff;
  --color-sub03: #c699e2;
  --color-gray: #adadad;
  --color-accent: #ff62b6;
}

/* =======================================================
common
======================================================= */
.l-head {
  background: linear-gradient(180deg, #f6edff 66%, white 100%);
}

@media screen and (max-width: 767px) {
  .p-cta__link:first-of-type {
    display: block;
  }
}

/* =======================================================
edge
======================================================= */
.l-edge {
  padding-top: 5.5rem;
  background: linear-gradient(180deg, #f3e6ff 47%, white 100%) top center/100% 4.5rem no-repeat;
}
@media screen and (max-width: 767px) {
  .l-edge {
    padding-top: 3.6875rem;
    background-size: 100% 4rem;
  }
}

.p-edge .c-hgroup {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-edge .c-hgroup {
    margin-bottom: 1.3125rem;
  }
}
.p-edge__list {
  display: grid;
  gap: 1.5rem;
}
.p-edge__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-edge__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-edge__item {
    gap: 2rem;
  }
}
.p-edge__item-body {
  display: grid;
  grid-template: "num ttl" "num txt";
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  width: 30.5rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-edge__item-body {
    gap: 0.625rem;
    width: 100%;
    padding-top: 0;
  }
}
.p-edge__item-num {
  display: grid;
  grid-area: num;
  place-content: center;
  width: 4.125rem;
  height: 4.125rem;
  padding: 0 0 0.125rem 0.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: calc(20/13);
  color: var(--color-main);
  letter-spacing: 0;
  background: url("../images/top/edge-num-bg.svg") top center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-edge__item-num {
    width: 2.6875rem;
    height: 2.6875rem;
    font-size: 0.5625rem;
    line-height: calc(11/9);
  }
}
.p-edge__item-num-deco {
  display: block;
  margin-top: -0.25rem;
  font-size: 1.8125rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-edge__item-num-deco {
    font-size: 1.1875rem;
  }
}
.p-edge__item-ttl {
  grid-area: ttl;
  font-size: 3rem;
  font-weight: 700;
  line-height: calc(62/48);
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-edge__item-ttl {
    font-size: 2rem;
    line-height: calc(42/32);
  }
}
.p-edge__item-txt {
  grid-area: txt;
  align-self: start;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-edge__item-txt {
    font-size: 0.9375rem;
    line-height: calc(22.5/15);
  }
}
.p-edge__item-figure {
  width: 38.75rem;
  height: 24.375rem;
  padding: 3.5rem 0 0 5.5rem;
  background: url("../images/top/edge-figure-bg.svg") top center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-edge__item-figure {
    width: 24.375rem;
    height: 16.1875rem;
    padding: 2.25rem 0 0 2.25rem;
    margin-left: -1.25rem;
    background-image: url("../images/top/edge-figure-bg-sp.svg");
  }
}
.p-edge__item-figure > img {
  width: 30.625rem;
  height: 18.125rem;
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .p-edge__item-figure > img {
    width: 20.5rem;
    height: 12.125rem;
  }
}

/* =======================================================
mv
======================================================= */
.l-mv {
  width: 100vw;
  overflow: hidden;
}

.p-mv__slide {
  display: flex;
  flex-shrink: 0;
  width: 22rem;
}
.p-mv__slide-outer {
  display: flex;
  gap: 0.625rem;
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv__slide-outer {
    padding: 0.75rem 0;
  }
}
.p-mv__slide-container {
  display: flex;
  gap: 0.625rem;
  will-change: transform;
}
.p-mv__slide-container.--js-odd {
  animation: 50s linear -25s infinite normal none running logo-scroll-odd;
}
.p-mv__slide-container.--js-even {
  animation: 50s linear 0s infinite normal none running logo-scroll-even;
}
.p-mv__slide-wrapper {
  display: flex;
  gap: 0.625rem;
}
.p-mv__name {
  margin-bottom: 1.3125rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  letter-spacing: 0.6em;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-mv__name {
    display: none;
  }
}

@keyframes logo-scroll-odd {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes logo-scroll-even {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* =======================================================
news
======================================================= */
.l-news {
  background: var(--color-main);
}

.p-news {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5.5rem;
  align-items: center;
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    position: relative;
    grid-template-columns: auto;
    width: 100%;
    padding: 0;
  }
}
.p-news__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: calc(29/24);
  color: var(--color-sub);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    position: absolute;
    top: 0.78125rem;
    left: 1.25rem;
    display: flex;
    gap: 0.5em;
    line-height: calc(61/24);
  }
}
@media screen and (max-width: 767px) {
  .p-news__ttl::after {
    content: "▶︎";
  }
}
.p-news__article-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5.5rem;
  align-items: center;
  font-weight: 700;
  color: var(--color-sub);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-news__article-link {
    padding: 1.9375rem 1.25rem 1.4375rem;
    grid-template-columns: auto;
    gap: 0.5rem;
  }
}
.p-news__article-date {
  text-align: right;
}
.p-news__btn {
  padding: 0.5rem 2.5rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.02em;
  border: 0.0625rem solid;
  border-radius: 3.125rem;
}

/* =======================================================
schedule
======================================================= */
.p-schedule .c-hgroup {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-schedule .c-hgroup {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__box {
    display: grid;
    grid-template: "att" "tbl";
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__box::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: calc(18/15);
    color: var(--color-main);
    letter-spacing: 0.02em;
    content: "◀　slide　▶︎";
    transform: translateX(-50%);
  }
}
.p-schedule__tbl {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__tbl-outer {
    position: relative;
    grid-area: tbl;
    width: 23.125rem;
    margin: 0 -1.25rem 1rem 0;
    overflow-x: scroll;
  }
}
.p-schedule__tbl-wrapper {
  display: grid;
  place-content: center;
  width: 65rem;
  height: 20rem;
  margin: 0 auto 1.25rem;
  background: url("../images/top/schedule-bg.svg") top center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-schedule__tbl-wrapper {
    width: fit-content;
    height: 11.75rem;
    padding: 0.8125rem;
    margin: 0 1.25rem 1rem 0;
    background: var(--color-sub);
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__tbl {
    position: relative;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__tbl::after {
    position: absolute;
    top: 50%;
    left: 9rem;
    width: 0.0625rem;
    height: calc(100% - 1.1875rem);
    content: "";
    background: var(--color-main);
    transform: translateY(-50%);
  }
}
.p-schedule__thead {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-schedule__thead::after {
    position: absolute;
    top: 50%;
    right: -0.78125rem;
    width: 0.0625rem;
    height: calc(100% - 1.1875rem);
    content: "";
    background: var(--color-main);
    transform: translateY(-50%);
  }
}
.p-schedule__thead-tr {
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__thead-tr {
    gap: 0.375rem;
  }
}
.p-schedule__thead-th {
  display: grid;
  place-content: center;
  width: 18.3125rem;
  height: 2.625rem;
  padding-bottom: 0.0625rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-sub);
  background: var(--color-main);
  border-radius: 0.5rem;
}
.p-schedule__thead-th:first-of-type {
  font-size: 1rem;
  color: var(--color-main);
  letter-spacing: 0.75em;
  background: var(--color-white);
  border: 0.0625rem solid;
}
@media screen and (max-width: 767px) {
  .p-schedule__thead-th:first-of-type {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__thead-th {
    width: 8.4375rem;
    height: 2.25rem;
    font-size: 1rem;
    border-radius: 0.4375rem;
  }
}
.p-schedule__tbody {
  display: flex;
  gap: 0.5rem;
}
.p-schedule__tbody-tr {
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__tbody-tr {
    gap: 0.375rem;
  }
}
.p-schedule__tbody-th, .p-schedule__tbody-td {
  width: 8.75rem;
  height: 2.625rem;
  padding-bottom: 0.0625rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-main);
  background: var(--color-white);
  border: 0.0625rem solid;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__tbody-th, .p-schedule__tbody-td {
    width: 5.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
    border-radius: 0.4375rem;
  }
}
.p-schedule__tbody-th {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-schedule__tbody-th {
    gap: 0.25rem;
  }
}
.p-schedule__tbody-th-year {
  font-size: 0.9375rem;
  line-height: calc(20/15);
}
@media screen and (max-width: 767px) {
  .p-schedule__tbody-th-year {
    font-size: 0.75rem;
  }
}
.p-schedule__tbody-td {
  display: grid;
  place-content: center;
}
.p-schedule__att {
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-schedule__att {
    grid-area: att;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    line-height: calc(16/13);
  }
}

/* =======================================================
works
======================================================= */
@media screen and (max-width: 767px) {
  .p-works {
    width: 20.625rem;
  }
}
.p-works .c-hgroup {
  margin-bottom: 2rem;
}
.p-works__article-outer {
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__article-outer {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-works__article-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__article {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-works__swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-works__swiper-pagination {
    position: absolute;
    bottom: -3.4375rem !important;
    left: 50% !important;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    height: 1.4375rem;
    transform: translateX(-50%);
  }
}
.p-works__swiper-pagination > span {
  display: block;
  width: 0.75rem;
  height: 0.8125rem;
  margin: 0 !important;
  background: url("../images/common/pagination.svg") top center/contain no-repeat;
  border-radius: 0;
  opacity: 1;
}
.p-works__swiper-pagination > span.swiper-pagination-bullet-active {
  background: url("../images/common/pagination-active.svg") top center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 1.625rem;
    height: 1.625rem;
    margin-top: 0;
    background: url("../images/common/swiper-arrow-sp.svg") top center/contain no-repeat;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -1.625rem;
    left: initial;
    transform: translateY(-50%) scale(-1, 1);
  }
}