@charset "UTF-8";
/* ===== フッターロゴ非表示 ===== */

.footer-wrap__logo {
  display: none;
}
.footer-wrap {
  padding: 60px 0 160px 0;
}
.header-wrap__hero {
  background-image: url("../img/top.svg");
  background-size: cover;
  aspect-ratio: 106 / 75;
  width: 100%;
  height: auto;
  position: relative;
}
.header-wrap__fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 200;
  background-color: #fecc34;
  border-top: 2px solid #ffffff;
}
/*.header-wrap__hero__title {
  position: absolute;
  top: 30%;
  left: 50%;
  background-color: #ffffff;
  padding: 1% 1.5%;
}*/
.header-wrap__hero__title__img {
  width: 440px;
}
.header-wrap__hero__title__img img {
  width: 100%;
}
.header-wrap__nav__logo {
  position: relative;
}
.header-wrap__nav__logo img {
  margin-top: -18px;
}
.header-wrap__nav__right {
  z-index: 100;
  align-items: center;
  padding: 15px 0 10px 0;
}
.header-wrap__nav__logo::after {
  content: "";
  position: absolute;
  inset: 10px -150px -2px -150px; /* 親いっぱい */
  background-color: #fecc34;
  -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
  z-index: 0;
  border-radius: 0;
  transform: translate(0, -85px);
}
.header-wrap__nav__logo::before {
  content: "";
  position: absolute;
  inset: 8px -151px -4px -151px; /* ✅ afterより外 */
  background: #fff;
  -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
  transform: translate(0, -87px); /* ✅ 同じにする */
  z-index: 0;
}
.header-wrap__nav__logo .nav-deco::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 100px;
  background-color: #fecc34;
  right: -200px;
  bottom: 0px;
}
/* 外側（枠） */
.header-wrap__nav__right__fmlogo::after {
  content: "";
  position: absolute;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  background: #ac8100;
  transform: translate(-45px, -155px);
  z-index: 0;
}

/* 内側（中身） */
.header-wrap__nav__right__fmlogo::before {
  content: "";
  position: absolute;
  width: 205px;
  height: 205px;
  left: -39px;
  top: 27px;
  border-radius: 50%;
  background: #fecc34;
  transform: translate(0, -100px);
  z-index: 1;
}
.header-wrap__nav__right__fmlogo .fmlogo-deco::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 50px;
  background-color: #fecc34;
  left: -220px;
  bottom: -63px;
}
.about {
  position: relative;
  width: 100%;
  overflow: hidden; /* 円のはみ出しを整える */
  background: url("../img/bg2.svg") center/cover no-repeat;
}
.about-wrap {
  width: 102%;
  margin: 0 auto;
  background: url(../img/前面オブジェクトで型抜き\ 1.svg) 45% / cover
    no-repeat;
}
.about-wrap__body {
  align-items: center;
  max-width: 1100px;
  padding: 80px 0;
  text-align: center;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* 見出し全体 */
.catch {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: inline-block;
  color: #fecc34;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  line-height: 0.85;
  --k: 1;
}

/* 大きい単語 */
.catch__word {
  display: block;
  font-weight: 100;
  font-size: calc(90px * var(--k));
  line-height: 0.85;
}

/* 先頭文字をさらに大きく */
.catch__word .cap {
  font-size: calc(140px * var(--k));
  font-weight: 100;
  display: inline-block;
  transform-origin: left center;
  margin-right: -0.09em;
}

/* From（上に小さく） */
.catch__from {
  position: absolute;
  top: calc(15px * var(--k));
  transform: translateX(-50%);
  font-size: calc(30px * var(--k));
  font-weight: 100;
  letter-spacing: 0.2em;
}
.catch__to {
  position: absolute;
  left: calc(30px * var(--k));
  bottom: calc(15px * var(--k)); /* ←ここで上下位置を合わせる */
  font-size: calc(30px * var(--k));
  font-weight: 100;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  line-height: calc(35px * var(--k));
  text-align: start;
}

/* 2行目（World）を少し右へ（見本っぽく） */
.catch__word--b {
  padding-left: calc(40px * var(--k));
  font-size: calc(120px * var(--k));
}
.about-wrap__body__left__head {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  margin: 30px auto;
}
.about-wrap__body__left__txt {
  width: 60%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
  text-align: left;
  letter-spacing: 4px;
}
.about-wrap__body__right {
  position: static;
  width: 50%;
}
.about-wrap__body__right__img {
  position: absolute;
  z-index: 1;
  left: 59.8%;
  top: 35.5%;
  width: clamp(20.625rem, 2.5rem + 20vw, 27.5rem);
  pointer-events: none;
}
.about-wrap__body__right__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* voiceセクション */
:root {
  --voice-card-w: 340px; /* 1枚の幅（variableWidthの基準） */
}
.voice__ttl {
  width: 25%;
  margin: 20px auto;
}
.voice__ttl img {
  width: 100%;
}
/* セクション余白 */
.voice-wrap__group {
  margin-bottom: 60px;
}

.voice-wrap__group__body {
  overflow: visible;
  position: relative;
}

/* ULはslickが制御するので余計なtransform/transitionは付けない */
.voice-wrap__group__body__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* slickを滑らかに（GPU） */
.voice-wrap__group__body__list .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-bottom: 25px;
}

