@charset "utf-8";


.gjs-dashed .swiper{
  overflow:visible;
  height:100%;
}

.gjs-dashed .box-shadow::before,
.gjs-dashed .img-shadow::before,
.gjs-dashed .about-img::before,
.gjs-dashed .service-img::before{
  display:none;
}

html { scroll-behavior: smooth;}

body{
  font-size:16px;
  font-family: "Noto Sans JP", sans-serif;
  color:#1A1919;
  font-weight: 400;
  background: #F8F8F8;
  word-break: auto-phrase;
  letter-spacing: 2px;
}

.accent{
  font-family: "EB Garamond", serif;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight: 400;
  line-height:1.5;
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong{
  font-weight: 400;
}

p{
  margin:0;
  line-height:2;
  letter-spacing: 1px;
}

.sp{
  display:none;
}

a{
  color: #1A1919;
  cursor: pointer;
  display:block;
  transition:0.3s;
}

a:hover{
  color: #282828;
  text-decoration:none;
}


a p{
  line-height:1;
}

img{
  width:100%;
  object-fit: contain;
}


.main{
  padding:220px 0 0;
  position: relative;
}

.main .pankuzu{
  position:absolute;
  top:1.5rem;
  left: 5%;
}

.container{
  padding:0 !important;
  max-width: 1920px;
  width: 80%;
}

.pankuzu{
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size:clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
}

.pankuzu a{
  position: relative;
}

.pankuzu a:hover{
  text-decoration:underline;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  right: -1.3rem;
  top: 1px;
  line-height: 1;
}

.pankuzu p{
  line-height:1;
  font-weight:600;
}

.lower-title{
  font-family: "EB Garamond", serif;
  color:#CBC9C8;
  font-size:clamp(3rem, 1.727rem + 4.24vw, 6.5rem);
  margin-bottom:2.5rem;
}

.lower-title em{
  font-style:normal;
  display:inline-block;
}

.lower-title::first-letter,
.lower-title strong{
  font-size:clamp(4rem, 2.727rem + 4.24vw, 7.5rem);
}

.lower-title.center{
  text-align:center;
}

strong{
  font-weight:400;
  display: inline-block;
}

.scroll-list-wrap{
  position:relative;
}

.scroll-list{
  z-index: 1;
  /*  position: absolute;
  top: 0;
  left: calc(50% - 50vw);*/
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  width: 100vw;
  overflow: hidden;
}

.scroll-list > p {
  color: #EFEEED;
  font-size: clamp(5.625rem, 4.261rem + 4.55vw, 9.375rem);
  font-family: "EB Garamond", serif;
  white-space: nowrap;
  padding: 0 3rem 0 0;
  margin: 0;
  animation: text-right 48s linear infinite;
  text-transform: uppercase;
}

@keyframes text-right{
  100% {
    transform: translateX(-100%);
  }
}

.circle-btn{
  display: flex;
  align-items: center;
  gap: 2rem;
  margin:100px auto 0;
  width:fit-content;
  font-size:1rem;
}

.circle-btn.white{
  color:#fff;
}

.circle-btn.white .circle-inner{
  background:#18181A;
}

.circle-btn.white .circle{
  background: conic-gradient(#646262 calc(var(--p) * 1%), #646262 0);
}

.circle-btn.white:hover .circle{
  background: conic-gradient(#646262 calc(var(--p) * 1%), rgba(255, 255, 255, 0) 0);
}

.circle-btn.reverse{
  flex-direction:row-reverse;
  margin:200px 0 0;
}

.circle-btn.reverse img {
  transform: rotate(180deg);
}

.circle-btn img{
  width:5px;
}

.circle-btn:hover .circle{
  background: conic-gradient(#BFBFBF calc(var(--p) * 1%), rgba(255,255,255,0) 0);
}

.circle {
  --p: 0;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: conic-gradient(#BFBFBF calc(var(--p) * 1%), #BFBFBF 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index:100;
}

.circle-btn.reverse .circle{
  width: 56px;
  height: 56px;
}

.circle-inner {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-btn.reverse .circle-inner{
  width: 54px;
  height: 54px;
}

.inner{
  max-width:1500px;
  margin:0 auto;
  width:80%;
}

.lower-fv{
  padding:215px 0 270px;
  background:url(https://door-style.co.jp/system_panel/uploads/images/20251117163352667647.png) no-repeat center/cover;
}

.lower-fv h1{
  color:#5C5048;
  font-size:clamp(4.5rem, 3.045rem + 4.85vw, 8.5rem);
}

.lower-fv h1::first-letter{
  font-size:clamp(5rem, 3.409rem + 5.3vw, 9.375rem);
}

.lower-fv-img{
  padding:370px 5% 120px;
  position:relative;
}

.lower-fv-img-box{
  width:55%;
  position:absolute;
  top:0;
  right:0;
  max-width: 940px;
}

.lower-fv-img-box{
  overflow:hidden;
}

.lower-fv-img-box img{
  aspect-ratio:940/750;
  object-fit:cover;
}

.lower-fv-img-box h2{
  margin:3.5rem 0 3rem;
  font-size:clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
}

.lower-fv-img-box p{
  line-height:2;
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}


.lower-anker{
  position:sticky;
  left: 5%;
  top: 215px;
  display: flex;
  flex-direction: column;
  gap:1rem;
  width:fit-content;
  z-index:999;
  letter-spacing: 1px;
}

.lower-anker a{
  color:#817C7C;
  text-shadow: 0.5px 0.8px 0px rgba(255, 255, 255, 1);
}

.lower-anker a:hover{
  opacity:0.7;
}

body:has(.fadeUpTrigger_office1.isActive) .lower-anker a:first-child{
  color:#1A1919;
}

body:has(.fadeUpTrigger_office2.isActive) .lower-anker a:nth-child(2){
  color:#1A1919;
}

body:has(.fadeUpTrigger_office3.isActive) .lower-anker a:nth-child(3){
  color:#1A1919;
}

body:has(.fadeUpTrigger_office4.isActive) .lower-anker a:nth-child(4){
  color:#1A1919;
}

.info-list{
  color:#fff;
  display:flex;
  margin-bottom: 2.5rem;
}

.info-list-wrap{
  margin:100px auto 110px;
  max-width: 600px;
}

.info-list p:first-child{
  width:150px;
}

.info-list p:last-child{
  width:calc(100% - 150px);
}

.info iframe {
  width:100%;
  height:700px;
  border:none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-shadow{
  position:relative;
}

.img-shadow::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  background:url(https://door-style.co.jp/system_panel/uploads/images/20251120112640224039.png) no-repeat center/cover; 
}

.box-shadow{
  position:relative;
  box-shadow:0px 0px 30px rgba(0,0,0,0.03);
}

.box-shadow::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  background:rgba(0,0,0,0.15);
}

.fw-600,
.fw-600 strong{
  font-weight:500;
}

@media screen and (max-width: 1600px) {
  .lower-anker {
    left: 1.5rem;
    top: 15%;
    font-size: 14px;
  }
  .lower-fv-img {
    padding: 300px 5% 60px;
  }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1279px) {
  .lower-fv-img {
    padding: 100px 5% 450px;
  }
  .lower-fv-img-box {
    top: 280px;
    width: 70%;
    max-width: 650px;
  }
  .lower-fv-img-box p{
    padding-right: 5%;
  }
  .lower-anker {
    top: 0;
    position: relative;
    left: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .inner{
    width:85%;
  }
  .info iframe {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  body{
    font-size:14px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding:0;
  }
  .autoplay-slide {
    width: 150px;
    margin: 0 4px;
  }
  p{
    line-height: 2;
  }
  .container{
    width:90%;
  }
  .inner{
    width:90%;
  }
  .lower-fv {
    padding: 75px 0 17px;
  }
  .circle-btn.reverse {
    margin: 100px 0 0;
    gap: 15px;
  }
  .lower-fv-img-box h2,
  .lower-fv-img-box h2 + p{
    display:none;
  }
  .lower-fv-img-box {
    position: relative;
    top: auto;
    width:90%;
    right: auto;
    margin:0 0 0 auto;
  }
  .lower-fv h1{
    padding:0 5%;
  }
  .lower-fv-img{
    background:transparent;
    z-index:1;
  }
  .lower-fv-img::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:70%;
    z-index:-1;
    background: url(https://door-style.co.jp/system_panel/uploads/images/20251117163352667647.png) no-repeat center / cover;
  }
  .main .pankuzu {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 0 auto 3rem;
  }
  .main {
    padding: 10px 0 0;
  }
  .lower-anker{
    font-size:13px;
  }
  .sp-only-txt{
    padding: 5rem 5%;
    font-size:1rem;
  }
  .sp-only-txt h2{
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
  .lower-title{
    margin-bottom: 20px;
    line-height: 1;
  }
  .info iframe {
    width: 100%;
    height: 300px;
  }
  .circle-btn{
    gap:20px;
    font-size:15px;
  }
  .circle{
    width: 61px;
    height: 61px;
  }
  .circle-inner {
    width: 59px;
    height: 59px;
  }
}
