@charset "utf-8";


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

.gjs-dashed .grd-h2 h2{
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

.gjs-dashed .date-btn::before,
.gjs-dashed .date-btn::after,
.gjs-dashed .support-img::after,
.gjs-dashed .support-img::before{
  display:none;
}

html { scroll-behavior: smooth;}

body{
  font-size:16px;
  font-family: "Noto Sans JP", sans-serif;
  color:#0E0E0E;
  font-weight: 500;
  background: #F8F8F8;
  word-break: auto-phrase;
}

strong,
em{
  font-style:normal;
  font-weight: 500;
  display: inline-block;
}

.accent{
  font-family: "Jost", sans-serif;
}

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

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

p{
  margin:0;
  line-height:2;
}

.sp{
  display:none;
}

a{
  color: #0E0E0E;
  cursor: pointer;
  display:block;
  transition:0.3s;
  font-weight:500;
}

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

a p{
  line-height:1;
}

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

.main{
  position:relative;
  overflow: hidden;
}

.main::after{
  content:"";
  position:absolute;
  width:50%;
  aspect-ratio:1/1;
  right:0;
  top:0;
  opacity:0.1;
  z-index: -1;
  background:url(https://fkrelations.co.jp/system_panel/uploads/images/20251202091704458422.png) no-repeat center/contain;
}

.container{
  padding:0 !important;
  max-width: 1600px;
  width: 85%;
}

.row{
  margin:0;
}

.pankuzu{
  display: flex;
  width:90%;
  justify-content: end;
  margin: 0 auto 2rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.pankuzu a{
  color:#8D785A;
  position: relative;
}

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

.pankuzu a::before{
  content:">";
  position: absolute;
  color:#8D785A;
  top: 50%;
  right: -1.3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pankuzu p{
  line-height:1;
}

.text-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align:center;
  padding-bottom:4px;
}

.text-link::before{
  content:"";
  position:absolute;
  width:0;
  height:1px;
  background:#fff;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition:0.3s;
}

.text-link:hover::before{
  width:100%;
}

.text-link p {
  margin: 0;
  line-height: 1.2;
  transition: transform 0.4s ease;
}

/* 重ねるために縦に配置 */
.text-link p:first-child {
  transform: translateY(0);
}

.text-link p:last-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)  translateY(100%);
  -webkit-transform: translateX(-50%)  translateY(100%);
  -ms-transform: translateX(-50%)  translateY(100%);
  top: 100%; 
  font-size:16px;
}

/* hover で切り替え */
.text-link:hover p:first-child {
  transform: translateY(-100%); /* 上に退場 */
}

.text-link:hover p:last-child {
  top: 0; /* 表に出る */
  transform:  translateX(-50%)  translateY(0);
  -webkit-transform: translateX(-50%)  translateY(0);
  -ms-transform: translateX(-50%)  translateY(0);
  width:100%;
}

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

.scroll-list {
  z-index: 1;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  width: 100vw;
  overflow: hidden;
}

.scroll-list > p {
  font-size: clamp(3.75rem, 1.705rem + 6.82vw, 9.375rem);
  color:#333333;
  white-space: nowrap;
  margin: 0;
  animation: text-right 80s  linear infinite;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  text-shadow:1px 1px 0 #8F8F8F, -1px -1px 0 #8F8F8F,
    -1px 1px 0 #8F8F8F, 1px -1px 0 #8F8F8F,
    0px 1px 0 #8F8F8F,  0-1px 0 #8F8F8F,
    -1px 0 0 #8F8F8F, 1px 0 0 #8F8F8F;
}

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

.cta{
  box-shadow:0px 0px 30px rgba(0,0,0,0.08);
  background:#E3E3E3;
  position:relative;
  font-size:clamp(1rem, 0.682rem + 1.06vw, 1.875rem);
  width:95%;
  margin:10rem 0 -210px auto;
  max-width: 1810px;
  z-index: 10;
  transition:0s;
  /* overflow:hidden;*/
}

.cta-bg{
  padding:175px 5% 140px;
  position:relative;
  display: flex;
  align-items: center;
  gap: 5%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.cta::before{
  content:"";
  position:absolute;
  width:0%;
  height:100%;
  top:0;
  left:0;
  z-index:-2;
  background:#8D785A;
  transition:0.3s ease-in-out;
}

.cta-bg::before{
  content:"";
  width:6%;
  aspect-ratio:100/80;
  display:block;
  background: url(https://fkrelations.co.jp/system_panel/uploads/images/20251201160028744535.png) no-repeat center / cover;
}

.cta-bg::after{
  content:"";
  position:absolute;
  width: 58.5%;
  aspect-ratio:1063 / 1056;
  top: 0;
  right: 0;
  z-index:2;
  transition:0.3s ease-in-out;
  pointer-events:none;
  background: url(https://fkrelations.co.jp/system_panel/uploads/images/20251205092452518933.png) no-repeat center / cover;
}

.cta:hover{
  color:#fff;
}

.cta:hover::before{
  width:100%;
}

.cta:hover .cta-bg::before{
  background: url(https://fkrelations.co.jp/system_panel/uploads/images/20251201160028896288.png) no-repeat center / cover;
}

.cta:hover .cta-bg::after{
  background: url(https://fkrelations.co.jp/system_panel/uploads/images/20251205092452142497.png) no-repeat center / cover;
}

.cta:hover .grd-h2 h2{
  background-image: linear-gradient(135deg, #FFFFFF, #FFFFFF 50%, #AD9A80);
}

.grd-h2 h2{
  font-size:clamp(2.5rem, 0.682rem + 6.06vw, 7.5rem);
}

.grd-h2{
  position: relative;
}

.grd-h2 h2{
  clip-path: polygon(0 0, 0 0, 0 0);
  background-image: linear-gradient(135deg, #8d785a, #8d785a 50%, #473c2d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  transition: clip-path .72s cubic-bezier(.24, .13, .26, 1.01) .5s;
}

.grd-h2.fadeUp h2{
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

.lower-fv{
  background:#333333;
  padding: 315px 0 70px;
  position:relative;
  margin-bottom:100px;
  overflow: hidden;
}

.lower-fv h1{
  padding:0 5%;
  color:#F8F8F8;
  font-size:clamp(1.375rem, 0.784rem + 1.97vw, 3rem);
}

.lower-fv::before{
  content:"";
  position:absolute;
  width:50%;
  aspect-ratio:1/1;
  right:0;
  top:0;
  opacity: 0.1;
  z-index: 1;
  background:url(https://fkrelations.co.jp/system_panel/uploads/images/20251202092309990589.png) no-repeat center/contain;
}

.grd-banner{
  position:relative;
}

.grd-banner::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:#8D785A;
  top:0;
  left:0;
  z-index:10;
}

.grd-banner::before{

}

.date-btn-bg{
  position:relative;
  overflow:hidden;
  max-width:1000px;
  margin:0 auto 100px;
}

.date-btn-bg::after{
  content:"";
  position:absolute;
  width:0%;
  height:100%;
  background:#8D785A;
  top:0;
  right:0;
  transition:0.3s;
}

.date-btn-bg.fadeUp::after{
  animation: date-btn 1s forwards ease-in-out;
}

@keyframes date-btn-fade{
  0% {
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

.date-btn{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5%;
  padding:4rem 7% 5rem;
  color:#fff;
  position:relative;
  overflow:hidden;
  background:url(https://fkrelations.co.jp/system_panel/uploads/images/20251202111856449764.png) no-repeat left/cover;
}

.date-btn::before{
  content:"";
  position:absolute;
  width:calc(100% - 8px);
  height:calc(100% - 8px);
  border:1px solid #989898;
  top:4px;
  left:4px;
}

.date-btn::after{
  content:"";
  position:absolute;
  width: 100%;
  height:100%;
  background:#F8F8F8;
  top:0;
  right:0;
  transition:0.3s;
}

.date-btn.fadeUp::after{
  animation: date-btn-fade 1s forwards ease-in-out;
}

@keyframes date-btn{
  0% {
    right: 100%;
  }
  50% {
    right: 0%;
    width: 100%;
  }
  100% {
    right: 0%;
    width: 0%;
  }
}

@keyframes date-btn-reverse{
  0% {
    left: 100%;
  }
  50% {
    left: 0%;
    width: 100%;
  }
  100% {
    left: 0%;
    width: 0%;
  }
}

.date-btn img{
  width:36px;
}

.date-btn:hover{
  color:#fff;
  opacity:0.7;
}

.date-btn p:first-child{
  font-size:clamp(0.938rem, 0.915rem + 0.08vw, 1rem);
  width:fit-content;
  padding-bottom:8px;
  border-bottom:1px solid #707070;
  margin-bottom:0.5rem;
}

.date-btn p:last-child{
  font-size:clamp(1.375rem, 1.148rem + 0.76vw, 2rem);
}

.lower-title {
  position:relative;
  padding-top:3.5rem;
  margin-bottom:10rem;
}

.lower-title::before{
  content:"";
  position:absolute;
  width:125px;
  background:#8D785A;
  height:3px;
  top:0;
  left:0;
}

.lower-title.text-center::before{
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.lower-title h2{
  font-size:clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
  color:#0E0E0E;
  background:transparent;
}

.lower-title h2 strong{
  color:#8D785A;
  font-size:clamp(1.75rem, 0.932rem + 2.73vw, 4rem);
  font-style: italic;
}

.lower-title h2:has(strong){
  font-size:clamp(1.375rem, 0.966rem + 1.36vw, 2.5rem);
  font-style: italic;
}

.lower-title2{
  text-align:center;
  margin-bottom:4rem;
}

.lower-title2 h2{
  width:fit-content;
  margin:0 auto 1rem;
  font-size:clamp(2.5rem, 1.136rem + 4.55vw, 6.25rem);
  font-family: "Jost", sans-serif;
  font-weight:bold;
  line-height:1;
  background-image: linear-gradient(135deg, #8d785a, #0e0e0e 65% 100%);
}

.lower-title2 p{
  font-size:clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}

.arrow-btn{
  padding:21px  0 21px 2.5rem;
  width:260px;
  border:1px solid transparent;
  background:#1A1A1A;
  color:#fff;
  font-size:clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
  font-weight:bold;
  margin:70px auto 0;
  clip-path: polygon(5% 1%, 100% 0%, 95% 99%, 0% 100%);
  position:relative;
  overflow:hidden;
}

.arrow-btn:hover{
  color:#1A1A1A;
  border:1px solid #1a1a1a;
}

.arrow-btn p{
  position:relative;
  z-index:10;
}

.arrow-btn::before{
  content:"";
  position:absolute;
  top: 50%;
  right:2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width:50px;
  height:5px;
  transition:0.3s;
  z-index:10;
  background:url(https://fkrelations.co.jp/system_panel/uploads/images/20251203181041423361.png) no-repeat center/contain;
}

.arrow-btn:hover::before{
  background:url(https://fkrelations.co.jp/system_panel/uploads/images/20251203181205198122.png) no-repeat center/contain;
}

.arrow-btn::after{
  content:"";
  position: absolute;
  top: 0;
  left: 0%;
  width: 0%;
  height: 100%;
  transition: 0.3s;
  background: #fff;
  clip-path: polygon(5% 1%, 100% 0%, 95% 99%, 0% 100%);
}

.arrow-btn:hover::after{
  width:100%;
}

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

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

@media screen and (max-width: 1024px) {
  .lower-fv{
    padding: 200px 0 40px;
  }
  .cta-bg {
    padding: 100px 5% 80px;
  }
  .cta-bg::after{
    width:45%;
  }
  .lower-title {
    padding-top: 2.5rem;
    margin-bottom: 5rem;
  }
}

@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;
  }
  .container{
    width:90%;
  }
  .cta-bg {
    padding: 2rem 5% 2rem;
    justify-content: space-between;
  }
  .cta{
    margin: 4rem 0 -80px auto;
  }
  .cta-bg::before{
    width:2rem;
  }
  .cta-bg::after{
    width: 58.5%;
  }
  .lower-fv {
    padding: 5rem 0 30px;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .lower-fv::before,
  .main::after{
    width:65%;
  }
  .pankuzu{
    gap: 1.5rem;
    font-size: 12px;
    margin: 0 auto 1.5rem;
  }
  .pankuzu a::before{
    right: -1rem;
  }
  .date-btn{
    padding: 2.5rem 5%;
    justify-content: space-between;
    background: url(https://fkrelations.co.jp/system_panel/uploads/images/20251205104445667370.png) no-repeat left / cover;
  }
  .date-btn img {
    width: 1.5rem;
  }
  .date-btn p:first-child{
    border-color:#fff;
  }
  .date-btn-bg{
    margin-bottom:3.5rem;
  }
  .lower-title::before{
    width:70px;
    left: 0;
  }
  .lower-title {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    padding-left:5%;
  }
  .lower-title2 h2{
    margin: 0 auto ;
  }
  .lower-title2 {
    margin-bottom: 2rem;
  }
  .arrow-btn::before{
    width: 40px;
    height: 5px;
  }
  p {
    line-height: 1.5;
  }
}
