@charset "UTF-8";
@font-face {
  font-family: "YuGothicM";
  src: local("Yu Gothic Medium"), local("Yu Gothic");
  font-weight: 500;
}

/* base
============================================================================== */
body,
html {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 100%;
  color: #333;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  font-family: Meiryo, ‘メイリオ’, 'Hiragino Kaku Gothic Pro', ‘ヒラギノ角ゴ Pro W3′, sans-serif;
}

body.frame {
  overflow: hidden;
}

body.menu {
  overflow-y: scroll;
}

body.r18 {
  background: #f1f1f1;
}

body .sp-only {
  display: none;
}

body.menu-sp .pc-only {
  display: none;
}

body.menu-sp .sp-only {
  display: inline-block;
}

p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

li,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

hr {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  height: 1px;
}

/* link ======================== */
a {
  color: inherit;
}

a:link {
  color: #3A3A3A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #A3A3A3;
  text-decoration: none;
}

img:not(.icon) {
  max-width: 100%;
  height: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* frame
============================================================================== */
.area-container {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.area-container .area-menu {
  width: 230px;
  height: 100%;
  min-height: 100vh;
  border-right: 1px solid #333;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  background: #fafafa;
}

.area-container .area-menu iframe {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  border: 0;
  padding: 0;
  outline: none;
}

.area-container .area-main {
  width: calc(100% - 230px);
  height: 100%;
  min-height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
}

.area-container .area-main iframe {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  border: 0;
  padding: 0;
  outline: none;
}

.page-container {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* menu
============================================================================== */
.box-menu {
  padding: 10px 0px 30px 10px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* custom scroll bar */
}

.box-menu .disc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.box-menu .disc .txt {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 15px;
}

.box-menu .list-link {
  text-align: center;
  margin-bottom: 15px;
}

.box-menu .list-link li {
  display: inline-block;
  font-size: 1.1rem;
}

.box-menu .ttl-main {
  border: none;
  font-weight: normal;
  font-family: "Georgia", "Times New Roman", "Yu Gothic Medium", "YuGothicM", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-style: italic;
  text-align: center;
  line-height: 1;
  display: block;
  font-size: 3rem;
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  width: 100%;
  margin: 15px 0 40px;
}

.box-menu .ttl-main::before {
  content: none;
}

.box-menu .ttl-main::after {
  content: "";
  background: #333;
  height: 1px;
  width: 20px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -15px;
}

.box-menu .ttl-menu {
  font-size: 1.4rem;
  font-weight: 600;
  border-left: 5px solid;
  padding-left: 8px;
  cursor: pointer;
  margin-bottom: 10px;
}

.box-menu .ttl-sub {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.box-menu .menu-box {
  padding: 0 0 30px;
  display: none;
}

.box-menu .menu-box ul:not(:last-child) {
  margin-bottom: 20px;
}

.box-menu .menu-box li {
  line-height: 1.5;
  margin-bottom: 4px;
}

.box-menu .menu-box .txt-comment {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.box-menu .box-back {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 2px;
  width: 100%;
  height: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-menu .box-back a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  font-weight: bold;
  color: inherit;
}

.box-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.box-menu .mCSB_container {
  padding-right: 17px;
}

.box-menu .mCSB_scrollTools {
  margin-bottom: 10px;
}

/* pict TOP
============================================================================== */
.box-top {
  margin: 30px auto;
  text-align: left;
  width: 60%;
  max-width: 600px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-top a {
  text-decoration: underline;
}

.box-top .box-update {
  text-align: center;
}

.box-top .box-update .ttl {
  font-size: 1.4rem;
  font-style: italic;
  font-family: "Georgia", "TimesNewRoman", Meiryo, ‘メイリオ’, "Hiragino Kaku Gothic Pro", ‘ヒラギノ角ゴ Pro W3′, sans-serif;
  border: none;
  margin: 0 0 6px;
  line-height: 1;
  margin-bottom: 10px;
}

.box-top .box-update p {
  margin: 0;
}

.box-top .box-update::after {
  content: "◆";
  display: block;
  margin: 20px auto;
  font-size: 1.6rem;
}

.box-top .box-attention .box-txt {
  margin-bottom: 30px;
}

.box-top .box-attention p {
  margin: 0 0 10px;
}

.box-top .box-attention p:last-child {
  margin-bottom: 0;
}

.box-top .box-attention .ttl {
  font-size: 1.6rem;
  border-left: 5px solid;
  padding-left: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.box-top .box-attention .line {
  border-color: rgba(0, 0, 0, 0.3);
  margin: 30px 0;
}

/* R18
============================================================================== */
.box-r18 {
  margin: 30px auto;
  text-align: left;
  width: 60%;
  max-width: 600px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-r18 .ttl-main {
  border: none;
  font-weight: normal;
  font-family: "Georgia", "TimesNewRoman", Meiryo, ‘メイリオ’, "Hiragino Kaku Gothic Pro", ‘ヒラギノ角ゴ Pro W3′, sans-serif;
  font-style: italic;
  text-align: center;
  line-height: 1;
  display: block;
  font-size: 3rem;
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  width: 100%;
  margin: 15px 0 40px;
}

.box-r18 .ttl-main::after {
  content: "";
  background: #333;
  height: 1px;
  width: 20px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -15px;
}

.box-r18 p:not(:last-child) {
  margin-bottom: 10px;
}

.box-r18 .menu-box {
  display: none;
}

.box-r18 .menu-box .ttl {
  font-size: 1.6rem;
  border-left: 5px solid;
  padding-left: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.box-r18 .menu-box .line {
  margin: 30px 0;
}

/* Character
  ============================================================================== */
.box-chara {
  margin: 30px auto;
  text-align: left;
  width: 80%;
  max-width: 600px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-chara .line {
  margin: 40px 0;
}

.box-chara .box-ttl {
  text-align: center;
}

.box-chara .box-ttl::after {
  content: "◆";
  display: block;
  margin: 20px auto;
  font-size: 1.6rem;
}

.box-chara .ttl-main {
  font-size: 2.5rem;
  font-weight: 600;
  border: none;
  margin: 0 0 6px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Georgia", "TimesNewRoman", Meiryo, ‘メイリオ’, "Hiragino Kaku Gothic Pro", ‘ヒラギノ角ゴ Pro W3′, sans-serif;
  font-style: italic;
}

.box-chara .ttl-sub {
  font-size: 1.9rem;
  font-weight: 400;
  border: none;
  margin: 0 0 30px 0;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Georgia", "TimesNewRoman", Meiryo, ‘メイリオ’, "Hiragino Kaku Gothic Pro", ‘ヒラギノ角ゴ Pro W3′, sans-serif;
  text-align: center;
}

.box-chara .ttl-sub span {
  position: relative;
  display: inline-block;
  z-index: 2;
  height: 20px;
}

.box-chara .ttl-sub span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 4px;
  margin-top: -2px;
}

.box-chara .ttl-sub span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 4px;
  margin-top: -2px;
}

.box-chara p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.box-chara p.txt {
  font-size: 1.1rem;
  text-align: right;
  margin-top: 5px;
}

.box-chara .list-chara {
  margin-bottom: 20px;
  padding: 0 30px;
}

.box-chara .list-chara li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-chara .list-chara li:not(:last-child) {
  margin-bottom: 25px;
}

.box-chara .list-chara li .img-chara {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.box-chara .list-chara li .box-txt {
  width: calc(100% - 100px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-chara .list-chara li .box-txt .ttl-name {
  font-size: 1.6rem;
  border-left: 5px solid;
  line-height: 1;
  margin-bottom: 10px;
  padding: 3px 0 1px 9px;
}

.box-chara .list-chara li .box-txt .ttl-name .en {
  padding-left: 7px;
  font-size: 1.1rem;
  font-weight: normal;
  opacity: 0.7;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.box-chara .list-chara li .box-txt .italic {
  font-style: italic;
}

.disc ul {
  padding-left: 0;
  margin-bottom: 15px;
}

.disc li {
  list-style: none;
  margin-right: 5px;
  line-height: 2;
}

.disc li img {
  margin-bottom: -5px;
}

#discription {
  width: 300px;
  float: right;
  text-align: left;
}

#chara_page {
  margin: 30px auto;
  width: 700px;
  font-size: 12px;
  font-size: 1.2rem;
}

.new {
  color: #A22627 !important;
}

.genre {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

.series_detail dt {
  cursor: pointer;
}

.series_detail dt:hover {
  text-decoration: underline;
}

.series_detail dd {
  display: none;
  margin-left: 15px;
}

.menu_detail dt {
  cursor: pointer;
}

.menu_detail dt :hover {
  text-decoration: underline;
}

.menu_detail dd {
  display: none;
  margin-left: 5px;
}

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

.box-pict .img {
  margin-bottom: 30px;
}

.box-pict .img img {
  height: auto;
}

@media screen and (max-width: 640px) {
  #chara_page,
  #discription,
  #main {
    width: 95%;
  }
  img:not(.icon) {
    width: 100%;
    height: auto;
  }
  img.icon {
    width: 17px !important;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .page-container {
    display: block;
  }
  .box-top {
    width: 90%;
    margin: 15px auto;
    padding: 20px 15px;
  }
  .box-r18 {
    width: 90%;
    margin: 15px auto;
    padding: 20px 15px;
  }
  .box-chara {
    width: 90%;
    margin: 15px auto;
    padding: 20px 15px;
  }
  .box-chara .list-chara {
    padding: 0;
  }
  .box-chara .list-chara li .img-chara {
    width: 80px;
    height: 80px;
  }
  .box-chara .list-chara li .box-txt {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}

/******************** ClearFix *********************/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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