@charset "utf-8";

/* ---- メインなど ---- */
body {
  max-width: 100vw;
  overflow-x: hidden;
  word-wrap: break-word;
}
img {
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}
.wrapper {
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.wrapper.article {
  margin: 0 auto;
}
main {
  overflow: hidden;
}
.column-outer {
  margin: 0 15px;
  position: relative;
  background-color: #fff;
}
.column-outer.border {
  border: 1px solid var(--color-primary);
}

/* ---- ヘッダー ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  width: 100%;
  background-color: #fff;
}
.site-header.article {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}
header.article {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}
.site-header_top {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.site-header_hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.site-header_hamburger-line {
  background-color: var(--color-primary);
  width: 42%;
  height: 2px;
  border-radius: 9999px;
}
.site-header_hamburger-line + .site-header_hamburger-line {
  margin-top: 5px;
}
.site-header_logo {
  width: 115px;
}
.site-header_logo-link {
  display: block;
  line-height: 0;
}
.site-header_logo-img {
  width: 100%;
}
.site-header_contents {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 15px 0 auto;
  padding-left: 10px;
}
.site-header_contents-search {
  margin-right: 7px;
}

/* ---- 検索・ログイン・会員登録・マイページ ボタン・プラン購入 ---- */
.site-header_contents-button {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 44px;
  height: 44px;
  padding-bottom: 4px;
  border-radius: 8px;
  border: none;
  background: none;
  appearance: none !important;
  font-family: inherit;
}
.site-header_contents-button + .site-header_contents-button {
  margin-left: 8px;
}
.site-header_contents-button:is(.-sign-up, .-plan) {
  background-color: var(--color-primary);
}
.site-header_contents-button::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 26px;
  height: 23px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header_contents-button.-search::before {
  background-image: url(/common/images/denshiban/common/icon-search-black.svg);
}
.site-header_contents-button.-login::before {
  background-image: url('/common/images/denshiban/common/icon-login-black.svg');
}
.site-header_contents-button.-sign-up::before {
  background-image: url('/common/images/denshiban/common/icon-register-black.svg');
  filter: brightness(0) invert(1);
}
.site-header_contents-button.-mypage::before {
  background-image: url('/common/images/denshiban/common/icon-mypage-black.svg');
}
.site-header_contents-button.-plan::before {
  width: 16px;
  background-image: url('/common/images/denshiban/common/icon-plan-black.svg');
  filter: brightness(0) invert(1);
}
.site-header_contents-button-text {
  display: inline-block;
  font-weight: 700;
  transform: scale(0.8);
  color: var(--color-primary);
  font-size: 1rem;
  white-space: nowrap;
}
.site-header_contents-button:is(.-sign-up, .-plan) .site-header_contents-button-text {
  color: #fff;
}
.site-header_contents-register {
  display: flex;
}
.site-header_bottom {
  background-color: var(--color-base, #fff);
  border-top: 1px solid #fff;
}
.site-header_list {
  display: flex;
  overflow-x: auto;
}
.site-header_list::before,
.site-header_list::after {
  content: '';
  flex-shrink: 0;
  width: 6px;
}
.site-header_item {
  flex-shrink: 0;
}
.site-header_link {
  display: block;
  color: var(--color-text, var(--color-primary));
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.1em 0.7em;
}
.site-header #piano-login-container {
  min-width: 44px;
}
.site-header_movie {
  position: relative;
  background-color: #000;
}
.site-header_movie-notice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin: 0 auto;
  padding-left: 15px;
}
.site-header_movie-em {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  background-color: #eb0400;
  border-radius: 6px;
  padding: 0.4em 0.6em 0.4em 1.45em;
}
.site-header_movie-em::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}
.site-header_movie-title {
  --text-gap: 3rem;
  display: flex;
  gap: var(--text-gap);
  overflow: hidden;
  margin-left: 10px;
}
.site-header_movie-title-text {
  display: inline-block;
  min-width: auto;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  will-change: transform;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--text-gap, 3rem)));
  }
}
.site-header_movie-button {
  background-color: transparent;
  border: none;
  padding: 17px 15px 17px 10px;
  appearance: none !important;
}
.site-header_movie-button-inner {
  display: block;
  width: 16px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #fff;
}
.site-header_movie.-show .site-header_movie-button-inner {
  transform: rotate(180deg);
}
.site-header_movie-body {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #000;
  padding: 0 15px 15px;
}
.site-header_movie-iframe-wrap {
  aspect-ratio: 640 / 360;
  width: 100%;
  line-height: 0;
  background-color: #ddd;
}
.site-header_movie-iframe-wrap iframe {
  height: 100%;
  width: 100%;
}

