@charset "utf-8";
#root {
  overflow: hidden;
}
.top-fv {
    position: relative;
    overflow: hidden;
}
.video__container {
  position: relative;
}
.t-video video {
      width: 100%;
    height: 100%;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1920/933;
}
/*.t-video img {
      width: 100%;
    height: 100%;
  position: relative;
  object-fit: contain;
}*/
.t-video {
  position: relative;
}
.t-video::after {
  content: "";
  background: url(https://kisatosandworld.com/system_panel/uploads/images/t-fv-mask.png);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.top-fv__container {
      position: absolute;
    z-index: 5;
    top: clamp(10rem, 4.542rem + 11.37vw, 18.188rem);
    left: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.top-fv__sub {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 900;
    color: #fff;
}
.pg-fv__title {
       width: clamp(20.188rem, 5.646rem + 30.3vw, 42rem);
    margin-top: clamp(0rem, -0.458rem + 0.95vw, 0.688rem);
}

.t-gallery {
  padding-top: 65px;
}
.t-gallery__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
  position: relative;
}
.t-gallery__bg {
      position: absolute;
    object-fit: cover;
    bottom: 0;
    left: 0;
  z-index: -1;
}
.t-gallery__top {
      display: flex;
    column-gap: clamp(1.25rem, -5.25rem + 13.54vw, 11rem);
}
.t-gallery__left {
  width: 58%;
}
.t-gallery-left__title {
      font-size: 20px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.t-gallery-left__text {
      margin-top: 10px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.t-gallery__left iframe {
  margin-top: 20px;
        width: 100%;
    height: auto;
    aspect-ratio: 673/438;
    object-fit: contain;
}
.t-gallery__right {
      width: 42%;
    display: flex;
    flex-direction: row-reverse;
    column-gap: clamp(1.25rem, -2.5rem + 7.81vw, 6.875rem);
  height: fit-content;
}
.t-gallery-right__1 {
      display: flex;
    flex-direction: column;
    row-gap: clamp(0.5rem, -0.375rem + 1.82vw, 1.813rem);
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 900;
    letter-spacing: 0.2em;
  height: fit-content;
}
.t-gallery__text2 {
  margin-top: 5em;
}
.t-gallery-right__2 {
      width: clamp(11.313rem, 7.229rem + 8.51vw, 17.438rem);
    object-fit: contain;
    height: auto;
    margin-top: 80px;
}


.t-gallery__items {
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.25rem, -0.25rem + 3.13vw, 3.5rem);
}
.t-gallery-item__title {
      font-size: 18px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.t-gallery-item__text {
      margin-top: 6px;
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}
.t-gallery-item__video {
      margin-top: 20px;
    width: 100%;
    aspect-ratio: 411/260;
    object-fit: contain;
}

.slider {
      padding-top: 64px;
    padding-bottom: clamp(10.938rem, 6.229rem + 9.81vw, 18rem);
    position: relative;
}
.swiper {
    position: relative;
    z-index: 100;
  width: 100vw;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide img {
  height: auto;
  width: 100%;
    aspect-ratio: 387/239;
    object-fit: cover;
}

.view__btn {
        position: absolute;
    bottom: clamp(5rem, 1.667rem + 6.94vw, 10rem);
    z-index: 200;
    width: 100%;
    display: flex;
    justify-content: center;
}
.view-btn {
        position: relative;
    width: clamp(8.063rem, 2.896rem + 10.76vw, 15.813rem);
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    padding-top: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
    justify-content: center;
    text-decoration: none;
    background-image: url("https://kisatosandworld.com/system_panel/uploads/images/orange-btn-bg.png");
    background-size: cover;
    background-position: center;
}
/* テキスト */
.view-btn__text {
      position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(1.063rem, 0.396rem + 1.39vw, 2.063rem);
    line-height: 1.5;
    font-weight: 900;
    text-align: center;
    font-family: serif;
    letter-spacing: 0.08em;
}
/* 線 */
.view-btn__line {
        position: absolute;
    left: 50%;
        width: clamp(3.75rem, 2.167rem + 3.3vw, 6.125rem);
    bottom: clamp(2.375rem, 0.5rem + 3.91vw, 5.188rem);
    transform: translateX(-50%);
    height: 1px;
    background: rgba(255,255,255,0.9);
    z-index: 2;
}
/* 点 */
.view-btn__glow {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
      width: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
    height: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
  border-radius: 50%;
  background: #fff;
  filter: blur(1px);
  transition:
    left 0.9s cubic-bezier(.65,.05,.36,1),
    width 0.9s ease,
    height 0.9s ease,
    background 0.9s ease;
}
/* ホバー */
.view-btn:hover .view-btn__glow {
  left: calc(100% - 14px);
  background: radial-gradient(
    circle,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.9) 25%,
    rgba(255,255,255,0.45) 55%,
    rgba(255,255,255,0.12) 80%,
    rgba(255,255,255,0) 100%
  );
  filter: blur(2px);
}

.t-profile__inner {
      padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    position: relative;
    padding-bottom: clamp(6.25rem, 2.083rem + 8.68vw, 12.5rem);
  overflow: hidden;
}
.t-profile__bg {
      position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    object-fit: cover;
}
.t-profile__container {
      display: flex;
    column-gap: clamp(1.25rem, 2.6vw, 3.125rem);
}
.t-profile__left {
  width: 38%;
}
.t-profile__img {
      aspect-ratio: 483/599;
    object-fit: cover;
    height: auto;
}
.t-profile__right {
      width: 62%;
    padding: 16px clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem) clamp(3rem, 2.667rem + 0.69vw, 3.5rem);
    background-image: url(https://kisatosandworld.com/system_panel/uploads/images/t-profile-bg.png);
    background-size: cover;
    background-position: center;
}
.t-profile__name {
      font-size: clamp(2.5rem, 1.292rem + 2.52vw, 4.313rem);
    font-weight: 700;
    color: #fff;
}
.t-profile__name span {
      color: #ffffff;
    font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
}
.t-profile__text {
      margin-top: 11px;
    color: #fff;
    line-height: 1.7;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.t-profile__history {
      margin-top: 20px;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.t-profile-history__text {
      margin-top: 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #fff;
}
.t-profile__btnBox {
      display: flex;
    column-gap: clamp(1rem, 0.167rem + 1.74vw, 2.25rem);
    margin-top: 40px;
    flex-wrap: wrap;
    row-gap: 16px;
}
.view-btn--2 {
       position: relative;
    overflow: hidden;
    display: flex;
    column-gap: clamp(0.813rem, -0.104rem + 1.91vw, 2.188rem);
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    padding: 16px 18px;
  width: fit-content;
}
/* テキスト */
.view-btn__text--2 {
       position: relative;
    z-index: 2;
    color: #000;
    font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    line-height: 1.5;
    font-weight: 900;
    text-align: center;
}
/* 線 */
.view-btn__line--2 {
        position: relative;
    width: clamp(4.375rem, 3.625rem + 1.56vw, 5.5rem);
    height: 1px;
    background: #000;
    z-index: 2;
}
/* 点 */
.view-btn__glow--2 {
      position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: clamp(0.938rem, 0.771rem + 0.35vw, 1.188rem);
    height: clamp(0.938rem, 0.771rem + 0.35vw, 1.188rem);
    border-radius: 50%;
    background: #000;
    filter: blur(1px);
    transition: left 0.9s cubic-bezier(.65,.05,.36,1),
    width 0.9s ease,
    height 0.9s ease,
    background 0.9s ease;
}
/* ホバー */
.view-btn--2:hover .view-btn__glow--2 {
  left: calc(100% - 14px);
  background: radial-gradient(
    circle,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.9) 25%,
    rgba(0,0,0,0.45) 55%,
    rgba(0,0,0,0.12) 80%,
    rgba(0,0,0,0) 100%
  );
  filter: blur(2px);
}

.t-service {
  padding-top: clamp(5rem, 0.833rem + 8.68vw, 11.25rem);
}
.t-service__inner {
      padding-left: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
    padding-right: clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.t-service__container {
      display: flex;
    column-gap: clamp(5rem, 1.583rem + 7.12vw, 10.125rem);
}
.t-service__left {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 67px;
}
.t-service__title {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 900;
    line-height: 1.7;
}
.t-service__title span {
      color: #000000;
    font-size: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
}
.view-btn--3 {
        position: relative;
    width: clamp(8.063rem, 2.896rem + 10.76vw, 15.813rem);
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    padding-top: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
    justify-content: center;
    text-decoration: none;
    background-image: url("https://kisatosandworld.com/system_panel/uploads/images/orange-btn-bg.png");
    background-size: cover;
    background-position: center;
}
/* テキスト */
.view-btn__text--3 {
      position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(1.063rem, 0.396rem + 1.39vw, 2.063rem);
    line-height: 1.5;
    font-weight: 900;
    text-align: center;
    font-family: serif;
    letter-spacing: 0.08em;
}
/* 線 */
.view-btn__line--3 {
        position: absolute;
    left: 50%;
        width: clamp(3.75rem, 2.167rem + 3.3vw, 6.125rem);
    bottom: clamp(2.375rem, 0.5rem + 3.91vw, 5.188rem);
    transform: translateX(-50%);
    height: 1px;
    background: rgba(255,255,255,0.9);
    z-index: 2;
}
/* 点 */
.view-btn__glow--3 {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
      width: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
    height: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
  border-radius: 50%;
  background: #fff;
  filter: blur(1px);
  transition:
    left 0.9s cubic-bezier(.65,.05,.36,1),
    width 0.9s ease,
    height 0.9s ease,
    background 0.9s ease;
}
/* ホバー */
.view-btn--3:hover .view-btn__glow--3 {
  left: calc(100% - 14px);
  background: radial-gradient(
    circle,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.9) 25%,
    rgba(255,255,255,0.45) 55%,
    rgba(255,255,255,0.12) 80%,
    rgba(255,255,255,0) 100%
  );
  filter: blur(2px);
}
.t-service__right {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(2rem, -0.417rem + 5.03vw, 5.625rem);
    row-gap: 65px;
}
.t-service__item {
  position: relative;
}
.t-service__deco {
      mix-blend-mode: multiply;
    position: absolute;
    z-index: -1;
    width: clamp(8.375rem, 5.75rem + 5.47vw, 12.313rem);
    left: -8%;
    top: -14%;
}
.t-service-item__title {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 700;
}
.t-service-item__content {
      padding-left: 10%;
    margin-top: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}
.t-service-item__img {
      width: 100%;
    aspect-ratio: 418/274;
    object-fit: cover;
}
.t-service-item__text {
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
      margin-top: 11px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.t-news {
  padding-top: clamp(5rem, 1.5rem + 7.29vw, 10.25rem);
}
.t-news__inner {
      padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    background-image: url(https://kisatosandworld.com/system_panel/uploads/images/t-news-bg.png);
}
.t-news__container {
  padding: clamp(3.125rem, 1.875rem + 2.6vw, 5rem) 0;
}
.t-news__title {
      width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}
.t-news__title::before,
.t-news__title::after {
  background: linear-gradient(180deg,#ED4001 0%,#ffffff 100%);
  content: "";
  height: 14px; /* 横線の高さ */
  width: 14px; /* 横線の長さ */
  border-radius: 50%;
}
.t-news__title::before {
  margin-right: clamp(0.5rem, 1.04vw, 1.25rem); /* 文字との余白 */
}
.t-news__title::after {
  margin-left: clamp(0.5rem, 1.04vw, 1.25rem); /* 文字との余白 */
}
.insta__header {
      margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 11px;
}
.insta__icon {
      width: clamp(1.75rem, 1.125rem + 1.3vw, 2.688rem);
    object-fit: contain;
}
.insta__title {
      font-size: clamp(1rem, 0.458rem + 1.13vw, 1.813rem);
    font-weight: 700;
}
.t-news__content {
        display: flex;
    column-gap: clamp(1.25rem, -0.917rem + 4.51vw, 4.5rem);
    margin-top: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
}
.insta__block {
  width: 50%;
}
.insta__block section {
  display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.insta__block .imgBx01>img+span,
.insta__block .imgBx01>video+span {
	display: none;
}
.imgBx01 img {
      height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.imgBx01 video {
  max-width: 100%;
      height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.mt-3, .my-3 {
  display: none;
}

.news__block {
  width: 50%;
}
.news__block section {
      display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.newsLink {
        display: flex;
    column-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    padding-bottom: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    border-bottom: 1px solid #C4C4C4;
    transition: all 0.5s;
}
.newsImgBox {
  width: 26%;
}
.newsImgBox img {
        aspect-ratio: 161/110;
    object-fit: cover;
    height: auto;
}
.newsItemBottom {
  width: 74%;
}
.newsItemText {
      display: flex;
    column-gap: 20px;
    align-items: center;
}
.newsItemTime,
.newsItemCate {
      font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.newsItemTit {
        margin-top: 12px;
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 900;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsLink:hover {
  opacity: 0.5;
}
.view-btn--4 {
      margin-top: 24px;
    margin-left: auto;
    background-color: #FCFAF3;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.t-cta {
      padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
    padding-bottom: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.t-cta__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.t-cta__container {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
}

.view-btn--5 {
        position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-image: url("https://kisatosandworld.com/system_panel/uploads/images/t-cta-bg1.png");
    background-size: cover;
    background-position: center;
      width: 100%;
    aspect-ratio: 660/283;
    padding-top: clamp(3.125rem, 1.75rem + 2.86vw, 5.188rem);
}
/* テキスト */
.view-btn__text--5 {
      position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(1.5rem, 1.125rem + 0.78vw, 2.063rem);
    line-height: 1.5;
    font-weight: 900;
    text-align: center;
    font-family: serif;
    letter-spacing: 0.08em;
}
/* 線 */
.view-btn__line--5 {
        position: absolute;
    left: 50%;
        width: clamp(3.75rem, 2.167rem + 3.3vw, 6.125rem);
    bottom: clamp(2.5rem, 5.21vw, 6.25rem);
    transform: translateX(-50%);
    height: 1px;
    background: rgba(255,255,255,0.9);
    z-index: 2;
}
/* 点 */
.view-btn__glow--5 {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
      width: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
    height: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
  border-radius: 50%;
  background: #fff;
  filter: blur(1px);
  transition:
    left 0.9s cubic-bezier(.65,.05,.36,1),
    width 0.9s ease,
    height 0.9s ease,
    background 0.9s ease;
}
/* ホバー */
.view-btn--5:hover .view-btn__glow--5 {
  left: calc(100% - 14px);
  background: radial-gradient(
    circle,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.9) 25%,
    rgba(255,255,255,0.45) 55%,
    rgba(255,255,255,0.12) 80%,
    rgba(255,255,255,0) 100%
  );
  filter: blur(2px);
}
.t-cta__img {
      aspect-ratio: 660/283;
    object-fit: cover;
    height: auto;
}

@media (max-width: 767px) {
  .top-fv__container {
    top: 263px;
  }
  /*.t-video img {
    height: 696px;
    object-fit: cover;
  }*/
  .t-video video {
        aspect-ratio: 389/696;
    max-height: 696px;
  }
  
  .t-gallery__inner {
    overflow: hidden;
  }
  .t-gallery__bg {
        max-width: unset;
    width: 1259px;
    object-fit: cover;
    z-index: -1;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
  .t-gallery__top {
        flex-direction: column-reverse;
    row-gap: 60px;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-gallery__left {
    width: 100%;
  }
  .t-gallery__right {
        width: 100%;
    justify-content: center;
  }
  .t-gallery__items {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .t-profile__container {
        flex-direction: column;
    row-gap: 50px;
  }
  .t-profile__left {
        width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-profile__right {
        width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-profile__btnBox {
        flex-direction: column;
    align-items: center;
  }
  .t-profile__bg {
        max-width: unset;
    width: 1035px;
  }
  
  .t-service__container {
        flex-direction: column;
    row-gap: 69px;
    padding-bottom: 262px;
    position: relative;
  }
  .t-service__left {
    row-gap: 0;
  }
  .view-btn--3 {
        position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .t-service__right {
        grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-service-item__content {
    padding-left: 5%;
  }
  .t-service-item__text {
    font-size: 14px;
  }
  
  .t-news__container {
        max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-news__content {
        flex-direction: column;
    row-gap: 60px;
  }
  .insta__block {
    width: 100%;
  }
  .insta__block section {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__block {
    width: 100%;
  }
  .newsLink {
        flex-direction: column;
    row-gap: 24px;
    padding-bottom: 20px;
  }
  .newsImgBox,
  .newsItemBottom {
    width: 100%;
  }
  .view-btn--4 {
        margin-right: auto;
    margin-top: 60px;
    width: 229px;
    column-gap: 28px;
  }
  
  .t-cta__container {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .view-btn--5 {
        aspect-ratio: 335/171;
    padding-top: 15%;
  }
  .view-btn__line--5 {
    bottom: 35%;
  }
  .t-cta__img {
    aspect-ratio: 335/171;
  }
}

@media (max-width: 389px) {
  .top-fv__sub {
    font-size: 14px;
  }
  .pg-fv__title {
    width: 280px;
  }
  .t-gallery-item__text {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  .view-btn__text--2 {
    font-size: 16px;
  }
}