@charset "utf-8";

/*leafs*/
body.article main {
  margin-top: -90px;
  margin-bottom: 80px;
  border-bottom: 1px solid #000;
}

.article-wrapper .content-wrapper {
  padding-bottom: 20px;
  position: relative;
}
.article-wrapper .content-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.5px;
  position: absolute;
  bottom: 0;
}

.article-header {
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto 60px;
  padding-bottom: 60px;
  position: relative;
}
.article-header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
}
.article-header .article-header-text {
  width: 700px;
  position: relative;
}
/*Webinar title*/
.article-header .article-header-text .article-webinar-title{
  position: relative;
  width: 952px;
  margin: 0 -125.5px;
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: 28px;
}
.article-header .article-header-text .article-webinar-title-thm img{
  width: 100%;
  height: auto;
  display:block;
}

.article-header .article-webinar-title-text{
  position: relative;
}

.article-header .article-header-text .limited-free{
  position: relative;
  margin-bottom: 4px;
  left: 0;
}
.article-header .article-header-text .limited-free.left22 {
  position: relative;
  margin-bottom: 4px;
  left: 62px;
}
.article-header .article-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.article-header .article-subtitle {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #7a7a7a;
  margin-bottom: 30px;
  overflow: hidden;
}
.article-header .article-attribute {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 22px;
}
.article-header .article-attribute .attribute-author__wrap {
  width: 78%;
  flex: 1;
}
.article-header .article-attribute .attribute-author {
  display: inline;
  margin-bottom: 10px;
  margin-right: 10px;
}
.article-header .article-attribute .attribute-author a .attribute-author-name{
  text-decoration: underline;
}

.article-header .article-attribute .attribute-author a:hover .attribute-author-name{
  text-decoration: none;
}

.article-header .article-attribute .attribute-author-icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  border-radius: 50%;
}
.article-header .article-attribute .attribute-author-name {
  text-decoration: underline;
  font-size: 1.6rem;
}
@media (any-hover: hover) {
  .article-header .article-attribute .attribute-author-name:is(:hover, :focus-visible) {
   text-decoration: none;
  }
}
.article-header .article-attribute .attribute-author-job {
    color: #555;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 2px;
}
.article-header .article-attribute .attribute-extra {
  float: right;
  align-items: center;
  line-height: 1.6;
}
.article-header .article-attribute .attribute-date {
  margin-right: 10px;
}
.article-header .article-attribute .icon-label {
  font-size: 13px;
}
.article-header .article-attribute .icon-label.original {
  font-size: 12px;
}
.article-header .article-genre {
  margin-bottom: 40px;
}
.article-header .article-genre a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 1px #000;
  padding: 2px 16px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 4px;
  transition: opacity .3s;
}
.article-header .article-genre a:hover {
  opacity: 0.5;
}
.article-header .article-header-text .article-social{
  float: right;
  text-align: right;
}

.article-header .online-outline-viewer {
  width: 100%;
  height: 44px;
  margin: 14px auto 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #666;
  border: 1px solid #666;
  display: grid;
  cursor: pointer;
  place-content: center;
  transition: opacity .3s;
}
.article-header .online-outline-viewer:hover{
  opacity: 0.6;
}

