/* 

　MV メインビュー

 */
.l-mv {
  position: relative;
  height: max(50vh, 1000px);
  overflow: hidden;
}
.l-mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 105%;
  max-width: 70%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%),
  url('../img/bg-mv.webp') center / cover no-repeat;
}
.l-mv-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
.l-mv-msg {
  position: relative;
  color: var(--color-primary);
  width: 68%;
  z-index: 2;
}
.l-mv-msg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  /* width: 50vw;
  height: 50vw;
  max-width: 700px;
  max-height: 700px; */
  width: clamp(500px, 80vw, 600px);
  height: clamp(500px, 80vw, 600px);

  background: no-repeat center / cover url('../img/bg-ink.webp');
  opacity: .25;
  z-index: -1;
}

.l-mv .c-ttl-mv-pre {
}
.l-mv .c-ttl-mv {
  font-size: clamp(3.8rem, 2.3328rem + 2.16vw, 6rem);
  line-height: 1.4;
  padding: 3rem 0;
}
.l-mv .c-text-mv {
  font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
  line-height: 0;
  padding: 0;
  background-color: transparent;
}

.l-mv-five {
  width: 32%;
  z-index: 9;
}
.l-mv-five > div {
  width: min(90%, 600px);
  margin-inline: auto;
}

@media (max-width: 960px) {
  .l-mv {
    height: min(800px, 100vh);
  }

  .l-mv::before {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    height: 60%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%),
    url('../img/bg-mv.webp') center / cover no-repeat;
  }

  .l-mv-inner {
    flex-direction: column;
    justify-content: space-evenly;
  }

  .l-mv .c-ttl-mv-pre {
    font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  }

  .l-mv .c-ttl-mv {
    font-size: clamp(3.2rem, 2.0672rem + 2.36vw, 4.9rem);
    padding: 1.5rem 0;
    margin: 0;
  }
  .l-mv .c-text-mv {
    font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
    line-height: 1.6;
  }
  
  .l-mv-msg {
    width: max-content;
    max-width: 100%;
  }
  .l-mv-msg::before {
    left: 50%;

  }
  .l-mv-five {
    max-width: 360px;
    width: 100%;
  }

}


@media (max-width: 768px) {
  .l-mv .c-ttl-mv {
    font-size: clamp(2.8rem, 1.9328rem + 1.81vw, 4.1rem);
  }
}

@media (max-width: 479px) {
  .l-mv .c-ttl-mv-pre {
    letter-spacing: 0;
  }
}



/* 

　about

 */
.l-front-about-inner {
  margin-bottom: 40px;
}

.l-front-about-inner .c-ttl-front-about {
  text-align: center;
  color: var(--color-primary);
  font-size: clamp(2.5rem, 1.9008rem + 1.25vw, 3.4rem);
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 3;
}

.l-front-about-inner .c-text-front-about {
  margin-bottom: 80px;
}

.c-front-about-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
}

.c-front-about-msg h3 {
  text-align: center;
  color: #fff;
  padding: .5em 1em;
  border-radius: 32px;
  margin-bottom: 28px;
  background-color: var(--color-primary);
}


/* .c-front-about-msg p {
  color: var(--color-txt);
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 2;
} */

.c-front-about-logo {
  display: grid;
  place-content: center;
}
.c-front-about-logo > div {
  /* width: 280px; */
  overflow: hidden;
}


@media (max-width: 960px) {
  .c-front-about-main {
    grid-template-columns: 1fr;
    gap: 8rem;
  }


  
}


@media (max-width: 479px) {
  .l-front-about-inner .c-ttl-front-about {
    line-height: 1.4;
  }
  .l-front-about-inner .c-text-front-about {
    margin-block: 2rem 4rem;
  }
  /* .c-front-about-msg p {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 90%;
    margin-inline: auto;
  } */
}




/* 

　strength

 */
.l-strength-main {
  margin-block: 8rem;
}

.l-strength-list li {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  margin-bottom: 20rem;
}
.l-strength-list li.reverse {
  direction: rtl;
}

.l-strength-msg {
  padding: 3rem;
  background-color: rgba(255, 255, 255, .4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.l-strength-msg-inner {
  position: relative;
  padding: 3rem;
}
.l-strength-msg-inner::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 3rem;
  height: 3rem;
  border-top: 1px solid var(--color-txt);
  border-left: 1px solid var(--color-txt);
}
.l-strength-msg-inner::after {
  content: "";
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 3rem;
  height: 3rem;
  border-right: 1px solid var(--color-txt);
  border-bottom: 1px solid var(--color-txt);
}


.l-strength-msg-inner > p {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 1em;
}

.l-strength-msg-inner.right > h3,
.l-strength-msg-inner.right > p {
  text-align: right;
}

.l-strength-img {
  position: relative;
}
.l-strength-img-inner {
  position: absolute;
  top: 8rem;
}

@media (max-width: 960px) {
  .l-strength-main {
    margin-block: 4rem;
  }

  .l-strength-list {
    width: min(100%, 500px);
    margin-inline: auto;
  }

  .l-strength-list li {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .l-strength-img-inner {
    position: relative;
    top: 0;
  }
  


}




/* 

　service

 */
#service-price {
  z-index: 2;
}
.l-service-ex {
  margin-block: 4rem 4rem;
}

.l-service-link {
  width: min(100%, 600px);
  height: min(300px, 600px);
  margin-inline: auto;
  background: no-repeat center / contain url('../img/service-image.webp');
}





/* 

　instagram

*/
.l-instagram {
  padding-bottom: 60px;
}
.l-instagram-main {
  margin-block: 6rem;
}
.l-instagram-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-inline: auto;
}
.l-instagram-link {
  display: grid;
  align-items: center;
  justify-items: center;
}

@media (max-width: 960px) {
  .l-instagram-list {
    grid-template-columns: repeat(2, 1fr);
    width: min(100%, 360px);
  }
}




/* 

　LINE

 */
.l-top-line {
  padding-top: 60px;
}
.l-top-line-main {
  margin-top: 8rem;
}

.l-top-line-list {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
}
.l-top-line-list li {
  width: 220px;
}
.l-top-line-list li > h3 {
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
  margin-bottom: 1rem;
}
.l-top-line-list li > div {
  width: 100%;
  height: 240px;
}

.l-top-line-list li > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1024px) {

  .l-top-line-list li {
    width: 205px;
  }
  
  
}
@media (max-width: 960px) {

  .l-top-line-list li {
    width: 300px;
  }
  
}


/* 

　Contact

 */
.l-contact-main {
  display: grid;
  place-content: center;
}

.l-contact-link {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 8rem;
}

@media (max-width: 960px) {

  .l-contact-link {
    flex-direction: column;
    gap: 8rem;
  }

}
