@charset "utf-8";
.container {
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* reset */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* common */
html,
body {
  width: 100%;
  min-width: 320px;
}
html {
  color: #000000;
  font-size: 10px;
}
body {
  font-size: 1.5em;
  font-family: "dm-sans", dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.3;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  body.menuopen {
    overflow: hidden;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
strong,
em,
b {
  font-weight: 600;
}
.small {
  font-size: 1.2rem;
}
a {
  transition: opacity 0.3s;
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  opacity: 0.75;
}
@media (max-width: 768px) {
  a:hover {
    opacity: 0.9;
  }
}
#page {
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
}
#page:after {
  display: block;
  clear: both;
  content: "";
}
/* utility */
@media (min-width: 769px) {
  .display-pc {
    display: block;
  }
}
@media (max-width: 768px) {
  .display-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .display-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .display-sp {
    display: block;
  }
}
.container {
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.component-row {
  display: flex;
  flex-wrap: wrap;
}
.component-row.col-3 .component-col {
  width: calc(100% / 3);
}
.component-row .component-col {
  width: calc(50%);
}
.component-title,
.titleType1 {
  font-size: 3.4rem;
  margin-bottom: 28px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .component-title,
  .titleType1 {
    font-size: 3rem;
    margin-bottom: 11px;
  }
}
.component-title.dm-sans,
.titleType1.dm-sans {
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .component-title.dm-sans,
  .titleType1.dm-sans {
    font-size: 3rem;
  }
}
.component-title [data-label] {
  position: relative;
}
.component-title [data-label]::after {
  content: attr(data-label);
  min-width: 84px;
  height: 42px;
  padding: 5px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background-image: url(/images/org/common/icons/icon-balloon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  top: -80%;
  right: -64%;
}
@media (max-width: 768px) {
  .component-title [data-label]::after {
    display: none;
  }
}
.component-text-center {
  text-align: center;
}
/* header */
#header {
  height: 74px;
  position: relative;
  z-index: 12;
}
@media (min-width: 769px) {
  #header {
    height: 240px;
  }
}
@media (max-width: 768px) {
  #header {
    border-width: 6px 0 0;
    z-index: 49;
  }
}
#header .head-block {
  background-color: #f9f9f9;
}
#header .inner {
  position: relative;
  max-width: 100%;
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) and (max-width: 1200px) {
  #header .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #header .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #header .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #header .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #header .inner {
    border-width: 2px 0 0;
    padding-right: 0;
    padding-left: 0;
    height: 41px;
  }
}
#header #logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 140px;
  height: auto;
}
#header #logo a:hover {
  opacity: 1;
}
@media (max-width: 1100px) {
  #header #logo {
    width: 100px;
    height: 74px;
    z-index: 40;
  }
}
#header #logo img {
  width: 100%;
  height: auto;
}
#header .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: var(--sitewidth);
  margin: auto;
}
@media (max-width: 768px) {
  #header .wrap {
    width: auto;
    height: 100%;
    padding-right: 0;
  }
}
#header .wrap .txt {
  flex-grow: 1;
  padding-left: 20px;
  color: #666;
  font-size: 1.4rem;
}
@media (max-width: 940px) {
  #header .wrap .txt {
    display: none;
  }
}
#header .content {
  padding: 17px 0 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  #header .content {
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 30;
    width: 100%;
    height: calc(100dvh + 1px);
    padding: 100px 60px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    background-color: var(--main-color1);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
  }
  #header .content.-show {
    pointer-events: auto;
  }
  #header .content.-show + #menu .search {
    display: none;
  }
}
@media (min-width: 769px) {
  #header .content {
    display: block !important;
    opacity: 1 !important;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  #header .content .block {
    display: flex;
    gap: 20px;
  }
}
#header .content .head-nav ul {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1100px) {
  #header .content .head-nav ul {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  #header .content .head-nav ul {
    flex-wrap: wrap;
    height: calc((15px * 4) + (15px * 5));
    line-height: 15px;
    flex-flow: column wrap;
    gap: 15px 30px;
    margin-bottom: 35px;
    text-align: left;
  }
}
#header .content .head-nav ul li {
  font-size: 1.3rem;
}
@media (min-width: 769px) and (max-width: 850px) {
  #header .content .head-nav ul li {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  #header .content .head-nav ul li {
    color: #ffffff;
    width: 50%;
  }
}
#header .content .head-nav ul li a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
#header .content .head-nav ul li.en a {
  display: flex;
  align-items: center;
  gap: 6px;
}
#header .content .head-nav ul li.en a::before {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/images/org/common/icons/icon-en.svg);
  background-color: #222222;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  #header .content .head-nav ul li.en a::before {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  #header .content .item {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #header .content .item.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #header .content .item.btn a > img {
    min-width: 160px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #header .content .item .banner {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
#header .content > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #header .content > ul {
    display: block;
    padding: 10px 0;
  }
}
#header .content > ul li {
  margin-left: 20px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #header .content > ul li {
    margin-left: 0;
  }
  #header .content > ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}
