@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: border-box; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol,
li {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img, svg {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 画像パス
-----------------------------------------------------------------*/
/* フォント
-----------------------------------------------------------------*/
@font-face {
  font-family: 'avanteBs';
  src: url(/wp/wp-content/themes/assets/font/a_AvanteBs-ExtraBold.eot);
  src: url(/wp/wp-content/themes/assets/font/a_AvanteBs-ExtraBold.eot?iefix) format("eot"), url(/wp/wp-content/themes/assets/font/a_AvanteBs-ExtraBold.woff) format("woff"), url(/wp/wp-content/themes/assets/font/a_AvanteBs-ExtraBold.ttf) format("truetype"); }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"), local("Yu Gothic"); }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.breadcrumb_list_node, .breadcrumb_list_node a, html[lang='en'] body, html[lang='ja'] body {
  font-family: MyYuGothicM, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', -apple-system, BlinkMacSystemFont, Meiryo, sans-serif; }

.sectionTitle.en, .pagerList .page-numbers, .pagerList .prev,
.pagerList .next, .shareBlock_title, .headerFunction_list_node, .headerNav_list_title, .languageBlock_title-main, .languageList_title, .languageBlock_lead, .languageStateList_name, .footer_snsBox_title, .footer_copyright, .footer_attention p {
  font-family: 'avanteBs', MyYuGothicM, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', -apple-system, BlinkMacSystemFont, Meiryo, sans-serif; }

/* ブレークポイント
-----------------------------------------------------------------*/
/* カラー
-----------------------------------------------------------------*/
.contents.two-column, .postList, .bookPostList .bookPostList_node, .recommendBookList, .pagerList, .pagerList-archive, .slick-track, .headerMain, .headerNav_list-level2, .kidsPrefAnchor {
  zoom: 1; }
  .contents.two-column:before, .postList:before, .bookPostList .bookPostList_node:before, .recommendBookList:before, .pagerList:before, .pagerList-archive:before, .slick-track:before, .headerMain:before, .headerNav_list-level2:before, .kidsPrefAnchor:before, .contents.two-column:after, .postList:after, .bookPostList .bookPostList_node:after, .recommendBookList:after, .pagerList:after, .pagerList-archive:after, .slick-track:after, .headerMain:after, .headerNav_list-level2:after, .kidsPrefAnchor:after {
    display: block;
    position: static;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .contents.two-column:after, .postList:after, .bookPostList .bookPostList_node:after, .recommendBookList:after, .pagerList:after, .pagerList-archive:after, .slick-track:after, .headerMain:after, .headerNav_list-level2:after, .kidsPrefAnchor:after {
    clear: both; }

/* 画像のレンダリング方法
-----------------------------------------------------------------*/
@media print, screen and (min-width: 1025px) {
  .rankingList_contents_num img {
    image-rendering: -webkit-optimize-contrast; }
    html.safari .rankingList_contents_num img, .rankingList_contents_num html.safari img {
      image-rendering: auto; } }

/* BLACK BUTTON */
@-webkit-keyframes hoverAnime {
  0% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    background-color: #fff; }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #000; }
  100% {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
    background-color: #000; } }
@keyframes hoverAnime {
  0% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    background-color: #fff; }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #000; }
  100% {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
    background-color: #000; } }

@-webkit-keyframes hoverFontColor {
  0% {
    color: #000; }
  50% {
    color: #fff; }
  100% {
    color: #000; } }

@keyframes hoverFontColor {
  0% {
    color: #000; }
  50% {
    color: #fff; }
  100% {
    color: #000; } }

.postList_button, .informationPost_more, .confirmationWording_button, .infinite-scroll_toTop, .archive_dateButton {
  position: relative;
  width: 210px;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .postList_button, .informationPost_more, .confirmationWording_button, .infinite-scroll_toTop, .archive_dateButton {
      height: 68px;
      line-height: 68px; } }
  @media only screen and (max-width: 767px) {
    .postList_button, .informationPost_more, .confirmationWording_button, .infinite-scroll_toTop, .archive_dateButton {
      height: 50px;
      line-height: 50px; } }
  .postList_button a, .informationPost_more a, .confirmationWording_button a, .infinite-scroll_toTop a, .archive_dateButton a, .postList_button span, .informationPost_more span, .confirmationWording_button span, .infinite-scroll_toTop span, .archive_dateButton span, .postList_button input, .informationPost_more input, .confirmationWording_button input, .infinite-scroll_toTop input, .archive_dateButton input, .postList_button button, .informationPost_more button, .confirmationWording_button button, .infinite-scroll_toTop button, .archive_dateButton button {
    display: block;
    width: 100%;
    border: 0;
    background-color: #000;
    color: #fff;
    letter-spacing: .1em;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .1s ease;
    transition: .1s ease; }
  @media print, screen and (min-width: 1025px) {
    .postList_button:hover a, .informationPost_more:hover a, .confirmationWording_button:hover a, .infinite-scroll_toTop:hover a, .archive_dateButton:hover a, .postList_button:hover input, .informationPost_more:hover input, .confirmationWording_button:hover input, .infinite-scroll_toTop:hover input, .archive_dateButton:hover input, .postList_button:hover button, .informationPost_more:hover button, .confirmationWording_button:hover button, .infinite-scroll_toTop:hover button, .archive_dateButton:hover button {
      color: #000;
      background-color: #00aae8; }
      [data-cat='design'] .postList_button:hover a, [data-cat='design'] .informationPost_more:hover a, [data-cat='design'] .confirmationWording_button:hover a, [data-cat='design'] .infinite-scroll_toTop:hover a, [data-cat='design'] .archive_dateButton:hover a, [data-cat='design'] .postList_button:hover input, [data-cat='design'] .informationPost_more:hover input, [data-cat='design'] .confirmationWording_button:hover input, [data-cat='design'] .infinite-scroll_toTop:hover input, [data-cat='design'] .archive_dateButton:hover input, [data-cat='design'] .postList_button:hover button, [data-cat='design'] .informationPost_more:hover button, [data-cat='design'] .confirmationWording_button:hover button, [data-cat='design'] .infinite-scroll_toTop:hover button, [data-cat='design'] .archive_dateButton:hover button {
        background-color: #b6ecac; }
      [data-cat='art'] .postList_button:hover a, [data-cat='art'] .informationPost_more:hover a, [data-cat='art'] .confirmationWording_button:hover a, [data-cat='art'] .infinite-scroll_toTop:hover a, [data-cat='art'] .archive_dateButton:hover a, [data-cat='art'] .postList_button:hover input, [data-cat='art'] .informationPost_more:hover input, [data-cat='art'] .confirmationWording_button:hover input, [data-cat='art'] .infinite-scroll_toTop:hover input, [data-cat='art'] .archive_dateButton:hover input, [data-cat='art'] .postList_button:hover button, [data-cat='art'] .informationPost_more:hover button, [data-cat='art'] .confirmationWording_button:hover button, [data-cat='art'] .infinite-scroll_toTop:hover button, [data-cat='art'] .archive_dateButton:hover button {
        background-color: #fab4a9; }
      [data-cat='photo'] .postList_button:hover a, [data-cat='photo'] .informationPost_more:hover a, [data-cat='photo'] .confirmationWording_button:hover a, [data-cat='photo'] .infinite-scroll_toTop:hover a, [data-cat='photo'] .archive_dateButton:hover a, [data-cat='photo'] .postList_button:hover input, [data-cat='photo'] .informationPost_more:hover input, [data-cat='photo'] .confirmationWording_button:hover input, [data-cat='photo'] .infinite-scroll_toTop:hover input, [data-cat='photo'] .archive_dateButton:hover input, [data-cat='photo'] .postList_button:hover button, [data-cat='photo'] .informationPost_more:hover button, [data-cat='photo'] .confirmationWording_button:hover button, [data-cat='photo'] .infinite-scroll_toTop:hover button, [data-cat='photo'] .archive_dateButton:hover button {
        background-color: #8cdae8; }
      [data-cat='hobby'] .postList_button:hover a, [data-cat='hobby'] .informationPost_more:hover a, [data-cat='hobby'] .confirmationWording_button:hover a, [data-cat='hobby'] .infinite-scroll_toTop:hover a, [data-cat='hobby'] .archive_dateButton:hover a, [data-cat='hobby'] .postList_button:hover input, [data-cat='hobby'] .informationPost_more:hover input, [data-cat='hobby'] .confirmationWording_button:hover input, [data-cat='hobby'] .infinite-scroll_toTop:hover input, [data-cat='hobby'] .archive_dateButton:hover input, [data-cat='hobby'] .postList_button:hover button, [data-cat='hobby'] .informationPost_more:hover button, [data-cat='hobby'] .confirmationWording_button:hover button, [data-cat='hobby'] .infinite-scroll_toTop:hover button, [data-cat='hobby'] .archive_dateButton:hover button {
        background-color: #cecebf; }
      [data-cat='kids'] .postList_button:hover a, [data-cat='kids'] .informationPost_more:hover a, [data-cat='kids'] .confirmationWording_button:hover a, [data-cat='kids'] .infinite-scroll_toTop:hover a, [data-cat='kids'] .archive_dateButton:hover a, [data-cat='kids'] .postList_button:hover input, [data-cat='kids'] .informationPost_more:hover input, [data-cat='kids'] .confirmationWording_button:hover input, [data-cat='kids'] .infinite-scroll_toTop:hover input, [data-cat='kids'] .archive_dateButton:hover input, [data-cat='kids'] .postList_button:hover button, [data-cat='kids'] .informationPost_more:hover button, [data-cat='kids'] .confirmationWording_button:hover button, [data-cat='kids'] .infinite-scroll_toTop:hover button, [data-cat='kids'] .archive_dateButton:hover button {
        background-color: #ff885b; }
      [data-cat='comicart'] .postList_button:hover a, [data-cat='comicart'] .informationPost_more:hover a, [data-cat='comicart'] .confirmationWording_button:hover a, [data-cat='comicart'] .infinite-scroll_toTop:hover a, [data-cat='comicart'] .archive_dateButton:hover a, [data-cat='comicart'] .postList_button:hover input, [data-cat='comicart'] .informationPost_more:hover input, [data-cat='comicart'] .confirmationWording_button:hover input, [data-cat='comicart'] .infinite-scroll_toTop:hover input, [data-cat='comicart'] .archive_dateButton:hover input, [data-cat='comicart'] .postList_button:hover button, [data-cat='comicart'] .informationPost_more:hover button, [data-cat='comicart'] .confirmationWording_button:hover button, [data-cat='comicart'] .infinite-scroll_toTop:hover button, [data-cat='comicart'] .archive_dateButton:hover button {
        background-color: #ffeb00; }
      [data-cat='ebook'] .postList_button:hover a, [data-cat='ebook'] .informationPost_more:hover a, [data-cat='ebook'] .confirmationWording_button:hover a, [data-cat='ebook'] .infinite-scroll_toTop:hover a, [data-cat='ebook'] .archive_dateButton:hover a, [data-cat='ebook'] .postList_button:hover input, [data-cat='ebook'] .informationPost_more:hover input, [data-cat='ebook'] .confirmationWording_button:hover input, [data-cat='ebook'] .infinite-scroll_toTop:hover input, [data-cat='ebook'] .archive_dateButton:hover input, [data-cat='ebook'] .postList_button:hover button, [data-cat='ebook'] .informationPost_more:hover button, [data-cat='ebook'] .confirmationWording_button:hover button, [data-cat='ebook'] .infinite-scroll_toTop:hover button, [data-cat='ebook'] .archive_dateButton:hover button {
        background-color: #c4afcc; } }

.informationCatalog_button, .newOrder_node_content {
  background-color: #000;
  letter-spacing: .2em;
  text-align: center;
  text-indent: -1.5em; }
  @media only screen and (max-width: 767px) {
    .informationCatalog_button, .newOrder_node_content {
      width: 100%;
      height: 45px;
      font-size: 13px;
      line-height: 45px; } }
  @media print, screen and (min-width: 768px) {
    .informationCatalog_button, .newOrder_node_content {
      width: 288px;
      height: 60px;
      font-size: 14px;
      line-height: 60px; } }
  @media print, screen and (min-width: 1025px) {
    .informationCatalog_button:hover, .newOrder_node_content:hover {
      background-color: #00aae8; }
      [data-cat='design'] .informationCatalog_button:hover, [data-cat='design'] .newOrder_node_content:hover {
        background-color: #b6ecac; }
      [data-cat='art'] .informationCatalog_button:hover, [data-cat='art'] .newOrder_node_content:hover {
        background-color: #fab4a9; }
      [data-cat='photo'] .informationCatalog_button:hover, [data-cat='photo'] .newOrder_node_content:hover {
        background-color: #8cdae8; }
      [data-cat='hobby'] .informationCatalog_button:hover, [data-cat='hobby'] .newOrder_node_content:hover {
        background-color: #cecebf; }
      [data-cat='kids'] .informationCatalog_button:hover, [data-cat='kids'] .newOrder_node_content:hover {
        background-color: #ff885b; }
      [data-cat='comicart'] .informationCatalog_button:hover, [data-cat='comicart'] .newOrder_node_content:hover {
        background-color: #ffeb00; }
      [data-cat='ebook'] .informationCatalog_button:hover, [data-cat='ebook'] .newOrder_node_content:hover {
        background-color: #c4afcc; }
      .informationCatalog_button:hover a, .newOrder_node_content:hover a {
        color: #000; }
        .informationCatalog_button:hover a:before, .newOrder_node_content:hover a:before {
          background-position: center;
          background-image: url("/wp/wp-content/themes/assets/images/common/icon_download-black.png");
          background-repeat: no-repeat; } }
  .informationCatalog_button a, .newOrder_node_content a {
    display: block;
    position: relative;
    height: 100%;
    color: #fff; }
    .informationCatalog_button a:before, .newOrder_node_content a:before {
      position: absolute;
      top: -1px;
      height: 100%;
      margin: auto;
      background-position: center;
      background-image: url("/wp/wp-content/themes/assets/images/common/icon_download.png");
      background-repeat: no-repeat;
      content: ''; }
      @media print, screen and (min-width: 768px) {
        .informationCatalog_button a:before, .newOrder_node_content a:before {
          right: 45px;
          width: 24px;
          background-size: 24px auto; } }
      @media only screen and (max-width: 767px) {
        .informationCatalog_button a:before, .newOrder_node_content a:before {
          left: 50%;
          width: 20px;
          margin-left: 75px;
          background-size: 20px auto; } }

.breadcrumb_list_node a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 40%;
  content: '';
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  background-color: rgba(0, 170, 232, 0.5); }
  [data-cat='design'] .breadcrumb_list_node a:before, .breadcrumb_list_node [data-cat='design'] a:before {
    background-color: rgba(182, 236, 172, 0.5); }
  [data-cat='art'] .breadcrumb_list_node a:before, .breadcrumb_list_node [data-cat='art'] a:before {
    background-color: rgba(250, 180, 169, 0.5); }
  [data-cat='photo'] .breadcrumb_list_node a:before, .breadcrumb_list_node [data-cat='photo'] a:before {
    background-color: rgba(140, 218, 232, 0.5); }
  [data-cat='hobby'] .breadcrumb_list_node a:before, .breadcrumb_list_node [data-cat='hobby'] a:before {
    background-color: rgba(206, 206, 191, 0.5); }
  [data-cat='kids'] .breadcrumb_list_node a:before, .breadcrumb_list_node [data-cat='kids'] a:before {
    background-color: rgba(255, 136, 91, 0.5); }
  [data-cat='comicart'] .breadcrumb_list_node a:before, .breadcrumb_list_node [data-cat='comicart'] a:before {
    background-color: rgba(255, 235, 0, 0.5); }
  [data-cat='ebook'] .breadcrumb_list_node a:before, .breadcrumb_list_node [data-cat='ebook'] a:before {
    background-color: rgba(196, 175, 204, 0.5); }

.breadcrumb_list_node a:hover:before {
  width: 100%; }

.breadcrumb_list_node a i {
  position: relative; }

.footer_forbookButton {
  position: relative;
  width: 288px;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .footer_forbookButton {
      box-sizing: content-box;
      height: 68px;
      padding: 4px;
      line-height: 68px; } }
  @media only screen and (max-width: 767px) {
    .footer_forbookButton {
      height: 55px;
      line-height: 55px; } }
  .footer_forbookButton:before, .footer_forbookButton:after {
    position: absolute;
    left: 0;
    background-color: #000;
    content: '';
    -webkit-transition: .2s linear;
    transition: .2s linear; }
  .footer_forbookButton:before {
    top: 0;
    width: 4px;
    height: 0;
    -webkit-transition-delay: .6s;
    transition-delay: .6s; }
  .footer_forbookButton:after {
    bottom: 0;
    width: 0;
    height: 4px;
    -webkit-transition-delay: .4s;
    transition-delay: .4s; }
  .footer_forbookButton a {
    display: block;
    background-color: #000;
    color: #fff;
    letter-spacing: .25em;
    -webkit-transition: .2s linear;
    transition: .2s linear; }
    .footer_forbookButton a:before, .footer_forbookButton a:after {
      position: absolute;
      right: 0;
      width: 4px;
      height: 0;
      background-color: #000;
      content: '';
      -webkit-transition: .2s linear;
      transition: .2s linear; }
    .footer_forbookButton a:before {
      bottom: 0;
      width: 4px;
      height: 0;
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
    .footer_forbookButton a:after {
      top: 0;
      width: 0;
      height: 4px;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
  @media print, screen and (min-width: 1025px) {
    .footer_forbookButton:hover:before {
      height: 100%;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    .footer_forbookButton:hover:after {
      width: 100%;
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
    .footer_forbookButton:hover a {
      background-color: #fff;
      color: #000; }
      .footer_forbookButton:hover a:before {
        height: 100%;
        -webkit-transition-delay: .4s;
        transition-delay: .4s; }
      .footer_forbookButton:hover a:after {
        width: 100%;
        -webkit-transition-delay: .6s;
        transition-delay: .6s; } }

@media print, screen and (min-width: 768px) {
  .breadcrumb {
    padding: 16px 30px 14px; } }

@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 7px 10px 9px; } }

.breadcrumb_list {
  position: relative;
  z-index: 2;
  font-size: 0; }

.breadcrumb_list_node {
  display: inline;
  position: relative;
  max-width: 100%;
  letter-spacing: .05em;
  vertical-align: middle;
  word-wrap: break-word; }
  @media print, screen and (min-width: 768px) {
    .breadcrumb_list_node {
      padding-right: 26px;
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb_list_node {
      margin: 0 0 3px;
      padding: 0 20px 0 0;
      font-size: 10px; } }
  .breadcrumb_list_node:before {
    position: absolute;
    top: 0;
    height: 100%;
    background-position: center center;
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_right.svg);
    background-repeat: no-repeat;
    color: #000;
    line-height: 1;
    text-decoration: none;
    content: ''; }
    @media print, screen and (min-width: 768px) {
      .breadcrumb_list_node:before {
        right: 8px;
        width: 6px;
        background-size: 6px auto; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb_list_node:before {
        right: 6px;
        width: 5px;
        background-size: 5px auto; } }
  .breadcrumb_list_node:first-child {
    display: inline-block; }
    .breadcrumb_list_node:first-child a {
      display: block;
      background-position: center top;
      background-image: url(/wp/wp-content/themes/assets/svg/home.svg);
      background-repeat: no-repeat;
      font-size: 0;
      line-height: 1; }
      @media print, screen and (min-width: 768px) {
        .breadcrumb_list_node:first-child a {
          width: 22px;
          height: 20px;
          background-size: 20px auto; } }
      @media only screen and (max-width: 767px) {
        .breadcrumb_list_node:first-child a {
          width: 17px;
          height: 18px;
          background-size: 17px auto; } }
      .breadcrumb_list_node:first-child a:before {
        display: none; }
  .breadcrumb_list_node:last-child:before {
    display: none; }
  .breadcrumb_list_node a {
    position: relative;
    text-decoration: none; }
    @media print, screen and (min-width: 768px) {
      .breadcrumb_list_node a {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb_list_node a {
        font-size: 10px; } }
  .breadcrumb_list_node br {
    display: none; }

/*__ プレビューモードのスタイル ______________________*/
.c-previewMode {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(249, 83, 83, 0.6);
  color: #fff;
  font-weight: bold;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .c-previewMode {
      height: 70px;
      font-size: 17px;
      line-height: 70px; } }
  @media only screen and (max-width: 767px) {
    .c-previewMode {
      height: 40px;
      font-size: 12px;
      line-height: 40px; } }

/*__ notAvailable style ______________________*/
.c-notAvailable_message {
  width: 100%;
  padding: 50px 0;
  text-align: center; }

/*__ 記事まわりパーツ ______________________*/
.postList_tag a, .bookPostList .bookPostList_tag a, .recommendBookList .bookPostList_tag a, .postList_tag span, .bookPostList .bookPostList_tag span, .recommendBookList .bookPostList_tag span {
  display: inline-block;
  color: #000;
  font-size: 10px;
  line-height: 1;
  background-color: #00aae8; }
  [data-cat='design'] .postList_tag a, [data-cat='design'] .bookPostList .bookPostList_tag a, .bookPostList [data-cat='design'] .bookPostList_tag a, [data-cat='design'] .recommendBookList .bookPostList_tag a, .recommendBookList [data-cat='design'] .bookPostList_tag a, [data-cat='design'] .postList_tag span, [data-cat='design'] .bookPostList .bookPostList_tag span, .bookPostList [data-cat='design'] .bookPostList_tag span, [data-cat='design'] .recommendBookList .bookPostList_tag span, .recommendBookList [data-cat='design'] .bookPostList_tag span {
    background-color: #b6ecac; }
  [data-cat='art'] .postList_tag a, [data-cat='art'] .bookPostList .bookPostList_tag a, .bookPostList [data-cat='art'] .bookPostList_tag a, [data-cat='art'] .recommendBookList .bookPostList_tag a, .recommendBookList [data-cat='art'] .bookPostList_tag a, [data-cat='art'] .postList_tag span, [data-cat='art'] .bookPostList .bookPostList_tag span, .bookPostList [data-cat='art'] .bookPostList_tag span, [data-cat='art'] .recommendBookList .bookPostList_tag span, .recommendBookList [data-cat='art'] .bookPostList_tag span {
    background-color: #fab4a9; }
  [data-cat='photo'] .postList_tag a, [data-cat='photo'] .bookPostList .bookPostList_tag a, .bookPostList [data-cat='photo'] .bookPostList_tag a, [data-cat='photo'] .recommendBookList .bookPostList_tag a, .recommendBookList [data-cat='photo'] .bookPostList_tag a, [data-cat='photo'] .postList_tag span, [data-cat='photo'] .bookPostList .bookPostList_tag span, .bookPostList [data-cat='photo'] .bookPostList_tag span, [data-cat='photo'] .recommendBookList .bookPostList_tag span, .recommendBookList [data-cat='photo'] .bookPostList_tag span {
    background-color: #8cdae8; }
  [data-cat='hobby'] .postList_tag a, [data-cat='hobby'] .bookPostList .bookPostList_tag a, .bookPostList [data-cat='hobby'] .bookPostList_tag a, [data-cat='hobby'] .recommendBookList .bookPostList_tag a, .recommendBookList [data-cat='hobby'] .bookPostList_tag a, [data-cat='hobby'] .postList_tag span, [data-cat='hobby'] .bookPostList .bookPostList_tag span, .bookPostList [data-cat='hobby'] .bookPostList_tag span, [data-cat='hobby'] .recommendBookList .bookPostList_tag span, .recommendBookList [data-cat='hobby'] .bookPostList_tag span {
    background-color: #cecebf; }
  [data-cat='kids'] .postList_tag a, [data-cat='kids'] .bookPostList .bookPostList_tag a, .bookPostList [data-cat='kids'] .bookPostList_tag a, [data-cat='kids'] .recommendBookList .bookPostList_tag a, .recommendBookList [data-cat='kids'] .bookPostList_tag a, [data-cat='kids'] .postList_tag span, [data-cat='kids'] .bookPostList .bookPostList_tag span, .bookPostList [data-cat='kids'] .bookPostList_tag span, [data-cat='kids'] .recommendBookList .bookPostList_tag span, .recommendBookList [data-cat='kids'] .bookPostList_tag span {
    background-color: #ff885b; }
  [data-cat='comicart'] .postList_tag a, [data-cat='comicart'] .bookPostList .bookPostList_tag a, .bookPostList [data-cat='comicart'] .bookPostList_tag a, [data-cat='comicart'] .recommendBookList .bookPostList_tag a, .recommendBookList [data-cat='comicart'] .bookPostList_tag a, [data-cat='comicart'] .postList_tag span, [data-cat='comicart'] .bookPostList .bookPostList_tag span, .bookPostList [data-cat='comicart'] .bookPostList_tag span, [data-cat='comicart'] .recommendBookList .bookPostList_tag span, .recommendBookList [data-cat='comicart'] .bookPostList_tag span {
    background-color: #ffeb00; }
  [data-cat='ebook'] .postList_tag a, [data-cat='ebook'] .bookPostList .bookPostList_tag a, .bookPostList [data-cat='ebook'] .bookPostList_tag a, [data-cat='ebook'] .recommendBookList .bookPostList_tag a, .recommendBookList [data-cat='ebook'] .bookPostList_tag a, [data-cat='ebook'] .postList_tag span, [data-cat='ebook'] .bookPostList .bookPostList_tag span, .bookPostList [data-cat='ebook'] .bookPostList_tag span, [data-cat='ebook'] .recommendBookList .bookPostList_tag span, .recommendBookList [data-cat='ebook'] .bookPostList_tag span {
    background-color: #c4afcc; }
  @media print, screen and (min-width: 768px) {
    .postList_tag a, .bookPostList .bookPostList_tag a, .recommendBookList .bookPostList_tag a, .postList_tag span, .bookPostList .bookPostList_tag span, .recommendBookList .bookPostList_tag span {
      padding: 5px 4px; } }
  @media only screen and (max-width: 767px) {
    .postList_tag a, .bookPostList .bookPostList_tag a, .recommendBookList .bookPostList_tag a, .postList_tag span, .bookPostList .bookPostList_tag span, .recommendBookList .bookPostList_tag span {
      padding: 3px 2px; } }
  html.ie11 .postList_tag a, html.ie11 .bookPostList .bookPostList_tag a, .bookPostList html.ie11 .bookPostList_tag a, html.ie11 .recommendBookList .bookPostList_tag a, .recommendBookList html.ie11 .bookPostList_tag a,
  html.ie9 .postList_tag a,
  html.ie9 .bookPostList .bookPostList_tag a, .bookPostList
  html.ie9 .bookPostList_tag a,
  html.ie9 .recommendBookList .bookPostList_tag a, .recommendBookList
  html.ie9 .bookPostList_tag a, html.ie11 .postList_tag span, html.ie11 .bookPostList .bookPostList_tag span, .bookPostList html.ie11 .bookPostList_tag span, html.ie11 .recommendBookList .bookPostList_tag span, .recommendBookList html.ie11 .bookPostList_tag span,
  html.ie9 .postList_tag span,
  html.ie9 .bookPostList .bookPostList_tag span, .bookPostList
  html.ie9 .bookPostList_tag span,
  html.ie9 .recommendBookList .bookPostList_tag span, .recommendBookList
  html.ie9 .bookPostList_tag span {
    padding: 7px 4px 3px; }

/*__ ページのメインタイトル ______________________*/
.pageTitle {
  text-align: center;
  background-color: #00aae8; }
  [data-cat='design'] .pageTitle {
    background-color: #b6ecac; }
  [data-cat='art'] .pageTitle {
    background-color: #fab4a9; }
  [data-cat='photo'] .pageTitle {
    background-color: #8cdae8; }
  [data-cat='hobby'] .pageTitle {
    background-color: #cecebf; }
  [data-cat='kids'] .pageTitle {
    background-color: #ff885b; }
  [data-cat='comicart'] .pageTitle {
    background-color: #ffeb00; }
  [data-cat='ebook'] .pageTitle {
    background-color: #c4afcc; }
  @media print, screen and (min-width: 768px) {
    .pageTitle {
      padding: 27px 10px;
      font-size: 18px;
      line-height: 1.2; } }
  @media only screen and (max-width: 767px) {
    .pageTitle {
      padding: 27px 10px;
      font-size: 14px;
      line-height: 1.2; } }

/*__ sectionの中見出し ______________________*/
.sectionTitle {
  font-weight: bold;
  letter-spacing: .25em;
  line-height: 1.2; }
  @media print, screen and (min-width: 768px) {
    .sectionTitle {
      margin-bottom: 30px;
      font-size: 17px; }
      .sectionTitle:before {
        width: 14px;
        height: 14px;
        margin-right: 10px; } }
  @media only screen and (max-width: 767px) {
    .sectionTitle {
      margin-bottom: 15px;
      font-size: 13px; }
      .sectionTitle:before {
        width: 11px;
        height: 11px;
        margin-right: 7px; } }
  html[lang='en'] .sectionTitle {
    letter-spacing: .05em; }
  .sectionTitle:before {
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    content: ''; }

/*__ サイドバーあり/なし メインコンテンツ ______________________*/
@media print, screen and (min-width: 768px) {
  .contents {
    margin-bottom: 60px; } }

@media only screen and (max-width: 767px) {
  .contents {
    margin-bottom: 30px; } }

@media print, screen and (min-width: 768px) {
  .post_type-information .contents,
  .post_type-correction .contents,
  .post_type-announcement .contents,
  .post_type-tradenews .contents {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 767px) {
  .post_type-information .contents,
  .post_type-correction .contents,
  .post_type-announcement .contents,
  .post_type-tradenews .contents {
    padding: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .page-trade_customers .contents,
  .page-rights .contents,
  .page-catalog_issuu .contents {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 767px) {
  .page-trade_customers .contents,
  .page-rights .contents,
  .page-catalog_issuu .contents {
    padding: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .contents.two-column {
    width: 1000px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .contents.two-column {
    margin-bottom: 0; } }

@media print, screen and (min-width: 768px) {
  .contents-left {
    float: left;
    width: 800px;
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .contents-left {
    margin-top: 15px;
    padding: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .three-column .contents-left {
    float: none;
    width: auto; } }

@media print, screen and (min-width: 768px) {
  .sidebar {
    float: right;
    width: 200px;
    margin: 20px 0 30px; } }

@media only screen and (max-width: 767px) {
  .sidebar {
    padding: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .contents.three-column {
    width: 1000px;
    margin: 0 auto; } }

@media print, screen and (min-width: 768px) {
  .contents.centering {
    width: 840px;
    margin: 35px auto 60px; } }

@media only screen and (max-width: 767px) {
  .contents.centering {
    padding: 0 20px; } }

@media only screen and (max-width: 767px) {
  .post_type-bookstore .contents-left,
  .post_type-sales .contents-left,
  .page-mail .contents-left {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .post_type-bookstore .sidebar,
  .post_type-sales .sidebar,
  .page-mail .sidebar {
    display: none; } }

.pageCaption, .informationCatalog_caption {
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .pageCaption, .informationCatalog_caption {
      font-size: 14px;
      letter-spacing: .15em; } }
  @media only screen and (max-width: 767px) {
    .pageCaption, .informationCatalog_caption {
      font-size: 13px;
      letter-spacing: .13em; } }
  [lang='en'] .pageCaption, [lang='en'] .informationCatalog_caption {
    letter-spacing: inherit; }
  .pageCaption a, .informationCatalog_caption a {
    color: #00aae5;
    text-decoration: underline; }

/*__ テキストスタイル ______________________*/
/*__ for English ______________________*/
.mainvisual {
  position: relative;
  overflow: hidden;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .mainvisual {
      height: 450px; } }

.mainvisual_list {
  position: relative;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .mainvisual_list {
      left: 50%;
      width: 1620px;
      margin-left: -810px; } }
  @media only screen and (max-width: 767px) {
    .mainvisual_list {
      width: 88%; } }
  .mainvisual_list .slick-list {
    overflow: visible !important; }
  @media print, screen and (min-width: 768px) {
    .mainvisual_list .slick-prev {
      left: 506px; } }
  @media only screen and (max-width: 767px) {
    .mainvisual_list .slick-prev {
      left: -18px;
      margin-top: -20px; } }
  @media print, screen and (min-width: 768px) {
    .mainvisual_list .slick-next {
      right: 506px; } }
  @media only screen and (max-width: 767px) {
    .mainvisual_list .slick-next {
      right: -18px;
      margin-top: -20px; } }

.mainvisual_list_node {
  float: left;
  background-position: center;
  background-image: url(/wp/wp-content/themes/assets/images/common/loader.gif);
  background-repeat: no-repeat;
  background-size: 50px auto;
  line-height: 0; }
  @media print, screen and (min-width: 768px) {
    .mainvisual_list_node {
      overflow: hidden;
      width: 540px;
      height: 450px;
      padding: 0 2px; } }
  @media only screen and (max-width: 767px) {
    .mainvisual_list_node {
      padding: 0 1px;
      background-size: 35px auto; } }

.mainvisual_list_node_img {
  position: relative; }
  .mainvisual_list_node_img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(138, 138, 123, 0.5);
    content: '';
    -webkit-transition: .5s ease;
    transition: .5s ease; }
  .mainvisual_list_node_img img {
    width: 100%;
    height: auto; }
  .slick-current .mainvisual_list_node_img:after {
    opacity: 0; }

@media print, screen and (min-width: 768px) {
  .categoryBlock {
    margin: 0 auto 0; } }

@media only screen and (max-width: 767px) {
  .categoryBlock {
    position: relative;
    margin: 0 60px 0; } }

@media only screen and (max-width: 320px) {
  .categoryBlock {
    position: relative;
    margin: 0 40px 0; } }

@media print, screen and (min-width: 768px) {
  .categoryList {
    font-size: 0;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .categoryList {
    position: relative;
    width: 100%;
    height: 51px;
    background-color: #000; }
    .categoryList:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 16px;
      height: 8px;
      background-position: center center;
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_down_white.svg);
      background-repeat: no-repeat;
      background-size: 16px 8px;
      content: ''; } }

.categoryList_node {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .categoryList_node {
      display: inline-block;
      height: 29px;
      margin: 0 9px 5px; } }
  @media only screen and (max-width: 767px) {
    .categoryList_node {
      display: none; } }
  @media print, screen and (min-width: 768px) {
    .categoryList_node a {
      display: inline-block;
      height: 25px;
      padding: 0 5px;
      background-color: #e4e6ed;
      font-size: 14px;
      line-height: 25px; } }
  @media only screen and (max-width: 767px) {
    .categoryList_node a {
      display: block;
      color: #fff;
      font-size: 11px;
      line-height: 51px; } }
  @media print, screen and (min-width: 768px) {
    .categoryList_node:after {
      background-color: #00aae8; }
      [data-cat='design'] .categoryList_node:after {
        background-color: #b6ecac; }
      [data-cat='art'] .categoryList_node:after {
        background-color: #fab4a9; }
      [data-cat='photo'] .categoryList_node:after {
        background-color: #8cdae8; }
      [data-cat='hobby'] .categoryList_node:after {
        background-color: #cecebf; }
      [data-cat='kids'] .categoryList_node:after {
        background-color: #ff885b; }
      [data-cat='comicart'] .categoryList_node:after {
        background-color: #ffeb00; }
      [data-cat='ebook'] .categoryList_node:after {
        background-color: #c4afcc; } }
  @media print, screen and (min-width: 768px) {
    .categoryList_node.active:after {
      display: block;
      width: 100%;
      height: 4px;
      content: ''; } }
  @media only screen and (max-width: 767px) {
    .categoryList_node.active {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    html.pc .categoryList_node:hover:after {
      display: block;
      width: 100%;
      height: 4px;
      content: ''; } }
  @media only screen and (max-width: 767px) {
    html.pc .categoryList_node:hover {
      display: block; } }

@media print, screen and (min-width: 768px) {
  .categoryList_navSelect {
    display: none; } }

@media only screen and (max-width: 767px) {
  .categoryList_navSelect {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 51px;
    opacity: 0;
    -webkit-appearance: none; } }

.bookPostList {
  margin: 0 auto;
  font-size: 0; }
  @media print, screen and (min-width: 768px) {
    .bookPostList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      .bookPostList:after {
        display: block;
        width: 310px;
        margin: 0 30px 0 0;
        content: ''; } }

.bookPostList .bookPostList_img, .recommendBookList .bookPostList_img {
  position: relative; }
  .bookPostList .bookPostList_img a, .recommendBookList .bookPostList_img a {
    display: block;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .bookPostList .bookPostList_img a, .recommendBookList .bookPostList_img a {
        padding-bottom: 146%; } }
  .bookPostList .bookPostList_img img, .recommendBookList .bookPostList_img img {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto; }

.postList_title, .bookPostList .bookPostList_title, .recommendBookList .bookPostList_title {
  letter-spacing: .03em;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .postList_title, .bookPostList .bookPostList_title, .recommendBookList .bookPostList_title {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .postList_title, .bookPostList .bookPostList_title, .recommendBookList .bookPostList_title {
      font-size: 13px; } }

.postList_date {
  display: block;
  font-size: 11px;
  letter-spacing: .15em; }
  @media print, screen and (min-width: 768px) {
    .postList_date {
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .postList_date {
      font-size: 10px; } }

.bookPostList .bookPostList_price,
.bookPostList .bookPostList_spec {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: .2em;
  line-height: 1.4; }
  @media print, screen and (min-width: 768px) {
    .bookPostList .bookPostList_price,
    .bookPostList .bookPostList_spec {
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .bookPostList .bookPostList_price,
    .bookPostList .bookPostList_spec {
      font-size: 10px; } }

.bookPostList .bookPostList_caption {
  margin-top: 10px;
  font-size: 13px; }
  @media print, screen and (min-width: 768px) {
    .bookPostList .bookPostList_caption {
      letter-spacing: 0;
      line-height: 1.6; } }
  @media only screen and (max-width: 767px) {
    .bookPostList .bookPostList_caption {
      line-height: 1.5; } }

/*__ 「NEW」アイコン ______________________*/
.postList_node.newPost .postList_info, .bookPostList .bookPostList_node.newPost .postList_info, .postList_node.newPost .bookPostList_info, .bookPostList .bookPostList_node.newPost .bookPostList_info {
  position: relative; }
  .postList_node.newPost .postList_info:before, .bookPostList .bookPostList_node.newPost .postList_info:before, .postList_node.newPost .bookPostList_info:before, .bookPostList .bookPostList_node.newPost .bookPostList_info:before {
    display: inline-block;
    border: 2px solid #000;
    font-family: 'Helvetica Neue','Helvetica','Arial', sans-serif;
    letter-spacing: .07em;
    text-align: center;
    content: 'NEW'; }
    @media print, screen and (min-width: 768px) {
      .postList_node.newPost .postList_info:before, .bookPostList .bookPostList_node.newPost .postList_info:before, .postList_node.newPost .bookPostList_info:before, .bookPostList .bookPostList_node.newPost .bookPostList_info:before {
        margin: 0 5px 7px 0;
        padding: 3px 9px;
        font-size: 9px; }
        .ie .postList_node.newPost .postList_info:before, .ie .bookPostList .bookPostList_node.newPost .postList_info:before, .bookPostList .ie .bookPostList_node.newPost .postList_info:before, .ie .postList_node.newPost .bookPostList_info:before, .ie .bookPostList .bookPostList_node.newPost .bookPostList_info:before, .bookPostList .ie .bookPostList_node.newPost .bookPostList_info:before {
          padding: 3px 9px 2px; }
        html[lang='en'] .articleBlock_pickBook .postList_node.newPost .postList_info:before, html[lang='en'] .articleBlock_pickBook .bookPostList .bookPostList_node.newPost .postList_info:before, .bookPostList html[lang='en'] .articleBlock_pickBook .bookPostList_node.newPost .postList_info:before, html[lang='en'] .articleBlock_pickBook .postList_node.newPost .bookPostList_info:before, html[lang='en'] .articleBlock_pickBook .bookPostList .bookPostList_node.newPost .bookPostList_info:before, .bookPostList html[lang='en'] .articleBlock_pickBook .bookPostList_node.newPost .bookPostList_info:before {
          margin: 0 5px 7px 35px; } }
    @media only screen and (max-width: 767px) {
      .postList_node.newPost .postList_info:before, .bookPostList .bookPostList_node.newPost .postList_info:before, .postList_node.newPost .bookPostList_info:before, .bookPostList .bookPostList_node.newPost .bookPostList_info:before {
        margin: 0 5px 7px 0;
        padding: 2px 5px 0;
        border-width: 1px;
        font-size: 10px; } }

/*__ 「もっと見る」テキストリンク ______________________*/
.pickUpBlock .thumbnailList_more, .specialBlock .thumbnailList_more, .sidebar_pickUpBlock .thumbnailList_more {
  position: absolute;
  right: 0; }
  @media print, screen and (min-width: 768px) {
    .pickUpBlock .thumbnailList_more, .specialBlock .thumbnailList_more, .sidebar_pickUpBlock .thumbnailList_more {
      top: 4px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList_more, .specialBlock .thumbnailList_more, .sidebar_pickUpBlock .thumbnailList_more {
      top: 0; } }
  .pickUpBlock .thumbnailList_more a, .specialBlock .thumbnailList_more a, .sidebar_pickUpBlock .thumbnailList_more a {
    font-weight: bold;
    letter-spacing: .15em; }
    @media print, screen and (min-width: 768px) {
      .pickUpBlock .thumbnailList_more a, .specialBlock .thumbnailList_more a, .sidebar_pickUpBlock .thumbnailList_more a {
        font-size: 11px; } }
    @media only screen and (max-width: 767px) {
      .pickUpBlock .thumbnailList_more a, .specialBlock .thumbnailList_more a, .sidebar_pickUpBlock .thumbnailList_more a {
        font-size: 9px; } }
  @media print, screen and (min-width: 768px) {
    html[lang='en'] .pickUpBlock .thumbnailList_more a, .pickUpBlock html[lang='en'] .thumbnailList_more a, html[lang='en'] .specialBlock .thumbnailList_more a, .specialBlock html[lang='en'] .thumbnailList_more a, html[lang='en'] .sidebar_pickUpBlock .thumbnailList_more a, .sidebar_pickUpBlock html[lang='en'] .thumbnailList_more a {
      font-size: 12px; } }

@media print, screen and (min-width: 768px) {
  .categoryBlock + .postBlock {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .categoryBlock + .postBlock {
    margin-top: 15px; } }

@media print, screen and (min-width: 768px) {
  .postList {
    width: 1035px;
    margin: 0 auto;
    text-align: center; }
    .recommendPostBlock .postList {
      margin: 0 -17.5px; } }

@media only screen and (max-width: 767px) {
  .postList {
    width: 100%; }
    .recommendPostBlock .postList {
      padding: 0; } }

.postList_node {
  position: relative;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media print, screen and (min-width: 768px) {
    .postList_node {
      display: block;
      float: left;
      width: 238px;
      margin: 0 28px 28px 0; } }
  @media only screen and (max-width: 767px) {
    .postList_node {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 0 24px 0;
      padding-bottom: 24px;
      border-bottom: 4px solid #e4e6ed; } }
  @media print, screen and (min-width: 1025px) {
    .postList_node:hover .postList_img a:after {
      opacity: 1; }
    .postList_node:hover .postList_info:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }

.postList_img {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .postList_img {
      width: 45%; } }
  .postList_img a {
    display: block; }
    .postList_img a:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 170, 232, 0.5);
      opacity: 0;
      content: '';
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      background-color: rgba(0, 170, 232, 0.5); }
      [data-cat='design'] .postList_img a:after {
        background-color: rgba(182, 236, 172, 0.5); }
      [data-cat='art'] .postList_img a:after {
        background-color: rgba(250, 180, 169, 0.5); }
      [data-cat='photo'] .postList_img a:after {
        background-color: rgba(140, 218, 232, 0.5); }
      [data-cat='hobby'] .postList_img a:after {
        background-color: rgba(206, 206, 191, 0.5); }
      [data-cat='kids'] .postList_img a:after {
        background-color: rgba(255, 136, 91, 0.5); }
      [data-cat='comicart'] .postList_img a:after {
        background-color: rgba(255, 235, 0, 0.5); }
      [data-cat='ebook'] .postList_img a:after {
        background-color: rgba(196, 175, 204, 0.5); }
  .postList_img img {
    width: 100%;
    height: auto; }

.postList_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.postList_info {
  position: relative;
  text-align: left; }
  @media print, screen and (min-width: 768px) {
    .postList_info {
      padding: 20px 20px;
      background-color: #fff; } }
  @media only screen and (max-width: 767px) {
    .postList_info {
      width: 55%;
      padding: 0 0 16px 16px; } }
  .postList_info:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 100%;
    height: 4px;
    content: '';
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    background-color: #00aae8; }
    [data-cat='design'] .postList_info:after {
      background-color: #b6ecac; }
    [data-cat='art'] .postList_info:after {
      background-color: #fab4a9; }
    [data-cat='photo'] .postList_info:after {
      background-color: #8cdae8; }
    [data-cat='hobby'] .postList_info:after {
      background-color: #cecebf; }
    [data-cat='kids'] .postList_info:after {
      background-color: #ff885b; }
    [data-cat='comicart'] .postList_info:after {
      background-color: #ffeb00; }
    [data-cat='ebook'] .postList_info:after {
      background-color: #c4afcc; }

@media print, screen and (min-width: 768px) {
  .postList_tag {
    margin-bottom: 9px; } }

@media only screen and (max-width: 767px) {
  .postList_tag {
    margin-bottom: 9px; } }

.postList_tag br {
  display: none; }

.postList_tag a[href^='nolink'] {
  pointer-events: none; }

@media print, screen and (min-width: 768px) {
  .postList_date {
    margin-bottom: 8px; } }

@media only screen and (max-width: 767px) {
  .postList_date {
    margin-bottom: 5px; } }

.postList_button {
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .postList_button {
      width: 310px;
      margin: 40px auto 0; } }
  @media only screen and (max-width: 767px) {
    .postList_button {
      margin: 20px auto 0; } }
  .postList_button i {
    letter-spacing: .25em; }
    @media print, screen and (min-width: 768px) {
      .postList_button i {
        font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      .postList_button i {
        font-size: 11px; } }

/* 記事がないときのスタイル */
.postList_noPost {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .postList_noPost {
      padding-top: 33px; } }
  @media only screen and (max-width: 767px) {
    .postList_noPost {
      padding-top: 20px; } }

.postList_noPost_title {
  line-height: 1.6;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .postList_noPost_title {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .postList_noPost_title {
      font-size: 12px; } }

/*__ for English ______________________*/
@media print, screen and (min-width: 768px) {
  [lang='en'] .postList_node:not(.postList_noPost) {
    display: table;
    width: auto;
    background-color: #fff; } }

@media print, screen and (min-width: 768px) {
  [lang='en'] .postList_img {
    display: table-cell;
    width: 240px;
    background-color: #e4e6ed;
    vertical-align: middle; } }

@media print, screen and (min-width: 768px) {
  [lang='en'] .postList_img:before {
    display: block;
    height: 0;
    padding-bottom: 100%;
    content: ''; } }

@media print, screen and (min-width: 768px) {
  [lang='en'] .postList_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto; } }

@media print, screen and (min-width: 768px) {
  [lang='en'] .postList_info {
    display: table-cell;
    width: 530px;
    vertical-align: top; } }

@media print, screen and (min-width: 768px) {
  .bookPostList {
    width: 800px; }
    .bookPostList:after {
      width: 370px;
      margin: 0 30px 0 0; }
      .three-column .bookPostList:after {
        width: 310px; }
    .three-column .bookPostList {
      width: 1034px; } }

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

.bookPostList .bookPostList_node {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 4px solid #e4e6ed;
  font-size: 0;
  word-wrap: break-word;
  -webkit-transition: border .3s ease;
  transition: border .3s ease; }
  @media print, screen and (min-width: 768px) {
    .bookPostList .bookPostList_node {
      width: 370px;
      margin: 0 30px 30px 0; }
      .three-column .bookPostList .bookPostList_node {
        width: 310px;
        margin: 0 34px 30px 0; } }
  @media only screen and (max-width: 767px) {
    .bookPostList .bookPostList_node {
      width: 100%;
      margin: 0 0 20px 0; } }
  @media only screen and (max-width: 767px) {
    .bookPostList .bookPostList_node:last-child {
      margin: 0 0 20px 0; } }
  .bookPostList .bookPostList_node:hover {
    border-color: #00aae8;
    border-color: #00aae8; }
    [data-cat='design'] .bookPostList .bookPostList_node:hover {
      border-color: #b6ecac; }
    [data-cat='art'] .bookPostList .bookPostList_node:hover {
      border-color: #fab4a9; }
    [data-cat='photo'] .bookPostList .bookPostList_node:hover {
      border-color: #8cdae8; }
    [data-cat='hobby'] .bookPostList .bookPostList_node:hover {
      border-color: #cecebf; }
    [data-cat='kids'] .bookPostList .bookPostList_node:hover {
      border-color: #ff885b; }
    [data-cat='comicart'] .bookPostList .bookPostList_node:hover {
      border-color: #ffeb00; }
    [data-cat='ebook'] .bookPostList .bookPostList_node:hover {
      border-color: #c4afcc; }
  .bookPostList .bookPostList_node.newPost:after {
    top: -10px;
    left: -10px;
    right: auto;
    visibility: visible; }

.bookPostList .bookPostList_img {
  display: inline-block;
  position: relative;
  vertical-align: top; }
  @media print, screen and (min-width: 768px) {
    .bookPostList .bookPostList_img {
      width: 140px;
      height: 205px; } }
  @media only screen and (max-width: 767px) {
    .bookPostList .bookPostList_img {
      width: 38%; } }

.bookPostList .bookPostList_info {
  display: inline-block;
  position: relative;
  vertical-align: top; }
  @media print, screen and (min-width: 768px) {
    .bookPostList .bookPostList_info {
      width: 210px;
      margin-left: 18px; }
      .three-column .bookPostList .bookPostList_info {
        width: 150px; } }
  @media only screen and (max-width: 767px) {
    .bookPostList .bookPostList_info {
      width: 57%;
      margin-left: 4%; } }

.bookPostList .bookPostList_tag {
  margin-bottom: 10px; }

.bookPostList .bookPostList_releaseDay {
  display: block;
  margin-bottom: 9px; }
  @media print, screen and (min-width: 768px) {
    .bookPostList .bookPostList_releaseDay {
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .bookPostList .bookPostList_releaseDay {
      font-size: 10px; } }
  [lang='en'] .bookPostList .bookPostList_releaseDay {
    letter-spacing: .05em; }

.bookPostList .bookPostList_title {
  margin-bottom: 10px;
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .bookPostList .bookPostList_title {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .bookPostList .bookPostList_title {
      font-size: 14px; } }

/*__ recommendPostBlock - 関連記事 ______________________*/
.recommendPostBlock {
  background-color: #f1f2f6; }
  @media print, screen and (min-width: 1025px) {
    .recommendPostBlock {
      padding: 55px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .recommendPostBlock {
      padding: 20px 20px 20px; } }
  @media print, screen and (min-width: 1025px) {
    .recommendPostBlock .postList {
      width: 1065px; } }

@media print, screen and (min-width: 1025px) {
  .recommendPostBlock_inner {
    width: 1000px;
    margin: 0 auto; } }

/*__ recommendBookBlock - 関連書籍 ______________________*/
.recommendBookBlock_inner {
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .recommendBookBlock_inner {
      width: 1000px;
      padding: 56px 0 0; } }
  @media only screen and (max-width: 767px) {
    .recommendBookBlock_inner {
      padding: 13px 20px 0;
      text-align: center; } }
  .recommendBookBlock_inner .sectionTitle {
    text-align: left; }

.recommendBookList {
  font-size: 0;
  letter-spacing: 0; }
  @media print, screen and (min-width: 768px) {
    .recommendBookList .bookPostList_node {
      float: left;
      width: 140px;
      margin: 0 32px 30px 0; }
      .recommendBookList .bookPostList_node:nth-child(6n) {
        margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .recommendBookList .bookPostList_node {
      display: inline-block;
      width: 48%;
      margin-bottom: 30px;
      text-align: left;
      vertical-align: top; }
      .recommendBookList .bookPostList_node:nth-child(odd) {
        margin-right: 2%; }
      .recommendBookList .bookPostList_node:nth-child(even) {
        margin-left: 2%; } }
  .recommendBookList .bookPostList_node:hover[data-cat='design'] .bookPostList_img {
    border-color: #b6ecac; }
  .recommendBookList .bookPostList_node:hover[data-cat='art'] .bookPostList_img {
    border-color: #fab4a9; }
  .recommendBookList .bookPostList_node:hover[data-cat='photo'] .bookPostList_img {
    border-color: #8cdae8; }
  .recommendBookList .bookPostList_node:hover[data-cat='hobby'] .bookPostList_img {
    border-color: #cecebf; }
  .recommendBookList .bookPostList_node:hover[data-cat='kids'] .bookPostList_img {
    border-color: #ff885b; }
  .recommendBookList .bookPostList_node:hover[data-cat='comicart'] .bookPostList_img {
    border-color: #ffeb00; }
  .recommendBookList .bookPostList_node:hover[data-cat='ebook'] .bookPostList_img {
    border-color: #c4afcc; }
  .recommendBookList .bookPostList_img {
    padding-bottom: 20px;
    border-bottom: 4px solid #e4e6ed; }
    @media print, screen and (min-width: 768px) {
      .recommendBookList .bookPostList_img {
        height: 230px; } }
    .recommendBookList .bookPostList_img a {
      position: relative; }
  .recommendBookList .bookPostList_info {
    position: relative;
    margin-top: 20px; }
  .recommendBookList .bookPostList_tag {
    margin-bottom: 10px; }
  .recommendBookList .bookPostList_title {
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .recommendBookList .bookPostList_title {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .recommendBookList .bookPostList_title {
        font-size: 12px; } }
  .recommendBookList .bookPostList_price,
  .recommendBookList .bookPostList_spec {
    display: none; }
  .recommendBookList .bookPostList_caption {
    display: none; }

.pagerBlock {
  position: relative;
  margin: 0 auto 0;
  padding: 20px 0 35px; }
  @media only screen and (max-width: 767px) {
    .pagerBlock {
      padding: 20px 20px 30px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock .pagerBlock {
      max-width: 840px; } }

.pagerList {
  display: table;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .pagerList {
      max-width: 840px;
      height: 54px; } }
  @media only screen and (max-width: 767px) {
    .pagerList {
      height: 40px; } }
  .pagerList .page-numbers {
    display: table-cell;
    position: relative;
    height: 100%;
    font-size: 17px;
    text-align: center;
    vertical-align: middle; }
    @media print, screen and (min-width: 768px) {
      .pagerList .page-numbers {
        width: 30px; } }
    @media only screen and (max-width: 767px) {
      .pagerList .page-numbers {
        width: 20px; } }
    .pagerList .page-numbers.current {
      position: relative; }
      .pagerList .page-numbers.current:after {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 4px;
        content: '';
        background-color: #00aae8; }
        [data-cat='design'] .pagerList .page-numbers.current:after {
          background-color: #b6ecac; }
        [data-cat='art'] .pagerList .page-numbers.current:after {
          background-color: #fab4a9; }
        [data-cat='photo'] .pagerList .page-numbers.current:after {
          background-color: #8cdae8; }
        [data-cat='hobby'] .pagerList .page-numbers.current:after {
          background-color: #cecebf; }
        [data-cat='kids'] .pagerList .page-numbers.current:after {
          background-color: #ff885b; }
        [data-cat='comicart'] .pagerList .page-numbers.current:after {
          background-color: #ffeb00; }
        [data-cat='ebook'] .pagerList .page-numbers.current:after {
          background-color: #c4afcc; }
  .pagerList .prev,
  .pagerList .next {
    display: table;
    position: absolute;
    top: 0;
    font-weight: 700;
    font-size: 16px; }
    @media print, screen and (min-width: 768px) {
      .pagerList .prev,
      .pagerList .next {
        height: 54px;
        line-height: 54px; } }
    @media only screen and (max-width: 767px) {
      .pagerList .prev,
      .pagerList .next {
        height: 40px;
        line-height: 40px; } }
    .pagerList .prev:before,
    .pagerList .next:before {
      display: inline-block;
      position: absolute;
      border-radius: 50%;
      background-position: center center;
      background-color: #e4e6ed;
      background-repeat: no-repeat;
      content: ''; }
      @media print, screen and (min-width: 768px) {
        .pagerList .prev:before,
        .pagerList .next:before {
          width: 54px;
          height: 54px;
          border-radius: 50%;
          background-size: 9px auto; } }
      @media only screen and (max-width: 767px) {
        .pagerList .prev:before,
        .pagerList .next:before {
          width: 40px;
          height: 40px;
          background-size: 7px auto; } }
      html.ie .pagerList .prev:before, html.ie
      .pagerList .next:before {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; }
    .pagerList .prev span,
    .pagerList .next span {
      display: table-cell;
      vertical-align: middle; }
  .pagerList .prev {
    left: 0;
    width: auto; }
    @media print, screen and (min-width: 768px) {
      .pagerList .prev {
        padding-left: 90px; } }
    @media only screen and (max-width: 767px) {
      .pagerList .prev {
        padding-left: 57px; } }
    .pagerList .prev:before {
      left: 0;
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_left.svg); }
  .pagerList .next {
    right: 0;
    width: auto; }
    @media print, screen and (min-width: 768px) {
      .pagerList .next {
        padding-right: 90px; } }
    @media only screen and (max-width: 767px) {
      .pagerList .next {
        padding-right: 57px; } }
    @media print, screen and (min-width: 768px) {
      .articleBlock .pagerList .next {
        right: 0; } }
    .pagerList .next:before {
      right: 0;
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_right.svg); }

.pagerBlock-archive {
  position: relative;
  margin: 0 auto 0;
  padding: 20px 0 35px; }
  @media only screen and (max-width: 767px) {
    .pagerBlock-archive {
      padding: 25px 0 30px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock .pagerBlock-archive {
      max-width: 840px; } }

.pagerList-archive {
  display: table;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .pagerList-archive {
      max-width: 840px;
      height: 54px; } }
  @media only screen and (max-width: 767px) {
    .pagerList-archive {
      height: 40px;
      padding: 0 33px; } }
  .pagerList-archive .page-numbers {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    @media print, screen and (min-width: 768px) {
      .pagerList-archive .page-numbers {
        width: 44px;
        height: 44px;
        margin: 0 4px;
        font-size: 16px;
        line-height: 44px; }
        .ie .pagerList-archive .page-numbers {
          line-height: 48px; } }
    @media only screen and (max-width: 767px) {
      .pagerList-archive .page-numbers {
        width: 33px;
        height: 33px;
        margin: 0 3px 6px;
        font-size: 14px;
        line-height: 34px; } }
    .pagerList-archive .page-numbers.current {
      background-color: #000 !important;
      color: #fff; }
    .pagerList-archive .page-numbers:hover {
      background-color: #e4e6ed; }
  .pagerList-archive .prev,
  .pagerList-archive .next {
    background-color: transparent;
    font-size: 0; }
    @media only screen and (max-width: 767px) {
      .pagerList-archive .prev,
      .pagerList-archive .next {
        position: absolute;
        top: 0;
        width: 25px; } }
    .pagerList-archive .prev:before,
    .pagerList-archive .next:before {
      display: inline-block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      content: ''; }
      @media print, screen and (min-width: 768px) {
        .pagerList-archive .prev:before,
        .pagerList-archive .next:before {
          background-size: 10px auto; } }
      @media only screen and (max-width: 767px) {
        .pagerList-archive .prev:before,
        .pagerList-archive .next:before {
          background-size: 7px auto; } }
      html.ie .pagerList-archive .prev:before, html.ie
      .pagerList-archive .next:before {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; }
  .pagerList-archive .prev {
    left: 0; }
    .pagerList-archive .prev:before {
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_left.svg); }
  .pagerList-archive .next {
    right: 0; }
    .pagerList-archive .next:before {
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_right.svg); }

@media print, screen and (min-width: 768px) {
  .pickUpBlock, .specialBlock, .sidebar_pickUpBlock {
    padding: 35px 0 70px; } }

@media only screen and (max-width: 767px) {
  .pickUpBlock, .specialBlock, .sidebar_pickUpBlock {
    padding: 20px 0 14px; } }

.pickUpBlock .thumbnailBlock_inner, .specialBlock .thumbnailBlock_inner, .sidebar_pickUpBlock .thumbnailBlock_inner {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .pickUpBlock .thumbnailBlock_inner, .specialBlock .thumbnailBlock_inner, .sidebar_pickUpBlock .thumbnailBlock_inner {
      max-width: 1240px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailBlock_inner, .specialBlock .thumbnailBlock_inner, .sidebar_pickUpBlock .thumbnailBlock_inner {
      padding: 0 20px; } }

@media print, screen and (min-width: 1025px) {
  .pickUpBlock .sectionTitle, .specialBlock .sectionTitle, .sidebar_pickUpBlock .sectionTitle {
    padding: 0 120px; } }

@media print, screen and (min-width: 768px) {
  .pickUpBlock .sectionTitle, .specialBlock .sectionTitle, .sidebar_pickUpBlock .sectionTitle {
    margin: 0 auto 20px; } }

.pickUpBlock .thumbnailList, .specialBlock .thumbnailList, .sidebar_pickUpBlock .thumbnailList {
  position: relative;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .pickUpBlock .thumbnailList, .specialBlock .thumbnailList, .sidebar_pickUpBlock .thumbnailList {
      padding: 0 110px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList, .specialBlock .thumbnailList, .sidebar_pickUpBlock .thumbnailList {
      margin: 0 -7px;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .pickUpBlock .thumbnailList .thumbnailList_node, .specialBlock .thumbnailList .thumbnailList_node, .sidebar_pickUpBlock .thumbnailList .thumbnailList_node {
      width: 235px;
      margin: 0 10px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList .thumbnailList_node, .specialBlock .thumbnailList .thumbnailList_node, .sidebar_pickUpBlock .thumbnailList .thumbnailList_node {
      margin: 0 7px; } }
  @media print, screen and (min-width: 1025px) {
    .pickUpBlock .thumbnailList .thumbnailList_node, .specialBlock .thumbnailList .thumbnailList_node, .sidebar_pickUpBlock .thumbnailList .thumbnailList_node {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .pickUpBlock .thumbnailList .thumbnailList_node:hover, .specialBlock .thumbnailList .thumbnailList_node:hover, .sidebar_pickUpBlock .thumbnailList .thumbnailList_node:hover {
        opacity: .7; } }
  .pickUpBlock .thumbnailList .thumbnailList_node img, .specialBlock .thumbnailList .thumbnailList_node img, .sidebar_pickUpBlock .thumbnailList .thumbnailList_node img {
    width: 100%;
    height: auto; }
  @media print, screen and (min-width: 768px) {
    .pickUpBlock .thumbnailList .slick-dots, .specialBlock .thumbnailList .slick-dots, .sidebar_pickUpBlock .thumbnailList .slick-dots {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList .slick-dots, .specialBlock .thumbnailList .slick-dots, .sidebar_pickUpBlock .thumbnailList .slick-dots {
      position: static;
      margin-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList .slick-prev, .specialBlock .thumbnailList .slick-prev, .sidebar_pickUpBlock .thumbnailList .slick-prev, .pickUpBlock .thumbnailList .slick-next, .specialBlock .thumbnailList .slick-next, .sidebar_pickUpBlock .thumbnailList .slick-next {
      display: none !important; } }

.pickUpBlock .thumbnailList_node_title, .specialBlock .thumbnailList_node_title, .sidebar_pickUpBlock .thumbnailList_node_title {
  line-height: 1.2;
  text-align: left; }
  @media print, screen and (min-width: 768px) {
    .pickUpBlock .thumbnailList_node_title, .specialBlock .thumbnailList_node_title, .sidebar_pickUpBlock .thumbnailList_node_title {
      margin-top: 8px;
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList_node_title, .specialBlock .thumbnailList_node_title, .sidebar_pickUpBlock .thumbnailList_node_title {
      margin-top: 4px;
      font-size: 11px; } }

.pickUpBlock .thumbnailList_node_date, .specialBlock .thumbnailList_node_date, .sidebar_pickUpBlock .thumbnailList_node_date {
  line-height: 1.2;
  text-align: left; }
  @media print, screen and (min-width: 768px) {
    .pickUpBlock .thumbnailList_node_date, .specialBlock .thumbnailList_node_date, .sidebar_pickUpBlock .thumbnailList_node_date {
      margin-top: 8px;
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList_node_date, .specialBlock .thumbnailList_node_date, .sidebar_pickUpBlock .thumbnailList_node_date {
      margin-top: 4px;
      font-size: 11px; } }

@media print, screen and (min-width: 768px) {
  .pickUpBlock .thumbnailList_more, .specialBlock .thumbnailList_more, .sidebar_pickUpBlock .thumbnailList_more {
    padding-right: 120px; } }

@media only screen and (max-width: 767px) {
  .pickUpBlock .thumbnailList_more, .specialBlock .thumbnailList_more, .sidebar_pickUpBlock .thumbnailList_more {
    padding-right: 20px; } }

.pickUpBlock {
  background-color: #fff; }
  .pickUpBlock .sectionTitle:before {
    background-color: #e4e6ed; }
  .pickUpBlock .slick-prev,
  .pickUpBlock .slick-next {
    border: 3px solid #e4e6ed; }
    @media print, screen and (min-width: 768px) {
      .pickUpBlock .slick-prev,
      .pickUpBlock .slick-next {
        background-color: #e4e6ed; } }
    @media print, screen and (min-width: 1025px) {
      .pickUpBlock .slick-prev:hover,
      .pickUpBlock .slick-next:hover {
        border: 3px solid #e4e6ed;
        background-color: #fff; } }

.pickUpBlock_inner {
  margin: 0 auto; }

.shareBlock {
  padding: 40px 0 0;
  text-align: center; }

.shareBlock_title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .24em; }

.shareList {
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    .shareList {
      display: table;
      width: 100%; } }

.shareList_node {
  text-align: center;
  -webkit-transition: .1s linear;
  transition: .1s linear; }
  @media print, screen and (min-width: 768px) {
    .shareList_node {
      display: inline-block;
      margin-right: 8px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .shareList_node {
      display: table-cell;
      width: 25%;
      padding: 0 2px;
      font-size: 13px; } }
  .shareList_node.hatebu a {
    background-color: #00a4de; }
  .shareList_node.facebook a {
    background-color: #4267b2; }
  .shareList_node.twitter a {
    background-color: #1b95e0; }
  .shareList_node.pinterest a {
    background-color: #bd081c; }
  .shareList_node.pocket a {
    background-color: #eb5252; }
  @media print, screen and (min-width: 1025px) {
    .shareList_node:hover {
      opacity: .7; } }
  .shareList_node .shareList_node_count {
    display: inline-block;
    padding: 0 0 0 3px;
    color: #fff; }
  .shareList_node a {
    display: block; }
    @media print, screen and (min-width: 768px) {
      .shareList_node a {
        width: 133px;
        height: 48px;
        line-height: 48px; } }
    @media only screen and (max-width: 767px) {
      .shareList_node a {
        width: 100%;
        height: 50px;
        line-height: 50px; } }
    html.ie11 .shareList_node a,
    html.ie9 .shareList_node a {
      line-height: 51px; }
  .shareList_node svg {
    vertical-align: middle;
    fill: #fff; }
    @media print, screen and (min-width: 768px) {
      .shareList_node svg {
        width: 24px;
        height: 24px; } }
    @media only screen and (max-width: 767px) {
      .shareList_node svg {
        width: 17px;
        height: 17px; } }

.informationBlock {
  margin-bottom: 60px; }
  @media print, screen and (min-width: 768px) {
    .informationBlock .sectionTitle {
      margin-bottom: 28px; } }

.informationBlock_inner {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .page-home .informationBlock_inner,
    .page-bookstore .informationBlock_inner,
    .post_type-bookstore .informationBlock_inner,
    .post_type-sales .informationBlock_inner {
      width: 770px; } }

.informationPostList_node {
  background-color: #fff;
  font-size: 0;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .informationPostList_node {
      margin-bottom: 4px; } }
  @media only screen and (max-width: 767px) {
    .informationPostList_node {
      margin-bottom: 1px; } }
  @media print, screen and (min-width: 1025px) {
    .informationPostList_node {
      position: relative;
      border: 3px solid transparent; }
      .informationPostList_node:hover {
        border-color: #00aae8; } }
  .informationPostList_node:last-child {
    margin-bottom: 0; }
  .informationPostList_node a {
    display: table;
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      .informationPostList_node a {
        min-height: 58px;
        padding: 10px 20px 8px; } }
    @media only screen and (max-width: 767px) {
      .informationPostList_node a {
        padding: 10px 10px 8px; } }

.informationPostList_date {
  display: table-cell;
  letter-spacing: .2em; }
  @media print, screen and (min-width: 768px) {
    .informationPostList_date {
      width: 90px;
      font-size: 11px;
      vertical-align: middle; } }
  @media only screen and (max-width: 767px) {
    .informationPostList_date {
      width: 27%;
      padding-right: 10px;
      font-size: 10px;
      vertical-align: top; } }

.informationPostList_title {
  display: table-cell;
  letter-spacing: .13em; }
  @media print, screen and (min-width: 768px) {
    .informationPostList_title {
      width: 630px;
      font-size: 15px;
      vertical-align: middle; } }
  @media only screen and (max-width: 767px) {
    .informationPostList_title {
      width: 73%;
      font-size: 13px;
      vertical-align: top; } }
  html[lang='en'] .informationPostList_title {
    letter-spacing: .05em; }

.informationPost_more {
  position: static;
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .informationPost_more {
      width: 288px;
      margin: 36px auto 0; } }
  @media only screen and (max-width: 767px) {
    .informationPost_more {
      margin: 15px auto 0; } }

@media print, screen and (min-width: 768px) {
  .masonryBlock + .informationPost_more {
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  .masonryBlock + .informationPost_more {
    margin-top: 0; } }

.categoryNavBlock {
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .categoryNavBlock {
      padding: 20px 0; } }
  .post_type-book .categoryNavBlock {
    background-color: transparent; }
    @media print, screen and (min-width: 768px) {
      .post_type-book .categoryNavBlock {
        margin-bottom: 20px; } }

.categoryNavList {
  font-size: 0;
  letter-spacing: 0;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .categoryNavList {
      width: 1000px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .categoryNavList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      min-width: 320px;
      padding: 0 20px; } }
  @media only screen and (max-width: 320px) {
    .categoryNavList {
      padding: 0 10px; } }

.categoryNavList_node {
  display: inline-block;
  vertical-align: top; }
  @media print, screen and (min-width: 768px) {
    .categoryNavList_node {
      width: 165px;
      padding: 10px 0; }
      .column2 .categoryNavList_node,
      .page-mail .categoryNavList_node {
        width: 25%; } }
  @media only screen and (max-width: 767px) {
    .categoryNavList_node {
      width: 33%;
      margin-bottom: 20px; }
      .column2 .categoryNavList_node {
        width: 50%; }
      .categoryNavList_node:nth-last-child(-n+3) {
        margin-bottom: 0; } }
  html.pc .categoryNavList_node:hover {
    background-color: #f1f2f6; }
    html.pc .categoryNavList_node:hover[data-cat='design'] {
      background-color: #b6ecac; }
    html.pc .categoryNavList_node:hover[data-cat='art'] {
      background-color: #fab4a9; }
    html.pc .categoryNavList_node:hover[data-cat='photo'] {
      background-color: #8cdae8; }
    html.pc .categoryNavList_node:hover[data-cat='hobby'] {
      background-color: #cecebf; }
    html.pc .categoryNavList_node:hover[data-cat='kids'] {
      background-color: #ff885b; }
    html.pc .categoryNavList_node:hover[data-cat='comicart'] {
      background-color: #ffeb00; }
    html.pc .categoryNavList_node:hover[data-cat='ebook'] {
      background-color: #c4afcc; }
  .categoryNavList_node.active {
    background-color: #f1f2f6; }
    .categoryNavList_node.active[data-cat='design'] {
      background-color: #b6ecac; }
    .categoryNavList_node.active[data-cat='art'] {
      background-color: #fab4a9; }
    .categoryNavList_node.active[data-cat='photo'] {
      background-color: #8cdae8; }
    .categoryNavList_node.active[data-cat='hobby'] {
      background-color: #cecebf; }
    .categoryNavList_node.active[data-cat='kids'] {
      background-color: #ff885b; }
    .categoryNavList_node.active[data-cat='comicart'] {
      background-color: #ffeb00; }
    .categoryNavList_node.active[data-cat='ebook'] {
      background-color: #c4afcc; }

.categoryNavList_link {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
  @media print, screen and (min-width: 768px) {
    .categoryNavList_link {
      height: 70px; }
      .categoryNavList_link:before {
        content: "";
        width: 2px;
        border-left: 2px dotted #78797b;
        height: 70px;
        position: absolute;
        top: 0;
        left: 0; }
      .categoryNavList_node:last-child .categoryNavList_link:after {
        content: "";
        width: 2px;
        border-right: 2px dotted #78797b;
        height: 70px;
        position: absolute;
        top: 0;
        right: 0; } }
  @media only screen and (max-width: 767px) {
    .categoryNavList_link {
      height: 54px; }
      .categoryNavList_link:before {
        content: "";
        width: 2px;
        border-left: 2px dotted #78797b;
        height: 54px;
        position: absolute;
        top: 0;
        left: 0; }
      .categoryNavList_node:nth-child(3n) .categoryNavList_link:after {
        content: "";
        width: 2px;
        border-right: 2px dotted #78797b;
        height: 54px;
        position: absolute;
        top: 0;
        right: -2px; }
      .column2 .categoryNavList_node:nth-child(3n) .categoryNavList_link {
        border-right: 0; }
      .column2 .categoryNavList_node:nth-child(2n) .categoryNavList_link:after {
        content: "";
        width: 2px;
        border-right: 2px dotted #78797b;
        height: 54px;
        position: absolute;
        top: 0;
        right: 0; }
      .categoryNavList_node:last-child .categoryNavList_link:after {
        content: "";
        width: 2px;
        border-right: 2px dotted #78797b;
        height: 54px;
        position: absolute;
        top: 0;
        right: -2px; } }
  .categoryNavList_link span {
    display: table-cell;
    letter-spacing: .25em;
    vertical-align: middle; }
    @media print, screen and (min-width: 768px) {
      .categoryNavList_link span {
        font-size: 14px;
        line-height: 2; } }
    @media only screen and (max-width: 767px) {
      .categoryNavList_link span {
        font-size: 11px;
        line-height: 1.8; } }
    @media only screen and (max-width: 320px) {
      .categoryNavList_link span {
        font-size: 10px; } }
    html[lang='en'] .categoryNavList_link span {
      letter-spacing: .05em; }
      @media print, screen and (min-width: 768px) {
        html[lang='en'] .categoryNavList_link span {
          line-height: 1.5; } }
  .categoryNavList_link br {
    display: inline-block !important; }

@media print, screen and (min-width: 768px) {
  body[data-cat="comicart"] .informationBlock_inner {
    width: 770px; } }

@media print, screen and (min-width: 1025px) {
  body[data-cat="comicart"] .informationPostList_node:hover {
    border-color: #FFEB00; } }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html,
body {
  font-size: 14px;
  line-height: 1; }

body {
  position: relative;
  background-color: #f1f2f6;
  letter-spacing: .1em; }
  @media print, screen and (min-width: 768px) {
    body {
      min-width: 1000px; } }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 2px; } }
  html[lang='en'] body {
    letter-spacing: .05em; }
  body.headerOpen {
    overflow: hidden;
    height: 100%; }

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%; }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: 100%; } }
  .headerOpen .wrapper {
    position: fixed;
    pointer-events: none; }

a {
  color: #000;
  text-decoration: none; }

button,
input[type='button'] {
  cursor: pointer; }

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0; }

.dn-sp {
  display: inline; }
  @media only screen and (max-width: 767px) {
    .dn-sp {
      display: none; } }

.dn-pc {
  display: none; }
  @media only screen and (max-width: 767px) {
    .dn-pc {
      display: inline; } }

@media print, screen and (min-width: 768px) {
  main {
    margin: 120px 0 0; }
    html[lang='en'] main {
      margin: 149px 0 0; } }

@media only screen and (max-width: 767px) {
  main {
    margin: 68px 0 0; } }

.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
.slick-dots {
  display: inline-block !important;
  vertical-align: top;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      bottom: 8px; } }
  .slick-dots li {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    background-color: #959AA0;
    border: 2px solid #F1F2F6; }
    @media only screen and (max-width: 767px) {
      .slick-dots li {
        margin: 0 3px;
        width: 7px;
        height: 7px;
        border-width: 1px; } }
    .slick-dots li.slick-active, .slick-dots li:hover {
      background-color: #000; }

.slick-prev, .slick-next {
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #fff; }
  @media print, screen and (min-width: 768px) {
    .slick-prev, .slick-next {
      width: 54px;
      height: 54px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media only screen and (max-width: 767px) {
    .slick-prev, .slick-next {
      width: 40px;
      height: 40px; } }
  html.ie .slick-prev:before, html.ie .slick-next:before {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  @media print, screen and (min-width: 1025px) {
    .slick-prev:hover, .slick-next:hover {
      background-color: #F1F2F6;
      border: 3px solid #fff; } }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-prev:before, .slick-next:before {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  @media print, screen and (min-width: 768px) {
    .slick-prev:before, .slick-next:before {
      background-size: 9px auto; } }
  @media only screen and (max-width: 767px) {
    .slick-prev:before, .slick-next:before {
      background-size: 7px auto; } }

.slick-prev:before {
  background-image: url(/wp/wp-content/themes/assets/svg/arrow_left.svg); }

.slick-next:before {
  background-image: url(/wp/wp-content/themes/assets/svg/arrow_right.svg); }

@media print, screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 120px; } }

@media print, screen and (min-width: 768px) {
  html[lang='en'] .header {
    top: 30px;
    -webkit-transition: top .2s ease;
    transition: top .2s ease; } }

@media print, screen and (min-width: 768px) {
  html[lang='en'] .scrolled .header {
    top: 0; } }

@media print, screen and (min-width: 768px) {
  .header_inner {
    position: relative;
    width: 100%;
    min-width: 1025px;
    padding: 25px 0 0;
    border-bottom: 2px solid #e4e6ed;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

.headerMain {
  position: relative;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .headerMain {
      z-index: 10; } }
  @media only screen and (max-width: 767px) {
    .headerMain {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 5000;
      width: 100%;
      height: 68px;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
      background-color: #fff; } }

/* headerMain_logo
-----------------------------------------------------------------*/
.headerMain_logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .headerMain_logo {
      top: 0;
      width: 182px; } }
  @media only screen and (max-width: 767px) {
    .headerMain_logo {
      top: 25px;
      width: 125px; } }
  .headerMain_logo a {
    display: block; }
  .headerMain_logo .headerMain_logo-icon {
    display: none; }
  .headerMain_logo svg {
    width: 182px;
    height: 21px;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .headerMain_logo svg {
        width: 125px; } }

/* headerSns
-----------------------------------------------------------------*/
.headerSns {
  float: left;
  margin-left: 15px; }
  @media only screen and (max-width: 767px) {
    .headerSns {
      display: none; } }

.headerSns_list {
  font-size: 0; }

.headerSns_list_node {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle; }
  .headerSns_list_node.instagram svg {
    height: 21px; }
  .headerSns_list_node:hover.facebook svg {
    fill: #3d62b6; }
  .headerSns_list_node:hover.twitter svg {
    fill: #00a9ef; }
  .headerSns_list_node:hover.pinterest svg {
    fill: #bd081c; }
  .headerSns_list_node:hover.instagram svg {
    fill: #e1306c; }
  .headerSns_list_node:hover.weibo svg {
    fill: #E6172D; }
  .headerSns_list_node:hover.youtube svg {
    fill: #EE3123; }
  .headerSns_list_node svg {
    width: 24px;
    height: 20px;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #000; }

/* headerFunction
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .headerFunction {
    position: absolute;
    top: 0;
    right: 18px;
    -webkit-transition: top .3s ease;
    transition: top .3s ease; } }

@media only screen and (max-width: 767px) {
  .headerFunction {
    float: left;
    margin-left: 8px; } }

.headerFunction_list {
  font-size: 0; }

.headerFunction_list_node {
  display: inline-block;
  margin: 0 9px;
  font-size: 11px;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .headerFunction_list_node {
      height: 100%;
      margin: 0 8px;
      line-height: 68px; } }
  @media only screen and (max-width: 767px) {
    .headerFunction_list_node.changeLanguage, .headerFunction_list_node.comicArt {
      display: none; } }
  @media print, screen and (min-width: 768px) {
    .headerFunction_list_node.searchButton {
      padding-left: 20px; } }
  .headerFunction_list_node svg {
    width: 20px;
    height: 20px;
    fill: #000; }
    @media only screen and (max-width: 767px) {
      .headerFunction_list_node svg {
        width: 17px;
        height: 17px; } }

.changeLanguage_box {
  position: fixed;
  top: 0;
  right: 10px;
  width: 500px;
  padding: 3px 0 0; }
  .changeLanguage_box ul {
    text-align: right; }
  .changeLanguage_box li {
    display: inline-block;
    padding: 0 4px;
    font-size: 8px;
    vertical-align: top; }
    .changeLanguage_box li.on {
      background-color: #ccc; }

/* headerMain_menu
-----------------------------------------------------------------*/
.headerMain_menu {
  position: relative;
  float: right;
  width: 60px;
  height: 66px;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .headerMain_menu {
      display: none; } }
  .headerMain_menu span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 17px;
    margin: auto; }
    .headerMain_menu span i {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #000;
      content: '';
      -webkit-transition: width .3s ease, -webkit-transform .3s ease;
      transition: width .3s ease, -webkit-transform .3s ease;
      transition: width .3s ease, transform .3s ease;
      transition: width .3s ease, transform .3s ease, -webkit-transform .3s ease; }
      .headerMain_menu span i:nth-child(1) {
        top: 0; }
      .headerMain_menu span i:nth-child(2) {
        top: 7px; }
      .headerMain_menu span i:nth-child(3) {
        bottom: 0; }

/* headerNav
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .headerNav {
    min-width: 1080px;
    margin-top: 28px;
    font-size: 0;
    text-align: center;
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease; } }

@media only screen and (max-width: 767px) {
  .headerNav {
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 5000;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    visibility: hidden;
    width: 100%;
    border-top: 2px solid #000;
    -webkit-transition: visibility .2s ease, -webkit-transform .2s ease;
    transition: visibility .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, visibility .2s ease;
    transition: transform .2s ease, visibility .2s ease, -webkit-transform .2s ease; } }

@media only screen and (max-width: 767px) {
  .headerOpen .headerNav {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    visibility: visible; } }

@media only screen and (max-width: 767px) {
  .headerNav_inner {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list {
    display: inline-block;
    font-size: 0; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list_node {
    display: inline-block;
    position: relative;
    position: relative;
    height: 44px;
    padding: 0 30px;
    line-height: 20px;
    vertical-align: top; }
    .headerNav_list_node.language, .headerNav_list_node.company {
      display: none; }
    html[lang='en'] .headerNav_list_node {
      padding: 0 22px; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list_node:before {
    position: absolute;
    top: 0;
    left: -6px;
    width: 12px;
    height: 100%;
    background-position: center top;
    background-image: url(/wp/wp-content/themes/assets/images/common/nav_arrow.png);
    background-repeat: no-repeat;
    content: ''; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list_node:first-child:before {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list_node-sns {
    display: none; } }

@media only screen and (max-width: 767px) {
  .headerNav_list_node-sns {
    padding: 30px 0;
    border-bottom: 2px solid #000;
    background-color: #fff;
    text-align: center; }
    .headerNav_list_node-sns .headerSns_list_node {
      margin: 0 10px; } }

@media only screen and (max-width: 767px) {
  .headerNav_list_title {
    margin-bottom: 20px;
    font-size: 13px; } }

.headerNav_list_link,
.headerNav_list_parent {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .headerNav_list_link,
    .headerNav_list_parent {
      padding: 0 0 9px;
      font-size: 16px;
      letter-spacing: .15em; }
      .selected .headerNav_list_link, .selected
      .headerNav_list_parent {
        border-bottom: 4px solid #000; }
      html[lang='en'] .headerNav_list_link, html[lang='en']
      .headerNav_list_parent {
        font-size: 15px;
        letter-spacing: .03em; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .headerNav_list_link,
    .headerNav_list_parent {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .headerNav_list_link,
    .headerNav_list_parent {
      position: relative;
      height: 55px;
      padding: 0 20px;
      border-bottom: 2px solid #000;
      background-color: #fff;
      font-size: 13px;
      line-height: 55px; } }
  @media only screen and (max-width: 767px) {
    .headerNav_list_link:before,
    .headerNav_list_parent:before {
      display: inline-block;
      width: 3px;
      height: 13px;
      margin-right: 7px;
      background-color: #000;
      vertical-align: text-top;
      content: ''; } }

@media only screen and (max-width: 767px) {
  .headerNav_list_parent:after {
    position: absolute;
    top: 0;
    right: 20px;
    width: 8px;
    height: 100%;
    background-position: center;
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 8px auto;
    content: ''; }
    .open .headerNav_list_parent:after {
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_up.svg); } }

@media print, screen and (min-width: 768px) {
  .headerNav_list-level2 {
    display: block !important;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 1000px;
    margin: auto; }
    html[lang='en'] .headerNav_list-level2 {
      top: 149px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerNav_list-level2 {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .headerNav_list-level2 {
    display: none;
    position: static; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list-level2 a {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .headerNav_list-level2 a {
    font-size: 13px; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list-level2_node {
    float: left;
    width: 250px;
    height: 0;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    -webkit-transition: height .4s ease;
    transition: height .4s ease; }
    .headerNav_list-level2_node[data-cat='design'] span:before {
      background-color: #b6ecac; }
    .headerNav_list-level2_node[data-cat='art'] span:before {
      background-color: #fab4a9; }
    .headerNav_list-level2_node[data-cat='photo'] span:before {
      background-color: #8cdae8; }
    .headerNav_list-level2_node[data-cat='hobby'] span:before {
      background-color: #cecebf; }
    .headerNav_list-level2_node[data-cat='kids'] span:before {
      background-color: #ff885b; }
    .headerNav_list-level2_node[data-cat='comicart'] span:before {
      background-color: #ffeb00; }
    .headerNav_list-level2_node[data-cat='ebook'] span:before {
      background-color: #c4afcc; }
    .headerNav_list-level2_node:hover {
      background-color: rgba(0, 170, 232, 0.9); }
      .headerNav_list-level2_node:hover[data-cat='design'] {
        background-color: rgba(182, 236, 172, 0.9); }
      .headerNav_list-level2_node:hover[data-cat='art'] {
        background-color: rgba(250, 180, 169, 0.9); }
      .headerNav_list-level2_node:hover[data-cat='photo'] {
        background-color: rgba(140, 218, 232, 0.9); }
      .headerNav_list-level2_node:hover[data-cat='hobby'] {
        background-color: rgba(206, 206, 191, 0.9); }
      .headerNav_list-level2_node:hover[data-cat='kids'] {
        background-color: rgba(255, 136, 91, 0.9); }
      .headerNav_list-level2_node:hover[data-cat='comicart'] {
        background-color: rgba(255, 235, 0, 0.9); }
      .headerNav_list-level2_node:hover[data-cat='ebook'] {
        background-color: rgba(196, 175, 204, 0.9); }
      .headerNav_list-level2_node:hover span {
        color: #000; }
        .headerNav_list-level2_node:hover span:before {
          background-color: #fff !important; }
    .selected .headerNav_list-level2_node {
      height: 105px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerNav_list-level2_node {
    width: 33.33%; } }

@media only screen and (max-width: 767px) {
  .headerNav_list-level2_node {
    height: 55px;
    border-bottom: 2px solid #f1f2f6;
    background-color: #fff; } }

@media only screen and (max-width: 767px) {
  .headerNav_list-level2_node.blank {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list-level2_node a {
    display: table;
    width: 100%;
    height: 105px;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease; } }

@media only screen and (max-width: 767px) {
  .headerNav_list-level2_node a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 20px 0 50px; } }

@media print, screen and (min-width: 768px) {
  .selected .headerNav_list-level2_node a {
    opacity: 1;
    -webkit-transition: .4s ease .2s;
    transition: .4s ease .2s; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list-level2_node span {
    display: table-cell;
    color: #fff;
    vertical-align: middle; } }

@media print, screen and (min-width: 768px) {
  .headerNav_list-level2_node span:before {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background-color: #fff;
    content: ''; } }

@media only screen and (max-width: 767px) {
  .headerNav_list-level2_node span {
    width: 100%; } }

/* Search Box
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .searchDrawer {
    position: absolute;
    top: 21px;
    right: 161px;
    z-index: 300; }
    html[lang='en'] .searchDrawer {
      right: 134px; } }

@media only screen and (max-width: 767px) {
  .searchDrawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease; } }

.searchOpen .searchDrawer {
  visibility: visible;
  opacity: 1; }

.searchDrawer_inner {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .searchDrawer_inner {
      width: 100%;
      margin: 68px auto 0; } }

.searchDrawer_form {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .searchDrawer_form {
      width: 200px;
      height: 28px; } }
  @media only screen and (max-width: 767px) {
    .searchDrawer_form {
      width: 100%; } }
  .searchDrawer_form.loading:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    width: 16px;
    height: 16px;
    margin: auto;
    background-position: center;
    background-image: url(/wp/wp-content/themes/assets/images/common/loader_circle.gif);
    background-repeat: no-repeat;
    background-size: 16px auto;
    content: ''; }
    @media only screen and (max-width: 767px) {
      .searchDrawer_form.loading:after {
        right: 8px;
        width: 30px;
        height: 30px;
        background-color: #fff; } }

.searchDrawer_form_input {
  width: 100%;
  border: 0;
  outline: 0; }
  @media print, screen and (min-width: 768px) {
    .searchDrawer_form_input {
      height: 100%;
      padding: 0 40px 0 6px;
      border: 2px solid #f1f2f6;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .searchDrawer_form_input {
      height: 40px;
      padding: 0 45px 0 13px;
      border: 2px solid #000;
      font-size: 13px; } }
  @media print, screen and (min-width: 1025px) {
    .searchDrawer_form_input {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .searchDrawer_form_input:focus {
        border: 2px solid #000; } }

.searchDrawer_form_button {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .searchDrawer_form_button {
      top: -2px;
      right: -39px;
      width: 28px;
      height: 28px; } }
  @media only screen and (max-width: 767px) {
    .searchDrawer_form_button {
      width: 45px;
      height: 40px; } }

.searchDrawer_form_icon {
  fill: #000;
  stroke: #000;
  stroke-width: 2px; }
  @media print, screen and (min-width: 768px) {
    .searchDrawer_form_icon {
      width: 100%;
      height: 100%;
      opacity: 0; } }
  @media only screen and (max-width: 767px) {
    .searchDrawer_form_icon {
      width: 15px;
      height: 15px; } }

.searchDrawer_close {
  position: absolute; }
  @media print, screen and (min-width: 768px) {
    .searchDrawer_close {
      top: -51px;
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .searchDrawer_close {
      top: -41px;
      left: 0; } }

.searchDrawer_close_icon {
  stroke: #000;
  fill: #000; }
  @media print, screen and (min-width: 768px) {
    .searchDrawer_close_icon {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .searchDrawer_close_icon {
      width: 16px;
      height: 16px; } }

.searchDrawer_suggest {
  display: none;
  position: absolute;
  left: 0;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .searchDrawer_suggest {
      top: 28px;
      background-color: #fff; } }
  @media only screen and (max-width: 767px) {
    .searchDrawer_suggest {
      top: 44px; } }
  .searchDrawer_suggest.active {
    display: block; }

.searchDrawer_suggest_list {
  padding: 0 10px 12px; }

.searchDrawer_suggest_list_node {
  padding: 8px 0 6px;
  border-bottom: 1px solid #bbb;
  word-wrap: break-word; }
  .searchDrawer_suggest_list_node a {
    display: block;
    position: relative;
    padding-left: 1em;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer; }
    .searchDrawer_suggest_list_node a:before {
      display: inline-block;
      position: absolute;
      top: 2px;
      left: 0;
      width: 10px;
      height: 10px;
      margin-right: 3px;
      border-radius: 50%;
      background-color: #e4e6ed;
      content: ''; }
    .searchDrawer_suggest_list_node a:hover {
      opacity: .6; }

/* headerスクロール時
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  body.scrolled .header.searchInputShow .searchDrawer {
    visibility: visible;
    opacity: 1; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .header_inner {
    min-width: 1200px;
    padding-top: 20px; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .changeLanguage_box {
    visibility: hidden;
    opacity: 0; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .searchDrawer {
    top: 35px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerMain_logo {
    left: 30px;
    right: auto;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: #000; }
    body.scrolled .headerMain_logo a {
      display: table;
      width: 100%;
      height: 100%;
      text-align: center; }
    body.scrolled .headerMain_logo .changeLanguage_box,
    body.scrolled .headerMain_logo .headerMain_logo-nomal {
      display: none; }
    body.scrolled .headerMain_logo .headerMain_logo-icon {
      display: table-cell;
      vertical-align: middle; }
      body.scrolled .headerMain_logo .headerMain_logo-icon svg {
        width: 44px;
        height: 23px;
        fill: #fff; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerSns {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: none;
    margin-right: 30px; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerSns_list_node {
    display: block;
    margin: 27px 0; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerFunction {
    top: 19px; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerNav {
    margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerNav_list {
    margin-left: -50px; }
    [lang='en'] body.scrolled .headerNav_list {
      margin-left: -35px; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerNav_list_node {
    height: 60px;
    padding: 0 30px; }
    [lang='en'] body.scrolled .headerNav_list_node {
      padding: 0 22px; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerNav_list_parent {
    padding-bottom: 0;
    font-size: 16px; } }

@media print, screen and (min-width: 768px) {
  body.scrolled .headerNav_list-level2 {
    top: 102px; } }

/* 言語選択
-----------------------------------------------------------------*/
.languageBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media print, screen and (min-width: 768px) {
    .languageBlock {
      background-color: rgba(255, 255, 255, 0.95); } }
  @media only screen and (max-width: 767px) {
    .languageBlock {
      overflow-y: scroll;
      padding: 20px 0 0;
      background-color: #fff;
      -webkit-overflow-scrolling: touch; } }
  .languageOpen .languageBlock {
    visibility: visible;
    opacity: 1; }

@media print, screen and (min-width: 768px) {
  .languageBlock_inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1000px;
    margin: 0 auto; } }

.languageBlock_contens {
  position: relative;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .languageBlock_contens {
      padding: 40px;
      border: 4px solid #000; } }

.languageBlock_close {
  position: absolute; }
  @media print, screen and (min-width: 768px) {
    .languageBlock_close {
      top: 40px;
      right: 40px; } }
  @media only screen and (max-width: 767px) {
    .languageBlock_close {
      top: 8px;
      left: 20px; } }
  .languageBlock_close svg {
    stroke: #000;
    fill: #000; }
    @media print, screen and (min-width: 768px) {
      .languageBlock_close svg {
        width: 32px;
        height: 32px; } }
    @media only screen and (max-width: 767px) {
      .languageBlock_close svg {
        width: 16px;
        height: 16px; } }

.languageBlock_logo {
  display: table;
  background-color: #000;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .languageBlock_logo {
      position: absolute;
      top: 40px;
      left: 40px;
      width: 107px;
      height: 107px;
      border-radius: 8px; } }
  @media only screen and (max-width: 767px) {
    .languageBlock_logo {
      width: 40px;
      height: 40px;
      margin: 0 auto 20px;
      border-radius: 4px; } }
  .languageBlock_logo span {
    display: table-cell;
    vertical-align: middle; }
  .languageBlock_logo svg {
    fill: #fff; }
    @media print, screen and (min-width: 768px) {
      .languageBlock_logo svg {
        width: 79px;
        height: 40px; } }
    @media only screen and (max-width: 767px) {
      .languageBlock_logo svg {
        width: 30px;
        height: 15px; } }

.languageBlock_title {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .languageBlock_title {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .languageBlock_title {
      margin-bottom: 15px; } }

.languageBlock_title-arch {
  display: block; }
  @media only screen and (max-width: 767px) {
    .languageBlock_title-arch img {
      height: 27px; } }

.languageBlock_title-main {
  display: block;
  line-height: 1.2; }
  @media print, screen and (min-width: 768px) {
    .languageBlock_title-main {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .languageBlock_title-main {
      font-size: 12px; } }

@media print, screen and (min-width: 768px) {
  .languageList {
    display: table;
    width: 100%;
    border-right: 2px dotted #78797b; } }

@media only screen and (max-width: 767px) {
  .languageList {
    border-bottom: 2px solid #000; } }

@media print, screen and (min-width: 768px) {
  .languageList_node {
    display: table-cell;
    width: 33.3%;
    height: 258px;
    padding: 22px 0;
    border-left: 2px dotted #78797b;
    text-align: center;
    vertical-align: middle; } }

@media only screen and (max-width: 767px) {
  .languageList_node {
    width: 100%;
    border-top: 2px solid #000; } }

.languageList_node.on, .languageList_node:hover {
  background-color: #f1f2f6; }

@media only screen and (max-width: 767px) {
  .languageList_node a {
    display: table;
    width: 100%;
    padding: 17px 20px 16px; } }

.languageList_title {
  line-height: 1.3; }
  @media print, screen and (min-width: 768px) {
    .languageList_title {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .languageList_title {
      display: table-cell;
      padding-left: 15px;
      font-size: 16px;
      vertical-align: middle; } }
  @media print, screen and (min-width: 768px) {
    .languageList_title small {
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) {
    .languageList_title small {
      font-size: 12px; } }

.languageBlock_lead {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .languageBlock_lead {
      margin-top: 25px; } }
  @media only screen and (max-width: 767px) {
    .languageBlock_lead {
      padding: 18px 0;
      border-bottom: 2px solid #000;
      font-size: 10px;
      line-height: 1.6; } }

/* 言語の選択ステータス
-----------------------------------------------------------------*/
.languageStateBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #f1f2f6; }
  @media only screen and (max-width: 767px) {
    .languageStateBlock {
      display: none; } }

.languageStateList {
  padding: 10px 18px;
  font-size: 0;
  text-align: right; }

.languageStateList_node {
  display: inline-block;
  font-size: 0;
  vertical-align: top; }
  @media print, screen and (min-width: 768px) {
    .languageStateList_node {
      margin-right: 20px; }
      .languageStateList_node:last-child {
        margin-right: 0; } }
  @media print, screen and (min-width: 1025px) {
    .languageStateList_node:hover .languageStateList_icon img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .languageStateList_node:hover .languageStateList_name {
      color: #000; } }
  .languageStateList_node.on .languageStateList_icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .languageStateList_node.on .languageStateList_name {
    color: #000; }

.languageStateList_info {
  display: inline-block;
  vertical-align: middle; }

.languageStateList_name {
  color: #b1b3b4;
  font-size: 11px; }

.pageUp {
  position: fixed;
  z-index: 100;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px); }
  @media print, screen and (min-width: 768px) {
    .pageUp {
      bottom: 100px;
      right: -68px; } }
  @media only screen and (max-width: 767px) {
    .pageUp {
      bottom: 20px;
      right: 10px; } }
  .pageUp.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media print, screen and (min-width: 768px) {
    .pageUp:hover {
      opacity: 0.6; } }
  .pageUp a {
    display: inline-block;
    border-radius: 50%;
    background-color: #78797B;
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_up_white.svg);
    background-repeat: no-repeat;
    background-size: 16px 10px; }
    @media print, screen and (min-width: 768px) {
      .pageUp a {
        width: 140px;
        height: 140px;
        background-position: 30px center; } }
    @media only screen and (max-width: 767px) {
      .pageUp a {
        width: 54px;
        height: 54px;
        background-position: center center; } }

.confirmationWording {
  -webkit-transition: opacity .3s, visibility 0s ease .3s;
  transition: opacity .3s, visibility 0s ease .3s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00aae8;
  z-index: 10000; }
  .confirmationWording.is-hidden {
    opacity: 0;
    visibility: hidden; }

body[data-cat="comicart"] .confirmationWording {
  background-color: #FFEB00; }

@media print, screen and (min-width: 768px) {
  .confirmationWording_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1000px;
    height: 132px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .confirmationWording_inner {
    padding: 20px 10px; } }

.confirmationWording_text {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .05em; }
  @media print, screen and (min-width: 768px) {
    .confirmationWording_text {
      width: 670px; } }

.confirmationWording_link {
  text-decoration: underline; }

@media print, screen and (min-width: 768px) {
  .confirmationWording_button {
    width: 288px; } }

@media only screen and (max-width: 767px) {
  .confirmationWording_button {
    margin: 10px auto 0; } }

@media print, screen and (min-width: 1025px) {
  .confirmationWording_button:hover span {
    color: #000;
    background-color: #fff; } }

.footer {
  overflow: hidden;
  background-color: #00aae8; }
  [data-cat='design'] .footer {
    background-color: #b6ecac; }
  [data-cat='art'] .footer {
    background-color: #fab4a9; }
  [data-cat='photo'] .footer {
    background-color: #8cdae8; }
  [data-cat='hobby'] .footer {
    background-color: #cecebf; }
  [data-cat='kids'] .footer {
    background-color: #ff885b; }
  [data-cat='comicart'] .footer {
    background-color: #ffeb00; }
  [data-cat='ebook'] .footer {
    background-color: #c4afcc; }
  @media print, screen and (min-width: 768px) {
    .footer {
      min-width: 1025px;
      padding: 100px 30px 50px; } }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 65px 20px 10px; } }

.footer_inner {
  position: relative;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .footer_inner {
      text-align: center;
      max-width: 1000px;
      padding: 70px 0 25px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .footer_inner {
      padding: 45px 0 25px; } }

.footer_logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .footer_logo {
      top: -59px;
      width: 118px;
      height: 118px;
      line-height: 113px; } }
  @media only screen and (max-width: 767px) {
    .footer_logo {
      top: -44px;
      width: 88px;
      height: 88px;
      line-height: 85px; } }
  .footer_logo svg {
    width: 68px;
    height: 36px;
    fill: #fff; }
    @media only screen and (max-width: 767px) {
      .footer_logo svg {
        width: 53px;
        height: 22px; } }
  .footer_logo a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    background-color: #000;
    position: relative; }

@media print, screen and (min-width: 768px) {
  .footer_list {
    display: inline-block; } }

@media print, screen and (min-width: 768px) {
  .footer_list_node {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 60px; }
    [lang="en"] .footer_list_node {
      margin-left: 35px; } }

@media print, screen and (min-width: 768px) {
  .footer_list_node:first-child {
    margin: 0; } }

.footer_list_node:first-child .footer_list-level2_node {
  display: inline-block;
  width: 48%; }

@media print, screen and (min-width: 768px) {
  .footer_list_node.english {
    display: none; } }

.footer_list_link,
.footer_list_parent {
  display: block;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .footer_list_link,
    .footer_list_parent {
      position: relative;
      font-size: 17px;
      font-weight: bold;
      letter-spacing: 0.2em;
      margin: 0 0 18px;
      padding-left: 12px; } }
  @media only screen and (max-width: 767px) {
    .footer_list_link,
    .footer_list_parent {
      position: relative;
      height: 55px;
      line-height: 55px;
      padding: 0 30px;
      background-color: #fff;
      border-bottom: 2px solid #000;
      font-size: 13px; } }
  html[lang="en"] .footer_list_link, html[lang="en"]
  .footer_list_parent {
    letter-spacing: 0.02em; }
  .footer_list_link:before,
  .footer_list_parent:before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0; }
    @media print, screen and (min-width: 768px) {
      .footer_list_link:before,
      .footer_list_parent:before {
        width: 4px;
        height: 16px;
        margin-right: 8px; } }
    @media only screen and (max-width: 767px) {
      .footer_list_link:before,
      .footer_list_parent:before {
        width: 3px;
        height: 13px;
        left: 20px; } }
  .footer_list_link a,
  .footer_list_parent a {
    display: block; }

@media print, screen and (min-width: 768px) {
  html[lang="en"] .footer_list_parent + .footer_list_parent {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) {
  .footer_list_parent.listToggleItem {
    pointer-events: none; } }

@media only screen and (max-width: 767px) {
  .footer_list_parent.listToggleItem:after {
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_down.svg);
    background-size: 8px auto; }
    .open .footer_list_parent.listToggleItem:after {
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_up.svg); } }

@media only screen and (max-width: 767px) {
  .footer_list_parent:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 8px;
    height: 100%;
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px auto; } }

@media print, screen and (min-width: 768px) {
  .footer_list-level2 {
    display: inline-block;
    vertical-align: top; } }

@media only screen and (max-width: 767px) {
  .footer_list-level2 {
    position: static;
    display: none; } }

@media print, screen and (min-width: 768px) {
  .footer_list-level2 + .footer_list-level2 {
    margin-left: 40px; } }

@media print, screen and (min-width: 768px) {
  .footer_list-level2 + .footer_list_parent {
    margin-top: 16px; } }

@media print, screen and (min-width: 768px) {
  .footer_list-level2_node {
    font-size: 14px;
    font-weight: bold; } }

@media only screen and (max-width: 767px) {
  .footer_list-level2_node {
    font-size: 13px;
    background-color: #fff;
    border-bottom: 2px solid #F1F2F6; } }

html.pc .footer_list-level2_node:hover a:before {
  width: 100%; }

html[lang="en"] .footer_list-level2_node {
  letter-spacing: 0.05em;
  line-height: 1.5; }

@media print, screen and (min-width: 768px) {
  .footer_list-level2_node a {
    display: inline-block;
    margin: 8px 0;
    position: relative; }
    .footer_list-level2_node a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #FBE81D;
      background-color: #00aae8;
      width: 0%;
      height: 50%;
      -webkit-transition: width .3s ease;
      transition: width .3s ease; }
      [data-cat='design'] .footer_list-level2_node a:before {
        background-color: #b6ecac; }
      [data-cat='art'] .footer_list-level2_node a:before {
        background-color: #fab4a9; }
      [data-cat='photo'] .footer_list-level2_node a:before {
        background-color: #8cdae8; }
      [data-cat='hobby'] .footer_list-level2_node a:before {
        background-color: #cecebf; }
      [data-cat='kids'] .footer_list-level2_node a:before {
        background-color: #ff885b; }
      [data-cat='comicart'] .footer_list-level2_node a:before {
        background-color: #ffeb00; }
      [data-cat='ebook'] .footer_list-level2_node a:before {
        background-color: #c4afcc; } }

@media only screen and (max-width: 767px) {
  .footer_list-level2_node a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding: 0 20px 0 50px; } }

.footer_list-level2_node span {
  position: relative; }

.footer_snsBox {
  padding: 17px 0 0;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .footer_snsBox {
      display: none; } }

.footer_snsBox_title {
  font-size: 13px;
  letter-spacing: 0.2em;
  margin: 0 0 16px; }

.footer_snsList {
  display: inline-block;
  vertical-align: top; }

.footer_snsList_node {
  display: inline-block;
  padding: 0 18px; }
  @media only screen and (max-width: 767px) {
    .footer_snsList_node svg {
      width: 20px;
      height: 20px; } }

@media print, screen and (min-width: 768px) {
  .footer_forbookButton {
    position: absolute;
    bottom: -38px;
    right: -38px; } }

@media only screen and (max-width: 767px) {
  .footer_forbookButton {
    width: 100%;
    height: 55px;
    line-height: 55px; } }

.footer_copyright {
  padding: 1px 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
  position: absolute; }
  .comicart_template .footer_copyright {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset; }
  @media print, screen and (min-width: 768px) {
    .footer_copyright {
      letter-spacing: 0.2em;
      font-size: 9px;
      bottom: 50px;
      left: 10px; } }
  @media only screen and (min-width: 1367px) {
    .footer_copyright {
      left: 27px; } }
  @media only screen and (max-width: 767px) {
    .footer_copyright {
      font-size: 8px;
      width: 10px;
      bottom: 10px;
      left: 5px; } }

@media print, screen and (min-width: 768px) {
  .footer_attention {
    width: 1000px;
    padding-right: 400px;
    margin: 18px auto 0; } }

@media only screen and (max-width: 767px) {
  .footer_attention {
    margin: 5px 0 0; } }

.footer_attention p {
  padding: 1px 0;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .footer_attention p {
      font-weight: bold;
      letter-spacing: 0.2em; } }
  @media only screen and (max-width: 767px) {
    .footer_attention p {
      letter-spacing: 0.02em;
      font-size: 8px; } }
  .footer_attention p.en {
    font-size: 9px;
    font-weight: normal;
    margin-bottom: 6px; }
    @media only screen and (max-width: 767px) {
      .footer_attention p.en {
        font-size: 8px;
        margin-bottom: 5px; } }

@media only screen and (max-width: 767px) {
  [lang='en'] .sidebar {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .sidebar_rankingBlock {
    margin: 0 auto 60px; } }

@media only screen and (max-width: 767px) {
  .sidebar_rankingBlock {
    padding: 0 0 30px; } }

.rankingList_node {
  position: relative;
  min-height: 140px;
  margin-bottom: 40px; }
  .rankingList_node:last-child {
    margin-bottom: 0; }

.rankingList_categryName {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  letter-spacing: .23em;
  line-height: 1.1; }
  @media print, screen and (min-width: 768px) {
    .rankingList_categryName {
      width: 30px;
      max-height: 140px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .rankingList_categryName {
      max-height: 124px;
      font-size: 12px; } }
  .rankingList_categryName span {
    background-color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }

.rankingList_contents_node {
  display: table;
  width: 100%;
  border-bottom: 4px solid #fff; }
  @media print, screen and (min-width: 1025px) {
    .rankingList_contents_node:hover .rankingList_contents_title {
      border-bottom: 4px solid #fff; }
      html.ie11 .rankingList_contents_node:hover .rankingList_contents_title,
      html.ie9 .rankingList_contents_node:hover .rankingList_contents_title {
        border-bottom: none;
        background: -webkit-linear-gradient(transparent 80%, #fff 4px);
        background: linear-gradient(transparent 80%, #fff 4px); } }

.rankingList_contents_img {
  float: right;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .rankingList_contents_img {
      width: 89%; } }
  .rankingList_contents_img .rankingList_contents_img_inner {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .rankingList_contents_img .rankingList_contents_img_inner {
        width: 155px;
        height: 140px; } }
    @media only screen and (max-width: 767px) {
      .rankingList_contents_img .rankingList_contents_img_inner {
        width: 50%;
        margin: 0 auto; } }
  .rankingList_contents_img span {
    display: block;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .rankingList_contents_img span {
        padding-bottom: 100%; } }
  .rankingList_contents_img img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }
    @media only screen and (max-width: 767px) {
      .rankingList_contents_img img {
        top: 0;
        left: -100%;
        right: -100%;
        margin: auto; } }

.rankingList_contents_data {
  display: table;
  width: 100%;
  padding: 8px 0; }
  @media print, screen and (min-width: 768px) {
    .rankingList_contents_data {
      min-height: 74px; } }
  @media only screen and (max-width: 767px) {
    .rankingList_contents_data {
      min-height: 60px; } }

.rankingList_contents_num {
  display: table-cell;
  width: 35px;
  vertical-align: middle; }
  @media print, screen and (min-width: 768px) {
    .rankingList_contents_num img {
      height: 22px; } }
  @media only screen and (max-width: 767px) {
    .rankingList_contents_num img {
      height: 18px; } }

.rankingList_contents_info {
  display: table-cell;
  vertical-align: middle; }

.rankingList_contents_title {
  display: inline;
  font-size: 13px;
  line-height: 1.6; }

@media print, screen and (min-width: 768px) {
  .sidebar_pickUpBlock {
    margin: 0 auto 60px;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .sidebar_pickUpBlock {
    margin: 0 -20px;
    padding: 20px 0 15px;
    background-color: #fff; } }

.sidebar_pickUpBlock .sectionTitle {
  padding: 0 0 0 1em;
  text-indent: -1.4em; }
  @media only screen and (max-width: 767px) {
    .sidebar_pickUpBlock .sectionTitle:before {
      background-color: #e4e6ed; } }

@media print, screen and (min-width: 768px) {
  .sidebar_pickUpBlock .thumbnailBlock_inner {
    width: 100%;
    margin: 0; } }

@media print, screen and (min-width: 1025px) {
  .sidebar_pickUpBlock .thumbnailList {
    padding: 0; } }

@media print, screen and (min-width: 768px) {
  .sidebar_pickUpBlock .thumbnailList {
    margin: 0; } }

@media print, screen and (min-width: 768px) {
  .sidebar_pickUpBlock .thumbnailList .thumbnailList_node {
    width: 100%;
    margin: 0 auto 20px; }
    .sidebar_pickUpBlock .thumbnailList .thumbnailList_node:last-child {
      margin-bottom: 0; } }

@media print, screen and (min-width: 768px) {
  .sidebar_bannerBlock {
    margin: 0 auto 60px; } }

@media only screen and (max-width: 767px) {
  .sidebar_bannerBlock {
    padding: 0 0 30px; } }

.sidebar_bannerBlock_list_node {
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media print, screen and (min-width: 768px) {
    .sidebar_bannerBlock_list_node + .sidebar_bannerBlock_list_node {
      margin-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .sidebar_bannerBlock_list_node + .sidebar_bannerBlock_list_node {
      margin-top: 10px; } }
  .sidebar_bannerBlock_list_node img {
    max-width: 100%;
    height: auto; }
  @media print, screen and (min-width: 1025px) {
    .sidebar_bannerBlock_list_node:hover {
      opacity: .7; } }

.sidebar_snsBlock_node {
  margin-bottom: 20px; }

.sidebar_snsBlock_node-instagram {
  padding: 2px 2px 0;
  background: #fff; }
  .sidebar_snsBlock_node-instagram.is-hidden {
    display: none; }

.sidebar_snsBlock_node-instagram_innder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 10px;
  background: #f7f5f6; }

.sidebar_snsBlock_node-instagram_node {
  position: relative;
  overflow: hidden;
  width: calc( (100% - 10px) / 2);
  padding-bottom: 50%; }
  .sidebar_snsBlock_node-instagram_node:nth-child(n+3) {
    margin-top: 10px; }
  .sidebar_snsBlock_node-instagram_node img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    height: 100%;
    margin: auto; }

.sidebar_snsBlock_node-instagram_follow {
  padding: 15px; }
  .sidebar_snsBlock_node-instagram_follow svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease; }
  .sidebar_snsBlock_node-instagram_follow:hover svg {
    fill: #e1306c; }

.sidebar_snsBlock_node-instagram_follow_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px; }

.sidebar_snsBlock_node-instagram_follow_user {
  font-size: 13px; }

body[data-cat="comicart"] .sectionTitle:before {
  background-color: #FFEB00; }

body[data-cat="comicart"] .rankingList_categryName span {
  background-color: #FFEB00; }

@media print, screen and (min-width: 768px) {
  html[lang='en'] .postBlock {
    margin-bottom: 36px; } }

@media only screen and (max-width: 767px) {
  .post_type-news .postBlock {
    padding: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .postList {
    width: 1065px; } }

@media print, screen and (min-width: 768px) {
  .postList_node {
    margin: 0 14px 28px; } }

/*————————————————————————————————–
  PAGER STYLE for Infinite Scroll
—————————————————————————————————–*/
.masonryBlock.init .postList_node {
  opacity: 0; }

.infiniteBlock_nextButton {
  display: none; }

.page-load-status {
  display: none;
  width: 100%;
  margin: 30px 0 40px;
  text-align: center; }
  .page-load-status .fa-spinner {
    display: block;
    margin: 0 auto 10px; }
  @media print, screen and (min-width: 768px) {
    .page-load-status img {
      width: 48px;
      padding: 0 0 9px; } }
  @media only screen and (max-width: 767px) {
    .page-load-status img {
      width: 35px;
      padding: 0 0 8px; } }
  .page-load-status * {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .2em; }

.infinite-scroll_toTop {
  margin: 0 auto; }

.archive_dateBlock {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .archive_dateBlock {
      width: 310px;
      margin: 0 auto 37px; } }
  @media only screen and (max-width: 767px) {
    .archive_dateBlock {
      max-width: 232px;
      margin: 0 auto 20px; } }

.archive_dateButton {
  width: 100%; }
  .archive_dateButton span:after,
  .archive_dateButton a:after {
    display: inline-block;
    margin-left: 2px;
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_down_white.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: ''; }
    @media print, screen and (min-width: 768px) {
      .archive_dateButton span:after,
      .archive_dateButton a:after {
        width: 10px;
        height: 5px; } }
    @media only screen and (max-width: 767px) {
      .archive_dateButton span:after,
      .archive_dateButton a:after {
        width: 8px;
        height: 4px; } }
  .archive_dateButton span:hover:after,
  .archive_dateButton a:hover:after {
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_up.svg); }
  .archive_dateButton.active {
    display: block; }
  .archive_dateButton .archive_dateList_text {
    display: inline-block;
    vertical-align: middle; }

#archive_dateBlock_select {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  opacity: 0;
  -webkit-appearance: none; }

@media only screen and (max-width: 767px) {
  .archive_dateContents {
    padding: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .archive_datePagerBlock {
    margin-top: 65px; } }

@media only screen and (max-width: 767px) {
  .archive_datePagerBlock {
    margin-top: 25px; } }

@media print, screen and (min-width: 768px) {
  .archive_datePagerBlock .pagerList {
    width: 310px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .archive_datePagerBlock .pagerList {
    height: 16px; } }

.archive_datePagerBlock .pagerList .prev,
.archive_datePagerBlock .pagerList .next {
  height: auto;
  font-weight: bold; }
  .archive_datePagerBlock .pagerList .prev:before,
  .archive_datePagerBlock .pagerList .next:before {
    border-radius: 0;
    background-color: transparent; }
    @media print, screen and (min-width: 768px) {
      .archive_datePagerBlock .pagerList .prev:before,
      .archive_datePagerBlock .pagerList .next:before {
        width: 10px;
        height: 16px; } }
    @media only screen and (max-width: 767px) {
      .archive_datePagerBlock .pagerList .prev:before,
      .archive_datePagerBlock .pagerList .next:before {
        width: 7px;
        height: 13px; } }

@media print, screen and (min-width: 768px) {
  .archive_datePagerBlock .pagerList .prev {
    padding-left: 40px; } }

@media only screen and (max-width: 767px) {
  .archive_datePagerBlock .pagerList .prev {
    padding-left: 20px; } }

@media print, screen and (min-width: 768px) {
  .archive_datePagerBlock .pagerList .next {
    padding-right: 40px; } }

@media only screen and (max-width: 767px) {
  .archive_datePagerBlock .pagerList .next {
    padding-right: 20px; } }

.series_archive {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .series_archive {
      margin-top: 26px; } }
  @media only screen and (max-width: 767px) {
    .series_archive {
      margin-top: 10px; } }
  .series_archive .sectionTitle {
    margin-bottom: 18px; }
  @media print, screen and (min-width: 768px) {
    .series_archive .postList {
      display: inline-block;
      width: auto;
      max-width: 1200px;
      margin: 0 auto 38px; } }
  @media only screen and (max-width: 767px) {
    .series_archive .postList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 24px;
      padding: 0 7px; } }
  .series_archive .postList_node {
    display: inline-block;
    float: none;
    border: 0;
    vertical-align: top; }
    @media print, screen and (min-width: 768px) {
      .series_archive .postList_node {
        width: 235px;
        margin: 0 10px 20px;
        vertical-align: top; } }
    @media only screen and (max-width: 767px) {
      .series_archive .postList_node {
        width: 49%;
        margin: 0 0 14px;
        padding: 0 7px; } }
  @media only screen and (max-width: 767px) {
    .series_archive .postList_img {
      width: auto; } }
  .series_archive .postList_info {
    background-color: #fff; }
    @media print, screen and (min-width: 768px) {
      .series_archive .postList_info {
        min-height: 100px;
        padding: 17px 20px; } }
    @media only screen and (max-width: 767px) {
      .series_archive .postList_info {
        width: auto;
        padding: 7px 7px; } }
  .series_archive .postList_list_comment {
    line-height: 1.4; }
    @media print, screen and (min-width: 768px) {
      .series_archive .postList_list_comment {
        margin: 0 0 5px;
        font-size: 11px; } }
    @media only screen and (max-width: 767px) {
      .series_archive .postList_list_comment {
        margin: 0 0 3px;
        font-size: 10px; } }
  .series_archive .postList_title {
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      .series_archive .postList_title {
        font-weight: bold; } }

@media print, screen and (min-width: 768px) {
  .special_archive {
    margin-top: 26px; } }

@media only screen and (max-width: 767px) {
  .special_archive {
    margin-top: 10px;
    margin-bottom: 0; } }

.special_archive .sectionTitle {
  margin-bottom: 18px; }

.special_archive .postList {
  font-size: 0;
  letter-spacing: 0;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .special_archive .postList {
      padding: 0 14px; } }

.special_archive .postList_node {
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media print, screen and (min-width: 768px) {
    .special_archive .postList_node {
      width: 310px;
      margin: 0 18px 55px;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .special_archive .postList_node {
      width: 48%;
      margin: 0 4% 30px 0; }
      .special_archive .postList_node:nth-child(2n) {
        margin-right: 0; } }
  .special_archive .postList_node img {
    width: 100%;
    height: auto; }

.special_archive .postList_title {
  font-weight: bold;
  letter-spacing: .13em;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .special_archive .postList_title {
      margin-top: 16px;
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .special_archive .postList_title {
      margin-top: 10px;
      font-size: 14px; }
      .special_archive .postList_title br {
        display: none; } }

@media only screen and (max-width: 767px) {
  .contents_upper {
    padding: 0 20px; } }

.informationPost_hr {
  background-color: #e4e6ed; }
  @media print, screen and (min-width: 768px) {
    .informationPost_hr {
      height: 4px;
      margin: 55px 0; } }
  @media only screen and (max-width: 767px) {
    .informationPost_hr {
      height: 3px;
      margin: 30px 0; } }

.informationPost_moreBox {
  text-align: center; }
  .informationPost_moreBox .informationPost_more {
    display: inline-block;
    padding: 0 7px; }
    @media only screen and (max-width: 767px) {
      .informationPost_moreBox .informationPost_more + .informationPost_more {
        margin-top: 10px; } }

.informationCatalog_size {
  color: #4267b2; }

@media only screen and (max-width: 767px) {
  .informationCatalog_buttonArea {
    margin: 15px auto 0; } }

@media print, screen and (min-width: 768px) {
  .informationCatalog_buttonArea {
    width: 288px;
    margin: 26px auto 0; } }

.informationCatalog_button {
  margin-bottom: 10px; }

/*__ 注文書 ______________________*/
@media print, screen and (min-width: 768px) {
  .newOrder {
    width: 710px;
    margin: 0 auto 40px; } }

@media only screen and (max-width: 767px) {
  .newOrder {
    margin: 20px 0 50px; } }

.newOrder_node {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .newOrder_node {
      display: table;
      height: 60px;
      margin: 0 0 4px;
      line-height: 60px; } }
  @media only screen and (max-width: 767px) {
    .newOrder_node {
      margin-bottom: 25px; } }

.newOrder_node_title {
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .newOrder_node_title {
      display: table-cell;
      width: 350px;
      border-right: 4px solid #f1f2f6;
      background-color: #fff;
      font-size: 16px;
      letter-spacing: .3em;
      vertical-align: middle; } }
  @media only screen and (max-width: 767px) {
    .newOrder_node_title {
      margin-bottom: 8px;
      font-size: 14px; } }

@media print, screen and (min-width: 768px) {
  .newOrder_node_content {
    display: table-cell;
    vertical-align: middle; } }

.post_type-kids .contents {
  margin: 0 auto 0; }
  @media print, screen and (min-width: 768px) {
    .post_type-kids .contents {
      width: 840px;
      padding: 85px 0 0; } }
  @media only screen and (max-width: 767px) {
    .post_type-kids .contents {
      padding: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .pageCaption {
    margin-bottom: 36px; } }

@media only screen and (max-width: 767px) {
  .pageCaption {
    margin-bottom: 14px; } }

/*__ kidsPrefAnchor ______________________*/
@media print, screen and (min-width: 768px) {
  .kidsPrefAnchor {
    margin-bottom: 32px; } }

@media only screen and (max-width: 767px) {
  .kidsPrefAnchor {
    margin: 0 50px 45px; } }

.kidsPrefAnchor_list_node {
  float: left;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .kidsPrefAnchor_list_node {
      margin: 0 5px 10px; } }
  .kidsPrefAnchor_list_node a {
    display: block;
    background-color: #e4e6ed;
    color: #00aae5;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease; }
    @media print, screen and (min-width: 768px) {
      .kidsPrefAnchor_list_node a {
        width: 110px;
        height: 40px;
        font-size: 14px;
        line-height: 40px; } }
  .kidsPrefAnchor_list_node:hover a {
    background-color: #fff; }

/*__ kidsPrefAnchor_Select ______________________*/
.kidsPrefAnchor_SelectBox {
  position: relative;
  overflow: hidden;
  background-color: #000;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .kidsPrefAnchor_SelectBox {
      display: block; } }
  .kidsPrefAnchor_SelectBox:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    line-height: 51px;
    content: '都道府県を選択';
    pointer-events: none; }
  .kidsPrefAnchor_SelectBox:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 8px;
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_down_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 8px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.kidsPrefAnchor_Select {
  width: 100%;
  height: 51px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-indent: 2em;
  outline: none;
  -webkit-appearance: none; }

/*__ kidsShop_prefBox ______________________*/
@media print, screen and (min-width: 768px) {
  .kidsShop_prefBox {
    display: table;
    margin-bottom: 60px; } }

@media only screen and (max-width: 767px) {
  .kidsShop_prefBox {
    margin-bottom: 28px; } }

@media print, screen and (min-width: 768px) {
  .kidsShop_prefName {
    display: table-cell;
    width: 230px;
    padding-right: 34px;
    vertical-align: top; } }

@media only screen and (max-width: 767px) {
  .kidsShop_prefName {
    margin-bottom: 18px; } }

.kidsShop_prefName span {
  display: inline-block;
  border-left: 4px solid #7f7f7f;
  font-weight: bold;
  letter-spacing: .2em; }
  @media print, screen and (min-width: 768px) {
    .kidsShop_prefName span {
      padding: 38px 37px;
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .kidsShop_prefName span {
      padding: 17px 18px;
      font-size: 16px; } }

@media print, screen and (min-width: 768px) {
  .kidsShop_junre {
    display: table;
    vertical-align: top; } }

@media print, screen and (min-width: 768px) {
  .kidsShop_junre + .kidsShop_junre {
    padding: 58px 0 0; } }

@media only screen and (max-width: 767px) {
  .kidsShop_junre + .kidsShop_junre {
    padding: 28px 0 0; } }

/*__ kidsShop_junre_name ______________________*/
.kidsShop_junre_name {
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .kidsShop_junre_name {
      margin-bottom: 22px;
      font-size: 25px; } }
  @media only screen and (max-width: 767px) {
    .kidsShop_junre_name {
      margin-bottom: 5px;
      font-size: 15px; } }

.kidsShop_prefList_node {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .kidsShop_prefList_node {
      width: 575px;
      padding: 24px 0 14px;
      border-bottom: 4px solid #fff; } }
  @media only screen and (max-width: 767px) {
    .kidsShop_prefList_node {
      padding: 10px 0 3px;
      border-bottom: 2px solid #fff; } }

/*__ kidsShop_prefList_info ______________________*/
.kidsShop_prefList_info {
  word-break: break-word; }
  @media print, screen and (min-width: 768px) {
    .kidsShop_prefList_info {
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .distributor .kidsShop_prefList_info {
      width: 67%;
      padding-right: 8px; } }

.kidsShop_prefList_name {
  font-weight: bold;
  line-height: 1.4; }
  @media print, screen and (min-width: 768px) {
    .kidsShop_prefList_name {
      margin-bottom: 6px;
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .kidsShop_prefList_name {
      margin-bottom: 4px;
      font-size: 15px; } }
  .kidsShop_prefList_name a {
    -webkit-transition: color .1s ease;
    transition: color .1s ease; }
    .kidsShop_prefList_name a:hover {
      color: #00aae5; }

.kidsShop_prefList_item {
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .kidsShop_prefList_item {
      margin-bottom: 5px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .kidsShop_prefList_item {
      margin-bottom: 2px;
      font-size: 13px; } }

/*__ kidsShop_prefList_img ______________________*/
@media print, screen and (min-width: 768px) {
  .kidsShop_prefList_img {
    width: 150px; } }

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

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

/*__ upcomingtitles_selectBox ______________________*/
.upcomingtitles_selectBox {
  position: relative;
  overflow: hidden;
  background-color: #000;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .upcomingtitles_selectBox {
      width: 310px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .upcomingtitles_selectBox {
      display: block;
      margin: 0 50px; } }
  .upcomingtitles_selectBox:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 8px;
    background-image: url(/wp/wp-content/themes/assets/svg/arrow_down_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 8px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.upcomingtitles_select {
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-indent: 2em;
  outline: none;
  -webkit-appearance: none; }
  @media print, screen and (min-width: 768px) {
    .upcomingtitles_select {
      height: 68px; } }
  @media only screen and (max-width: 767px) {
    .upcomingtitles_select {
      height: 51px; } }

.upcomingtitles_activeOption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  pointer-events: none; }
  @media print, screen and (min-width: 768px) {
    .upcomingtitles_activeOption {
      line-height: 68px; } }
  @media only screen and (max-width: 767px) {
    .upcomingtitles_activeOption {
      line-height: 51px; } }
