@charset "UTF-8";
body {
  margin: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  font-size: clamp(15px, 1.8vw, 22px);
  overflow-x: hidden;
}

@media (min-width: 650px) and (max-width: 1023px) {
  .point,
  .deposit,
  .steps,
  .guide,
  .imadake,
  .present,
  .campaign,
  .about,
  .faq,
  .contact,
  .footer {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none !important;
}
@media (min-width: 1024px) {
  .pc-only {
    display: inline !important;
  }
}

@media (min-width: 1024px) {
  br.sp-only {
    display: none;
  }
}

br.pc-only {
  display: none;
}
@media (min-width: 1024px) {
  br.pc-only {
    display: inline;
  }
}

.header {
  padding: 8px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .header {
    padding: 12px 0;
  }
}
.header__logo {
  height: auto;
  width: 130px;
}
@media (min-width: 1024px) {
  .header__logo {
    height: 54px;
    width: auto;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mv__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 22px 0 100px;
  text-align: center;
}
@media (min-width: 1024px) {
  .mv__inner {
    width: 90%;
    padding: 22px 0 30px;
  }
}
.mv__heading1 {
  margin: 0;
}
.mv__heading1 img {
  max-width: 880px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .mv__heading1 img {
    margin-bottom: 30px;
  }
}
.mv__heading2 img {
  max-width: 730px;
  width: 83%;
  height: auto;
  margin: 0 auto;
}
.mv__note {
  text-align: center;
  font-size: clamp(14px, 2vw, 24px);
  letter-spacing: 0.1em;
  color: #000;
  margin: 0 auto;
  width: 90%;
  line-height: 1.6;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .mv__note {
    width: 100%;
    margin-top: 30px;
  }
}

.point {
  padding: 0 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  .point {
    padding: 0 20px;
  }
}
.point__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.point__heading {
  font-size: clamp(15px, 2.5vw, 30px);
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin: 0 0 42px;
}
@media (min-width: 1024px) {
  .point__heading {
    margin-bottom: 50px;
  }
}
.point__item {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .point__item {
    margin-bottom: 40px;
  }
}
.point__item:last-child {
  margin-bottom: 0;
}
.point__item img {
  max-width: 100%;
  height: auto;
}

.deposit {
  padding: 22px 20px 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .deposit {
    padding: 50px 20px 0;
  }
}
.deposit__inner {
  max-width: 900px;
  margin: 0 auto;
}
.deposit__title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .deposit__title {
    margin-bottom: 30px;
  }
}
.deposit__title img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .deposit__title img {
    max-width: 612px;
  }
}
.deposit__text {
  font-size: clamp(15px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 8%;
}
@media (min-width: 1024px) {
  .deposit__text {
    max-width: 944px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
.deposit__methods {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 8%;
}
@media (min-width: 1024px) {
  .deposit__methods {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    padding: 0;
  }
}
.deposit__method {
  flex: 1;
}
@media (min-width: 1024px) {
  .deposit__method {
    max-width: 400px;
  }
}
.deposit__method img {
  max-width: 100%;
  height: auto;
}
.deposit__footer {
  margin-top: 18px;
  text-align: center;
  padding: 0 8%;
}
@media (min-width: 1024px) {
  .deposit__footer {
    margin-top: 24px;
    padding: 0;
    text-align: right;
  }
}
.deposit__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
  text-align: left;
  width: 250px;
  margin: 30px auto 0;
  transition: transform 0.3s, filter 0.3s;
}
.deposit__button:hover {
  transform: translateY(-2px);
  filter: brightness(0.9);
}
@media (min-width: 1024px) {
  .deposit__button {
    padding: 20px 30px;
    width: 660px;
    text-align: center;
  }
  .deposit__button span:first-child {
    display: block;
    width: 100%;
  }
}
.deposit__arrow {
  flex-shrink: 0;
  margin-left: 15px;
}
.deposit__arrow img {
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .deposit__arrow img {
    width: 50px;
    height: 50px;
  }
}
.deposit__icons {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .deposit__icons {
    width: auto;
  }
}
.deposit__icons-img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .deposit__icons-img {
    width: 450px;
  }
}
.deposit__etc {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 40px;
  height: auto;
}
@media (min-width: 1024px) {
  .deposit__etc {
    right: -40px;
    width: 50px;
  }
}

.steps {
  padding: 20px 20px 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .steps {
    padding: 50px 20px 60px;
  }
}
.steps__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.steps__title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .steps__title {
    margin-bottom: 40px;
  }
}
.steps__title img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .steps__title img {
    max-width: 624px;
  }
}
@media (min-width: 1024px) {
  .steps__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
  }
  .steps__list::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    background-color: #000;
    z-index: 0;
  }
}
.steps__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.steps__item:first-child {
  border-top: none;
}
.steps__item:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .steps__item {
    flex-direction: column;
    text-align: center;
    border: none;
    padding: 0 30px;
    flex: 1;
    max-width: 320px;
    position: relative;
  }
  .steps__item::after {
    content: "";
    position: absolute;
    top: 130px;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
  }
  .steps__item:last-child::after {
    display: none;
  }
}
.steps__icon {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.steps__icon img {
  width: 60px;
  height: auto;
}
@media (min-width: 1024px) {
  .steps__icon img {
    width: 110px;
  }
}
.steps__text {
  font-size: clamp(12px, 1.8vw, 22px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (min-width: 1024px) {
  .steps__text {
    margin-top: 20px;
    text-align: left;
  }
}
.steps__highlight {
  color: #e96000;
}

.guide {
  background: linear-gradient(rgba(234, 100, 43, 0.2), rgba(234, 100, 43, 0.2)), url("../images/guide-bg-sp.png") center center/cover no-repeat;
  background-color: #fff;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .guide {
    background: linear-gradient(rgba(234, 100, 43, 0.2), rgba(234, 100, 43, 0.2)), url("../images/guide-bg.png") center center/cover no-repeat;
    max-width: 921px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 60px 40px;
  }
}
.guide__inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .guide__inner {
    gap: 20px;
    align-items: center;
  }
}
.guide__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  width: 250px;
  margin: 0 auto;
  transition: transform 0.3s, filter 0.3s;
}
.guide__button:hover {
  transform: translateY(-2px);
  filter: brightness(0.9);
}
@media (min-width: 1024px) {
  .guide__button {
    font-size: 20px;
    padding: 20px 30px;
    width: 600px;
    text-align: center;
  }
  .guide__button span:first-child {
    display: block;
    width: 100%;
  }
}
.guide__arrow {
  flex-shrink: 0;
  margin-left: 15px;
}
.guide__arrow img {
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .guide__arrow img {
    width: 50px;
    height: 50px;
  }
}

