@charset "UTF-8";
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Zen Kaku";
  font-style: normal;
  font-weight: 900;
  src: url("../font/ZenKakuGothicAntique-Black_sbuset.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku";
  font-style: normal;
  font-weight: 700;
  src: url("../font/ZenKakuGothicAntique-Bold_subset.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku";
  font-style: normal;
  font-weight: 500;
  src: url("../font/ZenKakuGothicAntique-Medium_subset.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ZenKakuGothicAntique-Regular_subset.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku";
  font-style: normal;
  font-weight: 300;
  src: url("../font/ZenKakuGothicAntique-Light_subset.woff2") format("woff2");
  font-display: swap;
}
/* other */
#top-loading {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  animation: loadfadeout 2s ease forwards;
  animation-delay: 5s;
}
#top-loading dl {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: loaddisplay 2s ease forwards;
  animation-delay: 0.5s;
}
#top-loading dl dt {
  order: 1;
}
#top-loading dl dd {
  margin-bottom: 1em;
  order: 0;
}
#top-loading dl dd p {
  font-weight: bold;
  color: #59CCC1;
  letter-spacing: 0;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  animation: typing 3s steps(50) forwards;
  animation-delay: 1s;
}

@keyframes typing {
  to {
    width: 50ch; /* 文字数に合わせる */
  }
}
@keyframes loadfadeout {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
#mainimg-area {
  padding: 3em 0 15em 0;
  position: relative;
  z-index: 10;
}
#mainimg-area::before, #mainimg-area::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  filter: blur(30px);
  transition: 0.8s ease;
  content: "";
}
#mainimg-area::before {
  z-index: 0;
  background-image: var(--bg-old);
  opacity: 1;
}
#mainimg-area::after {
  z-index: 1;
  background-image: var(--bg-new);
  opacity: 0;
}
#mainimg-area.fade::before {
  opacity: 0;
  transition: 0.8s ease;
}
#mainimg-area.fade::after {
  opacity: 1;
  transition: 0.8s ease;
}
#mainimg-area #mainimg-slide-area {
  position: relative;
  z-index: 10;
  filter: blur(0px);
}
#mainimg-area #mainimg-slide-area::before, #mainimg-area #mainimg-slide-area::after {
  display: block;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.5s;
  content: "";
}
#mainimg-area #mainimg-slide-area::before {
  width: 35em;
  height: 35em;
  top: -10em;
  left: 5em;
  background-image: url(../img/contents/top/blur01.png);
  opacity: 0.8;
  transition: 0.5s;
  pointer-events: none;
  animation: blur01 7s infinite;
  content: "";
}
#mainimg-area #mainimg-slide-area::after {
  width: 35em;
  height: 30em;
  top: 15em;
  right: 5em;
  background-image: url(../img/contents/top/blur02.png);
  opacity: 0.8;
  pointer-events: none;
  animation: blur01 4s infinite;
  animation-delay: 3s;
}
#mainimg-area #mainimg-slide-area .splide__track {
  overflow: initial;
}
#mainimg-area #mainimg-slide-area .splide__arrow {
  width: 4em;
  height: 4em;
  background: none;
  border: solid 3px #FDE3FA;
}
#mainimg-area #mainimg-slide-area .splide__arrow svg {
  fill: #FDE3FA;
}
#mainimg-area #mainimg-slide-area .splide__arrow.splide__arrow--prev {
  left: 9%;
}
#mainimg-area #mainimg-slide-area .splide__arrow.splide__arrow--next {
  right: 9%;
}
#mainimg-area #mainimg-slide-area .splide__slide {
  width: 70%;
  transition: transform 0.3s ease;
  padding: 0 5%;
  z-index: 5;
  transition: 0.2s;
}
#mainimg-area #mainimg-slide-area .splide__slide img.bg-target {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  transition: 0.5s;
}
#mainimg-area #mainimg-slide-area .splide__slide.is-active img.bg-target {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner {
  position: relative;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(0.9);
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner.scale-up {
  transform: scale(1);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner a:hover {
  opacity: 1;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner a:hover img {
  opacity: 1;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area {
  width: 32vw;
  padding: 7vw 9vw 11vw;
  position: absolute;
  bottom: -7.5vw;
  left: -15vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: 0.5s ease;
  animation: scale01 5s infinite;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area h2 {
  text-align: center;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area h2 + p {
  margin-top: 1em;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area p {
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #fff;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area p + p {
  margin-top: 0.5em;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area p.detail-link a {
  color: #fff;
  font-size: 1.1em;
  background: none;
  box-shadow: none;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area p.detail-link a::after {
  top: 0.25em;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area p.detail-link a:hover {
  text-decoration: none;
  background: none;
  box-shadow: none;
  opacity: 0.5;
}
#mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area p.detail-link a:hover::before {
  display: none;
}
#mainimg-area #mainimg-slide-area .splide__slide.kimikyun .mainimg-inner .txt-area {
  background-image: url(../img/contents/top/bg_slide_txt01.png);
}
@media screen and (max-width: 767px) {
  #mainimg-area #mainimg-slide-area .splide__slide.kimikyun .mainimg-inner .txt-area h2 img {
    width: 70%;
  }
}
#mainimg-area #mainimg-slide-area .splide__slide.honeybunny .mainimg-inner .txt-area {
  background-image: url(../img/contents/top/bg_slide_txt02.png);
}
#mainimg-area #mainimg-slide-area .splide__slide.honeybunny .mainimg-inner .txt-area h2 img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #mainimg-area #mainimg-slide-area .splide__slide.honeybunny .mainimg-inner .txt-area h2 img {
    width: 25%;
  }
}
#mainimg-area #mainimg-slide-area .splide__slide.tenneko .mainimg-inner .txt-area {
  background-image: url(../img/contents/top/bg_slide_txt03.png);
}
#mainimg-area #mainimg-slide-area .splide__slide.tenneko .mainimg-inner .txt-area h2 img {
  width: 65%;
}
@media screen and (max-width: 767px) {
  #mainimg-area #mainimg-slide-area .splide__slide.tenneko .mainimg-inner .txt-area h2 img {
    width: 45%;
  }
}
#mainimg-area #mainimg-slide-area .splide__slide.aqa .mainimg-inner .txt-area {
  background-image: url(../img/contents/top/bg_slide_txt04.png);
}
#mainimg-area #mainimg-slide-area .splide__slide.aqa .mainimg-inner .txt-area h2 img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #mainimg-area #mainimg-slide-area .splide__slide.aqa .mainimg-inner .txt-area h2 img {
    width: 50%;
  }
}
#mainimg-area #mainimg-slide-area .splide__slide.natsunosora_no_orion .mainimg-inner .txt-area {
  background-image: url(../img/contents/top/bg_slide_txt05.png);
}
#mainimg-area #mainimg-slide-area .splide__slide.natsunosora_no_orion .mainimg-inner .txt-area h2 img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #mainimg-area #mainimg-slide-area .splide__slide.natsunosora_no_orion .mainimg-inner .txt-area h2 img {
    width: 45%;
  }
}
#mainimg-area #mainimg-slide-area .splide__slide.kyuuuns .mainimg-inner .txt-area {
  background-image: url(../img/contents/top/bg_slide_txt06.png);
}
#mainimg-area #mainimg-slide-area .splide__slide.kyuuuns .mainimg-inner .txt-area h2 img {
  width: 100%;
}
#mainimg-area #mainimg-slide-area .splide__slide.is-active {
  z-index: 6;
  padding: 0 5%;
  transition: 0.2s;
}
#mainimg-area #mainimg-slide-area .splide__slide.is-active .mainimg-inner {
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#mainimg-area #mainimg-slide-area .splide__slide.is-active .mainimg-inner .txt-area {
  opacity: 1;
  transition: 0.5s ease;
}
#mainimg-area #control-area {
  font-size: 1em;
  width: 100vw;
  padding: 0 5%;
  position: absolute;
  bottom: -10em;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
#mainimg-area #control-area .splide__track {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  overflow: initial;
}
#mainimg-area #control-area .splide__track ul.splide__list {
  width: 100%;
  position: relative;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  flex-wrap: nowrap;
}
#mainimg-area #control-area .splide__track ul.splide__list::before {
  width: 30%;
  height: 300%;
  display: block;
  position: absolute;
  bottom: -180%;
  left: 0%;
  z-index: 10;
  background-repeat: no-repeat;
  background-image: url(../img/contents/top/blur04.png);
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide {
  width: auto;
  padding: 0 0.5%;
  position: relative;
  z-index: 5;
  flex: 0 0 auto;
  border: none !important;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide img {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  transition: 0.5s;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide.is-active {
  border: none !important;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide.is-active img {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(1) img {
  transform: rotate(-4deg);
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(1).is-active {
  animation: buru01 3s infinite;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(2) img {
  transform: rotate(3deg);
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(2).is-active {
  animation: buru02 3s infinite;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(3) img {
  transform: rotate(-2deg);
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(3).is-active {
  animation: buru01 3s infinite;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(4) img {
  transform: rotate(4deg);
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(4).is-active {
  animation: buru02 3s infinite;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(5) img {
  transform: rotate(-3deg);
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(5).is-active {
  animation: buru01 3s infinite;
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(6) img {
  transform: rotate(4deg);
}
#mainimg-area #control-area .splide__track ul.splide__list li.splide__slide:nth-of-type(6).is-active {
  animation: buru02 3s infinite;
}

@keyframes blur01 {
  0% {
    opacity: 0.8;
  }
  30% {
    transform: translateX(-3em) translateY(-7em) scale(1.2) rotate(5deg);
  }
  60% {
    transform: translateX(2em) translateY(0em) scale(0.7) rotate(-5deg);
    opacity: 0.7;
  }
  90% {
    transform: translateX(6em) translateY(4em) scale(1.1) rotate(-3deg);
    opacity: 0.6;
  }
  90% {
    transform: translateX(0em) translateY(0em) scale(1) rotate(0deg);
    opacity: 0.9;
  }
}
@keyframes buru01 {
  20% {
    transform: rotate(-2deg);
  }
  22% {
    transform: rotate(-1deg);
  }
  28% {
    transform: rotate(-2deg);
  }
  32% {
    transform: rotate(-1deg);
  }
  36% {
    transform: rotate(-2deg);
  }
  40% {
    transform: rotate(-1deg);
  }
}
@keyframes buru02 {
  10% {
    transform: rotate(2deg);
  }
  12% {
    transform: rotate(1deg);
  }
  18% {
    transform: rotate(2deg);
  }
  22% {
    transform: rotate(1deg);
  }
  26% {
    transform: rotate(2deg);
  }
  30% {
    transform: rotate(1deg);
  }
}
@keyframes scale01 {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
#top-about-area {
  padding-right: 3.5%;
  padding-left: 7%;
}
@media screen and (min-width: 1960px) {
  #top-about-area {
    padding-right: calc(50% - 900px);
    padding-left: calc(50% - 745px);
  }
}
@media screen and (min-width: 1651px) and (max-width: 1960px) {
  #top-about-area {
    padding-right: 4.5%;
    padding-left: 11%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  #top-about-area {
    padding-right: 4.5%;
    padding-left: 11%;
  }
}
#top-about-area {
  padding-top: 10em;
  position: relative;
  z-index: 11;
}
#top-about-area::before {
  width: 100%;
  height: calc(100% + 15em);
  display: block;
  position: absolute;
  top: -15em;
  left: 0;
  z-index: 11;
  background-image: url(../img/contents/top/bg_about.png);
  background-repeat: no-repeat;
  background-size: 130% auto;
  background-position: top -13em center;
  pointer-events: none;
  content: "";
}
#top-about-area .inner {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
#top-about-area .inner .top-about-headline-area {
  text-align: right;
  max-width: 45%;
  position: relative;
  order: 1;
}
#top-about-area .inner .top-about-headline-area h2 {
  height: 9.3em;
  position: absolute;
  top: 0;
  right: -10%;
}
#top-about-area .inner .top-about-headline-area h2 img {
  width: auto;
  max-width: initial;
  height: 100%;
  opacity: 0.5;
}
#top-about-area .inner .top-about-headline-area picture {
  padding-top: 5em;
}
#top-about-area .inner .txt-area {
  width: 90%;
  padding-top: 24em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
  align-items: center;
  gap: 7.5%;
  opacity: 0;
  order: 0;
}
#top-about-area .inner .txt-area h3 {
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 1.5em;
}
#top-about-area .inner .txt-area h3 img {
  width: 15em;
}
#top-about-area .inner .txt-area h3 span {
  font-size: 2em;
  font-weight: 700;
  color: #59CCC1;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 1em;
  display: inline-block;
  transform: translateY(0.1em);
}
#top-about-area .inner .txt-area h3 + p {
  margin-top: 5em;
}
#top-about-area .inner .txt-area p {
  text-align: left;
  line-height: 5;
}
#top-about-area .inner .txt-area p.detail-link {
  text-align: right;
  padding-top: 1.5em;
}
#top-about-area .inner .txt-area p.detail-link a img {
  height: 1em;
}
#top-about-area .inner .txt-area p.detail-link a img::after {
  width: 1.15em;
  height: 1em;
}
#top-about-area .inner .txt-area.animation {
  animation: blur 1s ease forwards;
  animation-delay: 0.5s;
}

