@charset "UTF-8";
.dark-theme {
  background-color: #000;
}
.dark-theme .inner-wrapper {
  padding-top: 84px;
  background-color: rgba(255, 255, 255, 0.15);
}

.section-predencia-service {
  position: relative;
}
.section-predencia-service::after {
  content: "";
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: solid 1px #fff;
}
.section-predencia-service .service-item {
  position: relative;
  z-index: 1;
  color: #fff;
}
.section-predencia-service .service-item a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.section-predencia-service .service-item::before {
  position: absolute;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.section-predencia-service .service-item.block-time::before {
  background: #3d4257;
}
.section-predencia-service .service-item.block-forever::before {
  background: #5f6164;
}
.section-predencia-service .service-item.block-shape::before {
  background: #614d36;
}
.section-predencia-service .service-item.block-pride::before {
  background: #5a1415;
}
.section-predencia-service .service-item-inner {
  position: relative;
}
.section-predencia-service .service-item-content {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-predencia-service .service-item-subtitle {
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-lr;
}
.section-predencia-service .service-item-title {
  letter-spacing: 0.06em;
  position: relative;
}
.section-predencia-service .service-item-title::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  height: 1px;
}
.section-predencia-service .service-item-title span {
  display: block;
  letter-spacing: 0.07em;
}
.section-predencia-service .service-item-text {
  font-weight: 500;
}
.section-predencia-service .button-more {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition: all .26s;
}
.section-predencia-service .button-more:hover {
  right: 40px;
}
.section-predencia-service .button-more::before {
  position: absolute;
  content: "";
  background: url(/img/product/system_bath/predencia/icn_arrow_right_white.svg) center/contain no-repeat;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-predencia-service {
    padding: 62px 0 100px;
  }
  .section-predencia-service .service-item {
    max-width: 877px;
    margin-bottom: 4px;
  }
  .section-predencia-service .service-item a {
    padding: 50px 20px 50px 30px;
  }
  .section-predencia-service::after {
    width: 140px;
  }
  .section-predencia-service .service-item.block-time {
    background: #3d4257;
  }
  .section-predencia-service .service-item.block-forever {
    background: #5f6164;
  }
  .section-predencia-service .service-item.block-shape {
    background: #614d36;
  }
  .section-predencia-service .service-item.block-pride {
    background: #5a1415;
  }
  .section-predencia-service .service-item::before {
    right: 0;
    top: 0;
    width: 300vw;
    height: 100%;
  }
  .section-predencia-service .service-item:nth-child(2n+2) {
    margin-left: auto;
  }
  .section-predencia-service .service-item:nth-child(2n+2) a {
    padding: 50px 30px 50px 20px;
  }
  .section-predencia-service .service-item:nth-child(2n+2)::before,
.section-predencia-service .service-item:nth-child(2n+2) .service-item-image {
    right: unset;
    left: 0;
    padding-right: 0;
    padding-left: 30px;
  }
  .section-predencia-service .service-item:nth-child(2n+2) .service-item-title::before {
    right: unset;
    left: calc(100% + 7px);
  }
  .section-predencia-service .service-item:nth-child(2n+2) .service-item-subtitle {
    left: 0;
    right: unset;
  }
  .section-predencia-service .service-item:nth-child(2n+2) .service-item-content {
    text-align: right;
  }
  .section-predencia-service .service-item:nth-child(2n+2) .button-more {
    right: 133px;
  }
  .section-predencia-service .service-item:nth-child(2n+2) .button-more:hover {
    right: 123px;
  }
  .section-predencia-service .service-item-inner {
    min-height: 230px;
  }
  .section-predencia-service .service-item-content {
    padding-top: 23px;
  }
  .section-predencia-service .service-item-image {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 30px;
  }
  .section-predencia-service .service-item-subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .section-predencia-service .service-item-title {
    font-size: 1.3rem;
    margin-left: -3px;
    margin-bottom: 7px;
  }
  .section-predencia-service .service-item-title::before {
    right: calc(100% + 7px);
    top: 10px;
    width: 200vw;
  }
  .section-predencia-service .service-item-title span {
    font-size: 2.8rem;
  }
  .section-predencia-service .service-item-text {
    font-size: 1.6rem;
    line-height: 1.9375;
  }
  .section-predencia-service .button-more {
    position: absolute;
    right: 50px;
    bottom: 11px;
    font-size: 1.6rem;
    padding-left: 18px;
  }
  .section-predencia-service .button-more::before {
    left: 0;
    top: 7px;
    width: 8px;
    height: 13px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-predencia-service {
    padding: 26px 0 64px;
  }
  .section-predencia-service .service-item {
    margin-bottom: 26px;
    text-align: right;
  }
  .section-predencia-service::after {
    width: 90px;
  }
  .section-predencia-service .service-item::before {
    left: -15px;
    top: 30px;
    width: 100vw;
    height: calc(100% - 14px);
  }
  .section-predencia-service .service-item:nth-child(2n+2) .service-item-image {
    padding-right: 0;
    padding-left: 15px;
    margin-left: 0;
    margin-right: -15px;
  }
  .section-predencia-service .service-item:nth-child(2n+2) .service-item-subtitle {
    left: -8px;
    right: unset;
  }
  .section-predencia-service .service-item-inner {
    text-align: left;
    margin-bottom: 7px;
  }
  .section-predencia-service .service-item-content {
    padding-left: 20px;
  }
  .section-predencia-service .service-item-image {
    padding-right: 15px;
    margin-left: -15px;
    margin-bottom: 15px;
  }
  .section-predencia-service .service-item-image img {
    width: 100%;
    height: 175px;
    object-fit: cover;
  }
  .section-predencia-service .service-item-subtitle {
    font-size: 1rem;
    letter-spacing: 0.04em;
    top: 47px;
    right: -7px;
  }
  .section-predencia-service .service-item-title {
    font-size: 1.1rem;
    margin-left: -3px;
    margin-bottom: 2px;
    letter-spacing: 0.12em;
  }
  .section-predencia-service .service-item-title::before {
    right: calc(100% + 7px);
    top: 10px;
    width: 200vw;
  }
  .section-predencia-service .service-item-title span {
    font-size: 2.5rem;
    margin-right: -5px;
    margin-top: 6px;
    line-height: 1.4;
    letter-spacing: -.05em;
  }
  .section-predencia-service .service-item-text {
    font-size: 1.5rem;
    line-height: 1.7666666667;
    letter-spacing: -.06em;
  }
  .section-predencia-service .button-more {
    font-size: 1.6rem;
    text-align: right;
    padding-left: 18px;
    margin-right: 16px;
  }
  .section-predencia-service .button-more::before {
    left: 0;
    top: 7px;
    width: 6px;
    height: 11px;
  }
}

@media screen and (max-width: 374px) {
  .section-predencia-service .service-item-title span {
    font-size: 1.7rem;
  }
  .section-predencia-service .service-item-text {
    font-size: 1.4rem;
  }
  .section-predencia-service .service-item-content {
    padding-top: 11px;
  }
}

.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 {
  color: #c49d6d;
}
.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;
  }
}
.section-predencia-keyvisual .content-middle .block-special {
  color: #c29b6d;
  text-align: center;
}
.section-predencia-keyvisual .video-top .ico-movie,
.section-predencia-keyvisual .video-bottom .ico-movie{
  opacity: 0;
  visibility: hidden;
}
.section-predencia-keyvisual .video-top .movie-modal-wrap,
.section-predencia-keyvisual .video-bottom .ico-movie {
  position: relative;
}
.section-predencia-keyvisual .movie-modal-wrap:before,
.section-predencia-keyvisual .movie-modal-wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: center/contain no-repeat;
  z-index: 2;
  transition: opacity .26s, visibility .26s;
}
.section-predencia-keyvisual .movie-modal-wrap:after {
  opacity: 0;
  visibility: hidden;
}
.section-predencia-keyvisual .video-top .movie-modal-wrap:before {
  background-image: url(/img/product/system_bath/predencia/predencia_icon_02.svg);
}
.section-predencia-keyvisual .video-top .movie-modal-wrap:after {
  background-image: url(/img/product/system_bath/predencia/predencia_icon_02_hover.svg);
}
.section-predencia-keyvisual .video-bottom .movie-modal-wrap:before {
  background-image: url(/img/product/system_bath/predencia/predencia_icon_03.svg);
}
.section-predencia-keyvisual .video-bottom .movie-modal-wrap:after {
  background-image: url(/img/product/system_bath/predencia/predencia_icon_03_hover.svg);
}
.section-predencia-keyvisual .movie-modal:hover .movie-modal-wrap:before {
  opacity: 0;
  visibility: hidden;
}
.section-predencia-keyvisual .movie-modal:hover .movie-modal-wrap:after {
  opacity: 1;
  visibility: visible;
}
.section-predencia-keyvisual .content-middle .title-special {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.section-predencia-keyvisual .content-middle .text-special {
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-predencia-keyvisual .video-bottom {
  position: relative;
}
.section-predencia-keyvisual .video-bottom:hover .m-btn-01.ptn04 {
  background-color: rgba(255,255,255,.5);
  color: #000;
  border-color: #000;
}
.section-predencia-keyvisual .video-bottom:hover .m-btn-01.ptn04 .m-btn_inner::before {
  border-color: #000;
}
.section-predencia-keyvisual .video-bottom .button-more {
  position: absolute;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-predencia-keyvisual .video-bottom .m-btn-01.ptn04 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-color: #fff;
}
.section-predencia-keyvisual .video-bottom .m-btn-01.ptn04:hover {
  opacity: 0.8;
}
.section-predencia-keyvisual .video-bottom .m-btn-01.ptn04 .m-btn_inner:before {
  border-color: #fff;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-predencia-keyvisual .content-middle {
    padding: 96px 0 40px;
  }
  .section-predencia-keyvisual .content-middle .title-special {
    font-size: 3.3rem;
    margin-bottom: 9px;
  }
  .section-predencia-keyvisual .content-middle .text-special {
    line-height: 2.25;
  }
  .section-predencia-keyvisual .video-bottom .button-more {
    bottom: 22px;
    right: 156px;
  }
  .section-predencia-keyvisual .video-bottom .m-btn-01.ptn04 {
    min-width: 200px;
    padding-top: 17px;
    padding-bottom: 13px;
  }
  .section-predencia-keyvisual .video-bottom .m-btn-01.ptn04 .m-btn_inner:before {
    top: 45%;
  }
  .section-predencia-keyvisual .video-top .movie-modal-wrap:before,
  .section-predencia-keyvisual .video-top .movie-modal-wrap:after {
    width: 182px;
    height: 182px;
    top: 59%;
  }
  .section-predencia-keyvisual .video-bottom .movie-modal-wrap:before,
  .section-predencia-keyvisual .video-bottom .movie-modal-wrap:after {
    width: 160px;
    height: 160px;
    top: 61%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-predencia-keyvisual .content-middle {
    padding: 46px 0 6px;
  }
  .section-predencia-keyvisual .content-middle .title-special {
    font-size: 2.7rem;
    line-height: 1.7777777778;
    margin-bottom: 32px;
  }
  .section-predencia-keyvisual .content-middle .text-special {
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .section-predencia-keyvisual .video-bottom .button-more {
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
  }
  .section-predencia-keyvisual .video-bottom .m-btn-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-predencia-keyvisual .video-bottom .m-btn-01.ptn04 {
    min-width: 150px;
  }
  .section-predencia-keyvisual .video-top .movie-modal-wrap:before,
  .section-predencia-keyvisual .video-top .movie-modal-wrap:after {
    width: 116px;
    height: 116px;
  }
  .section-predencia-keyvisual .video-top .movie-modal-wrap:before {
    background-image: url(/img/product/system_bath/predencia/predencia_icon_02_sp.svg);
  }
  .section-predencia-keyvisual .video-top .movie-modal-wrap:after {
    background-image: url(/img/product/system_bath/predencia/predencia_icon_02_sp_hover.svg);
  }
  .section-predencia-keyvisual .video-bottom .movie-modal-wrap:before,
  .section-predencia-keyvisual .video-bottom .movie-modal-wrap:after {
    width: 128px;
    height: 128px;
    top: 56.5%;
  }
}

@media screen and (max-width: 374px) {
  .section-predencia-keyvisual .content-middle .text-special {
    font-size: 1.4rem;
  }
}

.section-life {
  position: relative;
}
.section-life::after {
  content: "";
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: solid 1px #fff;
}
.section-life .title-life {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #c29b6d;
  text-align: center;
}
.section-life .block-life {
  border: solid 1px #fff;
  position: relative;
  display: block;
  text-decoration: none;
}
.section-life .content-life {
  padding: 12px 24px 10px 24px;
  background: url("/img/product/system_bath/p_sb061_03.jpg") center center/cover no-repeat;
}
.section-life .title-block {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #fff;
  display: inline;
  background-image: linear-gradient(to right, #fff, #fff);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}
.section-life .text-block {
  font-weight: bold;
  color: #fff;
}
.section-life .list-image {
  display: flex;
  flex-wrap: wrap;
}
.section-life .list-image li {
  width: calc((100% - 18px) / 3);
  height: 150px;
  margin-right: 9px;
  margin-bottom: 9px;
}
.section-life .list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-life {
    padding: 30px 0 100px;
  }
  .section-life::after {
    width: 140px;
  }
  .section-life .title-life {
    font-size: 3.3rem;
    line-height: 1.4545454545;
    margin-bottom: 30px;
  }
  .section-life .block-life {
    padding: 7px;
  }
  .section-life .content-life {
    padding: 12px 24px 10px;
  }
  .section-life .title-block {
    font-size: 4.5rem;
    line-height: 1.4546470063;
  }
  .section-life .text-block {
    font-size: 1.5rem;
    letter-spacing: 0.19em;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 11px;
  }
  .section-life .list-image {
    margin-right: -13px;
  }
  .section-life .list-image li {
    width: calc((100% - 27px) / 3);
    height: 150px;
    margin-right: 9px;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-life {
    padding: 10px 0 75px;
  }
  .section-life > .glb-content {
    padding-top: 0;
  }
  .section-life::after {
    width: 90px;
  }
  .section-life .title-life {
    font-size: 2.7rem;
    line-height: 1.7777777778;
    margin-bottom: 20px;
  }
  .section-life .block-life {
    padding: 4px;
  }
  .section-life .content-life {
    padding: 12px 10px 6px;
    background-image: url("/img/product/system_bath/p_sb061_03_sp.jpg");
  }
  .section-life .title-block {
    font-size: 2.7rem;
    line-height: 1.4548148148;
  }
  .section-life .text-block {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 4px;
    margin-bottom: 13px;
  }
  .section-life .list-image {
    margin-right: -8px;
  }
  .section-life .list-image li {
    width: calc((100% - 14px) / 3);
    height: 90px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
.block-banner.has-underline {
  position: relative;
}
.block-banner.has-underline::after {
  content: "";
  height: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: solid 1px #fff;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .block-banner.has-underline {
    padding: 100px 0 200px;
  }
  .block-banner.has-underline::after {
    width: 140px;
    bottom: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .block-banner.has-underline {
    padding: 82px 0 150px;
  }
  .block-banner.has-underline::after {
    bottom: 75px;
    width: 90px;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common-voice {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section.common-voice {
    padding: 0 10px;
  }
}

.block-banner {
  text-align: center;
}
.block-banner .banner-image {
  display: inline-block;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .block-banner {
    padding: 100px 0;
  }
  .block-banner .banner-image {
    width: 768px;
  }
}
@media 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);
  }
}

@media screen and (max-width: 374px) {
  .block-banner .banner-image {
    width: 300px;
  }
}
.section-common-product .list-product, .section-common-product .content-bottom {
  background-color: #f0f0f0;
}
.section-common-product.is-modify .list-product, .section-common-product.is-modify .content-bottom {
  background-color: #3c3c3c;
}
.section-common-product.is-modify .m-hdg-05 {
  color: #c29b6d;
}
.section-common-product.is-modify .item-title, .section-common-product.is-modify .item-text, .section-common-product.is-modify .block-bottom {
  color: #fff;
}
.section-common-product .image-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common-product {
    margin-top: -12px;
    padding-bottom: 30px;
  }
  .section-common-product .m-hdg-05 {
    font-size: 3.3rem;
    margin-bottom: 15px;
  }
  .section-common-product .block-top {
    margin-bottom: 84px;
  }
  .section-common-product .list-product {
    display: flex;
    flex-wrap: wrap;
    padding: 39px 30px 43px;
  }
  .section-common-product .item-product {
    width: calc(33.3333333333% - 50px);
    margin: 0 25px;
  }
  .section-common-product .image-product {
    margin-bottom: 9px;
    width: 250px;
    height: 160px;
  }
  .section-common-product .item-title {
    letter-spacing: 0.06em;
    font-size: 1.8rem;
  }
  .section-common-product .item-text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-bottom: 16px;
  }
  .section-common-product .m-btn-01.ptn04 {
    width: 248px;
    margin: 0 auto;
    padding-top: 11px;
    padding-bottom: 8px;
  }
  .section-common-product .m-btn-01 .m-btn_inner::before {
    top: 44%;
  }
  .section-common-product .content-bottom {
    padding: 40px 0;
  }
  .section-common-product .m-column.col4 {
    margin-left: 0;
    margin-bottom: 19px;
  }
  .section-common-product .m-column.col4 > * {
    width: 258px;
    margin: 0 21px;
  }
  .section-common-product .m-column_col p {
    margin-bottom: 10px;
  }
  .section-common-product .m-icon.m-icon-blank {
    position: relative;
    top: -2px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-common-product {
    padding-bottom: 51px;
  }
  .section-common-product.is-modify {
    margin-top: -55px;
  }
  .section-common-product .glb-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-common-product .block-top {
    margin-bottom: 46px;
  }
  .section-common-product .list-product {
    padding: 49px 36px;
  }
  .section-common-product .item-product {
    max-width: 253px;
    margin: 0 auto;
  }
  .section-common-product .item-product:not(:last-child) {
    margin-bottom: 49px;
  }
  .section-common-product .item-product:nth-child(3) .image-product img {
    object-fit: unset;
  }
  .section-common-product .image-product {
    margin-bottom: 9px;
    max-width: 250px;
    height: 160px;
  }
  .section-common-product .item-title {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
  .section-common-product .item-text {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    margin-bottom: 17px;
    line-height: 1.8571428571;
  }
  .section-common-product .m-btn-01.ptn04 {
    font-size: 1.5rem;
    max-width: 248px;
    width: 100%;
    margin: 0 auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section-common-product .m-column.ptn02 {
    justify-content: space-between;
    max-width: 345px;
    margin: 0 auto 22px;
  }
  .section-common-product .m-column.ptn02 > * {
    margin-top: 0;
    margin-left: 0;
    width: 150px;
  }
  .section-common-product .content-bottom {
    padding: 17px 10px 49px;
    margin: 0 -25px;
  }
  .section-common-product .m-column.ptn02 > * {
    align-items: flex-start;
    width: 166px;
  }
  .section-common-product .m-column_col p {
    width: 100%;
  }
  .section-common-product .m-column_col {
    margin-bottom: 7px;
  }
  .section-common-product .m-column_col p {
    line-height: 1.4285714286;
  }
  .section-common-product .movie-modal-wrap {
    margin-bottom: 5px;
    height: 115px;
  }
  .section-common-product .movie-modal-wrap img {
    object-fit: cover;
    height: 100%;
  }
  .section-common-product .movie-modal-wrap .ico-movie {
    height: 29px;
  }
  .section-common-product .m-icon.m-icon-blank {
    position: relative;
    top: -1px;
  }
}
@media (max-width: 374px) {
  .section-common-product .m-column.ptn02 > * {
    width: calc(50% - 5px);
  }
  .section-common-product .list-product {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-common-product .item-text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.section-common-structure {
  background-color: #eef5f8;
}
.section-common-structure.is-modify {
  background-color: transparent;
}
.section-common-structure .title-structure {
  font-weight: 600;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-common-structure.is-modify .title-structure {
  color: #c29b6d;
}
.section-common-structure.is-modify .content-right {
  color: #fff;
}
.section-common-structure .title-content {
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section-common-structure .button-common {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.section-common-structure .button-common span {
  position: relative;
}
.section-common-structure .button-common span:before, .section-common-structure .button-common span:after {
  position: absolute;
  content: "";
  top: 49%;
  transform: translateY(-50%);
  background: center/contain no-repeat;
}
.section-common-structure .button-common span:before {
  background-image: url(/img/product/system_bath/emelord/structure_icon_01.png);
}
.section-common-structure .button-common span:after {
  background-image: url(/img/product/system_bath/emelord/structure_icon_02.png);
  opacity: 0;
}
.section-common-structure .button-common:hover {
  background-color: #3db4d0;
  color: #fff;
}
.section-common-structure .button-common:hover span:before {
  opacity: 0;
}
.section-common-structure .button-common:hover span:after {
  opacity: 1;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common-structure .title-structure {
    font-size: 3.3rem;
    margin-bottom: 32px;
    letter-spacing: 0.1em;
  }
  .section-common-structure .list-structure {
    padding-left: 40px;
  }
  .section-common-structure .item-structure {
    display: flex;
    align-items: flex-end;
  }
  .section-common-structure .item-structure:not(:last-child) {
    margin-bottom: 100px;
  }
  .section-common-structure .item-structure.is-reverse .image-structure {
    order: 2;
  }
  .section-common-structure .item-structure.is-reverse .content-right {
    margin-right: 42px;
  }
  .section-common-structure .item-structure:first-child {
    padding-left: 26px;
  }
  .section-common-structure .item-structure:not(:first-child) .text-content,
  .section-common-structure .item-structure:nth-child(1) .text-content {
    margin-bottom: 61px;
  }
  .section-common-structure .image-structure {
    width: 400px;
    flex-shrink: 0;
    margin-right: 49px;
    height: 300px;
  }
  .section-common-structure .image-structure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-common-structure .title-content {
    font-size: 2.4rem;
    margin-bottom: 19px;
  }
  .section-common-structure .text-content {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.9375;
  }
  .section-common-structure .text-note {
    font-size: 1.2rem;
    margin-top: 6px;
    letter-spacing: 0.06em;
    margin-bottom: 19px;
  }
  .section-common-structure .button-common {
    min-width: 200px;
    min-height: 54px;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    padding: 7px 20px 5px 34px;
  }
  .section-common-structure .button-common span:before, .section-common-structure .button-common span:after {
    top: 47%;
    left: -18px;
    width: 8px;
    height: 13px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-common-structure {
    padding: 15px 0 0;
  }
  .section-common-structure .title-structure {
    font-size: 3rem;
    margin-bottom: 38px;
    letter-spacing: 0.1em;
  }
  .section-common-structure .item-structure {
    max-width: 345px;
    margin: 0 auto;
  }
  .section-common-structure .item-structure:not(:last-child) {
    margin-bottom: 48px;
  }
  .section-common-structure .item-structure:not(:first-child) .text-content {
    margin-bottom: 41px;
  }
  .section-common-structure .content-right {
    padding: 0 8px;
  }
  .section-common-structure .title-content {
    font-size: 2.4rem;
    margin-bottom: 7px;
  }
  .section-common-structure .text-content {
    font-size: 1.6rem;
    line-height: 2;
  }
  .section-common-structure .text-note {
    font-size: 1.2rem;
    margin-top: 3px;
    letter-spacing: 0.06em;
    margin-bottom: 17px;
  }
  .section-common-structure .image-structure {
    max-width: 325px;
    height: 244px;
    margin: 0 auto 18px;
  }
  .section-common-structure .image-structure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-common-structure .wrapper-link {
    text-align: center;
    margin-top: 38px;
  }
  .section-common-structure .button-common {
    min-width: 200px;
    min-height: 54px;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    padding: 5px 10px 5px 34px;
    margin: 0 auto;
  }
  .section-common-structure .button-common span:before, .section-common-structure .button-common span:after {
    left: -20px;
    width: 8px;
    height: 13px;
  }
}
@media (max-width: 374px) {
  .section-common-structure .title-content {
    letter-spacing: 0;
  }
  .section-common-structure .text-content {
    letter-spacing: -0.04em;
  }
}
.section-common-material * {
  box-sizing: border-box;
  word-break: break-word;
}
.section-common-material.is-modify .m-hdg-05 {
  color: #c29b6d;
}
.section-common-material .section-list .list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section-common-material .section-list .list-item {
  width: 50%;
  flex: 0 0 auto;
}
.section-common-material .section-list .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.section-common-material .section-list .item-wrapper:hover .item-info {
  background-color: #3db4d0;
}
.section-common-material .section-list .item-wrapper:hover .info-title, .section-common-material .section-list .item-wrapper:hover .info-detail {
  color: #fff;
}
.section-common-material .section-list .item-thumbnail {
  flex: 0 0 auto;
}
.section-common-material .section-list .item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-common-material .section-list .item-info {
  display: block;
  flex: 1 1 auto;
  text-decoration: none;
  transition: color 0.26s, background 0.26s;
}
.section-common-material .section-list .item-info:hover {
  background-color: #3db4d0;
}
.section-common-material .section-list .item-info:hover p {
  color: #fff;
}
.section-common-material .section-list .info-title, .section-common-material .section-list .info-detail {
  display: block;
  text-align: center;
  color: #000;
  letter-spacing: -0.03em;
}
.section-common-material .section-list .info-title {
  font-weight: 600;
}
.section-common-material.is-modify .section-list .info-title, .section-common-material.is-modify .section-list .info-detail {
  color: #fff;
}

@media (min-width: 769px) {
  .section-common-material {
    margin-top: -11px;
    padding-bottom: 59px;
  }
  .section-common-material .m-hdg-05 {
    margin-bottom: 13px;
  }
  .section-common-material .section-wrapper {
    padding: 40px 50px 34px;
  }
  .section-common-material .section-list {
    margin-bottom: 33px;
  }
  .section-common-material .section-list .list-wrapper {
    margin: 0 -20px -50px;
  }
  .section-common-material .section-list .list-item {
    padding: 0 20px 50px;
  }
  .section-common-material .section-list .item-thumbnail {
    height: 240px;
    margin-bottom: 5px;
  }
  .section-common-material .section-list .item-info {
    padding: 10px 10px 9px;
    border: 1px solid #000;
  }
  .section-common-material .section-list .info-title {
    margin-bottom: -2px;
    font-size: 1.8rem;
  }
  .section-common-material .section-list .info-detail {
    font-size: 1.4rem;
  }
  .section-common-material.is-modify .section-list .item-info {
    border-color: #fff;
  }
}
@media (max-width: 768px) {
  .section-common-material {
    margin-top: -5px;
    padding: 0 10px 24px;
  }
  .section-common-material .glb-content {
    padding-top: 0;
  }
  .section-common-material .section-list .list-wrapper {
    margin: 0 -15px -25px 0;
  }
  .section-common-material .section-list .item-thumbnail {
    margin-bottom: 11px;
    padding-top: 100%;
    position: relative;
  }
  .section-common-material .section-list .item-thumbnail img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .section-common-material .section-list .list-item {
    padding: 0 15px 25px 0;
  }
  .section-common-material .section-list .item-info {
    padding: 10px 10px 9px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .section-common-material .section-list .info-title {
    margin: 0 -12px 4px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .section-common-material .section-list .info-detail {
    font-size: 1.3rem;
    line-height: 1.3076923077;
  }
  .section-common-material.is-modify .section-list .item-info {
    border-color: #fff;
  }
}
@media (max-width: 374px) {
  .section-common-material .section-list .info-detail {
    font-size: 1.2rem;
  }
  .section-common-material .section-list .info-title {
    font-size: 1.3rem;
    min-height: 32.5px;
  }
}
.section-common-functionality.is-modify .m-hdg-05 {
  color: #c29b6d;
}
.section-common-functionality.is-modify .functionality-wrapper {
  color: #fff;
}
.section-common-functionality .functionality-list-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
}
.section-common-functionality .functionality-list {
  display: flex;
  flex-wrap: wrap;
}
.section-common-functionality .functionality-item-wrapper{
  text-decoration: none;
  color: #fff;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common-functionality {
    padding-bottom: 90px;
  }
  .section-common-functionality .functionality-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-functionality .functionality-list-wrapper {
    margin-right: 10px;
  }
  .section-common-functionality .functionality-list-title {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 2px 0 0 12px;
    margin-bottom: 3px;
  }
  .section-common-functionality .functionality-list-title .is-detail {
    font-weight: 500;
    margin-left: 5px;
  }
  .section-common-functionality .functionality-item {
    width: 310px;
    margin-bottom: 18px;
    margin-right: 10px;
  }
  .section-common-functionality .functionality-item:nth-child(4n+4), .section-common-functionality .functionality-item:last-child {
    margin-right: 0;
  }
  .section-common-functionality .functionality-item-image {
    margin-bottom: 5px;
  }
  .section-common-functionality .functionality-item-image img {
    width: 100%;
    object-fit: cover;
  }
  .section-common-functionality .functionality-item-title, .section-common-functionality .functionality-item-description {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .section-common-functionality .functionality-item-title {
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .section-common-functionality .functionality-item-description {
    font-weight: 300;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-common-function.is-modify {
    margin-bottom: -35px;
  }
  .section-common-functionality .functionality-wrapper {
    padding: 0 10px;
  }
  .section-common-functionality .functionality-list-title {
    font-size: 1.5rem;
    line-height: 1.75;
    padding: 2px 0 0 12px;
    margin-bottom: 5px;
  }
  .section-common-functionality .functionality-list-title .is-detail {
    font-weight: 500;
    margin-left: 5px;
  }
  .section-common-functionality .functionality-item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .section-common-functionality .functionality-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .section-common-functionality .functionality-item-image {
    margin-bottom: 10px;
  }
  .section-common-functionality .functionality-item-image img {
    width: 100%;
    height: auto;
  }
  .section-common-functionality .functionality-item-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .section-common-functionality .functionality-item-description {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: -.1em;
    line-height: 1.3076923077;
  }
}
.section-common-function * {
  box-sizing: border-box;
  word-break: break-word;
}
.section-common-function.is-modify .m-hdg-05 {
  color: #c29b6d;
}
.section-common-function .function-list {
  display: flex;
  flex-wrap: wrap;
}
.section-common-function .function-item-link {
  display: block;
  text-decoration: none;
}
.section-common-function .function-item-image {
  overflow: hidden;
}
.section-common-function .function-item-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.section-common-function .function-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
}
.section-common-function.is-modify .function-item-title {
  color: #fff;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common-function .function-item {
    width: calc((100% - 40px) / 4);
    margin: 0 5px 17px;
  }
  .section-common-function .function-item-image {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-common-function .section-wrapper {
    padding: 0 20px 0 10px;
  }
  .section-common-function .function-item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 26px;
  }
  .section-common-function .function-item:nth-child(2n+1) {
    margin-right: 15px;
  }
  .section-common-function .function-item-image {
    margin-bottom: 5px;
  }
}
.section-common-voice {
  overflow: hidden;
}
.section-common-voice * {
  box-sizing: border-box;
  word-break: break-word;
}
.section-common-voice .section-wrapper {
  background-color: #f0f0f0;
}
.section-common-voice.is-modify .section-wrapper {
  background-color: #3c3c3c;
}
.section-common-voice.is-modify .m-hdg-05 {
  color: #c29b6d;
}
.section-common-voice .section-slider {
  position: relative;
  opacity: 0;
}
.section-common-voice .section-slider.is-slider-ready {
  opacity: 1;
}
.section-common-voice .section-slider .slider-arrow {
  background: url(/img/brand/story/voice_arrow_001.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  z-index: 1;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.section-common-voice .section-slider .slider-arrow:hover {
  opacity: 0.8;
}
.section-common-voice .section-slider .slider-arrow.is-previous {
  left: 0;
  -ms-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}
.section-common-voice .section-slider .slider-arrow.is-next {
  right: 0;
}
.section-common-voice .section-slider .slider-wrapper, .section-common-voice .section-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.section-common-voice .section-slider .slider-wrapper {
  position: relative;
  z-index: 0;
}
.section-common-voice .section-slider .slider-item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section-common-voice .section-slider .item-wrapper {
  height: 100%;
  background-color: #fff;
  display: block;
  text-decoration: none;
}
.section-common-voice .section-slider .item-thumbnail {
  padding-top: 100%;
  position: relative;
}
.section-common-voice .section-slider .item-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.section-common-voice .section-slider .item-title {
  display: block;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: -0.05em;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-common-voice .section-button-direct {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  letter-spacing: 0;
}
.section-common-voice .section-button-direct:hover {
  color: #fff;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common-voice .m-hdg-05 {
    margin-bottom: 13px;
  }
  .section-common-voice .section-wrapper {
    padding: 48px 0 37px;
  }
  .section-common-voice .section-slider {
    margin-bottom: 12px;
  }
  .section-common-voice .section-slider .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .section-common-voice .section-slider .slider-item {
    padding: 20px 15px;
  }
  .section-common-voice .section-slider .item-wrapper {
    width: 240px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .section-common-voice .section-slider .item-title {
    padding: 8px 10px 6px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .section-common-voice .section-button-direct {
    max-width: calc(100% - 100px);
    min-width: 248px;
    min-height: 44px;
    padding: 0 10px;
    font-size: 1.5rem;
  }
  .section-common-voice .section-button-direct .m-btn_inner {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  .section-common-voice .m-btn-01 .m-btn_inner::before {
    top: 53%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-common-voice.is-modify {
    margin-top: -50px;
  }
  .section-common-voice .m-hdg-05 {
    margin-bottom: 20px;
  }
  .section-common-voice .section-wrapper {
    padding: 40px 0 20px;
    overflow: hidden;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .section-common-voice .section-slider {
    margin-bottom: 17px;
  }
  .section-common-voice .section-slider .slider-wrapper {
    margin: 0 -15px;
  }
  .section-common-voice .section-slider .slider-item {
    padding: 10px 15px;
  }
  .section-common-voice .section-slider .item-wrapper {
    width: 240px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  .section-common-voice .section-slider .item-title {
    padding: 9px 10px 8px;
    font-size: 1.4rem;
  }
  .section-common-voice .section-button-direct {
    max-width: calc(100% - 100px);
    min-width: 248px;
    min-height: 44px;
    padding: 0 10px;
    font-size: 1.5rem;
  }
  .section-common-voice .section-button-direct .m-btn_inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .section-common-voice .section-button-direct {
    min-width: auto;
    max-width: calc(100% - 66px);
  }
  .section-common-voice .section-slider .slider-item {
    padding-right: 7px;
    padding-left: 7px;
  }
  .section-common-voice .section-button-direct {
    font-size: 1.3rem;
  }
  .section-common-voice .section-slider {
    margin-bottom: 10px;
  }
  .section-common-voice .section-slider .item-wrapper {
    width: 220px;
  }
  .section-common-voice .section-button-direct .m-btn_inner {
    font-size: 1.1rem;
  }
}
.section-common-price * {
  box-sizing: border-box;
  word-break: break-word;
}
.section-common-price .section-wrapper {
  background-color: #f0f0f0;
}
.section-common-price.is-modify .section-wrapper {
  background-color: #3c3c3c;
}
.section-common-price.is-modify .m-hdg-05 {
  color: #c29b6d;
}
.section-common-price .section-list .item-wrapper {
  background-color: #fff;
  padding: 16px 5px 26px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  border: 1px solid #fff;
}
.section-common-price .section-list .item-title, .section-common-price .section-list .item-estimate {
  display: block;
  text-align: center;
  color: #000;
}
.section-common-price .section-list .item-title {
  border-bottom: 1px solid #9fa0a0;
  margin-bottom: 24px;
  padding-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1.53125;
  letter-spacing: 0.06em;
}
.section-common-price .section-list .item-estimate {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.225;
  letter-spacing: 0.1em;
}
.section-common-price.is-modify .section-list .item-wrapper {
  background-color: transparent;
  border-color: #9fa0a0;
}
.section-common-price.is-modify .section-list .item-title, .section-common-price.is-modify .section-list .item-estimate {
  color: #fff;
}
.section-common-price .section-button-direct {
  min-width: 248px;
  min-height: 44px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #1a1a1a;
  letter-spacing: 0;
}
.section-common-price .section-button-direct:hover {
  color: #fff;
}
.section-common-price .section-button-direct .m-btn_inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-common-price .section-note {
  font-size: 1.2rem;
  line-height: 2.0416666667;
  text-align: center;
  margin: 0;
  color: #000;
}
.section-common-price.is-modify .section-note {
  color: #fff;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common-price {
    padding-bottom: 90px;
  }
  .section-common-price .m-hdg-05 {
    margin-bottom: 13px;
  }
  .section-common-price .section-wrapper {
    padding: 40px 50px 34px;
  }
  .section-common-price .section-list {
    margin-bottom: 33px;
  }
  .section-common-price .section-list .list-wrapper {
    margin: 0 -25px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-price .section-list .list-item {
    width: 33.333%;
    padding: 0 25px;
    flex: 0 0 auto;
  }
  .section-common-price .section-list .item-wrapper {
    padding: 15px 5px 25px;
    border-radius: 10px;
  }
  .section-common-price .section-button-direct {
    margin-bottom: 8px;
  }
  .section-common-price .section-note {
    line-height: 2.0416666667;
    text-align: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section-common-price {
    padding: 17px 10px 0;
  }
  .section-common-price .section-wrapper {
    padding: 55px 38px 44px;
  }
  .section-common-price .section-list {
    margin-bottom: 25px;
  }
  .section-common-price .section-list .list-item:not(:last-child) {
    margin-bottom: 26px;
  }
  .section-common-price .section-list .item-wrapper {
    margin-bottom: 26px;
    border-radius: 5px;
  }
  .section-common-price .section-button-direct {
    margin: 0 0 15px;
  }
  .section-common-price .section-note {
    line-height: 1.625;
    text-align: left;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .section-common-price .section-button-direct {
    min-width: auto;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
  }
  .section-common-price .section-button-direct .section-note {
    letter-spacing: -0.035em;
  }
  .section-common-price .section-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-common-price .section-list .item-estimate {
    line-height: 1.5;
  }
}

.list-predencia-content {
  display: flex;
  flex-wrap: wrap;
}
.list-predencia-content .m-btn-01 {
  min-width: 200px;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .list-predencia-content {
    max-width: 880px;
    margin: 30px auto 0;
  }
  .list-predencia-content .predencia-column {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .list-predencia-content {
    margin: 40px -5px 0;
  }
  .list-predencia-content .predencia-column {
    width: calc(100% / 2);
    padding: 0 5px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 370.98px) and (max-width: 768px) {
  .list-predencia-content .m-btn-01 {
    font-size: 1.4rem;
  }
  .list-predencia-content .m-btn_inner {
    padding: 0 0 0 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .list-predencia-content .m-btn-01 {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 370px) {
  .list-predencia-content {
    margin: 20px 0 0;
    display: block;
  }
  .list-predencia-content .predencia-column {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .list-predencia-content .m-btn-01 {
    min-width: 200px;
    width: auto;
  }
}