@charset "utf-8";

/* =============================================
  style
============================================= */
.book-copyright{
  display: inline-block;
  margin: 0.5em 0;
  font-size: 0.75em;
}
.anchor-path__list--thum .book-copyright{
  display: inline-block;
  margin: 0 0 5px;
  font-size: 0.55em;
  font-weight: normal;
}
.anchor-path__list--thum{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-content: center;
  width: 100%;
  padding-left: 1px;
  margin: 0 auto;
  overflow: visible;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.anchor-path__list--thum li{
  display: grid;
  grid-template-rows: subgrid; /* 追加 */
  grid-row: span 3; /* 追加 */
  border: 1px solid #cfcfcf;
  border-top: none;
}
.anchor-path__list--thum li a{
  position: relative;
  box-sizing:content-box;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  height: 100%;
  padding: 10px 5px 20px;
  margin-left: -1px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  color: #777;
  background-color: #fff;
  border: none;
  transition: all 0.2s ease;
}
.anchor-path__list--thum li a::before{
  content: none;
}
.anchor-path__list--thum li a:hover{
  z-index: 10;
  color: var(--nikken-red);
  border: none;
  opacity: 0.8;
}
.anchor-path__list--thum li a:hover::after{
  position: absolute;
  inset: -1px;
  z-index: 100;
  box-sizing: content-box;
  content: '';
  border: 1px solid var(--nikken-red);
}
.anchor-path__list--thum li a div{
  display: flex;
  align-items: center;
   justify-content: center;
  font-size: 1.5rem;
  text-align: center;
}
.anchor-path__list--thum li a div + p{
  height: 100%;
  margin: 5px 0 0;
}
.anchor-path__list--thum li a img{
  width: auto;
  height: 100%;
  max-height: 100px;
  margin: 0;
  border: 1px solid #ccc;
  vertical-align: bottom:
}
.anchor-path__list--thum p.benefit-guide__list--detail{
  padding-top: 0;
  font-size: 1.3rem;
}
.benefit-guide__list--detail{
  position: relative;
  margin-top: auto;
}
.benefit-guide__list--detail::before{
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  margin: 0 auto;
  content: ' ';
  background-color: #333;
  clip-path: polygon(5% 43%, 50% 86%, 94% 43%, 100% 49%, 50% 99%, 0 50%);
  transition: all 0.1s ease;
}
.anchor-path__list--thum li a:hover .benefit-guide__list--detail::before{
  bottom: -11px;
  background-color: var(--nikken-red);
}
p + .features__ttl{
  margin-top: 50px;
}
.lead-box p + p{
  margin-top: 10px;
}
.lineup-box__unit{
  position: relative;
  margin: 0 0 30px;
}
.lineup-box__title {
  margin: 15px 0 20px;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}
.lineup-box__price{
  font-size: 1.3rem;
  text-align: center;
}
.lineup-box__img--magazine.img-shadow img {
 box-shadow: 0 0.6rem 1.2rem -0.2rem rgb(50 50 93 / 25%), 0 0.3rem 0.7rem -0.3rem rgb(0 0 0 / 30%);
}
.lineup-box__img--magazine img + img{
  margin: 0 0 0 20px;
}
.lineup-box__txt-cont p{
  text-align: left;
}
.lineup-box__txt-cont p + p{
margin-top: 15px;
}
.lineup-box__txt-cont p.content-section__lead{
  text-align: center;
} 
.book-series__cont{
  margin: 50px 0;
}
.book-series{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: center;
}
.book-series li{
  position: relative;
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.book-series__ttl{
  margin: 0 0 10px;
}
.book-series p img{
  width: 180px;
  margin: 0 0 10px;
}
span.ico-new{
  position: absolute;
  top: -25px;
  left: -10px;
  width: 45px;
}
.book-series p{
  line-height: 1.4;
}
.book-scheduled{
  display: inline-block;
  font-size: 0.8em;
}
.lineup-box__txt{
  text-align: left;
}
.features__cont{
  padding: 20px;
  margin: 50px 0 60px;
  background-color: #fff;
  border: 3px solid #efefef;
  border-radius: 30px;
}
.features__cont:last-child{
  margin-bottom: 0;
}
.features__list li{
  position: relative;
  padding: 0 0  10px 2em;
  margin: 0 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  text-align: left;
  border-bottom: 1px solid #c1ccd7;
}
.features__list li::before{
  position: absolute;
  top: 0.4em;
  left: 10px;
  width: 8px;
  height: 8px;
  content: '';
  border: 1px solid var(--nikken-red);
}
.features__ttl{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  font-size: 2.0rem;
}
.point-text{
  font-size: 1.8rem;
}
.special-box-list p{
  line-height: 1.6;
}
.special-box-list__img{
  margin: 15px 0;
  border: 1px solid #ccc;
}
.special-box-list__txt{
  text-align: left;
}
.point-text__outline{
  text-align: left;
}
.books-guide{
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.books-guide > div{
  width: 50%;
}
.books-guide::before{
  position: absolute;
  top: -15px;
  right: 3px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: ' ';
  border-right: 15px solid transparent;
  border-bottom: 15px solid #474747;
  border-left: 15px solid transparent;
}
.books-guide > div{
  position: relative;
  overflow: hidden;
}
.books-guide > div:first-child{
  position: relative;
  border-radius: 15px 0 0;
}
.books-guide > div:first-child::before{
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  height: auto; 
  content: '';
  border: 1px dashed #9c9c9c;
}
.books-guide > div:nth-child(2n){
  border-radius: 0 15px 0 0;
} 
.books-guide__ttl{
  padding: 15px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #474747;
}
.books-guide__info{
  padding: 15px;
}
.books-guide__txt{
  font-size: 1.4rem;
}
.table_basic{
  margin: 1em 0 2em;
}
.table_basic th{
  padding: 20px;
  color: #333;
  background-color: #f1f1e9;
}
.table_basic th,
.table_basic td{
  font-size: 1.4rem;
}
.table_basic td:nth-child(1){
  width: 25%;
}
.table_basic td:nth-child(2){
  width: 60%;
}
.text-link-box_wrap{
  display: flex;
  justify-content: flex-start;
  width: auto;
  margin: 15px auto 0;
  text-align: center;
}
.text-link-box_group{
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
 .text-link-box a .link-name {
    justify-content: flex-start;
  }
.text-link-box_wrap .text-link-box{
  margin: 0 0 10px;
}
.link-name{
  margin: 0 auto;
}
.text-link-box a .link-name p.link-name__main{
  padding: 0;  text-align: left;
}
.text-link-box_wrap .text-link-box:last-of-type{
  margin: 0;
}
p.link-name__s{
  justify-content: center;
  width: 9em;
  font-size: 1.4rem;
  text-align: center;
}
.lineup-box__info-text{
  margin: 50px 0 0;
}
.lineup-box__info-text p{
  text-align: left;
}
.book-info{
  margin-top: -30px;
}
.book-info p{
  font-size: 1.4rem;
}
.link-box--ttl::before,
.link-box--ttl::after {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 1.5em;
  margin: 0 1.5em;
  margin-top: -.1em;
  vertical-align: middle;
  content: "";
  background: #808080;
}
.stus-ttl__lv2 {
  line-height: 1.4;
}
.stus-ttl__lv2 span span{
  display: block;
  font-size: 0.6em;
  line-height: 1.1;
}
.stus-ttl__lv2 span span.status{
  display: inline-block;
  padding: 5px 40px;
  font-size: 0.55em;
  color:#fff;
  background-color: var(--font-dark);
  border-radius: 20px;
}
.link-box--ttl{
  margin: 30px 0 -10px;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px) {
  .table_basic th{
    padding: 10px;
  }
  .table_basic th:first-child,
  .table_basic td:first-child{
    width: 5em;
    text-align: center;
  }
  .table_basic td{
    vertical-align: middle;
  }
  .link-box--ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .bookpoint{
    width: 84px;
    margin: -36px 10px 0 -70px;
  }
  .features__ttl + p{
    text-align: left;
  }
  .features__cont .link-box--ttl{
    margin: 15px 0 0;
  }
  .lineup-box__img--magazine{
    margin: 0 10%;
  }
  .anchor_path li a:hover{
    border: none;
  }
  .anchor-path__list--thum li a:hover::after{
    position: absolute;
    inset: -1px;
    z-index: 100;
    content: '';
    border: 1px solid var(--nikken-red);
  }
  .book-info p{
    font-size: 1.4rem;
    text-align: left;
  }

}

/* PC----------------------------- */
@media screen and (width >= 768px) {
  .anchor-path__list--thum{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
    width: 100%;
    padding-left: 1px;
    margin: 0 auto;
  }
  .anchor-path__list--thum .book-copyright{
    margin: -3px 0 5px;
    font-size: 0.7em;
  }
  .anchor-path__list--thum li a{
    padding: 5px 5px 20px;
  }
  .anchor-path__list--thum li a p{
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .anchor-path__list--thum li a div{
    display: flex;
    padding: 10px;
    font-size: 1.5rem;
  }
  .anchor-path__list--thum li a img{
    width: 100%;
    height: auto;
    max-height: none;
    border: 1px solid #ccc;
  }
  .lineup-box__unit {
    margin: 0;
  }
  .lineup-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 60px;
    margin: 0 auto;
  }
  .lineup-box.item-2{
    max-width: 800px;
  }
  .lineup-box__notforsale{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .lineup-box__notforsale li{
    text-align: left;
  }
  .lineup-box .lineup-box__img--magazine{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .lineup-box .lineup-box__unit{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 12px;
  }
  .special-box-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .features__cont{
    padding: 50px 60px;
    margin: 50px 0;
  }
  .features__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 auto;
  }
  .features__ttl{
    margin: -40px 0 20px;
    font-size: 2.0rem;
  }
  .bookpoint{
    margin: -40px 10px 0 -70px;
  }
  .lineup-box__item-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .lineup-box__item-wrap > div:first-child{
    width: 45%;
  }
  .lineup-box__item-wrap > div:nth-child(2){
    flex: 1;
  }
  .books-guide__info ul{
    margin: 0 0 10px;
  }
  .books-guide__txt,
  .books-guide__info li{
    font-size: 1.5rem;
  }
  .lead-box .link_arrow{
    justify-content: center;
  }
  .books-guide__ttl{
    padding: 15px;
    font-size: 1.7rem;
  }
  .book-series{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-content: center;
  }
  .book-series__ttl{
    margin: 0 0 20px;
  }
  p.link-name__s{
  width: 10em;
  }
  .text-link-box_wrap{
  margin: 25px auto 0;
  }
}
