@charset "UTF-8";
.font-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.button-common {
  display: flex;
  align-items: center;
  width: 261px;
  min-height: 63px;
  border: solid 1px #000;
  padding: 8px 22px 9px 22px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: calc(23 / 15);
  color: #000;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
.button-common span {
  display: inline-block;
  width: 100%;
  padding-right: 47px;
  position: relative;
}
.button-common span::before, .button-common span::after {
  content: "";
  width: 40px;
  height: 6px;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transition: opacity 0.3s;
}
.button-common span::before {
  background: url("/img/product/emawall/interior_house/icn_arrow_left_white.svg") center center/cover no-repeat;
  opacity: 0;
}
.button-common span::after {
  background: url("/img/product/emawall/interior_house/icn_arrow_left.svg") center center/cover no-repeat;
  opacity: 1;
}
.button-common.is-small {
  width: 204px;
  min-height: 59px;
  padding: 10px 19px 12px 18px;
  font-weight: 400;
}
.button-common.is-small span {
  padding-bottom: 12px;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.button-common.is-small span::before, .button-common.is-small span::after {
  width: 40px;
  height: 4px;
  top: calc(100% - 5px);
  right: calc(50% - 20px);
}
.button-common.is-small span::before {
  background: url("/img/product/emawall/interior_house/icn_arrow_left_small_white.svg") center center/cover no-repeat;
}
.button-common.is-small span::after {
  background: url("/img/product/emawall/interior_house/icn_arrow_left_small.svg") center center/cover no-repeat;
}
.button-common:hover {
  color: #fff;
  background-color: #3db4d0;
}
.button-common:hover span::before {
  opacity: 1;
}
.button-common:hover span::after {
  opacity: 0;
}

.button-showroom-search {
  display: block;
  margin: 0 auto;
}
.button-showroom-search img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .glb-pageWrapper {
    min-width: 1200px;
  }
  .button-showroom-search {
    width: 711px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .button-showroom-search {
    width: 320px;
    max-width: calc(100% - 30px);
  }
}
.title-primary {
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
}
.title-primary .is-english, .title-primary .is-japanese {
  display: block;
}
.title-primary .is-japanese {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .title-primary {
    margin-bottom: 20px;
  }
  .title-primary .is-english {
    font-size: 3rem;
  }
  .title-primary .is-japanese {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .title-primary {
    margin-bottom: 20px;
  }
  .title-primary .is-english {
    font-size: 2.2rem;
  }
  .title-primary .is-japanese {
    font-size: 1.3rem;
  }
}
.flex-wrapper {
  display: flex;
}
.flex-wrapper.is-reverse {
  flex-direction: row-reverse;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-keyvisual {
    min-height: 443px;
  }
  .section-interior-keyvisual .glb-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-keyvisual .glb-content {
    padding: 0 11px;
  }
  .section-interior-keyvisual .keyvisual-title img {
    width: 100%;
    height: auto;
  }
}
.section-interior-introduction .introduction-title,
.section-interior-introduction .introduction-text {
  font-weight: 500;
}
.section-interior-introduction .introduction-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-introduction {
    padding: 20px 0 74px;
  }
  .section-interior-introduction .introduction-title {
    margin-bottom: 23px;
    font-size: 2.6rem;
    line-height: calc(55 / 30);
  }
  .section-interior-introduction .introduction-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-interior-introduction .introduction-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .section-interior-introduction .button-common {
    width: 320px;
    min-height: 60px;
    margin-top: 7px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-introduction {
    padding: 10px 0 28px;
  }
  .section-interior-introduction .glb-content {
    padding: 0 15px;
  }
  .section-interior-introduction .introduction-title {
    margin-right: -10px;
    margin-bottom: 10px;
    font-size: 1.9rem;
    line-height: calc(35 / 20);
  }
  .section-interior-introduction .introduction-text {
    margin-bottom: 21px;
    font-size: 1.5rem;
    line-height: calc(26 / 15);
  }
  .section-interior-introduction .button-common {
    position: relative;
    width: 212px;
    min-height: 56px;
    padding: 8px 14px 9px 17px;
    margin-top: 7px;
    font-size: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-interior-introduction .button-common span {
    padding-right: 34px;
  }
}
.section-interior-advantage {
  background-color: #f7f8f8;
}
.section-interior-advantage .advantage-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-align: center;
}
.section-interior-advantage .advantage-list {
  counter-reset: advantage-counter;
}
.section-interior-advantage .advantage-item .item-image {
  position: relative;
}
.section-interior-advantage .advantage-item .item-image::after {
  position: absolute;
  counter-increment: advantage-counter;
  content: "0" counter(advantage-counter);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  z-index: 1;
}
.section-interior-advantage .item-image {
  position: relative;
  border: 1px solid #707070;
  z-index: 0;
}
.section-interior-advantage .item-image::before {
  content: "";
  position: absolute;
  background-color: transparent;
  border: 1px solid #707070;
  z-index: -1;
}
.section-interior-advantage .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-interior-advantage .item-title {
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.section-interior-advantage .item-title::before {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.section-interior-advantage .item-details {
  font-weight: 500;
}
.section-interior-advantage .item-details .item-note {
  position: relative;
  display: block;
}
.section-interior-advantage .item-details .item-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.section-interior-advantage .recommend-title {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-advantage {
    padding: 40px 0 92px;
    margin-bottom: 38px;
  }
  .section-interior-advantage .advantage-title {
    margin-bottom: 66px;
    font-size: 3.5rem;
    line-height: calc(50 / 35);
  }
  .section-interior-advantage .advantage-list {
    padding-left: 25px;
  }
  .section-interior-advantage .advantage-item {
    display: flex;
    align-items: flex-start;
  }
  .section-interior-advantage .advantage-item .item-image::after {
    top: -75px;
    left: -37px;
    font-size: 8rem;
  }
  .section-interior-advantage .advantage-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .section-interior-advantage .advantage-item:nth-child(even) .item-content {
    flex: 1;
    padding-left: 0;
    padding-right: 54px;
    margin-top: -11px;
  }
  .section-interior-advantage .advantage-item:nth-child(even) .item-image::after {
    top: -65px;
    left: -27px;
  }
  .section-interior-advantage .advantage-item:nth-child(even) .item-details {
    margin-bottom: 12px;
  }
  .section-interior-advantage .advantage-item:not(:last-child) {
    margin-bottom: 112px;
  }
  .section-interior-advantage .item-image {
    width: 450px;
    height: 415px;
    flex-shrink: 0;
  }
  .section-interior-advantage .item-image::before {
    top: 8px;
    bottom: -10px;
    left: 7px;
    right: -8px;
  }
  .section-interior-advantage .item-content {
    padding-left: 54px;
    margin-top: -7px;
  }
  .section-interior-advantage .item-content.content-custom {
    padding-left: 22px !important;
  }
  .section-interior-advantage .item-title {
    margin-bottom: 11px;
    font-size: 2.5rem;
    line-height: calc(37 / 25);
    padding-bottom: 11px;
  }
  .section-interior-advantage .item-title::before {
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
  }
  .section-interior-advantage .item-details {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .section-interior-advantage .item-details p {
    margin-bottom: 6px;
  }
  .section-interior-advantage .item-details .item-note {
    padding-left: 16px;
  }
  .section-interior-advantage .item-note {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .section-interior-advantage .recommend-title {
    font-size: 1.4rem;
    line-height: calc(25 / 17);
  }
  .section-interior-advantage .recommend-title {
    margin-bottom: 27px;
  }
  .section-interior-advantage .recommend-image {
    width: 100%;
    height: 100%;
  }
  .section-interior-advantage .recommend-image img {
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-advantage {
    padding: 20px 0 14px;
    margin-bottom: 38px;
  }
  .section-interior-advantage .glb-content {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .section-interior-advantage .advantage-title {
    margin-bottom: 22px;
    font-size: 2.5rem;
    line-height: calc(35 / 25);
  }
  .section-interior-advantage .item-image img {
    height: auto;
  }
  .section-interior-advantage .advantage-item .item-image {
    margin-bottom: 15px;
    margin-right: 4px;
  }
  .section-interior-advantage .advantage-item .item-image::before {
    top: 6px;
    left: 6px;
    bottom: -7px;
    right: -7px;
  }
  .section-interior-advantage .advantage-item .item-image::after {
    font-size: 4.7rem;
    left: 2px;
    top: -39px;
  }
  .section-interior-advantage .advantage-item:not(:last-child) {
    margin-bottom: 62px;
  }
  .section-interior-advantage .item-title {
    margin-bottom: 11px;
    padding-bottom: 3px;
    font-size: 1.8rem;
  }
  .section-interior-advantage .item-title::before {
    width: 30px;
    height: 3px;
  }
  .section-interior-advantage .item-details {
    margin-bottom: 11px;
    font-size: 1.5rem;
  }
  .section-interior-advantage .item-details p {
    margin-bottom: 7px;
    line-height: calc(25 / 15);
  }
  .section-interior-advantage .item-note {
    padding-left: 12px;
    font-size: 1.2rem;
    line-height: calc(20 / 12);
  }
  .section-interior-advantage .recommend-title {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: calc(18 / 12);
  }
  .section-interior-advantage .recommend-image {
    width: 271px;
    margin: 0 auto;
  }
  .section-interior-advantage .recommend-image img {
    width: 100%;
    height: auto;
  }
  .section-interior-advantage .recommend-image.image-custom {
    width: 86px;
    margin-right: 6px;
    flex-shrink: 0;
  }
  .section-interior-advantage .recommend-flex {
    display: flex;
    justify-content: space-between;
  }
}
.section-interior-enamel .enamel-title,
.section-interior-enamel .enamel-text {
  font-weight: 500;
}
.section-interior-enamel .enamel-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-enamel {
    padding: 78px 0 73px;
  }
  .section-interior-enamel .glb-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-interior-enamel .enamel-title {
    margin-bottom: 15px;
    font-size: 2.6rem;
    line-height: calc(55 / 30);
  }
  .section-interior-enamel .enamel-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .section-interior-enamel .enamel-image {
    width: 450px;
    height: 288px;
    flex-shrink: 0;
    margin-top: 8px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-enamel {
    padding: 34px 0 28px;
  }
  .section-interior-enamel .glb-content {
    max-width: 374px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .section-interior-enamel .enamel-content {
    margin-bottom: 15px;
  }
  .section-interior-enamel .enamel-title {
    margin-bottom: 7px;
    font-size: 2rem;
    line-height: calc(35 / 20);
  }
  .section-interior-enamel .enamel-text {
    font-size: 1.5rem;
    line-height: calc(26 / 15);
  }
  .section-interior-enamel .enamel-image img {
    height: auto;
  }
}
.section-interior-idea .idea-wrapper {
  border: 1px solid #707070;
}
.section-interior-idea .idea-heading {
  font-weight: bold;
  position: relative;
}
.section-interior-idea .idea-heading::before {
  position: absolute;
  content: "";
  background: url("/img/product/emawall/interior_house/icn_idea.png") center/contain no-repeat;
}
.section-interior-idea .idea-instruction img {
  width: 100%;
  height: auto;
}
.section-interior-idea .idea-text {
  font-weight: 500;
}
.section-interior-idea .idea-image img {
  width: 100%;
  height: auto;
}
.section-interior-idea .idea-note {
  display: flex;
}
.section-interior-idea .idea-note::before {
  content: "※";
}
.section-interior-idea .idea-button {
  overflow: hidden;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #000;
}
.section-interior-idea .idea-button::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/img/product/emawall/plan_ew026_01.jpg") center/cover no-repeat;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-idea .idea-wrapper {
    padding: 0 25px 45px;
  }
  .section-interior-idea .idea-heading {
    background-color: #fff;
    font-size: 2.3rem;
    display: inline-block;
    margin-top: -35px;
    margin-bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 70px;
    padding-right: 3px;
    position: relative;
    top: -8px;
  }
  .section-interior-idea .idea-heading::before {
    top: 50%;
    margin-top: -14px;
    left: 6px;
    width: 49px;
    height: 32px;
  }
  .section-interior-idea .flex-wrapper {
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .section-interior-idea .idea-content {
    width: 420px;
  }
  .section-interior-idea .image-block {
    width: 444px;
    padding-top: 14px;
  }
  .section-interior-idea .idea-instruction {
    margin-bottom: 10px;
  }
  .section-interior-idea .idea-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  .section-interior-idea .idea-image {
    width: 268px;
    margin-left: 66px;
  }
  .section-interior-idea .idea-image figcaption {
    font-size: 1.7rem;
    margin-left: -4px;
    line-height: calc(22 / 17);
  }
  .section-interior-idea .idea-note {
    font-size: 1.3rem;
    margin-right: -7px;
  }
  .section-interior-idea .idea-button {
    font-size: 1.8rem;
    padding: 21px 80px 23px 104px;
    background: url("/img/product/emawall/interior_house/icn_arrow_left.svg") center right 22px/45px 20px no-repeat, #fff;
  }
  .section-interior-idea .idea-button::before {
    width: 89px;
    height: calc(100% + 3px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-idea {
    padding-bottom: 45px;
  }
  .section-interior-idea .glb-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-interior-idea .idea-wrapper {
    padding: 60px 12px 22px;
    max-width: 353px;
    margin: 0 auto;
  }
  .section-interior-idea .idea-heading {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .section-interior-idea .idea-heading::before {
    top: -46px;
    left: 5px;
    width: 49px;
    height: 32px;
  }
  .section-interior-idea .flex-wrapper {
    margin-bottom: 25px;
    display: block;
  }
  .section-interior-idea .idea-content {
    margin-bottom: 16px;
  }
  .section-interior-idea .idea-text {
    font-size: 1.5rem;
    line-height: calc(26 / 15);
    margin-bottom: 22px;
  }
  .section-interior-idea .idea-image {
    width: 231px;
    margin: 0 auto;
    padding-right: 13px;
  }
  .section-interior-idea .idea-image img {
    margin-bottom: -2px;
  }
  .section-interior-idea .idea-image figcaption {
    font-size: 1.2rem;
    margin-left: -4px;
    line-height: calc(18 / 12);
  }
  .section-interior-idea .idea-instruction {
    margin-bottom: 28px;
    margin-left: -1px;
    margin-right: -2px;
  }
  .section-interior-idea .idea-note {
    font-size: 1.2rem;
    line-height: calc(17 / 12);
  }
  .section-interior-idea .idea-button {
    width: 238px;
    font-size: 1.2rem;
    line-height: calc(16 / 12);
    padding: 15px 32px 16px 70px;
    background: url("/img/product/emawall/interior_house/icn_arrow_left.svg") top 45% right 8px/21px 10px no-repeat, #fff;
  }
  .section-interior-idea .idea-button::before {
    width: 60px;
    height: calc(100% + 3px);
  }
}
.section-interior-anchor .anchor-links {
  display: flex;
  flex-wrap: wrap;
}
.section-interior-anchor .anchor-link {
  text-align: center;
}
.section-interior-anchor .anchor-button {
  display: inline-block;
  text-decoration: none;
}
.section-interior-anchor .anchor-button-text {
  font-weight: 500;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.section-interior-anchor .anchor-button-text::before, .section-interior-anchor .anchor-button-text::after {
  content: "";
  border-top: solid 1px #000;
  position: absolute;
}
.section-interior-anchor .anchor-image {
  height: 79px;
}
.section-interior-anchor .anchor-image img {
  height: 100%;
  width: auto;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-anchor {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .section-interior-anchor .anchor-links {
    justify-content: center;
  }
  .section-interior-anchor .anchor-link:nth-child(1) {
    margin-right: 66px;
  }
  .section-interior-anchor .anchor-link:nth-child(2) {
    margin-right: 70px;
  }
  .section-interior-anchor .anchor-button-text {
    font-size: 1.7rem;
    line-height: calc(22 / 17);
    margin: 0 auto 10px;
  }
  .section-interior-anchor .anchor-button-text::before, .section-interior-anchor .anchor-button-text::after {
    width: 29px;
    top: 50%;
  }
  .section-interior-anchor .anchor-button-text::before {
    left: -35px;
  }
  .section-interior-anchor .anchor-button-text::after {
    right: -35px;
  }
  .section-interior-anchor .anchor-image {
    height: 79px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-anchor {
    padding-bottom: 50px;
  }
  .section-interior-anchor .glb-content {
    padding: 0 40px 0 32px;
    max-width: 375px;
    margin: 0 auto;
  }
  .section-interior-anchor .anchor-link:nth-child(1) {
    margin-right: 31px;
  }
  .section-interior-anchor .anchor-link:nth-child(2) {
    margin-right: 33px;
  }
  .section-interior-anchor .anchor-button-text {
    font-size: .9rem;
    line-height: calc(12 / 9);
    margin: 0 auto 4px;
  }
  .section-interior-anchor .anchor-button-text::before, .section-interior-anchor .anchor-button-text::after {
    width: 16px;
    top: 50%;
  }
  .section-interior-anchor .anchor-button-text::before {
    left: -22px;
  }
  .section-interior-anchor .anchor-button-text::after {
    right: -22px;
  }
  .section-interior-anchor .anchor-image {
    height: 37px;
  }
}
.style-title {
  font-weight: 500;
  color: #000;
  text-align: center;
}
.style-title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.style-title span:first-child::before, .style-title span:first-child::after {
  content: "";
  border-top: solid 1px #000;
  position: absolute;
}

.style-title-image img {
  height: 100%;
  width: auto;
}

.style-title-imag {
  display: block;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-style.is-decorate {
    padding-bottom: 56px;
  }
  .section-interior-style.is-storage {
    padding-bottom: 64px;
  }
  .section-interior-style.is-tools {
    padding-bottom: 58px;
  }

  .style-title {
    font-size: 3.5rem;
    line-height: calc(47 / 35);
    margin-bottom: -26px;
  }
  .style-title span {
    margin: 0 auto 10px;
  }
  .style-title span::before, .style-title span::after {
    width: 29px;
    top: 42%;
  }
  .style-title span::before {
    left: -35px;
  }
  .style-title span::after {
    right: -35px;
  }

  .style-title-image {
    height: 69px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-style.is-decorate {
    padding-bottom: 36px;
  }
  .section-interior-style.is-storage {
    padding-bottom: 64px;
  }
  .section-interior-style.is-tools {
    padding-bottom: 58px;
  }
  .section-interior-style .glb-content {
    padding: 0 15px;
  }

  .style-title {
    font-size: 2rem;
    line-height: calc(27 / 20);
    margin-bottom: -14px;
  }
  .style-title span {
    margin: 0 auto 6px;
  }
  .style-title span::before, .style-title span::after {
    width: 14px;
    top: 42%;
  }
  .style-title span::before {
    left: -20px;
  }
  .style-title span::after {
    right: -20px;
  }

  .style-title-image {
    height: 33px;
  }
}
.style-wrapper {
  background-color: #f7f8f8;
}

.style-leading {
  color: #000;
  text-align: center;
}

.style-detail .detail-place {
  font-weight: bold;
  color: #000;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .style-wrapper {
    padding: 60px 46px 80px;
  }

  .style-leading {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 42px;
  }

  .style-detail {
    display: flex;
    margin-bottom: 14px;
  }
  .style-detail .detail-place {
    font-size: 1.6rem;
    line-height: 1.25;
    width: 130px;
    padding-left: 29px;
    margin-right: 10px;
    position: relative;
  }
  .style-detail .detail-place::before {
    content: "";
    width: 24px;
    height: 14px;
    background-color: rgba(0, 92, 171, 0.5);
    position: absolute;
    top: 3px;
    left: 0;
  }
  .style-detail .detail-tags {
    font-size: 1.3rem;
    line-height: calc(18 / 13);
    color: #1a1311;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .style-wrapper {
    padding: 27px 0 24px;
  }

  .style-leading {
    padding: 0 12px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: calc(26 / 15);
    margin-bottom: 13px;
  }

  .section-interior-style.is-decorate .style-leading {
    letter-spacing: -0.05em;
  }

  .style-detail {
    padding-left: 10px;
  }
  .style-detail .detail-place {
    font-size: 1.4rem;
    line-height: calc(16 / 14);
    margin-bottom: 1px;
  }
  .style-detail .detail-tags {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: calc(16 / 12);
    color: #000;
  }
  .style-slider-main .slider-item {
    display: flex;
    flex-wrap: wrap;
  }
  .style-slider-main .style-detail {
    width: 100%;
    order: 2;
    margin-bottom: 2px;
  }
  .style-slider-main .image-wrapper {
    width: 100%;
    order: 1;
    margin-bottom: 7px;
    height: 194px;
  }
}
.style-slider-main .slider-item img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.style-slider-thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.style-slider-thumbnail .thumbnail {
  cursor: pointer;
}
.style-slider-thumbnail .thumbnail img {
  margin: 0 auto;
  height: 100%;
  width: auto;
  object-fit: contain;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .style-slider-main {
    width: 868px;
    margin-bottom: 14px;
  }
  .style-slider-main .slider-item .image-wrapper {
    height: 488px;
  }
  .style-slider-thumbnail {
    margin: 0 -6px;
  }
  .style-slider-thumbnail .thumbnail {
    width: 207px;
    height: 132px;
    margin: 0 7px 15px 6px;
  }
  .style-slider-thumbnail .thumbnail:hover img {
    opacity: .8;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .style-slider-main {
    margin-bottom: 7px;
  }
  .style-slider-main .slider-item .image-wrapper {
    height: 200px;
  }

  .style-slider-thumbnail {
    margin: 0 -4px;
  }
  .style-slider-thumbnail .thumbnail {
    width: calc((100% / 3) - 8px);
    height: 72px;
    margin: 0 4px 8px;
  }
}
.ideal-wrapper {
  border: solid 2px #707070;
}

.ideal-title {
  position: relative;
  z-index: 1;
}
.ideal-title::before, .ideal-title::after {
  content: "";
  position: absolute;
}
.ideal-title::before {
  z-index: 2;
}
.ideal-title::after {
  width: 100%;
  height: 0;
  border: solid 1px #707070;
  left: 0;
  z-index: 1;
}

.ideal-list {
  counter-reset: ideal;
}

.ideal-item {
  counter-increment: ideal;
  position: relative;
}
.ideal-item::before {
  content: "0" counter(ideal);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #9f832d;
  position: absolute;
}
.ideal-item > .item-title {
  font-weight: bold;
  color: #000;
}

.principle-item .item-title {
  font-weight: 500;
  color: #1a1311;
  position: relative;
}
.principle-item .item-title::before {
  content: "";
  position: absolute;
  background: center center/cover no-repeat;
}
.principle-item:nth-child(1) .item-title::before {
  background-image: url("/img/product/emawall/interior_house/principle_number_01.png");
}
.principle-item:nth-child(2) .item-title::before {
  background-image: url("/img/product/emawall/interior_house/principle_number_02.png");
}
.principle-item:nth-child(3) .item-title::before {
  background-image: url("/img/product/emawall/interior_house/principle_number_03.png");
}
.principle-item:nth-child(4) .item-title::before {
  background-image: url("/img/product/emawall/interior_house/principle_number_04.png");
}
.principle-item:nth-child(5) .item-title::before {
  background-image: url("/img/product/emawall/interior_house/principle_number_05.png");
}
.principle-item:nth-child(6) .item-title::before {
  background-image: url("/img/product/emawall/interior_house/principle_number_06.png");
}
.principle-item .item-detail {
  color: #000;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-ideal {
    padding-top: 104px;
    padding-bottom: 0px;
  }
  .section-interior-ideal .glb-content {
    padding: 0 70px;
  }

  .ideal-wrapper {
    padding: 20px 0 50px;
  }

  .ideal-title {
    padding-left: 45px;
    margin-bottom: 60px;
  }
  .ideal-title::before {
    width: 20px;
    height: 157px;
    background: url("/img/product/emawall/interior_house/ideal_subtitle_img.jpg") center center/cover no-repeat;
    bottom: -78px;
    left: -12px;
  }
  .ideal-title::after {
    width: 100%;
    left: 0;
    bottom: -18px;
  }

  .ideal-list {
    padding-left: 45px;
    padding-right: 45px;
  }

  .ideal-item {
    padding-top: 75px;
  }
  .ideal-item::before {
    font-size: 6.5rem;
    top: 0;
    left: 0;
    line-height: 1;
  }
  .ideal-item > .item-title {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: calc(38 / 30);
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
  }
  .ideal-item:nth-child(2) {
    margin-bottom: 58px;
  }
  .ideal-item:nth-child(2) > .item-title {
    margin-bottom: 45px;
  }
  .ideal-item:nth-child(2) .flex-wrapper {
    justify-content: space-between;
    padding: 0 20px;
  }
  .ideal-item:nth-child(2) .ideal-image {
    position: relative;
  }
  .ideal-item:nth-child(2) .ideal-image figcaption {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin-top: 16px;
  }
  .ideal-item:nth-child(2) .ideal-image.is-before::after {
    content: "";
    width: 144px;
    height: 100px;
    background: url(/img/product/emawall/interior_house/icn_arrow_15_years.png) center center/100% auto no-repeat;
    position: absolute;
    top: calc(50% - 68px);
    right: -160px;
  }
  .ideal-item:nth-child(3) {
    margin-bottom: 66px;
  }
  .ideal-item:nth-child(3) .ideal-image {
    flex-shrink: 0;
    margin: 14px -4px 0 32px;
  }
  .ideal-item:nth-child(3) .principle-item {
    margin-bottom: 28px;
  }
  .ideal-item:nth-child(3) .principle-item .item-title {
    margin-bottom: 10px;
  }
  .ideal-item:nth-child(3) .principle-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .ideal-item:nth-child(3) .principle-item:nth-child(1) .item-title {
    margin-bottom: 21px;
  }
  .ideal-item:nth-child(3) .principle-item:last-child {
    margin-bottom: 0;
  }
  .ideal-item:nth-child(4) > .item-title {
    margin-bottom: 44px;
  }
  .ideal-item:nth-child(4) .ideal-image {
    flex-shrink: 0;
    margin: 14px -4px 0 30px;
  }
  .ideal-item:nth-child(4) .principle-item {
    margin-bottom: 31px;
  }
  .ideal-item:nth-child(4) .principle-item .item-title {
    margin-bottom: 10px;
  }
  .ideal-item:nth-child(4) .principle-item:nth-child(1) {
    margin-bottom: 24px;
  }
  .ideal-item:nth-child(4) .principle-item:nth-child(1) .item-title {
    margin-bottom: 20px;
  }
  .ideal-item:nth-child(4) .principle-item:nth-child(3) .item-title {
    margin-bottom: 20px;
  }
  .ideal-item:nth-child(4) .principle-item:last-child {
    margin-bottom: 0;
  }

  .principle-list.is-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
  }
  .principle-list.is-flex .principle-item {
    width: calc((100% - 114px) / 3);
    margin: 0 19px 42px;
  }
  .principle-list.is-flex .principle-item .item-title {
    margin-bottom: 10px;
  }

  .principle-item .item-title {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .principle-item .item-title::before {
    top: 0;
    left: -3px;
    width: 25px;
    height: 25px;
  }
  .principle-item .item-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 34px;
  }
  .principle-item .item-detail {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-ideal {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .section-interior-ideal .glb-content {
    padding: 0 15px;
  }

  .ideal-wrapper {
    max-width: 353px;
    margin: 0 auto;
    padding: 14px 0 33px;
  }

  .ideal-title {
    text-align: center;
    margin-bottom: 17px;
  }
  .ideal-title::before {
    width: 86px;
    height: 11px;
    background: url("/img/product/emawall/interior_house/ideal_subtitle_img_sp.jpg") center center/cover no-repeat;
    top: -21px;
    left: 6px;
  }
  .ideal-title::after {
    bottom: -9px;
  }

  .ideal-list {
    padding-left: 12px;
    padding-right: 9px;
  }

  .ideal-item {
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  .ideal-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ideal-item:last-child::after {
    display: none;
  }
  .ideal-item::before {
    font-size: 5rem;
    line-height: 1;
    top: 1px;
    left: -6px;
  }
  .ideal-item::after {
    content: "";
    width: calc(100% + 21px);
    border-top: 1px solid #707070;
    position: absolute;
    bottom: 0;
    left: -12px;
  }
  .ideal-item > .item-title {
    font-size: 1.5rem;
    line-height: calc(25 / 15);
    padding-left: 55px;
    margin-bottom: 27px;
  }

  .principle-item {
    margin-bottom: 20px;
  }
  .principle-item:last-child {
    margin-bottom: 0;
  }
  .principle-item .item-title {
    font-size: 1.5rem;
    line-height: calc(23 / 15);
    padding-left: 27px;
    margin-bottom: 5px;
  }
  .principle-item .item-title::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
  .principle-item .item-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 18px;
  }
  .principle-item .item-detail {
    font-size: 1.5rem;
    line-height: calc(25 / 15);
  }

  .ideal-image img {
    height: auto;
  }
  .ideal-image.is-custom {
    margin-bottom: 25px;;
  }

  .ideal-item:nth-child(2) .flex-wrapper {
    justify-content: space-between;
  }
  .ideal-item:nth-child(2) .ideal-image {
    position: relative;
    width: 41.5%;
  }
  .ideal-item:nth-child(2) .ideal-image img {
    width: 100%;
    height: auto;
  }
  .ideal-item:nth-child(2) .ideal-image figcaption {
    font-size: 1.5rem;
    letter-spacing: -.04em;
    line-height: 1.2;
    text-align: center;
    color: #000;
    margin-top: 11px;
  }
  .ideal-item:nth-child(2) .ideal-image.is-before::after {
    content: "";
    width: 35%;
    height: 38px;
    background: url("/img/product/emawall/interior_house/icn_arrow_15_years_sp.png") center center/100% auto no-repeat;
    position: absolute;
    top: calc(50% - 52px);
    right: -37%;
  }
  .ideal-item:nth-child(3) .flex-wrapper, .ideal-item:nth-child(4) .flex-wrapper {
    display: block;
  }
}
.section-interior-color .block-right {
  border: solid 1px #707070;
}
.section-interior-color .left-title {
  font-weight: 500;
}
.section-interior-color .right-title {
  font-weight: 500;
  position: relative;
}
.section-interior-color .right-title::after {
  content: "";
  border: solid 1px #9F832D;
  position: absolute;
}
.section-interior-color .right-title.has-icon::before {
  content: "";
  background: url("/img/product/emawall/interior_house/icn_direction_orientation.jpg") center center/cover no-repeat;
}
.section-interior-color .right-note {
  font-weight: 500;
}

.direction-list {
  display: flex;
  justify-content: center;
}

.direction-item .item-title {
  font-weight: 500;
}

.orientation-list {
  display: flex;
}

.orientation-item .item-title {
  font-weight: 500;
}
.orientation-item .item-title span {
  display: inline-block;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-color {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-interior-color .title-primary {
    margin-bottom: 35px;
  }
  .section-interior-color .flex-wrapper {
    align-items: flex-start;
    margin-right: -2px;
    margin-bottom: 100px;
  }
  .section-interior-color .block-right {
    flex-shrink: 0;
    width: 600px;
    margin-top: 12px;
    margin-left: 10px;
    padding: 38px 10px 48px;
  }
  .section-interior-color .left-title {
    font-size: 2.3rem;
    line-height: calc(55 / 30);
    margin-bottom: 28px;
  }
  .section-interior-color .color-leading {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
  }
  .section-interior-color .right-title {
    font-size: 1.7rem;
    line-height: calc(25 / 17);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 27px;
  }
  .section-interior-color .right-title::after {
    width: calc(100% + 20px);
    bottom: -5px;
    left: -10px;
  }
  .section-interior-color .right-title.has-icon {
    padding-left: 44px;
  }
  .section-interior-color .right-title.has-icon::before {
    position: absolute;
    width: 36px;
    height: 19px;
    top: 5px;
    left: 0;
  }
  .section-interior-color .right-title.has-icon::after {
    width: calc(100% + 34px);
    left: -17px;
  }
  .section-interior-color .right-note {
    font-size: 1.7rem;
    line-height: calc(35 / 17);
    margin-left: 50px;
  }

  .direction-list {
    padding-right: 10px;
    margin-bottom: 45px;
  }

  .direction-item {
    margin: 0 12px;
  }
  .direction-item .item-title {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .orientation-list {
    margin-bottom: 14px;
    justify-content: center;
  }

  .orientation-item:nth-child(1), .orientation-item:nth-child(3) {
    margin-right: 14px;
  }
  .orientation-item:nth-child(2) {
    margin-right: 28px;
  }
  .orientation-item .item-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .orientation-item .item-title span {
    font-size: 1.1rem;
    line-height: calc(20 / 11);
    margin-left: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-office {
    margin-bottom: 0px;
  }
  .section-interior-color {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-interior-color .glb-content {
    padding: 0 15px;
    max-width: 375px;
    margin: 0 auto;
  }
  .section-interior-color .title-primary {
    margin-bottom: 20px;
  }
  .section-interior-color .flex-wrapper {
    display: block;
    margin-bottom: 23px;
  }
  .section-interior-color .block-left {
    margin-bottom: 15px;
  }
  .section-interior-color .block-right {
    padding: 9px 12px 15px;
  }
  .section-interior-color .left-title {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 4px;
  }
  .section-interior-color .color-leading {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: calc(26 / 15);
  }
  .section-interior-color .right-title {
    font-size: 1.5rem;
    line-height: calc(25 / 15);
    margin: 0 auto 14px;
  }
  .section-interior-color .right-title::after {
    width: 100%;
    bottom: -8px;
    left: 0;
  }
  .section-interior-color .right-title.has-icon::before {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    left: -1px;
  }
  .section-interior-color .right-note {
    font-size: 1.5rem;
    line-height: calc(25 / 15);
  }

  .direction-list {
    margin-bottom: 18px;
  }

  .direction-item {
    width: 90px;
  }
  .direction-item img {
    width: 100%;
    height: auto;
  }
  .direction-item:nth-child(1) {
    margin-right: 17px;
  }
  .direction-item .item-title {
    font-size: 1.1rem;
    line-height: calc(18 / 11);
    margin-bottom: 2px;
  }

  .orientation-list {
    margin-bottom: 10px;
  }

  .orientation-item {
    width: 72px;
  }
  .orientation-item img {
    width: 100%;
    height: auto;
  }
  .orientation-item:nth-child(1), .orientation-item:nth-child(3) {
    margin-right: 10px;
  }
  .orientation-item:nth-child(2) {
    margin-right: 22px;
  }
  .orientation-item .item-title {
    font-size: 1.1rem;
    line-height: calc(20 / 11);
    margin-bottom: 5px;
  }
  .orientation-item .item-title span {
    font-size: .8rem;
    line-height: calc(20 / 8);
    margin-left: -1px;
    font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
}
.color-simulation {
  background-color: #f2f2f2;
}

.simulation-title {
  font-weight: bold;
  color: #000;
}

.simulation-image-wrapper {
  position: relative;
}

.simulation-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.simulation-image.is-active {
  opacity: 1;
}
.simulation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simulation-instruction {
  font-weight: 500;
  color: #000;
  border: solid 1px #707070;
  background-color: #fff;
  position: absolute;
}

.simulation-detail {
  display: flex;
  align-items: flex-start;
  position: absolute;
}
.simulation-detail .detail-caption {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #000;
}
.simulation-detail .detail-style img {
  width: 100%;
  height: auto;
}

.simulation-selection .selection-list {
  display: flex;
  flex-wrap: wrap;
}
.simulation-selection .selection-title {
  font-weight: bold;
  color: #000;
}
.simulation-selection .selection-title span {
  font-size: 1.1rem;
  font-weight: 500;
}
.simulation-selection .selection-item {
  cursor: pointer;
}
.simulation-selection .selection-item img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .color-simulation {
    padding: 15px 20px;
    display: flex;
    align-items: flex-start;
  }

  .simulation-display {
    flex-shrink: 0;
    width: 585px;
    margin-right: 20px;
  }

  .simulation-title {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-right: 225px;
    margin-bottom: 11px;
  }

  .simulation-image-wrapper {
    width: 100%;
    height: 425px;
  }

  .simulation-instruction {
    font-size: 1.1rem;
    line-height: calc(18 / 11);
    max-width: 221px;
    padding: 5px 4px 5px 6px;
    top: -39px;
    right: 0;
  }

  .simulation-detail {
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .simulation-detail .detail-caption {
    font-size: 1.3rem;
    line-height: calc(19 / 13);
    padding: 2px 2px 2px 2px;
    margin-right: 10px;
  }
  .simulation-detail .detail-style {
    width: 36px;
    margin-top: 3px;
  }

  .simulation-selection {
    padding-top: 40px;
  }

  .selection-block {
    margin-bottom: 30px;
  }
  .selection-block:last-child {
    margin-bottom: 0;
  }

  .simulation-selection .selection-title {
    font-size: 1.3rem;
    line-height: calc(19 / 13);
    margin-bottom: 5px;
  }
  .simulation-selection .selection-title span {
    font-size: 1.1rem;
    line-height: calc(19 / 11);
  }
  .simulation-selection .selection-item {
    width: 53px;
    margin-right: 12px;
    margin-bottom: 9px;
  }
  .simulation-selection .selection-item:hover img {
    opacity: .8;
  }
  .simulation-selection .selection-item:nth-child(5n + 5) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .color-simulation {
    padding: 10px 12px 20px 13px;
  }

  .simulation-display {
    margin-bottom: 10px;
  }

  .simulation-title {
    font-size: 2rem;
    line-height: 1.25;
    width: 125px;
    margin-bottom: 12px;
  }

  .simulation-image-wrapper {
    width: 326px;
    height: 237px;
  }

  .simulation-instruction {
    font-size: 1.5rem;
    line-height: calc(19 / 15);
    max-width: 164px;
    padding: 1px 5px 5px 7px;
    top: -57px;
    right: 0;
  }

  .simulation-detail {
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .simulation-detail .detail-caption {
    font-size: .8rem;
    line-height: 1;
    padding: 2px 6px 1px 1px;
    margin-right: 7px;
    width: max-content;
  }
  .simulation-detail .detail-style {
    width: 20px;
    position: relative;
    top: -5px;
    height: 8px;
  }

  .simulation-selection .selection-title {
    font-size: 1.2rem;
    line-height: calc(14 / 12);
    margin-bottom: 5px;
  }
  .simulation-selection .selection-title span {
    font-size: 1rem;
    line-height: calc(14 / 10);
  }
  .simulation-selection .selection-item {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .simulation-selection .selection-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.price-button {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-price {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .price-button {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-price {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-interior-price .glb-content {
    padding: 0 15px;
  }
  .price-button {
    margin-top: 12px;
  }
  .price-button .button-common {
    padding: 13px 16px 14px 15px;
  }
}
.voice-content .content-title {
  font-weight: bold;
}
.voice-content .content-text {
  font-weight: 400;
}
.voice-content .button-common {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: calc(33 / 20);
  text-transform: uppercase;
  width: 200px;
  min-height: 45px;
  padding: 4px 20px 6px 21px;
  margin: 0 auto;
}
.voice-content .button-common span {
  padding-right: 54px;
}
.voice-content .button-common span::before,.voice-content .button-common span::after {
  top: calc(50% - 3px);
  right: 0;
  background-size: contain;
  width: 39px;
  height: 6px;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-voice {
    padding-bottom: 0px;
  }
  .section-interior-voice .title-primary {
    position: relative;
    z-index: 1;
  }
  .section-interior-voice .title-primary::before {
    content: "";
    width: calc(100% + 55px);
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .section-interior-voice .flex-wrapper {
    align-items: flex-start;
  }
  .voice-image {
    flex-shrink: 0;
    margin-right: 24px;
  }

  .voice-content {
    padding-top: 85px;
  }
  .voice-content .content-title {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .voice-content .content-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-voice {
    padding-bottom: 0px;
  }
  .section-interior-voice .glb-content {
    padding: 0 15px;
    max-width: 375px;
    margin: 0 auto;
  }
  .section-interior-voice .flex-wrapper {
    display: block;
  }
  .voice-image {
    margin-bottom: 20px;
  }
  .voice-image img {
    width: 100%;
    height: auto;
  }

  .voice-content .content-title {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .voice-content .content-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 15px;
  }
}

.book-button {
  display: flex;
  flex-wrap: wrap;
}
.book-button .button-common:nth-child(3n + 3) {
  margin-right: 0;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-book {
    padding-top: 106px;
    padding-bottom: 114px;
  }
  .section-interior-book .glb-content {
    padding-bottom: 91px;
  }
  .book-button {
    width: max-content;
    margin: 28px auto 0;
  }
  .book-button .button-common {
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
    min-width: 200px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-book {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-interior-book .glb-content {
    padding: 0 15px;
  }
  .book-button {
    max-width: 353px;
    margin: 12px auto 0;
  }
  .book-button .button-common {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.section-interior-casestudy .link-wrapper {
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-casestudy {
    padding-bottom: 0px;
  }
  .section-interior-casestudy .link-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-casestudy {
    padding-bottom: 0px;
  }
  .section-interior-casestudy .glb-content {
    padding: 0 15px;
  }
  .section-interior-casestudy .link-wrapper {
    margin-top: 20px;
  }
}
.section-interior-office .glb-content {
  background-color: #f2f2f2;
}

.office-title {
  font-weight: 500;
}

.office-image figcaption {
  font-weight: 500;
}

.office-content .content-title {
  font-weight: 500;
}
.office-content .content-button .button-common {
  font-weight: bold;
}
.office-content .content-image figcaption {
  font-weight: 500;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .section-interior-office {
    padding-bottom: 0px;
  }

    .section-interior-office .glb-content {
    padding: 23px 25px 40px 25px;
  }

  .office-title {
    font-size: 2.6rem;
    line-height: 1.75;
    margin-bottom: 28px;
  }

  .office-wrapper {
    display: flex;
  }

  .office-image {
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 30px;
    width: 640px;
  }
  .office-image figcaption {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right;
    margin-top: 5px;
    margin-right: -7px;
  }
  .office-image img {
    width: 100%;
    height: auto;
  }
  .office-content .content-inner-wrapper {
    margin-bottom: 20px;
  }
  .office-content .content-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .office-content .content-text {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .office-content .content-button {
    margin-bottom: 40px;
  }
  .office-content .content-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 1px;
    position: relative;
  }
  .office-content .content-image figcaption {
    font-size: 1.2rem;
    line-height: 1.5;
    position: absolute;
    top: -25px;
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .section-interior-office .glb-content {
    width: calc(100% - 30px);
    padding: 16px 20px 22px;
    margin: 0 auto;
  }

  .office-title, .office-wrapper {
    max-width: 306px;
    margin-left: auto;
    margin-right: auto;
  }

  .office-title {
    font-size: 1.9rem;
    line-height: 1.75;
    margin-bottom: 13px;
  }

  .office-image {
    margin-bottom: 28px;
  }
  .office-image img {
    width: 100%;
    height: auto;
  }
  .office-image figcaption {
    font-size: .9rem;
    line-height: calc(12 / 9);
    margin-top: 9px;
  }
  .office-image figcaption span {
    display: inline-block;
    margin-left: 40px;
  }

  .office-content {
    display: flex;
    flex-wrap: wrap;
  }
  .office-content .content-inner-wrapper {
    margin-right: 20px;
    width: 175px;
  }
  .office-content .content-title {
    font-size: 1.5rem;
    line-height: calc(22 / 15);
    margin-bottom: 3px;
  }
  .office-content .content-text {
    font-size: 1.3rem;
    line-height: calc(20 / 13);
  }
  .office-content .content-button {
    width: 100%;
    order: 1;
    margin-top: 22px;
  }
  .office-content .content-button .button-common {
    padding: 6px 16px 7px 13px;
    margin-left: auto;
    margin-right: auto;
  }
  .office-content .content-image {
    flex-shrink: 0;
    width: 110px;
  }
  .office-content .content-image img {
    width: 100%;
    height: auto;
  }
  .office-content .content-image figcaption {
    font-size: .9rem;
    line-height: 1.25;
    margin-top: 5px;
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .price-button .button-common {
    width: auto;
  }
  .price-button .button-common span::before, .price-button .button-common span::after {
    background-size: contain;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .button-common {
    width: 197px;
    min-height: 46px;
    padding: 14px 16px 13px 15px;
    font-size: 1.2rem;
    line-height: calc(15 / 12);
  }
  .button-common span {
    padding-right: 30px;
  }
  .button-common span::before, .button-common span::after {
    width: 26px;
    height: 4px;
    top: calc(50% - 2px);
    background-size: contain;
  }
  .section-interior-introduction .button-common span::before, .section-interior-introduction .button-common span::after {
    width: 23px;
    height: 3px;
    right: 8px;
  }
  .voice-content .button-common {
    font-size: 1.2rem;
    line-height: 1.4;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 30px 11px;
  }
  .voice-content .button-common span {
    padding-right: 30px;
  }
  .book-button .button-common {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    min-width: 200px;
    max-width: 100%;
    width: auto;
    min-height: 33px;
    margin: 0 auto 10px;
    padding: 15px 15px 30px;
  }
  .book-button .button-common:nth-child(3n + 3) {
    margin-right: auto;
  }
  .button-common.is-small span {
    padding-bottom: 0;
  }
  .button-common.is-small span::before, .button-common.is-small span::after {
    width: 45px;
    height: 5px;
    top: calc(100% + 9px);
    right: calc(50% - 22px);
    background-size: contain;
  }

  .section-interior-style .style-slider,
  .section-interior-color .flex-wrapper,
  .simulation-display,
  .simulation-selection,
  .voice-content,
  .section-interior-price .m-tbl-01,
  .section-interior-price .m-list-notice-01 {
    max-width: 353px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media only screen and (min-width: 0px) and (max-width: 374px) {
  .section-interior-introduction .introduction-title br.sm {
    display: none;
  }
  .section-interior-enamel .enamel-title {
    font-size: 1.8rem;
  }
  .section-interior-idea .idea-heading,
  .office-title {
    font-size: 1.5rem;
  }
  .section-interior-idea .idea-text {
    font-size: 1.4rem;
  }
  .ideal-item > .item-title,
  .principle-item .item-detail,
  .principle-item .item-title,
  .section-interior-color .color-leading,
  .section-interior-color .right-title,
  .section-interior-enamel .enamel-text {
    font-size: 1.3rem;
  }
  .style-leading {
    font-size: 1.2rem;
  }
  .section-interior-idea .idea-note {
    font-size: 1.1rem;
  }
  .section-interior-anchor .glb-content {
    padding: 0;
  }
  .section-interior-anchor .glb-content .anchor-links {
    justify-content: center;
    padding-right: 16px;
  }
  .section-interior-anchor .anchor-link:nth-child(1),
  .section-interior-anchor .anchor-link:nth-child(2) {
    margin-right: 25px;
  }
  .office-content .content-inner-wrapper {
    width: calc(100% - 130px);
  }
  .simulation-selection .selection-item {
    width: calc(25% - 8px);
  }
  .simulation-image-wrapper {
    max-width: 100%;
  }
  .simulation-instruction {
    font-size: 1.1rem;
    top: -51px;
  }
}