@charset "UTF-8";

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900|Work+Sans:100,200,300,400,500,600,700,800,900&display=swap&subset=japanese,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom !important;
}

select, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

/*
** Base
*/
html, body {
  max-width: 1366px;
  margin: 0 auto;
  font-family: "Noto Sans CJK JP", sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  color: #141414;
}

a:focus {
  outline: none;
}

@media screen and (max-width: 896px) {
  br.is--pc {
    display: none !important;
  }
}
@media screen and (min-width: 897px) {
  br.is--sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 896px) {
  img.is--pc {
    display: none !important;
  }
}
@media screen and (min-width: 897px) {
  img.is--sp {
    display: none !important;
  }
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

/*
** Header
*/
.header {
  width: 100%;
  max-width: 1366px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 896px) {
  .header {
    width: 100%;
    margin: 0 auto;
    padding: 23px 20px 23px 15px;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .header__inner {
    width: 100%;
  }
}
.header .logo {
  width: 100px;
}
@media screen and (max-width: 896px) {
  .header .logo {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.header .logo.show {
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .header .gNav {
    display: none;
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0;
    background: #fff;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1) inset;
  }
}
.header .gNav__list {
  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;
}
@media screen and (max-width: 896px) {
  .header .gNav__list {
    display: block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 896px) {
  .header .gNav__item {
    margin-bottom: 4px;
  }
}
.header .gNav__item > a {
  display: block;
  font-size: 15px;
  line-height: 70px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: bold;
  color: #141414;
  padding: 0 22px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .header .gNav__item > a {
    line-height: 53px;
    text-align: center;
    background: #faf8ee;
    border-radius: 5px;
  }
}
.header .gNav__item > a::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #f1f1f1;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  .header .gNav__item > a::before {
    display: none;
  }
}
.header .gNav__item > a .icon {
  display: none;
  width: 0;
  line-height: 1;
  position: absolute;
  left: 50%;
  margin-top: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .gNav__item > a .icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .gNav__item > a .line {
  display: block;
  width: calc(100% - 70px);
  position: absolute;
  bottom: 0;
  left: 34px;
}
@media screen and (max-width: 896px) {
  .header .gNav__item > a .line {
    display: none;
  }
}
.header .gNav__item > a .line:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #ffc44f;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .gNav__item > a .line:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #ffc44f;
  position: absolute;
  top: -4px;
  right: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .gNav__item--magazine {
  /*
  &:hover {
    .icon {
      width: 52px;
    }
  }
  */
}
.header .gNav__item--magazine > a.open .icon {
  width: 52px;
}
.header .gNav__item--magazine .icon {
  top: -25px;
}
.header .gNav__item--muck {
  /*
  &:hover {
    .icon {
      width: 41px;
    }
  }
  */
}
.header .gNav__item--muck > a.open .icon {
  width: 41px;
}
.header .gNav__item--muck .icon {
  top: -30px;
}
.header .gNav__item--book .icon {
  top: -26px;
}
.header .gNav__item--book:hover .icon {
  width: 55px;
}
.header .gNav__item--shop {
  /*
  &:hover {
    .icon {
      width: 43px;
    }
  }
  */
}
.header .gNav__item--shop > a.open .icon {
  width: 43px;
}
.header .gNav__item--shop .icon {
  top: -26px;
}
.header .gNav__item--service {
  /*
  &:hover {
    .icon {
      width: 80px;
    }
  }
  */
}
.header .gNav__item--service > a.open .icon {
  width: 80px;
}
.header .gNav__item--service .icon {
  top: -25px;
}
.header .gNav__item--company .icon {
  top: -27px;
}
.header .gNav__item--company:hover .icon {
  width: 43px;
}
.header .gNav__item--search {
  /*
  &:hover {
    .icon {
      width: 22px;
    }
  }
  */
}
@media screen and (max-width: 896px) {
  .header .gNav__item--search {
    display: none;
  }
}
.header .gNav__item--search > a::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #f1f1f1;
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header .gNav__item--search > a.open .icon {
  width: 22px;
}
.header .gNav__item--search .icon {
  top: -25px;
}
@media screen and (max-width: 896px) {
  .header .gNav__item--sub > a::before {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    background: #ffc44f;
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    border-radius: 1px;
    margin-top: -1px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {
  .header .gNav__item--sub > a::after {
    content: "";
    display: block;
    width: 17px;
    height: 2px;
    background: #ffc44f;
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 1px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.header .gNav__item--sub > a.open::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.header .gNav__item:hover > a .line::before, .header .gNav__item:hover > a .line::after {
  width: 50%;
}
.header .search {
  display: none;
  width: 100%;
  position: absolute;
  top: 64px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.header .search__inner {
  padding: 20px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1) inset;
}
@media screen and (max-width: 896px) {
  .header .search__input {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 896px) {
  .header .search__input input {
    width: 100%;
    font-size: 16px;
    line-height: 53px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
  .header .search__input input::-webkit-input-placeholder {
    color: #898989;
  }
  .header .search__input input::-moz-placeholder {
    color: #898989;
  }
  .header .search__input input:-ms-input-placeholder {
    color: #898989;
  }
  .header .search__input input::-ms-input-placeholder {
    color: #898989;
  }
  .header .search__input input::placeholder {
    color: #898989;
  }
}
@media screen and (max-width: 896px) {
  .header .search__input--submit {
    display: block;
    width: 187px;
    height: 38px;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    font-weight: 500;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ffc44f;
    border-radius: 19px;
    background: #fff;
    background: url(/common/img/icon_search.webp) center left 20px/15px no-repeat;
  }
}
.header .subNav {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  .header .subNav {
    display: none;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0);
            box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
}
.header .subNav__inner {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1) inset;
}
@media screen and (max-width: 896px) {
  .header .subNav__inner {
    -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0) inset;
            box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0) inset;
  }
}
.header .subNav .magazineList {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (max-width: 896px) {
  .header .subNav .magazineList {
    width: 100%;
    padding: 15px 0 11px;
  }
}
.header .subNav .magazineList__item {
  width: 183px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .header .subNav .magazineList__item {
    width: 50%;
    text-align: center;
  }
}
.header .subNav .magazineList__item a {
  display: block;
}
@media screen and (max-width: 896px) {
  .header .subNav .magazineList__item a {
    border: 1px solid #eee;
  }
}
.header .subNav .magazineList__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 896px) {
  .header .subNav .magazineList__item img {
    width: 152px;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .magazineList__item:nth-child(2n) a {
    border-left: 0;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .magazineList__item:nth-child(n+3) a {
    border-top: 0;
  }
}
.header .subNav .muckList {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (max-width: 896px) {
  .header .subNav .muckList {
    width: 100%;
    padding: 15px 0 11px;
  }
}
.header .subNav .muckList__item {
  width: 183px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .header .subNav .muckList__item {
    width: 50%;
    text-align: center;
  }
}
.header .subNav .muckList__item a {
  display: block;
}
@media screen and (max-width: 896px) {
  .header .subNav .muckList__item a {
    border: 1px solid #eee;
  }
}
.header .subNav .muckList__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 896px) {
  .header .subNav .muckList__item img {
    width: 152px;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .muckList__item:nth-child(2n) a {
    border-left: 0;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .muckList__item:nth-child(n+3) a {
    border-top: 0;
  }
}
.header .subNav .shopList {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .header .subNav .shopList {
    width: 100%;
    padding: 10px 0 11px;
  }
}
.header .subNav .shopList__item {
  position: relative;
  width: 33.3%;
}
.header .subNav .shopList__item::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 90%;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  .header .subNav .shopList__item::after {
    top: 0;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .shopList__item {
    width: 50%;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .shopList__item:nth-child(1)::after, .header .subNav .shopList__item:nth-child(2)::after {
    border-bottom: none;
  }
}
.header .subNav .shopList__item 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: 90px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  color: #141414;
  padding-left: 127px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .header .subNav .shopList__item a {
    display: block;
    height: auto;
    padding: 8px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.header .subNav .shopList__item a::after {
  content: "";
  height: 59px;
  border-right: 2px dotted #dcdcdc;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  .header .subNav .shopList__item a::after {
    height: 100%;
  }
}
.header .subNav .shopList__item a .icon {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 55px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  .header .subNav .shopList__item a .icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0 auto 10px;
  }
}
.header .subNav .shopList__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 896px) {
  .header .subNav .shopList__item:nth-child(2n) a::after {
    display: none;
  }
}
.header .subNav .serviceList {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList {
    width: 100%;
  }
}
.header .subNav .serviceList__item {
  position: relative;
  width: 33.3%;
}
.header .subNav .serviceList__item::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 90%;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList__item::after {
    top: 0;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList__item {
    width: 50%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList__item:nth-child(1)::after, .header .subNav .serviceList__item:nth-child(2)::after {
    border-bottom: none;
  }
}
.header .subNav .serviceList__item 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: 90px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  color: #141414;
  padding: 0 20px 0 127px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList__item a {
    display: block;
    height: 100%;
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.header .subNav .serviceList__item a::after {
  content: "";
  height: 59px;
  border-right: 2px dotted #dcdcdc;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList__item a::after {
    height: 100%;
  }
}
.header .subNav .serviceList__item a .icon {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 55px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList__item a .icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0 auto 10px;
  }
}
.header .subNav .serviceList__item a:hover {
  opacity: 0.6;
}
.header .subNav .serviceList__item:nth-child(3n) a::after {
  display: none;
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList__item:nth-child(3n) a::after {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .header .subNav .serviceList__item:nth-child(2n) a::after {
    display: none;
  }
}
.header .subNav .search__input {
  width: 700px;
  margin: 0 auto;
  padding: 46px 0;
}
.header .subNav .search__input input[type=text] {
  width: 100%;
  font-size: 17px;
  padding: 9px 39px;
  border-bottom: 1px solid #dcdcdc;
  background: url(/common/img/icon_search.webp) center left/19px no-repeat;
}
.header .subNav .search__input input[type=text]::-webkit-input-placeholder {
  color: #898989;
}
.header .subNav .search__input input[type=text]::-moz-placeholder {
  color: #898989;
}
.header .subNav .search__input input[type=text]:-ms-input-placeholder {
  color: #898989;
}
.header .subNav .search__input input[type=text]::-ms-input-placeholder {
  color: #898989;
}
.header .subNav .search__input input[type=text]::placeholder {
  color: #898989;
}
.header .subNav .search__input input[type=text]:focus {
  outline: unset;
}
.header .subNav .search__input input[type=submit] {
  display: block;
  width: 187px;
  margin: 30px 10px 0;
  font-size: 13px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  border: 1px solid #ffc44f;
  border-radius: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.header .subNav .search__input input[type=submit]:hover {
  background: #ffc44f;
}
.header .subNav .close {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .header .subNav .close {
    display: none;
  }
}
.header .subNav .close__btn {
  display: block;
  width: 187px;
  margin: 30px 10px 0;
  font-size: 13px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  border: 1px solid #898989;
  border-radius: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
}
.header .subNav .close__btn:hover {
  background-color: #898989;
}
.header .subNav .close__btn:hover .text {
  color: #fff;
}
.header .subNav .close__btn .text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .subNav.open {
  visibility: visible;
  opacity: 1;
}
.header .spSearch {
  display: none;
  width: 18px;
  height: 18px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .header .spSearch {
    display: block;
  }
}
.header .spSearch span {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .spSearch span:nth-of-type(1) {
  width: 14px;
  height: 14px;
  border: 2px solid #231f14;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.header .spSearch span:nth-of-type(2) {
  width: 10px;
  height: 2px;
  background: #231f14;
  position: absolute;
  bottom: 2px;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .spSearch.close span:nth-of-type(1) {
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -1px;
  border-radius: 0;
  border-right: 0;
  border-bottom: 0;
  border-right: 0;
}
.header .spSearch.close span:nth-of-type(2) {
  width: 100%;
  bottom: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -1px;
}
.header .spNav {
  display: none;
  width: 20px;
  height: 14px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .header .spNav {
    display: block;
  }
}
.header .spNav span {
  display: block;
  width: 100%;
  height: 2px;
  background: #231f14;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .spNav span:nth-of-type(1) {
  top: 0;
}
.header .spNav span:nth-of-type(2) {
  bottom: 0;
}
.header .spNav.close span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -1px;
}
.header .spNav.close span:nth-of-type(2) {
  bottom: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -1px;
}

/*
** Main
*/
.main {
  max-width: 1366px;
  margin-top: 70px;
}
@media screen and (max-width: 896px) {
  .main {
    margin-top: 64px;
  }
}
.main__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;
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .main__inner {
    display: block;
    width: 100%;
  }
}

.pankuz {
  width: 1100px;
  margin: 0 auto;
  padding: 19px 0 0;
}
@media screen and (max-width: 896px) {
  .pankuz {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
}
.pankuzList {
  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;
}
@media screen and (max-width: 896px) {
  .pankuzList {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 15px 0;
  }
}
.pankuzList__item {
  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;
}
.pankuzList__item a {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  color: #545454;
}
@media screen and (max-width: 896px) {
  .pankuzList__item a {
    font-size: 12px;
  }
}
.pankuzList__item a:hover {
  text-decoration: underline;
}
.pankuzList__item::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url(/common/img/arrow_pankuz_pc.webp) center/cover no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px;
}
@media screen and (max-width: 896px) {
  .pankuzList__item::after {
    width: 4px;
    height: 8px;
    background: url(/common/img/arrow_pankuz_sp.webp) center/cover no-repeat;
  }
}
.pankuzList__item.active {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  .pankuzList__item.active {
    font-size: 11px;
  }
}
.pankuzList__item:last-child::after {
  display: none;
}
.pankuz br {
  display: none;
}

.contents {
  width: 845px;
}
@media screen and (max-width: 896px) {
  .contents {
    width: 100%;
  }
}
.contents .error {
  margin: 40px 10px 0;
}
@media screen and (max-width: 896px) {
  .contents .error {
    margin: 15px 15px 40px;
  }
}
.contents .error-404 .error__headline {
  width: 313px;
}
@media screen and (max-width: 896px) {
  .contents .error-404 .error__headline {
    width: 238.5px;
  }
}
.contents .error-503 .error__headline {
  width: 529px;
}
@media screen and (max-width: 896px) {
  .contents .error-503 .error__headline {
    width: 345px;
  }
}
.contents .error__headline {
  margin-bottom: 40px;
}
.contents .error__description {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
@media screen and (max-width: 896px) {
  .contents .error__description {
    line-height: 25px;
  }
}
.contents .error__btn {
  width: 392px;
  margin: 50px auto 0;
}
@media screen and (max-width: 896px) {
  .contents .error__btn {
    width: 100%;
    margin: 55px auto 0;
  }
}
.contents .error__btn a {
  display: block;
  line-height: 56px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  font-weight: bold;
  color: #231f14;
  text-align: center;
  border: 2px solid #ffc44f;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .contents .error__btn a {
    font-size: 15px;
  }
}
.contents .error__btn a:hover {
  background: #ffc44f;
}

.sideBar {
  width: 240px;
  margin: 40px 10px 0 0;
}
@media screen and (max-width: 896px) {
  .sideBar {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f9f9f9;
    border-top: 1px solid #dcdcdc;
  }
}
.sideBar__ttl {
  padding: 11px 0 10px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 896px) {
  .sideBar__ttl {
    padding: 12px 0;
  }
}
.sideBar__ttl .en {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.sideBar__ttl .ja {
  display: block;
  font-size: 12px;
  color: #7b7b7b;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 896px) {
  .sideBar__ttl .ja {
    margin-top: 7px;
  }
}
.sideBar__box {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
  .sideBar__box {
    background: #fff;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 896px) {
  .sideBar__box:last-child {
    margin-bottom: 0;
  }
}
.sideBar__box--banner {
  padding-bottom: 0;
  border: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
.sideBar__box--banner:hover {
  opacity: 0.7;
}
.sideBar__box--banner a {
  display: inline-block;
}
.sideBar__box--inner {
  padding: 0 10px;
}
.sideBar__box--news .sideBar__ttl .en {
  width: 49px;
}
@media screen and (max-width: 896px) {
  .sideBar__box--news .sideBar__ttl .en {
    width: 58px;
  }
}
.sideBar__box--website .sideBar__ttl .en {
  width: 86px;
}
@media screen and (max-width: 896px) {
  .sideBar__box--website .sideBar__ttl .en {
    width: 102px;
  }
}
.sideBar__box--twitter {
  padding-top: 15px;
}
.sideBar__box--twitter .sideBar__ttl .en {
  width: 87px;
}
@media screen and (max-width: 896px) {
  .sideBar__box--twitter .sideBar__ttl .en {
    width: 100px;
  }
}
.sideBar__box--magazine .sideBar__ttl .en {
  width: 87px;
}
@media screen and (max-width: 896px) {
  .sideBar__box--magazine .sideBar__ttl .en {
    width: 100px;
  }
}
.sideBar__box--service .sideBar__ttl .en {
  width: 73px;
}
@media screen and (max-width: 896px) {
  .sideBar__box--service .sideBar__ttl .en {
    width: 89.5px;
  }
}
.sideBar__box--corporate .sideBar__ttl .en {
  width: 176px;
}
@media screen and (max-width: 896px) {
  .sideBar__box--corporate .sideBar__ttl .en {
    width: 209px;
  }
}
.sideBar .btn__more {
  margin-top: 10px;
}
.sideBar .btn__more a {
  display: block;
  width: 80px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  font-weight: 500;
  color: #141414;
  text-align: center;
  border: 1px solid #ffc44f;
  border-radius: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .sideBar .btn__more a {
    width: 100px;
    line-height: 24px;
    border-radius: 13px;
  }
}
.sideBar .btn__more a:hover {
  background: #ffc44f;
}
.sideBar .newsList__item {
  border-bottom: 1px solid #dcdcdc;
}
.sideBar .newsList__item a {
  min-height: 35px;
  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;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #231f14;
  padding: 10px 0 10px 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 896px) {
  .sideBar .newsList__item a {
    height: auto;
    font-size: 14px;
    line-height: 19px;
    padding: 14px 0 14px 60px;
  }
}
.sideBar .newsList__item a:hover {
  color: #ffc44f;
}
.sideBar .newsList__item .icon {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -15px;
}
@media screen and (max-width: 896px) {
  .sideBar .newsList__item .icon {
    top: 15px;
    left: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .sideBar .websiteList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px 0;
  }
}
.sideBar .websiteList__item {
  margin-top: 10px;
}
@media screen and (max-width: 896px) {
  .sideBar .websiteList__item {
    width: 100%;
  }
}
.sideBar .websiteList__item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sideBar .websiteList__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 896px) {
  .sideBar .magazineList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 0 0;
  }
}
.sideBar .magazineList__item {
  margin-top: 8px;
}
@media screen and (max-width: 896px) {
  .sideBar .magazineList__item {
    width: 49%;
    margin-top: 5px;
    margin-right: 2%;
  }
}
.sideBar .magazineList__item:nth-child(2n) {
  margin-right: 0;
}
.sideBar .magazineList__item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sideBar .magazineList__item a:hover {
  opacity: 0.6;
}
.sideBar .serviceList {
  margin-top: 10px;
}
@media screen and (max-width: 896px) {
  .sideBar .serviceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 0 0;
    margin: 0;
  }
}
.sideBar .serviceList__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 896px) {
  .sideBar .serviceList__item {
    width: 49%;
    margin: 5px 2% 0 0;
  }
}
.sideBar .serviceList__item:nth-child(2n) {
  margin-right: 0;
}
.sideBar .serviceList__item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sideBar .serviceList__item a:hover {
  opacity: 0.6;
}
.sideBar .serviceList__item:last-child {
  margin-bottom: 0;
}
.sideBar .corporateList {
  margin-top: 10px;
}
@media screen and (max-width: 896px) {
  .sideBar .corporateList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 0 0;
    margin: 0;
  }
}
.sideBar .corporateList__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 896px) {
  .sideBar .corporateList__item {
    width: 49%;
    margin: 5px 2% 0 0;
  }
}
.sideBar .corporateList__item:nth-child(2n) {
  margin-right: 0;
}
.sideBar .corporateList__item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sideBar .corporateList__item a:hover {
  opacity: 0.6;
}
.sideBar .corporateList__item:last-child {
  margin-bottom: 0;
}

.snsShare {
  margin: 60px 0 40px;
}
@media screen and (max-width: 896px) {
  .snsShare {
    margin: 25px 0 50px;
  }
}
.snsShare__list {
  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;
}
.snsShare__item {
  width: 31px;
  margin-right: 15px;
}
@media screen and (max-width: 896px) {
  .snsShare__item {
    width: 32px;
    margin-right: 20px;
  }
}
.snsShare__item:last-child {
  margin-right: 0;
}
.snsShare__item a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.snsShare__item a:hover {
  opacity: 0.6;
}

.bookList {
  margin: 40px 10px 0;
}
@media screen and (max-width: 896px) {
  .bookList {
    margin: 15px 15px 25px;
  }
}
.bookList__headline {
  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;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .bookList__headline {
    display: block;
  }
}
.bookList__headline .en {
  display: block;
  margin-right: 9px;
}
@media screen and (max-width: 896px) {
  .bookList__headline .en {
    margin: 0 auto 10px;
  }
}
.bookList__headline .en img {
  vertical-align: baseline !important;
}
.bookList__headline .ja {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #7b7b7b;
}
@media screen and (max-width: 896px) {
  .bookList__headline .ja {
    display: block;
    text-align: center;
  }
}
.bookList__headline .ja a {
  color: #7b7b7b;
  text-decoration: underline;
}
.bookList__headline--magazines {
  padding-bottom: 16px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--magazines {
    padding-bottom: 15px;
  }
}
.bookList__headline--magazines .en {
  width: 169px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--magazines .en {
    width: 160px;
  }
}
.bookList__headline--magazines .ja {
  margin-bottom: 9px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--magazines .ja {
    margin-bottom: 0;
  }
}
.bookList__headline--mook {
  padding-bottom: 16px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--mook {
    padding-bottom: 15px;
  }
}
.bookList__headline--mook .en {
  width: 90px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--mook .en {
    width: 85px;
  }
}
.bookList__headline--mook .ja {
  margin-bottom: 9px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--mook .ja {
    margin-bottom: 0;
  }
}
.bookList__headline--book {
  padding-bottom: 16px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--book {
    padding-bottom: 15px;
  }
}
.bookList__headline--book .en {
  width: 79px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--book .en {
    width: 74px;
  }
}
.bookList__headline--book .ja {
  margin-bottom: 9px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--book .ja {
    margin-bottom: 0;
  }
}
.bookList__headline--search {
  padding-bottom: 23px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--search {
    padding-bottom: 15px;
  }
}
.bookList__headline--search .en {
  width: 207px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--search .en {
    width: 195px;
  }
}
.bookList__headline--cat {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
}
.bookList__headline--cat .en {
  width: 210px;
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .bookList__headline--cat .en {
    margin: 0 auto;
  }
}
.bookList__headline--cat .ja {
  width: calc(100% - 210px);
  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-sizing: border-box;
          box-sizing: border-box;
  padding: 23px 0 23px 15px;
  border-left: 1px solid #dcdcdc;
}
@media screen and (max-width: 896px) {
  .bookList__headline--cat .ja {
    display: block;
    width: auto;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    border-top: 1px solid #dcdcdc;
    border-left: 0;
  }
}
.bookList__headline--cat .link {
  width: calc(100% - 210px);
  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-sizing: border-box;
          box-sizing: border-box;
  padding: 23px 0 23px 15px;
  border-left: 1px solid #dcdcdc;
}
@media screen and (max-width: 896px) {
  .bookList__headline--cat .link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 5px 0 15px;
    border-top: 1px solid #dcdcdc;
    border-left: none;
  }
}
@media screen and (max-width: 896px) {
  .bookList__headline--cat .link .item {
    margin: 10px 10px 0;
  }
}
.bookList__headline--cat .link .item:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 896px) {
  .bookList__headline--cat .link .item:not(:first-child) {
    margin: 10px 10px 0;
  }
}
.bookList__headline--cat .link .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  color: #7b7b7b;
}
.bookList__headline--cat .link .item a.official {
  border: 1px solid #7b7b7b;
}
.bookList__headline--cat .link .item a.twitter {
  border: 1px solid #08a0e9;
  color: #08a0e9;
}
.bookList__headline--cat .link .item a.twitter::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  margin-right: 5px;
  background: url(/common/img/product/icon_twitter.webp) center/cover no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bookList__headline--cat .link .item a.instagram {
  border: 1px solid #cb464d;
  color: #cb464d;
}
.bookList__headline--cat .link .item a.instagram::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(/common/img/product/icon_instagram.webp) center/cover no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bookList .noItem {
  font-size: 15px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  background: #f8f8f8;
  padding: 53px 30px;
}
@media screen and (max-width: 896px) {
  .bookList .noItem {
    line-height: 23px;
    text-align: center;
    padding: 32px 30px;
  }
}
.book__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .book__list {
    margin-bottom: 5px;
  }
}
.book__item {
  width: 205px;
  margin-right: 1px;
}
@media screen and (max-width: 896px) {
  .book__item {
    width: 50%;
    margin-right: 0;
    padding-right: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.book__item a {
  display: block;
  padding-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .book__item a {
    padding-bottom: 15px;
  }
}
.book__item a:hover {
  background: #fff;
}
@media screen and (max-width: 896px) {
  .book__item a:hover {
    background: #f8f8f8;
  }
}
.book__item a:hover .book__pic::after {
  border: 2px solid #ffc44f;
}
@media screen and (max-width: 896px) {
  .book__item a:hover .book__pic::after {
    border: 0;
  }
}
@media screen and (max-width: 896px) {
  .book__item:nth-child(2n) {
    padding-right: 0;
  }
}
.book__item:nth-child(4n) {
  margin-right: 0;
}
.book__pic {
  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;
  height: 240px;
  position: relative;
  background: #f8f8f8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .book__pic {
    height: auto;
    padding: 25px 0;
  }
}
.book__pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.book__pic img {
  width: auto;
  max-height: 204px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .book__pic img {
    max-height: 44.2666666667vw;
  }
}
.book__headline {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #231f14;
  margin: 9px 6px 3px;
}
@media screen and (max-width: 896px) {
  .book__headline {
    font-size: 13px;
    line-height: 17px;
    margin: 5px 6px 3px;
  }
}
.book__date {
  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;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  color: #898989;
  margin: 0 6px;
}
@media screen and (max-width: 896px) {
  .book__date {
    font-size: 13px;
  }
}
.book__date::before {
  content: "発";
  display: block;
  width: 18px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #5c5c5c;
  text-align: center;
  background: #eeeeee;
  border-radius: 50%;
  margin-right: 7px;
}

.pagination {
  text-align: center;
}
.pagination__inner {
  display: inline-block;
  position: relative;
}
.paginationList {
  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;
}
.paginationList__item {
  margin-right: 5px;
}
.paginationList__item 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 43px;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #231f14;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.paginationList__item a:hover {
  color: #ffc248;
  background: #fff;
  border: 1px solid #ffc248;
}
.paginationList__item.active {
  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;
  width: 43px;
  height: 43px;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.paginationList__item--prev {
  position: absolute;
  top: 0;
  left: -48px;
}
@media screen and (max-width: 896px) {
  .paginationList__item--prev {
    position: relative;
    left: 0;
  }
}
.paginationList__item--prev a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #231f14;
  border-left: 2px solid #231f14;
  -webkit-transform: rotate(-45deg) translate(2px, 2px);
      -ms-transform: rotate(-45deg) translate(2px, 2px);
          transform: rotate(-45deg) translate(2px, 2px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.paginationList__item--prev a:hover::after {
  border-top: 2px solid #ffc248;
  border-left: 2px solid #ffc248;
}
.paginationList__item--next {
  position: absolute;
  top: 0;
  right: -48px;
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .paginationList__item--next {
    position: relative;
    right: 0;
  }
}
.paginationList__item--next a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #231f14;
  border-right: 2px solid #231f14;
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
      -ms-transform: rotate(45deg) translate(-2px, 2px);
          transform: rotate(45deg) translate(-2px, 2px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.paginationList__item--next a:hover::after {
  border-top: 2px solid #ffc248;
  border-right: 2px solid #ffc248;
}

.page {
  margin: 40px 10px 0;
}
@media screen and (max-width: 896px) {
  .page {
    margin: 15px 15px 41px;
  }
}
.page__headline {
  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;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 896px) {
  .page__headline {
    display: block;
    margin-bottom: 30px;
  }
}
.page__headline .en {
  margin-right: 10px;
}
@media screen and (max-width: 896px) {
  .page__headline .en {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
}
.page__headline .en img {
  height: 34px;
}
@media screen and (max-width: 896px) {
  .page__headline .en img {
    height: 32px;
  }
}
.page__headline .ja {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #7b7b7b;
  margin-bottom: 8px;
}
@media screen and (max-width: 896px) {
  .page__headline .ja {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}
.page__headline .txt-title {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  .page__headline .txt-title {
    display: block;
    text-align: center;
  }
}
.page__contents {
  font-size: 15px;
  line-height: 27px;
}
@media screen and (max-width: 896px) {
  .page__contents {
    line-height: 25px;
  }
}
.page__contents h2 {
  font-size: 25px;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  font-weight: bold;
  padding-bottom: 22px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 896px) {
  .page__contents h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 16px;
  }
}
.page__contents h3 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  position: relative;
}
.page__contents h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .page__contents h3::before {
    width: 37px;
    position: relative;
    top: 0;
    margin-bottom: 7px;
  }
}
.page__contents h3 span {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
}
.page__contents strong {
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
.page__contents ul li {
  display: table;
}
.page__contents ul li::before {
  content: "・";
  display: table-cell;
}
.page__contents ol {
  counter-reset: num;
}
.page__contents ol li {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #e0e0e0;
  padding: 8px 0;
}
.page__contents ol li::before {
  content: counter(num);
  counter-increment: num;
  display: table-cell;
  width: 26px;
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-weight: bold;
  color: #b2b2b2;
}
@media screen and (max-width: 896px) {
  .page__contents ol li::before {
    width: 25px;
    font-size: 20px;
  }
}
.page__contents blockquote {
  background: #f8f8f8;
  padding: 29px 50px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page__contents blockquote {
    padding: 27px 35px;
  }
}
.page__contents blockquote::before {
  content: "";
  width: 17px;
  height: 15px;
  background: url(/common/img/icon_blockquote_top.webp) center/cover no-repeat;
  opacity: 0.4;
  position: absolute;
  top: 25px;
  left: 20px;
}
@media screen and (max-width: 896px) {
  .page__contents blockquote::before {
    left: 10px;
  }
}
.page__contents blockquote::after {
  content: "";
  width: 17px;
  height: 15px;
  background: url(/common/img/icon_blockquote_bottom.webp) center/cover no-repeat;
  opacity: 0.4;
  position: absolute;
  bottom: 25px;
  right: 20px;
}
@media screen and (max-width: 896px) {
  .page__contents blockquote::after {
    right: 10px;
  }
}
@media screen and (max-width: 896px) {
  .page__contents iframe {
    width: 100%;
    height: 240px;
  }
}
.page__contents table td {
  font-size: 15px;
  line-height: 27px;
  padding: 19px 15px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page__contents table td {
    font-size: 14px;
    line-height: 24px;
    padding: 17px 10px;
  }
}
.page__contents table td::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0;
}
.page__contents table td strong {
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
.page__contents table td:first-child::before {
  display: none;
}
.page__contents img {
  height: auto;
}
.page__contents .btn {
  text-align: center;
}
.page__contents .btn a {
  display: inline-block;
  font-size: 14px;
  line-height: 53px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  color: #333;
  font-weight: 500;
  border: 1px solid #ffc44f;
  border-radius: 27px;
  padding: 0 49px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .page__contents .btn a {
    font-size: 14px;
    line-height: 48px;
    padding: 0 39px;
    border-radius: 25px;
  }
}
.page__contents .btn a:hover {
  background: #ffc44f;
}
.page__contents .link-template-default .img-48 {
  display: none;
}
.page__contents .link-template-default .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.page__contents .link-template-default .media .media-body {
  width: 100%;
}
.page__contents .link-template-default .media .media-body .package-title {
  display: none;
}
.page__contents .link-template-default .media .media-body .package-title::before {
  display: none;
}
.page__contents .link-template-default .media .media-body .package-title span {
  display: block;
}
.page__contents .link-template-default .media .media-body .text-muted {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
.page__contents .link-template-default .media .media-body .text-muted i.ml-3 {
  margin-left: 10px;
}
.page__contents .link-template-default .media > div.ml-3 {
  width: 100%;
}
.page__contents .link-template-default .media .wpdm-download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  width: calc(100% - 60px);
  max-width: 825px;
  margin: 0 auto;
  padding: 30px;
  background-color: #25c29f;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .page__contents .link-template-default .media .wpdm-download-link {
    width: 100%;
    padding: 25px;
  }
}

/*
** Footer
*/
.footer {
  max-width: 1366px;
  border-top: 1px solid #ebebeb;
  padding-bottom: 22px;
}
@media screen and (max-width: 896px) {
  .footer {
    padding-bottom: 26px;
    position: relative;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 0 auto;
  padding: 35px 0 27px;
}
@media screen and (max-width: 896px) {
  .footer__inner {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.footerNav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 105px;
}
@media screen and (max-width: 896px) {
  .footerNav {
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.footerNav__box {
  margin-bottom: 45px;
}
@media screen and (max-width: 896px) {
  .footerNav__box {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 896px) {
  .footerNav__box:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  .footerNav__box--mook .footerNav__ttl {
    padding: 0;
  }
  .footerNav__box--mook .footerNav__ttl::before, .footerNav__box--mook .footerNav__ttl::after {
    display: none;
  }
  .footerNav__box--mook .footerNav__ttl a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 896px) {
  .footerNav__box--book .footerNav__ttl {
    padding: 0;
  }
  .footerNav__box--book .footerNav__ttl::before, .footerNav__box--book .footerNav__ttl::after {
    display: none;
  }
  .footerNav__box--book .footerNav__ttl a {
    padding: 0 15px;
  }
}
.footerNav__ttl {
  font-size: 14px;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  font-weight: 500;
  color: #231f14;
}
@media screen and (max-width: 896px) {
  .footerNav__ttl {
    font-size: 15px;
    line-height: 68px;
    padding: 0 15px;
    position: relative;
  }
}
.footerNav__ttl::before {
  content: "";
  display: none;
  width: 17px;
  height: 2px;
  background: #ffc44f;
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  margin-top: -1px;
}
@media screen and (max-width: 896px) {
  .footerNav__ttl::before {
    display: block;
  }
}
.footerNav__ttl::after {
  content: "";
  display: none;
  width: 17px;
  height: 2px;
  background: #ffc44f;
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .footerNav__ttl::after {
    display: block;
  }
}
.footerNav__ttl a {
  color: #231f14;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .footerNav__ttl a {
    display: block;
  }
}
.footerNav__ttl a:hover {
  color: #ffc44f;
}
.footerNav__ttl.open::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.footerNav__list {
  margin-top: 18px;
}
@media screen and (max-width: 896px) {
  .footerNav__list {
    margin-top: 0;
    display: none;
    padding-bottom: 13px;
  }
}
.footerNav__item a {
  font-size: 14px;
  line-height: 27px;
  color: #545454;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .footerNav__item a {
    line-height: 1;
    display: block;
    padding: 15px 15px;
    position: relative;
  }
}
.footerNav__item a::before {
  content: "";
  display: none;
  width: 7px;
  height: 7px;
  border-top: 1px solid #545454;
  border-right: 1px solid #545454;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -4px;
}
@media screen and (max-width: 896px) {
  .footerNav__item a::before {
    display: block;
  }
}
.footerNav__item a:hover {
  color: #ffc44f;
}
.footerNav__01 {
  width: 315px;
}
@media screen and (max-width: 896px) {
  .footerNav__01 {
    width: 100%;
  }
}
.footerNav__02 {
  width: 350px;
}
@media screen and (max-width: 896px) {
  .footerNav__02 {
    width: 100%;
  }
}
.footerNav__03 {
  width: 269px;
}
@media screen and (max-width: 896px) {
  .footerNav__03 {
    width: 100%;
  }
}
.footerNav__04 {
  width: 166px;
  padding-right: 0;
}
@media screen and (max-width: 896px) {
  .footerNav__04 {
    width: 100%;
    border-bottom: 0;
  }
}
.footer__faq {
  font-size: 13px;
  color: #898989;
  text-align: center;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 896px) {
  .footer__faq {
    line-height: 22px;
    padding: 15px 0 20px;
  }
}
.footer__faq a {
  color: #898989;
}
.footer__copyright {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  color: #898989;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

.pageTop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .pageTop {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 5;
  }
}
.pageTop a {
  display: block;
  width: 45px;
  height: 45px;
  background: #ffc44f;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 100px;
  right: 19px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  .pageTop a {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    right: 50%;
    margin-right: -25px;
  }
}
.pageTop a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pageTop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  .pageTop a:hover {
    opacity: 1;
  }
}
.pageTop.show {
  opacity: 1;
  visibility: visible;
}