@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");

:root {
  --white: #fff;
  --black: #333;
  --gold: #d6c15c;
  --brown: #961;
  --gray-b: #bbb;
  --gray-d: #ddd;
  --gray-9: #999;
  --sans-serif: sans-serif;
  _--sans-serif: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  --serif: "Noto Serif JP", serif;
  --fa: "Font Awesome 7 Free";
  --w-pc: 860px;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
h1,
.h1,
h2,
.h2 {
  font-size: 2rem;
}

a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
a {
  transition: all 0.2s ease;
}
a img,
a .banner_img_box,
a .summary_img {
  transition: all 0.2s ease;
}

a img:hover,
a .banner_img_box:hover,
a .summary_img:hover {
  opacity: 0.7;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
p > a,
p > a:visited {
  text-decoration: underline;
}
p > a:hover,
p > a:visited:hover {
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0.1);
}
ins {
  color: var(--black);
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: var(--black);
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--gray-d);
  margin: 1em 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--black);
}

:focus {
  outline: none;
}
.acms-entry [class*="column-media"] {
  max-width: 100%;
}
body {
  line-height: 1;
  font-size: 16px;
  font-family: var(--sans-serif);
  background-image: url(../img/common/bg_pc.jpg);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  background-repeat: repeat-y;
  background-size: cover;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}
.is-admin-page body {
  background-image: none;
}

.p-lp-entry li p {
  padding-left: 0;
  padding-right: 0;
}
.p-lp {
  margin-top: -60px;
}
.underline {
  text-decoration: underline;
}
.blown {
  color: var(--brown);
}
@media (max-width: 768px) {
  body {
    background-image: url(../img/common/bg_sp.jpg);
  }
  .p-lp {
    margin-top: -10px;
  }
}

p {
  line-height: 1.4;
}

a,
a:visited,
a:active {
  color: unset;
  text-decoration: none;
}

.pc-only {
  display: block;
}

.-r {
  border-radius: 4px;
}

.sp-only {
  display: none;
}

.txt-serif {
  font-family: var(--serif);
  font-weight: normal;
}

.common-inr {
  width: var(--w-pc);
  margin: 0 auto;
  position: relative;
}

.nav-container .common-inr {
  max-width: 1100px;
  width: auto;
  min-width: var(--w-pc);
}

.common-inr .datacategory-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

.common-inr .datacategory-box .txt-date {
  font-family: var(--sans-serif);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

h2.section-ttl,
.p-lp-entry h2.section-ttl {
  width: auto;
  height: auto;
  background: url(../img/common/bg_h2.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px !important;
  color: var(--white);
  font-size: 24px !important;
  margin: 0 !important;
}

h2.section-ttl::before,
h2.section-ttl::after {
  content: none !important;
}

@media (max-width: 768px) {
  .common-inr {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 auto;
  }
  .p-lp-container.common-inr {
    width: calc(100% - 20px);
  }
  h1.section-ttl,
  h2.section-ttl {
    font-size: 16px !important;
    padding: 12px 10px !important;
  }
  #adminBox,
  #js-seo_info {
    display: none;
  }
}

.nav-container {
  background-image: url(../img/common/bg_h2.jpg);
  background-size: cover;
  padding: 0;
}

@media (max-width: 768px) {
  .nav-container {
    background: none;
    padding: 0;
  }

  .nav-container .common-inr {
    padding: 0;
  }
}

.nav-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.nav-container ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  flex: 1 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .nav-container ul {
    background-image: url(../img/common/bg_h2.jpg);
    background-size: cover;
    border: none;
  }

  .nav-container ul li,
  .sp_header {
    width: 33.3333%;
    height: 50px;
    border: none;
  }

  .nav-container ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-container ul li:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-container ul li:nth-child(3n) {
    border-right: none;
  }

  .nav-container.close ul li {
    border: none;
  }

  .sp_header {
    position: relative;
    z-index: 201;
  }

  .sp_header::before {
    content: "";
    display: block;
    position: relative;
    background-image: url(../img/common/logo_cthulhu.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 50px;
    top: 5px;
    left: 5px;
  }
}

.nav-container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  font-size: 15px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
  line-height: 1.3;
}

.nav-container ul li a.current {
  color: var(--gold);
}

@media (max-width: 768px) {
  .nav-container ul li a {
  }
}

.nav-container ul li.stay a,
.nav-container ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

_.nav-container ul li:after {
  content: "";
  width: 2px;
  height: 15px;
  display: block;
  background: url(../img/common/border_nav.png) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .nav-container ul li:nth-child(2):after,
  .nav-container ul li:last-child:after {
    display: none;
  }
}