.imadake {
  padding: 40px 0 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .imadake {
    padding: 60px 0 0;
  }
}
.imadake__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.imadake__top {
  background: url("../images/bg-sunburst.svg") no-repeat;
  background-size: 500px auto;
  background-position: calc(50% + 36px) calc(100% + 62px);
}
@media (min-width: 1024px) {
  .imadake__top {
    background-size: 700px auto;
  }
}
.imadake__title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .imadake__title {
    margin-bottom: 30px;
  }
}
.imadake__title img {
  height: auto;
  width: 97px;
}
@media (min-width: 1024px) {
  .imadake__title img {
    width: auto;
    height: 60px;
  }
}
.imadake__text {
  font-size: clamp(15px, 2vw, 24px);
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .imadake__text {
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
.imadake__gift {
  position: relative;
}
.imadake__icon {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: auto;
}
@media (min-width: 1024px) {
  .imadake__icon {
    width: 243px;
  }
}
.imadake__period {
  background-color: #fff2d8;
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 450px;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .imadake__period {
    padding: 38px 40px;
    max-width: 600px;
    margin-bottom: 78px;
  }
}
.imadake__period-label {
  font-size: clamp(16px, 2.5vw, 32px);
  margin: 0;
  letter-spacing: 0.1em;
}
.imadake__period-date {
  font-size: clamp(16px, 2.5vw, 32px);
  margin: 0;
  letter-spacing: 0.1em;
}

.hero {
  background: linear-gradient(to bottom, transparent 85%, #fff 85%), linear-gradient(to right, transparent 50%, #22352a 50%);
  margin-top: -80px;
  z-index: 100;
  position: relative;
}
@media (min-width: 1024px) {
  .hero {
    margin-top: 0;
  }
}

.hero__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hero__image {
  display: block;
}
.hero__image img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hero__image img {
    width: 100%;
    max-width: 800px;
  }
}

.imadake + .hero {
  margin-top: 0;
}

.present {
  padding: 40px 20px;
  text-align: center;
}
.present__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.present__title {
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .present__title {
    margin-bottom: 40px;
  }
}
.present__title img {
  height: auto;
  width: 187px;
}
@media (min-width: 1024px) {
  .present__title img {
    width: 342px;
  }
}
.present__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .present__items {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
  }
}
.present__item img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .present__item img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1024px) {
  .present__item:nth-child(2) img {
    max-width: 420px;
  }
}
.present__note {
  margin: 20px 0 0;
  font-size: clamp(13px, 2.5vw, 24px);
  text-align: center;
}
@media (min-width: 1024px) {
  .present__note {
    margin-top: 40px;
    font-size: 24px;
  }
}

