@charset "UTF-8";
/* 共通 */
@media screen and (max-width: 820px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .sp {
    display: none !important;
  }
}

body {
  font: 500 16px/1.6875 vdl-v7mincho, sans-serif;
  color: #02170b;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 820px) {
  body {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1025px) {
  a,
  .menu-hide,
  input [type=submit] {
    transition: 0.2s;
  }
  a:hover,
  .menu-hide:hover,
  input [type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 821px) {
  #topics .lists a .text .title,
  #schedule a .text .title,
  #related a .text .title,
  #series .lists a .text .title,
  #genre a .text .title,
  #writer a .text .title,
  #header .nav > li > a,
  #header .list li a,
  #footer .list li a,
  #news .list dd a,
  #result .lists li .text .title a,
  #result .lists li .text .writer a,
  #list .archive-list li a,
  .section-title a,
  #book .writer a {
    transition: background 0.2s;
  }
  #topics .lists a .text .title:hover,
  #schedule a .text .title:hover,
  #related a .text .title:hover,
  #series .lists a .text .title:hover,
  #genre a .text .title:hover,
  #writer a .text .title:hover,
  #header .nav > li > a:hover,
  #header .list li a:hover,
  #footer .list li a:hover,
  #news .list dd a:hover,
  #result .lists li .text .title a:hover,
  #result .lists li .text .writer a:hover,
  #list .archive-list li a:hover,
  .section-title a:hover,
  #book .writer a:hover {
    background-size: 100% 1px;
    opacity: 1;
  }
  #topics .lists a:hover .text .title,
  #schedule a:hover .text .title,
  #related a:hover .text .title,
  #series .lists a:hover .text .title,
  #genre a:hover .text .title,
  #writer a:hover .text .title {
    background-size: 100% 1px;
    opacity: 1;
  }
  #topics .lists a .text .title,
  #schedule a .text .title,
  #related a .text .title,
  #series .lists a .text .title,
  #genre a .text .title,
  #writer a .text .title,
  #header .nav > li > a,
  #header .list li a,
  #news .list dd a,
  #result .lists li .text .title a,
  #result .lists li .text .writer a,
  #list .archive-list li a,
  .section-title a,
  #book .writer a {
    background: linear-gradient(#02170b, #02170b) 0 100%/0 1px no-repeat;
  }
  #footer .list li a {
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  }
}
.wrapper {
  margin: 0 auto;
  max-width: 1246px;
}
@media screen and (max-width: 1366px) {
  .wrapper {
    margin: 0 3.75rem;
  }
}
@media screen and (max-width: 820px) {
  .wrapper {
    margin: 0 6.4%;
  }
}

.container {
  margin-bottom: 7rem;
}
@media screen and (max-width: 820px) {
  .container {
    margin-bottom: 16%;
  }
}

.title-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0.875rem auto;
}
.title-box .index {
  background: #eeedec;
  color: #02170b;
  border-radius: 15px;
  display: block;
  padding: 1px 1.75rem 2px 1.75rem;
}
@media screen and (max-width: 820px) {
  .title-box .index {
    font-size: 0.625rem;
    padding: 2px 0 3px;
    text-align: center;
    transform: scale(0.8);
    transform-origin: 100% 0;
    width: 62px;
  }
}

.section-title {
  font-size: 1.25rem;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .section-title {
    font-size: 0.75rem;
  }
}
.section-title .en {
  display: inline-block;
  font-size: 1.875rem;
  font-family: "warnock-pro", serif;
  font-weight: 400;
  margin: 0 1.25rem;
}
@media screen and (max-width: 820px) {
  .section-title .en {
    font-size: 1.125rem;
    margin: 0 0.625rem 0 0;
  }
}

.scroll-wrapper,
.slider-wrapper {
  margin: 1.5rem auto 0;
}

.scroll-wrapper {
  max-width: 1246px;
}
@media screen and (max-width: 1366px) {
  .scroll-wrapper {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 820px) {
  .scroll-wrapper {
    margin-left: 6.4%;
    margin-right: 0;
  }
  .scroll-wrapper .lists {
    overflow: auto;
    scroll-snap-type: x;
  }
  .scroll-wrapper .lists li {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}

.slider-wrapper {
  max-width: 1275px;
}
@media screen and (max-width: 1366px) {
  .slider-wrapper {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
}
@media screen and (max-width: 820px) {
  .slider-wrapper {
    margin-left: calc(6.4% - 0.5rem);
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .slider-wrapper .books-slider .slick-list {
    padding: 0 35% 0 0 !important;
  }
}
.slider-wrapper .books-slider .slick-dots {
  top: -80px;
  right: 6px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.slider-wrapper .books-slider .slick-dots li {
  margin: 0 3px;
}
.slider-wrapper .books-slider a {
  margin: 0 15px;
}
@media screen and (max-width: 820px) {
  .slider-wrapper .books-slider a {
    margin: 0 0.5rem;
  }
}
.slider-wrapper .genre-slider .slick-dots {
  top: -80px;
  right: 6px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.slider-wrapper .genre-slider .slick-dots li {
  margin: 0 3px;
}
@media screen and (max-width: 820px) {
  .slider-wrapper .genre-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .slider-wrapper .genre-slider .each {
    width: 33.33%;
  }
}
.slider-wrapper .genre-slider a {
  margin: 0 12px;
}
@media screen and (max-width: 820px) {
  .slider-wrapper .genre-slider a {
    margin: 0 4px 1.25rem;
  }
}

.slick-dots li button:before {
  opacity: 0.4;
}
@media screen and (max-width: 820px) {
  .slick-dots li button:before {
    transform: scale(0.6);
  }
}

#topics a,
#schedule a,
#related a,
#series a {
  color: #02170b;
  display: block;
}
#topics a .text,
#schedule a .text,
#related a .text,
#series a .text {
  margin: 1.25rem 0 0 1.25rem;
}
@media screen and (max-width: 820px) {
  #topics a .text,
  #schedule a .text,
  #related a .text,
  #series a .text {
    margin: 0.75rem 0 0 0;
  }
}
#topics a .text .date,
#schedule a .text .date,
#related a .text .date,
#series a .text .date {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 820px) {
  #topics a .text .date,
  #schedule a .text .date,
  #related a .text .date,
  #series a .text .date {
    font-size: 0.75rem;
    margin: 0.5rem 0 0;
  }
  #topics a .text .date + .title,
  #schedule a .text .date + .title,
  #related a .text .date + .title,
  #series a .text .date + .title {
    margin-top: 0.5rem;
  }
}
#topics a .text .title,
#schedule a .text .title,
#related a .text .title,
#series a .text .title {
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline;
}
@media screen and (max-width: 820px) {
  #topics a .text .title,
  #schedule a .text .title,
  #related a .text .title,
  #series a .text .title {
    font-size: 0.875rem;
  }
}
#topics a .text .title .subtitle,
#schedule a .text .title .subtitle,
#related a .text .title .subtitle,
#series a .text .title .subtitle {
  display: block;
}
#topics a .text .excerpt,
#schedule a .text .excerpt,
#related a .text .excerpt,
#series a .text .excerpt {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  #topics a .text .excerpt,
  #schedule a .text .excerpt,
  #related a .text .excerpt,
  #series a .text .excerpt {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}