_.nav-container ul:before {
  content: "";
  width: 2px;
  height: 15px;
  display: block;
  background: url(../img/common/border_nav.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .nav-container ul:before {
    display: none;
  }
}

.content-container {
  margin: 0;
  padding: 0;
}

.hero-container {
  background: url(../img/top/kv.png) no-repeat center 0 #6c141b;
  height: 460px;
  text-indent: -9999px;
}

@media (max-width: 768px) {
  .hero-container {
    height: auto;
  }
}

.hero-container.under {
  background: url(../img/common/kvbg_under.png) no-repeat center 0 #6c141b;
  background-size: cover;
  height: 155px;
  position: relative;
}

.hero-container.under a {
  width: 278px;
  height: 133px;
  display: block;
  background: url(../img/common/logo_cthulhu.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 11px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.hero-container-sp img {
  width: 100%;
}

.booklist-container {
  margin: 0 0 30px;
}

.booklist-container .list-box {
  padding: 40px;
  margin-bottom: -40px;
}

.booklist-container .list-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
  padding: 0;
}

.booklist-container .list-box ul > li {
  width: calc(25% - 20px);
  margin: 0 10px 40px;
  padding: 0;
}

@media (max-width: 768px) {
  .booklist-container .list-box {
    padding: 15px;
  }

  .booklist-container .list-box > ul {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }

  .booklist-container .list-box > ul li {
    width: calc(50% - 10px);
    margin: 0 5px 40px;
    padding: 0;
  }
}

.booklist-container .list-box ul li .txt-box {
}

.booklist-container .list-box ul li::before {
  display: none;
}

.p-entry-column .p-books-media__body,
.p-books-media__body {
  padding: 0;
}

.booklist-container .list-box ul li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .booklist-container .list-box ul li:nth-child(4n) {
    margin-right: 0;
  }
}

.booklist-container .list-box ul li .img-box {
  margin: 0 0 20px;
}

.booklist-container .list-box ul li .img-box a img {
  width: 100%;
}

.booklist-container .list-box ul li .img-box a:hover {
  opacity: 0.7;
}

.booklist-container .list-box ul li .txt-box p {
  margin: 0 0 10px;
}

.booklist-container .list-box ul li .txt-box p.txt-bookttl {
  font-weight: bold;
}

.booklist-container .list-box ul li .txt-box .txt-authors li {
  margin: 0;
  width: 100%;
}

.booklist-container .list-box ul li .txt-box .txt-authors li:not(:last-child) p {
  margin-bottom: 2px;
}

.booklist-container .list-box ul li .txt-box p.txt-author {
  font-size: 13px;
}

.booklist-container .list-box ul li .txt-box p.txt-release {
  font-size: 12px;
}

@media (max-width: 768px) {
  .booklist-container .list-box ul li .txt-box p.txt-release {
    font-size: 10px;
  }
}

.booklist-container .list-box ul li .txt-box p.txt-lead {
  font-size: 13px;
}

.booklist-container .list-box ul li .btn-box li {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}

.pager-box {
  margin: 50px 0 0;
}

@media (max-width: 768px) {
  .pager-box {
    margin: 20px 0 0;
  }
}

.pager-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 4px;
  font-size: 16px;
}

.pager-box ul li span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--gold);
}

.pager-box ul li.pager-next span,
.pager-box ul li.pager-prev span {
  border: none;
  background-color: var(--gold);
}

.pager-box ul li.pager-next a:hover,
.pager-box ul li.pager-prev a:hover {
  background-color: transparent;
  opacity: 0.7;
}

.pager-box ul li.pager-next span::before,
.pager-box ul li.pager-prev span::before {
  content: "\f04b";
  font-family: var(--fa);
  font-weight: 900;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: var(--white);
  display: block;
  text-align: center;
}

.pager-box ul li.pager-prev span::before {
  transform: rotate(180deg);
}

.pager-box ul li a {
  color: var(--black);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pager-box ul li a:hover {
  text-decoration: none;
  background: var(--gold);
}

.pager-box ul li.cur span {
  background: var(--gold);
}

footer .sns-box {
  margin: 90px 0 50px;
  padding-top: 50px;
  border-top: 1px solid var(--black);
}

footer .sns-box p {
  text-align: center;
}

@media (max-width: 768px) {
  .pager-box ul li span {
    width: 30px;
    height: 30px;
  }

  footer .sns-box {
    margin: 30px 0 40px;
    padding-top: 40px;
  }
}

footer .sns-box ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .sns-box ul li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 30px 0 0;
  cursor: pointer;
}

footer .sns-box ul li a {
  display: block;
  width: 45px;
  height: 45px;
}

@media (max-width: 768px) {
  footer .sns-box ul li {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
  }

  footer .sns-box ul li a {
    width: 35px;
    height: 35px;
  }
}

footer .sns-box ul li:last-child {
  margin-right: 0;
}

footer .sns-box ul li.icon-tw {
  background: url(../img/common/twitter.svg) no-repeat center var(--black);
  background-size: contain;
}

@media (max-width: 768px) {
  footer .sns-box ul li.icon-tw {
    background-size: 20px;
  }
}

footer .sns-box ul li.icon-fb {
  background: url(../img/common/icon_fb.png) no-repeat center #1877f2;
}

footer .sns-box ul li.icon-line {
  background: url(../img/common/icon_line.png) no-repeat center #06c755;
}

footer .copycthulhu-box {
  text-align: center;
  background: #2c5857;
  padding: 45px 0;
}

footer .copycthulhu-box p {
  color: var(--white);
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 768px) {
}

footer .kadokawa-box {
  background: var(--black);
  text-align: center;
  padding: 30px 0;
}

footer .kadokawa-box img {
  margin: 0 0 10px;
}

footer .kadokawa-box p {
  color: var(--white);
  font-size: 12px;
}

@media (max-width: 768px) {
  footer .sns-box ul li.icon-fb {
    background-size: 20px;
  }

  footer .sns-box ul li.icon-line {
    background-size: 20px;
  }

  footer .copycthulhu-box {
    padding: 15px 10px;
  }

  footer .copycthulhu-box p {
    font-size: 9px;
    line-height: 1.6;
  }

  footer .kadokawa-box {
    padding: 20px 0;
  }

  footer .kadokawa-box p {
    font-size: 9px;
  }
}

