@charset "UTF-8";
.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;
  }
}
.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;
  }
}

.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: 100px;
  }
  .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 {
    width: 250px;
    height: 160px;
  }
  .section-common-product .item-title {
    font-size: 1.8rem;
  }
  .section-common-product .item-text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-bottom: 10px;
  }
  .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: 20px 20px;
  }
  .section-common-product .item-product {
    max-width: 253px;
    margin: 0 auto;
  }
  .section-common-product .item-product:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-common-product .item-product:nth-child(3) .image-product img {
    object-fit: unset;
  }
  .section-common-product .image-product {
    max-width: 250px;
    height: 160px;
  }
  .section-common-product .item-title {
    font-size: 1.8rem;
  }
  .section-common-product .item-text {
    font-size: 1.4rem;
	margin-bottom: 10px;
    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: 325px;
    margin: 0 auto;
  }
  .section-common-product .m-column.ptn02 > * {
    margin-top: 0;
    margin-left: 0;
    width: 150px;
  }
  .section-common-product .content-bottom {
    padding: 20px 10px;
    margin: 0 auto;
  }
  .section-common-product .m-column.ptn02 > * {
    align-items: flex-start;
  }
  .section-common-product .m-column_col {
    margin-bottom: 20px;
  }
  .section-common-product .m-column_col p {
    line-height: 1.4285714286;
  }
  .section-common-product .movie-modal-wrap {
    margin-bottom: 5px;
    height: 84px;
  }
  .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% - 2.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: 20px;
  }
  .section-common-structure .item-structure {
    max-width: 345px;
    margin: 0 auto;
  }
  .section-common-structure .item-structure:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-common-structure .item-structure:not(:first-child) .text-content {
    margin-bottom: 0px;
  }
  .section-common-structure .content-right {
    padding: 0 8px;
  }
  .section-common-structure .title-content {
    font-size: 2.2rem;
  }
  .section-common-structure .text-content {
    font-size: 1.6rem;
  }
  .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;
  }
  .section-common-structure .image-structure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-common-structure .wrapper-link {
    text-align: center;
    margin-top: 10px;
  }
  .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-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: inherit;
}
.section-common-functionality .functionality-list-note {
  position: relative;
}
.section-common-functionality .functionality-list-note::before {
  content: "※";
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-common-functionality {
    padding-bottom: 90px;
  }
  .section-common-functionality .functionality-wrapper {
    display: flex;
  }
  .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;
  }
  .section-common-functionality .functionality-list-title .is-detail {
    font-weight: 500;
    margin-left: 5px;
  }
  .section-common-functionality .functionality-item {
    width: 230px;
    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-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;
  }
  .section-common-functionality .functionality-list-note {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: calc(20 / 12);
  }
  .section-common-functionality .functionality-list-note::before {
    margin-right: 5px;
  }
}
@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-functionality .functionality-list-note {
    font-size: 12px;
    line-height: calc(31 / 24);
    padding-left: 20px;
  }
  .section-common-functionality .functionality-list-note::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-common-functionality .functionality-wrapper:not(:last-child) {
    margin-bottom: 22px;
  }
}
.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: 20px 0;
    overflow: hidden;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .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: 10px 5px;
  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: 10px;
  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;
  position: relative;
}
.section-common-price .section-note::before {
  content: "※";
}
.section-common-price.is-modify .section-note {
  color: #fff;
}
.section-common-price .section-list .list-title {
  font-weight: 600;
  text-align: center;
}
.section-common-price.is-modify .section-list .list-title {
  color: #fff;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .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 50px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-price .section-list .list-wrapper:last-child {
    margin-bottom: 0;
  }
  .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-notes {
    text-align: center;
  }
  .section-common-price .section-note {
    line-height: 2.0416666667;
    text-align: center;
    display: inline;
  }
  .section-common-price .section-list .list-title {
    font-size: 15px;
    line-height: 1.866666666666667;
    margin-top: -16px;
    margin-bottom: 20px;
  }
}
@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: 10px;
  }
  .section-common-price .section-list .list-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-common-price .section-list .item-wrapper {
    border-radius: 5px;
  }
  .section-common-price .section-button-direct {
    margin: 0 0 15px;
  }
  .section-common-price .section-notes {
    margin-right: -22px;
  }
  .section-common-price .section-note {
    line-height: 1.625;
    text-align: left;
    padding-left: 12px;
  }
  .section-common-price .section-note::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-common-price .section-list .list-title {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.75;
    margin-top: -31px;
    margin-bottom: 10px;
  }
  .section-common-price .section-list .list-wrapper + .list-title {
    margin-top: 35px;
  }
}
@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;
  }
}