@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: #e8eff1;
  font-family: YuGothic,'Yu Gothic','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Cambria Math','Avenir',sans-serif;
  padding: 0;
  margin: 0;
}

body.home{
  /* background: linear-gradient(0deg, transparent 31px, rgba(0,0,0,.3) 32px),linear-gradient(90deg,  transparent 31px, rgba(0,0,0,.3) 32px) #fff;
  background-size: 32px 32px; */
  background-color: #ffffff;
}

body.home::before {
  content: '';
  opacity: .5;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 100%;
  /* max-width: 1200px; */
  height: 100vh;
  transform: translateX(-50%);
  background: url(../img/illustration.png) 70% 0 / 1000px no-repeat,
  repeating-linear-gradient(45deg, #fffae8, #fffae8 30px, transparent 30px, transparent 58px);
  /* background: url(../img/illustration.png) 90% 0 / 60% no-repeat; */
}

@media screen and (max-width: 767px) {
  body.home::before {
    background-size: 700px;
  }
}

.home .container {
  box-sizing: border-box;
  max-width: none;
}

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

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

dl dd,
dl dt {
  display: block;
}

.row {
  /* background: white;
  background: rgba(255,255,255,0.8); */
  margin:50px 0;
  padding:30px 100px;
  /* コンテンツの背景色 */
}

.home main .row {
  background: white;
  background: rgba(255,255,255,0.8);
  margin: 100px 0;
  padding: 0;
}
.home main .row .col-12 {
  padding: 120px 0 60px;
}

@media screen and (max-width: 767px) {
  .row:first-child {
    margin-top: 0;
  }

  .home main .row .col-12 {
    padding: 70px 0 40px;
  }
}

.speechBubble {
  /* position: relative;
  display: inline-block;
  margin-bottom: 40px;
  margin-left: -5%; */
  padding: 12px 18px;
  border: 3px solid #000000;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translate(max(10px, 50vw - 450px), 70%);
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24%;
  border-style: solid;
  border-width: 15.2px 0 0 15.2px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

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

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

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

p, ul, dl {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 0 0 40px 0;
}
  .p-bold{
    font-size:170%;
    color: #333333;
    font-weight: bold;
  }

.home p,
.home a.btn-border {
  font-size: max(18px, 18 * 100vw / 1600);
}
.home p {
  line-height: 2;
}

.home a.btn-border {
  margin-top: 2em;
}

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

  .home p,
  .home a.btn-border {
    font-size: max(16px, 16 * 100vw / 1600);
  }
  .home .row p {
    text-align-last: left;
  }
}

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

h3 {
  color: #333333;
  padding: 0 50px 0 5px;
  margin: 20px 0 10px;
  font-size: 200%;
  display: inline-block;
  background: linear-gradient(transparent 70%, #ccd8dd 70%);
}

h5 {
  font-size:160%;
  color: #333333;
}

.privacypolicy h5{
  font-size:200%;
  color: #333333;
  margin-bottom: 5px;
}

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: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  z-index: 99999;
  display: none;
}

@media screen and (max-width: 1200px) {
  p#menubtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 0;
  }
}

.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: 250%;
  font-weight: 500;
  margin: 10px 5px 30px 5px;
  color: rgb(0, 0, 0);
  width: 100%;
}

.speechBubble h2 {
  margin: 5px;
  font-size: 30px;
  line-height: 2;
}

/* h2:first-letter {
  font-size: 130%;
} */

@media screen and (max-width: 767px) {
  .speechBubble h2 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
}


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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

a.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  /* display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  background: gray;
  color: #ffffff;
  margin: 20px auto;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 100vh; */
}

a.btn-border {
  margin-bottom: 12px;
  padding: 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0;
}

a.btn-border span {
  position: relative;

  display: block;

  padding: 1.25rem 3rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;

  display: block;

  width: 100%;
  height: 14px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}



a.btn:hover {
  background: #b3b3b3;
  -webkit-transition: .2s;
  transition: .2s;
}

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

a.btn.white:hover {
  color: #666666;
  -webkit-transition: .2s;
  transition: .2s;
}

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

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

a.btn.pink {
  background: #fa3c72;
}

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

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

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

hr {
  height: 2px;
  background-color: royalblue;
  width: 100px;
  border: none;
  margin: 20px auto;
}

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

.tab-label-heading {
  color: #333333;
  font-weight: normal;
  font-size: 250%;
  display: block;
}

.swiper-container {
  width: 100%;
  /* height: 500px; */
  margin-top: 60px;
}

/* @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.btn {
  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.btn {
  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;
}

.swiper-slide .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
.swiper-slide .copy img {
  width: 80%;
  max-width: 630px;
  /* max-width: 55%; */
  height: auto;
}

@media screen and (max-width: 767px) {
  .swiper-container {
    margin-top: 240px;
  }

  .swiper-slide .copy {
    max-width: none;
  }

  .swiper-slide .copy img {
    width: 90%;
  }
}

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: 1000;
  top: 0;
  height: 70px;
  background: #ffffffad;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

header .container {
  max-width: none;
  height: 70px;
}

header .row {
  background: transparent;
  margin: 0 0 0 10px;
  padding: 0;
}

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

/* header a h1 {
  color: #3cf;
  padding: 0;
  font-size: 340%;
  line-height: 40px;
  letter-spacing: 4px;
}

header a h5 span {
  font-size: 120%;
  color: #3cf;
} */

header h1 {
  height: 100%;
  padding: 0;
  letter-spacing: 4px;
  font-size: 34px;
  line-height: 1;
}

header h1 a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  vertical-align: top;
}

header h1 a,
header h1 a:hover {
  color: #3cf;
}

header h1 a>span {
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0;
  color: #333;
  font-size: 16px;
}

header h1 span span {
  color: #3cf;
  font-size: 120%;
}

header ul#navmenu {
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 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;
  font-weight: 500;
  color: #333333;
}

header ul#navmenu li a:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #679eafc7;
  -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: 1200px) {
  header {
    height: auto;
    min-height: 60px;
  }
  /* header h1 {
    font-size: 150%;
    line-height: 30px;
    padding: 10px 40px 10px 0;
  } */
  header .container, header .header__wrapper {
    height: auto;
    min-height: 60px;
  }
  header .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
  }
  header ul#navmenu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 30%;
    /* width: calc(100% + 30px);
    margin: 0 -15px; */
    padding: 0;
    background: #ffffffdd;
    text-align: center;
  }
  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;
    padding: 0 2em;
  }
}

main,
footer {
  position: relative;
  z-index: 1;
}

.home main {
margin-top: 60px;
}

.center {
  text-align: center;
}

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

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

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: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 620px;
  margin: 20px auto;
  padding: 0;
}

ul.illust-1 li {
  position: relative;
}

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

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

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 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: auto;
  }
  ul.illust-1 li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

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;
}

.c-tyuui{
  list-style: disc;
  width: 100%;
  max-width: 720px;
  margin: 40px auto;
}

.mailform {
  font-size: 16px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.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: royalblue;
  color: #ffffff;
  border: none;
}

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

.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: royalblue;
  color: #ffffff;
  border: none;
}

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

footer {
  background: #a5e9ff;
  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 {
  text-decoration: underline;
  color: #000000;
  display: block;
  font-size: 14px;
}

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

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

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

h2.h2-b:after {
  content: '';
  height: 2px;
  width: 5%;
  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;
}

.privacypolicy h3 {
  display: block;
  padding: 0;
  background: none;
}

ul.li-a {
  list-style: circle inside;
  margin: 0.5em 0.5em 2.5em 1.4em;
  text-indent: -1.4em;
}

ul.li-a li {
  margin-bottom: 0.5em;
}

ul.li-b {
  list-style: disc inside;
  margin: 0.5em 0.5em 2.5em 1.4em;
  text-indent: -1.4em;
}

ul.li-b li {
  margin-bottom: 0.5em;
}

ol.li-a {
  list-style: decimal inside;
  margin: 1em 0.5em;
}

ol.li-a li {
  margin-bottom: 0.5em;
}

ol.li-b {
  list-style: lower-alpha inside;
  margin: 1em 0.5em;
}

ol.li-b li {
  margin-bottom: 0.5em;
}

.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;
  width: 80%;
  max-width: 800px;
  margin: 80px auto;
}

.book:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.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;
    max-width: 300px;
  }
}

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: #ededed;
  padding: 20px 30px;
  margin: 20px;
  font-size: 15px;
  font-style: italic;
}

.nextheld {
  /* border: 5px solid #ffffff; */
	width: 700px;
	height: 250px;
  background-color: #ffffff;
  margin: 0 auto 20px auto;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.nextheld p {
  margin-bottom: 0;
  font-size: 250%;
  font-weight: bold;
  color: #333333;
}

.nextheld .fin {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.next-hosoku {
  font-size: 16px;
}

.joinbtn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 0.5rem;
}

.joinbtn {
  border: 2px solid #555555;
  border-radius: 0;
  background: #ffffff;
  display: block;
  width: 340px;
  margin: 60px auto;
  border-radius: 50px;
}

.joinbtn:hover{
  color: #fff;
  background: #444444;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
    
  .nextheld {
    width: auto;
    height: auto;
    padding: 30px 5px;
    border-radius: 10px;
  }

  .nextheld p {
    font-size: 160%;
  }

  .p-bold {
    font-size: 150%;
  }

  .next-hosoku {
    font-size: 14px;
  }

  h3 {
    padding-right: .5em;
    font-size: 180%;
  }

  .joinbtn {
    width: auto;
    padding: 1em;
    font-size: 14px;
  }
}


.tabs {
  display: flex;
  justify-content: center;
}

/*タブを横並びに*/
.tab-label {
   display: block;
   /* float: left; */
}
.tab-label-heading:not(:last-of-type) .tab-label{
   margin-right: 30px;
}
/*ラジオボタンを全て非表示に*/
input[name="tab-radio"] {
   display: none;
}

.tab-label{
  --c-tab: #3cf;

  position: relative;
  padding: 10px 20px;
  border: 2px solid var(--c-tab);
  border-radius: 20px;
  background-color: #fff;
  transition: .3s;
  color: var(--c-tab);
  font-size: 16px;
  cursor: pointer;
}
.tab-label::after{
  content: '';
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: solid transparent;
  border-width: 12px 10px;
  border-top-color: var(--c-tab);
  transform: translateY(-5px);
  transition: .3s;
}
.tab-label:hover{
   opacity: .7;
}
/* 選択されたタブの見た目 */
/* input:checked + h2 > .tab-label{ */
#tab-a:checked ~ .tabs .tab-label.a,
#tab-b:checked ~ .tabs .tab-label.b{
   color: #fff;
   background-color: var(--c-tab);
}
#tab-a:checked ~ .tabs .tab-label.a::after,
#tab-b:checked ~ .tabs .tab-label.b::after{
  opacity: 1;
  transform: translateY(0);
}
.tab-panel{
   /* height: 170px;
   clear: both; */
   display: none; /*パネルを非表示*/
   margin-top: 40px;
}
/* 選択されているチェックボックスに応じてパネルを表示 */
#tab-a:checked ~ .panel-a,
#tab-b:checked ~ .panel-b{
   display: block;
}
.tab-panel>div{
   /* display: flex;
   height: 100%;
   align-items: center;
   justify-content: center; */
}

.tab-panel li {
  text-align: center;
}

/*Googleフォーム*/
.c-form {
	max-width: 600px;
	margin: 0 auto;
}
.c-form__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 20px;
}
.c-form__label,
.c-form__input {
	padding: 10px;
}
.c-form__label {
	width: 90%;
}
.c-form__input {
	width: 90%;
	font-size: 16px;
	border: solid 1px #333;
	border-radius: 4px;
}
.c-form__input:focus-visible {
	outline: #3ebfff auto 1px;
}
.c-form__required {
	color: #fff;
	background-color: #66c5ff;
	border-radius: 4px;
	padding: 5px 5px;
	margin: 0 0 0 18px;
}
textarea.c-form__input {
	height: 160px;
}
.c-form__submit {
	text-align: center;
}
.c-form__submit button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #3ebfff;
	border: solid 1px #3ebfff;
	border-radius: 4px;
	padding: 5px 32px;
	transition: 0.4s;
	cursor: pointer;
}
.c-form__submit button:hover {
	color: #3ebfff;
	background-color: transparent;
}

@media (max-width: 767px) {
  .c-form__item {
    justify-content: flex-start;
  }
}

@media (min-width: 640px) {
	.c-form__item {
		flex-wrap: nowrap;
	}
	.c-form__label {
		width: 40%;
	}
	.c-form__input {
		width: 55%;
	}
}
/*Googleフォームここまで*/

#form_comp {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  background: #e8eff1;
  transition: .5s;
}

#form_comp.on {
  visibility: visible;
  opacity: 1;
}

#form_comp p {
  margin: 0;
  padding: .5em 1em;
  border-radius: 5px;
  background: rgba(0,0,0,.5);
  color: #fff;
}

#form_iframe {
  display: none;
}

/* メンバー紹介用 */
.profile {
  display: none;
}

#fuwaimg_inner {
  overflow-x: hidden;
}

div#fuwaimg_img {
  margin: auto;
}

@media (min-width: 640px) {
  #fuwaimg_inner {
    min-width: 600px;
  }
}

#fuwaimg_caption_text {
  display: flex;
  align-items: center;
}

#fuwaimg_caption_text .info {
  margin-left: 20px;
}

#fuwaimg_caption_text .profile {
  display: block;
}

/* footer下配置用 */
html {
  height: 100%;
}
body {
  min-height: 100%;
}
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}

/* SNSリンク */
.snslink {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.snslink img {
  display: block;
}

.snslink_x {
  display: flex;
  align-items: center;
  /* padding: 7px 10px;
  border-radius: 3px;
  background: #23c1ff;
  color: #ffffff; */
  padding-right: 18px;
  border-radius: 18px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.snslink_x:hover {
  color: inherit;
}

.snslink_x .logo {
  display: flex;
  align-items: center;
  aspect-ratio: 1;
  width: 36px;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 50%;
  background: #000;
}

.snslink_x .text {
  position: relative;
}
.snslink_x .text::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -2px;
  right: -2px;
  border-bottom: 2px solid;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: .2s transform;
}
.snslink_x:hover .text::before {
  transform: scaleX(1);
}

.join {
  position: sticky;
  bottom: 0;
  margin-top: -40px;
  padding: 30px 0;
  background: rgba(255,255,255,.9);
  text-align: center;
}
.join+footer {
  margin-top: 0;
}
.join p {
  margin: 0 0 1em;
  padding: 0;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.join ul {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 0;
  padding: 0;
}

.join .joinbtn {
  width: auto;
  margin: 0;
  padding: .5em 1em;
}

.join_line img {
  display: block;
}

@media screen and (max-width: 767px) {
  .join {
    padding: 20px 0;
  }
  .join p {
    font-size: 14px;
    line-height: calc(18 / 14);
  }
  .join ul {
    gap: 30px;
  }
}