.top-page .slide-container {
  position: relative;
  margin: 10px 0 80px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-page .slide-container .slick-slide {
  width: 640px;
  margin: 0 5px;
}

.p-main-visual__item {
  border: 0;
  margin: 0;
  height: 360px;
  background-color: #000;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.p-main-visual__item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-main-visual {
  max-height: 100%;
}

.slick-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .slick-prev-large,
  .slick-next-large {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 50px;
  }

  .slick-prev-large:before,
  .slick-next-large:before {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
  }

  .slick-prev-large {
    left: 0;
    right: 760px;
    margin: 0 auto;
  }

  .slick-next-large {
    left: 760px;
    right: 0;
    margin: 0 auto;
  }

  .p-main-visual__iframe {
    width: 350px;
  }

  .p-entry-column .p-books-media__body,
  .p-books-media__body {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 768px) {
  .top-page .slide-container {
    margin: 0 0 60px;
  }

  .top-page .slide-container .slick-slide {
    width: 100vw;
  }

  .p-main-visual__item {
    height: 56.25vw;
  }

  .top-page .slide-container .slick-slide {
    margin: 0;
  }
}

.slick-slide a {
  transition: all 0.5s ease;
  opacity: 0.35;
}
.slick-slide a:hover {
  opacity: 0.7 !important;
}
.slick-slide a:hover img {
  opacity: 1;
}

.slick-slide.slick-current.slick-active a {
  opacity: 1;
}

.slick-dots {
  bottom: -20px;
}

.slick-dots li {
  width: 8px !important;
  height: 8px;
  background: var(--gray-9);
  margin: 0 7px !important;
  transform: rotate(-45deg);
}

.slick-dots li button:before {
  content: "";
  display: none;
}

.slick-dots li.slick-active {
  background: var(--gold);
}

.top-page .bnr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 40px;
  border-bottom: 1px solid var(--gray-d);
  margin: 0 0 80px;
}

.top-page .bnr-container .acms-admin-module-edit-wrapper {
  width: 100%;
}

@media (max-width: 768px) {
  .top-page .bnr-container {
    padding: 0 0 30px;
    margin: 0 0 40px;
  }
}

.top-page .bnr-container__inner {
  width: 100%;
}

.top-page .bnr-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .top-page .bnr-container ul {
    display: block;
  }
}

.top-page .bnr-container ul li {
  width: 450px;
}

@media (max-width: 768px) {
  .top-page .bnr-container ul li {
    width: 100%;
  }
}

.top-page .bnr-container ul li:first-child {
  margin: 0 100px 0 0;
}

@media (max-width: 768px) {
  .top-page .bnr-container ul li:first-child {
    margin: 0 0 20px;
  }
}

.bnr-container ul li a {
  width: 100%;
}

.app-books-container,
.beginner-container,
.booklist-container,
.infotwitter-container,
.booklist-page .condition-container,
.shadow-container {
  width: var(--w-pc);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}

.p-entry.shadow-container {
  padding: 40px;
}
#coc-rule-book .app-books-container {
  margin: 40px 10px;
  width: calc(100% - 20px);
}

h2 + .shadow-container {
  margin-top: 60px;
}

.infotwitter-container,
.app-books-container,
.beginner-container,
.booklist-container {
  margin-bottom: 80px;
}

.info-container {
  width: 100%;
}

.infotwitter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-books-wrap,
.beginner-wrap,
.sns-wrap,
.clm2-wrap,
.clm3-wrap {
  display: flex;
  padding: 40px 40px 0 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clm3-wrap {
  justify-content: flex-start;
}
.clm3-wrap > div:nth-of-type(3n + 2) {
  margin-left: 21px;
  margin-right: 21px;
}
@media (max-width: 768px) {
  .clm3-wrap {
    justify-content: space-between;
  }
  .clm3-wrap > div:nth-of-type(3n + 2) {
    margin-left: 0;
    margin-right: 0;
  }
}
#coc-rule-book .app-books-wrap {
  padding-bottom: 20px;
}
.pre-container .clm2-wrap {
  padding: 0;
  margin: 40px 0;
}

