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

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

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

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;
}

.con {
  margin: 0 auto;
  max-width: 100%;
  width: 375px;
}

/* footer */
.footer {
  background-color: #fffdf0;
  padding-top: 20px;
  padding-bottom: 296px;
  padding-left: 19px;
  padding-right: 19px;
}

.footer__note {
  display: block;
  font-size: 12px;
  text-align: center;
}

.footer-logo {
  margin: 20px auto 20px;
  width: 162px;
}

.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: 13px;
  margin-bottom: 20px;
}
.footer-sns a {
  display: inline-block;
  width: 38px;
  aspect-ratio: 1/1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.footer-sns a:hover {
  opacity: 0.6;
}

.footer-link {
  text-align: center;
  margin-bottom: 48px;
}
.footer-link ul,
.footer-link a {
  color: #51300E;
  font-size: 12px;
  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;
  max-width: 100%;
  width: 300px;
}
.footer-link a {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.footer-link a:hover {
  opacity: 0.6;
}

.copyright {
  color: #51300E;
  font-size: 12px;
  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: 341px;
}
.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: 15px;
  color: #1a103a;
  line-height: 0.8;
  text-align: center;
}

/* 見出し */
.section-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1923076923;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15);
}
.overview .section-title, .howto .section-title {
  margin-bottom: 27px;
}
.recommend .section-title {
  margin-bottom: 16px;
}
.terms .section-title {
  margin-bottom: 19px;
}

.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: 24px;
}
.link-more a {
  color: #51300E;
  font-size: 16px;
  font-weight: 700;
}

/* MV */
.mv {
  background-color: #ff8916;
  position: relative;
}
.mv .con {
  margin: 0 auto;
}

.mv-btn {
  position: absolute;
  inset: auto 0 22px;
}
.mv-btn .btn-video {
  margin: 23px auto 16px;
}
.mv-btn .txt-link {
  font-weight: 700;
}
.mv-btn .txt-link.glow {
  font-weight: 700;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15);
}

.mv-dl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5.5px;
  padding: 8px;
  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: 2px 0;
  width: 265px;
  margin: 0 auto 37px;
}
.mv-dl .ttl,
.mv-dl .txt-link {
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.mv-dl .txt-link {
  text-decoration: underline;
}

/* おすすめ作品 */
.recommend {
  background-color: #ffd646;
  padding-top: 37px;
  padding-bottom: 30px;
  padding-left: 13px;
  padding-right: 13px;
}

.program-scroll-container {
  overflow-x: auto;
  margin-left: -13px;
  margin-right: -13px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
}

.program-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (160px)[auto-fit];
  grid-template-columns: repeat(auto-fit, 160px);
  gap: 26px 5px;
  width: 655px;
}

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

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

.program-thumb {
  border-radius: 6px;
  overflow: hidden;
  display: block;
}

/* キャンペーン概要 */
.overview {
  background-color: #ff8916;
  padding-top: 43px;
  padding-bottom: 35px;
}
@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: 26px;
}
.overview-header .link-subscription {
  margin-top: 16px;
}

.overview-header__heading {
  font-size: 15px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.444;
  text-align: center;
  padding: 7.5px;
  margin: 0 34px 13px;
}

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

.overview-header__copy-block + .overview-header__copy-block {
  margin-top: 20px;
}

.overview-header__note {
  text-align: center;
  font-size: 10px;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15);
  margin-top: 13px;
}

.overview-header__txt-link {
  text-decoration: underline;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15), 0 0 6px rgba(255, 255, 255, 0.15);
  margin-top: 10px;
}

.overview-schedule {
  margin: 0 auto;
  width: 311px;
  text-align: center;
}

.overview-title {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.0625em;
  line-height: 2.1333333333;
  text-align: center;
  background-color: #ea5504;
  border-radius: 6px;
  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: 16px;
  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;
}

/* キャンペーン参加方法 */
.howto {
  background-color: #ff8916;
  padding-bottom: 5px;
}
.howto .con {
  padding: 0 17px;
}

/* 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: 35px 0;
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 5px;
}

.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: 14.5px 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: 15px 15px 0 15px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  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: 15px;
  color: #eb5505;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 13.5px;
  margin: 0 auto;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  width: 211px;
}

.flow-img {
  box-sizing: content-box;
  padding-left: 25px;
  width: 94.5px;
  aspect-ratio: 189/310;
}

.flow-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.09375em;
  line-height: 1.5625;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 114px;
  -ms-flex: 1 1 114px;
  flex: 1 1 114px;
  padding: 0 15px;
}
.flow-text span {
  display: inline-block;
}

.flow-note {
  display: inline-block;
  display: block;
  margin-top: 15px;
  font-size: 12px;
}

/* ポイント受け取りまでの流れ */
.flow-point {
  margin-bottom: 23px;
}
.flow-point .flow-item:has(+ .flow-item):before {
  border-color: #eb5505 transparent transparent transparent;
}

/* 抽選参加までの流れ */
.flow-lottery .flow-container {
  row-gap: 40px;
  padding-top: 28.5px;
  padding-bottom: 52.5px;
}

/* 注意事項 */
.attention {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 17px;
  padding-right: 17px;
}
.attention .con {
  padding-left: 17px;
  padding-right: 17px;
}

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

.attention-list {
  margin-top: 16px;
}
.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: 32px;
  padding-bottom: 46px;
  padding-left: 19px;
  padding-right: 19px;
}
.terms .con {
  padding: 0 17px;
}

.terms-container {
  font-size: 14px;
  background-color: #FFF;
  border-radius: 26px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.terms__heading {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
}

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;
}

#to-top {
  color: #222;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 38px;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: -37.5px;
  right: 8px;
  z-index: 9999;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#to-top:hover {
  opacity: 1;
}

/* 終了対応 */