@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 共通
===========================================*/
.sec-ttl_Rgl {
  font-weight: 500;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem); }
  .sec-ttl_Rgl .ttl-en {
    font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    color: #005a3e;
    letter-spacing: 0.09em;
    font-size: clamp(2.8rem, 4vw, 6rem); }
  .sec-ttl_Rgl .ttl-ja {
    letter-spacing: 0.1em; }

.basic-txtR {
  letter-spacing: 0.1em;
  font-weight: 500; }
  .basic-txtR p:not(:last-child) {
    margin-bottom: 1em; }

/*==========================================
 FV
===========================================*/
.fv-block {
  position: relative; }
  .fv-block .fv-mainSlider .slider-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    min-height: 680px; }
    @media screen and (max-width: 767px) {
      .fv-block .fv-mainSlider .slider-item img {
        height: 70vh;
        min-height: 600px; } }
  .fv-block .fv-mainBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .fv-block .fv-mainBlock::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(#8e8278, transparent);
      mix-blend-mode: multiply;
      transform: translate3d(0, 0, 0); }
  .fv-block .fv-mainInner {
    position: relative;
    text-align: center; }
    .fv-block .fv-mainInner .fv-ttl {
      font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
      color: #fff;
      font-size: clamp(2rem, 4vw, 6.4rem);
      letter-spacing: 0.09em; }
      @media screen and (max-width: 767px) {
        .fv-block .fv-mainInner .fv-ttl {
          letter-spacing: normal; } }
      .fv-block .fv-mainInner .fv-ttl .lrg {
        font-size: clamp(3rem, 7vw, 9.7rem); }
  .fv-block .fv-scroll {
    position: absolute;
    bottom: clamp(25px, 4vw, 40px);
    left: calc(50% - clamp(35px,5vw,104px)); }
    @media (hover: hover) {
      .fv-block .fv-scroll a:hover .circle {
        background: rgba(255, 255, 255, 0.2); } }
    .fv-block .fv-scroll .circle {
      border: 1px solid #fff;
      width: clamp(70px, 10vw, 108px);
      aspect-ratio: 1/1;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      border-radius: 100vmax;
      font-weight: bold;
      letter-spacing: 0.02em;
      font-size: clamp(1.2rem, 1.6vw, 1.6rem);
      transition: 0.3s ease-in-out; }
    .fv-block .fv-scroll .arw {
      display: block;
      width: 1px;
      height: clamp(40px, 6vw, 60px);
      background: #fff;
      margin: calc(0px - clamp(10px,2vw,20px)) auto 0;
      position: relative; }
      .fv-block .fv-scroll .arw::after {
        content: "";
        display: block;
        width: 1px;
        height: clamp(7px, 1.2vw, 12px);
        background: #fff;
        transform: rotate(45deg);
        position: absolute;
        bottom: 0;
        right: calc(0px - clamp(3px,0.5vw,5px)); }

/*==========================================
 LEAD
===========================================*/
.frontLead-block {
  padding: clamp(100px, 20vw, 200px) 0 clamp(60px, 12vw, 120px); }

.sec-concept {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .sec-concept {
      flex-direction: column; } }
  .sec-concept .concept-head {
    width: 60%; }
    @media screen and (max-width: 767px) {
      .sec-concept .concept-head {
        width: 100%; } }
  .sec-concept .concept-body {
    width: 35%; }
    @media screen and (max-width: 767px) {
      .sec-concept .concept-body {
        width: 100%;
        margin-top: 40px; } }
  .sec-concept .concept-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0; }
    .sec-concept .concept-img li {
      width: calc(98% * 1/3);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
      .sec-concept .concept-img li:nth-of-type(1) {
        margin-top: clamp(15px, 4vw, 60px); }
      .sec-concept .concept-img li:nth-of-type(3) {
        margin-top: clamp(30px, 6vw, 100px); }
      .sec-concept .concept-img li img {
        width: 100%; }
  .sec-concept .concept-ttl {
    font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    color: #005a3e;
    letter-spacing: 0.09em;
    font-size: clamp(3rem, 7vw, 10rem);
    font-weight: 500;
    min-width: 5.5em;
    margin-left: -1.7em; }
    @media screen and (max-width: 767px) {
      .sec-concept .concept-ttl {
        margin: 0;
        font-size: clamp(5rem, 7vw, 10rem); } }
  .sec-concept .concept-txt {
    font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    margin-top: clamp(40px, 6vw, 80px);
    font-size: clamp(1.6rem, 1.8vw, 2.2rem);
    letter-spacing: 0.11em;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .sec-concept .concept-txt {
        letter-spacing: normal; } }

.sec-news {
  max-width: 1520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: clamp(20px, 8vw, 120px) clamp(20px, 4vw, 120px);
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec-news {
      display: block; } }
  .sec-news .news-head {
    min-width: 262px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .sec-news .news-head {
        min-width: inherit; } }
  .sec-news .news-body {
    width: 100%;
    padding: 0 0 0 clamp(25px, 6vw, 100px); }
    @media screen and (max-width: 960px) {
      .sec-news .news-body {
        padding: 0; } }
  @media screen and (max-width: 960px) {
    .sec-news .news-list {
      margin-top: clamp(40px, 8vw, 80px); } }
  .sec-news .news-list .news-item:nth-of-type(n+2) {
    margin-top: clamp(25px, 4vw, 50px); }
  .sec-news .news-list .news-item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (hover: hover) {
      .sec-news .news-list .news-item a:hover {
        opacity: 0.5; } }
    @media screen and (max-width: 767px) {
      .sec-news .news-list .news-item a {
        flex-direction: column;
        position: relative; } }
  .sec-news .news-list .news-item .item-new {
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    min-width: 5em;
    padding: 0 1em 0 0; }
    @media screen and (max-width: 767px) {
      .sec-news .news-list .news-item .item-new {
        position: absolute;
        top: -1.7em; } }
    .sec-news .news-list .news-item .item-new .new-area span {
      display: none;
      text-align: center;
      background: #dc0000;
      border-radius: 100vmax;
      color: #fff;
      font-weight: bold;
      letter-spacing: 0.04em;
      padding: 0.3em 0 0.1em; }
    .sec-news .news-list .news-item .item-new .new-area .new {
      display: block; }
  .sec-news .news-list .news-item .item-mainCts {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #aeaeae;
    padding: 0.2em 0 1em; }
    @media screen and (max-width: 1200px) {
      .sec-news .news-list .news-item .item-mainCts {
        flex-wrap: wrap; } }
    .sec-news .news-list .news-item .item-mainCts .cts-head {
      display: flex;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .sec-news .news-list .news-item .item-mainCts .cts-head {
          font-size: clamp(1.2rem, 1.4vw, 1.4rem); } }
    @media screen and (max-width: 1200px) {
      .sec-news .news-list .news-item .item-mainCts .cts-body {
        width: 100%; } }
  .sec-news .news-list .news-item .item-date {
    min-width: 10em; }
    @media screen and (max-width: 767px) {
      .sec-news .news-list .news-item .item-date {
        min-width: inherit; } }
  .sec-news .news-list .news-item .item-cat {
    min-width: 10em;
    text-align: center; }
    .sec-news .news-list .news-item .item-cat::after, .sec-news .news-list .news-item .item-cat::before {
      content: "｜"; }
    .sec-news .news-list .news-item .item-cat::after {
      margin-left: 1em; }
    .sec-news .news-list .news-item .item-cat::before {
      margin-right: 1em; }
    @media screen and (max-width: 767px) {
      .sec-news .news-list .news-item .item-cat {
        min-width: inherit;
        margin-left: 1em; } }
  .sec-news .news-list .news-item .item-ttl {
    width: 100%;
    padding: 0 0 0 1em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500; }
    @media screen and (max-width: 1200px) {
      .sec-news .news-list .news-item .item-ttl {
        padding: 0.3em 0 0; } }
  .sec-news .btn-Regular {
    margin-top: clamp(40px, 6vw, 60px); }

/*==========================================
 BRAND
===========================================*/
.sec-brand .sec-ttl_Rgl {
  margin-bottom: clamp(40px, 8vw, 120px); }
.sec-brand .brand-leadTxt {
  position: relative;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  letter-spacing: 0.2em;
  padding: 0 0 clamp(80px, 10vw, 100px); }
  @media screen and (max-width: 960px) {
    .sec-brand .brand-leadTxt {
      letter-spacing: 0.1em; } }
  .sec-brand .brand-leadTxt p:not(:last-child) {
    margin-bottom: 1.5em; }
  .sec-brand .brand-leadTxt p.decoTxt {
    position: absolute;
    z-index: -1;
    font-size: min(15vw, 150px);
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #f6f5f4;
    right: 0;
    bottom: 0.2em;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
    font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; }
    @media screen and (max-width: 576px) {
      .sec-brand .brand-leadTxt p.decoTxt {
        bottom: 0.5em; } }
    .sec-brand .brand-leadTxt p.decoTxt span {
      display: block; }
.sec-brand .bland-navBlock .block-ttl {
  text-align: center;
  color: #a79d92;
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(2rem, 2.8vw, 3rem); }
.sec-brand .bland-navBlock .bland-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  margin: 25px auto 0;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem); }
  .sec-brand .bland-navBlock .bland-nav li {
    width: 30%;
    margin-left: 0.5%;
    margin-right: 0.5%; }
    .sec-brand .bland-navBlock .bland-nav li:nth-of-type(n+4) {
      margin-top: 1%; }
    @media screen and (max-width: 960px) {
      .sec-brand .bland-navBlock .bland-nav li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%; }
        .sec-brand .bland-navBlock .bland-nav li:nth-of-type(n+4) {
          margin-top: 1.5%; } }
    @media screen and (max-width: 576px) {
      .sec-brand .bland-navBlock .bland-nav li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; }
        .sec-brand .bland-navBlock .bland-nav li:nth-of-type(n+3) {
          margin-top: 2%; } }
    .sec-brand .bland-navBlock .bland-nav li a {
      display: block;
      background: #eeecea;
      text-align: center;
      border-radius: 15px;
      padding: 1em 0;
      font-weight: bold; }
      @media (hover: hover) {
        .sec-brand .bland-navBlock .bland-nav li a:hover {
          background: #a79d92;
          color: #fff; } }

.sec-brandCts {
  margin-top: clamp(100px, 20vw, 200px); }
  .sec-brandCts .brandCts-ttl {
    text-align: center;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    letter-spacing: 0.06em;
    margin-bottom: clamp(40px, 10vw, 100px); }
    .sec-brandCts .brandCts-ttl::after {
      content: "";
      display: block;
      width: clamp(50px, 8vw, 83px);
      height: 1px;
      background: #000;
      margin: 20px auto 0; }
    @media screen and (max-width: 767px) {
      .sec-brandCts .brandCts-ttl {
        margin-bottom: 0; } }
    .sec-brandCts .brandCts-ttl .ttl-ja {
      font-size: clamp(1.8rem, 2.8vw, 3rem);
      font-weight: bold; }
    .sec-brandCts .brandCts-ttl .ttl-en {
      font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
      letter-spacing: 0.09em;
      color: #005a3e;
      font-weight: 500; }
  .sec-brandCts .brand-list .brand-item .item-main {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .sec-brandCts .brand-list .brand-item .item-main {
        flex-direction: column; } }
    .sec-brandCts .brand-list .brand-item .item-main .main-left {
      width: 50%;
      padding: 45px 4% clamp(60px, 10vw, 100px); }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .item-main .main-left {
          width: 100%;
          padding: clamp(60px, 8vw, 80px) 4% clamp(60px, 10vw, 100px); } }
      .sec-brandCts .brand-list .brand-item .item-main .main-left .left-inner {
        max-width: 880px;
        width: 100%;
        margin: 0 0 0 auto; }
    .sec-brandCts .brand-list .brand-item .item-main .main-right {
      width: 50%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .item-main .main-right {
          width: 100%;
          height: 75vw; } }
  .sec-brandCts .brand-list .brand-item .item-logo {
    aspect-ratio: 760 / 280;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    max-height: clamp(60px, 13vw, 180px); }
    .sec-brandCts .brand-list .brand-item .item-logo.logoTate {
      max-height: clamp(80px, 13vw, 200px); }
    @media screen and (max-width: 1360px) {
      .sec-brandCts .brand-list .brand-item .item-logo {
        width: 65%; } }
    @media screen and (max-width: 767px) {
      .sec-brandCts .brand-list .brand-item .item-logo {
        margin: 0 auto;
        justify-content: center;
        width: 80%; }
        .sec-brandCts .brand-list .brand-item .item-logo.logoTate {
          max-height: clamp(100px, 13vw, 280px); } }
    .sec-brandCts .brand-list .brand-item .item-logo img {
      object-fit: scale-down;
      object-position: bottom left;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .item-logo img {
          object-position: center; } }
  .sec-brandCts .brand-list .brand-item .item-mainimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .sec-brandCts .brand-list .brand-item .mainimg-logo {
    position: absolute;
    right: 4%;
    bottom: 4%; }
    .sec-brandCts .brand-list .brand-item .mainimg-logo img {
      max-height: clamp(80px, 8vw, 135px);
      max-width: clamp(120px, 12vw, 200px);
      object-fit: scale-down;
      object-position: bottom right; }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .mainimg-logo img {
          max-height: 70px;
          max-width: 150px; } }
  .sec-brandCts .brand-list .brand-item .item-lead {
    margin-top: 30px;
    font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    letter-spacing: 0.1em;
    font-size: clamp(2rem, 2.6vw, 4rem); }
    @media screen and (max-width: 767px) {
      .sec-brandCts .brand-list .brand-item .item-lead {
        text-align: center; } }
  .sec-brandCts .brand-list .brand-item .item-ttlBlock {
    margin-top: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem); }
    @media screen and (max-width: 960px) {
      .sec-brandCts .brand-list .brand-item .item-ttlBlock {
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .sec-brandCts .brand-list .brand-item .item-ttlBlock {
        justify-content: center; } }
  .sec-brandCts .brand-list .brand-item .basic-txtR {
    margin-top: clamp(40px, 6vw, 60px);
    max-width: 465px; }
    @media screen and (max-width: 767px) {
      .sec-brandCts .brand-list .brand-item .basic-txtR {
        max-width: none; } }
  .sec-brandCts .brand-list .brand-item .item-recommend {
    background: #eeecea;
    padding: clamp(40px, 10vw, 100px) 0 clamp(60px, 8vw, 80px); }
    .sec-brandCts .brand-list .brand-item .item-recommend .recommend-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 92%;
      max-width: 1280px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .item-recommend .recommend-row {
          flex-direction: column; } }
    .sec-brandCts .brand-list .brand-item .item-recommend .recommend-head {
      width: 50%;
      position: relative; }
      .sec-brandCts .brand-list .brand-item .item-recommend .recommend-head::after {
        content: "";
        background: url("../img/common/arw-recmR.svg") no-repeat center/cover;
        aspect-ratio: 36/105;
        display: block;
        max-width: 36px;
        width: 100%;
        position: absolute;
        right: 0;
        top: calc(50% - 52.5px); }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .item-recommend .recommend-head {
          width: 100%; }
          .sec-brandCts .brand-list .brand-item .item-recommend .recommend-head::after {
            background-image: url("../img/common/arw-recmD.svg");
            aspect-ratio: 105/36;
            max-width: 105px;
            width: 25%;
            margin: 25px auto;
            position: static; } }
    .sec-brandCts .brand-list .brand-item .item-recommend .recommend-body {
      width: 45%; }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .item-recommend .recommend-body {
          width: 100%; } }
    .sec-brandCts .brand-list .brand-item .item-recommend .recommend-ttl {
      font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
      font-size: clamp(2rem, 3vw, 4rem);
      letter-spacing: 0.2em; }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .item-recommend .recommend-ttl {
          text-align: center; } }
    .sec-brandCts .brand-list .brand-item .item-recommend .recommend-list {
      font-size: clamp(1.6rem, 1.6vw, 1.8rem);
      font-weight: bold;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .sec-brandCts .brand-list .brand-item .item-recommend .recommend-list {
          letter-spacing: normal; } }
      .sec-brandCts .brand-list .brand-item .item-recommend .recommend-list li {
        position: relative;
        padding: 0 0 0 1.5em; }
        .sec-brandCts .brand-list .brand-item .item-recommend .recommend-list li::before {
          content: "";
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-weight: 500;
          position: absolute;
          left: 0; }
        .sec-brandCts .brand-list .brand-item .item-recommend .recommend-list li:not(:last-child) {
          margin-bottom: 0.5em; }
  .sec-brandCts .brand-list .brand-item .item-siteLink {
    font-weight: bold;
    margin-top: clamp(20px, 4vw, 40px); }
    @media screen and (max-width: 767px) {
      .sec-brandCts .brand-list .brand-item .item-siteLink {
        text-align: center; } }
    .sec-brandCts .brand-list .brand-item .item-siteLink a {
      padding: 0 0 0.5em;
      position: relative; }
      .sec-brandCts .brand-list .brand-item .item-siteLink a::before {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        transform-origin: left top;
        transform: scale(1, 1);
        transition: transform .3s;
        width: 100%; }
      .sec-brandCts .brand-list .brand-item .item-siteLink a::after {
        content: "";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-left: 0.5em; }
      @media (hover: hover) {
        .sec-brandCts .brand-list .brand-item .item-siteLink a:hover::before {
          transform: scale(0, 1);
          transform-origin: right top; } }

/*==========================================
 リフォームパートナー
===========================================*/
.reform-partnerBlock {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .reform-partnerBlock .block-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: inset(0); }
    .reform-partnerBlock .block-bg .bgFixed {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .reform-partnerBlock .block-inner {
    position: relative; }
  .reform-partnerBlock .block-txtBox {
    text-align: center;
    color: #fff;
    font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 500;
    letter-spacing: 0.2em; }
    .reform-partnerBlock .block-txtBox p {
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
    .reform-partnerBlock .block-txtBox .txt-lrg {
      font-size: clamp(2.6rem, 4vw, 4.8rem); }

/*# sourceMappingURL=index.css.map */
