@charset "utf-8";
/* CSS Document */

.common-figure img {
  width: 100%;
}

.browser-fix.fix-text {
  display: block;
}

.common-heading {
  text-align: center;
}

.common-document .document-heading {
  font-weight: 700;
  display: block;
}
.common-document .document-content {
  text-align: justify;
}
.common-document.style-dark .document-heading,
.common-document.style-dark .document-content {
  color: #231815;
}
.common-document.style-light .document-heading,
.common-document.style-light .document-content {
  color: #fff;
}

/* SECTION - VISUAL */
.section-visual {
  position: relative;
}
.visual-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.visual-main .main-description {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  text-align: right;
}
.visual-main .common-figure {
  width: 100%;
}
.visual-background {
  position: relative;
  z-index: 0;
}

/* SECTION - STORY */

.btn-360camera {
  text-align: center;
}

/* SECTION - FAVORITE */
.favorite-button .button-wrapper {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
}
.favorite-button .button-content {
  display: block;
  border: solid #9ec0d3;
  border-width: 1px 0;
  font-weight: 700;
  color: #000;
}
.favorite-product {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.product-wrapper {
  margin: 0 auto;
}
.product-heading {
  color: #fff;
}
.product-button .button-wrapper {
  display: block;
  color: #a1c3d6;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
}
.product-direct {
  display: flex;
  justify-content: center;
}
.product-direct .button-image {
  width: 100%;
}

/* SECTION - PROFILE */
.profile-showcase .detail-text {
  text-align: justify;
}

@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .favorite-product .btn-camera-wrapper {
    margin: 0 14px 50px;
    width: 326px;
  }

  .product-heading + .btn-camera-wrapper img {
    width: 326px;
  }

  .common-wrapper {
    width: 960px;
    margin: 0 auto;
  }
  .wrapper-offset {
    position: relative;
    margin: 0 -160px;
  }

  .common-heading {
    margin-bottom: 20px;
  }
  .common-document .document-heading {
    margin-bottom: 30px;
    font-size: 2.3rem;
    line-height: 1.65;
  }
  .common-document.style-dark .document-heading {
    background: url("/img/brand/story/008_icon_008.png") top center / 100% 37px repeat-y;
  }
  .common-document.style-light .document-heading {
    background: url("/img/brand/story/008_icon_009.png") top center / 100% 37px repeat-y;
  }
  .common-document .document-heading .fix-text {
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  .common-document .document-content {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: -0.02rem;
  }

  .common-showcase .showcase-offset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .common-board .board-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .common-board .common-document {
    flex: 0 0 auto;
  }
  .common-board .item-picture {
    flex: 1 1 auto;
  }
  .common-board.style-right .board-wrapper {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  /* SECTION - VISUAL */
  .visual-main .main-description {
    bottom: 62px;
  }
  .visual-main .main-description img {
    max-width: 471px;
  }

  /* SECTION - STORY */
  .section-story {
    padding: 30px 0 10px 0;
  }
  .story-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section-story .common-board.style-full {
    padding: 0 12%;
  }
  .section-story .common-board.style-full .board-wrapper {
    display: block;
  }
  .section-story .common-board.style-left {
    padding-left: 12%;
  }
  .section-story .common-board.style-left .common-document {
    padding-right: 32px;
  }
  .section-story .common-board.style-right {
    padding-right: 16.7%;
  }
  .section-story .common-easy.style-right {
    padding-left: 11.7%;
  }
  .section-story .common-board.style-right .common-document {
    margin-right: -25px;
    padding-left: 55px;
  }
  .section-story .common-board .item-picture {
    padding-top: 7px;
  }
  .board-ldk .common-figure {
    max-width: 714px;
  }
  .board-ldk {
    margin-bottom: 20px;
  }
  .showcase-ldk {
    margin-bottom: 248px;
  }
  /* .showcase-ldk .showcase-offset {
    flex-direction: row-reverse;
  } */
  .showcase-ldk .common-figure {
    flex: 0 0 auto;
  }
  .showcase-ldk .common-figure.is-one {
    max-width: 445px;
    margin: 0 0 72px 29.7%;
  }
  .showcase-ldk .common-figure.is-two {
    max-width: 445px;
    margin: 0 auto 0 53.5%;
  }
  .showcase-ldk .common-figure.is-three {
    max-width: 386px;
    margin: -191px 58% 0 auto;
  }
  .showcase-ldk .common-figure.is-four {
    max-width: 650px;
    margin: 76px 11.7% 0 auto;
  }
  .board-kitchen {
    margin-bottom: 20px;
  }
  .board-kitchen .board-item.item-picture{
    order: 1;
  }
  .board-kitchen .common-showcase.showcase-kitchen-last{
    order: 3;
  }
  .board-kitchen .common-figure {
    max-width: 612px;
  }
  .showcase-kitchen-first {
    padding-bottom: 20px;
  }
  .showcase-kitchen-last {
    padding-bottom: 60px;
  }
  .showcase-kitchen-last .showcase-offset {
    justify-content: flex-end;
    margin: 0 -214px;
  }
  .showcase-kitchen-last .common-figure.is-first {
    max-width: 600px;
    margin: -20.1% 0 0 53.1%;
    order: 1;
  }
  .showcase-kitchen-last .common-figure.is-two {
    max-width: 386px;
    margin: -35px 5.3% 0 0;
    order: 2;
  }
  .showcase-kitchen-last .common-figure.is-three {
    max-width: 445px;
    margin: 8.4% 15.6% 0 0;
    order: 3;
  }
  .board-clean {
    margin-bottom: 20px;
  }
  .showcase-clean {
    margin-bottom: 60px;
  }
  .showcase-clean .common-figure {
    flex: 0 0 auto;
  }
  .showcase-clean .common-figure.is-one {
    max-width: 1130px;
    margin-left: auto;
    margin-bottom: 105px;
    order: 1;
  }
  .showcase-clean .common-figure.is-two {
    max-width: 445px;
    order: 2;
    margin: 0 53.5% 34px;
  }
  .showcase-clean .common-figure.is-three {
    margin: 0 53.5% 3px;
    max-width: 445px;
    order: 3;
  }
  .showcase-clean .common-figure.is-four {
    max-width: 600px;
    margin: 0 12% 0 0;
    order: 4;
  }
  .showcase-clean .common-figure.is-five {
    max-width: 531px;
    margin: -13.6% 0 0 auto;
    order: 5;
  }
  .showcase-clean .showcase-block {
    position: relative;
  }
  .showcase-clean .board-clean {
    position: absolute;
    top: calc(40% + 8px);
  }
  .showcase-clean .browser-fix{
    width: 392px;
  }
  .board-easy {
    margin-bottom: 20px;
    padding-left: 11.7%;
  }
  .board-easy .board-item {
    order: 3;
  }
  .board-easy .showcase-easy-last {
    order: 3;
    width: 100%;
  }
  .board-easy .common-figure {
    margin-top: 8px;
    max-width: 462px;
  }
  .board-easy .common-document {
    order: 2;
    padding-right: 71px;
  }
  .showcase-easy-first {
    margin-bottom: 20px;
  }
  .showcase-easy-first .showcase-offset {
    align-items: flex-end;
  }
  .board-clean .document-heading {
    display: inline-block;
  }
  .showcase-easy-last .common-figure.is-one {
    max-width: 445px;
    margin: -140px -64px 76px auto;
  }
  .showcase-easy-last .common-figure.is-two {
    max-width: 600px;
    margin-left: 17.2%;
  }

  /* SECTION - FAVORITE */
  .section-favorite {
    padding: 60px 0 60px 0;
  }
  .section-favorite .common-board {
    padding: 10px 0 138px 0;
  }
  .section-favorite .board-wrapper {
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section-favorite .item-picture {
    width: 71%;
    max-width: 907px;
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
    mix-blend-mode: multiply;
  }
  .section-favorite .common-document {
    width: 510px;
    padding: 65px 70px 65px 70px;
    position: absolute;
    top: 24%;
    right: 5.1%;
  }
  .section-favorite .document-heading {
    margin-bottom: 19px;
  }
  .section-favorite .document-wrapper {
    position: relative;
    z-index: 2;
  }
  .section-favorite .document-heading .fix-text,
  .section-favorite .common-document .document-content {
    letter-spacing: 0;
  }
  .section-favorite .common-document:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #9ec0d3;
    mix-blend-mode: multiply;
  }
  .favorite-button {
    margin-bottom: 90px;
    padding: 0 12%;
    display: flex;
    justify-content: center;
  }
  .favorite-button .button-wrapper {
    margin-right: 19px;
    padding: 2px 0 1px 88px;
    background: url(/img/brand/story/008_icon_002.png) left -2px top -2px / auto 100% no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-decoration: none;
  }
  .favorite-button .button-content {
    margin-top: 2px;
    padding: 36px 55px 33px 0;
    background: url(/img/brand/story/008_icon_003.png) right center / 40px auto no-repeat;
    font-size: 3.4rem;
    letter-spacing: 0.02em;
  }
  .favorite-product {
    padding: 0 12%;
  }
  .product-wrapper {
    width: 644px;
    padding-left: 11px;
  }

  .product-heading {
    margin: 0 auto 20px auto;
    padding: 15px 0 33px 0;
    background: url("/img/brand/story/008_bg_001.png") center top / 100% 70% no-repeat, url("/img/brand/story/008_bg_002.png") center bottom / 100% auto no-repeat;
    font-size: 2.3rem;
    line-height: 1.39;
    letter-spacing: 0.09em;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
  }
  .product-button {
    width: 287px;
  }
  .product-button .button-wrapper {
    padding: 10px 30px 10px 10px;
    background: url("/img/brand/story/008_icon_004.png") right 10px center / 15px auto no-repeat;
    border: 2px solid #a1c3d6;
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .product-direct .button-wrapper {
    width: 326px;
  }

  /* SECTION - PROFILE */
  .section-profile {
    padding: 60px 0;
    background: #e9e9e9;
  }
  .section-profile .common-heading {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
  }
  .profile-showcase {
    display: flex;
    justify-content: center;
  }
  .profile-showcase .showcase-thumbnail {
    width: 264px;
    max-width: 264px;
    flex: 0 0 auto;
    margin-bottom: auto;
  }
  .profile-showcase .showcase-thumbnail img {
    width: 100%;
  }
  .profile-showcase .showcase-detail {
    width: 365px;
    padding-left: 50px;
    padding-top: 40px;
    line-height: 1.75;
  }
  .profile-showcase .detail-title {
    font-size: 1.8rem;
  }
  .profile-showcase .detail-name small,
  .profile-showcase .detail-text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .profile-showcase .detail-name {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .profile-showcase .detail-title {
    margin-bottom: 16px;
  }

  /* SECTION - MEMBER */
  .section-member {
    padding: 133px 0 141px 0;
  }
  .section-member .common-heading {
    padding-left: 25px;
  }
}

@media print,
  screen and (min-width: 769px) and (max-width: 9999px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .browser-fix.fix-text {
    margin: 1% 0 -1% 0;
  }

  .common-document.style-dark .document-heading {
    background: url("/img/brand/story/008_icon_008.png") top -2px center / 100% 37px repeat-y;
  }
  .common-document.style-light .document-heading {
    background: url("/img/brand/story/008_icon_009.png") top -2px center / 100% 37px repeat-y;
  }

  .section-favorite .common-document {
    background: rgba(159, 193, 212, 0.75);
    z-index: 1;
  }
  .section-favorite .common-document:after {
    display: none;
    mix-blend-mode: normal;
  }
}

@media print, screen and (min-width: 0px) and (max-width: 768px) {
  .common-figure + .btn-camera-wrapper {
    margin-bottom: 30px;
  }
  .btn-camera-wrapper {
    text-align: center;
  }
  .btn-360camera {
    display: inline-block;
    width: 70%;
  }
  .btn-360camera img {
    width: auto;
  }

  .common-wrapper {
    padding: 0 15px;
  }
  .common-heading {
    height: 27px;
    margin: 0 auto;
  }
  .common-heading img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  .common-document .document-heading {
    margin-bottom: 18px;
    font-size: 2.1rem;
    line-height: 1.652;
  }
  .common-document .document-content {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: -0.02em;
  }
  .common-document.style-dark .document-heading {
    background: url("/img/brand/story/008_icon_008.png") top center / 100% 33px repeat-y;
  }
  .common-document.style-light .document-heading {
    background: url("/img/brand/story/008_icon_009.png") top center / 100% 35px repeat-y;
  }

  .common-showcase .common-figure {
    width: 100%;
  }
  .common-showcase + .common-board {
    margin-top: 10px;
  }
  .common-showcase .showcase-block {
    overflow: hidden;
  }
  .common-showcase .showcase-block + .showcase-block {
    margin-top: 13px;
  }
  .common-showcase .showcase-block.mb-style-regular .showcase-offset {
    margin: -6px -6px 6px;
  }
  .board-easy .common-figure,
  .common-showcase .showcase-block.mb-style-regular .common-figure {
    padding: 6px;
  }
  .common-showcase .showcase-block.mb-style-small .showcase-offset {
    margin: -4px;
  }
  .board-easy .board-item .common-figure {
    margin: 0 -6px;
  }
  .board-easy .showcase-offset {
    margin: 0 -6px 6px;
  }
  .common-showcase .showcase-block.mb-style-small .common-figure {
    padding: 4px;
  }
  .common-showcase .showcase-offset {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .common-board .common-document,
  .common-board .item-picture {
    width: 100%;
    flex: 0 0 auto;
  }
  .common-board .board-item.item-picture,
  .common-board
    .board-item.item-picture
    .common-figure
    .common-board
    .board-item.item-picture
    .common-figure
    img {
    width: 100%;
  }

  /* SECTION - VISUAL */
  .visual-main .main-description {
    bottom: 12px;
  }
  .visual-main .main-description img {
    max-width: 516px;
    padding-left: 117px;
  }

  /* SECTION - STORY */
  .section-story {
    padding: 20px 0 60px 0;
  }
  .section-story .common-heading {
    margin-bottom: 20px;
  }
  .board-ldk .item-picture {
    margin-top: 20px;
  }
  .board-kitchen {
    margin-bottom: 30px;
  }
  .board-clean {
    margin-bottom: 30px;
  }
  .showcase-ldk {
    margin-bottom: 30px;
  }
  .showcase-easy-last .common-figure.is-one,
  .showcase-easy-last .common-figure.is-two,
  .showcase-ldk .common-figure.is-one,
  .showcase-ldk .common-figure.is-two,
  .showcase-ldk .common-figure.is-three,
  .showcase-ldk .common-figure.is-four,
  .showcase-kitchen-last .common-figure.is-two,
  .showcase-kitchen-last .common-figure.is-three,
  .showcase-clean .common-figure.is-two,
  .showcase-clean .common-figure.is-three,
  .showcase-clean .common-figure.is-four,
  .showcase-clean .common-figure.is-five,
  .showcase-easy-first .common-figure.is-three,
  .showcase-easy-first .common-figure.is-four {
    width: 50%;
  }

  /* SECTION - FAVORITE */
  .section-favorite {
    padding-bottom: 60px;
  }
  .section-favorite .common-heading {
    margin-bottom: 29px;
  }
  .section-favorite .common-document .document-heading {
    font-size: 1.9rem;
    line-height: 3.5rem;
  }
  .section-favorite .common-document.style-dark .document-heading {
    background: url("/img/brand/story/008_icon_008.png") top center / 100% 35px repeat-y;
  }
  .section-favorite .common-document.style-light .document-heading {
    background: url("/img/brand/story/008_icon_009.png") top center / 100% 35px repeat-y;
  }
  .section-favorite .common-board {
    margin-bottom: 56px;
  }
  .section-favorite .board-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .section-favorite .item-picture {
    margin-bottom: 0px;
  }
  .section-favorite .common-document {
    padding: 2% 5%;
    background: #9fc1d4;
  }
  .section-favorite .common-document .document-content {
    letter-spacing: 0;
  }
  .favorite-button {
    margin-bottom: 40px;
  }
  .favorite-button .button-content {
    padding: 11px 10px 9px 1px;
    background: url(/img/brand/story/008_icon_003.png) right center / 20px auto no-repeat;
    font-size: 1.7rem;
  }
  .favorite-button .button-wrapper {
    margin-left: -1px;
    padding: 0 0 0 42px;
    background: url(/img/brand/story/008_icon_002.png) center left / 42px auto no-repeat;
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-decoration: none;
  }
  .favorite-button .button-content {
    letter-spacing: 0.086em;
    line-height: 2.25;
  }
  .product-heading {
    padding: 4.27vw 0 4.5vw 0;
    background: url("/img/brand/story/008_bg_001.png") center top / 100% 40% no-repeat, url("/img/brand/story/008_bg_002_sp.png") center bottom / 100% auto no-repeat;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .product-list {
    margin: 15px 0 30px 0;
  }
  .product-list .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-list .list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .product-list .figure-common {
    max-width: 326px;
    margin-right: 21px;
    flex: 1;
  }
  .product-list .product-button {
    max-width: 318px;
    flex: 1;
  }
  .product-button .button-wrapper.is-letter-spacing {
    letter-spacing: -0.09em;
  }
  .product-button .button-wrapper {
    padding: 8px 27px 8px 9px;
    border-radius: 7px;
    background: url("/img/brand/story/008_icon_004.png") right 10px center / 7px auto no-repeat;
    font-size: 1.7rem;
    line-height: 1.14;
    border: 1px solid #a1c3d6;
  }
  .product-direct {
    margin-top: 21px;
  }
  .product-direct .button-wrapper {
    width: 75%;
  }

  /* SECTION - PROFILE */
  .section-profile {
    padding: 0 15px;
  }
  .section-profile .common-wrapper {
    padding: 8% 5%;
    background: #eaeaea;
  }
  .section-profile .common-heading {
    margin-bottom: 5%;
  }
  .section-profile .showcase-thumbnail {
    width: 100%;
    margin: 5% 0 3% 0;
  }
  .section-profile .showcase-thumbnail img {
    width: 100%;
  }
  .profile-showcase .showcase-detail {
    margin-top: 10px;
  }
  .profile-showcase .detail-name,
  .profile-showcase .detail-title {
    font-size: 1.7rem;
  }
  .profile-showcase .detail-name small,
  .profile-showcase .detail-text {
    font-size: 1.5rem;
  }
  .profile-showcase .detail-title {
    margin-bottom: 2%;
  }

  .profile-showcase .detail-name,
  .profile-showcase .detail-title,
  .profile-showcase .detail-text {
    line-height: 1.75;
  }

  .section-slider-wrapper {
    padding-top: 0;
  }
  .section-slider-wrapper > :first-child {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 320px) {
  .common-document .document-heading {
    font-size: 1.8rem;
  }
  .common-document.style-dark .document-heading {
    background: url("/img/brand/story/008_icon_008.png") top center / 100% 28px repeat-y;
  }
  .common-document.style-light .document-heading {
    background: url("/img/brand/story/008_icon_009.png") top center / 100% 28px repeat-y;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .favorite-product .btn-camera-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -43px -50px;
  }

  .favorite-product .list-item {
    margin-bottom: 30px;
    width: 285px;
  }

  .favorite-product .figure-common {
    margin-bottom: 20px;
  }
  .board-wrapper .btn-camera-wrapper {
    text-align: center;
  }
  .board-wrapper .btn-360camera {
    display: inline-block;
  }
}

.product-button .button-wrapper.no-link {
  color: #1a1a1a;
  background: none;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) and (max-width: 9999px) {
  .product-button .button-wrapper.no-link {
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding: 10px;
    border: 2px solid #a1c3d6;
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 1.3;
    min-height: 71px;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 768px) {
  .product-button .button-wrapper {
    min-height: 60px;
    margin-top: 0;
    vertical-align: middle;
    padding: 8px 25px 8px 9px;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 1.14;
    border: 2px solid #a1c3d6;
    display: flex;
    align-items: center;
    background-size: 15px auto;
  }
  .product-button .button-wrapper.no-link {
    padding-right: 9px;
  }
}

@media print, screen and (min-width: 0px) and (max-width: 350px) {
  .product-list .figure-common {
    max-width: 115px;
  }
}