/* 1枚（li） */
.voice-wrap__group__body__list__item {
  width: var(--voice-card-w);
  transform: scale(0.9);
  transition: transform 0.35s ease;
}

/* クリック範囲 */
.voice-wrap__group__body__list__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* カード */
.voice-wrap__group__body__list__item article {
  border-radius: var(--voice-radius);
  overflow: hidden;
}

.voice-wrap__group__body__list .slick-slide {
  transform: scale(0.9);
  transform-origin: center center;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  height: auto;
}

.voice-wrap__group__body__list .slick-current {
  opacity: 1;
}

/* 写真枠（固定高：カクつき防止） */
.voice-wrap__group__body__list__item figure {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-wrap__group__body__list .slick-center figure img:hover {
  transform: scale(1.1);
}
.voice-wrap__group__body__list .slick-center {
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.25s ease;
  transform: scale(1.15);
  opacity: 1;
  z-index: 2;
}
.voice-wrap__group__body__list__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0); /* ちらつき防止 */
}

/* hover：imgだけzoom（サイズは変えない/切り取らない） */
.voice-wrap__group__body__list__item figure img:hover {
  transform: scale(1.06);
}

/* テキスト */
.voice-wrap__group__body__list__item__name {
  font-size: 16px;
  margin-top: 15px;
}

.voice-wrap__group__body__list__item__text {
  margin-top: 5px;
  line-height: 2;
  font-size: 16px;
}

/* =========================
  Slider UI (Prev/Next + Count)
========================= */

.stories-ui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}

.slick-nav-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px auto 0 auto;
}

.slick-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  cursor: pointer;
  position: relative;
}

.slick-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.75);
  border-right: 2px solid rgba(0, 0, 0, 0.75);
  transform: rotate(225deg);
}

.slick-next::before {
  transform: rotate(45deg);
}

.slick-count .txt {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
}
/*video*/
.video{
  position:relative;
}
.video-wrap {
  width: 100%;
  position: relative;
}
.video__cm {
  position:absolute;
  top:-150px;
  right:5%;
  width:150px;
}
.video__cm  img {
  width:100%;
  height: auto;
}
.video-wrap video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* kofu */
.kofu-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.kofu-wrap__ttl {
  text-align: center;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  font-size: 110px;
}
.kofu-wrap__ttl small {
  font-size: 50px;
}
.kofu-wrap__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 65px;
  flex-wrap: wrap;
}
.kofu-wrap__body__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.kofu-wrap__body__left__head h3 {
  font-size: 40px;
}
.kofu-wrap__body__left__txt,
.mt-20 {
  font-size: 18px;
  line-height: 2;
  font-weight: 100;
}
.kofu-wrap__body__left__img {
  width: 100%;
  height: auto;
}
.kofu-wrap__body__left__img__ttl {
  width: 180px;
  margin: 0 auto 20px auto;
}
.kofu-wrap__body__left__img__ttl img {
  width: 100%;
}
.kofu-wrap__body__left__img__body__list {
  display: flex;
  justify-content: space-between;
}

