@charset "UTF-8";
/* ============common
=============================================== */
html {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

ul,
ol {
  list-style-type: none;
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 17px;
  padding-left: 17px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 442px) {
  .wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.flex {
  display: flex;
}

body {
  margin: 0 auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.br-sspc {
  display: none;
}
@media (max-width: 442px) {
  .br-sspc {
    display: block;
  }
}

.non-sspc {
  display: inline;
}
@media (max-width: 442px) {
  .non-sspc {
    display: none;
  }
}

/* フォント */
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alata-regular {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.monomaniac-one-regular {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* =============  header  ================ */
header {
  background-color: #030303;
}
header .nav {
  height: 100px;
  width: 100%;
  background-color: #fff;
}
header .nav img {
  padding: 0 15px;
  height: 100%;
  width: auto;
}
header .top-view {
  display: flex;
}
header .top-view .title_area {
  width: 60%;
  margin-top: 25%;
  display: inline-block;
  transform: rotate(-20deg);
  transform-origin: left center;
  /* 回転の基準位置を左寄せ中央に */
}
header .top-view .title_area p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 30%;
  text-shadow: 0 0 12px rgba(217, 255, 0, 0.8);
  font-weight: bold;
}
header .top-view .title_area h1 {
  background-color: #dbfe01;
  color: #fff;
  font-size: 5.5vw;
  font-weight: bold;
  padding-left: 29%;
  margin-left: -10px;
}
header .top-view .title_area h2 {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  padding-left: 30%;
  text-shadow: 0 0 12px rgba(217, 255, 0, 0.8);
  font-weight: bold;
}
header .top-view img {
  width: 35%;
}
@media (max-width: 442px) {
  header .top-view {
    flex-direction: column;
  }
  header .top-view .title_area {
    width: 84%;
    margin-top: 32%;
  }
  header .top-view .title_area p {
    color: #fff;
    font-size: 15px;
    padding-left: 23%;
    text-shadow: 0 0 10px rgba(217, 255, 0, 0.8);
  }
  header .top-view .title_area h1 {
    background-color: #dbfe01;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-left: 21%;
  }
  header .top-view .title_area h2 {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    padding-left: 20%;
    text-shadow: 0 0 8px rgba(217, 255, 0, 0.8);
  }
  header .top-view img {
    width: 55%;
    margin: -50px 0 0 auto;
  }
}

/* =============  section-1  ================ */
#section-1 {
  background-color: #fff;
  background-image: url(../images/sec1-bgi.png);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
#section-1 .sec1-top {
  display: flex;
  justify-content: center;
}
#section-1 .sec1-top .text-side {
  width: 55%;
}
#section-1 .sec1-top .text-side h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #dbfe01;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(77, 77, 77, 0.4);
}
#section-1 .sec1-top .text-side .about-text-area {
  width: 80%;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid #dbfe01;
}
#section-1 .sec1-top .text-side .about-text-area h3 {
  text-align: center;
  padding: 30px 0 15px;
  font-size: 1.7vw;
}
#section-1 .sec1-top .text-side .about-text-area p {
  padding: 15px 25px;
}
#section-1 .sec1-top img {
  width: 25%;
  height: auto;
  box-shadow: 10px 10px 0px rgba(217, 255, 0, 0.8);
}
@media (max-width: 442px) {
  #section-1 .sec1-top {
    flex-direction: column;
  }
  #section-1 .sec1-top .text-side {
    width: 100%;
  }
  #section-1 .sec1-top .text-side h2 {
    font-size: 1.8rem;
  }
  #section-1 .sec1-top .text-side .about-text-area {
    width: 94%;
    margin: 35px auto 40px;
  }
  #section-1 .sec1-top .text-side .about-text-area h3 {
    padding: 30px 0 15px;
    font-size: 20px;
  }
  #section-1 .sec1-top img {
    height: auto;
    width: 65%;
    /*                 margin: 15px 20px 0px auto; */
    margin: 15px auto;
  }
}
#section-1 .about-messeage {
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid #dbfe01;
  width: 60%;
  padding: 25px;
  margin: 30px auto;
}
#section-1 .about-messeage p span {
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 442px) {
  #section-1 .about-messeage {
    width: 95%;
    margin: 25px auto 15px;
  }
}

/* =============  section-2  ================ */
#section-2 {
  background-color: #030303;
  color: #fff;
  padding: 35px 0 50px;
}
#section-2 .sec2-title-area {
  margin-bottom: 5rem;
}
#section-2 .sec2-title-area h2 {
  max-width: 550px;
  background-color: #ffffff;
  color: #dbfe01;
  box-shadow: 6px 6px 0px rgb(217, 255, 0), 0 0 20px rgba(217, 255, 0, 0.8);
  font-size: 1.75rem;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(95, 95, 95, 0.5);
  text-align: center;
  padding: 10px;
  margin: 10px auto 40px;
  border: 2px solid #dbfe01;
}
@media (max-width: 768px) {
  #section-2 .sec2-title-area h2 {
    width: 90%;
  }
}
@media (max-width: 442px) {
  #section-2 .sec2-title-area h2 {
    width: 88%;
    font-size: 24px;
  }
}
#section-2 .sec2-title-area .sec2-text {
  max-width: 850px;
  display: block;
  margin: 0 auto 30px;
  /* 見た目は既存のh3を踏襲 */
  /* マーカー本体（複数行OK） */
  /* 画面内に入ったときに横100%まで伸ばす */
  /* 低速端末・簡易動作向け */
}
#section-2 .sec2-title-area .sec2-text p {
  padding: 5px 0;
  letter-spacing: 0.11rem;
}
#section-2 .sec2-title-area .sec2-text :nth-child(2) {
  margin-bottom: 40px;
}
#section-2 .sec2-title-area .sec2-text h3.mark {
  text-align: center;
  font-size: 25px;
  /* 既存値に合わせて調整可 */
  margin: 5px auto;
  letter-spacing: 0.11rem;
}
#section-2 .sec2-title-area .sec2-text h3.mark > span {
  display: inline;
  padding: 0 0.35em;
  /* 文字にほんの少し余白 */
  background: linear-gradient(transparent 60%, rgba(247, 22, 255, 0.8) 60%, rgba(247, 22, 255, 0.8) 92%, transparent 92%) left/0% 100% no-repeat;
  /* 横幅0%からスタート */
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: background-size 1.5s cubic-bezier(0.5, 0.9, 0.2, 1);
  text-shadow: 2px 2px 2px rgba(63, 63, 63, 0.7);
}
#section-2 .sec2-title-area .sec2-text h3.mark.inview > span {
  background-size: 100% 100%;
}
@media (prefers-reduced-motion: reduce) {
  #section-2 .sec2-title-area .sec2-text h3.mark > span {
    transition: none;
  }
}
@media (max-width: 442px) {
  #section-2 .sec2-title-area .sec2-text {
    width: 93%;
  }
  #section-2 .sec2-title-area .sec2-text h3.mark {
    font-size: 21px;
  }
}
#section-2 .sec2-item-area {
  max-width: 1000px;
  margin: 20px auto;
}
#section-2 .sec2-item-area .sec2-item-1,
#section-2 .sec2-item-area .sec2-item-2,
#section-2 .sec2-item-area .sec2-item-3,
#section-2 .sec2-item-area .sec2-item-4 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#section-2 .sec2-item-area .sec2-item-1 img,
#section-2 .sec2-item-area .sec2-item-2 img,
#section-2 .sec2-item-area .sec2-item-3 img,
#section-2 .sec2-item-area .sec2-item-4 img {
  display: block;
  width: 280px;
  height: auto;
  padding: 30px 0;
}
@media (max-width: 442px) {
  #section-2 .sec2-item-area .sec2-item-1 img,
#section-2 .sec2-item-area .sec2-item-2 img,
#section-2 .sec2-item-area .sec2-item-3 img,
#section-2 .sec2-item-area .sec2-item-4 img {
    width: 85%;
    padding: 30px 0 15px;
  }
}
#section-2 .sec2-item-area .sec2-item-1 .sec2-text-side,
#section-2 .sec2-item-area .sec2-item-2 .sec2-text-side,
#section-2 .sec2-item-area .sec2-item-3 .sec2-text-side,
#section-2 .sec2-item-area .sec2-item-4 .sec2-text-side {
  max-width: 400px;
  min-width: 360px;
}
#section-2 .sec2-item-area .sec2-item-1 .sec2-text-side h4,
#section-2 .sec2-item-area .sec2-item-2 .sec2-text-side h4,
#section-2 .sec2-item-area .sec2-item-3 .sec2-text-side h4,
#section-2 .sec2-item-area .sec2-item-4 .sec2-text-side h4 {
  background-color: #dbfe01;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(77, 77, 77, 0.6);
  box-shadow: 0 0 25px rgba(217, 255, 0, 0.6);
  padding: 0 25px;
  height: 5rem;
  align-content: center;
  font-size: 1.15rem;
  margin: 0 auto 20px;
}
#section-2 .sec2-item-area .sec2-item-1 .sec2-text-side p,
#section-2 .sec2-item-area .sec2-item-2 .sec2-text-side p,
#section-2 .sec2-item-area .sec2-item-3 .sec2-text-side p,
#section-2 .sec2-item-area .sec2-item-4 .sec2-text-side p {
  padding: 20px;
}
@media (max-width: 442px) {
  #section-2 .sec2-item-area .sec2-item-1 .sec2-text-side,
#section-2 .sec2-item-area .sec2-item-2 .sec2-text-side,
#section-2 .sec2-item-area .sec2-item-3 .sec2-text-side,
#section-2 .sec2-item-area .sec2-item-4 .sec2-text-side {
    width: 93%;
  }
  #section-2 .sec2-item-area .sec2-item-1 .sec2-text-side h4,