main.contents .pre-container {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.scenario .clm3-wrap {
  padding: 0;
}

.scenario > div > div > .clm2-wrap {
  padding: 0;
}

.app-books-wrap > div,
.beginner-wrap > div,
.clm2-wrap > div,
.clm3-wrap > div {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.app-books-wrap > div.app_link,
.app-books-wrap > div.book_link {
  margin-bottom: 10px;
}

.clm3-wrap > div {
  width: calc(33.3333% - 14px);
}

.scenario .clm3-wrap > div {
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.1s;
  top: 0;
  left: 0;
  position: relative;
}

.scenario .clm3-wrap > div:hover {
  top: -5px;
  left: -5px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.app-books-wrap > div img,
.beginner-wrap > div img,
.clm2-wrap > div img,
.clm3-wrap > div img {
  width: 100%;
}

.summary_img {
  width: 100%;
  height: auto;
  padding-bottom: 41.4286%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clm2-wrap h3 {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  margin: 0.5em 0 0;
}

@media (max-width: 768px) {
  .app-books-container,
  .beginner-container,
  .booklist-container,
  .infotwitter-container,
  .booklist-page .condition-container,
  .shadow-container {
    width: 100%;
  }
  .p-lp-entry .app-books-container,
  .p-lp-entry .beginner-container,
  .p-lp-entry .booklist-container,
  .p-lp-entry .infotwitter-container,
  .p-lp-entry .booklist-page .condition-container,
  .p-lp-entry .shadow-container {
    width: calc(100% - 20px);
  }
  .infotwitter-container {
    display: block;
  }

  .infotwitter-container,
  .app-books-container,
  .beginner-container,
  .booklist-container {
    margin-bottom: 40px;
  }

  .app-books-wrap,
  .beginner-wrap,
  .sns-wrap,
  .clm2-wrap,
  .entry-wrap,
  .clm2-wrap,
  .clm3-wrap {
    padding: 15px 15px 0 15px;
  }

  .pre-container .clm2-wrap {
    margin: 20px 0;
  }

  .app-books-wrap > div,
  .beginner-wrap > div,
  .clm2-wrap > div,
  .clm3-wrap > div {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  main.scenario .clm2-wrap > div {
    width: 100%;
  }
  .p-entry.shadow-container {
    padding: 10px 0;
  }
  h2 + .shadow-container {
    margin-top: 30px;
  }

  .clm2-wrap h3 {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .top-page .infotwitter-container .info-container {
    width: auto;
    margin: 0 0 30px;
  }
}

.top-page .info-container .list-box {
  padding-bottom: 0;
}

.top-page .info-container .list-box .btn-box {
  width: 80%;
  margin: 20px auto;
}

.top-page .infotwitter-container .info-container h2 {
  margin-bottom: 0;
}

.top-page .infotwitter-container .info-container .list-box ul {
  margin: 0;
}

.info-container .list-box ul li {
  width: auto;
  border-bottom: 1px solid var(--gray-d);
  padding: 20px;
}

@media (max-width: 768px) {
  .top-page .infotwitter-container .info-container .list-box ul li {
    padding: 10px;
  }
}

.top-page .infotwitter-container .info-container .list-box ul li .datacategory-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .top-page .infotwitter-container .info-container .list-box ul li .datacategory-box {
    margin: 0 0 5px;
  }
}

.top-page .infotwitter-container .info-container .list-box ul li .datacategory-box p.txt-date {
  font-size: 12px;
  margin: 0 10px 0 0;
}

.top-page .infotwitter-container .info-container .list-box ul li > a {
  font-size: 16px;
  line-height: 1.3;
}

.top-page .infotwitter-container .info-container .list-box .link-readmore {
  display: inline-block;
  font-size: 14px;
  background-color: var(--gold);
  padding: 0.5em 1.5em 0.5em 0.5em;
}

@media (max-width: 768px) {
  .top-page .infotwitter-container .info-container .list-box .link-readmore {
    font-size: 12px;
  }
}

.top-page .infotwitter-container .info-container .list-box .link-readmore:after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0 0 5px;
}

.top-page .app-container {
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .top-page .app-container {
    padding: 0 0 30px;
    margin: 0 0 40px;
  }
}

.top-page .app-container .contents {
  padding: 40px;
  border: solid 2px #2c5857;
  font-size: 21px;
  display: flex;
}

.top-page .app-container .contents:not(:first-of-type) {
  margin: 40px auto 0;
}

.top-page .app-container .contents .img-box {
  margin-right: 72px;
}

.top-page .app-container .contents .img-box img {
  width: 100%;
  height: auto;
}

.top-page .app-container .contents .app_img {
  margin-bottom: 20px;
}

.top-page .app-container .contents .app_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-page .app-container .contents .app_detail {
  color: var(--white);
  background-color: #959595;
  font-weight: bold;
  padding: 22px 30px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.top-page .app-container .contents .btn-box a {
  height: 52px;
  font-size: 20px;
}

.booklist-page .condition-container {
  border: 1px solid var(--gray-9);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 20px 0;
  margin: 0 0 55px;
}

@media (max-width: 768px) {
  .booklist-page .condition-container {
    padding: 15px 15px 0;
    margin: 30px 0;
  }
}

.booklist-page .condition-container ul {
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  .booklist-page .condition-container ul {
    margin: 0 0 30px;
  }
}

.booklist-page .condition-container ul:first-child,
.booklist-page .condition-container ul li {
  margin: 0;
}

@media (max-width: 768px) {
  .booklist-page .condition-container ul:first-child,
  .booklist-page .condition-container ul li {
    margin: 0 0 25px;
  }
}

.booklist-page .condition-container ul li:last-child {
  margin-bottom: 0;
}

.booklist-page .condition-container ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .booklist-page .condition-container ul li dl {
    display: block;
  }
}

.booklist-page .condition-container ul li dl dt {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .booklist-page .condition-container ul li dl dt {
    width: auto;
    margin: 0 0 10px;
    font-size: 13px;
  }
}

.booklist-page .condition-container ul li dl dt:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 15px 0 0;
}

@media (max-width: 768px) {
  .booklist-page .condition-container ul li dl dt:before {
    margin: 0 10px 0 0;
  }
}

.booklist-page .condition-container ul li dl dt.ttl-search:before {
  background: url(../img/booklist/icon-search.png) no-repeat;
}

.booklist-page .condition-container ul li dl dt.ttl-date:before {
  background: url(../img/booklist/icon-date.png) no-repeat;
}

.booklist-page .condition-container ul li dl dt.ttl-sort:before {
  background: url(../img/booklist/icon-sort.png) no-repeat;
}

.booklist-page .condition-container ul li dl dd {
  width: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .booklist-page .condition-container ul li dl dd {
    font-size: 12px;
  }
}

.c-search__action {
  border: 1px solid var(--gray-9);
  border-radius: 7px;
  overflow: hidden;
}

.booklist-page .condition-container ul li dl dd.date-box select {
  width: 80px;
  background: #f2f2f2;
  border: none;
  height: 35px;
  border-radius: 3px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid var(--gray-9);
}

.booklist-page .condition-container ul li dl dd.date-box span {
  margin: 0 10px 5px 10px;
}

.booklist-page .condition-container ul li dl dd.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.booklist-page .condition-container ul li dl dd.search-box input[type="text"],
.booklist-page .condition-container ul li dl dd.search-box input[type="search"] {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #f2f2f2;
  border: none;
  height: 35px;
  border-radius: 3px;
  padding: 0 10px;
  vertical-align: middle;
}

.booklist-page .condition-container ul li dl dd.search-box button[type="submit"] {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../img/booklist/icon-search-black.png) no-repeat center var(--gold);
  text-indent: -9999px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.booklist-page .condition-container ul li dl dd.sort-box select {
  width: 350px;
  background: #f2f2f2;
  border: none;
  height: 35px;
  border-radius: 3px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid var(--gray-9);
}

@media (max-width: 768px) {
  .booklist-page .condition-container ul li dl dd.sort-box select {
    width: 100%;
  }
}

.booklist-page .booklist-container .list-box ul li {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .booklist-page .booklist-container .list-box ul li {
    margin-bottom: 40px;
  }
}
.info-container .pager-box,
.infolist-container .pager-box,
.booklist-page .pager-box {
  margin-top: 0;
  position: relative;
  top: -20px;
}

.bookdetail-page .bookdetail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .bookdetail-page .bookdetail-container {
    display: block;
    margin: 0 0 40px;
  }

  .infolist-container .pager-box,
  .booklist-page .pager-box {
    top: 0px;
    margin: 20px 0;
  }
}

.bookdetail-page .bookdetail-container .img-box {
  margin: 0 60px 0 0;
  width: 380px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .bookdetail-page .bookdetail-container .img-box {
    width: auto;
    text-align: center;
    margin: 0 0 20px;
  }
}

@media (max-width: 768px) {
  .bookdetail-page .bookdetail-container .img-box img {
    width: 80%;
  }
}

.bookdetail-page .bookdetail-container .txt-box p.txt-bookttl {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .bookdetail-page .bookdetail-container .txt-box p.txt-bookttl {
    font-size: 18px;
  }
}

.bookdetail-page .bookdetail-container .txt-box .txt-author {
  display: inline-block;
  margin: 0 10px 5px 0;
}

.bookdetail-page .bookdetail-container .txt-box p.txt-lead {
  color: var(--brown);
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .bookdetail-page .bookdetail-container .txt-box p.txt-lead {
    font-size: 15px;
  }
}

.bookdetail-page .bookdetail-container .txt-box p.txt-description {
  margin: 0 0 20px;
  line-height: 2;
}

@media (max-width: 768px) {
  .bookdetail-page .bookdetail-container .txt-box p.txt-description {
    font-size: 16px;
  }
}

.bookdetail-page .bookdetail-container .txt-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bookdetail-page .bookdetail-container .txt-box a.txt-author {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .bookdetail-page .bookdetail-container .txt-box a.txt-author {
    font-size: 12px;
    margin: 0 0 20px;
  }
}

.bookdetail-page .bookdetail-container .txt-box .bookdetail-box {
  margin: 0 0 25px;
}

.bookdetail-page .bookdetail-container .txt-box .bookdetail-box ul li {
  margin: 0 0 7px;
}

.bookdetail-page .bookdetail-container .txt-box .bookdetail-box ul li:last-child {
  margin-bottom: 0;
}

.bookdetail-page .bookdetail-container .txt-box .bookdetail-box ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #666666;
  margin: 0;
}

@media (max-width: 768px) {
  .bookdetail-page .bookdetail-container .txt-box .bookdetail-box ul li dl {
    font-size: 10px;
  }
}

.bookdetail-page .bookdetail-container .txt-box .bookdetail-box ul li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}

