@charset "utf-8";

/* ヒーローエリア動画 */
.topmovieWrap{
  width: 1024px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 512px 1fr;
  gap: 30px;
  align-items: flex-start;
  .topmovieWrap__moviecol{
    position: relative;
    width: 100%;
    padding: 62.5% 0 0 0;
    iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .topmovieWrap__txtcol{
    font-size: 1.6rem;
    line-height: 150%;
  }
  .topmovieWrap__txtcol__h2{
    margin: 0 0 18px;
    font-size: 2.6rem;
    line-height: 150%;
  }
  .topmovieWrap__txtcol--button{
    margin: 20px 0 0 0;
    width: 228px;
    height: 54px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    display: grid;
    grid-template-columns: 144px 26px;
    gap: 10px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 100px;
    place-content: center;
    align-items: center;
    transition: all .3s;
  }
  .topmovieWrap__txtcol--button:hover{
    color: #fff;
    border: 1px solid #000;
    background: #000;
    .topmovieWrap__txtcol--button-right{
      color: #fff;
    }
    .topmovieWrap__txtcol--button-right::before {
      color: #000;
    }
  }
  .topmovieWrap__txtcol--button-right{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    position: relative;
    width: 26px;
    height: 26px;
    border: 0.075rem solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
  }
  .topmovieWrap__txtcol--button-right::before {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.5rem 0.8rem;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .topmovieWrap__txtcol--link{
    margin: 16px 0 0 0;
    text-align: right;
    a{
      color: #0F92D7;
      font-weight: 700;
      text-decoration: underline;
      transition: opacity .3s;
    }
    @media (any-hover: hover) {
       a:is(:hover, :focus-visible) {
        opacity: .5;
      }
    }
  }
}

/* ニュースレター登録フォーム埋め込み */
.mail-magazine-cta {
  padding: 70px 0 0;
  display: none;
}
.mail-magazine__inner{
  max-width: 840px;
  margin: 0 auto;
}
.mail-magazine-cta__box{
  border: 4px solid rgba(178,178,178,0.5);
  padding: 37px 30px 55px;
}
.mail-magazine__form{
  min-height: 190px;
}

/*Common*/
.thumb-column--width {
  max-width: 1024px;
  margin: 40px auto 70px;
}
.thumb-column-wrap {
  max-width: 1024px;
  width: 100%;
  border-top: 1px solid #000;
  padding-top: 60px;
  margin: 60px auto 0;
}

.thumb-column-wrap:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 40px;
}

.thumb-column {
  margin: 0 -10px;
}
.thumb-list {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
}
.thumb-list--w50p {
  width: 50%;
  max-width: 502px;
}
.thumb-list--w33p {
  width: 33.3%;
  max-width: 502px;
}
.limited-free {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  background: #EB0400;
  color: #fff;
  z-index: 2;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 4px 10px 4px 22px;
}

.limited-free:before{
  content:'';
  position: absolute;
  top: 5px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: url(/common/images/bungeishunju/common/ico_free.svg);
  background-size: cover;
}

.thumb-list .limited-free {
  left: 14px;
}
.limited-free-left32,
.thumb-list .limited-free-left32 {
    left: 66px;
}
.limited-free-left23,
.thumb-list .limited-free-left23 {
    left: 58px;
}
.thumb-list .limited-free-left0 {
    left: 0px;
}
.thumb-list .list-article {
  height: 100%;
  background-color: #fff;
}
.thumb-list .list-link {
  display: block;
  transition: opacity .3s;
}
.thumb-list .list-link:has(img) {
  line-height: 0;
}
.thumb-list .list-image {
  margin-bottom: 12px;
  position: relative;
}
.thumb-list .list-image img {
  width: 100%;
  aspect-ratio: 100 / 62.5;
  object-fit: contain;
}
.thumb-list .list-attribute {
  min-height: 20px;
  align-items: center;
}
.thumb-list .list-attribute .attribute-date {
  margin-right: 6px;
  font-size: 1.2rem;
  color: #7E7D7D;
}
.thumb-list .list-link-viewer {
  width: 100%;
  height: 44px;
  margin: 0 auto 14px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #666;
  border: 1px solid #666;
  display: grid;
  place-content: center;
  transition: opacity .3s;
}
.thumb-list .list-link-viewer:hover{
  opacity: 0.6;
}
.thumb-list .list-title {
  line-height: 1.4;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  transition: color .3s;
  overflow-wrap: break-word;
  margin:0 0 10px;
}
.thumb-list--w50p .list-title {
  font-size: 20px;
  font-size: 2rem;
}
@media (any-hover: hover) {
  .thumb-list .list-link:is(:hover, :focus-visible) {
    opacity: .5;
  }
}

.thumb-list.full {
  width: 100%;
  max-width: 100%;
}
.thumb-list-container {
  border-top: 1px solid #000;
  padding-top: 14px;
  box-sizing: border-box;
}
.thumb-list.full .list-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.thumb-list.full .list-link {
}
.thumb-list.full .list-image {
  width: 600px;
  margin-bottom: 0;
}
.thumb-list.full .side-list-image {
  width: 100px;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.thumb-list.full .side-list-image .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-list.full .list-text {
  margin-bottom: 0;
  flex: 1;
  padding: 0 6px 0 20px;
}
.thumb-list.full .list-title {
  margin: 0 0 6px;
  font-size: 1.4rem;
  overflow-wrap: break-word;
  line-height: 140%;
}
.thumb-column-wrap .thumb-list.full .list-title {
  font-size: 2.4rem;
}

.thumb-list.half {
  width: 502px;
}
.thumb-list.half .list-title {
  font-size: 18px;
  font-size: 1.8rem;
  overflow-wrap: break-word;
}

.pagination {
  position: relative;
}
.pagination a {
  width: 28px;
  height: 28px;
  display: block;
}
.pagination .pagination-link {
  margin: 0 4px;
  background: #fff;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  transition: background .3s;
}
.pagination .pagination-link:hover {
  opacity: 0.5;
}
.pagination .pagination-link.active {
  color: #d21818;
}
.pagination .pagination-arrow {
  position: relative;
}
.pagination .pagination-arrow::after{
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: inline-block;
   border: 1px solid #000;
  border-top: none;
  border-left: none;
}
.pagination .pagination-arrow.prev {
  margin-right: 30px;
}
.pagination .pagination-arrow.next {
  margin-left: 30px;
}
.pagination .pagination-arrow.prev::after{
  transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
}
.pagination .pagination-arrow.next::after{
  transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
}
.pagination span {
  width: 28px;
  height: 28px;
  margin: 0;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
}

.category-pagination {
  margin-top: 40px;
}

.aside-column {
  border-top: 1px solid #000;
  margin-top: 70px;
  padding-top: 70px;
}
.aside-column .ranking-title {
  margin-top: 80px;
}

.common-banner {
  max-width: 1024px;
  width: 100%;
}
.common-banner a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.common-banner__picture {
  display: block;
}
.common-banner__picture + .common-banner__picture {
  margin-top: 20px;
}

/*目次バナー*/
.common-backnumber {
  margin: 70px auto 0;
  padding-bottom: 0;
  background: rgba(184,215,207,0.3);
}

.common-banner-outline {
  width: 1024px;
  margin: 0 auto;
  padding: 36px;
}

.common-banner-outline__inner {
  display: grid;
  grid-template-columns: 216px 220px 1fr;
  gap: 24px;
  align-items: center;
}

.common-banner-outline__inner__ttl{
  margin: 0 20px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  box-sizing: border-box;
}

.common-banner-outline__inner__link{
  transition: opacity .3s;
}

.common-banner-outline__inner__link:hover{
  opacity: 0.6;
}

.common-banner-outline__inner__img{
  width: 100%;
  img{
    width: 100%;
    height: auto;
    display: block;
  }
}

.common-banner-outline__inner__txt{
  margin:  0;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 130%;
}

.common-banner-outline__inner__txt__number{
  margin:  0 0 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 100%;
}

.common-banner-outline__inner__txt__link{
  margin: 20px 0 0 0;
  font-size: 1.6rem;
  text-align: right;
   a{
     color: #0F92D7;
     text-decoration: underline;
     transition: opacity .3s;
   }
  @media (any-hover: hover) {
    a:is(:hover, :focus-visible) {
      opacity: .5;
    }
  }
}

/*Top*/
.top-list-title {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  margin: 0px 0 15px 0;
  background: #A7833C;
  color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
}
.top-list-title.recommend {
  margin: 0 0 8px 25px;
}
.top-list-title:before,
.top-list-title:after {
  /*content: "";*/
  width: 26px;
  height: 2px;
  position: absolute;
  top: 50%;
  display: inline-block;
  background-color: #A7833C;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.top-list-title:before {
  left: 0;
}
.top-list-title:after {
  right: 0;
}

.top-wrapper {
  background: transparent;
}

.top-select {
  margin-top: 64px;
}

.top-wrapper--even {
  background: #f2f2f2;
  padding-top: 84px;
  padding-bottom: 90px;
}

.top-wrapper--even .list-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 18px;
}

.top-wrapper .top-btn-more {
  position: relative;
  margin: 40px auto 70px;
  width: 60%;
  text-align: center;
  background: #fff;
  border: 1px solid #A7833C;
  border-bottom: 3px solid #A7833C;
  transition: background .3s;
}
.top-wrapper .top-btn-more a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #A7833C;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 21px 0;
  text-align: center;
}
.top-wrapper .top-btn-more:hover {
  background: #F2F2F2;
}
.top-wrapper .top-btn-more.series {
  margin-top: 20px;
}

