@charset "utf-8";
/* google font */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1ak.ttf) format('truetype');
}
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1ak.ttf) format('truetype');
}
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1ak.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMYW2drQpDw0GjzrVNFf_valaDBcznOkjs.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zenkakugothicnew/v16/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqr9PaWQ.ttf) format('truetype');
}
.fz {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.fc {
  font-family: 'Catamaran', sans-serif;
}
:root {
  --sitewidth: 1280px;
  --widewidth: 1280px;
  --basefont: 'Zen Kaku Gothic New', sans-serif;
  /* default color */
  --main-color1: #000000;
  --main-color2: #6F6F6F;
  --main-color3: #888888;
  --main-color-rgb: 0, 0, 0;
  --sub-color1: #0096B2;
  --sub-color2: #F8B500;
  --sub-color3: #E5634C;
  --sub-color4: #006DDB;
  --bordercolor: #DDDDDD;
}
/* common.css */
a {
  color: var(--sub-color1);
}
/* header */
#header #menu.menuopen .btn {
  background-color: var(--main-color2);
}
#header #menu .btn {
  background-color: var(--main-color1);
}
#gnavi .wrap .btn {
  background-color: var(--main-color1);
}
.newslist .item .category a {
  background: var(--sub-color2);
}
#searchBox {
  border: 3px solid var(--main-color1);
}
#searchBox .btn .search_submit {
  background: url(/images/common/btn_search.png) left center no-repeat var(--main-color1);
}
#searchBox .close a {
  background: var(--main-color3);
}
#fotNavi .inner a {
  color: var(--main-color1);
}
.cms a {
  color: var(--sub-color1);
}
/* top.css */
#side_column #newsBlock .ttlWrap {
  background-color: var(--main-color1);
}
/* book.css */
#main .price {
  border-left: 7px solid var(--sub-color1);
}
#main .netshop .wrap .more {
  background-color: var(--main-color1);
}
#main #bookcontent .sttl .more,
#main #bookexplain .sttl .more {
  background-color: var(--main-color1);
}
/* news.css */
#side_column .box .custommenu li a.categoryicon {
  background: var(--sub-color2);
}
/* 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%;
}
html {
  color: #000;
  font-size: 10px;
  line-height: 1.2;
}
body {
  font-size: 1.5rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}
body.visible {
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  body.visible {
    overflow-y: hidden;
  }
}
@media (max-width: 768px) {
  body.is-fixed {
    overflow: hidden;
  }
  body.is-fixed #spBtn {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.is-fixed #spBtn {
    border-radius: 0px 0px 20px 0px;
    background: transparent;
    border: none;
  }
  body.is-fixed #spBtn > span > span {
    transition: all 300ms 0s ease;
  }
  body.is-fixed #spBtn > span > span:nth-child(1) {
    width: 32px;
    top: 17px;
    left: 21px;
    transform: rotate(30deg);
  }
  body.is-fixed #spBtn > span > span:nth-child(2) {
    display: none;
  }
  body.is-fixed #spBtn > span > span:nth-child(3) {
    width: 32px;
    top: 16px;
    left: 21px;
    transform: rotate(-30deg);
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.small {
  font-size: 1.2rem;
}
a:hover img {
  transition: 0.3s;
  opacity: 0.9;
}
.icoPdf {
  display: block;
  height: 20px;
  padding-left: 30px;
  background: url('/images/org/ico_pdf.svg') no-repeat left top;
  background-size: 20px 20px;
}
.icoWord {
  display: block;
  height: 20px;
  padding-left: 30px;
  background: url('/images/org/ico_word.svg') no-repeat left top;
  background-size: 20px 20px;
}
.icoExcel {
  display: block;
  height: 20px;
  padding-left: 30px;
  background: url('/images/org/ico_excel.svg') no-repeat left top;
  background-size: 20px 20px;
}
#page {
  position: relative;
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 768px) {
  #page {
    overflow: hidden;
    padding-top: 76px;
  }
}
#page:after {
  display: block;
  clear: both;
  content: '';
}
#breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #F4F4F4;
}
@media (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  display: flex;
  width: 100%;
  max-width: var(--sitewidth);
  padding: 0 15px;
}
#breadcrumb ul li span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}
#breadcrumb ul li a,
#breadcrumb ul li .nolink {
  position: relative;
  display: block;
  border-radius: 10px;
  margin-right: 30px;
  padding: 0 15px;
  background: #FFF;
  transition: all 0.3s ease;
}
#breadcrumb ul li a span,
#breadcrumb ul li .nolink span {
  color: #676767;
}
#breadcrumb ul li a:after,
#breadcrumb ul li .nolink:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 8px;
  right: -20px;
  top: 5px;
  background: url('/images/org/ico_arrow-g02.svg') no-repeat center center;
  background-size: contain;
}
@media (min-width: 769px) {
  #breadcrumb ul li a:hover,
  #breadcrumb ul li .nolink:hover {
    text-decoration: none;
    background: #f4f9fb;
    transition: all 0.3s ease;
  }
}
#breadcrumb ul li:last-child {
  max-width: 500px;
}
#breadcrumb ul li:last-child span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
section,
.section {
  width: 100%;
  max-width: var(--sitewidth);
  margin: 0 auto;
}
/* header */
#header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0;
  z-index: 100;
  background: #FFF;
  /*========= ナビゲーションドロップダウンのためのCSS ===============*/
  /*==ナビゲーション全体の設定*/
  /*== 1・2階層目の共通設定 */
  /*==1階層目*/
  /*==2階層目*/
  /*==3階層目*/
}
#header.scrolled {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  #header {
    height: 0;
    background: #EFEFEF;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    z-index: -1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header.visible {
    display: block;
    height: 100dvh;
    opacity: 1;
    z-index: 101;
  }
  #header.visible .wrap {
    flex-wrap: wrap;
  }
  #header.visible .wrap #logo {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 76px;
  }
  #header.visible .wrap #logo img {
    width: 153px;
    height: 41px;
    margin-left: 10px;
  }
  #header.visible .wrap nav {
    margin: 0 15px;
  }
  #header.visible .wrap nav > ul > li > ul {
    display: block;
  }
  #header.visible .wrap nav > ul > li.has-child > ul > li.has-child > ul {
    top: 0 !important;
    left: 0;
    border-radius: 0;
  }
  #header.visible .wrap nav > ul > li.has-child > ul > li.has-child > ul > li a:hover,
  #header.visible .wrap nav > ul > li.has-child > ul > li.has-child > ul > li a:active {
    background: var(--sub-color1);
  }
  #header.visible .wrap #guide {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 30px;
  }
  #header.visible .wrap #guide .item {
    width: 90px;
  }
  #header.visible .wrap #guide .item.contact .balloon,
  #header.visible .wrap #guide .item.cart .balloon,
  #header.visible .wrap #guide .item.user .balloon {
    display: flex !important;
  }
  #header.visible .wrap #guide .item.contact .balloon:before,
  #header.visible .wrap #guide .item.cart .balloon:before,
  #header.visible .wrap #guide .item.user .balloon:before {
    display: none;
  }
  #header.visible .wrap #guide .item.contact {
    order: 4;
    margin-bottom: 60px;
  }
  #header.visible .wrap #guide .item.cart {
    order: 3;
    margin-bottom: 60px;
  }
  #header.visible .wrap #guide .item.user {
    order: 2;
    margin-bottom: 60px;
  }
  #header.visible .wrap #guide .item.register {
    order: 1;
    display: block;
    width: 100%;
    text-align: center;
  }
  #header.visible .wrap #guide .item.register a {
    font-size: 1.2rem;
    font-weight: 600;
  }
  #header.visible .wrap #guide #menu {
    display: none;
  }
  #header.visible .wrap .spmenu {
    order: 5;
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #header.visible .wrap .spmenu > ul li {
    margin-bottom: 10px;
  }
  #header.visible .wrap .spmenu > ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #fff;
    color: var(--sub-color1);
    font-size: 1.6rem;
    font-weight: 500;
  }
  #header.visible .wrap .spmenu > ul li a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 10px;
    right: 15px;
    background: url(/images/org/ico_arrow-g01.svg) no-repeat left top;
    background-size: 6px 10px;
    transform: rotate(90deg);
  }
  #header.visible .wrap .spmenu > ul li.tgl {
    background: #fff;
    border-radius: 25px;
    transition: all 0.3s;
  }
  #header.visible .wrap .spmenu > ul li.tgl > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 50px;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--sub-color1);
  }
  #header.visible .wrap .spmenu > ul li.tgl > div:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 10px;
    right: 15px;
    background: url(/images/org/ico_arrow-g01.svg) no-repeat left top;
    background-size: 6px 10px;
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  #header.visible .wrap .spmenu > ul li.tgl > ul {
    display: none;
    border-radius: 25px;
    border: solid transparent;
    margin: 10px 0;
  }
  #header.visible .wrap .spmenu > ul li.tgl > ul li a {
    height: 2.5rem;
    border-radius: 0;
    font-size: 1.4rem;
    color: #000;
  }
  #header.visible .wrap .spmenu > ul li.tgl > ul li a:after {
    display: none;
  }
  #header.visible .wrap .spmenu > ul li.tgl > ul li:last-of-type {
    padding-bottom: 15px;
  }
  #header.visible .wrap .spmenu > ul li.tgl.current > div:after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
}
#header .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1110px) {
  #header .wrap {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #header .wrap {
    width: auto;
    padding: 0;
  }
}
#header #logo {
  display: flex;
  align-items: center;
  width: 190px;
  min-width: 190px;
  margin-right: 44px;
}
@media (max-width: 1110px) {
  #header #logo {
    width: 150px;
    min-width: 150px;
    margin-right: 20px;
  }
}
@media (max-width: 840px) {
  #header #logo {
    width: 120px;
    min-width: 120px;
    margin-right: 10px;
  }
}
#header #logo img {
  width: 100%;
}
#header nav.forPC {
  display: block;
  width: 100%;
  max-width: 1280px;
  color: #fff;
}
@media (max-width: 768px) {
  #header nav.forPC {
    display: none;
  }
}
#header nav.forPC ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
#header nav.forPC ul ul {
  display: block;
}
#header nav.forPC ul li {
  position: relative;
}
#header nav.forPC ul li a {
  display: block;
  transition: all 0.3s;
}
#header nav.forPC ul li.has-child ul {
  position: absolute;
  width: 250px;
  left: 0;
  top: 60px;
  z-index: 4;
  background: #0096B2;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#header nav.forPC ul li.has-child ul li a {
  padding: 0 20px;
}
#header nav.forPC ul li.has-child ul li a span {
  width: 100%;
  padding: 13px 0 13px 20px;
}
#header nav.forPC ul li.has-child:hover > ul,
#header nav.forPC ul li.has-child ul li:hover > ul,
#header nav.forPC ul li.has-child:active > ul,
#header nav.forPC ul li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
#header nav.forPC ul li.has-child li a span {
  position: relative;
  display: block;
  width: 160px;
  height: 100%;
}
#header nav.forPC ul li li a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
#header nav.forPC > ul > li.g1,
#header nav.forPC > ul > li.g2,
#header nav.forPC > ul > li.g3,
#header nav.forPC > ul > li.g4,
#header nav.forPC > ul > li.g5 {
  padding: 0 calc(25/1280 * 100%);
}
#header nav.forPC > ul > li.g1 > a,
#header nav.forPC > ul > li.g2 > a,
#header nav.forPC > ul > li.g3 > a,
#header nav.forPC > ul > li.g4 > a,
#header nav.forPC > ul > li.g5 > a {
  padding: 20px 0 5px 0;
  margin-bottom: 15px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media (max-width: 1130px) {
  #header nav.forPC > ul > li.g1 > a,
  #header nav.forPC > ul > li.g2 > a,
  #header nav.forPC > ul > li.g3 > a,
  #header nav.forPC > ul > li.g4 > a,
  #header nav.forPC > ul > li.g5 > a {
    font-size: 1.4rem;
  }
}
@media (max-width: 958px) {
  #header nav.forPC > ul > li.g1 > a,
  #header nav.forPC > ul > li.g2 > a,
  #header nav.forPC > ul > li.g3 > a,
  #header nav.forPC > ul > li.g4 > a,
  #header nav.forPC > ul > li.g5 > a {
    font-size: 1.3rem;
  }
}
#header nav.forPC > ul > li.g1 > a {
  border-bottom: solid 2px var(--sub-color1);
}
#header nav.forPC > ul > li.g1 > a span {
  color: var(--sub-color1);
  font-size: 1.7rem;
  font-weight: 900 ;
}
@media (max-width: 1130px) {
  #header nav.forPC > ul > li.g1 > a span {
    font-size: 1.5rem;
  }
}
@media (max-width: 958px) {
  #header nav.forPC > ul > li.g1 > a span {
    font-size: 1.4rem;
  }
}
#header nav.forPC > ul > li.g2 > a {
  border-bottom: solid 2px var(--sub-color2);
}
#header nav.forPC > ul > li.g2 > a span {
  color: var(--sub-color2);
  font-size: 1.7rem;
  font-weight: 900 ;
}
@media (max-width: 958px) {
  #header nav.forPC > ul > li.g2 > a span {
    font-size: 1.4rem;
  }
}
#header nav.forPC > ul > li.has-child > ul {
  /*==2階層目*/
  border-radius: 21px;
}
#header nav.forPC > ul > li.has-child > ul > li:first-of-type a {
  border-radius: 21px 21px 0 0;
  padding-top: 15px;
}
#header nav.forPC > ul > li.has-child > ul > li:first-of-type > ul {
  top: 15px !important;
}
#header nav.forPC > ul > li.has-child > ul > li:last-of-type a {
  border-radius: 0 0 21px 21px;
  padding-bottom: 15px;
}
#header nav.forPC > ul > li.has-child > ul > li:last-of-type a span {
  border-bottom: none;
}
#header nav.forPC > ul > li.has-child > ul > li > a span {
  display: block;
}
#header nav.forPC > ul > li.has-child > ul > li > a span {
  box-sizing: border-box;
  border-bottom: solid 1px #2DA8BF;
}
#header nav.forPC > ul > li.has-child > ul > li > a span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #006A7E;
  border-right: 2px solid #006A7E;
  transform: rotate(45deg);
}
#header nav.forPC > ul > li.has-child > ul > li:last-child a {
  border-bottom: none;
}
#header nav.forPC > ul > li.has-child > ul > li a:hover,
#header nav.forPC > ul > li.has-child > ul > li a:active {
  background: #00B9DB;
  border-radius: 0;
}
#header nav.forPC > ul > li.has-child > ul > li:first-of-type a:hover,
#header nav.forPC > ul > li.has-child > ul > li:first-of-type a:active {
  border-radius: 21px 21px 0 0;
}
#header nav.forPC > ul > li.has-child > ul > li:last-of-type a:hover,
#header nav.forPC > ul > li.has-child > ul > li:last-of-type a:active {
  border-radius: 0 0 21px 21px;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul {
  /*==3階層目*/
  top: 0;
  left: 250px;
  background: #00B9DB;
  border-radius: 0 21px 21px 21px;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li a {
  border-radius: 0;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li a span {
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li a span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #006A7E;
  border-right: 2px solid #006A7E;
  transform: rotate(45deg);
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li a:hover,
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li a:active {
  background: #0096B2;
  border-radius: 0;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:first-of-type a,
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:first-of-type a {
  border-radius: 0 21px 0 0;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:first-of-type a:hover,
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:first-of-type a:active {
  border-radius: 0 21px 0 0;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:last-of-type a,
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:last-of-type a {
  border-radius: 0 0 21px 21px;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:last-of-type a:hover,
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:last-of-type a:active {
  border-radius: 0 0 21px 21px;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul > li:last-child a span {
  border-bottom: none;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul:has( > :nth-child(1):last-child) li {
  border-radius: 0 21px 21px 0;
  background: #00B9DB;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul:has( > :nth-child(1):last-child) li a {
  padding-top: 0;
  border-radius: 0 21px 21px 0;
}
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul:has( > :nth-child(1):last-child) li a:hover,
#header nav.forPC > ul > li.has-child > ul > li.has-child > ul:has( > :nth-child(1):last-child) li a:active {
  border-radius: 0 21px 21px 0;
}
#header nav.forSP {
  display: none;
}
@media (max-width: 768px) {
  #header nav.forSP {
    display: block;
    width: 100%;
  }
  #header nav.forSP .box {
    margin-bottom: 30px;
  }
  #header nav.forSP .ttl.genre {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--sub-color1);
    margin-bottom: 20px;
    text-align: center;
  }
  #header nav.forSP .ttl.series {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--sub-color1);
    margin-bottom: 20px;
    text-align: center;
  }
  #header nav.forSP .custommenu {
    width: 100%;
    padding: 20px 0;
    border-radius: 18px;
    background: #FFF;
  }
  #header nav.forSP .custommenu > ul {
    position: relative;
  }
  #header nav.forSP .custommenu > ul > li a,
  #header nav.forSP .custommenu > ul > li b,
  #header nav.forSP .custommenu > ul > li .nc {
    display: inline-block;
    margin: 12px 0 12px 15px;
    padding: 0;
    font-size: 1.4rem;
    color: #000;
  }
  #header nav.forSP .custommenu > ul > li .mg {
    display: inline-block !important;
    margin: 12px 0 12px 15px;
    padding: 0!important;
    font-size: 1.4rem;
    color: #000;
  }
  #header nav.forSP .custommenu li.entry span {
    display: block;
  }
  #header nav.forSP .custommenu li.entry a {
    position: relative;
    z-index: 10;
  }
  #header nav.forSP .custommenu li.entry a.active {
    color: var(--sub-color1);
  }
  #header nav.forSP .custommenu li.entry > div span {
    position: relative;
    padding-left: 30px;
    border: none;
  }
  #header nav.forSP .custommenu li.entry > div span:after {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    left: 20px;
    background: rgba(222, 222, 222, 0.5);
  }
  #header nav.forSP .custommenu li.entry > div span .ck {
    position: absolute;
    height: auto;
    width: 100%;
    height: 40px;
    right: initial;
    top: 0;
    left: 0;
  }
  #header nav.forSP .custommenu li.entry > div span .ck:before {
    position: absolute;
    top: 0;
    left: 25px;
    right: initial;
    bottom: 0;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin: auto;
    background: url('/images/org/ico_arrow-b02.svg') no-repeat center center;
    background-size: contain;
    transform: rotate(0);
    transition: all 0.3s;
  }
  #header nav.forSP .custommenu li.entry > div span .ck:after {
    display: none;
  }
  #header nav.forSP .custommenu li.entry > div span .ck.open:before {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  #header nav.forSP .custommenu li.entry > div span > div {
    margin-bottom: 0;
  }
  #header nav.forSP .custommenu li.entry > div span > div a {
    margin: 12px 0 12px 10px;
  }
  #header nav.forSP .custommenu li.entry > div span > div > span {
    box-sizing: border-box;
    padding-left: 10px;
  }
  #header nav.forSP .custommenu li.entry > div span > div > span:after {
    left: 0;
  }
  #header nav.forSP .custommenu li.entry > div span > div > span .ck:before {
    left: 5px;
  }
  #header nav.forSP .custommenu li.entry > div span > div > span > div {
    padding-top: 0;
    margin-bottom: 0;
  }
  #header nav.forSP .custommenu li.entry > div span > div > span > div > span {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #header nav.forSP .custommenu li.entry > div span > div > span > div > span a {
    padding: 0;
    margin: 8px 15px 8px 10px;
  }
  #header nav.forSP .custommenu li.entry > div span > div > span > div > span a:before {
    display: none;
  }
  #header nav.forSP .custommenu li.entry .submenublock > span:last-child {
    border-bottom: none;
  }
  #header nav.forSP .custommenu li.entry > div > span > div > span div,
  #header nav.forSP .custommenu li.entry .submenublock > span div {
    margin-left: 0;
    padding: 0;
  }
  #header nav.forSP .custommenu li.entry > div > span > div > span div span,
  #header nav.forSP .custommenu li.entry .submenublock > span div span {
    display: inline-block;
    margin-right: 0;
    padding-left: 10px;
  }
  #header nav.forSP .custommenu li.entry > div > span > div > span div span a,
  #header nav.forSP .custommenu li.entry .submenublock > span div span a {
    padding: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }
  #header nav.forSP .custommenu li.entry > div > span > div > span.issub > a,
  #header nav.forSP .custommenu li.entry .submenublock > span.issub > a {
    padding: 15px 10px 5px;
  }
  #header nav.forSP .custommenu li.entry.genre .current {
    background: #0096B2;
  }
  #header nav.forSP .custommenu li.entry.genre .current a,
  #header nav.forSP .custommenu li.entry.genre .current span {
    color: #FFF;
  }
  #header nav.forSP .custommenu li.entry.magazine .current {
    background: #F8B500;
  }
  #header nav.forSP .custommenu li.entry.magazine .current a,
  #header nav.forSP .custommenu li.entry.magazine .current span {
    color: #FFF;
  }
  #header nav.forSP .custommenu li.magazine > div span .ck:before {
    background: url(/images/org/ico_arrow-o02.svg) no-repeat center center;
    background-size: contain;
  }
}
#header #guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
}
@media (max-width: 1130px) {
  #header #guide {
    width: 250px;
  }
}
@media (max-width: 958px) {
  #header #guide {
    width: 210px;
  }
}
#header #guide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 25px;
  margin-right: 0;
}
@media (max-width: 958px) {
  #header #guide .item {
    width: 35px;
  }
}
#header #guide .item.contact {
  flex-wrap: wrap;
  position: relative;
}
#header #guide .item.contact .balloon {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 35px;
  bottom: -40px;
  border-radius: 8px;
  background: var(--sub-color1);
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#header #guide .item.contact .balloon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent var(--sub-color1) transparent;
  top: -6px;
}
#header #guide .item.cart {
  flex-wrap: wrap;
  position: relative;
}
#header #guide .item.cart .balloon {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 35px;
  bottom: -40px;
  border-radius: 8px;
  background: var(--sub-color1);
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#header #guide .item.cart .balloon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent var(--sub-color1) transparent;
  top: -6px;
}
#header #guide .item.user {
  flex-wrap: wrap;
  position: relative;
}
#header #guide .item.user .balloon {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 35px;
  bottom: -40px;
  border-radius: 8px;
  background: var(--sub-color1);
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#header #guide .item.user .balloon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent var(--sub-color1) transparent;
  top: -6px;
}
#header #guide .item.register {
  display: flex;
  align-items: center;
  width: 100px;
}
#header #guide .item.register a {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--sub-color1);
}
@media (max-width: 1130px) {
  #header #guide .item.register a {
    font-size: 1.1rem;
  }
}
#header #guide #menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  #header #guide #menu {
    height: auto;
  }
}
#header #guide #menu #searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background: var(--sub-color1);
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
#header #guide #menu #searchBtn .balloon {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 35px;
  bottom: -25px;
  border-radius: 8px;
  background: var(--sub-color1);
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#header #guide #menu #searchBtn .balloon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent var(--sub-color1) transparent;
  top: -6px;
}
@media (max-width: 1110px) {
  #header #guide #menu #searchBtn {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.visible #header #guide #menu #searchBtn {
  position: relative;
  background-color: #999999;
}
.visible #header #guide #menu #searchBtn:before,
.visible #header #guide #menu #searchBtn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.visible #header #guide #menu #searchBtn:before {
  transform: rotate(-315deg);
}
.visible #header #guide #menu #searchBtn:after {
  transform: rotate(315deg);
}
.visible #header #guide #menu #searchBtn svg {
  display: none;
}
#header #guide #menu > div {
  margin-left: 20px;
}
@media (max-width: 1110px) {
  #header #guide #menu > div {
    margin-left: 10px;
  }
}
#header .spmenu {
  display: none;
}
.spHeader {
  display: none;
}
@media (max-width: 768px) {
  .spHeader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 76px;
    padding: 20px;
    top: 0;
    background: #FFF;
  }
  .spHeader .logo {
    margin: 0 auto;
  }
  .spHeader .logo img {
    width: 153px;
    height: 41px;
  }
  .spHeader .menu {
    position: fixed;
    right: 10px;
    top: 15px;
    z-index: 110;
  }
  .spHeader .menu #searchBtnSP {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: var(--sub-color1);
  }
}
#spBtn {
  display: none;
}
@media (max-width: 768px) {
  #spBtn {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 104;
    width: 74px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 20px 0px;
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #spBtn > span {
    position: absolute;
    display: block;
    width: 74px;
    height: 40px;
    top: 13px;
    left: 0;
  }
  #spBtn > span > span {
    position: relative;
    transition: all 300ms 0s ease;
  }
  #spBtn > span > span:nth-child(1) {
    display: block;
    width: 30px;
    height: 2px;
    top: 9px;
    left: 22px;
    background: #000;
  }
  #spBtn > span > span:nth-child(2) {
    display: block;
    width: 30px;
    height: 2px;
    top: 15px;
    left: 22px;
    background: #000;
  }
  #spBtn > span > span:nth-child(3) {
    display: block;
    width: 30px;
    height: 2px;
    top: 21px;
    left: 22px;
    background: #000;
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .visible #search {
    transition: all 0.3s;
    visibility: visible;
    opacity: 1;
  }
}
#search {
  position: fixed;
  width: 486px;
  height: 100vh;
  top: 0;
  right: -535px;
  margin: auto;
  z-index: 200;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #search {
    top: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 36, 43, 0.5);
  }
}
#search .bg {
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 145px;
  background: var(--sub-color1);
  left: -45px;
  top: 50%;
  margin-top: -145px;
  z-index: 199;
}
@media (max-width: 768px) {
  #search .bg {
    width: 100%;
    height: 100%;
    display: none;
  }
}
#search #searchClose {
  position: absolute;
  width: 50px;
  height: 64px;
  top: 50%;
  left: -15px;
  margin-top: -32px;
  z-index: 210;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  #search #searchClose {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    top: 45px;
    left: initial;
    right: 7px;
    background: #DBF9FF;
  }
}
#search #searchClose span {
  position: absolute;
  display: block;
  bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #search #searchClose span {
    display: none;
  }
}
#search #searchClose:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  top: 8px;
  left: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #search #searchClose:before,
  #search #searchClose:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background: var(--sub-color1);
  }
  #search #searchClose::before {
    transform: translate(-50%, -50%) rotate(45deg);
    border: none;
  }
  #search #searchClose::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (min-width: 769px) {
  #search #searchClose:hover span {
    color: var(--sub-color2);
    transition: all 0.3s ease;
  }
  #search #searchClose:hover:before {
    border-top: 2px solid var(--sub-color2);
    border-right: 2px solid var(--sub-color2);
  }
}
#search .wrap {
  position: relative;
  width: 485px;
  height: 100%;
  padding: 40px 0;
  border-radius: 40px 0px 0px 40px;
  background-color: var(--sub-color1);
  float: right;
  box-sizing: border-box;
  z-index: 200;
}
@media (max-width: 768px) {
  #search .wrap {
    padding: 40px 0 80px;
    border-radius: 35px 0px 35px 35px;
    width: auto;
    float: initial;
  }
}
#search #keywordsearch {
  display: none;
  position: relative;
  width: 100%;
}
#search #keywordsearch input::placeholder {
  color: #aaa;
}
#search #keywordsearch input[type=text] {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 30px;
  border: 2px solid #000000;
  line-height: 60px;
  font-size: 1.7rem;
  text-align: center;
  outline: none;
}
#search #keywordsearch input[type=submit] {
  position: absolute;
  top: 18px;
  left: 23px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(/images/custom/icon_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 0;
}
#search #keywordsearch button {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 14px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: #999999;
  text-indent: -9999px;
  cursor: pointer;
}
#search #keywordsearch button:before,
#search #keywordsearch button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
#search #keywordsearch button:before {
  transform: rotate(315deg);
}
#search #keywordsearch button:after {
  transform: rotate(-315deg);
}
#search #detailsearch {
  height: 100%;
  overflow: auto;
}
#search #detailsearch table {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#search #detailsearch caption {
  padding-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #search #detailsearch caption {
    padding-bottom: 10px;
  }
}
#search #detailsearch th,
#search #detailsearch td {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  #search #detailsearch th,
  #search #detailsearch td {
    display: block;
    line-height: 1.2;
  }
}
#search #detailsearch th {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #search #detailsearch th {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
#search #detailsearch td {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #search #detailsearch td {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
#search #detailsearch input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 20px;
  line-height: 40px;
  font-size: 1.6rem;
}
#search #detailsearch input[type=text]:focus {
  outline: none;
  background: #f4f9fa;
}
#search #detailsearch select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 7px;
  line-height: 40px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  appearance: none;
  background: url(/images/org/ico_arrow-g03.svg) no-repeat right 15px center;
  background-size: 11px 15px;
  background-color: #FFF;
}
#search #detailsearch select:focus {
  outline: none;
  background: #f4f9fa;
}
#search #detailsearch .formatRadio {
  display: flex;
  flex-wrap: wrap;
}
#search #detailsearch .formatRadio label {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}
#search #detailsearch .formatRadio label:last-of-type {
  width: 100%;
}
#search #detailsearch .formatRadio label::before,
#search #detailsearch .formatRadio label:has(:checked)::after {
  border-radius: 50%;
  content: '';
}
#search #detailsearch .formatRadio label::before,
#search #detailsearch .formatRadio label:has(:checked)::after {
  border-radius: 50%;
  content: '';
}
#search #detailsearch .formatRadio label::before {
  width: 16px;
  height: 16px;
  background-color: #e6edf3;
}
#search #detailsearch .formatRadio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #5F5F5F;
}
#search #detailsearch .formatRadio label input {
  display: none;
}
#search #detailsearch .btn {
  margin-bottom: 30px;
}
#search #detailsearch .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 54px;
  margin: 0 auto;
  border-radius: 27px;
  background: #005565;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1em;
}
#search #detailsearch .btn a span {
  display: inline-block;
  padding-left: 30px;
  background: url(/images/org/ico_search-w01.svg) left center no-repeat;
  background-size: contain;
}
#search #detailsearch .clear a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#search.visible {
  display: block;
  right: 0;
}
/* 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 0px;
  padding: 100px 15px 0;
  background: #FFF;
}
@media (max-width: 768px) {
  #contents {
    display: block;
    width: auto;
    padding: 60px 0 0;
  }
}
#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;
  }
}
/* ジャンル */
#genre_tree {
  position: relative;
  z-index: 2;
}
/* シリーズ */
#series_tree > li > a {
  display: block;
  padding: 10px 0;
}
.custommenu {
  width: 100%;
  padding: 20px;
  border-radius: 18px;
  background: #f7f7f7;
}
.custommenu > ul {
  position: relative;
}
.custommenu > ul > li a,
.custommenu > ul > li b,
.custommenu > ul > li .nc {
  display: inline-block !important;
  margin: 12px 0 14px 10px;
  padding: 0;
  font-size: 1.4rem;
}
.custommenu li.entry span {
  display: block;
}
.custommenu li.entry > div > span {
  position: relative;
  border-bottom: solid 1px #DBDBDB;
  font-weight: 500;
}
.custommenu li.entry > div > span .ck {
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
}
.custommenu li.entry > div > span .ck.open:before {
  content: none;
}
.custommenu li.entry > div > span .ck:before,
.custommenu li.entry > div > span .ck:after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #666;
}
.custommenu li.entry > div > span .ck:before {
  transform: rotate(90deg);
}
.custommenu li.entry > div > span > div {
  display: none;
  margin-bottom: 10px;
}
.custommenu li.entry > div > span > div a {
  margin: 8px 15px 8px 10px;
}
.custommenu li.entry > div > span > div > span {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}
.custommenu li.entry > div > span > div > span > div {
  display: none;
  padding-top: 0;
}
.custommenu li.entry .submenublock > span:last-child {
  border-bottom: none;
}
.custommenu li.entry > div > span > div > span div,
.custommenu li.entry .submenublock > span div {
  padding: 0 5px 0 1em;
  margin-bottom: 10px;
  margin-left: 1em;
}
.custommenu li.entry > div > span > div > span div span,
.custommenu li.entry .submenublock > span div span {
  display: inline-block;
  margin-right: 1em;
}
.custommenu li.entry > div > span > div > span div span a,
.custommenu li.entry .submenublock > span div span a {
  padding: 0;
  margin-bottom: 3px;
  font-size: 14px;
}
.custommenu li.entry > div > span > div > span div span a:before,
.custommenu li.entry .submenublock > span div span a:before {
  content: '';
  color: #999;
  font-size: 12px;
}
.custommenu li.entry > div > span > div > span div.news3,
.custommenu li.entry .submenublock > span div.news3 {
  padding: 0 5px 0 75px;
  margin-bottom: 10px;
  margin-left: 0;
}
.custommenu li.entry > div > span > div > span div.news3 span,
.custommenu li.entry .submenublock > span div.news3 span {
  display: block;
  margin-right: 0;
}
.custommenu li.entry > div > span > div > span.issub > a,
.custommenu li.entry .submenublock > span.issub > a {
  padding: 15px 10px 5px;
}
.custommenu li.entry:last-of-type > div > span {
  border: none;
}
.custommenu .hassub > div > span > a::after {
  border: 5px solid transparent;
  border-left-color: #aaaaaa;
  content: '';
  height: 0;
  position: absolute;
  right: 5px;
  width: 0;
}
.custommenu .hassub.selected > div > span > a::after {
  border-left-color: #666666;
}
.custommenu li.entry .submenublock {
  width: 240px;
  float: left;
  border-left: dotted 1px #dddddd;
}
.pagetitle {
  position: relative;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  padding-left: 30px;
}
.pagetitle:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--sub-color1);
}
@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;
}
.booklist2 {
  position: relative;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.booklist2:hover .prevscroll,
.booklist2:hover .nextscroll {
  opacity: 100;
}
.booklist2 .prevscroll,
.booklist2 .nextscroll {
  opacity: 0;
  position: absolute;
  margin: auto;
  top: -30px;
  bottom: 0;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000;
}
@media (max-width: 768px) {
  .booklist2 .prevscroll,
  .booklist2 .nextscroll {
    display: none;
  }
}
.booklist2 .prevscroll:after,
.booklist2 .nextscroll:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.booklist2 .prevscroll {
  left: 10px;
}
.booklist2 .prevscroll:after {
  left: 5px;
  transform: rotate(-135deg);
}
.booklist2 .nextscroll {
  right: 10px;
}
.booklist2 .nextscroll:after {
  right: 5px;
  transform: rotate(45deg);
}
.booklist2 .item {
  width: 170px;
  min-width: 170px;
  margin-right: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  font-size: 1.2rem;
}
.booklist2 .item .image {
  margin-bottom: 15px;
  text-align: center;
}
.booklist2 .item .image img {
  max-width: 103px;
  box-shadow: 0px 0px 6px #00000029;
}
.booklist2 .item .ttl {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.3rem;
}
.booklist2 .item a {
  color: #333;
}
.booklist2 .simplebar-track:after {
  z-index: 1;
  position: absolute;
  display: block;
  top: 2px;
  content: '';
  height: 4px;
  background-color: #ccc;
  left: 0;
  right: 0;
  margin: auto;
}
.booklist2 .simplebar-track .simplebar-scrollbar {
  z-index: 2;
  height: 4px;
}
.booklist2 .simplebar-track .simplebar-scrollbar:before {
  background-color: #000;
}
.booklist2 .simplebar-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.moreLink {
  position: relative;
  width: 200px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 22px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
}
.moreLink p {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-right: 15px;
}
.moreLink:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(/images/org/ico_arrow-b01.svg) no-repeat left center;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .moreLink #newsBlock .cont .inner .more a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  .moreLink #newsBlock .cont .inner .more {
    right: 50%;
    margin: 0 -100px;
    bottom: -60px;
  }
}
_::-webkit-full-page-media,
_:future,
:root .moreLink {
  position: relative;
  width: 200px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 22px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
}
_::-webkit-full-page-media:after,
_:future:after,
:root .moreLink:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(/images/org/ico_arrow-b01.svg) no-repeat left center;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  _::-webkit-full-page-media #newsBlock .cont .inner .more a:hover:after,
  _:future #newsBlock .cont .inner .more a:hover:after,
  :root .moreLink #newsBlock .cont .inner .more a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  _::-webkit-full-page-media #newsBlock .cont .inner .more,
  _:future #newsBlock .cont .inner .more,
  :root .moreLink #newsBlock .cont .inner .more {
    right: 50%;
    margin: 0 -100px;
    bottom: -60px;
  }
}
.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;
  padding: 12px 0;
  border-bottom: 1px solid #EAE9E9;
}
@media (max-width: 768px) {
  .newslist .item {
    padding: 10px 0;
  }
}
.newslist .item:first-child {
  border-top: 1px solid #EAE9E9;
}
@media (max-width: 768px) {
  .newslist .item .head {
    display: block;
  }
}
.newslist .item .head .wrap {
  display: flex;
  flex-direction: row-reverse;
}
.newslist .item .head .wrap .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 160px;
  border-radius: 15px;
  overflow: hidden;
  background: #E2E2E2;
  margin-right: 50px;
}
.newslist .item .head .wrap .thumb img {
  max-width: 100%;
  max-height: 100%;
}
.newslist .item .head .wrap .cont .tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.newslist .item .head .wrap .cont .date {
  font-size: 1.8rem;
  font-weight: 500;
  color: #959595;
}
@media (max-width: 768px) {
  .newslist .item .head .wrap .cont .date {
    font-size: 1.3rem;
  }
}
.newslist .item .category {
  margin-right: 15px;
}
.newslist .item .category a {
  display: block;
  min-width: 64px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #ccc;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.newslist .item .category a.n1 {
  background: #8D3043;
}
.newslist .item .category a.n2,
.newslist .item .category a.n3,
.newslist .item .category a.n4 {
  background: #E66F18;
}
.newslist .item .category a.n5 {
  background: #10B0B5;
}
.newslist .item .category a.n6 {
  background: #CEAB28;
}
.newslist .item .category a.n7 {
  background: #1D88D6;
}
.newslist .item .category a.n8 {
  background: #DE3A86;
}
.newslist .item .category a.n9 {
  background: #1B58CB;
}
.newslist .item .category a.n10 {
  background: #1B58CB;
}
.newslist .item .category a.n11,
.newslist .item .category a.n12 {
  background: #8D4508;
}
.newslist .item .category a.n13 {
  background: #5CAC0C;
}
.newslist .item .category a.n14,
.newslist .item .category a.n15,
.newslist .item .category a.n16 {
  background: #8C45B2;
}
.newslist .item .category a.n17 {
  background: #DD3636;
}
.newslist .item .category a.n18 {
  background: #0096B2;
}
.newslist .item .category a.n19 {
  background: #FF0000;
}
@media (max-width: 768px) {
  .newslist .item .category {
    margin-top: 3px;
  }
  .newslist .item .category a {
    padding: 4px 5px;
    box-sizing: border-box;
    font-size: 1.1rem;
    width: initial;
    display: inline-block;
  }
}
.newslist .item .txt a {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .newslist .item .txt {
    font-size: 1.3rem;
  }
}
#adbanner {
  max-width: inherit;
  background: #F4F4F4;
  padding: 60px 15px 120px;
}
@media (max-width: 768px) {
  #adbanner {
    padding: 35px 0;
  }
}
#adbanner .inner {
  position: relative;
  max-width: var(--sitewidth);
  margin: 0 auto;
}
#adbanner .inner .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  margin: 0 60px;
}
@media (max-width: 768px) {
  #adbanner .inner .wrap {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 0 35px;
  }
}
#adbanner .inner .wrap .item .ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
/* ページトップボタン */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-top {
    position: inherit;
    width: 70px;
    margin: 0 auto 40px;
  }
}
#page-top > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #page-top > span {
    background-color: #F4F4F4;
  }
}
#page-top > span span {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}
#page-top > span span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 20px;
  background: url(/images/org/ico_gotop.svg) no-repeat left top;
  background-size: contain;
  left: 50%;
  margin-left: -4px;
  top: -20px;
}
@media (min-width: 769px) {
  #page-top:hover > span {
    background-color: #f4f9fb;
    transition: all 0.3s ease;
  }
}
#footer {
  padding: 60px 0 60px;
}
#fotNavi {
  margin-bottom: 60px;
  border: none;
}
@media (max-width: 500px) {
  #fotNavi {
    padding: 0;
  }
}
#fotNavi .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: var(--sitewidth);
  margin: 0 auto;
  padding: 0 15px;
  font-weight: bold;
}
@media (max-width: 500px) {
  #fotNavi .inner {
    display: block;
    padding: 0 60px;
  }
}
@media (max-width: 970px) {
  #fotNavi .inner .sns {
    width: calc(100% / 3);
    padding: 0;
  }
}
@media (max-width: 600px) {
  #fotNavi .inner .sns {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 500px) {
  #fotNavi .inner .sns {
    width: 100%;
    margin-top: 60px;
    text-align: center;
  }
}
#fotNavi .inner .sns .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#fotNavi .inner .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 970px) {
  #fotNavi .inner .sns ul {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  #fotNavi .inner .sns ul {
    justify-content: center;
  }
}
#fotNavi .inner .sns ul li {
  margin-left: 10px;
}
@media (max-width: 500px) {
  #fotNavi .inner .sns ul li {
    margin-left: 0;
    margin: 0 15px;
  }
}
#fotNavi .inner dl {
  min-width: 170px;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
