@charset "UTF-8";
 /* ========================================
   @media screen and (min-width: 768px), print
 ======================================== */
@media screen and (min-width: 768px),print {
  .form-btn {
    width: min(95%, 818px);
    margin-inline: auto;
    position: relative;
    top: 6.5rem;
  }
  .form-btn img {
    width: 100%;
    height: auto;
  }
  .form-btn::before {
    content: "";
    position: absolute;
    top: -4.5rem;
    left: 4.9rem;
    width: 17.438rem;
    height: 7.25rem;
    background: url(../images/showroom/btn-deco01.svg) no-repeat;
    background-size: contain;
  }
  .form-btn::after {
    content: "";
    position: absolute;
    top: -4.6rem;
    right: -3.4rem;
    width: 10.813rem;
    height: 9.688rem;
    background: url(../images/showroom/btn-deco02.png) no-repeat;
    background-size: contain;
  }


  /* fv
  -------------------------------------*/
  .fv {
    width: 100%;
    max-width: 1920px;
    margin: 5.2rem auto 0;
    background: url(../images/index/showroom-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    background-attachment: fixed !important;
    text-align: center;
  }
  .fv .inner-Box {
    position: relative;
    padding: 15.3rem 0 1.8rem;
    width: min(95%, 1200px);
    margin-inline: auto;
  }
  .fv .inner-Box h2 {
    position: absolute;
    top: -5.8rem;
    left: 8rem;
  }
  .fv .inner-Box h2 img {
    width: 52.688rem;
  }
  .fv .label {
    position: absolute;
    top: -2.2rem;
    right: 3.4rem;
  }
  .fv .label img {
    width: 13.75rem;
  }
  .fv .list {
    margin: 0 0 0.6rem;
  }
  .fv .list li {
    font-size: 26px;
    line-height: 1.5769230769;
    letter-spacing: 0em;
    font-weight: 500;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    display: inline-block;
    padding: 0 0 0.4rem 2.2rem;
    margin-bottom: 1.2rem;
  }
  .fv .list li:last-child {
    margin-bottom: 0;
  }
  .fv .list li::before {
    content: "✓";
    position: absolute;
    top: 47%;
    left: 0px;
    font-size: 26px;
    transform: translateY(-50%);
    color: #FABE00;
  }
  .fv .entxt {
    font-size: 144px;
    line-height: 0.9722222222;
    letter-spacing: 0em;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 1rem;
    opacity: 0.4;
  }
  .fv .txt01 {
    font-size: 24px;
    line-height: 1.8333333333;
    letter-spacing: 0em;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .fv .txt02 {
    font-size: 30px;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    font-weight: 700;
    color: #FFFFFF;
  }

  /* concept
  -------------------------------------*/
  .concept .inner {
    width: min(95%, 1482px);
    margin-inline: auto;
    padding: 7.125rem 0 8.125rem;
  }
  .concept .enttl {
    font-size: clamp(5rem, 10.42vw, 12.5rem);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
    color: #9F434A;
    opacity: 0.1;
  }
  .concept h2 {
    font-size: 36px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    margin: -4.7rem 0 5rem;
  }
  .concept .content {
    width: min(95%, 1200px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 44.2% 1fr;
    gap: 2.5rem;
  }
  .concept .txt {
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 1.875rem;
  }
  .concept .txt02 {
    font-size: 18px;
    line-height: 2.2222222222;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #9F434A;
    margin: 0 0 2.1rem -0.6rem;
  }
  .concept .photo-box {
    position: relative;
    margin: 0.4rem 0 0;
  }
  .concept .photo01 {
    width: min(95%, 465px);
  }
  .concept .photo01 img {
    width: 100%;
    height: auto;
  }
  .concept .photo02 {
    position: absolute;
    bottom: -0.6rem;
    right: 0;
  }
  .concept .photo02 img {
    width: 100%;
    height: auto;
  }

  /* section-wrap
  -------------------------------------*/
  .section-wrap {
    background: transparent linear-gradient(180deg, #EBE5D5 0%, #F4F1E966 100%) 0% 0% no-repeat padding-box;
    padding: 13.75rem 0 0;
  }

  /* message
  -------------------------------------*/
  .message {
    width: min(95%, 1440px);
    margin-inline: auto;
    margin-bottom: 12.2rem;
  }
  .message .inner {
    background: #FFFFFF;
    padding: 3.9rem 7.5rem 1.2rem;
    position: relative;
  }
  .message h2 {
    position: absolute;
    top: -8.7rem;
    left: 8rem;
  }
  .message h2 img {
    width: 36.313rem;
  }
  .message .content {
    display: grid;
    grid-template-columns: 54.16% 1fr;
    gap: 6.875rem;
    position: relative;
    z-index: 2;
  }
  .message .txt {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 2.5rem;
  }
  .message .txt:nth-child(3) {
    margin-bottom: 1.6rem;
  }
  .message .txt02 {
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .message .photo-box {
    position: relative;
    top: -10.2rem;
    left: -3.2rem;
  }
  .message .photo {
    position: relative;
    margin-bottom: 1.3rem;
  }
  .message .photo img {
    width: 100%;
    height: auto;
  }
  .message .job {
    font-size: 14px;
    line-height: 2.4285714286;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0 -0.1rem 0.25rem 0;
    text-align: right;
  }
  .message .sign {
    text-align: right;
  }
  .message .form-btn {
    position: absolute;
    bottom: -4.3rem;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
  }
  .message .form-btn img {
    width: 100%;
    height: auto;
  }

  /* point
  -------------------------------------*/
  .point {
    width: min(95%, 1200px);
    margin-inline: auto;
    padding-bottom: 8.5rem;
  }
  .point h2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
  }
  .point .enttl {
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3.75rem;
  }
  .point .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4.35rem 5rem;
  }
  .point .list li .num {

  }
  .point .list li .ttl-wrap {
    display: flex;
    gap: 1.5rem;
    margin: 0 0 0.9rem 0.1rem;
    align-items: center;
  }
  .point .list li h3 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #9F434A;
    margin: -0.3rem 0 0;
  }
  .point .list li .txt {
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .point .photo {
    margin-bottom: 1.9rem;
  }
  .point .photo img {
    width: 100%;
    height: auto;
  }

  /* gallery
  -------------------------------------*/
  .gallery {
    background: #E9E9E9;
  }
  .gallery .inner {
    padding: 7.5rem 0 5rem;
    width: min(95%, 1600px);
    margin-inline: auto;
  }
  .gallery h2 {
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4.375rem;
  }
  .gallery .main-slider {
    margin-bottom: 1.2rem;
    width: min(95%, 1400px);
    margin-inline: auto;
  }
  .gallery .thumbnail-img {
    width: 299px!important;
    margin: 0 26px 30px 0;
  }
  .gallery .thumbnail-img:nth-child(5) {
    margin: 0;
  }
  .gallery .thumbnail-img:nth-child(6) {margin: 0 26px 30px 100px;}
  .gallery .thumbnail-img:nth-child(n+6) {width: 330px!important;}
  .gallery .thumbnail-img:nth-child(n+7) {margin: 0 26px 0 0;}
  .gallery .thumbnail-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .thumbnail .slick-track {
    transform: unset !important;
  }
  .next-arrow,
  .prev-arrow {
    position: absolute;
    top: 49.5%;
    transform: translateY(-50%);
    width: 78px;
    height: auto;
    z-index: 15;
    cursor: pointer;
  }
  .next-arrow {
    right: -40px;
  }
  .prev-arrow {
    left: -40px;
  }
  .slick-list {
    margin: 0!important;
    padding: 0;
  }
  .thumbnail-img img {
    filter: grayscale(100%);
    transition: filter 0.3s;
  }
  .thumbnail .slick-current img {
    filter: none;
  }

  .form-Box .form-box-inner {
    padding: 4.9rem 0 8.75rem;
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1440px)
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
  .form-btn {
    width: 56.806vw;
  }
  .form-btn::before {
    width: 19.375vw;
  }
  .form-btn::after {
    width: 12.014vw;
  }

  .message .txt {
    font-size: clamp(0.875rem, 0.732rem + 0.3vw, 1rem);
  }
  .message .txt02 {
    font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1280px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1280px) {
  .fv .label {
    right: 3vw;
  }
  .fv .label img {
    width: 17.188vw;
  }
  .fv .inner-Box h2 img {
    width: 65.859vw;
  }
  .fv .list li {
    font-size: clamp(0.938rem, -0.094rem + 2.15vw, 1.625rem);
  }
  .fv .entxt {
    font-size: clamp(3rem, -6rem + 18.75vw, 9rem);
  }
  .fv .txt01 {
    font-size: clamp(0.875rem, -0.063rem + 1.95vw, 1.5rem);
  }
  .concept h2 {
    font-size: clamp(1.125rem, -0.563rem + 3.52vw, 2.25rem);
  }
  .concept .txt{
    font-size: clamp(0.875rem, 0.688rem + 0.39vw, 1rem);
  }
  .message h2 {
    left: 10vw;
  }
  .message h2 img {
    width: 45.391vw;
  }
  .message .inner {
    padding: 4.844vw 9.375vw 10.563vw;
  }
  .point .list li .txt {
    font-size: clamp(0.875rem, 0.688rem + 0.39vw, 1rem);
  }
  .point .list li h3 {
    font-size: clamp(1.25rem, 0.125rem + 2.34vw, 2rem);
  }
}


/* ========================================
@media screen and (min-width:768px) and (max-width:1680px)
======================================== */
@media screen and (min-width:768px) and (max-width:1680px) {
  .gallery .thumbnail-img {
    width: 16.798vw!important;
    margin: 0 1.548vw 1.786vw 0;
  }
  .gallery .thumbnail-img:nth-child(5) {
    margin: 0;
  }
  .gallery .thumbnail-img:nth-child(6) {margin: 0 1.548vw 1.786vw 5.952vw;}
  .gallery .thumbnail-img:nth-child(n+6) {width: 19.643vw!important;}
  .gallery .thumbnail-img:nth-child(n+7) {margin: 0 1.548vw 0 0;}
  .gallery .thumbnail-img img {
    width: 100%;
    height: 13.881vw;
    object-fit: cover;
  }
  .thumbnail .slick-track {
    transform: unset !important;
  }
  .next-arrow,
  .prev-arrow {
    position: absolute;
    top: 49.5%;
    transform: translateY(-50%);
    width: 4.643vw;
    height: auto;
    z-index: 15;
    cursor: pointer;
  }
  .next-arrow {
    right: -2.381vw;
  }
  .prev-arrow {
    left: -2.381vw;
  }
  .slick-list {
    margin: 0!important;
    padding: 0;
  }
  .thumbnail-img img {
    filter: grayscale(100%);
    transition: filter 0.3s;
  }
  .thumbnail .slick-current img {
    filter: none;
  }
}





/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  .main-title {
    margin-bottom: 0;
  }

  .form-btn {
    width: 93.72vw;
    margin-inline: auto;
    position: relative;
  }
  .form-btn img {
    width: 100%;
    height: auto;
  }
  .form-btn::before {
    content: "";
    position: absolute;
    top: -11vw;
    left: 50%;
    transform: translateX(-50%);
    width: 44.446vw;
    height: 20.05vw;
    background: url(../images/showroom/btn-deco01_sp.svg) no-repeat;
    background-size: contain;
  }
  .form-btn::after {
    content: "";
    position: absolute;
    bottom: -1.8vw;
    left: -0.8vw;
    width: 23.5vw;
    height: 21.1vw;
    background: url(../images/showroom/btn-deco02.png) no-repeat;
    background-size: contain;
  }


    /* fv
  -------------------------------------*/
  .fv {
    width: 100%;
    max-width: 100vw;
    background: url(../images/showroom/fv-bg_sp.jpg) no-repeat top center / cover;
    margin-top: 10vw;
  }
  .fv .inner-Box {
    position: relative;
    padding: 35vw 0 22vw;
  }
  .fv .inner-Box h2 {
    position: absolute;
    top: -9.7vw;
    left: 2vw;
    width: 95.9vw;
  }
  .fv .inner-Box h2 img {
    width: 100%;
    height: auto;
  }
  .fv .list {
    width: 66.6vw;
    margin-inline: auto;
    display: grid;
    gap: 4.5vw;
    margin-bottom: 14vw;
  }
  .fv .list li {
    font-size:3.623vw;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
    color: #FFFFFF;
    border-bottom: 0.242vw solid #FFFFFF;
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 0 0 1.6vw 5vw;
  }
  .fv .list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    font-size:3.623vw;
    color: #FABE00;
  }
  .fv .entxt {
    font-size:11.594vw;
    line-height: 0.9375;
    letter-spacing: 0em;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 7vw;
    opacity: 0.4;
    text-align: center;
  }
  .fv .txt01 {
    font-size:3.382vw;
    line-height: 1.7142857;
    letter-spacing: 0em;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 3vw;
    text-align: center;
  }
  .fv .txt02 {
    font-size:4.348vw;
    line-height: 1.277777;
    letter-spacing: 0em;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
  }
  .fv .form-btn {
    bottom: -18vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }


   /* concept
  -------------------------------------*/
  .concept .inner {
    width: 89.375vw;
    margin-inline: auto;
    padding: 24vw 0 16.8vw;
  }
  .concept .enttl {
    font-size: 19.323vw;
    text-align: center;
    line-height: 0.875;
    letter-spacing: 0em;
    font-weight: 600;
    color: #9F434A;
    opacity: 0.1;
  }
  .concept h2 {
    font-size:4.348vw;
    line-height: 1.6666666667;
    letter-spacing: 0.075em;
    font-weight: 700;
    text-align: center;
    margin-top: -9.5vw;
    margin-bottom: 9vw;
  }
  .concept .content {display: grid;}
  .concept .txt-box {
    order: 2;
  }
  .concept .txt {
    font-size:3.382vw;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 3.2vw;
  }
  .concept .txt:nth-child(3) {
    margin-bottom: 7vw;
  }
  .concept .txt:nth-child(4) {
    margin-bottom: 6vw;
  }
  .concept .txt02 {
    font-size:3.865vw;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #9F434A;
    margin: 0 0 2.8vw 1.8vw;
    text-indent: -4.6vw;
  }
  .concept .photo-box {
    display: contents;
  }
  .concept .photo01 {order: 1;margin-bottom: 6.3vw;}
  .concept .photo01 img {
    width: 100%;
    height: auto;
  }
  .concept .photo02 {order: 3;}
  .concept .photo02 img {
    width: 100%;
    height: auto;
  }

    /* section-wrap
  -------------------------------------*/
  .section-wrap {
    background: transparent linear-gradient(180deg, #EBE5D5 0%, #F4F1E966 100%) 0% 0% no-repeat padding-box;
    padding: 10vw 0 0;
  }
  
  /* message
  -------------------------------------*/
  .message {
    width: 89.375vw;
    margin-inline: auto;
    margin-bottom: 26.6vw;
  }
  .message .inner {
    background: #FFFFFF;
    padding: 11.9vw 3.6vw 1vw;
    position: relative;
  }
  .message h2 {
    position: absolute;
    top: -7vw;
    left: 8vw;
  }
  .message h2 img {
    width: 70.3vw;
  }
  .message .content {display: grid;}
  .message .txt-box {
    order: 2;
  }
  .message .txt {
    font-size:3.382vw;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 7vw;
  }
  .message .txt:nth-child(3) {margin-bottom: 4vw;}
  .message .txt02 {
    font-size:3.865vw;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 2.4vw;
  }
  .message .photo-box {display: contents;}
  .message .photo {
    margin-bottom: 6vw;
    order: 1;
  }
  .message .photo img {
    width: 100%;
    height: auto;
  }
  .message .job {
    font-size:3.382vw;
    line-height: 2.4285714286;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: right;
    order: 3;
    margin-bottom: 1vw;
  }
  .message .sign {
    text-align: right;
    order: 4;
  }
  .message .form-btn {left: 50%;transform: translateX(-50%);bottom: -13vw;}
  .message .form-btn img {
    width: 100%;
    height: auto;
  }

  /* point
  -------------------------------------*/
  .point {
    width: 89.375vw;
    margin-inline: auto;
    padding-bottom: 14vw;
  }
  .point h2 {
    font-size:3.865vw;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
  }
  .point .enttl {
    font-size:12.077vw;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 9.4vw;
  }
  .point .list {
    display: grid;
    gap: 11.2vw;
  }
  .point .list li:nth-child(1) .num img{
    width: 7.95vw;
  }
  .point .list li:nth-child(2) .num img{
    width: 10.1vw;
  }
  .point .list li:nth-child(3) .num img{
    width: 9.9vw;
  }
  .point .list li:nth-child(4) .num img{
    width: 10.4vw;
  }
  .point .list li .ttl-wrap {
    display: flex;
    gap: 4.1vw;
    align-items: center;
    margin-bottom: 3.5vw;
  }
  .point .list li h3 {
    font-size:4.831vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #9F434A;
  }
  .point .list li .txt {
    font-size:3.382vw;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .point .photo {
    margin-bottom: 7vw;
  }
  .point .photo img {
    width: 100%;
    height: auto;
  }


  /* gallery
  -------------------------------------*/
  .gallery {
    background: #E9E9E9;
  }
  .gallery .inner {
    padding: 12vw 0 10vw;
    width: 89.375vw;
    margin-inline: auto;
  }
  .gallery h2 {
    font-size:12.077vw;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 7vw;
  }
  .gallery .main-slider {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 0!important;
  }
  .gallery .main-slider .slick-img img {
    height: 63vw;
    object-fit: cover;
  }
  .gallery .next-arrow,
  .gallery .prev-arrow {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    width: 7.3vw;
    height: auto;
    z-index: 15;
    cursor: pointer;
  }
  .gallery .next-arrow {
    right: -3.5vw;
  }
  .gallery .prev-arrow {
    left: -3.5vw;
  }

  .slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  .slide-dots li button::before {
    background-image: url(../images/showroom/slide-dots.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 3.65vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -1.5vw;
    width: 3.65vw;
  }
  .slide-dots li.slick-active button::before {
    background-image: url(../images/showroom/slide-dots-active.svg);
  }
  button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
  }

  /* form
  -------------------------------------*/
  .form-Box {
    padding: 14vw 0 32vw;
  }

}
