@charset "UTF-8";
@media screen and (max-width: 440px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 441px) {
  .sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 680px) {
  .tab-none {
    display: none !important;
  }
}
@media screen and (min-width: 971px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 1160px) {
  .xl-none {
    display: none !important;
  }
}
.pc-block {
  display: none !important;
}
@media screen and (min-width: 971px) {
  .pc-block {
    display: block !important;
  }
}
.tab-block {
  display: none !important;
}
@media screen and (min-width: 680px) {
  .tab-block {
    display: block !important;
  }
}
.xl-block {
  display: none !important;
}
@media screen and (min-width: 1160px) {
  .xl-block {
    display: inline-block !important;
  }
}
html {
  font-size: 62.5%;
}
* {
  scroll-behavior: smooth;
}
@media screen and (min-width: 971px) {
  * {
    scroll-padding-top: 120px !important;
  }
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-site-container {
  position: relative;
  /* 欧文 → 日本語 → 代替ゴシック の順 */
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #332A00;
}
.c-icon__chevron {
  font-size: 1.2rem;
}
.c-icon__search {
  font-size: 2rem;
  vertical-align: -4px;
}
@media screen and (min-width: 971px) {
  .c-icon__search {
    font-size: 2.4rem;
  }
}
.c-icon__search-arrow-down, .c-icon__cartype-arrow-down {
  font-size: 1.6rem;
  color: #757575;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.c-icon__cartype-arrow-down {
  z-index: 40;
}
.c-icon__star, .c-icon__half-star {
  font-size: 1.6rem;
  vertical-align: -2px;
  color: #FDD000;
  font-weight: bold;
  font-variation-settings: "FILL" 1, "wght" 400;
}
.c-search {
  max-width: 490px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 680px) {
  .c-search {
    max-width: 1080px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-section {
  margin-bottom: 60px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 971px) {
  .c-section {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 92px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-section__header {
  margin-bottom: 24px;
}
@media screen and (min-width: 680px) {
  .c-section__header {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 971px) {
  .c-section__header {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.c-section__title {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 48px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 971px) {
  .c-section__title {
    font-size: 3.2rem;
    padding-bottom: 0;
    padding-left: 64px;
  }
}
.c-section__title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #FDD000;
  border-radius: 50%;
}
@media screen and (min-width: 971px) {
  .c-section__title::before {
    width: 50px;
    height: 50px;
  }
}
.c-section__title::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFAB4;
  border-radius: 50%;
}
@media screen and (min-width: 971px) {
  .c-section__title::after {
    left: 32px;
    bottom: -8px;
    width: 24px;
    height: 24px;
  }
}
.c-section__supplement {
  padding-left: 48px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 680px) {
  .c-section__supplement {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 971px) {
  .c-section__supplement {
    padding-left: 0;
  }
}
@media screen and (min-width: 1160px) {
  .c-section__supplement {
    font-size: 2rem;
  }
}
.c-button-more a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #332A00;
  font-weight: 500;
  display: block;
  position: relative;
  max-width: 100px;
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.c-button-more a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background: #333;
  bottom: 0;
  transition: all 0.3s;
}
.c-button-more a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #333;
  rotate: 40deg;
  right: -2px;
  bottom: 3px;
  transition: all 0.3s;
}
.c-button-more a:hover::after, .c-button-more a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}
.c-button-more.is-right {
  padding-right: 16px;
}
@media screen and (min-width: 971px) {
  .c-button-more.is-right {
    padding-right: auto;
  }
}
.c-button-more.is-right,
.c-button-more.is-info-right {
  width: 100%;
}
@media screen and (min-width: 971px) {
  .c-button-more.is-right,
  .c-button-more.is-info-right {
    max-width: 1080px;
    margin-inline: auto;
  }
}
.c-button-more.is-right a {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 971px) {
  .c-button-more.is-right a {
    margin-right: auto;
  }
}
.c-button-more.is-info-right a {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 971px) {
  .c-button-more.is-pc-right a {
    margin-right: 0;
    margin-left: auto;
  }
}
.c-button-store.is-right a {
  margin-right: auto;
}
@media screen and (min-width: 971px) {
  .c-button-store.is-right a {
    margin-right: 0;
  }
}
.c-button-store.is-right {
  padding: 0;
}
#page_top {
  width: 64px;
  height: 64px;
  position: fixed;
  right: 24px;
  bottom: 0;
  background-color: #fff;
  border: solid 1px rgba(51, 42, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
}
#page_top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url(../src/img/icon/top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper {
  padding-bottom: 6vw;
}
@media screen and (min-width: 680px) {
  .swiper {
    padding-bottom: 3vw;
  }
}
.swiper-wrapper {
  position: relative;
}
.js-mainvisual-slider {
  width: 100%;
  overflow: visible !important;
}
@media screen and (min-width: 971px) {
  .js-mainvisual-slider {
    padding-inline: 25%;
  }
}
.js-mainvisual-slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  /* 動きをスムーズに */
}
@media screen and (min-width: 680px) {
  .js-mainvisual-slider .swiper-wrapper {
    padding-bottom: 20px;
  }
}
.js-mainvisual-slider .swiper-slide {
  transition: transform 0.3s;
  transform: scale(0.8) !important;
  opacity: 0.5;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.js-mainvisual-slider .swiper-slide:hover img {
  transform: scale(1.1);
}
.js-mainvisual-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.6s ease;
  /* ゆっくり動かすのがおしゃれ */
}
.js-voice-slider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: hidden;
  overflow-y: visible;
}
.js-voice-slider .swiper-wrapper {
  padding-bottom: 16px;
}
@media screen and (min-width: 680px) {
  .js-voice-slider .swiper-wrapper {
    padding-bottom: 24px;
  }
}
.js-voice-slider .swiper-slide {
  height: auto;
}
/* 中央に来たスライドだけ、元の大きさと濃さに戻す */
.js-mainvisual-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
  z-index: 1;
}
.js-mainvisual-slider .swiper-pagination {
  top: 90%;
  margin-top: 0;
  z-index: 10;
}
.js-plan-slider .swiper-pagination {
  position: static !important;
  text-align: left;
}
@media screen and (min-width: 971px) {
  .js-plan-slider .swiper-pagination {
    display: none;
  }
}
.js-voice-slider .swiper-pagination {
  width: auto;
}
@media screen and (min-width: 971px) {
  .js-voice-slider .swiper-pagination {
    text-align: left;
    bottom: 2%;
    padding-top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.js-mainvisual-slider .swiper-button-prev,
.js-mainvisual-slider .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
}
@media screen and (min-width: 1160px) {
  .js-mainvisual-slider .swiper-button-prev,
  .js-mainvisual-slider .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.js-mainvisual-slider .swiper-button-prev .swiper-navigation-icon,
.js-mainvisual-slider .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.js-mainvisual-slider .swiper-button-prev {
  left: 14%;
}
@media screen and (min-width: 971px) {
  .js-mainvisual-slider .swiper-button-prev {
    left: 31%;
  }
}
@media screen and (min-width: 1160px) {
  .js-mainvisual-slider .swiper-button-prev {
    left: 32%;
  }
}
.js-mainvisual-slider .swiper-button-prev {
  background: url("../src/img/voice/prev.png") no-repeat center/contain;
}
.js-mainvisual-slider .swiper-button-next {
  right: 14%;
}
@media screen and (min-width: 971px) {
  .js-mainvisual-slider .swiper-button-next {
    right: 31%;
  }
}
@media screen and (min-width: 1160px) {
  .js-mainvisual-slider .swiper-button-next {
    right: 32%;
  }
}
.js-mainvisual-slider .swiper-button-next {
  background: url("../src/img/voice/next.png") no-repeat center/contain;
}
.js-plan-slider .swiper-slide {
  transition: transform 0.3s;
}
@media screen and (min-width: 971px) {
  .js-mainvisual-slider .swiper-pagination-bullet,
  .js-voice-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
  }
}
.js-mainvisual-slider .swiper-pagination-bullet-active {
  background: #FDD000 !important;
}
.js-plan-slider .swiper-pagination-bullet-active {
  background: #FDD000 !important;
}
.js-voice-slider .swiper-pagination-bullet-active {
  background: #FDD000 !important;
}
.c-swiper-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 971px) {
  .c-swiper-control {
    margin-top: 48px;
  }
}
.js-voice-slider .swiper-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1080px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 971px) {
  .js-voice-slider .swiper-control {
    padding-left: 72px;
    padding-right: 72px;
    max-width: none;
  }
}
@media screen and (min-width: 1160px) {
  .js-voice-slider .swiper-control {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.js-voice-slider .swiper-button-prev,
.js-voice-slider .swiper-button-next,
.js-voice-slider .swiper-pagination {
  position: static;
  margin: 0;
}
.js-voice-slider .swiper-button-prev .swiper-navigation-icon,
.js-voice-slider .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.js-voice-slider .swiper-button-prev {
  background: url("../src/img/voice/prev.png") no-repeat center/contain;
}
.js-voice-slider .swiper-button-next {
  background: url("../src/img/voice/next.png") no-repeat center/contain;
}
.l-fix-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FDD000;
  /* iPhoneのセーフエリア（下のバー）への対応 */
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-fix-nav.is-hidden {
  transform: translateY(100%);
  opacity: 0 !important;
  pointer-events: none;
}
.l-fix-nav__list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-fix-nav__item {
  flex: 1;
  border-right: 1px solid #332A00;
}
.l-fix-nav__item:last-child {
  border-right: none;
}
.l-fix-nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 65px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}
.c-icon-fix,
.l-fix-nav__item-link img {
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header {
  background-color: #FDD000;
  height: 8.8rem;
  padding: 0 8px;
  transform: none !important;
  opacity: 1 !important;
}
.l-header__float {
  background-color: #fff;
  border-radius: 0 0 1.875rem 1.875rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 16px 24px;
}
@media screen and (min-width: 680px) {
  .l-header__float {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-header__float-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 971px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    gap: 18px;
  }
}
@media screen and (min-width: 998px) {
  .l-header__nav {
    gap: 32px;
  }
}
@media screen and (min-width: 971px) {
  .l-header__nav-label {
    border-top: solid 1px #332A00;
    border-bottom: solid 1px #332A00;
    padding: 4px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1160px) {
  .l-header__nav-label {
    font-size: 1.4rem;
  }
}
.l-header__logo {
  width: 100%;
  max-width: 140px;
  min-width: 100px;
}
@media screen and (min-width: 971px) {
  .l-header__logo {
    max-width: 180px;
  }
}
.l-header__logo-text {
  font-size: 10px !important;
  color: #5D5D5D;
  padding-bottom: 4px;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 441px) {
  .l-header__logo-text {
    white-space: nowrap;
    padding-bottom: 12px;
  }
}
.l-header__logo-image {
  width: 100%;
}
.l-header .l-gnav-main {
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 971px) {
  .l-header .l-gnav-main {
    margin-left: 28px;
  }
}
@media screen and (min-width: 1160px) {
  .l-header .l-gnav-main {
    margin-left: 48px;
  }
}
.l-header .l-gnav-guide {
  margin-top: 20px;
}
@media screen and (min-width: 971px) {
  .l-header .l-gnav__list {
    display: flex;
    gap: 8px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 1160px) {
  .l-header .l-gnav__list {
    gap: 16px;
  }
}
.l-header .l-gnav__list .l-gnav__list-link {
  font-size: 1.4rem;
  color: transparent;
  background: linear-gradient(to right, #FFAE00 50%, #222 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
.l-header .l-gnav__list .l-gnav__list-link:hover {
  background-position: 0 100%;
}
@media screen and (min-width: 971px) {
  .l-header .l-gnav__list .l-gnav__list-link {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1160px) {
  .l-header .l-gnav__list .l-gnav__list-link {
    font-size: 1.4rem;
  }
}
.l-header__outbound-link {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: solid 1px #2C53D3;
  color: #fff;
  background-color: #2C53D3;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 12px 16px;
}
@media screen and (max-width: 336px) {
  .l-header__outbound-link {
    padding: 8px 10px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 441px) {
  .l-header__outbound-link {
    padding: 12px 24px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 680px) {
  .l-header__outbound-link {
    padding: 16px 32px;
  }
}
.l-header__outbound-link:hover {
  background-color: #fff;
  color: #2C53D3;
}
@media screen and (min-width: 971px) {
  .l-header__outbound-link {
    font-size: 1.6rem;
  }
}
/* 固定ヘッダーの初期状態 */
.l-header-clone {
  position: fixed;
  /* ヘッダーの高さ分、マイナスにして上に隠しておく（ここが大事！） */
  top: -120px;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #FDD000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* 参考サイトと同じアニメーション設定 */
  transition: 0.5s;
  /* PC以外では絶対出さないための保険 */
  display: none;
}
.l-header-clone .l-header__float {
  display: none;
}
@media screen and (min-width: 961px) {
  .l-header-clone {
    display: block;
  }
  .l-header-clone .l-header__float {
    display: block;
  }
}
/* クラスがついた時：ぬるっと降りてくる */
.l-header-clone.is-show {
  top: 0;
}
.l-page-child .l-header {
  height: 100%;
}
.l-page-child .l-header .l-header__page-title {
  font-weight: bold;
  padding: 28px;
  font-size: 2rem;
}
@media screen and (min-width: 971px) {
  .l-page-child .l-header .l-header__page-title {
    font-size: 3.2rem;
    padding: 48px 48px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.single .l-header,
.blog .l-header {
  height: 100% !important;
}
.single .l-header .l-header__page-title,
.blog .l-header .l-header__page-title {
  font-weight: bold;
  padding: 28px;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .single .l-header .l-header__page-title,
  .blog .l-header .l-header__page-title {
    font-size: 3.2rem;
    padding: 48px 48px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-footer__top {
  background-color: #FFF7D1;
  padding: 32px 16px;
}
@media screen and (min-width: 971px) {
  .l-footer__top {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1160px) {
  .l-footer__top {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 680px) {
  .l-footer__top-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-footer__left {
  position: relative;
}
@media screen and (min-width: 680px) {
  .l-footer__left {
    padding-right: 36px;
  }
}
@media screen and (min-width: 971px) {
  .l-footer__left {
    padding-right: 28px;
  }
}
@media screen and (min-width: 680px) {
  .l-footer__left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 156px;
    width: 1px;
    transform: translateY(-50%);
    background: #332A00;
  }
}
@media screen and (min-width: 680px) {
  .l-footer__right {
    padding-left: 36px;
  }
}
@media screen and (min-width: 971px) {
  .l-footer__right {
    padding-left: 28px;
  }
}
.l-footer__logo-text {
  font-size: 1rem;
  color: #5D5D5D;
  padding-bottom: 8px;
}
.l-footer__logo-img {
  width: 100%;
  max-width: 180px;
  min-width: 140px;
}
.l-footer__outbound-text {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (min-width: 971px) {
  .l-footer__outbound-text {
    margin-top: 2.25rem;
  }
}
.l-footer__outbound-link {
  font-size: 1.4rem;
  color: transparent;
  background: linear-gradient(to right, #FFAE00 50%, #222 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
.l-footer__outbound-link:hover {
  background-position: 0 100%;
}
.l-footer__right {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 28px;
}
@media screen and (min-width: 971px) {
  .l-footer__right {
    margin-top: 0;
  }
}
.l-footer__nav {
  display: flex;
  gap: 12px;
}
.l-footer__nav-title {
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (min-width: 971px) {
  .l-footer__nav-title {
    font-size: 1.8rem;
  }
}
.l-footer__nav-link {
  color: transparent;
  background: linear-gradient(to right, #FFAE00 50%, #222 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  font-size: 1.4rem;
}
@media screen and (min-width: 680px) {
  .l-footer__nav-link {
    font-size: 1.6rem;
  }
}
.l-footer__nav-link:hover {
  background-position: 0 100%;
}
.l-footer__nav-aria {
  display: grid;
  grid-template-columns: repeat(2, max-content);
}
@media screen and (min-width: 971px) {
  .l-footer__nav-aria {
    grid-template-columns: repeat(4, max-content);
  }
}
.l-footer__other-nav {
  display: flex;
  gap: 24px;
  font-weight: bold;
}
.l-footer__other-nav-item {
  position: relative;
}
.l-footer__other-nav-item + .l-footer__other-nav-item::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.75rem;
  background-color: #757575;
}
.l-footer__other-nav-link {
  color: transparent;
  background: linear-gradient(to right, #FFAE00 50%, #222 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  font-size: 1.4rem;
}
@media screen and (min-width: 680px) {
  .l-footer__other-nav-link {
    font-size: 1.6rem;
  }
}
.l-footer__other-nav-link:hover {
  background-position: 0 100%;
}
.l-footer__bottom {
  background-color: #FDD000;
  padding: 20px 0;
}
.l-footer__bottom-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 680px) {
  .l-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.l-footer__bottom .l-footer__policy--list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px 16px;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 680px) {
  .l-footer__bottom .l-footer__policy--list {
    display: flex;
    margin-bottom: 0;
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-footer__bottom .l-footer__policy-item {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 971px) {
  .l-footer__bottom .l-footer__policy-item {
    font-size: 1.6rem;
  }
}
.l-footer__bottom .l-footer__policy-item:nth-child(2)::before {
  content: "/";
  position: absolute;
  left: -10.4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
@media screen and (min-width: 680px) {
  .l-footer__bottom .l-footer__policy-item:nth-child(3)::before {
    content: "/";
    position: absolute;
    left: -10.4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }
}
.l-footer__bottom .l-footer__policy-item:nth-child(4)::before {
  content: "/";
  position: absolute;
  left: -17.6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
@media screen and (min-width: 680px) {
  .l-footer__bottom .l-footer__policy-item:nth-child(4)::before {
    left: -10.4px;
  }
}
.l-footer__copyright {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 971px) {
  .l-footer__copyright {
    font-size: 1.4rem;
  }
}
.p-key-visual {
  overflow: hidden !important;
  margin-top: 40px;
}
@media screen and (min-width: 680px) {
  .p-key-visual {
    margin-top: 60px;
  }
}
@media screen and (min-width: 971px) {
  .p-key-visual {
    margin-top: 72px;
  }
}
.p-key-visual .p-key-visual__wrapper {
  width: 100%;
  margin: 0 auto;
}
.p-key-visual .swiper-slide {
  position: relative;
}
.p-key-visual .swiper-slide .p-key-visual__label {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
  padding: 8px 16px;
  font-size: 1.4rem;
}
.p-search {
  margin-top: 28px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (min-width: 971px) {
  .p-search {
    margin-bottom: 120px;
  }
}
.p-search__inner {
  background-color: #F9F7E9;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.p-search__yellow-line {
  background-color: #FDD000;
  height: 20px;
  border-radius: 12px 12px 0 0;
}
.p-search__form-wrapper {
  padding: 16px 24px;
}
@media screen and (min-width: 680px) {
  .p-search__form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 32px;
    padding: 16px 32px 32px;
  }
}
.p-search__item {
  margin-bottom: 16px;
}
.p-search__item:last-child {
  margin-bottom: 32px;
}
.p-search__item-container {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 680px) {
  .p-search__item-container {
    gap: 8px;
  }
}
@media screen and (min-width: 971px) {
  .p-search__item-container {
    gap: 16px;
  }
}
.p-search__label-text {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 8px;
}
.p-search .p-search__date,
.p-search .p-search__time,
.p-search .p-search__spot {
  background-color: #fff;
  border: solid 1px #E4E4E4;
  padding: 16px;
  border-radius: 8px;
  font-weight: bold;
}
.p-search .p-search__date:focus,
.p-search .p-search__time:focus,
.p-search .p-search__spot:focus {
  outline: solid 1px #FDD000;
}
.p-search__item-container {
  position: relative;
}
.p-search .p-search__car-type-container {
  position: relative;
}
.p-search__date {
  width: 65%;
  padding: 16px 16px 16px 40px !important;
  background-image: url(../src/img/icon/calendar.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px;
}
@media screen and (min-width: 441px) {
  .p-search__date {
    font-size: 2rem;
  }
}
.p-search__date {
  cursor: pointer;
}
.p-search__time {
  width: 35%;
}
.p-search__spot {
  width: 100%;
}
.p-search {
  /* 呼び出し欄（高さ固定） */
}
.p-search .p-search__select-trigger {
  height: 58px;
  border: solid 1px #E4E4E4;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  width: 100%;
}
.p-search #js-selected-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  color: #999;
  font-weight: bold;
}
.p-search #js-selected-text.is-selected {
  color: #222;
}
.p-search .p-search__select-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-search .p-search__image {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
}
.p-search .p-search__scale {
  transform: scaleX(-1);
}
.p-search {
  /* モーダル本体 */
}
.p-search .p-search__car-modal {
  border: none;
  border-radius: 12px;
  padding: 0;
  width: 90%;
  max-width: 450px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.p-search .p-search__car-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.p-search .p-search__modal-inner {
  padding: 24px;
}
.p-search .p-search__modal-inner h3 {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.p-search .p-search__checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 60vh;
  overflow-y: auto;
}
@media screen and (min-width: 971px) {
  .p-search .p-search__checkbox-list {
    gap: 16px;
  }
}
.p-search {
  /* 各選択肢のラベル */
}
.p-search .p-search__car-option {
  display: block;
  padding: 8px 12px;
  border: 1px solid #757575;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}
@media screen and (min-width: 971px) {
  .p-search .p-search__car-option {
    padding: 15px;
  }
}
.p-search .p-search__car-option input[type=checkbox] {
  display: none;
}
.p-search .p-search__car-option:has(input:checked) {
  background-color: #FFF7D1;
  border-color: #FDD000;
  color: #332A00;
  font-weight: bold;
}
.p-search .p-search__modal-footer {
  margin-top: 24px;
}
.p-search .p-search__close-btn {
  width: 100%;
  height: 50px;
  background: #332A00;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}
.p-search__action {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 298px) {
  .p-search__action {
    max-width: 200px;
    width: 100%;
    white-space: wrap;
    bottom: -40px;
  }
}
@media screen and (min-width: 971px) {
  .p-search__action {
    bottom: -35px;
  }
}
.p-search__action .p-search__button {
  background-color: #FDD000;
  padding: 16px 20px;
  border-radius: 50px;
  font-size: 1.4rem;
  transition: all 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 298px) {
  .p-search__action .p-search__button {
    padding: 12px 8px;
  }
}
.p-search__action .p-search__button:hover {
  background-color: #fff;
  color: #FDD000;
  outline: 2px solid #FDD000;
}
@media screen and (min-width: 971px) {
  .p-search__action .p-search__button {
    font-size: 1.6rem;
    padding: 24px 40px;
  }
}
.p-search__action .p-search__button .p-search__accent {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 971px) {
  .p-search__action .p-search__button .p-search__accent {
    font-size: 2rem;
  }
}
/* カレンダーの「年」の部分をクリックしても入力モードにならないようにする */
.flatpickr-current-month input.cur-year {
  pointer-events: none;
}
/* 念押し */
.flatpickr-current-month input.cur-year:focus {
  outline: none;
}
.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-current-month .numInputWrapper {
  display: none !important;
}
.custom-year-btn {
  background: #FDD000;
  color: #332A00;
  border: none;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 5px;
}
.custom-year-btn:active {
  background: #FDD000;
}
.flatpickr-calendar {
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
}
.flatpickr-calendar select,
.flatpickr-calendar span {
  font-family: inherit !important;
}
.flatpickr-day:hover {
  background: #FFF7D1;
  border-color: #fff;
}
.flatpickr-day.selected {
  background: #FDD000;
  border-color: #fff;
  color: #332A00;
}
.flatpickr-day.selected:hover {
  background: #FDD000;
}
.flatpickr-day.selected.is-holiday {
  color: red;
}
.flatpickr-day.today {
  border: none;
}
/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
  color: red;
}
.is-holiday {
  color: red;
}
/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: blue;
}
.c-datepicker-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  pointer-events: auto !important;
}
.p-search__date {
  z-index: 10000 !important;
}
.p-plan {
  padding-left: 16px;
}
@media screen and (min-width: 971px) {
  .p-plan {
    padding-left: 0;
  }
}
.p-plan .c-section__header {
  padding-right: 16px;
}
@media screen and (min-width: 971px) {
  .p-plan .c-section__header {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 971px) {
  .p-plan__naha {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 72px;
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 971px) {
  .p-plan__island {
    background-color: #FFFEF5;
  }
}
@media screen and (min-width: 971px) {
  .p-plan__island-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 72px;
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 971px) {
  .p-plan__island .p-plan__list {
    padding-top: 48px;
  }
}
.p-plan__list {
  margin-top: 24px;
}
@media screen and (min-width: 971px) {
  .p-plan__list {
    margin-top: 0;
  }
}
.p-plan__list-subtitle {
  color: rgba(34, 34, 34, 0.2);
  font-size: 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}
@media screen and (min-width: 971px) {
  .p-plan__list-subtitle {
    font-size: 2rem;
  }
}
.p-plan__list-subtitle::before, .p-plan__list-subtitle::after {
  content: "";
  background-color: rgba(34, 34, 34, 0.2);
  width: 16px;
  height: 1px;
}
.p-plan__list-subtitle::before {
  margin-right: 8px;
}
.p-plan__list-subtitle::after {
  margin-left: 8px;
}
.p-plan__list-title {
  font-size: 1.4rem;
  color: #222222;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 971px) {
  .p-plan__list-title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.p-plan__list-title .p-plan-underline, .p-plan__list-title .p-plan-underline-ishigaki, .p-plan__list-title .p-plan-underline-miyako {
  font-size: 1.6rem;
  text-decoration-line: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: #FDD000;
  text-underline-offset: -2px;
}
@media screen and (min-width: 971px) {
  .p-plan__list-title .p-plan-underline, .p-plan__list-title .p-plan-underline-ishigaki, .p-plan__list-title .p-plan-underline-miyako {
    font-size: 2rem;
  }
}
.p-plan__list-title .p-plan-underline-miyako {
  text-decoration-color: #F38148;
}
.p-plan__list-title .p-plan-underline-ishigaki {
  text-decoration-color: #39B7C2;
}
@media screen and (min-width: 971px) {
  .p-plan .p-plan__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 28px;
    transform: none !important;
    width: 100% !important;
  }
}
.p-plan__card-item--top {
  position: relative;
  grid-column: 1/3;
}
.p-plan__card-item--top .p-plan__card-image {
  max-width: 250px;
}
@media screen and (min-width: 971px) {
  .p-plan__card-item--top .p-plan__card-image {
    max-width: 300px !important;
    height: 100%;
  }
}
.p-plan__card-item--top .p-plan__card-image img {
  width: 100%;
}
@media screen and (min-width: 971px) {
  .p-plan__card-item--top .p-plan__card-body {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 1160px) {
  .p-plan__card-item--top .p-plan__card-body {
    max-width: 300px;
  }
}
.p-plan__card-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 971px) {
  .p-plan__card-item {
    box-shadow: none;
  }
}
.p-plan__card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.p-plan__card-item .p-plan__card-image {
  max-width: 250px;
}
.p-plan__card-item .p-plan__card-image img {
  width: 100%;
  height: 100%;
}
.p-plan__card-body {
  background-color: #fff;
  padding: 16px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-plan__card-body .p-plan__card-tag-list {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  color: #fff;
  font-weight: bold;
}
.p-plan__card-body .p-plan__card-tag-list .p-plan__card-tag {
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 8px;
  background-color: #F65929;
  white-space: nowrap;
}
@media screen and (min-width: 971px) {
  .p-plan__card-body .p-plan__card-tag-list .p-plan__card-tag {
    padding: 4px;
  }
}
@media screen and (min-width: 1160px) {
  .p-plan__card-body .p-plan__card-tag-list .p-plan__card-tag {
    font-size: 1.4rem;
    padding: 8px;
  }
}
.p-plan__card-body .p-plan__card-tag-list .p-plan__card-tag:nth-child(2) {
  background-color: #51C978;
}
.p-plan__card-body .p-plan__card-tag-list .p-plan__card-tag:nth-child(3) {
  background-color: #39B7C2;
}
.p-plan__card-body .p-plan__card-title {
  color: #222222;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-plan__card-body .p-plan__price-text {
  font-size: 1.4rem;
  color: #887777;
}
.p-plan__card-body .p-plan__card-price {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 441px) {
  .p-plan__card-body .p-plan__card-price {
    gap: 8px;
  }
}
.p-plan__card-body .p-plan__card-price .sale-price {
  color: #F04E4E;
  font-size: 2rem;
}
@media screen and (min-width: 971px) {
  .p-plan__card-item.u-pc-none {
    display: none !important;
  }
}
.p-area {
  margin-bottom: 84px;
  padding-top: 48px;
}
@media screen and (min-width: 680px) {
  .p-area {
    padding-top: 72px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 971px) {
  .p-area {
    padding-top: 92px;
  }
}
.p-area__list {
  margin-top: 48px;
}
@media screen and (min-width: 971px) {
  .p-area__list {
    padding-left: 60px;
    margin-top: 48px;
  }
}
.p-area__label {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 971px) {
  .p-area__label {
    text-align: left;
    margin-bottom: 16px;
  }
}
.p-area__card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 680px) {
  .p-area__card-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 971px) {
  .p-area__card-container {
    gap: 45px;
  }
}
.p-area__card-container .p-area__card-item .p-area__card-image {
  position: relative;
}
.p-area__card-container .p-area__card-item .p-area__card-image:hover img {
  filter: brightness(1.2);
}
.p-area__card-container .p-area__card-item .p-area__card-image img {
  width: 100%;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 1160px) {
  .p-area__card-container .p-area__card-item .p-area__card-image img {
    max-width: 180px;
  }
}
.p-area__card-container .p-area__card-item .p-area__card-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px 8px;
}
.p-area__card-container .p-area__card-item .p-area__card-body .p-area__card-title {
  color: #222222;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-store {
  background-color: #FFF7D1;
  position: relative;
  margin-bottom: 84px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 971px) {
  .p-store {
    margin-bottom: 92px;
  }
}
.p-store__wrapper {
  padding: 0 8px;
}
@media screen and (min-width: 680px) {
  .p-store__wrapper {
    padding: 0 16px;
  }
}
@media screen and (min-width: 971px) {
  .p-store__wrapper {
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1160px) {
  .p-store__wrapper {
    margin-bottom: 48px;
    padding-top: 48px;
  }
}
.p-store .c-section__header {
  padding: 0 8px;
}
@media screen and (min-width: 971px) {
  .p-store .c-section__header {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-store::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: url(../src/img/section/store-top.svg);
  background-repeat: repeat-x;
  /* 横に繰り返す */
  background-size: contain;
}
@media screen and (min-width: 680px) {
  .p-store::before {
    background-image: url(../src/img/section/store-sp-top.svg);
    background-size: cover;
    height: 65px;
    top: -48px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1600px) {
  .p-store::before {
    top: -64px;
  }
}
.p-store::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: url(../src/img/section/store-bottom.svg);
  background-repeat: repeat-x;
  /* 横に繰り返す */
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 680px) {
  .p-store::after {
    background-image: url(../src/img/section/store-sp-bottom.svg);
    background-size: cover;
    bottom: -48px;
    height: 120px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 971px) {
  .p-store::after {
    height: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .p-store::after {
    height: 300px;
    bottom: -96px;
  }
}
.p-store__list {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 24px;
  padding: 12px 8px;
}
@media screen and (min-width: 971px) {
  .p-store__list {
    max-width: 1200px;
    width: 100%;
    padding: 36px 12px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-store__list-inner {
  padding: 0 4px 16px;
}
@media screen and (min-width: 971px) {
  .p-store__list-inner {
    padding: 24px 48px;
  }
}
.p-store__list .p-tabs__contents {
  margin-top: 24px;
  margin-bottom: 36px;
}
.p-store__list .p-tabs__contents-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
@media screen and (min-width: 680px) {
  .p-store__list .p-tabs__contents-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 971px) {
  .p-store__list .p-tabs__contents-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.p-store__list .p-tabs__contents-item {
  border: solid 1px #E4E4E4;
  border-radius: 8px;
}
.p-store__list .p-tabs__contents-item:hover {
  border: solid 1px #FDD000;
}
.p-store__list .p-tabs__contents-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 8px;
}
@media screen and (min-width: 971px) {
  .p-store__list .p-tabs__contents-link {
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
}
@media screen and (min-width: 971px) {
  .p-store__list .p-tabs__brand {
    min-width: 80px;
  }
}
.p-store__list .p-tabs__brand-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ここで表示したい行数を指定 */
  overflow: hidden;
  max-height: 3em;
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 971px) {
  .p-store__list .p-tabs__brand-name {
    height: auto;
    text-align: left;
  }
}
.p-voice {
  overflow-x: hidden;
  padding: 0 16px;
  margin-bottom: 60px;
}
@media screen and (min-width: 971px) {
  .p-voice {
    padding: 0;
    margin-bottom: 92px;
  }
}
.p-voice .c-section__header {
  padding-top: 8px;
}
@media screen and (min-width: 971px) {
  .p-voice .c-section__header {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-voice__slider-inner {
  display: flex;
}
.p-voice__text {
  font-size: 1.2rem;
  color: #222;
  margin-top: 24px;
}
@media screen and (min-width: 971px) {
  .p-voice__text {
    font-size: 1.6rem;
    max-width: 1080px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (min-width: 1160px) {
  .p-voice__text {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-voice__accent {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 971px) {
  .p-voice__accent {
    font-size: 2rem;
  }
}
.p-voice__bold {
  font-weight: bold;
}
.p-voice__card {
  background-color: #F9F7E9;
  margin-top: 28px;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  height: auto;
}
.p-voice__card .p-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  color: #222;
}
.p-voice__card .p-brand__icon {
  width: 40px;
  height: 40px;
}
.p-voice__card .p-brand__icon img {
  width: 100%;
}
.p-voice__card-header {
  margin: 12px 0;
  color: #222;
}
@media screen and (min-width: 971px) {
  .p-voice__card-header {
    margin: 16px 0;
  }
}
.p-voice__card-header .p-review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
  gap: 4px;
  margin-bottom: 12px;
}
.p-voice__card-header .p-review__star {
  display: flex;
  align-items: center;
  gap: 2px;
}
.p-voice__card-header .p-voice__header-title {
  font-weight: bold;
}
@media screen and (min-width: 971px) {
  .p-voice__card-header .p-voice__header-title {
    font-size: 2rem;
  }
}
.p-voice__card-body {
  background-color: #fff;
  padding: 12px;
  color: #222;
  flex-grow: 1;
  display: flex;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.4rem;
}
.p-voice__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
@media screen and (min-width: 971px) {
  .p-voice__card-footer {
    margin-top: 28px;
  }
}
.p-voice__card-footer .p-posted {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 441px) {
  .p-voice__card-footer .p-posted {
    gap: 8px;
  }
}
.p-voice__card-footer .p-posted__image {
  max-width: 40px;
  width: 100%;
}
@media screen and (min-width: 441px) {
  .p-voice__card-footer .p-posted__image {
    max-width: 70px;
  }
}
.p-voice__card-footer .p-posted__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #222;
}
@media screen and (min-width: 971px) {
  .p-voice__card-footer .p-posted__info {
    gap: 8px;
  }
}
.p-voice__card-footer .p-posted__info .p-posted__date {
  font-size: 1.2rem;
}
.p-voice__card-footer .p-posted__info .p-posted__person {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1160px) {
  .p-voice__card-footer .p-posted__info .p-posted__person {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
@media screen and (min-width: 1340px) {
  .p-voice__card-footer .p-posted__info .p-posted__person {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1450px) {
  .p-voice__card-footer .p-posted__info .p-posted__person {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
.p-voice__card-footer .p-posted__info .p-posted__name {
  font-size: 1.4rem;
}
@media screen and (min-width: 971px) {
  .p-voice__card-footer .p-posted__info .p-posted__name {
    font-size: 1.6rem;
  }
}
.p-voice__card-footer .p-posted__info .p-posted__meta {
  font-size: 1.2rem;
}
@media screen and (min-width: 971px) {
  .p-voice__card-footer .p-posted__info .p-posted__meta {
    font-size: 1.4rem;
  }
}
.p-voice__store {
  background-color: #39B7C2;
  border: solid 1px #D9D9D9;
  border-radius: 4px;
  padding: 8px 16px;
}
@media screen and (min-width: 356px) {
  .p-voice__store {
    padding: 16px 8px;
  }
}
.p-voice__store-link {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 441px) {
  .p-voice__store-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1160px) {
  .p-voice__store-link {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-voice__store-link {
    font-size: 1.4rem;
  }
}
.p-voice__br {
  display: none;
}
@media screen and (max-width: 354px) {
  .p-voice__br {
    display: block;
  }
}
@media screen and (min-width: 971px) {
  .p-guide__list {
    max-width: 1080px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (min-width: 1160px) {
  .p-guide__list {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-guide__list-item {
  margin-bottom: 32px;
}
.p-guide__list-item:last-child {
  margin-bottom: 0;
}
.p-guide__list-item .p-guide__title {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 971px) {
  .p-guide__list-item .p-guide__title {
    font-size: 2rem;
  }
}
.p-guide__list-item .p-guide__title .p-guide__title-step {
  display: inline;
  background: linear-gradient(transparent 60%, #39B7C2 60%);
}
.p-guide__flow {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 680px) {
  .p-guide__flow {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}
@media screen and (min-width: 971px) {
  .p-guide__flow {
    grid-template-columns: 1fr 2.4fr;
    gap: 40px;
  }
}
.p-guide__flow-image {
  width: 100%;
}
@media screen and (min-width: 441px) {
  .p-guide__flow-image {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 971px) {
  .p-guide__flow-image {
    width: 100%;
    flex-grow: 0;
  }
}
.p-guide__flow-text {
  line-height: 1.5;
  color: #222;
}
@media screen and (min-width: 971px) {
  .p-faq__list {
    max-width: 1080px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (min-width: 1160px) {
  .p-faq__list {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-faq .p-faq__details {
  border: solid 1px #FFAE00;
  border-radius: 8px 8px 0 8px;
  padding: 16px;
  position: relative;
  margin-bottom: 16px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.p-faq .p-faq__details:last-child {
  margin-bottom: 0;
}
.p-faq .p-faq__details[open] summary::after {
  content: "−";
}
.p-faq .p-faq__details-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}
@media screen and (min-width: 971px) {
  .p-faq .p-faq__details-summary {
    font-size: 2rem;
  }
}
.p-faq .p-faq__details-summary::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #FFAE00 transparent;
  cursor: pointer;
}
@media screen and (min-width: 971px) {
  .p-faq .p-faq__details-summary::before {
    border-width: 0 0 48px 48px;
  }
}
.p-faq .p-faq__details-summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  bottom: -2px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 971px) {
  .p-faq .p-faq__details-summary::after {
    font-size: 2.4rem;
    right: 6px;
    bottom: 0;
  }
}
.p-faq .p-faq__details-summary .p-faq__question-mark {
  background-color: #39B7C2;
  color: #fff;
  font-size: 1.2rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 971px) {
  .p-faq .p-faq__details-summary .p-faq__question-mark {
    font-size: 2rem;
    width: 32px;
    height: 32px;
  }
}
.p-faq .p-faq__details-content {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-top: 24px;
  position: relative;
}
.p-faq .p-faq__details-content::before {
  content: "";
  background-image: radial-gradient(circle, #b7b6b6 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
}
.p-faq .p-faq__details-content .p-faq__answer-mark {
  background-color: #FFAE00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 971px) {
  .p-faq .p-faq__details-content .p-faq__answer-mark {
    font-size: 2rem;
    width: 32px;
    height: 32px;
  }
}
.p-faq .p-faq__details-content .p-faq__answer-text {
  flex: 1;
  line-height: 1.5;
}
.p-information__list {
  margin-bottom: 24px;
}
@media screen and (min-width: 971px) {
  .p-information__list {
    max-width: 1080px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (min-width: 1160px) {
  .p-information__list {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-information__list .p-information__item {
  background-color: #FFFAD9;
  margin-bottom: 16px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 680px) {
  .p-information__list .p-information__item {
    flex-direction: row;
    align-items: center;
    padding: 24px;
  }
}
.p-information__list .p-information__item:last-child {
  margin-bottom: 0;
}
.p-information__list .p-information__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}
@media screen and (min-width: 680px) {
  .p-information__list .p-information__label {
    min-width: 140px;
    gap: 16px;
  }
}
@media screen and (min-width: 971px) {
  .p-information__list .p-information__label {
    gap: 20px;
    min-width: 240px;
  }
}
.p-information__list .p-information__label .p-information__date {
  font-size: 1.2rem;
}
@media screen and (min-width: 971px) {
  .p-information__list .p-information__label .p-information__date {
    font-size: 1.4rem;
  }
}
.p-information__list .p-information__label .category-tag {
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  font-size: 1.2rem;
}
@media screen and (min-width: 971px) {
  .p-information__list .p-information__label .category-tag {
    padding: 4px 8px;
    font-size: 1.4rem;
  }
}
.p-information__list .p-information__label .category-tag.important {
  background-color: #F38148;
}
.p-information__list .p-information__label .category-tag.feature {
  background-color: #51C978;
}
.p-information__list .p-information__label .category-tag.event {
  background-color: #39B7C2;
}
.p-information__list .p-information__link {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: transparent;
  background: linear-gradient(to right, #FFAE00 50%, #2C53D3 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
.p-information__list .p-information__link:hover {
  background-position: 0 100%;
}
@media screen and (min-width: 441px) {
  .p-information__list .p-information__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 971px) {
  .p-information__list .p-information__link {
    font-size: 1.6rem;
  }
}
.p-information__empty {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.page-404 {
  text-align: center;
  max-width: 1080px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 72px;
  padding-bottom: 48px;
  margin: 0 auto;
}
@media screen and (min-width: 680px) {
  .page-404 {
    padding-top: 120px;
    padding-bottom: 92px;
  }
}
.page-404 img {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 680px) {
  .page-404 img {
    max-width: 320px;
  }
}
.page-404 p {
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 48px;
}
@media screen and (min-width: 971px) {
  .page-404 p {
    font-size: 2rem;
  }
}
.page-404 a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
  padding: 0.8em 1.8em;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 3px #FDD000;
  background-color: #FDD000;
  color: #332A00;
  font-weight: 600;
  font-size: 1.4em;
}