@charset "UTF-8";
/* _g3/assets/_scss/overwrite/_vk-components.scss の上書き */
@media (min-width: 576px) {
  .main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_title, .entry-body > .vk_posts > .vk_post-col-sm-12 .vk_post_title {
    font-size: 1rem;
  }
  .main-section > .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt, .entry-body > .vk_posts > .vk_post-col-sm-12 .vk_post_excerpt {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .main-section > .vk_posts > .vk_post-col-md-12 .vk_post_title, .entry-body > .vk_posts > .vk_post-col-md-12 .vk_post_title {
    font-size: 1.125rem;
  }
  .main-section > .vk_posts > .vk_post-col-md-12 .vk_post_excerpt, .entry-body > .vk_posts > .vk_post-col-md-12 .vk_post_excerpt {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title, .entry-body > .vk_posts > .vk_post-col-lg-12 .vk_post_title {
    font-size: 1.125rem;
  }
  .main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_excerpt, .entry-body > .vk_posts > .vk_post-col-lg-12 .vk_post_excerpt {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .main-section > .vk_posts > .vk_post-col-xl-12 .vk_post_title, .entry-body > .vk_posts > .vk_post-col-xl-12 .vk_post_title {
    font-size: 1.3125rem;
  }
  .main-section > .vk_posts > .vk_post-col-xl-12 .vk_post_excerpt, .entry-body > .vk_posts > .vk_post-col-xl-12 .vk_post_excerpt {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .main-section > .vk_posts > .vk_post-col-xxl-12 .vk_post_title, .entry-body > .vk_posts > .vk_post-col-xxl-12 .vk_post_title {
    font-size: 1.625rem;
  }
  .main-section > .vk_posts > .vk_post-col-xxl-12 .vk_post_excerpt, .entry-body > .vk_posts > .vk_post-col-xxl-12 .vk_post_excerpt {
    font-size: 0.875rem;
  }
}
/* all*/
.site-body {
  padding-top: 2rem;
  padding-bottom: 0;
  background-color: var(--color__bgcolor);
}
@media (min-width: 768px) {
  .site-body {
    padding-top: 12rem;
  }
}
section {
  margin: 5rem auto 10rem;
}
h2 {
  font-size: 3.75rem;
  font-family: var(--font-family-gabarito);
  color: var(--color__midashi-color-oposit);
  font-weight: 500;
  text-align: center;
  line-height: 110%;
  margin: 1rem auto 2rem;
  letter-spacing: 1px;
}
h2 > span {
  font-size: 0.8rem;
  color: var(--color__lightblue);
  display: block;
  line-height: 160%;
  letter-spacing: 0;
  font-weight: 500;
}
h2:before {
  display: block;
  content: "";
  width: 60px;
  background-color: var(--color__lightblue);
  height: 3px;
  margin: 0.8rem auto;
}
@media (min-width: 768px) {
  section {
    margin: 8rem auto;
  }
  h2 {
    margin: 3.6rem auto;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  section {
    margin: 0 auto 12rem;
  }
  h2 {
    margin: 5rem auto 3rem;
    letter-spacing: 1px;
  }
}
/* newslist*/
.container:has(.all-news-lists) {
  max-width: 100%;
}
.all-news-lists article .entry-list {
  display: block;
  border-bottom: var(--border-lightblue-thin);
  padding: 1rem 0;
}
.posted-on {
  min-width: 5.5em;
  white-space: nowrap;
  display: inline-block;
  margin-right: 0.25rem;
}
a.post-type-label {
  display: inline-block;
  background-color: var(--cat-color);
  padding: 0.2em 1em;
  min-width: 10em;
  text-align: center;
  color: var(--color__bgcolor);
  font-size: 0.75rem;
  margin-right: 1.5rem;
  transition: all 0.2s linear;
  border-radius: 1rem;
}
a.post-type-label:hover {
  filter: brightness(1.3);
}
.entry-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.entry-title a {
  color: var(--vk-text-color);
  font-size: 0.9375rem;
}
.entry-title a:hover {
  color: var(--vk-color-primary);
}
@media (min-width: 768px) {
  .container:has(.all-news-lists) {
    max-width: 960px;
  }
  .all-news-lists article .entry-list {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-wrap: wrap;
    padding: 1.5rem 0;
  }
  .posted-on {
    min-width: 6em;
    margin-right: 1rem;
  }
  a.posted-category {
    min-width: 12em;
    font-size: 0.8rem;
  }
  .entry-title {
    margin: 0;
    flex: 1;
  }
}
/* view more*/
a.loadmore {
  color: var(vk-color-text-light);
  text-align: right;
  font-size: 0.8125rem;
}
a.loadmore {
  display: block;
  margin: 0 0 0 auto;
  border: none;
  background-color: transparent;
  height: auto;
  padding: 0;
  color: var(--vk-color-text-light);
  margin-top: 3rem;
  position: relative;
  transition: all 0.2s linear;
  font-size: 0.8rem;
  font-family: Avenir, Arial, Helvetica, sans-serif;
  padding-right: 80px;
  transition: all 0.2s linear;
}
a.loadmore:hover {
  cursor: pointer;
}
a.loadmore:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: var(--vk-color-primary-dark);
  background-image: url(../images/arrow_r.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: calc(-50% - 1rem);
  right: 0;
  transition: all 0.2s linear;
}
a.loadmore:hover::after {
  background-color: var(--vk-color-primary);
  transform: translateX(5px);
}
body.suisan-color-blue a.loadmore:after {
  background-image: url(../images/arrow_r__blue.svg);
}
body.suisan-color-blue a.loadmore:hover:after {
  background-color: var(--vk-color-hovercolor);
}
body.suisan-color-dark a.loadmore:after {
  background-image: url(../images/arrow_r__dark.svg);
}
body.suisan-color-dark a.loadmore:hover:after {
  background-color: var(--vk-color-hovercolor);
}
@media (max-width: 767.98px) {
  a.loadmore {
    padding-right: 66px;
    margin-top: 2.25rem;
  }
  a.loadmore:after {
    content: "";
    display: inline-block;
    width: 56px;
    height: 56px;
    top: -34px;
    margin-top: 1rem;
  }
}
/* map */
.member-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.japanmap-container {
  width: 100%;
}
.japanmap-lead {
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: 400;
  color: var(vk-color-primary-dark-two);
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .japanmap-lead {
    font-size: 1.25rem;
    line-height: 180%;
  }
}
.fig_japanmap {
  position: relative;
  margin: 0 auto;
  width: 95%;
}
.btn-container.btn-r {
  width: 96%;
  text-align: center;
  margin: 0 auto;
}
.btn-container.btn-c {
  width: 96%;
  text-align: center;
  margin: 0 auto;
}
.members-slider-container {
  margin: 4rem auto 3rem;
}
@media (min-width: 768px) {
  .members-slider-container {
    margin: 3rem auto 2rem;
  }
  .member-container {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .japanmap-container {
    width: 100%;
  }
  .fig_japanmap {
    position: relative;
    top: -100px;
    margin: 0 auto -200px auto;
    right: 0%;
    width: 90%;
    max-width: 840px;
    min-width: 400px;
  }
  .fig_japanmap img {
    width: 100%;
  }
  .japanmap-lead {
    position: absolute;
    top: 1rem;
    left: 0;
    font-size: clamp(1.4rem, 2.62vw, 1.625rem);
    line-height: 180%;
    font-weight: 400;
    color: var(vk-color-primary-dark-two);
    text-align: left;
  }
  .btn-container.btn-r {
    width: 100%;
    text-align: right;
  }
  .members-slider-container {
    max-width: 92%;
    margin: 6rem auto 3.5rem;
  }
}
@media (min-width: 992px) {
  .fig_japanmap {
    top: -150px;
    margin: 0 auto -320px auto;
  }
  .japanmap-lead {
    font-size: 1.625rem;
    letter-spacing: -0.5px;
  }
  .members-slider-container {
    margin-top: 10rem;
    margin-bottom: 4rem;
    max-width: 1200px;
  }
}
/* map slider */
.slick-slide.member-item {
  margin: 0 5px;
}
.member-name {
  font-size: 1.25rem;
  font-family: var(font-family-midashi);
  font-weight: 600;
  margin: 0.8rem 0 0.4rem;
  padding: 0 0.025rem;
}
.member-region {
  font-size: 74%;
}
.member-description {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--vk-text-color);
  line-height: 1.6;
  padding: 0 0.25rem;
}
.member-image {
  aspect-ratio: 1.5;
  object-fit: cover;
}
.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 0 0;
}
.slick-slider {
  position: relative;
}
.slick-arrow {
  z-index: 9999;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 9999;
  cursor: pointer;
  height: 24px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.slick-arrow:hover {
  filter: brightness(1.3);
}
.slick-arrow.prev-arrow {
  left: -25px;
  background-image: url(../images/arrow_slick_pre.svg);
}
.next-arrow.slick-arrow {
  right: -25px;
  background-image: url(../images/arrow_slick_next.svg);
}
/* イベント */
.events-lead {
  font-size: 1.625rem;
  line-height: 180%;
  font-weight: 400;
  color: var(vk-color-primary-dark-two);
  text-align: center;
  margin: 0 auto 0;
}
.events-container {
  margin-top: 3rem;
}
.events-slider-container {
  background-color: var(--color__bg_bluegray);
  width: 100%;
  padding: 36px 0;
  margin: 3rem auto;
}
.slick-slider {
  position: relative;
}
.slick-slide.event-item {
  margin: 0 8px;
}
.event-image {
  aspect-ratio: 1.5;
  object-fit: cover;
}
.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}
.event-meta {
  margin-top: 10px;
}
.event-meta > span {
  background-color: #23c4b7;
  color: var(--color__text-white);
  padding: 0.4em 0.8em;
  font-size: 0.7rem;
  display: inline-block;
  margin-right: 5px;
}
body.suisan-color-blue .event-meta > span, body.suisan-color-dark .event-meta > span {
  background-color: var(--vk-color-primary);
}
.event-name {
  font-size: 1.25rem;
  font-family: var(font-family-midashi);
  font-weight: 600;
  margin: 5px 0 12px;
  padding: 0;
  line-height: 140%;
}
.event-description {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--vk-text-color);
  line-height: 1.6;
  padding: 0;
  min-height: 3rem;
}
.event-item-content {
  min-height: 390px;
  overflow: hidden;
}
.event-date {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--vk-text-color);
  border-top: solid 1px var(--vk-color-border);
  margin-top: 10px;
  padding-top: 5px;
  text-align: left;
}
.event-date > .icon-clock {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 2px;
  margin-right: 5px;
  fill: #bababa;
}
body.suisan-color-blue .event-date > .icon-clock, body.suisan-color-dark .event-date > .icon-clock {
  fill: white;
}
.slick-arrow {
  z-index: 9999;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 24px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.events-slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -90px;
  z-index: 9999;
}
.slick-arrow:hover {
  filter: brightness(1.3);
}
.slick-arrow.prev-arrow {
  background-image: url(../images/arrow_slick_pre.svg);
}
.slick-arrow.next-arrow {
  background-image: url(../images/arrow_slick_next.svg);
}
body.suisan-color-blue .slick-arrow.prev-arrow {
  background-image: url(../images/arrow_slick_pre_blue.svg);
}
body.suisan-color-blue .slick-arrow.next-arrow {
  background-image: url(../images/arrow_slick_next_blue.svg);
}
body.suisan-color-dark .slick-arrow.prev-arrow {
  background-image: url(../images/arrow_slick_pre_dark.svg);
}
body.suisan-color-dark .slick-arrow.next-arrow {
  background-image: url(../images/arrow_slick_next_dark.svg);
}
.events-slider-container .slick-arrow.prev-arrow {
  left: 25px;
}
.events-slider-container .slick-arrow.next-arrow {
  right: 25px;
}
@media (max-width: 767.98px) {
  .events-lead {
    font-size: 1.25rem;
    line-height: 160%;
  }
  .events-container {
    margin-top: 0rem;
  }
  .events-slider-container {
    background-color: var(--color__bg_bluegray);
    padding: 30px 0;
    margin: 2rem auto;
  }
  .events-slider-container .slick-arrow.prev-arrow {
    display: none !important;
  }
  .events-slider-container .slick-arrow.next-arrow {
    display: none !important;
  }
}
/* contact */
section#contact {
  background-color: #2fafe0;
  padding: 1rem 0 6rem;
  position: relative;
  margin-top: 14rem;
  margin-bottom: 0;
}
section#contact:before {
  width: 100%;
  height: 30px;
  content: "";
  display: block;
  background-color: transparent;
  background-image: url(../images/bg_wave.svg);
  background-repeat: repeat-x;
  background-size: auto 30px;
  position: absolute;
  top: -29px;
}
body.suisan-color-blue section#contact {
  background-color: #0007c2;
}
body.suisan-color-blue section#contact:before {
  background-image: url(../images/bg_wave_blue.svg);
}
body.suisan-color-dark section#contact {
  background-color: #444;
}
body.suisan-color-dark section#contact:before {
  background-image: url(../images/bg_wave_dark.svg);
}
section#contact h2 {
  margin: 3rem auto 3rem;
}
section#contact h2, section#contact h2 span {
  color: white;
}
section#contact h2:before {
  background-color: white;
}
/* 最初の画面〜次の画面まで */
.first-view-container {
  width: 100%;
  height: 250vh;
  position: relative;
  margin-top: 0 !important;
}
.first-view-content {
  position: relative;
  width: 100%;
}
.screen {
  width: 100%;
  position: relative;
}
.screen-one {
  position: relative;
  z-index: 19;
  height: 100vh;
  top: 0;
  left: 0;
}
.screen-two {
  position: relative;
  z-index: 20;
  height: 100vh;
  top: 0;
  left: 0;
}
.screen-one-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.screen-two-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.first-view-wrapper {
  text-align: center;
  margin-top: -60px;
}
.first-view-wrapper .site-name {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  font-family: var(--font-family-midashi);
  margin-top: 100px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
}
@media (max-width: 767.98px) {
  .first-view-wrapper .site-name {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.second-view-contents {
  width: 80%;
  max-width: 1100px;
  margin: -3rem auto 0;
  position: relative;
}
/* 最初の画面のメインslider */
.toppage-slider {
  position: fixed;
}
.toppage-slider .swiper-pagination, .toppage-slider .ltg-slide-button-next, .toppage-slider .ltg-slide-button-prev, .toppage-slider .swiper-notification {
  display: none;
}
.wp-block-gallery.toppage-gallery {
  overflow: hidden;
}
.wp-block-gallery.toppage-gallery .blocks-gallery-item {
  float: none;
}
.toppage-slider, .wp-block-gallery.toppage-gallery, .toppage-gallery .slick-track {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.wp-block-gallery.toppage-gallery .slick-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
}
/*　キャッチコピーエリア　*/
.vertical-lead {
  position: absolute;
  right: 3rem;
  margin-top: -6rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 3rem;
  font-family: var(--font-family-midashi);
  font-weight: 600;
  color: white;
  font-size: 3.375rem;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.holizontal-lead {
  font-size: 1.125rem;
  color: white;
  line-height: 240%;
  font-weight: 500;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
div.go-about {
  margin-top: 10rem;
}
div.go-about a {
  color: white;
  font-weight: 300;
}
.b-btn_more {
  display: inline-block;
  color: var(--vk-color-text-light);
  position: relative;
  font-size: 1rem;
  padding-right: 65px;
  transition: all 0.2s linear;
}
.b-btn_more:hover {
  cursor: pointer;
}
.b-btn_more:after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: var(--vk-color-primary-dark);
  background-image: url(../images/arrow_r.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: calc(-50% - 0.25rem);
  right: 0;
  transition: all 0.2s linear;
}
.b-btn_more:hover::after {
  background-color: var(--vk-color-primary);
  transform: translateX(5px);
}
body.suisan-color-blue .b-btn_more:after {
  background-image: url(../images/arrow_r__blue.svg);
}
body.suisan-color-blue .b-btn_more:hover::after {
  background-color: var(--vk-color-hovercolor);
}
body.suisan-color-dark .b-btn_more:after {
  background-image: url(../images/arrow_r__dark.svg);
}
body.suisan-color-dark .b-btn_more:hover::after {
  background-color: var(--vk-color-hovercolor);
}
@media (max-width: 991.98px) {
  .second-view-contents {
    display: block;
    width: 96%;
    max-width: 100%;
    margin: 0rem auto;
    position: relative;
    text-align: center;
  }
  .vertical-lead {
    position: relative;
    writing-mode: horizontal-tb;
    font-size: 2.25rem;
    text-align: center;
    right: 0;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .holizontal-lead {
    text-align: center;
  }
}
a.btn_top-contact {
  display: block;
  background-color: var(--color__bgcolor);
  background-image: url(../images/btn_top-contact.svg);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  transition: all 0.25s linear;
}
a.btn_top-contact:hover {
  background-color: #e8edfa;
  transform: scale(1.1);
}
body.suisan-color-blue a.btn_top-contact, body.suisan-color-dark a.btn_top-contact {
  background-image: url(../images/btn_top-contact_w.svg);
}
body.suisan-color-blue a.btn_top-contact:hover, body.suisan-color-dark a.btn_top-contact:hover {
  background-color: var(--color__bgcolor);
}
.btn_top-contact-wrapper {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 60px;
  right: 70px;
  animation: bounce 2s infinite ease-in-out;
}
@keyframes bounce {
  0%, 80% {
    transform: translateY(0px);
    /* 初期位置 */
  }
  40% {
    transform: translateY(-20px);
    /* 上に移動 */
  }
}
@media (max-width: 767.98px) {
  .btn_top-contact-wrapper {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
}
/* ファーストビュー・トップスライダーアニメーション */
.logo_onSlider img {
  width: 200px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}
.logo_onSlider, .site-name {
  opacity: 0;
}
.logo_onSlider.is-animation-fadeup {
  animation: fadeup 1s forwards ease-in-out;
}
.site-name.is-animation-fadeup {
  animation: fadeup 1s forwards ease-in-out;
  animation-delay: 0.5s;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.no_scroll {
  overflow-y: hidden !important;
  height: 100vh;
}
/* オープニング　ロゴダンス */
/* fadein */
.intro-animation {
  z-index: 2000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-animation-logo {
  margin-top: -5vh;
}
.logodance {
  --logodance-delay: 1.0s;
}
.logodance .logodance_item01 {
  opacity: 0;
  animation: logodance-item-fadeup 1s forwards ease-in-out;
  animation-delay: calc(0s + var(--logodance-delay));
}
.logodance .logodance_item02 {
  opacity: 0;
  animation: logodance-item-fadeup 1s forwards ease-in-out;
  animation-delay: calc(0.2s + var(--logodance-delay));
}
.logodance .logodance_item03 {
  opacity: 0;
  animation: logodance-item-fadeup 1s forwards ease-in-out;
  animation-delay: calc(0.4s + var(--logodance-delay));
}
.logodance .logodance_item04 {
  opacity: 0;
  animation: logodance-item-fadeup 1s forwards ease-in-out;
  animation-delay: calc(0.6s + var(--logodance-delay));
}
.logodance .logodance_item05 {
  opacity: 0;
  animation: logodance-item-fadeup 1s forwards ease-in-out;
  animation-delay: calc(0.8s + var(--logodance-delay));
}
@keyframes logodance-item-fadeup {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.logodance {
  animation: logodance-fadeout 3s forwards ease-in-out;
  animation-delay: var(--logodance-delay);
}
@keyframes logodance-fadeout {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.intro-animation-logo {
  width: 200px;
  height: 157px;
}
intro-animation-logo svg {
  width: 100%;
}
/* wipeout */
.intro-animation.is-animation-goout {
  animation: wipeout 2s forwards ease-in-out;
}
@keyframes wipeout {
  50% {
    transform: translateX(0);
    /* 初期位置 */
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100vw);
    opacity: 0;
  }
}
/*　crossing */
.crossing {
  display: block;
  width: calc(100vw);
  height: 100vh;
}
.intermidiate {
  position: absolute;
  font-size: 5em;
  padding: auto;
  height: 100vh;
  width: 100%;
  /* background-color:white; */
}
.intermidiate-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.slider {
  display: block;
  width: calc(100vw / 6);
  height: 300vh;
  background-color: var(--color__slidein);
  position: absolute;
  z-index: 300;
}
.crossing.slidingIn .slider {
  animation-name: slidingIn;
  animation-duration: 250ms;
  animation-timing-function: ease-in;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.crossing.slidingOut .slider {
  animation-name: slidingOut;
  animation-duration: 250ms;
  animation-timing-function: ease-in;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.crossing.windback {
  display: none;
}
.sl1 {
  left: calc(100vw / 6 * 0);
  background-color: var(--color__slidein);
  animation-delay: 0ms;
}
.sl2 {
  left: calc(100vw / 6 * 1);
  background-color: var(--color__slidein);
  animation-delay: 100ms;
}
.sl3 {
  left: calc(100vw / 6 * 2);
  background-color: var(--color__slidein);
  animation-delay: 200ms;
}
.sl4 {
  left: calc(100vw / 6 * 3);
  background-color: var(--color__slidein);
  animation-delay: 300ms;
}
.sl5 {
  left: calc(100vw / 6 * 4);
  background-color: var(--color__slidein);
  animation-delay: 400ms;
}
.sl6 {
  left: calc(100vw / 6 * 5);
  background-color: var(--color__slidein);
  animation-delay: 500ms;
}
@keyframes slidingIn {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}
@keyframes slidingOut {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(-200vh);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fsuisankyo.org%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Flightning-child%2Fsuisan_assets%2Fscss%2Ftoppage.scss%22%2C%22wp-content%2Fthemes%2Flightning-child%2Fsuisan_assets%2Fscss%2Fstyle-reseter.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACYQ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADjEZ%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FEJ%3BAAyFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjKA%3BAAyKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjPJ%3BAA8PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjXJ%3BAA0XA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAzbA%3BAAicA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA1nBJ%3BAAsoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAA7qBA%3BAAorBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxvBA%3BAAgwBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxxBA%3BAAiyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAv7BJ%3BAAk8BA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAA%2F9BF%3BAAAA%3BAAy%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA%2FjCA%3BAAqkCA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhlCJ%3BAA0lCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */