aside {
  display: block;
}

/* サイドバーの設定 */
.pluginBlock {
  background: #f7f6f3;
  margin: 2em 0;
  padding: 15px;
}

.pluginBlock > *:first-of-type {
  margin-top: 0;
}

.pluginBlock > *:last-of-type {
  margin-bottom: 0;
}


.pluginTitle {
  font-weight: normal;
  font-size: 130%;
  display: block;
  margin: 30px 0 15px 0;
  border-left: 4px solid #9ad3c8;
  padding: 0 0 0 15px;
}


/*  アイコンの設定
    ------------------------------------------------------- */
@font-face {
  font-family: 'awesome';
  src: url('/admin/font/pc/awesome.eot?v=3.0.1');
  src: url('/admin/font/pc/awesome.eot?#iefix&v=3.0.1') format('embedded-opentype'),
       url('/admin/font/pc/awesome.woff?v=3.0.1') format('woff'),
       url('/admin/font/pc/awesome.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'awesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  display: inline;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
.icon-home:before {
  content: '\f230';
}
.icon-edit:before {
  content: '\270d';
}
.icon-comment:before {
  content: '\e718';
}
.icon-chevron-left:before {
  content: '\e75d';
}
.icon-chevron-right:before {
  content: '\e75e';
}
.icon-double-angle-up:before {
  content: '\f102';
}
.icon-user:before {
  content: '\f464';
}
.icon-folder-close:before {
  content: '\f4c1';
}
.icon-calendar:before {
  content: '\f4c5';
}
.icon-search:before {
  content: '\f50d';
}
.icon-clock:before {
  content: '\f554';
}




/*  ボタンの設定
    ------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 4.06px 12.04px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 3px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active {
  background-image: none;
  outline: 0;
}
.btn-primary {
    text-align: center;
}
.btn-primary .btn {
  padding: 11px 19px;
  font-size: 16px;
  background: #0099dd;
  color: #ffffff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}slide
button.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}


.entryFooter li {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;

}
.entryFooter li:last-child {
  margin-right: 0;
}
.entryFooter a {
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 2px;
}
.entryFooter a:link,
.entryFooter a:visited {
  color: #aba9a5;
  border: 1px solid #e5e5e5;
}
.entryFooter a:hover,
.entryFooter a:active,
.entryFooter a:focus {
  color: #666666;
  border: 1px solid #bfbfbf;
}
.entryFooter a [class^="icon-"] {
  color: #cccccc;
}
.entryFooter a span {
  display: inline-block;
  padding-left: 5.25px;
  line-height: 20px;
}


/* 一覧ページの「つづきを読む」部分の設定 */
a.entryPsLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  background: #9ad3c8;
  color: black;
  margin: 20px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

a.entryPsLink:hover {
  background: #f1fc40;
  -webkit-transition: .2s;
  transition: .2s;
}

















/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-6-2, .col-md-6-3, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-6-2 {
width: 70%;
    }
    .col-md-6-3 {
max-width: 30%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

@charset "UTF-8";

/* -----------------------------------------------------
プログラム名：fuwaimg
バージョン：1.1
製作者：ガタガタ（https://do.gt-gt.org/）
公開日：2020.11.20
修正日：2020.11.22

このプログラムは使用・改変・再配布・販売すべて自由です。
報告やリンクなども必要ありません。
ただし、利用にあたりこの注意書きは削除しないでください。
また、あたかもプログラムを自作したかのように誤解させる言動はお控えください。
----------------------------------------------------- */

#fuwaimg {
  position: fixed;
  width: 100vw;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  transition: .3s;
}
#fuwaimg.hidden {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
#fuwaimg_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
#fuwaimg_inner {
  position: absolute;
  margin: auto;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: fit-content;
  height: fit-content;
  max-height: 90%;
  width: 90vw;
  background: white;
  box-shadow: 0 0 20px #00000054;
}
div#fuwaimg_img {
    width: 90vw;
    background: black;
}
#fuwaimg_img img {
  display: block;
  max-height: calc(80vh - 100px);
  max-height: calc((var(--vh, 1vh) * 80) - 100px);
  width: 100%;
  object-fit: contain;
  margin: 0;
  padding: 0;
}
div#fuwaimg_caption {
    display: flex;
    align-items: center;
    flex-direction: row;
}
p#fuwaimg_caption_text {
    flex: 1;
    margin: 10px;
    font-size: 14px;
    line-height: 1.6em;
    width: calc(100% - 50px);
    overflow-x: auto;
    overflow-wrap: normal;
}
button#fuwaimg_close {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 1;
    margin: auto 0 0 0;
    padding: 0;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
button#fuwaimg_close:hover {
  opacity: .4;
}
button#fuwaimg_close:before,
button#fuwaimg_close:after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: -15px;
    right: -8px;
    left: 0;
    bottom: 0;
    margin: auto;
  }
button#fuwaimg_close:after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    right: 3px;
}
a#fuwaimg_prev {
    visibility: hidden;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -10px;
    right: auto;
    filter: drop-shadow(0px 0px 6px #00000054);
    cursor: pointer;
}
a#fuwaimg_prev:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .3s;
}
a#fuwaimg_prev:hover:before {
    left: -7px;
}
a#fuwaimg_next {
    visibility: hidden;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10px;
    left: auto;
    filter: drop-shadow(0px 0px 6px #00000054);
    cursor: pointer;
}
a#fuwaimg_next:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .3s;
}
a#fuwaimg_next:hover:before {
    right: -7px;
}
@media only screen and (min-width: 750px) {
  a#fuwaimg_prev {
    left: -55px;
  }
  a#fuwaimg_prev:before {
    width: 15px;
    height: 15px;
  }
  a#fuwaimg_next {
    right: -55px;
  }
  a#fuwaimg_next:before {
    width: 15px;
    height: 15px;
  }

  #fuwaimg_inner {
    max-width: calc(90vw - 50px);
  }
  div#fuwaimg_img {
    max-width: calc(90vw - 50px);
    max-height: calc(80vh - 120px);
    max-height: calc((var(--vh, 1vh) * 80) - 120px);
  }
  #fuwaimg_img img {
    display: block;
    max-height: calc(80vh - 120px);
    max-height: calc((var(--vh, 1vh) * 80) - 120px);
    max-width: calc(90vw - 50px);
    width: auto;
    object-fit: contain;
    margin: 0;
    padding: 0;
  }
}

span#fuwaimg_loading {
    z-index: -1;
    color: white;
    position: absolute;
    margin: auto;
    width: fit-content;
    height: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
#fuwaimg_loadbar {
  overflow: hidden;
    position: absolute;
    width: 100px;
    height: 7px;
    background: #ffffff52;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 40px;
}
#fuwaimg_loadbar:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 7px;
  background: #ffffff;
  margin: auto;
  right: 100%;
  left: -20%;
  animation: fuwaimg_loading 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.fuwaimg_fadein {
  animation : fuwaimg_fadein 0.3s;
  animation-fill-mode: both;
}

.fuwaimg_fadeout {
  animation : fuwaimg_fadeout 0.3s;
  animation-fill-mode: both;
}

@keyframes fuwaimg_loading {
  0% {
    right: 100%;
    left: -20%;
  }
  100% {
    right: 0%;
    left: 100%;
  }
}

@keyframes fuwaimg_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fuwaimg_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@charset "UTF-8";
/* ==========================================
   Template: Simple Slider!（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

/* ==========================================
  以下、デザインを決める記述です
  royalblue（リンク色）、lightblue（ホバーしたときの色）
  をそれぞれ好きな色に一括置換するとメインカラーが変わります
   ========================================== */
body {
  background: #fff;
  font-family: YuGothic,'Yu Gothic','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Cambria Math','Avenir',sans-serif;
  padding: 0;
  margin: 0;
}

body#text p {
  line-height: 2em;
}

dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

dl dd,
dl dt {
  display: block;
}

.row {
  background: white;
  /* コンテンツの背景色 */
}

a {
  text-decoration: none;
  color: #e8383d;
  -webkit-transition: .2s;
  transition: .2s;
  /* リンクの色 */
}

a:hover {
  color: #f8cbc5;
  /* リンクをホバーすると色が明るくなります */
}

a img:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transition: .2s;
  transition: .2s;
}

p, ul, dl {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  p, ul, dl {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 30px 0;
  }
}

h1, h2, h3, h4 {
  font-family: "Kulim Park", "M PLUS 1p", sans-serif;
}

h4 {
  padding-left: 10px;
  margin: 20px 0 10px;
  font-size: 120%;
}

p#menubtn {
  color: #333333;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  position: absolute;
  color: #333333;
  top: 5px;
  right: 10px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  z-index: 99999;
  display: none;
}

@media screen and (max-width: 767px) {
  p#menubtn {
    display: block;
  }
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.center {
  text-align: center;
}

img {
  max-width: 100%;
}

img + img {
  margin-left: 5px;
}

h2 {
  font-size: 190%;
  font-weight: 500;
  margin: 20px 5px;
  color: #e8383d;
  width: 100%;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 150%;
  }
}

a.btn2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  background: #9ad3c8;
  color: #ffffff;
  margin: 20px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

a.btn2:hover {
  background: #ccddd3;
  -webkit-transition: .2s;
  transition: .2s;
  color: #ffffff;
}

a.btn.white {
  background: #ffffff;
  color: #333333;
}

a.btn2.white:hover {
  color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}

a.btn2.black {
  background: #333333;
}

a.btn2.black:hover {
  background: #595959;
  -webkit-transition: .2s;
  transition: .2s;
}

a.btn2.pink {
  background: #fa3c72;
  color: #ffffff;
}

a.btn2.pink:hover {
  background: #fc87a8;
  -webkit-transition: .2s;
  transition: .2s;
  color: #ffffff;
}

a.btn2.blue {
  background: #4169e1;
}

a.btn2.blue:hover {
  background: #839deb;
  -webkit-transition: .2s;
  transition: .2s;
  color: #ffffff;
}

hr {
  height: 2px;
  background-color: #e8383d;
  width: 100px;
  border: none;
  margin: 60px auto;
}

.row > h2 {
  padding-left: 15px;
  padding-right: 15px;
}

h3 {
  font-weight: normal;
  font-size: 130%;
  display: block;
  margin: 30px 0 15px 0;
  border-left: 4px solid #9ad3c8;
  padding: 0 0 0 15px;
}

.swiper-container {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .swiper-container {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container {
    height: 300px;
  }
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-slide .text {
  background: transparent;
  position: absolute;
  z-index: 100;
  top: 30%;
}

@media screen and (max-width: 767px) {
  .swiper-slide .text {
    top: 13%;
  }
}

.swiper-slide .text p {
  padding: 0;
}

.swiper-slide .text.center {
  text-align: center;
  left: 0;
  right: 0;
}

.swiper-slide .text.left {
  text-align: left;
  left: 20%;
}

@media screen and (max-width: 991px) {
  .swiper-slide .text.left {
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide .text.left {
    left: 4%;
  }
}

.swiper-slide .text.left a.btn2 {
  margin-left: 0;
}

.swiper-slide .text.right {
  text-align: right;
  right: 20%;
}

@media screen and (max-width: 991px) {
  .swiper-slide .text.right {
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide .text.right {
    right: 4%;
  }
}

.swiper-slide .text.right a.btn2 {
  margin-right: 0;
}

.swiper-slide .text.white {
  color: white;
}

.swiper-slide .text.black {
  color: #333333;
}

.swiper-slide .text strong {
  font-size: 200%;
  line-height: 2em;
  font-family: "Kulim Park", "M PLUS 1p", sans-serif;
}

input[type=submit] {
  border: 1px solid #e2e2e2;
  padding: 2px 8px;
  font-size: 12px;
}

input[type=submit]:focus {
  outline: none;
}

header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 97;
  top: 0;
  height: 70px;
  background: #ffffffad;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

header .container {
  height: 70px;
}

header .row {
  background: transparent;
}

header .header__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 70px;
  position: relative;
}

header h1 {
  color: #e8383d;
  padding: 0;
  font-size: 180%;
  line-height: 70px;
}

header ul#navmenu {
  display: -webkit-box;
  display: flex;
  margin: 0;
}

header ul#navmenu li {
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

header ul#navmenu li a {
  display: block;
  position: relative;
  height: 100%;
  line-height: 70px;
  color: #333333;
}

header ul#navmenu li a:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #e8383d;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

header ul#navmenu li a:hover {
  color: inherit;
}

