@charset "UTF-8";

/* ==========================================
  リセットCSS
  ========================================== */
ol,
ul {
  list-style: none;
}

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

/* ==========================================
    追加
   ========================================== */

   input{
       outline:none;
   }

   button:focus {
       outline: 0px dotted;
       outline: 0px auto -webkit-focus-ring-color;
   }

.para-text {
  background: transparent;
  position: absolute;
  min-height: 100vh;
  top: 40vh;
  z-index: 10100;
  width: 100%;
  font-size: 3.4rem;
  line-height: 1.3;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 200;
  font-style: normal;
  color:white;
}



@media screen and (max-width: 767px) {
  .sp_slider_logo{
    width:110px !important;
    height:72px !important;
    min-height: 72px !important;
    text-align: center;
    left: 0;
    right: 0;
  }
  .para-text{
    top: 15vh;
    font-size: 2rem;
    line-height: 1.5;
  }
}

/* 横向きの場合のスタイル*/
@media screen and (orientation: landscape) and (max-width:812px){
  .para-text{
    top: 20vh;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

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

/* navi bigin */
.navbar-toggler{
  margin-right: 3rem !important;
}

@media screen and (max-width: 600px){
  .navbar-toggler{
    margin-right: 3rem !important;

}
}


input {display: none;}


body input + label {
  position: fixed;
  top: 0px;
  height: 62px;
  width: 62px;
  z-index: 5;
  background-color: #4f4f4f;
}
body input + label span {
  position: absolute;
  width: 28px;
  height: 3px;
  top: 15px;
  margin-top: 5px;
  display: block;
  background: #FFFFFF;
  transition: .5s;
}




body input + label span:first-child {
  top: 6px;
}
body input + label span:last-child {
  top: 25px;
}
body label:hover {
  cursor: pointer;
}
body input:checked + label span {
  opacity: 0;
  top: 15px;
  margin-top: 5px;
}
body input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
body input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}



	nav {



	  position: fixed;

	  width: 100%;
	  height: 0px;
	  z-index: 3;
	  transition: .5s;
	  transition-delay: .5s;
	  overflow: hidden;


	}


  @media screen and (min-width: 993px){
    input {display: none;}

    body input + label {
      position: fixed;
      top: 0px;
      right: 0px;
      height: 62px;
      width: 62px;
      z-index: 5;
    }
    body input + label span {
      position: absolute;
      width: 42px;
      height: 5px;
      top: 25px;
      margin-top: 5px;
      right: 30px;
      display: block;
      background: #FFFFFF;
      transition: .5s;
    }
    body input + label span:first-child {
      top: 10px;
    }
    body input + label span:last-child {
      top: 40px;
    }
    body label:hover {
      cursor: pointer;
    }
    body input:checked + label span {
      opacity: 0;
      top: 50%;
      margin-top: -3px;
    }
    body input:checked + label span:first-child {
      opacity: 1;
      transform: rotate(405deg);
    }
    body input:checked + label span:last-child {
      opacity: 1;
      transform: rotate(-405deg);
    }
  	}



    .logo-wrapper{height: 52px; position: relative; top: 0; left: 0; text-align: left; vertical-align: top; margin-top:0px; margin-left: 7px; margin-right: 0px;}

    .header {
        /* position: relative; */
        top: 0;
        left: 0;
        width: 100%;
        height: 62px;
        background-color: #013763;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
        z-index: 3;
        position: fixed;
        display: flex;
        display: -webkit-flex;
        margin-top: 0;
    }

.header li{ margin-top: 0px; margin-left: 10px; list-style-type: none;width:75%;}
.menu_ul {
  text-align: left;
	list-style: none;
	list-style-type: none;
  padding-top:1rem;
  padding-left:2rem;
  padding-left: 50%;
  position:absolute; top:20%;
}



.nav-item{
  padding:0rem 0;
  font-size:150%;
  text-align: center;
}
.nav-item:first-child{
  padding:0rem 0;
}


@media screen and (orientation: landscape) and (min-width:812px){
  .nav-item{
    padding:0rem 0;
  }

/* 横向きの場合のスタイル */
}

@media screen and (min-width: 768px){
  .nav-item{
    padding:0rem 0;
    font-size: 100%;
  }

}

  @media screen and (min-width: 768px){
    .logo-wrapper {
      height: 52px; position: relative; top: 0; left: 0; text-align: left; vertical-align: top; margin-top:0px; margin-left: 7px; margin-right: 0px;
    }

.header li{ margin-top: 0px; margin-left: 10px; list-style-type: none; width:45%;}

    .menu_ul {
      text-align: left;
    	list-style: none;
    	list-style-type: none;
      padding-top:0rem;
      padding-left: 50%

}

.header {
    /* position: relative; */
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;

    box-sizing: border-box;
    text-align: center;
    padding: 0;
    z-index: 3;
    position: fixed;
    display: flex;
    display: -webkit-flex;
    margin-top: 0;

}


}


 nav > ul > li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
}





body input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
body input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: .5s;
}


/* navi end */


/* ==========================================
     画像拡大
   ========================================== */

.ImgBox{

  overflow: hidden;
}
.ImgBox-Img{
  transition-duration: 0.3s;
}
.ImgBox-Img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}


 /* ==========================================
      common
    ========================================== */




