@charset "utf-8";

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

html { scroll-behavior: smooth;}

.accent{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style:normal;
}

body{
  font-size:16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #292D32;
  font-weight: 400;
  background: #FCF7EC;
  word-break: auto-phrase;
}

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

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

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

.sp{
  display:none;
}

a{
  color: #292D32;
  cursor: pointer;
  display:block;
  transition:0.3s;
  font-weight:bold;
}

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


a p{
  line-height:1;
}



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

.main{
  padding:10rem 0;
  border-left: 15px solid #529EA3;
  border-right: 15px solid #529EA3;
  overflow: hidden;
}

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

.btn{
  position: relative;
  padding: 12px 1.5rem;
  display:flex;
  align-items:center;
  gap:1.5rem;
  width:fit-content;
  margin:2.5rem auto 0;
  font-weight:bold;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}

.btn.white{
  color:#fff;
}

.btn.orange{
  color:#FF9640;
}

.btn.white .arrow{
  background:#fff;
}

.btn.accent{
  letter-spacing:-2px;
}

.arrow{
  display:flex;
  align-items: center;
  background: #FF9640;
  border-radius: 999vh;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  height: 40px;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
  width: 40px;
  position: relative;
}

.btn:hover .arrow{
  flex: none;
  transform: scale(1.1, 1.1);
}

.arrow img:first-child{
  bottom: -18px;
  height: auto;
  left: -18px;
  margin: 0 0 0 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 16px;
  max-width: 100%;
}