#topics a .text .more,
#schedule a .text .more,
#related a .text .more,
#series a .text .more {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 820px) {
  #topics a .text .more,
  #schedule a .text .more,
  #related a .text .more,
  #series a .text .more {
    font-size: 0.75rem;
    margin-top: 0.75rem;
    padding-left: 24px;
  }
}
#topics a .text .more::before,
#schedule a .text .more::before,
#related a .text .more::before,
#series a .text .more::before {
  background-image: url(../img/more.svg);
  background-size: cover;
  content: "";
  height: 13px;
  width: 18px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 820px) {
  #topics a .text .more::before,
  #schedule a .text .more::before,
  #related a .text .more::before,
  #series a .text .more::before {
    height: 8px;
    width: 12px;
  }
}

#genre .slider-wrapper,
#writer .slider-wrapper {
  max-width: 1270px;
}
@media screen and (max-width: 1366px) {
  #genre .slider-wrapper,
  #writer .slider-wrapper {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 820px) {
  #genre .slider-wrapper,
  #writer .slider-wrapper {
    margin-left: calc(6.4% - 4px);
    margin-right: calc(6.4% - 4px);
  }
}
#genre a,
#writer a {
  color: #02170b;
  display: block;
}
#genre a img,
#writer a img {
  height: auto;
  max-height: 100%;
}
#genre a .text,
#writer a .text {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #genre a .text,
  #writer a .text {
    margin: 0.25rem 0 0.75rem;
  }
}
#genre a .text .title,
#writer a .text .title {
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline;
}
@media screen and (max-width: 820px) {
  #genre a .text .title,
  #writer a .text .title {
    font-size: 0.875rem;
  }
}

#schedule .slider-wrapper .books-slider .slick-dots {
  top: -70px;
  right: 120px;
}

.search {
  position: relative;
}
.search input[type=search] {
  border-radius: 15px;
  outline: none;
  padding: 1px 1rem 2px 2.25rem;
}
.search input[type=submit] {
  background-image: url(../img/search.svg);
  background-size: cover;
  bottom: 0;
  cursor: pointer;
  height: 15px;
  left: 1rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
}

.detail {
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .detail {
    margin-top: 0.875rem;
  }
}
.detail p {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 820px) {
  .detail p {
    margin-bottom: 0.5rem;
  }
}
.detail .status {
  background: #eeedec;
  border-radius: 15px;
  display: inline-block;
  line-height: 1.6875;
  margin-top: 0.75rem;
  padding: 1px 1.75rem 2px 1.75rem;
}
.detail .status.out {
  background: #02170b;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .detail .status {
    font-size: 0.625rem;
    margin-top: 0.25rem;
    padding: 2px 0 3px;
    text-align: center;
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 62px;
  }
}

.cover-pic {
  background-color: #eeeced;
  height: 0;
  position: relative;
  padding-top: 125%;
}
.cover-pic img {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 80%;
  max-width: 80%;
}

p.cmn-btn {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  margin: 3.75rem auto;
}
@media screen and (max-width: 820px) {
  p.cmn-btn {
    font-size: 0.75rem;
    margin: 2rem auto 3rem;
  }
}
p.cmn-btn a {
  background: #eeedec;
  border-radius: 15px;
  color: #02170b;
  display: block;
  padding: 1px 1.25rem 2px 1.25rem;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  p.cmn-btn a {
    padding: 4px 3rem 6px;
  }
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* header */
#header .title .logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#header .title .logo img {
  height: 30px;
  width: 188px;
}

