@charset "utf-8";

.gjs-dashed .lower-fv-img::before{
  display:none;
}

.gjs-dashed .makimono img ,
.gjs-dashed .makimono-txt,
.gjs-dashed .makimono-img{
  clip-path: inset(0 0 0 0);
}

.gjs-dashed .top-about-txt {
  margin: 0;
}

html { scroll-behavior: smooth;}

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

.accent{
  font-family: "Zen Old Mincho", serif;
}

.english{
  font-family: "Playfair Display",  serif;
}

#root{
  overflow:hidden;
}

strong{
  font-weight: 400;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight:900;
  line-height:1.5;  
  font-family: "Playfair Display", "Zen Old Mincho",  serif;
}

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

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

.sp{
  display:none;
}

a{
  color:#000000;
  cursor: pointer;
  display:inline-block;
  transition:0.3s;
}

a:hover{
  color:#000000;
  text-decoration:none;
  opacity:0.7;
}

a p{
  line-height:1;
}

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

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

.row{
  margin:0;
}

.pankuzu{
  margin:1rem 0 3rem;
  border-bottom:1px solid #AFAFAF;
}

.pankuzu .container{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size:14px;
  font-weight:900;
}

.pankuzu a{
  position: relative;
  color:#175534;
  padding-bottom:12px;
}

.pankuzu a:hover{
  opacity:0.7;
  color:#175534;
}

.pankuzu .container  > p{
  color:#175534;
  line-height:1;
  font-weight:500;
  padding:0 1rem 12px;
  color:#1AAF14;
  position:relative;
}

.pankuzu .container  > p::before{
  content:"";
  position:absolute;
  width:100%;
  height:2px;
  background:#1AAF14;
  left:0;
  bottom:-1px;
}

strong{
  display: inline-block;
}

em{
  display: inline-block !important;
  font-style: normal;
}

.animation-2{
  animation-delay:0.3s;
}

.animation-3{
  animation-delay:0.6s;
}

.lower-fv{
  margin-top:5rem;
  position:relative;
}

.lower-fv-img{
  height:410px;
  position:relative;
}

.lower-fv-img::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:10;
  background:url(https://meisan-clean.co.jp/system_panel/uploads/images/20260529160031959521.png) no-repeat center/cover;
}

.lower-fv-img img{
  height: 100%;
  object-fit:cover;
}

.lower-fv-txt{
  width:80%;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

.lower-fv-txt .english{
  font-size:clamp(4.25rem, 3.167rem + 3.61vw, 7.5rem);
  line-height:1;
  display: inline-block;
  background: url(https://meisan-clean.co.jp/system_panel/uploads/images/20260529161115832288.png) no-repeat center/cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:bold;
}

.lower-fv-txt h1{
  color:#fff;
  font-size:clamp(1rem, 0.833rem + 0.56vw, 1.5rem);
}

.arrow-btn{
  margin:2.5rem auto 0;
  min-width:300px;
  padding:1.25rem 1rem;
  color:#fff;
  background:#000000;
  font-weight:bold;
  font-size:clamp(0.875rem, 0.75rem + 0.42vw, 1.25rem);
  text-align:left;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.arrow-btn::before{
  content:"";
  position:absolute;
  aspect-ratio:1/1;
  width:1.5rem;
  right:10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition:0.3s;
  background:url(https://meisan-clean.co.jp/system_panel/uploads/images/20260529165358196347.png) no-repeat center/contain;
}

.arrow-btn::after{
  content: "";
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  background: #00ff40;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrow-btn:hover{
  opacity:1;
  background:#00ff40;
}

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

.arrow-btn:hover::after{
  animation: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal forwards running btnHoverOutHorizontalUp;
}

@keyframes btnHoverOutHorizontalUp{
  0% {
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 0px 0%);
  }
}

.lower-title{
  text-align:center;
  margin-bottom:2.5rem;
}

.lower-title h2{
  font-size:clamp(0.75rem, 0.667rem + 0.28vw, 1rem);
}

.lower-title p{
  font-size:2rem;
  color:#1AAF14;
  line-height:1;
  margin-top:8px;
  font-weight:700;
}

.lower-title.white,
.lower-title.white p{
  color:#fff;
}

.makimono {
  overflow: hidden;
}

.makimono img {
  display: block;
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition:
    clip-path 1.5s cubic-bezier(.22,1,.36,1) 0.3s;
}

.makimono.fadeUp img {
  clip-path: inset(0 0 0 0);
}

.makimono-2 img{
  transition-delay:1s;
}

.makimono-3 img{
  transition-delay:1.5s;
}

.makimono-txt,
.makimono-img{
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s cubic-bezier(.22,1,.36,1) 0.3s;
}

.makimono-txt{
  transition: clip-path 3s cubic-bezier(.22,1,.36,1) 0.3s;
}

.makimono-txt.fadeUp,
.makimono-img.fadeUp{
  clip-path: inset(0 0 0 0);
}

@media (max-width: 1600px) {
}


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


@media screen and (max-width: 1279px) {
  .lower-fv-txt {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .lower-fv-img {
    height: 350px;
  }
  .makimono-2 img{
    transition-delay:0.5s;
  }
  .makimono-3 img{
    transition-delay:1s;
  }
}

@media screen and (max-width: 767px) {
  .makimono img,
  .makimono-img,
  .makimono-txt{
    transition-delay:0s;
  }
  body{
    font-size:12px;
  }
  .pankuzu{
    margin:8px 0% 64px;
    font-size:10px;
  }
  .pankuzu .container > p{
    padding: 0 0.25rem 6px;
  }
  .container{
    width: 90%;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  .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;
  }
  .animation-2,
  .animation-3{
    animation-delay:0s;
  }
  .lower-fv{
    margin: 4rem  0 0 ;
  }
  .lower-fv-txt {
    flex-direction: column;
    gap: 0;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    align-items: flex-start;
    top: 45%;
    width: fit-content;
  }
  .lower-fv-txt h1{
    margin: 0 0 0 auto;
  }
  .lower-fv-img {
    height: 400px;
  }
  .arrow-btn{
    min-width: 200px;
    padding: 1rem 1rem;
  }
  .arrow-btn::before{
    width: 1.25rem;
  }
}




/*インスタ*/

.instaCont section {
  display: flex;
  gap: 1rem 5%;
  flex-wrap:wrap;
  margin: 2rem 0;
  align-items:center;
}

.instaCont article {
  width: 47.5%;
}

.instaCont .imgBx01 {
  position: relative;
  display: block;
  padding: 0 0 100% 0;
}

.instaCont .imgBx01:hover {
  opacity: 0.7;
}

.instaCont .imgBx01 img,
.instaCont .imgBx01 video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;

}

.instaCont .imgBx01>span {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.instaCont .imgBx01>img+span,
.instaCont .imgBx01>video+span {
  display: none;
}

.instaCont .webgene-item-main-video {
  display: block;
  width: auto;
  max-width: 100%;
}

.instaCont .webgene-item .dayTxt {
  font-size: .85em;
  color: #FF8238;
}

.instaCont .webgene-item .snsTit {
  font-size: 1em;
  font-weight: normal;
}

@media screen and (min-width:768px) {
  .instaCont section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 0;
    margin: 2rem 0;
    justify-content: center;
  }
  .instaCont article {
    width: 47.5%;
  }


}

@media screen and (min-width:1200px) {

  .instaCont article {
    width: calc(100% / 4);
  }

}

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

  .instaCont article .container{
    width:100%;
  }
}