body {
  background: #fff;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  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;
}



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

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

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



h1, h2, h3, h4 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

p {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 0.9rem;
    line-height: 2;
    font-weight: 500;
  }

}

.footer p{
  color:white;
  font-size:0.8rem;
  line-height: 1.7;
}

.footer a{
  color:white;
}
.topics{
  margin: 10px;
}
.topics dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.topics dl::after {
  content: "";
  clear: both;
  display: block;
}

.topics dt {
padding-bottom: 5px;
}

@media screen and (min-width: 768px) {

.topics dt {

clear: left;
float: left;
width: 15%;
}
.topics dd {
float: left;
margin-left: 5%;
width: 80%;
}
}




p#menubtn {
  color: white;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  position: absolute;
  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_english{
  background-color: #e4e3e3;
  font-size:1.5rem;
  padding: 2px 8px;
}

h2 {
  font-size: 250%;
  font-weight: 500;
  margin: 0 0 5px;
  color: black;
  text-align: center;
  width: 100%;
}



@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
  .h2_english{
    font-size:1rem;

  }
}

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

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: 60px auto;
}

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

h3 {
  font-weight: normal;
  font-size: 130%;
  display: block;
  margin: 45px 0 15px 0;
  border-left: 0px solid;
  padding: 0 0 0 0px;
}

.bgvdot{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  min-height: 100vh;
  background:url(../img/dot_pt1.png);
  background-size:auto;
  z-index: 10000;

}

a.anchor {
    display: block;
    padding-top: 76px;
    margin-top: -76px;
}

table {
  width:100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.tbl-r02 th {
  background: #c9d3e1;
  color: black;
  padding: 10px;
  width:35%;
  font-weight: normal;
}
.tbl-r02 td {
  background: #f1f7ff;
  color: black;
  padding: 10px;
  width:65%;
}

@media screen and (max-width: 640px) {
  table {
    width:100%;
    border-collapse: separate;
    border-spacing: 0px;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
  }
}


#googlemaps {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

#googlemaps iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#googlemaps{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.slider0 {
  width: 100%;
  min-height: 100vh;
  top:-76px;

}


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

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

.swiper-slide {
  position: fixed;
}

.slider0 img {
  position: fixed;
  z-index: -9999;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100vh;
}

.swiper-slide .text {
  background: transparent;
  position: absolute;
  min-height: 100vh;
  top: 40vh;
  z-index: 10100;
  width: 100%;
  font-size: 3.4rem;
  line-height: 1.3;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 200;
  font-style: normal;
}


@media screen and (max-width: 767px) {
  .swiper-slide .text {
    top: 40vh;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.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: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}



/* ==========================================
    swiper2
   ========================================== */
   .slider1 {
     width: 100%;

   }


   @media screen and (max-width: 991px) {
     .slider1  {
       height: auto;
     }
   }

   @media screen and (max-width: 767px) {
     .slider1  {
       height: auto;
     }
   }

   .slider1 {
     position: fixed;
   }

.slider1  .swiper-container  .swiper-wrapper .swiper-slide .slider1_img {
     position: fixed;
     z-index: -9999;
     -o-object-fit: cover;
        object-fit: cover;
width:100%;

   }

   /* ==========================================
       swiper2 End
      ========================================== */
    /* ==========================================
          swiper3
         ========================================== */
         .slider2 {
           width: 100%;

         }


         @media screen and (max-width: 991px) {
           .slider2 {
             height: auto;
           }
         }

         @media screen and (max-width: 767px) {
           .slider2 {
             height: auto;
           }
         }

         .slider2{
           position: fixed;
         }

      .slider2 .swiper-container  .swiper-wrapper .swiper-slide .slider1_img {
           position: fixed;
           z-index: -9999;
           -o-object-fit: cover;
              object-fit: cover;
      width:100%;

         }

         /* ==========================================
             swiper3 End
            ========================================== */


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: 10200;
  top: 0;
  height: 76px;
  background:rgba(1,55,99,1);
}




header .container {
  height: 76px;
}

header .row {
  background: transparent;
}

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

.navbar{
  padding: 0;
}
header h1 {

}

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

header ul#navmenu li a:after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: white;
  -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: white;
}

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

.zazoo_logo{
  width:72px;
  padding-top: 15px;
}


@media screen and (max-width: 991px) {
  .zazoo_logo{
    width:48px;
    padding-top: 10px;
  }

  header {
    height: 50px;
    min-height: 50px;
  }
  header h1 {

  }
  header .container, header .header__wrapper {
    height: auto;
    min-height: 50px;
  }
  header .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  header ul#navmenu {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    width: 100%;
    margin-top: 40px ;
    background-color: #013763;
    height: 100vh;

  }
  header ul#navmenu.checked {
    display: -webkit-box;
    display: flex;
  }
  header ul#navmenu li {


  }
  header ul#navmenu li a {

  }
}

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: -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: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  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: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  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: 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: #013763;
  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, 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: 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: square inside;
  margin: 1em 0.5em;
}

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

ul.li-b {
  list-style: disc inside;
  margin: 1em 0.5em;
}

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

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