.kofu-wrap__body__left__img__body__list__item {
  width: 31%;
  height: auto;
  list-style: none;
}
.kofu-wrap__body__left__img__body__list__item p {
  margin-bottom: 5px;
  font-size: 10px;
}
.kofu-wrap__body__left__img__body__list__item img {
  width: 100%;
}
.kofu-wrap__body__left__img__body__list__item a {
  text-decoration: none;
  color: #ffcc00;
  display: block;
  text-align: center;
  width: 90%;
  background: #000000;
  border-radius: 5px;
  padding: 5px 0;
  font-weight: 700;
  transition: all 0.2s ease;
  margin: 10px auto 0;
  box-sizing: border-box;
  border: 2px solid #000000;
  font-size: 9px;
}
.kofu-wrap__body__left__img__body__list__item a:hover {
  background: #ffcc00;
  color: #000000;
}
.kofu-wrap__body__right {
  width: 45%;
}
.kofu-wrap__body__right img {
  width: 100%;
}
.sound {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  right:2%;
  bottom:3%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 999px;
  padding:10px 13px 10px 10px;
  box-shadow: var(--box-shadow_w);

}

.sound-icon {
  color: #ffffff;
  width: 75%;
  height: 100%;
  line-height: 100%;
  font-size: 40px;
  display: block;
  margin: auto;
}

.sound-wave {
  position: absolute;
  border: 15.625px solid transparent;
  border-right: 15.625px solid #ffffff;
  border-radius: 50%;
  transition: all 200ms;
  margin: auto;
}
.sound-mute .sound-wave {
  border-radius: 50%;
  width: 0%;
  height: 0%;
  border-width: 0 15.625px 0 0;
}

.sound-mute .sound-wave_one {
  transform: translateX(-10px);
}

