/* CSS Document */
div,
ul,
li,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
table,
hr,
figure {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*main */
/* LP base */
.lp-line-touroku {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdfb 52%, #ffffff 100%);
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  line-height: 1.75;
}

/* Normalize box sizing inside LP */
.lp-line-touroku,
.lp-line-touroku * {
  box-sizing: border-box;
}

/* Responsive image defaults */
.lp-line-touroku img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* Content container */
.lp-line-touroku .container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 18px 64px;
}

/* Hero area */
.lp-line-touroku__hero {
  padding-top: 0;
  margin-right: -18px;
  margin-left: -18px;
  overflow: hidden;
}

/* Hero background and inner spacing */
.lp-line-touroku__hero-inner {
  position: relative;
  padding: 70px 18px 24px;
  overflow: hidden;
  background-image: url("https://gigaplus.makeshop.jp/marry2007/lp/line_tomodachi_syokai/image/top.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* Subcopy row */
.lp-line-touroku__subcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 26px 0 10px;
  color: #000000;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.lp-line-touroku__subcopy::before,
.lp-line-touroku__subcopy::after {
  content: "";
  display: block;
  width: 2px;
  height: 17px;
  background: #0e0e0e;
  border-radius: 999px;
  flex: 0 0 auto;
}

.lp-line-touroku__subcopy::before {
  margin-right: 4px;
  transform: rotate(-34deg);
}

.lp-line-touroku__subcopy::after {
  margin-left: 4px;
  transform: rotate(34deg);
}

/* Subcopy LINE logo */
.lp-line-touroku__subcopy-logo {
  width: 112px;
  flex: 0 0 auto;
}

/* Main title */
.lp-line-touroku__title {
  display: block;
  width: auto;
  margin: 0 auto;
  color: #0ec75b;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic UI", "YuGothic", Meiryo, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  -webkit-text-stroke: 0.015em currentColor;
  paint-order: stroke fill;
  word-break: keep-all;
}

.lp-line-touroku__title-main,
.lp-line-touroku__title-sub {
  display: block;
}

.lp-line-touroku__title-main {
  font-size: 1.18em;
  line-height: 0.95;
}

.lp-line-touroku__title-sub {
  margin-top: 0.04em;
  font-size: 0.84em;
  line-height: 0.96;
}

/* Hero visual wrapper */
.lp-line-touroku__visual {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: -54px auto -42px;
  padding-right: 20px;
}

/* People illustration */
.lp-line-touroku__people {
  display: block;
  width: 100%;
  margin: 0 auto;
  filter: none;
}

/* Member-only badge */
.lp-line-touroku__badge {
  position: absolute;
  top: 95px;
  right: -5px;
  width: 82px;
  z-index: 2;
  transform-origin: center bottom;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.16));
  animation: none;
  transform: none;
}

/* Lead text */
.lp-line-touroku__lead {
  margin: 0 auto;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  max-width: 20em;
  text-align: center;
  text-wrap: balance;
}

