@charset "UTF-8";
/*=========================================================================*/
/* 基本設定 */
/*=========================================================================*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*=========================================================================*/
/* extendを設定する */
/*=========================================================================*/
#contents .back-number .back-number__list ul {
  zoom: 1; }
  #contents .back-number .back-number__list ul:after {
    display: block;
    content: "";
    clear: both; }

/*=========================================================================*/
/* mixinを設定する */
/*=========================================================================*/
/*=========================================================================*/
/* CSSテンプレート */
/*=========================================================================*/
* {
  transition: 0.3s;
  color: #433d3c; }

body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 15px; }

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

@media only screen and (min-width: 768px) {
  .contents-box {
    width: 960px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .contents-box {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

a {
  color: #274a78;
  text-decoration: none; }

/*=========================================================================*/
/* CSSレイアウトテンプレート */
/*=========================================================================*/
@media only screen and (min-width: 768px) {
  .image-text-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) {
  .image-text-box .image-text-box__img {
    width: 42%; } }

.image-text-box .image-text-box__img img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .image-text-box .image-text-box__text {
    width: 54%; } }

/*=========================================================================*/
/* CSS Writing Start */
/*=========================================================================*/
.display_none {
  display: none; }

#container {
  background-color: #f8f4e6; }
  @media only screen and (max-width: 767px) {
    #container {
      padding-top: 60px; } }

#header {
  background-color: #fff; }
  #header .header-contents-pc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -webkit-align-items: flex-end;
    /* Safari */
    align-items: flex-end;
    width: 1010px; }
    #header .header-contents-pc .header-contents__logo {
      width: 310px;
      padding: 12px 0; }
      #header .header-contents-pc .header-contents__logo img {
        width: 100%;
        height: auto; }
    #header .header-contents-pc .header-contents__menu {
      width: 460px; }
      #header .header-contents-pc .header-contents__menu ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        #header .header-contents-pc .header-contents__menu ul li {
          border-top: 5px solid #fff;
          list-style: none; }
          #header .header-contents-pc .header-contents__menu ul li a {
            display: block;
            padding: 15px 21px;
            color: #433d3c;
            font-size: 23px; }
            #header .header-contents-pc .header-contents__menu ul li a:hover {
              color: #274a78; }
          #header .header-contents-pc .header-contents__menu ul li.select {
            border-top: 5px solid #97c6c4;
            background-color: #f8f4e6; }
            #header .header-contents-pc .header-contents__menu ul li.select a {
              color: #274a78; }
  #header .header-contents-sp {
    margin: 0 auto;
    background-color: #fff;
    z-index: 900; }
    #header .header-contents-sp .header-contents_menubar {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between;
      -webkit-align-items: center;
      /* Safari */
      align-items: center;
      position: fixed;
      top: 0;
      width: 100%;
      height: 50px;
      padding: 0 3%;
      margin: 0 auto;
      background-color: #fff;
      z-index: 900;
      box-sizing: border-box; }
      #header .header-contents-sp .header-contents_menubar a {
        display: block;
        height: 100%; }
        #header .header-contents-sp .header-contents_menubar a img {
          display: block;
          width: auto;
          height: 85%;
          padding: 3px 0; }
      #header .header-contents-sp .header-contents_menubar .humberger {
        position: relative;
        width: 30px;
        height: 24px; }
        #header .header-contents-sp .header-contents_menubar .humberger span {
          position: absolute;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: #433d3c;
          border-radius: 4px; }
          #header .header-contents-sp .header-contents_menubar .humberger span:nth-of-type(1) {
            top: 0; }
          #header .header-contents-sp .header-contents_menubar .humberger span:nth-of-type(2) {
            top: 10px; }
          #header .header-contents-sp .header-contents_menubar .humberger span:nth-of-type(3) {
            bottom: 0; }
        #header .header-contents-sp .header-contents_menubar .humberger.active span:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg); }
        #header .header-contents-sp .header-contents_menubar .humberger.active span:nth-of-type(2) {
          opacity: 0; }
        #header .header-contents-sp .header-contents_menubar .humberger.active span:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg); }
    #header .header-contents-sp .header-contents__menu {
      position: fixed;
      top: 50px;
      right: -100%;
      width: 100%;
      background-color: #fff;
      z-index: 800; }
      #header .header-contents-sp .header-contents__menu.active {
        right: 0%; }
      #header .header-contents-sp .header-contents__menu ul {
        width: 190px;
        padding: 50px 0;
        margin: 0 auto; }
      #header .header-contents-sp .header-contents__menu li {
        list-style: none; }
        #header .header-contents-sp .header-contents__menu li:not(:last-child) {
          margin-bottom: 37px; }
        #header .header-contents-sp .header-contents__menu li a {
          display: block;
          padding-left: 0.5em;
          color: #433d3c;
          font-size: 25px;
          background-image: url("images/header_img_01.png");
          background-repeat: no-repeat;
          background-size: 9px 16px;
          background-position: left center; }