/* ---- フッター ---- */
.site-footer {
  padding: 30px 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.site-footer_inner {
  padding: 0 15px;
}
.site-footer_logo {
  display: block;
  width: 115px;
  line-height: 0;
}
.site-footer_logo-img {
  width: 100%;
}
.site-footer_body {
  display: grid;
  grid-template:
    'content category' auto
    'sns sns' auto
    'podcast  podcast' auto /
    1fr 1fr;
  column-gap: min(calc(56 / 390 * 100vw), 56px);
  row-gap: 25px;
  margin-top: 22px;
}
.site-footer_block.-content {
  grid-area: content;
}
.site-footer_block.-category {
  grid-area: category;
}
.site-footer_block.-sns {
  grid-area: sns;
}
.site-footer_block.-podcast {
  grid-area: podcast;
}
.site-footer_block-title {
  font-size: 1.2rem;
  font-weight: 700;
}
.site-footer_block-title-inner {
  display: inline-block;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 3px;
}
.site-footer_text-list {
  display: grid;
  gap: 8.5px;
  margin-top: 15px;
}
.site-footer_text-link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.3em 1em 0.3em 0;
}
.site-footer_icon-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.site-footer_icon-link {
  display: block;
  width: 52px;
  min-width: 0;
  aspect-ratio: 1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.site-footer_icon-item.-facebook .site-footer_icon-link {
  background-size: 43%;
  background-image: url('/common/images/common/ico-facebook-black.svg');
}
.site-footer_icon-item.-x .site-footer_icon-link {
  background-size: 41%;
  background-image: url('/common/images/common/ico-x-black.svg');
}
.site-footer_icon-item.-line .site-footer_icon-link {
  background-size: 47%;
  background-image: url('/common/images/common/ico-line-black.svg');
}
.site-footer_icon-item.-instagram .site-footer_icon-link {
  background-size: 45%;
  background-image: url('/common/images/common/ico-instagram-black.svg');
}
.site-footer_icon-item.-youtube .site-footer_icon-link {
  background-size: 47%;
  background-image: url('/common/images/common/ico-youtube-black.svg');
}
.site-footer_icon-item.-tiktok .site-footer_icon-link {
  background-size: 35%;
  background-image: url('/common/images/common/ico-tiktok-black.svg');
}
.site-footer_icon-item.-linkedin .site-footer_icon-link {
  background-size: 45%;
  background-image: url('/common/images/common/ico-linkedin-black.svg');
}
.site-footer_icon-item.-spotify .site-footer_icon-link {
  background-size: 45%;
  background-image: url('/common/images/common/ico-spotify-bg-black.svg');
}
.site-footer_icon-item.-apple-podcast .site-footer_icon-link {
  background-size: 41%;
  background-image: url('/common/images/common/ico-apple-podcast-simple-black.svg');
}
.site-footer_other {
  margin-top: 21px;
}
.site-footer_other-list {
  display: grid;
  gap: 8px;
}
.site-footer_other-link {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.3em 1em 0.3em 0;
}
.site-footer_copyright {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 28px;
}
.site-footer_copyright small {
  font-size: 100%;
}

/* ---- cta ---- */
.cta {
  display: flex;
}
.cta_box {
  flex: 1;
  text-align: center;
  padding: 12px;
}
.cta_box.-mail-magazine {
  background-color: #000000;
}
.cta_box.-subscribe {
  background-color: #f2f2f2;
}
.cta_text {
  font-size: clamp(1.1rem, calc(14 / 390 * 100vw), 1.4rem);
  font-weight: 700;
  line-height: 1.285;
}
.cta_box.-mail-magazine .cta_text {
  color: #fff;
}
.cta_link {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 45px;
  margin-top: 6px;
  padding: 3px 15px;
}
.cta_box.-mail-magazine .cta_link {
  background-color: #fff;
}
.cta_box.-subscribe .cta_link {
  color: #fff;
  background-color: #eb0400;
}

/* ---- トップキャンペーンバナー ---- */
.top-promotion-banner {
  margin-block: 20px;
}
.top-promotion-banner_link {
  display: block;
  line-height: 0;
}
.top-promotion-banner_img {
  width: 100%;
}

/* ---- パンくずリスト ---- */
.breadcrumbs-list {
  margin-bottom: 20px;
  padding-top: 20px;
  list-style: none;
}
.breadcrumbs-list li {
  max-width: 200px;
  margin-right: 8px;
  padding-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
}
.breadcrumbs-list li a {
  color: #2379ca;
  border-bottom: 1px dashed #2379ca;
}
.breadcrumbs-list li::before {
  content: '/';
  padding-right: 5px;
}
.breadcrumbs-list li:first-of-type::before {
  display: none;
}

/* ---- アイコン ---- */
.icon-author-default {
  background-color: #00b7b5;
  background-image: url(/common/images/denshiban/common/icon-author-default.png);
}
.icon-type {
  font-size: 1.3rem;
}
.icon-type.original {
  color: #569e6b;
}
.icon-type.programs {
  color: #010f8f;
}
.icon-type.editors {
  color: #a7833c;
}
.icon-type.limited {
  color: #e4007f;
}
.icon-label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border-radius: 9999px;
  padding: 0.4em 0.8em;
}
.icon-label.scoop {
  background-color: #ffed23;
}
.icon-label.pickup {
  color: #fff;
  background-color: var(--color-primary);
}
.icon-label.new {
  color: #fff;
  background-color: #eb0400;
}
.icon-label.pr {
  background-color: #ddd;
}

