@charset "UTF-8";

/*=============================================================
 01_base
=============================================================*/
body {
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #40363c;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body a {
  color: #40363c;
  text-decoration: none;
}

body a[href^="tel:"] {
  pointer-events: none;
}

body a:hover {
  opacity: 0.8;
  -webkit-animation: btn 0.5s;
  animation: btn 0.5s;
}

body p {
  font-size: calc(24 / 640 * 100vw);
  line-height: 1.7;
}

@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sp {
  display: block !important;
}

@media print,
screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}

@media print,
screen and (min-width: 641px) {
  .pc {
    display: block !important;
  }
}

.inner {
  position: relative;
  width: 87.5vw;
  margin: 0 auto;
}

h2 {
  margin-right: auto;
  margin-left: auto;
}

.fontMin,
.fontMin * {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.ls- {
    letter-spacing:-2px;
    margin:0 4px;
}

.box {
	margin-bottom:30px;
	padding-bottom:50px;
	border-bottom: 1px solid #fff;
}

/* --------------------------------------------------
-------------------------------------------------- KV */
#kv {
  background: url("../images/kv.jpg") no-repeat center bottom /cover;
  height: calc(1000/640*100vw);
  position: relative;
  margin-top: 35px;
  overflow: hidden;
}

#kv .catch,
#kv h1 {
  position: absolute;
}

#kv .catch {
  width: calc(640 / 640 * 100vw);
  bottom: 0;
  left: 0;
  padding: 4%;
  box-sizing: border-box;
}
#kv .catch::before {
content: "";
  background: rgb(201 14 3 / 70%);
  mix-blend-mode: multiply;
  display: block;
  width: calc(640 / 640 * 100vw);
  height: 100%;
  position: absolute;
  inset: 0;
}
#kv .catch img:first-child {
  position: absolute;
  right: 0;
  width: calc(200 / 640 * 100vw);
  bottom: calc(88 / 640 * 100vw);
}
#kv .catch img:nth-child(2) {
  filter: drop-shadow(0px 0px 4px rgba(146, 10, 19, 1)) drop-shadow(0px 0px 4px rgba(0, 0, 0, .5)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
}

#kv h1 {
  width: 100%;
  top: calc(550 / 640 * 100vw);
  padding-bottom: calc(73 / 640 * 100vw);
  text-align: center;
  background: url("../images/bg_title.png") no-repeat center bottom /contain;
}
#kv h1 img {
  width: 80%;
  filter: drop-shadow(0px 0px 4px rgba(113, 53, 34, 1)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
}

/* --------------------------------------------------
    -------------------------------------------------- ヘッダー */
header {
  width: 100%;
  background-color: #f8f4eb;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}

header #logo {
  width: calc(300 / 640 * 100vw);
}

header #logo a {
  display: block;
}

header .accordion {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(60 / 640 * 100vw);
  height: 100%;
  background-image: url("../images/menu01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

header .accordion.open {
  background-image: url("../images/menu02.png");
}

header nav {
  width: 100vw;
  display: none;
  position: absolute;
  background-color: #f8f4eb;
  padding-top: calc(68 / 640 * 100vw);
  padding-bottom: calc(60 / 640 * 100vw);
}

header nav ul {
  width: 100vw;
}

header nav ul li {
  margin-bottom: calc(54 / 640 * 100vw);
}

header nav ul li a {
  display: block;
  font-size: calc(28 / 640 * 100vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

header nav ul li span {
  display: block;
  color: #c8ac81;
  font-size: calc(24/ 640 * 100vw);
  font-weight: normal;
}

header .sns {
  position: absolute;
  top: calc(32 / 640 * 100vw);
  right: calc(85 / 640 * 100vw);
  display: flex;

}

header .sns li {
  width: calc(36 / 640 * 100vw);
  margin: 0 calc(15 / 640 * 100vw);
}

/* --------------------------------------------------
-------------------------------------------------- シリーズ最新刊 */
#new-release {
  background: url(../images/bg_release.png) #f8f4eb center top;

}
#new-release .title {
  text-align: center;
  font-size: calc(48 / 640 * 100vw);
  background: url(../images/bg_release.png) #f8f4eb center top;
  margin-bottom: 20px;
}
#new-release .bookpic {
  margin: 35px auto;
  padding: calc(46 / 640 * 100vw) 0 calc(10 / 640 * 100vw);
  background: #ffffffb0;
  position: relative;
}

#new-release .bookpic::before {
  content:"";
  display: block;
  width: calc(235 / 640 * 100vw);
  height: calc(35 / 640 * 100vw);
  background: url(../images/img_release-deco.png) no-repeat top center / contain;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bookpic img {
  display: block;
  margin: 0 auto;
  width: calc(410 / 640 * 100vw);
  border: 1px solid #fff;
}

#new-release .bookpic img.day {
  margin: 0 auto 30px;
  width: calc(470 / 640 * 100vw);
}

