@charset "utf-8";

.main-column {
  font-size: 1.6rem;
  line-height: 1.3;
}
.subscribe-button a {
  --hover-opacity: 0.5;
  border-radius: 8px;
  cursor: pointer;
}
.subscribe-button a:focus-visible {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .subscribe-button a:hover {
    opacity: var(--hover-opacity);
  }
}
.subscribe-button a::after {
  content: '';
  border: 2px solid #fff;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 26px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
  transition: 0.3s;
}
.subscribe-button a span {
  font-size: 1.4rem;
}
.subscribe-button a small {
  font-weight: 500;
}
.subscribe-annotation {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  padding: 10px 0 0 0;
}
.fv-btn a {
  background: var(--color-primary);
  color: #fff;
  font-size: 2rem;
  width: 100%;
  border: none;
  border-radius: 8px;
}
.totop-button {
  text-align: center;
  margin: 20px auto;
  font-weight: 700;
}
.subscribe-cp {
  position: relative;
  background-color: #f8f8f8;
}
.subscribe-cp_body {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 37px;
  padding: 0;
}
.subscribe-cp_title {
  position: relative;
  line-height: 0;
  text-align: center;
  border-bottom: 4px solid #ffff00;
  padding: 14px;
}
.subscribe-cp_title::before {
  content: '';
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  background-color: #f68900;
}
.subscribe-cp_title-img {
  position: relative;
  z-index: 100;
  width: 932px;
}
.subscribe-cp_figure {
  position: relative;
  width: fit-content;
  line-height: 0;
  text-align: center;
  margin: -4px auto 0;
  padding-bottom: 13px;
}
.subscribe-cp_img {
  width: 1039px;
}
.subscribe-cp_button {
  --hover-opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 20px;
  display: block;
  width: fit-content;
  min-width: 321px;
  color: #fff;
  font-family: inherit;
  border-radius: 6px;
  background-color: #EB0400;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.70);
  border: none;
  margin: 0 auto;
  padding: 1.15em 0.5em;
  transition: opacity 0.3s;
  cursor: pointer;
}
.subscribe-cp_button:focus-visible {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .subscribe-cp_button:hover {
    opacity: var(--hover-opacity);
  }
}
.subscribe-cp_button span {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 22px;
}
.subscribe-cp_button span::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: var(--color);
  margin: auto;
  transform: rotate(45deg);
}
.subscribe-cp_note {
  max-width: 800px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #e1e1e1;
  border-radius: 5px;
  margin: 40px auto 0;
  padding: 1.5em 2rem;
}
.subscribe.-isPromotion .headliner-content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}
.headliner-content {
}
.headliner {
  display: grid;
  grid-template-columns: minmax(580px, 1fr) 1.36fr;
}
.headliner-left {
  align-self: center;
  padding: 122px 50px 84px 80px;
}
.headliner-left-inner {
  max-width: 488px;
  margin: 0 auto;
}
.headliner-left .logo {
  line-height: 0;
}
.headliner-left .logo img {
  width: 100%;
  line-height: 0;
}
.headliner-left .image {
  line-height: 0;
  margin-top: 18px;
  padding: 0 16px;
}
.headliner-left .image img {
  width: 100%;
}
.headliner-left p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 17px;
  text-align: center;
}
.headliner-cv-area {
  margin-top: 24px;
}
.headliner-cv-area p.btn-notion {
  color: #eb0400;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.headliner-cv-area p.btn-notion span {
  font-size: 2.4rem;
}
.headliner-cv-area p.btn-notion.small {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}
.headliner-right {
  display: grid;
  place-items: center;
  background-image: linear-gradient(rgb(255 255 255 / 0.8), rgb(255 255 255 / 0.8)), url(/common/images/denshiban/info/subscribe/pc_top_image2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.headliner-movie {
  width: 93%;
  max-width: 736px;
  line-height: 0;
}
.headliner-movie video {
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}
.subscribe-title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
}
.title-text {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.title-text .red {
  color: #eb0400;
}
.cp-banner-content {
  padding: 30px 0 25px 0;
  background: #f4f3f3;
}
.cp-banner-content a {
  border: none;
}
.cp-banner-content a img {
  --hover-opacity: 0.7;
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
.cp-banner-content a:focus-visible img {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .cp-banner-content a:hover img {
    opacity: var(--hover-opacity);
  }
}
.plan-content {
  background-color: #f8f8f8;
  padding: 60px 0;
}
.plan-content .cp-link {
  --hover-opacity: 0.5;
  display: block;
  max-width: 700px;
  line-height: 0;
  margin: 0 auto 40px;
  transition: opacity 0.3s;
}
.plan-content .cp-link:focus-visible {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .plan-content .cp-link:hover {
    opacity: var(--hover-opacity);
  }
}
.plan-content .cp-img {
  width: 100%;
}
.plan {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.plan .box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 326px;
  background: #fff;
  padding: 29px 16px 20px;
  font-weight: 700;
  border: solid 2px #000;
  border-radius: 20px;
}
.plan .box .attention-label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #eb0400;
  border-radius: 9999px;
  padding: 6px 12px 4px;
  transform: translateY(-50%);
}
.plan .box .text-one {
  font-size: 2.8rem;
}
.plan .box .text-two {
  font-size: 1.4rem;
  margin: 5px 0 28px;
  color: #666;
  min-height: 18px;
}
.plan .box .text-three {
  text-align: center;
  margin-bottom: 7px;
}
.plan .box .text-three .small {
  font-size: 1.4rem;
}
.plan .box .text-three .middle {
  font-size: 2rem;
}
.plan .box .text-three .big {
  font-size: 4.8rem;
  font-family: Roboto;
}
.plan .box .text-three small {
  font-weight: 500;
}
.plan .box .text-four {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 13px;
  line-height: 1.625;
  letter-spacing: -0.03em;
  width: fit-content;
}
.plan .box .subscribe-button {
  margin-top: auto;
}
.plan .box .red {
  color: #eb0400;
}
.plan .box .line {
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  margin-bottom: 20px;
}
.plan .box .image {
  width: 120px;
  margin: 0 auto 15px;
}
.plan .box .image {
  width: 120px;
  height: 240px;
  margin: 0 auto 10px;
}
.plan .box .image.zasshi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
}
.plan .box .image.zasshi span:nth-of-type(2) {
  width: 115px;
}
.plan .box .image.zasshi span:nth-of-type(2) img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.plan .box .image.zasshi span:nth-of-type(1) {
  width: 120px;
}
.plan .subscribe-button a {
  width: 100%;
  box-shadow: none;
  background: var(--color-primary);
  border: none;
  border-radius: 8px;
  padding: 18px 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.plan .subscribe-button span {
  font-size: 1.8rem;
}
.plan .year .subscribe-button a {
  background: #eb0400;
}
.plan .subscribe-note {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  color: #666;
  font-size: 1.3rem;
  text-align: center;
  font-weight: normal;
}
.plan .fujisan {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.plan .subscribe-button a::after {
  content: none;
}
.join-button-content {
  margin-block: 40px;
}
.join-button {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.join-button_item {
  flex: 1;
  text-align: center;
}
.join-button_link {
  position: relative;
  display: inline-block;
  width: 100%;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.8rem;
  padding: 30px;
  background-color: #fff;
  border: solid 1px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.join-button_item.hojin .join-button_link {
  --background-color: #29cea7;
  background-color: var(--background-color);
  border: 1px solid var(--background-color);
  color: #fff !important;
}
.join-button_link::after {
  border: 2px solid currentColor;
  border-top: medium none;
  border-left: medium none;
}
.piano-login-link {
  width: fit-content;
  color: #2379ca;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dashed #2379ca;
  cursor: pointer;
  margin: 40px auto;
  padding-bottom: 2px;
}
.fuji-text {
  text-align: center;
  margin-block: 10px;
  line-height: 1.5;
}
.fuji-text_link {
  color: #2379ca;
  text-decoration: underline;
}

/* ---- 有料会員向け最新スクープ記事 ---- */
.scoop-content {
  padding: 60px 0 78px;
}
.scoop_articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.scoop_article {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
}
.scoop_article-img {
  --hover-opacity: 0.6;
  width: 100%;
  aspect-ratio: 308 / 192;
  object-fit: contain;
  transition: opacity 0.3s ease-out;
}
.scoop_article:focus-visible .scoop_article-img {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .scoop_article:hover .scoop_article-img {
    opacity: var(--hover-opacity);
  }
}
.scoop_article-title {
  --hover-color: #007fcc;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.448;
  transition: color 0.3s ease-out;
}
.scoop_article:focus-visible .scoop_article-title {
  color: var(--hover-color);
}
@media (any-hover: hover) {
  .scoop_article:hover .scoop_article-title {
    color: var(--hover-color);
  }
}

/* ---- 5つの特徴 ---- */
.feature-content {
  background-color: #f8f8f8;
  padding: 75px 0;
}
.feature {
  display: grid;
  gap: 43px;
}
.feature_box {
}
.feature_box.-row {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
}
.feature_head {
  flex: 1;
  text-align: center;
}
.feature_box.-row .feature_head {
  text-align: left;
}
.feature_title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.448;
}
.feature_lead {
  font-size: 1.8rem;
  line-height: 1.448;
  margin-top: 10px;
}
.feature_lead .small {
  font-size: 1.4rem;
}
.feature_figure {
  flex-shrink: 0;
  width: 430px;
  line-height: 0;
}
.feature_img {
  width: 100%;
  height: auto;
}
.feature_articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.feature_article {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
}
.feature_article-img {
  --hover-opacity: 0.6;
  width: 100%;
  aspect-ratio: 308 / 192;
  object-fit: contain;
  transition: opacity 0.3s ease-out;
}
.feature_article:focus-visible .feature_article-img {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .feature_article:hover .feature_article-img {
    opacity: var(--hover-opacity);
  }
}
.feature_article-title {
  --hover-color: #007fcc;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.448;
  transition: color 0.3s ease-out;
}
.feature_article:focus-visible .feature_article-title {
  color: var(--hover-color);
}
@media (any-hover: hover) {
  .feature_article:hover .feature_article-title {
    color: var(--hover-color);
  }
}
.feature_viewer-button {
  --hover-color: #fff;
  --hover-background-color: #007fcc;
  --hover-border-color: transparent;
  display: inline-block;
  min-width: 380px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  padding: 1em;
  border: 1px solid #000;
  transition-property: color, border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.feature_viewer-button:focus-visible {
  color: var(--hover-color);
  background-color: var(--hover-background-color);
  border-color: var(--hover-border-color);
}
@media (any-hover: hover) {
  .feature_viewer-button:hover {
    color: var(--hover-color);
    background-color: var(--hover-background-color);
    border-color: var(--hover-border-color);
  }
}
.feature_viewer-note {
  font-size: 1.6rem;
  margin-top: 15px;
}

.series-content {
  line-height: 1.5;
  padding: 60px 0;
}
.series .title {
  text-align: center;
}
.series .title img {
  width: 224px;
  height: auto;
  margin-bottom: 40px;
}
.series .big {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.series .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.series .container a {
  border: none;
}
.series .container img {
  width: 328px;
  margin: 40px 0 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.recommend-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 0 0;
  margin-top: 30px;
  display: block;
  background: #fff;
}
.paywall-recommend {
  background: #fff;
  padding: 30px 15px 20px;
}
.paywall-recommend a {
  border-bottom: none;
}
.subscribe-column-outer.qa-contact {
  background-color: #f8f8f8;
}
.qa details {
  border: none;
}
.contact-inner {
  border: none;
  padding: 0;
}

/* ---- バナー ---- */
.lp-banner {
  --hover-opacity: 0.5;
  display: block;
  line-height: 0;
  margin: 40px 0;
  transition: opacity 0.3s;
}
.lp-banner:focus-visible {
  opacity: var(--hover-opacity);
}
@media (any-hover: hover) {
  .lp-banner:hover {
    opacity: var(--hover-opacity);
  }
}
.lp-banner_img {
  width: 100%;
}
