@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);
}
.forSP {
  display: none !important;
}
@media (max-width: 768px) {
  .forSP {
    display: block !important;
  }
}
.forPC {
  display: block !important;
}
@media (max-width: 768px) {
  .forPC {
    display: none !important;
  }
}
.mainVisual {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mainVisual {
    margin-bottom: 100px;
  }
}
.mainVisual .bigbanner {
  position: relative;
  width: auto;
  height: 720px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner {
    padding: 0 15px;
    height: 550px;
  }
}
.mainVisual .bigbanner .catch {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -150px;
  left: 110px;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .catch {
    font-size: 2.1rem;
    left: initial;
    margin-top: 0;
    right: 0px;
    top: 40px;
  }
}
.mainVisual .bigbanner .catch div {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .catch div {
    margin-bottom: 5px;
  }
}
.mainVisual .bigbanner .catch div span {
  display: inline-block;
  padding: 13px 20px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  background: #FFF;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .catch div span {
    font-size: 2.1rem;
    padding: 8px 20px;
  }
}
.mainVisual .bigbanner .catch div:nth-child(2) {
  margin-left: 20px;
}
.mainVisual .bigbanner .catch div:nth-child(3) {
  margin-left: 40px;
}
.mainVisual .bigbanner .layer01 {
  position: absolute;
  width: 470px;
  height: 445px;
  border-radius: 130px 0 35px 0;
  border-radius: 130px 0 0 0;
  background: #F8B500;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .layer01 {
    width: calc(100% - 15px);
    height: 225px;
  }
}
.mainVisual .bigbanner .layer02 {
  position: absolute;
  width: 433px;
  height: 391px;
  border-radius: 130px 0 35px 0;
  background: #f7d987;
  border: solid;
  right: 38px;
  bottom: 57px;
  opacity: 0.9;
  z-index: 21;
  mix-blend-mode: screen;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .layer02 {
    width: calc(100% - 24px);
    height: 201px;
    right: 12px;
    bottom: 27px;
  }
}
.mainVisual .bigbanner .bg {
  position: relative;
  width: 100%;
  height: 660px;
  border-radius: 35px;
  z-index: 10;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .bg {
    height: 520px;
    border-radius: 35px 35px 35px 0;
  }
}
.mainVisual .bigbanner .bg .swiper-wrapper {
  z-index: 50;
}
.mainVisual .bigbanner .bg .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
}
.mainVisual .bigbanner .bg .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 660px;
}
.mainVisual .bigbanner .books {
  position: absolute;
  display: flex;
  width: 470px;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 30;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .books {
    width: 100%;
    overflow: initial;
  }
}
.mainVisual .bigbanner .books .swiper-wrapper {
  width: 100%;
  height: auto;
  z-index: 80;
}
.mainVisual .bigbanner .books .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
}
.mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  width: 380px;
  height: 100%;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box {
    position: absolute;
    width: 100%;
    bottom: -59px;
    padding: 0 40px;
  }
}
.mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .ph_b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .ph_b {
    margin-bottom: 15px;
  }
}
.mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .ph_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 355px;
  height: auto;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .ph_b a {
    width: 130px;
  }
}
.mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .ph_b a img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.31);
}
.mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .title {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .txt {
  width: 100%;
  text-align: center;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .txt {
    padding-bottom: 100px;
  }
}
.mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .txt a {
  display: inline-block;
  font-size: 1.4rem;
  color: #000;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .books .swiper-wrapper .swiper-slide .box .txt a {
    font-size: 1.2rem;
  }
}
.mainVisual .bigbanner .more {
  position: absolute;
  width: 186px;
  height: 46px;
  margin: 0 auto;
  border-radius: 23px;
  background: #fff;
  border: 1px solid #000;
  bottom: 40px;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .more {
    width: 150px;
    height: 38px;
    border-radius: 19px;
  }
}
.mainVisual .bigbanner .more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .more a {
    font-size: 1.2rem;
  }
}
.mainVisual .bigbanner .more a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  right: 20px;
  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) {
  .mainVisual .bigbanner .more a:hover:after {
    right: 15px;
    transition: all 0.3s ease;
  }
}
.mainVisual .bigbanner .progressbar {
  position: absolute;
  width: 190px;
  height: 2px;
  bottom: 0;
  right: 470px;
  background: #BEBEBE;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .progressbar {
    bottom: -57px;
    width: calc(100% - 160px);
    max-width: initial;
    left: initial;
    right: 0;
  }
}
.mainVisual .bigbanner .progressbar span {
  display: inline-block;
  position: absolute;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: #F8B52B;
  border-radius: 7px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.mainVisual .bigbanner .pagenationWrap {
  position: absolute;
  height: 50px;
  width: 190px;
  right: 470px;
  bottom: 13px;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .pagenationWrap {
    position: relative;
    width: 170px;
    left: -20px;
    bottom: 0;
    z-index: 100;
  }
}
.mainVisual .bigbanner .swiper-pagination {
  position: relative;
  width: 120px;
  height: 50px;
  left: 50%;
  margin-left: -60px;
  bottom: 0;
  font-family: 'Catamaran', sans-serif;
  color: #BCBCBC;
  font-size: 2.3rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .swiper-pagination {
    position: initial;
    width: 80px;
    margin-top: 50px;
    margin-left: 45px;
    font-size: 1.7rem;
  }
}
.mainVisual .bigbanner .swiper-pagination .swiper-pagination-current {
  color: #000;
  font-size: 5.5rem;
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .swiper-pagination .swiper-pagination-current {
    font-size: 4rem;
  }
}
.mainVisual .bigbanner .swiper-button-prev,
.mainVisual .bigbanner .swiper-button-next {
  margin-top: calc(0px - (var(--swiper-navigation-size)/4));
}
@media (max-width: 768px) {
  .mainVisual .bigbanner .swiper-button-prev,
  .mainVisual .bigbanner .swiper-button-next {
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
  }
}
.mainVisual .bigbanner .swiper-button-prev svg,
.mainVisual .bigbanner .swiper-button-next svg {
  width: 15px;
  height: 30px;
}
.mainVisual .bigbanner .swiper-button-prev::after,
.mainVisual .bigbanner .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
#contents {
  max-width: none;
  padding: 0;
}
#contents .section {
  padding: 40px 15px ;
}
#contents .section .ttlWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #contents .section .ttlWrap {
    padding-bottom: 20px;
  }
}
#contents .section .ttlWrap .ttl {
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #contents .section .ttlWrap .ttl {
    font-size: 2rem;
  }
}
#contents .section > .wrap {
  margin: 0 auto 0px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #contents .section > .wrap {
    padding: 0;
  }
}
#contents .section:last-child {
  border-bottom: none;
}
#contents .section .more {
  margin-left: 18px;
}
#contents .section .more a {
  display: block;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  background-color: #000;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #contents .section .more a {
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 1.3rem;
  }
}
#contents #newsBlock {
  position: relative;
  width: 100%;
  padding: 100px 0;
  margin-bottom: 60px;
  max-width: initial;
  overflow: hidden;
}
@media (max-width: 768px) {
  #contents #newsBlock {
    padding: 50px 0;
    margin-top: 100px;
  }
}
#newsBlock:before,
#newsBlock:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
}
#newsBlock:before {
  left: 0;
  top: 0;
  border-style: solid;
  border-color: transparent transparent #F4F4F4 transparent;
  border-width: 0 0 100px 100vw;
}
@media (max-width: 768px) {
  #newsBlock:before {
    top: 20px;
    border-width: 0 0 30px 100vw;
  }
}
#newsBlock:after {
  left: 0;
  bottom: 1px;
  border-style: solid;
  border-color: #F4F4F4 transparent transparent transparent;
  border-width: 100px 170vw 0 0;
}
@media (max-width: 768px) {
  #newsBlock:after {
    bottom: 20px;
    border-width: 30px 100vw 0 0;
  }
}
#newsBlock .cont {
  background: #F4F4F4;
  padding: 50px 0 10px;
}
@media (max-width: 768px) {
  #newsBlock .cont {
    padding: 0px 0 10px;
  }
}
#newsBlock .cont .inner {
  position: relative;
  width: 100%;
  max-width: var(--sitewidth);
  margin: 0 auto;
}
#newsBlock .cont .inner .ttlWrap {
  position: absolute;
  top: -115px;
  margin-left: 50px;
}
#newsBlock .cont .inner .ttlWrap .ttl {
  position: relative;
  width: 172px;
}
#newsBlock .cont .inner .ttlWrap .ttl:after {
  position: absolute;
  content: "";
  width: 63px;
  height: 3px;
  left: 0;
  bottom: -25px;
  background: var(--sub-color1);
}
#newsBlock .cont .inner .ttlWrap .ttl.topics {
  background: url(/images/org/ttl_topics.svg) no-repeat left top;
  background-size: contain;
  text-indent: -9999px;
  height: 70px;
}
#newsBlock .cont .inner .ttlWrap .ttl.news {
  background: url(/images/org/ttl_news.svg) no-repeat left top;
  background-size: contain;
  text-indent: -9999px;
  height: 60px;
}
@media (max-width: 768px) {
  #newsBlock .cont .inner .ttlWrap {
    position: relative;
    width: 102px;
    margin: 0 auto;
    top: -30px;
    padding: 0;
  }
  #newsBlock .cont .inner .ttlWrap .ttl {
    width: 102px;
    height: 36px;
  }
  #newsBlock .cont .inner .ttlWrap .ttl:after {
    width: 38px;
    height: 2px;
    left: 50%;
    margin-left: -16px;
    bottom: -15px;
  }
}
#newsBlock .cont .inner .newslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #newsBlock .cont .inner .newslist {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }
}
#newsBlock .cont .inner .newslist .item {
  display: block;
  border: none;
}
#newsBlock .cont .inner .newslist .item .ph {
  position: relative;
}
#newsBlock .cont .inner .newslist .item .ph > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 170px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 3px solid #fff;
  background: #e2e2e2;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #newsBlock .cont .inner .newslist .item .ph > a {
    min-height: initial;
  }
}
@media (min-width: 769px) {
  #newsBlock .cont .inner .newslist .item .ph > a:hover {
    border: 3px solid var(--sub-color1);
    transition: all 0.3s ease;
  }
}
#newsBlock .cont .inner .newslist .item .ph > a img {
  width: 100%;
  height: auto;
}
#newsBlock .cont .inner .newslist .item .category {
  position: absolute;
  bottom: -30px;
  right: 10px;
  margin-right: 0;
}
@media (max-width: 768px) {
  #newsBlock .cont .inner .newslist .item .category {
    bottom: -25px;
  }
}
#newsBlock .cont .inner .newslist .item .category a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 30px;
  padding: 0;
  font-size: 1.1rem;
  border: none;
}
@media (min-width: 769px) {
  #newsBlock .cont .inner .newslist .item .category a:hover {
    border: none;
  }
}
@media (max-width: 768px) {
  #newsBlock .cont .inner .newslist .item .category a {
    width: 50px;
    height: 50px;
    min-width: initial;
    border-radius: 25px;
    font-size: 1rem;
  }
}
#newsBlock .cont .inner .newslist .item .category a.n1 {
  background: #8D3043;
}
#newsBlock .cont .inner .newslist .item .category a.n2,
#newsBlock .cont .inner .newslist .item .category a.n3,
#newsBlock .cont .inner .newslist .item .category a.n4 {
  background: #E66F18;
}
#newsBlock .cont .inner .newslist .item .category a.n5 {
  background: #10B0B5;
}
#newsBlock .cont .inner .newslist .item .category a.n6 {
  background: #CEAB28;
}
#newsBlock .cont .inner .newslist .item .category a.n7 {
  background: #1D88D6;
}
#newsBlock .cont .inner .newslist .item .category a.n8 {
  background: #DE3A86;
}
#newsBlock .cont .inner .newslist .item .category a.n9 {
  background: #1B58CB;
}
#newsBlock .cont .inner .newslist .item .category a.n10 {
  background: #1B58CB;
}
#newsBlock .cont .inner .newslist .item .category a.n11,
#newsBlock .cont .inner .newslist .item .category a.n12 {
  background: #8D4508;
}
#newsBlock .cont .inner .newslist .item .category a.n13 {
  background: #5CAC0C;
}
#newsBlock .cont .inner .newslist .item .category a.n14,
#newsBlock .cont .inner .newslist .item .category a.n15,
#newsBlock .cont .inner .newslist .item .category a.n16 {
  background: #8C45B2;
}
#newsBlock .cont .inner .newslist .item .category a.n17 {
  background: #DD3636;
}
#newsBlock .cont .inner .newslist .item .category a.n18 {
  background: #0096B2;
}
#newsBlock .cont .inner .newslist .item .category a.n19 {
  background: #FF0000;
}
#newsBlock .cont .inner .newslist .item .txt .date {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #959595;
  margin-bottom: 10px;
}
#newsBlock .cont .inner .newslist .item .txt p a {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4;
}
#newsBlock .cont .inner .more {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: -90px;
}
#newsBlock .cont .inner .more a {
  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.5em;
  text-decoration: none;
}
#newsBlock .cont .inner .more 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) {
  #newsBlock .cont .inner .more a:hover:after {
    right: 10px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  #newsBlock .cont .inner .more {
    right: 50%;
    margin: 0 -100px;
    bottom: -60px;
  }
}
#newsBlock .cont .inner.topNewslist {
  margin-top: 20px;
  padding: 0 15px;
}
#newsBlock .cont .inner.topNewslist .listBlock {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #f9f9f9;
  padding: 30px;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  #newsBlock .cont .inner.topNewslist .listBlock {
    display: block;
    padding: 30px 15px;
  }
}
#newsBlock .cont .inner.topNewslist .ttlWrap {
  position: static;
  margin: 0 35px 0 15px;
}
@media (max-width: 768px) {
  #newsBlock .cont .inner.topNewslist .ttlWrap {
    margin: 0 auto 20px;
  }
}
#newsBlock .cont .inner.topNewslist .ttlWrap .ttl {
  width: 120px;
  height: 45px;
}
#newsBlock .cont .inner.topNewslist .ttlWrap .ttl::after {
  content: none;
}
#newsBlock .cont .inner.topNewslist .newslist {
  display: block;
  margin-bottom: 10px;
}
#newsBlock .cont .inner.topNewslist .newslist .entry {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  #newsBlock .cont .inner.topNewslist .newslist .entry {
    display: block;
  }
}
#newsBlock .cont .inner.topNewslist .newslist .entry:last-of-type {
  margin-bottom: 0;
}
#newsBlock .cont .inner.topNewslist .newslist .entry .head {
  margin-right: 20px;
}
@media (max-width: 1180px) {
  #newsBlock .cont .inner.topNewslist .newslist .entry .head {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
}
#newsBlock .cont .inner.topNewslist .newslist .entry .head .date {
  margin-right: 20px;
  display: inline-block;
  color: #959595;
  width: 5em;
}
@media (max-width: 1180px) {
  #newsBlock .cont .inner.topNewslist .newslist .entry .head .date {
    display: block;
    margin-right: 0;
    margin-left: 20px;
    order: 2;
  }
}
#newsBlock .cont .inner.topNewslist .newslist .entry .head a {
  order: 1;
}
#newsBlock .cont .inner.topNewslist .newslist .entry .head a span {
  border-radius: 10px;
  display: inline-block;
  width: 8em;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background-color: #888888;
}
#newsBlock .cont .inner.topNewslist .newslist .entry .txt {
  max-width: 730px;
}
@media (max-width: 1180px) {
  #newsBlock .cont .inner.topNewslist .newslist .entry .txt {
    padding-bottom: 5px;
    margin-top: 10px;
  }
}
#newsBlock .cont .inner.topNewslist .newslist .entry .txt a {
  color: #000;
  font-weight: bold;
  transition: 0.3s all;
}
#newbook {
  display: flex;
  margin-bottom: 60px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #newbook {
    display: block;
  }
}
#newbook .ttlWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 126px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  #newbook .ttlWrap {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
#newbook .ttlWrap .ttl {
  display: flex;
  align-items: center;
  width: 100%;
  writing-mode: vertical-rl;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #newbook .ttlWrap .ttl {
    font-size: 2.8rem;
    writing-mode: initial;
    display: block;
  }
}
#newbook .ttlWrap .en {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--sub-color1);
  width: 126px;
  height: 126px;
  margin: 15px auto;
  padding-bottom: 8px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  #newbook .ttlWrap .en {
    height: auto;
    transform: rotate(0deg);
  }
}
#newbook .ttlWrap .more {
  position: relative;
  width: 126px;
  height: 100%;
  padding-top: 176px;
}
#newbook .ttlWrap .more:before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 141px);
  left: 63px;
  bottom: 141px;
  background: var(--sub-color1);
}
#newbook .ttlWrap .more a {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  border-radius: 63px;
  background: transparent;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease;
}
#newbook .ttlWrap .more a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 10px;
  background: url(/images/org/ico_arrow-b01.svg) no-repeat left center;
  background-size: 6px 10px;
}
@media (min-width: 769px) {
  #newbook .ttlWrap .more a:hover {
    border: 1px solid var(--sub-color1);
    color: var(--sub-color1);
  }
}
#newbook .booklist2 {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  overflow: inherit;
  margin: 60px 0;
}
@media (max-width: 768px) {
  #newbook .booklist2 {
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
    margin: 60px 0 0px;
  }
}
#newbook .booklist2 .item {
  width: initial;
  border: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #newbook .booklist2 .item {
    min-width: inherit;
  }
}
#newbook .booklist2 .item:nth-child(2),
#newbook .booklist2 .item:nth-child(5) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  #newbook .booklist2 .item:nth-child(2),
  #newbook .booklist2 .item:nth-child(5) {
    margin-top: 0;
  }
}
#newbook .booklist2 .item .image {
  position: relative;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 15px;
  border-radius: 30px;
  background: #f4f9fa;
}
@media (max-width: 768px) {
  #newbook .booklist2 .item .image {
    padding: 25px 0;
  }
}
#newbook .booklist2 .item .image .iconwrap {
  position: absolute;
  top: -12px;
}
#newbook .booklist2 .item .image .iconwrap span {
  display: inline-block;
  padding: 5px 15px;
  margin-left: 30px;
  border-radius: 8px;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  #newbook .booklist2 .item .image .iconwrap span {
    margin-left: 0;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
