@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a,
span {
  color: inherit;
  font-weight: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  vertical-align: super;
}

button {
  border: none;
  background: none;
  padding: 0;
}

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

html {
  width: 100%;
  font-size: 10px;
}
html.is-hidden {
  overflow: hidden;
}

body {
  width: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4em;
}
@media screen and (min-width: 1025px), print {
  body {
    font-size: 1.6em;
  }
}

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

@media screen and (min-width: 1025px), print {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}
@media screen and (min-width: 1025px), print {
  br.pc {
    display: inline;
  }
}

:root {
  --font_base:
    "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font_en: "Angkor", sans-serif;
  --pk: #ff6cc5;
  --bl: #597ffd;
  --ye: #feff43;
  --blgn: #52e4ea;
  --gn: #58fe87;
  --dark: #333;
  --marquee-gap: 4rem;
  --marquee-speed: 50s;
  --marquee-height: 120px;
  --peek: 24px; /* 端に見切らせる量（左右） */
  --gap: 16px; /* スライド間の間隔 */
  --h: 160px; /* スライドの高さ（調整可） */
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: var(--font_base);
  color: #111;
  overflow-y: auto;
  overflow-x: hidden;
}

a:hover {
  opacity: 0.8;
}

.u-bold {
  font-weight: 700;
}

.main {
  position: static;
}
@media screen and (min-width: 1025px), print {
  .main {
    position: relative;
    padding-top: 0;
    min-height: 100vh;
    height: auto;
    overflow: visible;
  }
}

.main::before {
  content: "";
  z-index: 0;
  position: fixed;
  inset: 0;
  background: url("/excludes/ck/campaign/anniv/25th/img/bg_sp.png") center/cover no-repeat;
}
@media screen and (min-width: 1025px), print {
  .main::before {
    content: "";
    z-index: 0;
    position: fixed;
    inset: 0;
    background: url("/excludes/ck/campaign/anniv/25th/img/mv_pc.png") center top/cover no-repeat;
  }
}

.main__inner {
  position: relative;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1025px), print {
  .main__inner {
    display: grid;
    grid-template-columns: 1fr minmax(360px, 480px) 1fr;
    -moz-column-gap: clamp(12px, 2.5vw, 40px);
         column-gap: clamp(12px, 2.5vw, 40px);
    align-items: center;
  }
}

/* ===== 上下マルチラン帯 ===== */
.marquee {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1025px), print {
  .marquee {
    z-index: 1;
  }
}

.marquee--top {
  top: -20px;
}

.marquee--bottom {
  bottom: -10px;
}

.marquee__track {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: scroll-left var(--marquee-speed) linear infinite;
          animation: scroll-left var(--marquee-speed) linear infinite;
}

.marquee--reverse .marquee__track {
  -webkit-animation-name: scroll-right;
          animation-name: scroll-right;
}

.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@-webkit-keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    -webkit-animation: none;
            animation: none;
  }
}
/* left logo */
.logo {
  position: fixed;
  pointer-events: none;
  z-index: 2;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: auto;
}
@media screen and (min-width: 1025px), print {
  .logo {
    left: calc(65% - min(720px, 50vw) + 20px);
  }
}
@media screen and (min-width: 1600px) {
  .logo {
    left: calc(60% - min(720px, 50vw) + 20px);
  }
}

