@charset "utf-8";

.header03 .header{
  background: rgba(255,255,255,0.5) !important;
  z-index: 1;
  position: relative;
}
.sp-header {
  display: block;
  background: #fff !important;
}

.body_wrapper {
  overflow: inherit !important;
}

body{
 opacity: 0;
 animation: fadeIN 1.5s 1s forwards; 
 font-size: 14px;
}


@media (max-width: 768px){
footer
{
margin: 0 !important;
}
}

@keyframes fadeIN {
100% {
opacity: 1;
}
}
@keyframes fadeOUT {
  100% {
    opacity: 0;
  }
}
.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ta_left {
    text-align: left !important;
  }
}


.lp-main {
  line-height: 2.4;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.lp-main img {
  max-width: 100%;
  height: auto;
}

.mtS {
  margin-top: 20px;
}
.mtM {
  margin-top: 40px;
}
.mtL {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mtL {
    margin-top: 50px;
  }
}
.txtS {
  font-size: 90%;
}
.txt120 {
  font-size: 120%;
}
.txt_center{
  text-align: center;
}




.mv{
 width: 100%;
 position: relative;
 height: calc(100vh - 199px + 94px);
 margin: -94px 0 0;
}

.mv_over{
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 60%;
  max-width: 600px;
}
.mv_logo{
  animation: fadeIN 1.5s 1.5s forwards;
  opacity: 0;
}
.mv_txt{
  margin-top: 60px;
  opacity: 0;
  animation: fadeIN 1.5s 2s forwards;
}

img.mv_img_bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;

}

@media (max-width: 768px) {
  .mv{
    height: calc(100vh - 199px );
    margin:  0 0;
  }
.mv_over{
  max-width: 400px;
  width: 80%;
  height: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
}

.mv_logo{
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  width: 100%;
}
.mv_txt{
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
  width: 60%;
}

}





.sec{
  padding: 80px 0;
  min-height: 80vh;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


.sec h2{margin: 0 0 30px;}
.sec h2 span{
  display: block;
  font-weight: bold;
  font-size: 120%;
}

.scroll_wrap{
  position: relative;
}

.scroll_1{
  background:#fff;
  transition: 0.8s;
}
.scroll_2{
  transition: 0.8s;
  background: #c8bbac;
}
.sec_last{
  background:#fff;
  transition: 0.8s;
}


.slide{
  margin: 0 auto 60px;
  max-width: 400px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid;
  line-height: 0;
  font-size: 0;
}
.slick-slide li img{
  border-radius: 10px;
}

.sec_intro{
  background: #fff;
}

.inner{
  padding: 0 20px;
}

@media (max-width: 768px) {
  .inner{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

}
.lp-products-button a {
border: 1px solid #613478;
color: #fff;
background: #613478;
transition: 0.5s ease;
text-align: center;
border-radius: 50px;
font-size: 16px;
position: relative;
display: block;
overflow: hidden;
padding: 15px 55px;
max-width: 300px;
margin: 30px auto 0;
}

.lp-products-button a span i svg path{
fill: #fff;
}
.lp-products-button a:hover {
background: #fff;
color: #613478;
}
.lp-products-button a:hover span i svg path{
fill: #613478;
}


.slick-arrow.slick-next::before {
  background-position: right;
}

@media (max-width: 768px){
.slick-arrow.slick-prev {
    left: -18px;
}
}