#header .content .genre,
#header .content .series {
  display: none;
}
@media (max-width: 768px) {
  #header .content .genre,
  #header .content .series {
    display: block;
  }
}
#header .content .genre .ttl,
#header .content .series .ttl {
  padding: 8px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
#header .content .genre .tree > ul > li,
#header .content .series .tree > ul > li {
  position: relative;
}
@media (max-width: 768px) {
  #header .content .genre .tree > ul > li > ul > li > a,
  #header .content .series .tree > ul > li > ul > li > a {
    padding-left: calc(15px + 1em);
  }
}
@media (max-width: 768px) {
  #header .content .genre .tree > ul > li > ul > li > ul > li > a,
  #header .content .series .tree > ul > li > ul > li > ul > li > a {
    padding-left: calc(15px + 2em);
  }
}
#header .content .genre .tree > ul a,
#header .content .series .tree > ul a {
  display: block;
  padding: 10px 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
#header .content .genre .tree > ul ul,
#header .content .series .tree > ul ul {
  display: none;
}
#header .content .genre .tree > ul ul li,
#header .content .series .tree > ul ul li {
  position: relative;
}
#header .content .genre .tree > ul .arrow,
#header .content .series .tree > ul .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 30px;
  height: 30px;
  margin: auto;
}
#header .content .genre .tree > ul .arrow::before,
#header .content .series .tree > ul .arrow::before {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  content: "";
}
#header .content .genre .tree > ul .arrow.active::before,
#header .content .series .tree > ul .arrow.active::before {
  margin-top: 4px;
  transform: rotate(-45deg);
}
#header .content .form-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #header .content .form-wrapper {
    display: none;
  }
}
#header .content .btnSearchBox {
  font-family: var(--dnpFont);
  display: none;
  margin: 0 10px 0 0;
}
#header .content .btnSearchBox a {
  display: block;
  width: 100px;
  border-radius: 5px;
  background-color: #333333;
  line-height: 30px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
}
#header .content .btnSearchBox a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13.84615385px;
  margin-right: 8px;
  background-image: url(/images/common/filtering_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -2px;
}
#header .content #keywordsearch {
  position: relative;
  text-align: right;
}
#header .content #keywordsearch input[type="text"] {
  width: 300px;
  max-width: 300px;
  height: 34px;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 38px;
  border: 1px solid #cccccc;
  border-radius: 18px;
  outline: none;
  font-size: 1.3rem;
}
#header .content #keywordsearch input[type="text"]::placeholder {
  color: #aaa;
  font-size: 1.3rem;
}
#header .content #keywordsearch input[type="submit"] {
  position: absolute;
  right: 0;
  width: 34px;
  height: 34px;
  border: none;
  background-color: transparent;
  background-image: url(/images/org/common/icons/icon-search.svg);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 18px;
  background-color: #333333;
}
#header .mypage {
  padding-right: 10px;
}
#header .mypage a {
  display: inline-block;
  padding: 7px 23px;
  background-color: var(--main-color1);
  border-radius: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #header .mypage a {
    font-size: 10px;
    padding: 6px 12px;
  }
}
#header .mypage a:before {
  content: "";
  display: inline-block;
  margin: 0 6px -2px 0;
  width: 15px;
  height: 15px;
  background-image: url(https://www.hondana.jp/images/icon/icon_mypage.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #header .mypage a:before {
    width: 11px;
    height: 11px;
  }
}
#header #menu {
  display: none;
}
@media (max-width: 768px) {
  #header #menu {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: auto;
    gap: 15px;
    min-width: 71px;
    position: relative;
    z-index: 40;
  }
}
#header #menu .search {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-image: url(/images/org/common/icons/icon-search.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 18px;
  background-color: #333333;
}
#header #menu .btn {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  transition-duration: 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  width: 26px;
  height: 19px;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 769px) {
  #header #menu .btn {
    display: none;
  }
}
#header #menu .btn i {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s;
  will-change: top, bottom;
}
#header #menu .btn i:nth-of-type(1) {
  top: 0;
}
#header #menu .btn i:nth-of-type(2) {
  top: calc(50% - 0.75px);
  width: 22px;
}
#header #menu .btn i:nth-of-type(3) {
  bottom: -1px;
  width: 18px;
}
#header #menu .btn.-change i {
  left: 50%;
  transform: translateX(-50%);
}
#header #menu .btn.-change i:nth-of-type(1) {
  transform: translateX(-50%) translateY(7px) rotate(-45deg);
}
#header #menu .btn.-change i:nth-of-type(2) {
  opacity: 0;
}
#header #menu .btn.-change i:nth-of-type(3) {
  transform: translateX(-50%) translateY(-8px) rotate(45deg);
}
#header #menu .btn.-open {
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 11;
}
#header #menu .btn.-open i:nth-of-type(1),
#header #menu .btn.-open i:nth-of-type(2),
#header #menu .btn.-open i:nth-of-type(3) {
  width: 24px;
  background-color: #ffffff;
}
#header #menu .btn.-open i:nth-of-type(1) {
  top: 1px;
}
#header #menu .btn.-open i:nth-of-type(3) {
  bottom: 1px;
}
#gnavi {
  position: relative;
  z-index: 13;
  background-color: #fff;
  bottom: -2%;
}
@media (max-width: 768px) {
  #gnavi {
    bottom: -1%;
  }
}
#gnavi::before,
#gnavi::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
}
#gnavi::before {
  border-top: 1px solid #cccccc;
  top: 0;
}
#gnavi::after {
  border-bottom: 1px solid #cccccc;
  bottom: 0;
}
#gnavi .block {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1100px) {
  #gnavi .block {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  #gnavi .block {
    padding: 0 5px 0 71px;
  }
}
#gnavi .block > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#gnavi .block > ul > li {
  flex-grow: 1;
  font-size: 1.7rem;
  height: 50px;
  font-weight: 600;
}
@media (min-width: 769px) {
  #gnavi .block > ul > li {
    width: calc(100% / 4);
    border-right: 1px solid #cccccc;
  }
  #gnavi .block > ul > li:first-of-type {
    border-left: 1px solid #cccccc;
  }
}
@media (max-width: 768px) {
  #gnavi .block > ul > li {
    height: 33px;
  }
}
#gnavi .block > ul > li > a,
#gnavi .block > ul > li > span {
  font-family: var(--dnpFont);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
  text-align: center;
  cursor: pointer;
  line-height: 1;
}
#gnavi .block > ul > li > a br,
#gnavi .block > ul > li > span br {
  display: none;
}
@media (max-width: 768px) {
  #gnavi .block > ul > li > a,
  #gnavi .block > ul > li > span {
    font-size: 1.2rem;
  }
  #gnavi .block > ul > li > a:hover,
  #gnavi .block > ul > li > span:hover {
    text-decoration: none;
  }
}
@media (max-width: 480px) {
  #gnavi .block > ul > li > a br,
  #gnavi .block > ul > li > span br {
    display: inline;
  }
}
#gnavi .block .nav-btn.-active {
  background-color: #000000;
  color: #ffffff;
}
#gnavi .block .tree {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  width: 100%;
  background-color: #fff;
  transition: opacity 0.3s, visibility 0.3s;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  min-height: 200px;
}
#gnavi .block .tree.-show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 45;
}
#gnavi .block .tree .close {
  position: absolute;
  top: 15px;
  right: 10px;
}
@media (min-width: 769px) {
  #gnavi .block .tree .close {
    display: none;
  }
}
#gnavi .block .tree .close .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
}
#gnavi .block .tree .close .icon::before {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  content: "";
}
#gnavi .block .tree .close .icon::after {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  content: "";
}
#gnavi .block .tree .container {
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1100px) {
  #gnavi .block .tree .container {
    max-width: 600px;
  }
}
#gnavi .block .tree .container.genre-list .component-row,
#gnavi .block .tree .container.magazine-list .component-row,
#gnavi .block .tree .container.media-list .component-row {
  gap: 20px;
}
#gnavi .block .tree .container.genre-list .component-col,
#gnavi .block .tree .container.magazine-list .component-col,
#gnavi .block .tree .container.media-list .component-col {
  width: calc(50% - 10px);
}
#gnavi .block .tree .container.genre-list {
  padding-top: 26px;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.genre-list {
    padding-top: 36px;
    padding-bottom: 39px;
  }
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.genre-list .component-row {
    gap: 0;
  }
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.genre-list .component-col {
    width: 100%;
  }
  #gnavi .block .tree .container.genre-list .component-col + .component-col {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  #gnavi .block .tree .container.genre-list .component-col.list01 {
    flex-grow: 1;
  }
}
@media (min-width: 769px) {
  #gnavi .block .tree .container.genre-list .component-col.list02 {
    width: calc(38% - 10px);
  }
}
#gnavi .block .tree .container.genre-list .tree-list {
  position: relative;
}
@media (min-width: 769px) {
  #gnavi .block .tree .container.genre-list .tree-list {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  #gnavi .block .tree .container.genre-list .tree-list .list-name {
    position: absolute;
    top: 0;
  }
}
#gnavi .block .tree .container.genre-list .tree-list .list-name a {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.genre-list .tree-list .list-name a {
    margin-bottom: 20px;
  }
}
#gnavi .block .tree .container.genre-list .tree-list .list-name a span {
  display: inline-block;
  padding-top: 4px;
}
#gnavi .block .tree .container.genre-list .tree-list h3 {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.genre-list .tree-list h3 {
    font-size: 1.3rem;
  }
}
#gnavi .block .tree .container.genre-list .tree-list .genre-head {
  display: none;
}
#gnavi .block .tree .container.genre-list .tree-list ul {
  margin-top: 13px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.genre-list .tree-list ul {
    margin-top: 8.5px;
  }
}
#gnavi .block .tree .container.genre-list .tree-list ul ul {
  display: block;
  margin-top: 0;
}
#gnavi .block .tree .container.genre-list .tree-list ul ul li {
  width: 100%;
}
#gnavi .block .tree .container.genre-list .tree-list ul li {
  width: calc(50% - 10px);
  line-height: 1.5;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.genre-list .tree-list ul li {
    width: 100%;
  }
}
#gnavi .block .tree .container.genre-list .tree-list ul li a {
  font-size: 1.3rem;
  font-weight: 400;
}
#gnavi .block .tree .container.magazine-list {
  padding-top: 50px;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.magazine-list {
    padding-top: 56px;
    padding-bottom: 39px;
  }
}
#gnavi .block .tree .container.magazine-list .component-row {
  gap: 30px 20px;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.magazine-list .component-row {
    gap: 29px 15px;
  }
}
@media (min-width: 769px) {
  #gnavi .block .tree .container.magazine-list .component-col {
    width: calc(100% / 3 - 13.33333333px);
  }
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.magazine-list .component-col {
    width: calc(100% / 2 - 7.5px);
  }
}
#gnavi .block .tree .container.magazine-list .magazine-list__figure {
  text-align: center;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.magazine-list .link {
    padding: 0;
    margin-top: 9px;
  }
}
#gnavi .block .tree .container.magazine-list .link li {
  text-align: center;
}
#gnavi .block .tree .container.magazine-list .link li + li {
  margin-top: 5px;
}
#gnavi .block .tree .container.magazine-list .link li a {
  font-size: 1.3rem;
  font-weight: 400;
}
#gnavi .block .tree .container.media-list {
  padding-top: 26px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.media-list {
    padding-top: 36px;
    padding-bottom: 56px;
  }
}
#gnavi .block .tree .container.media-list .component-row {
  gap: 30px 20px;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.media-list .component-row {
    gap: 22px 15px;
  }
}
@media (min-width: 769px) {
  #gnavi .block .tree .container.media-list .component-col {
    width: calc(100% / 3 - 13.33333333px);
  }
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.media-list .component-col {
    width: calc(100% / 2 - 7.5px);
  }
}
#gnavi .block .tree .container.media-list h3 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.media-list h3 {
    margin-bottom: 14px;
  }
}
#gnavi .block .tree .container.media-list h3:nth-of-type(2) {
  margin-top: 54px;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.media-list h3:nth-of-type(2) {
    margin-top: 42px;
  }
}
#gnavi .block .tree .container.media-list .media-list__figure {
  text-align: center;
}
#gnavi .block .tree .container.media-list .media-list__figure figcaption {
  margin-top: 7px;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #gnavi .block .tree .container.media-list .media-list__figure figcaption {
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #gnavi .block .tree > ul > li > ul > li > a {
    padding-left: calc(5px + 1em);
  }
}
@media (max-width: 768px) {
  #gnavi .block .tree > ul > li > ul > li > ul > li > a {
    padding-left: calc(5px + 2em);
  }
}
#gnavi .block .tree ul {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #gnavi .block .tree ul {
    padding: 10px;
  }
}
#search {
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 80;
  width: 280px;
  height: 100%;
  padding: 35px 20px 30px;
  box-sizing: border-box;
  background-color: var(--main-color1);
  color: #fff;
  transform: translateX(0);
  transition: transform 0.2s;
  overflow: auto;
}
#search.open {
  transform: translateX(-280px);
}
#search .close {
  position: fixed;
  top: 12px;
  right: 10px;
}
#search .close .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
}
#search .close .icon::before {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  content: "";
}
#search .close .icon::after {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
  content: "";
}
#search .wrap {
  clear: both;
}
#search table,
#search tbody,
#search tr,
#search th,
#search td {
  display: block;
}
#search tr {
  margin: 0 0 20px;
}
#search tr:last-child {
  margin: 0;
}
#search th {
  margin: 0 0 8px;
  font-size: 1.3rem;
}
#search td {
  overflow: hidden;
}
#search input[type="text"],
#search select {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 1em;
  border: none;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #search input[type="text"],
  #search select {
    font-size: 1.6rem;
  }
}
#search input[type="text"] {
  border-radius: 15px;
  outline: none;
}
#search select {
  border-radius: 3px;
}
#search .formatRadio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px 0;
}
#search .formatRadio label {
  margin: 0 20px 10px 0;
}
#search .btn {
  margin: 25px 0 0;
}
#search .btn button,
#search .btn .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5px;
  height: 40px;
  border-radius: 20px;
  background-color: #999999;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  width: 100%;
  cursor: pointer;
  line-height: normal;
}
#search .btn button:hover,
#search .btn .submit-btn:hover {
  text-decoration: underline;
  opacity: 1;
}
#search .btn button svg,
#search .btn .submit-btn svg {
  width: 18px;
  margin: 0 8px 0 0;
  fill: #fff;
}
#search .clear {
  margin: 25px 0 0;
  text-align: center;
}
#search .clear a {
  color: #fff;
}
#search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 79;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}
/* searchBox */
#overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6000000', endColorstr='#E6000000');
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 12;
}
:root #overlay {
  filter: none\0/IE9;
}
#searchBox {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(calc(-50% - 100px));
  display: none;
  width: 530px;
  box-sizing: border-box;
  margin: auto;
  padding: 27px;
  background: #f3f3f3;
  z-index: 12;
}
@media (max-width: 768px) {
  #searchBox {
    overflow-y: auto;
    top: 0;
    width: auto;
    max-height: 105vh;
    margin: 10px 10px 0;
    transform: none;
  }
}
:root #searchBox {
  filter: none\0/IE9;
}
#searchBox table {
  width: 100%;
}
#searchBox table th,
#searchBox table td {
  padding: 2px 0;
}
#searchBox table th {
  width: 22%;
  text-align: left;
  font-weight: normal;
}
#searchBox table td {
  width: 78%;
}
@media (max-width: 768px) {
  #searchBox table tbody {
    display: block;
  }
  #searchBox table th,
  #searchBox table td {
    display: block;
    width: 100%;
  }
}
#searchBox input[type="text"] {
  width: 97%;
  border: solid 1px #dddddd;
  font-size: 14px;
  padding: 5px;
}
#searchBox select {
  width: 100%;
  border: solid 1px #dddddd;
  font-size: 14px;
  padding: 5px;
}
#searchBox select[name="amount"],
#searchBox select[name="order"] {
  width: auto;
}
#searchBox .btn {
  margin: 10px 0;
  text-align: center;
}
#searchBox .btn a {
  min-width: 130px;
  border: none;
  background: #888888;
  color: #ffffff;
  padding: 10px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
}
#searchBox .btn a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #searchBox .btn a {
    display: block;
  }
}
@media (max-width: 768px) {
  #searchBox .btn .search_submit {
    margin-bottom: 10px;
  }
}
#searchBox .close {
  position: absolute;
  top: -3px;
  right: -60px;
}
@media (max-width: 768px) {
  #searchBox .close {
    position: static;
    margin-top: -10px;
  }
}
#searchBox .close a {
  color: #ffffff;
  text-align: center;
  width: 60px;
  line-height: 28px;
  display: block;
}
@media (max-width: 768px) {
  #searchBox .close a {
    margin-left: auto;
  }
}
#searchBox legend {
  margin-left: 15px;
}
#contents {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 769px) {
  #contents {
    margin-top: -90px;
  }
}
@media (max-width: 768px) {
  #contents {
    display: block;
    width: auto;
  }
}
#contents.noleft {
  flex-direction: row;
}
@media (max-width: 768px) {
  #contents.noleft {
    padding: 20px 15px 0;
  }
}
#contents.noleft #main {
  max-width: none;
  padding-right: 30px;
}
@media (max-width: 768px) {
  #contents.noleft #main {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#contents.noleft #sub {
  width: 240px;
  min-width: 240px;
}
@media (max-width: 768px) {
  #contents.noleft #sub {
    width: auto;
    min-width: auto;
  }
}
#contents .error,
#contents .note {
  color: #ff0000;
}
.backface {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
}
.backface.-clickable {
  visibility: visible;
  pointer-events: auto;
}
/* ジャンル */
#genre_tree {
  position: relative;
  z-index: 2;
}
/* シリーズ */
#series_tree > li > a {
  display: block;
  padding: 10px 0;
}
.custommenu > ul {
  position: relative;
}
.custommenu > ul > li a,
.custommenu > ul > li b {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  font-size: 1.3rem;
  word-break: break-all;
}
.custommenu li.entry span {
  display: block;
}
.custommenu li.entry .row {
  display: flex;
}
.custommenu li.entry .ck + .row a:not([class*="icon"]) {
  padding-right: 1.3em;
}
.custommenu li.entry > div > span {
  position: relative;
}
.custommenu li.entry > div > span .ck {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.custommenu li.entry > div > span .ck:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .custommenu li.entry > div > span .ck:hover {
    opacity: 0.9;
  }
}
.custommenu li.entry > div > span .ck::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  transform: translateY(3px) rotate(45deg);
}
.custommenu li.entry > div > span .ck.open::after {
  transform: translateY(1px) rotate(135deg);
}
.custommenu li.entry > div > span > div {
  display: none;
}
.custommenu li.entry > div > span > div > span {
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
}
.custommenu li.entry > div > span > div > span > div {
  display: none;
  padding-top: 0;
}
.custommenu li.entry > div > span > div > span div {
  margin-bottom: 10px;
}
.custommenu li.entry > div > span > div > span div span {
  display: block;
  padding-left: 1em;
}
.custommenu li.entry > div > span > div > span div span a {
  padding: 0;
  margin-bottom: 3px;
  font-size: 14px;
}
.custommenu li.entry > div > span > div > span div span a:before {
  content: "＞ ";
  color: #999;
  font-size: 12px;
}
.custommenu .archive_tree > li > div > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custommenu .archive_tree > li > div > span > .ck {
  order: 2;
  margin-left: 10px;
}
.custommenu .archive_tree > li > div > span > a,
.custommenu .archive_tree > li > div > span > b {
  order: 1;
}
.custommenu .archive_tree > li > div > span > a + div,
.custommenu .archive_tree > li > div > span > b + div {
  order: 3;
  width: 100%;
}
.custommenu .archive_tree > li > div > span > b {
  font-size: 1.4rem;
  font-weight: 700;
}
.pagetitle {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pagetitle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sectionType1 + .sectionType1 {
  margin-top: 60px;
}
.sectionType1 .sttl {
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  font-size: 2rem;
  font-weight: bold;
}
.tableType1 {
  width: 100%;
  border-top: solid 1px #dddddd;
}
.tableType1 tr {
  border-bottom: solid 1px #dddddd;
}
.tableType1 th,
.tableType1 td {
  padding: 15px 0;
}
.tableType1 th {
  width: 160px;
  color: #6b5551;
  vertical-align: middle;
}
.tableType1 td p {
  margin-top: 8px;
}
.tableType1 td p:first-child {
  margin-top: 0;
}
.formType1 input[name="mail"],
.formType1 input[name="mail_sub"] {
  width: 230px;
}
.formType1 textarea {
  width: 360px;
  height: 100px;
}
#aside {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 53px;
  border-top: 1px solid #cccccc;
}
@media (max-width: 768px) {
  #aside {
    padding-top: 38px;
    padding-bottom: 32px;
  }
}
@media (min-width: 769px) {
  #aside > .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  #aside > .container {
    max-width: 480px;
  }
}
#commonbanner .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #commonbanner .wrap {
    gap: 10.5px 9px;
  }
}
#commonbanner .wrap .item {
  width: calc(100% / 5 - 16px);
}
@media (max-width: 768px) {
  #commonbanner .wrap .item {
    width: calc(100% / 2 - 4.5px);
  }
}
#commonbanner .wrap .item a img {
  width: 100%;
  height: auto;
}
#commonbanner + .sns-link {
  margin-top: 63px;
}
@media (max-width: 768px) {
  #commonbanner + .sns-link {
    margin-top: 65px;
  }
}
.sns-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.booklist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  .booklist {
    gap: 10px 9px;
  }
}
.booklist .item {
  width: calc(100% / 4 - 7.5px);
  padding: 0 20px 50px;
  box-sizing: border-box;
  font-size: 1.3rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 25px 20px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .booklist .item {
    padding: 20px 15px;
    width: calc(100% / 2 - 4.5px);
  }
}
.booklist .item .image {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
.booklist .item .image img {
  max-width: 152px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media (max-width: 768px) {
  .booklist .item .image img {
    max-width: 106px;
  }
}
.booklist .item .image .format {
  position: absolute;
  text-align: left;
  bottom: -10px;
  left: 0;
}
.booklist .item .image .formatname {
  width: 82px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5ce8ff;
  border: 1px solid #666666;
  border-radius: 9px;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 3px;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0;
}
.booklist .item .image .formatname + .formatname {
  margin-top: 5px;
}
.booklist .item .image .formatname.ebook {
  background-color: #c6f920;
}
.booklist .item .ttl {
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .booklist .item .ttl {
    font-size: 1.4rem;
  }
}
.booklist .item .ttl > a {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  display: block;
}
.booklist .item a {
  color: #333;
}
.booklist .item .price {
  margin-top: 5px;
}
.booklist .item .author {
  margin-top: 10px;
}
.booklist .item .bookdate {
  margin-top: 5px;
}
.booklist .item .outline {
  margin-top: 10px;
  font-size: 1.3rem;
}
.booklist .item .btns {
  margin-top: 5px;
}
.booklist .simplebar-track:after {
  z-index: 1;
  position: absolute;
  display: block;
  top: 2px;
  content: "";
  height: 4px;
  background-color: #ccc;
  left: 0;
  right: 0;
  margin: auto;
}
.booklist .simplebar-track .simplebar-scrollbar {
  z-index: 2;
  height: 4px;
}
.booklist .simplebar-track .simplebar-scrollbar:before {
  background-color: #000;
}
.booklist .simplebar-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.moreLink {
  margin-top: 42px;
}
@media (max-width: 768px) {
  .moreLink {
    margin-top: 30px;
  }
}
.moreLink a,
.moreLink span {
  display: flex;
  justify-content: center;
  width: 360px;
  height: 36px;
  line-height: 38px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid #cccccc;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .moreLink a,
  .moreLink span {
    width: 100%;
    max-width: 345px;
    height: 40px;
    line-height: 40px;
  }
}
.moreLink:hover a,
.moreLink:hover span {
  text-decoration: underline;
}
.moreOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.moreOverlay .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moreOverlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px transparent solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.newslist .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid #dddddd;
}
.newslist .item:last-child {
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .newslist .item {
    padding: 10px 0;
    flex-direction: column;
  }
}
.newslist .item .head {
  display: flex;
  align-items: center;
}
.newslist .item .date {
  margin-right: 17px;
  padding-top: 2px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .newslist .item .date {
    font-size: 1.2rem;
    margin-right: 13px;
  }
}
.newslist .item .category {
  margin-top: -1px;
  margin-right: 15px;
}
.newslist .item .category a {
  display: block;
  min-width: 70px;
  height: 18px;
  border-radius: 9px;
  background: #ffffe2;
  text-align: center;
  line-height: 19px;
  font-size: 1.1rem;
  border: 1px solid #666666;
  padding-right: 8px;
  padding-left: 8px;
  white-space: nowrap;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .newslist .item .category {
    margin-top: 0;
  }
  .newslist .item .category a {
    min-width: 60px;
    height: 19px;
    padding: 0 3px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 1.1rem;
  }
}
.newslist .item .txt {
  flex-grow: 1;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .newslist .item .txt {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.newslist .item .txt a {
  color: #000;
}
.titleType1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: 600;
}
@media (max-width: 768px) {
  .titleType1 {
    font-size: 2.6rem;
  }
}
#footer .bottom {
  transform: none;
}
#fotNavi {
  padding-top: 50px;
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  #fotNavi {
    padding-top: 50px;
    padding-bottom: 23px;
  }
}
#fotNavi .inner {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
  gap: 35px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  #fotNavi .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #fotNavi .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #fotNavi .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #fotNavi .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #fotNavi .inner {
    gap: 40px 20px;
  }
}
#fotNavi .inner .logo {
  flex-grow: 1;
  text-align: right;
}
@media (max-width: 768px) {
  #fotNavi .inner .logo {
    text-align: left;
    margin-top: -10px;
    margin-left: -10px;
  }
  #fotNavi .inner .logo img {
    width: 90px;
    height: auto;
  }
}
#fotNavi .inner dl {
  box-sizing: border-box;
}
@media (min-width: 769px) {
  #fotNavi .inner dl {
    min-width: 175px;
    max-width: 175px;
  }
}
@media (max-width: 768px) {
  #fotNavi .inner dl {
    width: calc(100% / 2 - 20px);
  }
}
#fotNavi .inner dt {
  color: #999999;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #fotNavi .inner dt {
    padding-bottom: 10px;
  }
}
#fotNavi .inner dd {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #fotNavi .inner dd {
    font-size: 1.2rem;
  }
}
#fotNavi .inner a {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
#fotNavi .inner li {
  position: relative;
  line-height: 2.1;
}
#publisher {
  padding: 15px 0 40px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #817876;
}
#publisher .inner {
  width: 1081px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
