@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  color: #231815;
  background: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  body {
    background: #1aa3c5;
    background-attachment: fixed;
    font-size: 1.5rem;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

p,
h1,
h2,
h3,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

.anniversary {
  min-height: 100vh;
}

.hero {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: #1aa3c5;
}
@media (max-width: 1024px) {
  .hero {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 750/1515;
    background: #1aa3c5;
  }
}

.hero__logo,
.hero__splash,
.hero__person {
  position: absolute;
}

.hero__logo {
  z-index: 4;
  top: min(2.6vw, 4.6vh);
  left: 2.6%;
  width: 8.57%;
}
@media (max-width: 1024px) {
  .hero__logo {
    top: 2.5%;
    left: 4.2%;
    width: 18%;
  }
}

.hero__splash {
  z-index: 1;
  top: min(4vw, 7.1vh);
  left: 7%;
  width: 54.95%;
}
@media (max-width: 1024px) {
  .hero__splash {
    top: 10%;
    left: 0;
    width: 100%;
    transform: none;
  }
}

.hero__person {
  z-index: 2;
  top: min(2vw, 3.6vh);
  left: 19.1%;
  width: 41.07%;
}
@media (max-width: 1024px) {
  .hero__person {
    top: 9%;
    left: 13%;
    width: 84%;
  }
}

.hero__copy {
  position: absolute;
  z-index: 3;
  top: min(11.8vw, 21vh);
  left: 2.6%;
  width: 43%;
}
@media (max-width: 1024px) {
  .hero__copy {
    display: contents;
  }
}

.hero__title {
  width: min(72.1%, 55vh);
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .hero__title {
    position: absolute;
    z-index: 3;
    top: 39%;
    left: 12%;
    width: 76%;
    margin: 0;
  }
}

.hero__message {
  margin-top: clamp(1.5rem, 2.2vh, 2.5rem);
  color: #fff;
  font-size: clamp(2rem, min(1.875vw, 3.2vh), 3.6rem);
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 -2.5px 0 #1aa3c5, 1.75px -1.75px 0 #1aa3c5, 2.5px 0 0 #1aa3c5, 1.75px 1.75px 0 #1aa3c5, 0 2.5px 0 #1aa3c5, -1.75px 1.75px 0 #1aa3c5, -2.5px 0 0 #1aa3c5, -1.75px -1.75px 0 #1aa3c5;
}
@media (max-width: 1024px) {
  .hero__message {
    position: absolute;
    z-index: 4;
    top: auto;
    bottom: 7.5%;
    left: 4%;
    width: 92%;
    margin-top: 0;
    font-size: clamp(1.6rem, 4.8vw, 3rem);
    text-shadow: 0 -1.5px 0 #1aa3c5, 1.1px -1.1px 0 #1aa3c5, 1.5px 0 0 #1aa3c5, 1.1px 1.1px 0 #1aa3c5, 0 1.5px 0 #1aa3c5, -1.1px 1.1px 0 #1aa3c5, -1.5px 0 0 #1aa3c5, -1.1px -1.1px 0 #1aa3c5;
  }
}

.contents {
  position: relative;
  z-index: 2;
  width: 42.1875%;
  min-height: 100vh;
  margin-left: auto;
  padding: 8rem clamp(2rem, 3.1vw, 6rem) 12rem;
}
@media (max-width: 1024px) {
  .contents {
    width: 100%;
    min-height: 0;
    padding: 4rem 4vw 9rem;
  }
}

.content-card {
  width: 100%;
  max-width: 690px;
  margin-inline: auto;
  padding: 4.5rem 6rem;
  border-radius: 22px;
  background: #d2f6fc;
}
.content-card + .content-card {
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .content-card {
    padding: 3.5rem clamp(2rem, 5.6vw, 3rem);
    border-radius: 10px;
  }
  .content-card + .content-card {
    margin-top: 3rem;
  }
}

.section-title {
  width: fit-content;
  min-width: min(100%, 280px);
  margin: -1.8rem auto 4rem;
  padding: 1rem 3rem;
  border-radius: 999px;
  color: #fff;
  background: #231815;
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-title {
    min-width: min(100%, 270px);
    margin-bottom: 2.5rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 74px;
  margin: 4rem auto 0;
  padding: 1.2rem 3rem;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #20a6c4;
  box-shadow: 0 5px 0 -2px rgba(0, 0, 0, 0.15);
  font-size: 1.7rem;
  text-align: center;
}
.button span {
  position: absolute;
  right: 3rem;
  margin-left: 0;
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .button {
    width: min(88%, 360px);
    min-height: 60px;
    margin-top: 2.5rem;
    padding-inline: 4.5rem;
    font-size: 1.5rem;
  }
  .button span {
    right: 2rem;
  }
}

.goods__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2.5rem;
}
.goods__list li {
  text-align: center;
}
.goods__list img {
  width: 100%;
  border-radius: 12px;
}
.goods__list p {
  font-size: 1.4rem;
  line-height: 1.55;
}
.goods__list .goods__name {
  margin-top: 1.2rem;
  font-weight: 500;
}
.goods__list .goods__price {
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .goods__list {
    gap: 2rem 1.5rem;
  }
  .goods__list p {
    font-size: 1.2rem;
  }
}

.goods__bonus {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px dotted rgba(32, 166, 196, 0.55);
  text-align: center;
}
.goods__bonus .goods__bonus-image {
  width: 100%;
  margin-inline: auto;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .goods__bonus {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.livestream {
  text-align: center;
}

.livestream__info {
  width: calc(100% + 6rem);
  margin-left: -3rem;
  padding: 3.5rem 2rem;
  border-radius: 20px;
  color: #fff;
  background: #20a6c4;
  font-size: clamp(1.1rem, 1.1vw, 1.8rem);
}
.livestream__info p + p {
  margin-top: 2rem;
}
.livestream__info small {
  font-size: 0.72em;
}
@media (max-width: 1024px) {
  .livestream__info {
    width: 100%;
    margin-left: 0;
    padding: 2.5rem 0.5rem;
    border-radius: 10px;
    font-size: clamp(1.2rem, 3.4vw, 1.6rem);
  }
  .livestream__info small {
    font-size: 0.72em;
  }
}

.livestream__nowrap,
.livestream__date {
  display: inline-block;
  white-space: nowrap !important;
}
@media (max-width: 1024px) {
  .livestream__nowrap,
  .livestream__date {
    display: inline-block;
    white-space: nowrap !important;
  }
}

@media (max-width: 1024px) {
  .livestream__date {
    line-height: 1.65;
  }
}

.livestream__date-label {
  font-size: 1em;
}

.livestream__date-value {
  font-size: clamp(1.6rem, 1.125vw, 2.16rem);
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .livestream__date > .sp-only {
    display: block;
  }
}

.livestream__lead {
  margin-top: 3.5rem;
}

@media (max-width: 1024px) {
  .livestream__lead-line {
    display: inline-block;
    white-space: nowrap;
    font-size: clamp(1rem, 3.1vw, 1.25rem);
  }
}

.livestream__highlight {
  display: inline-block;
  margin-top: 0.5rem;
  color: #111;
  font-size: 1.08em;
}
.livestream__highlight .livestream__lead-line {
  background: linear-gradient(transparent 58%, rgba(255, 244, 92, 0.9) 58%);
}

.livestream__period {
  margin-top: 3rem;
}
.livestream__period span {
  color: #20a6c4;
  font-size: 1.35em;
}
.livestream__period .livestream__period-date {
  font-size: clamp(1.6rem, 1.125vw, 2.16rem);
}
@media (max-width: 1024px) {
  .livestream__period .livestream__period-date {
    display: inline-block;
    white-space: nowrap !important;
    font-size: clamp(1.4rem, 3.8vw, 1.6rem);
    font-weight: 700;
    letter-spacing: -0.045em;
  }
}

@media (max-width: 1024px) {
  .livestream__date-value {
    font-size: clamp(1.4rem, 3.8vw, 1.6rem);
  }
}

.media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 570/400;
  overflow: hidden;
  color: #d6d6d6;
  background: #e9e9e9;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.media-placeholder--portrait {
  aspect-ratio: 4/5;
}

.movie__thumbnail,
.outtake__image {
  width: 100%;
  overflow: hidden;
}
.movie__thumbnail img,
.outtake__image img {
  display: block;
  width: 100%;
  height: auto;
}

.movie__title {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 1024px) {
  .movie__title {
    margin-bottom: 2rem;
    font-size: 1.35rem;
  }
}

.movie__thumbnail {
  aspect-ratio: 1140/642;
}
.movie__thumbnail img {
  height: 100%;
  object-fit: cover;
}

.movie .section-title,
.outtake .section-title,
.print .section-title {
  margin-bottom: 3rem;
}

.print__guide {
  margin-top: 4rem;
  padding: 4rem 3rem;
  border-radius: 18px;
  color: #fff;
  background: #20a6c4;
  text-align: center;
}
@media (max-width: 1024px) {
  .print__guide {
    margin-top: 3rem;
    padding: 3rem 1.5rem;
    border-radius: 10px;
  }
}

.print__present {
  font-size: 2rem;
  line-height: 1.5;
}

.print__lead {
  margin-top: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.55;
}

.print__nowrap {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .print__present {
    font-size: clamp(1.35rem, 3.8vw, 1.6rem);
  }
  .print__lead {
    font-size: clamp(1.25rem, 3.55vw, 1.5rem);
  }
}

.print__subheading {
  width: fit-content;
  min-width: min(100%, 350px);
  margin: 0 auto 2.5rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  color: #20a6c4;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 1024px) {
  .print__subheading {
    min-width: min(100%, 270px);
    margin-bottom: 2rem;
    padding: 0.9rem 1.2rem;
    font-size: 1.35rem;
  }
}

.print-benefits,
.print-steps {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .print-benefits,
  .print-steps {
    margin-top: 3rem;
  }
}

.print-benefits__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .print-benefits__list {
    gap: 1.2rem;
  }
}

.print-benefit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 2.5rem 2rem;
  border: 1.5px solid #fff;
  border-radius: 12px;
  font-size: 1.3rem;
  line-height: 1.55;
}
.print-benefit p + p {
  margin-top: 1.3rem;
}
@media (max-width: 1024px) {
  .print-benefit {
    min-height: 0;
    padding: 2.2rem 1.5rem;
    font-size: 1.3rem;
  }
}

