/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1&display=swap");
:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #F7F7F7;
  --primary: #734E30;
  --text-body: #0D0D0D;
}

.container-percent {
  padding-inline: 15px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .container-percent {
    max-width: 80%;
  }
}

.section {
  padding-block: 10.67vw;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 6.25vw;
  }
}
.section--gray {
  background: var(--gray);
}

.heading-inline {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--black);
  align-items: center;
  margin-bottom: 8.53vw;
}
@media only screen and (min-width: 768px) {
  .heading-inline {
    flex-direction: row;
    gap: 1.56vw;
    margin-bottom: 2.5vw;
  }
}
.heading-inline h2 {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.55;
  font-size: 4.8vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .heading-inline h2 {
    flex-direction: row;
    gap: 1.56vw;
    font-size: 1.41vw;
  }
}
.heading-inline h2::after {
  content: "";
  height: 5.33vw;
  border-right: 0.13vw solid var(--text-body);
}
@media only screen and (min-width: 768px) {
  .heading-inline h2::after {
    height: auto;
    width: 7.81vw;
    border-radius: 0;
    border-bottom: 0.04vw solid var(--text-body);
  }
}
.heading-inline h3 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8vw;
  line-height: 1.4;
  font-weight: 600;
  color: var(--text-body);
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .heading-inline h3 {
    font-size: 1.56vw;
  }
}
.heading-inline h3 span {
  font-size: 5.33vw;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .heading-inline h3 span {
    font-size: 1.88vw;
  }
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

.section-intro {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 4.27vw;
  padding-bottom: 10.67vw;
}
@media only screen and (min-width: 768px) {
  .section-intro {
    font-size: 1.56vw;
    padding-bottom: 3.13vw;
  }
}
.section-intro h2 {
  font-family: "Noto Serif JP", serif;
  color: var(--text-body);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 0 5.33vw;
  line-height: 1.45;
  font-size: 5.87vw;
}
@media only screen and (min-width: 768px) {
  .section-intro h2 {
    font-size: 2.73vw;
    line-height: 1.428;
    margin: 0 0 1.56vw;
  }
}
.section-intro p {
  margin: 0 0 5.33vw;
}
@media only screen and (min-width: 768px) {
  .section-intro p {
    margin: 0 0 1.56vw;
  }
}
.section-intro picture {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-intro picture {
    margin-top: 3.13vw;
  }
}
.section-intro picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-intro picture img {
    width: 62.5vw;
  }
}

.content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5.33vw;
  margin-bottom: 5.33vw;
}
@media only screen and (min-width: 768px) {
  .content-row {
    gap: 3.12vw;
    margin-bottom: 1.56vw;
  }
}
.content-row picture {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-row picture {
    width: calc(50% - 1.56vw);
  }
}
.content-row picture img {
  width: 100%;
  display: block;
}
.content-row__content {
  width: 100%;
  font-size: 4.27vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .content-row__content {
    width: calc(50% - 1.56vw);
    font-size: 1.25vw;
  }
}
.content-row__content p:last-of-type {
  margin: 0;
}

.content-box {
  padding: 5.33vw;
  background: var(--gray);
  font-size: 3.73vw;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .content-box {
    padding: 1.56vw;
    font-size: 1.09vw;
  }
}
.content-box--white {
  background: var(--white);
}
.content-box p:last-of-type {
  margin: 0;
}

.content-more {
  margin-top: 10.67vw;
  font-size: 4.8vw;
  line-height: 1.555;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .content-more {
    margin-top: 6.25vw;
    font-size: 1.41vw;
  }
}
.content-more h3 {
  text-align: center;
  font-size: 5.33vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 5.33vw;
}
@media only screen and (min-width: 768px) {
  .content-more h3 {
    text-align: left;
    font-size: 1.56vw;
    margin: 0 0 1.56vw;
  }
}
.content-more h3 span {
  font-size: 6.4vw;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .content-more h3 span {
    font-size: 1.88vw;
  }
}
.content-more p:last-of-type {
  margin: 0;
}
.content-more picture {
  margin: 8vw -15px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .content-more picture {
    width: 37.34vw;
    position: absolute;
    margin: 0;
    bottom: calc(100% - 4vw);
    right: -17.4vw;
    z-index: -1;
  }
}
.content-more picture img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .warranty-1 .content-box {
    margin-inline: -5.33vw;
  }
}

.warranty-2 {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .warranty-2 .content-box {
    padding: 2.67vw;
  }
}
@media only screen and (min-width: 768px) {
  .warranty-2 .content-box {
    width: 65%;
    max-width: 56.09vw;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-2 .content-box {
    width: 72%;
  }
}

/*# sourceMappingURL=styles.css.map */
