@charset "utf-8";
.invisible-style{
  display: none!important;
}

html {
  word-break: auto-phrase;
}


body{
  font-family: "Zen Old Mincho", serif;
  color: #000;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
      background-image: url(https://kisatosandworld.com/system_panel/uploads/images/bg_1.png);
    background-size: contain;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}


img {
  max-width: 100%;
  display: block;
  width: 100%;
}

p,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


/* 共通パーツ */
.inner {
  max-width: 1920px!important;
  margin: 0 auto;
}

/* パンくずリスト　*/
.pg-breadcrumb {
  margin-top: 16px;
      display: flex;
    align-items: center;
    column-gap: 0.5em;
  max-width: 1920px!important;
}
.breadcrumb__text {
    font-weight: 500;
  color: #fff;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}
.breadcrumb__text--black {
  color: #000;
}

/* pcとspの文字切り替え */
.sp-content {
  display: none;
}
@media (max-width: 767px) {
    .pc-content {
    display: none;
  }
  .sp-content {
    display: block;
  }
}

/* 縦書き */
.vertical {
  width: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}

/* pg__fv */
.pg__fv {
      padding-top: clamp(3rem, -0.429rem + 5.36vw, 6rem);
    padding-bottom: clamp(5rem, 2.143rem + 4.46vw, 7.5rem);
    background-size: cover;
    background-repeat: no-repeat;
  background-position: center;
}
.pg-fv__inner {
  padding: 0 clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.pg-fv__title {
      font-size: clamp(2rem, 1.333rem + 1.39vw, 3rem);
    font-weight: 900;
    color: #fff;
    margin-top: clamp(3.125rem, 1.375rem + 3.65vw, 5.75rem);
}
@media (max-width: 1023px) {
  .pg__fv {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pg__fv {
        padding-top: 55px;
    padding-bottom: 84px;
  }
}
@media (max-width: 389px) {
  .pg-fv__title {
    font-size: 28px;
  }
}
   
/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay:2s;
}
.anime6 {
  animation-delay: 2.5s;
}
.anime7 {
  animation-delay: 3s;
}
.anime8 {
  animation-delay: 3.5s;
}
.anime9 {
  animation-delay: 4s;
}
.anime10 {
  animation-delay: 4.5s;
}
.anime11 {
  animation-delay: 5s;
}
.anime12 {
  animation-delay: 5.5s;
}
.anime13 {
  animation-delay: 6s;
}
.anime14 {
  animation-delay: 6.5s;
}

.fade-blur {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(40px) scale(1.03);

  transition:
    opacity 1.8s ease,
    filter 2.2s ease,
    transform 2.2s ease;
}
.fade-blur.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
#wrapper .fade-blur,
.is-editor .fade-blur,
.edit-mode .fade-blur {
  opacity: 1;
  filter: blur(0);
  transform: none;
}
.delay-1 {
  transition-delay: .4s;
}
.delay-2 {
  transition-delay: .8s;
}
.delay-3 {
  transition-delay: 1.2s;
}
.delay-4 {
  transition-delay: 1.6s;
}