@charset "utf-8";

.main-column {
  font-size: 16px;
  line-height: 1.5;
}
.common-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
}
/*.common-title::after {
  content: "";
  width: 60px;
  margin: 20px auto 0;
  display: block;
  border: 1px solid #000;
}*/
.common-title img {
  margin: 0 auto 25px;
  display: block;
}

.headliner-outer {
  background-image: url('/common/images/bungeishunju/info/subscribe/mv_left_pc.webp'), url('/common/images/bungeishunju/info/subscribe/mv_right_pc.webp');
  background-size: max(30%, 416px);
  background-repeat: no-repeat;
  background-position: left top, right top;
}
.headliner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 534px;
  margin: 0 auto;
  padding: 58px 15px;
  background-color: #fff;
}
.headliner {
  text-align: center;
}
.headliner-logo {
  width: 274px;
  margin: 0 auto 26px;
  line-height: 0;
}
.headliner-logo img {
  width: 100%;
}
.headliner-text-case3 {
  margin-bottom: 30px;
  font-family: var(--font-YakuHanJP);
  font-size: 22px;
  font-weight: 700;
  color: #0F92D7;
}
.headliner-entry {
  display: inline-block;
  min-width: 330px;
  line-height: 1.5;
  font-weight: 700;
  font-family: inherit;
  color: #fff;
  margin: 0 auto 15px;
  padding: 1.1em 2em;
  background-color: #329B5A;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.headliner-entry:hover {
  background: #000;
  color: #fff;
}
.headliner-entry::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  border: 2px solid #fff;
  border-top: medium none;
  border-left: medium none;
  transform: rotate(-45deg);
}

.benefit .common-title img {
  width: 142px;
}
.benefit-content {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}
.benefit-content.-reading {
  margin-bottom: -12px;
}
.benefit-content-imgbox {
  width: 615px;
  line-height: 0;
}
.benefit-content.-reading .benefit-content-imgbox {
  margin-left: -42px;
}
.benefit-content-imgbox img {
  width: 100%;
}
.benefit-content-textbox {
  flex: 1;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.benefit-content.left .benefit-content-textbox {
  margin-left: -40px;
}
.benefit-content.right .benefit-content-textbox {
  margin-right: -40px;
  text-align: right;
}
.benefit-content.-reading .benefit-content-textbox {
  margin-left: 0;
}
.benefit-content.-program .benefit-content-textbox {
  margin-bottom: 30px;
}
.benefit-content.-event .benefit-content-textbox {
  margin-bottom: 67px;
}
.benefit-content.-audio .benefit-content-textbox {
  margin-bottom: 47px;
}
.benefit-content-title {
  margin-bottom: 23px;
  padding: 15px 20px;
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  font-size: 30px;
  font-weight: 700;
}
.benefit-content.-early .benefit-content-title {
  margin-right: 13px;
}
.benefit-content.-audio .benefit-content-title {
  margin-right: -30px;
}
.benefit-content-title strong {
  color: #329B5A;
  font-weight: 700;
}
.benefit-content-text {
  font-size: 2rem;
  line-height: 1.6;
}
.benefit-content.left .benefit-content-text {
  margin-left: 64px;
}
.benefit-content.right .benefit-content-text {
  margin-right: 66px;
}
.benefit-content-text strong {
  display: inline-block;
  font-size: 30px;
  color: #329B5A;
  line-height: 1;
  margin-top: 11px;
}
.benefit-content-text .small {
  display: block;
  font-size: 16px;
}

.plan-outer {
  padding: 80px 0 50px;
  background: #F1F8E8;
}
.plan .common-title {
  margin-bottom: 40px;
}
.plan .common-title img {
  width: 102px;
}
.plan-corporate {
  border-top: 1px solid #fff;
  padding-top: 50px;
}
.plan-corporate-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.plan-corporate-list.lp-column-outer {
  padding: 0;
  justify-content: center;
}
.plan-corporate-case {
  width: 297px;
  margin-right: 14px;
  padding: 20px 16px 16px;
  position: relative;
  background: #fff;
  text-align: center;
}
.plan-corporate-case:last-of-type {
  margin-right: 0;
}
.plan-corporate-people {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 22px;
  font-weight: 700;
}
.plan-corporate-invoice {
  margin-bottom: 10px;
  padding: 5px 12px;
  display: inline-block;
  background: #666666;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
}
.plan-corporate-account {
  font-size: 14px;
}
.plan-corporate-price {
  font-size: 14px;
}
.plan-corporate-price strong {
  font-size: 34px;
}
.plan-corporate-entry {
  margin-bottom: 14px;
  padding: 13px 0;
  align-items: center;
  background: #000;
  font-weight: 700;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.plan-corporate-entry::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  border: 2px solid #fff;
  border-top: medium none;
  border-left: medium none;
  transform: rotate(-45deg);
}
.plan-corporate-entry:hover {
  color: #fff;
}
.plan-corporate-notes {
  padding-bottom: 12px;
  font-size: 12px;
}
.plan-corporate-notes.left {
  padding-bottom: 0;
  text-align: left;
  font-size: 14px;
}
.plan-corporate-notes strong {
  font-size: 16px;
  color: #D21818;
}
.plan-corporate-form {
  margin-top: 30px;
  text-align: center;
}
.plan-corporate-form-text {
}
.plan-corporate-form-link {
  display: inline-block;
  min-width: 270px;
  background-color: #000;
  margin-top: 14px;
  padding: 0.8em 2em;
}
@media (any-hover: hover) {
  .plan-corporate-form-link:is(:hover, :focus-visible) {
    color: #fff;
  }
}
.plan-corporate-form-link span {
  position: relative;
  padding-right: 20px;
  color: #fff;
  font-weight: bold;
}
.plan-corporate-form-link span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  margin: auto;
  transform: rotate(-45deg);
}

