@charset "UTF-8";
@keyframes loop_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop_circle2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes shootingStar-slide {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(600px);
  }
  100% {
    opacity: 0;
    transform: translateY(600px);
  }
}
@keyframes shootingStar-slide-sp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(150px);
  }
  100% {
    opacity: 0;
    transform: translateY(150px);
  }
}
@keyframes loopTitle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes down_animation {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(88px);
    opacity: 0;
  }
}
@keyframes down_animation-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes top_logo {
  0% {
    transform: rotateY(400deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes modal_fadein {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal_fadein-line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes modal_fadein-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-wrap {
  position: relative;
}
.l-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.is-load .l-wrap::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0a1d52 0%, #1a307d 50%, #5548a6 100%);
  z-index: -1;
}

.l-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 249px;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .l-logo {
    top: 22px;
    width: 39%;
    max-width: 144px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 900px) {
  .l-logo:hover img {
    opacity: 0.5;
    transform: scale(0.98);
  }
  .l-logo img {
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
}

.l-decobg {
  overflow: hidden;
  position: fixed;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 600px;
  mix-blend-mode: overlay;
}
.l-decobg__item {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}
@media screen and (max-width: 899px) {
  .l-decobg__item {
    width: 25px;
    height: 25px;
  }
}
.l-decobg__item:nth-child(1) {
  left: 30%;
  top: 10%;
}
.l-decobg__item:nth-child(2) {
  left: 25%;
  top: 57%;
}
.l-decobg__item:nth-child(3) {
  left: 62%;
  top: 16%;
}
.l-decobg__item:nth-child(4) {
  left: 39%;
  top: 52%;
}
.l-decobg__item:nth-child(5) {
  left: 82%;
  top: 6%;
}
.l-decobg__item:nth-child(6) {
  left: 80%;
  top: 57%;
}
.l-decobg__item:nth-child(7) {
  left: 52%;
  top: 56%;
}
.l-decobg__item:nth-child(8) {
  left: 73%;
  top: 3%;
}
.l-decobg__item:nth-child(9) {
  left: 48%;
  top: 29%;
}
.l-decobg__item:nth-child(10) {
  left: 38%;
  top: 19%;
}
.l-decobg__item-inner {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.is-load .l-decobg__item-inner {
  animation: shootingStar-slide 10s cubic-bezier(0.33, 1, 0.68, 1) infinite both;
}
@media screen and (max-width: 899px) {
  .is-load .l-decobg__item-inner {
    animation: shootingStar-slide-sp 10s cubic-bezier(0.33, 1, 0.68, 1) infinite both;
  }
}
.item-1 .l-decobg__item-inner {
  animation-delay: 1.3s;
}
.item-2 .l-decobg__item-inner {
  animation-delay: 5s;
}
.item-3 .l-decobg__item-inner {
  animation-delay: 32s;
}
.item-4 .l-decobg__item-inner {
  animation-delay: 10s;
}
.l-decobg__item-inner::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0.8);
  background-color: #fff;
}

.l-menu__btn-line .p-in_line {
  background-color: white;
}
.l-menu__btn-text {
  color: white;
}

.l-main {
  position: relative;
  padding-top: 145px;
  padding-bottom: 153px;
  flex-grow: 1;
}
.l-main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg_ptn_star.png) repeat center top;
  background-size: 1400px;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .l-main::before {
    background-size: 700px;
  }
}
@media screen and (max-width: 899px) {
  .l-main {
    padding-top: 90px;
    padding-bottom: 136px;
  }
}
.l-main__footbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.l-main__footbg-inner {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 899px) {
  .l-main__footbg-inner {
    left: 50%;
    transform: translateX(-50%);
    width: 170%;
  }
}
.l-main__head {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-main__head-ttl {
  display: flex;
  width: 100%;
  overflow: hidden;
  transform: scale(0.98);
  opacity: 0;
}
.is-load .l-main__head-ttl {
  transform: scale(1);
  opacity: 1;
  transition: transform 3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.2s;
}
.l-main__head-ttl-item {
  flex-shrink: 0;
  height: 190px;
}
.is-load .l-main__head-ttl-item {
  animation: loopTitle 30s linear infinite both;
}
@media screen and (max-width: 899px) {
  .l-main__head-ttl-item {
    height: 110px;
  }
}
.l-main__head-ttl-item img {
  max-height: 100%;
}
.l-main__cap {
  position: relative;
  text-align: center;
  font-size: 55px;
  font-family: "Kalnia", serif;
  letter-spacing: 1.5px;
  line-height: 1.3;
  margin-bottom: 70px;
  transform: translateY(20px);
  opacity: 0;
}
.is-load .l-main__cap {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 899px) {
  .l-main__cap {
    font-size: 30px;
    margin-bottom: 37px;
    letter-spacing: 0px;
  }
}
.l-main__cap h2 {
  background: linear-gradient(90deg, #fcc4a8 48%, #ffceda 50%, #dea2dd 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.c-category {
  position: relative;
}
.c-category__ttl {
  text-align: center;
  font-family: "Kalnia", serif;
  color: #fff;
  padding: 12px 10%;
  font-size: 11px;
  position: relative;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .c-category__ttl {
    background-color: rgba(5, 20, 61, 0.8);
  }
}
.c-category__ttl::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(90deg);
  background: url(../img/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.c-category__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-category__select select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: none;
  color: rgba(5, 20, 61, 0.8);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
.c-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .c-category__list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
    display: none;
  }
}
.c-category__list-item {
  position: relative;
  padding-right: 25px;
  margin-right: 17px;
  font-family: "Kalnia", serif;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (max-width: 899px) {
  .c-category__list-item {
    padding-right: 0;
    text-align: center;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 11px;
  }
  .c-category__list-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.c-category__list-item::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/common/deco.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .c-category__list-item::before {
    width: 5px;
    height: 5px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-category__list-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.c-category__list-item:last-of-type::before {
  content: none;
}
.c-category__list-inner {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}
@media screen and (min-width: 900px) {
  .c-category__list-inner:hover::before {
    transform: translate(-50%, -50%) scaleX(1);
  }
}
.c-category__list-inner::before {
  content: "";
  width: 110%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-current .c-category__list-inner::before {
  transform: translate(-50%, -50%) scaleX(1);
}
@media screen and (max-width: 899px) {
  .c-category__list-inner::before {
    content: none;
  }
}

.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-pagination__list-item {
  font-size: 18px;
  min-width: 20px;
  margin: 0 17px;
  opacity: 0.5;
  position: relative;
  padding-top: 16px;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .c-pagination__list-item {
    margin: 0 10px;
    padding-top: 11px;
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .c-pagination__list-item:hover {
    opacity: 1;
  }
}
.c-pagination__list-item::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/deco.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .c-pagination__list-item::before {
    width: 5px;
    height: 5px;
  }
}
.c-pagination__list-item.is-current {
  opacity: 1;
}
.c-pagination__list-item.is-current::before {
  opacity: 1;
}
.c-pagination__list-item-inner {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Kalnia", serif;
}