@charset "UTF-8";
@media screen and (min-width: 768px) {
  .bubbleFeature {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.bubbleFeature__head .headingCombi {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bubbleFeature__head .headingCombi .heading--small {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__head .headingCombi .heading--small {
    font-size: calc(32 / 390 * 100vw);
  }
}

.bubbleFeature__head .headingCombi .heading--small + .txt {
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .bubbleFeature__head .headingCombi .heading--small + .txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__head .headingCombi .heading--small + .txt {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__cont {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.bubbleFeature__cont .descriptionCardGroup .descriptionCard__head {
  border: 1px solid #f1f1f1;
}

@media screen and (max-width: 768px) {
  .bubbleFeature__cont .descriptionCardGroup .descriptionCard--wide {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__cont .descriptionCardGroup .descriptionCard--wide .descriptionCard__head {
    width: 604px;
  }
}

.bubbleFeature__cont .descriptionCardGroup .descriptionCard--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .bubbleFeature__cont .descriptionCardGroup .descriptionCard--column .descriptionCard__head, .bubbleFeature__cont .descriptionCardGroup .descriptionCard--column .descriptionCard__cont {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__cont .descriptionCardGroup .descriptionCard--column .descriptionCard__cont .descriptionCard__txt {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__cont .descriptionCardGroup .descriptionCard--column .descriptionCard__cont .descriptionCard__txt {
    color: #999999;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__cont .descriptionCardGroup .descriptionCard + .descriptionCard {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__cont .descriptionCardGroup .descriptionCard + .descriptionCard {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__eco {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__eco {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__eco .descriptionCardGroup:first-child {
    width: 818px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__eco .descriptionCardGroup:first-child {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__eco .descriptionCardGroup:first-child .descriptionCard {
    width: 818px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__eco .descriptionCardGroup:first-child .descriptionCard {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__eco .descriptionCardGroup:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__eco .descriptionCardGroup:nth-child(2) {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__eco .descriptionCardGroup:nth-child(2) .descriptionCard {
    width: 390px;
  }
}

.bubbleFeature__eco .descriptionCardGroup:nth-child(2) .descriptionCard__head {
  display: none;
}

.bubbleFeature__eco .descriptionCardGroup:nth-child(2) .descriptionCard__ttl {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .bubbleFeature__eco .descriptionCardGroup:nth-child(2) .descriptionCard:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__col {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup .descriptionCard {
    width: 389px;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup:first-child {
    width: 389px;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup:first-child .descriptionCard {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup:nth-child(2) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup:nth-child(2) .descriptionCard {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.bubbleFeature__col .descriptionCardGroup:nth-child(2) .descriptionCard:nth-child(2) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup:nth-child(2) .descriptionCard:nth-child(2) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup:nth-child(2) .descriptionCard--wide {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup:nth-child(2) .descriptionCard--wide {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature__col .descriptionCardGroup + .descriptionCardGroup {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature + .qualitySect02 .descriptionCardGroup .descriptionCard:first-child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bubbleFeature + .qualitySect02 .descriptionCardGroup .descriptionCard:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .counterFeature {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .counterFeature {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.counterFeature__ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .counterFeature__ttl {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .counterFeature__ttl {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
  }
}

.counterFeature__txt {
  border-top: 1px solid #8c9576;
}

@media screen and (min-width: 768px) {
  .counterFeature__txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 19px;
    padding-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .counterFeature__txt {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 14px;
    padding-top: 12px;
  }
}

.counterFeature__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .counterFeature__cont {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .counterFeature__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(6 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .counterFeature__cont .photo {
    width: calc(604 / 1248 * 100%);
  }
}

.counterFeature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .counterFeature__inner {
    width: calc(604 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .counterFeature__inner .photo {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .counterFeature__inner + .photo {
    margin-top: calc(12 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.deliciaFeature__ttl {
  border-bottom: 1px solid #8c9576;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .deliciaFeature__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2;
    margin-bottom: 22px;
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(14 / 390 * 100vw);
    gap: calc(5 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature__ttl .photo {
    margin-top: -3px;
    width: 122px;
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__ttl .photo {
    width: calc(122 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature__txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__txt {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 2;
  }
}

.deliciaFeature__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .deliciaFeature__cont {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(0 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature__cont .photo {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature__cont .photo + .photo {
    width: calc(819 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__cont .photo + .photo {
    margin-top: calc(12 / 390 * 100vw);
  }
}

.deliciaFeature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .deliciaFeature__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(0 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature__inner .photo {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__inner .photo {
    margin-top: calc(12 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature__item {
    width: calc(819 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature__item .deliciaFeature__ttl {
    gap: 5px;
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__item .deliciaFeature__ttl {
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .deliciaFeature__item .deliciaFeature__ttl .photo {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .deliciaFeature__item .deliciaFeature__ttl .photo {
    margin-top: 0;
    width: calc(150 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .kitchenFeature .descriptionCardGroup .descriptionCard:nth-child(n+2) {
    margin-top: 48px;
  }
}

.qualitySect__head .enTtl--heading {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .qualitySect__head .enTtl--large {
    letter-spacing: .1em;
    text-indent: .1em;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__head .enTtl--large {
    font-size: 18px;
  }
}

.qualitySect__head .heading {
  letter-spacing: .06em;
  /* .1emより調整 */
  text-indent: .06em;
}

@media screen and (max-width: 768px) {
  .qualitySect__head .heading--intro + .txt--large {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__head .heading--large {
    line-height: 1.95;
  }
}

@media screen and (min-width: 768px) {
  .qualitySect__head .enTtl + .heading {
    margin-top: 31px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__head .enTtl + .heading {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .qualitySect__head .headingCombi .heading--intro + .txt {
    margin-top: 49px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__head .headingCombi .heading--intro + .txt {
    margin-top: 33px;
    text-align: left;
  }
}

.qualitySect__head .heading + .txt {
  letter-spacing: .06em;
  /* .1emより調整 */
  text-indent: .06em;
}

@media screen and (max-width: 768px) {
  .qualitySect__head .heading + .txt {
    font-size: calc(14 / 390 * 100vw);
    text-indent: 0;
  }
}

.qualitySect__head .txt {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .qualitySect__cont {
    margin-top: 73px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__cont {
    margin-top: calc(64 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .qualitySect__cont + .qualitySect__head {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__cont + .qualitySect__head {
    margin-top: calc(64 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__banner {
    margin-inline: auto;
    max-width: 342px;
  }
}

@media screen and (min-width: 768px) {
  .qualitySect__photo {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__photo {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__photo .touchFigure {
    height: calc(359 / 390 * 100vw);
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - (48 / 390 * 100vw));
  }
}

.qualitySect__enTtl {
  font-family: "Bodoni Moda", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .qualitySect__enTtl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__enTtl {
    font-size: calc(16 / 390 * 100vw);
  }
}

.qualitySect__ttl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .qualitySect__ttl {
    font-size: 24px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__ttl {
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.6;
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .qualitySect02 {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect02 {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .qualitySect02--col1 .descriptionCard:nth-of-type(n+2) {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .qualitySect02--powder .descriptionCardGroup {
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1315px) {
  .qualitySect02--powder .descriptionCardGroup {
    -webkit-column-gap: calc(30 / 1315 * 100vw);
       -moz-column-gap: calc(30 / 1315 * 100vw);
            column-gap: calc(30 / 1315 * 100vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (max-width: 1315px) {
  .qualitySect02--powder .descriptionCardGroup .descriptionCard:last-child {
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .qualitySect03 {
    display: grid;
    gap: calc(40 / 1248 * 100%);
    grid-template-columns: 1fr calc(389 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .qualitySect03__side {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .qualitySect03__side .descriptionCard {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .qualitySect03__side .descriptionCard + .descriptionCard {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .qualitySect04 {
    display: grid;
    gap: calc(40 / 1248 * 100%);
    grid-template-columns: calc(389 / 1248 * 100%) 1fr;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect04__side {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .qualitySect04__side .descriptionCard {
    width: calc(389 / 818 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .qualitySect04__side .descriptionCard:nth-of-type(n+3) {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .qualitySect05 .descriptionCard {
    width: calc(282 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .qualitySect05 .descriptionCard:nth-of-type(4) {
    margin-top: 0;
  }
}

.qualityTab {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .qualityTab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .qualityTab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.qualityTab__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff000;
  border-bottom: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  padding-inline: 16px;
  position: relative;
  text-align: center;
  width: 240px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .qualityTab__item {
    width: calc((99.99% - 24px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .qualityTab__item {
    font-size: 12px;
    height: 40px;
    padding-inline: 12px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .qualityTab--col3 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 1120px;
  }
}

@media screen and (max-width: 768px) {
  .qualityTab--col3 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .qualityTab--col3 .qualityTab__item {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .qualityTab--col3 .qualityTab__item {
    width: calc((99.99% - 48px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .qualityTab--col3 .qualityTab__item {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .qualityTab--col3 .qualityTab__item + .qualityTab__item {
    margin-top: 16px;
  }
}

.qualityTab__item.is-active {
  background: #000000;
  color: #ffffff;
}

.qualityTab__item:after {
  background: url("../imgs/icn-tab-arrow.svg") no-repeat;
  background-size: 6px 6px;
  content: '';
  display: block;
  height: 6px;
  margin-top: -2px;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 6px;
}

@media screen and (max-width: 768px) {
  .qualityTab__item:after {
    right: 12px;
  }
}

.qualityTab__item.is-active:after {
  background: url("../imgs/icn-tab-arrow-cur.svg") no-repeat;
  background-size: 6px 6px;
}

.qualityContent {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
}

.qualityContent.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.qualityContent .largeHeadingCombi {
  max-width: unset;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--wide {
    gap: calc(40 / 1248 * 100%);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--wide .descriptionCard__head {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--wide .descriptionCard__cont {
    width: calc(819 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--wide .descriptionCard__ttl {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--reverse {
    gap: calc(40 / 1248 * 100%);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--reverse .descriptionCard__head {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--reverse .descriptionCard__cont {
    width: calc(819 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--reverse .descriptionCard__ttl {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--door .descriptionCard__head {
    width: calc(818 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard--door .descriptionCard__cont {
    width: calc(390 / 1248 * 100%);
  }
}

.qualityContent .descriptionCard__cont {
  margin-top: 0;
}

.qualityContent .descriptionCard__ttl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard__ttl {
    margin-bottom: 19px;
    padding-bottom: 19px;
    padding-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .qualityContent .descriptionCard__ttl {
    margin-bottom: 14px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard__ttl span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .qualityContent .descriptionCard__ttl span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .qualityContent .descriptionCard--ttlNarrow0 .descriptionCard__ttl span {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .qualityContent .descriptionCard__txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .qualityContent .descriptionCard__txt {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 2;
  }
}

.qualityContent .photo__capIn, .photo__capOut {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sensorFeature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .sensorFeature {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.sensorFeature__head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .sensorFeature__head {
    width: calc(819 / 1248 * 100%);
  }
}

.sensorFeature__ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sensorFeature__ttl {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sensorFeature__ttl {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
    margin-top: calc(12 / 390 * 100vw);
  }
}

.sensorFeature__txt {
  border-top: 1px solid #8c9576;
}

@media screen and (min-width: 768px) {
  .sensorFeature__txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 19px;
    padding-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .sensorFeature__txt {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 14px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .sensorFeature__cont {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .sensorFeature__cont {
    margin-top: calc(12 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .sensorFeature__cont .sensorFeature__ttl {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .sensorFeature__visual {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .sensorFeature__visual {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sensorFeature__visual .photo {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sensorFeature__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .sensorFeature__inner .photo {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .showerFeature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .showerFeature {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.showerFeature__head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .showerFeature__head {
    width: calc(389 / 1248 * 100%);
  }
}

.showerFeature__ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .showerFeature__ttl {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .showerFeature__ttl {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
    margin-top: calc(12 / 390 * 100vw);
  }
}

.showerFeature__txt {
  border-top: 1px solid #8c9576;
}

@media screen and (min-width: 768px) {
  .showerFeature__txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 19px;
    padding-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .showerFeature__txt {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 14px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .showerFeature__cont {
    width: calc(819 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .showerFeature__cont {
    margin-top: calc(12 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .showerFeature__visual {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .showerFeature__visual {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .showerFeature__visual .photo {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .showerFeature__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .showerFeature__inner .photo {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .sinkFeature {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .sinkFeature {
    margin-top: calc(100 / 390 * 100vw);
  }
}

.sinkFeature__head {
  position: relative;
}

@media screen and (max-width: 768px) {
  .sinkFeature__head {
    padding-top: calc(80 / 390 * 100vw);
  }
}

.sinkFeature__heading {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .sinkFeature__heading {
    bottom: 160px;
    font-size: 24px;
    left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .sinkFeature__heading {
    left: 50%;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.sinkFeature__heading .small {
  font-family: "Bodoni Moda", serif;
}

@media screen and (min-width: 768px) {
  .sinkFeature__heading .small {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sinkFeature__heading .small {
    font-size: calc(14 / 390 * 100vw);
    padding-bottom: calc(10 / 390 * 100vw);
  }
}

.sinkFeature__ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sinkFeature__ttl {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sinkFeature__ttl {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
    margin-top: calc(12 / 390 * 100vw);
  }
}

.sinkFeature__txt {
  border-top: 1px solid #8c9576;
}

@media screen and (min-width: 768px) {
  .sinkFeature__txt {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 19px;
    padding-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .sinkFeature__txt {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 14px;
    padding-top: 12px;
  }
}

.sinkFeature__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sinkFeature__cont {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .sinkFeature__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(12 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .sinkFeature__cont .photo {
    width: calc(604 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .sinkFeature__visual {
    width: calc(389 / 1248 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .sinkFeature__visual {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sinkFeature__visual .photo {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sinkFeature__inner {
    width: calc(819 / 1248 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .sinkFeature__inner .photo {
    width: 100%;
  }
}

.zehFeature__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .zehFeature__head {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .zehFeature__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .zehFeature__head .photo {
    width: 172px;
  }
}

@media screen and (max-width: 768px) {
  .zehFeature__head .photo {
    width: calc(172 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .zehFeature__inner {
    width: 100%;
  }
}

.zehFeature__ttl {
  font-weight: bold;
  position: relative;
}

.zehFeature__ttl:before {
  background-color: #8c9576;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .zehFeature__ttl {
    font-size: 18px;
    letter-spacing: .08em;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .zehFeature__ttl {
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 1.4;
    margin-bottom: calc(16 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
    padding-bottom: calc(16 / 390 * 100vw);
  }
}

.zehFeature__txt {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .zehFeature__txt {
    font-size: 14px;
    line-height: 1.42857;
  }
  .zehFeature__txt:before {
    content: '';
    margin-top: calc((1 - 1.42857) * .5em);
  }
  .zehFeature__txt:after {
    margin-bottom: calc((1 - 1.42857) * .5em);
  }
  .zehFeature__txt:before, .zehFeature__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .zehFeature__txt {
    font-size: 12px;
    line-height: 1.33333;
  }
  .zehFeature__txt:before {
    content: '';
    margin-top: calc((1 - 1.33333) * .5em);
  }
  .zehFeature__txt:after {
    margin-bottom: calc((1 - 1.33333) * .5em);
  }
  .zehFeature__txt:before, .zehFeature__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.zehFeature__txt .caption {
  display: inline-block;
  line-height: 1.4;
  margin: 5px 0;
}

@media screen and (min-width: 768px) {
  .zehFeature__txt .caption {
    font-size: 12px;
  }
}

.zehFeature__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .zehFeature__cont {
    gap: 40px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .zehFeature__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .zehFeature__cont .photo {
    max-width: calc(50% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .zehFeature__bottom {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .zehFeature__bottom {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.zehMerit {
  border: 1px solid #8c9576;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .zehMerit {
    gap: 16px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .zehMerit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: .05em;
    padding: calc(20 / 390 * 100vw);
  }
}

.zehMerit__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .zehMerit__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .zehMerit__item {
    max-width: 408px;
  }
}

@media screen and (min-width: 768px) {
  .zehMerit__item:first-child {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .zehMerit__item:not(:first-child) {
    border-left: 1px solid #8c9576;
    padding-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .zehMerit__item:not(:first-child) {
    border-top: 1px solid #8c9576;
    margin-top: calc(12 / 390 * 100vw);
    padding-top: calc(12 / 390 * 100vw);
  }
}

.zehMerit__item .color {
  color: #117539;
}

.zehMerit__ttl {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .zehMerit__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .zehMerit__ttl {
    font-size: calc(16 / 390 * 100vw);
  }
}

.zehMerit__txt {
  letter-spacing: .05em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .zehMerit__txt {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .zehMerit__txt {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(7 / 390 * 100vw);
  }
}

.zehMerit__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .zehMerit__cont {
    gap: 4px;
  }
}

@media screen and (max-width: 768px) {
  .zehMerit__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(12 / 390 * 100vw);
  }
}

.zehMerit__point {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#857b57), to(#aa9c79));
  background: linear-gradient(to right, #857b57 0%, #aa9c79 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .zehMerit__point {
    font-size: 20px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .zehMerit__point {
    font-size: calc(16 / 1440 * 100vw);
    max-width: 100%;
    padding: 10px;
    width: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .zehMerit__point {
    font-size: calc(16 / 390 * 100vw);
    line-height: 1;
    padding: calc(16 / 390 * 100vw) 0;
  }
}

@media screen and (max-width: 768px) {
  .zehMerit__point + .zehMerit__point {
    margin-top: calc(4 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .zehPoint {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .zehPoint {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.zehPoint__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #59472b;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.3;
  position: relative;
}

@media screen and (min-width: 768px) {
  .zehPoint__head {
    min-height: 44px;
    padding: 5px 28px;
  }
}

@media screen and (max-width: 768px) {
  .zehPoint__head {
    font-size: 12px;
    line-height: 1.8;
    min-height: 28px;
    padding: 4px 16px 3px 28px;
  }
}

.zehPoint__head:before {
  background: #d8d1c7;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.zehPoint__head:after {
  background: #d8d1c7;
  content: '';
  height: 100%;
  left: 8px;
  position: absolute;
  top: 0;
  width: 2px;
}

.zehPoint__cont {
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .zehPoint__cont {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .zehPoint__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(24 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

.zehPoint__item {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .zehPoint__item {
    font-size: 16px;
    padding: 0 12px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .zehPoint__item {
    font-size: calc(14/ 390 * 100vw);
    line-height: 1.6;
  }
}

.zehPoint__item .large {
  color: #117539;
}

@media screen and (min-width: 768px) {
  .zehPoint__item .large {
    font-size: 18px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .zehPoint__item .large {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .zehPoint__item:not(:first-child) {
    margin-top: calc(24 / 390 * 100vw);
    padding-top: calc(24 / 390 * 100vw);
  }
}

.zehPoint__item:not(:first-child):before {
  content: '';
  position: absolute;
}

@media screen and (min-width: 768px) {
  .zehPoint__item:not(:first-child):before {
    border-left: 1px solid #8c9576;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .zehPoint__item:not(:first-child):before {
    border-top: 1px solid #8c9576;
    height: 1px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1248px;
    padding-bottom: 120px;
    width: calc(1248 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .quality-tab {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .quality-tab {
    margin-top: calc(64 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .quality-tab-bottom {
    margin-top: 64px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .quality-tab-bottom {
    margin-top: calc(64 / 390 * 100vw);
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .quality-tab-content {
    margin-top: 74px;
  }
}

@media screen and (max-width: 768px) {
  .quality-tab-content {
    margin-top: calc(72 / 390 * 100vw);
  }
}