/*Webinar col  動画エリア*/
.webinar-movieWrap{
  position: relative;
  margin: -60px 0 60px;
}
.webinar-movieWrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
}
.webinar-movieWrap-btncol{
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  flex-direction:column;
}
.webinar-movieWrap-btncol .webinar-movieWrap-btn{
  margin: 0 auto;
  width: 420px;
  height: 80px;
  display: grid;
  place-content: center;
  border: 1px solid #000;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  transition: .3s;
}
.webinar-movieWrap-btncol .webinar-movieWrap-btn:hover{
  opacity: 0.6;
}
.webinar-movieWrap-btncol .webinar-movieWrap-btn span{
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.webinar-movieWrap-btncol .webinar-movieWrap-btn span img{
  margin: 0 4px 0 0;
  width: auto;
  max-height: 30px;
  display: inline-flex;
}
.webinar-movieWrap-btncol .webinar-movieWrap-notes {
  margin: 20px auto 0;
}
.webinar-movieWrap-listcol{
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.webinar-movieWrap-listcol--video{
  position: relative;
  width: 63%;
  padding: 35% 0 0 0;
}
.webinar-movieWrap-listcol--chat{
  position: relative;
  width: 37%;
  padding: 35% 0 0 0;
}
.webinar-movieWrap-listcol--video iframe,.webinar-movieWrap-listcol--chat iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-body {
  width: 700px;
  margin: 0 auto;
}
.article-body h2 {
  margin: 40px 0 20px;
  padding-bottom: 5px;
  position: relative;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
}
.article-body p:not(:where(#piano-offer p)) {
  margin-bottom: 24px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.0;
}
.article-body p a:not(:where(#piano-offer a)) {
  color: #329B5A;
}
.article-body p a:hover {
  text-decoration: underline;
}
.article-body blockquote {
  margin-bottom: 2.4rem;
  padding: 2.4rem 2.4rem 2.4rem;
  position: relative;
  background: #f2f2f2;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.0;
}
.article-body blockquote::before {
  content: "";
  width: 24px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 12px;
  background: center / contain no-repeat url(/common/images/bungeishunju/article/quote_mark.png);
}
.article-body .left-gold {
  padding-left: 12px;
  border-left: 2px solid #A7833C;
}
.article-body .left-black {
  padding-left: 12px;
  border-left: 2px solid #000;
}
.article-body .image-area {
  margin: 0 auto 60px;
}
.article-body .image-area:first-of-type {
  margin: 0 auto 40px;
}
.article-body .image-area.figure-left {
  float: left;
  margin: 0 30px 30px 0;
}
.article-body .image-area.figure-right {
  float: right;
  margin: 0 0 30px 30px;
}
.article-body .image-area.image-area--center {
    max-width: 560px;
}
.article-body .image-area .image-area-column {
  margin-bottom: 6px;
  position: relative;
}
.article-body .image-area .image-area-column a {
  display: inline-block;
  line-height: 0;
}
.article-body .image-area figcaption {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
}
.article-body .article-btn-photo {
  margin-bottom: 60px;
  text-align: center;
}
.article-body .article-btn-photo a {
  padding: 12px 58px;
  display: inline-block;
  position: relative;
  box-shadow: 2px 2px 6px rgba(32, 33, 36, 0.28);
  border: 1px solid #A7833C;
  font-size: 18px;
  font-size: 1.8rem;
  color: #A7833C;
  transition: .3s;
}
.article-body .article-btn-photo a:hover {
  background: #A7833C;
  color: #fff;
}
.article-body .article-btn-photo a::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 32px;
  background: #A7833C;
  transition: .3s;
}
.article-body .article-btn-photo a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 34px;
  background: #fff;
  transition: .3s;
}
.article-body .article-btn-photo a:hover::before {
  background: #fff;
}
.article-body .article-btn-photo a:hover::after {
  background: #A7833C;
}
.article-body .box {
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  clear: both;
}
.article-body .box p {
  margin-bottom: 0;
}
.article-body .box .image-area {
  margin-bottom: 0;
}
.article-body .box .image-area .image-area-column {
  margin-bottom: 0;
}
.article-body .box .image-area .image-area-icon {
  display: none;
}
.article-body .box.bg {
  background: #f2f2f2;
}
.article-body .box.border {
  border: 1px solid #DDD;
}
.article-body .article-source {
  margin: 60px 0 0 0;
}

.article-body .article-source p,
.article-body .article-genre p{
  font-size: 12px;
  font-size: 1.2rem;
  color: #7E7D7D;
  margin: 0;
}

.article-body .article-social {
  margin-bottom: 40px;
  text-align: center;
}
.article-body .article-social ul li:before {
  display: none;
}

.article-body ul li:not(:where(#piano-offer ul li)) {
  position: relative;
  list-style: none;
  margin: 0 0 1.4rem 22px;
}
.article-body ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -17px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4c4c4;
}
.article-body ol:not(.breadcrumbs-list) {
  padding-left: 20px;
}
.article-body ol li:not(.breadcrumbs-list li) {
  margin-bottom: 1.4rem;
  padding-left: 7px;
}
.article-body .information {
  margin: 2.4rem 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 2.4rem 0 1.9rem;
  position: relative;
  line-height: 1.4;
  overflow: visible;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.article-body .information.red {
  border-top: 1px solid #fa271f;
  border-bottom: 1px solid #fa271f;
}
.article-body .information.red p.header {
  color: #fa271f;
}
.article-body .information p:last-child {
  margin-bottom: 0;
}
.article-body .information p.header {
  display: block;
  position: absolute;
  width: auto;
  height: 35px;
  background: #FFF;
  top: -18px;
  left: 30px;
  right: initial;
  bottom: 0;
  padding: 0 1.2rem;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.article-body .information figure.image-area.figure-right{
  float: right;
  margin: 0 0 30px 30px;
}
.article-body .information figure.image-area.figure-left{
  float: left;
  margin: 0 30px 30px 0;
}
.article-body .information figure.image-area.figure-none, .article-body figure.image-area.figure-center{
  max-width: 750px;
  margin: 0 auto 54px auto !important;
}
.article-body .information figure .image-with-link {
  max-width: 250px;
}
.article-body .information figure .image-with-link img {
  width: 100%;
}

.article-body .book-cover {
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 25px 50px;
}
.article-body .book-cover.space{
  margin-bottom: 40px;
}
.article-body .book-cover .title-side{
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2.0rem;
}
.article-body .book-cover .flex-side{
  margin-bottom: 15px;
}
.article-body .book-cover .image-side{
  width: 138px;
  margin-right: 28px;
}
.article-body .book-cover .text-side {
  justify-content: flex-start;
}
.article-body .book-cover .text-side p {
  margin-bottom: 5px;
}
.article-body .book-cover .text-side .title{
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.article-body .book-cover .text-side .title a {
  border-bottom: solid 2px #2379ca;
}
.article-body .book-cover .text-side .title a:hover {
  text-decoration: none;
}
.article-body .book-cover .text-side .issue{
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.article-body .book-cover .text-side .default{
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.article-body .book-cover .text-side .author{
  margin-top: 5px;
}
.article-body .book-cover .link-side {
  overflow: hidden;
}
.article-body .book-cover .link-side .buy{
  font-size: 18px;
  font-size: 1.8rem;
  width: 48%;
  padding: 12px 0;
  border-bottom: none;
  text-align: center;
  color: #fff;
}
.article-body .book-cover .link-side .buy.amazon {
  float: left;
  background-color: #ea8a02;
}
.article-body .book-cover .link-side .buy.amazon::before{
  width: 22px;
  height: 22px;
  margin-right: 14px;
}
.article-body .book-cover .link-side .buy.contents {
  float: right;
  background-color: #000;
}
.article-body .book-cover .link-side .buy.contents::before{
  width: 22px;
  height: 22px;
  margin-right: 14px;
}

/* ボックス内フォーム埋め込み */
.article-body .box-form {
    margin-top: .4rem;
    margin-bottom: 1.2rem;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.article-body .box-form__title{
  font-weight: bold;
  margin-top: 2rem;
}
.article-body .box-form__th {
    padding: 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-size: 1.5rem;
    width: 32%;
    line-height: 1.5;
}
.article-body .box-form__th-ico {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0.2rem;
    border-radius: 0.2rem;
    margin-left: 6px;
    background: #ccc;
}
.article-body .box-form__th-ico--req {
    background: #cc0022;
    color: #fff;
}
.article-body .box-form__td {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    width: 68%;
}
.article-body .box-form__td__field {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.8rem;
}
.article-body .box-form__td__field.post-code-first {
    width: 45px;
    text-align: center;
}
.article-body .box-form__td__field.post-code-second {
    width: 55px;
    text-align: center;
}
.article-body .box-form__td__field:focus {
    outline: 0;
}
.article-body .box-form__td__radio {
    margin-right: 0.4rem;
}
.article-body .box-form__td__list {
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: .8rem;
}
.article-body .box-form__td__item-link {
    color: #666;
    text-decoration: underline;
}
.article-body .box-form__td__caption {
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
}
.article-body .box-form__btn-list {
    text-align: center;
    margin-bottom: 2rem;
}
.article-body .box-form__submit,
.article-body .box-form__reset {
    width: 220px;
    padding: 12px;
    border: none;
    color: #fff;
    border-radius: .4rem;
    cursor: pointer;
    transition: opacity .3s;
}
.article-body .box-form__submit {
    background: #f00;
    margin-right: .8rem;
}
.article-body .box-form__submit.honshi-submit {
    background: #0f92d7;
}
.article-body .box-form__reset {
    background: #999;
    margin-left: .8rem;
}
.article-body .box-form__submit:hover,
.article-body .box-form__reset:hover {
    opacity: .5;
}
.article-body .image-are__picture {
    max-width: 710px;
    margin: 0 auto;
}

.article-body .online-outline {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 34px;
}

.article-body .online-outline hr {
    margin: 24px 0;
    display: block;
    border: 0;
    background: #ddd;
    height: 1px;
}

.article-body .online-outline-head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 34px;
  margin-bottom: 24px;
}

.article-body .online-outline-head__wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.article-body .online-outline-head__text {
  flex: 1;
}

.article-body .online-outline-viewer {
  --hover-opacity: 0.6;
  display: inline-block;
  width: 100%;
  color: #666;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid;
  margin-top: 20px;
  padding: 0.7em 1em;
  cursor: pointer;
  transition: opacity 0.3s;
}

.article-body .online-outline-viewer:focus-visible {
  opacity: var(--hover-opacity);
}

@media (any-hover: hover) {
  .article-body .online-outline-viewer:hover {
    opacity: var(--hover-opacity);
  }
}

.article-body .online-outline-content p{
  line-height: 1.8em;
}

.article-body .online-outline-content .tocWrap{
  margin: 0  0 20px;
}

.article-body .online-outline-content .tocWrap-grid{
  display: grid;
  gap: 0 2%;
  grid-template-columns: 67% auto;
}

.article-body .online-outline-content .tocWrap a{
  outline: none!important;
  -moz-outline-style: none;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: grid;
  place-content: center;
}

.article-body .online-outline-content .tocWrap.oneImage a{
  width: 50%;
  margin: auto;
}

.article-body .online-outline-content .tocWrap img{
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s ease-out;
}

.article-body .online-outline-content .tocWrap img:hover{
  opacity: 0.6;
}

.article-body .online-outline-title {
  margin: 0 0 8px;
  padding: 0;
  font-size: 2.8rem;
}

.article-body .online-outline-subtitle {
  margin: 0 0 12px;
  padding: 0;
  font-weight: normal;
  font-size: 2.2rem;
}

.article-body .online-outline-date {
  color: #7a7a7a;
  font-size: 1.4rem;
}

.article-body .online-outline-picture {
  width: 30%;
  border: 1px solid #ddd;
}

.article-body .online-outline-picture img {
  vertical-align: top;
}

.movie, .video {
  height: 0;
  padding-bottom: 58.25%;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.movie iframe,
.video iframe,
.chat iframe,
#chat iframe,
.puzzle iframe,
#puzzle iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.chat,
#chat {
  padding:56.25% 0 0 0;
  position:relative;
}

.puzzle,
#puzzle {
  position:relative;
 width:50%;
  margin: 0 auto;
  height:0;
  padding-top:102%;
}

.article-recommend .recommend-wrapper {
  margin: 0 auto;
}

.article-recommend .recommend-thumb-list {
  position: relative;
  overflow: hidden;
  list-style: none;
  flex-wrap: wrap;
  width: 1024px;
  margin: 0 auto;
}
.article-recommend .recommend-thumb-list li {
  float: left;
  width: 328px;
  margin: 40px 20px 20px 0;
}
.article-recommend .recommend-thumb-list li a {
  color: #000;
}
.article-recommend .recommend-thumb-list li:nth-of-type(3n) {
  margin-right: 0;
}
.article-recommend .recommend-thumb-list li:nth-of-type(3n+1) {
  clear: both;
}
.article-recommend .recommend-thumb-list .thumb-list-link {
  display: block;
  transition: opacity .3s;
}
.article-recommend .recommend-thumb-list .thumb-list-image {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.article-recommend .recommend-thumb-list .thumb-list-image img {
  max-height: 100%;
  width: 100%;
  aspect-ratio: 100 / 62.5;
  object-fit: contain;
}
.article-recommend .recommend-thumb-list .thumb-list-title {
  line-height: 1.4;
  font-weight: bold;
  transition: color .3s;
  margin-bottom: 10px;
}
@media (any-hover: hover) {
  .article-recommend .recommend-thumb-list .thumb-list-link:is(:hover, :focus-visible) {
    opacity: .5;
  }
}

.article-recommend.webinar .content-title .j img {
  width: 24px;
  height: auto;
  margin-right: 5px;
  vertical-align: top;
}
.article-recommend.webinar .webinar-btn-more {
  margin: 40px auto 0;
}

.wrapper .article-category-title {
  width: 100%;
  height: 90px;
  background: rgba(208,230,177,0.3);
}
.wrapper .article-category-title.webinar {
  background: #f2f2f2;
}
.wrapper .article-category-title a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: .3s;
  padding: 25px 0 30px;
  text-align: center;
  z-index: 1;
}
.wrapper .article-category-title a:hover {
  opacity: .5;
}
.wrapper .article-category-title .category-btn-more .category {
  font-size: 16px;
  font-size: 1.6rem;
}
.wrapper .article-category-title.webinar .category-btn-more .category {
  background: url(/common/images/bungeishunju/common/webinar.svg) left top no-repeat;
  background-size: 21px auto;
  width: 21px;
  height: 16px;
}
.wrapper .article-category-title .category-btn-more .title {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0 10px;
}
.wrapper .article-category-title .category-btn-more .arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(-45deg);
}

.article-body .article-series {
  margin-top: 12px;
}

.article-body .article-series p {
  margin-bottom: 0;
  line-height: 1.6em;
  width: 100%;
}
.article-body .article-series .series-prevnext {
  margin-bottom: 40px;
}
.article-body .article-series .series-prev {
  width: 50%;
  padding-left: 5px;
  border-right: 1px solid #000;
  box-sizing: border-box;
}
.article-body .article-series .series-prev-link {
  height: 100%;
  min-height: 90px;
  padding: 20px 15px;
  position: relative;
  align-items: center;
}
.article-body .article-series .series-prev-tag {
  padding: 4px 15px;
  background-color: rgba(184, 215, 207, 0.3);
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  width: 110px;
  margin: 0 auto 10px 0;
}
.article-body .article-series .series-prev-tag::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  transform: rotate(45deg);
}
.article-body .article-series .series-prev-tag span {
  padding-left: 5px;
  color: #000;
  font-weight: bold;
}
.article-body .article-series .series-next {
  width: 50%;
  padding-right: 5px;
  box-sizing: border-box;
}
.article-body .article-series .series-next-link {
  height: 100%;
  min-height: 90px;
  padding: 20px 15px;
  position: relative;
  align-items: center;
}
.article-body .article-series .series-next-tag {
  padding: 4px 15px;
  background-color: rgba(184, 215, 207, 0.3);
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  width: 110px;
  margin: 0 0 10px auto;
}
.article-body .article-series .series-next-tag::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(-45deg);
}
.article-body .article-series .series-next-tag span {
  padding-right: 5px;
  color: #000;
  font-weight: bold;
}

.article-body .article-series .series-btn-more {
  margin: 0 auto 70px;
}

.article-social ul li.social-copy .copy-result {
  display: none;
  min-width: 165px;
  min-height: 25px;
  padding: 5px;
  position: absolute;
  bottom: 42px;
  left: -66.5px;
  background-color: #000;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  color: #fff;
}

.article-social ul li.social-copy .copy-result::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #000;
}
.article-social ul {
  padding: 0;
}
.article-social ul li {
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  border-radius: 50%;
  transition: opacity .3s;
}
.article-social ul li.social-fb {
  background-image: url(/common/images/bungeishunju/article/socials/fb.png);
}
.article-social ul li.social-tw {
  background-image: url(/common/images/bungeishunju/article/socials/x.png);
}
.article-social ul li.social-hatena {
  background-image: url(/common/images/bungeishunju/article/socials/hatena.png);
}
.article-social ul li.social-line {
  background-image: url(/common/images/bungeishunju/article/socials/line.png);
}
.article-social ul li.social-copy {
  background-image: url(/common/images/bungeishunju/article/socials/copy.png);
}

.article-social ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.article-social ul li:hover{
  opacity: 0.5;
}

/*PIANO OFFER */
  .piano-offer-inline {
    position: relative;
  }
  .piano-offer-inline .piano-offer-container {
    width: 700px;
    margin: 0 auto;
  }
  .piano-offer-inline::before {
    position: absolute;
    top: -250px;
    display: block;
    width: 100%;
    height: 250px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    content: "";
  }
  .article-body > div:first-child.piano-offer-inline::before {
    display: none;
  }
  .piano-offer-container p.offer-main-text {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    color: #EB0400;
  }
  .piano-offer-container p.offer-detail-text {
    margin: 22px auto;
    width: 420px;
    font-weight: 700;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
  }
  .piano-offer-figure{
    position: relative;
    line-height: 0;
    margin: 20px 0;
  }
  .piano-offer-btn {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    appearance: none !important;
    transition: opacity 0.3s;
  }
  @media (any-hover: hover) {
    .piano-offer-btn:is(:hover, :focus-visible) {
      opacity: 0.6;
    }
  }
  .piano-offer-img{
    width: 100%;
  }
  button.piano-offer-btn .piano-offer-img{
    pointer-events: none;
  }
  .piano-offer-img-btn{
    position: absolute;
    bottom: 31px;
    left: 50%;
    min-width: 230px;
    font-family: inherit;
    background-color: #D21818;
    border: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .piano-offer-img-btn span{
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    padding-right: 14px;
  }
  .piano-offer-img-btn span::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
    margin: auto;
    transform: rotate(45deg);
  }
  .register-btns {
    display: flex;
    justify-content: center;
    margin: 32px 0 40px;
  }
  .register-btns .btn {
    width: 340px;
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
  }
  .register-btns .piano-register-btn {
    background: #2379CA;
    border: 1px solid #2379CA;
    color: #FFF;
  }
  .register-btns .mailmag-btn {
    background: #FFF;
    border: 1px solid #666;
    color: #666;
  }
  .piano-login-link {
    display: block;
    cursor: pointer;
    margin: 40px auto;
    padding: 0;
    background-color: transparent;
    font-family: inherit;
    color: inherit;
    border: none;
  }
  .piano-login-link span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #329B5A;
    padding-bottom: 2px;
    border-bottom: 1px dashed #329B5A;
    pointer-events: none;
  }
  .register-desc {
    background: rgba(208,230,177,0.3);
    padding: 40px 0;
  }
  .register-desc p.desc-title {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
  }
  .register-desc p.recommend{
    padding: 30px 0 0 0;
  }
  .register-desc p.desc-subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
    margin-top: 28px;
  }
  .register-desc .desc-subtitle__sp-br {
    display: none;
  }
  .register-desc .desc-list {
    width: 366px;
    margin: 22px auto 0;
    padding-left: 30px;
    box-sizing: content-box;
  }
  .register-desc .desc-list li {
    position: relative;
    padding: 9px 0;
    font-weight: 700;
    margin: 0;
  }
  .register-desc .desc-list li::before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: -28px;
    width: 16px;
    height: 10px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
    background: none;
    border-radius: 0;
  }
  .register-desc .detail-btn {
    display: block;
    margin: 25px auto 0;
    width: 320px;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background: #FFF;
    border: 1px solid #000;
    color: #000;
    transition: .3s;
  }
  .register-btns .btn:hover,
  .register-desc .detail-btn:hover {
    opacity: .7;
  }
  .register-desc .paywall-recommend {
    padding: 0 20px;
  }

