@charset "utf-8";
@media screen and (max-width:768px) {
/*===== ALL =====*//*#region*/
/* layout */
div.content {
  padding: 20px;
}

/* font */
:root {
  --font-main: normal 700 1em "Noto Sans JP", sans-serif;
  --font-alphanumeric: normal 600 1em "Barlow Condensed", sans-serif;
}
body {
  font: var(--font-main);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  --font-size-0: 10px;
  --font-size-1: 12px;
}

/* motif */
figure#motif-bridge {
  --motif-bridge-width: 50%;
}
figure#motif-bridge path {
  stroke-width: 2px;
}
figure#motif-post {
  display: none;
}
figure#motif-wave path {
  stroke-width: 5px;
}

/* button */
a.button {
  width: 80%;
  line-height: 1em;
}
/*===== /ALL=====*//*#endregion*/

/*===== #HEADER =====*//*#region*/
header img.logo {
  width: 20%;
  margin: 10px;
}
header a.button {
  width: 120px;
  margin: 20px;
}
header a.button span.label {
  padding: 0 30px 0 10px;
}
/*===== /HEADER =====*//*#endregion*/

/*===== #FIRSTVIEW =====*//*#region*/
section#firstview {
  height: auto;
}
section#firstview figure {
  display: block;
  position: static;
  margin-top: 100px;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
}
section#firstview figure img {
  width: 50%;
  margin: 50px 0;
}
section#firstview ul.anchor {
  display: block;
  position: static;
  left: 0;
  transform: translate(0%, 0%);
  margin-bottom: 15vw;
}
section#firstview ul.anchor li {
  width: 100%;
}
section#firstview a.button {
  --button-color: var(--white);
  width: 100%;
  margin: 10px 0;
}
/*===== /FIRSTVIEW=====*//*#endregion*/

/*===== #ABOUT =====*//*#region*/
article#about-1 ol li::before {
  display: none;
}
article#about-1 div.ribbon {
  width: 100%;
}
article#about-1 figure {
  align-items: center;
}
article#about-1 ol li:nth-of-type(odd) figure {
  flex-direction: column;
}
article#about-1 ol li:nth-of-type(even) figure {
  flex-direction: column;
}
article#about-1 figure figcaption {
  width: 100%;
}
article#about-1 figure figcaption h3 {
  margin-top: 0;
}
article#about-2 ul.case {
  --case-visible-count: 4;
}
/*===== /ABOUT =====*//*#endregion*/

/*===== #PRICE =====*//*#region*/
article#price-1 div.campaign {
  font-size: var(--font-size-2);
  
}
article#price-1 div.price-breakdown {
  display: block;
}

article#price-1 div.price-breakdown::before {
  display: none;
}
article#price-1 div.price-breakdown div.success-fee,
article#price-1 div.price-breakdown div.attention {
  margin-top: 20px;
}
/*===== /PRICE=====*//*#endregion*/

/*===== #STEP =====*//*#region*/
article#step-1 ol li {
  height: auto;
  border-radius: 40px;
  flex-wrap: wrap;
  padding-right: 15px;
  margin-bottom: 20px;
}
article#step-1 ol li div.numbering {
  width: 50px;
  height: 50px;
}
article#step-1 ol li h3 {
  width: calc(100% - 50px);
  padding-inline-start: 1em;
}
article#step-1 ol li p {
  width: 100%;
  margin: 20px 0;
}
/*===== /STEP=====*//*#endregion*/

/*===== #FAQ =====*//*#region*/
article#faq-1 dt,
article#faq-1 dd {
  height: auto;
  border-radius: calc(var(--font-size-2) + 10px);
  padding: 10px 20px 10px calc(3em + 20px);
  text-align: left;
}
article#faq-1 dl dt::before,
article#faq-1 dl dd::before {
  top: calc(2 * var(--font-size-1) + 20px - 1em);
  left: 10px;
}
/*===== /FAQ =====*//*#endregion*/

/*===== #FOOTER =====*//*#region*/
footer ul.logo {
  gap: 20px;
  margin-bottom: 50px; 
}
footer ul.logo li {
  height: 30px;
}
footer ul.link {
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}
/*===== /FOOTER =====*//*#endregion*/
}