/* BUZZ GO member front — destyle-lite + layout/home (from recovered main.vue / TopPage / RestaurantCard) */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 700;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

#app {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  background: #fff;
}

/* --- header --- */
header.front-header {
  max-width: 900px;
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3c526;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  position: fixed;
  z-index: 50;
}

header.front-header .front-header__logo-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  text-decoration: none;
}

header.front-header .icon {
  width: 42px;
}

header.front-header .left {
  width: 30px;
  height: 18px;
  flex-shrink: 0;
}

header.front-header .left ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

header.front-header .left ul li {
  height: 2px;
  border-radius: 30px;
  background-color: #fff;
  width: 100%;
  transition: 0.2s;
  transform-origin: left top;
}

header.front-header .left .-active li:nth-child(1) {
  transform: rotate(27deg);
  width: 116%;
}

header.front-header .left .-active li:nth-child(2) {
  display: none;
}

header.front-header .left .-active li:nth-child(3) {
  transform: rotate(-27deg);
  width: 113%;
}

.remainingNumber-wrap {
  position: relative;
  flex-shrink: 0;
}

.remainingNumber-wrap .remainingNumber {
  right: 0;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.remainingNumber-wrap .remainingNumber::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -20px;
  border: 8px solid transparent;
  border-right: 20px solid #fff;
  transform: rotate(20deg);
}

main.front-main {
  margin-top: 60px;
  min-height: calc(100vh - 461px);
}

/* --- hamburger --- */
.hamburger_menu {
  max-width: 720px;
  position: fixed;
  top: 0;
  z-index: 80;
  left: -100%;
  width: 80vw;
  height: 100vh;
  transition: 0.2s;
}

.hamburger_menu.hamburger-active {
  left: calc((100% - 900px) / 2);
}

@media screen and (max-width: 900px) {
  .hamburger_menu.hamburger-active {
    left: 0;
  }
}

.hamburger_menu .container {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #f3c526;
}

.hamburger_menu .head_wrap {
  display: flex;
  padding: 0 20px;
  align-items: center;
  height: 60px;
}

.hamburger_menu .head_wrap .left {
  width: 30px;
  height: 18px;
}

.hamburger_menu .head_wrap .left ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger_menu .head_wrap .left ul li {
  height: 2px;
  border-radius: 30px;
  background-color: #fff;
  width: 100%;
  transition: 0.2s;
  transform-origin: left top;
}

.hamburger_menu .head_wrap .left .-active li:nth-child(1) {
  transform: rotate(27deg);
  width: 116%;
}

.hamburger_menu .head_wrap .left .-active li:nth-child(2) {
  display: none;
}

.hamburger_menu .head_wrap .left .-active li:nth-child(3) {
  transform: rotate(-27deg);
  width: 113%;
}

.hamburger_menu .head_wrap .front-buzz-go-wordmark--hamburger-head {
  margin-left: 50px;
}

.hamburger_menu .wrap {
  transition: 0.2s;
  background-color: #fff;
  height: calc(100% - 60px);
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

.hamburger_menu .wrap > .top > .front-buzz-go-wordmark--hamburger-top {
  margin: 0 auto;
}

.hamburger_menu .wrap .top ul {
  margin-top: 20px;
}

.hamburger_menu .wrap li {
  position: relative;
  transition: 0.2s;
}

.hamburger_menu .wrap li:hover {
  letter-spacing: 0.3em;
  color: #f3c526;
}

.hamburger_menu .wrap li:not(:last-child) {
  margin-bottom: 20px;
}

.hamburger_menu .wrap li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hamburger_menu .wrap .bottom {
  font-size: 14px;
  border-top: 1px solid #707070;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hamburger_menu .wrap .bottom li {
  text-align: center;
}

/* --- bottom menu --- */
.bottom_menu {
  padding: 10px 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  position: fixed;
  z-index: 50;
  max-width: 900px;
  background: #f3c526;
}

.bottom_menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bottom_menu ul li {
  width: 55px;
}

.bottom_menu ul li img {
  height: 38px;
  margin: 0 auto;
  display: block;
}

.bottom_menu .point-menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 38px;
  text-decoration: none;
}

.bottom_menu .point-menu-icon svg {
  width: 26px;
  height: 26px;
}

.bottom_menu .point-menu-icon .menu-label {
  font-size: 9px;
  color: #fff;
  margin-top: 2px;
}