#newbook .booklist2 .item .image .iconwrap span.y {
  border: 2px solid var(--sub-color1);
  color: var(--sub-color1);
}
#newbook .booklist2 .item .image .iconwrap span.s {
  border: 2px solid #EF9654;
  color: #EF9654;
}
#newbook .booklist2 .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #newbook .booklist2 .item .image .img {
    width: 120px;
    height: 120px;
  }
}
#newbook .booklist2 .item .image .img a {
  display: block;
  width: 100%;
  height: 100%;
}
#newbook .booklist2 .item .image .img img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 4px 4px 2px rgba(147, 147, 147, 0.15);
}
#newbook .booklist2 .item .txt {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#newbook .booklist2 .item .txt .inner {
  flex: 1;
}
#newbook .booklist2 .item .txt .inner .ttl {
  margin-bottom: 10px;
}
#newbook .booklist2 .item .txt a {
  color: #000;
}
#newbook .booklist2 .item .txt .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  #newbook .booklist2 .item .txt .ttl {
    text-align: left;
    font-size: 1.4rem;
  }
}
#newbook .booklist2 .item .txt .outline {
  display: none;
}
#newbook .booklist2 .item .txt .price {
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  #newbook .booklist2 .item .txt .price {
    font-size: 1.3rem;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #newbook .more {
    width: 100%;
    margin: 0 auto;
  }
  #newbook .more a {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 28px;
    font-size: 1.4rem;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
  }
  #newbook .more a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    right: 10px;
    background: url(/images/org/ico_arrow-b01.svg) no-repeat left center;
    background-size: 6px 10px;
  }
}
#magazine {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #magazine {
    display: block;
  }
}
#magazine .ttlWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 126px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  #magazine .ttlWrap {
    display: block;
    width: 100%;
    margin: 0;
  }
}
#magazine .ttlWrap .ttl {
  display: flex;
  align-items: center;
  width: 100%;
  writing-mode: vertical-rl;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #magazine .ttlWrap .ttl {
    display: block;
    writing-mode: initial;
    text-align: center;
    font-size: 2.8rem;
  }
}
#magazine .ttlWrap .en {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--sub-color2);
  width: 126px;
  height: 126px;
  margin: 15px auto;
  padding-bottom: 8px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  #magazine .ttlWrap .en {
    display: block;
    height: auto;
    writing-mode: initial;
    text-align: center;
    font-size: 1.6rem;
    transform: rotate(0deg);
  }
}
#magazine .ttlWrap .more {
  position: relative;
  width: 126px;
  height: 100%;
  padding-top: 15px;
}
#magazine .ttlWrap .more:before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 15px);
  left: 63px;
  bottom: 0;
  background: var(--sub-color2);
}
#magazine .magazinelist {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  overflow: inherit;
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  #magazine .magazinelist {
    gap: 30px 15px;
  }
}
#magazine .magazinelist .item {
  width: initial;
  border: none;
  margin: 0;
  padding: 0;
}
#magazine .magazinelist .item:nth-child(1),
#magazine .magazinelist .item:nth-child(3) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  #magazine .magazinelist .item:nth-child(1),
  #magazine .magazinelist .item:nth-child(3) {
    margin-top: 0;
  }
}
#magazine .magazinelist .item .txt {
  margin-bottom: 20px;
}
#magazine .magazinelist .item .txt .copy {
  text-align: center;
  margin-bottom: 20px;
}
#magazine .magazinelist .item .txt .copy > span {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 8px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #magazine .magazinelist .item .txt .copy > span {
    font-size: 1.2rem;
  }
  #magazine .magazinelist .item .txt .copy > span span {
    display: block;
  }
}
#magazine .magazinelist .item .txt .copy > span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--sub-color2);
}
#magazine .magazinelist .item .txt a {
  color: #000;
}
#magazine .magazinelist .item .txt .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  #magazine .magazinelist .item .txt .ttl {
    font-size: 1.8rem;
  }
}
#magazine .magazinelist .item .txt .ttl a {
  text-decoration: none;
}
#magazine .magazinelist .item .image {
  position: relative;
  width: 100%;
  text-align: center;
}
#magazine .magazinelist .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 310px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #magazine .magazinelist .item .image .img {
    width: 140px;
    height: 140px;
  }
}
#magazine .magazinelist .item .image .img a {
  display: block;
  width: 100%;
  height: 100%;
}
#magazine .magazinelist .item .image .img img {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 4px 4px 2px rgba(147, 147, 147, 0.15);
}
#magazine .magazinelist .item .note {
  margin: -40px 0 -20px 0;
  padding: 80px 60px 60px 60px;
  border-radius: 55px;
  background: #FFFAF0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #magazine .magazinelist .item .note {
    margin: -100px 0 -20px 0;
    padding: 0;
    height: 140px;
    margin-bottom: 30px;
    border-radius: 30px;
  }
  #magazine .magazinelist .item .note p {
    display: none;
  }
}
#magazine .magazinelist .item .btn {
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #magazine .magazinelist .item .btn {
    width: 140px;
  }
}
#magazine .magazinelist .item .btn a {
  position: relative;
  display: block;
  width: 200px;
  padding: 13px 10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 22px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 768px) {
  #magazine .magazinelist .item .btn a {
    width: 140px;
    font-size: 1.2rem;
    padding: 10px 10px;
  }
}
#magazine .magazinelist .item .btn a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: 20px;
  background: url(/images/org/ico_arrow-o01.svg) no-repeat left center;
  background-size: 6px 10px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #magazine .magazinelist .item .btn a:after {
    right: 10px;
  }
}
@media (min-width: 769px) {
  #magazine .magazinelist .item .btn a:hover:after {
    right: 15px;
    transition: all 0.3s ease;
  }
}
#recommend {
  max-width: inherit;
  background: #F4F4F4;
  padding: 0 15px 60px;
}
#recommend .inner {
  position: relative;
  max-width: var(--sitewidth);
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 768px) {
  #recommend .inner {
    padding-top: 60px;
  }
}
#recommend .inner .ic {
  position: absolute;
  width: 542px;
  height: 147px;
  background: url(/images/org/ttl_recommend.svg) no-repeat left top;
  background-size: contain;
  transform: rotate(-5deg);
  top: 0;
}
@media (max-width: 768px) {
  #recommend .inner .ic {
    width: 253px;
    height: 68px;
    left: -20px;
    top: -10px;
  }
}
#recommend .inner .ttlWrap {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #recommend .inner .ttlWrap {
    margin-bottom: 25px;
  }
}
#recommend .inner .ttlWrap .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #recommend .inner .ttlWrap .ttl {
    font-size: 2rem;
  }
}
#recommend .inner .ttlWrap .en {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--sub-color1);
}
@media (max-width: 768px) {
  #recommend .inner .ttlWrap .en {
    font-size: 1rem;
  }
}
#recommend .inner .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  margin: 0 60px;
}
@media (max-width: 768px) {
  #recommend .inner .wrap {
    grid-template-columns: 1fr;
    margin: 0 20px;
    gap: 25px;
  }
}
#recommend .inner .wrap .item {
  padding: 20px 20px 25px 20px;
  background: #fff;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.09);
}
@media (max-width: 768px) {
  #recommend .inner .wrap .item {
    padding: 15px;
  }
}
#recommend .inner .wrap .item .ph {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #recommend .inner .wrap .item .ph {
    margin-bottom: 15px;
  }
}
#recommend .inner .wrap .item .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #recommend .inner .wrap .item .title {
    font-size: 1.6rem;
  }
}
#recommend .inner .wrap .item .txt {
  font-size: 1.6rem;
  color: #434343;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #recommend .inner .wrap .item .txt {
    font-size: 1.2rem;
  }
}
#eyecatch {
  overflow: hidden;
  position: relative;
}
#eyecatch.static {
  margin-right: auto;
  margin-left: auto;
}
#pickup .items {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 30px;
}
#pickup .items:hover .prevscroll,
#pickup .items:hover .nextscroll {
  opacity: 100;
}
#pickup .items .prevscroll,
#pickup .items .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) {
  #pickup .items .prevscroll,
  #pickup .items .nextscroll {
    display: none;
  }
}
#pickup .items .prevscroll:after,
#pickup .items .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;
}
#pickup .items .prevscroll {
  left: 10px;
}
#pickup .items .prevscroll:after {
  left: 5px;
  transform: rotate(-135deg);
}
#pickup .items .nextscroll {
  right: 10px;
}
#pickup .items .nextscroll:after {
  right: 5px;
  transform: rotate(45deg);
}
#pickup .items .simplebar-track:after {
  z-index: 1;
  position: absolute;
  display: block;
  top: 2px;
  content: '';
  height: 4px;
  background-color: #ccc;
  left: 0;
  right: 0;
  margin: auto;
}
#pickup .items .simplebar-track .simplebar-scrollbar {
  z-index: 2;
  height: 4px;
}
#pickup .items .simplebar-track .simplebar-scrollbar:before {
  background-color: #000;
}
#pickup .items .simplebar-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#pickup .item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 550px;
  margin-right: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #pickup .item {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#pickup .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 30px 24px;
  background-color: #EAE9E9;
  text-align: center;
}
#pickup .item .image img {
  max-width: 140px;
  box-shadow: 0px 3px 15px #00000065;
}
@media (max-width: 768px) {
  #pickup .item .image {
    width: 100%;
    box-sizing: border-box;
  }
  #pickup .item .image img {
    max-width: 110px;
  }
}
#pickup .item .content {
  width: 290px;
  padding: 40px 20px 20px;
  color: #333;
}
@media (max-width: 768px) {
  #pickup .item .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
}
#pickup .item .content a {
  color: #333;
}
#pickup .item .content .ttl {
  width: 100%;
  font-size: 1.9rem;
  font-weight: bold;
}
#pickup .item .content .author {
  width: 100%;
  margin-top: 10px;
  font-size: 1.4rem;
}
#pickup .item .content .author span:nth-of-type(n+2):before {
  content: "／ ";
}
#pickup .item .content .price {
  margin-top: 23px;
  padding-left: 5px;
  border-left: 5px solid #F9BB44;
  line-height: 20px;
  font-size: 1.3rem;
}
#pickup .item .content .price b {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #pickup .item .content .cartcode {
    max-width: 160px !important;
  }
}
#pickup .item .content .outline {
  width: 100%;
  margin-top: 18px;
}
#pickup .item .iconwrap {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.3rem;
}
#pickup .item .iconwrap span {
  display: inline-block;
  width: 50px;
  height: 22px;
  line-height: 22px;
  background-color: #E34C09;
  text-align: center;
  color: #fff;
  margin-left: 5px;
}
.newbook .booklist2 {
  margin: 0 auto;
}
#side_column .linklist {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #side_column .linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 25px;
    padding-left: 15px;
  }
}
#side_column .linklist li {
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  #side_column .linklist li {
    width: calc(50vw - 18px);
    padding-right: 5px;
  }
}
#side_column .linklist li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid #D4D0CD;
  border-radius: 4px;
  color: #423B34;
  font-size: 1.5rem;
  font-weight: bold;
}
#side_column .linklist li a:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #999;
}
@media (max-width: 768px) {
  #side_column #twitter {
    margin-right: 15px;
    margin-left: 15px;
  }
}
#side_column #twitter .ttl a {
  display: block;
  padding: 8px 10px;
  background-color: #5C5249;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
#side_column #twitter iframe {
  box-sizing: border-box;
  border-right: 1px solid #F6F6F6 !important;
  border-bottom: 1px solid #F6F6F6 !important;
  border-left: 1px solid #F6F6F6 !important;
}
#main_column {
  padding: 0;
  border-bottom: none;
}
