@charset "UTF-8";
/* ----------
 reset
---------- */
html, body, div, /*span,*/ applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tr, th, td, article, embed, footer, header, hgroup, nav, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}

/* CSS Variables */
:root {
  --navy: #145079;
  --navy-light: #2a5a8c;
  --red-dark: #cd3431;
  --gold: #b8923e;
  --gold-light: #d4a94a;
  --dark: #393939;
  --gray: #6b7280;
  --mid-gray: #9ca3af;
  --border: #e5e7eb;
  --light-bg: #f8f9fb;
  --warm-bg: #f7f3ec;
  --white: #fff;
  --teal: #32b9b1;
  --line-green: #06c755;
  --max-width: 800px;
}

/* font */
html {
  font-size: 62.5%; /*1.6rem = 16px*/
}
body {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: var(--dark);
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  background: var(--white);
  color: var(--dark);
}
@media screen and (min-width:768px) {
  body {
    font-size: 1.6rem;
  }
}

/* common */
a {
  transition: all .3s;
  text-decoration: none;
}
a:hover img {
  transition: all .3s;
}
button {
  cursor: pointer;
  font-family: inherit;
}

/* ----------
layout
---------- */
.l-inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.l-inner-sub {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-header {
  background: #e8edf3;
  padding: 12px 0;
  text-align: center;
  margin: 0;
}
.l-footer {
  background: var(--navy);
}
.l-footer-copy {
  text-align: center;
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
}
@media screen and (min-width:768px) {
  .l-inner {
    max-width: 1020px;
    padding: 0 20px;
  }
  .l-inner-sub {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .l-header {
    padding: 24px 0;
    margin: 0 0 60px;
  }
  .l-header img {
    width: 420px;
  }
  .l-footer-copy {
    padding: 20px 0 30px;
  }
}


/* ----------
Projedt
---------- */

/*p-top-logo*/

.p-top-logo {
  text-align: center;
  padding: 20px 10px 0;
}

/*p-top-mv*/
.p-top-mv {
  padding: 5px 0 35px;
}
.p-top-mv .l-inner {
  position: relative;
  max-width: 375px;
}
.p-top-mv__txt {
  padding: 15px 0 30px;
}
.p-top-mv__catch {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
}
.p-top-mv__img {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: -1;
}
.p-top-mv__point {
  margin: 20px 0 0;
}
.p-top-mv__point li {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1;
  background: url(../img/ico_stick.png) no-repeat left center;
  background-size: 22px;
  padding: 0 0 0 30px;
}
.marker-under {
  background: linear-gradient(transparent 70%,#fdf982 70%);
}
.p-top-mv__point li:last-of-type {
  margin: 30px 0 0;
}
.p-top-mv__point li strong {
  font-size: 3rem;
  color: var(--red-dark);
}
.p-top-mv__point li strong i {
  font-size: 1.5rem;
  font-style: normal;
}

@media screen and (min-width:768px) {
  .p-top-logo {
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px 20px 0;
  }
  .p-top-logo img {
    width: 400px;
  }
  .p-top-mv {
    padding: 20px 0 60px;
  }
  .p-top-mv .l-inner {
    position: relative;
    max-width: 768px;
    overflow: visible;
  }
  .p-top-mv__txt {
    padding: 15px 0 30px;
  }
  .p-top-mv__txt br {
    display: none;
  }
  .p-top-mv__catch {
    font-size: 1.6rem;
  }
  .p-top-mv__img {
    position: absolute;
    top: 0;
    right: -50px;
    width: 60%;
  }
  .p-top-mv__img img {
    width: 100%;
  }

  .p-top-mv__point li {
    font-size: 2rem;
  }
  .p-top-mv__point li strong {
    font-size: 3.2rem;
  }
  .p-top-mv__point li strong i {
    font-size: 2rem;
    font-style: normal;
  }
  .p-top-mv .c-cta {
    text-align: left;
    display: block;
  }
  .p-top-mv .c-cta .c-btn {
    width: 74%;
  }
  .p-top-mv .c-cta .c-cta__line {
    margin: 20px 0 0;
  }
}


/*p-top-about*/
.p-top-about {
  padding: 0 0 40px;
}
.p-top-about__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  line-height: 50px;
  background: var(--dark);
}
.p-top-about__box {
  background: var(--white);
  border: 4px solid var(--dark);
  border-top: none;
  padding: 20px 15px;
}
.p-top-about__box:not(:last-of-type) {
  border-bottom-width: 3px;
}
.p-top-about__box__tit {
  position: relative;
  padding: 5px 0 0 60px;
  background: no-repeat left center;
  background-size: 55px;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
}
.p-top-about__box__tit .tit1 {
  color: var(--teal);
  position: absolute;
  top: 5px;
  left: 60px;
}
.p-top-about__box__tit .tit2 {
  font-size: 2.4rem;
}
.p-top-about__box__tit .tit3 {
  font-size: 3.6rem;
  color: var(--red-dark);
}
.p-top-about__box__tit .tit3 i {
  font-size: 2.4rem;
  font-style: normal;
}
  
.p-top-about__box__img {
  text-align: center;
  margin: 15px 0 0;
}
.p-top-about__box__txt {
  margin: 15px 0 0;
}

@media screen and (min-width:768px) {
  .p-top-about {
    padding: 0 0 80px;
  }
  .p-top-about__title {
    font-size: 2.8rem;
    line-height: 70px;
  }
  .p-top-about__block {
    display: flex;
    flex-wrap: wrap;
  }
  .p-top-about__box {
    padding: 30px;
    width: 50%;
    text-align: center;
  }
  .p-top-about__box:not(:last-of-type) {
    border-bottom-width: 3px;
  }
  .p-top-about__box__tit {
    line-height: 1.8;
    display: inline-block;
  }
  .p-top-about__box__img {
    text-align: center;
    margin: 15px 0 0;
  }
  .p-top-about__box__txt {
    margin: 15px 0 0;
  }

  .p-top-about__box:first-child {
    overflow: hidden;
    text-align: left;
    width: 100%;
  }
  .p-top-about__box:first-child .p-top-about__box__img {
    float: left;
    margin: 0 20px 0 0;
  }
  .p-top-about__box:first-child .p-top-about__box__img img {
    width: 168px;
  }
  .p-top-about__box:nth-of-type(2) {
    border-right: 0;
    border-bottom-width: 4px;
  }
  .p-top-about__box:nth-of-type(3) {
    border-left-width: 3px;
  }
}


/*p-top-line*/
.p-top-line {
  padding: 0 0 40px;
}
.p-top-line__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.p-top-line__list li {
  text-align: center;
  font-weight: bold;
  margin: 10px;
}
.p-top-line__list li img {
  display: block;
  margin: 0 0 5px;
}
.p-top-line__img {
  margin: 30px 0 0;
  text-align: center;
}

@media screen and (min-width:768px) {
  .p-top-line {
    padding: 0 0 120px;
  }
  .p-top-line__list {
    margin: 0 -10px;
  }
  .p-top-line__list li {
    margin: 10px;
  }
  .p-top-line__list li img {
    width: 120px;
    margin: 0 0 5px;
  }
  .p-top-line__img {
    margin: 60px 0 0;
  }
  .p-top-line__img img {
    width: 440px;
  }

}


/*p-top-cashless*/
.p-top-cashless {
  padding: 0 0 40px;
}
.p-top-cashless__desc {
  font-weight: bold;
  margin: 0 0 20px;
}
.p-top-cashless__block {
  margin: 0 0 30px;
}
.p-top-cashless__box {
  margin: 0 0 20px;
  background: var(--white);
  padding: 20px 15px;
  text-align: center;
  border: 4px solid var(--dark);
}
.p-top-cashless__box__img {
  margin: 0 0 20px;
}
.p-top-cashless__box__txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-top-cashless__box__txt img {
  display: block;
  margin: 10px auto 0;
}

@media screen and (min-width:768px) {
  .p-top-cashless {
    padding: 0 0 80px;
  }
  .p-top-cashless__desc {
    margin: 0 0 40px;
    text-align: center;
  }
  .p-top-cashless__block {
    margin: 0 0 60px;
    display: flex;
    align-items: center;
    border: 4px solid var(--dark);
    background: var(--white);
  }
  .p-top-cashless__box {
    width: calc(100% / 3);
    margin: 0;
    padding: 30px 10px;
    border: none;
  }
  .p-top-cashless__box:nth-of-type(2) {
    border-left: 3px solid var(--dark);
    border-right: 3px solid var(--dark);
  }
  .p-top-cashless__box__img {
    margin: 0 0 20px;
  }
  .p-top-cashless__box__txt {
  }
  .p-top-cashless__box__txt img {
    margin: 10px auto 0;
    width: 280px;
  }
}


/*p-top-plan*/
.p-top-plan {
  padding: 15px 0 40px;
  margin: 0 0 40px;
  background: var(--navy);
  position: relative;
}
.p-top-plan .c-tit1 {
  color: var(--white);
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.p-top-plan__img {
  text-align: center;
}
.p-top-plan__caution {
  color: var(--white);
  text-indent: -1em;
  padding-left: 1em;
  margin: 10px 0 20px;
}
.p-top-plan__support {
  background: var(--white);
  padding: 15px;
  margin: 0 0 30px;
}
.p-top-plan__support__desc {
  font-weight: bold;
  margin: 0 0 15px;
}
.p-top-plan__support p {
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.p-top-plan__support p:last-of-type {
  margin: 0;
}

@media screen and (min-width:768px) {
  .p-top-plan {
    padding: 40px 0 80px;
    margin: 0 0 80px;
  }
  .p-top-plan .c-tit1 {
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .p-top-plan__img img {
    width: 690px;
  }
  .p-top-plan__caution {
    text-indent: -1em;
    padding-left: 1em;
    margin: 20px 0 40px;
    text-align: center;
  }
  .p-top-plan__support {
    max-width: 690px;
    padding: 30px;
    margin: 0 auto 60px;
  }
  .p-top-plan__support__desc {
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
  .p-top-plan__support p {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
  .p-top-plan__support p:last-of-type {
    margin: 0;
  }
  
}


/*p-top-order*/
.p-top-order {
  padding: 0 0 40px;
}
.p-top-order__box:not(:last-of-type) {
  margin: 0 0 30px;
}
.p-top-order__box__tit {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 40px;
  padding-left: 50px;
  background: no-repeat left center;
  background-size: 40px;
  margin: 0 0 20px;
}
.p-top-order__box__img {
  text-align: center;
  margin: 0 0 20px;
}
.p-top-order__box__txt p:not(:last-of-type) {
  margin-bottom: 15px;
}
.p-top-order__case {
  margin: 1em 0;
  font-size: .9em;
  color: var(--red-dark);
  background: #f7dbdb;
  padding: 8px;
}
.p-top-order__case p {
  margin: 0 !important;
  text-indent: -1.2em;
  padding-left: 1.5em;
  font-weight: bold;
}
.p-top-order__imei {
  border: 2px solid var(--teal);
  background: var(--white);
  padding: 15px;
  margin-bottom: 15px;
}
.p-top-order__imei strong {
  margin: 0 0 5px;
  display: inline-block;
}
.p-top-order__imei a {
  color: var(--teal);
  margin: 0 1em 0 0;
}
.p-top-order__box__txt__caution {
  font-size: 1.2rem;
  color: var(--red-dark);
}

@media screen and (min-width:768px) {
  .p-top-order {
    padding: 0 0 80px;
  }
  .p-top-order__box:not(:last-of-type) {
    margin: 0 0 60px;
  }
  .p-top-order__box__tit {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
  .p-top-order__box__img {
    margin: 0 30px 0 0;
    float: left;
  }
  .p-top-order__box__img img {
    width: 400px;
  }
  .p-top-order__box:nth-of-type(2) img {
    width: 300px;
  }
  .p-top-order__box__txt {
    overflow: hidden;
  }
  .p-top-order__box__txt p:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .p-top-order__case {
    margin: -1em 0 1em;
    padding: 10px;
  }
  .p-top-order__imei {
    padding: 20px;
    margin-bottom: 25px;
  }
  .p-top-order__box__txt__caution {
    font-size: 1.4rem;
  }
}


/*p-top-flow*/
.p-top-flow {
  padding: 0 0 40px;
}
.p-top-flow__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  line-height: 50px;
  background: var(--dark);
}
.p-top-flow__block {
  margin: 0 0 30px;
}
.p-top-flow__box {
  background: var(--white);
  border-bottom: 3px solid var(--dark);
  padding: 25px 20px;
}
.p-top-flow__box:last-of-type {
  border: none;
}
.p-top-flow__box__tit {
  padding: 0 0 0 60px;
  background: no-repeat left center;
  background-size: 55px;
  font-weight: bold;
  line-height: 1.1;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  height: 55px;
}
.p-top-flow__box__img {
  text-align: center;
  margin: 15px 0 0;
}
.p-top-flow__box__txt {
  margin: 15px 0 0;
}
.p-top-flow__box__txt__caution {
  color: var(--red-dark);
}

@media screen and (min-width:768px) {
  .p-top-flow {
    padding: 0 0 80px;
  }
  .p-top-flow__title {
    font-size: 2.8rem;
    line-height: 70px;
    margin: 0 0 40px;
  }
  .p-top-flow__block {
    margin: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-top-flow__box {
    width: 32%;
    margin: 0 0 2%;
    background: var(--white);
    border: 3px solid var(--dark);
    padding: 20px;
  }
  .p-top-flow__box:nth-of-type(2n) {
    margin: 0 2% 2%;
  }
  .p-top-flow__box:last-of-type {
    border: 3px solid var(--dark);
  }
  .p-top-flow__box__tit {
    padding: 0 0 0 45px;
    background-size: 35px;
    line-height: 1.3;
    font-size: 2.2rem;
  }
  .p-top-flow__box__img {
    text-align: center;
    margin: 30px 0 0;
  }
  .p-top-flow__box__txt {
    margin: 30px 0 0;
  }
}

/*p-top-faq*/
.p-top-faq {
  background: var(--white);
  padding: 35px 0 40px;
}
.p-top-faq__btn {
  margin: 25px 0 0;
  text-align: center;
}
.p-top-faq__btn .c-btn {
  background: var(--navy);
}

@media screen and (min-width:768px) {
  .p-top-faq {
    padding: 60px 0;
  }
  .p-top-faq__btn {
    margin: 40px 0 0;
  }
}



/* ----p-faq---- */

.p-faq-block dl {
  border: 2px solid var(--border);
  background: var(--white);
  margin: 0 0 20px;
  border-radius: 8px;
  overflow: hidden;
}
.p-faq-block dt,
.p-faq-block dd {
  padding: 15px;
}
.p-faq-block dt::before,
.p-faq-block dd::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 8px;
  flex-shrink: 0;
}
.p-faq-block dt::before {
  content: "Q";
  background: var(--navy);
  color: var(--white);
}
.p-faq-block dt {
  border-bottom: 1px solid var(--border);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
}
.p-faq-block dd::before {
  content: "A";
  background: var(--gold);
  color: var(--white);
}

.p-faq-block dl p:not(:last-child),
.p-faq-block dl div:not(:last-child) ,
.p-faq-block dl ul:not(:last-child) {
  margin: 0 0 10px;
}
.p-faq-block dl ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 3px 0;
}
.p-faq-block dl a {
  color: var(--navy-light);
  text-decoration: underline;
}

@media screen and (min-width:768px) {
  .p-faq-block dl {
    margin: 0 0 40px;
  }
  .p-faq-block dt,
  .p-faq-block dd {
    padding: 25px;
  }
  .p-faq-block dt {
    font-size: 2rem;
  }
  .p-faq-block dl p:not(:last-child),
  .p-faq-block dl div:not(:last-child) ,
  .p-faq-block dl ul:not(:last-child) {
    margin: 0 0 20px;
  }
  .p-faq-block dl ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin: 6px 0;
  }
}



/* ----p-privacy---- */
.p-privacy-block {
  background: var(--white);
  padding: 15px;
  border: 2px solid var(--border);
  border-radius: 8px;
}
.p-privacy-block h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 30px 0 10px;
  color: var(--navy);
}
.p-privacy-block h2:first-of-type {
  margin-top: 0;
}
.p-privacy-block p {
  margin-top: 10px 0;
}
.p-privacy-block ul {
  margin: 10px 0;
  list-style: disc;
  padding-left: 1.5em;
}
.p-privacy-block a {
  color: var(--navy-light);
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .p-privacy-block {
    padding: 30px;
  }
  .p-privacy-block h2 {
    font-size: 2rem;
    margin: 40px 0 15px;
  }

  .p-privacy-block p {
    margin-top: 20px 0;
  }
  .p-privacy-block ul {
    margin: 20px 0;
  }
}

/* ----p-credit---- */

.p-credit-img {
  text-align: center;
  margin: 50px 0;
}
.p-credit-cta {
  text-align: center;
}
.p-credit-cta .c-btn {
  flex-direction: row;
  font-family: inherit;
  border: none;
}
.p-credit-cta .c-btn::after {
  content: '';
  width: 1em;
  height: 1em;
  margin: 0 0 0 5px;
  background: url(../img/blank.svg) no-repeat center;
  background-size: contain;
}
.p-credit-cta__caution {
  font-size: 1.2rem;
  color: var(--red-dark);
  display: inline-block;
  margin: 10px 0 0;
}

@media screen and (min-width:768px) {
  .p-credit {
    text-align: center;
  }
  .p-credit-img img {
    width: 300px;
  }
  .p-credit-cta {
    text-align: center;
  }
  .p-credit-cta .c-btn {
    flex-direction: row;
    font-family: inherit;
    border: none;
  }
  .p-credit-cta .c-btn::after {
    margin: 0 0 0 15px;
  }
  .p-credit-cta__caution {
    font-size: 1.5rem;
    display: block;
    margin: 20px 0 0;
  }
}


/* ----p-404---- */
.p-404-txt {
  margin: 0 0 20px;
  text-align: center;
}
.p-404-back {
  text-align: center;
}
.p-404-back a {
  display: inline-block;
  background: var(--white);
  border-radius: 30px;
  padding: 5px 10px;
  color: var(--navy-light);
}

@media screen and (min-width:768px) {
  .p-404-txt {
    margin: 0 0 40px;
    font-size: 1.8rem;
  }
  .p-404-back {
    text-align: center;
  }
  .p-404-back a {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
}


/* ----p-order---- */
.p-order .c-cta {
  margin: 20px 0;
}
.p-order .c-cta .c-btn {
  font-size: 1.6rem;
  height: 50px;
}
.p-order .addBlock .c-cta .c-btn { 
  font-size: 1.4rem;
  height: 40px;
  width: 200px;
  background: var(--white);
  color: var(--line-green);
  border: 2px solid var(--line-green);
}
.p-order .c-cta .c-btn.c-cta__important {
  border: 2px solid var(--navy);
  background: var(--navy);
}
.p-order .c-cta .c-btn.c-cta__privacy {
  border: 2px solid var(--navy);
  background: var(--white);
  color: var(--navy);
  margin: 10px 0 0;
}
.p-order-doui {
  text-align: center;
}
ul#mfp_phase_stat {
  text-align: center;
}
ul#mfp_phase_stat li {
  display: none;
}
ul#mfp_phase_stat li.mfp_active_phase {
  display: inline-block;
  background: var(--white);
  color: var(--dark);
  text-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  border: none;
  font-weight: normal;
  width: auto;
  padding: 5px 15px;
}
#mfp_phase_0_label {
  display: none !important;
}
.p-order .mfp_phase {
  border: 3px solid var(--dark);
  background: var(--white);
  padding: 15px;
}
.p-order:not(.p-multiple) #mfp_phase_0 {
  position: relative;
  padding-bottom: 240px;
}
#mfp_phase_0 .addBlock {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%,0);
  width: 100%;
  padding: 0 15px;
}
.p-order table,
.p-order tbody,
.p-order tr,
.p-order th,
.p-order td {
  display: block;
  width: 100%;
}
.p-order th {
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
  font-size: 1.6rem;
}
.p-order tr + tr th {
  margin-top: 20px;
}
.mfp_element_all {
  max-width: 100%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  margin: 0;
  width: 100% !important;
  font-size: 1.6rem;
  font-family: inherit;
}
.mfp_element_select-one {
  height: 48px;
}
.mfp_element_file {
  width: 100%;
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
  background: #EEE;
}

