/*------------------------------------*\
    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--sm {
  padding-inline: 20px;
  max-width: 1060px;
  margin-inline: auto;
  box-sizing: border-box;
}

.section {
  padding-block: 40px;
}
.section--gray {
  background: var(--gray);
}

.heading-inline {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--black);
  align-items: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .heading-inline {
    flex-direction: row;
    gap: 20px;
  }
}
.heading-inline h2 {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.55;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .heading-inline h2 {
    flex-direction: row;
    gap: 20px;
  }
}
.heading-inline h2::after {
  content: "";
  height: 20px;
  border-right: 0.5px solid var(--text-body);
}
@media only screen and (min-width: 992px) {
  .heading-inline h2::after {
    height: auto;
    width: 100px;
    border-radius: 0;
    border-bottom: 0.5px solid var(--text-body);
  }
}
.heading-inline h3 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--text-body);
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) {
  .heading-inline h3 {
    font-size: 20px;
  }
}
.heading-inline h3 span {
  font-size: 20px;
  color: var(--primary);
}
@media only screen and (min-width: 992px) {
  .heading-inline h3 span {
    font-size: 24px;
  }
}

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

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

.section-intro {
  padding-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.section-intro h2 {
  font-family: "Noto Serif JP", serif;
  color: var(--text-body);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  line-height: 1.45;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .section-intro h2 {
    font-size: 35px;
    line-height: 1.428;
  }
}
.section-intro p {
  margin: 0 0 20px;
}
.section-intro picture {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-intro picture {
    margin-top: 40px;
  }
}

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

.content-box {
  padding: 20px;
  background: var(--gray);
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.content-box--white {
  background: var(--white);
}
.content-box p:last-of-type {
  margin: 0;
}

.content-more {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.555;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .content-more {
    margin-top: 80px;
  }
}
.content-more h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .content-more h3 {
    text-align: left;
  }
}
.content-more h3 span {
  font-size: 24px;
  color: var(--primary);
}
.content-more p:last-of-type {
  margin: 0;
}
.content-more picture {
  margin: 30px -20px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .content-more picture {
    max-width: 478px;
    position: absolute;
    margin: 0;
    bottom: calc(100% - 50px);
    right: -210px;
    z-index: -1;
  }
}
.content-more picture img {
  width: 100%;
}

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

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

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