/* scroll hint (logo左下) */
.scroll-hint {
  position: fixed;
  z-index: 3;
  /* ロゴ直下・中央に配置（SP） */
  left: 50%;
  top: calc(50% + 230px);
  transform: translate(-50%, 0);
  width: 110px;
  height: 110px;
  pointer-events: auto; /* クリック可能にする */
  cursor: pointer;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 1025px), print {
  .scroll-hint {
    /* PC: ロゴ位置に合わせて直下中央に配置 */
    left: calc(65% - min(720px, 50vw) + 20px);
    top: calc(50% + 260px);
    transform: translate(-50%, 0);
    width: 100px;
    height: 100px;
    /* PCはクリック不可 */
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 1600px) {
  .scroll-hint {
    left: calc(60% - min(720px, 50vw) + 20px);
  }
}

/* 画像のみを縦方向にふわっとアニメーション（横位置は維持） */
.scroll-hint img {
  -webkit-animation: hint-float-y 2.6s ease-in-out infinite;
          animation: hint-float-y 2.6s ease-in-out infinite;
}

@-webkit-keyframes hint-float-y {
  0% {
    transform: translateY(-6%) scale(1);
  }
  50% {
    transform: translateY(4%) scale(1.02);
  }
  100% {
    transform: translateY(-6%) scale(1);
  }
}

@keyframes hint-float-y {
  0% {
    transform: translateY(-6%) scale(1);
  }
  50% {
    transform: translateY(4%) scale(1.02);
  }
  100% {
    transform: translateY(-6%) scale(1);
  }
}
/* center panel */
.panel {
  background: #fff url("/excludes/ck/campaign/anniv/25th/img/line.png") center 45px/contain no-repeat;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: 100%;
  padding: 60px 0 30px;
  height: auto;
  overflow: visible;
  z-index: 3;
  margin-top: 100vh;
}
@media screen and (min-width: 1025px), print {
  .panel {
    position: relative;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    margin: calc(var(--marquee-height, 40px)) auto calc(var(--marquee-height, 40px));
  }
}

@media screen and (min-width: 1025px), print {
  .panel {
    grid-column: 2;
    justify-self: center;
  }
}
.panel__inner {
  margin: 0 auto;
  text-align: center;
}

.panel__lead {
  font-size: 24px;
  line-height: 1.8;
  margin: 0;
  font-weight: 700;
  text-align: center;
  line-height: 200%;
}
.chip {
  display: inline-block;
  background: var(--pk);
  color: #fff;
  border-radius: 10px;
  padding: 6px 20px;
  font-weight: 700;
  margin: 16px auto 8px;
  font-size: 18px;
  text-align: center;
}

.panel__date {
  font-weight: 900;
  font-size: clamp(26px, 2.08vw, 30px);
  margin: 0;
  letter-spacing: -0.9px;
}
.panel__date span {
  font-size: clamp(40px, 3.19vw, 46px);
  letter-spacing: -1.38px;
}

.panel__title {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 1px;
}

.panel__notice {
  margin: 20px 0;
  background-color: #FFFFE5;
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 1025px), print {
  .panel__notice {
    margin: 80px 0 20px;
  }
}

.panel__ttl {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.panel__notice .panel__ttl {
  display: block;
  margin: 10px 20px;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  background: #4853DD;
  color: #FFF;
  box-sizing: border-box;
}

.panel__notice .panel__ttl::before,
.panel__notice .panel__ttl::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.panel__notice .panel__ttl::before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.panel__notice .panel__ttl::after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.panel__notice-text {
  position: relative;
  width: 110px;
  height: 110px;
  background: url("/excludes/ck/campaign/anniv/25th/img/title_bg.png") center/contain no-repeat;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
@media screen and (min-width: 1025px), print {
  .panel__notice-text {
    width: 104px;
    height: 104px;
    font-size: 18px;
  }
}
.panel__notice-text.card__badge {
  font-size: 14px;
  position: absolute;
  left: -30px;
  top: -60px;
}

.panel__sp-wrap {
  width: 100%;
}

.panel__sp {
  font-family: var(--font_en);
  font-size: clamp(34px, 1.87vw, 42px);
  letter-spacing: -0.01px;
}
@media screen and (min-width: 1025px), print {
  .panel__sp {
    font-size: 42px;
  }
}

.panel__sp-s {
  color: var(--bl);
}

.panel__sp-p {
  color: var(--pk);
}

.panel__desc {
  font-size: 18px;
  margin: 6px 0 0;
}

.panel__balloon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--pk);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 9999px;
  position: relative;
  margin: 0 auto 20px; /* 下の要素と間を空けつつ中央寄せ */
  white-space: nowrap;
}

.panel__balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background: var(--pk);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.panel__present {
  padding: 20px;
}
.panel__present img {
  width: 100%;
  height: auto;
}

/* 2個まで：2カラム */
.panel__thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap, 12px);
  padding-inline: var(--peek, 24px);
  scroll-padding-left: var(--peek, 24px);
  scroll-padding-right: var(--peek, 24px);
  margin-bottom: 20px;
}