.p-order input + input,
.p-order input + select,
.p-order select + input {
  margin: 10px 0 0;
}
.p-order-date div {
  margin: 0 0 10px 0;
  padding: 2px 0;
}
.p-order-date div:last-of-type {
  margin: 0;
}
.p-order-date select {
  width: calc(100% - 2em) !important;
}
form#mailformpro label {
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
  white-space: nowrap;
  min-width: 27%;
  padding: 10px;
}
form#mailformpro label.mfp_checked {
  padding: 10px 5px;
  border: solid 1px #b7dfa6;
  background-color: #b7dfa6;
  box-shadow: none;
}
form#mailformpro label.mfp_not_checked {
  padding: 10px;
  border: solid 1px #ccc;
}
div.mfp_err {
  background: none;
  padding-left: 0;
}

.mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev,
.mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  border-radius: 5px;
  padding: 5px 10px;
  border: none;
  background: var(--red-dark);
  text-shadow: none;
  font-size: 1.4rem;
  cursor: pointer;
  outline: none;
  color: var(--white);
  font-weight: bold;
  font-family: inherit;
  margin: 20px 0 0;
  box-shadow: none;
}
.mfp_element_submit,
.mfp_element_submit:hover {
  padding: 5px 10px;
  border: none;
  background: var(--red-dark);
  text-shadow: none;
  cursor: pointer;
  outline: none;
  color: var(--white);
  font-weight: bold;
  font-family: inherit;
  box-shadow: none;
}
.mfp_element_button {
  background: var(--dark);
  color: var(--white);
  font-weight: normal;
}
button.mfp_attached_reset {
  background-color: #888;
  margin-top: 10px;
}
button.mfp_prev {
  color: #555;
  background: #ccc;
}
.mfp_attached_thumbnails a {
  pointer-events: none;
}
.p-order-btn {
  margin: 30px 0 20px;
}
.p-order-btn .c-btn {
  width: 100%;
}
.p-order:not(.p-multiple) #mfp_phase_0 .mfp_next {
  float: unset;
  margin: 20px auto 0;
  width: 400px;
  display: block;
  max-width: 100%;
  height: 60px;
  font-size: 20px;
  border-radius: 10px;
}