.print-benefit__condition {
  padding: 1.2rem 1.5rem;
  border-radius: 8px;
  color: #20a6c4;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.45;
}
@media (max-width: 1024px) {
  .print-benefit__condition {
    padding: 1rem;
    font-size: 1.6rem;
  }
}

.print-benefit__result {
  font-size: 1.65rem;
}
.print-benefit__result span {
  margin-right: 0.15em;
  color: #fff36a;
  font-size: 1.35em;
}
@media (max-width: 1024px) {
  .print-benefit__result {
    font-size: 1.5rem;
  }
}

.print-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.print-steps__list li {
  position: relative;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.5rem;
  align-items: start;
}
.print-steps__list li:not(:last-child) {
  padding-bottom: 2.5rem;
}
.print-steps__list li:not(:last-child)::after {
  position: absolute;
  top: 5rem;
  bottom: 0;
  left: 2.45rem;
  border-left: 2px dotted rgba(255, 255, 255, 0.75);
  content: "";
}
.print-steps__list p + p {
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .print-steps__list li {
    grid-template-columns: 4.2rem 1fr;
    gap: 1rem;
  }
  .print-steps__list li:not(:last-child)::after {
    top: 4.2rem;
    left: 2.05rem;
  }
}

.print-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #20a6c4;
  background: #fff;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .print-steps__number {
    width: 4.2rem;
    font-size: 1.7rem;
  }
}

