@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Frank+Ruhl+Libre&family=Noto+Sans+JP&display=swap');
body{
 opacity: 0;
 animation: fadeIN 1.5s 1s forwards; 

}

@keyframes fadeIN {
100% {
opacity: 1;
}
}
@keyframes fadeOUT {
  100% {
    opacity: 0;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


.lp-main {
  line-height: 2.4;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;

  font-family: 'Noto Sans JP', 'Yu Gothic Medium', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  font-size: inherit;
  letter-spacing: normal;
  font-size: 14px;
}

.lp-main img {
  max-width: 100%;
  height: auto;
}





.mv{
  width: 100%;
  position: relative;
  margin-top: 174px;
 }
.mv img{
  width: 100%;
}



.sec_rp{
  padding: 80px 0;
  position: relative;
}

.inner{
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}



.sec_rp h2{
  font-family: 'Frank Ruhl Libre', serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 34px;
  text-align: center;
}

.sec_rp h2 span{
  font-family: 'Caveat', cursive;
  font-size: 120%;
  margin-bottom: 10px;
  display: block;
}

.sec_rp h3{
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sec_rp h3 span{
  margin-right: 10px;
}
.sec_rp h3 span img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}


@media (max-width: 768px) {

  .mv{
    margin-top: 0;
   }

  .sec_rp{
    padding: 40px 0;
  }
  .sec_rp p{
    font-size: 12px;
  }

  .sec_rp h2{
      font-size: 20px;
  }
  
  .sec_rp h3{
    font-size: 14px;
    margin-top: 20px;
  }

}


.sec_rp__row{
  display: flex;
  margin-top:40px;
}

.sec_rp:nth-of-type(2n) {
  background-color: #f5f5f5;
}

.sec_rp p{
  font-size: 13px;
}


.sec__row__img{
  width: 45%;
}
 
.sec_rp__row__txt{
  flex:1;
  padding-left: 5%;
}


@media (max-width: 768px) {

  .sec_rp__row{
    display: block;
  }
  .sec__row__img{
    width: 100%;
    text-align: center;
  }
   
  .sec_rp__row__txt{
    padding-left: 0;
    margin-top: 30px;
  }
  .sec_rp__txt{
    padding: 30px 0 0 !important;
  }
}
.sec_rp__item {
  text-align: center;

  margin-top: 80px;

}
.sec_rp__item h4{
  font-family: 'Frank Ruhl Libre', serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_rp__item h4::before,
.sec_rp__item h4::after{
  content: "";
  width: 30px;
  height: 1px;
  border-bottom: 1px solid;
  margin: 0 10px;
  display: block;
}

.sec_rp__item img{
  width: 240px;
  height: 240px ;
  object-fit: cover;
  margin:20px auto 0;
  display: block;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
}
.slick-dots {
  bottom: auto;
  top: 260px;
  text-align: left;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li{
  margin-left: 0 !important;
}
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.slick-dots li button:before {
  font-size: 0;
  width: 18px;
  height: 2px;
  content: "";
  display: block;
  background: #333;
  transition: 0.6s;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.sec_rp__itemName{
  font-size: 20px !important;
  margin-top: 30px;
}


.sec_rp__itemLink {
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.4;
  color: #3c3c3c;
  font-size: 1.2rem;
}
.sec_rp__itemLink span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #D7C2DD;
  width: 100%;
  padding: 0 10px 0.5em 0;
}
.sec_rp__itemLink span::before {
  left: 0;
  bottom: -1px;
  width: 1px;
  height: 1px;
  background-color: #662f76;
  opacity: 0;
}
.sec_rp__itemLink span::after {
  right: 0;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #D7C2DD;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.sec_rp__itemLink span::before, .sec_rp__itemLink span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec_rp__itemLink:hover span::before {
  opacity: 1;
  width: calc(100% + 10px);
}

.sec_rp__itemLink:hover span::after {
  right: -10px;
  border-color: #662f76;
}
@media (max-width: 768px) {
.sec_rp__item h4{
font-size: 20px;
} 
.sec_rp__itemName {
font-size: 18px !important;
}
}
/* animation */
.is-scloll{
  opacity: 0;
  transition: 0.8s;
  transform: translateY(20px);
}

.sec__row__img{
  filter: grayscale(100%);
  transition: 1s 1s cubic-bezier(0.05, 0.7, 0.62, 0.76);
}

.sclollIn{
  opacity: 1;
  transform: translateY(0);
}

.sclollIn .sec__row__img{
  filter: none;
}