/*related article followed*/
.article-followed-related {
  display: none;
  position: fixed;
  bottom: 100px;
  left: 30px;
  z-index: 100000;
}
.article-followed-related .related-box {
  position: relative;
  width: 360px;
  padding: 15px 10px;
  background: #F4F3F3;
  box-shadow: 2px 2px 6px rgb(32 33 36 / 28%);
}
.article-followed-related .related-box .related-box-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  display: block;
  margin: auto 0px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #000;
}
.article-followed-related .related-box .related-box-close::before {
  transform: rotate(-45deg);
}
.article-followed-related .related-box .related-box-close::after {
  transform: rotate(45deg);
}
.article-followed-related .related-box .related-box-close::before, .article-followed-related .related-box .related-box-close::after {
  content: "";
  width: 12px;
  display: block;
  position: absolute;
  top: 11px;
  left: 6px;
  border-top: 2px solid rgb(255, 255, 255);
}
.article-followed-related .related-box p.recommend-label {
  text-align: right;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 12px;
  padding: 4px 10px;
  position: absolute;
  left: -15px;
  top: -12px;
}
/** 記事連携 上部ナンバー **/
.series-column-outer {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#series-column {
  display: flex;
  justify-content:space-between;
  margin:0 -5px 53px; 
}
#series-column.space {
  padding:20px 0 0px;
}
#series-column li {
  text-align:center;
  flex-grow: 1;
  font-size: 22px;
  font-size: 2.2rem;
  margin:0 5px;
  font-weight: 700;
  padding: 0;
  line-height: 1.15;
}
#series-column li:after {
   background-color: #b2b2b2;
   content: "";
   display: block;
   height: 4px;
   margin:10px 0 0;
}
#series-column li a {
  color:#b2b2b2;
}
#series-column li a:hover {
  color:#eb0400;
}
#series-column li.current{
  flex-grow: 2;
  color:#eb0400;
}
#series-column li.current:after {
   background-color: #eb0400; 
}
/*記事連携 下部ボタン*/
.article-body .block.series {
  margin:20px 0;
}
.article-body .block.series a.btn {
  display:flex;
  flex-direction:column;
  align-items:center;
  color: #333;
  background-color: #f4f3f3;
  position: relative;
  padding: 16px 24px;
}
.article-body .block.series a.btn .fixed-label {
  color:#fff;
  background-color: #2379ca;
  border-radius:60px;
  text-align:center;
  margin:0 0 10px 0;
  position:relative;
  padding:1% 10%;
}
.article-body .block.series a.btn .fixed-label::after {
  content:"";
  display:inline-block;
  vertical-align:middle;
  right:13px;
  top:18px;
  width:8px;
  height:8px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
  position:absolute;
}
.article-body .block.series a.btn span.link-label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  text-decoration: underline;
  color: #333;
  font-weight:700;
}