.top-pickup {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.announce-registration {
  padding: 20px 0;
  background-color: rgba(184, 215, 207, 0.3);
}
.announce-registration-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
}
.announce-registration-text {
margin-right: 20px;
font-weight: bold;
}
.announce-registration-btn {
  max-width: 148px;
  width: 100%;
}
.announce-registration-btn a {
  display: block;
  background-color: #2379CA;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
  transition: opacity .3s;
}
.announce-registration-btn a:hover {
  opacity: 0.5;
}

.top-notice {
  background: #f2f2f2;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 18px 0;
  margin-top: 70px;
}
.top-notice-inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.top-notice p + p {
margin-top: 10px;
}
.top-notice time {
margin-right: 100px;
}
.top-notice b {
  font-weight: normal;
}

.top-promotion-banner {
  width: 1024px;
  margin: 30px auto 0;
  padding-bottom: 0;
}
.top-promotion-btn {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .top-promotion-btn:is(:hover, :focus-visible) {
    opacity: 0.6;
  }
}
.top-promotion-img {
  width: 100%;
}

.topwebinar-nav {
  max-width: 1024px;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin: 40px auto 0;
  width: 100%;
}

.topwebinar-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topwebinar-nav-item button{
  padding: 0 50px;
  background-color: transparent;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

.topwebinar-nav-item button:hover {
  color: #d21818;
}

.topwebinar-nav-item.topwebinar-nav-item-active button{
  color: #d21818;
}

.topwebinar__panel{
  display: none;
}

.topwebinar__panel.topwebinar-show{
  display: block;
}

/*Top Archive*/
.top-archive.top-wrapper{
  background: #f2f2f2;
  padding: 94px 0 74px;
}

/*Top Recommend & Top Series*/
.top-recommend {
  width: 100%;
  padding: 40px 25px;
  background: #F2F2F2;
  margin: 0 auto 60px 0;
  border-bottom: 1px solid #A7833C;
  border-top: 1px solid #A7833C;
}
.top-recommend .caroucel-wrapper {
  width: 1024px;
  margin: 0 auto;
}
.recommend-box{
  overflow-x: auto;
  white-space: nowrap;
}
.top-recommend .caroucel-recommend {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  padding-bottom: 40px;
}
.top-recommend .caroucel-recommend .recommend-slide {
  width: 290px;
  min-height: 245px;
  margin-right: 20px;
  padding: 10px;
  position: relative;
  background: #fff;
  /*border: 1px solid #A7833C;*/
  display: inline-block;
  vertical-align: top;
}
.top-recommend .caroucel-recommend .recommend-slide .headliner-image {
  transition: opacity .3s;
}
.top-recommend .caroucel-recommend .recommend-slide h2 {
  padding-top: 7px;
  font-size:12px;
  font-size:1.2rem;
  line-height:1.6;
  white-space: normal;
  transition: color;
}
.top-recommend .caroucel-recommend .recommend-slide a:hover .headliner-image {
  opacity: .5;
}
.top-recommend .caroucel-recommend .recommend-slide a:hover h2{
  color: #A7833C;
}
.top-latest .series-box{
  max-width: 1024px;
  margin: 40px auto 60px;
}
.top-latest .series-slide{
  width: 100%;
  max-width: 280px;
  padding: 0;
}
.top-latest .series-box .series-slide h2 {
 font-size: 14px;
 font-size: 1.4rem;
}
.series-box{
  width: 100%;
  padding: 0;
  overflow-x: auto;
  margin: 0 auto;
}
.series-box .caroucel-series {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  margin-bottom: 20px;
  margin-left: 25px;
}
.series-box .series-slide {
  width: 280px;
  margin: 0 20px 0 0;
  position: relative;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.series-box .pickup-slide {
  min-width: 540px;
  padding: 0;
  position: relative;
  background: transparent;
  display: inline-block;
  vertical-align: top;
}
.series-box .series-slide .series-link {
  display: block;
  transition: opacity .3s;
}
@media (any-hover: hover) {
  .series-box .series-slide .series-link:is(:hover, :focus-visible) {
    opacity: .5;
  }
}
.series-image{
  position: relative;
}
.series-image img{
  width: 100%;
  aspect-ratio: 100 / 62.5;
  object-fit: contain;
}
.series-box .series-slide .series-textarea {
  padding-top:10px;
}
.series-box .series-slide .pickup-textarea {
  padding-top: 15px;
  min-height: 120px;
  color: #000;
  z-index: 99;
}
.series-box .series-slide h2 {
  margin-bottom: 15px;
  font-size:2.4rem;
  line-height:1.4;
  white-space: normal;
  transition: color .3s;
}
.series-box .series-slide .list-subtitle{
  margin-top: -10px;
  margin-bottom: 10px;
}

.thumb-list .list-subtitle{
  margin-bottom: 6px;
  font-size: 1.3rem;
  font-weight: 400;
}

.series-subtitle{
  font-size: 16px;
  font-size: 1.6rem;
  color: #d21818;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 0;
}
.series-subtitle.icon-webinar::before {
  padding-left: 29px;
  background-image: url(/common/images/bungeishunju/common/webinar-red.svg);
  width: 23px;
  height: 18px;
  background-size: 84% auto;
  top: calc(50% - 9px);
}
.series-subtitle.icon-webinar.top::before {
  padding-left: 29px;
  background-image: url(/common/images/bungeishunju/common/webinar-red.svg);
  width: 3px;
  height: 20px;
  background-size: 84% auto;
  top: calc(50% - 9px);
}

.series-subtitle--s {
  font-size: 14px;
  font-size: 1.4rem;
}

.series-slide a:hover .series-image {
  opacity: .5;
}
.series-box .series-slide .pickup-textarea .list-attribute,
.series-box .series-slide .series-textarea .list-attribute {
  min-height: 20px;
  align-items: center;
}

.list-attribute .attribute-author__wrap {
  margin-right: 12px;
}

.list-attribute .attribute-author {
    display: flex;
    align-items: center;
    margin-right: 6px;
    margin-bottom: 4px;
}

.list-attribute .attribute-author-name {
  font-size: 1.3rem;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .list-attribute .attribute-author-name:is(:hover, :focus-visible) {
    text-decoration: none;
  }
}

.list-attribute .attribute-author-icon {
    width: 24px;
    height: 24px;
    display: block;
    background-size: 100% auto;
    border-radius: 100%;
    margin-right: 4px;
}

.list-attribute .attribute-extra {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.series-box .series-slide .pickup-textarea .list-attribute .attribute-date {
  margin-right: 6px;
  font-size: 1.2rem;
  color: #000;
}
.series-box .series-slide .series-textarea .list-attribute .attribute-date {
  margin-right: 6px;
  font-size: 1.2rem;
  color: #7E7D7D;
}
.series-list-linker {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2379CA;
  border-bottom: 1px dashed #2379CA;
  transition: color opacity;
}
.series-list-linker:hover {
  color: #2379CA;
  opacity: .5;
}

.content-wrapper {
  background: transparent;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 60px;
}
/*Category*/
.category-title {
  margin: 50px 0 80px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.slider-nav-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: table;
}

.slider-nav-wrap .slick-dots {
  position: relative;
  bottom: auto;
  width: auto;
}

.slick-dots li button::before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    content: "";
    text-align: center;
    background-color: none;
    opacity: 0.25;
    border: 1px solid #000;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background: #000;
  opacity: 1;
}

.slick-dots .next,.slick-next {
    margin: 0;
    text-align: center;
    width: 41px;
    height: 14px;
    top: 13px;
    bottom: auto;
    background: url(/common/images/bungeishunju/common/arrow-right.svg) top left no-repeat;
    background-size: 100% auto;
    right: -88px;
    z-index: 2;
    transition: opacity .3s;
}

.slick-dots .prev,.slick-prev {
    margin: 0;
    text-align: center;
    width: 41px;
    height: 14px;
    top: 13px;
    background: url(/common/images/bungeishunju/common/arrow-left.svg) top left no-repeat;
    background-size: 100% auto;
    left: -88px;
    z-index: 2;
    transition: opacity .3s;
}

.slick-prev::before, .slick-next::before {
  display: none
}

.slick-prev:hover,.slick-prev:focus {
  background: url(/common/images/bungeishunju/common/arrow-left.svg) top left no-repeat;
  background-size: 100% auto;
  opacity: 0.3;
}

.slick-next:hover,.slick-next:focus {
  background: url(/common/images/bungeishunju/common/arrow-right.svg) top left no-repeat;
  background-size: 100% auto;
  opacity: 0.3;
}

.category-body {
  margin-bottom: 40px;
}

.category-series-body {
  margin-top: 40px;
}

.category-series-lead {
  margin-bottom: 40px;
}
.category-series-title {
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 18px;
}
.category-series-description {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
}

/*Search*/
.search-wrapper {
  background: transparent;
}

.search-title {
  margin: 50px 0 80px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.search-body {
  margin-bottom: 40px;
}
.search-body .search-noresult {
  text-align: center;
  margin-top: 80px;
}

/*Feature*/
.feature-wrapper {
  background: transparent;
}

.feature-main-visual {
  margin-bottom: 80px;
}

.feature-title {
  margin: 50px 0 10px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.feature-description {
  margin-bottom: 80px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.feature-body {
  margin-bottom: 40px;
}

/*Series*/
.series-wrapper {
  background: transparent;
}

.series-title {
  margin: 50px 0 10px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.series-description {
  margin-bottom: 80px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.series-body {
  margin-bottom: 40px;
}

/* favorite-history */
.favorite-history .thumb-column-wrap {
  margin-top: 30px;
}
.favorite-history-delete-notes {
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.favorite-history-delete-notes img {
  width: 24px;
  margin: 0 4px;
  vertical-align: sub;
}
.favorite-history-delete-notes .sp_only {
  display: none;
}
.favorite-history-delete {
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0F92D7;
  text-align: center;
  display: none;
}
.favorite-history-delete:before {
  content:'';
  background-image: url(/common/images/bungeishunju/favorite-history/check-t.png);
  width: 24px;
  height: 24px;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left top;
  vertical-align: sub;
}
.favorite-history-delete p {
  display: inline-block;
  position: relative;
}
.favorite-history-delete:hover p::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  border: 1px solid #0F92D7;
}
.favorite-history-check-box [type="checkbox"] {
  display: none;
}
.favorite-history-check-box input + .favorite-history-check:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25em;
  background-image: none, url("/common/images/bungeishunju/favorite-history/check-f.png");
  background-size: 28px 28px;
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
  width: 28px;
  height: 28px;
}
.favorite-history-check-box input:checked + .favorite-history-check:before {
  background-image: url("/common/images/bungeishunju/favorite-history/check-t.png");
  background-size: 28px 28px;
}

#favorite-history-piano-content {
  margin-top: 40px;
}
#favorite-history-articles-container {
  margin-top: 40px;
}
#favorite-history-delete-btn:hover,
#favorite-history-articles-container .favorite-history-check-box {
  cursor: pointer;
}
#favorite-history-articles-container .thumb-column {
  justify-content: space-between;
}
#favorite-history-articles-container .thumb-list {
  width: 48%;
  margin-bottom: 40px;
}
#favorite-history-articles-container .thumb-list .list-article {
  display: flex;
}
#favorite-history-articles-container .thumb-list .list-image {
  flex-shrink: 0;
  width: 200px;
  margin-bottom: 0;
}
#favorite-history-articles-container .thumb-list .list-text {
  padding: 0 0 0 14px;
}
#favorite-history-articles-container .thumb-list .btn {
  position: absolute;
  top: -18px;
  left: -4px;
}
#favorite-history-articles-container .no-favorite-history {
  text-align: center;
}
#favorite-history-articles-container .no-favorite-history-text {
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
#favorite-history-articles-container .no-favorite-img {
  width: 328px;
  margin: 0 auto;
}
.favorite-history-logout-box {
  margin-top: 40px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.favorite-history-logout-box a {
  color: #0F92D7;
  border-bottom: 1px solid #0F92D7;
}
.favorite-history-logout-box .piano-login-link {
  margin: 40px 0;
}
.favorite-history-logout-box .piano-login-link #piano-menbers-login {
  color: #0F92D7;
  border-bottom: 1px solid #0F92D7;
  cursor: pointer;
}
.favorite-history-logout-box .favorite-logout-img {
  width: 328px;
  margin: 0 auto;
}

