@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,strong,img,small,dl,dt,dd,ul,li,table,tr,th,td,footer,header,main,nav,section{margin:0;padding:0;font-size:100%;vertical-align:bottom;border:0;background:transparent;outline:0;}
html{font-size:10px;}
body{position:relative;display:flex;flex-direction:column;min-height:100vh;line-height:1;color:#000;font-family:-apple-system,BlinkMacSystemFont,'Noto Sans JP','メイリオ',sans-serif;-webkit-text-size-adjust:100%;}
footer,header,main,nav,section{display:block;}
table{border-collapse:collapse;border-spacing:0;}
ul{list-style:none;}
img{width:100%;height:auto;}
a{margin:0;padding:0;color:#000;vertical-align:bottom;background:transparent;}
a:link,a:visited,a:hover,a:active{text-decoration:none;}
.tablet{display:none;}
/* header */
header{
  position:relative;
  width:100%;
  height:183px;
}
#logo{
  display:flex;
  align-items:center;
  width:100%;
  height:117px;
  padding:0 18px;
  box-sizing:border-box;
}
#logo a{
  display:block;
  width:125px;
  height:17px;
}
#logo img{
  width:auto;
  height:17px;
}
#publishing-header{
  position:relative;
  display:flex;
  align-items:flex-end;
  width:100%;
  height:66px;
  padding:0 18px;
  background:#999;
  box-sizing:border-box;
}
#publishing-header h1{
  width:240px;
  height:66px;
  padding:18px 0;
  box-sizing:border-box;
}
#publishing-header h1 a{
  display:block;
  width:100%;
  height:100%;
}
#publishing-header h1 img{
  width:auto;
  height:30px;
}
#publishing-header #global-navigation_pc{
  margin-left:auto;
}
#publishing-header #global-navigation_pc ul{
  display:flex;
  padding-bottom:15px;
}
#publishing-header #global-navigation_pc li:not(:first-of-type){
  margin-left:15px;
}
#publishing-header #global-navigation_pc a{
  display:block;
  padding:2px 0 3px;
  font-size:1.6rem;
  color:#fff;
  font-weight:400;
}
#publishing-header #global-navigation_pc li:last-of-type a{
  padding:3px 10px 4px;
  font-size:1.4rem;
  color:#999;
  background:#fff;
}
#publishing-header #global-navigation_sp{
  position:fixed;
  top:0;
  right:-320px;
  display:none;
  width:320px;
  height:100vh;
  padding-top:70px;
  background:#fff;
  box-sizing:border-box;
  z-index:11000;
}
#publishing-header #global-navigation_sp #close{
  position:absolute;
  top:26px;
  right:15px;
  width:49px;
  height:45px;
  cursor:pointer;
}
#publishing-header #global-navigation_sp #close span{
  position:absolute;
  top:50%;
  left:10px;
  width:29px;
  height:1px;
  margin-top:-1px;
  background:#000;
}
#publishing-header #global-navigation_sp #close span:nth-of-type(1){
  transform:rotate(45deg);
}
#publishing-header #global-navigation_sp #close span:nth-of-type(2){
  transform:rotate(-45deg);
}
#publishing-header #global-navigation_sp li:not(:first-of-type){
  margin-top:10px;
}
#publishing-header #global-navigation_sp a{
  display:block;
  padding:10px 40px;
  font-size:2rem;
  font-weight:400;
}
#publishing-header #menu{
  position:absolute;
  top:5px;
  right:10px;
  display:none;
  width:49px;
  height:45px;
  cursor:pointer;
  z-index:1000;
}
#publishing-header #menu span{
  position:absolute;
  top:50%;
  left:10px;
  display:none;
  width:29px;
  height:1px;
  margin-top:-1px;
  background:#fff;
}
#publishing-header #menu span:nth-of-type(2){
  margin-top:-13px;
}
#publishing-header #menu span:nth-of-type(3){
  margin-top:11px;
}
#modal-overlay{
  display:none;
}
@media screen and (max-width:1199px){
  header{
    height:152px;
  }
  #logo{
    height:97px;
    padding:0 25px;
  }
  #publishing-header{
    height:55px;
    padding:0 25px;
  }
  #publishing-header h1{
    width:184px;
    height:55px;
    padding:16px 0;
  }
  #publishing-header h1 img{
    height:23px;
  }
  #publishing-header #global-navigation_pc ul{
    padding-bottom:13px;
  }
}
@media screen and (max-width:989px){
  #logo{
    padding:0 20px;
  }
  #publishing-header{
    padding:0 20px;
  }
  #publishing-header #global-navigation_pc{
    display:none;
  }
  #publishing-header #global-navigation_sp{
    display:block;
  }
  #publishing-header #menu{
    display:block;
  }
  #publishing-header #menu span{
    display:block;
  }
  #modal-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,.6);
    z-index:10000;
  }
}
@media screen and (max-width:767px){
  header{
    height:98px;
  }
  #logo{
    height:49px;
    padding:0 18px;
  }
  #logo a{
    display:block;
    width:103px;
    height:13px;
  }
  #logo img{
    width:auto;
    height:13px;
  }
  #publishing-header{
    height:49px;
    padding:0 15px;
  }
  #publishing-header h1{
    width:136px;
    height:49px;
    padding:16px 0;
  }
  #publishing-header h1 img{
    height:17px;
  }
  #publishing-header #global-navigation_sp #close{
    top:10px;
    right:8px;
  }
  #publishing-header #menu{
    top:0;
    right:0;
    width:55px;
    height:49px;
  }
  #publishing-header #menu span{
    left:15px;
    width:25px;
  }
  #publishing-header #menu span:nth-of-type(2){
    margin-top:-11px;
  }
  #publishing-header #menu span:nth-of-type(3){
    margin-top:9px;
  }
}
/* footer */
footer{
  width:100%;
  padding:100px 25px 11px;
  text-align:center;
  box-sizing:border-box;
}
footer div{
  padding:34px 0 35px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}
