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

@media print, screen and (min-width: 768px) {
  .anchorTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .anchorTab {
    gap: calc(10 / 750 * 100vw);
  }
}

.anchorTab__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.anchorTab__item {
  background-color: #f0f0f0;
  cursor: pointer;
  position: relative;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media print, screen and (min-width: 768px) {
  .anchorTab__item {
    height: 65px;
    width: 192px;
  }
}

@media screen and (max-width: 768px) {
  .anchorTab__item {
    height: calc(120 / 750 * 100vw);
    width: calc(50% - (5 / 750 * 100vw));
  }
}

.anchorTab__item:after {
  background-color: #3e3a39;
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  width: 100%;
}

.anchorTab__item .txt {
  color: #999999;
  text-align: center;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media print, screen and (min-width: 768px) {
  .anchorTab__item .txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .anchorTab__item .txt {
    font-size: calc(28 / 750 * 100vw);
  }
}

.anchorTab__item.is-active {
  pointer-events: none;
}

.anchorTab__item.is-active .txt {
  color: #333333;
}

.anchorTab__item.is-active:after {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .anchorTab__item:hover .txt {
    color: #333333;
  }
  .anchorTab__item:hover:after {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .anchorTab__item:hover .txt {
    color: #333333;
  }
  .anchorTab__item:hover:after {
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .bathArea .anchorTab + .bathArea__head {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .bathArea .anchorTab + .bathArea__head {
    margin-top: calc( 100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .bathArea__head .equipmentSectHeading + .headingUnit {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .bathArea__head .equipmentSectHeading + .headingUnit {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .bathArea__head + .bathArea__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .bathArea__head + .bathArea__cont {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .bathArea__cont .dresserCard + .pointBox {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .bathArea__cont .dresserCard + .pointBox {
    margin-top: calc( 40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .bathArea__cont .bathSect + .powderSect {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .bathArea__cont .bathSect + .powderSect {
    margin-top: calc( 100 / 750 * 100vw);
  }
}

.bathSect__ttl {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .bathSect__ttl {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__ttl {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.bathSect__ttl:after {
  background-color: #c9ab3c;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .bathSect__ttl:after {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__ttl:after {
    width: calc(120 / 750 * 100vw);
  }
}

.bathSect__ttl .en {
  color: #333333;
  font-family: "Cinzel", serif;
}

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

@media screen and (max-width: 768px) {
  .bathSect__ttl .en {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .bathSect__ttl + .photo {
    margin-top: 42px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .bathSect__head .photo {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
  }
}

@media print, screen and (min-width: 768px) {
  .bathSect__head + .bathSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .bathSect__head + .bathSect__cont {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .dresserCard {
    display: grid;
    grid-template-columns: 490px 470px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .dresserCard__head {
    grid-column: 2 /3;
  }
}

.dresserCard__head .heading {
  line-height: 1.5;
}

.dresserCard__head .heading:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.dresserCard__head .heading:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.dresserCard__head .heading:before, .dresserCard__head .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

@media screen and (max-width: 768px) {
  .dresserCard__head .heading {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .dresserCard__head + .dresserCard__visual {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.dresserCard__ttl {
  border-bottom: 1px solid #c9ab3c;
  line-height: calc(24 / 16);
}

@media print, screen and (min-width: 768px) {
  .dresserCard__ttl {
    font-size: 16px;
    letter-spacing: .01em;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .dresserCard__ttl {
    font-size: calc( 32 / 750 * 100vw);
    letter-spacing: .01rem;
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .dresserCard__ttl + .headingUnit {
    margin-top: 20px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .dresserCard__visual {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}

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

@media print, screen and (min-width: 768px) {
  .dresserCard__imgList {
    grid-column: 2 / 3;
    margin-top: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .dresserCard__imgList .usableList__inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .dresserCard__imgList .usableList__inner {
    gap: calc(40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .dresserCard__imgList .usableList__item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .dresserCard__imgList .usableList__item {
    width: calc(50% - (20 / 750 * 100vw));
  }
}

.dresserCard__imgList .usableList__item .photo {
  width: 100%;
}

.dresserCard__imgList .usableList__item .photo__image {
  width: 100%;
}

.equipmentCard__head .usableList__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__head .usableList__item {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__head .usableList__item {
    width: calc(305 / 750 * 100vw);
  }
}

.equipmentCard__head .photo__image {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__head + .equipmentCard__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__head + .equipmentCard__cont {
    margin-top: calc(39 / 750 * 100vw);
  }
}

.equipmentCard__cont .heading {
  border-bottom: 1px solid #c9ab3c;
  line-height: calc(24 / 16);
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__cont .heading {
    font-size: 16px;
    letter-spacing: .01em;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__cont .heading {
    font-size: calc( 32 / 750 * 100vw);
    letter-spacing: .01rem;
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__cont .heading + .txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__cont .heading + .txt {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.equipmentCard__cont .txt {
  line-height: calc(24 / 14);
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__cont .txt {
    font-size: 14px;
    letter-spacing: .01em;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__cont .txt {
    font-size: calc( 24 / 750 * 100vw);
    letter-spacing: .01rem;
  }
}

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

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

.equipmentCard--doubleDesc .equipmentCard__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .equipmentCard--doubleDesc .equipmentCard__cont {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard--doubleDesc .equipmentCard__cont {
    gap: calc(20 / 390 * 100vw);
  }
}

.equipmentCard--doubleDesc .equipmentCard__cont .headingUnit {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.equipmentCard--doubleDesc .equipmentCard__cont .headingUnit + .headingUnit {
  margin-top: 0;
}

.equipmentCard--dummy .photo {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

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

@media print, screen and (min-width: 768px) {
  .equipmentCard--horizontal {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard--horizontal {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentCard--horizontal .equipmentCard__head {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard--horizontal .equipmentCard__head {
    width: calc(305 / 750 * 100vw);
  }
}

.equipmentCard--horizontal .equipmentCard__cont {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .equipmentCard--horizontal .equipmentCard__cont {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard--horizontal .equipmentCard__cont {
    width: calc(305 / 750 * 100vw);
  }
}

.equipmentList {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .equipmentList {
    gap: 50px 20px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentList {
    gap: calc(40 / 750 * 100vw) 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.equipmentList__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .equipmentList__item:has(.equipmentCard--wide) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .equipmentList__item:has(.equipmentCard--horizontal) {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentList__item .equipmentCard {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentList__item .equipmentCard {
    width: calc(305 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentList__item .equipmentCard--wide {
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentList__item .equipmentCard--wide {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentList__item .equipmentCard--horizontal {
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentList__item .equipmentCard--horizontal {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentList__item .equipmentCard--super-wide {
    width: 886px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentList__item .equipmentCard--super-wide {
    width: 100%;
  }
}

.equipmentSectHeading {
  background-color: #4d3d35;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .138rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .equipmentSectHeading {
    font-size: 16px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSectHeading {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .kitchenSect .anchorTab + .kitchenSect__head {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect .anchorTab + .kitchenSect__head {
    margin-top: calc( 100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .kitchenSect__head .equipmentSectHeading + .headingUnit {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head .equipmentSectHeading + .headingUnit {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .kitchenSect__head .headingUnit + .photo {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head .headingUnit + .photo {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

.pointBox {
  background-color: #3e3a39;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .pointBox {
    padding-bottom: 64px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .pointBox__head {
    padding-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .pointBox__head {
    padding-top: calc(121 / 750 * 100vw);
  }
}

.pointBox__head:before {
  background-color: #b89b2f;
  content: '';
  left: 50%;
  opacity: .5;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
}

@media print, screen and (min-width: 768px) {
  .pointBox__head:before {
    height: 39px;
  }
}

@media screen and (max-width: 768px) {
  .pointBox__head:before {
    height: calc(80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .pointBox__head .heading {
    font-size: 20px;
    letter-spacing: .01em;
  }
}

@media screen and (max-width: 768px) {
  .pointBox__head .heading {
    font-size: calc(36 / 750 * 100vw);
  }
}

.pointBox__head .heading .large {
  color: #c4a02a;
}

@media print, screen and (min-width: 768px) {
  .pointBox__head .heading .large {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .pointBox__head .heading .large {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .pointBox__head + .pointBox__cont {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .pointBox__head + .pointBox__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .pointBox__list {
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .pointBox__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(39 / 750 * 100vw);
    padding: 0 calc(45 / 750 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .pointBox__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .pointBox__item {
    font-size: calc(32 / 750 * 100vw);
    gap: calc(26 / 750 * 100vw);
    line-height: calc(48 / 32);
  }
}

.pointBox__item .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9d466c;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .pointBox__item .num {
    font-size: 16px;
    height: 25px;
    letter-spacing: .01em;
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .pointBox__item .num {
    font-size: calc(32 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    letter-spacing: .01rem;
    width: calc(50 / 750 * 100vw);
  }
}

.powderSect__ttl {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .powderSect__ttl {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .powderSect__ttl {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.powderSect__ttl:after {
  background-color: #c9ab3c;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .powderSect__ttl:after {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .powderSect__ttl:after {
    width: calc(120 / 750 * 100vw);
  }
}

.powderSect__ttl .en {
  color: #333333;
  font-family: "Cinzel", serif;
}

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

@media screen and (max-width: 768px) {
  .powderSect__ttl .en {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .powderSect__head + .powderSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .powderSect__head + .powderSect__cont {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .safetySect__head {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .safetySect__head {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.safetySect__head:after {
  background-color: #c9ab3c;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .safetySect__head:after {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .safetySect__head:after {
    width: calc(120 / 750 * 100vw);
  }
}

.safetySect__head .heading {
  color: #333333;
}

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

@media screen and (max-width: 768px) {
  .safetySect__head .heading {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .safetySect__head + .photo {
    margin-top: 42px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .safetySect__head + .safetySect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .safetySect__head + .safetySect__cont {
    margin-top: calc( 80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .safetySect__cont .equipmentList__item .equipmentCard {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect .anchorTab + .securitySect__head {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect .anchorTab + .securitySect__head {
    margin-top: calc( 100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__head .equipmentSectHeading + .headingUnit {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__head .equipmentSectHeading + .headingUnit {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__head .headingUnit .caption {
    font-size: 9px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__head + .securitySect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__head + .securitySect__cont {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .equipmentList + .safetySect {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__cont .equipmentList + .safetySect {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont .safetySect + .smoothSect {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__cont .safetySect + .smoothSect {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .smoothSect__head {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__head {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.smoothSect__head:after {
  background-color: #c9ab3c;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .smoothSect__head:after {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__head:after {
    width: calc(120 / 750 * 100vw);
  }
}

.smoothSect__head .heading {
  color: #333333;
}

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

@media screen and (max-width: 768px) {
  .smoothSect__head .heading {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .smoothSect__head + .photo {
    margin-top: 42px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .smoothSect__head + .smoothSect__cont {
    margin-top: 32px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .smoothSect__cont .txt {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .smoothSect__cont .txt + .smoothSect__box {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__cont .txt + .smoothSect__box {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

.smoothSect__box {
  background-color: #e1f1f8;
}

@media print, screen and (min-width: 768px) {
  .smoothSect__box {
    padding: 40px 0 64px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__box {
    margin-left: -25px;
    padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw) calc(120 / 750 * 100vw);
    width: 100vw;
  }
}

.smoothSect__box .headingUnit .heading {
  color: #034d6f;
}

@media print, screen and (min-width: 768px) {
  .smoothSect__box .headingUnit .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__box .headingUnit .heading {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .smoothSect__box .headingUnit .heading + .txt {
    margin-top: 23px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__box .headingUnit .heading + .txt {
    margin-top: calc( 40 / 750 * 100vw);
  }
}

.smoothSect__box .headingUnit .heading .txt {
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .smoothSect__box .headingUnit + .swipeFigure {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__box .headingUnit + .swipeFigure {
    margin-top: calc( 80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .smoothSect__box .swipeFigure {
    margin: auto;
    width: 670px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__box .swipeFigure {
    height: calc(800 / 750 * 100vw);
  }
}

.smoothSect__box .swipeFigure .figurePlot {
  -webkit-transition: 1s ease 1s;
  transition: 1s ease 1s;
}

.smoothSect__box .swipeFigure.sai-animate .figurePlot {
  opacity: 0;
}

.smoothSect__logo {
  display: block;
  height: auto;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .smoothSect__logo {
    width: 297px;
  }
}

@media print, screen and (min-width: 768px) {
  .smoothSect__logo + .headingUnit {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .smoothSect__logo + .headingUnit {
    margin-top: calc( 80 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storageCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .storageCard--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.storageCard--reverse .storageCard__head .photo__capIn {
  left: unset;
  right: 5px;
}

.storageCard__ttl {
  border-bottom: 1px solid #c9ab3c;
  line-height: calc(24 / 16);
}

@media print, screen and (min-width: 768px) {
  .storageCard__ttl {
    font-size: 16px;
    letter-spacing: .01em;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .storageCard__ttl {
    font-size: calc( 32 / 750 * 100vw);
    letter-spacing: .01rem;
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storageCard__ttl + .headingUnit {
    margin-top: 20px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .storageCard__head {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .storageCard__head .photo {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.storageCard__head .photo__capIn {
  left: 5px;
  right: unset;
  text-align: start;
}

@media screen and (max-width: 768px) {
  .storageCard__head + .storageCard__cont {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storageCard__cont {
    width: 490px;
  }
}

.storageCard__cont .heading {
  line-height: 1.5;
}

.storageCard__cont .heading:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.storageCard__cont .heading:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.storageCard__cont .heading:before, .storageCard__cont .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

@media screen and (max-width: 768px) {
  .storageCard__cont .heading {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storageCard + .storageCard {
    margin-top: 100px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .equipmentList + .storageCard {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentList + .storageCard {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect .anchorTab + .storageSect__head {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect .anchorTab + .storageSect__head {
    margin-top: calc( 100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__head .equipmentSectHeading + .headingUnit {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__head .equipmentSectHeading + .headingUnit {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__head .headingUnit .caption {
    font-size: 9px;
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__head + .storageSect__cont {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__cont .equipmentList__item .equipmentCard {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .structureSect .anchorTab + .structureSect__head {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect .anchorTab + .structureSect__head {
    margin-top: calc( 100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .structureSect__head .equipmentSectHeading + .headingUnit {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__head .equipmentSectHeading + .headingUnit {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .structureSect__head + .structureSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__head + .structureSect__cont {
    margin-top: calc( 120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .structureSect__cont .dresserCard + .pointBox {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__cont .dresserCard + .pointBox {
    margin-top: calc( 40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .equipment-kitchen {
    margin-top: 120px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .equipment-bath {
    margin-top: 102px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .equipment-storage {
    margin-top: 120px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .equipment-security {
    margin-top: 120px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .equipment-structure {
    margin-top: 120px;
  }
}

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