/*confirm*/
div#mfp_phase_confirm h4 {
  font-size: 1.8rem;
  margin: 0 0 20px;
  font-weight: bold;
}
table#mfp_confirm_table {
  margin-bottom: 30px;
}
table#mfp_confirm_table tr {
  margin-top: 15px;
}
table#mfp_confirm_table tr th {
  border: none;
  padding: 10px 10px 5px 10px;
  font-size: 1.4rem;
  margin: 0;
}
table#mfp_confirm_table tr td {
  padding: 0 10px 10px;
  border: none;
  font-size: 1.6rem;
}

div.mfp_buttons button#mfp_button_send {
  background: var(--red-dark);
  font-weight: bold;
  margin-right: 1em;
  font-size: 1.8rem;
}
div.mfp_buttons button#mfp_button_cancel {
  color: #555;
  background: #ccc;
}


/*p-multiple*/
.p-multiple ul#mfp_phase_stat li.mfp_active_phase {
  font-weight: bold;
}
.p-multiple table + table {
  margin-top: 25px;
}
.p-multiple th {
  text-align: left;
}

/*numForm*/
.numForm .mfp_next {
  display: none;
}
.numForm select {
  border: solid 1px #CCC;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  margin: 0;
  width: 100% !important;
  font-size: 1.6rem;
  font-family: inherit;
}