footer ul{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
footer li{
  padding:0 12px;
  font-size:1.4rem;
  font-weight:500;
  font-feature-settings:'palt';
}
footer dl{
  display:inline-flex;
}
footer dt{
  padding-right:3px;
}
footer li a:hover{
  text-decoration:underline;
}
footer p{
  margin-top:48px;
  font-size:1.2rem;
  color:#666;
  font-weight:400;
  font-feature-settings:'palt';
  letter-spacing:.3px;
}
@media screen and (max-width:989px){
  footer{
    padding:100px 20px 11px;
  }
}
@media screen and (max-width:767px){
  footer{
    padding:100px 15px 11px;
  }
}
@media screen and (max-width:639px){
  footer{
    padding:100px 0 11px;
  }
  footer div{
    padding:19px 0 19px;
  }
  footer ul{
    width:290px;
    margin:0 auto;
  }
  footer li{
    padding:0 10px;
    font-size:1.2rem;
  }
  footer li:nth-of-type(n+3){
    margin-top:16px;
  }
  footer p{
    margin-top:33px;
  }
}
/* common */
main{
  flex-grow:1;
  width:100%;
  max-width:1236px;
  margin:0 auto;
  padding:20px 18px 0;
  box-sizing:border-box;
}
#breadcrumb ul{
  display:flex;
}
#breadcrumb li{
  position:relative;
  font-size:1.5rem;
  color:#666;
  font-weight:400;
}
#breadcrumb li:not(:last-of-type){
  padding-right:21px;
}
#breadcrumb li:not(:last-of-type):after{
  position:absolute;
  top:50%;
  right:7px;
  display:block;
  width:5px;
  height:5px;
  border-top:1px solid #666;
  border-right:1px solid #666;
  transform:translateY(-50%) rotate(45deg);
  content:'';
}
#breadcrumb li a{
  font-size:1.5rem;
  color:#666;
  font-weight:400;
}
#breadcrumb li a:hover{
  text-decoration:underline;
}
.category{
  display:inline-block;
  padding:0 12px;
  font-size:1.5rem;
  line-height:23px;
  font-weight:400;
  border:1px solid #000;
  box-sizing:border-box;
}
.category.type1{
  color:#45b9ff;
  border-color:#45b9ff;
}
.category.type2{
  color:#e07bff;
  border-color:#e07bff;
}
.category.type3{
  color:#9683ff;
  border-color:#9683ff;
}
.category.type4{
  color:#59ae5f;
  border-color:#59ae5f;
}
.thumbnails{
  width:calc(100% - 600px);
  padding:0 30px;
  box-sizing:border-box;
}
.contents{
  width:600px;
  padding:0 30px;
  box-sizing:border-box;
}
.contents .about{
  font-size:2.4rem;
  line-height:32px;
  font-weight:500;
}
.contents h2{
  margin-top:27px;
  font-size:4.2rem;
  font-weight:500;
}
.contents h2 span{
  font-size:3.2rem;
}
.contents .author{
  margin-top:39px;
  font-size:2rem;
  font-weight:500;
}
.contents .release{
  margin-top:39px;
  font-size:3.2rem;
  color:#f00;
  font-weight:500;
}
.contents .summary{
  margin-top:28px;
  font-size:1.8rem;
  line-height:32px;
  font-weight:500;
}
.contents .book-data{
  margin-top:20px;
  font-size:1.6rem;
  line-height:26px;
  font-weight:500;
}
.contents .book-data li:before{
  display:inline-block;
  width:12px;
  height:12px;
  margin-right:3px;
  background:#000;
  content:'';
}
.contents .purchase{
  margin-top:29px;
}
.contents .purchase a{
  position:relative;
  display:block;
  width:200px;
  padding-left:22px;
  font-size:1.4rem;
  line-height:32px;
  color:#fff;
  font-weight:700;
  text-align:center;
  background:#f59500;
  box-sizing:border-box;
}
.contents .purchase a:before{
  position:absolute;
  top:7px;
  left:14px;
  display:block;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  content:'';
}
.contents .purchase a:after{
  position:absolute;
  top:12px;
  left:20px;
  width:0;
  height:0;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  border-left:8px solid #f59500;
  content:'';
}
@media screen and (max-width:1199px){
  main{
    padding:20px 25px 0;
  }
  .thumbnails{
    padding:0;
  }
}
@media screen and (max-width:1019px){
  .thumbnails{
    width:220px;
  }
  .contents{
    width:calc(100% - 220px);
    padding:0 0 0 40px;
  }
  .contents .about{
    font-size:2rem;
    line-height:28px;
  }
  .contents h2{
    margin-top:24px;
    font-size:3.2rem;
  }
  .contents h2 span{
    font-size:2rem;
  }
  .contents .author{
    margin-top:35px;
    font-size:1.8rem;
  }
  .contents .release{
    font-size:2.2rem;
  }
  .contents .summary{
    font-size:1.6rem;
    line-height:30px;
  }
  .contents .book-data{
    margin-top:28px;
  }
}
@media screen and (max-width:989px){
  main{
    padding:20px 20px 0;
  }
}
@media screen and (max-width:767px){
  main{
    padding:20px 15px 0;
  }
  #breadcrumb li{
    font-size:1.2rem;
  }
  #breadcrumb li:not(:last-of-type){
    padding-right:17px;
  }
  #breadcrumb li:not(:last-of-type):after{
    right:6px;
  }
  #breadcrumb li a{
    font-size:1.2rem;
  }
  #breadcrumb li a:hover{
    text-decoration:none;
  }
  .thumbnails{
    width:100%;
    padding:0 5px;
  }
  .contents{
    width:100%;
    padding:0 5px;
  }
  .contents .about{
    margin-top:10px;
    font-size:1.8rem;
    line-height:26px;
  }
  .contents h2{
    margin-top:19px;
    font-size:2.6rem;
  }
  .contents h2 span{
    font-size:1.6rem;
  }
  .contents .author{
    margin-top:25px;
    font-size:1.6rem;
  }
  .contents .release{
    font-size:2rem;
  }
  .contents .summary{
    margin-top:35px;
    line-height:26px;
  }
  .contents .release+.summary{
    margin-top:23px;
  }
  .contents .book-data{
    margin-top:19px;
  }
  .contents .purchase{
    margin-top:24px;
  }
  .contents .purchase a{
    width:100%;
    font-size:1.6rem;
    line-height:40px;
  }
  .contents .purchase a:before{
    top:11px;
  }
  .contents .purchase a:after{
    top:16px;
  }
}
/* index */
#index #slider{
  width:100%;
  max-width:1000px;
  margin:0 auto;
}
#index #slider .sp{
  display:none;
}
#index #book-list{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  max-width:1140px;
  margin:30px auto 0;
}
#index #book-list .item{
  position:relative;
  width:360px;
  min-width:360px;
  margin:30px 0 0 30px;
  padding-bottom:120px;
  border:1px solid #b4b4b4;
  box-sizing:border-box;
}
#index #book-list .item:nth-of-type(3n+1){
	margin-left:0;
}
#index #book-list .new:before{
  position:absolute;
  top:6px;
  left:6px;
  display:block;
  width:60px;
  font-size:1.5rem;
  line-height:60px;
  color:#fff;
  font-weight:400;
  text-align:center;
  border-radius:50%;
  background:#f00;
  z-index:1000;
  content:'NEW';
}
#index #book-list dt{
  position:relative;
  width:100%;
  height:337px;
  padding:42px 35px 15px;
  text-align:center;
  box-sizing:border-box;
}
#index #book-list dt a{
  display:inline-block;
}
#index #book-list dd{
  width:100%;
  padding:0 35px;
  box-sizing:border-box;
}
#index #book-list .category{
  margin-bottom:12px;
}
#index #book-list h2{
  font-size:2.4rem;
  line-height:27px;
  font-weight:500;
}
#index #book-list h2.small{
  font-size:1.8rem;
  line-height:21px;
}
#index #book-list .subtitle{
  font-size:1.8rem;
  line-height:21px;
  font-weight:500;
}
#index #book-list .subtitle_small{
  font-size:1.6rem;
  line-height:19px;
  font-weight:500;
}
#index #book-list .author{
  margin-top:18px;
  font-size:1.4rem;
  font-weight:500;
}
#index #book-list .about{
  margin-top:15px;
  font-size:1.6rem;
  line-height:22px;
  color:#666;
  font-weight:500;
}
#index #book-list .book-data{
  margin-top:13px;
  font-size:1.4rem;
  line-height:20px;
  font-weight:500;
}
#index #book-list .book-data li:before{
  display:inline-block;
  width:10px;
  height:10px;
  margin-right:3px;
  background:#000;
  content:'';
}
#index #book-list .button{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}
#index #book-list .button li{
  margin-bottom:20px;
}
#index #book-list .button li a{
  position:relative;
  display:block;
  width:200px;
  margin:0 auto;
  font-size:1.4rem;
  line-height:30px;
  font-weight:700;
  text-align:center;
  border-width:1px;
  border-style:solid;
  box-sizing:border-box;
}
#index #book-list .button li a:before{
  position:absolute;
  top:6px;
  left:13px;
  display:block;
  width:18px;
  height:18px;
  border-radius:50%;
  content:'';
}
#index #book-list .button li a:after{
  position:absolute;
  top:11px;
  left:19px;
  width:0;
  height:0;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  content:'';
}
#index #book-list .button .btn1 a{
  color:#666;
  border-color:#666;
}
#index #book-list .button .btn1 a:before{
  background:#666;
}
#index #book-list .button .btn1 a:after{
  border-left:8px solid #fff;
}
#index #book-list .button .btn2 a{
  padding-left:22px;
  color:#fff;
  border-color:#f59500;
  background:#f59500;
}
#index #book-list .button .btn2 a:before{
  background:#fff;
}
#index #book-list .button .btn2 a:after{
  border-left:8px solid #f59500;
}
@media screen and (max-width:1199px){
  #index #book-list{
    margin:40px auto 0;
  }
  #index #book-list .item{
    width:calc((100% - 20px) / 2);
    margin:20px 0 0 20px;
  }
	#index #book-list .item:nth-of-type(3n+1){
		margin-left:20px;
	}
	#index #book-list .item:nth-of-type(odd){
		margin-left:0;
	}
  #index #book-list h2.small{
    font-size:2.4rem;
    line-height:27px;
  }
  #index #book-list .subtitle_small{
    font-size:1.8rem;
    line-height:21px;
  }
  #index #book-list h2 br:not(.non-break),
  #index #book-list .subtitle br,
  #index #book-list .subtitle_small br,
  #index #book-list .about br:not(.non-break){
    display:none;
  }
}
@media screen and (max-width:799px){
  #index #book-list{
    margin:20px auto 0;
  }
  #index #book-list .item{
    width:100%;
		margin-left:0;
  }
	#index #book-list .item:nth-of-type(3n+1){
		margin-left:0;
	}
}
@media screen and (max-width:767px){
  #index #book-list{
    margin:15px auto 0;
  }
  #index #book-list .item{
    margin-top:15px;
  }
}
@media screen and (max-width:600px){
  #index #slider .pc{
    display:none;
  }
  #index #slider .sp{
    display:block;
  }
  #index #book-list .item{
    min-width:290px;
    padding-bottom:0;
  }
  #index #book-list .new:before{
    top:5px;
    left:5px;
  }
  #index #book-list dt{
    height:auto;
    padding:40px 20px 15px;
  }
  #index #book-list dd{
    padding:0 20px;
  }
  #index #book-list h2{
    font-size:2rem;
    line-height:1.5;
  }
  #index #book-list h2.small{
    font-size:2rem;
    line-height:1.5;
  }
  #index #book-list .subtitle{
    font-size:1.6rem;
    line-height:1.5;
  }
  #index #book-list .button{
    position:static;
    margin-top:20px;
  }
  #index #book-list .button li a{
    width:calc(100% - 40px);
    font-size:1.6rem;
    line-height:40px;
  }
  #index #book-list .button li a:before{
    top:11px;
  }
  #index #book-list .button li a:after{
    top:16px;
  }
}
/* book-details */
#book-details #lead{
  padding-bottom:63px;
  text-align:center;
}
#book-details #lead h2{
  margin:0 auto;
  padding:34px 0 43px;
}
.tamashi-mook #lead h2{
  width:192px;
}
.jk-mook #lead h2{
  width:360px;
}
#book-details #lead .mook-title-text{
  margin-bottom:18px;
  font-size:3rem;
  font-weight:500;
}
#book-details #lead .lead-text{
  font-size:1.8rem;
  line-height:32px;
  font-weight:500;
}
#book-details #book-list .items{
  display:flex;
  padding-top:50px;
  border-top:1px solid #000;
}
#book-details #book-list .items:not(:last-of-type){
  padding-bottom:60px;
}
#book-details #book-list .thumbnails .images{
  max-width:460px;
  margin:0 auto;
  padding:0 30px;
  box-sizing:border-box;
}
#book-details #book-list .thumbnails div+div{
  margin-top:30px;
}
#book-details #book-list .thumbnails p{
  font-size:1.5rem;
  line-height:18px;
  font-weight:400;
  text-align:left;
}
.tamashi-mook .items .contents .mook-logo{
  width:170px;
  margin-bottom:25px;
}
#book-details #book-list .contents h4{
  margin-top:20px;
  font-size:1.8rem;
  line-height:32px;
  font-weight:500;
}
#book-details #book-list .items .contents h4:before{
  content:'\3010';
}
#book-details #book-list .items .contents h4:after{
  content:'\3011';
}
#book-details #book-list .items .contents .tabel-of-contents{
  font-size:1.8rem;
  line-height:32px;
  font-weight:500;
}
#book-details #book-list .items .contents .tabel-of-contents li:not(:last-of-type){
  position:relative;
  padding-left:15px;
}
#book-details #book-list .items .contents .tabel-of-contents li:not(:last-of-type):before{
  position:absolute;
  top:10px;
  left:0;
  display:block;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#000;
  content:'';
}
@media screen and (max-width:1019px){
  #book-details #book-list .thumbnails .images{
    padding:0;
  }
  #book-details #book-list .contents h4{
    font-size:1.6rem;
  }
  #book-details #book-list .items .contents .tabel-of-contents{
    font-size:1.6rem;
    line-height:28px;
  }
  #book-details #book-list .items .contents .tabel-of-contents li:not(:last-of-type):before{
    display:inline-block;
    width:10px;
    height:10px;
  }
  .jk-mook  #lead .tablet{
    display:inline;
  }
}
@media screen and (max-width:767px){
  #book-details #lead{
    padding:0 5px 36px;
  }
  #book-details #lead h2{
    padding:20px 0 23px;
  }
  .tamashi-mook #lead h2{
    width:140px;
  }
  .jk-mook #lead h2{
    width:280px;
  }
  #book-details #lead .mook-title-text{
    margin-bottom:12px;
    font-size:2.4rem;
  }
  #book-details #lead .lead-text{
    max-width:560px;
    margin:0 auto;
    font-size:1.6rem;
    line-height:26px;
    text-align:left;
  }
  #book-details #lead br:not(.non-break){
    display:none;
  }
  #book-details #book-list .items{
    flex-direction:column;
    padding-top:30px;
  }
  #book-details #book-list .images{
    max-width:inherit;
  }
  #book-details #book-list .images>div:not(:first-of-type){
    display:none;
  }
  #book-details #book-list .images img{
    display:block;
    max-width:300px;
    margin:0 auto;
  }
  .tamashi-mook .items .contents .mook-logo{
    display:none;
  }
  #book-details #book-list .contents .about{
    margin-top:20px;
  }
}
@media screen and (max-width:600px){
  .tamashi-mook #lead h2{
    width:120px;
  }
  .jk-mook #lead h2{
    width:180px;
  }
}
/* book-list */
#list #book-list{
  padding-top:34px;
}
#list #book-list .items{
  display:flex;
  padding-top:50px;
  border-top:1px solid #000;
}
#list #book-list .items:not(:last-of-type){
  padding-bottom:60px;
}
#list #book-list .images{
  max-width:300px;
  margin:0 auto;
}
#list #book-list .category{
  margin-top:30px;
}
@media screen and (max-width:1019px){
  #list #book-list br:not(.non-break){
    display:none;
  }
}
@media screen and (max-width:767px){
  #list #book-list .items{
    flex-direction:column;
    padding-top:30px;
  }
  #list #book-list .items:not(:last-of-type){
    padding-bottom:30px;
  }
  #list #book-list .images{
    max-width:inherit;
  }
  #list #book-list .images img{
    display:block;
    max-width:300px;
    margin:0 auto;
  }
  #list #book-list .category{
    margin-top:15px;
  }
}
