@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Works Navi
------------------------------ */
.category_navi {
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  .category_navi .category_navi_title {
    width: 120px;
    color: #1A1A3F;
    line-height: 34px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }
    .category_navi .category_navi_title::after {
      content: "";
      width: 6px;
      height: 6px;
      background: #1A1A3F;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .category_navi ul {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 15px; }
    .category_navi ul li {
      position: relative; }
      .category_navi ul li:not([class])::after {
        content: "";
        width: 1px;
        height: 18px;
        background: #7E7F85;
        position: absolute;
        right: -7px;
        top: 50%;
        transform: translateY(-50%) rotate(40deg); }
      .category_navi ul li:not([class]):last-of-type::after, .category_navi ul li:not([class]):has(+ li:last-child)::after {
        width: 0;
        height: 0; }
      .category_navi ul li a {
        display: block;
        padding-inline: 15px;
        line-height: 34px;
        position: relative; }
        .category_navi ul li a::before {
          content: "";
          width: 0;
          height: 3px;
          background: rgba(26, 26, 63, 0.2);
          position: absolute;
          left: 15px;
          bottom: 5px;
          transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          backface-visibility: hidden; }
      @media (any-hover: hover) {
        .category_navi ul li a:hover {
          color: #3A3A66; }
          .category_navi ul li a:hover::before {
            width: calc(100% - 30px); } }
      .category_navi ul li.voice_link a {
        background: #F5F5F5;
        padding-inline: 20px 45px;
        position: relative;
        border-radius: 50px; }
        .category_navi ul li.voice_link a::before {
          width: 0;
          height: 0;
          background: transparent; }
        .category_navi ul li.voice_link a::after {
          content: "";
          width: 20px;
          height: 20px;
          background: url("../img/icon_user.svg") no-repeat center center;
          background-size: contain;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%); }
      @media (any-hover: hover) {
        .category_navi ul li.voice_link a:hover {
          background: #E1E1E1; } }

.all .category_navi ul li a.all::before,
.house .category_navi ul li a.house::before,
.apartment .category_navi ul li a.apartment::before,
.nonresidential .category_navi ul li a.nonresidential::before {
  width: calc(100% - 30px);
  color: #3A3A66; }

.voice .category_navi ul li.voice_link a {
  background: #E1E1E1;
  color: #3A3A66; }

.parts_navi {
  background: url("../img/bg_gray_pattern.jpg") repeat left top;
  background-size: 128px 128px;
  border-radius: 2px;
  padding: 40px;
  margin-bottom: 70px; }
  .parts_navi .category_navi_title {
    margin-bottom: 20px;
    line-height: 1.4;
    box-sizing: border-box;
    color: #fff;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .parts_navi ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 15px; }
    .parts_navi ul li {
      position: relative; }
      .parts_navi ul li a {
        display: block;
        padding: 5px 15px;
        background: #fff;
        border-radius: 50px;
        line-height: 1.4; }
      @media (any-hover: hover) {
        .parts_navi ul li a:hover {
          color: #fff;
          background: #3A3A66; } }

.living .parts_navi ul li a.living,
.kitchen .parts_navi ul li a.kitchen,
.japaneseroom .parts_navi ul li a.japaneseroom,
.entrance .parts_navi ul li a.entrance,
.utility .parts_navi ul li a.utility,
.storage .parts_navi ul li a.storage {
  color: #fff;
  background: #3A3A66; }

/* ------------------------------
 Archive
------------------------------ */
.list_works {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap; }
  .list_works li {
    width: calc(100% / 3);
    padding-inline: 30px;
    box-sizing: border-box;
    margin-bottom: 80px; }
    .list_works li a {
      display: block; }
      .list_works li a .image {
        width: 100%;
        aspect-ratio: 3 / 2;
        overflow: hidden;
        border-radius: 8px;
        margin-bottom: 20px;
        position: relative; }
        .list_works li a .image::before {
          content: "";
          position: absolute;
          inset: 0;
          background-color: #1d1d1d;
          mix-blend-mode: multiply;
          opacity: 0;
          z-index: 1;
          transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          backface-visibility: hidden; }
        .list_works li a .image::after {
          content: "もっと見る";
          color: #fff;
          position: absolute;
          bottom: 15px;
          right: 40px;
          z-index: 2;
          font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-size: .875em;
          opacity: 0;
          transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
          backface-visibility: hidden; }
        .list_works li a .image img {
          z-index: 0;
          transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          backface-visibility: hidden; }
      .list_works li a .post_title {
        text-align: right;
        line-height: 1.4;
        margin-bottom: 10px;
        font-size: clamp(14px, 2vw, 18px);
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .list_works li a .post_category {
        display: flex;
        justify-content: flex-end;
        color: #474644;
        letter-spacing: 0;
        font-size: 12px; }
        .list_works li a .post_category span {
          margin-left: 10px;
          background: #F5F5F5;
          padding: 2px 15px;
          border-radius: 50px; }
          .list_works li a .post_category span img {
            width: 12px;
            height: 12px;
            margin-right: 4px;
            vertical-align: -1px; }
      @media (any-hover: hover) {
        .list_works li a:hover .image img {
          filter: blur(2px); }
        .list_works li a:hover .image::before {
          opacity: .6; }
        .list_works li a:hover .image::after {
          opacity: 1;
          translate: 20px 0; } }

/* ------------------------------
 Category
------------------------------ */
.cattitle {
  margin-bottom: 100px;
  line-height: 1.4;
  position: relative;
  text-align: center;
  font-size: clamp(16px, 2.3vw, 22px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .cattitle::before {
    content: "";
    width: 1px;
    height: 60px;
    background: rgba(58, 58, 102, 0.5);
    position: absolute;
    left: 50%;
    bottom: -70px; }

.photogrid {
  margin: 0 -3px 120px; }
  .photogrid li {
    width: calc( 100% / 4 );
    box-sizing: border-box;
    padding: 3px;
    margin-bottom: 0; }
    .photogrid li a {
      display: block;
      overflow: hidden;
      position: relative; }
    @media (any-hover: hover) {
      .photogrid li a:hover .image::before {
        opacity: .3; }
      .photogrid li a:hover .image::after {
        opacity: 1; }
      .photogrid li a:hover .image img {
        filter: blur(3px); } }
    .photogrid li .image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #3A3A66;
      z-index: 1;
      transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      backface-visibility: hidden;
      opacity: 0; }
    .photogrid li .image::after {
      content: "";
      width: 24px;
      height: 13px;
      background-color: #fff;
      mask: url("../img/arrow.svg") no-repeat center/contain;
      -webkit-mask: url("../img/arrow.svg") no-repeat center/contain;
      display: block;
      position: absolute;
      right: 15px;
      bottom: 15px;
      z-index: 2;
      transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      backface-visibility: hidden;
      opacity: 0; }
    .photogrid li .image img {
      z-index: 0;
      transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      backface-visibility: hidden; }

/* ------------------------------
 Single
------------------------------ */
.entry #sec_pagetitle #pagetitle {
  padding-top: 0; }
.entry #sec_pagetitle .posttitle {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: clamp(18px, 3vw, 28px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.entry #sec_pagetitle .post_category {
  color: #474644;
  letter-spacing: 0;
  font-size: 13px; }
  .entry #sec_pagetitle .post_category span {
    margin-right: 10px;
    background: #F5F5F5;
    padding: 2px 15px;
    border-radius: 50px; }
    .entry #sec_pagetitle .post_category span img {
      width: 12px;
      height: 12px;
      margin-right: 4px;
      vertical-align: -1px; }

.post {
  padding-top: var(--header-height); }
  .post #post_intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
    .post #post_intro .post_title_area {
      width: 30%;
      box-sizing: border-box; }
      .post #post_intro .post_title_area .inner {
        position: sticky;
        top: 120px; }
      .post #post_intro .post_title_area .post_name {
        font-size: 15px; }
        .post #post_intro .post_title_area .post_name span + span {
          margin-left: 10px; }
      .post #post_intro .post_title_area .post_data {
        border-top: 1px solid #A2A2A2;
        border-bottom: 1px solid #A2A2A2;
        padding-block: 10px;
        margin-block: 10px 50px; }
        .post #post_intro .post_title_area .post_data dl {
          display: flex;
          justify-content: flex-start;
          line-height: 1.2;
          margin-bottom: 6px;
          font-size: 15px; }
          .post #post_intro .post_title_area .post_data dl:last-of-type {
            margin-bottom: 0; }
          .post #post_intro .post_title_area .post_data dl dt {
            width: 95px;
            position: relative; }
            .post #post_intro .post_title_area .post_data dl dt::after {
              content: "";
              width: 1px;
              height: 14px;
              background: rgba(126, 127, 133, 0.6);
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%) rotate(40deg); }
          .post #post_intro .post_title_area .post_data dl dd {
            flex: 1;
            padding-left: 1em; }
      .post #post_intro .post_title_area .post_concept .post_concept_title {
        margin-bottom: 10px;
        padding-left: 15px;
        position: relative;
        color: #1A1A3F;
        font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }
        .post #post_intro .post_title_area .post_concept .post_concept_title::before {
          content: "";
          width: 6px;
          height: 6px;
          background: #1A1A3F;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 12px; }
    .post #post_intro .post_main_area {
      width: 66%; }
      .post #post_intro .post_main_area .mainimg {
        width: calc( 100% + 50px );
        aspect-ratio: 3 / 2;
        margin-right: -50px;
        margin-bottom: 100px; }
      .post #post_intro .post_main_area #postbody {
        max-width: 1000px;
        margin-bottom: 60px; }
      .post #post_intro .post_main_area .gallery_area {
        max-width: 1000px;
        margin-bottom: 60px;
        border-top: 1px solid #A2A2A2;
        padding-top: 60px; }
        .post #post_intro .post_main_area .gallery_area .gallery_area_title {
          margin-bottom: 30px;
          padding-left: 15px;
          position: relative;
          color: #1A1A3F;
          font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }
          .post #post_intro .post_main_area .gallery_area .gallery_area_title::before {
            content: "";
            width: 6px;
            height: 6px;
            background: #1A1A3F;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 12px; }
      .post #post_intro .post_main_area .comment_area {
        max-width: 1000px;
        box-sizing: border-box;
        border: 1px solid #A2A2A2;
        padding: 40px;
        margin-bottom: 60px; }
        .post #post_intro .post_main_area .comment_area .comment_title {
          width: fit-content;
          margin-bottom: 20px;
          padding-left: 15px;
          border-bottom: 1px solid #E1E1E1;
          position: relative;
          font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
          .post #post_intro .post_main_area .comment_area .comment_title::before {
            content: "";
            width: 6px;
            height: 6px;
            background: #7E7F85;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 12px; }
  .post .sec_voice {
    background: #F5F5F5;
    padding-block: 250px 100px;
    position: relative;
    overflow: hidden; }
    .post .sec_voice::after {
      content: "";
      width: calc(100% + 2px);
      padding-top: 10%;
      position: absolute;
      left: -1px;
      right: -1px;
      top: -1px;
      background-color: #fff;
      -webkit-mask-image: url("../img/wave_mask.svg");
      mask-image: url("../img/wave_mask.svg");
      -webkit-mask-size: cover;
      mask-size: cover; }
    .post .sec_voice .wrapper {
      display: flex;
      justify-content: space-between; }
      .post .sec_voice .wrapper .sec_voice_title {
        width: 30%;
        text-align: center;
        font-size: clamp(18px, 2.6vw, 26px);
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .post .sec_voice .wrapper .sec_voice_main {
        width: 66%; }
        .post .sec_voice .wrapper .sec_voice_main p + p {
          margin-top: 1em; }

.postbody p {
  font-size: 15px; }
  .postbody p:has(img) {
    margin-block: 40px 15px; }
.postbody .gallery {
  margin-block: 40px 15px; }

.aside_category_area {
  margin-block: 100px; }
  .aside_category_area .aside_category_title {
    text-align: center;
    margin-bottom: 40px;
    font-size: clamp(17px, 2.3vw, 24px);
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .aside_category_area .list_works {
    display: flex; }
    .aside_category_area .list_works li {
      margin-bottom: 0; }
      .aside_category_area .list_works li a .post_title {
        text-align: left;
        font-size: clamp(11px, 1.6vw, 15px); }

.pageback {
  margin-inline: auto; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Archive
  ------------------------------ */
  .list_works li {
    padding-inline: 20px; }

  /* ------------------------------
   Single
  ------------------------------ */
  .post #post_intro .post_main_area .mainimg {
    width: calc( 100% + 2vw );
    margin-right: -2vw; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Works Navi
  ------------------------------ */
  .category_navi .category_navi_title {
    width: 90px;
    font-size: 16px; }
  .category_navi ul li::after {
    right: -8px; }
  .category_navi ul li a {
    padding-inline: 10px;
    letter-spacing: 0;
    font-size: 14px; }

  .parts_navi {
    padding: 30px;
    margin-bottom: 50px; }
    .parts_navi ul li a {
      letter-spacing: 0;
      font-size: 14px; }

  /* ------------------------------
   Archive
  ------------------------------ */
  .list_works {
    margin-inline: -20px; }
    .list_works li {
      width: calc(100% / 2);
      margin-bottom: 60px; }
      .list_works li a .image {
        margin-bottom: 15px; }

  /* ------------------------------
   Category
  ------------------------------ */
  .photogrid {
    margin-bottom: 80px; }
    .photogrid li {
      width: calc( 100% / 3 ); }
      .photogrid li a:hover .image img {
        filter: none; }

  /* ------------------------------
   Single
  ------------------------------ */
  .entry #sec_pagetitle {
    margin-bottom: 40px; }

  .post #post_intro {
    display: block;
    padding-inline: 5vw;
    margin-bottom: 80px; }
    .post #post_intro .post_title_area {
      width: 100%;
      padding-top: 76%;
      margin-bottom: 70px; }
      .post #post_intro .post_title_area .inner {
        position: relative;
        top: auto; }
      .post #post_intro .post_title_area .post_data {
        padding-inline: 10px; }
      .post #post_intro .post_title_area .post_concept .post_concept_title::before {
        top: 10px; }
    .post #post_intro .post_main_area {
      width: 100%; }
      .post #post_intro .post_main_area .mainimg {
        width: 100%;
        margin-right: 0;
        position: absolute;
        left: 0;
        top: var(--header-height);
        right: 0; }
      .post #post_intro .post_main_area .gallery_area {
        padding-top: 40px; }
        .post #post_intro .post_main_area .gallery_area .gallery_area_title {
          margin-bottom: 20px; }
          .post #post_intro .post_main_area .gallery_area .gallery_area_title::before {
            top: 10px; }
  .post .sec_voice {
    padding-block: 150px 80px; }
    .post .sec_voice .wrapper {
      padding-inline: 5vw; }
      .post .sec_voice .wrapper .sec_voice_title {
        width: 22%;
        text-align: left; }
      .post .sec_voice .wrapper .sec_voice_main {
        width: 75%; }

  .postbody p {
    font-size: 12px; }
    .postbody p:has(img) {
      margin-block: 30px 10px; }
  .postbody .gallery {
    margin-block: 30px 10px; }

  .aside_category_area {
    margin-block: 60px; }
    .aside_category_area .list_works li {
      width: calc(100% / 3);
      padding-inline: 15px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Works Navi
  ------------------------------ */
  .category_navi {
    display: block;
    margin-bottom: 20px; }
    .category_navi .category_navi_title {
      width: auto;
      margin-bottom: 0;
      font-size: 15px; }
    .category_navi ul li::after {
      height: 15px; }
    .category_navi ul li a {
      padding-block: 5px;
      line-height: 1.4;
      font-size: 12px; }
    .category_navi ul li.voice_link a {
      padding-inline: 15px 30px; }
      .category_navi ul li.voice_link a::after {
        width: 16px;
        height: 16px;
        right: 10px; }

  .parts_navi {
    padding: 20px;
    margin-bottom: 40px; }
    .parts_navi .category_navi_title {
      margin-bottom: 10px; }
    .parts_navi ul {
      gap: 10px; }
      .parts_navi ul li a {
        padding-inline: 10px;
        line-height: 1.4;
        font-size: 12px; }

  /* ------------------------------
   Archive
  ------------------------------ */
  .list_works {
    display: block;
    margin-inline: 0; }
    .list_works li {
      width: 100%;
      padding-inline: 0; }
      .list_works li a .image {
        margin-bottom: 15px; }
      .list_works li a .post_title {
        margin-bottom: 5px; }
      .list_works li a .post_category {
        font-size: 11px; }
        .list_works li a .post_category span {
          padding-left: 6px; }

  /* ------------------------------
   Category
  ------------------------------ */
  .cattitle {
    margin-bottom: 80px; }
    .cattitle::before {
      height: 50px;
      bottom: -60px; }

  .photogrid {
    margin-bottom: 50px; }
    .photogrid li {
      width: calc( 100% / 2 ); }

  /* ------------------------------
   Single
  ------------------------------ */
  .entry #sec_pagetitle {
    margin-bottom: 40px; }
    .entry #sec_pagetitle .posttitle {
      margin-bottom: 5px; }
    .entry #sec_pagetitle .post_category {
      padding-right: 6px;
      font-size: 11px; }

  .post #post_intro {
    margin-bottom: 50px; }
    .post #post_intro .post_title_area {
      padding-top: 80%;
      margin-bottom: 50px; }
      .post #post_intro .post_title_area .post_name {
        font-size: 13px; }
      .post #post_intro .post_title_area .post_data {
        margin-block: 10px 30px; }
        .post #post_intro .post_title_area .post_data dl {
          font-size: 13px; }
          .post #post_intro .post_title_area .post_data dl dt {
            width: 80px; }
    .post #post_intro .post_main_area #postbody {
      margin-bottom: 50px; }
    .post #post_intro .post_main_area .gallery_area {
      margin-bottom: 50px; }
    .post #post_intro .post_main_area .comment_area {
      padding: 20px; }
      .post #post_intro .post_main_area .comment_area .comment_title::before {
        top: 9px; }
  .post .sec_voice {
    padding-block: 60px; }
    .post .sec_voice .wrapper {
      display: block; }
      .post .sec_voice .wrapper .sec_voice_title {
        width: 100%;
        text-align: left;
        margin-bottom: 20px; }
      .post .sec_voice .wrapper .sec_voice_main {
        width: 100%; }

  .aside_category_area {
    margin-block: 30px; }
    .aside_category_area .wrapper {
      padding-inline: 5vw; }
    .aside_category_area .aside_category_title {
      margin-bottom: 30px; }
    .aside_category_area .list_works {
      margin-inline: -6px; }
      .aside_category_area .list_works li {
        padding-inline: 6px; }
        .aside_category_area .list_works li a .image {
          margin-bottom: 10px;
          border-radius: 4px; }

  .fotorama__stage {
    height: 30vh !important;
    max-height: 30vh !important; } }