.campaign {
  padding: 40px 20px 0;
}
@media (min-width: 1024px) {
  .campaign {
    padding-bottom: 60px;
  }
}
.campaign__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.campaign__title {
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .campaign__title {
    margin-bottom: 40px;
  }
}
.campaign__title img {
  height: auto;
  width: 211px;
}
@media (min-width: 1024px) {
  .campaign__title img {
    height: 50px;
    width: auto;
  }
}
.campaign__block {
  margin-bottom: 20px;
}
.campaign__block p {
  margin: 8px 0 16px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .campaign__block p {
    padding: 0 15px;
  }
}
.campaign__heading {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 10px 15px;
}
@media (min-width: 1024px) {
  .campaign__heading {
    font-size: 18px;
  }
}
.campaign__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 9px;
  margin: 13px 0 0;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .campaign__table {
    font-size: 14px;
  }
}
.campaign__table th,
.campaign__table td {
  border: 1px solid #000;
  padding: 6px 6px;
  text-align: center;
}
@media (min-width: 1024px) {
  .campaign__table th,
  .campaign__table td {
    padding: 10px;
    white-space: nowrap;
  }
  .campaign__table th br,
  .campaign__table td br {
    display: none;
  }
}
.campaign__table th {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
}
.campaign__table td {
  background: #fff;
}

.about {
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .about {
    padding: 40px 20px 70px;
  }
}
.about__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
@media (min-width: 1024px) {
  .about__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px 40px;
    text-align: left;
    align-items: center;
  }
}
.about__logo img {
  width: 250px;
  height: auto;
}
@media (min-width: 1024px) {
  .about__logo img {
    width: 375px;
  }
}
@media (min-width: 1024px) {
  .about__logo {
    grid-column: 1;
    grid-row: 1;
  }
}
.about__desc {
  font-size: clamp(15px, 1.8vw, 22px);
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 0 18px;
}
@media (min-width: 1024px) {
  .about__desc {
    font-weight: 500;
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }
}
.about__image {
  padding: 0 18px;
}
@media (min-width: 1024px) {
  .about__image {
    grid-column: 2;
    grid-row: 1/3;
    padding: 0;
  }
}
.about__image img {
  max-width: 100%;
  height: auto;
}