.news-letter-outer {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.news-letter.lp-column-outer {
  width: 720px;
}

.faq-outer {
  border-bottom: 1px solid #CCC;
}
.faq .common-title img {
  width: 75px;
}
.faq-content {
  width: 720px;
  margin: 0 auto 40px;
}
.faq-notes {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.faq-notes a {
  border-bottom: 1px solid #000;
}
.faq-notes a:hover {
  border-bottom: none;
}
.faq-case {
  height: auto;
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
  transition: 0.3s;
}
.faq-case[open] {
  height: auto;
  transition: 0.5s;
}
.faq-case:first-of-type {
  border-top: 1px solid #CCC;
}
.faq-case summary {
  padding-left: 25px;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
  outline: none;
  list-style: none;
}
.faq-case summary::-webkit-details-marker {
  display: none;
}
.faq-case summary::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  background-image: url(/common/images/bungeishunju/info/subscribe/faq_q.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.faq-case summary::after {
  content: "";
  border: 2px solid #999999;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 27px;
  margin: auto;
  transform: rotate(45deg);
  border-top: medium none;
  border-left: medium none;
}
.faq-case details[open] summary:after {
  transform: rotate(-135deg);
}
.faq-case p {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 35px;
}
.faq-case p:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  background-image: url(/common/images/bungeishunju/info/subscribe/faq_a.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.faq-more {
  font-size: 18px;
  text-align: center;
}
.faq-more a {
  border-bottom: 1px solid #000;
}
.faq-more a:hover {
  border-bottom: none;
}

.inquiry .common-title img {
  width: 153px;
}
.inquiry.lp-column-outer {
  padding-bottom: 0;
}
.inquiry-button {
  width: 290px;
  margin: 0 auto 14px;
  padding: 13px 0;
  align-items: center;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  transition: 0.3s;
}
.inquiry-button:hover {
  background: #000;
  color: #fff;
}
.inquiry-button::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  border: 2px solid #000;
  border-top: medium none;
  border-left: medium none;
  transform: rotate(-45deg);
}
.inquiry-button:hover::after {
  border: 2px solid #fff;
  border-top: medium none;
  border-left: medium none;
}
.inquiry-notes {
  text-align: center;
  font-size: 14px;
}

/* note */
.note-common-entry {
  padding: 15px 0;
  align-items: center;
  background: #D21818;
  font-weight: 700;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.note-common-entry span {
  text-align: center;
}
.note-common-entry strong {
  font-size: 30px;
  display: block;
}
.note-common-entry:hover {
  background: #000;
  color: #fff;
}
.note-common-entry::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 20px;
  display: inline-block;
  border: 2px solid #fff;
  border-top: medium none;
  border-left: medium none;
  transform: rotate(-45deg);
}

.note-headliner-text-case1 {
  width: 330px;
  margin: 24px auto 15px;
  padding: 10px 0;
  background: #D21818;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
}
.note-headliner-text-case2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 34px;
  color: #D21818;
}
.note-headliner-text-case3 {
  font-weight: 700;
}

.note-announce {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.note-announce-title {
  margin-bottom: 24px;
  font-size: 30px;
}
.note-announce-notes {
  margin-bottom: 40px;
  font-size: 18px;
}
.note-announce-notes strong {
  color: #D21818;
}
.note-announce-content {
  margin-bottom: 24px;
  padding: 40px;
  border: 1px solid #000000;
}
.note-announce-content-text {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
}
.note-announce-content-title {
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  color: #D21818;
}
.note-announce-content-title::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: -1;
  background: #ffed46;
}
.note-announce-content-notes {
  font-size: 14px;
}

.note-explain-outer {
  background: #FAFAFA;
}
.note-explain.lp-column-outer {
  width: 980px;
  margin: 0 auto;
}
.note-explain-title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
.note-explain-list {
  margin-bottom: 40px;
}
.note-explain-list li {
  margin-bottom: 14px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
}
.note-explain-list li strong {
  color: #D21818;
}
.subcribe-main{
  position: relative;
  background: #F1F8E8;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .subcribe-main:is(:hover, :focus-visible){
    opacity: 0.8;
  }
}
.subcribe-main-figure{
  width: 100%;
  margin: 0 auto;
}
.subcribe-main-btn {
  position: relative;
  width: 100%;
  padding: 31.84% 0 0 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  appearance: none !important;
}
.subcribe-main-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.subcribe-main-img-btn{
  --base-viewport-width: 1366;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 330px;
  color: #fff;
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #EB0400;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: max(3px, calc((3 / var(--base-viewport-width)) * 100vw)) max(3px, calc((3 / var(--base-viewport-width)) * 100vw)) max(4px, calc((4 / var(--base-viewport-width)) * 100vw)) rgba(0, 0, 0, 0.5);
  padding: 13px 20px;
  transition: opacity 0.3s;
  pointer-events: none;
  display: none;
}
.subcribe-main-figure .subcribe-main-img-btn{
  display: block !important;
}
@media (any-hover: hover) {
  .subcribe-main-btn:is(:hover, :focus-visible) .subcribe-main-img-btn {
    opacity: 0.8;
  }
}
.subcribe-main-img-btn span{
  position: relative;
  padding-right: 18px;
}
.subcribe-main-img-btn span::before{
  content: '';
  position: absolute;
  display: inline-block;
  width: max(10px, calc((10 / var(--base-viewport-width)) * 100vw));
  height: max(10px, calc((10 / var(--base-viewport-width)) * 100vw));
  top: 0;
  right: 0;
  bottom: 0;
  border-width: max(2px, calc((2 / var(--base-viewport-width)) * 100vw)) max(2px, calc((2 / var(--base-viewport-width)) * 100vw)) 0 0;
  border-style: solid;
  border-color: #fff;
  margin: auto;
  transform: rotate(45deg); #D0E6B1
}
.subcribe-main-timer{
  width: 100%;
  margin: 0 auto -40px;
  padding: 30px 0 0 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background: #F1F8E8;
}
.subcribe-main-timer span{
  margin: -14px 4px 0;
  font-size: 5.4rem;
}
.subcribe-main-timer em{
  margin: 0 16px 0 0;
  font-style: normal;
  font-size: 2.4rem;
  color: #EB0400;
}

.benefit-plus {
  display: grid;
  gap: 20px;
  margin: 50px auto 0;
  max-width: 1004px;
}
.benefit-plus_box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 19px;
  border: 1px solid #000;
  padding: 17px 15px;
}
.benefit-plus_figure {
  line-height: 0;
}
.benefit-plus_img {
  width: 100%;
}
.benefit-plus_info {
  padding-top: 10px;
}
.benefit-plus_title {
  color: #329B5A;
  font-size: 2.4rem;
  font-weight: bold;
}
.benefit-plus_text {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 7px;
}
.benefit-plus_text span {
  color: #329B5A;
  font-weight: bold;
}
.benefit-plus_note {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 14px;
}
.benefit-plus_label {
  position: absolute;
  top: 0;
  left: -15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #d21818;
  border-radius: 9999px;
  padding: 0.25em 0.5em;
  line-height: 1;
  transform: translateY(-50%);
}
.piano-offers {
  margin: 51px 0 0;
}
.piano-offers_body {
  max-width: 1026px;
  margin: 0 auto;
}
.piano-offers_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 24px;
  justify-content: center;
}
.piano-offers_item {
  display: grid;
}
.piano-offers_item::before {
  display: none !important;
}
.piano-offers_box {
  position: relative;
  background: #fff;
  height: 100%;
  padding: 30px 16px 90px;
  border: 2px solid #000;
  --border-promotion-width: 4px;
  --border-recommend-width: 4px;
  grid-row: span 4;
  display: grid;
  grid-template-rows: subgrid;
  gap: 10px;
}
.piano-offers_box.-promotion {
  border: var(--border-promotion-width) solid #EB0400;
}
.piano-offers_box.-recommend {
  border: var(--border-recommend-width) solid #D21818;
  --padding-adjustment: calc(var(--border-recommend-width) - 1px);
  padding: calc(5px - var(--padding-adjustment)) calc(16px - var(--padding-adjustment)) calc(16px - var(--padding-adjustment));
}
.piano-offers_box.-promotion .price2{
  color: #EB0400;
}
.piano-offers_label {
  position: absolute;
  top: 10px;
  left: -10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #EB0400;
  padding: 4px 10px 4px;
  transform: translateY(-100%);
  border-radius: 100px;
}
.piano-offers_box.-promotion .piano-offers_label {
  background-color: #EB0400;
  margin: 0 calc(var(--border-promotion-width) * -1);
}
.piano-offers_box.-recommend .piano-offers_label {
  background-color: #D21818;
  margin: 0 calc(var(--border-recommend-width) * -1);
}
.piano-offers_plan {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0;
}
.piano-offers_plan_txt{
  font-size: 1.4rem;
  font-weight: 700;
  color: #666;
  padding: 0;
}
.piano-offers_plan_txt .att{
  color: #EB0400;
}
.piano-offers_info {
  display: grid;
  place-items: center;
  max-width: 185px;
  min-height: 38px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  background-color: #b09d3a;
  border-radius: 9999px;
  margin: 16px auto 0;
  padding: 4px 10px;
}
.piano-offers_info .small {
  font-size: 1rem;
}
.piano-offers_info .large {
  font-size: 1.5rem;
}
.piano-offers_price {
  text-align: center;
  margin-top: 6px;
}
.piano-offers_price .month {
  font-size: 1.2rem;
}
.piano-offers_price .line {
  position: relative;
}
.piano-offers_price .line::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 101%;
  height: 2px;
  background-color: #D21818;
}
.piano-offers_price .price1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 4px;
}
.piano-offers_price .unit1 {
  font-size: 1.2rem;
  font-weight: bold;
}
.piano-offers_price .price2 {
  font-size: 4.8rem;
  font-weight: bold;
  font-style: normal;
  margin: 0 2px 0 7px;
}
.piano-offers_price .unit2 {
  font-size: 1.4rem;
  font-weight: bold;
}
.piano-offers_price .tax {
  font-size: 1rem;
  font-weight: bold;
}
.piano-offers_regular-price {
  min-height: 18px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.piano-offers_regular-price .att{
  color: #EB0400;
}
.piano-offers_button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  width: 90%;
  height: 58px;
  margin: 0 auto;
  font-family: inherit;
  background: #329B5A;
  appearance: none !important;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  display: grid;
  place-content: center;
  &.att{
    background: #EB0400;
  }
}
.piano-offers_box.-recommend .piano-offers_button {
  background-color: #D21818;
}
@media (any-hover: hover) {
  .piano-offers_button {
    transition: background-color 0.3s;
  }
  .piano-offers_button:is(:hover, :focus-visible),
  .piano-offers_box.-recommend .piano-offers_button:is(:hover, :focus-visible) {
    color: #fff;
    background-color: #000;
  }
}
.piano-offers_button span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  pointer-events: none;
}
/*.piano-offers_button span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}*/
.piano-offers_note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
.piano-offers_note-link {
  text-decoration: underline;
}
.piano-offers_img-special {
  position: absolute;
  top: -47px;
  right: -11px;
  width: 81px;
}
.piano-offers_box:is(.-promotion, .-recommend) .piano-offers_img-special {
  top: -62px;
  right: -16px;
}
.piano-offers_img-cover {
  position: absolute;
  top: 22px;
  right: -9px;
  width: 56px;
}

