/*
******************************************************************************************
印刷対応
******************************************************************************************
*/
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
}
/* 共通 */
label{cursor:pointer;}


/* ヘッダメニュー */
div#header{position:relative;padding:0px;margin:0px;height: 42px;}
div#header .navbar-template{padding:0px;margin:0px;}
div#header .navbar-default{padding:0px;margin:0px;}
div#header .navbar{padding:0px;margin:0px;}


#headmenublock{background-color:rgba(5,84,126,.9);color:white;overflow:auto;padding: 10px 0;}

#headmenublock ul{margin:0;font-size:12px;display: flex;align-items: center;padding: 0;}
#headmenublock ul li{display:inline;}
#headmenublock ul li a{color:white;text-decoration:underline;display: block;}
#headmenublock ul li a:hover{text-decoration: none;}

html{
  overflow-x: hidden;
}

*{
  letter-spacing: .4px;
}

/* ハンバーガーメニュー */
.sideMenu {
  background-color: #fff;
  height: 100vh;
  padding-top: 56px;
  position: fixed;
  right: -45%;
  transition: all 0.6s;
  top: 0;
  width: 45%;
  z-index: 2;
}
.hamburger {
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  transition: 1s;
  z-index: 3;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  transition: 1s;
  border-radius: 4px;
}
.hm-lineTop {
  top: 0;
}
.hm-lineCenter {
  top: 8px;
}
.hm-lineBottom {
  bottom: 0;
}
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}
/* メニューが開いた時 */
.nav-open .sideMenu {
  background-color: rgba(51,53,55);
  right: 0;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
}
.nav-open .hm-lineTop {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.nav-open .hm-lineCenter {
  opacity: 0;
}
.nav-open .hm-lineBottom {
  bottom: 0;
  transform: translateY(-6px) rotate(45deg);
}
.nav-open .overlay {
  opacity: 0.2;
  visibility: visible;
}

#headmenublock .sideMenu ul{
  padding: 80px 3.625% 208px;
	display: block;
}
#headmenublock .sideMenu ul li{
  list-style-type: none;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: right;
  font-size: max(16px, min(3.5vw,32px));
  font-size: clamp(16px, 3.5vw, 32px);
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: block;
}
#headmenublock .sideMenu ul li:not(:last-child){
  margin-bottom: 18px;
}
#headmenublock .sideMenu a span{
  color: #fff;
  margin: 0 15px;
  transition: .5s;
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: .1em;
}
#headmenublock .sideMenu a span::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fffd;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.6s;
}
#headmenublock .sideMenu a:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
#headmenublock .sideMenu a span::after{
		bottom: 0;
	}
.sideMenu{
		width: 80%;
    right: -80%;
}
}

.title{
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
  padding-top: 2%;
  justify-content: space-evenly;
  display: flex;
}
.title img{
  width: 100%;
  height: auto;
}
.title-img{
  width: 30%;
}
.bird-img{
  width: 62%;
}
.title .visible-xs{
  width: 100%;
}

.supervisionTitle, .prefaceTitle{
  max-width: 800px;
}

.contents-wrap{
  max-width: calc(840px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
.contents-wrap_intro{
  max-width: calc(1400px + 32px);
}
.contents-wrap_bookstore{
  max-width: calc(1100px + 32px);
}
.contents-wrap_review{
  max-width: calc(1200px + 50px);
}

.introContent{
  margin-top: max(4em, min(6.5vw,6em));
  margin-top: clamp(4em,6.5vw,6em);
}
@media (min-width: 899px){
.introContent{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
}
}
@media (max-width: 900px){
.introContent_right{
  margin-top: 5em;
}
}

.sample-fig{
  margin-right: 2px;
  margin-left: 2px;
}
.sample-fig:not(:last-of-type){
  margin-bottom: max(2.2em, min(3vw,3em));
  margin-bottom: clamp(2.2em,3vw,3em);
}

div.bookimages{
  padding-top: 0;
  display: flex;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0%), 0 6px 10px 0 rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 10%);
  background: #000;
}
div.bookimages img.book-cover {
  max-width: 100%;
  max-height: 1017px;
  box-shadow: none;
  border-radius: 0;
  transition: all .25s ease-out;
}
div.bookimages a{
  border: 2px solid #dddcdc;
}
div.bookimages a:first-of-type {
  border-right-width: 1px;
}
div.bookimages a:last-of-type {
  border-left: none;
}
.bookimages-hidden{
  background: #e5e5e5;
  border: 2px solid #dddcdc;
  border-left: none;
  }
.bookimages-hidden img{
  visibility: hidden;
}

.switchbox {
  margin: 2em 0 10px;
}
.switchbox label {
  font-weight: 700;
  font-size: 14px;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  border: 2px solid #ccc;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all .25s ease-out;
  }
.switchbox label:hover {
  background: #e7e7e7;
}
.switchbox input {
  display: none;
}
.switchbox .switchbox-inner {
  height: 0;
  overflow-y: hidden;
  transition: 0.8s;
  opacity: 0;
}
.switchbox input:checked + label + .switchbox-inner {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.switchbox label::before {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 8px;
}
.switchbox input:checked + label span{
  display: none;
}
.switchbox input:checked + label::before {
  content: '\f068';
}
.switchbox input:checked + label[data-label]::after {
  content: attr(data-label);
}

.contentList{
  padding-left: 25px;
}
.contentList a{
  text-decoration: underline;
  display: flex;
}
.contentList a:hover{
  text-decoration: none;
}
.contentList a::before{
  content: '';
  background: url(/book/9784758121156/images/contentList-i.png) no-repeat;
  display: inline-block;
  background-size: 20px;
  width: 20px;
  height: 18px;
  margin-right: 2px;
  position: relative;
  top: 4px;
}
.contentList > li{
  font-size: max(18px, min(2.5vw,20px));
  font-size: clamp(18px,2.5vw,20px);
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contentList > li::marker{
  color:#afafaf;
}
.contentList > li:not(:first-child){
  margin-top: 1.2em;
}
.contentList ul{
  list-style: none;
  padding-left: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 0.4em;
}
.contentList ul > li{
  font-size: max(15px, min(2.5vw,16px));
  font-size: clamp(15px,2.5vw,16px);
  display: inline-block;
  margin-right: 15px;
  line-height: 1.6;
}
.contentList ul > li span{
  display: inline-block;
}

.introHead-02{
  color: #21668c;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 14px 10px 14px 32px;
  background: #e4ebef;
  border-radius: 5px;
  position: relative;
  margin-top: 0;
}
.introHead-02::before {
  position: absolute;
  top: 25%;
  left: 15px;
  width: 6px;
  height: 50%;
  content: '';
  opacity: .2;
  -ms-filter: "alpha(opacity=20)";
  border-radius: 3px;
  background: #21668c;
}

.book-info{
  margin-top: 0vw;
  background: #21668c;
  color: #fff;
  padding: max(8px, min(1.5vw,11px)) 10px;
  text-align: center;
  line-height: 1.75;
  font-size: max(11px, min(2.5vw,13px));
}
.book-info span{
  display: inline-block;
}
.book-info_i{
  margin-right: 8px;
  color: #85b3cb;
}

.topContents-menu_wrap{
    max-width: 1600px;
    margin: auto;
}

.topContents-menu{
    display: grid;
    grid-template-columns: 50% 30%;
    gap: calc(70px + 2vw);
    justify-content: center;
    margin: 6% auto 0;
}
.topContents-menu_left p, .contents-wrap p{
    font-size: max(15px, min(2.5vw,18px));
    font-size: clamp(15px, 2.5vw, 18px);
    line-height: 2;
    text-indent: 1em;
}
.topContents-menu_left p{
    font-size: max(14px, min(2.5vw,18px));
    line-height: 1.9;
}
.topContents-menu_right a{
	display: block;
  /* box-shadow: 8px 8px #cbd5db; */
}
.topContents-menu_right a:not(:last-of-type){
	margin-bottom: max(20px, min(3.5vw,24px));
}

.profile{
  margin-top: max(4.5em, min(10vw,8.5em));
  background: #cbd5db;
}
.profile-content{
  max-width: 1000px;
  margin: auto;
  padding: max(60px, min(10.5vw,8em)) 16px max(4.5em, min(10.5vw,8em));
  padding: clamp(60px,10.5vw,8em) 16px clamp(4.5em,10.5vw,8em);
}
.profile-head{
  color: #21668c;
  text-align: center;
  font-size: max(15px, min(2.5vw,16px));
  font-size: clamp(15px, 2.5vw, 17px);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profile-head:not(:first-of-type){
  margin-top: max(3em, min(4.5vw,4em));
  border-top: 1px dotted #a3b2bb;
  padding-top: max(3em, min(4.5vw,4em));
}
.profile-name:not(:root){
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: max(18px, min(3.5vw,22px));
  font-weight: 700;
  margin: 28px auto 16px;
  line-height: 1.4;
}
.profile-name small{
  font-weight: 400;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  font-size: 75%;
}
.profile-content p{
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
}

.book-data_top{
  margin-top: max(3em, min(10vw,6em));
  background: #cbd5db;
  padding: max(3em, min(10vw,7em)) 10px max(4.5em, min(10vw,8em));
  padding: clamp(3em,10vw,7em) 10px clamp(4.5em,10vw,8em);
  display: grid;
  place-items: center;
}
.book-data_profile{
  margin: max(4em, min(4.5vw,5em)) 0 0;
  margin: clamp(4em, 4.5vw, 5em) 0 0;
  padding-top: max(40px, min(6vw,60px));
  padding-top: clamp(40px,6vw,60px);
  border-top: 1px dotted #a3b2bb;
}

.twitter-box{
  margin-top: max(3em, min(4.5vw,3.6em));
}

#contents {
  position:relative;
  max-width: 1000px;
}
.container-fluid .panel-default{
  border-radius: 14px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}
.container-fluid .panel-heading{
  background-color: #ffffff;
  border: none;
  border-radius: 14px 14px 0 0;
}
.container-fluid .panel-heading span{
  border-bottom: 1px dotted #cbd5db;
  padding-bottom: 10px;
  display: block;
}
.container-fluid .panel-body{
  padding: 0;
}
.container-fluid h3{
  font-size: max(20px, min(4vw,24px));
  font-size: clamp(20px,4vw,24px);
  font-family: 'Times New Roman', serif;
  margin-top: 2px;
  line-height: 1.4;
}
.container-fluid h3 .small{
color: #555;
}
.author .book-img{
  width: 100%;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0%), 0 6px 10px 0 rgb(26 59 80 / 20%), 0 2px 2px 0 rgb(26 59 80 / 20%);
}
.pdf-i{
  margin-right: 4px;
  position: relative;
  bottom: 3px;
  width: 15px;
}
.author ul{
  list-style-type: none;
  padding-left: 0;
  font-size: max(12px, min(3vw,14px));
}
.author ul li{
  margin-bottom:3px;
}
.author ul li span{
  display: inline-block;
}
.onlineShop{
  margin-top: max(4em, min(7vw,6em));
}
.ebooks{
  margin-top: max(4em, min(7vw,5em));
}
.onlineShop-head{
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2em;
  font-size: max(15px, min(2.5vw,18px));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.onlineShop-head::before{
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 8px;
  color: #21668c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.onlineShop-subhead{
  position: relative;
  display: block;
  border-top: 1px dotted #a3b2bb;
  margin-bottom: max(2.2em, min(5vw,2.8em));
}
.onlineShop-subhead span{
  color: #21668c;
  font-weight: 700;
  position: absolute;
  background: #cbd5db;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 14px;
  text-align: center;
  white-space: nowrap;
  font-size: max(15px, min(2.5vw,18px));
}
.onlineShop-content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.onlineShop-content a{
  background: #fff;
  padding: 15px 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  transition: all .1s ease-in;
}
.onlineShop-content a:hover{
  transform: translateY(-0.2rem);
  text-decoration: none;
  transition: all .1s ease-in;
}
.onlineShop-content a:hover::after {
  content: '';
  box-shadow: 0 0.5rem 0.5rem 0 rgb(19 89 124 / 10%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.onlineShop-content a img{
  max-height: 100%;
}
.onlineShop-content a:hover img{
  opacity: 1;
}
.asterisk{
  margin: 1.4em 0 0;
  font-size: max(12px, min(2.5vw,14px));
  text-align: right;
  max-width: inherit;
}
.sevenNet-btn:not(:root){
  padding: 5px 10px;
}
@media (min-width: 599px){
.onlineShop-content{
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.onlineShop-content a{
  padding: 5px 40px;
  height: 100px;
}
.sevenNet-btn:not(:root){
  padding: 5px 20px;
}
.ehon-btn img:not(:root){
  max-height: 70%;
}
.amazon-btn img:not(:root){
  max-height: 35%;
}
.tsutaya-btn:not(:root){
  padding: 5px 50px;
}
.honto-btn img:not(:root){
  max-height: 60%;
}
.yodobashi-btn img:not(:root){
  max-height: 40%;
}
.yodosha-btn:not(:root){
  padding: 5px 50px;
}
.kinokuniya-btn img:not(:root){
}
}
@media (max-width: 600px){
.dmmbooks-btn img:not(:root){
  max-height: 150%;
}
.honyaclub-btn img:not(:root){
  max-height: 140%;
}
.amazon-btn img:not(:root){
  max-height: 50%;
}
/* .tsutaya-btn img:not(:root){
  max-height: 30%;
}*/
.yodosha-btn img:not(:root){
  max-height: 80%;
}
}

.border-img{
  margin: 2em auto max(3.2em, min(4.5vw,5em));
  margin: 2em auto clamp(3.2em,4.5vw,5em);
}
.topContents-menu_left .border-img{
  margin: 2em auto max(2.8em, min(4.5vw,5em));
}

.fig-topBird_01{
	float: right;
	width: 32%;
  margin: 2vw 0 0 2vw;
  shape-outside: url(/book/9784758121156/images/topBird-01.png);
  -webkit-shape-outside: url(/book/9784758121156/images/topBird-01.png);
  shape-margin: 4em;
  -webkit-shape-margin: 4em;
}
.fig-topBird_02{
	width: 75%;
	margin-top: 3em;
}
.fig-supervisionBird_01{
	float: right;
	width: 45%;
  margin-left: 1em;
}
.fig-supervisionBird_02{
	width: 60%;
	margin-top: max(1em, min(3vw,2em));
  margin-bottom: -1em;
}
.fig-prefaceBird_01{
	float: right;
	width: 50%;
}
.fig-prefaceBird_02{
  width: 75%;
  margin: 3em auto;
}
@media (min-width: 768px){
  .book-data_content{
    padding-left: 30px;
  }
}
@media (min-width: 1100px){
.fig-supervisionBird_01{
  margin-right: -9vw;
}
.fig-supervisionBird_02{
  margin-left: -12vw;
}
.fig-prefaceBird_01{
  margin: 10px -12vw 10px 18px;
}
.fig-prefaceBird_02{
  margin: 4em 0 4em -6vw;
}
}


/*footer*/
html{position: relative;min-height: 100%;}
body{margin-bottom: 60px;}
.footer{position: absolute;bottom: 0;width: 100%;height: 60px;}
.footer .datas{position:absolute;width:100%;background-color: #22668b;padding: 30px;}
.footer .datas #footermenu{text-align:center;margin:0;}
.footer .datas #footermenu a{
  color: #fff;
}
.footer .datas #copyright{
  text-align:center;
  color: #7da6bd;
  font-size: max(1rem, min(2.5vw,1.2rem));
  margin-top: 0.6em;
}


img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;

}


.totop{
  position: fixed;
  bottom: 5px;
  right: max(5px, min(2.5vw,20px));
  z-index: 999;
}
.totop img{
	width: 70px;
}
.totop img:hover{
  animation: jump .3s;
  opacity: 1;
}
@media (max-width: 460px){
.totop img{
	width: 60px;
}
}
@keyframes jump{
0% {
		transform:translateY(0);
	}
50% {
		transform:translateY(-5px);
	}
	100% {
		transform:translateY(0);
	}
}

.head{margin:1em 0 0 0;padding:0;background-color:white;}
.landing_image{cursor:pointer;}

.headcopy,.contentsdata {font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;font-size:x-large;}
.contentsdata h2{font-weight:bold;margin-top:2em;}
.contentsdata h3{font-weight:bold;margin:1em 0 5px 4.5em;text-indent:-4em;}
.contentsdata h3.introduction{margin:1em 0 5px 0;text-indent:0;}

div.menu{margin-bottom:2em;}
h1{margin-bottom:1em;}

.contentstop{margin-top:2em;}
.contentsdata ul{list-style-type:none;padding-left:0.5em;}
.contentsdata ul li{margin-bottom:7px;}

.introimages{margin:1em 0;}
.introimages img{box-shadow:0px 0px 4px 2px gray;
-moz-box-shadow:0px 0px 4px 2px gray;
-webkit-box-shadow:0px 0px 4px 2px gray;}

h2 span.intro_copy{display:block;}

.conversation{margin:0.5em 0;}
.keywordlist{margin:1em 0;}
.keywordlist ul{font-size:medium;}

@media screen and (max-width: 767px) {
	h1{margin:1em 0 1em 0;}
	.headcopy {font-size:medium;}
	div.menu{padding:5px;}
	.contentsdata h2{font-size:x-large;font-weight:bold;margin:1em 0 0 0;}
	.contentsdata h3{font-size:large;font-weight:bold;margin-top:1em;}
	.contentsdata p{font-size:medium;}
	.contentstop{margin-top:0;}
	.contentsdata ul,ol{font-size:medium;}
	.downloadicon{padding:0;}
	.keywordlist ul{font-size:small;}

  .title {
    padding-top: 0.4em;
  }

  .book-info{
    display: flex;
  }
  .book-info_i{
    margin-right: 12px;
    font-size: 16px;
    position: relative;
    top: -2px;
  }
  .book-info_txt{
    text-align: left;
  }

  .topContents-menu{
    grid-template-columns: none;
    margin: 13% 15px 0;
    gap: 60px;
  }

  .fig-topBird_02{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
  }

  .topContents-menu_right{
    margin: 0 20px;
  }
}


a img{transition: all .25s}
a:hover img{transition: all .25s ease-out;opacity: 0.8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";}


/*for_bookstores
---------------------------*/
.for_bookstrores-intro{
  text-align: center;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact{
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  border-radius: 10px;
  margin-top: 3em;
}
.contact-title{
  font-size: max(15px, min(2.5vw,18px));
  font-size: clamp(15px, 2.5vw, 18px);
  font-weight: 700;
  padding: 20px 25px;
  background: #474c4e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}
.contact-title span::before{
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b7c0c5;
}
.contact-inner{
  padding: 20px 25px;
}
.contact-inner p{
  margin: 0;
  text-indent: 0;
}

.pop-wrap{
  margin: max(5em, min(10.5vw,7em)) auto max(6em, min(10.5vw,9em));
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 40px 20px;
}
.pop-item{
  flex-basis: 100%;
}
.pop-item p{
  font-weight: 700;
  text-indent: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pop-item p::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid;
  transition:.5s;
}
.pop-item:hover p::before{
  transform: rotate(765deg);
  width: 12px;
  height: 12px;
}
.pop-item p a{
  color: initial;
  display: block;
}
.pop-item p a:hover{
  text-decoration: none;
}
.pop-dl{
  position: relative;
  transition: all .25s;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0%), 0 6px 10px 0 rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 10%);
}
.pop-item:hover .pop-dl-link::before, .pop-dl-link:hover::before{
  content: '\30C0\30A6\30F3\30ED\30FC\30C9';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: max(12px, min(3vw,16px));
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  animation: fade 0.3s ease-in-out;
  z-index: 1;
}
.pop-item img{
  border: 2px solid #dddcdc;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* aspect-ratio: 5.5 / 8; */
}
.pop-item a:hover img{
  opacity: 1;
}
.pop-item a .txt{
  margin-right: 5px;
}
.pop-item .new{
  background: #d01127;
  color: #fff;
  font-weight: 700;
  padding: 2px 5px;
  font-size: max(12px, min(2vw,14px));
  position: relative;
  top: -2px;
  border-radius: 3px;
}

@media (min-width: 639px){
.pop-wrap{
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 80px 40px;
}
.contact{
  flex-flow: wrap;
}
.contact-title{
  padding: 20px 50px;
  border-radius: 10px 0 0 10px;
}
.contact-inner{
  padding: 20px 50px;
}
}
@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }



/*review
---------------------------*/

.review-intro:not(:root){
    text-align: center;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
}
.review-intro span{
  display: inline-block;
}

.review-update{
    display: flex;
    justify-content: center;
    font-weight: 700;
}

.voice-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: max(2em, min(4vw,3em));
    margin-bottom: max(4em, min(10vw,8em));
    align-items: baseline;
}
.voice-left, .voice-right{
    display: grid;
    gap: 50px;
    align-items: baseline;
}
.voice-item{
    /* width: 46%; */
    padding: 20px 25px;
    background: url(/book/9784758121156/images/voice-bg.png) repeat;
    background-size: 90px;
    /* margin: 0 50px 50px 0; */
    box-shadow: inset 0 -2em 3em rgb(229 221 124 / 50%), 5px 5px 7px 0px rgb(126 118 26 / 20%), 0 2px 4px 0 rgb(126 118 26 / 20%);
}
.voice-item p{
  font-size: max(14px, min(3vw,18px));
  margin: 0;
  text-indent: 0;
  border-bottom: 1px dotted #c3c0a1;
  display: inline;
  padding-bottom: 5px;
}
.voice-poster:not(:root){
  text-align: right;
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 900px){
  .voice-wrap{
    grid-template-columns: auto;
    justify-content: center;
    gap: 30px;
  }
  .voice-left, .voice-right{
    gap: 30px;
  }
  .voice-item{
    padding: 20px 20px;
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .pop-item p a{
      line-height: 1.5;
  }
}

/*event
---------------------------*/

.event-title{
  font-weight: 700;
  font-size: max(20px, min(4vw,26px));
  font-family: "Times New Roman",
  "YuMincho",
  "Hiragino Mincho ProN",
  "Yu Mincho",
  "MS PMincho",
  serif;
  line-height: 1.5;
  margin: 3em 0 2em;
  border: 1px solid #dad9c8;
  padding: 40px 30px;
}
.event-title small{
  color: #333;
  font-size: 74%;
  display: block;
  margin-top: max(10px, min(2vw, 16px));
  line-height: 1.4;
}
.event-title .title-wrap{
  grid-template-columns: 115px 3fr;
  align-items: center;
  position: relative;
  display: grid;
  justify-content: center;
}
.event-title .title-bird{
  position: absolute;
  bottom: 2px;
  left: -55px;
  width: 160px;
}
.event-title p {
  font-size: 16px;
  font-weight: 400;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  margin: 2em 40px 0;
  border-top: 1px dotted #dad9c8;
  padding-top: 2em;
}
.about-event{
  margin: 3em 40px 0em;
}
.event-border{
  max-width: 840px;
  width: 100%;
}
@media (max-width: 767px) {
  .event-title{
    padding: 20px 10px;
  }
  .event-title .title-wrap{
    grid-template-columns: 90px 3fr;
  }
  .event-title .title-bird{
    bottom: auto;
    left: -20px;
    width: 100px;
    top: -10%;
  }
  .event-border {
    margin-top: 0 !important;
  }
  .event-title p {
    margin: 1em 20px 0;
    padding-top: 1em;
    font-size: max(14px, min(2vw,16px));
  }
  .about-event{
    margin: 2em 0;
  }
}
@media (max-width: 460px) {
  .event-title {
    margin: 2em 0 1.5em;
    padding: 30px 15px;
  }
  .event-title .title-wrap{
    display: block;
  }
  .event-title .title-bird {
    left: -24px;
    width: 70px;
    bottom: auto;
    top: -64px;
  }
  .event-title p{
    margin: 1em 0px 0;
  }
}