.print-specs {
  margin: 4rem 0 0;
  overflow: hidden;
  border-radius: 12px;
  color: #231815;
  background: #fff;
  text-align: left;
}
.print-specs > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) 1.4fr;
  align-items: center;
  padding: 1.5rem 1.8rem;
}
.print-specs > div + div {
  border-top: 1px dotted rgba(32, 166, 196, 0.55);
}
.print-specs dt {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #20a6c4;
}
.print-specs dd {
  margin: 0;
  font-weight: 500;
}
.print-specs svg {
  width: 3.8rem;
  flex: 0 0 3.8rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}
@media (max-width: 1024px) {
  .print-specs {
    margin-top: 3rem;
  }
  .print-specs > div {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1.4rem 1.5rem;
  }
  .print-specs dt {
    gap: 0.8rem;
  }
  .print-specs dd {
    padding-left: 4.2rem;
  }
  .print-specs svg {
    width: 3.4rem;
    flex-basis: 3.4rem;
  }
}

.print-notes {
  margin-top: 4rem;
  text-align: left;
}
.print-notes h3 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.7rem;
  text-align: center;
}
.print-notes h3::before, .print-notes h3::after {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.75);
  content: "";
}
.print-notes h3 span {
  white-space: nowrap;
}
.print-notes ul {
  margin-top: 1.8rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}
.print-notes li {
  position: relative;
  padding-left: 1.2em;
}
.print-notes li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.print-notes li + li {
  margin-top: 0.7rem;
}
@media (max-width: 1024px) {
  .print-notes {
    margin-top: 3rem;
  }
  .print-notes h3 {
    font-size: 1.5rem;
  }
  .print-notes ul {
    font-size: 1.1rem;
  }
}

.print__guide > .button {
  margin-top: 3rem;
}

.button--outline {
  background: transparent;
}

@media (hover: hover) {
  .button {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .button:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }
}