/* 3枚以上あるときだけ横スクロールに切り替え */
.panel__thumbs:has(.panel__thumb:nth-child(3)) {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(160px, 28vw, 190px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.panel__thumbs:has(.panel__thumb:nth-child(3)) .panel__thumb {
  scroll-snap-align: start;
}

.panel__thumbs .panel__thumb img {
  width: 100%;
  display: block;
}

.panel__thumb.is-coming {
  position: relative;
}

.panel__thumb.is-coming a {
  pointer-events: none;
}

.panel__thumb.is-coming::after {
  content: "COMING SOON";
  position: absolute;
  inset: 0;
  background: rgba(128, 128, 128, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(14px, 3.5vw, 24px);
  border-radius: 10px;
}

/* entry (募集要項) */
.entry {
  margin: 40px 20px;
}

.entry__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.entry__line {
  flex: 1 1 auto;
  height: 2px;
  background: #000;
}

.entry__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}

.entry__desc {
  margin: 24px auto 0;
  width: min(440px, 100%);
  font-size: 14px;
  line-height: 1.8;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 3行クランプ（初期） */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.entry__list {
  padding-left: 1.2em;
  margin: 0 0 12px;
}
.entry__list li {
  list-style: disc;
}
.entry__list ul {
  padding-left: 1.2em;
  margin: 0 0 12px;
}
.entry__list ul li {
  list-style: circle;
}

.entry__more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  width: auto;
  justify-content: center;
  color: #fff;
  background: var(--bl);
  border-radius: 100px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 18px;
  border: none;
  width: 100%;
}

/* CSS矢印（くの字） */
.entry__more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg); /* ▼風 */
  margin-left: 6px;
  margin-top: -5px;
}

.entry__more.is-open::after {
  transform: rotate(-135deg);
  margin-top: 0px;
}

/* entry accordion */
.entry__accordion {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 24px;
}
.entry__accordion p + p,
.entry__accordion ul + p {
  margin-top: 24px;
}

.entry__content {
  margin-top: 12px;
  text-align: left;
  line-height: 1.8;
}

.entry__content p {
  margin: 0 0 12px;
  font-size: 14px;
}

.entry__content ul {
  margin: 0 0 12px 1em;
  padding: 0;
}

.entry__content li {
  font-size: 14px;
}

.entry-modal__link {
  color: var(--bl);
  text-decoration: underline;
}

/* sections inside panel */
.panel__pickup__inner {
  position: relative;
}

.icon-blue {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 30px;
}
@media screen and (min-width: 1025px), print {
  .icon-blue {
    left: 20px;
    top: -10px;
    width: 40px;
  }
}

.icon-pink {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 20px;
}
@media screen and (min-width: 1025px), print {
  .icon-pink {
    right: 20px;
    bottom: 0;
    width: 28px;
  }
}