@media screen and (min-width: 821px) {
  #header {
    margin-top: 4.6875rem;
  }
  #header .pc.header {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    padding: 0 1.25rem;
  }
  #header .pc.header .nav {
    display: flex;
  }
  #header .pc.header .nav > li {
    padding: 0 2rem 1.5rem;
    position: relative;
  }
  #header .pc.header .nav > li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
  #header .pc.header .nav > li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 821px) {
  #header .pc.header .nav > li:hover .child {
    opacity: 1;
    visibility: visible;
  }
  #header .pc.header .nav > li a {
    color: #02170b;
  }
  #header .pc.header .nav > li .child {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
    visibility: hidden;
    width: 200px;
    z-index: 100;
  }
  #header .pc.header .nav > li .child li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  #header .pc.header .nav > li .child li a {
    background-color: rgba(42, 43, 43, 0.9);
    color: #fff;
    display: block;
    text-align: center;
    padding: 0.5rem 0.25rem;
    width: 200px;
  }
  #header .slideup {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    position: relative;
  }
  #header .slideup .menu-hide {
    cursor: pointer;
    bottom: 6px;
    position: absolute;
    left: 1.25rem;
  }
  #header .slideup .menu-hide img {
    height: 15px;
    width: 15px;
  }
  #header .slideup .search {
    margin-left: 3.3125rem;
  }
  #header .slideup .search input[type=search] {
    background-color: #eeedec;
    width: 240px;
  }
  #header .slideup .list {
    align-items: center;
    display: flex;
  }
  #header .slideup .list li {
    line-height: 1.425;
    padding: 0 1.5rem;
  }
  #header .slideup .list li:not(:first-child) {
    border-left: 1px solid #b5b5b6;
  }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
  #header .slideup .list li {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 821px) {
  #header .slideup .list li a {
    color: #02170b;
  }
}
@media screen and (max-width: 820px) {
  #header {
    margin-top: 4.125rem;
  }
  #header .wrapper {
    position: relative;
  }
  #header .wrapper .sp.header {
    display: flex;
    justify-content: space-between;
  }
  #header .wrapper .sp.header .btn .open {
    background-image: url(../img/open.png);
    background-size: contain;
    height: 29px;
    width: 17px;
  }
  #header .wrapper .menu-wrapper {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  #header .wrapper .menu-wrapper .menu-inner {
    background-color: rgba(42, 43, 43, 0.95);
    color: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  #header .wrapper .menu-wrapper .menu-inner a {
    color: #fff;
  }
  #header .wrapper .menu-wrapper .menu-inner .menu-upper {
    display: flex;
    justify-content: space-between;
    margin: 4.125rem 6.4% 0;
  }
  #header .wrapper .menu-wrapper .menu-inner .menu-upper .btn .close {
    background-image: url(../img/close.png);
    background-size: contain;
    height: 32px;
    width: 32px;
  }
  #header .wrapper .menu-wrapper .menu-inner .search {
    margin: 1.5rem auto 2.25rem;
    width: 80%;
  }
  #header .wrapper .menu-wrapper .menu-inner .search input[type=search] {
    background-color: #fff;
    color: #02170b;
    font-size: 1rem;
    width: 100%;
  }
  #header .wrapper .menu-wrapper .menu-inner .nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
  }
  #header .wrapper .menu-wrapper .menu-inner .nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.25rem 8.6%;
    position: relative;
  }
  #header .wrapper .menu-wrapper .menu-inner .nav > li:after {
    content: "";
    background-image: url(../img/arrow.svg);
    background-size: contain;
    bottom: 0;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 7%;
    top: 0;
    width: 7px;
  }
  #header .wrapper .menu-wrapper .menu-inner .nav > li.parent:after {
    transform: rotate(90deg);
  }
  #header .wrapper .menu-wrapper .menu-inner .nav > li.close:after {
    bottom: inherit;
    transform: rotate(-90deg);
    top: 24px;
  }
  #header .wrapper .menu-wrapper .menu-inner .nav > li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #header .wrapper .menu-wrapper .menu-inner .nav > li .child {
    display: none;
  }
  #header .wrapper .menu-wrapper .menu-inner .nav > li .child li a {
    padding: 0 0 0 6%;
    margin-top: 0.75rem;
  }
  #header .wrapper .menu-wrapper .menu-inner .menu-bottom {
    padding: 14.6% 4.6% 9%;
  }
}
/* header・footer共通 */
@media screen and (max-width: 820px) {
  .menu-bottom > .list {
    margin-left: 0.5rem;
    margin-bottom: 8%;
  }
  .menu-bottom > .list li {
    margin-bottom: 0.25rem;
  }
}
.menu-bottom .sub {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 821px) {
  .menu-bottom .sub {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 820px) {
  .menu-bottom .sub {
    flex-direction: column;
  }
}
.menu-bottom .sub .list {
  display: flex;
}
@media screen and (max-width: 820px) {
  .menu-bottom .sub .list {
    margin-left: 0.5rem;
    margin-bottom: 17.6%;
  }
}
.menu-bottom .sub .list li {
  font-size: 1.25rem;
  margin-left: 3.75rem;
}
@media screen and (max-width: 820px) {
  .menu-bottom .sub .list li {
    font-size: 0.875rem;
    margin-left: 0;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 820px) {
  .menu-bottom .sub .copyright {
    font-size: 0.75rem;
  }
}

/* Slider */
#slider {
  margin: 1.5rem 0 6rem;
}
@media screen and (max-width: 820px) {
  #slider {
    margin-bottom: 16%;
  }
}
#slider .top-slider {
  display: none;
}
#slider .top-slider.slick-initialized {
  display: block;
}
#slider .top-slider .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 820px) {
  #slider .top-slider .slick-dots {
    bottom: -30px;
    right: -7px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #slider .top-slider .slick-dots li {
    margin: 0;
  }
}
#slider .top-slider img {
  height: auto;
  width: 100%;
}

