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

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6, li) {
  overflow-wrap: break-word;
  line-height: inherit;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
  cursor: not-allowed;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0;
  word-wrap: break-word;
  position: relative;
  color: #222;
  background: #fc87db url(/static/wedcamp/fansite-pc/feature/sticker_book/assets/images/bg_main_pc.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 960px) {
  body {
    background: #fc87db;
  }
}
@media screen and (max-width: 960px) {
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    background: url(/static/wedcamp/fansite-pc/feature/sticker_book/assets/images/bg_main_sp.jpg) no-repeat center top/cover;
    pointer-events: none;
    transform: translateZ(0);
  }
}
body.is-modal-open, body.is-nav-open {
  overflow: hidden;
}

::selection {
  background: #d4337b;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover, a:visited {
  text-decoration: inherit;
}

img {
  max-width: 100%;
  user-select: none;
  pointer-events: none;
  display: block;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.lp-main {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.lp-hero {
  display: flex;
  justify-content: center;
  padding: calc(40 / 1920 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-hero {
    padding: calc(40 / 750 * 100vw) 0;
    translate: 0 calc(50 / 750 * 100vw);
  }
}
.lp-hero__inner {
  max-width: calc(842 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-hero__inner {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
}
.lp-hero__title {
  translate: 0 calc(-80 / 1920 * 100vw);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .lp-hero__title {
    translate: calc(0 / 750 * 100vw) -50%;
    width: calc(548 / 750 * 100vw);
    position: absolute;
    top: 50%;
    left: -2%;
  }
}
.lp-hero__image {
  translate: calc(120 / 1920 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-hero__image {
    translate: calc(0 / 750 * 100vw) 0;
    width: calc(266 / 750 * 100vw);
    flex-shrink: 0;
  }
}

.lp-section {
  margin: calc(80 / 1920 * 100vw) auto;
}
@media screen and (max-width: 960px) {
  .lp-section {
    margin: calc(80 / 750 * 100vw) auto;
  }
}
.lp-section__inner {
  margin: 0 auto;
  max-width: calc(1280 / 1920 * 100vw);
  background: rgba(212, 51, 123, 0.8);
  color: white;
  border-radius: calc(20 / 1920 * 100vw);
  padding: calc(50 / 1920 * 100vw);
  padding-right: calc(70 / 1920 * 100vw);
  position: relative;
}
@media screen and (max-width: 960px) {
  .lp-section__inner {
    max-width: 94%;
    background: rgba(201, 0, 90, 0.8);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
  }
}
.lp-section__texts {
  font-size: calc(20 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section__texts {
    font-size: calc(28 / 750 * 100vw);
  }
}
.lp-section__texts p {
  line-height: 2;
}
.lp-section__texts p:not(:last-of-type) {
  margin-bottom: calc(20 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section__texts p:not(:last-of-type) {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.lp-section__texts > h3 {
  font-size: calc(24 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section__texts > h3 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    text-align: center;
  }
}
.lp-section__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(40 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section__button {
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
  }
}
.lp-section__button .lp-cta-link {
  background: black;
  color: white;
  font-size: calc(24 / 1920 * 100vw);
  font-weight: bold;
  padding: calc(20 / 1920 * 100vw) calc(140 / 1920 * 100vw);
  border-radius: calc(200 / 1920 * 100vw);
  box-shadow: 0 calc(5 / 1920 * 100vw) 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .lp-section__button .lp-cta-link {
    font-size: calc(34 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(140 / 750 * 100vw);
    border-radius: calc(200 / 750 * 100vw);
    box-shadow: 0 calc(5 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    width: 90%;
    text-align: center;
  }
}
.lp-section__button .lp-register-link {
  background: #ff0054;
  color: white;
  font-size: calc(24 / 1920 * 100vw);
  font-weight: bold;
  padding: calc(20 / 1920 * 100vw) calc(140 / 1920 * 100vw);
  border-radius: calc(200 / 1920 * 100vw);
  box-shadow: 0 calc(5 / 1920 * 100vw) 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .lp-section__button .lp-register-link {
    font-size: calc(34 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(140 / 750 * 100vw);
    border-radius: calc(200 / 750 * 100vw);
    box-shadow: 0 calc(5 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    width: 90%;
    text-align: center;
  }
}
.lp-section__flex {
  display: flex;
  gap: calc(40 / 1920 * 100vw);
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .lp-section__flex {
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.lp-section__flex > h2 {
  width: calc(180 / 1920 * 100vw);
  flex-shrink: 0;
  background: #ea609e;
  border-radius: calc(100 / 1920 * 100vw);
  padding: calc(10 / 1920 * 100vw) 0;
  text-align: center;
  font-weight: bold;
  font-size: calc(20 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section__flex > h2 {
    width: auto;
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    min-width: calc(240 / 750 * 100vw);
  }
}
.lp-section__flex .lp-section__texts {
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .lp-section__flex .lp-section__texts {
    width: 100%;
  }
}
.lp-section__list {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section__list {
    gap: calc(10 / 750 * 100vw);
  }
}
.lp-section__list li {
  position: relative;
  padding-left: calc(30 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section__list li {
    padding-left: calc(30 / 750 * 100vw);
  }
}
.lp-section__list li:before {
  content: "⚫︎";
  position: absolute;
  top: 0;
  left: 0;
  font-size: calc(24 / 1920 * 100vw);
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .lp-section__list li:before {
    font-size: calc(30 / 750 * 100vw);
    top: calc(3 / 750 * 100vw);
  }
}
.lp-section--intro {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .lp-section--intro {
    text-align: left;
  }
}
.lp-section--intro .lp-section__icon {
  width: calc(153 / 1920 * 100vw);
  position: absolute;
  right: calc(20 / 1920 * 100vw);
  top: calc(-40 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section--intro .lp-section__icon {
    width: calc(153 / 750 * 100vw);
    right: calc(10 / 750 * 100vw);
    bottom: calc(-50 / 750 * 100vw);
    top: auto;
  }
}
.lp-section--howto .lp-section__icon {
  width: calc(197 / 1920 * 100vw);
  position: absolute;
  left: calc(20 / 1920 * 100vw);
  bottom: calc(-20 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section--howto .lp-section__icon {
    width: calc(197 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
    top: calc(-30 / 750 * 100vw);
    bottom: auto;
  }
}
.lp-section--privilege .lp-section__icon {
  width: calc(263 / 1920 * 100vw);
  position: absolute;
  right: calc(20 / 1920 * 100vw);
  top: calc(-30 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section--privilege .lp-section__icon {
    width: calc(263 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
    top: calc(-30 / 750 * 100vw);
  }
}
.lp-section--target .lp-section__icon {
  width: calc(110 / 1920 * 100vw);
  position: absolute;
  right: calc(30 / 1920 * 100vw);
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .lp-section--target .lp-section__icon {
    width: calc(110 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    translate: 0 0;
  }
}
.lp-section--period .lp-section__icon {
  width: calc(181 / 1920 * 100vw);
  position: absolute;
  left: calc(-70 / 1920 * 100vw);
  bottom: calc(-40 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section--period .lp-section__icon {
    width: calc(181 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    bottom: auto;
  }
}
@media screen and (max-width: 960px) {
  .lp-section--period h3 {
    text-align: center;
  }
}
.lp-section--notice .lp-section__icon {
  width: calc(191 / 1920 * 100vw);
  position: absolute;
  right: calc(-70 / 1920 * 100vw);
  top: calc(-20 / 1920 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-section--notice .lp-section__icon {
    width: calc(191 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
  }
}

.lp-font-smaller {
  font-size: inherit;
}

.lp-footer {
  padding: calc(200 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw) 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .lp-footer {
    padding: calc(200 / 750 * 100vw) 0 calc(100 / 750 * 100vw) 0;
  }
}

/* -----------------------------

vendor style

----------------------------- */
body.is-modal-open {
  overflow: hidden;
}

.modal-container {
  display: none;
}
.modal-container.is-modal-active {
  z-index: 9999;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.modal-container.is-modal-active .modal-inner {
  animation: showModalContent 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-active-from-right .modal-inner {
  animation: showModalContentFromRight 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-active-from-left .modal-inner {
  animation: showModalContentFromLeft 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-closing .modal-inner {
  animation: closingModalContent 0.2s 1 ease-out forwards;
}
.modal-container.is-modal-closing-to-left .modal-inner {
  animation: closingModalContentToLeft 0.2s 1 ease-in forwards;
}
.modal-container.is-modal-closing-to-right .modal-inner {
  animation: closingModalContentToRight 0.2s 1 ease-in forwards;
}
.modal-container.is-modal-closing .modal-close {
  animation: closingModalBg 0.2s 1 ease forwards;
}
.modal-container .modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 20vw;
  max-width: 80vw;
  min-height: 20vh;
  max-height: 90vh;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  pointer-events: all;
  overflow: hidden;
}
.modal-container .modal-content {
  flex: 1;
  min-height: 0;
  padding: 5vw;
  overflow: auto;
}
.modal-container .modal-content img {
  max-width: 100%;
  max-height: 100%;
}
.modal-container .modal-close {
  z-index: 9999;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: transparent;
  text-indent: -9999px;
  pointer-events: all;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .modal-container .modal-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
  }
}
.modal-container .modal-close:before, .modal-container .modal-close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #000;
  content: "";
}
.modal-container .modal-close:before {
  transform: rotate(45deg);
}
.modal-container .modal-close:after {
  transform: rotate(-45deg);
}
.modal-container .modal-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal-container .modal-nav--prev, .modal-container .modal-nav--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  z-index: 9998;
  width: 3vw;
  height: 3vw;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  pointer-events: all;
}
.modal-container .modal-nav--prev:before, .modal-container .modal-nav--next:before {
  display: block;
  position: absolute;
  top: 0.75vw;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 2px solid #fff;
  content: "";
}
.modal-container .modal-nav--prev {
  left: 2.5vw;
}
.modal-container .modal-nav--prev:before {
  transform: rotate(45deg);
  left: calc(0.75vw + 2px);
  border-left: 2px solid #fff;
}
.modal-container .modal-nav--next {
  right: 2.5vw;
}
.modal-container .modal-nav--next:before {
  transform: rotate(-45deg);
  left: calc(0.75vw - 2px);
  border-right: 2px solid #fff;
}

.modal-bg {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal-bg:not(.is-bg-kept) {
  animation: showModal 0.4s 1 ease-out forwards;
}
.modal-bg.is-modal-closing {
  animation: closingModalBg 0.2s 1 ease-out forwards;
}

@keyframes showModal {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes showModalContent {
  0% {
    display: none;
    opacity: 0;
    translate: 0 20px;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes showModalContentFromLeft {
  0% {
    display: none;
    opacity: 0;
    translate: -20px 0;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: -20px 0;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes showModalContentFromRight {
  0% {
    display: none;
    opacity: 0;
    translate: 20px 0;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: 20px 0;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes closingModalContent {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 20px;
  }
}
@keyframes closingModalContentToLeft {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: -20px 0;
  }
}
@keyframes closingModalContentToRight {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 20px 0;
  }
}
@keyframes closingModalBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
