@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  border: 0
}
html {
  font-size: 62.5%
}
body {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-image: url(images/bg.png);
  background-size: 50vw 50vw;
}
a {
  color: #0c4fab;
  text-decoration: none;
  transition: all .1s ease-out
}
a:hover {
  opacity: 0.7
}
img {
  vertical-align: middle;
  max-width: 100%;
  height :auto
}
ul,ol,li {
  list-style:none
}

/*-----------------
header
-----------------*/
#header_summary {
  max-width: calc(980px + 4em);
  margin: 0 auto;
  padding: 1em 2em;
}
#header_summary img {
  display: block;
}
.title {
  padding: 0 2em 3em;
  color: #fff;
  position: relative;
  z-index: 99;
}
.title h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 28px;font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
}

/*-----------------
blog
-----------------*/
article {
  padding: 0 2em;
  text-align: center;
}
.articleTil {
  width: 46%;
  font-size: 16px;
  font-size: 1.6rem;
}
.articleImage {
  margin: -250px 0 0;
}
.character {
  border-radius: 50vw;
  position: relative;
  margin: 5vw 0;
  padding: 5vw;
}
.character:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  height: 100%;
  width: 800px;
  max-width: 800px;
  z-index: -1;
  background-color: #fff;
  border-radius: 5vw;
}
.character li:hover a {
  transform: scale(1.2,1.2);
  opacity: 1;
}
.character :hover a:not(:hover) {
  opacity: .7
}
.character_txt {
  padding: 0 3em;
  max-width: 800px;
  margin: 3vw auto 0;
}
.character ul {
  display: flex;
  justify-content: center;
  margin: 3vw 0 0;
  align-items: flex-end;
}
.character li {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.character li:first-child {
  margin: 0 -5vw 0 0;
  z-index: 99;
  position: relative;
}
.character li:nth-child(2) {
  margin: 0 -.5vw 0 0;
}
.character li:nth-child(5) {
  margin: 0 -1vw 0 0;
}
.character li:nth-child(9) {
  margin: 0 -.5vw 0 0;
}
.charaBox li {
  margin: 5vw auto 0;
  position: relative;
  max-width: 800px;
  position: relative;
}
.charaBox li span {
  position: absolute;
  bottom: 38px;
  left: 68px;
  margin: auto;
}
.charaBox li:nth-child(4) {
  margin: 1.5vw auto 0;
}
.charaBox li:nth-child(even) span {
  left: 0;
  right: 0;
}
.charaBox li:nth-child(3) span {
  bottom: 77px;
}
section {
  padding: 0 2em;
}
.sectionWrap {
  text-align: center;
  padding: 5vw 2em;
  max-width: 800px;
  background-color: #fff;
  border-radius: 5vw;
  margin: 5vw auto;
}
.video_wrap {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.video_wrap > video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section .main {
  margin: 2vw auto 3vw;
  max-width: 650px;
}
aside {
  margin: 5vw auto 5em;
  padding: 0 2em;
}
aside a {
  background-color: #fff;
  padding: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 5vw;
  margin-bottom: 1em;
}
.bn_manga a {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  display: block;
  border-radius: 50px;
}
.bn_manga span {
  display: inline-block;
  background-color: #ee8365;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: .8em 2em;
  border-radius: 15px;
}
.c_manga h2 {
  margin-bottom: 2em;
}
.c_manga ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.c_manga li {
  width: 24%;
  margin-bottom: 4em;
}
.c_manga h3 {
  margin-bottom: .5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.bn_back {
  text-align: center;
  padding: 0 2em;
}
.bn_back a {
  display: inline-block;
  background-color: #ee8365;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: .8em 2em;
  border-radius: 15px;
  position: relative;
}
.bn_back a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  display: block;
  position: absolute;
}
.bn_back.detail {
  margin-top: 4em;
}

/*-----------------
pagetop
-----------------*/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#pagetop a {
  position: relative;
  display: block;
}
#pagetop a::before,
#pagetop a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#pagetop a::before {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E45826;
}
#pagetop a::after {
  left: 37%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
}

/*-----------------
copyright
-----------------*/
footer {
  text-align: center;
  padding: 2em;
}
footer p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .blog_contents {
    margin: 2em;
  }
  .footer_menu li {
    width: 50%;
  }
  .articleImage {
    margin: -28vw 0 0;
  }
  .charaBox li span {
    bottom: 4vw;
    left: 7vw;
    width: 3vw;
  }
  .charaBox li:nth-child(3) span {
    bottom: 8vw;
  }
  .character:before {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .articleTil {
    width: 100%;
  }
  h2 {
    font-size: 5vw;
  }
  footer {
    text-align: left;
  }
  #pagetop {
    position: static;
    margin: 0 auto;
  }
  aside a {
    font-size: 4vw;
  }
  .c_manga li {
    width: 49%;
  }
}