.whatbank {
  background: #cc293d;
  position: relative;
}
@media (min-width: 1024px) {
  .whatbank {
    background: linear-gradient(to right, #fff 50%, #cc293d 50%);
    overflow: visible;
    margin-bottom: 190px;
    position: static;
  }
}
@media (min-width: 1024px) {
  .whatbank__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
  }
}
.whatbank__heading {
  background-color: #cc293d;
  padding: 40px 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .whatbank__heading {
    width: 50%;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.whatbank__heading img {
  height: 100px;
  width: auto;
}
@media (min-width: 1024px) {
  .whatbank__heading img {
    height: 150px;
  }
}
.whatbank__content {
  background-color: #f5ebe4;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .whatbank__content {
    width: 50%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .whatbank__card {
    background-color: #f5ebe4;
    border-radius: 20px;
    padding: 60px 40px 40px;
    max-width: 400px;
    position: relative;
  }
}
.whatbank__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .whatbank__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.whatbank__logo img {
  height: 40px;
  width: auto;
}
@media (min-width: 1024px) {
  .whatbank__logo img {
    height: auto;
    width: 190px;
  }
}
.whatbank__text {
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.8;
  margin: 0 0 20px;
  text-align: left;
}
@media (min-width: 1024px) {
  .whatbank__text {
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
.whatbank__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #cc293d;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.5;
  text-align: left;
  max-width: 270px;
  margin: 0 auto;
  padding-left: 30px;
  transition: transform 0.3s, filter 0.3s;
}
.whatbank__button:hover {
  transform: translateY(-2px);
  filter: brightness(0.9);
}
@media (min-width: 1024px) {
  .whatbank__button {
    max-width: none;
    margin: 0;
    padding: 20px 25px;
    text-align: center;
  }
  .whatbank__button span:first-child {
    display: block;
    width: 100%;
  }
}
.whatbank__arrow {
  flex-shrink: 0;
  margin-left: 15px;
}
.whatbank__arrow img {
  width: 40px;
  height: 40px;
}

.download {
  background: url("../images/download-bg.webp") center center/cover no-repeat;
  padding: 20px 20px 40px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .download {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
}
.download__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.download__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .download__header {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.download__logo img {
  width: 80px;
  height: auto;
}
@media (min-width: 1024px) {
  .download__logo img {
    width: 100px;
  }
}
.download__heading {
  font-size: 14px;
  font-weight: bold;
  color: #22352a;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 1024px) {
  .download__heading {
    font-size: 24px;
  }
}
.download__heading span {
  color: #e67635;
}
.download__card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 1024px) {
  .download__card {
    padding: 40px;
    min-width: 450px;
  }
}
.download__card-title {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .download__card-title {
    font-size: 20px;
  }
}
.download__card-title span {
  color: #e67635;
}
.download__qr-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .download__qr-list {
    gap: 40px;
  }
}
.download__qr-item img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .download__qr-item img {
    width: 150px;
    height: 150px;
  }
}
.download__note {
  font-size: 10px;
  color: #707070;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 1024px) {
  .download__note {
    font-size: 12px;
  }
}
.download__asterisk {
  padding-left: 1em;
  text-indent: -1em;
}
.download__pc-only {
  display: none;
}
.download__ios-only {
  display: none;
}
.download__android-only {
  display: none;
}
.download__badge {
  margin-bottom: 20px;
}
.download__badge a {
  display: inline-block;
  transition: transform 0.3s, filter 0.3s;
}
.download__badge a:hover {
  transform: translateY(-2px);
  filter: brightness(0.9);
}
.download__badge img {
  width: 200px;
  height: auto;
}
@media (min-width: 1024px) {
  .download__badge img {
    width: 250px;
  }
}

.faq {
  padding: 0 20px 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .faq {
    padding: 40px 20px;
  }
}
.faq__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.faq__title {
  margin: 0 0 22px;
}
@media (min-width: 1024px) {
  .faq__title {
    margin-bottom: 63px;
  }
}
.faq__title img {
  width: 192px;
  height: auto;
}
@media (min-width: 1024px) {
  .faq__title img {
    width: auto;
    height: 50px;
  }
}
.faq__list {
  text-align: left;
}
.faq__item {
  border-top: 1px solid #d6d6d6;
}
.faq__item:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 2.2vw, 26px);
  text-align: left;
  color: #000;
  -webkit-appearance: none;
}
.faq__question span {
  flex: 1;
  padding-right: 15px;
}
.faq__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .faq__icon {
    width: 36px;
    height: 36px;
  }
}
.faq__icon--minus {
  display: none;
}
.faq__icon--plus {
  display: block;
}
.faq__item.is-open .faq__icon--minus {
  display: block;
}
.faq__item.is-open .faq__icon--plus {
  display: none;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  font-size: clamp(14px, 1.8vw, 22px);
  line-height: 1.8;
  color: #22352a;
  font-weight: normal;
}
.faq__answer p {
  margin: 0 0 20px;
}
.faq__answer p:last-child {
  margin-bottom: 0;
}
.faq__answer a {
  color: #e67635;
  text-decoration: underline;
}
.faq__answer-inner {
  padding: 0 0 20px;
}
.faq__images {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .faq__images {
    gap: 30px;
  }
}
.faq__images .faq__image {
  margin: 0;
}
.faq__images .faq__image img {
  width: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .faq__images .faq__image:first-child img {
    width: 222px;
  }
}
@media (min-width: 1024px) {
  .faq__images .faq__image:last-child img {
    width: 249px;
  }
}
.faq__image {
  margin: 20px 0;
}
.faq__image img {
  width: 70%;
  height: auto;
}
@media (min-width: 1024px) {
  .faq__image img {
    width: 300px;
  }
}
.faq__item.is-open .faq__answer {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}

.contact {
  padding: 40px 20px 30px;
  text-align: center;
}
.contact__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.contact__title {
  margin: 0 0 30px;
}
.contact__title img {
  width: 178px;
  height: auto;
}
.contact__phone {
  margin-bottom: 25px;
}
.contact__phone-label {
  font-size: clamp(16px, 2.3vw, 28px);
  font-weight: bold;
  color: #22352a;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .contact__phone-label {
    margin-bottom: 20px;
  }
}
.contact__phone-number img {
  width: 100%;
}
.contact__phone-text {
  height: 32px;
  width: auto;
}
.contact__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.contact__item {
  padding: 10px 0;
}
.contact__item-title {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .contact__item-title::before {
    content: "【";
  }
  .contact__item-title::after {
    content: "】";
  }
}
.contact__item-desc {
  font-size: clamp(14px, 1.6vw, 20px);
  color: #707070;
  margin: 0;
  line-height: 1.8;
  font-weight: normal;
}

#backToTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 43px;
  height: 43px;
  z-index: 1002;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
@media (min-width: 1024px) {
  #backToTop {
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
#backToTop.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#backToTop:hover {
  transform: translateY(-2px);
  filter: brightness(0.9);
}
#backToTop img {
  width: 100%;
  height: 100%;
}

.footer {
  padding: 0 20px 110px;
}
@media (min-width: 1024px) {
  .footer {
    padding: 40px 20px;
    text-align: center;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer__inner {
    display: inline-block;
    text-align: left;
  }
}
.footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer__main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.footer__logo img {
  width: 280px;
  height: auto;
}
@media (min-width: 1024px) {
  .footer__logo img {
    width: 320px;
  }
}
.footer__info {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .footer__info {
    text-align: left;
    font-size: 14px;
  }
}
.footer__info p {
  margin: 0;
}
.footer__copyright {
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .footer__copyright {
    text-align: center;
    font-size: 14px;
  }
}

.fixed-download {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #f55f00;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .fixed-download {
    display: none;
  }
}
.fixed-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  color: #fff;
  gap: 10px;
}
.fixed-download__logo {
  width: 50px;
  height: auto;
  border-radius: 8px;
}
.fixed-download__text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.fixed-download__arrow img {
  width: 40px;
  height: 40px;
}
.fixed-download__ios-only {
  display: none;
}
.fixed-download__android-only {
  display: none;
}/*# sourceMappingURL=style.css.map */