.btn:hover img:first-child{
  transform:translate(29px, -29px);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.arrow img:last-child{
  height: auto;
  width: 16px;
  max-width: 100%;
}

.btn:hover .arrow img:last-child{
  transform:translate(29px, -29px);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.reverse .arrow img:first-child{
  left:auto;
  right:-18px;
}

.btn.reverse:hover .arrow img:first-child{
  transform: translate(-29px, -29px);
}

.btn.reverse:hover .arrow img:last-child{
  transform:translate(-29px, -29px);
}

.cta.lower{
  padding:5rem 0 2.5rem;
  margin-top:5rem;
  background:linear-gradient(to bottom, #FF9640, #F5AE73);
}
.cta.lower::before{
  display:none;
}
.cta.lower + .footer{
  padding:0;
}

.cta-box{
  max-width:1080px;
  width: 70%;
  margin:0 auto;
  position:relative;
}

.cta-txt{
  position:absolute;
  width: 50%;
  top: 35%;
  right: 5%;
  max-width: 80%;
}

.cta-txt h2{
  color:#fff;
  margin-bottom:8px;
  font-size:clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
}

.cta-box .btn{
  margin:2.5rem 0 0;
  background:#fff;
  border-radius:20px;
  box-shadow:4px 4px 8px rgba(0,0,0,0.16);
  color:#FF9640;
}

.cta-box .btn .arrow{
  background:#1F1F1F;
}

.cta-box .btn.sp{
  display:none;
}

.row{
  margin:0;
}

.loopSlide {
  display: flex;
  width: 100vw;
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.loopSlide   img:first-child {
  animation: slide1 120s -60s linear infinite;
}
.loopSlide   img:last-child {
  animation: slide2 120s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.slider-wrap{
  overflow: hidden;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}

.autoplay-slide {
  height: auto;
  width: 400px !important;
  margin: 0 4px;
  position: relative;
}

@keyframes sliderAnimation{
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .page-title{
    margin: 80px 0 0;
  }
}

.lower-fv{
  margin: 0 0 7.5% 3rem;
  max-width: 685px;
  text-align:center;
  aspect-ratio: 685 / 343;
  font-weight:bold;
  position:relative;
  padding-top: 3.5%;
  width:40%;
  background:url(https://photographer-fukumoto.com/system_panel/uploads/images/20250703093742292788.png) no-repeat bottom center/contain;
}

.lower-fv::before{
  content:"";
  position:absolute;
  width:3rem;
  height:8px;
  border-radius:6px;
  background:#fff;
  bottom:5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.lower-fv h1{
  font-size:clamp(2rem, 1.455rem + 1.82vw, 3.5rem);
  letter-spacing: 8px;
  color:#fff;
  margin-bottom: 8px;
}

.lower-fv p{
  font-size:clamp(0.75rem, 0.568rem + 0.61vw, 1.25rem);
  color:#505050;
  font-style:normal;
}


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

.pankuzu a{
  color:#D65F71;
  position: relative;
}

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

.pankuzu a::before{
  content:"";
  position: absolute;
  width: 1.2rem;
  height: 1px;
  background: #d65f71;
  right: -1.7rem;
  transform: rotate(-60deg);
  top: 0.6rem;
}

.pankuzu p{
  line-height:1;
}


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


.lower-title{
  text-align: center;
  margin:0 auto 2.5rem;
  max-width:500px;
  padding:2rem 0 3rem;
  position:relative;
  border-bottom:2px solid #F5AE73;
  font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  line-height: 1;
  font-style: normal !important;
  width:fit-content;
}

.lower-title.white{
  border-bottom:2px solid #fff;
}

.lower-title::before{
  content:"";
  position:absolute;
  width:1rem;
  height:1rem;
  background: #F5AE73;
  border-radius:999vh;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.lower-title.white::before{
  background:  #fff;
}

.lower-title h2{
  font-size:clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
      font-weight: 400;
}

.lower-title p{
  font-size: clamp(0.625rem, 0.489rem + 0.45vw, 1rem);
  font-weight:400;
  position:relative;
}

.lower-title  p::before{
  content:"";
  position:absolute;
  width:1px;
  height:100%;
  background:#DAD5CF;
  left:-12px;
  top:0;
}

.lower-title.white  p::before{
  background:  #fff;
}


.lower-title.flex{
  margin: 0 0 3rem;
  padding: 0rem 0 2rem;
  justify-content: flex-start;
}

.lower-title.flex::before{
  position: relative;
  top:auto;
  left:auto;
  transform:none;
}

@media screen and (max-width: 1200px) {
  .autoplay-slide{
    width:250px !important;
  }
}

@media screen and (max-width: 1024px) {
  .cta.lower{
    padding: 2rem 0 2.5rem;
  }
  .cta-box{
    width:90%;
  }
  .cta-txt{
    right: 4%;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .cta-txt .btn {
    margin: 1.5rem 0 0;
  }
}


@media screen and (max-width: 767px) {
  .lower-fv {
    width: 90%;
    margin: 0 5% 3rem;
    aspect-ratio: 364 / 159;
    padding-top: 1rem;
    background: url(https://photographer-fukumoto.com/system_panel/uploads/images/20250714093624172835.png) no-repeat bottom center / contain;
  }
  .lower-fv h1{
    letter-spacing: 4px;
    margin-bottom: 0px;
  }
  .lower-fv::before{
    width:30px;
    height:5px;
  }
  .pankuzu a::before{
    width: 1rem;
    top: 0.5rem;
    right: -1rem;
  }
  .pankuzu{
    gap: 1rem;
    width: 100%;
  }
  .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;
  }
  .lower-title,
  .lower-title.flex{
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .autoplay-slide {
    width: 120px !important;
    margin: 0 4px;
  }
  .cta-box{
    width: 96%;
    margin: 0;
    aspect-ratio: 379 / 293;
    background:url(https://photographer-fukumoto.com/system_panel/uploads/images/20250714103258700118.png) no-repeat center/contain;
  }
  .cta-box > img{
    display:none;
  }
  .cta-txt{
    width: fit-content;
    top: 50%;
  }
  .cta-txt strong{
    display:block;
  }
  .cta-txt p{
    font-size:12px;
  }
  .btn{
    gap: 0.5rem;
    border-radius:10px;
  }
  .cta-box .btn.sp{
    display:flex;
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -1.5rem;
  }
  .cta.lower{
    padding: 2rem 0 4rem;
  }
}
