@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

.mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/* ==================================================
   ご紹介キャンペーン（Figma API 準拠）
================================================== */
.content_block {
  width: 940px;
  margin: auto;
}

.tomodachi-page .content_block {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.75;
}

.tomodachi-page .content_block .gothic {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, sans-serif;
}

.tomodachi-page .content_block .inner {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_block {
    width: 100%;
  }

  .tomodachi-page .content_block .inner {
    width: 100%;
    padding: 0 5%;
  }
}

/* ヒーロー
----------------------------------------*/
.tomodachi-page #visual {
  line-height: 0;
  text-align: center;
}

.tomodachi-page #visual img {
  width: 100%;
  max-width: 940px;
  height: auto;
  vertical-align: bottom;
}

/* 特典カード（Figma: Group 3 / Group 270）
----------------------------------------*/
.tomodachi-page #benefit {
  padding: 40px 0 36px;
  background: url(./image/bg1.webp) no-repeat center center / cover;
}

.tomodachi-page .benefit-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.tomodachi-page .benefit-card {
  flex: 1;
  max-width: 360px;
  padding: 24px 20px 24px;
  text-align: center;
  background: #fff;
  border: 2px solid #ac6e0e;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tomodachi-page .benefit-card-new {
  border-color: #104571;
}

.tomodachi-page .card-icon {
  margin: 0 0 12px;
  line-height: 0;
}

.tomodachi-page .card-icon img {
  width: 36px;
  height: auto;
}

.tomodachi-page .benefit-card .card-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  color: #ac6e0e;
  margin: 0 0 14px;
}

.tomodachi-page .benefit-card .card-title .sub {
  font-size: 20px;
  font-weight: 500;
}

.tomodachi-page .benefit-card-new .card-title {
  color: #104571;
}

.tomodachi-page .card-lead {
  font-size: 21px;
  margin: 0 0 14px;
  line-height: 1.45;
}

.tomodachi-page .benefit-card-new .card-lead {
  margin-block: 30px 15px;
}

.tomodachi-page .card-point {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 18px;
  line-height: 1.45;
}

.tomodachi-page .card-point .point-em {
  font-weight: 500;
  color: #9e0000;
  line-height: 1.2;
}

.tomodachi-page .card-point .point-em b {
  font-size: 40px;
}

.tomodachi-page .card-badge {
  display: block;
  padding: 8px 10px 10px;
  background: #ac6e0e;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  width: 100%;
}

.tomodachi-page .benefit-card-new .card-note {
  margin: 0 0 24px;
  padding: 0;
  font-size: 18px;
  line-height: 1.45;
}

.tomodachi-page .point-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  background-color: #fff;
  display: block;
  margin: 32px auto 0;
  max-width: 628px;
  padding: 8px;
}

.tomodachi-page .point-lead .point-link {
  color: #a81313;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .tomodachi-page #benefit {
    padding: 28px 5% 24px;
  }

  .tomodachi-page .benefit-cards {
    align-items: center;
    gap: 6px;
  }

  .tomodachi-page .benefit-card {
    width: 100%;
    max-width: 360px;
    padding: 14px 0;
  }

  .tomodachi-page .benefit-card .card-title {
    font-size: 5vw;
  }

  .tomodachi-page .benefit-card .card-title .sub {
    font-size: 4vw;
  }

  .tomodachi-page .card-lead {
    font-size: 3.2vw;
  }

  .tomodachi-page .benefit-card-new .card-lead {
    margin-block: 12px 15px;
  }

  .tomodachi-page .card-point {
    font-size: 4.5vw;
  }

  .tomodachi-page .card-point .point-em {
    font-size: 4.5vw;
  }

  .tomodachi-page .card-point .point-em b {
    font-size: 6vw;
  }

  .tomodachi-page .card-badge {
    font-size: 3.2vw;
    width: 90%;
  }

  .tomodachi-page .benefit-card-new .card-note {
    font-size: 3.2vw;
  }

  .tomodachi-page .point-lead {
    font-size: 3.8vw;
  }
}

/* 会員様フロー
----------------------------------------*/
.tomodachi-page #member-flow {
  padding: 40px 0 56px;
  background: #fff;
}

.tomodachi-page .member-flow-head {
  max-width: 940px;
  margin: 0 auto 40px;
  padding: 0 5%;
}

.tomodachi-page .member-flow-head .step-label {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.45;
}

.tomodachi-page .member-flow-head .step-em {
  color: #a81313;
}

.tomodachi-page .flow-inner {
  max-width: 670px;
  margin: auto;
}

.tomodachi-page .head-bar-wrap {
  position: relative;
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 52px;
}

.tomodachi-page .head-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 60px;
  padding: 8px 20px 8px 16px;
  background: #ac6e0e;
}

.tomodachi-page .head-bar-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  line-height: 0;
}

.tomodachi-page .head-bar-icon img {
  width: 26px;
  height: auto;
}

.tomodachi-page .head-bar-title {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}

.tomodachi-page .head-badge {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  line-height: 0;
}

.tomodachi-page .head-badge img {
  display: block;
  width: 117px;
  height: auto;
}

.tomodachi-page .flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tomodachi-page .flow-item {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0 0 48px;
  position: relative;
}

.tomodachi-page .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: 0;
  width: 1px;
  background: #c8c8c8;
}

.tomodachi-page .flow-num {
  flex-shrink: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.tomodachi-page .flow-num span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #37242a;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}

.tomodachi-page .flow-body {
  flex: 1;
  min-width: 0;
  padding-top: 8px;
}

.tomodachi-page .flow-body h3 {
  font-size: 23px;
  font-weight: 500;
  margin: 0 0 16px;
  line-height: 1.45;
  text-align: left;
  display: flex;
  align-items: center;
}

.tomodachi-page .flow-app-btn {
  display: inline-block;
  margin: 0 0 40px 15px;
  line-height: 0;
  max-width: 100%;
  width: 415px;
}
.tomodachi-page #item1-1 .flow-app-btn {
  margin-left: 55px;
}
.tomodachi-page .flow-app-btn img {
  max-width: 100%;
  height: auto;
}

.tomodachi-page .flow-image {
  margin: 0 auto;
  line-height: 0;
}

.tomodachi-page .flow-image-suits {
  max-width: 330px;
      margin-left: 100px;
}

.tomodachi-page .flow-note {
  font-size: 15px;
  line-height: 1.45;
  margin: 16px 0 20px;
  text-align: left;
}

.tomodachi-page .member-flow-foot {
  max-width: 670px;
  margin: 0 auto;
}

.tomodachi-page .member-flow-foot .sent-done {
  margin: 0 0 24px;
  text-align: center;
}


.tomodachi-page .member-flow-foot .tip-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 24px;
  padding: 16px 24px;
  border: 2px solid #ba0000;
  border-radius: 10px;
  background: rgba(244, 149, 0, 0.1);
}

.tomodachi-page .member-flow-foot .tip-icons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.tomodachi-page .member-flow-foot .tip-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  line-height: 0;
}

.tomodachi-page .member-flow-foot .tip-icon-circle img {
  width: 28px;
  height: auto;
}

.tomodachi-page .member-flow-foot .tip-text {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
}

.tomodachi-page .member-flow-foot .tip-red {
  color: #9e0000;
}

.tomodachi-page .member-flow-foot .flow-app-btn-bottom {
  display: block;
  margin: 0 auto;
  line-height: 0;
}

.tomodachi-page .member-flow-foot .flow-app-btn-bottom img {
  width: 415px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .tomodachi-page .member-flow-head {
    width: 100%;
  }

  .tomodachi-page .member-flow-head .sp {
    display: block !important;
  }

  .tomodachi-page .member-flow-head .sp img {
    width: 100%;
  }

  .tomodachi-page .flow-inner {
    padding: 0 5%;
  }

  .tomodachi-page .flow-num.sp {
  align-items: center;
  justify-content: center;
  display: inline-flex !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  background: #37242a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
  .tomodachi-page .flow-body-in {
    padding: 0 5%;
  }
  .tomodachi-page .flow-app-btn {
    width: auto;
    margin: 0 auto 25px !important;
  }
  .tomodachi-page .member-flow-foot .flow-app-btn-bottom{
    padding: 0 5%;
  }
  .tomodachi-page .member-flow-foot .flow-app-btn-bottom img{
    width: 100%;
  }

  .tomodachi-page .head-bar-wrap {
    padding-right: 18vw;
  }

  .tomodachi-page .head-bar-title {
    font-size: 3.8vw;
  }

  .tomodachi-page .head-bar-icon {
    width: 36px;
    height: 36px;
  }

  .tomodachi-page .head-bar-icon img {
    width: 22px;
  }

  .tomodachi-page #new-flow .new-flow-head{
    text-align: center;
  }
  .tomodachi-page #new-flow .new-flow-head img{
    max-width: none;
    width: 90%;
    margin: auto;
  }