#new-release .bookpic .catch {
  font-size: calc(30 / 640 * 100vw);
  margin-top: calc(44 / 640 * 100vw);
  margin-bottom: calc(44 / 640 * 100vw);
  line-height: 1.3;
  text-align: center;
}

#new-release .bookpic .catch span {
  font-size: calc(40 / 640 * 100vw);
  padding-top: 10px;
  color: #9f2412;
  display: block;
}

#new-release p {
  margin-bottom: 30px;
  text-align: justify;
  word-break: break-all;
}

#new-release .price {
  text-align: right;
  font-weight: bold;
}

#new-release .infobtn {
  margin-bottom: calc(50 / 640 * 100vw);
}

/* --------------------------------------------------
-------------------------------------------------- 雑誌 */
#magazine {
  background: #fff url(../images/bg_magazine.png) top center / 7%;
  padding-bottom: 40px;
}
#magazine .inner {
background: #3b4270 url(../images/bg_magazine.png) top center / 7%;
    background-blend-mode: multiply;
    width: 95.5vw;
    position: relative;
    margin-top: calc(150 / 640 * 100vw);
    padding-top: calc(90 / 640 * 100vw);
    border-radius: 36vw 36vw 0 0;
    border: 2px solid #8d6719;
    text-align: center;
}
#magazine .inner::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    background: url(../images/bg_magazine-10th.png) no-repeat top center / contain;
    position: absolute;
    top: calc(-80 / 640 * 100vw);
    z-index: 0;
}
#magazine .inner h3 {
    position: relative;
    z-index: 1;
    width: calc(490 / 640 * 100vw);
    margin: -53px auto 0;
}
#magazine .inner .tag {
    width: calc(420 / 640 * 100vw);
    margin: 30px auto;
}
#magazine .inner .day {
    margin: 0 auto 30px;
    width: calc(470 / 640 * 100vw);
}
#magazine .inner .bookpic {
  width: calc(460 / 640 * 100vw);
  margin: 0 auto 40px;
}
#magazine .inner .bookpic p {
  color: #fff;
  text-align: left;
  width: calc(460 / 640 * 100vw);
  line-height: 1.5;
  margin: 20px auto;
}

/* --------------------------------------------------
-------------------------------------------------- シリーズ */
#series {
  background: #f8f4eb url(../images/bg_series.png) top center / 10%;
  position: relative;
  overflow: hidden;
}

#series::after {
  content:"";
  display: block;
  width: calc(640 / 640 * 100vw);
  aspect-ratio: 1/0.1;
  background: url(../images/img_series-deco.png) no-repeat bottom center / contain;
}

#series .bookarea1 {
    margin: calc(64 / 640 * 100vw) auto calc(75 / 640 * 100vw);
    align-items: flex-start;
}

#series .bookarea1>img {
  width: calc(405 / 640 * 100vw);
  margin: calc(50 / 640 * 100vw) auto 0;
  display: block;
}

#series .bookarea1>div {
  margin-top: calc(44 / 640 * 100vw);
}

#series h3 {
  font-family: "Shippori Mincho", serif;
  font-size: calc(40 / 640 * 100vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(38 / 640 * 100vw);
  width: fit-content;
  margin: 0 auto calc(38 / 640 * 100vw);
  border-bottom: 4px #8d6719 double;
  padding-bottom: 10px;
}
#series h3 span.sub {
  font-size: calc(24 / 640 * 100vw);
  display: block;
  padding-top: calc(10 / 640 * 100vw);
  font-weight: normal;
}
#series .bookarea1 .summary {
  font-size: calc(24 / 640 * 100vw);
  line-height: 1.769;
  width: 100%;
  letter-spacing: -.5px;
  margin: 0 auto;
}

.infobtn {
  margin: calc(37 / 640 * 100vw) auto calc(10 / 640 * 100vw);
  width: 95%;
  font-size: calc(28 / 640 * 100vw);
  text-align: center;
  font-weight: 700;
  border: 1px solid #9f2412;
  line-height: calc(50 / 640 * 100vw);
}

.infobtn a {
  font-family: "Shippori Mincho", serif;
  display: block;
  width: 100%;
  padding: calc(10 / 640 * 100vw) 0;
  background-color: #fff;
  color: #9f2412;
}

#series .bookarea2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: calc(75 / 640 * 100vw);
}
#series .bookarea2.deco::after {
  content: "";
  display: block;
  width: calc(235 / 640 * 100vw);
  height: calc(35 / 640 * 100vw);
  background: url(../images/line_series.png) no-repeat top center / contain;
  position: absolute;
  bottom: calc(0 / 640 * 100vw);
  left: 0;
  right: 0;
  margin: 0 auto;
}

#series .bookarea2>li {
  width: 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-bottom: calc(24 / 640 * 100vw);
}

#series .bookarea2>li>div {
  margin-bottom: calc(26 / 640 * 100vw);
}

#series .bookarea2>li>div h3 {
  text-align: center;
  margin: calc(30 / 640 * 100vw) auto 0;
  padding-bottom: calc(30 / 640 * 100vw);
  font-size: calc(30 / 640 * 100vw);
  letter-spacing: -1px;
}
#series .bookarea2>li>.summary {
  width: 98%;
  margin: 0 auto;
  flex-grow: 1;
  text-align: justify;
  word-break: break-all;
}

#series .bookarea3 {
  background-color: #cc5985;
  padding: calc(35 / 640 * 100vw) calc(27 / 640 * 100vw) calc(90 / 640 * 100vw);
  margin-top: calc(146 / 640 * 100vw);
  align-items: flex-start;
}

#series .bookarea3>img {
  width: calc(405 / 640 * 100vw);
  margin: calc(-135 / 640 * 100vw) auto 0;
  display: block;
}

#series .bookarea3>div {
  margin: calc(47 / 640 * 100vw) auto 0;
  width: 100%;
}

#series .bookarea3>div h3 {
  font-size: calc(28 / 640 * 100vw);
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71%;
  margin: 0 auto calc(35 / 640 * 100vw);
}

#series .bookarea3>div h3 strong {
  display: inline;
  width: auto;
  font-size: calc(36 / 640 * 100vw);
  font-weight: normal;
  border-bottom: none;
  margin-right: calc(10 / 640 * 100vw);
}

#series .bookarea3>div p {
  color: #fff;
  font-size: calc(26 / 640 * 100vw);
  line-height: 1.769;
  margin: 0 auto;
  text-align: center;
}

#series .bookarea3 .infobtn {
  margin-top: calc(36 / 640 * 100vw);
}

#series .bookarea3 .infobtn li {
  width: 100%;
  text-align: center;
  border: 1px solid #c74879;
}

/* --------------------------------------------------
-------------------------------------------------- フッター */
footer {
  text-align: center;
  padding: 10.9375vw 0 11.5625vw;
}

footer .btn {
  width: 87.5vw;
  margin: 0 auto 10.9375vw;
}

footer #pagetop {
  width: 7.5vw;
  margin: 0 auto 7.1875vw;
}
footer small {
    font-size: calc(18em / 26);
}  

/* --------------------------------------------------
-------------------------------------------------- PC */
@media screen and (min-width: 641px) {
  body {
    background: #eee8df;
  }
  
  body p {
    font-size: 16px;
  }
  img {
    width: auto;
  }

  .inner {
    width: 350px;
  }
  .infobtn {
    width: 100%;
    margin: 0 10px 30px 0; 
    font-size: 16px;
    line-height: 1.1;
  }

  .infobtn.mb {
    margin-bottom: 30px;
  }

  .infobtn a {
    padding: 10px 0;
  }	


  .innertitle1 {
    font-size: 32.5px;
    padding-top: 43.5px;
    margin-bottom: 30px;
  }

  .innertitle1 span {
    font-size: 15px;
  }

  .innertitle1::before {
    width: 62.5px;
    height: 1.875px;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }

  .flex {
    display: flex;
    flex-wrap: wrap;
  }

  .flex.jsb {
    justify-content: space-between;
  }



  /* --------------------------------------------------
  -------------------------------------------------- PC　nav */
  .wrapper {
    display: flex;
    justify-content: center;
  }

  .nav-pc {
    position: fixed;
    top: 0;
    height: 100vh;
    text-align: center;
    background: #eee8df;
    z-index: 1;
  }

  .nav-pc::before {
    content: "";
    display: block;
    width: calc(105 / 1200 * 100vw);
    max-width: 95px;
    aspect-ratio: 1 / 1;
    background: url(../images/pc_pat.png) no-repeat top center / contain;
    position: absolute;
    top: 1%;
    left: 1%;
  }
  .nav-pc::after {
    content: "";
    display: block;
    width: calc(105 / 1200 * 100vw);
    max-width: 95px;
    aspect-ratio: 1 / 1;
    background: url(../images/pc_pat.png) no-repeat top center / contain;
    position: absolute;
    bottom: 105px;
    right: 1%;
    transform: rotate(0.5turn);
  }

  .nav-pc.nav-left {
    left: 0;
    width: calc((100vw - 455px) / 2);
    padding: 100px 10px 0;
  }

  .nav-pc.nav-left .work {
    max-width: 392px;
    margin: 20px auto;
  }
  .nav-pc.nav-left .work img{
    width:220px;
  }
	
  .nav-pc.nav-left ul li {
    width: 115px;
    margin: 0 10px 10px;
    border: solid 1px #006095;
  }

  .nav-pc.nav-left ul li:last-child {
    margin: 0 0 10px 0;
  }

  .nav-pc.nav-right {
    right: 0;
    width: calc((100vw - 455px) / 2);
    padding: 100px 10px 0;
  }

  .nav-pc.nav-right li {
    margin-bottom: 27px;
  }

  .nav-pc.nav-right li a {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    color: #50343d;
    font-weight: bold;
  }

  .nav-pc.nav-right li span {
    display: block;
    color: #c8ac81;
    letter-spacing: 0;
    font-size: 0.9375rem;
    margin-top: 10px;
  }

  .nav-pc.nav-right ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 75px;
    padding-top: 32px;
  }

  .nav-pc.nav-right ul.sns li {
    width: 30px;
  }

  .nav-pc.nav-right ul.sns li:first-child {
    margin-right: 20px;
  }

  .nav-pc.nav-right .btn {
    margin-bottom: 16px;
  }

  .nav-pc.nav-right .btn img {
    width: 280px;
  }

  .nav-pc.nav-right small {
    font-size: 0.6275rem;
  }

  .wrapper-contents {
    position: relative;
    width: 400px;
    -webkit-box-shadow: 0 0 15px rgba(93, 70, 85, 0.2);
    box-shadow: 0 0 15px rgba(93, 70, 85, 0.2);
    z-index: 10;
  }

  /* --------------------------------------------------
  -------------------------------------------------- KV */
  #kv {
    background: url("../images/kv.jpg") no-repeat center bottom /cover;
    height: 615px;
    margin-top: 0;
  }

  #kv .catch {
    width: 400px;
  }

  #kv .catch img:first-child {
    width: 125px;
    bottom: 55px;
  }

  #kv .catch::before {
    width: 400px;
  }

  #kv h1 {
    width: 397px;
    top: 340px;
    padding-bottom: 40px;
  }


  /* --------------------------------------------------
-------------------------------------------------- シリーズ最新刊 */

#new-release h3{
	margin: 0 auto 30px;	
}

#new-release .infobtn {
  margin-bottom: 40px;
}

 #new-release .att {
    font-size: 13px;
    width: 100%;
   margin: 0  auto 7px;
  }
	
  #new-release .author01 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  #new-release .author02 {
    font-size: 15px;
  }

  #new-release .date {
    font-size: 25px;
    letter-spacing: 0.01em;
    margin-top: 19px;
  }

  #new-release .price {
    font-size: 18px;
    margin-top: 10px;
  }

  #new-release .bookpic {
    width: 345px;
    padding: 30px 0 5px;
  }

  #new-release .bookpic img {
    width: 256px;
  }
  #new-release .bookpic img.day {
    width: 256px;
  }
  #new-release .bookpic::before {
    width: 150px;
  }

  #new-release .bookpic .catch {
    font-size: 17px;
    margin-top: 27px;
    margin-bottom:30px;  
    line-height: 1.769;
  }
  #new-release .bookpic .catch span {
    font-size: 25px;
    line-height: 1.2;
  }	

  /* --------------------------------------------------
-------------------------------------------------- 雑誌 */

#magazine .inner {
  width: 380px;
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
  border-radius: 142px 142px 0 0;
}
#magazine .inner::before {
  top: -57px;
}
#magazine .inner h3 {
  width: 330px;
}
#magazine .inner .tag,
#magazine .inner .day,
#magazine .inner .bookpic,
#magazine .inner .bookpic p {
  width: 330px;
}

  /* --------------------------------------------------
-------------------------------------------------- シリーズ */
  #series::after {
    width: 400px;
  }

  #series .author01 {
    font-size: 22px;
    margin-top: -175px;
  }

  #series .author02 {
    font-size: 15px;
    margin-top: -145px;
  }

  #series .bookarea1 {
    margin: 60px 0 40px;
  }

  #series .bookarea1>img {
    width: 253px;
    margin: 40px auto 0;
  }

  #series .bookarea1>div {
    margin-top: 26px;
  }

  #series h3 {
    font-size: calc(20em / 15);
    margin-bottom: 10px;
  }

  #series h3 span.sub {
    font-size: calc(15em / 18);
    padding: 5px;
  }

  #series .bookarea1 .summary {
    font-size: 15px;
  }

  #series .infobtn {
    margin-top: 25px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.1;
  }

  #series .infobtn a {
    padding: 10px 0;
  }

  #series .bookarea2 {
    padding-bottom: 5px;
  }

  #series .bookarea2>li {
    padding-bottom: 20px;
  }

  #series .bookarea2>li>div {
    margin-bottom: 16px;
  }

  #series .bookarea2>li>div h3 {
    font-size: 19px;
    margin: 27px auto 0;
    padding-bottom: 20px;
  }

  #series .bookarea2>li>.summary {
    font-size: 14px;
    width: 93%;
  }
  #series .bookarea2.deco::after {
    width: 150px;
    height: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .nav-pc::before,
  .nav-pc::after {
    display: none;
  }
  .nav-pc.nav-left {
    padding: 12.5vw 10px 0;
  }

  .nav-pc.nav-left ul {
    margin: 3.125vw auto;
  }

  .nav-pc.nav-right {
    padding: 15.625vw 10px 0;
  }

  .nav-pc.nav-right li a {
    font-size: 18px;
  }
}