@charset "UTF-8";
/* 共通 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
.pc {
  display: none !important;
}

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

body {
  color: #1a103a;
  font-family: "Noto Sans JP";
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
  width: 100%;
}

a {
  color: #1a103a;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

/* footer */
.footer {
  background-color: #fffdf0;
  padding-top: 5.3333333333vw;
  padding-bottom: 39.4666666667vw;
  padding-left: 2.5333333333vw;
  padding-right: 2.5333333333vw;
}

.footer__note {
  display: block;
  font-size: 3.2vw;
  text-align: center;
}

.footer-logo {
  margin: 5.3333333333vw auto 5.3333333333vw;
  width: 43.2vw;
}

.footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.4666666667vw;
  margin-bottom: 5.3333333333vw;
}
.footer-sns a {
  display: inline-block;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-sns a:hover {
  opacity: 0.6;
}
.footer-sns img {
  width: 100%;
}

.footer-link {
  text-align: center;
  margin-bottom: 6.4vw;
}
.footer-link ul,
.footer-link a {
  color: #51300E;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
}
.footer-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80vw;
}
.footer-link a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-link a:hover {
  opacity: 0.6;
}

.copyright {
  color: #51300E;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  display: block;
}

.u-orange {
  color: #DE5510;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* 動画を視聴するボタン */
.btn-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  width: 90.9333333333vw;
}
.btn-video a {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.btn-video a:hover {
  opacity: 0.8;
}

.link-subscription {
  text-align: center;
}
.link-subscription, .link-subscription a {
  font-size: 4vw;
  color: #1a103a;
  line-height: 0.8;
  text-align: center;
}

/* 見出し */
.section-title {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.1923076923;
  text-align: center;
  text-shadow: 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15);
}
.overview .section-title, .howto .section-title {
  margin-bottom: 7.2vw;
}
.recommend .section-title {
  margin-bottom: 4.2666666667vw;
}
.terms .section-title {
  margin-bottom: 5.0666666667vw;
}

.link-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6.4vw;
}
.link-more a {
  color: #51300E;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

/* MV */
.mv {
  position: relative;
}

.mv-btn {
  position: absolute;
  inset: auto 0 5.8666666667vw;
}
.mv-btn .btn-video {
  margin: 6.1333333333vw auto 4.2666666667vw;
}
.mv-btn .mv-dl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1.4666666667vw;
  padding: 2.1333333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2666666667vw 0;
  width: 70.6666666667vw;
  margin: 0 auto 9.8666666667vw;
}
.mv-btn .mv-dl .ttl,
.mv-btn .mv-dl .txt-link {
  font-weight: 700;
  text-align: center;
  font-size: 3.2vw;
  color: #000;
}
.mv-btn .mv-dl .txt-link {
  text-decoration: underline;
}

/* おすすめ作品 */
.recommend {
  background-color: #ffd646;
  padding-top: 9.8666666667vw;
  padding-bottom: 8vw;
  padding-left: 3.4666666667vw;
  padding-right: 3.4666666667vw;
}

.program-scroll-container {
  overflow-x: auto;
  margin-left: -3.4666666667vw;
  margin-right: -3.4666666667vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 3.4666666667vw;
  padding-right: 3.4666666667vw;
}

.program-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (42.6666666667vw)[auto-fit];
  grid-template-columns: repeat(auto-fit, 42.6666666667vw);
  gap: 6.9333333333vw 1.3333333333vw;
  margin-left: -3.4666666667vw;
  margin-right: -3.4666666667vw;
  padding-left: 3.4666666667vw;
  padding-right: 3.4666666667vw;
  width: 181.6vw;
}

.program-item a {
  color: #51300E;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.program-item a:hover {
  opacity: 0.8;
}

.program-title {
  color: #51300E;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  display: block;
  margin-top: 1.0666666667vw;
}

.program-thumb {
  border-radius: 1.6vw;
  overflow: hidden;
  display: block;
}

/* キャンペーン概要 */
.overview {
  background-color: #ff8916;
  padding-top: 11.4666666667vw;
  padding-bottom: 11.0666666667vw;
}
@media not print {
  .overview {
    position: relative;
  }
  .overview::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 375px;
    aspect-ratio: 750/1202;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/ornament-baloon.png);
  }
}

.overview-header {
  position: relative;
  z-index: 1;
  color: #000000;
}
.overview-header .btn-video {
  margin-top: 6.9333333333vw;
}
.overview-header .link-subscription {
  margin-top: 4.2666666667vw;
}

.overview-header__heading {
  font-weight: 700;
  line-height: 1.444;
  text-align: center;
  font-size: 4vw;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1.3333333333vw;
  padding: 2vw;
  margin: 0 9.0666666667vw 3.4666666667vw;
}

.overview-header__copy {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  text-shadow: 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15);
}

.overview-header__copy-block + .overview-header__copy-block {
  margin-top: 3.25em;
  margin-top: 5.3333333333vw;
}

.overview-header__note {
  text-align: center;
  font-size: 2.6666666667vw;
  text-shadow: 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15);
  margin-top: 3.4666666667vw;
}

.overview-header__txt-link {
  text-decoration: underline;
  font-weight: 700;
  text-align: center;
  font-size: 4vw;
  text-shadow: 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15), 0 0 0.8vw rgba(255, 255, 255, 0.15);
  margin-top: 2.6666666667vw;
}

.overview-schedule {
  margin: 0 auto;
  width: 82.9333333333vw;
  text-align: center;
}

.overview-title {
  color: #FFF;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: -0.0625em;
  line-height: 2.1333333333;
  text-align: center;
  background-color: #ea5504;
  border-radius: 1.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overview-content {
  color: #51300e;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5;
}
.overview-content ol li + li {
  margin-top: 1.5em;
}
.overview-content a {
  color: inherit;
}
.overview-content a .strong {
  color: #0000ee;
  font-weight: normal;
}

.overview-note {
  margin-top: 5.3333333333vw;
  color: #51300e;
  font-size: 4.2666666667vw;
  line-height: 6.4vw;
}
.overview-note li:not(:last-child) {
  margin-bottom: 0.25em;
}
.overview-note a {
  color: inherit;
}

/* キャンペーン参加方法 */
.howto {
  background-color: #ff8916;
  padding-bottom: 1.3333333333vw;
}

/* style - ステップ、フロー */
.flow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9.3333333333vw 0;
  margin-bottom: 4.8vw;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 1.3333333333vw;
}

.flow-item {
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.8666666667vw 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow-item:has(+ .flow-item) {
  position: relative;
}
.flow-item:has(+ .flow-item):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 4vw 4vw 4vw;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  bottom: -10.6666666667vw;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}

.flow-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.flow-heading span {
  font-size: 4vw;
  color: #eb5505;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 3.6vw;
  margin: 0 auto;
  padding-top: 0.6666666667vw;
  padding-bottom: 0.6666666667vw;
  width: 56.2666666667vw;
}

.flow-img {
  box-sizing: content-box;
  padding-left: 6.6666666667vw;
  width: 25.2vw;
  aspect-ratio: 189/310;
}

.flow-text {
  font-size: 4.2666666667vw;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5625;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 59.0666666667vw;
  -ms-flex: 1 1 59.0666666667vw;
  flex: 1 1 59.0666666667vw;
  padding: 0 4vw;
}
.flow-text span {
  display: inline-block;
}

.flow-note {
  display: inline-block;
  display: block;
  margin-top: 4vw;
  font-size: 3.2vw;
}

/* ポイント受け取りまでの流れ */
.flow-point {
  margin-bottom: 6.1333333333vw;
}
.flow-point .flow-item:has(+ .flow-item):before {
  border-color: #eb5505 transparent transparent transparent;
}
.flow-point > .con {
  padding-left: 4.5333333333vw;
  padding-right: 4.5333333333vw;
}

/* 抽選参加までの流れ */
.flow-lottery > .con {
  padding-left: 4.5333333333vw;
  padding-right: 4.5333333333vw;
}
.flow-lottery .flow-container {
  row-gap: 10.8vw;
  padding-top: 7.6vw;
  padding-bottom: 14vw;
}

/* 注意事項 */
.attention {
  background-color: #fff;
  padding-top: 6.6666666667vw;
  padding-bottom: 6.6666666667vw;
  padding-left: 4.5333333333vw;
  padding-right: 4.5333333333vw;
}

.attention-list,
.attention-list--sub {
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
.attention-list a,
.attention-list--sub a {
  word-break: break-all;
}

.attention-list {
  margin-top: 2.1333333333vw;
}
.attention-list li {
  list-style: disc;
  margin-left: 1.5em;
}

.attention-list--sub li {
  list-style: none;
}
.attention-list--sub li::before {
  content: "※";
  margin-right: 0.5em;
}

.attention-heading {
  margin-top: 24px;
}

/* 参加規約 */
.terms {
  background-color: #ff8916;
  padding-top: 8.5333333333vw;
  padding-bottom: 12.2666666667vw;
  padding-left: 5.0666666667vw;
  padding-right: 5.0666666667vw;
}

.terms-container {
  font-size: 3.7333333333vw;
  background-color: #FFF;
  border-radius: 6.9333333333vw;
  padding-top: 6.4vw;
  padding-bottom: 6.4vw;
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

.terms__heading {
  font-size: 4.2666666667vw;
  margin-top: 6.4vw;
  margin-bottom: 2.1333333333vw;
}

ul.terms__list-content {
  text-indent: -1em;
  padding-left: 1em;
}
ul.terms__list-content a {
  color: inherit;
}

ol.terms__list-content {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
  animation-name: zoomInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* カタカタ揺らす */
.katakata {
  -webkit-animation: katakata 10s infinite ease-in-out alternate;
  animation: katakata 10s infinite ease-in-out alternate;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes katakata {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  18% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  19% {
    -webkit-transform: translate(1px, 0) rotate(-5deg);
    transform: translate(1px, 0) rotate(-5deg);
  }
  20% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(5deg);
    transform: translate(0, -1px) rotate(5deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-5deg);
    transform: translate(1px, 0) rotate(-5deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
  29% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(0, -1px) rotate(5deg);
    transform: translate(0, -1px) rotate(5deg);
  }
  31% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes katakata {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  18% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  19% {
    -webkit-transform: translate(1px, 0) rotate(-5deg);
    transform: translate(1px, 0) rotate(-5deg);
  }
  20% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(5deg);
    transform: translate(0, -1px) rotate(5deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-5deg);
    transform: translate(1px, 0) rotate(-5deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg);
  }
  29% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(0, -1px) rotate(5deg);
    transform: translate(0, -1px) rotate(5deg);
  }
  31% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
#top-scroll-sp {
  position: relative;
  z-index: 100;
}
@media print {
  #top-scroll-sp {
    display: none;
  }
}

#to-top-sp {
  color: #222;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  position: fixed;
  bottom: -10vw;
  right: 2.1333333333vw;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#to-top-sp:hover {
  opacity: 1;
}
@media print {
  #to-top-sp {
    display: none;
  }
}

/* 終了対応 */