header ul#navmenu li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  header {
    height: auto;
    min-height: 60px;
  }
  header h1 {
    font-size: 150%;
    line-height: 50px;
  }
  header .container, header .header__wrapper {
    height: auto;
    min-height: 60px;
  }
  header .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  header ul#navmenu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  header ul#navmenu.checked {
    display: -webkit-box;
    display: flex;
  }
  header ul#navmenu li {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header ul#navmenu li a {
    line-height: 50px;
  }
}

dl.update {
  font-size: 14px;
}

dl.update dt {
  width: 100px;
  margin-bottom: 10px;
  color: #e8383d;
}

dl.update dd {
  width: calc(100% - 120px);
  margin: 0;
  margin-bottom: 10px;
}

ul.novel-1 {
  margin-bottom: 30px;
}

ul.novel-1 li {
  display: -webkit-box;
  display: flex;
}

ul.novel-1 li.new:after {
  content: 'new';
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: auto 0 auto 5px;
  background: orangered;
  display: block;
  padding: 0 7px;
  height: 17px;
  line-height: 17px;
  border-radius: 10px;
}

ul.novel-1 li a {
  display: block;
  margin-right: 10px;
  white-space: nowrap;
}

ul.novel-1 li span {
  display: block;
}

ul.novel-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

ul.novel-2 li {
  display: -webkit-box;
  display: flex;
}

ul.novel-2 li.new:after {
  content: 'new';
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: auto 0 auto 5px;
  background: orangered;
  display: block;
  padding: 0 7px;
  height: 17px;
  line-height: 17px;
  border-radius: 10px;
}

ul.novel-2 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.novel-2 li:not(:first-of-type):before {
  content: '/';
  margin: 0 5px;
}

ul.illust-1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

ul.illust-1 li {
  position: relative;
  height: 100px;
  width: 100px;
  margin-bottom: 5px;
}

ul.illust-1 li:not(:last-of-type) {
  margin-right: 5px;
}

ul.illust-1 li a {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

ul.illust-1 li a img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.illust-1 li.new::after {
  content: 'new';
  font-family: "Kulim Park", "M PLUS 1p", sans-serif;
  position: absolute;
  padding: 0 5px;
  left: -3px;
  top: 0px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
  height: 18px;
  line-height: 18px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  padding: 0 7px;
}

@media screen and (max-width: 767px) {
  ul.illust-1 li {
    height: 70px;
    width: 70px;
  }
  ul.illust-1 li a img {
    height: 70px;
    width: 70px;
  }
}

ul.illust-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

ul.illust-2 li {
  position: relative;
  height: 200px;
  width: 150px;
  margin-bottom: 5px;
}

ul.illust-2 li:not(:last-of-type) {
  margin-right: 5px;
}

ul.illust-2 li a {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

ul.illust-2 li a img {
  height: 200px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.illust-2 li.new::after {
  content: 'new';
  font-family: "Kulim Park", "M PLUS 1p", sans-serif;
  position: absolute;
  padding: 0 5px;
  left: -3px;
  top: 0px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: #333333;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  ul.illust-2 li {
    height: 100px;
    width: 80px;
  }
  ul.illust-2 li a img {
    height: 140px;
    width: 120px;
  }
}

ul.link01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 10px 0;
}

ul.link01 li {
  margin-right: 8px;
}

ul.link02 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

ul.link02 li {
  display: -webkit-box;
  display: flex;
}

ul.link02 li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.link02 li:not(:first-of-type):before {
  content: '/';
  margin: 0 5px;
}

.mailform {
  text-align: center;
}

.mailform textarea {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  vertical-align: bottom;
  background: #fcfcfc;
}

.mailform textarea:focus {
  outline: none;
  background: #ffffff;
}

.mailform input {
  margin: 0 0 15px;
  font-size: 16px;
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  background: #fcfcfc;
  -webkit-transition: .2s;
  transition: .2s;
}

.mailform input:focus {
  outline: none;
  background: #ffffff;
}

.mailform input[type="submit"] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 20px;
  padding: 10px 20px;
  background: #e8383d;
  color: #ffffff;
  border: none;
}

