@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:769px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto;
    border-style: none;
  }
  #container {
    width: auto;
  }
  body {
    font-family: "Sawarabi Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.778;
    color: #333;
    background-color: #FFFFFF;
  }
  /* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */
  header {
    font-family: 'Kiwi Maru', serif;
    color: #555;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
  }
  #logo {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #logo_mark {
    text-align: center;
    padding-top: 30px;
  }
  .ci {
    margin: 0 auto;
    text-align: center;
  }
  .ci2 {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    height: 300px;
  }
  #lead {
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  #lead h2 {
    text-align: center;
    padding: 10px;
  }
  /* ---------------------------------------------------------------- *
	メニュー
 * ---------------------------------------------------------------- */
  #menu {
    margin: 0 auto;
    height: 200px;
    width: 360px;
    margin-bottom: 20px;
  }
  #menu ul {
    height: 100px;
    width: 360px;
    margin: 0 auto;
  }
  #menu li a {
    float: left;
    height: 150px;
    width: auto;
    overflow: hidden;
    text-decoration: none;
    display: block;
  }
  /*------off*/
  #menu li.menu01 a {
    height: 100px;
    width: 60px;
    text-align: center;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 20px;
    background-image: url("../images/menu_short.svg");
    background-repeat: no-repeat;
    /* FireFox リンク選択時の点線を消す */
    overflow: hidden;
    outline: none;
  }
  #menu li.menu02 a {
    height: 100px;
    width: 60px;
    text-align: center;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url("../images/menu_tall.svg");
    background-repeat: no-repeat;
    /* FireFox リンク選択時の点線を消す */
    overflow: hidden;
    outline: none;
  }
  #menu li.menu03 a {
    height: 100px;
    width: 60px;
    text-align: center;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url("../images/menu_grande.svg");
    background-repeat: no-repeat;
    /* FireFox リンク選択時の点線を消す */
    overflow: hidden;
    outline: none;
    opacity: 0.5;
  }
  #menu li.menu04 a {
    height: 100px;
    width: 60px;
    text-align: center;
    padding-bottom: 5px;
    margin-left: 20px;
    background-image: url("../images/menu_serial.svg");
    background-repeat: no-repeat;
    /* FireFox リンク選択時の点線を消す */
    overflow: hidden;
    outline: none;
  }
  #menu li.menu01 a h4 {
    margin-top: 75px;
    font-size: 90%;
    color: #FFF;
  }
  #menu li.menu02 a h4 {
    margin-top: 75px;
    font-size: 90%;
    color: #FFF;
  }
  #menu li.menu03 a h4 {
    margin-top: 75px;
    font-size: 90%;
    color: #FFF;
  }
  #menu li.menu04 a h4 {
    margin-top: 75px;
    font-size: 90%;
    color: #FFF;
  }
  .title {
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  /* ---------------------------------------------------------------- *
	novel
 * ---------------------------------------------------------------- */
  #novel_contents_container {
    max-width: 375px;
    margin: 0 auto;
    margin-bottom: 150px;
  }
  .novel_contents {
    max-width: 375px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .novel_contents a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
  }
  .pickup-img {
    position: relative;
  }
  .pickup-img:before {
    border-color: transparent #ff00cc transparent transparent;
    border-style: solid;
    border-width: 0px 50px 50px 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 325px;
    width: 0;
    z-index: 2;
  }
  .pickup-img:after {
    color: #fff;
    content: "NEW!";
    font-size: 12px;
    position: absolute;
    top: 17px;
    left: 342px;
    transform: rotate(45deg);
    z-index: 3;
  }
  .novel_contents a:active {
    display: block;
  }
  .novel_contents p {
    margin-top: 0;
    margin-bottom: 0.1em;
    color: #777;
    line-height: 1.5;
  }
  label {
    display: block;
    margin: 0;
    padding: 0px;
    line-height: 0;
    color: #fff;
    cursor: pointer;
  }
  input {
    display: none;
  }
  .novel_contents ul {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    list-style: none;
  }
  .novel_contents li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
  }
  #novel_contents .title {
    width: 300px;
    margin: 0 auto;
  }
  .note {
    width: 120px;
  }
  .note-btn {
    background: #44C7B7;
    font-size: 16px;
    border-radius: 7px;
    padding: 0;
    margin: 2px 0px;
    text-decoration: none;
    text-align: center;
  }
  .note-btn a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 5px;
  }
  .note2 {
    display: flex;
    width: 450px;
  }
  .note-btn2_l {
    padding: 5px 10px 5px 0px;
  }
  .note-btn2_r {
    width: 120px;
    background: #44C7B7;
    font-size: 16px;
    border-radius: 7px;
    padding: 0;
    margin: 2px 0px;
    text-decoration: none;
    text-align: center;
  }
  .note-btn2_r a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 5px;
  }
  .serial_box {
    width: 120px;
  }
  .serial_box_btn {
    background: #ff00cc;
    font-size: 16px;
    border-radius: 7px;
    padding: 0;
    margin: 2px 0px;
    text-decoration: none;
    text-align: center;
  }
  .serial_box_btn a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 5px;
  }
}
/* ---------------------------------------------------------------- *
	about
 * ---------------------------------------------------------------- */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 300px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 60px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  vertical-align: middle;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #333 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}
.modal-about {
  text-align: center;
}
.modal-about p {
  font-size: 14px;
  line-height: 30px;
  padding-top: 20px;
  color: #333;
}
/* ---------------------------------------------------------------- *
	fotter
 * ---------------------------------------------------------------- */
.mini-text {
  display: block;
  line-height: 35px;
  font-size: 14px;
} /*文字大きさ*/
ul.bottom-menu {
  margin: 0 auto;
  width: 300px;
  padding: 0;
  background-color: #FFF;
  text-align: center;
}
ul.bottom-menu li {
  background-color: #FFF; /*背景色*/
  list-style-type: none;
  text-align: center;
  font-size: 40px; /*アイコンのサイズ*/
}
.bottom-menu li a {
  display: block;
  color: #333; /*アイコン＆文字の色*/
  padding-top: 10px;
  padding-bottom: 35px;
  line-height: 10px;
  text-decoration: none;
}
.bottom-menu li a:hover {
  color: #333; /*マウスオーバー時の色*/
}
footer {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
footer p {
  text-align: center;
  font-size: 80%;
}