@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,700&display=swap");
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .bellsArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 736px) {
  .bellsArea__head {
    width: 508px;
  }
}

@media print, screen and (min-width: 736px) {
  .bellsArea__head .lead {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .bellsArea__head .lead {
    font-size: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .bellsArea__head .lead + .txt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .bellsArea__head .lead + .txt {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .bellsArea__head + .bellsArea__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .bellsArea__cont {
    width: 412px;
  }
}

.definitionSect {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .definitionSect {
    padding: 40px 96px;
  }
}

@media screen and (max-width: 736px) {
  .definitionSect {
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

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

@media print, screen and (min-width: 736px) {
  .definitionSect__inner .headingCombi .heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .definitionSect__inner .headingCombi .heading {
    font-size: calc(20 / 390 * 100vw);
  }
}

.definitionSect__inner .headingCombi .heading + .txt {
  border-top: 1px solid #999999;
}

@media print, screen and (min-width: 736px) {
  .definitionSect__inner .headingCombi .heading + .txt {
    font-size: 13px;
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .definitionSect__inner .headingCombi .heading + .txt {
    font-size: calc(13 / 390 * 100vw);
    letter-spacing: 0;
    margin: calc(20 / 390 * 100vw) calc(-2 / 390 * 100vw) 0;
    padding-top: calc(20 / 390 * 100vw);
    text-align: left;
  }
}

.definitionSect__inner .headingCombi .heading + .txt .caption {
  margin-top: 12px;
}

.pointBox {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .pointBox {
    padding: 40px 100px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox {
    padding: calc(32 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

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

@media print, screen and (min-width: 736px) {
  .pointBox__head {
    gap: 40px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__head {
    gap: calc(16 / 390 * 100vw);
  }
}

.pointBox__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #2c2c2c;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Bodoni Moda", "Cormorant Infant", serif;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .pointBox__label {
    font-size: 22px;
    gap: 4px;
    width: 126px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__label {
    font-size: calc(17 / 390 * 100vw);
    gap: calc(4 / 390 * 100vw);
    width: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox__label .num {
    font-size: 43px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__label .num {
    font-size: calc(34 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__ttl {
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: .2em;
  }
}

.pointBox__cont {
  background-color: #f5f4f0;
}

@media print, screen and (min-width: 736px) {
  .pointBox__cont {
    margin-top: 32px;
    padding: 56px 80px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__cont {
    margin-top: calc(16 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

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

@media print, screen and (min-width: 736px) {
  .pointBox__contInner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 28px;
  }
}

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

.pointBox__visualBox {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .pointBox__visualBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 40px;
    width: 521px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__visualBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(28 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox__visualBox .photo {
    width: 209px;
  }
}

.pointBox__merit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  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 print, screen and (min-width: 736px) {
  .pointBox__merit {
    width: 263px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__merit {
    padding: calc(24 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox__merit .headingCombi {
    width: 200px;
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox__merit .headingCombi .heading {
    font-size: 16px;
  }
}

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

.pointBox__merit .headingCombi .heading + .txt {
  letter-spacing: .1em;
}

@media print, screen and (min-width: 736px) {
  .pointBox__merit .headingCombi .heading + .txt {
    font-size: 13px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__merit .headingCombi .heading + .txt {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox__txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__txt {
    line-height: 1.77778;
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: .2em;
  }
  .pointBox__txt:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.77778) * .5em);
    width: 0;
  }
  .pointBox__txt:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.77778) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox__txt + .photo {
    margin-top: 26px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .pointBox__bottom {
    margin-top: 56px;
  }
}

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

.pointBox__inner {
  border-top: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .pointBox__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
    padding-top: 40px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .pointBox__inner .photo {
    width: 471px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox__inner .photo {
    padding: 0 calc(24 / 390 * 100vw);
  }
}

.pointBox__cap {
  color: #999999;
  font-size: 10px;
  letter-spacing: .05em;
  line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .pointBox__cap {
    margin-top: calc(40 / 390 * 100vw);
    text-align: justify;
  }
}

.pointBox--comfort .pointBox__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .pointBox--comfort .pointBox__bottom {
    gap: 30px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox--comfort .pointBox__bottom {
    gap: calc(32 / 390 * 100vw);
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox--comfort .pointBox__bottom .swipeFigure {
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 736px) {
  .pointBox--comfort .pointBox__bottom .swipeFigure {
    margin: 0 calc(-16 / 390 * 100vw);
  }
}

.pointBox--comfort .pointBox__bottom .swipeFigure .figurePlot .svgIcon circle {
  fill: #2c2c2c;
}

.pointBox--comfort .pointBox__bottom .swipeFigure + .caption {
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .pointBox--comfort .pointBox__bottom .swipeFigure + .caption {
    bottom: 8px;
    right: 100px;
  }
}

@media screen and (max-width: 736px) {
  .pointBox--comfort .pointBox__bottom .swipeFigure + .caption {
    bottom: 0;
    right: calc(80 / 390 * 100vw);
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media print, screen and (min-width: 736px) {
  .pointBox + .pointBox {
    margin-top: 56px;
  }
}

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

.pointSect {
  position: relative;
}

.pointSect:after {
  color: rgba(143, 140, 117, 0.2);
  content: 'POINT';
  font-family: "Cormorant Infant", serif;
  left: 50%;
  line-height: .8;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

@media print, screen and (min-width: 736px) {
  .pointSect:after {
    font-size: 130px;
    top: -111px;
  }
}

@media screen and (max-width: 736px) {
  .pointSect:after {
    font-size: calc(60 / 390 * 100vw);
    letter-spacing: 0;
    text-align: center;
    top: calc(-74 / 390 * 100vw);
    width: calc(200 / 390 * 100vw);
  }
}

.pointSect__head {
  line-height: 1;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .pointSect__head {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .pointSect__head {
    font-size: calc(26 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .pointSect__head + .pointSect__cont {
    margin-top: 56px;
  }
}

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

.pointSect__cont {
  margin: 0 auto;
}

.qualityAnchor {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .qualityAnchor {
    border-bottom: 1px solid #a6a077;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .qualityAnchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(8 / 390 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.qualityAnchor__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f3ed;
  border: 1px solid #a6a077;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}

@media print, screen and (min-width: 736px) {
  .qualityAnchor__item {
    border-bottom: none;
    font-size: 20px;
    height: 53px;
    max-width: 200px;
    min-width: 120px;
    width: calc(200 / 1440 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .qualityAnchor__item {
    font-size: calc(18 / 390 * 100vw);
    height: calc(43 / 390 * 100vw);
    width: calc(158 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .qualityAnchor__item:hover {
    background: #a6a077;
    color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .qualityAnchor__item:hover {
    background: #a6a077;
    color: #ffffff;
  }
}

.qualityAnchor__item.is-active {
  background: #a6a077;
  border-color: #a6a077;
  color: #ffffff;
  pointer-events: none;
}

.qualityAnchor__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .qualityAnchor__ttl {
    height: 60px;
  }
}

@media screen and (max-width: 736px) {
  .qualityAnchor__ttl {
    height: calc(50 / 390 * 100vw);
  }
}

.qualityGallery__head, .qualityGallery__bottom {
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .qualityGallery__head, .qualityGallery__bottom {
    gap: 20px;
  }
}

@media screen and (max-width: 736px) {
  .qualityGallery__head, .qualityGallery__bottom {
    gap: calc(32 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .qualityGallery__head {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

@media print, screen and (min-width: 736px) {
  .qualityGallery__head + .qualityGallery__bottom {
    margin-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .qualityGallery__head + .qualityGallery__bottom {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .qualityGallery__head .descriptionCard {
    width: 387px;
  }
}

@media print, screen and (min-width: 736px) {
  .qualityGallery__bottom {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    width: 976px;
  }
}

@media screen and (max-width: 736px) {
  .qualityGallery__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 736px) {
  .qualityGallery__bottom .descriptionCard {
    width: 229px;
  }
}

@media print, screen and (min-width: 736px) {
  .qualityGallery__bottom .descriptionCard--onlySp {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .qualityGallery__bottom .descriptionCard .capIn {
    padding: 3px;
  }
}

.qualitySect {
  position: relative;
}

.qualitySect:after {
  color: rgba(143, 140, 117, 0.2);
  content: 'QUALITY';
  font-family: "Cormorant Infant", serif;
  left: 50%;
  line-height: .8;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 10;
}

@media print, screen and (min-width: 736px) {
  .qualitySect:after {
    font-size: 100px;
    top: -112px;
  }
}

@media screen and (max-width: 736px) {
  .qualitySect:after {
    font-size: calc(50 / 390 * 100vw);
    letter-spacing: 0;
    text-align: center;
    top: calc(-65 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.qualitySect__head {
  line-height: 1;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

@media screen and (max-width: 736px) {
  .qualitySect__head .headingCombi .heading {
    font-size: calc(26 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .qualitySect__head .headingCombi .heading + .txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  .qualitySect__head .headingCombi .heading + .txt {
    font-size: calc(13 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .qualitySect__head + .qualitySect__cont {
    margin-top: 60px;
  }
}

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

.qualitySect__cont {
  margin: 0 auto;
}

.structureBox {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media print, screen and (min-width: 736px) {
  .structureBox__head, .structureBox__cont {
    margin: 40px auto;
    padding: 0 54px;
  }
}

@media screen and (max-width: 736px) {
  .structureBox__head, .structureBox__cont {
    margin: 0 calc(20 / 390 * 100vw);
    padding: calc(40 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .structureBox__head .headingCombi .heading + .txt, .structureBox__cont .headingCombi .heading + .txt {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 736px) {
  .structureBox__cont {
    border-left: 1px solid #dbd9c9;
  }
}

@media screen and (max-width: 736px) {
  .structureBox__cont {
    border-top: 1px solid #dbd9c9;
  }
}

@media print, screen and (min-width: 736px) {
  .zeh-definition {
    padding: 56px 0;
  }
}

@media screen and (max-width: 736px) {
  .zeh-definition {
    padding: 32px 0;
  }
}

@media print, screen and (min-width: 736px) {
  .zeh-point {
    padding: 160px 0 80px;
  }
}

@media screen and (max-width: 736px) {
  .zeh-point {
    padding: 96px 0;
  }
}

@media print, screen and (min-width: 736px) {
  .zeh-quality {
    padding: 160px 0;
  }
}

@media screen and (max-width: 736px) {
  .zeh-quality {
    padding: calc(95 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .zeh-bells {
    margin-bottom: 200px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 736px) {
  .zeh-bells {
    margin-bottom: calc(150 / 390 * 100vw);
    padding: calc(56 / 390 * 100vw) 0;
  }
}