.mailform input[type="submit"]:focus, .mailform input[type="submit"]:hover {
  background: #f8cbc5;
}

.clap input {
  margin: 0 10px 15px 0;
  font-size: 16px;
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: calc(100% - 120px);
  border-radius: 5px;
  background: #fcfcfc;
  -webkit-transition: .2s;
  transition: .2s;
}

.clap input:focus {
  outline: none;
  background: #ffffff;
}

.clap input[type="submit"] {
  width: 100px;
  margin: 0px auto 20px;
  padding: 10px 0;
  background: #9ad3c8;
  color: #ffffff;
  border: none;
}

.clap input[type="submit"]:focus, .clap input[type="submit"]:hover {
  background: #f8cbc5;
}

footer {
  background: #cdcdcd;
  overflow: hidden;
  margin-top: 80px;
}

footer .footer {
  padding: 30px 0;
}

footer .footer > p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

footer .footer .title {
  font-size: 130%;
}

footer .bottom {
  background: #333333;
  color: #ddd;
}

footer .bottom .template {
  text-align: right;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
}

footer a.home {
  text-decoration: none;
  color: #54c6ff;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
}

h2.h2-a {
  padding: 10px 20px;
  background: linear-gradient(45deg, #9ad3c8, white);
  color: #ffffff;
}

h2.h2-b {
  padding: 10px 20px;
  background: transparent;
  text-align: center;
  color: #333333;
}

h2.h2-b:before {
  content: '';
  height: 2px;
  width: 10%;
  display: inline-block;
  background: #333333;
  vertical-align: middle;
  margin-right: 30px;
}

h2.h2-b:after {
  content: '';
  height: 2px;
  width: 10%;
  display: inline-block;
  background: #333333;
  vertical-align: middle;
  margin-left: 30px;
}

h2.h2-c {
  font-size: 150%;
  border-bottom: 1px dotted #cccccc;
  padding: 0 10px 10px;
}

h3.h3-a {
  padding: 10px 20px;
  background: transparent;
  color: #000000;
  border-left: none;
  border-bottom: 3px dotted #000000;
}

h3.h3-b {
  border-left: none;
}

h3.h3-b:before {
  content: '//';
  font-size: 105%;
  margin-right: 1em;
}

h3.h3-b:after {
  content: '//';
  font-size: 105%;
  margin-left: 1em;
}


ul.li-a {
  list-style: none;
  margin: 1.5em 0;
}

ul.li-a li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px;
}

ul.li-a li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #9ad3c8;
  position: absolute;
  margin: auto;
  top: 9px;
  left: -20px;
}

ol.li-a {
  list-style: none;
  list-style-type: none !important;
  counter-reset: number;
  margin: 1.5em 0;
}

ol.li-a li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px;
}

ol.li-a li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  font-family: "Josefin Sans", "Kosugi", cursive;
  position: absolute;
  margin: auto;
  top: 6px;
  left: -25px;
  background: #9ad3c8;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
}