.bookdetail-page .bookdetail-container .txt-box .bookdetail-box ul li dl dt:after {
  content: "：";
}

.bookdetail-page .bookdetail-container .txt-box .bookdetail-box ul li dl dd {
  margin-bottom: 0;
}

.bookdetail-page .bookdetail-container .txt-box .btn-box a {
  width: 250px;
  height: 40px;
}

.download-page .bnrlist-container .list-box {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .download-page .bnrlist-container .list-box {
    padding: 0;
  }
}

.download-page .bnrlist-container .list-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-page .bnrlist-container .list-box ul li {
  width: 310px;
  margin: 0 55px 50px 0;
}

@media (max-width: 768px) {
  .download-page .bnrlist-container .list-box ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}

.download-page .bnrlist-container .list-box ul li:nth-child(3n) {
  margin-right: 0;
}

.download-page .bnrlist-container .list-box ul li .img-box {
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .download-page .bnrlist-container .list-box ul li .img-box {
    margin: 0 0 5px;
  }
}

.download-page .bnrlist-container .list-box ul li .img-box a:hover {
  opacity: 0.7;
  display: block;
}

.download-page .bnrlist-container .list-box ul li .img-box a img {
  width: 100%;
}

.download-page .bnrlist-container .list-box ul li .txt-box a {
  font-size: 15px;
  font-weight: bold;
  color: var(--black);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .download-page .bnrlist-container .list-box ul li .txt-box a {
    font-size: 12px;
  }
}

.download-page .bnrlist-container .list-box ul li .txt-box a:hover {
  text-decoration: none;
}

.infolist-page .list-box ul li {
  width: auto;
  border-bottom: 1px solid var(--gray-9);
  padding: 20px;
}

.list-box {
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .infolist-page .list-box ul li {
    padding: 15px;
  }

  .list-box {
    padding-bottom: 0;
  }
}

.infolist-page .list-box ul li .datacategory-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .infolist-page .list-box ul li .datacategory-box {
    margin: 0 0 5px;
  }
}

.infolist-page .list-box ul li .datacategory-box p.txt-date {
  font-size: 12px;
  margin: 0 10px 0 0;
}

.infolist-page .list-box ul li > a {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .infolist-page .list-box ul li > a {
    font-size: 13px;
  }
}

.infodetail-page .infodetail-container > p {
  line-height: 2;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .infodetail-page .infodetail-container > p {
    padding: 0;
    font-size: 12px;
  }
}

.infodetail-page .infodetail-container > p.txt-ttl {
  font-weight: bold;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .infodetail-page .infodetail-container > p.txt-ttl {
    margin: 0 0 20px;
  }
}

.infodetail-page .infodetail-container .movie-box {
  width: 825px;
  margin: 50px auto;
}

@media (max-width: 768px) {
  .infodetail-page .infodetail-container .movie-box {
    max-width: 100%;
    margin: 20px auto;
  }
}

.infodetail-page .infodetail-container .movie-box.notcenter {
  margin-left: 0;
}

.infodetail-page .infodetail-container .movie-box .video_wpr {
  text-align: center;
}

.infodetail-page .infodetail-container .movie-box .video_wpr p.movie-txt-top {
  margin: 0 0 20px;
}

.infodetail-page .infodetail-container .movie-box .video_wpr p.movie-txt-btm {
  margin: 20px 0 0;
  text-align: left;
}