/* News */
@media screen and (min-width: 821px) {
  #news .container,
  #news .lists {
    border-bottom: 1px solid #ddd;
  }
  #news .container .list,
  #news .lists .list {
    border-top: 1px solid #ddd;
  }
  #news .lists {
    margin-bottom: 6rem;
  }
}
#news .list {
  display: flex;
  padding: 0.75rem 1.25rem;
  width: 100%;
}
#news .list dt {
  width: 180px;
}
#news .list dd {
  width: calc(100% - 180px);
}
#news .list dd a {
  color: #02170b;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 820px) {
  #news .container,
  #news .lists {
    position: relative;
  }
  #news .col {
    display: flex;
    overflow: auto;
    scroll-snap-type: x;
  }
  #news .col .list {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  #news .col .list:not(:first-child) {
    margin-left: 5rem;
  }
  #news .list {
    flex-direction: column;
    padding: 0;
  }
  #news .list dt {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    width: calc(100% - 85px);
  }
  #news .list dd {
    width: 100%;
  }
  #news .list dd a {
    display: block;
    height: 3.75rem;
    overflow: hidden;
    line-height: 1.4;
    padding-right: 85px;
    position: relative;
  }
  #news .list dd a:after {
    background-image: url(../img/circle-arrow.svg);
    background-size: cover;
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
  }
  #news .next.sp {
    bottom: 3px;
    position: absolute;
    right: 0;
  }
  #news .next.sp p {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

/* Topics */
.pic {
  background-color: #eeeced;
  height: 0;
  position: relative;
  padding-top: 100%;
}
.pic img {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 80%;
  max-width: 80%;
  height: auto;
  width: auto;
}

#topics .lists {
  display: flex;
}
#topics .lists li {
  max-width: 395px;
  width: 100%;
}
#topics .scroll-wrapper .lists li:not(:first-child) {
  margin-left: 1.875rem;
}
@media screen and (max-width: 820px) {
  #topics .scroll-wrapper .lists li {
    width: 68%;
  }
  #topics .scroll-wrapper .lists li:not(:first-child) {
    margin-left: 0.75rem;
  }
  #topics .scroll-wrapper .lists li:last-child {
    margin-right: 0.75rem;
  }
}

/* Magazine */
#magazine .wrapper {
  border-top: 1px solid #898989;
  padding-top: 4rem;
}
@media screen and (max-width: 820px) {
  #magazine .wrapper {
    border-color: #ddd;
    padding: 10% 0 7%;
  }
}
#magazine .wrapper .title-box {
  margin-bottom: 1.5rem;
}
#magazine .col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 820px) {
  #magazine .col {
    justify-content: space-between;
    margin: 0 3.2%;
  }
}
#magazine .col li {
  margin: 0 2.5% 4%;
  width: 19%;
}
@media screen and (max-width: 820px) {
  #magazine .col li {
    margin: 0 0 10%;
    width: 46%;
  }
}
#magazine .col li .logo {
  height: 6rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  #magazine .col li .logo {
    height: 4rem;
  }
}
#magazine .col li .logo img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
}
#magazine .col li .catch {
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  #magazine .col li .catch {
    font-size: 0.625rem;
    line-height: 1.8;
    margin: 0.5rem 0;
  }
}
#magazine .col li a {
  border-radius: 21px;
  color: #02170b;
  display: block;
  height: 42px;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #magazine .col li a {
    font-size: 0.75rem;
    height: 30px;
    line-height: 28px;
  }
}
#magazine .col li a.official {
  border: 1px solid #eeedec;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 480px) {
  #magazine .col li a.official {
    margin-bottom: 0.5rem;
  }
}
#magazine .col li a.fujisan {
  background-color: #eeedec;
}

/* 関連リンク */
#link .wrapper {
  border-bottom: 1px solid #898989;
  border-top: 1px solid #898989;
  padding-top: 4vw;
}
@media screen and (max-width: 820px) {
  #link .wrapper {
    border-color: #ddd;
    border-bottom: none;
    padding-top: 12%;
  }
}
#link .col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  #link .col {
    justify-content: space-between;
  }
}
#link .col li {
  margin: 0 2.5% 4vw;
  max-width: 300px;
  width: 28%;
}
@media screen and (max-width: 820px) {
  #link .col li {
    margin: 4% 0;
  }
}
#link .col li .logo {
  display: block;
}
#link .col li .logo img {
  height: auto;
  width: 100%;
}

/* footer */
#footer {
  padding: 7.5rem 0 3.75rem;
}
@media screen and (max-width: 820px) {
  #footer {
    background-color: #2a2c2b;
    margin-top: 26%;
    padding: 14.6% 0 13%;
  }
}
#footer .wrapper {
  background-color: #2a2c2b;
  color: #fff;
  padding: 2.25rem 3.125rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  #footer .wrapper {
    padding: 0;
  }
}
#footer .wrapper a {
  color: #fff;
}
#footer .wrapper .title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  #footer .wrapper .title {
    margin-bottom: 12.5%;
  }
}
#footer .wrapper .title .logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .wrapper .title .logo img {
  height: 36px;
  width: 225px;
}
@media screen and (max-width: 820px) {
  #footer .wrapper .title .logo img {
    height: 30px;
    width: 188px;
  }
}
#footer .wrapper .list-title {
  font-size: 1.25rem;
  font-weight: normal;
}
#footer .wrapper .list-title + .list {
  margin-bottom: 3rem;
}
#footer .wrapper .totop {
  position: absolute;
  right: 3.125rem;
  top: 2.25rem;
}
#footer .wrapper .totop a {
  display: block;
}
#footer .wrapper .totop a img {
  height: 15px;
  width: 76px;
}