.sound-mute .sound-wave_two {
  transform: translateX(-10px);
}
@media screen and (max-width: 1280px) {
  .header-wrap__nav__logo::after {
    content: "";
    position: absolute;
    inset: 10px -140px -2px -140px;
    background-color: #fecc34;
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    z-index: 0;
    border-radius: 0;
    transform: translate(-30px, -80px);
  }
  .header-wrap__nav__logo::before {
    content: "";
    position: absolute;
    inset: 10px -142px -2px -142px; /* ✅ afterより外 */
    background: #fff;
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    transform: translate(-30px, -83.5px); /* ✅ 同じにする */
    z-index: 0;
  }
  .header-wrap__nav__logo .nav-deco::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 91px;
    background-color: #fecc34;
    right: -145px;
    bottom: 0;
  }
  .header-wrap__nav__right__fmlogo {
    margin-right: 50px;
  }
  .header-wrap__nav__right__fmlogo a img {
    width: 120px;
  }
  .header-wrap__nav__right__fmlogo::before {
    top: 40px;
    left: -32px;
    width: 180px;
    height: 180px;
  }
  .header-wrap__nav__right__fmlogo::after {
    width: 190px;
    height: 190px;
    top: 88px;
    left: 8px;
  }
  .header-wrap__nav__right__fmlogo .fmlogo-deco::before {
    width: 300px;
    height: 50px;
    left: -120px;
  }
  .header-wrap__nav__logo img {
    width: 80%;
  }
  .header-wrap__hero__title__img {
    width: clamp(20rem, 2.1429rem + 28.5714vw, 25rem);
  }
  .catch {
    --catch-scale: 0.85;
  }
  .about-wrap__body {
    padding: clamp(2.5rem, -1.9643rem + 7.1429vw, 3.75rem) 0;
    width: 65%;
  }
  .about-wrap__body__left__head {
    margin: 20px auto;
    font-size: 24px;
  }
  .catch {
    --k: 0.85;
  }
  .about-wrap__body__left__txt {
    font-size: 15px;
    line-height: 1.8;
  }
  /* voiceセクション */
  :root {
    --voice-card-w: 280px;
  }
  .voice-wrap__group__body__list .slick-track {
    gap: 25px;
  }
  .voice-wrap__group__body__list__item__text {
    line-height: 1.8;
    font-size: 16px;
  }
  .kofu-wrap__body {
    width: 90%;
    margin: 60px auto;
  }
  .voice-wrap__group {
    margin-bottom: 40px;
  }
  .kofu-wrap {
    padding: 0 0 80px 0;
  }
  .kofu-wrap__body__left__txt,
  .mt-20 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .about-wrap {
    width: 100%;
  }
  .about-wrap__body {
    width: 60%;
  }
  .catch {
    --k: 0.7;
  }
  .header-wrap__nav__logo::after {
    content: "";
    position: absolute;
    inset: 10px -140px -2px -140px;
    background-color: #fecc34;
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    z-index: 0;
    border-radius: 0;
    transform: translate(-30px, -80px);
  }
  .header-wrap__nav__logo .nav-deco::before {
    width: 200px;
    height: 70px;
    right: -145px;
    bottom: 10px;
  }
  .header-wrap__nav__right {
    padding: 10px 0 10px 0;
  }
  .header-wrap__nav__right__fmlogo {
    margin-right: 20px;
  }
  .header-wrap__nav__right__fmlogo a img {
    width: 100px;
    margin-bottom: 5px;
  }
  .header-wrap__nav__right__fmlogo::before {
    top: 50px;
    left: -26px;
    width: 150px;
    height: 150px;
  }
  .header-wrap__nav__right__fmlogo::after {
    width: 155px;
    height: 155px;
    top: 100px;
    left: 16px;
  }
  .header-wrap__nav__right__fmlogo .fmlogo-deco::before {
    width: 180px;
    height: 50px;
    left: -80px;
  }
}
@media screen and (max-width: 764px) {
  :root {
    --voice-card-w: 200px;
  }
  .header-wrap__nav__right__fmlogo {
    margin-right: 10px;
  }
  .header-wrap__nav__right__fmlogo a img {
    width: 80px;
    margin-bottom: 5px;
  }
  .header-wrap__nav__right__fmlogo::before {
    top: 65px;
    left: -16px;
    width: 110px;
    height: 110px;
  }
  .header-wrap__nav__right__fmlogo::after {
    width: 120px;
    height: 120px;
    top: 115px;
    left: 25px;
  }
  .header-wrap__nav {
    margin: 0 10px;
    gap: 20px;
  }
  .header-wrap__nav__logo {
    width: 25%;
  }
  .header-wrap__nav__right {
    width: 80%;
    padding: 10px 0 38px 0;
  }
  .header-wrap__nav__logo::after {
    transform: translate(-20px, -80px);
    inset: 30px -110px -2px -110px;
  }
  .header-wrap__nav__logo::before {
    inset: 30px -111px -2px -111px;
    z-index: 0;
    transform: translate(-20px, -82.5px);
  }
  .header-wrap__nav__logo .nav-deco::before {
    width: 200px;
    height: 60px;
    right: -145px;
    bottom: 36.5px;
  }
  .header-wrap__nav__logo img {
    margin-top: -10px;
    width: 150px;
  }
  .header-wrap__nav__right__fmlogo .fmlogo-deco::before {
    width: 120px;
    height: 33px;
    bottom: -37px;
    left: -20px;
  }
  .header-wrap__hero__title__img {
    width: clamp(15rem, -2.8571rem + 28.5714vw, 20rem);
  }
  .about-wrap__body {
    width: 100%;
  }
  .about-wrap__body__left__txt {
    width: 90%;
  }
  .header-wrap__nav__right__menu {
    display: flex;
    gap: 20px;
  }
  .header-wrap__nav__right__menu a {
    font-size: 12px;
  }
  .header-wrap__nav__right__sns img {
    width: 25px;
    height: auto;
  }
  .voice-wrap__group__body__list .slick-track {
    gap: 25px;
  }
  .voice__ttl {
    width: 45%;
    margin: 20px auto;
  }
  .voice-wrap__group__body__list__item__name {
    font-size: 14px;
    margin-top: 10px;
  }
  .voice-wrap__group__body__list__item__text {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 5px;
  }

  .kofu-wrap__ttl small {
    font-size: 24px;
  }
  .kofu-wrap__ttl {
    font-size: 48px;
  }
  .kofu-wrap__body {
    width: 90%;
    margin: 60px auto;
    flex-direction: column;
  }

  .kofu-wrap__body__left {
    width: 100%;
    flex-direction: column;
  }
  .kofu-wrap__body__left__head h3 {
    font-size: 24px;
  }
  .kofu-wrap__body__left__txt,
  .mt-20 {
    font-size: 16px;
  }
  .kofu-wrap__body__left__img {
    height: auto;
  }
  .kofu-wrap__body__left__img img {
    width: 100%;
  }
  .kofu-wrap__body__right {
    width: 100%;
    margin-top: 20px;
  }
  .footer-wrap {
    padding: 40px 0 100px 0;
  }
  .video__cm {
  position:absolute;
  top:-110px;
  right:5%;
  width:110px;
}
}
@media screen and (max-width: 540px) {
  .footer-wrap {
    padding: 40px 0 40px 0;
  }
  :root {
    --voice-card-w: 130px; /* 1枚の幅（variableWidthの基準） */
  }
  .header-wrap__hero {
    background-position: 10% 10%;
  }
  .header-wrap__hero__title__img {
    width: clamp(9.375rem, -60.9375rem + 225vw, 15rem);
  }
  .catch {
    --k: 0.45;
  }
  .about-wrap__body {
    padding: 20px 0;
  }
  .about-wrap__body__left__head {
    font-size: 18px;
  }
  .about-wrap__body__left__txt {
    font-size: 12px;
  }
  .voice-wrap__group__body__list .slick-track {
    padding-bottom: 0;
  }
  .voice-wrap__group__body__list__item__text {
    line-height: 1.8;
    font-size: clamp(0.75rem, 0.5rem + 1.1111vw, 0.875rem);
    margin-top: 10px;
  }
  .voice-wrap__group {
    margin-bottom: 50px;
  }
  .slick-nav-box {
    margin: 0 auto 0 auto;
  }
  .voice-wrap__group__body__list .slick-center {
    transform: scale(1.1);
  }
  .voice-wrap__group__body__list__item {
    padding: 0 0 20px 0;
  }
  .kofu-wrap__body__left__img__body__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .kofu-wrap__body__left__img__body__list__item {
    width: 45%;
  }
  .sound {
    width: 20px;
    height: 20px;
    padding: 5px;
}
.sound-icon {
    font-size: 20px;
}
.video__cm {
  position:absolute;
  top:-100px;
  right:5%;
  width:100px;
}
}
  @media screen and (max-width: 460px) {
    .voice-wrap__group__body__list__item__name {
      font-size: 10px;
    }
    .voice-wrap__group__body__list__item__text {
      line-height: 1.5;
      font-size: 8px;
      margin-top: 5px;
    }
  }
  @media screen and (max-width: 540px) {
    .catch {
      --k: 0.45;
    }
    .about-wrap__body {
      padding: 20px 0;
    }
  }
}