@media screen and (min-width:768px) {
  .p-order .l-inner {
    max-width: 800px;
  }
  .mfp_phase {
    /* display: block !important; */
  }
  .p-order .mfp_phase {
    padding: 30px;
  }
  .p-order .c-cta {
    display: block;
  }
  #mfp_phase_0 .addBlock {
    padding: 0 30px;
  }
  .p-order th {
    font-size: 2rem;
    margin: 0 0 25px;
  }
  .p-order input + input, .p-order input + select, .p-order select + input {
    margin: 20px 0 0;
  }
  .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
    margin: 30px 0 0;
  }
  .p-order .c-cta .c-btn {
    font-size: 2rem;
    height: 60px;
  }

  .p-order .addBlock .c-cta .c-btn { 
    font-size: 1.6rem;
    height: 50px;
    width: 300px;
  }
}

/* ----------
Compornent
---------- */
.c-btn {
  border-radius: 60px;
  width: 305px;
  max-width: 100%;
  color: var(--white);
  background: var(--gold);
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  border: none;
}
.c-btn i {
  font-size: 1.5rem;
  font-style: normal;
}
@media screen and (min-width:768px) {
  .c-btn {
    height: 70px;
    font-size: 2.2rem;
    line-height: 1.3;
    width: 400px;
  }
  .c-btn i {
    font-size: 1.8rem;
  }
}

