@charset "utf-8";
/* 共通 */
body {
 font: 300 16px/2 heisei-kaku-gothic-std, sans-serif;
 color: #231f20;
}
.number {
 font-family: garamond-premier-pro, serif;
 font-weight: 400;
 font-size: 1.13em;
}
.serif, .special-item {
 font-family: a-otf-midashi-mi-ma31-pr6n, serif;
 font-weight: 600;
 font-feature-settings: "palt";
}
.wrapper {
 margin: 0 auto;
 max-width: 960px;
}
.section {
 padding: 6rem 0 7.5rem;
}
.hide {
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}
.section-title {
 font-size: 3.5rem;
 font-weight: 700;
 text-align: center;
 margin-bottom: 3.5rem;
 line-height: 1;
}
.sns {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 2rem 0;
}
.sns li {
 margin: 0 0.75rem;
}
.sns a {
 display: block;
}
/* ヘッダー */
.header-copy {
 text-align: center;
 background: #e83e2e;
 padding: 1.5rem 0;
 line-height: 1;
}
.header-copy-left {
 font-size: 1.75rem;
 font-weight: 700;
 color: #fff;
}
.header-copy-right {
 font-size: 2.375rem;
}
.hero, .footer-sns {
 background: #f3f3f3;
 background: -moz-linear-gradient(top, #f3f3f3 0%, #dee4e7 100%);
 background: -webkit-linear-gradient(top, #f3f3f3 0%, #dee4e7 100%);
 background: linear-gradient(to bottom, #f3f3f3 0%, #dee4e7 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dee4e7', GradientType=0);
}
.hero {
 height: 680px;
}
.slider-container {
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.slider-container1 {
 margin-top: 2.5rem;
}
.slider-txt {
 font-size: 2rem;
}
.slider-img-2-1 {
 margin-top: 3rem;
}
.slider-img-2-2 {
 display: flex;
 justify-content: center;
 margin-top: -14px;
}
.title {
 background-image: url("../img/title.png");
 height: 0;
 width: 100%;
 padding-top: 8.125%;
 background-size: contain;
 margin-top: 2.5rem;
}
.title-en {
 background-image: url("../img/title-en.png");
 height: 22px;
 width: 430px;
 margin: 1.5rem auto 2rem;
}
.header-author {
 display: flex;
 justify-content: center;
 align-items: center;
}
.author {
 background-image: url("../img/author.png");
 height: 38px;
 width: 450px;
 margin-right: 1.5rem;
}
.translation {
 background-image: url("../img/translation.png");
 height: 29px;
 width: 360px;
}
.header-info {
 border: 1px solid #937138;
 padding: 3rem 3.5rem 2.5rem;
 margin: 3rem auto 0;
 text-align: center;
 line-height: 1.4;
 display: flex;
 flex-direction: column;
 max-width: 552px;
}
.release {
 font-weight: 700;
}
.header .release {
 font-size: 3rem;
 margin-bottom: 1rem;
 line-height: 1;
}
.sale-price {
 color: #e83625;
 font-weight: 700;
}
.header .sale-price {
 font-size: 1.5rem;
}
.header .price {
 font-size: 1.125rem;
 font-weight: 700;
 margin-bottom: .5rem;
}
.header .sns {
 margin-bottom: 3rem;
}
/* nav */
.header-nav {
 background: #937138;
 padding: 1.5rem 0;
}
.nav {
 display: flex;
 align-items: center;
}
.nav li {
 width: 20%;
 text-align: center;
 position: relative;
}
.nav li:before, .nav li:last-child:after {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 height: 100%;
 width: 1px;
 background: #fff;
}
.nav li:before {
 left: 0;
}
.nav li:last-child:after {
 right: 0;
}
.nav a {
 color: #fff;
 font-size: 1.25rem;
 font-weight: 700;
 display: block;
 width: 100%;
 line-height: 1.6;
}
/* special */
#special {
 background: #e83e2e;
}
.special-item {
 font-size: 1.75rem;
 padding-left: 34px;
 position: relative;
 line-height: 1.4;
 margin: 3rem 0 1rem;
}
.special-item:before {
 content: '';
 display: block;
 position: absolute;
 height: 24px;
 width: 24px;
 border-radius: 12px;
 left: 0;
 top: 6px;
 background: #231f20;
}
.special-item-type {
 display: block;
 font-size: 1rem;
 margin-bottom: 1.5rem;
}
.special-thumb {
 display: flex;
 flex-wrap: wrap;
}
.special-thumb li {
 margin-right: 1.5625%;
 width: 18.75%;
}
.special-thumb li:nth-child(5) {
 margin-right: 0;
}
.special-thumb li img {
 height: auto;
 width: 100%;
}
.special-caption {
 color: #fff;
 font-size: 0.75rem;
 line-height: 1.4;
 margin-top: 0.5rem;
}
/* about */
#about {
 background: #231f20;
}
#about .section-title {
 color: #937138;
}
.about-subtitle {
 color: #e83625;
 font-size: 1.75rem;
 text-align: center;
 line-height: 1;
 margin-bottom: 2.5rem;
}
.feature-list li {
 color: #fff;
 font-size: 1.125rem;
 margin-top: 2rem;
 overflow: hidden;
 padding-top: 6px;
}
.feature-number {
 font-size: 1.75rem;
 font-weight: 700;
 display: block;
 float: left;
 text-align: center;
 border-radius: 24px;
 background: #937138;
 width: 48px;
 height: 48px;
 line-height: 1;
 overflow: hidden;
 margin-right: 1rem;
 margin-top: -6px;
 padding: 12px 0 8px;
}
/* author */
#author {
 background: #937138;
}
#author .section-title, #author .person-en {
 color: #fff;
}
.person-container {
 display: flex;
 justify-content: space-between;
}
.person-img {
 max-width: 300px;
 margin-right: 3.5rem;
}
.person-img img {
 width: 100%;
 height: auto;
}
.person-info {
 width: calc(100% - 300px - 3.5rem);
}
.person-name {
 font-size: 1.75rem;
 margin: 1.5rem 0 2.5rem;
}
.person-en {
 font-size: 1.125rem;
 display: block;
 line-height: 1;
}
/* recommend */
#recommend {
 background: #dcdddd;
}
#recommend .section-title, #recommend .person-en {
 color: #937138;
}
.recommendation {
 font-size: 1.875rem;
}
.recommender {
 font-size: 1.25rem;
 text-align: right;
 margin-bottom: 3rem;
}
/* books */
#books .section-title {
 color: #e83625;
}
.books-container {
 display: flex;
 justify-content: space-between;
 line-height: 1.6;
}
.book-cover {
 max-width: 230px;
 margin-right: 3.5rem;
}
.book-cover img {
 height: auto;
 width: 100%;
}
.book-info-container {
 width: calc(100% - 230px - 3.5rem);
}
.book-title {
 font-size: 2.5rem;
}
.book-title-en {
 font-size: 1.75rem;
 font-weight: 700;
}
.book-author {
 font-size: 1.125rem;
 margin: 1rem 0 2rem;
}
.book-info {
 border-top: 1px solid #937138;
 padding: 1.25rem 0;
}
.isbn, .book-style {
 font-size: 0.875rem;
}
.book-style-title {
 font-size: 0.875rem;
 color: #937138;
 margin-bottom: .5rem;
}
.notes {
 font-size: 0.75rem;
}
p.notes {
 text-indent: -2rem;
 padding-left: 1.5rem;
 margin-top: .75rem;
}
.online-store {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.online-store li {
 width: calc((100% - 18px) / 4);
}
.online-store li a {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
 border: 1px solid #7b8c9e;
 width: 100%;
}
.store-list {
 display: flex;
 justify-content: space-between;
}
.store-area {
 width: 48%;
}
.store-area > li {
 border-bottom: 1px dotted #7b8c9e;
 margin: 1.25em 0;
}
.store-area > li:last-child {
    border-bottom: none;
}
.store-pref {
 font-weight: bold;
 font-size: 1em;
}
.store-name {
 margin-bottom: 1em;
}
.store-name li {
    margin: .5em .5em .5em 1em;
}
/* share */
.footer-sns {
 padding: 0.5rem 0;
}
.footer-sns .sns li {
 margin: 0 1rem;
}
/* footer */
#footer {
 background: #231f20;
 color: #937138;
 text-align: center;
 padding: 2rem 0 2.5rem;
}
#footer a {
 color: #937138;
}
.company {
 font-size: 1.75rem;
 font-weight: 700;
}
.address {
 font-size: 0.875rem;
 margin: .5rem 0;
}
.copyright {
 font-size: 0.75rem;
}
/*-- 960px以上PC時のみ --*/
@media screen and (min-width:960px) {
 a:hover {
  opacity: .8;
  transition: .2s;
 }
 .cursor-effect {
  max-height: 244px;
  overflow: hidden;
  display: block;
 }
 .cursor-effect img {
  transition: .3s;
 }
 .cursor-effect img:hover {
  transform: scale(1.1);
 }
}
/*-- 960px以下タブレット時 --*/
@media screen and (max-width:960px) {
 body {
  font-size: 14px;
 }
 .cursor-effect img { /* スマホでの長押し操作無効 */
  pointer-events:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
 }
 .wrapper {
  padding: 0 1rem;
 }
 .section {
  padding: 4rem 0 4.5rem;
 }
 .section-title {
  font-size: 2rem;
 }
 .sns {
  margin: 1rem 0;
 }
 .sns li, .footer-sns .sns li {
  margin: 0 .5rem;
 }
 .header-copy {
  padding: 0.35rem 0 0.25rem;
 }
 .header-copy-left {
  font-size: 4vw;
 }
 .header-copy-right {
  font-size: 4.8vw;
  display: block;
  margin-top: .25rem;
 }
 .hero {
  height: auto;
 }
 .slider-container {
  flex-direction: column-reverse;
 }
 .slider-container1 {
  margin-top: 1.5rem;
 }
 .slider-txt {
  font-size: 1rem;
  margin: 1rem 0 1.25rem;
  line-height: 1.6;
  text-align: center;
 }
 .slider-img img {
  height: auto;
  width: 186px;
 }
 .slider-img-2-1 img {
  width: 218px;
  height: auto;
 }
 .slider-img-2-2 {
  display: block;
  width: 100%;
  margin: 14px auto 0;
  /*max-width: 358px;*/
 }
 .slider-img-2-2 img {
  width: 100%;
  height: auto;
 }
 .title {
  margin-top: 1.5rem;
 }
 .title-en {
  height: 11px;
  width: 215px;
  margin: .5rem auto 1.5rem;
  background-size: cover;
 }
 .header-author {
  flex-direction: column;
 }
 .author {
  height: 19px;
  width: 225px;
  margin: 0 0 .75rem 0;
  background-size: cover;
 }
 .translation {
  height: 15px;
  width: 180px;
  background-size: contain;
 }
 .header-info {
  padding: 1.25rem 1rem 1rem;
  margin: 1.25rem auto 0;
  font-size: .75rem;
 }
 .header .release {
  font-size: 1.25rem;
  margin-bottom: .5rem;
 }
 .header .sale-price {
  font-size: .875rem;
 }
 .header .price {
  font-size: .75rem;
 }
 .header .sns {
  margin: 1.5rem;
 }
 .header .sns img {
  width: 20px;
  height: 20px;
 }
 .header-nav {
  padding: 1.25rem 0 .25rem;
 }
 .nav {
  flex-wrap: wrap;
  justify-content: center;
 }
 .nav li {
  margin-bottom: 1rem;
  width: 50%;
 }
 .nav a {
  font-size: .75rem;
 }
 .nav li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  right: -1px;
 }
 .special-item {
  font-size: 1.125rem;
  padding-left: 20px;
  margin: 2rem 0 .5rem;
 }
 .special-item:before {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  top: 4px;
 }
 .special-item-type {
  font-size: .75rem;
  margin-bottom: 0.75rem;
 }
 .special-caption {
  font-size: 0.6rem;
 }
 .about-subtitle {
  font-size: 1.25rem;
 }
 .feature-list li {
  font-size: 1em;
  margin-top: 1.5rem;
  padding-top: 0;
 }
 .feature-number {
  font-size: 1.25rem;
  float: none;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  line-height: 1;
  overflow: hidden;
  margin: 0 auto .5rem;
  padding: 8px 0 8px;
 }
 .person-container {
  flex-direction: column;
  align-items: center;
 }
 .person-img {
  max-width: 150px;
  margin-right: 0;
 }
 .person-info {
  width: 100%;
 }
 .person-name {
  font-size: 1.25rem;
  margin: 1rem 0 1.5rem;
 }
 .person-en {
  font-size: .875rem;
 }
 .recommendation {
  font-size: 1rem;
  line-height: 1.6;
 }
 .recommender {
  font-size: .75rem;
  margin: .5rem 0 2rem;
 }
 .books-container {
  flex-direction: column;
  align-items: center;
 }
 .book-cover {
  max-width: 186px;
  margin-right: 0;
 }
 .book-info-container {
  width: 100%;
 }
 .book-title {
  font-size: 1.25rem;
  margin: 1rem 0 .25rem;
  line-height: 1.4;
 }
 .book-title-en {
  font-size: .875rem;
 }
 .book-author {
  font-size: .875rem;
  margin: .5rem 0 1rem;
 }
 .book-info {
  padding: 1rem 0;
 }
 .isbn, .book-style {
  font-size: 0.75rem;
 }
 .notes {
  font-size: 0.6rem;
 }
 .online-store li {
  width: 49%;
  margin-bottom: 2%;
 }
 .online-store li a img {
  width: auto;
  height: 35px;
 }
 .footer-sns img {
  height: 25px;
  width: 25px;
 }
 #footer {
  padding: 1rem 0;
  line-height: 1.6;
 }
 .company {
  font-size: 1.125rem;
  font-weight: 300;
 }
 .address {
  font-size: 0.75rem;
 }
 .copyright {
  font-size: 0.6rem;
 }
}
/*-- 480px以下時 --*/
@media screen and (max-width:480px) {
  .store-area {
      width: 100%;
  }
  .store-list {
    flex-direction: column;
  }
 .store-list .store-area:first-child > li:last-child {
    border-bottom: 1px dotted #7b8c9e;
    margin-bottom: 0;
}
}
/*-- 320px以下時 --*/
@media screen and (max-width:320px) {
 .header-copy-left {
  font-size: 4.5vw;
 }
 .header-copy-right {
  font-size: 4.95vw;
 }
}