/* Small note */
.lp-line-touroku__note {
  margin: 2px 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* Button wrapper */
.lp-line-touroku__button-wrap {
  position: relative;
  margin: 26px auto 0;
  text-align: center;
}

.lp-line-touroku__hero .lp-line-touroku__button-wrap {
  margin-top: 18px;
}

/* Button link */
.lp-line-touroku__button-link {
  display: inline-block;
  position: relative;
  line-height: 0;
  text-decoration: none;
  transition: transform 0.28s ease, filter 0.28s ease;
  border-radius: 0;
}

.lp-line-touroku__button-link:hover {
  transform: translateY(-3px) scale(1.01);
  filter: saturate(1.03);
}

.lp-line-touroku__button-link:active {
  transform: translateY(0) scale(0.995);
}

.lp-line-touroku__button-link:focus-visible {
  outline: 3px solid rgba(6, 199, 85, 0.28);
  outline-offset: 5px;
}

/* Button image */
.lp-line-touroku__button-image {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: 0 0 0 4px transparent, 0 14px 28px rgba(0, 0, 0, 0.16), 0 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-mask-image: radial-gradient(ellipse 94% 78% at 50% 50%, #000 68%, rgba(0, 0, 0, 0.96) 78%, rgba(0, 0, 0, 0.72) 88%, transparent 100%);
  mask-image: radial-gradient(ellipse 94% 78% at 50% 50%, #000 68%, rgba(0, 0, 0, 0.96) 78%, rgba(0, 0, 0, 0.72) 88%, transparent 100%);
}

.lp-line-touroku__hero .lp-line-touroku__button-image {
  max-width: 348px;
  box-shadow: 0 0 0 4px transparent, 0 16px 30px rgba(6, 199, 85, 0.18), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.lp-line-touroku__button-wrap--member .lp-line-touroku__button-image {
  box-shadow: 0 0 0 4px transparent, 0 16px 30px rgba(155, 128, 67, 0.2), 0 4px 0 rgba(0, 0, 0, 0.08);
}

@keyframes lp-line-touroku-badge-bounce {
  0%, 18%, 36%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  9% {
    transform: translateY(-12px) rotate(-3deg) scale(1.06);
  }
  24% {
    transform: translateY(-6px) rotate(2deg) scale(1.03);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lp-line-touroku__badge {
    animation: none;
  }
  .lp-line-touroku__button-link {
    transition: none;
  }
}
/* Divider */
.lp-line-touroku__divider {
  margin: 36px 0 40px;
  text-align: center;
}

/* Divider image */
.lp-line-touroku__divider-img {
  display: block;
  width: 100%;
}

/* Content section */
.lp-line-touroku__section {
  margin: 0 0 56px;
}

/* STEP label */
.lp-line-touroku__step {
  margin: 0 0 14px;
  text-align: center;
}

/* STEP image */
.lp-line-touroku__step-img {
  width: 48px;
}

/* Section title */
.lp-line-touroku__section-title {
  margin: 0;
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.02em;
  text-align: center;
  word-break: keep-all;
}

/* Section body text */
.lp-line-touroku__section-text {
  margin: 16px auto 0;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.82;
  max-width: 25.6em;
  text-align: left;
  text-wrap: normal;
}

/* Content image area */
.lp-line-touroku__image-box {
  margin: 24px auto 0;
  text-align: center;
}

/* Step 1 image width */
.lp-line-touroku__image-box--step1 {
  max-width: 318px;
}

/* Step 2 image width */
.lp-line-touroku__image-box--step2 {
  max-width: 316px;
}

/* Content image */
.lp-line-touroku__content-image {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 0;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1), 0 8px 18px rgba(15, 23, 42, 0.06);
}

/* Member box */
.lp-line-touroku__member-box {
  margin: 0 auto;
  padding: 38px 18px 26px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

/* Member box title */
.lp-line-touroku__member-title {
  margin: 0;
  color: #333333;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

/* Member box text */
.lp-line-touroku__member-text {
  margin: 16px auto 0;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  max-width: 25.6em;
  text-align: center;
  text-wrap: balance;
}

/* Member button spacing */
.lp-line-touroku__button-wrap--member {
  margin-top: 22px;
}

.lp-line-touroku__button-wrap--member .lp-line-touroku__button-image {
  max-width: 276px;
}

/* Tablet and up */
@media screen and (min-width: 768px) {
  .lp-line-touroku .container {
    padding-right: 28px;
    padding-left: 28px;
  }
  .lp-line-touroku__hero {
    margin-right: -28px;
    margin-left: -28px;
  }
  .lp-line-touroku__hero-inner {
    padding: 76px 60px 28px;
  }
  .lp-line-touroku__subcopy {
    gap: 5px;
    margin-top: 90px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .lp-line-touroku__subcopy-logo {
    width: 120px;
  }
  .lp-line-touroku__title {
    font-size: 54px;
  }
  .lp-line-touroku__visual {
    max-width: 360px;
    margin-top: -58px;
    margin-bottom: -44px;
    padding-right: 20px;
  }
  .lp-line-touroku__visual::before {
    top: 35px;
    left: 135px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    line-height: 1;
  }
  .lp-line-touroku__visual::after {
    top: 69px;
    left: 141px;
    width: 10px;
    height: 10px;
  }
  .lp-line-touroku__badge {
    top: 80px;
    right: -20px;
    width: 96px;
  }
  .lp-line-touroku__lead {
    font-size: 18px;
    line-height: 1.75;
    max-width: 20em;
  }
  .lp-line-touroku__hero .lp-line-touroku__button-wrap {
    margin-top: 14px;
  }
  .lp-line-touroku__hero .lp-line-touroku__button-image {
    max-width: 384px;
  }
  .lp-line-touroku__section-title {
    font-size: 26px;
    line-height: 1.38;
  }
  .lp-line-touroku__section-text,
  .lp-line-touroku__member-text {
    font-size: 13px;
    max-width: 25.6em;
  }
  .lp-line-touroku__member-title {
    font-size: 18px;
  }
  .lp-line-touroku__divider {
    margin-top: 40px;
    margin-bottom: 48px;
  }
  .lp-line-touroku__section {
    margin-bottom: 60px;
  }
  .lp-line-touroku__step {
    margin-bottom: 16px;
  }
  .lp-line-touroku__step-img {
    width: 50px;
  }
  .lp-line-touroku__image-box {
    margin-top: 26px;
  }
  .lp-line-touroku__image-box--step1 {
    max-width: 324px;
  }
  .lp-line-touroku__image-box--step2 {
    max-width: 320px;
  }
  .lp-line-touroku__member-box {
    padding: 42px 22px 30px;
  }
  .lp-line-touroku__button-wrap--member {
    margin-top: 26px;
  }
  .lp-line-touroku__button-wrap--member .lp-line-touroku__button-image {
    max-width: 284px;
  }
}
/* Small screens */
@media screen and (max-width: 480px) {
  .lp-line-touroku .container {
    padding-right: 14px;
    padding-left: 14px;
  }
  .lp-line-touroku__hero {
    margin-right: -14px;
    margin-left: -14px;
  }
  .lp-line-touroku__hero-inner {
    padding: 62px 14px 22px;
    background-size: 100% auto;
  }
  .lp-line-touroku__subcopy {
    gap: 5px;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    top: 0;
  }
  .lp-line-touroku__subcopy::before,
  .lp-line-touroku__subcopy::after {
    width: 2px;
    height: 15px;
  }
  .lp-line-touroku__subcopy-logo {
    width: 100px;
  }
  .lp-line-touroku__title {
    font-size: 42px;
    position: relative;
    top: 0;
  }
  .lp-line-touroku__visual {
    max-width: 320px;
    margin-top: -46px;
    margin-bottom: -34px;
    padding-right: 20px;
  }
  .lp-line-touroku__visual::before {
    top: 29px;
    left: 116px;
    width: 38px;
    height: 38px;
    border-width: 3px;
    font-size: 22px;
    line-height: 1;
  }
  .lp-line-touroku__visual::after {
    top: 60px;
    left: 122px;
    width: 9px;
    height: 9px;
  }
  .lp-line-touroku__badge {
    top: 80px;
    right: -30px;
    width: 96px;
  }
  .lp-line-touroku__lead {
    font-size: 14px;
    line-height: 1.75;
    max-width: 20em;
  }
  .lp-line-touroku__hero .lp-line-touroku__button-wrap {
    margin-top: 10px;
  }
  .lp-line-touroku__hero .lp-line-touroku__button-image {
    max-width: 320px;
  }
  .lp-line-touroku__divider {
    margin-top: 34px;
    margin-bottom: 40px;
  }
  .lp-line-touroku__section {
    margin-bottom: 46px;
  }
  .lp-line-touroku__section-title {
    font-size: 24px;
    line-height: 1.4;
  }
  .lp-line-touroku__section-text,
  .lp-line-touroku__member-text {
    font-size: 13px;
    line-height: 1.85;
    max-width: 23em;
  }
  .lp-line-touroku__member-box {
    padding: 32px 16px 24px;
  }
  .lp-line-touroku__member-title {
    font-size: 16px;
  }
  .lp-line-touroku__step {
    margin-bottom: 14px;
  }
  .lp-line-touroku__step-img {
    width: 46px;
  }
  .lp-line-touroku__image-box {
    margin-top: 22px;
  }
  .lp-line-touroku__image-box--step1 {
    max-width: 310px;
  }
  .lp-line-touroku__image-box--step2 {
    max-width: 308px;
  }
  .lp-line-touroku__button-wrap--member {
    margin-top: 24px;
  }
  .lp-line-touroku__button-wrap--member .lp-line-touroku__button-image {
    max-width: 280px;
  }
}/*# sourceMappingURL=styles.css.map */