#section-2 .sec2-item-area .sec2-item-2 .sec2-text-side h4,
#section-2 .sec2-item-area .sec2-item-3 .sec2-text-side h4,
#section-2 .sec2-item-area .sec2-item-4 .sec2-text-side h4 {
    width: 92%;
  }
}
#section-2 .sec2-item-area .sec2-item-2,
#section-2 .sec2-item-area .sec2-item-4 {
  flex-direction: row-reverse;
}
#section-2 .sec2-point {
  width: 70%;
  padding: 25px;
  border: 2px solid #dbfe01;
}
@media (max-width: 442px) {
  #section-2 .sec2-point {
    width: 89%;
    padding: 25px 20px;
  }
}

/* =============  section-3  ================ */
#section-3 {
  padding: 35px 0;
}
#section-3 .sec3-title-area {
  margin-bottom: 4rem;
}
#section-3 .sec3-title-area h2 {
  max-width: 550px;
  background-color: #ffffff;
  color: #dbfe01;
  box-shadow: 6px 6px 0px rgb(217, 255, 0);
  font-size: 1.75rem;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(95, 95, 95, 0.5);
  text-align: center;
  padding: 10px;
  margin: 10px auto 20px;
  border: 2px solid #dbfe01;
}
@media (max-width: 768px) {
  #section-3 .sec3-title-area h2 {
    width: 90%;
  }
}
@media (max-width: 442px) {
  #section-3 .sec3-title-area h2 {
    width: 88%;
    font-size: 24px;
  }
}
#section-3 .sec3-title-area p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#section-3 .sec3-item-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 60px;
  /* 行間・列間 */
  max-width: 1000px;
  margin: 0 auto;
}
#section-3 .sec3-item-area .sec3-item {
  flex: 0 1 calc(50% - 100px);
  border: 6px solid #d9ff00;
  padding: 20px 35px;
  box-sizing: border-box;
}
#section-3 .sec3-item-area .sec3-item .sec3-number {
  font-size: 46px;
  color: #d9ff00;
  margin-bottom: 1px;
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#section-3 .sec3-item-area .sec3-item .relative {
  padding: 20px 0;
}
#section-3 .sec3-item-area .sec3-item .relative h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
  z-index: 100;
}
#section-3 .sec3-item-area .sec3-item .relative img {
  position: absolute;
  width: 70px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 中央寄せ */
  z-index: -1;
}
#section-3 .sec3-item-area .sec3-item p:last-child {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #section-3 .sec3-item-area .sec3-item {
    flex: 0 1 100%;
  }
}
@media (max-width: 442px) {
  #section-3 .sec3-item-area .sec3-item {
    flex: 0 1 94%;
  }
}