/* ---- PIANOログアウト時のメッセージ ---- */
#piano-message {
  position: fixed;
  z-index: 100001;
  width: 100%;
  margin: 0 auto;
  top: 0;
  background: #fff;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #007fcc;
  font-weight: 700;
  font-size: 1.4rem;
  display: none;
}

/* ---- PIANOインラインニュースレター表示 ---- */
.newsletter-form {
  text-align: center;
  padding: 40px 24px;
  border: 1px solid var(--color-primary);
}
.newsletter-form_title {
  margin-bottom: 6px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.newsletter-form_text {
  margin-bottom: 18px;
  line-height: 1.8;
  font-size: 1.4rem;
}
.newsletter-form_text a {
  text-decoration: underline;
  color: #2379ca;
}
.newsletter-form_button {
  background-color: #eb0400;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px 0;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: none;
}
.newsletter-form_button::after {
  content: '';
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 18px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
}
.newsletter-form_notes {
  text-align: left;
  line-height: 2;
  font-size: 1.2rem;
}

/* ---- タブUI tab.jsと連動 ---- */
[role='tabpanel'][aria-hidden='true'] {
  display: none;
}

/* ---- Utility ---- */
.u-pc-only {
  display: none;
}

/* ---- 下部固定CTA（購読LP誘導） ---- */
.fixed-cta {
  position: sticky;
  bottom: 0;
  z-index: 2000;
  display: none; /* エクスペリエンス（ID：EXRGNJYKH2A2）で表示 */
  background-color: var(--color-primary);
  padding: 10px 15px calc(10px + env(safe-area-inset-bottom, 0));
}
.fixed-cta_inner {
  display: grid;
  grid-template-columns: 1fr 112px;
  align-items: center;
  gap: 10px;
}
.fixed-cta_text {
  color: #fff;
  font-size: min(calc(15 / 390 * 100vw), 15px);
  line-height: normal;
}
.fixed-cta_link {
  color: #fff;
  font-size: min(calc(16 / 390 * 100vw), 16px);
  font-weight: bold;
  text-align: center;
  background-color: #eb0400;
  border-radius: 8px;
  padding: 1em 0.5em;
}

/* ---- 下部固定CTA（オファー表示） ---- */
.fixed-offers {
  position: sticky;
  bottom: 0;
  z-index: 2000;
  display: none; /* エクスペリエンス（ID：EXRGNJYKH2A2）で表示 */
  background-color: var(--color-primary);
  padding: 10px 18px calc(10px + env(safe-area-inset-bottom, 0));
}
.fixed-offers_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 820px;
  margin-inline: auto;
}
.fixed-offers_button {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: inherit;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 12px 9px 5px;
}
.fixed-offers_item.-attention .fixed-offers_button {
  color: #fff;
  background-color: #eb0400;
}
.fixed-offers_plan {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
}
.fixed-offers_price {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
.fixed-offers_price em {
  font-size: 2rem;
  font-style: normal;
  line-height: 1;
}
.fixed-offers_price em.red {
  color: #eb0400;
}
.fixed-offers_info {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  margin: 3px -15px 0 0;
  scale: 0.9;
  transform-origin: top left;
}
.fixed-offers_label {
  position: absolute;
  z-index: 1;
  top: -7px;
  left: -2px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #eb0400;
  border-radius: calc(Infinity * 1px);
  padding: 0.2em 0.7em;
}
.fixed-offers_item:is(.-attention) .fixed-offers_label {
  background-color: var(--color-primary);
}