.infodetail-page .infodetail-container .movie-box .video_wpr .inr {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.infodetail-page .infodetail-container .movie-box .video_wpr .inr iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.infodetail-page .infodetail-container .linkbtn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 50px;
}

.infodetail-page .infodetail-container .linkbtn-box a {
  width: 340px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--black);
  font-size: 15px;
  background: var(--gold);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .infodetail-page .infodetail-container .linkbtn-box a {
    height: 40px;
  }
}

.infodetail-page .infodetail-container .linkbtn-box a:hover {
  text-decoration: none;
  background: #b6a346;
}

.infodetail-page .infodetail-container .bg_talk {
  background-color: #e4e4e4;
  padding: 20px;
  margin: 10px 10px 20px 10px;
  line-height: 150%;
}

.infodetail-page .infodetail-container .talk_ttl {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-store-banner__item {
    width: 33%;
    padding: 5px;
  }
}

.p-store-banner-wrap {
  background: #e9e9e9;
  padding: 16px 25px 10px;
  position: relative;
  z-index: 0;
}

.p-store-banner-wrap-shape {
  position: relative;
}

.p-store-banner-wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 500px 0 0;
  border-color: #d6d6d6 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

@media screen and (max-width: 768px) {
  .p-store-banner-wrap::before {
    border-width: 100px 300px 0 0;
  }
}

.p-store-banner__heading {
  font-size: 18px;
  margin: 0 0 18px;
}

.p-store-banner__heading:before {
  font-family: var(--fa);
  padding-right: 5px;
  content: "\f02d";
}

.p-store-banner-more {
  z-index: 10;
}

.p-store-banner-more__text {
  color: #211f20;
}

.p-store-banner-more__icon {
  border-top: 14px solid #211f20;
}

.js-toggle-container.is-active .p-store-banner-more__icon {
  border-top: 0;
  border-bottom: 14px solid #211f20;
}

.p-books-media02__wrap {
  border: 0;
}

/* ダウンロード */
.bnr_contents_note {
  margin-top: 2px;
}

.bnr_contents_note span {
  font-weight: bold;
}

/*# sourceMappingURL=common.css.map */

/* icon-category */
.icon-category {
  min-width: 55px;
  height: 18px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  font-size: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .icon-category {
    font-size: 9px;
  }
}

.icon-category + .icon-category {
  margin-left: 8px;
}
.txt-date + .icon-category {
  margin-left: 1em;
}
.icon-category.category-news {
  background: #578c37;
}

.icon-category.category-news_child {
  background: var(--brown);
}

/* 20230303追加 ダウンロード用 */
.contents_category_list ul {
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: var(--gold);
  flex-wrap: wrap;
}

.contents_category_list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contents_category_list ul li a {
  display: block;
  position: relative;
  color: var(--black);
  line-height: 65px;
  padding-left: 1em;
}

.contents_category_list ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.contents_category_list ul li a:after {
  content: "";
  border-right: 1px solid var(--white) fb8;
  border-left: 1px solid #ad8300;
  display: inline-block;
  height: 1em;
  margin: 0 0 0 1em;
  vertical-align: -0.15em;
}

.contents_category_list ul li:last-child a {
  padding-right: 1em;
}

.contents_category_list ul li:last-child a:after {
  display: none;
}

.img-box img {
  width: 100%;
}

.list-box a {
  color: var(--black);
  text-decoration: none;
}

.category_header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #4e6352;
  margin-bottom: 10px;
}

.category_header a {
  color: var(--white);
}

.download-page .bnrlist-container .list-box {
  padding: 0;
}

.download-page .bnrlist-container .list-box ul {
  margin: 0 -25px;
}

.download-page .bnrlist-container .list-box ul li {
  width: calc(33.3333% - 50px);
  margin: 0 25px 50px;
}

@media (max-width: 768px) {
  .download-page .bnrlist-container .list-box ul {
    margin: 0;
  }

  .download-page .bnrlist-container .list-box ul li {
    width: 100%;
    margin: 0 0 30px;
  }

  .contents_category_list ul li a {
    line-height: 40px;
  }
}

.cthulhu_sns_links,
.cthulhu_sns_links a,
.cthulhu_sns_links a:visited {
  width: 100%;
  display: flex;
  color: var(--black);
}

.cthulhu_sns_links {
  margin-bottom: 40px;
  width: calc(33.3333% - 30px);
}