.panel__ttl-ja {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.panel__ttl-en {
  font-family: var(--font_en);
  font-size: clamp(53px, 3.91vw, 60px);
  color: var(--ye);
  text-align: center;
  margin: 10px 0 20px;
}

/* pickup */
.panel__pickup {
  background: var(--bl);
  padding: 60px 20px;
  color: #fff;
}
@media screen and (min-width: 1025px), print {
  .panel__pickup {
    margin-top: 40px;
  }
}

.card {
  position: relative;
}

.card + .card {
  margin-top: 40px;
}

.card--l {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
}

.card__thumb {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.pickup-icon {
  position: absolute;
  right: 25px;
  bottom: 5px;
  width: 40px;
  height: 40px;
}

.card__thumb--sm {
  width: 150px;
  height: 150px;
}

.card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.card__thumb__img {
  border-radius: 10px;
}

.card__thumb__img.is-coming {
  pointer-events: none;
  filter: grayscale(1);
}

/* overlay label for coming soon when modifier is set on image */
.today__thumb:has(.card__thumb__img.is-coming),
.card__thumb:has(.card__thumb__img.is-coming) {
  position: relative;
}

.today__thumb:has(.card__thumb__img.is-coming)::after,
.card__thumb:has(.card__thumb__img.is-coming)::after {
  content: "COMING SOON";
  position: absolute;
  inset: 0;
  background: rgba(128, 128, 128, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(14px, 3.5vw, 24px);
  border-radius: 10px;
  text-align: center;
}

.card__vol {
  font-weight: 700;
  font-size: 18px;
}

.card__title {
  font-weight: 700;
  font-size: 28px;
}

.card__title--sm {
  font-size: 24px;
}

.card__meta {
  font-size: 18px;
  margin-top: 20px;
}

.card__desc {
  font-size: 18px;
}

.card__link {
  font-weight: 700;
  font-size: 18px;
  color: var(--bl);
  margin-top: 20px;
}

.card__more {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  text-align: right;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 20px;
  margin-top: 20px;
}

.btn img {
  width: 40px;
  height: 40px;
}

.btn--sm {
  align-self: flex-start;
}

/* 視聴ボタンは可変幅 */
.btn--watch {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* pickup section button adjustments */
.panel__pickup .btn--watch {
  align-self: flex-start;
  font-size: 18px;
  padding: 14px 16px;
  gap: 12px;
  white-space: nowrap;
}

.panel__pickup .btn--watch img {
  width: 28px;
  height: 28px;
}

/* schedule */
.panel__schedule {
  background: var(--pk);
  padding: 60px 20px;
  color: #fff;
  position: relative;
  display: none;
}

.schedule__inner + .schedule__inner {
  margin-top: 40px;
}

.schedule__range {
  position: relative;
  display: inline-block;
  background: var(--ye);
  color: #000;
  font-weight: 900;
  border-radius: 30px;
  padding: 20px;
  margin: 0 0 20px;
  line-height: 1;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  font-size: clamp(27px, 2.08vw, 30px);
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1025px), print {
  .schedule__range {
    font-size: 30px;
  }
}
.schedule__range span {
  font-size: clamp(33px, 3.19vw, 46px);
}
@media screen and (min-width: 1025px), print {
  .schedule__range span {
    font-size: 46px;
  }
}

.schedule__range::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--ye);
}

.panel__schedule .card--m,
.panel__archive .card--m {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  align-items: center;
}

/* archive */
.panel__archive {
  background: #333;
  padding: 40px 20px 0;
  color: #fff;
}

.card__more-wrap {
  background: #333;
  padding: 5px 20px 40px;
  color: #fff;
  margin-top: -20px;
}

.panel__ttl-ja--white {
  color: #fff;
}

.panel__ttl-ja--left {
  text-align: left;
  margin-bottom: 20px;
}

/* message */
.panel__message {
  background: #333;
  padding: 30px 20px 20px;
  color: #fff;
  margin-top: 1px;
}

.panel__msg-lead {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}

.panel__msg-cta {
  background: #d6ff21 url("/excludes/ck/campaign/anniv/25th/img/live25_play.svg") 98% 98% no-repeat;
  border-radius: 20px;
  padding: 6px 30px 6px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  margin-top: 20px;
  color: #000;
}

.panel__msg-cta__text {
  font-weight: 700;
  line-height: 1.4;
}

.panel__msg-small {
  font-size: 15.27px;
  margin: 0;
}

.panel__msg-strong {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.panel__msg-cta__img {
  width: 130px;
}

.panel__msg-note {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
}

/* right today */
.today {
  background: var(--dark);
  pointer-events: auto;
  z-index: 2;
  padding: 40px 20px;
  color: #fff;
  margin: 40px 0 0;
  border-radius: 0;
}
@media screen and (min-width: 1025px), print {
  .today {
    position: fixed;
    right: calc(50% - min(720px, 50vw) + 20px);
    bottom: 20px;
    width: 440px;
    pointer-events: auto;
    border-radius: 20px;
    margin: 0;
    z-index: 4;
  }
}

/* 1025–1440pxではtodayの位置を中央カラム(720px)基準に固定し、はみ出しは見切れさせる */
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .today {
    right: calc(50% - 720px + 20px);
  }
}
/* 1440px以下では中央カラム境界(720px)基準の位置を維持し、はみ出し分を見切らせる */
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .today {
    right: calc(50% - 720px + 20px);
  }
}
.today__head {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: var(--ye);
}

.today__en {
  font-family: Angkor, system-ui, sans-serif;
  font-size: 40px;
  line-height: 1;
  margin: 0;
}

.today__ja {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: var(--ye);
}
@media screen and (min-width: 1025px), print {
  .today__ja {
    font-size: 24px;
  }
}

.today__body {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 20px 0;
}

.today__text {
  flex: 1;
}

.today__vol {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.today__title {
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0.25em 0 0;
}

.today__thumb {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.today__thumb img {
  border-radius: 10px;
  display: block;
}

.today__more {
  margin-top: 20px;
  color: var(--bl);
  font-weight: 700;
  font-size: 18px;
}

.today__cta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-radius: 10px;
  padding: 20px;
}

.today__cta-text {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.today__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bl);
  display: grid;
  place-items: center;
}

.today__btn svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #fff;
}