/* トップ下位・固定ページなど */
.page .text-link {
  color: #02170b;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .page .text {
    margin-top: 1rem;
  }
}
.page .text p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .page .text p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.page .text p.cmn-btn {
  font-size: 1rem;
  margin: 0.75rem 0;
}
@media screen and (max-width: 820px) {
  .page .text p.cmn-btn {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 820px) {
  .page .text > p + .list {
    border-top: 1px solid #ddd;
  }
}
.page .text .list {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
}
@media screen and (max-width: 820px) {
  .page .text .list {
    flex-direction: column;
    padding: 1rem 0;
  }
}
.page .text .list:not(:first-of-type) {
  border-top: 2px solid #ddd;
}
@media screen and (max-width: 820px) {
  .page .text .list:not(:first-of-type) {
    border-top-width: 1px;
  }
}
.page .text .list dt {
  width: 25%;
  padding-right: 6%;
}
@media screen and (max-width: 820px) {
  .page .text .list dt {
    font-size: 0.75rem;
    padding-right: 0;
    width: 100%;
  }
}
.page .text .list dd {
  width: 75%;
}
@media screen and (max-width: 820px) {
  .page .text .list dd {
    width: 100%;
  }
}
.page .text .list dd .cmn-btn {
  justify-content: flex-start;
  margin-bottom: 1.25rem;
}
.page .col2 {
  display: flex;
}
@media screen and (max-width: 820px) {
  .page .col2 {
    flex-direction: column;
  }
}
.page .col2 .section-title {
  width: 34%;
}
@media screen and (max-width: 820px) {
  .page .col2 .section-title {
    width: 100%;
  }
}
.page .col2 .section-title .en {
  line-height: 1;
}
.page .col2 .text {
  width: 66%;
}
@media screen and (max-width: 820px) {
  .page .col2 .text {
    width: 100%;
  }
}
.page .wrapper + .wrapper {
  margin-top: -4rem;
}
@media screen and (max-width: 820px) {
  .page .wrapper + .wrapper {
    margin-top: 0;
  }
}
.page .bookstore a {
  color: #02170b;
  text-decoration: underline;
}
.page .bookstore .orderform-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.page .bookstore .orderform-list li {
  margin-bottom: 1rem;
  padding: 0 1rem;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .page .bookstore .orderform-list li {
    width: 50%;
  }
}
.page .bookstore .bnr-btn {
  margin-block: 1rem 3.75rem;
}
.page .bookstore .bnr-btn a {
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.page .bookstore .orderform-single {
  margin-bottom: 3rem;
}
.page .bookstore .orderform-single li {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.page-title {
  border-bottom: 2px solid #ddd;
  margin-bottom: 4.125rem;
  padding: 6rem 1.25rem 2.875rem 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .page-title {
    border-bottom-width: 1px;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
  }
}

.page-image {
  margin: 2.5rem 0 4.125rem;
}
@media screen and (max-width: 820px) {
  .page-image {
    margin: 1.5rem 0;
  }
}
.page-image img {
  height: auto;
  width: 100%;
}

.greeting .container {
  border-bottom: 2px solid #ddd;
  padding-bottom: 7rem;
}
@media screen and (max-width: 820px) {
  .greeting .container {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.greeting .col2 p.name {
  margin-bottom: 0;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .greeting .col2 p.name {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 820px) {
  .companies .container {
    margin-bottom: calc(16% - 1.5rem);
  }
}
.companies .section-title {
  margin-bottom: 1.5rem;
}
.companies .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.companies .lists li {
  margin-bottom: 3rem;
  margin-right: 30px;
  max-width: 395px;
  width: 100%;
}
.companies .lists li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1366px) {
  .companies .lists li {
    margin-right: 1.875rem;
    width: calc(33.33% - 1.875rem);
  }
  .companies .lists li:nth-child(3n) {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 820px) {
  .companies .lists li {
    margin-right: 4%;
    margin-bottom: 1.5rem;
    width: 46%;
  }
  .companies .lists li:nth-child(3n) {
    margin-right: 4%;
  }
}
.companies .lists li img {
  height: auto;
  width: 100%;
}
.companies .lists li .description {
  margin: 1.25rem 0 0 1.25rem;
}
@media screen and (max-width: 820px) {
  .companies .lists li .description {
    font-size: 0.75rem;
    margin: 0.5rem 0 0;
  }
}

.onlylist .text {
  margin: 0.5rem 0 2rem;
}
@media screen and (max-width: 820px) {
  .onlylist .text {
    margin: 2rem 0 0;
  }
}
@media screen and (min-width: 821px) {
  .onlylist .text .list:last-of-type {
    border-bottom: 2px solid #ddd;
  }
}
@media screen and (max-width: 820px) {
  .onlylist .text .list:first-child {
    border-top: 1px solid #ddd;
  }
}
@media screen and (min-width: 821px) {
  .onlylist .text .department {
    border-top: 2px solid #ddd;
    margin-top: 7rem;
  }
}

.accordion {
  height: 18rem;
  overflow: hidden;
  position: relative;
}
.accordion:before, .accordion:after {
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.accordion:before {
  content: "";
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  height: 80%;
  width: 100%;
}
.accordion:after {
  content: "さらに読む";
  cursor: pointer;
  bottom: 2rem;
  background: #eeedec;
  border-radius: 15px;
  padding: 1px 1.25rem 2px 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .accordion:after {
    padding: 4px 3rem 6px;
  }
}
.accordion.open {
  height: auto;
  overflow: inherit;
}
.accordion.open:before {
  background: none;
}
.accordion.open:after {
  content: "閉じる";
  bottom: -3rem;
}

.aboutlogo img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .aboutlogo img {
    margin-bottom: 1.5rem;
  }
}

.inquiry .text > p + .list {
  border-top: 2px solid #ddd;
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  .inquiry .text > p + .list {
    border-top-width: 1px;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 821px) {
  .bnr {
    padding-top: 3rem;
  }
}
.bnr .wrapper {
  border-top: 2px solid #ddd;
  padding-top: 4.125rem;
}
@media screen and (max-width: 820px) {
  .bnr .wrapper {
    border-top: none;
    padding-top: 0;
  }
}
.bnr .wrapper .bnr-image a {
  display: block;
}
.bnr .wrapper .bnr-image img {
  height: auto;
  width: 100%;
}

.topics #topics .lists {
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics #topics .lists li {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1366px) {
  .topics #topics .lists li {
    width: calc(33.33% - 1.875rem);
  }
}
@media screen and (max-width: 820px) {
  .topics #topics .lists li {
    margin-bottom: 1.5rem;
    width: 48%;
  }
}

@media screen and (min-width: 821px) {
  .news .page-title {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .news #news .list dd a {
    height: auto;
    padding-bottom: 1rem;
  }
}

.pager {
  margin-top: 3rem;
}
.pager .screen-reader-text {
  display: none;
}
.pager ul.page-numbers {
  display: flex;
  justify-content: center;
}
.pager ul.page-numbers li {
  font-size: 1.5rem;
  margin: 0.75rem;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 820px) {
  .pager ul.page-numbers li {
    font-size: 0.75rem;
    margin: 0.5rem;
    line-height: 20px;
  }
}
.pager ul.page-numbers li a,
.pager ul.page-numbers li .current {
  color: #02170b;
  display: block;
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 820px) {
  .pager ul.page-numbers li a,
  .pager ul.page-numbers li .current {
    height: 24px;
    width: 24px;
  }
}
.pager ul.page-numbers li .current {
  border: 1px solid #b5b5b6;
}
.pager ul.page-numbers li .next,
.pager ul.page-numbers li .prev {
  background-image: url(../img/pager-arrow.svg);
  background-position: center;
}
@media screen and (max-width: 820px) {
  .pager ul.page-numbers li .next,
  .pager ul.page-numbers li .prev {
    background-size: 6px;
  }
}
.pager ul.page-numbers li .prev {
  transform: rotate(180deg);
}

.pager-nav .pager {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .pager-nav .pager {
    width: calc(54% - 366px);
  }
}
.pager-nav .pager ul.page-numbers {
  justify-content: flex-start;
}
.pager-nav .pager ul.page-numbers li {
  font-size: 1rem;
  margin: 0.5rem;
  line-height: 24px;
}
@media screen and (max-width: 820px) {
  .pager-nav .pager ul.page-numbers li {
    font-size: 0.625rem;
    line-height: 16px;
    margin: 0.25rem;
  }
}
.pager-nav .pager ul.page-numbers li a,
.pager-nav .pager ul.page-numbers li .current {
  height: 26px;
  width: 26px;
}
@media screen and (max-width: 820px) {
  .pager-nav .pager ul.page-numbers li a,
  .pager-nav .pager ul.page-numbers li .current {
    height: 18px;
    width: 18px;
  }
}
.pager-nav .pager ul.page-numbers li .next,
.pager-nav .pager ul.page-numbers li .prev {
  background-size: 6px;
}
@media screen and (max-width: 820px) {
  .pager-nav .pager ul.page-numbers li .next,
  .pager-nav .pager ul.page-numbers li .prev {
    background-size: 4px;
  }
}

.result .page-title {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 820px) {
  .result .page-title {
    padding: 3rem 0 0.5rem;
  }
}
@media screen and (min-width: 821px) {
  .result .section-title {
    margin-left: 1.25rem;
    text-align: left;
  }
}
.result .pager-nav {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-left: 1.25rem;
}
@media screen and (max-width: 820px) {
  .result .pager-nav {
    margin: 1rem 0 0;
  }
  .result .pager-nav p {
    font-size: 0.625rem;
  }
}

#result .lists li {
  display: flex;
  margin-bottom: 1.5rem;
}
#result .lists li a {
  color: #02170b;
}
#result .lists li > a {
  display: block;
  width: 320px;
}
@media screen and (max-width: 820px) {
  #result .lists li > a {
    max-width: 320px;
    width: 46%;
  }
}
#result .lists li .text {
  margin-top: 1.125rem;
  padding: 0 5%;
  width: 40%;
}
@media screen and (max-width: 820px) {
  #result .lists li .text {
    line-height: 1.4;
    margin-top: 0;
    padding-right: 0;
    width: 54%;
  }
}
#result .lists li .text .title {
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  #result .lists li .text .title {
    font-size: 0.875rem;
  }
}
#result .lists li .text .title .subtitle {
  display: block;
}
#result .lists li .text .writer {
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  #result .lists li .text .writer {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}
#result .lists li .text .writer span {
  display: inline-block;
  margin-left: 1em;
}
#result .lists li .text .description {
  margin-top: 1.125rem;
}
@media screen and (max-width: 820px) {
  #result .lists li .text .description {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 821px) {
  #result .lists li .detail {
    border-left: 2px solid #ddd;
    margin: 1.5rem 0 0 6%;
    padding-left: 2.875rem;
  }
}
@media screen and (max-width: 820px) {
  #result .lists li .detail {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 821px) {
  .book-col {
    display: flex;
    margin-top: 6.25rem;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 820px) {
  .book-col {
    margin-top: 1.5rem;
  }
}
.book-col .cover {
  flex-shrink: 0;
  width: 560px;
}
@media screen and (max-width: 1366px) {
  .book-col .cover {
    width: 45%;
  }
}
@media screen and (max-width: 820px) {
  .book-col .cover {
    width: 100%;
  }
}
.book-col .text {
  margin-left: 4rem;
  width: calc(100% - 560px);
}
@media screen and (max-width: 1366px) {
  .book-col .text {
    margin-left: 5%;
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .book-col .text {
    margin-left: 0;
    width: 100%;
  }
}
.book-col .text img {
  height: auto;
  max-width: 100%;
}
.book-col .text .title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 1.875rem;
}
@media screen and (max-width: 820px) {
  .book-col .text .title {
    font-size: 1.25rem;
  }
}
.book-col .text .title .subtitle {
  display: block;
}
.book-col .text .writer {
  font-size: 1.5625rem;
  margin-top: 0.125rem;
}
@media screen and (max-width: 820px) {
  .book-col .text .writer {
    font-size: 0.875rem;
  }
}
.book-col .text .writer a {
  color: #02170b;
}
.book-col .text .writer span {
  display: inline-block;
  margin-left: 1em;
}
.book-col .text .detail {
  margin: 1.5rem 0 3rem;
}
@media screen and (max-width: 820px) {
  .book-col .text .detail {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.book-col .text .description {
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  .book-col .text .description {
    font-size: 0.875rem;
  }
}
.book-col .text .description + .description {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .book-col .text .description + .description {
    margin-top: 1rem;
  }
}
.book-col .text .online,
.book-col .text .ebook {
  margin: 2rem 0;
}
@media screen and (max-width: 820px) {
  .book-col .text .online + .ebook,
  .book-col .text .ebook + .ebook {
    margin-top: -1.5rem;
  }
}
.book-col .text .online .heading,
.book-col .text .ebook .heading {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .book-col .text .online .heading,
  .book-col .text .ebook .heading {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.book-col .text .online .list,
.book-col .text .ebook .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.book-col .text .online .list li,
.book-col .text .ebook .list li {
  margin-bottom: 0.6875rem;
  width: 32.5%;
}
.book-col .text .online .list li a,
.book-col .text .ebook .list li a {
  border: 1px solid #ddd;
  display: block;
  height: 50px;
  position: relative;
}
.book-col .text .online .list li a:after,
.book-col .text .ebook .list li a:after {
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.book-col .text .online .list li a.amazon:after,
.book-col .text .ebook .list li a.amazon:after {
  background-image: url(../img/amazon.gif);
}
.book-col .text .online .list li a.kino:after,
.book-col .text .ebook .list li a.kino:after {
  background-image: url(../img/kino.gif);
}
@media screen and (max-width: 1024px) {
  .book-col .text .online .list li a.kino:after,
  .book-col .text .ebook .list li a.kino:after {
    background-size: 80%;
  }
}
.book-col .text .online .list li a.rakuten:after,
.book-col .text .ebook .list li a.rakuten:after {
  background-image: url(../img/rakuten.gif);
}
@media screen and (max-width: 1024px) {
  .book-col .text .online .list li a.rakuten:after,
  .book-col .text .ebook .list li a.rakuten:after {
    background-size: 80%;
  }
}
.book-col .text .online .list li a.honto:after,
.book-col .text .ebook .list li a.honto:after {
  background-image: url(../img/honto.gif);
}
.book-col .text .online .list li a.seven:after,
.book-col .text .ebook .list li a.seven:after {
  background-image: url(../img/seven.gif);
}
@media screen and (max-width: 480px) {
  .book-col .text .online .list li a.seven:after,
  .book-col .text .ebook .list li a.seven:after {
    background-size: 40%;
  }
}
.book-col .text .online .list li a.ehon:after,
.book-col .text .ebook .list li a.ehon:after {
  background-image: url(../img/ehon.gif);
}
.book-col .text .online .list li a.honya:after,
.book-col .text .ebook .list li a.honya:after {
  background-image: url(../img/honya.gif);
}
@media screen and (max-width: 1024px) {
  .book-col .text .online .list li a.honya:after,
  .book-col .text .ebook .list li a.honya:after {
    background-size: 80%;
  }
}
@media screen and (max-width: 480px) {
  .book-col .text .online .list li a,
  .book-col .text .ebook .list li a {
    height: 40px;
  }
  .book-col .text .online .list li a:after,
  .book-col .text .ebook .list li a:after {
    background-size: 60%;
  }
}

.book-single #related .wrapper:first-child,
.book-single #topics .wrapper:first-child,
.book-single #news .wrapper:first-child,
.article-single #related .wrapper:first-child,
.article-single #topics .wrapper:first-child,
.article-single #news .wrapper:first-child {
  border-top: 2px solid #ddd;
  padding-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .book-single #related .wrapper:first-child,
  .book-single #topics .wrapper:first-child,
  .book-single #news .wrapper:first-child,
  .article-single #related .wrapper:first-child,
  .article-single #topics .wrapper:first-child,
  .article-single #news .wrapper:first-child {
    border-top-width: 1px;
    padding-top: 10%;
  }
}
@media screen and (max-width: 820px) {
  .book-single #topics .wrapper:first-child,
  .book-single #news .wrapper:first-child,
  .article-single #topics .wrapper:first-child,
  .article-single #news .wrapper:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.article-container {
  max-width: 780px;
  margin: 6.25rem auto 0;
}
.article-container img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .article-container {
    margin-top: 1.5rem;
  }
  .article-container img {
    margin-bottom: 0.625rem;
  }
}
.article-container .caption {
  font-size: 0.75rem;
  text-align: center;
  margin: -2rem 0 2.25rem;
}
@media screen and (max-width: 820px) {
  .article-container .caption {
    font-size: 0.625rem;
    margin-top: 0;
  }
}
.article-container .cover-pic img {
  margin-bottom: auto;
}
.article-container a {
  color: #02170b;
  text-decoration: underline;
}
.article-container .title {
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 3.75rem 0 1.5rem;
}
@media screen and (max-width: 820px) {
  .article-container .title {
    font-size: 1.25rem;
    margin: 1.5rem 0 0.5rem;
  }
}
.article-container .date {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 820px) {
  .article-container .date {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
}
.article-container .main-text p,
.article-container .aside p,
.article-container .text p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .article-container .main-text p,
  .article-container .aside p,
  .article-container .text p {
    font-size: 0.875rem;
  }
}
.article-container .main-text p.cmn-btn,
.article-container .aside p.cmn-btn,
.article-container .text p.cmn-btn {
  font-size: 1rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 820px) {
  .article-container .main-text p.cmn-btn,
  .article-container .aside p.cmn-btn,
  .article-container .text p.cmn-btn {
    font-size: 0.75rem;
    margin: 2rem auto 3rem;
  }
}
.article-container .aside {
  border-top: 2px solid #ddd;
  padding-top: 3.75rem;
}
@media screen and (max-width: 820px) {
  .article-container .aside {
    border-top-width: 1px;
    padding-top: 3rem;
  }
  .article-container .aside p {
    font-size: 0.75rem;
  }
}

#related .scroll-wrapper .lists {
  display: flex;
}
#related .scroll-wrapper .lists li {
  max-width: 395px;
  width: 100%;
}
#related .scroll-wrapper .lists li:not(:first-child) {
  margin-left: 1.875rem;
}
@media screen and (max-width: 820px) {
  #related .scroll-wrapper .lists li {
    width: 62.11%;
  }
  #related .scroll-wrapper .lists li:not(:first-child) {
    margin-left: 1rem;
  }
  #related .scroll-wrapper .lists li:last-child {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 821px) {
  #genre .wrapper,
  #writer .wrapper {
    border-top: 2px solid #ddd;
    padding-top: 6.25rem;
  }
}
#schedule .scroll-wrapper .lists,
#series .scroll-wrapper .lists {
  display: flex;
}
#schedule .scroll-wrapper .lists li,
#series .scroll-wrapper .lists li {
  max-width: 395px;
  width: 100%;
}
#schedule .scroll-wrapper .lists li:not(:first-child),
#series .scroll-wrapper .lists li:not(:first-child) {
  margin-left: 1.875rem;
}
@media screen and (max-width: 820px) {
  #schedule .scroll-wrapper .lists li,
  #series .scroll-wrapper .lists li {
    width: 45%;
  }
  #schedule .scroll-wrapper .lists li:not(:first-child),
  #series .scroll-wrapper .lists li:not(:first-child) {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  #schedule .scroll-wrapper .lists li:not(:first-child),
  #series .scroll-wrapper .lists li:not(:first-child) {
    margin-left: 8px;
  }
}
@media screen and (max-width: 820px) {
  #schedule .scroll-wrapper .lists li:last-child,
  #series .scroll-wrapper .lists li:last-child {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  #schedule .scroll-wrapper .lists li:last-child,
  #series .scroll-wrapper .lists li:last-child {
    margin-right: 8px;
  }
}