.cthulhu_sns_links_image {
  width: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.cthulhu_sns_links_image img {
  display: block;
  margin: auto;
  width: 100%;
}

.cthulhu_sns_links_text {
  flex-grow: 1;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cthulhu_sns_links_text > div {
  margin: 4px 0;
  word-break: break-all;
}

.cthulhu_sns_links_name {
  font-size: 18px;
  line-height: 1em;
}

.section-ttl-sns {
  font-size: 18px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 6px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .cthulhu_sns_links {
    margin-bottom: 20px;
    width: calc(50% - 5px);
  }

  .cthulhu_sns_links_image {
    width: 40px;
  }

  .cthulhu_sns_links_text {
    font-size: 12px;
  }

  .cthulhu_sns_links_text > div {
    margin: 5px 0 0;
    line-height: 1em;
  }

  .cthulhu_sns_links_name {
    margin: 0;
    font-size: 14px;
  }

  .section-ttl-sns {
    font-size: 15px;
  }
}

/* 20250708 */
#adminBox,
.acms-admin-box {
  position: fixed;
  bottom: 0;
  z-index: 1;
}

#loginUserStatus strong {
  display: none;
}

.nav-container ul li:nth-child(1) {
}

.nav-container ul li:nth-child(1) a {
  display: block;
  font-size: 0;
  color: transparent;
  width: 128px;
  height: 80px;
  position: relative;
  margin: auto;
}

.nav-container ul li:nth-child(1) a::after {
  content: "";
  display: block;
  background-image: url(../img/common/logo_cthulhu.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header_pc {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 10000;
}
.header_pc .nav-container {
  position: fixed;
  width: 100%;
}
.header_sp {
  display: none;
}

main {
  padding-top: 60px;
  overflow: hidden;
}

main#top {
  padding-top: 0;
}

@media (max-width: 768px) {
  .header_pc {
    display: none;
  }

  .header_sp {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  main {
    margin-top: 100px;
    padding-top: 10px;
  }

  main#top {
    padding-top: 0;
  }

  .nav-container ul li:nth-child(1) a {
    font-size: 15px;
    color: var(--black);
    height: 80%;
  }

  .nav-container ul li:nth-child(1) a::after {
  }
}

.news_x_info {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  background-color: var(--gray-d);
}

.news_x_img {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.2em;
}

.news_x_img img {
  width: 100%;
}

.h2serif {
  font-family: var(--serif);
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  padding: 20px 0;
}
.p-lp .h2serif {
  display: none;
}

.h2serif::before,
.h2serif::after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 28px;
  background-image: url(../img/common/h2-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 -10px 0.5em;
  position: relative;
  top: -20px;
}

.h2serif::after {
  transform: rotate(180deg);
  margin: 0.5em -10px 0;
  top: 20px;
}

.scenario_top_image_square .h2serif {
  padding: 0;
}

.scenario_top_image_square .h2serif::before,
.scenario_top_image_square .h2serif::after {
  top: 0;
}

.scenario_top_image_square .h2serif::after {
  top: 0;
}
.column-media-center {
  padding-left: 10px;
  padding-right: 10px;
}

.leadtext {
  margin: 2em 0;
}

.clm2 {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

.clm2 > div {
  width: calc(50% - 20px);
}

.entry-list {
  margin: 0;
  padding: 40px;
}

.entry-list li {
  font-size: 1.1em;
  list-style: none;
  line-height: 1.5;
  margin: 0 0 0.5em 1em;
  position: relative;
}

.entry-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.entry-list li::before {
  content: "\f04b";
  display: block;
  position: absolute;
  font-family: var(--fa);
  font-weight: 900;
  font-size: 0.7em;
  left: -1.5em;
  top: 0.45em;
}

@media (max-width: 768px) {
  .entry-list {
    padding: 15px;
  }

  .entry-list li {
    font-size: 1em;
  }

  .news_x_info {
    padding: 15px 0;
    font-size: 18px;
    line-height: 24px;
  }

  .h2serif {
    font-size: 1.5em;
    padding: 30px 0;
    margin: 0 10px;
  }
  .scenario_top_image_square .h2serif {
    margin: 0;
  }

  .h2serif::before,
  .h2serif::after {
    width: calc(100% + 10px);
    height: 20px;
    margin: 0 -5px 0.2em;
    top: -8px;
  }

  .h2serif::after {
    transform: rotate(180deg);
    margin: 0.2em -5px 0;
    top: 8px;
  }

  .leadtext {
    margin: 1em 0 2em;
  }

  .clm2 {
    width: 100%;
    margin: 0;
  }

  .clm2 > div {
    width: 100%;
  }
}

.section-ttl .h2link {
  font-size: 0.7em;
  background-color: var(--white);
  padding: 0.3em 0.5em;
  border-radius: 1em;
  margin-left: auto;
  color: var(--black);
  transition: 0.2s;
}

.section-ttl .h2link a {
  color: var(--black);
  text-decoration: none;
}

.section-ttl .h2link:hover {
  background-color: var(--gray-b);
}

.section-ttl .h2link a::after {
  content: "\f0a9";
  font-family: var(--fa);
  font-weight: 900;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  margin-left: 0.5em;
}

.p-entry-column p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .section-ttl .h2link {
    padding: 0.5em 0.75em 0.3em;
  }

  .p-entry-column p {
    font-size: 14px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.scenario_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.scenario_title span,
.scenario_author {
  font-size: 0.5em;
  font-family: var(--sans-serif);
  padding: 0.2em 0.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  margin-left: auto;
  border: 1px solid var(--black);
  position: relative;
  display: inline-block;
}

.scenario_top_image_square .scenario_title span,
.scenario_top_image_square .scenario_author {
  font-size: 0.6em;

  padding: 0.2em 0.5em;
  margin-left: auto;
  border: 1px solid var(--black);
}

.scenario_author {
  border: none;
  border-top: 1px solid var(--black);
  font-size: 16px;
  margin-top: 1em;
  padding: 1em 1em 0;
}

.scenario_top_image_square .scenario_author {
  width: 100%;
  border: none;
  border-top: 1px solid var(--black);
  padding: 1em 0 0;
}

.scenario_top_image_rectangle,
.scenario_top_image_square {
  margin: 40px auto;
  width: var(--w-pc);
}

.scenario_top_image_square {
  display: flex;
  justify-content: space-between;
}

.scenario_top_image_rectangle > div > img,
.scenario_top_image_square > div > img {
  width: 100%;
  height: auto;
}

.scenario_top_image_square > div {
  width: calc(50% - 10px);
}

.scenario_top_button > a {
  display: block;
  background-color: var(--gold);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0.5em;
  border-radius: 72px;
  width: 50%;
  margin: 20px auto;
}

.scenario_top_image_square > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scenario_top_image_square .scenario_top_button > a {
  width: 100%;
  margin-bottom: 0;
}

.p-entry h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 2em 0 1em;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}

.p-entry h2:nth-child(1) {
  margin-top: 0;
}

@media (max-width: 768px) {
  .scenario_top_image_rectangle,
  .scenario_top_image_square {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .scenario_top_button > a {
    font-size: 14px;
    border-radius: 54px;
    width: 75%;
    margin: 5px auto;
  }

  .scenario_top_image_square .scenario_top_button > a {
    font-size: 14px;
    border-radius: 54px;
    width: 75%;
    margin: 5px auto;
  }

  .scenario_top_image_square {
    display: block;
  }

  .scenario_top_image_rectangle > div:nth-child(1) {
    margin-bottom: 20px;
  }

  .scenario_top_image_square > div {
    width: 100%;
  }

  .scenario_top_image_square > div:nth-child(2) {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .scenario_top_image_square > div:nth-child(3) {
    margin-bottom: 20px;
  }
}

.clm3-wrap h3 {
  color: var(--black);
  font-size: 20px;
  line-height: 1.5;
  padding: 15px;
  margin: 0;
}
.scenario_summary_img_wrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: var(--gray-9);
}
.scenario_summary_img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  object-position: center;
}

.img-box img {
  width: 100%;
  height: auto;
}

.clm3-wrap a:hover {
  text-decoration: none;
}

.clm3-wrap h3 .scenario_title {
  display: block;
}

.clm3-wrap h3 span {
  border: 1px solid var(--black);
  font-size: 0.7em;
  padding: 0 0.5em;
  display: inline;
  text-wrap: nowrap;
  vertical-align: 0.1em;
  display: inline-block;
}

.scenario .shadow-container,
.contents .shadow-container {
  margin-bottom: 80px;
}
.scenario .shadow-container:nth-last-child(1),
.contents .shadow-container:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .clm3-wrap h3 {
    font-size: 14px;
    padding: 10px;
  }

  .scenario .shadow-container,
  .contents .shadow-container {
    margin-bottom: 60px;
  }
  .common-inr > .shadow-container:first-child {
    margin-top: 20px;
  }
}

.banner_img_box {
  aspect-ratio: 1 / 0.4167;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--gray-9);
}

.app-books-wrap > div.dl_heaing,
.app-books-wrap > div.suggest {
  width: 100%;
}

.app-books-wrap > div.suggest h3 {
  border: 1px solid var(--black);
  background-color: var(--black);
  padding: 10px;
  color: var(--white);
  text-align: center;
  margin: 0 0 20px;
}

.app-books-wrap > div.suggest > div {
  border: 1px solid var(--gray-9);
  padding: 0;
  background-color: var(--white);
}

.app-books-wrap > div.suggest h4 {
  background-color: var(--gray-d);
  padding: 10px;
  text-align: center;
  margin: 0;
  border: none;
}

.app-books-wrap > div.suggest > div > div {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.app-books-wrap > div.suggest > div > div > div {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .app-books-wrap > div.suggest {
    width: 100%;
  }

  .app-books-wrap > div.suggest h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .app-books-wrap > div.suggest > div {
  }

  .app-books-wrap > div.suggest h4 {
    font-size: 16px;
  }

  .app-books-wrap > div.suggest > div > div {
    padding: 15px;
  }

  .app-books-wrap > div.suggest > div > div > div {
  }
}

.scenario_sale {
  width: 100%;
  margin-bottom: 80px;
}

.scenario_sale h3 {
  text-align: center;
  margin-bottom: 40px;
}

.scenario_sale > div {
  display: flex;
  flex-wrap: wrap;
}

.scenario_sale > div > .btn-box {
  width: calc(33.3333% - 20px);
  margin: 0 10px;
}

.scenario_sale {
}

@media (max-width: 768px) {
  .scenario_sale {
    margin-bottom: 40px;
  }

  .scenario_sale h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .scenario_sale > div {
    display: block;
  }

  .scenario_sale > div > .btn-box {
    width: 80%;
    margin: 0 auto 15px;
  }
}

/*ハンバーガーメニュー*/
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  background-color: var(--black);
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 4px;
}

.hamburger__line--2 {
  top: 14px;
}

.hamburger__line--3 {
  bottom: 4px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: translateY(10px) rotate(-315deg);
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: translateY(-10px) rotate(315deg);
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
}

/*ハンバーガーがクリックされたら上からスライド*/
.open .sp-nav {
  top: 60px;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: -1;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.7;
  visibility: visible;
}

/*inview*/
#top .fadeIn_up {
  opacity: 0;
  transform: translate(0, 5vh);
  transition: 1s;
}