.tomodachi-page .head-badge img {
    width: 22vw;
    max-width: 117px;
  }

  .tomodachi-page .flow-item {
    gap: 0;
    padding-bottom: 36px;
  }

  .tomodachi-page .flow-item:not(:last-child)::after {
    content: none;

  }

  .tomodachi-page .flow-num span {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 30px;
  }

  .tomodachi-page .flow-body {
    padding-top: 4px;
  }

  .tomodachi-page .flow-body h3 {
    font-size: 3.7vw;
  }

  .tomodachi-page .flow-note {
    font-size: 3.5vw;
  }

  .tomodachi-page .member-flow-foot .sent-done span {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    font-size: 18px;
    min-height: 52px;
  }

  .tomodachi-page .member-flow-foot .tip-box {
    flex-direction: column;
    text-align: center;
    padding: 16px  0 16px;
  }

    .tomodachi-page .member-flow-foot .tip-box .tip-icons img{
      max-width: none;
      width: 120px;
    }

  .tomodachi-page .member-flow-foot .tip-text {
    font-size: 3.6vw;
    text-align: center;
  }

  .tomodachi-page .member-flow-foot .tip-icon-circle {
    width: 48px;
    height: 48px;
  }

  .tomodachi-page .flow-image{
    width: 200px;
  }
}

/* ご新規様フロー
----------------------------------------*/
.tomodachi-page #new-flow {
  padding: 40px 0 56px;
  background: #fff;
}

.tomodachi-page .new-flow-head {
  max-width: 940px;
  margin: 0 auto 40px;
  padding: 0 5%;
}

.tomodachi-page .head-bar-wrap--solo {
  padding-right: 0;
}

.tomodachi-page .head-bar--new {
  background: #104571;
}

.tomodachi-page #new-flow .inner {
  padding: 0 0 56px;
}

.tomodachi-page .flow-warning {
  font-size: 15px;
  line-height: 1.45;
  color: #a81313;
  margin: 0 0 20px;
  text-align: left;
}

.tomodachi-page #item1-1 .flow-image{
  width: 100%;
  max-width: 448px;
      margin-left: 40px;
}
.tomodachi-page #item1-2 .flow-image{
  width: 100%;
  max-width: 448px;
      margin-left: 40px;
}
.tomodachi-page #item2-1 .flow-image{
  width: 100%;
  max-width: 235px;
    margin-left: 145px;
}
@media screen and (max-width: 767px) {
  .tomodachi-page #item1-1 .flow-image,
  .tomodachi-page #item1-2 .flow-image,
  .tomodachi-page #item2-1 .flow-image{
    margin-left: auto;
  }
  .tomodachi-page .flow-image-suits{
    margin-left: auto;
    width: 60%;
    max-width: none;
  }
}
.tomodachi-page .lineup-links {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 588px;
  margin: auto;
}

.tomodachi-page .lineup-card {
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  background: #37242a;
}

.tomodachi-page .lineup-card img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.tomodachi-page .lineup-card .text {
  display: block;
  padding: 14px 12px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  background: #604313;
}

.tomodachi-page .lineup-links li:last-child .lineup-card .text {
  background: #002d4c;
}

@media screen and (max-width: 767px) {
  .tomodachi-page #new-flow {
    padding: 28px 0 36px;
  }

  .tomodachi-page .new-flow-head {
    margin-bottom: 28px;
  }

  .tomodachi-page #new-flow .inner {
    padding-bottom: 36px;
  }

  .tomodachi-page .flow-warning {
    font-size: 3.5vw;
  }

  .tomodachi-page .lineup-links {
    flex-direction: column;
  }
}

/* 予約導線
----------------------------------------*/
.tomodachi-page .reserve-lead {
  padding: 48px 5% 0;
  text-align: center;
  background: #fff;
}

.tomodachi-page .reserve-lead .lead {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 24px;
          text-align: center;
}

.tomodachi-page .reserve-lead .reserve-btn {
  display: inline-block;
  padding: 16px 56px;
  background: #684A28;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  width: 300px;
  margin-bottom: 40px;
}

.tomodachi-page .reserve-lead .shop-link {
  margin-bottom: 70px;
  font-size: 1.4rem;
}

.tomodachi-page .reserve-lead .shop-link a {
  text-decoration: underline;
}

.tomodachi-page .reserve-lead .bnr-shoplist {
  margin-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .tomodachi-page .reserve-lead .lead {
    font-size: 5.5vw;
  }
}

/* ポイントサービス
----------------------------------------*/
#point-service {
  padding: 56px 5% 72px;
  background: #F5F5F5;
  text-align: center;
}

#point-service .point-title {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 32px;
  line-height: 1.45;
}

.tomodachi-page .point-chart {
  max-width: 560px;
  margin: auto;
}

.tomodachi-page .point-note {
  margin: 24px 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  #point-service .point-title {
    font-size: 4.5vw;
  }

  .tomodachi-page .point-note {
    font-size: 3.2vw;
  }
}

#faq {
  background-color: transparent;
  text-align: center;
  width: 900px;
  margin: 50px auto 0;
}

#faq h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#faq h2 .jp {
  display: block;
  font-size: 1.6rem;
}

#faq .box .q {
  background-color: #3C1E00;
}

#faq .box .a {}

@media screen and (max-width: 767px) {
  #faq {
    width: 100%;
  }
#faq .box .q {
  font-size: 3vw;
}

#faq .box .a {
  font-size: 3vw;
}
}