<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(ress.css);
body {
  font-family: sans-serif;
/*  background: #c00e95;*/
  background: linear-gradient(#FFF 5%, #c00e95 86%)
}

img {
  max-width: 100%;
}

a {
  color: #c00e95;
}

/*---------------------------------

  header

---------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background: linear-gradient(#FFF 5%, #c00e95 98%);
  display: flex;
  justify-content: space-between;
  z-index: 30;
}
.header .company {
  width: 114px;
  margin: 11px 0 0 12%;
  opacity: 1;
  transition: 0.3s;
}

@media screen and (min-width: 960px) and (max-width: 1410px) {
  .header.adjust .company {
    opacity: 0;
  }
}
@media screen and (min-width: 960px) {
  .header {
    background: rgba(255, 255, 255, 0);
    padding-top: 10px;
  }
  .header .company {
    width: 160px;
    margin: 8px 0 0 15%;
  }
}
.mobile_menu__btn {
  cursor: pointer;
  padding: 10px 16px 0 0;
  font-size: 12px;
  text-align: left;
  color: #c00e95;
}
.mobile_menu__btn::after {
  content: "MENU";
}
.mobile_menu__btn &gt; span {
  background-color: #c00e95;
  width: 40px;
  height: 3px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.7s;
}
.mobile_menu__btn &gt; span:nth-child(2) {
  width: 32px;
}
.mobile_menu__btn &gt; span:last-child {
  margin-bottom: 3px;
}

button:focus,
button:hover {
  outline: none;
}

/*---------------------------------

  .mobile_menu

---------------------------------*/
.mobile_menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #c00e95 5%, #bf9ab6 98%);
  z-index: 20;
  overflow: scroll;
  padding-bottom: 1rem;
}
.mobile_menu__main {
  width: 80%;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}
.mobile_menu__main ul {
  list-style: none;
  overflow: hidden;
  font-size: 16px;
}
.mobile_menu__main ul li {
  height: 60px;
  border-bottom: 1px solid #bf9ab6;
}
.mobile_menu__main ul li:first-child {
  border-top: 1px solid #bf9ab6;
}
.mobile_menu__main ul li:first-child, .mobile_menu__main ul li:nth-child(2), .mobile_menu__main ul li:nth-child(3), .mobile_menu__main ul li:nth-child(4) {
  font-size: 18px;
  line-height: 60px;
}
.mobile_menu__main ul li:nth-child(n+5) {
  padding-top: 7px;
}
.mobile_menu__main ul li span {
  display: block;
  font-size: 13px;
}
.mobile_menu__main ul a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/*---------------------------------

  #global_container.open

---------------------------------*/
#global_container.open .header {
  background-color: rgba(255, 255, 255, 0);
}
#global_container.open .header .company {
  display: none;
}
#global_container.open .mobile_menu {
  visibility: visible;
  opacity: 1;
}
#global_container.open .mobile_menu__btn {
  position: relative;
  padding: 8px;
  background-color: #c00e95;
}
#global_container.open .mobile_menu__btn &gt; span {
  background-color: white;
}
#global_container.open .mobile_menu__btn &gt; span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
#global_container.open .mobile_menu__btn &gt; span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
#global_container.open .mobile_menu__btn &gt; span:last-child {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}
#global_container.open .mobile_menu__btn::after {
  content: "";
}

