@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.5em;
  min-height: 100vh;
  background: #C1E3F2;
}

ul, ol {
  list-style-type: none;
}

a:hover {
  opacity: 1;
}

a:focus {
  outline: none;
}

img {
  height: auto;
  border: 0;
  vertical-align: top;
  max-width: 100%;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

video {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  outline: none;
}

section {
  z-index: -10;
}

.content_wrap {
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: visible;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 30px rgba(20, 166, 200, 0.5);
  background-image: linear-gradient(178deg, #ffeef6, #71cff9);
  z-index: -5;
}
.content_wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.content_wrap p img {
  width: 100%;
  height: auto;
  display: block;
}
.content_wrap .top-back {
  max-width: 750px;
  position: relative;
}
.content_wrap .top-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/3.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  z-index: 1;
}
.content_wrap .top-back .top-font {
  width: 84%;
  margin: 100px auto 0px;
}
@media only screen and (max-width: 768px) {
  .content_wrap .top-back .top-font {
    font-size: 0.94em;
    top: 74%;
    letter-spacing: 1em;
    margin: 30px auto;
  }
}
.content_wrap .top-back .top-font .white-sen {
  background: rgba(255, 255, 255, 0.5215686275);
  padding: 6px 1px 3px 6px;
  margin-right: 10px;
}
.content_wrap .top-back .top-font .top-font-2 {
  letter-spacing: 0.5em;
}
@media only screen and (max-width: 768px) {
  .content_wrap .top-back .top-font .top-font-2 {
    letter-spacing: 0.3em;
  }
}
.content_wrap .top-back .title-wrap {
  margin: 0px auto;
}
.content_wrap .top-back .title-wrap .title-1 {
  width: 20%;
  margin: 20px auto;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px) {
  .content_wrap .top-back .title-wrap .title-1 {
    width: 25%;
    margin: 10px auto;
  }
}
.content_wrap .top-back .title-wrap .title-2 {
  width: 20%;
  margin: 40px auto;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px) {
  .content_wrap .top-back .title-wrap .title-2 {
    margin: 20px auto;
  }
}
.content_wrap .tatesen-wrap {
  height: 100px;
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  .content_wrap .tatesen-wrap {
    height: 50px;
    margin: 30px auto;
  }
}
.content_wrap .tatesen-wrap .tatesen {
  width: 1px;
  height: 0;
  background-color: white;
  animation: lineGrowAndFade 2s ease-in-out infinite;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content_wrap .tatesen-wrap .tatesen {
    animation: lineGrowAndFadeSP 2s ease-in-out infinite;
  }
}
@keyframes lineGrowAndFade {
  0% {
    height: 0;
    opacity: 0;
  }
  25% {
    height: 100px;
    opacity: 1;
  }
  50% {
    height: 100px;
    opacity: 0;
  }
  75% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes lineGrowAndFadeSP {
  0% {
    height: 0;
    opacity: 0;
  }
  25% {
    height: 50px;
    opacity: 1;
  }
  50% {
    height: 50px;
    opacity: 0;
  }
  75% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
.content_wrap .second-title {
  width: 48%;
  margin: auto;
}

.logo-animation {
  width: 39%;
  opacity: 0;
  padding: 100px 0px 0px 0px;
  margin: auto;
  text-align: center;
  padding-right: 58px;
}
@media only screen and (max-width: 768px) {
  .logo-animation {
    width: 41%;
    /* padding: 50px 0px 0px 0px; */
    padding-right: 10%;
  }
}
.logo-animation svg {
  width: 100%;
  height: auto;
}
.logo-animation path,
.logo-animation line,
.logo-animation circle {
  stroke-width: 4.5px;
  fill: none;
}
#line-svg {
  width: 100%;
  height: auto;
}

#linePath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.line-container {
  position: relative;
}
.line-container .omoi-wrap {
  z-index: 3;
  position: absolute;
  top: 10%;
  width: 100%;
  padding: 8%;
}
.line-container .omoi-wrap div {
  color: white;
  font-size: 1.9em;
  line-height: 5.2rem;
  letter-spacing: 1rem;
  font-family: Zen Kaku Gothic New Medium;
  font-weight: 500;
  letter-spacing: 5.1px;
  word-wrap: break-word;
  text-shadow: 0px 0px 30px rgb(89, 178, 212);
}
@media only screen and (max-width: 768px) {
  .line-container .omoi-wrap div {
    font-size: 0.94em;
    line-height: 2.7em;
    letter-spacing: 0.5em;
  }
}
.line-container .omoi-wrap .omoi-font-2 {
  text-align: center;
  font-size: 1.3em;
  line-height: 4rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .line-container .omoi-wrap .omoi-font-2 {
    text-align: center;
    font-size: 0.7rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
  }
}

.card-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: transparent;
  overflow: hidden;
}

.card-animation-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  z-index: 10;
  will-change: transform;
}

.promise-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.new-promise .block {
  width: 52%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  margin: auto;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .new-promise .block {
    width: 86%;
  }
}
.new-promise .block p {
  display: inline-block;
  font-size: 60px;
  font-family: "Great Vibes", cursive;
  padding: 0;
  margin: 0;
}
.new-promise .block img {
  border-radius: 188px 0px 0px 0px;
}
.new-promise .block-one {
  color: #fff;
  z-index: 100;
}
.new-promise .block-two {
  z-index: 200;
}
.new-promise .block-three {
  z-index: 300;
}
.new-promise .block-4 {
  z-index: 400;
}
.new-promise .block-5 {
  z-index: 500;
}
.new-promise .block-6 {
  z-index: 600;
}
.new-promise .block-7 {
  z-index: 700;
}
.new-promise .block-8 {
  z-index: 800;
}

.new-section {
  margin-top: 0px;
  width: 100%;
  max-width: 750px;
  padding: 0px 20px 100px;
}
@media only screen and (max-width: 768px) {
  .new-section {
    padding: 30px 20px 70px;
  }
}
.new-section-title {
  width: 82%;
  margin: auto;
}
.new-section .hoshi {
  margin: 50px auto;
  width: 3%;
}

.new-products {
  width: 70%;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .new-products {
    width: 90%;
    margin: 50px auto;
  }
}
.new-products-detail {
  width: 100%;
}
.new-products-botan {
  width: 97%;
  margin: 0px auto;
}

.footer-wrap {
  width: 100%;
  border-top: 2px solid white;
  margin: 200px auto 100px;
}
@media only screen and (max-width: 768px) {
  .footer-wrap {
    margin: 70px auto 50px;
  }
}
.footer-wrap .hp-link-1 {
  margin: 100px auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer-wrap .hp-link-1 {
    margin: 50px auto;
  }
}
.footer-wrap .hp-link-2 {
  margin: 100px auto;
  width: 67%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer-wrap .hp-link-2 {
    margin: 50px auto;
  }
}

.sns-waku {
  display: flex;
  justify-content: space-between;
  width: 76%;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .sns-waku {
    margin: 50px auto;
  }
}
.sns-waku .sns-waku-1 {
  width: 26%;
}
.sns-waku .sns-waku-2 {
  width: 26%;
}
.sns-waku .sns-waku-3 {
  width: 26%;
}
.sns-waku a {
  width: 100%;
  display: block;
}

.copyright {
  font-size: 15px;
  margin: auto;
  color: #8E9497;
  text-align: center;
}/*# sourceMappingURL=lpstyle_1.css.map */