#top-unit-area {
  position: relative;
  z-index: 8;
}
#top-unit-area::before {
  width: 100%;
  height: calc(100% + 55em);
  display: block;
  position: absolute;
  top: -55em;
  left: 0;
  z-index: 10;
  background-image: url(../img/contents/top/bg_unit.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}
#top-unit-area::after {
  width: 48.7vw;
  height: 35vw;
  display: block;
  position: absolute;
  top: 0;
  right: 5vw;
  z-index: 11;
  background-image: url(../img/contents/top/light.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  animation: top-unit-light01 35s ease infinite;
  content: "";
}
#top-unit-area .inner {
  text-align: left;
  margin: 15em 0 0 0;
  padding-bottom: 10em;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 1960px) {
  #top-unit-area .inner {
    max-width: 1940px;
    margin-right: auto;
    margin-left: auto;
  }
}
#top-unit-area .inner h2 {
  height: 9.3em;
  position: absolute;
  top: 0;
  left: -1em;
  z-index: 10;
}
#top-unit-area .inner h2 img {
  width: auto;
  max-width: initial;
  height: 100%;
}
#top-unit-area .inner ul.top-unit-ul {
  padding: 5em 5% 5em 24.2%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  position: relative;
  z-index: 15;
}
#top-unit-area .inner ul.top-unit-ul::after {
  width: 48.7vw;
  height: 35vw;
  display: block;
  position: absolute;
  bottom: -28vw;
  right: 30vw;
  z-index: 11;
  background-image: url(../img/contents/top/light.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  animation: top-unit-light01 45s ease infinite;
  pointer-events: none;
  content: "";
}
#top-unit-area .inner ul.top-unit-ul li {
  width: 33.3333333333%;
  padding: 2em 1.5em 1.5em 1.5em;
  margin-bottom: 2em;
}
#top-unit-area .inner ul.top-unit-ul li a {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
}
#top-unit-area .inner ul.top-unit-ul li a:has(dl) {
  height: 15em;
  border-radius: 15px;
}
#top-unit-area .inner ul.top-unit-ul li a dl {
  width: 100%;
  height: 100%;
  padding: 1.5em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 15;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s ease-out;
}
#top-unit-area .inner ul.top-unit-ul li a dl dt {
  text-align: center;
}
#top-unit-area .inner ul.top-unit-ul li a dl dd {
  font-size: 0.9em;
  letter-spacing: 0;
  padding: 1em;
}
#top-unit-area .inner ul.top-unit-ul li a dl dd p {
  color: #fff;
}
#top-unit-area .inner ul.top-unit-ul li a picture {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
#top-unit-area .inner ul.top-unit-ul li a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-unit-area .inner ul.top-unit-ul li a:hover {
  opacity: 1;
}
#top-unit-area .inner ul.top-unit-ul li a:hover dl {
  bottom: 0;
  opacity: 1;
  transition: 0.3s ease-out;
}
#top-unit-area .inner ul.top-unit-ul li a:hover + p.detail-link a {
  background: #E0608F;
  box-shadow: 2px 4px 5px #EE93C1;
}
#top-unit-area .inner ul.top-unit-ul li a:hover + p.detail-link a span {
  padding: 0;
}
#top-unit-area .inner ul.top-unit-ul li a:hover + p.detail-link a span::before, #top-unit-area .inner ul.top-unit-ul li a:hover + p.detail-link a span::after {
  display: none;
}
#top-unit-area .inner ul.top-unit-ul li p.detail-link a span {
  padding: 0;
  position: relative;
  z-index: 10;
  background: none;
  box-shadow: none;
}
#top-unit-area .inner ul.top-unit-ul li p.detail-link a span::before, #top-unit-area .inner ul.top-unit-ul li p.detail-link a span::after {
  display: none;
}
#top-unit-area .inner ul.top-unit-ul li.honeybunny a dl dt img {
  width: 45%;
}
#top-unit-area .inner ul.top-unit-ul li.tenneko a dl dt img {
  width: 50%;
}
#top-unit-area .inner ul.top-unit-ul li.aqa a dl dt img {
  width: 50%;
}
#top-unit-area .inner ul.top-unit-ul li.orion a dl dt img {
  width: 50%;
}
#top-unit-area .inner ul.top-unit-ul li p.detail-link {
  padding: 2em 1em 0;
}
#top-unit-area .inner ul.top-unit-ul li p.detail-link a {
  font-size: 0.9em;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  padding: 0.75em 0;
  display: inline-block;
  background: #59CCC1;
  box-shadow: 2px 4px 5px #9AE0D9;
  border-radius: 1.5em;
  transition: 0.3s ease-out;
}
#top-unit-area .inner ul.top-unit-ul li p.detail-link a::after {
  display: none;
}
#top-unit-area .inner ul.top-unit-ul li p.detail-link a:hover {
  text-decoration: none;
  background: #E0608F;
  box-shadow: 2px 4px 5px #EE93C1;
  transition: 0.3s ease-out;
}
#top-unit-area .inner #entry-area h2 {
  position: static;
}
#top-unit-area .inner #entry-area h2 img {
  height: 4em;
}

