@charset "UTF-8";
#particles-js {
  display: block;
  background: #fff;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#main {
  opacity: 1;
}
#main p {
  text-shadow: none;
}

.cp-page {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  color: #2b2b2b;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.cp-section {
  margin: 0 0 24px;
}

#top {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 20px 0 0;
}
@media screen and (min-width: 960px) {
  #top {
    padding: 50px 0;
  }
}

#top::after {
  content: none;
}

.cp-main-lower,
.cp-terms {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cp-main-lower,
  .cp-terms {
    width: 100%;
  }
}

.cp-terms {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  text-align: justify;
}

.cp-main-card {
  text-align: center;
}

.cp-kv {
  width: 94%;
  margin: 0 auto;
}

.cp-kv img {
  display: block;
  width: 100%;
  max-width: 850px;
  height: auto;
  margin: 0 auto;
}

.cp-period {
  margin: 25px auto 20px;
  text-align: center;
}

.cp-period-label {
  margin: 0 auto;
  width: min(85%, 420px);
  border-radius: 999px;
  padding: 7px 20px;
  display: block;
  background: #02afef;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cp-period-label {
    padding: 12px 50px;
  }
}

.cp-period-week {
  font-size: 0.78em;
}

.cp-lead {
  position: relative;
  margin: 14px auto 16px;
  width: 90%;
  max-width: 520px;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  z-index: 1;
}

.cp-lead::before,
.cp-lead::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 5px solid #f3cff1;
  background: #f78234;
  content: "";
  z-index: -1;
}

.cp-lead::before {
  transform: skew(25deg);
}

.cp-lead::after {
  transform: skew(-25deg);
}

.cp-pattern-lead {
  margin: 14px auto 16px;
  text-align: center;
  color: #ff4f9a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 0 #fff, 0 0 10px rgba(255, 160, 210, 0.35);
}

.cp-pattern-lead span {
  background: linear-gradient(transparent 50%, #e9ff86 50%);
  padding: 0 0.1em;
}

.cp-pattern-guide {
  margin: 0 auto 14px;
  text-align: center;
  color: #ff4f9a;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}

.cp-patterns {
  display: grid;
  gap: 12px;
  margin: 0 auto 14px;
  width: 80%;
}
@media screen and (min-width: 960px) {
  .cp-patterns {
    width: 100%;
  }
}

.cp-pattern-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 210px;
  border: 2px solid #ffd7e4;
  border-radius: 14px;
  padding: 10px;
  background: #fff;
}

.cp-pattern-item img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: auto;
}

.cp-download-btn--sp {
  margin-top: 12px;
  width: 100%;
  max-width: 320px;
}

.cp-download-btns {
  display: none;
  gap: 10px;
  margin: 0 auto 14px;
  max-width: 460px;
}

.cp-download-btn {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid #ff6b8a;
  border-radius: 999px;
  padding: 11px 42px 11px 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #ff6b8a;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.cp-download-btn:hover {
  background: #fff;
  color: #ff6b8a;
  border: 2px solid #ff6b8a;
}

.cp-download-btn::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11 3h2v9.17l2.59-2.58L17 11l-5 5-5-5 1.41-1.41L11 12.17V3zM5 19h14v2H5z'/%3E%3C/svg%3E");
}

.cp-note {
  text-align: center;
  line-height: 1.4;
}

.cp-note-link {
  margin: 8px auto 40px;
  text-align: center;
  font-weight: 700;
}

.cp-note-link a {
  color: #ff6b8a;
  text-decoration: underline;
}

.cp-step,
.cp-prize {
  margin: 16px 0 0;
  border: 2px solid #ffd7e4;
  border-radius: 14px;
  padding: 14px 12px;
  background: #fff4fb;
  border: 2px dashed #ffd7e4;
}

.cp-prize {
  background: #f9fad7;
  border: 2px dashed #7ed6ff;
}
@media screen and (min-width: 960px) {
  .cp-prize {
    padding: 40px 24px 20px;
  }
}

.cp-prize h4 {
  position: relative;
  margin: 0 auto 12px;
  max-width: 400px;
  padding: 12px 18px;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.cp-prize h4::before,
.cp-prize h4::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 5px solid #f3cff1;
  background: #f78234;
  content: "";
  z-index: -1;
}

.cp-prize h4::before {
  transform: skew(25deg);
}

.cp-prize h4::after {
  transform: skew(-25deg);
}

.cp-step {
  position: relative;
  padding: 20px 14px;
  margin: 28px auto;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .cp-step p {
    text-align: center;
  }
}
.cp-step h3 {
  color: #ff6b8a;
  font-size: 1.2em;
}

.cp-step--paint .cp-step-paint-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cp-step--paint .cp-step-paint-head {
    gap: 10px;
  }
}
.cp-step--paint .cp-step-paint-ttl {
  margin: 0;
  text-align: center;
  flex: 0 1 auto;
  min-width: 0;
}
.cp-step--paint .cp-step-paint-img {
  flex-shrink: 0;
  width: 80px;
  height: auto;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 960px) {
  .cp-step--paint .cp-step-paint-img {
    width: 120px;
  }
}

.cp-step--post .cp-step-post-ttl {
  background: transparent;
  color: #ff6b8a;
  position: relative;
  padding: 0;
  border-radius: 0;
  display: block;
  text-align: center;
  width: 100%;
  max-width: none;
  margin: 0 auto 14px;
  box-sizing: border-box;
}