/* =============  section-4  ================ */
#section-4 {
  background-color: #030303;
  color: #fff;
  padding: 35px 0 50px;
}
#section-4 .sec4-title-area {
  margin: 0 auto;
  margin-bottom: 4rem;
}
#section-4 .sec4-title-area h2 {
  max-width: 550px;
  background-color: #ffffff;
  color: #dbfe01;
  box-shadow: 6px 6px 0px rgb(217, 255, 0), 0 0 20px rgba(217, 255, 0, 0.8);
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(95, 95, 95, 0.5);
  text-align: center;
  padding: 10px;
  margin: 10px auto 20px;
  border: 2px solid #dbfe01;
}
@media (max-width: 768px) {
  #section-4 .sec4-title-area h2 {
    width: 90%;
  }
}
@media (max-width: 442px) {
  #section-4 .sec4-title-area h2 {
    width: 90%;
    font-size: 23px;
    padding: 10px 5px;
  }
}
#section-4 .sec4-title-area p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#section-4 .liver-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#section-4 .liver-area .liver-item {
  width: 320px;
  margin-bottom: 100px;
}
#section-4 .liver-area .liver-item .item-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#section-4 .liver-area .liver-item .item-img img {
  width: 80%;
  box-shadow: 30px 50px 0px rgb(217, 255, 0);
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 20;
}
#section-4 .liver-area .liver-item .item-img .liver-name {
  width: 87%;
  z-index: 30;
  text-align: right;
  padding-top: 10px;
  color: #000;
  text-shadow: 2px 2px 0 #fff;
  /* 白で縁取り */
}
#section-4 .liver-area .liver-item .item-img .liver-name p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3rem;
  font-weight: 700;
}
#section-4 .liver-area .liver-item .tiktok-btn {
  display: block;
  margin: 5px auto 10px;
  width: 70%;
  text-align: center;
  border: 2px solid #dbfe01;
  padding: 10px;
}
#section-4 .liver-area .liver-item .tiktok-btn a {
  color: #fff;
}

/* =============  section-5  ================ */
#section-5 {
  background-color: #030303;
  color: #fff;
  padding: 35px 0 50px;
}
#section-5 .sec5-title-area {
  margin: 0 auto;
  margin-bottom: 4rem;
}
#section-5 .sec5-title-area h2 {
  max-width: 550px;
  background-color: #ffffff;
  color: #dbfe01;
  box-shadow: 6px 6px 0px rgb(217, 255, 0), 0 0 20px rgba(217, 255, 0, 0.8);
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(95, 95, 95, 0.5);
  text-align: center;
  padding: 10px;
  margin: 10px auto 20px;
  border: 2px solid #dbfe01;
}
@media (max-width: 768px) {
  #section-5 .sec5-title-area h2 {
    width: 90%;
  }
}
@media (max-width: 442px) {
  #section-5 .sec5-title-area h2 {
    width: 90%;
    font-size: 24px;
  }
}
#section-5 .sec5-title-area p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#section-5 .sec5-text-area {
  width: 90%;
  margin: 30px auto;
  padding: 8% 10%;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(217, 255, 0, 0.8);
  border: 2px solid #dbfe01;
}
#section-5 .sec5-text-area .sec5-text {
  padding-bottom: 1.5rem;
}
#section-5 .sec5-text-area .mark > span {
  display: inline;
  padding: 0 0.25em;
  background: linear-gradient(transparent 60%, rgba(247, 22, 255, 0.8) 60%, rgba(247, 22, 255, 0.8) 100%, transparent 92%) left/0% 100% no-repeat;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: background-size 1.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