.c-cta__line {
  background-color: var(--line-green);
}

.c-cta {
  text-align: center;
}
.c-cta .c-cta__line {
  margin: 15px 0 0;
}
.c-cta.c-cta-small {
  margin: 15px 0 0;
  display: flex;
  justify-content: space-between;
}
.c-cta.c-cta-small .c-btn {
  width: 48%;
  height: 40px;
  margin: 0 !important;
  font-size: 1.5rem;
}

@media screen and (min-width:768px) {
  .c-cta {
    display: flex;
    justify-content: center;
  }
  .c-cta .c-cta__line {
    margin: 0 0 0 20px;
  }
}


.c-tit1 {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 900;
  color: var(--navy);
}
.c-tit1__white {
  color: var(--white);
}
.c-tit2 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 900;
  color: var(--navy);
}
.num1 { background-image: url(../img/num1.png); }
.num2 { background-image: url(../img/num2.png); }
.num3 { background-image: url(../img/num3.png); }
.num4 { background-image: url(../img/num4.png); }
.num5 { background-image: url(../img/num5.png); }

@media screen and (min-width:768px) {
  .c-tit1 {
    font-size: 3.2rem;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .c-tit2 {
    font-size: 2.8rem;
    margin: 0 0 50px;
  }
}


/* ----------
Utility
---------- */
@media screen and (max-width: 768px){
  .u-pc { display: none; }
}
@media screen and (min-width: 767px) {
  .u-sp { display: none; }
}
.u-en {
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
}
.u-fc-red { color: var(--red-dark); }
.u-dis-ib {display: inline-block; }
.u-ta-l { text-align: left; }
.u-ta-c { text-align: center; }
.u-ta-r { text-align: right; }
.u-fw-bold { font-weight: bold; }
.u-bg-b { background: #2f2f2f; }
.u-bg-g { background: #f0f0f0; }

.u-fs-ss { font-size: 1.2rem; }
.u-fs-s { font-size: 1.4rem; }
.u-fs-m { font-size: 1.6rem; }
.u-fs-l { font-size: 2rem; }
.u-fs-ll { font-size: 2.5rem; }

.u-mb-none { margin-bottom: 0; }
.u-mb-ss { margin-bottom: 10px; }
.u-mb-s { margin-bottom: 15px; }
.u-mb-m { margin-bottom: 30px; }
.u-mb-l { margin-bottom: 40px; }
.u-mb-ll { margin-bottom: 80px; }

.u-mt-none { margin-top: 0 !important; }
.u-mt-ss { margin-top: 10px; }
.u-mt-s { margin-top: 15px; }
.u-mt-m { margin-top: 30px; }
.u-mt-l { margin-top: 40px; }
.u-mt-ll { margin-top: 80px; }

.u-indent { text-indent: -1em; padding-left: 1em; }

@media screen and (max-width: 767px) {
  .u-fs-ss { font-size: 1rem; }
  .u-fs-s { font-size: 1.2rem; }
  .u-fs-l { font-size: 1.8rem; }
  .u-fs-ll { font-size: 2.2rem; }
  
  .u-mb-ss { margin-bottom: 5px; }
  .u-mb-s { margin-bottom: 8px; }
  .u-mb-m { margin-bottom: 15px; }
  .u-mb-l { margin-bottom: 20px; }
  .u-mb-ll { margin-bottom: 40px; }

  .u-mt-ss { margin-top: 5px; }
  .u-mt-s { margin-top: 8px; }
  .u-mt-m { margin-top: 15px; }
  .u-mt-l { margin-top: 20px; }
  .u-mt-ll { margin-top: 40px; }
}


/* ==========================================================================
   TOP PAGE - 修理費ゼロ保証（Figmaデザイン準拠）
   ========================================================================== */

body.is-top { padding-bottom: 90px; }

/* ----- HERO ----- */
.hero {
  position: relative;
  overflow: hidden;
}
.hero-visual {
  position: relative;
  width: 100%;
}
.hero-visual__bg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.hero-visual__bg--sp { display: none; }
.hero-visual__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 7%;
}
.hero-visual__title {
  width: 47%;
  max-width: 637px;
  height: auto;
}
.hero-cta {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 90%;
  max-width: 640px;
}
.hero-cta .cta-btn {
  flex: 1;
  text-align: center;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 60px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bottom {
  background: var(--navy);
  padding: 28px 20px;
  text-align: center;
}
.hero-bottom__catch {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--white);
  line-height: 42px;
  margin-bottom: 8px;
}
.hero-bottom__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 27px;
}

/* ----- CTA BUTTON ----- */
.cta-btn {
  display: inline-block;
  background: var(--line-green);
  color: var(--white);
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 72px;
  border-radius: 60px;
  border: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  transition: filter 0.3s;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.cta-btn:hover { filter: brightness(1.08); }

/* ----- CTA 固定バー ----- */
.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: var(--navy);
  padding: 0 20px;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.3s;
  display: flex;
  align-items: center;
}
.cta-fixed.is-show {
  transform: translateY(0);
}
.cta-fixed .cta-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.cta-fixed .cta-btn {
  flex: 1;
  text-align: center;
  font-size: 16px;
  padding: 14px 20px;
  letter-spacing: 0.5px;
  border-radius: 60px;
  box-shadow: none;
  line-height: 1.4;
}
.cta-btn--order {
  background: var(--red-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-btn--line {
  background: var(--line-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-btn--line .line-sub {
  font-size: 11px;
  line-height: 1.3;
}
.cta-btn--line i {
  font-style: normal;
}

/* ----- SECTIONS (TOP共通) ----- */
.top-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 50px 20px 70px;
}
.section-divider {
  width: 2px;
  height: 50px;
  background: var(--navy);
  margin: 0 auto;
}
.section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  line-height: 46px;
  color: var(--navy);
}
.section-title--sub {
  margin-bottom: 28px;
}
.bg-light-top { background: var(--light-bg); }
.bg-warm { background: var(--warm-bg); }

/* ----- スマホの価値訴求 (1:19) ----- */
.emotional {
  text-align: center;
  padding: 80px 20px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.emo-lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 43.2px;
  color: var(--navy);
  margin-bottom: 28px;
}
.emo-accent {
  font-size: 28px;
  font-weight: 900;
  color: var(--gold);
}
.emo-list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}
.emo-list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  background: #ccb992;
  padding: 2px 12px;
  line-height: 28.8px;
}
.emo-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: var(--dark);
  margin-bottom: 24px;
}
.emo-close {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: var(--navy);
}