.cp-step--post .cp-step-post-ttl::before,
.cp-step--post .cp-step-post-ttl::after {
  content: "★";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffd94f;
  font-size: 1.1em;
  line-height: 1;
}

.cp-step--post .cp-step-post-ttl::before {
  left: calc(50% - 4.6em);
}

.cp-step--post .cp-step-post-ttl::after {
  right: calc(50% - 4.6em);
}

.cp-post-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cp-post-card {
  background: #fff;
  border: 2px dashed #ffd7e4;
  border-radius: 16px;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .cp-post-card {
    padding: 30px;
  }
}

.cp-post-card-ttl {
  background: #ff7ca3;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.35rem;
  line-height: 1.3;
  padding: 8px 12px;
  margin: 0 0 12px;
}

.cp-post-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 700;
  color: #464646;
  text-align: justify;
}
.cp-post-steps li + li {
  margin-top: 8px;
}

.cp-post-account {
  font-size: 0.8em;
}

.cp-step-arrow {
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  display: block;
  margin: 0 auto -10px;
  width: 72px;
  height: 64px;
  z-index: 2;
  text-indent: -9999px;
  overflow: visible;
}

.cp-step-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 30px;
  background: #9edff7 !important;
}

.cp-step-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 34px solid #9edff7 !important;
}

.cp-post-hashtag {
  color: #02afef;
}

.cp-sns-btn {
  position: relative;
  display: block;
  border: none;
  border-radius: 999px;
  padding: 10px 40px 10px 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
  margin-top: 14px;
  font-size: 1.1rem;
}
.cp-sns-btn:hover {
  opacity: 0.8;
}

.cp-sns-btn::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cp-sns-btn--x {
  background: #000;
}

.cp-sns-btn--x::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.9 2H22l-6.77 7.74L23 22h-6.08l-4.76-6.25L6.7 22H3.6l7.24-8.27L2 2h6.23l4.3 5.68L18.9 2z'/%3E%3C/svg%3E");
}

.cp-sns-btn--instagram {
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 45%, #6228d7 100%);
}

.cp-sns-btn--instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4.5' y='4.5' width='15' height='15' rx='4' ry='4' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='3.5' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='17.2' cy='6.8' r='1.2' fill='%23fff'/%3E%3C/svg%3E");
}

.cp-prize-visual {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 12px 0;
}

.cp-prize-circle {
  width: min(100%, 280px);
  border: 3px solid #ff9fcc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(255, 79, 154, 0.18);
  overflow: hidden;
}

.cp-prize-circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-prize-text {
  text-align: center;
  line-height: 1.7;
  font-size: 1.2em;
}

.cp-prize-text-main {
  color: #ff6b8a;
  font-size: 1.25em;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  text-shadow: 2px 2px #fff66f, 2px 1px #fff66f, 2px 1px #fff66f;
}

.cp-prize-text-accent {
  color: #02afef;
  font-weight: 700;
  font-size: 1.25em;
  margin: 10px 0 0 0;
  display: block;
  text-shadow: rgb(255, 246, 111) 2px 2px, rgb(255, 246, 111) 2px 1px, rgb(255, 246, 111) 2px 1px;
}

.cp-note-emphasis {
  display: inline-block;
  color: #ff4f9a;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.6;
  text-shadow: rgb(255, 246, 111) 2px 2px, rgb(255, 246, 111) 2px 1px, rgb(255, 246, 111) 2px 1px;
}
@media screen and (min-width: 960px) {
  .cp-note-emphasis {
    font-size: 2em;
  }
}

.cp-note-caution {
  display: inline-block;
  margin-top: 8px;
  color: #005da8;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.75;
  text-align: justify;
}

.cp-note-theater-btn {
  display: inline-block;
  margin: 20px auto 15px;
  padding: 10px 50px;
  border-radius: 999px;
  background: #02afef;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: 2px solid #02afef;
}
.cp-note-theater-btn::after {
  content: "▶";
  display: inline-block;
  margin-left: 0.35em;
  font-size: 0.95em;
  line-height: 1;
}
.cp-note-theater-btn:hover {
  opacity: 0.95;
  background: #fff;
  color: #02afef;
}

.cp-terms-title {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.cp-terms-text {
  margin: 5px auto;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.8;
}

.cp-terms-list {
  margin: 0;
  line-height: 1.85;
  font-size: 0.8rem;
}

.cp-terms-mail {
  color: #02afef;
}

@media screen and (min-width: 960px) {
  .cp-pattern-guide {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }
  .cp-patterns {
    max-width: 860px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .cp-period {
    margin: 30px auto;
  }
  .cp-period-label {
    max-width: 860px;
    font-size: 1.35rem;
    padding: 12px 24px;
  }
  .cp-lead {
    max-width: 600px;
    font-size: 1.35rem;
    padding: 14px 24px;
  }
  .cp-pattern-lead {
    font-size: 1rem;
  }
  .cp-pattern-item {
    min-height: 280px;
  }
  .cp-sns-btns {
    grid-template-columns: repeat(2, minmax(220px, 280px));
    justify-content: center;
    gap: 12px;
  }
  .cp-post-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .cp-download-btns {
    display: none;
  }
}
.to-top {
  width: 250px;
  margin: 0 auto 50px;
}

.to-top-text {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 5px auto 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #ff8c43;
  font-size: 1.6em;
}/*# sourceMappingURL=cp.css.map */