.today .btn--watch {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.schedule-card__thumb {
  width: 50%;
}

.schedule-card__present {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 10px;
  color: var(--pk);
  text-align: center;
}
@media screen and (min-width: 1025px), print {
  .schedule-card__present {
    font-size: 16px;
  }
}

.schedule-card__present-img {
  width: 90%;
  margin: auto;
}

.today__present {
  width: 50%;
}

.archive__notice {
  margin-bottom: 20px;
}

.date-yellow {
  color: var(--ye);
  font-weight: 700;
}

.l-footer {
  position: relative;
  z-index: 10;
  border-top: #dbdbdb 1px solid;
  background-color: #fff;
}

.l-footer-top {
  padding: 36px 0;
}
@media screen and (min-width: 1025px), print {
  .l-footer-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 45px 0 55px;
  }
}

.l-footer-shop {
  margin: 0 15px;
  text-align: center;
}
@media screen and (min-width: 1025px), print {
  .l-footer-shop {
    display: block;
    width: auto;
    margin: 0;
  }
}

.l-footer-shop__head {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1025px), print {
  .l-footer-shop__head {
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: left;
  }
}

.l-footer-shop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  border: #dddddd 1px solid;
  border-radius: 24px;
  color: #000000;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  background: #ffffff;
}
@media screen and (min-width: 1025px), print {
  .l-footer-shop__link {
    display: inline;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    font-size: 1.5rem;
    background: transparent;
  }
}

.l-footer-shop__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 13px;
  transform: translateY(-50%);
  background: url(/excludes/ck/assets/common/img/icon_arrow-right-gray.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px), print {
  .l-footer-shop__link::after {
    display: none;
  }
}

.l-footer-sns {
  margin-top: 30px;
}
@media screen and (min-width: 1025px), print {
  .l-footer-sns {
    display: block;
    width: auto;
    margin: 0;
    margin-top: 25px;
  }
}

.l-footer-sns__head {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1025px), print {
  .l-footer-sns__head {
    font-size: 1.8rem;
  }
}

.l-footer-sns__lead {
  margin-bottom: 15px;
  color: #666666;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1025px), print {
  .l-footer-sns__lead {
    margin-bottom: 20px;
    color: #000000;
  }
}

.l-footer-sns__btns {
  display: flex;
  justify-content: center;
}

.l-footer-sns__btn {
  width: 36px;
  margin: 0 13px;
}
@media screen and (min-width: 1025px), print {
  .l-footer-sns__btn {
    width: 42px;
    margin: 0 12px;
  }
}

.l-footer-bottom {
  position: relative;
  border-top: #dbdbdb 1px solid;
  padding: 30px 5px 20px;
  background-color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 1025px), print {
  .l-footer-bottom {
    padding: 40px 0 50px;
  }
}

.l-footer__logo {
  width: 235px;
  margin: 0 auto 35px;
}
@media screen and (min-width: 1025px), print {
  .l-footer__logo {
    width: 300px;
  }
}

.l-footer__copy {
  display: block;
  padding: 0 15px;
  color: #444444;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px), print {
  .l-footer__copy {
    margin-top: 15px;
    padding: 0;
    font-size: 1.4rem;
    text-align: center;
  }
}

.l-footer__pagetop {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgba(136, 136, 136, 0.15);
}
@media screen and (min-width: 1025px), print {
  .l-footer__pagetop {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    right: 30px;
    bottom: 30px;
  }
}

.l-footer__pagetop::before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background: url(/excludes/ck/assets/common/img/icon_arrow-right-gray.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1025px), print {
  .l-footer__pagetop::before {
    width: 10px;
    height: 18px;
  }
}

.l-footer-guide-menu {
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px), print {
  .l-footer-guide-menu {
    margin-bottom: 0;
  }
}

.l-footer-guide-menu__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px), print {
  .l-footer-guide-menu__list {
    justify-content: center;
  }
}

.l-footer-guide-menu__item {
  margin-bottom: 10px;
  padding: 0 15px;
}
@media screen and (min-width: 1025px), print {
  .l-footer-guide-menu__item {
    margin-bottom: 0;
  }
}

.l-footer-guide-menu__item:not(:last-child) {
  border-right: #ddd 1px solid;
}

.l-footer-guide-menu__link {
  display: inherit;
  color: #444444;
  font-size: 1.3rem;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */
