#kv{
  background-color: #c51720;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#kv img{
  width: 800px;
  max-width: 100%;
  padding: 5vh 0;
  height: auto;
}
@media all and (max-width: 767px) {
  #kv img{
    width: 90%;
    height: auto;
  }
}

.wrap{
  overflow: hidden;
}

#introd{
  width: 90vw;
  max-width: 1100px;
  text-align: center;
  padding: 2rem;
  margin: 0 auto 3rem;
  background: url(../img/bg2.png) repeat 0 0;
  position: relative;
  background-size: 40%;
  border-radius: 0 0 26px 26px;
}
#introd p.txtintro{
  color: #db5c5b;
  font-size: 120%;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, -2px -2px 0px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
}
#introd p.txtintro img{
    width: 70vw;
    max-width: 400px;
    margin: 2rem auto 1rem;
}
@media all and (max-width: 767px) {
  #introd .txtintro:nth-child(2){
    text-align: left;
  }
  #introd .txtintro:nth-child(2) br{
    display: none;
  }
}
#introd p.txtintro strong{
  color: #c5181f;
  font-size: 150%;
}


h2.ttl{ text-align:left; padding:0 0 .2em !important; margin:0 auto .3em; z-index:1; position: relative; width:1080px; color:#c51720; line-height:100%;
font-size:500%;
font-family: azote, serif;
font-weight: 700;
font-style: normal;
background: url(../img/about.svg) no-repeat 5% bottom;
background-size:20%;}

@media all and (max-width: 767px) {
  h2.ttl{width:94%; margin:0 auto 2%; font-size:14vw;
  background-position:12% bottom;
  background-size: auto 9vw;
  }
}

.rttl::before {
  content:'';
  width:50%;
  height:60%;
  top:0;
  left:0;
  position: absolute;
  background-color:rgba(223,76,82,0.8);
border-radius: 0 26px 26px 0;
}
.rttl h2{color:#fff; font-size:400%; letter-spacing:.05em;
font-family: azote, serif;
font-weight: 700;
font-style: normal;
padding:.8em 0 .3em;
margin:0 0 .2em;
line-height:100%;
background-size:20%;
}

.rain {
    right: 0;
    top: 0;
}
@media all and (max-width: 767px) {
  .rain {
    right: 0;
    top: 0;
  }
}


div.stories{
  margin: 0 auto;
  padding: 40px 0 0px;
  text-align: center;
}
div.stories a{
  color: #fff;
  background: #e36866;
  font-size: 5rem;
  font-family: azote, serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin: 0 6px 6px 0;
  width: 6rem;
  height: 6rem;
  line-height: 6.5rem;
  text-align: center;
  border-radius: 20%;
  cursor: pointer;
  position: relative;
}
div.stories a span{
  font-size: 40%;
}
div.stories a.active,
div.stories a:hover{
  background: #c61820;
}
div.stories a.active{
  pointer-events: none;
}
div.stories a.active::after,
div.stories a:hover::after{
  content:"";
  position:absolute;
  width: 16px;
  height: 16px;
  bottom: -5px;
  left:calc(50% - 8px);
  background: #c61820;
  transform: rotate(45deg);
}


#arasuji{
  position: relative;
  padding: 5em 0 1em;
  text-align: center;
  background-image: url(../img/top/umbrella.svg),url(../img/top/umbrella.svg),url(../img/top/umbrella.svg),url(../img/top/umbrella.svg),url(../img/top/umbrella.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: left 75vw top 20vw,right 75vw top 50vw,left 75vw top 120vw,right 75vw top 170vw,center bottom;
  background-size: 180px;
}
#arasuji::before{
    content: '';
    width: 50%;
    height: 230px;
    top: 3em;
    left: 0;
    position: absolute;
    background-color: rgba(223,76,82,0.8);
    border-radius: 0 36px 36px 0;
}
#arasuji h2{
  color: #fff;
  background: none;
  margin: 0 auto;
  font-size: 650%;
}
#arasuji h2 small{
  font-size:50%;
}
@media all and (max-width: 767px) {
  #arasuji h2{
    background-size: auto 9vw;
    line-height: 1;
  }
}



.characters{
  background-color: rgba(197,23,32,0.45);
  padding: 30px 0;
  margin-top: 30px;
}
.characters h2{
  color: #fff;
  background: url(./img/ttl_chara.svg) no-repeat center bottom;
  background-size: 18%;
  text-align: center;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .characters h2{
    background-size: auto 9vw;
  }
}
.characters .cwrap{
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
@media all and (min-width: 768px) {
  .characters .cwrap{
    margin: 0 auto;
  }
}
.characters .charablock{
  width: 100%;
  overflow: scroll;
  overflow-y: hidden;
}
.characters .charablock ul{
  margin: 0 5vw 10px auto;
}
.characters .charablock ul.chp1{width: 1250px;}
.characters .charablock ul.chp2{width: 1740px;}

@media all and (min-width: 768px) {
  .characters .charablock ul{
    margin: 0 auto 10px;
  }
}
.characters .charablock li{
  display: inline-block;
  vertical-align: top;
  width: 225px;
  min-height: 400px;
  padding: 10px 0;
  margin: 90px 0 0 20px;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .characters .charablock li{
    min-height: 380px;
  }
}
.characters .charablock li h4{
  color: #c51720;
  font-size: 120%;
  margin: 0 1rem;
}
.characters .charablock li h4 small{
  display: block;
  font-size:small;
  margin-top: 5px;
}
.characters .charablock li h4 small.age{
  display: inline;
}
.characters .charablock li img{
  width: 100%;
  margin: -100px auto 0;
  pointer-events: none;
}
.characters .charablock li .txtarea{
  text-align: left;
  line-height: 1.5;
  font-size: 85%;
  margin: 0 1rem;
}
@media all and (min-width: 768px) {
  .charablock ul{
    margin: 0 auto 10px;
  }
}

.charablock li{
  background-color:#fbf1e8;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  min-height: 350px;
  padding: 10px;
  margin-left: 15px;
  border-radius: 5px;
  border-radius: 0 0 0 16px;
}
@media all and (max-width: 767px) {
  #archives .charablock li{
    min-height: auto;
  }
}
.charablock li h4{
  color: #c51720;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px dotted;
  display: block;
  margin: 1rem;
  vertical-align: middle;
  height: 6rem;
}
.charablock li img{
  width: 100%;
  pointer-events: none;
}
.charablock li .txtarea{
  text-align: left;
  line-height: 1.5;
  font-size: 80%;
}

/*share*/
.lp #share{margin:3.5em auto 0; width:100%; padding:0 0 1em;}
.lp #share h4{font-size:120%; padding:2.6em 0 .8em; position: relative; color:#fff;}
.lp #share h4::before{
content: "";
width:1px;
height:48%;
background-color:#fff;
position: absolute;
left: 50%;
top:0;
z-index:1;
}


footer.dir2{
  margin-top: 0;
}

/*  stream
============================== */
div.stream {margin: 2rem; position: relative;}
div.stream aside div.unit {
  background: url(../img/bg3.png) repeat 0 0;
    background-size: 25%;
  text-align: center;
  border-radius: 16px;
}
div.stream aside div.unit h2 {
    color: #c51720;
  lette-spacing:0.5em;
  line-height:1.25;
  margin-bottom:0.75em;
}
div.stream aside div.unit h2 span {
  background-image: linear-gradient(transparent 70%, hsla(60,100%,65%,0.9) 70%);
  padding:0 0.5em 0.05em;
}
div.stream aside div.unit ul li {width:50%; float:left;}
div.stream.unit1 aside div.unit ul li {width: 95%;float: none;margin: 5px auto 0;}
div.stream aside div.unit ul li span,
div.stream aside div.unit ul li a,
div.stream aside div.unit ul li a span b {display:block;}
div.stream aside div.unit ul li span a {
  position:relative;
  height:0;
  padding-top:38.7096774193548%;
  background-color:#fff;
}
div.stream aside div.unit ul li span a > span {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-image:url(../img/logo_stream.png);
  background-size:200% 200%;
}
div.stream aside div.unit ul li.tbsfree span a span {background-position:left bottom;}
div.stream aside div.unit ul li.tver span a span {background-position:right top;}
div.stream aside div.unit ul li.unext span a span {background-position:right bottom;}
div.stream aside div.unit ul li.paravi span a span {background-position:left top;}
div.stream aside div.unit ul li span a span b {text-indent:110%;white-space:nowrap;overflow:hidden;}
div.stream aside div.unit ul li span a span span {
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  text-align:center;
  color:#fff;
  background-color:#0050ff;
  line-height:1.75;
  height:1.75em;
}
div.stream aside div.unit ul li.tver span a span span {background-color:#19b6dd;}
div.stream aside div.unit ul li.unext span a span span {background-color:#000a17;}
div.stream aside div.unit ul li.paravi span a span span {background-color:#1960a3;}
div.stream aside div.unit p {
  line-height:1.5;
  font-size:75%;
}
@media all and (min-width: 768px) {
  div.stream aside {
    max-width:500px;
    margin:0 auto;
    display:table;
    width:100%;
  }
  div.stream.unit1 aside {
    max-width:350px;
  }
  div.stream aside div.unit {
    display:table-cell;
      vertical-align: top;
    width:50%;
    padding:3% 2.2% 0.6%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
  div.stream aside div.unit h2 {font-size:125%;}
/*  div.stream aside div.unit ul li:nth-child(odd) > span {margin-right:8px;}
  div.stream aside div.unit ul li:nth-child(even) > span {margin-left:8px;}*/
  div.stream aside div.unit ul {margin-bottom:6px;}
  div.stream aside div.unit ul li span a span b {font-size:150%;}
}
@media all and (min-width: 980px) {
  div.stream aside div.unit ul li span a span span {font-size:83%;}
}
@media all and (min-width: 768px) and (max-width: 979px) {
  div.stream aside div.unit ul li span a span span {font-size:1.2vw;}
}
@media all and (max-width: 767px) {
  div.stream aside div.unit {padding:3% 2% 6px;}
  div.stream aside h2 {font-size:3.25vw;}
  div.stream aside div.unit ul {margin-bottom:5px;}
/*  div.stream aside div.unit ul li:nth-child(odd) > span {margin-right:6px;}
  div.stream aside div.unit ul li:nth-child(even) > span {margin-left:6px;}*/
  div.stream aside div.unit ul li span a span b {font-size:4.5vw;}
  div.stream aside div.unit ul li span a span span {font-size:2.5vw;}
}
.stream .tver1{
  color: #fff;
  background: #e46866;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  width: 13rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  left: calc(46% - 13rem);
  top: -4rem;
  z-index: 2;
  animation: bounce 1.3s infinite;
}
@media all and (max-width: 767px) {
  .stream .tver1{
    left: calc(49% - 15rem);
  }
}
.stream .tver1::after{
  content:"";
  position:absolute;
  width: 16px;
  height: 16px;
  bottom: -5px;
  left:calc(50% - 8px);
  background: #e46866;
  transform: rotate(45deg);
}
@keyframes bounce {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  1%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  15%  { transform: scale(1.2, 0.8) translate(0%, 10%); }
  30%  { transform: scale(0.8, 1.2) translate(0%, -10%); }
  45%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  55% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}


.ishihane_comic{
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
}
.ishihane_comic img{
  width: 100%;
  pointer-events: none;
}
.ishihane_comic div{
  position: relative;
}
.ishihane_comic div img:nth-child(2),
.ishihane_comic div img:nth-child(3){
  position: absolute;
  top: 0;
  left: 0;
}

.fdu,
.fdo,
.fdod,
.fcup{
  opacity: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fdu:not(:target),
  .fdo:not(:target),
  .fdod:not(:target),
  .fcup:not(:target){opacity: 1;}
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes focusUp {
0%{transform:scale(.2);opacity:0}
50%{transform:scale(1.2);}
100%{transform:scale(1);opacity:1}
}


@keyframes fadeOn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c1_005{margin-top: 5%;}
.c1_007{margin-top: 5%;}
.c1_010{ transform: translateY(-55%); margin-bottom: -25%;}
.c1_015{margin-top: 10%;}
.c1_018{transform: translateY(-60%); margin-bottom: -20%;}

.c2_002{transform: translateY(-32%); margin-bottom: -13%;}
.c2_004{margin: 5% auto;}
.c2_007{margin-top: 5%; z-index: 1;}
.c2_008{transform: translateY(-27%); margin-bottom: -19%;}
.c2_013{transform: translateY(-9%); margin-bottom: -5%;}
.c2_014{transform: translateY(-14%); margin-bottom: -50%;}

.c3_009{transform: translateY(-35%); margin-bottom: -20%;}
.c3_011{margin-bottom: -4%;}
.c3_013{margin-bottom: -4%;}

.c4_001{transform: translateY(-25%); margin-bottom: -60%;}
.c4_005{transform: translateY(-5%); margin-bottom: -15%;}
.c4_011{margin: 5% auto;}

.c5_003{transform: translateY(-30%); margin-bottom: -25%;}

.c6_008{z-index:1;}
.c6_009{transform: translateY(-50%);margin-bottom: -25%;}
.c6_015{z-index:1;}
.c6_016{transform: translateY(-20%);margin-bottom: -10%;}
.c6_017{z-index:1;}
.c6_018{transform: translateY(-80%);margin-bottom: -40%;}

.c7_012{margin-top: 8%;}
.c7_014{z-index: 1;}
.c7_015{transform: translateY(-8%);margin-bottom: -8%;}
.c7_017{z-index: 1;}
.c7_018{transform: translateY(-15%);margin-bottom: -8%;}

.c8_017{z-index:1;}
.c8_018{transform: translateY(-80%);margin-bottom: -40%;}
.c8_020{transform: translateY(-15%);margin-bottom: -12%;}

.c9_003{transform: translateY(-20%); margin-bottom: -7%;}