/* ニュースレター登録フォーム埋め込み */
.mail-magazine-cta {
  padding: 0 0 40px;
  display: none;
}
.mail-magazine__inner{
  max-width: 840px;
  margin: 0 auto;
}
.mail-magazine-cta__box{
  border: 1px solid #000;
  padding: 37px 30px 55px;
}
.mail-magazine__form{
  min-height: 190px;
}

/* favorite */
.piano-favorite-wrapper {
  position: relative;
  bottom: auto;
  right: auto;
}

/* paywall */
.piano-offers {
  margin: 40px 0 0;
}
.piano-offers_body {
}
.piano-offers_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
  justify-content: center;
}
.piano-offers_box {
  --border-promotion-width: 4px;
  --border-recommend-width: 2px;
  position: relative;
  border: 2px solid #000;
  background: #fff;
  padding: 14px 12px 9px;
  grid-row: span 5;
  display: grid;
  grid-template-rows: subgrid;
  gap: 4px;
}
.piano-offers_box.promotion {
  border: var(--border-promotion-width) solid #EB0400;
}
.piano-offers_box.-recommend {
  border: var(--border-recommend-width) solid #D21818;
}
.piano-offers_label {
  position: absolute;
  top: -20px;
  left: -8px;
  right: 0;
  color: #fff;
  width: 170px;
  height: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #EB0400;
  display: grid;
  place-content: center;
  border-radius: 100px;
}
.piano-offers_box.-promotion .piano-offers_label {
  background-color: #EB0400;
  margin: 0 calc(var(--border-promotion-width) * -1);
  transform: translateY(calc(-100% - 2px));
}
.piano-offers_box.-recommend .piano-offers_label {
  background-color: #D21818;
  margin: 0 calc(var(--border-recommend-width) * -1);
  transform: translateY(-100%);
}
.piano-offers_plan {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 12px 0 0 0;
}
.piano-offers_plan_txt{
  font-size: 1.4rem;
  font-weight: 700;
  color: #666;
  margin: 6px 0;
  padding: 0;
}
.piano-offers_info {
  display: grid;
  place-items: center;
  width: 94%;
  min-height: 38px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #b09d3a;
  border-radius: 9999px;
  margin: 14px auto 0;
  padding: 5px 10px;
}
.piano-offers_info .small {
  font-size: 1rem;
}
.piano-offers_info .large {
  font-size: 1.5rem;
}
.piano-offers_per-month {
  min-height: 20px;
  text-align: center;
  margin-top: 13px;
}
.piano-offers_per-month .month {
  font-size: 1.2rem;
}
.piano-offers_per-month .line {
  position: relative;
}
.piano-offers_per-month .line::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 101%;
  height: 2px;
  background-color: #D21818;
}
.piano-offers_per-month .price {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 4px;
}
.piano-offers_box.-promotion .price{
  color: #EB0400;
}
.piano-offers_per-month .unit {
  font-size: 1.2rem;
  font-weight: bold;
}
.piano-offers_price {
  text-align: center;
  margin-top: 6px;
  padding-left: 6px;
}
.piano-offers_price .price {
  font-size: 4.2rem;
  font-weight: bold;
  font-style: normal;
}
.piano-offers_price .unit {
  font-size: 1.4rem;
  font-weight: bold;
}
.piano-offers_price .tax {
  font-size: 1rem;
  font-weight: bold;
}
.piano-offers_regular-price {
  min-height: 14px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 8px;
}
.piano-offers_button {
  width: 100%;
  height: 60px;
  font-family: inherit;
  background-color: #329B5A;
  margin-top: 8px;
  padding: 0;
  appearance: none !important;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  border: none;
  display: grid;
  place-content: center;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.piano-offers_button.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.7rem;
  font-weight: bold;
  pointer-events: none;
  text-align: center;
}
/*.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.2rem;
  line-height: 1.4;
  margin-top: 8px;
  text-align: center;
}
.piano-offers_note .att{
  color: #EB0400;
}
.piano-offers_note-link {
  text-decoration: underline;
}
.piano-offers_img-special {
  position: absolute;
  top: -37px;
  right: -7px;
  width: 60px;
}
.piano-offers_img-cover {
  position: absolute;
  top: 12px;
  right: -2px;
  width: 36px;
}

.piano-offers-timer{
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.piano-offers-timer span{
  margin: -14px 4px 0;
  font-size: 5.4rem;
}
.piano-offers-timer em{
  margin: 0 16px 0 0;
  font-style: normal;
  font-size: 2.4rem;
  color: #EB0400;
}

/* full movie */
.piano-before-login,
.piano-after-login-plan-invalid,
.piano-after-login-plan-valid {
  display:none;
}