.writer-single .description {
  margin-top: 1.5rem;
}

#list a {
  color: #02170b;
}
#list .page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#list .page-nav li {
  margin: 0 0.5rem 1rem;
}
#list .page-nav li a {
  background: #eeedec;
  border-radius: 15px;
  display: block;
  padding: 1px 1.75rem 2px 1.75rem;
}
@media screen and (max-width: 820px) {
  #list .page-nav li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#list .archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#list .archive-list li {
  margin-bottom: 1rem;
  padding: 0 1rem;
  width: 25%;
}
@media screen and (max-width: 480px) {
  #list .archive-list li {
    width: 33%;
  }
}

@media screen and (max-width: 820px) {
  .taxonomy #list .archive-list li {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  .taxonomy #list .archive-list li {
    width: 50%;
  }
}

@media screen and (min-width: 821px) {
  .mag-col {
    display: flex;
    margin-bottom: 6.25rem;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 820px) {
  .mag-col {
    margin-bottom: 16%;
  }
}
.mag-col .cover-mag {
  flex-shrink: 0;
  width: 395px;
}
@media screen and (max-width: 1366px) {
  .mag-col .cover-mag {
    width: 45%;
  }
}
@media screen and (max-width: 820px) {
  .mag-col .cover-mag {
    width: 100%;
  }
}
.mag-col .cover-mag a {
  display: block;
}
.mag-col .cover-mag a img {
  height: auto;
  width: 100%;
}
.mag-col .text {
  margin-left: 4rem;
  width: calc(100% - 395px);
}
@media screen and (max-width: 1366px) {
  .mag-col .text {
    margin-left: 5%;
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .mag-col .text {
    margin-left: 0;
    width: 100%;
  }
}
.mag-col .text .logo {
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .mag-col .text .logo {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .mag-col .text .logo {
    margin: 1rem 0 0;
    text-align: center;
  }
}
.mag-col .text .logo a {
  display: inline-block;
  height: 6rem;
}
@media screen and (max-width: 480px) {
  .mag-col .text .logo a {
    height: 4rem;
  }
}
.mag-col .text .logo a img {
  max-height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  .mag-col .text .detail {
    font-size: 0.75rem;
  }
}
.mag-col .text .description {
  font-size: 1.25rem;
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  .mag-col .text .description {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
.mag-col .text p.cmn-btn {
  justify-content: flex-start;
  margin: 1.5rem auto;
}
@media screen and (max-width: 480px) {
  .mag-col .text p.cmn-btn {
    align-items: center;
    flex-direction: column;
    margin: 1rem auto;
  }
}
.mag-col .text p.cmn-btn a {
  margin-right: 1.5rem;
}
@media screen and (max-width: 480px) {
  .mag-col .text p.cmn-btn a {
    margin: 0 0 1rem;
    text-align: center;
    width: 240px;
  }
}

.custom .section-title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .custom .section-title {
    margin-bottom: 1rem;
  }
}
.custom .text p.cmn-btn {
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  .custom .text p.cmn-btn {
    margin-bottom: 1.5rem;
  }
}
.custom img {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */