@charset "UTF-8";
@font-face {
  font-family: "DINPro Medium";
  src: url("/fonts/DIN/DINPro-Medium-tr.woff2") format("woff2"), url("/fonts/DIN/DINPro-Medium-tr.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.section-wash-keyvisual .keyvisual-top {
  position: relative;
}

.section-wash-keyvisual .title-keyvisual {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.section-wash-keyvisual .button-video {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(137, 167, 204, 0.75);
  color: #000;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  transform: translate(-50%, -50%);
  letter-spacing: 0.04em;
  transition: background-color .3s, color .3s, opacity .3s;
}
.section-wash-keyvisual .button-video:hover {
  color: #fff;
  background-color: rgba(0,0,0,.75);
}
.section-wash-keyvisual .button-video:hover:before {
  opacity: 1;
}
.section-wash-keyvisual .button-video:hover:after {
  opacity: 0;
}
.section-wash-keyvisual .button-video:after,
.section-wash-keyvisual .button-video:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat;
}
.section-wash-keyvisual .button-video:after {
  background-image: url(/img/product/system_bath/urupoka/urupoka_icon_01.svg);
}
.section-wash-keyvisual .button-video:before {
  background-image: url(/img/product/system_bath/urupoka/urupoka_icon_02.svg);
  opacity: 0;
}

.section-wash-keyvisual .keyvisual-bottom {
  background: center/cover no-repeat;
  color: #fff;
}
.section-wash-keyvisual .keyvisual-bottom .text-bottom {
  text-align: center;
  font-weight: 500;
}

.section-wash-keyvisual .movie-modal-wrap > img {
  cursor: default;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-wash-keyvisual .keyvisual-top {
    margin-bottom: -2.3%;
  }

  .section-wash-keyvisual .title-keyvisual {
    top: 68.9%;
    left: 50.6%;
  }

  .section-wash-keyvisual .button-video {
    width: 285px;
    height: 50px;
    padding: 5px 85px 5px 62px;
    font-size: 1.8rem;
    border-radius: 25px;
    top: 84.7%;
    left: 50%;
  }
  .section-wash-keyvisual .button-video:after,
  .section-wash-keyvisual .button-video:before {
    right: 61px;
    width: 23px;
    height: 23px;
  }

  .section-wash-keyvisual .keyvisual-bottom {
    padding: 80px 0;
    background-image: url(/img/product/system_bath/katayu/keyvisual_img_01.jpg);
  }
  .section-wash-keyvisual .keyvisual-bottom .text-bottom {
    font-size: 2rem;
    line-height: 2.75;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-wash-keyvisual .keyvisual-top {
    margin-bottom: -27px;
  }
  .section-wash-keyvisual .keyvisual-top .glb-content {
    padding: 0;
  }

  .section-wash-keyvisual .title-keyvisual {
    top: 62.1%;
    left: 49.7%;
    width: 100%;
    text-align: center;
  }

  .section-wash-keyvisual .button-video {
    width: 240px;
    height: 50px;
    padding: 5px 60px 5px 40px;
    font-size: 1.9rem;
    border-radius: 25px;
    top: 85%;
    left: 50%;
  }
  .section-wash-keyvisual .button-video:after,
  .section-wash-keyvisual .button-video:before {
    right: 36px;
    width: 21px;
    height: 21px;
  }

  .section-wash-keyvisual .keyvisual-bottom {
    padding: 1em 0;
    background-image: url(/img/product/system_bath/katayu/keyvisual_img_01_sp.jpg);
  }
  .section-wash-keyvisual .keyvisual-bottom .text-bottom {
    font-size: 1.6rem;
    line-height: 2.0;
  }
}
.section-common {
  background: center/cover no-repeat;
  color: #fff;
}
.section-common .title-common {
  position: relative;
  text-align: center;
  font-weight: 700;
}
.section-common .title-common:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "DINPro Medium", serif;
  font-weight: 500;
  color: #fff;
}
.section-common .text-common {
  text-align: center;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common .title-common {
    font-size: 2.8rem;
    margin-bottom: 28px;
    padding-top: 51px;
    letter-spacing: 0.05em;
  }
  .section-common .title-common:before {
    font-size: 3.3rem;
  }

  .section-common .text-common {
    line-height: 2.1875;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-common .title-common {
    font-size: 2.5rem;
    line-height: 1.56;
    margin-bottom: 8px;
    padding-top: 53px;
  }
  .section-common .title-common:before {
    font-size: 3.3rem;
  }

  .section-common .text-common {
    line-height: 2;
    font-size: 1.3rem;
  }
}

@media (max-width: 374px) {
  .section-common .title-common {
    font-size: 2.3rem;
  }
}
.block-banner {
  text-align: center;
}
.block-banner .banner-image {
  display: inline-block;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .block-banner {
    padding: 100px 0;
  }
  .block-banner .banner-image {
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
    width: 768px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .block-banner {
    padding: 74px 15px 78px;
  }
  .block-banner .banner-image {
    width: 325px;
    max-width: 100%;
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.15);
  }
}
.chart-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.chart-wrapper .chart-title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #333;
  text-align: center;
}
.chart-wrapper .chart-note {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4545454545;
  color: #4d4d4d;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .chart-wrapper {
    width: 730px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 6px;
  }
  .chart-wrapper .chart-title {
    line-height: 1.25;
    margin-bottom: 27px;
    padding: 0 54px 0 100px;
  }
  .chart-wrapper .chart-annotates {
    position: absolute;
    top: 20px;
    right: 21px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .chart-wrapper {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .chart-wrapper .chart-title {
    line-height: 1.5625;
    margin-bottom: 8px;
  }

  .chart-wrapper .chart-annotates {
    text-align: center;
    margin-bottom: 22px;
  }

  .chart-wrapper .image-chart {
    margin-left: 20px;
    padding-bottom: 10px;
  }

  .chart-wrapper .js-scrollable {
    overflow: auto hidden !important;
    background: none !important;
  }

  .chart-wrapper .chart-note {
    padding-left: 11px;
  }
}
.section-warmth {
  background-image: url(/img/product/system_bath/p_sb268.jpg);
}
.section-warmth .title-common:before {
  content: "01";
}
.section-warmth .image-warmth {
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-warmth {
    padding: 80px 0;
  }
  .section-warmth .image-warmth {
    margin-top: 36px;
  }
  .section-warmth .text-common {
    margin-bottom: 38px;
  }
  .section-warmth .chart-wrapper {
    padding-bottom: 9px;
  }
  .section-warmth .chart-wrapper .image-chart {
    margin-left: 20px;
  }
  .section-warmth .chart-wrapper .chart-note {
    margin: 28px 0 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-warmth {
    padding: 20px 0;
    background-image: url(/img/product/system_bath/p_sb268_01.jpg);
  }
  .section-warmth .text-common {
    margin-bottom: 10px;
  }
  .section-warmth .chart-wrapper {
    padding: 15px 0 7px;
  }
  .section-warmth .chart-wrapper .image-chart {
    width: 678px;
  }
  .section-warmth .chart-wrapper .chart-note {
    margin-top: -3px;
  }
}
.section-core {
  background-image: url(/img/product/system_bath/p_sb269.jpg);
  background-position: top center;
}

.section-core .title-common:before {
  content: "02";
}
.section-core .block-point {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  border: solid 2px #e75a24;
}
.section-core .block-point:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background: url(/img/product/system_bath/katayu/title_point.png) center/contain no-repeat;
}
.section-core .block-point .title-point {
  text-align: center;
  font-weight: 700;
}
.section-core .block-point .image-point {
  text-align: center;
}
.section-core .block-point .text-left {
  font-weight: 500;
}
.section-core .block-point .text-left span {
  color: #dd5a24;
  font-weight: 700;
}
.section-core .block-point .text-note {
  color: #4d4d4d;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-core .text-note {
    font-size: 1.1rem;
  }
  .section-core {
    padding: 80px 0;
  }
  .section-core .block-content-top {
    margin-bottom: 47px;
  }
  .section-core .text-note {
    font-size: 1.1rem;
    font-weight: 500;
    padding-left: 97px;
    margin-bottom: 13px;
  }
  .section-core .text-common {
    margin-bottom: 121px;
    letter-spacing: 0.1em;
  }
  .section-core .text-normal {
    margin: 0px 40px 0 97px;
    padding-bottom: 9px;
    font-weight: 500;
    text-align: center;
    position: relative;
    border-bottom: solid 1px #fff;
  }
  .section-core .text-normal:before {
    position: absolute;
    content: "";
    top: -30px;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(/img/product/system_bath/katayu/core_icon_01.png);
  }
  .section-core .text-normal span {
    color: #dd5a24;
    font-weight: 700;
  }
  .section-core .image-core {
    text-align: center;
    margin-bottom: 6px;
  }
  .section-core .block-point {
    width: 824px;
    margin-left: 97px;
    padding: 29px 0 2px;
  }
  .section-core .block-point:before {
    top: -17px;
    width: 110px;
    height: 30px;
  }
  .section-core .block-point .title-point {
    margin-bottom: 16px;
    letter-spacing: 0.05em;
  }
  .section-core .block-point .text-left {
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #666;
    padding-bottom: 8px;
    margin: 0 28px 16px;
  }
  .section-core .block-point .text-left:before {
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/img/product/system_bath/katayu/core_icon_03.png);
    width: 762px;
    height: 21px;
  }
  .section-core .block-point .text-right {
    position: absolute;
    right: 25px;
    top: 105px;
    font-size: 1.3rem;
    line-height: 1.6923076923;
    color: #1a1a1a;
    padding-left: 19px;
  }
  .section-core .block-point .text-right:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    background: url(/img/product/system_bath/katayu/core_icon_02.png);
    width: 12px;
    height: 79px;
  }
  .section-core .block-point .image-point {
    margin-bottom: 34px;
  }
  .section-core .block-point .text-note {
    padding-left: 9px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-core {
    padding: 20px 0;
    background-image: url(/img/product/system_bath/p_sb269_02.jpg);
  }
  .section-core .block-content-top {
    margin-bottom: 30px;
  }
  .section-core .text-note {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 3px;
    text-align: center;
  }
  .section-core .text-common {
    margin-bottom: 170px;
  }
  .section-core .text-normal {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 9px;
    font-weight: 500;
    text-align: center;
    position: relative;
    border-bottom: solid 1px #fff;
    line-height: 1.7857142857;
    margin: 0 40px 6px;
  }
  .section-core .text-normal:before {
    position: absolute;
    content: "";
    top: -27px;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(/img/product/system_bath/katayu/core_icon_01_sp.png) center/contain no-repeat;
  }
  .section-core .text-normal span {
    color: #dd5a24;
    font-weight: 700;
  }
  .section-core .image-core {
    text-align: center;
    margin: 0 -16px 37px;
  }
  .section-core .block-point {
    padding: 26px 18px 0;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-core .block-point:before {
    width: 83px;
    height: 23px;
    top: -14px;
    background-image: url(/img/product/system_bath/katayu/title_point_sp.png);
  }
  .section-core .block-point .block-text {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 11px;
  }
  .section-core .block-point .block-text p {
    width: calc(50% - 15px);
    font-size: 1.2rem;
    font-feature-settings: "palt";
    line-height: 1.7916666667;
  }
  .section-core .block-point .text-note {
    text-align: left;
    margin-left: 10px;
  }
  .section-core .block-point .title-point {
    margin-bottom: 9px;
    font-size: 1.7rem;
  }
  .section-core .block-point .image-point {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .section-core .text-common {
    font-size: 1.5rem;
  }
  .section-core .block-point .block-text p {
    font-size: .95rem;
  }
}

.section-preference {
  background-image: url(/img/product/system_bath/p_sb272.jpg);
}
.section-preference .title-common:before {
  content: "03";
}
.section-preference .image-preference {
  text-align: center;
}

@media only screen and (max-width: 374px) {
  .section-core .text-normal {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-preference {
    padding: 80px 0;
  }
  .section-preference .content-image-preference {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-preference {
    padding: 20px 0;
    background-image: url(/img/product/system_bath/p_sb272_02.jpg);
  }
  .section-preference .text-common {
    margin-bottom: 10px;
  }
  .block-preference {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .section-preference .image-preference {
    width: 502px;
    padding: 25px 20px 8px;
    text-align: left;
  }
  .section-preference .content-image-preference {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-preference .text-note {
    font-size: 1.1rem;
    color: #4d4d4d;
    line-height: calc(30 / 22);
    padding: 14px 0 6px 18px;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-economical {
  background-image: url(/img/product/system_bath/katayu/economical_bg.jpg);
}
.section-economical .title-common:before {
  content: "04";
}
.section-economical .image-economical-top,
.section-economical .image-economical-bottom {
  text-align: center;
}
.section-economical .title-sub {
  text-align: center;
  font-weight: 700;
}
.section-economical .title-sub span {
  position: relative;
}
.section-economical .title-sub span:before, .section-economical .title-sub span:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #fff;
}
.section-economical .title-sub span:before {
  left: 0;
}
.section-economical .title-sub span:after {
  right: 0;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-economical {
    padding: 80px 0;
  }
  .section-economical .title-sub {
    font-size: 2rem;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
  }
  .section-economical .title-sub span {
    padding: 0 50px;
  }
  .section-economical .title-sub span:before, .section-economical .title-sub span:after {
    width: 30px;
  }
  .section-economical .content-image-economical {
    margin-top: 38px;
  }
  .section-economical .image-economical-top {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-economical {
    padding: 20px 0;
  }
  .section-economical .text-common {
    margin-bottom: 10px;
  }
  .section-economical .title-sub {
    font-size: 1.9rem;
    letter-spacing: 0.08em;
  }
  .section-economical .title-sub span {
    padding: 0 33px;
  }
  .section-economical .title-sub span:before, .section-economical .title-sub span:after {
    width: 22px;
  }
  .section-economical .image-economical-top {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .section-economical .text-common {
    font-size: 1.3rem;
  }
  .section-economical .title-sub span {
    font-size: 1.5rem;
  }
  .section-economical .image-economical-bottom img{
    height: auto;
  }
}

.section-relaxes {
  background-image: url(/img/product/system_bath/p_sb276.jpg);
}
.section-relaxes .title-common:before {
  content: "05";
}
.section-relaxes .image-relaxes-top,
.section-relaxes .image-relaxes-bottom {
  text-align: center;
}
.section-relaxes .content-image-relaxes {
  background-color: rgba(255, 255, 255, 0.8);
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-relaxes {
    padding: 80px 0;
  }
  .section-relaxes .text-common {
    margin-bottom: 56px;
  }
  .section-relaxes .content-image-relaxes {
    width: 690px;
    margin: 0 auto;
    padding: 37px 5px 12px;
  }
  .section-relaxes .image-relaxes-top {
    margin-bottom: 7px;
  }
  .section-relaxes .image-relaxes-bottom {
    width: 658px;
    margin-left: 6px;
  }
  .section-relaxes .chart-wrapper {
    width: 690px;
    padding-top: 36px;
  }
  .section-relaxes .chart-wrapper .image-chart {
    text-align: center;
  }
  .section-relaxes .chart-wrapper .chart-note {
    margin: 5px 0 0 10px;
  }
  .section-relaxes .chart-bottom {
    padding-top: 41px;
  }
  .section-relaxes .chart-bottom .chart-annotates {
    top: 28px;
  }
  .section-relaxes .chart-bottom .chart-note {
    margin: 19px 0 3px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-relaxes {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/img/product/system_bath/p_sb276_01.jpg);
  }
  .section-relaxes .text-common {
    margin-bottom: 10px;
  }
  .section-relaxes .chart-wrapper {
    padding: 25px 0 0;
  }
  .section-relaxes .chart-wrapper .image-chart {
    width: 462px;
  }
  .section-relaxes .chart-wrapper .chart-note {
    font-size: 1rem;
    padding-left: 20px;
  }
  .section-relaxes .chart-bottom {
    padding-top: 47px;
    padding-bottom: 5px;
  }
  .section-relaxes .chart-bottom .image-chart {
    width: 546px;
    height: 101px;
    margin-left: 22px;
  }
  .section-relaxes .chart-bottom .chart-annotates {
    margin-bottom: 16px;
  }
  .section-relaxes .chart-bottom .chart-note {
    margin-top: 23px;
  }
}
.section-stream {
  background-image: url(/img/product/system_bath/katayu/stream_bg.jpg);
}
.section-stream .title-common:before {
  content: "06";
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-stream {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-stream {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .section-stream .text-common {
    font-size: 1.3rem;
  }
}

.section-supports {
  background-image: url(/img/product/system_bath/p_sb278.jpg);
}
.section-supports .title-common:before {
  content: "07";
}
.section-supports .image-supports {
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-supports {
    padding: 80px 0;
  }
  .section-supports .title-common {
    margin-bottom: 20px;
  }
  .section-supports .text-common {
    margin-bottom: 71px;
  }
  .section-supports .chart-wrapper {
    width: 834px;
  }
  .section-supports .chart-wrapper .image-chart {
    text-align: center;
    margin-left: 41px;
  }
  .section-supports .chart-wrapper .chart-note {
    margin: 16px 0 2px 11px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-supports {
    padding: 20px 0;
    background-image: url(/img/product/system_bath/p_sb278_01.jpg);
  }
  .section-supports .chart-wrapper {
    padding: 21px 0 10px;
  }
  .section-supports .chart-wrapper .image-chart {
    width: 450px;
  }
  .section-supports .chart-wrapper .title-common {
    margin-bottom: 43px;
  }
  .section-supports .chart-wrapper .text-common {
    margin-bottom: 9px;
  }
}
.section-clean {
  background-image: url(/img/product/system_bath/p_sb279.jpg);
}
.section-clean .title-common:before {
  content: "08";
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-clean {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-clean {
    background-image: url(/img/product/system_bath/p_sb279_01.jpg);
    padding: 20px 0;
  }
  .section-clean .title-common {
    margin-bottom: 18px;
  }
  .section-clean .text-common {
    color: #000;
  }
}
.section-selectable {
  background-image: url(/img/product/system_bath/p_sb293_02.jpg);
}
.section-selectable .title-common:before {
  content: "09";
}
.section-selectable .text-common img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-selectable .list-selectable .selectable-right {
  text-align: right;
}
.section-selectable .text-common.is-shadow {
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-selectable {
    padding: 80px 0;
  }
  .section-selectable .title-bottom {
    margin-bottom: 21px;
  }
  .section-selectable .text-common {
    margin: 0 auto 38px;
  }
  .section-selectable .list-selectable {
    padding: 0 49px;
  }
  .section-selectable .list-selectable .selectable-right {
    margin-top: -17px;
  }
  .section-selectable .list-selectable .selectable-left {
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-selectable {
    padding: 20px 0;
    background-image: url(/img/product/system_bath/p_sb293_03.jpg);
  }
  .section-selectable .text-common {
    margin: 0 -4.5px 10px;
  }
  .section-selectable .list-selectable {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-selectable .list-selectable li {
    max-width: 280px;
    margin-bottom: 9px;
  }
  .section-selectable .list-selectable li.selectable-left {
    margin-left: 16px;
  }
  .section-selectable .list-selectable li.selectable-right {
    margin-left: 55px;
  }
}
.section-report {
  background: center center/cover no-repeat;
  color: #fff;
}
.section-report .report-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-report .report-article {
  position: relative;
  z-index: 1;
}
.section-report .article-image {
  overflow: hidden;
}
.section-report .article-image img {
  width: 100%;
  height: auto;
}
.section-report .block-title {
  font-feature-settings: "palt";
}
.section-report .article-author-position {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.section-report .article-author-name {
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 1.25;
}
.section-report .block-text:last-child {
  margin-bottom: 0;
}
.section-report .article-paragraph {
  font-weight: 500;
}
.section-report .article-image-sub {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-report {
    background-image: url("/img/product/system_bath/katayu/report_bg.jpg");
    padding-top: 56px;
    padding-bottom: 401px;
  }
  .section-report .report-article {
    margin-top: -18px;
  }
  .section-report .article-image {
    border-radius: 10px;
    margin-bottom: 42px;
  }
  .section-report .block-title {
    background-color: #fff;
    padding: 12px 20px 10px;
    position: absolute;
    top: 50px;
    left: 50px;
    color: #1a1a1a;
  }
  .section-report .article-title {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    margin-bottom: 26px;
  }
  .section-report .article-author-position {
    margin-bottom: 4px;
  }
  .section-report .block-text {
    margin-bottom: 30px;
  }
  .section-report .article-title-sub, .section-report .article-paragraph {
    width: 700px;
    margin-left: 130px;
  }
  .section-report .article-title-sub {
    font-size: 2.8rem;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
  .section-report .article-paragraph {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 2.1875;
    font-feature-settings: "palt";
  }
  .section-report .article-image-sub {
    border-radius: 10px;
    float: right;
    margin-top: 128px;
    margin-left: 21px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-report {
    background-image: url("/img/product/system_bath/katayu/report_bg_sp.jpg");
    padding-top: 27px;
    padding-bottom: 249px;
  }
  .section-report .report-article {
    max-width: 345px;
    margin: -13px auto 0;
  }
  .section-report .article-image {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .section-report .block-title {
    margin-bottom: 46px;
  }
  .section-report .article-title {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1.3268181818;
    margin-bottom: 7px;
  }
  .section-report .article-author-position {
    margin-bottom: 3px;
  }
  .section-report .block-text {
    margin-bottom: 20px;
  }
  .section-report .article-title-sub {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.3268181818;
    margin-bottom: 14px;
  }
  .section-report .article-paragraph {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.875;
  }
  .section-report .article-image-sub {
    border-radius: 5px;
    width: 250px;
    margin: 0 auto 50px;
  }
  .section-report .button-more {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 1px;
    width: 150px;
    margin: 0 auto;
    padding: 8px 10px;
    border: solid 1px #fff;
    cursor: pointer;
  }
}
.section-shipping .block-shipping {
  border: solid 1px #89a7cc;
  text-align: center;
}
.section-shipping .block-shipping .title-shipping {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.section-shipping .block-shipping .link-shipping {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.section-shipping .block-shipping .link-shipping:hover .m-btn-01.ptn04 {
  color: #fff;
  background: #3db4d0;
}
.section-shipping .block-shipping .link-shipping:hover .m-btn_inner::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.section-shipping .block-shipping .m-btn-01 {
  position: relative;
}

.section-shipping .title-block {
  background-color: #83b8ba;
  text-align: center;
  color: #214b55;
}

.section-shipping .item-shipping.is-black .title-block {
  background-color: #000;
  color: #c49d6d;
}

.section-shipping .title-block span {
  display: block;
}

.section-shipping .title-block .title-big {
  font-weight: 700;
  line-height: 1;
}

.section-shipping .title-block .title-small {
  font-weight: 500;
}

.section-shipping .block-price {
  background-color: #fff;
  text-align: center;
  font-weight: 600;
}
.section-shipping .block-price .price {
  font-feature-settings: "palt";
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.section-shipping .block-price span {
  display: block;
}

.section-shipping .m-btn-01.no-icon .m-btn_inner {
  justify-content: center;
}

.section-shipping .text-detail,
.section-shipping .list-detail li {
  font-weight: 500;
}

.section-shipping .item-left .title-block {
  background-color: #000;
  color: #c49d6d;
}

.section-shipping .text-title-detail {
  border-bottom: solid 1px #9fa0a0;
}

.section-shipping .list-note li {
  font-weight: 500;
}

.section-shipping .block-bottom .text-bottom {
  font-size: 1.6rem;
  font-weight: 500;
}

.section-shipping .block-bottom .text-note-bottom {
  font-size: 1.2rem;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-shipping {
    margin-top: -361px;
  }
  .section-shipping .block-shipping {
    padding: 44px 63px 19px;
    background: linear-gradient(to top, #f0f0f0 0%, #f0f0f0 100%) center bottom/100% 360px no-repeat;
  }
  .section-shipping .title-shipping {
    font-size: 2.8rem;
    margin-bottom: 38px;
    letter-spacing: 0.18em;
  }
  .section-shipping .m-btn-01 {
    width: 170px;
    top: -33px;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .section-shipping .m-btn-01 .m-btn_inner:before {
    top: 46%;
    left: 43px;
  }
  .section-shipping .list-shipping {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px -37px;
  }
  .section-shipping .item-shipping {
    width: 400px;
    margin: 0 10px 30px;
  }
  .section-shipping .item-shipping.item-granspa .block-price {
    padding-top: 0;
  }
  .section-shipping .item-shipping.item-granspa .text-price-small {
    font-size: 1.4rem;
    margin-top: -7px;
  }
  .section-shipping .image-shipping {
    width: 100%;
  }
  .section-shipping .image-shipping img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-shipping .title-block {
    padding: 30px 10px 14px;
  }
  .section-shipping .title-block .title-big {
    font-size: 2.2rem;
    margin-bottom: 2px;
  }
  .section-shipping .title-block .title-small {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .section-shipping .block-price {
    margin-top: -12px;
    min-height: 80px;
    padding: 11px 10px 4px;
    border-radius: 10px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .section-shipping .block-price .price {
    margin-bottom: -5px;
    font-size: 2.2rem;
  }
  .section-shipping .block-price span {
    font-size: 1.6rem;
    margin-top: -7px;
    letter-spacing: 0;
  }
  .section-shipping .list-detail li {
    font-size: 1.2rem;
  }
  .section-shipping .text-title-detail {
    font-size: 1.6rem;
    padding-bottom: 2px;
    margin-bottom: 6px;
  }
  .section-shipping .list-note li {
    font-size: 1.2rem;
    margin-bottom: -2px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-shipping {
    margin-top: -200px;
  }

  .section-shipping .block-shipping {
    padding: 22px 0 0;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-shipping .title-shipping {
    font-size: 2.3rem;
    margin-bottom: 4px;
    letter-spacing: 0.2em;
  }

  .section-shipping .m-btn-01 {
    width: 185px;
    top: -35px;
    padding: 14px 56px 13px;
  }
  .section-shipping .m-btn-01 .m-btn_inner:before {
    left: 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .section-shipping .m-btn-01 .m-btn_inner:hover .m-btn_inner::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .section-shipping .item-shipping {
    background: linear-gradient(to top, #f0f0f0 0%, #f0f0f0 100%) center bottom/100% 248px no-repeat;
    padding-left: 47px;
    padding-right: 47px;
    padding-bottom: 1px;
  }
  .section-shipping .item-shipping:nth-child(2) {
    background: linear-gradient(to top, #f0f0f0 0%, #f0f0f0 100%) center bottom/100% 278px no-repeat;
  }
  .section-shipping .item-shipping:not(:last-child) {
    margin-bottom: 23px;
  }
  .section-shipping .item-shipping.item-granspa .block-price {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-shipping .item-shipping.item-granspa .block-price .text-price-small {
    font-size: 1.4rem;
    margin-top: -9px;
    margin-bottom: -4px;
  }

  .section-shipping .title-block {
    padding: 16px 10px 7px;
  }

  .section-shipping .image-shipping img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-shipping .title-block .title-big {
    font-size: 1.8rem;
    margin-bottom: -1px;
  }

  .section-shipping .title-block .title-small {
    font-size: 1.1rem;
  }

  .section-shipping .text-detail {
    margin: 0 -40px 7px;
  }

  .section-shipping .block-price {
    margin-top: -20px;
    margin-bottom: 26px;
    padding: 11px 2px 8px;
    border-radius: 4px;
  }
  .section-shipping .block-price .price {
    line-height: 1.7;
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    margin-bottom: -7px;
  }
  .section-shipping .block-price span {
    font-size: 1.6rem;
    margin-top: -7px;
    letter-spacing: 0;
  }

  .section-shipping .list-detail {
    margin: 0 -40px;
  }
  .section-shipping .list-detail li {
    font-size: 1.3rem;
    line-height: 1.63;
  }

  .section-shipping .text-title-detail {
    margin-bottom: 14px;
  }

  .section-shipping .list-note li {
    font-size: 1.2rem;
    line-height: 1.75;
  }

  .section-shipping .block-bottom .text-bottom {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }

  .section-shipping .block-bottom {
    background-color: #eee;
    margin-top: -7px;
    padding-bottom: 19px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .section-shipping .block-price .price {
    font-size: 1.7rem;
  }
  .section-shipping .block-price .price span {
    font-size: 1.5rem;
  }

  .section-shipping .text-detail {
    font-size: 1.4rem;
  }

  .section-shipping .list-detail li {
    font-size: 1.2rem;
  }

  .section-shipping .list-note li {
    font-size: 1rem;
  }

  .section-shipping .item-shipping {
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(to top, #f0f0f0 0%, #f0f0f0 100%) center bottom/100% 241px no-repeat;
  }
}