.breadcrumb {
  font-size: 14px;
  text-align: right; }
  @media only screen and (min-width: 768px) {
    .breadcrumb {
      width: 1010px;
      margin: 15px auto 0; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      padding-right: 3%; } }
  .breadcrumb a {
    color: #433d3c; }
    .breadcrumb a:hover {
      color: #274a78; }
  @media only screen and (min-width: 768px) {
    .breadcrumb.underlayer {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb.underlayer {
      margin-bottom: 25px; } }

#contents {
  /*=========================================================================*/
  /* TOPページ CSS */
  /*=========================================================================*/
  /*=========================================================================*/
  /* 詳細ページ CSS */
  /*=========================================================================*/ }
  @media only screen and (min-width: 768px) {
    #contents {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 767px) {
    #contents {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    #contents .contents-layout {
      width: 760px;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    #contents.top-page {
      width: 1010px; } }
  @media only screen and (min-width: 768px) {
    #contents .new-release {
      margin-top: 50px;
      margin-bottom: 55px;
      background-color: rgba(255, 255, 255, 0.5); } }
  @media only screen and (max-width: 767px) {
    #contents .new-release {
      margin-top: 15px;
      margin-bottom: 60px; } }
  @media only screen and (min-width: 768px) {
    #contents .new-release .top-heading-layout {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between;
      margin-bottom: 45px; } }
  #contents .new-release .top-heading-layout .twitter {
    background-color: #f8f4e6; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .twitter {
        -webkit-order: 2;
        /* Safari */
        order: 2;
        width: 285px;
        padding-bottom: 5px; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .twitter {
        padding-bottom: 30px; } }
    #contents .new-release .top-heading-layout .twitter .twitter__layout {
      background-color: rgba(39, 74, 120, 0.15);
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        #contents .new-release .top-heading-layout .twitter .twitter__layout {
          width: 270px;
          margin-left: auto;
          padding: 5px;
          margin-bottom: 5px; } }
      @media only screen and (max-width: 767px) {
        #contents .new-release .top-heading-layout .twitter .twitter__layout {
          width: 90%;
          padding: 10px;
          margin: 0 auto 10px; } }
      @media only screen and (min-width: 768px) {
        #contents .new-release .top-heading-layout .twitter .twitter__layout h2 {
          margin-bottom: 5px; } }
      @media only screen and (max-width: 767px) {
        #contents .new-release .top-heading-layout .twitter .twitter__layout h2 {
          margin-bottom: 10px; } }
      #contents .new-release .top-heading-layout .twitter .twitter__layout h2 a {
        display: block;
        padding: 7px 0;
        color: #274a78;
        font-size: 20px;
        text-align: center;
        background-color: #f8f4e6;
        border: 1px solid #274a78;
        border-radius: 10px; }
        #contents .new-release .top-heading-layout .twitter .twitter__layout h2 a:hover {
          background-color: #fff; }
      #contents .new-release .top-heading-layout .twitter .twitter__layout .twitter__timeline {
        background-color: #fff; }
        @media only screen and (max-width: 767px) {
          #contents .new-release .top-heading-layout .twitter .twitter__layout .twitter__timeline iframe#twitter-widget-0 {
            width: 100% !important; } }
    #contents .new-release .top-heading-layout .twitter .share-button {
      height: 25px;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        #contents .new-release .top-heading-layout .twitter .share-button {
          padding-right: 5%; } }
      @media only screen and (max-width: 767px) {
        #contents .new-release .top-heading-layout .twitter .share-button a img {
          width: 115px;
          height: auto; } }
  #contents .new-release .top-heading-layout .new-release__book-info {
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .new-release__book-info {
        -webkit-order: 1;
        /* Safari */
        order: 1;
        width: 722px;
        padding: 25px 25px 0; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .new-release__book-info {
        width: 94%;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 20px 3% 30px; } }
    #contents .new-release .top-heading-layout .new-release__book-info .storong-text {
      padding: 8px 0;
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      background-color: #274a78; }
      @media only screen and (min-width: 768px) {
        #contents .new-release .top-heading-layout .new-release__book-info .storong-text {
          width: 240px;
          margin-bottom: 5px; } }
      @media only screen and (max-width: 767px) {
        #contents .new-release .top-heading-layout .new-release__book-info .storong-text {
          margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    #contents .new-release .top-heading-layout .image-text-box__img {
      width: 85%;
      margin: 0 auto 25px; } }
  #contents .new-release .top-heading-layout .image-text-box__text .artistside-title {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .image-text-box__text .artistside-title {
        text-align: right; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .artistside-title {
        text-align: center; } }
    #contents .new-release .top-heading-layout .image-text-box__text .artistside-title img {
      height: auto; }
      @media only screen and (min-width: 768px) {
        #contents .new-release .top-heading-layout .image-text-box__text .artistside-title img {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #contents .new-release .top-heading-layout .image-text-box__text .artistside-title img {
          width: 75%; } }
    #contents .new-release .top-heading-layout .image-text-box__text .artistside-title span {
      display: block;
      margin-top: -10px;
      color: #274a78; }
      @media only screen and (min-width: 768px) {
        #contents .new-release .top-heading-layout .image-text-box__text .artistside-title span {
          font-size: 40px; } }
      @media only screen and (max-width: 767px) {
        #contents .new-release .top-heading-layout .image-text-box__text .artistside-title span {
          font-size: 35px; } }
  @media only screen and (max-width: 767px) {
    #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info {
      text-align: center; } }
  #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .heading {
    margin-bottom: 10px;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .heading {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .heading {
        font-size: 20px; } }
  #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .heading-info {
    margin-bottom: 20px;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .heading-info {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .heading-info {
        font-size: 16px; } }
  #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .name {
    margin-bottom: 10px;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .name {
        font-size: 35px; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .name {
        font-size: 25px; } }
  @media only screen and (min-width: 768px) {
    #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .text {
      font-size: 23px; } }
  @media only screen and (max-width: 767px) {
    #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .text {
      margin-bottom: 25px;
      font-size: 16px; } }
  #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .purchase-button {
    margin-top: 30px;
    text-align: center; }
    #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .purchase-button a {
      display: block; }
      #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .purchase-button a:hover {
        opacity: 0.6; }
      #contents .new-release .top-heading-layout .image-text-box__text .new-artistside-info .purchase-button a img {
        width: 230px;
        height: auto; }
  #contents .new-release .top-heading-layout .image-text-box__text .seiyuuMEN-title {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .seiyuuMEN-title {
        text-align: center; } }
    #contents .new-release .top-heading-layout .image-text-box__text .seiyuuMEN-title img {
      height: auto;
      margin-right: 4%; }
      @media only screen and (min-width: 768px) {
        #contents .new-release .top-heading-layout .image-text-box__text .seiyuuMEN-title img {
          width: 64%; } }
      @media only screen and (max-width: 767px) {
        #contents .new-release .top-heading-layout .image-text-box__text .seiyuuMEN-title img {
          width: 62%; } }
    #contents .new-release .top-heading-layout .image-text-box__text .seiyuuMEN-title span {
      color: #274a78;
      font-size: 35px; }
  @media only screen and (max-width: 767px) {
    #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info {
      text-align: center; } }
  #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .cover {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .cover {
        font-size: 35px; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .cover {
        font-size: 25px; } }
  #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .gift {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .gift {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .gift {
        font-size: 20px; } }
  #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .gift-info {
    font-size: 20px;
    margin-bottom: 10px; }
  #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .name {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .name {
        font-size: 27px; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .name {
        font-size: 25px; } }
  #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .purchase-button {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .purchase-button {
        margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .purchase-button {
        margin-top: 35px; } }
    #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .purchase-button a {
      display: block; }
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .purchase-button a:hover {
        opacity: 0.6; }
      #contents .new-release .top-heading-layout .image-text-box__text .new-seiyuuMEN-info .purchase-button a img {
        width: 230px;
        height: auto; }
  @media only screen and (min-width: 768px) {
    #contents .new-release .top-page__contents-info {
      padding: 0 25px 30px; } }
  @media only screen and (max-width: 767px) {
    #contents .new-release .top-page__contents-info {
      width: 88% !important;
      padding: 0 3% 40px;
      background-color: rgba(255, 255, 255, 0.5); } }
  #contents .new-release .top-page__contents-info .contents-info__text {
    margin-bottom: 0px !important;
    border-bottom: none !important; }
    #contents .new-release .top-page__contents-info .contents-info__text p:last-child {
      margin-bottom: 0 !important; }
  #contents .new-release .top-page__contents-info p.caution {
    margin-top: 30px;
    font-size: 13px; }
  @media only screen and (min-width: 768px) {
    #contents .back-number {
      padding: 0 25px; } }
  @media only screen and (max-width: 767px) {
    #contents .back-number {
      width: 90%;
      margin: 0 auto; } }
  #contents .back-number h3 {
    margin-bottom: 30px;
    font-size: 25px;
    letter-spacing: 2px;
    border-bottom: 3px solid #433d3c; }
  @media only screen and (min-width: 768px) {
    #contents .back-number .back-number__list ul {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    #contents .back-number .back-number__list ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      padding: 0 2%; } }
  #contents .back-number .back-number__list ul li {
    list-style: none; }
    @media only screen and (min-width: 768px) {
      #contents .back-number .back-number__list ul li {
        float: left;
        height: 267px;
        width: 150px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      #contents .back-number .back-number__list ul li {
        width: 45%;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) {
      #contents .back-number .back-number__list ul li:not(:nth-child(5n)) {
        margin-right: 40px; } }
    @media only screen and (max-width: 767px) {
      #contents .back-number .back-number__list ul li:not(:nth-child(2n)) {
        margin-right: 10%; } }
    #contents .back-number .back-number__list ul li * {
      transition: none; }
    #contents .back-number .back-number__list ul li a {
      display: block;
      color: #433d3c;
      overflow: hidden; }
      #contents .back-number .back-number__list ul li a.img {
        position: relative;
        margin-bottom: 10px; }
        #contents .back-number .back-number__list ul li a.img .book_image {
          display: block;
          width: 100%;
          height: auto; }
        #contents .back-number .back-number__list ul li a.img .soldout_image {
          display: none;
          width: 100%;
          height: auto;
          margin: 0; }
      #contents .back-number .back-number__list ul li a.text {
        padding: 2px 0;
        margin-bottom: 15px;
        text-align: center;
        border: 1px solid #274a78; }
    #contents .back-number .back-number__list ul li p {
      display: none;
      margin-top: 2px;
      color: #782727;
      font-size: 13px;
      text-align: center; }
    #contents .back-number .back-number__list ul li.soldout a.img .soldout_image {
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
    #contents .back-number .back-number__list ul li.soldout p {
      display: block;
      margin-top: -13px; }
    #contents .back-number .back-number__list ul li.hover .img .book_image {
      opacity: 0.6; }
    #contents .back-number .back-number__list ul li.hover .text {
      color: #fff;
      background-color: #274a78; }
  #contents .soldout-text {
    margin: 0 auto 5px;
    background-color: #782727; }
    @media only screen and (min-width: 768px) {
      #contents .soldout-text {
        width: 480px; } }
    @media only screen and (max-width: 767px) {
      #contents .soldout-text {
        width: 94%; } }
    #contents .soldout-text p {
      color: #fff;
      font-weight: bold;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        #contents .soldout-text p {
          font-size: 45px; } }
      @media only screen and (max-width: 767px) {
        #contents .soldout-text p {
          font-size: 33px; } }
  #contents .book-image {
    position: relative; }
    @media only screen and (min-width: 768px) {
      #contents .book-image {
        width: 690px;
        margin: 0 auto 35px; } }
    @media only screen and (max-width: 767px) {
      #contents .book-image {
        margin: 0 auto 25px; } }
    #contents .book-image .book-image__arrow {
      position: absolute;
      top: 50%;
      margin-top: -27px;
      width: 50px;
      height: 50px; }
      #contents .book-image .book-image__arrow a {
        display: block;
        width: 50px;
        height: 50px; }
    #contents .book-image .book-image__left {
      left: 0;
      background-image: url(images/arrow_img_left.png);
      background-repeat: no-repeat;
      background-size: 100% auto; }
      #contents .book-image .book-image__left:hover {
        background-image: url(images/arrow_img_left_hover.png); }
    #contents .book-image .book-image__right {
      right: 0;
      background-image: url(images/arrow_img_right.png);
      background-repeat: no-repeat;
      background-size: 100% auto; }
      #contents .book-image .book-image__right:hover {
        background-image: url(images/arrow_img_right_hover.png); }
    #contents .book-image .book-image__image {
      padding: 25px 0px 15px;
      margin: 0 auto;
      border: 1px solid #433d3c;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        #contents .book-image .book-image__image {
          width: 480px; } }
      @media only screen and (max-width: 767px) {
        #contents .book-image .book-image__image {
          width: 94%; } }
      #contents .book-image .book-image__image h2 {
        margin: 0 auto; }
        @media only screen and (min-width: 768px) {
          #contents .book-image .book-image__image h2 {
            width: 350px; } }
        @media only screen and (max-width: 767px) {
          #contents .book-image .book-image__image h2 {
            width: 78%; } }
        #contents .book-image .book-image__image h2 img {
          width: 100%;
          height: auto; }
      #contents .book-image .book-image__image .book-image__image__title p {
        text-align: center; }
  #contents .SeiyuuMen-text {
    text-align: center;
    margin: 0 auto; }
    #contents .SeiyuuMen-text p {
      line-height: 1em; }
      @media only screen and (max-width: 767px) {
        #contents .SeiyuuMen-text p {
          text-align: center; } }
    @media only screen and (min-width: 768px) {
      #contents .SeiyuuMen-text .SeiyuuMen-text__cover {
        margin-bottom: 30px;
        font-size: 35px; } }
    @media only screen and (max-width: 767px) {
      #contents .SeiyuuMen-text .SeiyuuMen-text__cover {
        margin-bottom: 15px;
        font-size: 25px; } }
    @media only screen and (min-width: 768px) {
      #contents .SeiyuuMen-text .SeiyuuMen-text__gift {
        margin-bottom: 20px;
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      #contents .SeiyuuMen-text .SeiyuuMen-text__gift {
        font-size: 20px;
        line-height: 1.7em; } }
    @media only screen and (min-width: 768px) {
      #contents .SeiyuuMen-text .SeiyuuMen-text__gift span {
        font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      #contents .SeiyuuMen-text .SeiyuuMen-text__gift span {
        font-size: 20px; } }
    #contents .SeiyuuMen-text .SeiyuuMen-text__name {
      font-size: 25px; }
      @media only screen and (max-width: 767px) {
        #contents .SeiyuuMen-text .SeiyuuMen-text__name {
          padding: 0 3%;
          line-height: 1.5em; } }
  #contents .ArtistSide-text {
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #contents .ArtistSide-text {
        width: 94%; } }
    #contents .ArtistSide-text p {
      line-height: 1em; }
    #contents .ArtistSide-text .ArtistSide-text__heading {
      margin-bottom: 15px; }
      #contents .ArtistSide-text .ArtistSide-text__heading p {
        font-size: 25px;
        line-height: 1.4em; }
        @media only screen and (max-width: 767px) {
          #contents .ArtistSide-text .ArtistSide-text__heading p.small {
            font-size: 16px; } }
    #contents .ArtistSide-text .ArtistSide-text__name {
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        #contents .ArtistSide-text .ArtistSide-text__name {
          font-size: 35px; } }
      @media only screen and (max-width: 767px) {
        #contents .ArtistSide-text .ArtistSide-text__name {
          font-size: 25px; } }
    @media only screen and (min-width: 768px) {
      #contents .ArtistSide-text .ArtistSide-text__info {
        font-size: 23px; } }
    @media only screen and (max-width: 767px) {
      #contents .ArtistSide-text .ArtistSide-text__info {
        font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    #contents #SeiyuuMEN {
      margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    #contents #SeiyuuMEN {
      margin-bottom: 40px; } }
  #contents #SeiyuuMEN .book-image__image__title {
    margin-top: 15px; }
    @media only screen and (min-width: 768px) {
      #contents #SeiyuuMEN .book-image__image__title p span {
        font-size: 45px; } }
    @media only screen and (max-width: 767px) {
      #contents #SeiyuuMEN .book-image__image__title p span {
        font-size: 35px; } }
    #contents #SeiyuuMEN .book-image__image__title p img {
      height: auto;
      margin-right: 15px; }
      @media only screen and (min-width: 768px) {
        #contents #SeiyuuMEN .book-image__image__title p img {
          width: 225px; } }
      @media only screen and (max-width: 767px) {
        #contents #SeiyuuMEN .book-image__image__title p img {
          width: 185px; } }
  @media only screen and (min-width: 768px) {
    #contents #ArtistSide {
      margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    #contents #ArtistSide {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 768px) {
    #contents #ArtistSide .book-image__image__title {
      margin-top: 15px; } }
  @media only screen and (max-width: 767px) {
    #contents #ArtistSide .book-image__image__title {
      margin-top: 20px; } }
  @media only screen and (min-width: 768px) {
    #contents #ArtistSide .book-image__image__title p {
      line-height: 57px; } }
  @media only screen and (max-width: 767px) {
    #contents #ArtistSide .book-image__image__title p {
      line-height: 45px; } }
  @media only screen and (min-width: 768px) {
    #contents #ArtistSide .book-image__image__title p span {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    #contents #ArtistSide .book-image__image__title p span {
      font-size: 30px; } }
  #contents #ArtistSide .book-image__image__title p img {
    height: auto;
    margin-right: 15px;
    vertical-align: bottom; }
    @media only screen and (min-width: 768px) {
      #contents #ArtistSide .book-image__image__title p img {
        width: 260px; } }
    @media only screen and (max-width: 767px) {
      #contents #ArtistSide .book-image__image__title p img {
        width: 200px; } }
  @media only screen and (max-width: 767px) {
    #contents #contents-info {
      width: 92%;
      margin: 0 auto; } }
  #contents #contents-info h3 {
    font-size: 25px;
    letter-spacing: 2px; }
  #contents #contents-info .contents-info__text {
    padding-top: 12px;
    margin-bottom: 10px;
    border-top: 3px solid #433d3c;
    border-bottom: 3px solid #433d3c; }
    @media only screen and (min-width: 768px) {
      #contents #contents-info .contents-info__text p {
        padding: 0 5px;
        margin-bottom: 13px; } }
    @media only screen and (max-width: 767px) {
      #contents #contents-info .contents-info__text p {
        margin-bottom: 12px; } }
    @media only screen and (min-width: 768px) {
      #contents #contents-info .contents-info__text ul {
        margin-top: -8px;
        margin-bottom: 6px; } }
    @media only screen and (max-width: 767px) {
      #contents #contents-info .contents-info__text ul {
        margin: 0px 0px 6px; } }
    #contents #contents-info .contents-info__text ul li {
      padding-left: 22px;
      text-indent: -17px;
      list-style: none;
      line-height: 2em; }
      #contents #contents-info .contents-info__text ul li:before {
        content: "◆";
        margin-right: 2px; }
    #contents #contents-info .contents-info__text hr {
      border: none;
      border-top: 4px dotted #433d3c; }
      @media only screen and (min-width: 768px) {
        #contents #contents-info .contents-info__text hr {
          margin-bottom: 13px; } }
      @media only screen and (max-width: 767px) {
        #contents #contents-info .contents-info__text hr {
          margin-bottom: 14px; } }
    #contents #contents-info .contents-info__text .name {
      font-size: 25px;
      font-weight: bold; }
    #contents #contents-info .contents-info__text .heading {
      font-weight: bold; }
  #contents #contents-info p.caution {
    font-size: 13px; }
  @media only screen and (min-width: 768px) {
    #contents .button-layout {
      margin-top: 35px; } }
  @media only screen and (max-width: 767px) {
    #contents .button-layout {
      width: 92%;
      margin: 15px auto 0; } }
  #contents .button-layout .purchase-button {
    width: 230px;
    margin: 0 auto; }
    #contents .button-layout .purchase-button a {
      display: block; }
      #contents .button-layout .purchase-button a:hover {
        opacity: 0.6; }
      #contents .button-layout .purchase-button a img {
        width: 100%;
        height: auto; }
  #contents .button-layout .page-feed {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-y: 50%; }
    #contents .button-layout .page-feed a {
      font-size: 20px; }
  #contents .button-layout .next {
    background-image: url(images/page-feed_img_next.png); }
    @media only screen and (min-width: 768px) {
      #contents .button-layout .next a {
        padding-left: 23px; } }
    #contents .button-layout .next:hover {
      background-image: url(images/page-feed_img_next_hover.png); }
      #contents .button-layout .next:hover a {
        opacity: 0.7; }
  #contents .button-layout .prev {
    background-image: url(images/page-feed_img_prev.png);
    background-position-x: 100%; }
    @media only screen and (min-width: 768px) {
      #contents .button-layout .prev a {
        padding-right: 23px; } }
    #contents .button-layout .prev:hover {
      background-image: url(images/page-feed_img_prev_hover.png); }
      #contents .button-layout .prev:hover a {
        opacity: 0.7; }
  #contents #button-layout-pc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    #contents #button-layout-pc .page-feed {
      width: 65px;
      box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    #contents #button-layout-sp .purchase-button {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    #contents #button-layout-sp .purchase-button {
      margin-bottom: 28px; } }
  #contents #button-layout-sp .page-feed-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #contents #button-layout-sp .page-feed-layout .next a {
      padding-left: 23px; }
    #contents #button-layout-sp .page-feed-layout .prev a {
      padding-right: 23px; }