/* --- BUZZ GO wordmark (temporary text logo) --- */
.front-buzz-go-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2em;
  padding: 0.28em 0.55em;
  border-radius: 0.35rem;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.front-buzz-go-wordmark__buzz {
  color: #000;
}

.front-buzz-go-wordmark__go {
  color: #f3c526;
}

.front-buzz-go-wordmark--header {
  font-size: 1.15rem;
}

.front-buzz-go-wordmark--footer {
  font-size: 1.35rem;
}

.front-buzz-go-wordmark--auth {
  font-size: 1.5rem;
}

.front-buzz-go-wordmark--page {
  font-size: 2rem;
}

.front-buzz-go-wordmark--hamburger-head {
  font-size: 1.15rem;
  margin-left: 50px;
}

.front-buzz-go-wordmark--hamburger-top {
  font-size: 1.45rem;
  display: block;
  margin: 0 auto;
}

.login_container > .front-buzz-go-wordmark,
.password_container > .front-buzz-go-wordmark,
.register_container > .front-buzz-go-wordmark {
  display: block;
  margin: 0 auto 20px;
}

.password_container > .front-buzz-go-wordmark {
  margin-bottom: 30px;
}

.login_container > .front-buzz-go-wordmark {
  margin-bottom: 30px;
}

.installation-checklist-page__header > .front-buzz-go-wordmark,
.partner-application-page__header > .front-buzz-go-wordmark {
  margin-bottom: 12px;
}

footer.front-footer .front-buzz-go-wordmark {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}

/* --- footer --- */
footer.front-footer {
  background: #f3c526;
  padding: 20px 20px 100px;
  margin-top: 100px;
}

footer.front-footer img {
  width: 154px;
  margin: 0 auto 20px;
  display: block;
}

footer.front-footer ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}

footer.front-footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.common_border {
  border: 3px solid #f3c526;
  border-radius: 12px;
}

.common_label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
  display: block;
  color: #333;
}

/* --- blur / modal --- */
.blur {
  width: 100%;
  height: 100%;
  z-index: 60;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  transition: 0.2s;
}

.home .locationSettingBtnBox.is-hidden,
.blur.is-hidden,
.front-modal.is-hidden {
  display: none !important;
}

.front-modal {
  width: 90%;
  max-width: 810px;
  position: fixed;
  z-index: 4000;
  max-height: 95vh;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
}

.front-modal .scroll {
  max-height: 90vh;
  overflow-y: auto;
}

