@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/

html {
  display: flex;
  justify-content: center;
}

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

#container {
  max-width: 750px;
  width: 100vw;
}


@media (min-width: 768px) {
  #container {
    width: 750px;
    /*コンテナー幅*/
    background-color: #f3f3f3;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border: 10px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0px 0px;
    border: 1px solid #e0e0e0;
    /* LP外枠に線 */
  }
}

img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

section {
  display: block;
  margin: 0;
  padding: 0;
}


body {
  background: #fcfdf9;
  color: #313131;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "游明朝", Osaka, "Hiragino Kaku Gothic Pro", sans-serif;
}

/* fvunder */
.fvunder h2 {
  background-image: url(../img/fv_ander_bg.jpg);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

/* CTA1 */
.cta1-inner {
  background-image: url(../img/CTA1_middle.jpg);
  background-color: #fffef5;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}


.cta-btn {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 0px;
}

.cta-btn:hover {
  transform: scale(1.05);
}

/* CTA2 */
.cta2-inner {
  background-image: url(../img/CTA2_middle.jpg);
  background-color: #fffef5;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}


/* CTA3 */
.cta3-inner {
  background-image: url(../img/CTA3_middle.jpg);
  background-color: #fffef5;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}


/* CTA4 */
.cta4-inner {
  background-image: url(../img/CTA4_middle.jpg);
  background-color: #fffef5;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}


/* CTA5 */
.cta5-inner {
  background-image: url(../img/CTA5_middle.jpg);
  background-color: #fffef5;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* CTA6 */
.cta6-inner {
  background-color: #f3f3f3;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}

.cta6LINE-inner {
  background-color: #f3f3f3;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice {
  max-width: 750px;
  width: 100%;
  height: auto;
  display: block;
}

/* お客様の声 動画*/
.voice_movie {
  background-color: #fff;
  padding: 60px;
  max-width: 750px;
}

/* お客様の声 動画 男性 */
.frame-box {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.frame-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* お客様の声　動画　女性 */
.frame-box2 {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.frame-box2 iframe,
.frame-box2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* レビュー */
.review {
  background-color: #fff;
  padding: 40px 0px 0px 0px;
}

.voice-box {
  max-width: 700px;
  margin: 5px 25px 0px 25px;
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  text-align: left;
}

.voice-star {
  color: #ff7800
}

.more-text {
  display: none;
  text-align: left;
}

.accordion-btn {
  color: #a3a3a3;
  border: none;
  padding: 0px 12px 0px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s ease;
}

.accordion-btn:hover {
  color: #4b4b4b;
}

/* 3STEP説明動画*/
.step {
  background-color: #fff;
  padding: 60px;
  max-width: 750px;
}

.frame-box {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}


/* 3step動画*/
.voice_movie {
  background-color: #fff;
  padding: 0px 0px 20px 0px;
  max-width: 750px;
}


/* よくあるご質問 */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #e0f9ff;
}

.accordion-list {
  list-style: none;
  padding: 0;
}

.accordion-list li {
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}


.toggle {
  display: none;
}

.Label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 2px solid #00afd5;
  padding: 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.Label:hover {
  background-color: #f0f8ff;
}

.faq-box {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #00afd5;
  padding: 16px 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.q-icon {
  background-color: #00afd5;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  width: 70px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}


.question-text {
  flex-grow: 1;
  font-size: 16px;
  color: #00afd5;
  line-height: 1.5;
}

.plus-icon {
  font-size: 32px;
  color: #00afd5;
  margin-left: 10px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.toggle:checked+.Label .plus-icon {
  transform: rotate(45deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.toggle:checked~.content {
  max-height: 500px;
  padding: 16px 20px;
}

.a-icon {
  display: inline-block;
  font-weight: bold;
  color: #00afd5;
  margin-bottom: 8px;
  font-size: 22px;
}


/* 問い合わせフォーム */
.contact-form {
  background-color: #f3f3f3;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: 'Helvetica Neue', sans-serif;
  color: #3f3f3f;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.contact-form input,
.contact-form textarea {
  padding: 40px 15px 30px 15px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

.contact-form button {
  background-color: #e56641;
  color: #fff;
  border: 2px solid #d15e3b;
  padding: 15px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 4px 0 #aa4e34;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.contact-form button:hover {
  transform: scale(1.05);
}

.form-message {
  display: none;
  color: #008000;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}


.privacy-note {
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.6;
  color: #6f6f6f
}

.required {
  color: #00afd5;
  font-weight: bold;
}

textarea {
  resize: none;
}

.error-message {
  display: none;
  color: #e56641;
  font-size: 18px;
  margin-top: 8px;
  background-color: #fff3f0;
  padding: 8px 12px;
  border-radius: 4px;
}

::placeholder {
  color: #999;
  font-size: 24px;
}

footer {
  width: 100%;

  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  background-color: #00364F;
}

footer a {
  color: #fff;
  margin: 10px 0;
}

footer p {
  margin: 10px 0;
}

.copy {
  color: #fff;
  font-size: 65%;
  text-align: center;
}

.frame-boxstore {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  background-color: #f3f3f3;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.about-store {
  display: flex;
  background-color: #f3f3f3;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
}