#publisher .inner .ttl {
  padding-bottom: 4px;
  font-size: 117%;
}
#copyright {
  color: #999999;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #333333;
  height: 51px;
  line-height: 1;
}
@media (max-width: 768px) {
  #copyright {
    height: 90px;
    align-items: start;
    padding-top: 18px;
  }
}
.page-top {
  position: fixed;
  bottom: 55px;
  right: 22px;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 45;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  width: 18px;
}
@media (max-width: 768px) {
  .page-top {
    right: 12px;
  }
}
.page-top:hover {
  opacity: 0.75;
}
@media (min-width: 769px) {
  .page-top:hover i {
    transform: translateY(-8px);
  }
}
@media (max-width: 768px) {
  .page-top:hover {
    opacity: 0.9;
  }
}
.page-top.-disabled {
  opacity: 0;
  pointer-events: none;
}
.page-top i {
  transition: transform 0.2s ease;
}
.page-top p {
  line-height: 1;
}
.fixed-banner {
  width: 212px;
  height: 42px;
  line-height: 0;
  position: fixed;
  right: -2px;
  bottom: -2px;
  z-index: 48;
}
.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin: auto;
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0px 8px #ccc;
  box-sizing: border-box;
  z-index: 81;
}
.cookie-consent__block {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cookie-consent__block {
    font-size: 1.3rem;
  }
}
.cookie-consent__block p {
  color: #000;
  font-weight: 400;
}
.cookie-consent__block p a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.cookie-consent__block p a:hover {
  text-decoration: none;
}
.cookie-consent__btn {
  background-color: var(--main-color1);
  border: none;
  cursor: pointer;
  color: #fff;
  outline: none;
  appearance: none;
  margin-left: 10px;
  padding: 10px 15px;
  transition: 0.3s;
  font-weight: 700;
}
.cookie-consent__btn:hover {
  opacity: 0.8;
}
.popup-age-confirmation {
  display: none;
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 65;
}
.popup-age-confirmation .confirmation-backface {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.popup-age-confirmation .inner {
  width: 80vw;
  height: 80vh;
  top: 50%;
  left: 50%;
  padding: 20px;
  background-color: #fff;
  border: 4px solid #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 70;
  text-align: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .popup-age-confirmation .inner {
    width: calc(100% - 40px);
  }
}
.popup-age-confirmation.active {
  z-index: 400;
  opacity: 1;
}
.popup-age-confirmation h3 {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .popup-age-confirmation h3 {
    font-size: 2.2rem;
  }
}
.popup-age-confirmation .age {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .popup-age-confirmation .age {
    font-size: 2rem;
  }
}
.popup-age-confirmation .txt {
  color: #969696;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 768px) {
  .popup-age-confirmation .txt {
    font-size: 1.4rem;
  }
}
.popup-age-confirmation .btns {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 50px auto 0;
  gap: 80px;
}
@media (max-width: 768px) {
  .popup-age-confirmation .btns {
    gap: 20px;
  }
}
.popup-age-confirmation .btns > button,
.popup-age-confirmation .btns a {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 8em;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #000;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.2s;
  cursor: pointer;
  width: 120px;
  height: 45px;
  font-weight: 600;
}
.popup-age-confirmation .btns > button:hover,
.popup-age-confirmation .btns a:hover {
  text-decoration: underline;
}
.popup-age-confirmation .btns > button.yes,
.popup-age-confirmation .btns a.yes {
  background: var(--main-color1);
  color: #fff;
}
#sns-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#sns-popup.-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
#sns-popup .inner {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#sns-popup .block {
  background-color: #fff;
  width: 80%;
  height: 265px;
  max-width: 680px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 768px) {
  #sns-popup .block {
    width: calc(100% - 40px);
    padding: 40px 15px;
    height: 200px;
    gap: 30px;
  }
}
#sns-popup .title {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  #sns-popup .title {
    font-size: 1.5rem;
  }
}
#sns-popup .share {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
}
@media (max-width: 768px) {
  #sns-popup .share {
    gap: 20px 10px;
  }
}
#sns-popup .share > div {
  line-height: 0;
}
@media (max-width: 768px) {
  #sns-popup .share > div {
    text-align: center;
  }
}
#sns-popup .close {
  position: absolute;
  z-index: 60;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background 0.3s;
}
@media (min-width: 769px) {
  #sns-popup .close:hover {
    background-color: #000;
  }
  #sns-popup .close:hover:before,
  #sns-popup .close:hover:after {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  #sns-popup .close {
    background-color: #000;
    width: 25px;
    height: 25px;
  }
}
#sns-popup .close:before,
#sns-popup .close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #333;
}
@media (max-width: 768px) {
  #sns-popup .close:before,
  #sns-popup .close:after {
    width: 16px;
    background-color: #fff;
  }
}
#sns-popup .close:before {
  transform: rotate(-315deg);
}
#sns-popup .close:after {
  transform: rotate(315deg);
}
.share-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 1.2rem;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 140px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 0.3s;
  color: #000;
}
@media (max-width: 768px) {
  .share-btn {
    order: 6;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.share-btn:hover {
  opacity: 0.75;
  text-decoration: none;
}
@media (max-width: 768px) {
  .share-btn:hover {
    opacity: 0.9;
  }
}
.share-btn i,
.share-btn span {
  line-height: 1;
}
/* cms start */
.cms {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cms {
    font-size: 1.4rem;
  }
}
.cms * {
  word-break: break-all;
}
.cms img {
  height: auto !important;
}
.cms p {
  margin: 1em 0;
  line-height: 1.8;
}
.cms b {
  font-weight: bold;
}
.cms ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.cms ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em;
}
.cms ul ul ul {
  list-style-type: square;
}
.cms ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.cms ol ol {
  margin: 0 0 0 1em;
}
.cms dl {
  margin: 1em 0;
}
.cms dd {
  margin: 0 0 0 1em;
}
.cms blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #cccccc;
}
.cms pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #cccccc;
  white-space: normal;
}
.cms blockquote blockquote {
  margin: 0;
}
.cms table {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.cms table caption {
  padding-bottom: 10px;
}
.cms table th {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background-color: #eeeeee;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  font-weight: 600;
}
.cms table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .cms table {
    width: auto !important;
  }
  .cms table th,
  .cms table td {
    width: auto !important;
  }
}
.cms iframe {
  max-width: 100%;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  margin-bottom: 15px;
  font-weight: 600;
}
.cms h1 {
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .cms h1 {
    font-size: 3.5rem;
  }
}
.cms h2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .cms h2 {
    font-size: 2.8rem;
  }
}
.cms h3 {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .cms h3 {
    font-size: 2.4rem;
  }
}
.cms h4 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .cms h4 {
    font-size: 2rem;
  }
}
.cms h5 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .cms h5 {
    font-size: 1.7rem;
  }
}
.cms h6 {
  font-size: 1.4rem;
}
.cms hr {
  border-color: #dddddd;
  border-style: solid;
}
/* cms end */
html:lang(en) #header .content .btnSearchBox,
html:lang(en) #header .content #keywordsearch,
html:lang(en) #header #menu .search,
html:lang(en) #main_column .conditions .wrapper .btnSearchBox,
html:lang(en) #fotNavi .inner dl.book dd ul li:first-child {
  display: none !important;
}
@media (max-width: 768px) {
  html:lang(en) #header #menu {
    min-width: auto;
  }
}