/* ----- お悩み (1:45) ----- */
.chat-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.chat-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.chat-row.right {
  flex-direction: row-reverse;
}
.chat-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.chat-avatar img {
  width: 100%;
  height: 100%;
}
.chat-bubble {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
}
.chat-bubble::before {
  content: '';
  position: absolute;
  top: 18px;
  width: 12px;
  height: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  transform: rotate(45deg);
}
.chat-row:not(.right) .chat-bubble::before {
  left: -7px;
  border-right: none;
  border-top: none;
}
.chat-row.right .chat-bubble::before {
  right: -7px;
  border-left: none;
  border-bottom: none;
}
.chat-bubble strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--gold);
  line-height: 28.8px;
}
.chat-bubble span {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
  line-height: 25.2px;
}

/* ----- 月額550円 (1:96) ----- */
.feature-title .gold {
  color: var(--gold);
  font-weight: 700;
}
.feature-title .gold .num {
  font-size: 42px;
  font-weight: 900;
}
.feature-box {
  border: 2px solid #a4833b;
  border-radius: 16px;
  padding: 50px 34px;
  text-align: center;
  background: var(--white)cf6;
  box-shadow: 0px 2px 10px rgba(184, 146, 62, 0.4);
}
.feature-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}
.feature-price .big {
  font-size: 56px;
  font-weight: 900;
  color: var(--red-dark);
  line-height: 67.2px;
}
.feature-price .unit {
  font-size: 24px;
  font-weight: 700;
  color: var(--red-dark);
}
.feature-price .tax {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
}
.feature-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  margin-top: 12px;
  line-height: 28.8px;
}

