@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.header {
  background-color: #F3F2E8;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px;
}
@media (min-width: 960px) {
  .header__inner {
    margin: 0 auto;
    padding: 0 120px;
    height: 100px;
  }
}
.header__logo img {
  height: 35px;
  display: block;
}
.header__menu-btn {
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  gap: 6px;
}
.header__menu-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #E50012;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .header__menu-btn {
    width: 50px;
    height: 50px;
  }
}

.hero {
  background-color: #F3F2E8;
  padding: 60px 20px;
  overflow: hidden;
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__catch-copy {
  margin-bottom: 30px;
}
.hero__catch-copy .hero__sub-text {
  color: #E50012;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero__catch-copy .hero__sub-text {
    font-size: clamp(24px, 1.8vw, 28px);
  }
}
.hero__catch-copy .hero__line {
  border: none;
  border-top: 2px solid #E50012;
  width: 100%;
  margin-top: 15px;
}
.hero__description {
  color: #E50012;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: 32px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hero__description {
    font-size: clamp(18px, 1.8vw, 24px);
  }
}
.hero__logo {
  width: 85%;
  max-width: 300px;
  margin: 0 auto 20px;
}
.hero__logo img {
  width: 80%;
  height: auto;
}
@media (min-width: 768px) {
  .hero__logo {
    width: 100%;
    margin: 0 0 30px;
  }
  .hero__logo img {
    width: 85%;
  }
}
.hero__store-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
}
.hero__store-btns .hero__store-link img {
  width: 100%;
  height: auto;
}
.hero img {
  width: 80%;
  height: auto;
  margin: auto;
  display: block;
  max-width: 500px;
}

.concept {
  background-color: #F3F2E8;
  align-items: center;
  text-align: center;
  padding: 50px 0;
  background-color: #F3F2E8;
}
.concept_title {
  color: #E50012;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.concept_text {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
.concept img {
  width: 50%;
  height: auto;
  max-width: 350px;
}

.detail {
  text-align: center;
  padding: 60px 0;
  background-color: #F3F2E8;
}
.detail_text {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}

.detail-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 600;
}
.detail-title img {
  width: 120px;
  height: auto;
}

.detail_image {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}
.detail_image img {
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .detail_image {
    width: 80%;
    max-width: 400px;
  }
}

.feature-points {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.feature-point {
  margin: 0;
  color: #fff;
  background-color: #E50012;
  font-size: 24px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 90px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .feature-point {
    font-size: 18px;
    padding: 10px 24px;
  }
}

.desc-1, .desc-2, .desc-3 {
  margin-bottom: 100px;
}

.desc-2 .feature-point {
  background-color: #268942;
}

.desc-3 .feature-point {
  background-color: #DF8516;
}

.premium {
  padding: 60px 0;
  background-color: #F9DB7F;
  text-align: center;
}
.premium .detail-title {
  color: #E50012;
  margin-top: 0;
}

.premium_text {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  color: #E50012;
}

.other-features {
  padding: 60px 20px;
}
.other-features__inner {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}
.other-features .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.other-features .feature-item {
  background-color: #7F6326;
  border-radius: 12px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.other-features .feature-item .feature-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-features .feature-item .feature-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.other-features .feature-item .feature-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  width: 60%;
  margin: 0;
}
.other-features__note {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

.user-voice {
  background-color: #fff;
  padding: 100px 0;
  overflow: hidden;
}
.user-voice__inner {
  margin: 0 auto;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.user-voice__title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.user-voice .voice-card {
  background-color: #7F6326;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  text-align: left;
  width: 60% !important;
  width: 230px;
  flex-shrink: 0;
  scroll-snap-align: center;
}
.user-voice .voice-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.user-voice .voice-icon img {
  border-radius: 8px;
  width: 90%;
  height: auto;
  display: block;
}
.user-voice .voice-slider {
  width: 100%;
  padding-bottom: 0;
}
.user-voice .voice-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.user-voice .voice-comment {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 8px;
}
.user-voice .voice-meta {
  font-size: 14px;
  margin-left: 8px;
  opacity: 0.9;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.user-voice .voice-meta p {
  margin: 0;
}

.faq {
  background-color: #fff;
  padding: 80px 20px;
}
.faq__inner {
  max-width: 600px;
  margin: 0 auto;
}
.faq__title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  color: #333;
}
.faq__list {
  margin-bottom: 40px;
}
.faq__item {
  border-bottom: 2px solid #E50012;
}
.faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  padding: 20px 0;
}
.faq__icon {
  background-color: #E50012;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
}
.faq__text {
  color: #E50012;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  flex: 1;
}
.faq__toggle {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  flex-shrink: 0;
}
.faq__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #E50012;
  border-radius: 2px;
}
.faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: #E50012;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.faq__body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.faq__body-inner {
  padding: 10px 0 20px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
.faq__item.is-open .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq__item.is-open .faq__body {
  opacity: 1;
}
.faq__btn-area {
  text-align: center;
  margin-top: 40px;
}
.faq__btn {
  display: inline-block;
  background-color: #E50012;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(229, 0, 18, 0.15);
  transition: opacity 0.3s;
}
.faq__btn:hover {
  opacity: 0.8;
}

.download {
  background-color: #E50012;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.download__inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.download__sub-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0;
}
.download__icon img {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.download__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
}
.download__btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 220px;
}
@media (min-width: 960px) {
  .download__btns {
    flex-direction: row;
    max-width: 400px;
    gap: 20px;
  }
}
.download__btn {
  width: 100%;
  transition: opacity 0.3s;
}
.download__btn:hover {
  opacity: 0.8;
}
.download__btn img {
  width: 100%;
  height: auto;
  display: block;
}

.footer {
  font-family: sans-serif;
  background-color: #F3F2E8;
  padding: 60px 20px;
  color: #333;
}
.footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footer__nav {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .footer__nav {
    gap: 80px;
  }
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__item {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.footer__item a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.footer__item a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.footer__copyright {
  font-size: 10px;
  color: #333;
  margin: 0;
  font-weight: 500;
}

/* ====================================
   ここからハンバーガーメニューの追加コード
   ==================================== */
/* メニューの背景部分 */
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* 画面いっぱいに */
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 900; /* ヘッダーより上に表示 */
  /* 中身を中央揃えにする */
  display: flex;
  align-items: center;
  justify-content: center;
  /* 最初は隠しておく設定 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  /* クラスがついたら表示 */
}
.header__nav.is-active {
  opacity: 1;
  visibility: visible;
}

/* メニューリストのデザイン */
.header__nav-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.header__nav-item {
  margin-bottom: 24px;
  /* お問い合わせボタンのデザイン */
}
.header__nav-item a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.header__nav-item a:hover {
  color: #E50012;
}
.header__nav-item.-contact {
  margin-top: 40px;
}
.header__nav-item.-contact a {
  display: inline-block;
  background-color: #E50012;
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}

/* ハンバーガーボタンの動き制御 */
.header__menu-btn {
  position: relative;
  z-index: 999; /* メニュー背景(900)より手前にして押せるようにする */
  /* 開いているとき（.is-active）のデザイン */
}
.header__menu-btn span {
  transition: all 0.3s;
}
.header__menu-btn.is-active span {
  /* ×印を作る動き */
}
.header__menu-btn.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header__menu-btn.is-active span:nth-child(2) {
  opacity: 0; /* 真ん中の線は消す */
}
.header__menu-btn.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ====================================
   お問い合わせページ用スタイル
   ==================================== */
.contact-main {
  background-color: #fff; /* 背景は白ですっきりさせる */
  padding: 120px 20px 100px; /* ヘッダー分空ける */
}
.contact-main__inner {
  max-width: 600px; /* フォームの最大幅 */
  margin: 0 auto;
}

.contact-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #E50012;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.contact-desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: 500;
}

/* フォームの各パーツ */
.form-group {
  margin-bottom: 30px;
}

.form-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 「必須」マーク */
.required {
  background-color: #E50012;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}

/* 入力エリア（共通） */
.form-input {
  width: 100%;
  box-sizing: border-box; /* 枠線を含めたサイズ計算 */
  padding: 15px;
  font-size: 16px;
  border: 2px solid #ddd; /* 薄いグレーの線 */
  border-radius: 8px;
  background-color: #f9f9f9;
  font-family: inherit; /* フォントを継承 */
  transition: border-color 0.3s;
  /* フォーカスした時（入力中）の色 */
  /* プレースホルダーの色 */
}
.form-input:focus {
  outline: none;
  border-color: #E50012;
  background-color: #fff;
}
.form-input::placeholder {
  color: #ccc;
}

/* テキストエリアの高さ調整 */
.form-input.-textarea {
  height: 180px;
  resize: vertical; /* 縦方向のみリサイズ可 */
}

/* セレクトボックスの矢印調整（お好みで） */
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
  pointer-events: none; /* クリックを邪魔しない */
}

.form-input.-select {
  appearance: none; /* デフォルトの矢印を消す */
  cursor: pointer;
}

/* 送信ボタンエリア */
.form-btn-area {
  margin-top: 50px;
  text-align: center;
}

/* 送信ボタンエリア */
.form-submit-btn {
  appearance: none;
  border: none;
  background-color: #E50012; /* もし変数が効かない場合は直接コード(#E50012)で */
  color: #fff;
  /* ★ここにフォント指定を追加 */
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 80px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(229, 0, 18, 0.15);
  transition: opacity 0.3s, transform 0.1s;
}

.form-submit-btn:hover {
  opacity: 0.8;
}

.form-submit-btn:active {
  transform: translateY(2px);
}

/* ローディング画面のスタイル */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F3F2E8; /* サイトの背景色と同じにするのがおすすめ */
  z-index: 9999; /* 誰よりも手前に */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease; /* 消える時のアニメーション */
}

/* 読み込み完了後にJSでつけるクラス */
.loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */