@charset "utf-8";

/* COMMON */
/* -- Banner -- */
.common-banner {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
.common-banner-text {
  position: absolute;
}
.common-banner-thumbnail img{
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .common-banner-text {
    right: 0;
    bottom: 10.5%;
  }
}
@media print, screen and (max-width: 768px) {
  .common-banner-text {
    right: 0;
    bottom: 4%;
    left: 0;
  }
}

/* -- Paragraph -- */
.common-paragraph-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.652em;
}
.common-paragraph-detail {
  color: #231815;
  letter-spacing: -0.02rem;
  text-align: justify;
}
.common-paragraph-detail small {
  letter-spacing: -1rem;
}
@media print, screen and (min-width: 769px) {
  .common-paragraph-title {
    margin: 0 0 30px 0;
    background: url('/img/product/homebuilder/story/common_005.png') repeat left top 35px / 1px;
    font-size: 2.3rem;
  }
}
@media print, screen and (max-width: 768px) {
  .common-paragraph-title {
    margin: 0 0 4% 0;
    background: url('/img/product/homebuilder/story/common_005.png') repeat left top 33px / 1px;
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 320px) {
  .common-paragraph-title {
    background-position: left top 28px;
    background-size: 0.8px;
    font-size: 1.8rem;
  }
}

/* -- Thumbnail -- */
.common-thumbnail img {
  width: 100%;
  height: auto;
}

/* -- Button -- */
/* ---- Camera ---- */
.common-button-camera,
.common-button-camera img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .common-button-camera {
    display: flex;
  }
  .common-button-camera.style-regular {
    margin: 25px 175px 20px auto;
    justify-content: flex-end;
  }
  .common-button-camera.style-regular .btn-360camera {
    width: 314px;
    margin: 0;
  }
  .common-button-camera.style-story {
    width: 746px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .common-button-camera.style-story .btn-360camera {
    width: 50%;
    margin: 0;
    padding: 0 23px 45px 23px;
  }
}
@media print, screen and (max-width: 768px) {
  .common-button-camera.style-regular {
    margin: 12px auto 30px auto;
    display: flex;
    justify-content: center;
  }
  .common-button-camera.style-regular .btn-360camera {
    width: 280px;
    margin: 0 auto;
  }
  .common-button-camera.style-story .btn-360camera {
    width: 327px;
    margin: 0 auto 8% auto;
  }
}

.story-360camera {
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .story-360camera {
    width: 1280px;
    margin: 0 -160px 213px -160px;
    padding: 20px 0 20px;
  }
  .story-360camera h3 {
    width: 633px;
    margin: 0 auto 35px auto;
  }
}
@media print, screen and (max-width: 768px) {
  .story-360camera {
    margin: 0 auto calc(100px - 8%) auto;
  }
  .common-button-camera.style-story .btn-360camera {
    width: 260px;
    margin-top: -10px;
  }
}
/* ---- Know ---- */
.common-button-know .button-content {
  display: block;
  border: solid #9ec0d3;
  border-width: 1px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  .common-button-know {
    margin: 140px 0 90px 0;
    padding: 0 12%;
    display: flex;
    justify-content: center;
  }
  .common-button-know .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;
    text-decoration: none;
  }
  .common-button-know .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: .02em;
  }
}
@media print, screen and (max-width: 768px) {
  .common-button-know {
    width: 100%;
    margin: 17% 0 12% 0;
  }
  .common-button-know .button-wrapper {
    padding: 5px 0 0 13%;
    background: url(/img/brand/story/008_icon_002.png) center left / 42px auto no-repeat;
    display: block;
    text-decoration: none;
  }
  .common-button-know .button-content {
    margin: 0 0 0 -4px;
    padding: 16px 20px 18px 0;
    background: url(/img/brand/story/008_icon_003.png) right center / 20px auto no-repeat;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
}
@media print, screen and (max-width: 374px) {
  .common-button-know .button-content{
    font-size: 1.5rem;
  }
}

/* -- Content -- */
@media print, screen and (min-width: 769px) {
  .common-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 768px) {
  .story-content .story-text h3 {
    font-size: 2.2rem;
    background: url('/img/product/homebuilder/story/common_005.png') repeat left top 33px / 1px;
  }
}

/* INDIVIDUAL */
/* -- Story -- */
@media print, screen and (min-width: 769px) {
  .section-story {
    width: 1280px;
    margin: 0 -160px;
  }
  .story-title {
    margin: 142px 0 80px 0!important;
  }
  .content-story .common-gallery {
    width: 100%;
    position: relative;
  }
  .content-story .common-gallery .common-thumbnail {
    position: absolute;
  }
}
@media print, screen and (max-width: 768px) {
  .story-title {
    margin: 17% auto 13%!important;
  }
  .content-story.is-first .common-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* ---- Is-First ---- */
@media print, screen and (min-width: 769px) {
  .content-story.is-first {
    margin: 0 0 304px 0
  }
  .content-story.is-first .common-paragraph {
    min-width: 388px;
    margin: -4px 0 0 150px;
  }
  .content-story.is-first .thumbnail-side {
    width: 679px;
  }
  .content-story.is-first .common-gallery {
    height: 1013px;
  }
  .content-story.is-first .common-gallery .common-thumbnail:nth-child(1) {
    width: 516px;
    top: 0;
    left: 150px;
  }
  .content-story.is-first .common-gallery .common-thumbnail:nth-child(2) {
    width: 380px;
    right: 150px;
    bottom: 0;
  }
  .content-story.is-first .common-gallery .common-thumbnail:nth-child(3) {
    width: 398px;
    bottom: 209px;
    left: 150px;
  }
}
@media print, screen and (max-width: 768px) {
  .content-story.is-first {
    margin: 0 0 100px 0;
  }
  .content-story.is-first .common-paragraph {
    margin: 0 0 60px 0;
  }
  .content-story.is-first .common-gallery .common-thumbnail:nth-child(1) {
    width: 100%;
    padding: 0 0 7px 0;
  }
  .content-story.is-first .common-gallery .common-thumbnail:nth-child(2) {
    width: 50%;
    padding: 0 3px 0 0;
  }
  .content-story.is-first .common-gallery .common-thumbnail:nth-child(3) {
    width: 50%;
    padding: 0 0 0 3px;
  }
}
/* ---- Is-Second ---- */
@media print, screen and (min-width: 769px) {
  .content-story.is-second {
    margin: 0 0 280px 0
  }
  .content-story.is-second .common-paragraph {
    min-width: 482px;
    margin: -6px 150px 0 auto;
  }
  .content-story.is-second .thumbnail-heading {
    width: 100%;
    margin: 0 0 84px 0;
  }
  .content-story.is-second .thumbnail-side {
    width: 564px;
  }
  .content-story.is-second .common-gallery {
    height: 833px;
    margin: 111px 0 0 0;
  }
  .content-story.is-second .common-gallery .common-thumbnail:nth-child(1) {
    width: 834px;
    top: 0;
    right: 0;
  }
  .content-story.is-second .common-gallery .common-thumbnail:nth-child(2) {
    width: 531px;
    left: 150px;
    bottom: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .content-story.is-second {
    margin: 0 0 90px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-story.is-second .thumbnail-heading {
    width: 100%;
    margin-bottom: 12px;
    order: 1;
  }
  .content-story.is-second .thumbnail-side {
    width: 56.7%;
    margin: 0 0 12px 0;
    padding: 0 3px 0 0;
    order: 2;
  }
  .content-story.is-second .common-gallery {
    width: 100%;
    margin: 0 0 19px 0;
    position: relative;
    order: 3;
  }
  .content-story.is-second .common-gallery .common-thumbnail:nth-child(1) {
    width: 43.3%;
    margin: 0 0 12px 0;
    padding: 0 0 0 3px;
    position: absolute;
    right: 0;
    bottom: 100%;
  }
  .content-story.is-second .common-paragraph {
    width: 100%;
    margin: 0 0 0 0;
    order: 4;
  }

}
/* ---- Is-Third ---- */
@media print, screen and (min-width: 769px) {
  .content-story.is-third {
    margin: 0 0 300px 0;
  }
  .content-story.is-third .common-paragraph {
    min-width: 386px;
    margin: -6px 0 0 150px;
  }
  .content-story.is-third .thumbnail-heading {
    width: 100%;
    margin: 0 0 84px 0;
  }
  .content-story.is-third .thumbnail-side {
    width: 674px;
  }
  .content-story.is-third .common-gallery {
    height: 453px;
    margin: 84px 0 48px 0;
  }
  .content-story.is-third .common-gallery .common-thumbnail:nth-child(1) {
    width: 729px;
    top: 0;
    left: 0;
  }
  .content-story.is-third .common-gallery .common-thumbnail:nth-child(2) {
    width: 504px;
    right: 0;
    bottom: -352px;
  }
  .content-story.is-third .thumbnail-end {
    width: 453px;
    margin: 0 0 0 276px;
  }
}
@media print, screen and (max-width: 768px) {
  .content-story.is-third {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-story.is-third .thumbnail-side {
    width: 100%;
    order: 1;
  }
  .content-story.is-third .common-gallery {
    width: 100%;
    margin: 0 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 2;
  }
  .content-story.is-third .common-gallery .common-thumbnail {
    width: 50%;
  }
  .content-story.is-third .common-paragraph {
    width: 100%;
    margin: 0 0 20px 0;
    order: 3;
  }
  .content-story.is-third .thumbnail-end {
    width: 100%;
    order: 4;
  }
}
/* ---- Is-Fourth ---- */
@media print, screen and (min-width: 769px) {
  .content-story.is-fourth {
    margin: 0 0 308px 0;
  }
  .content-story.is-fourth .thumbnail-heading {
    width: 1130px;
    margin: 0 0 84px;
  }
  .content-story.is-fourth .thumbnail-side {
    width: 510px;
    margin-left: 150px;
  }
  .content-story.is-fourth .thumbnail-end {
    width: 302px;
    margin: -262px 234px 0 auto;
  }
  .content-story.is-fourth .common-paragraph {
    min-width: 384px;
    margin: -6px 150px 0 0;
  }
}
@media print, screen and (max-width: 768px) {
  .content-story.is-fourth {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-story.is-fourth .thumbnail-heading {
  width: 100%;
  margin: 0 0 12px 0;
    order: 1;
  }
  .content-story.is-fourth .thumbnail-side,
  .content-story.is-fourth .thumbnail-end {
    width: 50%;
    margin: 0 0 23px 0;
  }
  .content-story.is-fourth .thumbnail-side {
    order: 2;
  }
  .content-story.is-fourth .thumbnail-end {
    order: 3;
  }
  .content-story.is-fourth .common-paragraph {
    width: 100%;
    order: 4;
  }
}

/* Favorite */
.story-favorite .story-text {
  top: 25px;
  right: 67px;
  padding: 55px 70px 65px 70px
}
.story-favorite .story-text:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #a0c2d5;
  mix-blend-mode: multiply;
}
.story-favorite .story-text h3 {
  position: relative;
}
.story-favorite .story-text p {
  width: 360px;
  margin-bottom: 25px;
  position: relative;
  text-align: justify;
}
.story-favorite .story-text img {
  position: relative;
}
@media print,screen and (min-width:769px) {
  .story-favorite .story-text.box-center {
    top: 60px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media print,screen and (min-width:769px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .story-favorite .story-text h3 {
    line-height: 3.5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .story-favorite {
    margin: 96px 0 0 0;
  }
  .story-favorite .story-favorite-img {
    width: 100%;
    margin-bottom: 28px;
  }
  .story-favorite .story-text {
    top: 0;
    right: 0;
    padding: 3% 5%;
  }
  .story-favorite .story-favorite h2 {
    margin: 0 auto 28px;
  }
  .story-favorite .story-text h3 {
    margin-bottom: 10px;
  }
  .story-favorite .story-text p {
    width: 100%;
    margin-bottom: 0;
  }
  .story-favorite .story-text p + img {
    margin: 5%;
    width: 90%;
  }
  .story-favorite .story-text:before {
    background: #a1c3d6;
    mix-blend-mode: unset;
  }
}

/* Product */
.story-product p {
  text-align: center;
}
.story-product ul.only li {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.story-product ul.only .story-product-img,
.story-product ul.only .story-product-right {
  display: block;
  margin: 0;
}
@media print,screen and (min-width:769px) {
  .story-product {
    margin: 70px auto 64px;
  }
}
@media print, screen and (max-width: 768px) {
  .story-product {
    margin: 0 auto 84px;
  }
  .story-product h3,
  .story-360camera h3 {
    background: url("/img/brand/story/common_010_sp.png") center bottom / 100% auto no-repeat,
      url("/img/brand/story/common_010_sp.png") center top / 100% 50% no-repeat;
  }
  .story-product ul li,
  .story-product ul.only li {
    display: flex;
    justify-content: space-between;
  }
  .story-product ul .story-product-img,
  .story-product ul.only .story-product-img {
    width: auto;
    display: block;
    margin-right: 6.52%;
  }
  .story-product ul .story-product-right,
  .story-product ul.only .story-product-right{
    width: 159px;
    flex: 0 0 auto;
    display: block;
    align-self: center;
  }
}

/* Profile */
.story-profile .profile-text {
  width: 330px;
  margin-top: 30px;
}
.story-profile .profile-text p {
  text-align: justify;
}
@media print, screen and (min-width: 769px) {
  .story-profile-inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .story-profile h2 {
    left: 415px;
  }
}
@media print, screen and (max-width: 768px) {
  .story-profile .profile-text {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .story-index-link {
    margin-top: 130px;
  }
}
@media print, screen and (max-width: 768px) {
  .story-index-link {
    margin-top: 95px;
  }
}