.piano-favorite-wrapper {
  display: inline-block;
  position: absolute;
  bottom: -8px;
  right: 6px;
}
.piano-favorite-wrapper.mini {
  margin-top: 4px;
  display: inline-block;
  position: relative;
  bottom: auto;
  right: auto;
}
.piano-favorite-register {
  display: inline-block;
}
.favorite_btn {
  background-image: url(/common/images/bungeishunju/favorite-history/fav-f.png);
  background-color: transparent;
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  border-radius: 50%;
  vertical-align: bottom;
  border: none;
}
.favorite_btn.active {
  background-image: url(/common/images/bungeishunju/favorite-history/fav-t.png);
}
.favorite_btn:hover {
  cursor: pointer;
  background-image: url(/common/images/bungeishunju/favorite-history/fav-t.png);
}
.piano-favorite-wrapper.mini .favorite_btn {
  width: 20px;
  height: 20px;
  background-image: url(/common/images/bungeishunju/favorite-history/fav-f-mini.png);
}
.piano-favorite-wrapper.mini .favorite_btn.active {
  background-image: url(/common/images/bungeishunju/favorite-history/fav-t-mini.png);
}
.piano-favorite-wrapper.mini .favorite_btn:hover {
  background-image: url(/common/images/bungeishunju/favorite-history/fav-t-mini.png);
}
.favorite_btn.loading {
  background: none;
  border: solid 4px;
  border-color: #999999 #99999950 #99999950;
  box-sizing: border-box;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.piano-favorite-wrapper.mini .favorite_btn.loading {
  background: none;
  border-width: 3px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.archive-nav {
  max-width: 1024px;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin: 0 auto;
  width: 100%;
}

.archive-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-body{
  margin-top: 30px;
}

.archive-nav-item {
  padding: 0 50px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.archive-nav-item--current a {
  color: #d21818;
}

.archivet-nav-item a {
  transition: opacity .3s;
}

.archive-nav-item a:hover {
  opacity: 0.5;
}
.webinar .archive-nav-item.current a,
.feature-series .archive-nav-item.current a,
.favorite-history .archive-nav-item.current a,
.feature .archive-nav-item.current a,
.series .archive-nav-item.current a{
  color: #d21818;
}

.webinar-notice {
  border: 1px solid #eaf3f1;
  border-radius: 10px;
  max-width: 1024px;
  width: 100%;
  margin: 20px auto -35px;
  padding: 20px;
  background: #f2f2f2;
  height: 152px;
  overflow-y: scroll;
}

.webinar-notice__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}

.webinar-notice time {
  display: inline-block;
  margin-right: 4px;
}

.webinar-notice p {
  font-size: 14px;
}

.webinar-notice p + p {
  margin-top :12px;
}

.top-section-flex-box-v {
  display: flex;
  flex-flow: column;
}

.top-section-flex-box-h {
  display: flex;
  width: 100%;
}

.first-article-container {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.first-article-left {
  width: 50%;
  display: inline-block;
}

.first-article-right {
  width: 47.5%;
  text-align: left;
}

.first-article-title {
  line-height: 35px;
}

.first-article-right-textarea .first-article-title h2, .first-article-right-textarea .list-attribute{
  margin: 0 0 12px;
}
.top-section-left .first-article-container .attribute-date{
  padding-top: 5px;
}
.top-section-left .attribute-date{
  margin-right: 6px;
  font-size: 1.2rem;
}

.top-section-left .list-attribute .attribute-author{
  margin-right: 8px;
  margin-bottom: auto;
}

.icon-label {
  margin-right: 6px;
}

.top-section-left {
  width: calc(100% - 325px);
  display: inline-block;
}

.top-section-right {
  width: 300px;
}

.top-section-left .icon-label.scoop{
  padding-top: 2px;
}

.top-section-right .attribute-author__wrap{
  margin-bottom: 6px;
}
.top-section-right .list-attribute .attribute-extra{
  align-items: center;
}
.top-section-right .list-attribute .attribute-extra .attribute-date{
  margin-top: -4px;
  font-size: 1.0rem;
}

.top-section-right .thumb-list{
  margin-bottom: 10px;
}

.top-section-right .icon-label{
  font-size: 1.0rem;
  margin-bottom: 4px;
}

.top-section-right .icon-label.upper-left-pr{
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: bottom;
}

.top-section-right .limited-free{
  font-size: 1.0rem;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: bottom;
}

.top-section-left .list-attribute{
  margin-bottom: 4px;
  overflow-x: scroll;
  scrollbar-width: none; /*FIreFox*/
  display: block !important;
}
.top-section-left .list-attribute::-webkit-scrollbar{
  display: none; /*Safari, Chrome*/
}

.top-section-left .attribute-author__wrap{
  width: 640px;
}

.thumbsSlider-textarea {
  text-align: left;
  font-size: 12px;
  padding-top: 10px;
  line-height: 25px;
}

.stream-wrapper{
  position: relative;
  width: 1024px;
  margin: 70px auto 0;
  padding: 0;
  box-sizing: border-box;
  background: #f2f2f2;
}

.stream-wrapper-title{
  position: absolute;
  top: -14px;
  left: -14px;
  width: 144px;
  height: 36px;
  margin: 0;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 150%;
  text-align: center;
  display: grid;
  place-content: center;
  border-radius: 100px;
  background: #0F92D7;
}

.stream-wrapper-col{
  width: 100%;
  padding: 38px 24px 20px 24px;
  display: grid;
  grid-template-columns: 94px 132px 1fr;
  align-items: center;
  gap: 20px;
}

.stream-wrapper-col__date{
  font-size: 2rem;
  font-weight: 700;
}

.stream-wrapper-col__date-today{
  margin: 0 0 6px;
  height: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: #0F92D7;
  display: grid;
  place-content: center;
}

.stream-wrapper-col__date span{
  margin: 0 0 3px;
  color: #0F92D7;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
}

.stream-wrapper-col__img .list-link{
  display: block;
  line-height: 0;
}

.stream-wrapper-col .list-link{
  transition: opacity .3s;
}

.stream-wrapper-col .list-link:hover{
  opacity: 0.6;
}

.stream-wrapper-col__img .img{
  width: 100%;
  height: auto;
  display: block;
}

.stream-wrapper-col__txt{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
}

.editors-choice-content-title {
  font-size: 1.6rem;
  padding: 0 0 11px;
  display: block;
  letter-spacing: 0.06em;
  font-family: 'futura-pt', sans-serif;
  text-align: center;
  border-bottom: 1px solid #000;
}

.editors-choice-content-title .e {
  font-size: 2rem;
}

.editors-choice-content-title .j {
  margin: 8px 0 0 0;
  font-size: 1.4rem;
}

.editors-choice-menu {
  height: 560px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;/* スマホ用の慣性スクロール */
  overflow-x: hidden;
}

.editors-choice-menu .thumb-list:first-child{
  border-top: none;
}

.top-section {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

.top-section-flex-box-h div{
  margin: 0 1.5% 0 0;
}

.top-section-flex-box-h .list-subtitle{
  margin: 6px 0 0 0;
}

.top-section-flex-box-h .inner-box{
  width:32.75%;
}

.top-section-flex-box-h .inner-box .article-box {
  position: relative;
}

/*.top-section-flex-box-h div:nth-child(3n){
  margin: 0;
}*/

.top-wrapper::after{
  display: none;
  clear: none !important;
}

/** swiper **/
.swiper {
  margin-left: auto;
  margin-right: auto;
  height: 80%;
  width: 100%;
  --swiper-navigation-color: #fff; 
  --swiper-pagination-color: #fff;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination{
  position: unset;
  margin-top: 40px;
}
.swiper-button-prev{
  left: 30%; 
  top: initial;
  color: darkcyan;
}
.swiper-button-next{
  right: 30%; 
  top: initial;
  color: darkcyan;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 54px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 54px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(/common/images/bungeishunju/common/arrow-left3.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(/common/images/bungeishunju/common/arrow-right3.svg);
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: white;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
}

/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-color: black;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
}