#scroll-top a {
  display: none;
  position: fixed;
  bottom: 55px;
  z-index: 999; }
  @media only screen and (min-width: 768px) {
    #scroll-top a {
      margin-left: 1085px; } }
  @media only screen and (max-width: 767px) {
    #scroll-top a {
      right: 3%;
      bottom: 40px; } }
  @media only screen and (max-width: 320px) {
    #scroll-top a {
      bottom: 75px; } }
  #scroll-top a img {
    height: auto; }
    @media only screen and (min-width: 768px) {
      #scroll-top a img {
        width: 70px; } }
    @media only screen and (max-width: 767px) {
      #scroll-top a img {
        width: 50px; } }

@media only screen and (min-width: 768px) {
  #footer {
    padding-bottom: 17px; } }

@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 12px; } }

#footer .company {
  text-align: center;
  font-size: 13px;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    #footer .company {
      padding: 5px 0;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    #footer .company {
      padding: 12px 0;
      margin-bottom: 15px; } }

#footer .footer-nav {
  width: 230px; }
  @media only screen and (min-width: 768px) {
    #footer .footer-nav {
      margin: 0 auto 12px; } }
  @media only screen and (max-width: 767px) {
    #footer .footer-nav {
      margin: 0 auto 10px; } }
  #footer .footer-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #footer .footer-nav ul li {
      border-right: 1px solid #433d3c;
      list-style: none; }
      #footer .footer-nav ul li:first-child {
        border-left: 1px solid #433d3c; }
      #footer .footer-nav ul li a {
        color: #433d3c;
        display: block;
        padding: 0 11px;
        font-size: 13px; }
        #footer .footer-nav ul li a:hover {
          color: #274a78; }

#footer .copyright {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #footer .copyright {
      padding: 0 5%; } }

/*# sourceMappingURL=style.map */


.link img{width: 90%; max-width:200px; height:auto; display: block; margin:10px auto; border:solid 1px #8f96b6;}