.front-modal .close_bottun {
  position: absolute;
  top: -30px;
  right: 5px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

.main_modal .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

.main_modal .right {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/* --- form controls --- */
.input_wrap,
.select_wrap {
  width: 100%;
  margin-bottom: 14px;
  position: relative;
}

.input_wrap input,
.select_wrap select {
  width: 100%;
  border: 1px solid #dededf;
  height: 38px;
  border-radius: 5px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
}

.select_wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "▾";
  font-size: 16px;
  color: #707070;
  pointer-events: none;
}

.select_wrap select {
  appearance: none;
  padding-right: 28px;
}

.front-next-btn {
  height: 30px;
  display: block;
  padding: 5px 20px;
  color: #fff;
  background-color: #f3c526;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.front-next-btn:disabled {
  background-color: #ccc;
}

/* --- home --- */
.home {
  padding: 0 20px;
  margin-top: 80px;
}

.home .now_status .ttl {
  text-align: center;
  font-size: 18px;
}

.home .now_status .ttl span {
  color: #f3c526;
}

.home .variable_wrap {
  margin-top: 16px;
  text-align: center;
}

.home .variable_wrap .nomal {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.home .variable_wrap .valiable {
  font-size: 36px;
  color: #f38c26;
  letter-spacing: 0.02em;
}

.home .serch_container {
  width: 100%;
  background-color: #f3c526;
  padding: 10px 15px;
  display: flex;
  border-radius: 8px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.home .serch_container .search_box {
  width: 80%;
  position: relative;
}

.home .serch_container .search_box input {
  background-color: #fff;
  height: 30px;
  border-radius: 3px;
  width: 100%;
  padding-left: 5px;
  border: none;
  font-weight: 500;
}

.home .serch_container .search_submit {
  width: 20%;
  padding-left: 10px;
}

.home .serch_container .search_submit button {
  border-radius: 3px;
  position: relative;
  height: 30px;
  width: 100%;
  background-color: #e25d32;
  border: none;
  color: #fff;
  font-size: 0;
}

.home .serch_container .search_submit button::before {
  content: "🔍";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .shop_container .ttl_img {
  margin: 15px auto 5px;
  width: 90%;
  display: block;
}

.home .locationSettingBtnBox {
  text-align: center;
  margin-top: 10px;
}

.home .locationSettingBtn {
  width: 90%;
  display: inline-block;
  font-weight: normal;
  padding: 6px 30px;
  font-size: 13px;
  background-color: #f3c526;
  color: white;
  border: #f3c526 solid 2px;
  border-radius: 4px;
}

.home .shop_container ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home .shop_container ul li {
  margin-bottom: 10px;
  width: 48%;
}

/* --- restaurant card --- */
.shop_card {
  border: 4px solid #f3c526;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
  background: #fff;
}

.shop_card .img_warp {
  position: relative;
}

.shop_card img.thumb {
  object-fit: cover;
  height: 24vw;
  max-height: 216px;
  min-height: 90px;
  width: 100%;
  display: block;
}

.shop_card .wrap {
  padding: 15px 10px;
}

.shop_card .name,
.shop_card .read {
  line-height: 1.4;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop_card .read {
  font-weight: 300;
}

.shop_card .absolute {
  position: absolute;
  bottom: 14px;
  right: 0;
  background: #ffffff;
  min-width: 45px;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  text-align: end;
  padding: 5px 5px 5px 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.shop_card .absolute .menu::before {
  content: "";
  background-image: url("/front/img/card/icon01.png");
  background-size: cover;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.shop_card > a.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* --- restaurant card2 (検索結果 SearchResult.vue / RestaurantCard2.vue) 1カラム大判 --- */
.shop_card2 {
  border: 4px solid #f3c526;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  display: block;
}

.shop_card2 img.thumb {
  object-fit: cover;
  height: 48vw;
  max-height: 434px;
  width: 100%;
  display: block;
}

.shop_card2 .wrap {
  padding: 15px;
}

.shop_card2 .pass_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.shop_card2 .pass_icon {
  height: 28px;
  width: auto;
  display: block;
}

.shop_card2 .pass_count {
  margin-left: 5px;
  font-size: 20px;
}

.shop_card2 .name {
  font-size: 18px;
}

.shop_card2 .read {
  line-height: 2;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop_card2 .tag_wrap {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.shop_card2 .tag_wrap p {
  padding: 5px 10px;
  background-color: #f3c526;
  border-radius: 30px;
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
}

.shop_card2 > a.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* 検索結果のページャ（もっと見る / 終端） */
#search_pager {
  padding: 0 20px 30px;
  text-align: center;
}

#search_pager .load_more {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #f3c526;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

#search_pager .load_more:disabled {
  opacity: 0.6;
}

#search_pager .infinite_end {
  color: #999;
  font-size: 13px;
  padding: 10px 0;
}

.front-empty {
  text-align: center;
  padding: 40px 20px;
  color: #707070;
  font-weight: 500;
  font-size: 14px;
}

/* --- login (Auth/Login.vue) --- */
.login_container {
  padding: 20px;
  margin: 80px 20px;
}

.login_container > .front-buzz-go-wordmark {
  margin-bottom: 30px;
}

.login_container .input_wrap {
  margin-bottom: 20px;
}

.login_container .login_error {
  color: red;
  font-size: 13px;
  text-align: center;
  margin-bottom: 14px;
}

.login_container .right {
  display: flex;
  justify-content: flex-end;
}

.login_container ul {
  text-align: right;
  margin-top: 20px;
}

.login_container ul li a {
  color: #707070;
  font-size: 14px;
  line-height: 2;
}

.login_container ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-size: 18px;
  color: #707070;
  vertical-align: middle;
}

/* --- Material Symbols helper (layout がフォントを読込済み) --- */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.none {
  display: none !important;
}

/* ===== restaurant detail (Restaurant/Detail.vue) ===== */
.top_container {
  width: 100%;
}

.front-carousel {
  position: relative;
  width: 100%;
}

.front-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.front-carousel__container {
  display: flex;
}

.front-carousel__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
}

.front-carousel__slide img {
  width: 100%;
  height: auto;
  max-height: 521px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.front-carousel__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.front-carousel__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.front-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.front-carousel__arrow.-prev {
  left: 8px;
}

.front-carousel__arrow.-next {
  right: 8px;
}

.front-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 12px 2px;
}

.front-carousel__dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #dcdcdc;
  cursor: pointer;
  padding: 0;
}

.front-carousel__dot.is-selected {
  background: #f3c526;
}

.shop_show_container .layout_wrap {
  padding: 0 20px;
}

.shop_show_container .btn_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.menber-link {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.detail-action-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.detail-action-icon {
  font-size: 36px;
  cursor: pointer;
}

.detail-action-icon.favorited {
  font-variation-settings: "FILL" 1;
  color: #f38c26;
}

.detail-action-label {
  display: block;
}

.shop_show_container .info_wrap .name {
  font-size: 18px;
  margin-top: 8px;
}

.shop_show_container .info_wrap .text {
  line-height: 2;
  color: #707070;
  font-size: 15px;
  font-weight: 300;
}

.shop_show_container .info_wrap .text .map {
  font-size: 12px;
  margin-left: 5px;
}

.shop_show_container .info_wrap .ttl {
  margin-top: 20px;
  margin-bottom: 5px;
}

.shop_show_container .info_wrap a {
  border-bottom: 1px solid #707070;
}

.explanation_more {
  height: 65px;
}

.more_link {
  color: #707070;
  margin-top: 4px;
  cursor: pointer;
}

.shop_show_container .tag_wrap {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.shop_show_container .tag_wrap p {
  padding: 5px 10px;
  background-color: #f3c526;
  border-radius: 30px;
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
}

/* coupon (ディナー/ランチ) */
.coupon_select {
  margin: 20px 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.coupon_select_item {
  height: 30px;
  padding: 4px;
  color: #a1a1a1;
  border-bottom: 2px solid #a1a1a1;
  width: 48%;
  text-align: center;
  cursor: pointer;
}

.coupon_select_item img {
  height: 100%;
  display: none;
  vertical-align: top;
}

.coupon_select_item.active {
  color: #f3c526;
  border-bottom: 2px solid #f3c526;
}

.coupon_select_item.active img {
  display: inline-block;
}

.courpon_container {
  margin-top: 20px;
}

.use_condition {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}

.use_condition.conditions {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.use_condition span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #fff;
  background-color: #f38c26;
  border-radius: 20px;
  padding: 12px;
}

.use_condition.dinner span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 10px;
  border: 8px solid transparent;
  border-right: 20px solid #f38c26;
  transform: rotate(90deg);
}

.use_condition.lunch span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -18px;
  right: 10px;
  border: 8px solid transparent;
  border-right: 20px solid #f38c26;
  transform: rotate(90deg);
}

.courpon_container .scroll {
  width: 100%;
  padding-bottom: 20px;
}

.courpon_container .scroll ul {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.courpon_container .scroll ul li {
  border: 3px solid #f3c526;
  border-radius: 12px;
  width: calc(50% - 10px);
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}

.courpon_container .scroll ul li img {
  width: 100%;
  height: 27vw;
  max-height: 218px;
  object-fit: cover;
}

.courpon_container .scroll ul li .courpon_text_wrap {
  padding: 10px;
}

.courpon_container .scroll ul li .courpon_text_wrap .name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.courpon_container .scroll ul li .courpon_text_wrap .read {
  text-align: justify;
  margin-top: 0;
  font-size: 12px;
  font-weight: 300;
  color: #707070;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.img_warp {
  position: relative;
}

/* menu */
.menu_container {
  margin-top: 30px;
}

.menu_container .sec_ttl {
  font-size: 16px;
  margin-bottom: 20px;
}

.menu_container .head_container {
  width: 100%;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.menu_container .head_container li {
  width: 33.3333333%;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.menu_container .head_container li:nth-child(2) {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}

.menu_container .head_container .currentmenus {
  color: #ffffff;
  background-color: #f3c526;
}

.menu_container .menu_wrap {
  margin-top: 10px;
  box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 20px;
}

.menu_container .menu_wrap ul .ttl {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #404040;
}

.menu_container .menu_wrap ul li {
  display: flex;
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  padding: 0 5px 5px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}

/* share modal */
.share_modal .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

.share_btns {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.share-btn {
  display: block;
  width: 32%;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  font-size: 14px;
}

/* full-screen coupon modal (modalFullScreen.vue) */
.fmodal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.fmodal.active {
  display: block;
}

.fmodal__blur {
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0.6;
  z-index: 60;
}

.js-modal__main {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 900px;
  height: 96%;
  background: #fff;
  z-index: 65;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  overflow-y: auto;
  transform: translateX(-50%);
  animation: fmodalSlideUp 0.25s ease-in-out;
}

@keyframes fmodalSlideUp {
  from {
    transform: translate(-50%, 100%);
  }
  to {
    transform: translate(-50%, 0);
  }
}

.coupon_modal .modal-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.coupon_modal .modal-wrap .main .img-wrap {
  margin-bottom: 14px;
  position: relative;
  width: 100%;
}

.coupon_modal .modal-wrap .main .img-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.coupon_modal .modal-wrap .main .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coupon_modal .modal-wrap .main p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.coupon_modal .modal-wrap .main .name {
  font-size: 18px;
}

.coupon_modal .modal-wrap .main .read {
  font-size: 18px;
  font-weight: 500;
  color: #f38c26;
  line-height: 22px;
}

.coupon_modal .modal-wrap .main .text {
  font-size: 16px;
  color: #707070;
}

.coupon_modal .modal-wrap .thanks p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.coupon_modal .modal-wrap .thanks img {
  width: 100%;
}

/* common button (commonButton.vue) */
.common-btn {
  display: block;
  width: 100%;
  min-width: 120px;
  padding: 10px 20px;
  color: #fff;
  background-color: #f3c526;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.common-btn.btn2 {
  background-color: #fff;
  color: #f3c526;
  border: 1px solid #f3c526;
}

/* check / agree (Input/check.vue) */
.check_wrap {
  margin-bottom: 20px;
}

.check_wrap input[type="checkbox"] {
  display: none;
}

.check_wrap label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 14px;
  font-weight: 300;
}

.check_wrap label::before {
  background: #fff;
  border: 1px solid #95c8da;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 54%;
  width: 16px;
  border-radius: 3px;
}

.check_wrap label::after {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 54%;
  transform: rotate(45deg);
  width: 5px;
}

.check_wrap input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.agree label {
  font-size: 24px;
}

.agree label::before {
  border: 1px solid #555;
  left: -2px;
}

.agree label::after {
  left: 3px;
}

/* ===== my page (MyPage/TopPage.vue, Unsubscribe.vue) ===== */
.mypage {
  padding: 20px;
}

.mypage h2 {
  font-size: 24px;
}

.mypage h2 span {
  color: #f3c526;
}

.mypage .btn_container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mypage .btn_container .front-next-btn {
  width: 48%;
}

.mypage .profile_wrap {
  padding: 20px;
}

/* お得額表示（.total / .discount / .now_status .total 共通）:
   元デザインは Adobe Fonts の ab-kirigirisu 前提で letter-spacing:-0.25em だが、
   同フォント未導入（正式アセットは後回し）のため負トラッキングを無効化し文字重なりを防ぐ。
   フォント導入時は letter-spacing を -0.25em に戻す。 */
.mypage .profile_wrap .total {
  letter-spacing: normal;
  font-family: ab-kirigirisu, "Noto Sans JP", sans-serif;
  padding-bottom: 2px;
  font-size: 22px;
  text-align: center;
}

.mypage .profile_wrap .total:last-child {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

.mypage .profile_wrap .total span {
  font-size: 32px;
  color: #df101f;
  margin: 0 2px;
}

.mypage .profile_wrap .list {
  margin-top: 30px;
}

.mypage .profile_wrap .list .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mypage .profile_wrap .list .ttl_wrap p {
  font-size: 20px;
}

.mypage .profile_wrap .list .ttl {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.mypage .profile_wrap .list .value {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.mypage .profile_wrap > .front-next-btn {
  width: 60%;
  margin: 16px auto 0;
}

.mypage .profile_wrap .read {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 80px;
}

.mypage .profile_wrap .right {
  display: flex;
  justify-content: flex-end;
}

.mypage .profile_wrap .right a,
.mypage .profile_wrap .right .front-next-btn {
  width: 125px;
}

.mypage .profile_wrap .right form.button_to {
  width: auto;
}

/* ===== favorite / history list wrapper (shop_index_container) ===== */
.shop_index_container ul {
  padding: 10px 20px 0;
}

.shop_index_container h2 {
  padding: 0 20px;
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 24px;
}

.shop_index_container h2 span {
  color: #f3c526;
}

/* history: 本日のバズパス状況 (CouponUseHistory.vue) */
.shop_index_container .now_status {
  margin-top: 40px;
  padding: 20px;
  position: relative;
  border: 3px solid #f3c526;
  border-radius: 12px;
}

.shop_index_container .now_status .ttl {
  width: fit-content;
  margin: -50px auto 0;
  font-family: ab-kirigirisu, "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 22px;
  background: #fff;
  padding: 0 5px;
  text-align: center;
}

.shop_index_container .now_status .ttl span {
  font-size: 37px;
  color: #f3c526;
}

.shop_index_container .now_status .total_box {
  border-bottom: 6px solid #f3c526;
}

.shop_index_container .now_status .total {
  margin: 20px 0 10px;
  letter-spacing: normal;
  font-family: ab-kirigirisu, "Noto Sans JP", sans-serif;
  padding-bottom: 2px;
  font-size: 22px;
  text-align: center;
}

.shop_index_container .now_status .total span {
  font-size: 32px;
  color: #df101f;
  margin: 0 2px;
}

/* ===== history card (HistoryCard.vue) ===== */
.history {
  padding: 16px;
  margin-bottom: 10px;
}

.history .discount {
  letter-spacing: normal;
  font-family: ab-kirigirisu, "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.history .discount span {
  margin: 0 2px;
}

.history .top .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.history .top .row p {
  flex-basis: auto;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.history .top .row p span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #070707;
  line-height: 1.5;
}

.history .img-wrap {
  margin-bottom: 14px;
  position: relative;
  width: 35%;
}

.history .img-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.history .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== edit profile (EditProfile.vue) ===== */
.edit_profile h2 {
  padding: 20px;
  font-size: 24px;
}

.edit_profile h2 span {
  color: #f3c526;
}

.edit_profile .login_container {
  padding: 20px;
  margin: 0 20px;
}

.edit_profile .login_container .common_label span,
.password_container .common_label span {
  color: red;
  display: inline-block;
  margin-left: 10px;
}

.edit_profile .login_container .right {
  display: flex;
  justify-content: flex-end;
}

/* ===== password reset (Auth/ForgetPassword.vue, PasswordResetForm.vue) ===== */
.password_container {
  padding: 20px;
  margin: 80px 20px;
}

.password_container > .front-buzz-go-wordmark {
  margin-bottom: 30px;
}

.password_container .right {
  display: flex;
  justify-content: flex-end;
}

.password_container p {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 20px;
}

.password_container .complete_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login_error {
  color: red;
  font-size: 13px;
  margin-bottom: 12px;
}

/* ===== registration / payment (Auth/Register*.vue, PaymentSubscription.vue) ===== */
.register_container {
  padding: 20px;
  margin: 80px 20px;
}

.register_container > .front-buzz-go-wordmark {
  margin-bottom: 20px;
}

.register_container .reg_note {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  margin: 8px 0 14px;
}

.register_container .dev_code {
  font-size: 13px;
  font-weight: bold;
  color: #e74c3c;
  text-align: center;
  margin-bottom: 12px;
}

.register_container .reg_promo {
  width: 100%;
  margin-top: 20px;
}

.register_container .reg_promo img {
  width: 100%;
  margin: 0;
  border-radius: 20px;
  display: block;
}

.register_container p {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 20px;
}

/* 登録方法選択ボタン（電話 / メール） */
.register_container .reg_method_btn {
  width: 100%;
  height: 60px;
  line-height: 50px;
  border-radius: 20px;
  font-size: 16px;
  margin-top: 8px;
}

.register_container .reg_method_btn:first-of-type {
  margin-top: 0;
}

/* 送信/検証ボタン（メール/電話/決済ステップ） */
.register_container .right {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

.register_container .right .front-next-btn {
  width: 100%;
  height: 36px;
  line-height: 26px;
  font-size: 15px;
}

/* 本登録の「次へ」ボタン（右寄せ・::before で 48% 幅を確保） */
.register_container .btn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.register_container .btn::before {
  content: "";
  width: 48%;
}

.register_container .btn .front-next-btn {
  width: 48%;
  height: 36px;
  line-height: 26px;
  font-size: 15px;
}

/* 決済ステップのナビ（戻る / 次へ） */
.register_container .nav_row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.register_container .nav_row.end {
  justify-content: flex-end;
}

.register_container .nav_row .front-next-btn,
.register_container .nav_row .prev-btn {
  flex: 1;
  height: 36px;
  line-height: 26px;
  font-size: 15px;
}

.register_container .nav_row.end .front-next-btn {
  flex: 0 0 auto;
  min-width: 140px;
}

.register_container .prev-btn {
  height: 36px;
  display: block;
  padding: 5px 20px;
  color: #fff;
  background-color: #9e9e9e;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.register_container .read {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 30px 0 60px;
}

/* --- フロー（会員情報入力 → プラン → 決済…） --- */
.flow_wrap {
  margin-bottom: 30px;
}

.flow_wrap ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: flex-start;
}

.flow_wrap li {
  flex: 1;
  position: relative;
}

.flow_wrap .step {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #707070;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}

.flow_wrap li:not(:last-child) .step::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60%;
  background: #707070;
  z-index: 0;
}

.flow_wrap .text {
  font-size: 11px;
  font-weight: 300;
  color: #9e9e9e;
}

.flow_wrap li.current .step {
  background-color: #f3c526;
}

.flow_wrap li.current .text {
  color: #333;
}

/* --- キャンペーンバナー --- */
.campaign_banner {
  background: linear-gradient(135deg, #fff8e1, #fff3cd);
  border: 2px solid #f3c526;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.campaign_banner .campaign_title {
  font-size: 12px;
  font-weight: bold;
  color: #f3c526;
  margin-bottom: 4px;
}

.campaign_banner .campaign_name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}

.campaign_banner .campaign_detail {
  font-size: 14px;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 4px;
}

.campaign_banner .campaign_desc {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

.campaign_banner .campaign_expiry {
  font-size: 11px;
  color: #999;
  margin-bottom: 0;
}

.campaign_info_box {
  background: #f9f9f9;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 16px;
}

.campaign_info_box .campaign_info_title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.campaign_info_box .campaign_info_detail {
  font-size: 13px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 8px;
}

.campaign_info_box .campaign_info_detail strong {
  color: #e74c3c;
}

.campaign_info_box .campaign_info_warn {
  font-size: 11px;
  color: #e74c3c;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- ラジオ（プラン / 決済方法 / 性別） --- */
.radio_group {
  margin-bottom: 20px;
}

.radio_group .radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.radio_group .radio input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #000;
}

.radio_group .radio .plan_desc {
  color: red;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
}

/* --- プラン内容 / 注記 --- */
.register_container .plan_wrap {
  margin-bottom: 30px;
}

.register_container .plan_wrap .ttl {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}

.register_container .plan_wrap .read {
  font-size: 14px;
  line-height: 38px;
  text-align: left;
  margin: 0;
}

.register_container .plan_note {
  margin-top: 20px;
  font-size: 12px;
  color: gray;
  line-height: 1.6;
}

/* --- 規約（役務・契約期間） --- */
.gude {
  color: #333;
  height: 200px;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 20px;
  overflow: auto;
  margin: 20px 0;
}

.gude .ttl {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}

.gude .wrap > .ttl:first-child {
  margin-top: 0;
}

.gude ul {
  padding-left: 20px;
  margin-bottom: 8px;
}

.gude ul li {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
  list-style-type: disc;
}

/* --- フラッシュ（トースト） --- */
.front-flash {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 5000;
  width: calc(100% - 40px);
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.3s;
}

.front-flash.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.front-flash-item {
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.front-flash-item.is-notice {
  background-color: #333;
}

.front-flash-item.is-alert {
  background-color: #e74c3c;
}

/* --- 法務ページ（プライバシーポリシー / 特定商取引法） 復元 .law_container --- */
.law_container {
  color: gray;
  padding: 0 20px 60px;
}

.law_container h2 {
  font-size: 16px;
  padding-top: 30px;
}

.law_container .text {
  font-size: 10px;
  line-height: 2;
  list-style-type: disc;
}

.law_container .ttl {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5;
}

.law_container .subttl {
  font-size: 12px;
  line-height: 1.5;
}

.law_container ul {
  padding-left: 30px;
}

.law_container ul li {
  font-size: 10px;
  line-height: 2;
  list-style-type: disc;
}

.law_container a {
  word-break: break-all;
  color: #2f6fce;
}

/* --- 位置情報の設定方法 復元 .LocationSetting --- */
.LocationSetting {
  padding: 20px;
  padding-bottom: 60px;
}

.LocationSetting h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

.LocationSetting .status_row {
  font-size: 14px;
  margin-bottom: 24px;
}

.LocationSetting .location-status {
  margin-left: 6px;
  font-weight: 700;
}

.LocationSetting .location-status.is-on {
  color: #f3c526;
}

.LocationSetting .location-status.is-off {
  color: #e74c3c;
}

.LocationSetting .location_howto .subttl {
  font-size: 14px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}

.LocationSetting .location_howto ul {
  padding-left: 20px;
}

.LocationSetting .location_howto li {
  font-size: 13px;
  line-height: 1.9;
  list-style-type: disc;
}

.installation-checklist-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.installation-checklist-page__header {
  text-align: center;
  margin-bottom: 20px;
}

.installation-checklist-page__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}

.installation-checklist-page__lead {
  margin: 0;
  font-size: 14px;
  color: #707070;
  line-height: 1.6;
}

.installation-checklist-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px 16px;
}

.installation-checklist-card__store {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.installation-checklist-card__label {
  margin: 0 0 4px;
  font-size: 12px;
  color: #888;
}

.installation-checklist-card__name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.installation-checklist-card__address {
  margin: 6px 0 0;
  font-size: 13px;
  color: #666;
}

.installation-checklist-card__kit {
  margin-bottom: 16px;
}

.installation-checklist-card__section-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.installation-checklist-card__kit-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.8;
}

.installation-checklist-alert {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 13px;
}

.installation-checklist-form__legend {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.installation-checklist-form__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.installation-checklist-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.5;
}

.installation-checklist-form__check input {
  margin-top: 3px;
  flex-shrink: 0;
}

.installation-checklist-form__field {
  margin-top: 16px;
}

.installation-checklist-form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.installation-checklist-form__input,
.installation-checklist-form__textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.installation-checklist-form__submit {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border: none;
  border-radius: 999px;
  background: #f3c526;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.installation-checklist-success {
  text-align: center;
}

.installation-checklist-success__icon {
  display: block;
  margin: 0 auto 8px;
  font-size: 48px;
  color: #16a34a;
}

.installation-checklist-success__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.installation-checklist-success__meta {
  margin: 0 0 16px;
  font-size: 13px;
  color: #666;
}

.installation-checklist-success__answers {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.installation-checklist-success__answers li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.installation-checklist-success__answers li.is-checked {
  color: #166534;
}

.installation-checklist-success__answers .material-symbols-outlined {
  font-size: 18px;
  color: #16a34a;
}

.partner-application-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.front-standalone-body {
  margin: 0;
  min-height: 100vh;
  background: #f7f7f7;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

.front-standalone-main {
  min-height: 100vh;
}

.partner-application-page__header {
  text-align: center;
  margin-bottom: 20px;
}

.partner-application-page__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}

.partner-application-page__lead {
  margin: 0;
  font-size: 14px;
  color: #707070;
  line-height: 1.6;
}

.partner-application-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px 16px;
}

.partner-application-alert {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 13px;
  list-style: disc;
  padding-left: 28px;
}

.partner-application-form__field {
  margin-top: 16px;
}

.partner-application-form__fieldset {
  margin-top: 16px;
  border: 0;
  padding: 0;
}

.partner-application-form__label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.partner-application-form__required {
  margin-left: 6px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 700;
}

.partner-application-form__hint {
  margin: 0 0 8px;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.partner-application-form__note {
  margin: 16px 0 0;
  padding: 12px;
  border-radius: 8px;
  background: #f8fafc;
  font-size: 12px;
  color: #555;
  line-height: 1.6;
}

.partner-application-form__input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.partner-application-form__radios {
  display: grid;
  gap: 8px;
}

.partner-application-form__radio,
.partner-application-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.partner-application-form__radio input,
.partner-application-form__check input {
  margin-top: 3px;
  flex-shrink: 0;
}

.partner-application-form__section {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.partner-application-form__section-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
}

.partner-application-form__legal {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #eee;
  font-size: 12px;
  color: #444;
  line-height: 1.7;
  max-height: 180px;
  overflow-y: auto;
}

.partner-application-form__submit {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border: none;
  border-radius: 999px;
  background: #f3c526;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.partner-application-form__submit--secondary {
  background: #e5e7eb;
}

.partner-application-success {
  text-align: center;
  padding: 12px 0;
}

.partner-application-success__icon {
  display: block;
  margin: 0 auto 8px;
  font-size: 48px;
  color: #16a34a;
}

.partner-application-success__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.partner-application-success__body {
  margin: 0 0 16px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