@media (max-width: 970px) {
  #fotNavi .inner dl {
    width: calc(100% / 3);
    padding: 0;
    margin: 0 0 20px;
  }
}
@media (max-width: 600px) {
  #fotNavi .inner dl {
    width: 50%;
    padding: 0;
    margin: 0 0 20px;
  }
}
@media (max-width: 500px) {
  #fotNavi .inner dl {
    width: 100%;
    margin-bottom: 40px;
  }
}
#fotNavi .inner dt {
  margin-bottom: 20px;
}
#fotNavi .inner dt span {
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  color: #000;
  padding-bottom: 5px;
}
#fotNavi .inner dt span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #000;
}
#fotNavi .inner dd {
  padding-left: 15px;
}
#fotNavi .inner a {
  display: inline-block;
  color: #707070;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  #fotNavi .inner a:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
  }
}
#fotNavi .inner li {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #fotNavi .inner li {
    margin-bottom: 20px;
  }
}
#copyright {
  padding: 14px 15px 20px;
  max-width: var(--sitewidth);
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  #copyright {
    padding: 10px 0;
    width: auto;
    text-align: center;
  }
}
/* 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 3em 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 li {
  margin-bottom: 0.6em;
}
.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 {
  width: 100%;
  border-top: solid 1px #dddddd;
}
.cms table caption {
  padding-bottom: 10px;
}
.cms table tr {
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .cms table tr {
    display: block;
  }
}
.cms table th,
.cms table td {
  padding: 20px 15px;
}
.cms table th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 160px;
  font-weight: 700;
  color: #919191;
}
@media (max-width: 768px) {
  .cms table th {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
    font-size: 1.4rem;
  }
}
.cms table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 768px) {
  .cms table td {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .cms table {
    width: auto !important;
  }
  .cms table th,
  .cms table td {
    width: auto !important;
  }
}
.cms table.corp {
  max-width: 1100px;
  margin: 0 auto;
}
.cms dl.df {
  display: flex;
}
.cms dl.df dt {
  width: 10em;
}
.cms iframe {
  max-width: 100%;
}
.cms h2 {
  width: auto;
  padding: 20px;
  border-radius: 15px;
  background: #f7f7f7;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cms h2 {
    font-size: 1.8rem;
  }
}
.cms h3 {
  width: auto;
  padding-bottom: 10px;
  margin: 0 0 30px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--sub-color1);
  line-height: 1.4;
  border-bottom: solid 1px #CCCCCC;
}
@media (max-width: 768px) {
  .cms h3 {
    font-size: 1.7rem;
    margin: 0 0 20px;
  }
}
.cms h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding-left: 25px;
}
.cms h4:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  left: 0;
  top: 2px;
  background: var(--sub-color1);
  opacity: 0.6;
}
@media (max-width: 768px) {
  .cms h4 {
    font-size: 1.4rem;
  }
}
.cms h5 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cms h5 {
    font-size: 1.5rem;
  }
}
.cms h6 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cms h6 {
    font-size: 1.4rem;
  }
}
.cms .titleVisual {
  width: auto;
  padding: 20px;
  border-radius: 15px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.cms .fontBold {
  font-weight: 600;
}
.cms .fontSBig {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cms .fontSBig {
    font-size: 2.2rem;
  }
}
.cms .fontBig {
  font-size: 2.2rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cms .fontBig {
    font-size: 2rem;
  }
}
.cms .fontLarge {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cms .fontLarge {
    font-size: 1.6rem;
  }
}
.cms .fontSmall {
  font-size: 1.2rem;
  line-height: 1.6;
}
.cms .fontColor01 {
  color: var(--sub-color1);
}
.cms .fontColor02 {
  color: var(--sub-color2);
}
.cms .textCenter {
  text-align: center;
}
.cms .textRight {
  text-align: right;
}
.cms .textLeft {
  text-align: left;
}
.cms .w50 {
  width: 50%;
}
.cms .w50.marginCenter {
  margin: 0 auto;
}
.cms .w60 {
  width: 60%;
}
.cms .w60.marginCenter {
  margin: 0 auto;
}
.cms .w70 {
  width: 70%;
}
.cms .w70.marginCenter {
  margin: 0 auto;
}
.cms .w80 {
  width: 80%;
}
.cms .w80.marginCenter {
  margin: 0 auto;
}
.cms .w90 {
  width: 90%;
}
.cms .w90.marginCenter {
  margin: 0 auto;
}
.cms .w100 {
  width: 100%;
}
.cms .w100.marginCenter {
  margin: 0 auto;
}
.cms .m0 {
  margin: 0 !important;
}
.cms .mt10 {
  margin-top: 10px !important;
}
.cms .mt20 {
  margin-top: 20px !important;
}
.cms .mt30 {
  margin-top: 30px !important;
}
.cms .mt40 {
  margin-top: 40px !important;
}
.cms .mt50 {
  margin-top: 50px !important;
}
.cms .mr10 {
  margin-right: 10px !important;
}
.cms .mr20 {
  margin-right: 20px !important;
}
.cms .mr30 {
  margin-right: 30px !important;
}
.cms .mr40 {
  margin-right: 40px !important;
}
.cms .mr50 {
  margin-right: 50px !important;
}
.cms .mb10 {
  margin-bottom: 10px !important;
}
.cms .mb20 {
  margin-bottom: 20px !important;
}
.cms .mb30 {
  margin-bottom: 30px !important;
}
.cms .mb40 {
  margin-bottom: 40px !important;
}
.cms .mb50 {
  margin-bottom: 50px !important;
}
.cms .ml10 {
  margin-left: 10px !important;
}
.cms .ml20 {
  margin-left: 20px !important;
}
.cms .ml30 {
  margin-left: 30px !important;
}
.cms .ml40 {
  margin-left: 40px !important;
}
.cms .ml50 {
  margin-left: 50px !important;
}
.cms .m0auto {
  margin: 0 auto !important;
}
.cms .pt10 {
  padding-top: 10px !important;
}
.cms .pt20 {
  padding-top: 20px !important;
}
.cms .pt30 {
  padding-top: 30px !important;
}
.cms .pt40 {
  padding-top: 40px !important;
}
.cms .pt50 {
  padding-top: 50px !important;
}
.cms .pr10 {
  padding-right: 10px !important;
}
.cms .pr20 {
  padding-right: 20px !important;
}
.cms .pr30 {
  padding-right: 30px !important;
}
.cms .pr40 {
  padding-right: 40px !important;
}
.cms .pr50 {
  padding-right: 50px !important;
}
.cms .pb10 {
  padding-bottom: 10px !important;
}
.cms .pb20 {
  padding-bottom: 20px !important;
}
.cms .pb30 {
  padding-bottom: 30px !important;
}
.cms .pb40 {
  padding-bottom: 40px !important;
}
.cms .pb50 {
  padding-bottom: 50px !important;
}
.cms .pl10 {
  padding-left: 10px !important;
}
.cms .pl20 {
  padding-left: 20px !important;
}
.cms .pl30 {
  padding-left: 30px !important;
}
.cms .pl40 {
  padding-left: 40px !important;
}
.cms .pl50 {
  padding-left: 50px !important;
}
.cms .p0 {
  padding: 0 !important;
}
.cms .p10 {
  padding: 10px !important;
}
.cms .p20 {
  padding: 20px !important;
}
.cms .p30 {
  padding: 30px !important;
}
.cms .p40 {
  padding: 40px !important;
}
.cms .p50 {
  padding: 50px !important;
}
.cms img.circle {
  border-radius: 20px;
}
.cms .textWrap {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .cms .textWrap {
    font-size: 1.4rem;
  }
}
.cms .textWrap.small {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cms .textWrap.small {
    padding: 0;
  }
}
.cms .tableList {
  margin: 0;
  padding: 0;
}
.cms .tableList li {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0 20px;
  border: 1px solid #dddddd;
}
.cms .numList .item {
  display: flex;
  margin-bottom: 1em;
  line-height: 1.6;
}
.cms .numList .item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-top: solid 1px #BEBEBE;
  border-left: solid 1px #BEBEBE;
}
.cms .numList .item .num span {
  display: block;
  width: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.cms .numList .item .txt {
  padding: 0.3em 0;
  font-size: 1.6rem;
}
.cms .illustWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cms .illustWrap {
    display: block;
  }
}
.cms .illustWrap .item {
  position: relative;
  border: 1px solid #868686;
  border-radius: 20px;
  padding: 20px 20px 80px;
}
@media (max-width: 768px) {
  .cms .illustWrap .item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cms .illustWrap .item .image {
  height: 100%;
}
@media (max-width: 768px) {
  .cms .illustWrap .item .image {
    padding: 0 50px;
    margin-bottom: 20px;
  }
}
.cms .illustWrap .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.cms .illustWrap .item .image .img img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
}
.cms .illustWrap .item .btns {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .cms .illustWrap .item .btns {
    position: relative;
    bottom: inherit;
  }
}
.cms .illustWrap .item .btns .btn {
  width: 160px;
  height: 40px;
  margin: 0 15px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #AFAFAF;
}
@media (max-width: 768px) {
  .cms .illustWrap .item .btns .btn {
    width: 100%;
    margin: 0 auto;
  }
}
.cms .illustWrap .item .btns .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cms .illustWrap .item .btns .btn a {
    font-size: 1.2rem;
  }
}
.cms .illustWrap .item .btns .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left top;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cms .illustWrap .item .btns .btn a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
.cms .bookWrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cms .bookWrap {
    flex-wrap: wrap;
  }
}
.cms .bookWrap .item {
  width: 230px;
  min-width: initial;
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .cms .bookWrap .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #CCC;
  }
  .cms .bookWrap .item .list {
    display: flex;
  }
}
.cms .bookWrap .item .image {
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 30px;
  background: #f4f9fa;
}
@media (max-width: 768px) {
  .cms .bookWrap .item .image {
    width: 120px;
    padding: 15px 0;
    border-radius: 20px;
    margin-right: 20px;
  }
}
.cms .bookWrap .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cms .bookWrap .item .image .img {
    width: 90px;
    height: 90px;
  }
  .cms .bookWrap .item .image .img a {
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
.cms .bookWrap .item .image .img img {
  max-width: 100%;
  max-height: 100%;
  width: 140px;
  margin-bottom: 0;
  box-shadow: 4px 4px 2px rgba(147, 147, 147, 0.15);
}
@media (max-width: 768px) {
  .cms .bookWrap .item .image .img img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .cms .bookWrap .item .image img {
    max-width: 120px;
  }
}
@media (max-width: 374px) {
  .cms .bookWrap .item .image img {
    max-width: 100%;
  }
}
.cms .bookWrap .item .txt a {
  color: #000;
}
.cms .bookWrap .item .txt .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .cms .bookWrap .item .txt .ttl {
    padding: 0;
    font-size: 1.4rem;
  }
}
.cms .bookWrap .item .txt .author {
  font-size: 1.4rem;
}
.cms .bookWrap .item .txt .author a {
  text-decoration: underline;
}
.cms .bookWrap .item .txt .author ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms .bookWrap .item .txt .price {
  font-size: 1.4rem;
  font-weight: 400;
}
.cms .bookWrap .item .btns {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cms .bookWrap .item .btns {
    display: none;
  }
}
.cms .bookWrap .item .btns .btn {
  width: 160px;
  height: 40px;
  margin: 0 15px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #AFAFAF;
}
@media (max-width: 768px) {
  .cms .bookWrap .item .btns .btn {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.cms .bookWrap .item .btns .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cms .bookWrap .item .btns .btn a {
    font-size: 1.2rem;
  }
}
.cms .bookWrap .item .btns .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left top;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cms .bookWrap .item .btns .btn a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
.cms .bookWrap .item .btnsSP {
  display: none;
}
@media (max-width: 768px) {
  .cms .bookWrap .item .btnsSP {
    display: block;
  }
  .cms .bookWrap .item .btnsSP .btn {
    width: 170px;
    height: 35px;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #AFAFAF;
  }
  .cms .bookWrap .item .btnsSP .btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .cms .bookWrap .item .btnsSP .btn a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 10px;
    right: 15px;
    background: url(/images/org/ico_arrow-o01.svg) no-repeat left top;
    background-size: 6px 10px;
  }
}
.cms .btn.style01 a {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 12px 30px 12px 20px;
  text-align: center;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #868686;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.cms .btn.style01 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(/images/org/ico_arrow-b01.svg) no-repeat left center;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
.cms .btn.style02 a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 12px 30px 12px 20px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #868686;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.cms .btn.style02 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left center;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
.cms .btn.style03 a {
  position: relative;
  display: block;
  width: 400px;
  padding: 12px 30px 12px 20px;
  text-align: center;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #868686;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cms .btn.style03 a {
    width: 100%;
  }
}
.cms .btn.style03 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(/images/org/ico_arrow-b01.svg) no-repeat left center;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cms .btn a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
.cms .btn.style04 a {
  position: relative;
  display: block;
  width: 400px;
  padding: 12px 30px 12px 20px;
  text-align: center;
  border-radius: 15px;
  background: var(--sub-color1);
  border: 1px solid var(--sub-color1);
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cms .btn.style04 a {
    width: 100%;
  }
}
.cms .btn.style04 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(/images/org/ico_arrow-w01.svg) no-repeat left center;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cms .btn.style04 a:hover {
    background: #FFF;
    color: #000;
    transition: all 0.3s ease;
  }
  .cms .btn.style04 a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
.cms .txtclm {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}
.cms .txtclm .item {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .cms .txtclm .item {
    padding: 10px 20px;
  }
}
.cms .txtclm.clm1 {
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .cms .txtclm.clm1 {
    grid-template-columns: 1fr;
  }
}
.cms .txtclm.clm2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .cms .txtclm.clm2 {
    grid-template-columns: 1fr;
  }
}
.cms .txtclm.clm3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .cms .txtclm.clm3 {
    grid-template-columns: 1fr;
  }
}
.cms .txtclm.clm4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .cms .txtclm.clm4 {
    grid-template-columns: 1fr 1fr;
  }
}
.cms .imgclm {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}
.cms .imgclm .item {
  padding: 20px;
  border-radius: 30px;
  background: #F7F7F7;
}
.cms .imgclm .item .ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
@media (max-width: 768px) {
  .cms .imgclm .item .ph {
    height: 200px;
  }
}
.cms .imgclm .item .ph img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
}
.cms .imgclm.clm2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .cms .imgclm.clm2 {
    grid-template-columns: 1fr;
  }
}
.cms .imgclm.clm3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .cms .imgclm.clm3 {
    grid-template-columns: 1fr;
  }
}
.cms .bookinfo {
  margin-bottom: 40px;
}
.cms .bookinfo .item {
  display: flex;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  .cms .bookinfo .item {
    display: block;
    padding: 20px;
  }
}
.cms .bookinfo .item .image {
  position: relative;
  width: 200px;
}
@media (max-width: 768px) {
  .cms .bookinfo .item .image {
    width: 100%;
  }
}
.cms .bookinfo .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cms .bookinfo .item .image .img {
    width: 220px;
    height: 220px;
    margin-bottom: 10px;
  }
}
.cms .bookinfo .item .image .img img {
  max-width: 100%;
  max-height: 100%;
  width: 140px;
  margin-bottom: 0;
  box-shadow: 4px 4px 2px rgba(147, 147, 147, 0.15);
}
.cms .bookinfo .item .txt {
  flex: 1;
}
.cms .bookinfo .item .txt a {
  color: #000;
}
.cms .bookinfo .item .txt .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 0 0 0.5em;
}
@media (max-width: 768px) {
  .cms .bookinfo .item .txt .ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}
.cms .bookinfo .item .txt .author {
  font-size: 1.4rem;
}
.cms .bookinfo .item .txt .author a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cms .bookinfo .item .txt .author {
    text-align: center;
  }
}
.cms .bookinfo .item .txt .author ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms .bookinfo .item .txt .outline {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .cms .bookinfo .item .txt .outline {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.cms .bookinfo .item .btns {
  display: flex;
  justify-content: flex-start;
}
.cms .bookinfo .item .btns .btn {
  width: 170px;
  height: 40px;
  margin: 0 15px 0 0;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #AFAFAF;
}
@media (max-width: 768px) {
  .cms .bookinfo .item .btns .btn {
    width: 180px;
    margin: 0 auto;
  }
}
.cms .bookinfo .item .btns .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cms .bookinfo .item .btns .btn a {
    font-size: 1.2rem;
  }
}
.cms .bookinfo .item .btns .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left top;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cms .bookinfo .item .btns .btn a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
.cms .magazineinfo {
  margin-bottom: 40px;
}
.cms .magazineinfo .item {
  display: flex;
  background: #FFF;
  border: solid 1px #CCC;
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item {
    display: block;
    padding: 30px 20px;
  }
}
.cms .magazineinfo .item .image {
  position: relative;
  width: 240px;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .image {
    width: 100%;
  }
}
.cms .magazineinfo .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .image .img {
    width: 220px;
    height: 220px;
    margin-bottom: 20px;
  }
  .cms .magazineinfo .item .image .img a {
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
.cms .magazineinfo .item .image .img img {
  max-width: 100%;
  max-height: 100%;
  width: 170px;
  margin-bottom: 0;
  box-shadow: 4px 4px 2px rgba(147, 147, 147, 0.15);
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .image .img img {
    width: auto;
  }
}
.cms .magazineinfo .item .txt {
  flex: 1;
}
.cms .magazineinfo .item .txt a {
  color: #000;
}
.cms .magazineinfo .item .txt .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .txt .ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}
.cms .magazineinfo .item .txt .catch {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .txt .catch {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cms .magazineinfo .item .txt .clmWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .txt .clmWrap {
    grid-template-columns: 1fr;
  }
}
.cms .magazineinfo .item .txt .clmWrap .item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
  background: #fcf8ec;
  border: none;
}
.cms .magazineinfo .item .txt .clmWrap .item span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--sub-color2);
}
.cms .magazineinfo .item .txt .outline {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .txt .outline {
    margin-bottom: 20px;
  }
}
.cms .magazineinfo .item .btns {
  display: flex;
  justify-content: flex-start;
}
.cms .magazineinfo .item .btns .btn {
  width: 170px;
  height: 40px;
  margin: 0 15px 0 0;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #AFAFAF;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .btns .btn {
    width: 180px;
    margin: 0 auto;
  }
}
.cms .magazineinfo .item .btns .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cms .magazineinfo .item .btns .btn a {
    font-size: 1.2rem;
  }
}
.cms .magazineinfo .item .btns .btn a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 15px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left top;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .cms .magazineinfo .item .btns .btn a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
/* cms end */