/*---------------------------------

  main_visual

---------------------------------*/
.main-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.main-wrapper .main_visual {
  background: url(../img/main.png) no-repeat 0 52px;
  width: 100%;
  height: 0;
  padding: 40% 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
}
.main-wrapper .main_visual_under {
  width: 100%;
  height: 0;
  padding: 5% 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 520px) {
  .main-wrapper .main_visual {
    padding: 40% 0 40%;
  }
}
@media screen and (min-width: 960px) {
  .main-wrapper .main_visual {
    padding: 40% 0 30%;
    background-position: 0 0;
  }
}
.main-wrapper .main_visual .title-wrapper {
  text-align: center;
  top:13%;
  position: absolute;
}
.main-wrapper .main_visual_under .title-wrapper {
  text-align: center;
}
.main-wrapper .main_visual .title-wrapper h1 {
  width: 272px;
  height: auto;
}
@media screen and (min-width: 520px) {
  .main-wrapper .main_visual .title-wrapper h1 {
    width: auto;
  }
}
.sns{display:inline-flex;list-style:none;margin:10px 0;}
@media screen and (min-width: 960px){
  .sns{margin:20px 0 16px}
}
  .sns a{transition:.3s}
  .sns a:hover{opacity:.8}
  .sns li{width:36px;height:36px;position:relative;background-color:#fff;border-radius:50%;cursor:pointer}
  .sns li:nth-child(2){margin:0 16px}
  .sns li span{display:none}
  .sns li a::before{content:"";display:block;width:36px;height:36px;border-radius:50%;background-color:#c00e95;position:absolute;top:-1px;left:-1px}
  .sns li a.twitter::before{-webkit-mask:url(../img/sns-x.svg) 0 0 no-repeat;mask:url(../img/sns-x.svg) 0 0 no-repeat}
  .sns li a.facebook::before{-webkit-mask:url(../img/sns-facebook.svg) 0 0 no-repeat;mask:url(../img/sns-facebook.svg) 0 0 no-repeat}
  .sns li a.line::before{-webkit-mask:url(../img/sns-line.svg) 0 0 no-repeat;mask:url(../img/sns-line.svg) 0 0 no-repeat}
.main-wrapper .main_visual_under .update {
  background: #fff;
  color: #c00e95;
  text-align: center;
  width: 152px;
  margin: 0 auto;
  font-size: 14px;
}
/*---------------------------------

  刊行のことば　シリーズラインナップ

---------------------------------*/
.box_wrapper {
  max-width: 1000px;
  margin: 0 2.5% 18px;
  border: 2px solid #c00e95;
  background-color: #FFF;
  box-shadow: 0 0 8px #FFF;
  padding: 20px 2.5% 20px 3%;
}
@media screen and (min-width: 960px) {
  .box_wrapper {
    margin: 0 auto 30px;
    padding: 32px 3%;
  }
}
.box_wrapper .box_title {
  text-align: center;
  cursor: pointer;
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 20px;
}
.box_wrapper .box_title::after {
  display: inline-block;
  padding-left: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
}
.box_wrapper .box_title.close::after {
  content: "\f146";
}
@media screen and (min-width: 960px) {
  .box_wrapper .box_title {
    font-size: 26px;
  }
}
.box_wrapper .box {
  display: none;
  max-width: 700px;
  margin: 30px auto 0;
  line-height: 2;
  font-size: 15px;
}
.box_wrapper .box p + P {
  margin-top: 1.5em;
}
.box_wrapper .box .generalEditor {
  text-align: right;
  margin: 30px 0 20px;
}
.box_wrapper .box .authors {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .box_wrapper .box {
    line-height: 2.4;
  }
}
.box_wrapper.lineup .seriesList {
  list-style: none;
  margin-bottom: 20px;
}
.box_wrapper.lineup .seriesList li {
  text-indent: -0.5em;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding: 13px 0 10px 20px;
}
.box_wrapper.lineup .seriesList li.new:after {
  content: "NEW";
  color: #ffffff;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 5px;
  padding: 5px;
  background-color: #c00e95;
  font-style: italic;
}
.box_wrapper.lineup .seriesList li.coming:after {
  content: "近刊";
  color: #ffffff;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 5px;
  padding: 5px;
  background-color: #c00e95;
  font-style: italic;
}
.box_wrapper.lineup .seriesList li::before {
  content: "■";
  display: inline-block;
}
.box_wrapper.lineup .seriesList li:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 960px) {
  .box_wrapper.lineup .seriesList li {
    text-indent: -1em;
    padding: 18px 0 14px 30px;
  }
  .box_wrapper.lineup .seriesList li::before {
    padding-right: 6px;
  }
}
.box_wrapper.relation .relationList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.box_wrapper.relation .relationList li {
  width: 40%;
  margin-bottom: 15px;
  list-style: none;
}
.box_wrapper.relation .relationList li a {
  /*color: #fff;*/
  text-decoration: none;
}
.box_wrapper.relation .relationList .bookTtl {
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 520px) {
  .box_wrapper.relation .relationList {
    justify-content: space-between;
  }
  .box_wrapper.relation .relationList li {
    width: 22%;
  }
}
@media screen and (min-width: 960px) {
  .box_wrapper.relation {
    margin-bottom: 120px;
  }
}
/*---------------------------------

  Book 各書籍

---------------------------------*/
section.book {
  background-color: #eeefef;
}
section.book:nth-child(even) {
  background-color: #ede3ec;
}

.book_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2% 20px;
}

/*---------------------------------
  Book Header
---------------------------------*/
.series_title {
  border-left: 4px solid #2c2f32;
  height: 60px;
  line-height: 1;
  display: flex;
  flex-flow: column;
  justify-content: end;
  padding-left: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
}
.series_title__number {
  display: block;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
}
.series_title__number.new, .series_title__number.coming {
  position: relative;
}
.series_title__number.new:after {
  content: "NEW";
  color: #ffffff;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 10px;
  padding: 2px 5px;
  background-color: #c00e95;
  font-style: italic;
}
.series_title__number.coming:after {
  content: "近刊";
  color: #ffffff;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 10px;
  padding: 2px 5px;
  background-color: #c00e95;
  font-style: italic;
}
.series_title__number span {
  font-size: 18px;
  padding-left: 5px;
}

.booklist {
  background-color: white;
  padding: 12px 10px 7px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.booklist::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
  color: #c00e95;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  font-size: 21px;
}
.booklist.close::after {
  content: "\f146";
}
.is-acc-open .booklist.close::after {
  content: "\f0fe";
}
.is-acc-open .booklist::after {
  content: "\f146";
}
.is-acc-open .booklist .book_left__data {
  display: none !important;
}
.is-acc-open .booklist.close .book_left__data {
  display: block !important;
}
.booklist .book_left__data {
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.booklist .book_title {
  font-size: 21px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}
.booklist .book_title span {
  font-size: 0.7em;
}

.booklist_before {
  background-color: white;
  padding: 12px 10px 7px;
  margin-bottom: 10px;
  cursor: default;
  position: relative;
}
.booklist_before .book_left__data {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.booklist_before .book_title {
  font-size: 21px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
}
.booklist_before .book_title span {
  font-size: 0.7em;
}

.bookdetail {
  display: none;
}

.bookdetail.s7 {
  display: none;
}

.catchcopy {
  font-size: 15px;
  margin-bottom: 24px;
  padding: 0 6px;
}

.blue {
  color: #c00e95;
}

/*---------------------------------
  Book Left
---------------------------------*/
.book_left {
  text-align: center;
}
.book_left__cover {
  background-color: white;
  border-radius: 30px;
  width: 288px;
  height: 380px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.book_left__cover img {
  max-width: 180px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s;
}
.book_left__cover:hover img {
  transform: scale(1.05, 1.05);
}
.cover_image p {
    position: absolute;
    right: 0;
    bottom: 0px;
    margin: 0;
    border-radius: 0 0 30px 30px;
    color: white;
    background: #c00e95;
    font-size: 15px;
    line-height: 1;
    padding: 10px;
    width: 100%;
}
.book_left__data {
  display: inline-block;
  text-align: left;
  list-style: none;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 16px;
}

/*---------------------------------
  Book Left parts ribbon
---------------------------------*/
.ribbon_content {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 130px;
  height: 130px;
  overflow: hidden;
  z-index: 2;
}

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 10px 0;
  left: -60px;
  top: 36px;
  width: 223px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 16px;
  background: #c00e95;
  background: linear-gradient(45deg, #c00e95 5%, #bf9ab6 98%);
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  border-top: 5px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
}

.ribbon:before {
  right: 14px;
}

.ribbon:after {
  left: 18px;
}

/*---------------------------------
  Book Left parts cart btn
---------------------------------*/
.btn a {
  height: 50px;
  width: 80%;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  background: white;
  border: 3px solid #c00e95;
  color: #2c2f32;
  font-size: 15px;
  font-weight: bold;
  line-height: 48px;
  transition: 0.3s;
}
.btn a:hover {
  color: #c00e95;
}
@media screen and (min-width: 960px) {
  .btn a {
    width: 220px;
  }
}

.btn.cart a span {
  background: url(../img/cart.png) no-repeat center left;
  background-size: 23px;
  display: inline-block;
  padding-left: 30px;
}

.btn.tachiyomi a span {
  background: url(../img/book.png) no-repeat center left;
  background-size: 23px;
  display: inline-block;
  padding-left: 30px;
}

.btn:nth-child(even) {
  margin-bottom: 40px;
}

/*---------------------------------
  Book Right
---------------------------------*/
.book_right {
  padding: 0 8px;
  width: 100%;
}
.book_right dt {
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.book_right dt:after {
  border-top: 1px solid #c00e95;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}
.book_right dd {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}
.book_right dd .lineframe {
  margin: 20px 0 10px;
  font-weight: bold;
}
.book_right dd ul li {
  list-style: none;
}
.book_right dd ul li::before {
  content: "●";
  font-size: 10px;
  margin: 0 8px 0 0;
}
.book_right dd ol {
  list-style: none;
}

/*---------------------------------
  Book Right parts more read
---------------------------------*/
.more {
  display: none;
}

.btn_more {
  position: relative;
  display: block;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  width: 80px;
  height: 60px;
  margin: 16px auto 0;
  cursor: pointer;
}

.btn_more::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.7s;
}

/*---------------------------------
  Book mobile first
---------------------------------*/
@media screen and (min-width: 520px) {
  .catchcopy {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .book_wrapper {
    padding: 0 0 50px;
  }
  .series_title {
    height: 96px;
    font-size: 15px;
  }
  .series_title__number {
    margin-top: 10px;
  }
  .series_title__number span {
    font-size: 20px;
  }
  .booklist {
    padding: 15px 10px 10px;
    margin-bottom: 16px;
  }
  .booklist::after {
    margin-top: -1rem;
    font-size: 32px;
  }
  .booklist .book_title {
    font-size: 32px;
  }
  .catchcopy {
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0;
  }
  .book_contents {
    display: flex;
  }
  .book_right {
    padding: 0;
    margin-left: 50px;
    width: calc(100% - 338px);
  }
  .book_right dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .book_right dd {
    margin-bottom: 40px;
  }
}
/*---------------------------------

  footer

---------------------------------*/
footer {
  text-align: center;
  padding: 40px 0 20px;
  background: linear-gradient(90deg, #FFF 5%, #be9ab6 86%);
/*  color: #000;*/
}
footer .footer_copyright {
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 100px 0 40px;
  }
  footer .footer_copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  footer .company {
    width: 140px;
  }
}

/*---------------------------------
  patgeTop
---------------------------------*/
#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
}
#page-top a {
  width: 40px;
  height: 40px;
  background: #c00e95;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}
#page-top a::before {
  position: absolute;
  top: 0;
  left: 12px;
  margin-top: 7px;
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}
@media screen and (min-width: 960px) {
  #page-top a {
    width: 54px;
    height: 54px;
  }
  #page-top a::before {
    margin-top: 12px;
    left: 16px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
  }
}

.forPC {
  display: none;
}
@media screen and (min-width: 960px) {
  .forPC {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>