#top .fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#nav-wrapper ul.gnav_open {
  justify-content: space-between;
  transition: transform 0.2s ease;
}

#nav-wrapper ul li {
}

@media (max-width: 768px) {
  #nav-wrapper nav.open {
    justify-content: space-between;
  }
}

#nav-wrapper nav.close {
  transition: transform 0.2s ease;
  transform: translateY(-100%);
}

#nav-wrapper {
  transition: transform 0.2s ease;
}

.close {
  opacity: 1 !important;
  text-shadow: none;
}

#navToggle {
  font-size: 16px;
  background-color: var(--white);
  border-radius: 26px;
  padding: 5px 15px;
  width: fit-content;
  margin: 0 15px 0 auto;
}
#navToggle::before {
  content: "▼";
  display: inline-block;
  width: 1em;
  height: 1em;
}

#nav-wrapper.hide {
  transform: translateY(-100%);
}

#nav-wrapper.hide nav.open {
  transform: translateY(-100%);
}

#nav-wrapper.hide nav.close {
  transform: translateY(0);
}
.top_youtube_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.top_youtube_image img {
  width: 96px;
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.acms-admin-revison-admin {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top_youtube_image img {
    width: 64px;
  }
  #adminMinBox,
  .acms-admin-revison-admin,
  .acms-admin-btn-action-group {
    display: none;
  }
}
.scenario_related img {
  width: 100%;
}

.scenario_related .txt-bookttl span {
  border: 1px solid var(--black);
  font-size: 0.7em;
  padding: 0 0.5em;
  display: inline;
  text-wrap: nowrap;
  vertical-align: 0.1em;
  display: inline-block;
}
.contents .img-box {
  width: 100%;
  height: 0;
  padding-bottom: 41.6667%;
  overflow: hidden;
  background-color: var(--gray-9);
  position: relative;
}
.contents .img-box img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 12 / 5;
  position: absolute;
}
