@charset "UTF-8";
.dark-theme {
  background-color: #231815;
}

.common-section-banner.banner-pride {
  background-image: url(/img/product/system_bath/plan_predencia001_04.jpg);
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .block-bathtub {
    width: 980px;
    margin: 0 auto;
    border: solid 1px #9b9796;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .block-bathtub {
    position: relative;
  }
  .block-bathtub:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    height: 1px;
    background-color: #9b9796;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .common-section-banner.banner-pride {
    height: 900px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .block-banner-detail {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    padding: 22px 19px 25px;
  }
  .block-banner-detail .content-phrase {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .block-banner-detail .content-detail {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: 500;
    text-align: justify;
  }
}
.block-smooth .smooth-list {
  counter-reset: count;
}
.block-smooth .smooth-link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  position: relative;
  font-family: "Times New Roman", serif;
  transition: all .26s;
}
.block-smooth .smooth-link:hover {
  transform: translate(5px,5px);
  box-shadow: none;
}
.block-smooth .smooth-link:before {
  counter-increment: count;
  content: "0 " counter(count) " .";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-smooth .smooth-link:after {
  position: absolute;
  content: "";
  background: url(/img/product/system_bath/bathtub/bathtub_icon_01.svg) center/contain no-repeat;
}
.block-smooth .smooth-link .is-japan {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media print, (max-width: 374px) {
  .block-banner-detail .content-detail {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .block-smooth {
    padding: 103px 20px 104px;
  }
  .block-smooth .smooth-list {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: 0 auto;
  }
  .block-smooth .smooth-link {
    width: 400px;
    padding: 3px 14px 3px 10px;
    box-shadow: 5px 5px 0 #303538;
    text-align: center;
  }
  .block-smooth .smooth-link:before {
    left: 14px;
    font-size: 4.4rem;
    letter-spacing: -0.12em;
  }
  .block-smooth .smooth-link:after {
    top: 20px;
    right: 15px;
    width: 14px;
    height: 30px;
  }
  .block-smooth .smooth-link span {
    letter-spacing: 0.18em;
  }
  .block-smooth .is-english {
    font-size: 3rem;
    margin-right: 20px;
  }
  .block-smooth .is-japan {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .block-smooth {
    padding: 0 20px 33px;
  }
  .block-smooth .smooth-list li {
    margin-bottom: 16px;
  }
  .block-smooth .smooth-link {
    width: 98.4%;
    padding: 8px 23px 4px 61px;
    box-shadow: 5px 5px 0 #303538;
  }
  .block-smooth .smooth-link:before {
    left: 12px;
    font-size: 3.3rem;
    letter-spacing: -0.12em;
  }
  .block-smooth .smooth-link:after {
    top: 13px;
    right: 11px;
    width: 10px;
    height: 26px;
  }
  .block-smooth .smooth-link span {
    line-height: 1;
    letter-spacing: 0.18em;
  }
  .block-smooth .is-english {
    font-size: 2.7rem;
    margin-right: 8px;
  }
  .block-smooth .is-japan {
    font-size: 1.8rem;
  }
}

@media print, (max-width: 374px) {
  .block-smooth .is-english {
    font-size: 2.2rem;
  }
  .block-smooth .is-japan {
    font-size: 1.4rem;
  }
  .block-smooth .smooth-link:after {
    top: 9px;
  }
}

.description-common {
  font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
.description-common span {
  display: inline-block;
  border-bottom: 1px solid #9b9796;
}

.text-common {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .description-common {
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .text-common {
    font-size: 1.8rem;
    text-align: center;
  }

  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .description-common {
    margin-bottom: 21px;
    font-size: 2.2rem;
    line-height: 1.3818;
  }
  .description-common span {
    padding-bottom: 7px;
    letter-spacing: -0.015em;
  }

  .text-common {
    margin-bottom: 24px;
    padding: 0 20px;
    font-size: 1.4rem;
  }

  .only-pc {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .description-common {
    font-size: 1.8rem;
  }
}

.section-bathtub-info .image-info {
  text-align: center;
  background-color: #000;
}
.section-bathtub-info .info-row {
  position: relative;
}
.section-bathtub-info .info-title {
  font-family: "Times New Roman", serif;
  position: absolute;
  font-weight: 400;
  color: #fff;
}
.section-bathtub-info .info-title:before {
  content: "01";
  position: absolute;
  top: 0;
}
.section-bathtub-info .info-title:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  transform: rotate(-29deg);
}
.section-bathtub-info .info-title .is-japan {
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-bathtub-info .content-product .list-product {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-bathtub-info .content-product .item-product {
  background-color: #362c29;
  color: #fff;
}
.section-bathtub-info .content-product .title-product {
  text-align: center;
  font-weight: 800;
  border-bottom: solid 1px #9b9796;
}
.section-bathtub-info .content-product .title-sub {
  font-weight: 800;
}
.section-bathtub-info .content-product .text-product {
  font-weight: 500;
}
.section-bathtub-info .content-product .link-product a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #a2806d;
  position: relative;
}
.section-bathtub-info .content-product .link-product a:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.section-bathtub-shape {
  color: #fff;
}
.section-bathtub-shape .form-table,
.section-bathtub-shape .shape-list {
  font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-bathtub-shape .shape-head {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.12rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-bathtub-shape .shape-head span {
  display: block;
  font-weight: 400;
  font-family: "Times New Roman", serif;
  letter-spacing: 0;
}
.section-bathtub-shape .shape-list {
  display: flex;
  flex-wrap: wrap;
}
.section-bathtub-shape .shape-list .shape-head {
  margin: 0;
  border-bottom: 1px solid #9b9796;
}
.section-bathtub-shape .shape-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.section-bathtub-shape .shape-title {
  font-family: "Times New Roman", serif;
  background: #000;
  position: relative;
}
.section-bathtub-shape .shape-title::after {
  width: 100%;
  content: "";
  position: absolute;
  background: no-repeat center/cover;
  bottom: 0;
  left: 0;
}
.section-bathtub-shape .shape-title .is-japan {
  font-weight: 600;
}
.section-bathtub-shape .shape-title .title-text {
  position: relative;
  font-weight: 400;
  color: #fff;
}
.section-bathtub-shape .shape-title .title-text::before {
  content: "02";
  position: absolute;
  top: 0;
  left: 0;
}
.section-bathtub-shape .shape-title .title-text::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  transform: rotate(-29deg);
}
.section-bathtub-shape .form-title {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 0.04em;
}
.section-bathtub-shape .form-title span {
  display: block;
  letter-spacing: 0.14em;
}
.section-bathtub-shape .form-table {
  color: #fff;
}
.section-bathtub-shape .form-table th,
.section-bathtub-shape .form-table td {
  border: 1px solid #898989;
}
.section-bathtub-shape .form-table th {
  font-weight: 600;
  background: #362c29;
  line-height: 1.45;
}
.section-bathtub-shape .form-table td {
  font-weight: 500;
  text-align: center;
}
.section-bathtub-shape .form-table tr:first-child td {
  padding: 17px 17px 13px;
  vertical-align: middle;
}
.section-bathtub-shape .form-table tbody th {
  text-align: left;
  vertical-align: middle;
}
.section-bathtub-shape .form-table img {
  width: 100%;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-bathtub-shape {
    padding: 107px 0 130px;
  }
  .section-bathtub-shape .glb-content {
    max-width: 1016px;
  }
  .section-bathtub-shape .form-table {
    margin-bottom: 200px;
  }
  .section-bathtub-shape .form-title {
    margin-bottom: 42px;
    font-size: 3.4rem;
  }
  .section-bathtub-shape .form-title span {
    font-size: 1.6rem;
  }
  .section-bathtub-shape .form-wrapper {
    padding: 0 8px 0 10px;
  }
  .section-bathtub-shape .shape-wrapper:not(:last-child) {
    margin-bottom: 76px;
  }
  .section-bathtub-shape .shape-head {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .section-bathtub-shape .shape-head span {
    margin-bottom: -8px;
    font-size: 1.8rem;
  }
  .section-bathtub-shape .shape-head.is-bottom {
    margin-bottom: 36px;
  }
  .section-bathtub-shape .shape-list > li {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .section-bathtub-shape .shape-list .shape-head {
    padding-bottom: 12px;
    font-size: 2.2rem;
  }
  .section-bathtub-shape .shape-list .shape-head span {
    margin-bottom: -10px;
    font-size: 1.6rem;
  }
  .section-bathtub-shape .shape-list .shape-head.is-small {
    font-size: 2rem;
  }
  .section-bathtub-shape .shape-list.is-bottom .shape-image {
    margin-bottom: 16px;
  }
  .section-bathtub-shape .shape-image {
    margin-bottom: 12px;
  }
  .section-bathtub-shape .shape-title {
    margin-bottom: 93px;
    padding: 5px 0 177px;
  }
  .section-bathtub-shape .shape-title::after {
    height: 180px;
    background-image: url(/img/product/system_bath/bathtub/title_img.jpg);
  }
  .section-bathtub-shape .shape-title .is-english {
    margin-right: 21px;
    font-size: 5.2rem;
  }
  .section-bathtub-shape .shape-title .is-japan {
    font-size: 2.5rem;
  }
  .section-bathtub-shape .shape-title .title-text {
    padding: 67px 0 0 79px;
  }
  .section-bathtub-shape .shape-title .title-text::before {
    left: 19px;
    font-size: 6.7rem;
  }
  .section-bathtub-shape .shape-title .title-text::after {
    width: 130px;
    top: 86px;
    left: 12px;
  }
  .section-bathtub-shape .form-table {
    font-size: 1.6rem;
  }
  .section-bathtub-shape .form-table th,
.section-bathtub-shape .form-table td {
    padding: 13px;
  }
  .section-bathtub-shape .form-table th {
    width: 211px;
  }
  .section-bathtub-shape .form-table th:first-child {
    width: 132px;
  }
  .section-bathtub-shape .form-table tbody th {
    font-size: 1.4rem;
  }
  .section-bathtub-shape .form-table img:not(:first-child) {
    margin-top: -8px;
  }
  .section-bathtub-shape .text-common {
    margin-bottom: 87px;
  }
}
@media screen and (min-width: 1201px) {
  .section-bathtub-shape .shape-title::after {
    height: calc(180/1200*100vw);
  }
  .section-bathtub-shape .shape-title {
    padding-bottom: calc(180/1200*100vw);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-bathtub-shape {
    padding-bottom: 31px;
  }
  .section-bathtub-shape .form-table img {
    width: 124px;
  }
  .section-bathtub-shape .shape-content {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-bathtub-shape .shape-wrapper:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-bathtub-shape .shape-wrapper.shaper-color .shape-head.is-small {
    font-size: 1.6rem;
    text-align: left;
    border-bottom: none;
  }
  .section-bathtub-shape .form-title {
    margin-bottom: 20px;
    font-size: 3.4rem;
  }
  .section-bathtub-shape .form-title span {
    font-size: 1.6rem;
  }
  .section-bathtub-shape .form-wrapper {
    overflow-x: auto;
  }
  .section-bathtub-shape .shape-head {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .section-bathtub-shape .shape-head span {
    margin-bottom: -6px;
    font-size: 1.2rem;
  }
  .section-bathtub-shape .shape-list {
    justify-content: space-between;
    padding: 0 20px;
  }
  .section-bathtub-shape .shape-list > li {
    width: 47.543%;
    margin-bottom: 13px;
  }
  .section-bathtub-shape .shape-list .shape-head {
    padding-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .section-bathtub-shape .shape-list .shape-head span {
    font-size: 1.2rem;
  }
  .section-bathtub-shape .shape-list .shape-head.is-small {
    font-size: 1rem;
  }
  .section-bathtub-shape .shape-image {
    margin-bottom: 2px;
  }
  .section-bathtub-shape .shape-title {
    margin-bottom: 24px;
    padding: 7px 0 133px;
  }
  .section-bathtub-shape .shape-title::after {
    height: 137px;
    background-image: url(/img/product/system_bath/bathtub/title_img_sp.jpg);
  }
  .section-bathtub-shape .shape-title .glb-content {
    padding: 0 0 0 33px;
  }
  .section-bathtub-shape .shape-title .is-english {
    margin-right: 10px;
    font-size: 3.9rem;
  }
  .section-bathtub-shape .shape-title .is-japan {
    font-size: 1.9rem;
  }
  .section-bathtub-shape .shape-title .title-text {
    padding: 51px 0 0 45px;
  }
  .section-bathtub-shape .shape-title .title-text::before {
    font-size: 5rem;
  }
  .section-bathtub-shape .shape-title .title-text::after {
    width: 98px;
    top: 64px;
    left: -6px;
  }
  .section-bathtub-shape .shape-content .text-content {
    margin-bottom: 31px;
  }
  .section-bathtub-shape .form-wrapper {
    margin-right: -10px;
    padding: 0 70px 0 21px;
  }
  .section-bathtub-shape .form-table {
    width: max-content;
    font-size: 1.4rem;
  }
  .section-bathtub-shape .form-table th {
    padding: 8px 0;
  }
  .section-bathtub-shape .form-table td {
    padding: 19px 0;
  }
  .section-bathtub-shape .form-table th {
    width: 159px;
    font-size: 1.5rem;
  }
  .section-bathtub-shape .form-table th:first-child {
    width: 100px;
  }
  .section-bathtub-shape .form-table tbody th {
    padding: 10px;
    font-size: 1.3rem;
  }
  .section-bathtub-shape .form-table tr:first-child td {
    padding-left: 0;
    padding-right: 0;
  }
  .section-bathtub-shape td.is-custom img {
    width: 100%;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px){
  .section-bathtub-shape .form-wrapper {
    margin-right: -70px;
  }
}

@media screen and (max-width: 374px) {
  .section-bathtub-shape .shape-list .shape-head {
    font-size: 1.2rem;
  }
  .section-bathtub-shape .form-wrapper {
    margin-right: -13px;
  }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  .section-bathtub-shape .glb-content {
    padding: 0 70px;
  }
}
.section-bathtub-comfortable {
  background: #231815;
  color: #fff;
}
.section-bathtub-comfortable .content-backrest-top {
  position: relative;
}
.section-bathtub-comfortable .content-backrest-top .image-detail {
  text-align: center;
}
.section-bathtub-comfortable .content-backrest-top .title-detail {
  position: absolute;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.section-bathtub-comfortable .info-text,
.section-bathtub-comfortable .info-head,
.section-bathtub-comfortable .info-title span,
.section-bathtub-comfortable .fit-list {
  font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-bathtub-comfortable .fit-list {
  text-align: center;
}
.section-bathtub-comfortable .fit-list > li {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 88%);
}
.section-bathtub-comfortable .fit-title {
  color: #a2806d;
  font-weight: 600;
}
.section-bathtub-comfortable .fit-image {
  margin: 0 auto;
}
.section-bathtub-comfortable .fit-image img {
  width: 100%;
  display: block;
}
.section-bathtub-comfortable .fit-text {
  font-weight: 500;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-bathtub-comfortable {
    padding-bottom: 95px;
  }
  .section-bathtub-comfortable .content-backrest-top {
    margin-bottom: 21px;
  }
  .section-bathtub-comfortable .content-backrest-top .title-detail {
    top: 18px;
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    text-shadow: 1px 2px 8px #000;
    line-height: 1.5;
  }
  .section-bathtub-comfortable .glb-content {
    max-width: 1016px;
  }
  .section-bathtub-comfortable .fit-list {
    max-width: 865px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-bathtub-comfortable .fit-list > li {
    width: 48.555%;
    padding: 20px 0;
  }
  .section-bathtub-comfortable .fit-title {
    margin-bottom: 7px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .section-bathtub-comfortable .fit-image {
    width: 302px;
    margin-bottom: 20px;
  }
  .section-bathtub-comfortable .fit-text {
    margin: 0 -2px;
    line-height: 1.75;
  }
  .section-bathtub-comfortable .body-image {
    margin: 0 auto;
    width: 655px;
  }
  .section-bathtub-comfortable .info-backrest {
    margin-bottom: 61px;
  }
  .section-bathtub-comfortable .info-body {
    margin-bottom: 106px;
  }
  .section-bathtub-comfortable .info-body .text-common {
    margin-bottom: 34px;
  }
  .section-bathtub-comfortable .info-fit .text-common {
    margin-bottom: 27px;
  }
  .section-bathtub-comfortable .backrest-image {
    margin: 0 auto;
    width: 517px;
  }
}
@media screen and (max-width: 768px) {
  .section-bathtub-comfortable {
    padding-bottom: 12px;
  }
  .section-bathtub-comfortable .info-backrest,
  .section-bathtub-comfortable .info-body,
  .section-bathtub-comfortable .info-fit {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-bathtub-comfortable .content-backrest-top {
    margin-bottom: 47px;
  }
  .section-bathtub-comfortable .content-backrest-top .image-detail {
    width: 303px;
    height: 200px;
    margin: 0 auto;
  }
  .section-bathtub-comfortable .content-backrest-top .title-detail {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    top: 6px;
    text-shadow: 0 2px 8px #000;
  }
  .section-bathtub-comfortable .fit-list > li {
    padding: 13px 0;
  }
  .section-bathtub-comfortable .fit-title {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
  .section-bathtub-comfortable .fit-image {
    max-width: 400px;
    margin-bottom: 17px;
  }
  .section-bathtub-comfortable .fit-text {
    font-size: 1.3rem;
    line-height: 1.4357692308;
  }
  .section-bathtub-comfortable .info-backrest,
.section-bathtub-comfortable .info-body {
    margin-bottom: 21px;
  }
  .section-bathtub-comfortable .info-body .text-common {
    margin-bottom: 17px;
  }
  .section-bathtub-comfortable .info-fit .text-common {
    margin-bottom: 8px;
  }
  .section-bathtub-comfortable .fit-list {
    margin: 0 20px;
    padding-bottom: 30px;
    border-bottom: solid 1px #9b9796;
  }
  .section-bathtub-comfortable .backrest-image {
    padding: 0 21px;
  }
  .section-bathtub-comfortable .fit-text {
    letter-spacing: 0.04em;
  }
  .section-bathtub-comfortable .fit-image {
    padding: 0 51px;
  }
  .section-bathtub-comfortable .body-image {
    margin: 0 -10px 0 23px;
  }
}

@media screen and (max-width: 374px) {
  .section-bathtub-comfortable .fit-text {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-bathtub-info .info-title {
    padding: 72px 0 0 69px;
    left: calc(50% - 488px);
  }
  .section-bathtub-info .info-title:before {
    top: 5px;
    left: 10px;
    font-size: 6.7rem;
  }
  .section-bathtub-info .info-title:after {
    width: 130px;
    top: 90px;
    left: 4px;
  }
  .section-bathtub-info .info-title .is-english {
    text-shadow: 2px 2px 8px #000;
    margin-right: 24px;
    font-size: 5.2rem;
    letter-spacing: -0.05em;
  }
  .section-bathtub-info .info-title .is-japan {
    font-size: 2.5rem;
  }
  .section-bathtub-info .image-info {
    padding-top: 54px;
  }
  .section-bathtub-info .image-info img {
    width: 1060px;
    height: 290px;
    object-fit: cover;
    object-position: center -125px;
  }
  .section-bathtub-info .content-product {
    padding: 53px 0 45px;
  }
  .section-bathtub-info .content-product .glb-content {
    padding-left: 0;
    padding-right: 0;
  }
  .section-bathtub-info .content-product .item-product {
    width: 460px;
    min-height: 300px;
    padding: 13px 28px 21px;
    margin-bottom: 50px;
  }
  .section-bathtub-info .content-product .title-product {
    font-size: 2.2rem;
    margin-bottom: 14px;
    min-height: 69px;
  }
  .section-bathtub-info .content-product .title-product span {
    display: block;
    font-size: 1.5rem;
    margin-top: -9px;
  }
  .section-bathtub-info .content-product .product-detail {
    display: flex;
  }
  .section-bathtub-info .content-product .image-product {
    flex-shrink: 0;
    width: 185px;
    margin-right: 8px;
  }
  .section-bathtub-info .content-product .title-sub {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 6px;
    letter-spacing: -0.12em;
  }
  .section-bathtub-info .content-product .text-product {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .section-bathtub-info .content-product .link-product {
    width: 248px;
    margin: 18px auto 0;
  }
  .section-bathtub-info .content-product .link-product a {
    padding: 9px 9px 9px 25px;
    font-size: 1.5rem;
    letter-spacing: -0.06em;
  }
  .section-bathtub-info .content-product .link-product a:before {
    top: 44%;
    left: 24px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-bathtub-info .info-title {
    padding: 46px 0 0px 79px;
  }
  .section-bathtub-info .content-product {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-bathtub-info .info-title:before {
    font-size: 5rem;
    top: -4px;
    left: 33px;
  }
  .section-bathtub-info .info-title:after {
    width: 98px;
    top: 59px;
    left: 29px;
  }
  .section-bathtub-info .info-title .is-english {
    margin-right: 17px;
    font-size: 3.9rem;
  }
  .section-bathtub-info .info-title .is-japan {
    font-size: 1.9rem;
  }
  .section-bathtub-info .image-info {
    padding-top: 140px;
  }
  .section-bathtub-info .image-info img {
    width: 100%;
    height: calc(110 / 375 * 100vw);
    object-fit: cover;
  }
  .section-bathtub-info .content-product {
    padding-top: 56px;
  }
  .section-bathtub-info .content-product .glb-content {
    padding-top: 0;
  }
  .section-bathtub-info .content-product .item-product {
    width: calc(50% - 5.5px);
    min-height: 285px;
    margin-bottom: 40px;
    position: relative;
  }
  .section-bathtub-info .content-product .item-product.is-bottom .block-right {
    padding-bottom: 80px;
  }
  .section-bathtub-info .content-product .title-product {
    min-height: 53px;
    font-size: 1.9rem;
    line-height: 1.2631578947;
    margin-bottom: 13px;
    padding-bottom: 4px;
  }
  .section-bathtub-info .content-product .title-product span {
    font-size: 1.4rem;
  }
  .section-bathtub-info .content-product .text-product {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .section-bathtub-info .content-product .title-sub {
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: -0.12em;
    margin-right: -11px;
    margin-bottom: 9px;
  }
  .section-bathtub-info .content-product .image-product {
    margin-bottom: 22px;
  }
  .section-bathtub-info .content-product .block-right {
    padding: 0 18px 5px;
  }
  .section-bathtub-info .content-product .link-product {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 82%;
  }
  .section-bathtub-info .content-product .link-product a {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 4px 2px 10px;
  }
  .section-bathtub-info .content-product .link-product a:before {
    width: 7px;
    height: 7px;
    bottom: 6px;
    left: 50%;
    transform: rotate(-45deg) translateX(-50%);
  }
}

@media print, (max-width: 374px) {
  .section-bathtub-info .content-product .title-product {
    font-size: 1.6rem;
  }
  .section-bathtub-info .content-product .title-sub {
    font-size: 1.3rem;
  }
  .section-bathtub-info .content-product .text-product {
    font-size: 1.1rem;
  }
  .section-bathtub-info .content-product .link-product a {
    font-size: 1.2rem;
  }
}

.section-relaxing {
  position: relative;
}
.section-relaxing:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #9b9796;
}
.section-relaxing .glb-content {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-relaxing .title-relax {
  text-align: center;
  font-weight: 800;
}
.section-relaxing .text-small {
  text-align: center;
  font-weight: 800;
}
.section-relaxing .content-detail-top {
  position: relative;
}
.section-relaxing .title-detail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.section-relaxing .image-detail {
  text-align: center;
}
.section-relaxing .content-detail-bottom {
  text-align: center;
}
.section-relaxing .content-detail-bottom .title-bottom {
  display: inline-block;
  font-weight: 600;
  border-bottom: solid 1px #9b9796;
}
.section-relaxing .content-detail-bottom .text-bottom {
  font-weight: 500;
}
.section-relaxing .product-common {
  position: relative;
}
.section-relaxing .product-common .content-name {
  text-align: center;
}
.section-relaxing .product-common .title-product {
  color: #a2806d;
  font-weight: 600;
}
.section-relaxing .product-common .text-product {
  font-weight: 500;
}
.section-relaxing .product-common .image-first {
  text-align: center;
  position: relative;
}
.section-relaxing .product-common .image-first:before, .section-relaxing .product-common .image-first:after {
  pointer-events: none;
  position: absolute;
  content: "";
  background: center/contain no-repeat;
  transform: translateX(-50%);
}
.section-relaxing .product-common .image-first:before {
  left: 50%;
  background-image: url(/img/product/system_bath/bathtub/holo_icon_01.svg);
}
.section-relaxing .product-common .image-first:after {
  background-image: url(/img/product/system_bath/bathtub/holo_icon_02.svg);
}
.section-relaxing .product-common .text-detail {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5625;
}
.section-relaxing .product-common .text-detail.is-right {
  text-align: right;
}
.section-relaxing .product-first .is-absolute {
  position: absolute;
}
.section-relaxing .product-second .title-product {
  text-align: left;
}
.section-relaxing .product-second .image-second {
  position: relative;
}
.section-relaxing .product-second .image-second:before, .section-relaxing .product-second .image-second:after {
  pointer-events: none;
  position: absolute;
  content: "";
  background: center/contain no-repeat;
  transform: translateX(-50%);
}
.section-relaxing .product-second .product-second-top {
  position: relative;
}
.section-relaxing .product-second .product-second-top .text-detail {
  position: relative;
}
.section-relaxing .product-second .product-second-bottom {
  text-align: right;
  position: absolute;
}
.section-relaxing .product-second .product-second-bottom .title-product {
  text-align: right;
}
.section-relaxing .product-second .text-design {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(56deg, rgb(188, 164, 139) 0%, rgb(169, 133, 38) 100%);
}
.section-relaxing .product-four .title-underline {
  text-align: center;
  position: relative;
}
.section-relaxing .product-four .title-underline:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #9b9796;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-relaxing {
    margin-bottom: 172px;
  }
  .section-relaxing:after {
    bottom: -72px;
    width: 140px;
  }
  .section-relaxing .glb-content {
    padding: 30px 10px;
  }
  .section-relaxing .title-relax {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
  }
  .section-relaxing .title-relax .title-small {
    font-size: 2rem;
  }
  .section-relaxing .text-small {
    font-size: 1.4rem;
    margin-bottom: 47px;
  }
  .section-relaxing .content-detail-top {
    margin-bottom: 21px;
  }
  .section-relaxing .title-detail {
    top: 18px;
    font-size: 3.4rem;
  }
  .section-relaxing .content-detail-bottom {
    margin-bottom: 39px;
  }
  .section-relaxing .content-detail-bottom .title-bottom {
    font-size: 3rem;
    margin-bottom: 13px;
  }
  .section-relaxing .content-detail-bottom .text-bottom {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .section-relaxing .product-common .title-product {
    font-size: 2.2rem;
  }
  .section-relaxing .product-common .text-product {
    font-size: 1.8rem;
    margin-top: -2px;
  }
  .section-relaxing .product-common .text-product span {
    font-size: 1.4rem;
  }
  .section-relaxing .product-common .image-first {
    margin-top: -95px;
  }
  .section-relaxing .product-common .image-first:before {
    top: 77px;
    width: 504px;
    height: 108px;
  }
  .section-relaxing .product-common .image-first:after {
    width: 509px;
    height: 122px;
    bottom: 71px;
    left: 51.4%;
  }
  .section-relaxing .product-first .is-absolute {
    right: 215px;
    bottom: 40px;
  }
  .section-relaxing .product-first .product-content-first {
    text-align: right;
  }
  .section-relaxing .product-second {
    margin-top: -184px;
    margin-left: -11px;
  }
  .section-relaxing .product-second .image-second:before {
    background-image: url(/img/product/system_bath/bathtub/holo_icon_03.svg);
    width: 299px;
    height: 165px;
    left: 204px;
    top: 19px;
  }
  .section-relaxing .product-second .image-second:after {
    background-image: url(/img/product/system_bath/bathtub/holo_icon_04.svg);
    width: 530px;
    height: 149px;
    left: 611px;
    bottom: 84px;
  }
  .section-relaxing .product-second .text-design {
    top: 372px;
    left: 50.7%;
    letter-spacing: 0.12em;
    transform: translateX(-50%);
    font-size: 2.8rem;
    width: 155px;
    height: 155px;
  }
  .section-relaxing .product-second-top {
    top: 94px;
    left: 54px;
  }
  .section-relaxing .product-second-top .text-detail {
    top: 9px;
  }
  .section-relaxing .product-second-bottom {
    top: 246px;
    right: 88px;
  }
  .section-relaxing .product-second-bottom .text-product {
    margin-top: 8px;
  }
  .section-relaxing .product-second-bottom .text-detail {
    text-align: right;
  }
  .section-relaxing .product-three {
    margin-bottom: 101px;
  }
  .section-relaxing .product-three .image-three {
    position: absolute;
    right: -12px;
    top: -66px;
  }
  .section-relaxing .product-three .image-three:after {
    position: absolute;
    content: "";
    top: 116px;
    left: -419px;
    background: url(/img/product/system_bath/bathtub/holo_icon_05.svg) center/contain no-repeat;
    width: 561px;
    height: 8px;
  }
  .section-relaxing .product-three .content-name {
    position: relative;
    top: 15px;
    left: 92px;
    text-align: left;
  }
  .section-relaxing .product-three .content-list {
    margin-top: 8px;
    padding-left: 18px;
    text-indent: -20px;
  }
  .section-relaxing .product-three .text-detail:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-relaxing .product-four {
    width: 817px;
    margin: 0 auto;
  }
  .section-relaxing .product-four .title-underline {
    font-size: 3rem;
    margin-bottom: 31px;
  }
  .section-relaxing .product-four .title-underline:before {
    bottom: -2px;
    width: 469px;
  }
  .section-relaxing .product-four .title-underline span {
    font-size: 2rem;
  }
  .section-relaxing .product-four .block-left {
    display: flex;
  }
  .section-relaxing .product-four .text-detail {
    flex-shrink: 0;
    width: 358px;
    font-size: 1.8rem;
    line-height: 2;
    margin-top: -8px;
    margin-right: 15px;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-relaxing {
    margin-bottom: 119px;
  }
  .section-relaxing .block-content {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-relaxing:after {
    width: 24%;
    bottom: -44px;
  }
  .section-relaxing .glb-content {
    padding: 60px 10px 30px;
  }
  .section-relaxing .title-relax {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
    line-height: 1.28;
  }
  .section-relaxing .title-relax span {
    font-size: 1.3rem;
  }
  .section-relaxing .text-small {
    font-size: 1.3rem;
    margin-bottom: 46px;
  }
  .section-relaxing .content-detail-top {
    margin-bottom: 47px;
  }
  .section-relaxing .title-detail {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    top: 6px;
  }
  .section-relaxing .image-detail {
    width: 303px;
    height: 200px;
    margin: 0 auto;
  }
  .section-relaxing .content-detail-bottom {
    margin-bottom: 26px;
  }
  .section-relaxing .content-detail-bottom .title-bottom {
    font-size: 2.2rem;
    padding-bottom: 4px;
    margin-bottom: 22px;
  }
  .section-relaxing .content-detail-bottom .text-bottom {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    padding: 0 25px;
    text-align: left;
  }
  .section-relaxing .product-common .title-product {
    font-size: 1.4rem;
  }
  .section-relaxing .product-common .text-product {
    font-size: 1.3rem;
    margin-top: -6px;
  }
  .section-relaxing .product-common .text-product span {
    font-size: 1rem;
  }
  .section-relaxing .product-common .text-detail {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
  .section-relaxing .product-first .text-product.is-left {
    padding-left: 12px;
  }
  .section-relaxing .product-first .image-first {
    margin-top: -52px;
    margin-right: -8px;
  }
  .section-relaxing .product-first .image-first:before {
    top: 34px;
    width: 272px;
    height: 71px;
  }
  .section-relaxing .product-second {
    margin: -117px 0 224px 27px;
  }
  .section-relaxing .product-second .image-second {
    width: 255px;
    height: 202px;
    top: -5px;
  }
  .section-relaxing .product-second .image-second img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-relaxing .product-second .image-second:before {
    background-image: url(/img/product/system_bath/bathtub/holo_icon_03_sp.svg);
    width: 150px;
    height: 83px;
    left: 102px;
    top: 11px;
  }
  .section-relaxing .product-second .image-second:after {
    background-image: url(/img/product/system_bath/bathtub/holo_icon_04_sp.svg);
    width: 121px;
    height: 49px;
    right: -101px;
    bottom: 3px;
  }
  .section-relaxing .product-second .text-design {
    top: 346px;
    left: -2px;
    letter-spacing: 0.12em;
    font-size: 2.1rem;
    width: 116px;
    height: 116px;
  }
  .section-relaxing .product-second-top {
    top: 63px;
    left: 23px;
  }
  .section-relaxing .product-second-top .text-detail {
    top: -2px;
  }
  .section-relaxing .product-second-bottom {
    top: 248px;
    right: 24px;
  }
  .section-relaxing .product-second-bottom .text-product {
    margin-top: 8px;
  }
  .section-relaxing .product-three {
    margin-bottom: 62px;
  }
  .section-relaxing .product-three .image-three {
    position: absolute;
    right: 26px;
    top: -111px;
    width: 228px;
  }
  .section-relaxing .product-three .image-three:after {
    position: absolute;
    content: "";
    top: 60px;
    left: -72px;
    background: url(/img/product/system_bath/bathtub/holo_icon_05_sp.svg) center/contain no-repeat;
    width: 143px;
    height: 93px;
  }
  .section-relaxing .product-three .content-name {
    position: relative;
    top: 17px;
    left: 25px;
    text-align: left;
  }
  .section-relaxing .product-three .content-list {
    margin-top: 5px;
  }
  .section-relaxing .product-three .text-detail {
    text-indent: -18px;
    padding-left: 15px;
  }
  .section-relaxing .product-three .text-detail:not(:last-child) {
    margin-bottom: 4px;
  }
  .section-relaxing .product-four .title-underline {
    font-size: 2.2rem;
    margin-bottom: 26px;
    line-height: 1.3636363636;
  }
  .section-relaxing .product-four .title-underline:before {
    bottom: -6px;
    width: 215px;
  }
  .section-relaxing .product-four .title-underline span {
    font-size: 1.4rem;
  }
  .section-relaxing .product-four .block-left {
    padding: 0 25px;
  }
  .section-relaxing .product-four .text-detail {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-bottom: 12px;
  }
}

@media print, (max-width: 374px) {
  .section-relaxing .product-second-bottom {
    top: 244px;
    right: -7px;
  }
  .section-relaxing .product-second {
    margin-bottom: 254px;
  }
  .section-relaxing .product-three .content-name {
    left: 5px;
  }
  .section-relaxing .product-three .image-three:after {
    left: -40px;
  }
}

.block-navigation {
  border-top: solid 1px #c9caca;
  border-bottom: solid 1px #c9caca;
}
.block-navigation .glb-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-navigation .text-left {
  font-weight: 600;
  color: #1a1a1a;
}
.block-navigation .list-navigation a {
  text-decoration: none;
  font-weight: 600;
  color: #1a1a1a;
  transition: color 0.25s;
}
.block-navigation .list-navigation a.is-active, .block-navigation .list-navigation a:hover {
  color: #c49d6d;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .block-navigation {
    padding: 8px;
  }
  .block-navigation .text-left {
    font-size: 2rem;
  }
  .block-navigation .list-navigation {
    display: flex;
    padding-top: 5px;
  }
  .block-navigation .list-navigation li:not(:last-child) {
    margin-right: 30px;
  }
  .block-navigation .list-navigation a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .block-navigation {
    position: relative;
  }
  .block-navigation .glb-content {
    padding: 14px 15px 8px;
  }
  .block-navigation .list-navigation {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0 29px;
  }
  .block-navigation .list-navigation a {
    padding: 23px 0 19px;
    display: block;
  }
  .block-navigation .list-navigation li {
    border-bottom: solid 1px #c9caca;
  }
  .block-navigation .is-active .text-open:after {
    transform: rotate(180deg);
  }
  .block-navigation .text-open {
    color: #c49d6d;
    font-size: 1.3rem;
    padding-top: 2px;
    padding-right: 31px;
    font-weight: 600;
    position: relative;
  }
  .block-navigation .text-open:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(/img/product/system_bath/predencia/predencia_icon_01.png) center/contain no-repeat;
    width: 22px;
    height: 22px;
    transition: transform 0.25s;
  }
}