.plan-btn_list{
  margin:  28px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
}

.plan-btn_link{
  position: relative;
  display: grid;
  height: 74px;
  font-size: 1.8rem;
  place-content: center;
  border: 1px solid #000;
  background: #fff;
  font-weight: 700;
  &.btn2{
    color: #fff;
    background: #49C6AA;
  }
}

.plan-btn_link span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.plan-btn_link.btn2 span::before {
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}

@media (any-hover: hover) {
  .plan-btn_link {
    transition: background-color 0.3s;
  }
  .plan-btn_link:is(:hover, :focus-visible){
    color: #fff;
    background: #000;
  }
  .plan-btn_link:is(:hover, :focus-visible) span::before{
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
  }
}

.plan-normal-textlink {
  margin: 20px 0 0;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.plan-normal-textlink a {
  text-decoration: underline;
}
.plan-normal-textlink a:hover {
  text-decoration: none;
}

.subcribe-magazine{
  max-width: 1024px;
  margin: 50px auto 0;
  text-align: center;
}
.subcribe-magazine .subcribe-magazine-h2{
  width: 100%;
  margin: 0 auto 40px;
  padding: 52.25% 0 0 0;
  background: url(/common/images/bungeishunju/piano/planmagazine.webp) 50% 50% no-repeat;
  background-size: cover;
}
.subcribe-magazine .apply{
 width: 500px;
 height: 74px;
 margin: 0 auto 12px;
 color: #fff;
 font-size: 2.2rem;
 font-weight: 700;
 display: grid;
 place-content: center;
 background: #0F92D7;
 box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
 font-family: inherit;
 appearance: none !important;
 cursor: pointer;
 border: none;
}
@media (any-hover: hover) {
  .subcribe-magazine .apply {
    transition: background-color 0.3s;
  }
  .subcribe-magazine .apply:is(:hover, :focus-visible){
    color: #fff;
    background: #000;
  }
}

.subscribe-mgsub{
  max-width: 1024px;
  margin: 50px auto 0;
  text-align: center;
}

.subscribe-mgsub .subscribe-mgsub-h2{
  width: 100%;
  margin: 0 auto 40px;
  padding: 62.5% 0 0 0;
  background: url(/common/images/bungeishunju/piano/magazine_subscription.webp) 50% 50% no-repeat;
  background-size: cover;
}

.subscribe-mgsub .apply{
  width: 500px;
  height: 74px;
  margin: 0 auto 12px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  background: #0F92D7;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  font-family: inherit;
  appearance: none !important;
  cursor: pointer;
  border: none;
}

@media (any-hover: hover) {
  .subscribe-mgsub .apply {
    transition: background-color 0.3s;
  }
  .subscribe-mgsub .apply:is(:hover, :focus-visible){
    color: #fff;
    background: #000;
  }
}

.heroWrap{
  position: relative;
  height: 400px;
  place-content: center;
}

.heroWrap::before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 257px);
  height: 100%;
  background: url(/common/images/bungeishunju/info/subscribe/registration_main.webp) 100% 100%;
  background-size: auto 100%;
}
.heroWrap::after{
  content:'';
  position: absolute;
  top: 0;
  left: calc(50% + 257px);
  width: 50%;
  height: 100%;
  background: url(/common/images/bungeishunju/info/subscribe/registration_main.webp) 0 100%;
  background-size: auto 100%;
}