#section-5 .sec5-text-area .mark.inview > span {
  background-size: 100% 100%;
}
@media (max-width: 442px) {
  #section-5 .sec5-text-area {
    width: 92%;
    padding: 7%;
    margin: 25px auto;
  }
}
#section-5 .line-btn {
  margin: 110px auto 30px;
  text-align: center;
}
#section-5 .line-btn a {
  padding: 15px 35px;
  border-radius: 30px;
  background-color: #dbfe01;
  box-shadow: 0 0 20px rgba(217, 255, 0, 0.8);
  color: #000;
  letter-spacing: 0.3rem;
}

/* =============  section-6  ================ */
#section-6 {
  background-color: #030303;
  color: #fff;
  padding: 35px 0 50px;
}
#section-6 .sec6-title-area {
  margin: 0 auto;
  margin-bottom: 4rem;
}
#section-6 .sec6-title-area h2 {
  max-width: 550px;
  background-color: #ffffff;
  color: #dbfe01;
  box-shadow: 6px 6px 0px rgb(217, 255, 0), 0 0 20px rgba(217, 255, 0, 0.8);
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(95, 95, 95, 0.5);
  text-align: center;
  padding: 10px;
  margin: 10px auto 20px;
  border: 2px solid #dbfe01;
}
@media (max-width: 768px) {
  #section-6 .sec6-title-area h2 {
    width: 90%;
  }
}
@media (max-width: 442px) {
  #section-6 .sec6-title-area h2 {
    width: 90%;
    font-size: 23px;
  }
}
#section-6 .sec6-title-area p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#section-6 .sec6-inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#section-6 .sec6-inner .sec6-item {
  background: linear-gradient(135deg, #d9ff00, #aaff00);
  /* ボーダー用グラデーション */
  padding: 5px;
  /* ボーダーの厚さに見せる部分 */
  border-radius: 20px;
  display: inline-block;
  max-width: 290px;
  box-sizing: border-box;
  height: 100%;
}
#section-6 .sec6-inner .sec6-item .item-inner {
  background: #fff;
  /* 内側の背景 */
  border-radius: 17px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
#section-6 .sec6-inner .sec6-item .item-inner img {
  width: 150px;
  margin-bottom: 25px;
}
#section-6 .sec6-inner .sec6-item .item-inner h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
#section-6 .sec6-inner .sec6-item .item-inner p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 442px) {
  #section-6 .sec6-inner .sec6-item {
    max-width: 75%;
  }
  #section-6 .sec6-inner .sec6-item .item-inner {
    padding: 20px;
  }
  #section-6 .sec6-inner .sec6-item .item-inner img {
    width: 160px;
    margin-bottom: 10px;
  }
  #section-6 .sec6-inner .sec6-item .item-inner h3 {
    font-size: 20px;
  }
}

/* =============  faq-section  ================ */
#faq-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #141412;
}

/* 質問ボタン */
.faq-question {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  background: #ffffff;
  border: 2px solid #dbfe01;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: background 0.4s;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.4s;
}

/* 開いたときに回転 */
.faq-item.active .faq-question::after {
  content: "−";
  transform: rotate(180deg);
}

/* 回答エリア */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #dbfe01;
  color: #000;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
  border-left: 2px solid #dbfe01;
  border-right: 2px solid #dbfe01;
  border-bottom: 2px solid #dbfe01;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  /* 十分に広い高さを確保 */
  padding: 20px;
}