dl.list dt {
  position: relative;
  margin-left: 25px;
  font-weight: bold;
  font-size: 110%;
}

dl.list dt:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #9ad3c8;
  position: absolute;
  margin: auto;
  top: 9px;
  left: -20px;
}

dl.list dd {
  margin: 10px 0 1em 1em;
}

dl.list dd > *:first-of-type {
  margin-top: 0;
}

small {
  font-size: 80%;
}

strong.large {
  font-size: 150%;
}

strong.marker {
  background: #f1fc40;
}

.page {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 30px auto;
}

.page a {
  display: block;
  padding: 3px 10px;
}

.comics {
  display: block;
  max-width: 100%;
  margin: 80px auto;
  border: 1px #333333 solid;
}

.comics.tame {
  margin-bottom: 800px;
}

.book {
  display: -webkit-box;
  display: flex;

  margin: 80px auto;
}


.book .book__image {
  margin: 0 20px;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
}

.book .book__discription h4 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .book {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .book:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .book:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
  }
  .book .book__image {
    margin: 0 auto 20px;
    width: auto;
    min-height:150px ;
  }
}

dl.book-01 {
  margin: 20px 0;
}

dl.book-01 dt {
  width: 100px;
  font-weight: 600;
  margin-bottom: 10px;
}

dl.book-01 dd {
  width: calc(100% - 100px);
  margin: 0;
  margin-bottom: 10px;
}

span.pink {
  color: #fa3c72;
}

blockquote {
  background: #f5f4f4;
  margin: 2em 0;
  padding: 15px;
  border-left: 3px solid #ada5a5;
}

blockquote > *:first-of-type {
  margin-top: 0;
}

blockquote > *:last-of-type {
  margin-bottom: 0;
}

.box {
  background: #f1fc40;
  margin: 2em 0;
  padding: 15px;
}

.box > *:first-of-type {
  margin-top: 0;
}

.box > *:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}


a#totop {
  display: block;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #9ad3c8;
}

a#totop:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

a#totop:hover:before {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}


a.bigcard {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 20px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

a.bigcard:hover {
  background: #f7f6f3;
  /* ※リンクカードをホバーしたときの背景色 */
  color: inherit;
}

a.bigcard h5 {
  font-size: 20px;
  margin: 10px 0 0;
}

a.bigcard .memo {
  font-size: 13px;
  margin-top: 0;
  color: #aba9a5;
}

a.bigcard figure {
  margin: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

a.bigcard figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

 a.bigcard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    align-self: stretch;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  a.bigcard h5 {
    font-size: 20px;
    margin: 0;
  }
  a.bigcard p {
    margin: 0.8em 0;
  }
  a.bigcard .memo {
    font-size: 13px;
    margin-top: 0;
    color: #aba9a5;
  }
  a.bigcard figure {
    display: block;
    width: auto;
    -webkit-box-flex: 1;
            flex: 1;
    height: auto;
    min-height: 150px;
    margin-right: 10px;
  }
  a.bigcard figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  a.bigcard .text {
    -webkit-box-flex: 2;
            flex: 2;
    padding: 5px;
color: black;
  }
}








/* 検索フォームの設定 */
.search {
  text-align: center;
}

.search textarea {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  vertical-align: bottom;
  background: #fcfcfc;
}

.search textarea:focus {
  outline: none;
  background: #ffffff;
}

.search input {
  margin: 0 0 15px;
  font-size: 14px;
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  background: #fcfcfc;
  -webkit-transition: .2s;
  transition: .2s;
}

.search input:focus {
  outline: none;
  background: #ffffff;
}

.search input[type="submit"] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 20px;
  padding: 10px 20px;
  background: #e8383d;
  color: #ffffff;
  border: none;
}

.search input[type="submit"]:focus, .mailform input[type="submit"]:hover {
  background: #f8cbc5;
}



/* スライドのぽっち*/
.swiper-pagination-bullet-active {
	background: #9ad3c8 !important;
}