@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.7;
  font-size: 1.2rem;
  font-family: Meiryo, ‘メイリオ’, 'Hiragino Kaku Gothic Pro', ‘ヒラギノ角ゴ Pro W3′, sans-serif;
  padding: 30px;
}

body.frame {
  overflow: hidden;
}

body.menu {
  overflow-y: scroll;
}

body.pict {
  overflow: hidden;
}

body .pc-only {
  display: inline-block;
}

p {
  margin: 0;
}

h1, h2, h3 {
  margin: 0;
}

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

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

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

a :hover {
  text-decoration: underline;
}

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

.img {
  position: relative;
  margin: 0 auto 30px;
  line-height: 1;
}

.img .serif {
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 10%;
  background: #fff;
  color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
  font-size: calc(min(100vw, 1000px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-break: anywhere;
}

.img .serif p {
  font-family: 'Shippori Antique', serif;
  text-align: left;
  font-size: 2%;
  line-height: 1.15;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}

.img .serif p .sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.img .serif p .bold {
  font-weight: 700;
}

@media (max-width: 640px) {
  .img {
    font-size: 1vw;
  }
}

img:not(.icon) {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

hr {
  border: 0;
  border-bottom: 1px solid #7A7A7A;
  margin: 20px 0;
}

.chara_pict {
  float: left;
  margin-right: 8px;
  padding: 0;
  border: 1px solid #000000;
}

.chara_pict2 {
  float: left;
  margin-right: 8px;
  padding: 0;
  border: 0;
}

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

.menu_comment {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.menu_box {
  margin-bottom: 40px;
}

#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 .img {
  margin-bottom: 30px;
}

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

@media screen and (max-width: 640px) {
  body {
    padding: 30px 0;
  }
  #chara_page,
  #discription,
  #main {
    width: 95%;
  }
  #discription,
  .chara_pict2 {
    float: none;
  }
  img:not(.icon) {
    width: 100%;
    height: auto;
  }
  img.icon {
    width: 17px !important;
    height: auto;
  }
  .chara_pict {
    width: 100px !important;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ttl01 {
    margin-left: 0;
  }
  .box-pict .img {
    width: 100%;
    margin: 0 auto;
  }
  .box-pict figure img {
    width: 100%;
    height: auto;
  }
}

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

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