/* =============  footer  ================ */
footer {
  background-color: #000;
  padding-top: 50px;
}
footer .logo-area {
  width: 120px;
  margin: 0 auto;
}
footer .logo-area img {
  background-color: #fff;
}
footer .footer-text {
  color: #FFF;
  margin: 50px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  padding: 0;
}
footer .footer-text li {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  padding-bottom: 0.5rem;
}
footer .footer-text li .label {
  min-width: 5em;
  text-align: left;
  font-weight: 600;
}
footer .footer-text li .value {
  text-align: left;
}
footer .copy {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
footer .copy small {
  color: #fff;
}

/* =============  fade  ================ */
/* 横スクロールの発生を根本対策 */
html, body {
  overflow-x: clip;
}

/* 共通の初期状態 */
.js-fadeBottom,
.js-fadeTop,
.js-fadeLeft,
.js-fadeRight {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0); /* 個別で上書き */
  transition: opacity 1.2s ease, visibility 1.2s ease, transform 1.3s cubic-bezier(0.2, 0.7, 0.2, 1);
  contain: paint; /* 要素外の描画をクリップ */
}

/* 表示状態 */
.js-fadeBottom.scroll,
.js-fadeTop.scroll,
.js-fadeLeft.scroll,
.js-fadeRight.scroll {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/* 方向別の開始位置 */
.js-fadeBottom {
  transform: translate3d(0, 80px, 0);
}

.js-fadeTop {
  transform: translate3d(0, -60px, 0);
}

.js-fadeLeft {
  transform: translate3d(80px, 0, 0);
} /* 右→左に入る */
.js-fadeRight {
  transform: translate3d(-80px, 0, 0);
} /* 左→右に入る */
/* 動きが苦手な方への配慮 */
@media (prefers-reduced-motion: reduce) {
  .js-fadeBottom,
.js-fadeTop,
.js-fadeLeft,
.js-fadeRight {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* ===== Rotating Contact FAB ===== */
.contact-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 120px;
  height: 120px;
  /* スマホでやや小さく */
}
@media (max-width: 480px) {
  .contact-fab {
    width: 96px;
    height: 96px;
    right: 14px;
    bottom: 14px;
  }
}

.contact-fab__link {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-decoration: none;
  background: radial-gradient(transparent 62%, rgba(217, 255, 0, 0.15) 63%);
  /* ほんのりネオンっぽい縁取り */
  box-shadow: 0 0 0 2px rgba(217, 255, 0, 0.35) inset, 0 0 16px rgba(217, 255, 0, 0.35);
  transition: transform 0.2s ease;
  will-change: transform;
}
.contact-fab__link:hover {
  transform: scale(1.04);
}
.contact-fab__link:active {
  transform: scale(0.98);
}

/* 外周テキストのリング */
.contact-fab__ring {
  position: absolute;
  inset: 0;
  /* リングを回転させる（中央ロゴは固定のまま） */
  -webkit-animation: fab-rotate 12s linear infinite;
          animation: fab-rotate 12s linear infinite;
  will-change: transform;
  filter: drop-shadow(0 0 6px rgba(217, 255, 0, 0.4));
}

@-webkit-keyframes fab-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fab-rotate {
  to {
    transform: rotate(360deg);
  }
}
/* SVGをボタン枠にフィット */
.contact-fab__ring svg {
  width: 100%;
  height: 100%;
  display: block;
  paint-order: stroke;
}

/* テキストの見た目（黒背景で映えるネオン調） */
.contact-fab__text {
  /* 修正（分解）*/
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Montserrat", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  fill: #d9ff00; /* 文字色 */
  /* 複合描画順 */
  stroke: rgba(0, 0, 0, 0.85); /* 黒背景でエッジを強調 */
  stroke-width: 0.9px;
}

/* 中央ロゴ */
.contact-fab__logo {
  width: 79%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 6px rgba(217, 255, 0, 0.5)) drop-shadow(0 0 12px rgba(217, 255, 0, 0.25));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none; /* クリックは外周含むボタン全体で拾う */
}

/* 視覚効果を苦手なユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .contact-fab__ring {
    -webkit-animation: none;
            animation: none;
  }
  .contact-fab__link {
    transition: none;
  }
}
/*# sourceMappingURL=style.css.map */