/* ----- なぜ大阪限定 (1:111) ----- */
.reason-lead {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: var(--dark);
  margin-bottom: 24px;
}
.reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 30px;
}
.reason-item {
  text-align: center;
  padding: 56px 16px 28px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  position: relative;
}
.reason-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.reason-icon img {
  width: 100%;
  height: 100%;
}
.reason-item h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--navy);
  line-height: 27px;
}
.reason-item p {
  font-size: 13px;
  font-weight: 400;
  color: var(--dark);
  line-height: 23.4px;
}

/* ----- どんな修理店 (1:161) ----- */
.shop-intro {
  text-align: center;
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 33px;
}
.shop-intro strong {
  font-size: 18px;
}
.cm-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cm-video-item h3 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  line-height: 25.2px;
}
.video-wrap {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ----- サービス内容 (1:183) ----- */
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.service-card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.service-card .icon {
  margin-bottom: 12px;
}
.service-card .icon img {
  width: 48px;
  height: 48px;
}
.service-card h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--navy);
  line-height: 23.4px;
}
.service-card .val {
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  line-height: 39.6px;
}
.service-card .val .unit {
  font-size: 20px;
}
.service-card .val .tax {
  font-size: 12px;
  font-weight: 400;
  color: var(--dark);
}
.service-card .val-text {
  font-size: 22px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1.5;
}
.service-card .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--dark);
  margin-top: 4px;
  line-height: 21.6px;
}

