@charset "utf-8";
.pg__fv {
    background-image: url(https://kisatosandworld.com/system_panel/uploads/images/pg-fv-about.png);
}

.about {
  padding-top: clamp(3.75rem, 2.917rem + 1.74vw, 5rem);
}
.about__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.about__box {
  position: relative;
}
.about__img {
      aspect-ratio: 1341/595;
    object-fit: cover;
    height: auto;
}
.about__title {
      position: absolute;
    width: clamp(6.25rem, 3.625rem + 5.47vw, 10.188rem);
    right: 77px;
    top: clamp(1.25rem, -0.5rem + 3.65vw, 3.875rem);
}
.about__text {
      margin-top: 32px;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 2;
}

.difference {
      margin-top: clamp(3.5rem, 1.833rem + 3.47vw, 6rem);
    display: flex;
    column-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
}
.difference__left {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    width: 56%;
}
.difference-item__text {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 900;
}
.difference-item__img {
  margin-top: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
      aspect-ratio: 352/308;
    object-fit: cover;
    height: auto;
}
.difference__right {
  width: 44%;
  margin-top: clamp(1.75rem, 1.25rem + 1.04vw, 2.5rem);
}
.difference__text {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 400;
    line-height: 2;
    font-family: "Zen Kaku Gothic New", sans-serif;
}


.gallery__title {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}
.gallery-title__main {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 900;
}
.gallery-title__deco {
      width: clamp(15.938rem, 13.229rem + 5.64vw, 20rem);
    object-fit: contain;
}

.appeal {
  padding-top: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.appeal__inner {
  padding: 0 clamp(1.25rem, -12.25rem + 28.13vw, 21.5rem);
}
.appeal__items {
      margin-top: clamp(3.125rem, 0.875rem + 4.69vw, 6.5rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(3.125rem, 0.875rem + 4.69vw, 6.5rem);
}
.appeal__item {
      display: flex;
    column-gap: clamp(1.25rem, -2.292rem + 7.38vw, 6.563rem);
}
.appeal-item__left {
  width: clamp(20.938rem, 5.938rem + 31.25vw, 43.438rem);
  min-width: clamp(20.938rem, 5.938rem + 31.25vw, 43.438rem);
}
.appeal-item__img {
      aspect-ratio: 695/367;
    object-fit: cover;
    height: auto;
}
.appeal-item__right {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.appeal-item__number {
      font-size: clamp(1.75rem, 0.917rem + 1.74vw, 3rem);
    font-weight: 900;
}
.appeal-item__title {
      margin-top: clamp(0.625rem, 0.292rem + 0.69vw, 1.125rem);
    font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 900;
}
.appeal-item__text {
      margin-top: clamp(0.625rem, -0.292rem + 1.91vw, 2rem);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
}

.about-bottom {
  margin: clamp(5rem, 1.667rem + 6.94vw, 10rem) 0;
}
.about-bottom__inner {
  position: relative;
}

.t-video video {
      width: 100%;
    height: 100%;
  position: relative;
  object-fit: cover;
      aspect-ratio: 1920/829;
    min-height: 800px;
}
.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;
}
.about-bottom__container {
  width: 100%;
      position: absolute;
    z-index: 5;
        top: 80px;
    left: 50%;
    transform: translateX(-50%);
  display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 60px;
}
.about-bottom__title {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.7;
}
.about-bottom__text {
      font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    color: #fff;
}

@media (max-width: 767px) {
  .about__container {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__img {
    aspect-ratio: 335/427;
  }
  .about__title {
        right: clamp(1.25rem, -2.435rem + 15.12vw, 4.813rem);
    top: 44px;
    width: 117px;
  }
  .about__text {
    font-size: 16px;
  }
  
  .difference {
        flex-direction: column;
    row-gap: 40px;
  }
  .difference__left {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    width: 100%;
  }
  .difference-item__text {
    font-size: 24px;
  }
  .difference__right {
        width: 100%;
    margin-top: 0;
  }
  .difference__text {
    font-size: 16px;
  }
  
  .appeal__item {
        flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
  .appeal-item__number {
    font-size: 40px;
  }
  .appeal-item__title {
        margin-top: 20px;
    font-size: 20px;
  }
  .appeal-item__text {
        margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 389px) {
  .about__title {
    width: clamp(5rem, -0.797rem + 28.99vw, 6.25rem);
  }
  .about__text {
    font-size: 14px;
  }
  .difference__text {
    font-size: 14px;
  }
  .appeal-item__number {
    font-size: 32px;
  }
  .appeal-item__title {
    font-size: 18px;
  }
  .appeal-item__text {
    font-size: 14px;
  }
  .about-bottom__title {
    font-size: 20px;
  }
  .about-bottom__text {
    font-size: clamp(0.875rem, 0.295rem + 2.9vw, 1rem);
  }
}