.heroWrap__info{
  display: grid;
  place-content: center;
}
.heroWrap__info--area{
  text-align: center;
}
.heroWrap__info--area-logo {
  width: 274px;
  margin: 0 auto 20px;
  line-height: 0;
}
.heroWrap__info--arealogo img {
  width: 100%;
}
.heroWrap__info--area-h3{
  margin: 0 auto 12px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #329B5A;
}
.heroWrap__info--area-h3 em{
  margin: 16px auto 0;
  font-size: 2.4rem;
  font-style: normal;
  color: #EB0400;
  display: block;
}
.heroWrap__info--area-h3 small{
  font-size: 1.6rem;
}

.subheroWrap{
  display: grid;
  grid-template-columns: 40% 1fr;
  .subheroWrap__info{
    display: grid;
    place-content: center;
  }
  .subheroWrap__info--area{
    text-align: center;
    .subheroWrap__info--area-logo {
      width: 274px;
      margin: 0 auto 20px;
      line-height: 0;
    }
    .subheroWrap__info--arealogo img {
      width: 100%;
    }
    .subheroWrap__info--area-h3{
      margin: 0 auto 12px;
      font-size: 2.2rem;
      font-weight: 700;
      color: #0F92D7;
      > em{
        margin: 16px auto 0;
        font-size: 2.4rem;
        font-style: normal;
        color: #EB0400;
        display: block;
        small{
          font-size: 1.6rem;
        }
      }
    }
  }
  .subheroWrap__mv{
    padding: 40px 0;
    background: url(/common/images/bungeishunju/common/bg_subscribe.webp) 50% 50% no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: grid;
    place-content: center;
  }
  .subheroWrap__mv--movie {
    width: 93%;
    max-width: 736px;
    margin: 0 auto;
    line-height: 0;
  }
}

.subcribe-sanseido{
  max-width: 1024px;
  margin: 50px auto 0;
  text-align: center;
  .subcribe-sanseido-h2{
    width: 100%;
    margin: 0 auto 40px;
    padding: 62.5% 0 0 0;
    background: url(/common/images/bungeishunju/piano/sanseido_pc202411.webp) 50% 50% no-repeat;
    background-size: cover;
  }
  .subcribe-sanseido-txt{
    width: 100%;
    margin: 0 auto 14px;
  }
   .apply{
    width: 500px;
    height: 74px;
    margin: 0 auto 12px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    background: #0F92D7;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    font-family: inherit;
    appearance: none !important;
    cursor: pointer;
    border: none;
  }
  @media (any-hover: hover) {
    .apply {
      transition: background-color 0.3s;
    }
    .apply:is(:hover, :focus-visible){
      color: #fff;
      background: #000;
    }
  }
}