/* ----- お申し込みに準備いただくもの ----- */
.order-box {
  margin-bottom: 40px;
}
.order-box:last-child { margin-bottom: 0; }
.order-box__tit {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 4px solid var(--gold);
}
.order-box__img {
  text-align: center;
  margin-bottom: 16px;
}
.order-box__txt {
  font-size: 14px;
  line-height: 1.8;
}
.order-box__txt p:not(:last-child) {
  margin-bottom: 12px;
}
.order-box__case {
  margin: 12px 0;
  font-size: 13px;
  color: var(--red-dark);
  background: #fdf0f0;
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 700;
}
.order-box__case p {
  margin: 0;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.order-box__imei {
  border: 2px solid var(--navy-light);
  background: var(--white);
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 6px;
}
.order-box__imei strong {
  display: inline-block;
  margin-bottom: 4px;
}
.order-box__imei a {
  color: var(--navy-light);
  margin-right: 1em;
}
.order-box__caution {
  font-size: 12px;
  color: var(--red-dark);
}
@media (min-width: 768px) {
  .order-box__img {
    float: left;
    margin: 0 24px 16px 0;
  }
  .order-box__txt {
    overflow: hidden;
  }
}

/* ----- 修理時の流れ (1:282) ----- */
.flow-list {
  position: relative;
  padding-left: 48px;
}
.flow-list::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.flow-item {
  position: relative;
  margin-bottom: 24px;
  padding: 22px 24px;
  background: var(--light-bg);
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.flow-item:last-child { margin-bottom: 0; }
.flow-item::before {
  content: attr(data-step);
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
}
.flow-item:last-child::before {
  background: var(--gold);
}
.flow-cta {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.cta-btn--sm {
  font-size: 13px;
  padding: 8px 24px;
  box-shadow: none;
}
.flow-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--navy);
  line-height: 28.8px;
}
.flow-item p {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
  line-height: 25.2px;
}

/* ----- 店舗一覧 (1:329) ----- */
.shop-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.shop-table th {
  background: var(--navy);
  color: var(--white);
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
}
.shop-table td {
  padding: 12px 16px;
}
.shop-table tr:nth-child(even) td {
  background: var(--white);
}
.shop-table a {
  color: var(--navy-light);
  text-decoration: none;
  font-weight: 700;
}
.shop-table a:hover { color: var(--dark); }
.shop-map {
  margin-top: 48px;
}
.shop-map iframe {
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 400px;
}

/* ----- 注意事項 (1:428) ----- */
.notice-box {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px 28px 0;
  text-align: center;
  overflow: hidden;
}
.notice-box__lead {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  line-height: 32px;
  margin-bottom: 20px;
}
.notice-box__faq {
  font-size: 14px;
  color: var(--dark);
  line-height: 25px;
  margin-bottom: 20px;
}
.notice-box__btn {
  margin-bottom: 24px;
}
.btn-outline {
  display: inline-block;
  background: var(--white);
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 40px;
  border: 2px solid var(--navy);
  border-radius: 60px;
  transition: filter 0.3s;
}
.btn-outline:hover {
  filter: brightness(0.95);
}
.notice-bg {
  display: block;
  width: 70%;
  max-width: 535px;
  height: auto;
  margin: 0 auto;
}
.notice-deco {
  display: block;
  width: 75%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

/* ----- フッター (TOP) ----- */
.l-footer-top {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 32px 20px;
  font-size: 13px;
  line-height: 24px;
}

/* ----- RESPONSIVE (TOP) ----- */
@media (max-width: 768px) {
  /* Hero */
  .hero-visual__bg--pc { display: none; }
  .hero-visual__bg--sp { display: block; }
  .hero-visual__title { width: 94%; }
  .hero-visual__overlay { padding-top: 0; top: 10%; }
  .hero-bottom__catch { font-size: 22px; line-height: 36px; }
  .hero-bottom__sub { font-size: 14px; }
  .hero-cta {
    position: static;
    transform: none;
    width: auto;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: var(--white);
  }
  .hero-cta .cta-btn {
    font-size: 14px;
    padding: 10px 16px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    min-height: 56px;
  }

  /* Sections */
  .top-section { padding: 40px 16px 50px; }
  .section-title { font-size: 24px; line-height: 38px; margin-bottom: 28px; }
  .section-title--sub { margin-bottom: 20px; }

  /* Emotional */
  .emotional { padding: 50px 16px; }
  .emo-lead { font-size: 20px; line-height: 36px; }
  .emo-accent { font-size: 24px; }
  .emo-list { flex-wrap: wrap; gap: 8px; justify-content: center; }
  .emo-body { font-size: 15px; line-height: 30px; }
  .emo-close { font-size: 17px; line-height: 30px; }

  /* Chat */
  .chat-avatar { width: 44px; height: 44px; }
  .chat-bubble { padding: 12px 16px; }
  .chat-bubble strong { font-size: 15px; }
  .chat-bubble span { font-size: 13px; }

  /* Feature */
  .feature-box { padding: 32px 20px; }
  .feature-price .big { font-size: 44px; }

  /* Reason */
  .reason-list { grid-template-columns: 1fr; gap: 30px; }
  .reason-lead { font-size: 14px; }

  /* Videos */
  .cm-videos { grid-template-columns: 1fr; }
  .shop-intro { font-size: 14px; }

  /* Service */
  .service-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-card { padding: 20px 12px; }
  .service-card .icon img { width: 40px; height: 40px; }
  .service-card h3 { font-size: 12px; }
  .service-card .val { font-size: 26px; }
  .service-card .val .unit { font-size: 16px; }
  .service-card .val-text { font-size: 18px; line-height: 1; }
  .service-card .sub { font-size: 11px; }

  /* Order */
  .order-box__tit { font-size: 16px; }
  .order-box__img { float: none; text-align: center; margin-bottom: 16px; }
  .order-box__img img { max-width: 200px; }
  .order-box__txt { font-size: 13px; }

  /* Flow */
  .flow-list { padding-left: 40px; }
  .flow-item { padding: 16px 18px; }
  .flow-item::before { left: -40px; width: 34px; height: 34px; font-size: 14px; }
  .flow-list::before { left: 17px; }
  .flow-item h3 { font-size: 15px; }
  .flow-item p { font-size: 13px; }
  .flow-cta { flex-direction: column; }
  .cta-btn--sm { font-size: 13px; padding: 8px 20px; }

  /* Shop table */
  .shop-table thead { display: none; }
  .shop-table, .shop-table tbody, .shop-table tr, .shop-table td {
    display: block; width: 100%;
  }
  .shop-table tr {
    padding: 12px 16px;
  }
  .shop-table tr:nth-child(even) { background: var(--white); }
  .shop-table tr:nth-child(even) td { background: transparent; }
  .shop-table td { padding: 0; border-bottom: none; font-size: 13px; }
  .shop-table td:first-child {
    font-weight: 700; font-size: 14px; margin-bottom: 4px;
  }
  .shop-map iframe { height: 280px; }

  /* Notice */
  .notice-box { padding: 20px 16px 0; }
  .notice-box__lead { font-size: 16px; line-height: 28px; }
  .notice-box__faq { font-size: 13px; line-height: 22px; }
  .btn-outline { font-size: 14px; padding: 10px 32px; }
  .notice-bg { width: 90%; }
  .notice-deco { width: 90%; }

  /* Fixed CTA */
  .cta-fixed { height: 70px; padding: 0 12px; }
  .cta-fixed .cta-inner { align-items: stretch; gap: 8px; }
  .cta-fixed .cta-btn { font-size: 13px; padding: 8px 10px; line-height: 1.3; }
  .cta-fixed .cta-btn .line-sub { font-size: 10px; }

  /* Footer */
  .l-footer-top { padding: 24px 16px; }

  /* Body padding */
  body.is-top { padding-bottom: 70px; }
}

@media (max-width: 400px) {
  .hero-bottom__catch { font-size: 20px; line-height: 32px; }
  .service-card .val { font-size: 22px; }
  .service-card .val-text { font-size: 16px; }
  .section-title { font-size: 22px; line-height: 34px; }
}
