@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, .articleBlock_content * {
  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, .articleBlock_upper, .articleBlock_purchase, .articleBlock_pieEc, .articleBlock_purchase_child,
.bookPostList_button_child, .articleBlock_middleInner {
  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, .articleBlock_upper:before, .articleBlock_purchase:before, .articleBlock_pieEc:before, .articleBlock_purchase_child:before,
  .bookPostList_button_child:before, .articleBlock_middleInner: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, .articleBlock_upper:after, .articleBlock_purchase:after, .articleBlock_pieEc:after, .articleBlock_purchase_child:after,
  .bookPostList_button_child:after, .articleBlock_middleInner: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, .articleBlock_upper:after, .articleBlock_purchase:after, .articleBlock_pieEc:after, .articleBlock_purchase_child:after,
  .bookPostList_button_child:after, .articleBlock_middleInner:after {
    clear: both; }

/* 画像のレンダリング方法
-----------------------------------------------------------------*/
@media print, screen and (min-width: 1025px) {
  .articleBlock_purchase_button input, .articleBlock_purchase_button .articleBlock_purchaseButton-makeshop {
    image-rendering: -webkit-optimize-contrast; }
    html.safari .articleBlock_purchase_button input, .articleBlock_purchase_button html.safari input, html.safari .articleBlock_purchase_button .articleBlock_purchaseButton-makeshop, .articleBlock_purchase_button html.safari .articleBlock_purchaseButton-makeshop {
      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, .postList_buttonList_node, .makeshopFirstVisit_button_node, .confirmationWording_button, .articleBlock_pickBook .bookPostList_button_parent, .articleBlock_purchaseButton-makeshop, .articleBlock_bookImg_moreButtom, .outOfStock,
.articleBlock_purchase_parent {
  position: relative;
  width: 210px;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .postList_button, .informationPost_more, .postList_buttonList_node, .makeshopFirstVisit_button_node, .confirmationWording_button, .articleBlock_pickBook .bookPostList_button_parent, .articleBlock_purchaseButton-makeshop, .articleBlock_bookImg_moreButtom, .outOfStock,
    .articleBlock_purchase_parent {
      height: 68px;
      line-height: 68px; } }
  @media only screen and (max-width: 767px) {
    .postList_button, .informationPost_more, .postList_buttonList_node, .makeshopFirstVisit_button_node, .confirmationWording_button, .articleBlock_pickBook .bookPostList_button_parent, .articleBlock_purchaseButton-makeshop, .articleBlock_bookImg_moreButtom, .outOfStock,
    .articleBlock_purchase_parent {
      height: 50px;
      line-height: 50px; } }
  .postList_button a, .informationPost_more a, .postList_buttonList_node a, .makeshopFirstVisit_button_node a, .confirmationWording_button a, .articleBlock_pickBook .bookPostList_button_parent a, .articleBlock_purchaseButton-makeshop a, .articleBlock_bookImg_moreButtom a, .outOfStock a, .articleBlock_purchase_parent a,
  .postList_button span,
  .informationPost_more span,
  .postList_buttonList_node span,
  .makeshopFirstVisit_button_node span,
  .confirmationWording_button span,
  .articleBlock_pickBook .bookPostList_button_parent span,
  .articleBlock_purchaseButton-makeshop span,
  .articleBlock_bookImg_moreButtom span,
  .outOfStock span,
  .articleBlock_purchase_parent span,
  .postList_button input,
  .informationPost_more input,
  .postList_buttonList_node input,
  .makeshopFirstVisit_button_node input,
  .confirmationWording_button input,
  .articleBlock_pickBook .bookPostList_button_parent input,
  .articleBlock_purchaseButton-makeshop input,
  .articleBlock_bookImg_moreButtom input,
  .outOfStock input,
  .articleBlock_purchase_parent input,
  .postList_button button,
  .informationPost_more button,
  .postList_buttonList_node button,
  .makeshopFirstVisit_button_node button,
  .confirmationWording_button button,
  .articleBlock_pickBook .bookPostList_button_parent button,
  .articleBlock_purchaseButton-makeshop button,
  .articleBlock_bookImg_moreButtom button,
  .outOfStock button,
  .articleBlock_purchase_parent 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, .postList_buttonList_node:hover a, .makeshopFirstVisit_button_node:hover a, .confirmationWording_button:hover a, .articleBlock_pickBook .bookPostList_button_parent:hover a, .articleBlock_purchaseButton-makeshop:hover a, .articleBlock_bookImg_moreButtom:hover a, .outOfStock:hover a, .articleBlock_purchase_parent:hover a,
    .postList_button:hover input,
    .informationPost_more:hover input,
    .postList_buttonList_node:hover input,
    .makeshopFirstVisit_button_node:hover input,
    .confirmationWording_button:hover input,
    .articleBlock_pickBook .bookPostList_button_parent:hover input,
    .articleBlock_purchaseButton-makeshop:hover input,
    .articleBlock_bookImg_moreButtom:hover input,
    .outOfStock:hover input,
    .articleBlock_purchase_parent:hover input,
    .postList_button:hover button,
    .informationPost_more:hover button,
    .postList_buttonList_node:hover button,
    .makeshopFirstVisit_button_node:hover button,
    .confirmationWording_button:hover button,
    .articleBlock_pickBook .bookPostList_button_parent:hover button,
    .articleBlock_purchaseButton-makeshop:hover button,
    .articleBlock_bookImg_moreButtom:hover button,
    .outOfStock:hover button,
    .articleBlock_purchase_parent:hover button {
      color: #000;
      background-color: #00aae8; }
      [data-cat='design'] .postList_button:hover a, [data-cat='design'] .informationPost_more:hover a, [data-cat='design'] .postList_buttonList_node:hover a, [data-cat='design'] .makeshopFirstVisit_button_node:hover a, [data-cat='design'] .confirmationWording_button:hover a, [data-cat='design'] .articleBlock_pickBook .bookPostList_button_parent:hover a, .articleBlock_pickBook [data-cat='design'] .bookPostList_button_parent:hover a, [data-cat='design'] .articleBlock_purchaseButton-makeshop:hover a, [data-cat='design'] .articleBlock_bookImg_moreButtom:hover a, [data-cat='design'] .outOfStock:hover a, [data-cat='design'] .articleBlock_purchase_parent:hover a, [data-cat='design'] .postList_button:hover input, [data-cat='design'] .informationPost_more:hover input, [data-cat='design'] .postList_buttonList_node:hover input, [data-cat='design'] .makeshopFirstVisit_button_node:hover input, [data-cat='design'] .confirmationWording_button:hover input, [data-cat='design'] .articleBlock_pickBook .bookPostList_button_parent:hover input, .articleBlock_pickBook [data-cat='design'] .bookPostList_button_parent:hover input, [data-cat='design'] .articleBlock_purchaseButton-makeshop:hover input, [data-cat='design'] .articleBlock_bookImg_moreButtom:hover input, [data-cat='design'] .outOfStock:hover input, [data-cat='design'] .articleBlock_purchase_parent:hover input, [data-cat='design'] .postList_button:hover button, [data-cat='design'] .informationPost_more:hover button, [data-cat='design'] .postList_buttonList_node:hover button, [data-cat='design'] .makeshopFirstVisit_button_node:hover button, [data-cat='design'] .confirmationWording_button:hover button, [data-cat='design'] .articleBlock_pickBook .bookPostList_button_parent:hover button, .articleBlock_pickBook [data-cat='design'] .bookPostList_button_parent:hover button, [data-cat='design'] .articleBlock_purchaseButton-makeshop:hover button, [data-cat='design'] .articleBlock_bookImg_moreButtom:hover button, [data-cat='design'] .outOfStock:hover button, [data-cat='design'] .articleBlock_purchase_parent:hover button {
        background-color: #b6ecac; }
      [data-cat='art'] .postList_button:hover a, [data-cat='art'] .informationPost_more:hover a, [data-cat='art'] .postList_buttonList_node:hover a, [data-cat='art'] .makeshopFirstVisit_button_node:hover a, [data-cat='art'] .confirmationWording_button:hover a, [data-cat='art'] .articleBlock_pickBook .bookPostList_button_parent:hover a, .articleBlock_pickBook [data-cat='art'] .bookPostList_button_parent:hover a, [data-cat='art'] .articleBlock_purchaseButton-makeshop:hover a, [data-cat='art'] .articleBlock_bookImg_moreButtom:hover a, [data-cat='art'] .outOfStock:hover a, [data-cat='art'] .articleBlock_purchase_parent:hover a, [data-cat='art'] .postList_button:hover input, [data-cat='art'] .informationPost_more:hover input, [data-cat='art'] .postList_buttonList_node:hover input, [data-cat='art'] .makeshopFirstVisit_button_node:hover input, [data-cat='art'] .confirmationWording_button:hover input, [data-cat='art'] .articleBlock_pickBook .bookPostList_button_parent:hover input, .articleBlock_pickBook [data-cat='art'] .bookPostList_button_parent:hover input, [data-cat='art'] .articleBlock_purchaseButton-makeshop:hover input, [data-cat='art'] .articleBlock_bookImg_moreButtom:hover input, [data-cat='art'] .outOfStock:hover input, [data-cat='art'] .articleBlock_purchase_parent:hover input, [data-cat='art'] .postList_button:hover button, [data-cat='art'] .informationPost_more:hover button, [data-cat='art'] .postList_buttonList_node:hover button, [data-cat='art'] .makeshopFirstVisit_button_node:hover button, [data-cat='art'] .confirmationWording_button:hover button, [data-cat='art'] .articleBlock_pickBook .bookPostList_button_parent:hover button, .articleBlock_pickBook [data-cat='art'] .bookPostList_button_parent:hover button, [data-cat='art'] .articleBlock_purchaseButton-makeshop:hover button, [data-cat='art'] .articleBlock_bookImg_moreButtom:hover button, [data-cat='art'] .outOfStock:hover button, [data-cat='art'] .articleBlock_purchase_parent:hover button {
        background-color: #fab4a9; }
      [data-cat='photo'] .postList_button:hover a, [data-cat='photo'] .informationPost_more:hover a, [data-cat='photo'] .postList_buttonList_node:hover a, [data-cat='photo'] .makeshopFirstVisit_button_node:hover a, [data-cat='photo'] .confirmationWording_button:hover a, [data-cat='photo'] .articleBlock_pickBook .bookPostList_button_parent:hover a, .articleBlock_pickBook [data-cat='photo'] .bookPostList_button_parent:hover a, [data-cat='photo'] .articleBlock_purchaseButton-makeshop:hover a, [data-cat='photo'] .articleBlock_bookImg_moreButtom:hover a, [data-cat='photo'] .outOfStock:hover a, [data-cat='photo'] .articleBlock_purchase_parent:hover a, [data-cat='photo'] .postList_button:hover input, [data-cat='photo'] .informationPost_more:hover input, [data-cat='photo'] .postList_buttonList_node:hover input, [data-cat='photo'] .makeshopFirstVisit_button_node:hover input, [data-cat='photo'] .confirmationWording_button:hover input, [data-cat='photo'] .articleBlock_pickBook .bookPostList_button_parent:hover input, .articleBlock_pickBook [data-cat='photo'] .bookPostList_button_parent:hover input, [data-cat='photo'] .articleBlock_purchaseButton-makeshop:hover input, [data-cat='photo'] .articleBlock_bookImg_moreButtom:hover input, [data-cat='photo'] .outOfStock:hover input, [data-cat='photo'] .articleBlock_purchase_parent:hover input, [data-cat='photo'] .postList_button:hover button, [data-cat='photo'] .informationPost_more:hover button, [data-cat='photo'] .postList_buttonList_node:hover button, [data-cat='photo'] .makeshopFirstVisit_button_node:hover button, [data-cat='photo'] .confirmationWording_button:hover button, [data-cat='photo'] .articleBlock_pickBook .bookPostList_button_parent:hover button, .articleBlock_pickBook [data-cat='photo'] .bookPostList_button_parent:hover button, [data-cat='photo'] .articleBlock_purchaseButton-makeshop:hover button, [data-cat='photo'] .articleBlock_bookImg_moreButtom:hover button, [data-cat='photo'] .outOfStock:hover button, [data-cat='photo'] .articleBlock_purchase_parent:hover button {
        background-color: #8cdae8; }
      [data-cat='hobby'] .postList_button:hover a, [data-cat='hobby'] .informationPost_more:hover a, [data-cat='hobby'] .postList_buttonList_node:hover a, [data-cat='hobby'] .makeshopFirstVisit_button_node:hover a, [data-cat='hobby'] .confirmationWording_button:hover a, [data-cat='hobby'] .articleBlock_pickBook .bookPostList_button_parent:hover a, .articleBlock_pickBook [data-cat='hobby'] .bookPostList_button_parent:hover a, [data-cat='hobby'] .articleBlock_purchaseButton-makeshop:hover a, [data-cat='hobby'] .articleBlock_bookImg_moreButtom:hover a, [data-cat='hobby'] .outOfStock:hover a, [data-cat='hobby'] .articleBlock_purchase_parent:hover a, [data-cat='hobby'] .postList_button:hover input, [data-cat='hobby'] .informationPost_more:hover input, [data-cat='hobby'] .postList_buttonList_node:hover input, [data-cat='hobby'] .makeshopFirstVisit_button_node:hover input, [data-cat='hobby'] .confirmationWording_button:hover input, [data-cat='hobby'] .articleBlock_pickBook .bookPostList_button_parent:hover input, .articleBlock_pickBook [data-cat='hobby'] .bookPostList_button_parent:hover input, [data-cat='hobby'] .articleBlock_purchaseButton-makeshop:hover input, [data-cat='hobby'] .articleBlock_bookImg_moreButtom:hover input, [data-cat='hobby'] .outOfStock:hover input, [data-cat='hobby'] .articleBlock_purchase_parent:hover input, [data-cat='hobby'] .postList_button:hover button, [data-cat='hobby'] .informationPost_more:hover button, [data-cat='hobby'] .postList_buttonList_node:hover button, [data-cat='hobby'] .makeshopFirstVisit_button_node:hover button, [data-cat='hobby'] .confirmationWording_button:hover button, [data-cat='hobby'] .articleBlock_pickBook .bookPostList_button_parent:hover button, .articleBlock_pickBook [data-cat='hobby'] .bookPostList_button_parent:hover button, [data-cat='hobby'] .articleBlock_purchaseButton-makeshop:hover button, [data-cat='hobby'] .articleBlock_bookImg_moreButtom:hover button, [data-cat='hobby'] .outOfStock:hover button, [data-cat='hobby'] .articleBlock_purchase_parent:hover button {
        background-color: #cecebf; }
      [data-cat='kids'] .postList_button:hover a, [data-cat='kids'] .informationPost_more:hover a, [data-cat='kids'] .postList_buttonList_node:hover a, [data-cat='kids'] .makeshopFirstVisit_button_node:hover a, [data-cat='kids'] .confirmationWording_button:hover a, [data-cat='kids'] .articleBlock_pickBook .bookPostList_button_parent:hover a, .articleBlock_pickBook [data-cat='kids'] .bookPostList_button_parent:hover a, [data-cat='kids'] .articleBlock_purchaseButton-makeshop:hover a, [data-cat='kids'] .articleBlock_bookImg_moreButtom:hover a, [data-cat='kids'] .outOfStock:hover a, [data-cat='kids'] .articleBlock_purchase_parent:hover a, [data-cat='kids'] .postList_button:hover input, [data-cat='kids'] .informationPost_more:hover input, [data-cat='kids'] .postList_buttonList_node:hover input, [data-cat='kids'] .makeshopFirstVisit_button_node:hover input, [data-cat='kids'] .confirmationWording_button:hover input, [data-cat='kids'] .articleBlock_pickBook .bookPostList_button_parent:hover input, .articleBlock_pickBook [data-cat='kids'] .bookPostList_button_parent:hover input, [data-cat='kids'] .articleBlock_purchaseButton-makeshop:hover input, [data-cat='kids'] .articleBlock_bookImg_moreButtom:hover input, [data-cat='kids'] .outOfStock:hover input, [data-cat='kids'] .articleBlock_purchase_parent:hover input, [data-cat='kids'] .postList_button:hover button, [data-cat='kids'] .informationPost_more:hover button, [data-cat='kids'] .postList_buttonList_node:hover button, [data-cat='kids'] .makeshopFirstVisit_button_node:hover button, [data-cat='kids'] .confirmationWording_button:hover button, [data-cat='kids'] .articleBlock_pickBook .bookPostList_button_parent:hover button, .articleBlock_pickBook [data-cat='kids'] .bookPostList_button_parent:hover button, [data-cat='kids'] .articleBlock_purchaseButton-makeshop:hover button, [data-cat='kids'] .articleBlock_bookImg_moreButtom:hover button, [data-cat='kids'] .outOfStock:hover button, [data-cat='kids'] .articleBlock_purchase_parent:hover button {
        background-color: #ff885b; }
      [data-cat='comicart'] .postList_button:hover a, [data-cat='comicart'] .informationPost_more:hover a, [data-cat='comicart'] .postList_buttonList_node:hover a, [data-cat='comicart'] .makeshopFirstVisit_button_node:hover a, [data-cat='comicart'] .confirmationWording_button:hover a, [data-cat='comicart'] .articleBlock_pickBook .bookPostList_button_parent:hover a, .articleBlock_pickBook [data-cat='comicart'] .bookPostList_button_parent:hover a, [data-cat='comicart'] .articleBlock_purchaseButton-makeshop:hover a, [data-cat='comicart'] .articleBlock_bookImg_moreButtom:hover a, [data-cat='comicart'] .outOfStock:hover a, [data-cat='comicart'] .articleBlock_purchase_parent:hover a, [data-cat='comicart'] .postList_button:hover input, [data-cat='comicart'] .informationPost_more:hover input, [data-cat='comicart'] .postList_buttonList_node:hover input, [data-cat='comicart'] .makeshopFirstVisit_button_node:hover input, [data-cat='comicart'] .confirmationWording_button:hover input, [data-cat='comicart'] .articleBlock_pickBook .bookPostList_button_parent:hover input, .articleBlock_pickBook [data-cat='comicart'] .bookPostList_button_parent:hover input, [data-cat='comicart'] .articleBlock_purchaseButton-makeshop:hover input, [data-cat='comicart'] .articleBlock_bookImg_moreButtom:hover input, [data-cat='comicart'] .outOfStock:hover input, [data-cat='comicart'] .articleBlock_purchase_parent:hover input, [data-cat='comicart'] .postList_button:hover button, [data-cat='comicart'] .informationPost_more:hover button, [data-cat='comicart'] .postList_buttonList_node:hover button, [data-cat='comicart'] .makeshopFirstVisit_button_node:hover button, [data-cat='comicart'] .confirmationWording_button:hover button, [data-cat='comicart'] .articleBlock_pickBook .bookPostList_button_parent:hover button, .articleBlock_pickBook [data-cat='comicart'] .bookPostList_button_parent:hover button, [data-cat='comicart'] .articleBlock_purchaseButton-makeshop:hover button, [data-cat='comicart'] .articleBlock_bookImg_moreButtom:hover button, [data-cat='comicart'] .outOfStock:hover button, [data-cat='comicart'] .articleBlock_purchase_parent:hover button {
        background-color: #ffeb00; }
      [data-cat='ebook'] .postList_button:hover a, [data-cat='ebook'] .informationPost_more:hover a, [data-cat='ebook'] .postList_buttonList_node:hover a, [data-cat='ebook'] .makeshopFirstVisit_button_node:hover a, [data-cat='ebook'] .confirmationWording_button:hover a, [data-cat='ebook'] .articleBlock_pickBook .bookPostList_button_parent:hover a, .articleBlock_pickBook [data-cat='ebook'] .bookPostList_button_parent:hover a, [data-cat='ebook'] .articleBlock_purchaseButton-makeshop:hover a, [data-cat='ebook'] .articleBlock_bookImg_moreButtom:hover a, [data-cat='ebook'] .outOfStock:hover a, [data-cat='ebook'] .articleBlock_purchase_parent:hover a, [data-cat='ebook'] .postList_button:hover input, [data-cat='ebook'] .informationPost_more:hover input, [data-cat='ebook'] .postList_buttonList_node:hover input, [data-cat='ebook'] .makeshopFirstVisit_button_node:hover input, [data-cat='ebook'] .confirmationWording_button:hover input, [data-cat='ebook'] .articleBlock_pickBook .bookPostList_button_parent:hover input, .articleBlock_pickBook [data-cat='ebook'] .bookPostList_button_parent:hover input, [data-cat='ebook'] .articleBlock_purchaseButton-makeshop:hover input, [data-cat='ebook'] .articleBlock_bookImg_moreButtom:hover input, [data-cat='ebook'] .outOfStock:hover input, [data-cat='ebook'] .articleBlock_purchase_parent:hover input, [data-cat='ebook'] .postList_button:hover button, [data-cat='ebook'] .informationPost_more:hover button, [data-cat='ebook'] .postList_buttonList_node:hover button, [data-cat='ebook'] .makeshopFirstVisit_button_node:hover button, [data-cat='ebook'] .confirmationWording_button:hover button, [data-cat='ebook'] .articleBlock_pickBook .bookPostList_button_parent:hover button, .articleBlock_pickBook [data-cat='ebook'] .bookPostList_button_parent:hover button, [data-cat='ebook'] .articleBlock_purchaseButton-makeshop:hover button, [data-cat='ebook'] .articleBlock_bookImg_moreButtom:hover button, [data-cat='ebook'] .outOfStock:hover button, [data-cat='ebook'] .articleBlock_purchase_parent:hover button {
        background-color: #c4afcc; } }

.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, .articleBlock_infoTag a, .articleBlock_tag a,
.postList_tag span,
.bookPostList .bookPostList_tag span,
.recommendBookList .bookPostList_tag span,
.articleBlock_infoTag span,
.articleBlock_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'] .articleBlock_infoTag a, [data-cat='design'] .articleBlock_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, [data-cat='design'] .articleBlock_infoTag span, [data-cat='design'] .articleBlock_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'] .articleBlock_infoTag a, [data-cat='art'] .articleBlock_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, [data-cat='art'] .articleBlock_infoTag span, [data-cat='art'] .articleBlock_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'] .articleBlock_infoTag a, [data-cat='photo'] .articleBlock_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, [data-cat='photo'] .articleBlock_infoTag span, [data-cat='photo'] .articleBlock_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'] .articleBlock_infoTag a, [data-cat='hobby'] .articleBlock_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, [data-cat='hobby'] .articleBlock_infoTag span, [data-cat='hobby'] .articleBlock_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'] .articleBlock_infoTag a, [data-cat='kids'] .articleBlock_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, [data-cat='kids'] .articleBlock_infoTag span, [data-cat='kids'] .articleBlock_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'] .articleBlock_infoTag a, [data-cat='comicart'] .articleBlock_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, [data-cat='comicart'] .articleBlock_infoTag span, [data-cat='comicart'] .articleBlock_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'] .articleBlock_infoTag a, [data-cat='ebook'] .articleBlock_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, [data-cat='ebook'] .articleBlock_infoTag span, [data-cat='ebook'] .articleBlock_tag span {
    background-color: #c4afcc; }
  @media print, screen and (min-width: 768px) {
    .postList_tag a, .bookPostList .bookPostList_tag a, .recommendBookList .bookPostList_tag a, .articleBlock_infoTag a, .articleBlock_tag a,
    .postList_tag span,
    .bookPostList .bookPostList_tag span,
    .recommendBookList .bookPostList_tag span,
    .articleBlock_infoTag span,
    .articleBlock_tag span {
      padding: 5px 4px; } }
  @media only screen and (max-width: 767px) {
    .postList_tag a, .bookPostList .bookPostList_tag a, .recommendBookList .bookPostList_tag a, .articleBlock_infoTag a, .articleBlock_tag a,
    .postList_tag span,
    .bookPostList .bookPostList_tag span,
    .recommendBookList .bookPostList_tag span,
    .articleBlock_infoTag span,
    .articleBlock_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.ie11 .articleBlock_infoTag a, html.ie11 .articleBlock_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.ie9 .articleBlock_infoTag a,
  html.ie9 .articleBlock_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.ie11 .articleBlock_infoTag span, html.ie11 .articleBlock_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,
  html.ie9 .articleBlock_infoTag span,
  html.ie9 .articleBlock_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,
  .about_order .contents-left {
    margin-bottom: 30px; } }

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

.pageCaption {
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .pageCaption {
      font-size: 14px;
      letter-spacing: .15em; } }
  @media only screen and (max-width: 767px) {
    .pageCaption {
      font-size: 13px;
      letter-spacing: .13em; } }
  [lang='en'] .pageCaption {
    letter-spacing: inherit; }
  .pageCaption 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 {
  position: absolute;
  right: 0; }
  @media print, screen and (min-width: 768px) {
    .pickUpBlock .thumbnailList_more, .specialBlock .thumbnailList_more {
      top: 4px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList_more, .specialBlock .thumbnailList_more {
      top: 0; } }
  .pickUpBlock .thumbnailList_more a, .specialBlock .thumbnailList_more a {
    font-weight: bold;
    letter-spacing: .15em; }
    @media print, screen and (min-width: 768px) {
      .pickUpBlock .thumbnailList_more a, .specialBlock .thumbnailList_more a {
        font-size: 11px; } }
    @media only screen and (max-width: 767px) {
      .pickUpBlock .thumbnailList_more a, .specialBlock .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 {
      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 {
    padding: 35px 0 70px; } }

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

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

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

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

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

.pickUpBlock .thumbnailList_node_title, .specialBlock .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 {
      margin-top: 8px;
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList_node_title, .specialBlock .thumbnailList_node_title {
      margin-top: 4px;
      font-size: 11px; } }

.pickUpBlock .thumbnailList_node_date, .specialBlock .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 {
      margin-top: 8px;
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .pickUpBlock .thumbnailList_node_date, .specialBlock .thumbnailList_node_date {
      margin-top: 4px;
      font-size: 11px; } }

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

@media only screen and (max-width: 767px) {
  .pickUpBlock .thumbnailList_more, .specialBlock .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; } }

.postList_buttonList {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .postList_buttonList {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 768px) {
    .postList_buttonList {
      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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 8px; } }

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

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

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

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

.postList_buttonList_node a {
  display: inline-block;
  width: 100%;
  height: 100%; }

.categoryNavBlock {
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .categoryNavBlock {
      padding: 10px 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,
      .about_order .categoryNavList_node {
        width: 20%; } }
  @media only screen and (max-width: 767px) {
    .categoryNavList_node {
      width: 33%;
      padding: 10px 0; }
      .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; } }

.makeshopFirstVisit_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .makeshopOpen .makeshopFirstVisit_bg {
    visibility: visible;
    opacity: 1; }

.makeshopFirstVisit {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6100;
  visibility: hidden;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .makeshopOpen .makeshopFirstVisit {
    visibility: visible;
    opacity: 1; }
  @media print, screen and (min-width: 768px) {
    .makeshopFirstVisit {
      width: 542px;
      height: 236px;
      padding: 34px 0 0;
      border: 4px solid #000;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .makeshopFirstVisit {
      height: 215px;
      padding: 0 20px;
      text-align: center; } }

@media print, screen and (min-width: 768px) {
  .makeshopFirstVisit_text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2; } }

@media only screen and (max-width: 767px) {
  .makeshopFirstVisit_text {
    margin-bottom: 28px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left; } }

.makeshopFirstVisit_button_list {
  display: inline-block; }

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

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

.makeshopFirstVisit_button_node a {
  border-style: solid; }
  @media print, screen and (min-width: 768px) {
    .makeshopFirstVisit_button_node a {
      height: 68px;
      border-width: 4px;
      line-height: 63px; } }
  @media only screen and (max-width: 767px) {
    .makeshopFirstVisit_button_node a {
      border-width: 2px; } }

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

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

/* 共通スタイル定設
-----------------------------------------------------------------*/
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;
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .scrolled .headerSns_list {
    display: block; }

.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:hover.bilibili svg {
    fill: #00A1D6; }
  .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;
  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; }

.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; } }

.main {
  background-color: #fff; }

.post_type-book .articleBlock {
  padding: 12px 0 0; }

.articleBlock_caution {
  text-align: right; }
  .articleBlock_caution[data-cat='design'] a:before {
    background-color: #b6ecac; }
  .articleBlock_caution[data-cat='art'] a:before {
    background-color: #fab4a9; }
  .articleBlock_caution[data-cat='photo'] a:before {
    background-color: #8cdae8; }
  .articleBlock_caution[data-cat='hobby'] a:before {
    background-color: #cecebf; }
  .articleBlock_caution[data-cat='kids'] a:before {
    background-color: #ff885b; }
  .articleBlock_caution[data-cat='comicart'] a:before {
    background-color: #ffeb00; }
  .articleBlock_caution[data-cat='ebook'] a:before {
    background-color: #c4afcc; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_caution {
      width: 1000px;
      margin: 0 auto 30px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_caution {
      margin: 0 auto 15px;
      padding: 0 20px; } }

.articleBlock_caution_link {
  position: relative;
  font-weight: bold;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_caution_link {
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_caution_link {
      font-size: 11px; } }
  .articleBlock_caution_link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #faacb3;
    content: ''; }
  .articleBlock_caution_link span {
    position: relative;
    z-index: 1; }

.articleBlock_main {
  word-wrap: break-word; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_main {
      width: 840px;
      margin: 0 auto 0; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_main {
      padding: 0 20px; } }

.articleBlock_infoTag {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_infoTag {
      margin-right: 4px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_infoTag {
      margin-right: 2px; } }

.articleBlock_tag a {
  color: #000 !important; }

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

.articleBlock_title {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.3; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_title {
      margin: 17px 0 0; }
      .post_type-book .articleBlock_title {
        margin: 10px 0 0; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_title {
      margin: 10px 0 0; }
      .post_type-book .articleBlock_title {
        margin: 8px 0 0; } }

.articleBlock_mainVisual {
  margin: 0 auto;
  text-align: center; }
  .articleBlock_mainVisual img {
    width: auto; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_mainVisual img {
        max-height: 576px;
        padding-top: 14px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_mainVisual img {
        width: 100%;
        padding-top: 8px; } }

.articleBlock_content {
  /* WP style - align center  */
  /* =============================================================================
  YouTubu
  ========================================================================== */ }
  .articleBlock_content * {
    max-width: 100%;
    letter-spacing: .12em;
    line-height: 1.5; }
  .articleBlock_content p {
    line-height: 2; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_content p {
        font-size: 14px;
        margin-bottom: 32px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_content p {
        font-size: 13px;
        margin-bottom: 15px; } }
  .articleBlock_content h2 {
    text-align: center;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    border-top: 4px solid #7F7F7F;
    border-bottom: 4px solid #7F7F7F;
    letter-spacing: .16em; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_content h2 {
        font-size: 20px;
        padding: 43px 0;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_content h2 {
        font-size: 17px;
        padding: 18px 0;
        margin-bottom: 26px; } }
  .articleBlock_content h3 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .16em; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_content h3 {
        font-size: 20px;
        margin-bottom: 22px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_content h3 {
        font-size: 17px;
        margin-bottom: 12px; } }
  .articleBlock_content img {
    max-width: 100%;
    height: auto; }
  .articleBlock_content a {
    color: #00AAE7;
    text-decoration: none; }
    .articleBlock_content a:hover {
      text-decoration: underline; }
  .articleBlock_content iframe {
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_content iframe {
        height: 470px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_content iframe {
        height: 250px; } }
  .articleBlock_content .aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_content .articleBlock_blogImg {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_content .articleBlock_blogImg {
      margin-bottom: 15px; } }
  .articleBlock_content .articleBlock_blogImg_img {
    margin-bottom: 7px; }
  .articleBlock_content .articleBlock_blogImg_title {
    margin: 0;
    line-height: 1.2; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_content .articleBlock_blogImg_title {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_content .articleBlock_blogImg_title {
        font-size: 10px; } }
  .articleBlock_content .youtube_box {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_content .youtube_box.small {
        width: 70%; } }
    .articleBlock_content .youtube_box:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 56.25%; }
    .articleBlock_content .youtube_box iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_content {
      margin-top: 26px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_content {
      margin-top: 16px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_content.series {
      width: 840px;
      margin: 26px auto; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_content.series {
      margin: 16px 20px; } }

/*__ articleBlock_pickBook ______________________*/
.articleBlock_pickBook {
  background-color: #f1f2f6; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook {
      padding: 35px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_pickBook {
      padding: 15px 20px 30px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook .bookPostList {
      display: block;
      width: 840px;
      margin: 0 auto 0; }
      .articleBlock_pickBook .bookPostList:after {
        display: none; } }
  .articleBlock_pickBook .bookPostList_node {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none; }
    .articleBlock_pickBook .bookPostList_node:after {
      position: relative !important;
      visibility: hidden !important;
      height: 0 !important; }
    .articleBlock_pickBook .bookPostList_node + .bookPostList_node {
      border-top: 3px solid #fff; }
      @media print, screen and (min-width: 768px) {
        .articleBlock_pickBook .bookPostList_node + .bookPostList_node {
          margin-top: 10px;
          padding-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .articleBlock_pickBook .bookPostList_node + .bookPostList_node {
          margin-top: 5px;
          padding-top: 18px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook .bookPostList_img {
      display: block;
      float: left;
      width: 204px;
      height: auto; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_pickBook .bookPostList_img a {
      padding-bottom: 0; } }
  .articleBlock_pickBook .bookPostList_img img {
    position: relative;
    left: 0;
    right: 0;
    max-height: none; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook .bookPostList_info {
      display: block;
      width: auto; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook .bookPostList_info:before {
      margin: 0 5px 7px 35px !important; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook .bookPostList_tag,
    .articleBlock_pickBook .bookPostList_info_link {
      float: right;
      width: 600px; } }
  .articleBlock_pickBook .bookPostList_info_link {
    display: block; }
  .articleBlock_pickBook .bookPostList_releaseDay {
    display: block; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_pickBook .bookPostList_releaseDay {
        margin-bottom: 8px;
        font-size: 11px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_pickBook .bookPostList_releaseDay {
        display: none; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook .bookPostList_title {
      font-size: 25px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_pickBook .bookPostList_title {
      margin-bottom: 7px;
      font-size: 15px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook .bookPostList_price,
    .articleBlock_pickBook .bookPostList_spec {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_pickBook .bookPostList_price,
    .articleBlock_pickBook .bookPostList_spec {
      display: none; } }
  .articleBlock_pickBook .bookPostList_caption {
    display: none; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_pickBook .bookPostList_button {
      float: right;
      width: 600px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_pickBook .bookPostList_button {
      text-align: center; } }
  .articleBlock_pickBook .bookPostList_button_inner {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_pickBook .bookPostList_button_inner {
        display: inline-block;
        margin-top: 45px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_pickBook .bookPostList_button_inner {
        padding-top: 4px;
        text-align: left; } }
    @media print, screen and (min-width: 768px) {
      .articleBlock_pickBook .bookPostList_button_inner a {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_pickBook .bookPostList_button_inner a {
        font-size: 11px; } }
  .articleBlock_pickBook .bookPostList_button_list {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_pickBook .bookPostList_button_list {
        display: inline-block;
        width: 258px;
        margin: 0 20px 20px 0;
        font-size: 14px;
        vertical-align: top; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_pickBook .bookPostList_button_list {
        margin: 0 0 12px;
        font-size: 11px; } }
    @media only screen and (max-width: 320px) {
      .articleBlock_pickBook .bookPostList_button_list {
        margin: 0 0 8px; } }
    .articleBlock_pickBook .bookPostList_button_list.open {
      z-index: 100; }
    @media only screen and (max-width: 767px) {
      .articleBlock_pickBook .bookPostList_button_list .articleBlock_variation_select {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #fff; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_pickBook .bookPostList_button_list .articleBlock_purchase_parent {
        width: 100%; } }
  .articleBlock_pickBook .articleBlock_pieEc {
    margin-bottom: 0; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_pickBook .articleBlock_pieEc {
        width: 100%; } }
  .articleBlock_pickBook .bookPostList_button_parent {
    display: block;
    width: 100%;
    color: #fff; }
    html[lang='en'] .articleBlock_pickBook .bookPostList_button_parent {
      text-align: left; }
      @media only screen and (max-width: 767px) {
        html[lang='en'] .articleBlock_pickBook .bookPostList_button_parent span {
          padding-left: 10px; } }
      @media print, screen and (min-width: 768px) {
        html[lang='en'] .articleBlock_pickBook .bookPostList_button_parent span {
          padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_pickBook .bookPostList_button_parent {
        width: 150px; }
        .articleBlock_pickBook .bookPostList_button_parent:after {
          display: none; } }
    @media only screen and (max-width: 320px) {
      .articleBlock_pickBook .bookPostList_button_parent {
        width: 130px; }
        html[lang='en'] .articleBlock_pickBook .bookPostList_button_parent {
          width: 145px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_pickBook .bookPostList_button_child {
      -webkit-transform: translate(-42%);
      -ms-transform: translate(-42%);
      transform: translate(-42%); } }
  .articleBlock_pickBook .articleBlock_purchase_button {
    float: none;
    background-color: #000; }
    @media only screen and (max-width: 767px) {
      .articleBlock_pickBook .articleBlock_purchase_button {
        width: 150px;
        margin: 0; } }
    @media only screen and (max-width: 320px) {
      .articleBlock_pickBook .articleBlock_purchase_button {
        width: 130px; } }
    .articleBlock_pickBook .articleBlock_purchase_button input {
      width: auto; }
      @media print, screen and (min-width: 768px) {
        .articleBlock_pickBook .articleBlock_purchase_button input {
          right: 0;
          height: 100%;
          margin: auto; } }
      @media only screen and (max-width: 767px) {
        .articleBlock_pickBook .articleBlock_purchase_button input {
          height: 54px;
          margin-left: -7px; } }
      @media only screen and (max-width: 320px) {
        .articleBlock_pickBook .articleBlock_purchase_button input {
          margin-left: -16px; } }

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

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

@media print, screen and (min-width: 768px) {
  .articleBlock_pickBook_img {
    float: left;
    width: 218px; } }

@media print, screen and (min-width: 768px) {
  .articleBlock_pickBook_info {
    float: left;
    width: 575px; } }

.articleBlock_purchaseButton-makeshop {
  background-color: #000;
  color: #fff;
  letter-spacing: .1em;
  -webkit-transition: .1s ease;
  transition: .1s ease; }
  @media print, screen and (min-width: 1025px) {
    .articleBlock_purchaseButton-makeshop:hover {
      color: #000;
      background-color: #00aae8; } }
  .articleBlock_purchaseButton-makeshop.is-outOfStock {
    line-height: 1.2; }
    @media print, screen and (min-width: 1025px) {
      .articleBlock_purchaseButton-makeshop.is-outOfStock {
        cursor: default; }
        .articleBlock_purchaseButton-makeshop.is-outOfStock:hover {
          color: #fff;
          background-color: #000; } }

.breadcrumb {
  background-color: #f1f2f6; }

.articleBlock {
  padding-top: 0; }

.articleBlock_upper_info {
  background-color: #f1f2f6; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_upper_info {
      padding: 12px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_upper_info {
      padding: 12px 0 20px; } }

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

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

@media print, screen and (min-width: 768px) {
  .post_type-bookstore .articleBlock,
  .post_type-sales .articleBlock {
    padding: 0 0 60px; } }

@media only screen and (max-width: 767px) {
  .post_type-bookstore .articleBlock,
  .post_type-sales .articleBlock {
    padding: 0 0 40px; } }

.post_type-book .main {
  background-color: #f1f2f6; }

.articleBlock_upper a {
  color: #00aae5; }

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

.articleBlock_bookImg {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_bookImg {
      float: left;
      width: 500px; } }

.articleBlock_bookImg_main {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_bookImg_main {
      margin: 0 0 22px;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_bookImg_main {
      height: 0;
      padding: 0 0 80%; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_bookImg_main:hover {
      opacity: .7; } }
  .articleBlock_bookImg_main img {
    cursor: pointer; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_bookImg_main img {
        width: auto;
        max-width: 500px;
        height: auto;
        max-height: 450px; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_bookImg_main img {
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: -100%;
        right: -100%;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        margin: auto; } }

.articleBlock_bookInfo {
  word-wrap: break-word; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_bookInfo {
      float: right;
      width: 440px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_bookInfo {
      padding: 20px 20px 25px; } }

.articleBlock_appList {
  font-size: 0; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_appList {
      margin-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_appList {
      margin-top: 8px; } }

.articleBlock_appList_node {
  display: inline-block;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_appList_node {
      margin-right: 8px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_appList_node {
      margin-right: 6px; } }

.articleBlock_appList_label {
  display: inline-block;
  border: 2px solid #00aae7; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_appList_label {
      height: 20px;
      padding: 0 4px;
      font-size: 10px;
      line-height: 16px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_appList_label {
      height: 18px;
      padding: 0 2px;
      font-size: 9px;
      line-height: 14px; } }

.articleBlock_linkList {
  font-size: 0; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_linkList {
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_linkList {
      margin-top: 18px; } }

.articleBlock_linkList_node {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_linkList_node {
      margin-right: 16px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_linkList_node {
      margin-right: 8px;
      font-size: 12px; } }
  .articleBlock_linkList_node a {
    color: #00aae5; }
    .articleBlock_linkList_node a:before {
      display: inline;
      font-size: 10px;
      content: '▶'; }
    .articleBlock_linkList_node a:hover {
      text-decoration: underline; }

.articleBlock_bookImg_thumbnail {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_bookImg_thumbnail {
      max-width: 480px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_bookImg_thumbnail {
      display: none; } }

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

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

.articleBlock_bookImg_moreButtom a {
  color: #fff; }

.articleBlock_bookImg_thumbnail_node {
  display: inline-block;
  width: 60px;
  margin: 0 5px 10px;
  background-color: #fff;
  vertical-align: top;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_bookImg_thumbnail_node:hover {
      opacity: .7; } }
  .articleBlock_bookImg_thumbnail_node .get_openimg {
    width: 100%;
    height: 55px;
    line-height: 54px; }
  .articleBlock_bookImg_thumbnail_node img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }

.articleBlock_releaseDay {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_releaseDay {
      margin: 10px 0 0;
      font-size: 11px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_releaseDay {
      margin: 8px 0 0;
      font-size: 10px; } }

.articleBlock_subtitle {
  font-weight: bold;
  line-height: 1.3; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_subtitle {
      margin-top: 5px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_subtitle {
      margin-top: 3px;
      font-size: 13px; } }

.articleBlock_price {
  margin: 14px 0 0;
  font-size: 14px; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_price {
      margin: 14px 0 0;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_price {
      margin: 7px 0 0;
      font-size: 12px; } }

.articleBlock_catchcopy {
  font-weight: bold;
  line-height: 1.2; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_catchcopy {
      margin-top: 15px;
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_catchcopy {
      margin-top: 18px;
      font-size: 15px; } }

.articleBlock_salescopy {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_salescopy {
      margin-top: 13px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_salescopy {
      margin-top: 12px;
      font-size: 13px; } }
  .articleBlock_salescopy.loadMore {
    height: 250px;
    padding: 0 0 72px; }
  .articleBlock_salescopy.loadMore-open {
    height: auto; }
  .articleBlock_salescopy img {
    max-width: 100%;
    height: auto; }
  .articleBlock_salescopy i {
    font-style: italic; }

.articleBlock_salescopy_more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 10px solid #f1f2f6;
  text-align: center;
  cursor: pointer; }
  .loadMore .articleBlock_salescopy_more {
    display: block; }
  .loadMore-open .articleBlock_salescopy_more {
    height: auto; }
    .loadMore-open .articleBlock_salescopy_more i:before {
      content: '閉じる'; }
    .loadMore-open .articleBlock_salescopy_more i:after {
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_up.svg); }
  .articleBlock_salescopy_more i {
    display: block;
    position: relative;
    width: 100%;
    height: 62px;
    border-top: 4px solid #7f7f7f;
    border-bottom: 4px solid #7f7f7f;
    background-color: #f1f2f6;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 56px; }
    .articleBlock_salescopy_more i:before {
      display: block;
      width: 100%;
      height: 100%;
      content: 'もっと読む'; }
    .articleBlock_salescopy_more i:after {
      position: absolute;
      top: 0;
      right: 20px;
      width: 12px;
      height: 100%;
      background-position: center;
      background-image: url(/wp/wp-content/themes/assets/svg/arrow_down.svg);
      background-repeat: no-repeat;
      background-size: 12px auto;
      content: ''; }

.articleBlock_purchase {
  position: relative;
  z-index: 10; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_purchase {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin: 16px 0 0; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_purchase {
      margin: 17px 0 0; } }
  .articleBlock_purchase select {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0;
    background-color: #fff; }

@media only screen and (max-width: 767px) {
  .outOfStock,
  .articleBlock_purchase_parent {
    width: 232px;
    margin: 0 auto; } }

.outOfStock a,
.articleBlock_purchase_parent a {
  color: #fff; }

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

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

@media print, screen and (min-width: 768px) {
  .articleBlock_pieEc {
    position: relative;
    float: left;
    width: 210px;
    margin-right: 20px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; } }

@media only screen and (max-width: 767px) {
  .articleBlock_pieEc {
    text-align: center; } }

.articleBlock_pieEc .articleBlock_purchase_parent {
  width: 100%; }
  .articleBlock_pieEc .articleBlock_purchase_parent span {
    -webkit-transition: .1s ease;
    transition: .1s ease; }
    @media print, screen and (min-width: 1025px) {
      .articleBlock_pieEc .articleBlock_purchase_parent span:hover {
        color: #000;
        background-color: #00aae8; } }

.articleBlock_purchase_button {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_purchase_button {
      height: 68px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_purchase_button {
      overflow: hidden;
      width: 232px;
      height: 50px;
      margin: 0 auto 3px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_purchase_button.outOfStock {
      float: left;
      margin-right: 20px; } }
  .articleBlock_purchase_button.outOfStock span {
    height: 100%;
    background-color: #bbb;
    letter-spacing: .18em;
    line-height: 1.4; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_purchase_button.outOfStock span {
        padding: 17px 0 0; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_purchase_button.outOfStock span {
        padding: 10px 0 0;
        line-height: 1.2; } }
  .articleBlock_purchase_button input, .articleBlock_purchase_button .articleBlock_purchaseButton-makeshop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .articleBlock_purchase_button input, .articleBlock_purchase_button .articleBlock_purchaseButton-makeshop {
        bottom: 0;
        right: 0;
        margin: auto; } }

.articleBlock_variation_select {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_variation_select {
      height: 40px;
      margin-bottom: 5px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_variation_select {
      display: block;
      width: 232px;
      height: 35px;
      margin: 0 auto 5px;
      font-size: 12px; } }

@media print, screen and (min-width: 768px) {
  .articleBlock_giftWrappingBox {
    position: absolute;
    bottom: -19px;
    left: 0;
    font-size: 13px; } }

@media only screen and (max-width: 767px) {
  .articleBlock_giftWrappingBox {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.2; } }

@media print, screen and (min-width: 768px) {
  .articleBlock_giftWrappingBox a:hover {
    text-decoration: underline; } }

@media only screen and (max-width: 767px) {
  .articleBlock_giftWrappingBox a {
    text-decoration: underline; } }

.articleBlock_var_button {
  display: none;
  pointer-events: none; }
  .articleBlock_var_button.active {
    display: block;
    pointer-events: visible; }

.articleBlock_ebook {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_ebook {
      float: left;
      width: 210px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_ebook {
      margin: 10px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_ebook + .articleBlock_ebook {
      margin-left: 20px; } }

@media print, screen and (min-width: 768px) {
  .articleBlock_purchase_parent {
    text-indent: -.8em; } }

@media only screen and (max-width: 767px) {
  .articleBlock_purchase_parent {
    width: 232px;
    margin-bottom: 1px; } }

@media print, screen and (min-width: 768px) {
  .articleBlock_purchase_parent.noselect {
    text-indent: 0; } }

.moreInfoButton:after {
  position: absolute;
  top: 0;
  height: 100%;
  background-position: center;
  background-image: url(/wp/wp-content/themes/assets/svg/arrow_right_white.svg);
  background-repeat: no-repeat;
  content: ''; }
  @media print, screen and (min-width: 768px) {
    .moreInfoButton:after {
      right: 18px;
      width: 6px;
      background-size: 6px auto; } }
  @media only screen and (max-width: 767px) {
    .moreInfoButton:after {
      right: 20px;
      width: 8px;
      background-size: 8px auto; } }

.open .bookstoreButton span {
  color: #000;
  background-color: #00aae8; }
  [data-cat='design'] .open .bookstoreButton span {
    background-color: #b6ecac; }
  [data-cat='art'] .open .bookstoreButton span {
    background-color: #fab4a9; }
  [data-cat='photo'] .open .bookstoreButton span {
    background-color: #8cdae8; }
  [data-cat='hobby'] .open .bookstoreButton span {
    background-color: #cecebf; }
  [data-cat='kids'] .open .bookstoreButton span {
    background-color: #ff885b; }
  [data-cat='comicart'] .open .bookstoreButton span {
    background-color: #ffeb00; }
  [data-cat='ebook'] .open .bookstoreButton span {
    background-color: #c4afcc; }

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

.articleBlock_purchase_child,
.bookPostList_button_child {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #00aae8; }
  [data-cat='design'] .articleBlock_purchase_child, [data-cat='design']
  .bookPostList_button_child {
    background-color: #b6ecac; }
  [data-cat='art'] .articleBlock_purchase_child, [data-cat='art']
  .bookPostList_button_child {
    background-color: #fab4a9; }
  [data-cat='photo'] .articleBlock_purchase_child, [data-cat='photo']
  .bookPostList_button_child {
    background-color: #8cdae8; }
  [data-cat='hobby'] .articleBlock_purchase_child, [data-cat='hobby']
  .bookPostList_button_child {
    background-color: #cecebf; }
  [data-cat='kids'] .articleBlock_purchase_child, [data-cat='kids']
  .bookPostList_button_child {
    background-color: #ff885b; }
  [data-cat='comicart'] .articleBlock_purchase_child, [data-cat='comicart']
  .bookPostList_button_child {
    background-color: #ffeb00; }
  [data-cat='ebook'] .articleBlock_purchase_child, [data-cat='ebook']
  .bookPostList_button_child {
    background-color: #c4afcc; }
  @media print, screen and (min-width: 768px) {
    .ebook .articleBlock_purchase_child, .ebook
    .bookPostList_button_child {
      width: 100%;
      min-height: auto; } }
  @media only screen and (max-width: 767px) {
    .ebook .articleBlock_purchase_child, .ebook
    .bookPostList_button_child {
      padding: 3%; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_purchase_child,
    .bookPostList_button_child {
      top: 68px;
      right: 0;
      width: 610px;
      min-height: 80px;
      padding: 0 4px 8px 4px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_purchase_child,
    .bookPostList_button_child {
      top: 50px;
      width: 100%;
      padding: 3% 2% 5% 2%; } }
  .articleBlock_purchase_child .loading,
  .bookPostList_button_child .loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .articleBlock_purchase_child .loading,
      .bookPostList_button_child .loading {
        width: 40px; } }

.articleBlock_purchase_childNode {
  float: left;
  border: 1px solid #cccfdc;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_purchase_childNode {
      width: 192px;
      height: 62px;
      margin: 8px 4px 0;
      line-height: 62px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_purchase_childNode {
      width: 48%;
      margin: 2% 1% 0; }
      .ebook .articleBlock_purchase_childNode {
        width: 100%;
        height: 42px;
        margin: 0;
        line-height: 43px; } }
  .articleBlock_purchase_childNode a {
    display: block;
    color: #000; }
  .articleBlock_purchase_childNode img {
    vertical-align: top;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    @media only screen and (max-width: 767px) {
      .articleBlock_purchase_childNode img {
        width: 100%; } }
  @media print, screen and (min-width: 1025px) {
    .articleBlock_purchase_childNode:hover img {
      opacity: .7; } }

/*__ articleBlock_foreign_text ______________________*/
.articleBlock_foreign_text {
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_foreign_text {
      margin-top: 10px;
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_foreign_text {
      margin-top: 10px;
      font-size: 12px; } }
  @media print, screen and (min-width: 1025px) {
    .articleBlock_foreign_text a {
      color: #00aae8;
      text-decoration: underline; }
      .articleBlock_foreign_text a:hover {
        text-decoration: none; } }

/*__ articleBlock_middle ______________________*/
.articleBlock_middle {
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_middle {
      padding: 38px 0 60px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_middle {
      padding: 28px 20px 20px; } }

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

@media print, screen and (min-width: 768px) {
  .articleBlock_middle_left {
    float: left;
    width: 500px; } }

@media print, screen and (min-width: 768px) {
  .articleBlock_bookDetail_node {
    margin-bottom: 11px;
    line-height: 1.2; } }

@media only screen and (max-width: 767px) {
  .articleBlock_bookDetail_node {
    font-size: 13px;
    line-height: 1.5; } }

@media print, screen and (min-width: 768px) {
  .articleBlock_middle_right {
    float: right;
    width: 440px; } }

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

.articleBlock_author {
  line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .articleBlock_author {
      font-size: 13px; } }

.articleBlock_contentsList {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2; }
  .articleBlock_contentsList * {
    line-height: 2;
    word-break: break-all; }
  .articleBlock_contentsList iframe {
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      .articleBlock_contentsList iframe {
        height: 570px;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .articleBlock_contentsList iframe {
        height: 250px; } }

.articleBlock_searchPeope {
  clear: both;
  margin-top: 12px;
  padding: 20px 0;
  border-top: 4px solid #f1f2f6;
  border-bottom: 4px solid #f1f2f6; }
  @media only screen and (max-width: 767px) {
    .articleBlock_searchPeope {
      padding: 18px 0; } }
  .articleBlock_searchPeope a:hover {
    text-decoration: underline; }

.post_type-book .shareBlock {
  padding: 0;
  text-align: left; }
  @media print, screen and (min-width: 768px) {
    .post_type-book .shareBlock {
      float: left;
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .post_type-book .shareBlock {
      margin-top: 15px; } }

body.post_type-series .main {
  background-color: #f1f2f6; }

.articleBlock.seriesParent .articleBlock_title {
  line-height: 1.5;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .articleBlock.seriesParent .articleBlock_title {
      margin: 0 0 6px;
      letter-spacing: .2em; } }
  @media only screen and (max-width: 767px) {
    .articleBlock.seriesParent .articleBlock_title {
      margin: 0 0 12px;
      letter-spacing: .13em; } }

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

.articleBlock.seriesParent .sectionTitle:before {
  background-color: #e4e6ed; }

.series_infoBlock {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .series_infoBlock {
      max-width: 840px;
      margin: 0 auto 40px; } }
  @media only screen and (max-width: 767px) {
    .series_infoBlock {
      margin: 0 auto 20px; } }
  @media print, screen and (min-width: 768px) {
    .series_infoBlock .shareBlock {
      padding-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .series_infoBlock .shareBlock {
      padding-top: 20px; } }
  .series_infoBlock .shareBlock_title {
    display: none; }
  @media print, screen and (min-width: 768px) {
    .series_infoBlock .shareList_node {
      margin-right: 28px; } }
  @media only screen and (max-width: 767px) {
    .series_infoBlock .shareList_node {
      display: inline-block;
      width: auto;
      margin-right: 20px;
      padding: 0; } }
  .series_infoBlock .shareList_node:last-child {
    margin-right: 0; }
  .series_infoBlock .shareList_node svg {
    fill: #000; }
  .series_infoBlock .shareList_node a {
    width: auto;
    height: auto;
    background-color: transparent;
    line-height: normal; }
  .series_infoBlock .shareList_node_count {
    color: #000; }

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

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

.seriesPostList_node {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .seriesPostList_node {
      margin-bottom: 15px;
      padding: 0 55px 15px;
      border-bottom: 4px solid #7f7f7f; } }
  @media only screen and (max-width: 767px) {
    .seriesPostList_node {
      margin-bottom: 16px;
      padding: 0 44px 16px;
      border-bottom: 2px solid #7f7f7f; } }
  .seriesPostList_node:last-child {
    margin-bottom: 0; }
  .seriesPostList_node.newPost:after {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #ff0;
    letter-spacing: .07em;
    text-align: center;
    content: 'NEW'; }
    @media print, screen and (min-width: 768px) {
      .seriesPostList_node.newPost:after {
        top: 2px;
        left: 0;
        right: auto;
        width: 38px;
        height: 38px;
        font-size: 9px;
        line-height: 38px; } }
    @media only screen and (max-width: 767px) {
      .seriesPostList_node.newPost:after {
        top: 0;
        left: 0;
        width: 35px;
        height: 35px;
        font-size: 8px;
        line-height: 35px; } }
  .seriesPostList_node a {
    display: block; }

.seriesPostList_date {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .seriesPostList_date {
      margin-bottom: 3px;
      font-size: 14px;
      letter-spacing: .15em; } }
  @media only screen and (max-width: 767px) {
    .seriesPostList_date {
      margin-bottom: 8px;
      font-size: 13px;
      letter-spacing: .13em; } }

.seriesPostList_title {
  font-weight: bold;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .seriesPostList_title {
      font-size: 18px;
      letter-spacing: .2em; } }
  @media only screen and (max-width: 767px) {
    .seriesPostList_title {
      font-size: 15px;
      letter-spacing: .13em; } }

.author_profile {
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .author_profile {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .author_profile {
      padding: 40px 0 20px; } }

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

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

.author_profile_img {
  display: table-cell;
  vertical-align: top; }
  @media print, screen and (min-width: 768px) {
    .author_profile_img {
      width: 150px; } }
  @media only screen and (max-width: 767px) {
    .author_profile_img {
      width: 22%; } }
  .author_profile_img img {
    width: 100%; }

.author_profile_detail {
  display: table-cell;
  vertical-align: top; }
  @media print, screen and (min-width: 768px) {
    .author_profile_detail {
      padding-left: 40px; } }
  @media only screen and (max-width: 767px) {
    .author_profile_detail {
      width: 78%;
      padding-left: 20px; } }
  .author_profile_detail * {
    word-break: break-all; }

.author_profile_name {
  font-weight: bold;
  letter-spacing: .13em;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .author_profile_name {
      margin-bottom: 8px;
      font-size: 25px; } }
  @media only screen and (max-width: 767px) {
    .author_profile_name {
      margin-bottom: 3px;
      font-size: 17px; } }

@media print, screen and (min-width: 768px) {
  .author_profile_description {
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 2; } }

@media only screen and (max-width: 767px) {
  .author_profile_description {
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: .13em;
    line-height: 1.5; } }

.author_profile_linkList_node {
  display: inline-block; }
  .author_profile_linkList_node:after {
    display: inline-block;
    content: '｜'; }
  .author_profile_linkList_node:last-child:after {
    display: none; }
  .author_profile_linkList_node a {
    color: #00aae5; }
    @media print, screen and (min-width: 768px) {
      .author_profile_linkList_node a {
        font-size: 14px;
        letter-spacing: .15em;
        line-height: 2; } }
    @media only screen and (max-width: 767px) {
      .author_profile_linkList_node a {
        font-size: 13px;
        letter-spacing: .13em;
        line-height: 1.5; } }

/*__ amazonアフィリエイトリンク ______________________*/
.articleBlock_affiliatelink_box {
  background-color: #fff;
  font-size: 0;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_affiliatelink_box {
      max-width: 1000px;
      margin: 10px auto 60px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_affiliatelink_box {
      margin: 0 20px 20px; } }

.articleBlock_affiliatelink {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_affiliatelink {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_affiliatelink {
      padding: 20px 0; } }

.articleBlock_affiliatelink_node {
  display: inline-block;
  margin: 0 9px;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .articleBlock_affiliatelink_node {
      width: 70px;
      height: 146px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_affiliatelink_node iframe {
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; } }

/*__ articleBlock_browsing ______________________*/
.articleBlock_browsing_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 242, 246, 0.8);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .browsingOpen .articleBlock_browsing_bg {
    visibility: visible;
    opacity: 1; }

.articleBlock_browsingInner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 6100;
  visibility: hidden;
  margin: auto;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .browsingOpen .articleBlock_browsingInner {
    visibility: visible;
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .articleBlock_browsingInner {
      top: 68px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_browsingInner {
      top: 120px;
      max-width: 1200px;
      padding: 0 100px; } }
  @media print, screen and (min-width: 1025px) {
    .articleBlock_browsingInner {
      width: 1000px; } }
  @media only screen and (min-width: 1367px) {
    .articleBlock_browsingInner {
      width: 1200px; } }

.articleBlock_browsing_close {
  position: absolute; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_browsing_close {
      top: 0;
      right: 26px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_browsing_close {
      top: -35px;
      right: 20px; } }

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

.articleBlock_browsing_list {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  .articleBlock_browsing_list .slick-dots {
    position: static;
    margin: 20px 0 0; }
    .articleBlock_browsing_list .slick-dots li {
      border: 0; }
      @media print, screen and (min-width: 768px) {
        .articleBlock_browsing_list .slick-dots li {
          width: 10px;
          height: 10px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_browsing_list .slick-next {
      right: 26px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_browsing_list .slick-next {
      right: 20px; } }
  @media print, screen and (min-width: 768px) {
    .articleBlock_browsing_list .slick-prev {
      left: 26px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_browsing_list .slick-prev {
      left: 20px; } }
  .articleBlock_browsing_list .slick-prev,
  .articleBlock_browsing_list .slick-next {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .articleBlock_browsing_list .slick-prev,
      .articleBlock_browsing_list .slick-next {
        top: auto;
        bottom: -28px; } }

.articleBlock_browsing_list_node {
  position: relative;
  list-style: none; }
  @media print, screen and (min-width: 768px) {
    .articleBlock_browsing_list_node {
      width: 1000px;
      height: 680px; } }
  @media only screen and (max-width: 767px) {
    .articleBlock_browsing_list_node {
      width: 100%; } }
  .articleBlock_browsing_list_node img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    border: 1px solid #e2e2e2; }

/*__ 各連載 固有css ______________________*/
body[data-series='series_livinghouse'] .breadcrumb,
body[data-series='series_livinghouse'] .main {
  background-color: #fff; }

body[data-series='series_livinghouse'] .series_infoBlock .author_profile_description {
  font-size: 20px; }

body[data-series='series_livinghouse'] .seriesParent .series_infoBlock .shareBlock {
  display: none; }

@media print, screen and (min-width: 768px) {
  body[data-series='series_livinghouse'] .seriesChild .articleBlock_main {
    width: 1000px; } }

@media print, screen and (min-width: 768px) {
  body[data-series='series_livinghouse'] .seriesChild .articleBlock_mainVisual img {
    max-height: none; } }

@media print, screen and (min-width: 768px) {
  body[data-series='series_livinghouse'] .seriesChild .articleBlock_content {
    width: 840px;
    margin: 26px auto 0; } }