@keyframes top-unit-light01 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: scale(1.1);
  }
  20% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  25% {
    opacity: 0.8;
    transform: scale(1);
  }
  30% {
    opacity: 0.2;
    transform: scale(0.7);
  }
  35% {
    opacity: 0.8;
    transform: scale(0.9);
  }
  40% {
    opacity: 0;
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
}
/* ベース：非アクティブは丸ドット */
.splide__pagination {
  bottom: -13em !important;
}
.splide__pagination .splide__pagination__page {
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background-color: #59CCC1;
  margin: 0 10px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: transform 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
}
.splide__pagination .splide__pagination__page.is-active {
  width: 10px;
  height: 10px;
  background-color: transparent;
  background: transparent url("../img/icon/splide__pagination_a.svg") no-repeat top center/contain;
}

@media screen and (max-width: 767px) {
  #mainimg-area {
    padding-top: 8em;
    padding-bottom: 3em;
  }
  #mainimg-area #mainimg-slide-area::before {
    width: 10vw;
    height: 10vw;
  }
  #mainimg-area #mainimg-slide-area::after {
    width: 12.5vw;
    height: 12.5vw;
  }
  #mainimg-area #mainimg-slide-area .splide__slide {
    padding: 0 !important;
  }
  #mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-direction: column;
  }
  #mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner img.bg-target {
    margin-right: 0;
    margin-left: 0;
  }
  #mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area {
    width: 100%;
    padding: 3em 2.5% 5em 2.5%;
    position: static;
    background-position: top -3em center;
    animation: scale01-mb 5s infinite;
    order: 1;
  }
  #mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area + img {
    order: 0;
  }
  #mainimg-area #mainimg-slide-area .splide__slide .mainimg-inner .txt-area p {
    font-size: 1.1em;
  }
  #mainimg-area #mainimg-slide-area .splide__arrow {
    font-size: 0.7em;
    top: 20%;
    border: solid 3px #59CCC1;
  }
  #mainimg-area #mainimg-slide-area .splide__arrow svg {
    fill: #59CCC1;
  }
  #mainimg-area #mainimg-slide-area .splide__arrow.splide__arrow--next {
    right: 2.5%;
  }
  #mainimg-area #mainimg-slide-area .splide__arrow.splide__arrow--prev {
    left: 2.5%;
  }
  #mainimg-area #mainimg-slide-area #control-area {
    display: none;
  }
  .splide__pagination {
    bottom: 1.5em !important;
  }
  @keyframes scale01-mb {
    0% {
      background-size: 135% 90vw;
    }
    50% {
      background-size: 145% 100vw;
    }
    100% {
      background-size: 135% 90vw;
    }
  }
  #top-about-area .inner {
    flex-direction: column;
  }
  #top-about-area .inner .top-about-headline-area {
    width: 100%;
    max-width: 100%;
  }
  #top-about-area .inner .top-about-headline-area h2 {
    height: 5em;
  }
  #top-about-area .inner .top-about-headline-area picture {
    width: 60%;
    padding-top: 3em;
  }
  #top-about-area .inner .top-about-headline-area picture img {
    width: 100%;
  }
  #top-about-area .inner .top-about-headline-area {
    order: 0;
  }
  #top-about-area .inner .txt-area {
    width: 100%;
    max-width: 100%;
    padding-top: 6em;
    flex-direction: column;
    order: 1;
  }
  #top-about-area .inner .txt-area h3 {
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    justify-content: space-between;
    align-items: center;
  }
  #top-about-area .inner .txt-area h3 img {
    width: 13em;
  }
  #top-about-area .inner .txt-area h3 + p {
    margin-top: 2em;
  }
  #top-about-area .inner .txt-area p {
    line-height: 3;
  }
  #top-about-area .inner .txt-area p.detail-link {
    line-height: 1;
  }
  #top-about-area .inner .txt-area p br {
    display: none;
  }
  #top-unit-area .inner h2 {
    left: -0.25em;
  }
  #top-unit-area .inner h2 img {
    height: 5em;
  }
  #top-unit-area .inner ul.top-unit-ul {
    padding: 2em 2.5% 2em 7.5%;
    justify-content: flex-end;
  }
  #top-unit-area .inner ul.top-unit-ul li {
    width: 80%;
    padding: 1.5em 0.5em 0.5em 0.5em;
  }
  #top-unit-area .inner ul.top-unit-ul li a dl {
    padding: 1em 0.5em;
  }
  #top-unit-area .inner ul.top-unit-ul li p.detail-link {
    padding-top: 1em;
  }
}/*# sourceMappingURL=top.css.map */