@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,700');
/* CSS Document */

@keyframes haikei {
    0% {
        background-image: url("../img/haikei1.jpg");  
  }
    25% {
        background-image: url("../img/haikei2.jpg");
  }
    50% {
        background-image: url("../img/haikei3.jpg");
  }
    75% {
        background-image: url("../img/haikei4.jpg");
  }
    100% {
        background-image: url("../img/haikei4.jpg");
  }
}

@keyframes mirai {
    0% {
        background-image: url("../img/miratsuna.png");  
  }
    25% {
        background-image: url("../img/miratsuna2.png");
  }
    50% {
        background-image: url("../img/miratsuna3.png");
  }
    75% {
        background-image: url("../img/miratsuna4.png");
  }
    100% {
        background-image: url("../img/miratsuna4.png");
  }
}

@keyframes album {
	0% {opacity: 1;}
	25% {opacity: 0;}
}

@keyframes text {
  0% {
    color: #d6003a;
    background-image: url("../img/circle.png");
  }
  25% {
    color: #ffd200;
    background-image: url("../img/circle2.png");
  }
  50% {
    color: #10a785;
    background-image: url("../img/circle3.png");
  }
  75% {
    color: #1085ff;
    background-image: url("../img/circle4.png");
  }
  100% {
    color: #1085ff;
    background-image: url("../img/circle4.png");
  }
}

@keyframes circle {
  0% { opacity: 1;}
	25% { opacity: 0;}
}

@keyframes prof {
    0% {
  border-color: #d6003a;
  color: #d6003a;
  }
    25% {
  border-color: #ffd200;
  color: #ffd200;
  }
    50% {
  border-color: #10a785;
  color: #10a785;
  }
    75% {
  border-color: #1085ff;
  color: #1085ff;
  }
    100% {
  border-color: #1085ff;
  color: #1085ff;
  }
}

@keyframes masami {
  0% { opacity: 1;}
  25% { opacity: 0;}
}

/*a.mail {
  text-decoration: underline;
  color: #000000;
}*/


/****************************

            SP

****************************/
@media only screen and (max-width: 720px){
  
body#top {
  /*animation-name: haikei;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  background-size: 100%;
  background-repeat: repeat-y;
  min-width: 320px;
}

div#wrapper {
  width: 100%;
  overflow: hidden; 
  }
  
  
ul {
  list-style: none;
}

header {
  width: 100%;
  height: 40px;
  background-color: #000000;
  position: fixed;
  top: 0;
  z-index: 99999;
}
		
header h1.sp p {
	 width: 90%;
		color: #FFFFFF;
	 font-weight: normal;
}	

header h1.sp p a.mail {
  color: #FFFFFF;
}	
	
header h1.sp p span.header {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  padding: 11px 0 0 1%;
  width: 40%;
  line-height: 1.2;
	 font-weight: normal;
}
	
header h1.sp img#splogo {
  width: 135px;
  padding: 7px 0 0 10px;
}
	
header h1.pc {
  display: none;
}
	
/*menu*/
.menu{
    height: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    z-index: 999;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 20px;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 30px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.gnav__wrap{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}

div.wrap {
  /*animation-name: mirai;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  width: 100%;
  max-width: 390px;
  height: 340.5px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 40px auto 0;
}
  
.album {
  width: 54%;
	 height: 65%;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  z-index: 0;
  animation-duration: 3s;
}

.album img {
  /*animation-name: album;*/
  animation-duration: 12s;
  animation-iteration-count: infinite; 
  animation-timing-function: steps(1);
  opacity: 0;
}
 
.album .img1 {
  position: absolute;
  top: 45px;
  left: 12%;
  width: 130px;
}
  
.album .img2 {
  animation-delay: 3s;
  position: absolute;
  top: 50px;
  right: -5%;
  width: 255px;
}

.album .img3 { 
  animation-delay: 6s;
  position: absolute;
  top: 50px;
  left: 20%;
  width: 140px;
}

.album .img4 {
  animation-delay: 9s;
  position: absolute;
  top: 43px;
  left: 19%;
  width: 130px;
}

div.intro {
  width: 60%;
  min-width: 307px;
  position: relative;
  margin: 20px auto 60px;
	 animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  background-size: 247px;
  background-position: center 168px;
}
  
p.intro {
  width: 100%;
  display: block;
  margin: 6px auto;
  text-align: center;
  color: #000000;
  font-size: 12px;
  line-height: 230%;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 550;
 
}

span {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-family: 'Noto Sans SC', sans-serif;
}

span#strong {
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
  padding-top: 10px;
  font-family: 'Noto Sans SC', sans-serif;
}
  
div.intro img.line1{
  width: 65px;
  margin: 0 auto;
  position: absolute;
  top: 361px;
  right: 0;
  bottom: 0;
  left: -238px;
  }

div.intro img.line2{
  width: 65px;
  margin: 0 auto;
  position: absolute;
  top: 361px;
  right: 0;
  bottom: 0;
  left: -130px;
  }

div.intro img.line3{
  width: 65px;
  margin: 0 auto;
  position: absolute;
  top: 361px;
  right: 0;
  bottom: 0;
  left: -5px;
  }

div.jello {
  animation-duration: 3s;  
  }  
  
h2.profile {
  /*animation-name: prof;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  width: 180px;
  text-align: center;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin: 0 auto;
  line-height: 200%;
  border: solid 3px;
}
  
div.profile {
  width: 50%;
  min-width: 271px;
  margin: 20px auto;
}

div.masami {
  width: 200px;
	 height: 200px;
  position: relative;
  margin: 0 auto 10px;
}
  
div.masami img{
  width: 100%;
  /*animation-name: masami;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  opacity: 0;
  }
  
div.masami img.masami1 {
  position: absolute;
  top: 0px;
  left: 0px;
  }
  
div.masami img.masami2 {
  animation-delay: 3s;
  position: absolute;
  top: 0px;
  left: 0px;
  }

div.masami img.masami3 {
  animation-delay: 6s;
  position: absolute;
  top: 0px;
  left: 0px;
  }

div.masami img.masami4 {
  animation-delay: 9s;
  position: absolute;
  top: 0px;
  left: 0px;
  }
  
div.profile div.right {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px; 
}

p.profile1 {
  font-size: 0.7em;
  color: #000000;
  text-align: left;
  line-height: 180%;
  letter-spacing: -0.03em;
  display: inline-block;
  margin-bottom: 10px;
}

hr {
  width: 271px;
  border: 0;
  border-top: dotted 2px #000000;
  margin: 0 auto;
}

p.profile2 {
  font-size: 0.7em;
  color: #000000;
  text-align: left;
  line-height: 180%;
  display: inline-block;
  margin-top: 10px;
}

div.slider {
  height: 270px;
}

section div.first h1 {
  font-size: 1em;
  color: #d6003a;
  text-align: center;
  padding: 40px 0 30px;
}

section div.second h1 {
  font-size: 1em;
  color: #ffd200;
  text-align: center;
  padding: 40px 0 30px;
}

section div.third h1 {
  font-size: 1em;
  color: #10a785;
  text-align: center;
  padding: 40px 0 30px;
}

section div.fourth h1 {
  font-size: 1em;
  color: #1085ff;
  text-align: center;
  padding: 40px 0 30px;
}

div.slider img {
  width: 80%;
  margin: 0 auto;
}

section div.first p.caption1 {
  font-size: 12px;
  font-weight: bold;
  color: #d6003a;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

section div.second p.caption2 {
  font-size: 12px;
  font-weight: bold;
  color: #ffd200;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

section div.third p.caption3 {
  font-size: 12px;
  font-weight: bold;
  color: #10a785;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

section div.fourth p.caption4 {
  font-size: 12px;
  font-weight: bold;
  color: #1085ff;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

img#banner {
  display:  block;
  width: 250px;
  margin: 50px auto;
  animation-duration: 2.5s;
}

h2.pagetop {
  /*animation-name: prof;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  width: 200px;
  text-align: center;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 40px auto;
  line-height: 200%;
  border: solid 3px;
}

a {
  text-decoration: none;
}
  
main aside#aside {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 99998;
  }

main aside#aside a img {
  width: 80px;
  animation-duration: 2s;
  }
  
footer {
  width: 100%;
  background-color: #000000;
}

footer ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

footer ul li {
  padding-right: 20%;  
}
    
footer ul li img {
  width: 100%;
}
  
footer ul a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

footer p small {
  color: #FFFFFF;
  font-size: 9px;
  display: block;
  margin: 80px auto 0;
  padding-bottom: 20px;
  text-align: center;
}

div#flipbook,div.cursor {
  display: none; 
}
 
body#vol2 {
  background-image: url("../img/haikei1.jpg");
  background-size: 100%;
}  
  
div#flipbooksp {
  margin: 25px auto;
}
  
div#flipbooksp img {
  width: 100%;
}
  
  
  
/****************************
          SP manga
****************************/

body#manga {
  background-image: url("../img/yufudake_sp.jpg");
  background-repeat: no-repeat;
	 background-size: 100%;
  z-index: 0;
  }

section.title {
  width: 100%;
  padding: 60px 0 40px;
  margin: 67px auto;
  position: relative;
  }
  
section.title img.title {  
  width: 75%;
  display: block;
  margin: 0 auto;
 }
  
section.title img.masami {  
  width: 60%;
  display: block;
  margin: 0 auto;
  animation-duration: 2s;
 }
  
section.title img.subtitle1 {  
  width: 18%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 140px;
  right: 6%
 }
  
section.title img.subtitle2 {  
  width: 17%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 120px;
  left: 5%;
 }
  
main.manga {
  width: 100%;
  background-color: #FFFFFF;
  padding: 50px 0 75px;
  }
/*******************************
            page1  
*******************************/
main.manga div.page1 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  }
  
main.manga div.page1 img.mangabase1 {
  display: block;
  width: 100%;
  margin: 0 auto;
  }  
  
/*　1コマ目　*/  
main.manga div.page1 img.manga1-1 {
  display: block;
  position: absolute;
  top: 14%;
  right: 16%;
  width: 7%;
  animation-delay: 1.5s;
  }
  
main.manga div.page1 img.manga1-2 {
  display: block;
  position: absolute;
  top: 8%;
  right: 38%;
  width: 15%;
  animation-delay: 1s
  }
  
/*　2コマ目　*/ 
	main.manga div.page1 img.manga2-1 {
  display: block;
  position: absolute;
  top: 2.5%;
  left: 23%;
  width: 14%;
  animation-delay: 2.5s;
  }
	
main.manga div.page1 img.manga2-2 {
  display: block;
  position: absolute;
  top: 12%;
  left: 2%;
  width: 16%;
  animation-delay: 3.5s;
  }
  
/*　3コマ目　*/   
	main.manga div.page1 img.manga3-1 {
  display: block;
  position: absolute;
  top: 49.5%;
  right: 2%;
  width: 16%;
  animation-delay: 4.5s;
  }
	
main.manga div.page1 img.manga3-2 {
  display: block;
  position: absolute;
  top: 44%;
  right: 19.5%;
  width: 5%;
  animation-delay: 4.8s;
  }
  
/*　4コマ目　*/   
main.manga div.page1 img.manga4-1 {
  display: block;
  position: absolute;
  top: 32%;
  right: 25.5%;
  width: 26%;
  animation-delay: 6s;
  }
	
main.manga div.page1 img.manga4-2 {
  display: block;
  position: absolute;
  top: 35%;
  right: 48.5%;
  width: 10.5%;
  animation-delay: 7s;
  }
	
main.manga div.page1 img.manga4-3 {
  display: block;
  position: absolute;
  top: 56%;
  right: 56%;
  width: 9%;
  animation-delay: 7s;
  }
  
main.manga div.page1 img.manga4-4 {
  display: block;
  position: absolute;
  top: 49%;
  right: 34%;
  width: 10%;
  animation-delay: 7s;
  }
  
/*　5コマ目　*/   
main.manga div.page1 img.manga5-1 {
  display: block;
  position: absolute;
  top: 36%;
  right: 64%;
  width: 12%;
  animation-delay: 8s;
  }

main.manga div.page1 img.manga5-2 {
  display: block;
  position: absolute;
  top: 32.5%;
  left: -4%;
  width: 15%;
  animation-delay: 9s;
  }

main.manga div.page1 img.manga5-3 {
  display: block;
  position: absolute;
  top: 54.5%;
  left: 4%;
  width: 8%;
  animation-delay: 10s;
  }

main.manga div.page1 img.manga5-4 {
  display: block;
  position: absolute;
  top: 53%;
  left: 9%;
  width: 5%;
  animation-duration: 2s;
  animation-delay: 10.3s;
  }
  
/*　6コマ目　*/ 
main.manga div.page1 img.manga6-1 {
  display: block;
  position: absolute;
  top: 65%;
  right: -1%;
  width: 35%;
  animation-delay: 11.3s;
  }
  
main.manga div.page1 img.manga6-2 {
  display: block;
  position: absolute;
  top: 68%;
  right: -1%;
  width: 11%;
  animation-delay: 11.5s;
  }
  
/*　7コマ目　*/ 
main.manga div.page1 img.manga7-1 {
  display: block;
  position: absolute;
  top: 84%;
  right: 4.5%;
  width: 14%;
  animation-delay: 12.5s;
  }
  
main.manga div.page1 img.manga7-2 {
  display: block;
  position: absolute;
  top: 65%;
  right: 25%;
  width: 51%;
  animation-delay: 13s;
  }
  
main.manga div.page1 img.manga7-3 {
  display: block;
  position: absolute;
  top: 82%;
  right: 27%;
  width: 40%;
  animation-delay: 13s;
  }
  
main.manga div.page1 img.manga7-4 {
  display: block;
  position: absolute;
  top: 64%;
  left: -10%;
  width: 34%;
  animation-delay: 13s;
  }
  
/*　8コマ目　*/ 
main.manga div.page1 img.manga8-1 {
  display: block;
  position: absolute;
  top: 84%;
  left: 2%;
  width: 30%;
  animation-delay: 14s;
  }
  
main.manga div.page1 img.manga8-2 {
  display: block;
  position: absolute;
  top: 84%;
  left: 25%;
  width: 9%;
  animation-delay: 14s;
  }
  
main.manga div.page1 img.manga8-3 {
  display: block;
  position: absolute;
  top: 87%;
  left: -2%;
  width: 12%;
  animation-delay: 15s;
  }

/*******************************
            page2  
*******************************/
main.manga div.page2 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  }
  
main.manga div.page2 img.mangabase2 {
  display: block;
  width: 100%;
  margin: 0 auto;
  }
/* 9コマ目　*/  
main.manga div.page2 img.manga9-1 {
  display: block;
  position: absolute;
  top: -1%;
  left: 12%;
  width: 82%;
  animation-delay: 16s;
  }

main.manga div.page2 img.manga9-2 {
  display: block;
  position: absolute;
  top: 27%;
  left: 23%;
  width: 62%;
  animation-delay: 16.5s;
  }
/* 10コマ目 */
main.manga div.page2 img.manga10-1 {
  display: block;
  position: absolute;
  top: 36%;
  left: -6%;
  width: 25%;
  animation-delay: 18s;
  }
  
main.manga div.page2 img.manga10-2 {
  display: block;
  position: absolute;
  top: 23%;
  left: -6%;
  width: 17%;
  animation-delay: 18s;
  }
/* 11コマ目 */
main.manga div.page2 img.manga11-1 {
  display: block;
  position: absolute;
  top: 48%;
  right: -7%;
  width: 40%;
  animation-delay: 19s;
  }

main.manga div.page2 img.manga11-2 {
  display: block;
  position: absolute;
  top: 52%;
  right: 17%;
  width: 21%;
  animation-delay: 19.5s;
  }
  
/* 12コマ目 */
main.manga div.page2 img.manga12-1 {
  display: block;
  position: absolute;
  top: 49%;
  left: 10%;
  width: 52%;
  animation-delay: 21s;
  }
main.manga div.page2 img.manga12-2 {
  display: block;
  position: absolute;
  top: 68.5%;
  left: 10%;
  width: 51%;
  animation-delay: 21s;
  }
  
/* 13コマ目 */
main.manga div.page2 img.manga13-1 {
  display: block;
  position: absolute;
  top: 80%;
  left: 0%;
  width: 32%;
  animation-delay: 22s;
  }
  
main.manga div.page2 img.manga13-2 {
  display: block;
  position: absolute;
  top: 78%;
  left: -8%;
  width: 20%;
  animation-delay: 22.5s;
  } 
  
/*******************************
            page3  
*******************************/
main.manga div.page3 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  }
  
main.manga div.page3 img.mangabase3 {
  display: block;
  width: 99%;
  margin: 0 auto;
  }
  
/* 14コマ目 */
main.manga div.page3 img.manga14-1 {
  display: block;
  position: absolute;
  top: -2%;
  right: -6%;
  width: 32%;
  animation-delay: 23.5s;
  } 
main.manga div.page3 img.manga14-2 {
  display: block;
  position: absolute;
  top: 1%;
  right: -2%;
  width: 9%;
  animation-delay: 23.5s;
  } 
main.manga div.page3 img.manga14-3 {
  display: block;
  position: absolute;
  top: -2%;
  right: 14%;
  width: 15%;
  animation-delay: 23.5s;
  } 
  
/* 15コマ目 */
main.manga div.page3 img.manga15-1 {
  display: block;
  position: absolute;
  top: 0%;
  left: 8%;
  width: 63%;
  animation-delay: 24s;
  } 
main.manga div.page3 img.manga15-1-2 {
  display: block;
  position: absolute;
  top: -1%;
  left: 0%;
  width: 72%;
  animation-delay: 24s;
  } 
main.manga div.page3 img.manga15-2 {
  display: block;
  position: absolute;
  top: 24.5%;
  right: 5.5%;
  width: 45%;
  animation-delay: 25s;
  } 
  
/* 16コマ目 */
main.manga div.page3 img.manga16-1 {
  display: block;
  position: absolute;
  top: 22.5%;
  left: -1%;
  width: 26%;
  animation-delay: 26s;
  } 
main.manga div.page3 img.manga16-2 {
  display: block;
  position: absolute;
  top: 36%;
  left: 1.5%;
  width: 5.5%;
  animation-delay: 26.5s;
  } 
main.manga div.page3 img.manga16-3 {
  display: block;
  position: absolute;
  top: 40%;
  left: -1%;
  width: 9%;
  animation-delay: 26.5s;
  } 
  
/* 17コマ目 */
main.manga div.page3 img.manga17-1 {
  display: block;
  position: absolute;
  top: 51%;
  right: 0.5%;
  width: 24%;
  animation-delay: 27.5s;
  } 
main.manga div.page3 img.manga17-2 {
  display: block;
  position: absolute;
  top: 70%;
  right: 17%;
  width: 7%;
  animation-delay: 27.5s;
  } 
main.manga div.page3 img.manga17-3 {
  display: block;
  position: absolute;
  top: 70%;
  right: -1%;
  width: 16%;
  animation-delay: 28.5s;
  animation-duration: 2s;
  } 
  
/* 18コマ目 */
main.manga div.page3 img.manga18-1 {
  display: block;
  position: absolute;
  top: 48%;
  right: 24%;
  width: 28%;
  animation-delay: 30.5s;
  } 
main.manga div.page3 img.manga18-2 {
  display: block;
  position: absolute;
  top: 51%;
  right: 21%;
  width: 14%;
  animation-delay: 31s;
  }
  
/* 19コマ目 */
main.manga div.page3 img.manga19-1 {
  display: block;
  position: absolute;
  top: 62.8%;
  left: 18%;
  width: 58%;
  animation-delay: 32s;
  animation-duration: 2s;
  }
main.manga div.page3 img.manga19-2 {
  display: block;
  position: absolute;
  top: 52%;
  left: 3%;
  width: 44%;
  animation-delay: 32s;
  }
  
/* 20コマ目 */
main.manga div.page3 img.manga20-1 {
  display: block;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 20%;
  animation-delay: 33s;
  }
  
/*******************************
            page4  
*******************************/
main.manga div.page4 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  }
  
main.manga div.page4 img.mangabase4 {
  display: block;
  width: 99%;
  margin: 0 auto;
  }
  
/* 21コマ目 */
main.manga div.page4 img.manga21-1 {
  display: block;
  position: absolute;
  top: -1.5%;
  right: -8%;
  width: 32%;
  animation-delay: 34s;
  }
  
/* 22コマ目 */
main.manga div.page4 img.manga22-1 {
  display: block;
  position: absolute;
  top: 29%;
  left: 15%;
  width: 50%;
  animation-delay: 35s;
  }
main.manga div.page4 img.manga22-2 {
  display: block;
  position: absolute;
  top: 30%;
  right: 3%;
  width: 30%;
  animation-delay: 35.5s;
  }
/* 23コマ目 */
main.manga div.page4 img.manga23-1 {
  display: block;
  position: absolute;
  top: 21%;
  left: -4%;
  width: 21%;
  animation-delay: 36.5s;
  }
/* 24コマ目 */
main.manga div.page4 img.manga24-1 {
  display: block;
  position: absolute;
  top: 55%;
  right: -4.5%;
  width: 27%;
  animation-delay: 37.5s;
  }
/* 25コマ目 */
main.manga div.page4 img.manga25-1 {
  display: block;
  position: absolute;
  top: 49.5%;
  right: 22.5%;
  width: 24%;
  animation-delay: 38.5s;
  }
main.manga div.page4 img.manga25-2 {
  display: block;
  position: absolute;
  top: 63.5%;
  right: 41%;
  width: 13%;
  animation-delay: 38.5s;
  }
/* 26コマ目 */
main.manga div.page4 img.manga26-1 {
  display: block;
  position: absolute;
  top: 53.5%;
  left: 34%;
  width: 14%;
  animation-delay: 39.5s;
  }
main.manga div.page4 img.manga26-2 {
  display: block;
  position: absolute;
  top: 55%;
  left: 0%;
  width: 11%;
  animation-delay: 40.5s;
  }
/* 27コマ目 */
main.manga div.page4 img.manga27-1 {
  display: block;
  position: absolute;
  top: 73%;
  right: -3%;
  width: 28%;
  animation-delay: 41.5s;
  }
main.manga div.page4 img.manga27-2 {
  display: block;
  position: absolute;
  top: 73%;
  right: 1%;
  width: 17%;
  animation-delay: 41.5s;
  }
/* 28コマ目 */
main.manga div.page4 img.manga28-1 {
  display: block;
  position: absolute;
  top: 77.7%;
  left: -6.5%;
  width: 45%;
  animation-delay: 43.5s;
  }
main.manga div.page4 img.manga28-2 {
  display: block;
  position: absolute;
  top: 80%;
  left: 17%;
  width: 5%;
  animation-duration: 2s;
  animation-delay: 43.5s;
  }
main.manga div.page4 img.manga28-3 {
  display: block;
  position: absolute;
  top: 75%;
  right: 27%;
  width: 11%;
  animation-delay: 42.5s;
  }
main.manga div.page4 img.manga28-4 {
  display: block;
  position: absolute;
  top: 71.5%;
  left: -6%;
  width: 17%;
  animation-delay: 43.5s;
  }

main.manga div.last {
  width: 75%;  
  margin: 0 auto;
  }
  
main.manga img.last {
  width: 40%;  
  }
  
  p.address {
    width: 80%;
    margin: 30px auto 0;
    text-align: right;
    font-size: 10px;
    line-height: 1.5;
  }
  
  p.address span {
    font-size: 14px;
    font-weight: bold;
  }
  
}












/****************************

            PC

****************************/
@media only screen and (min-width: 721px) {

body#top {
  /*animation-name: haikei;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  width: 100%;
  background-repeat: repeat-y;
  background-size: 100%;
}

ul {
  list-style: none;
}

header {
  width: 100%;
  height: 40px;
  background-color: #000000;
  position: fixed;
  top: 0;
  z-index: 999999;
}

header h1.pc p {
	 width: 90%;
		color: #FFFFFF;
	 font-weight: normal;
}	

header h1.pc p a.mail {
  color: #FFFFFF;
}	
	
header h1.pc p span.header {
  color: #FFFFFF;
  padding: 20px 0 0px 2%;
  display: inline-block;
  vertical-align: top;
	 font-size: 14px;
}
	
header h1.pc img#pclogo {
  width: 135px;
  padding: 7px 0 0 20px;
}

header h1.sp {
  display: none;		
}
/*menu*/
.menu{
    height: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    z-index: 999;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 20px;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 30px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.gnav__wrap{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}
  
div.title {
  display: none;
}
  
div.wrap {
  /*animation-name: mirai;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  background-size: 650px;
  background-repeat: repeat-x;
  height: 575px;
  background-position: 50%;
  max-width: none;
  margin: 40px auto 0;
}
  
.album {
  width: 540px;
	 height: 60%;
	 margin: 0 auto;
  padding-top: 50px;
  position: relative;
  animation-duration: 3s;
}

.album img {
	/*animation-name: album;*/
	animation-duration: 12s;
	animation-iteration-count: infinite;
  animation-timing-function: steps(1);
	opacity: 0;
}

.album .img1 {
  position: absolute;
  top: 80px;
  left: 27%;
	display: block; 
  width: 200px;
}

.album .img2 {
	animation-delay: 3s;
  position: absolute;
  top: 85px;
  left: 13%;
  display: block;
  width: 370px;
}

.album .img3 { 
	animation-delay: 6s;
  position: absolute;
  top: 78px;
  left: 30%;
  display: block;
  width: 220px;
}

.album .img4 {
	animation-delay: 9s;
  position: absolute;
  top: 75px;
  left: 30%;
  display: block;
  width: 220px;
}
  
.intro {
  /*animation-name: text;*/
}

div.intro {
  width: 720px;
  position: relative;
  margin: 0 auto;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  background-size: 340px;
  background-position: center 226px;
}
   
p.intro {
  width: 720px;
  display: block;
  margin: 6% auto;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 230%;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 550;
}

span.intro {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
  padding-top: 10px;
  font-family: 'Noto Sans SC', sans-serif;
}

span#strong {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
  display: inline-block;
  padding-top: 20px;
  font-family: 'Noto Sans SC', sans-serif;
}

div.intro img.line1{
  width: 80px;
  position: absolute;
  top: 487px;
  left: 156px;
  }
  
div.intro img.line2{
  width: 80px;
  position: absolute;
  top: 487px;
  left: 225px;
  }
  
div.intro img.line3{
  width: 80px;
  position: absolute;
  top: 485px;
  left: 318px;
  }

div.jello {
  animation-duration: 3s;
  }
  
h2.profile {
  /*animation-name: prof;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  width: 200px;
  text-align: center;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 0 auto;
  line-height: 200%;
  border: solid 3px;
}

div.profile {
  width: 50%;
  min-width: 600px;
  margin: 3% auto 6%;
}

div.profile::after {
  clear:both;
  display:block;
  content: "";
}
  
div.masami {
  width: 200px;
	 height: 230px;
  position: relative;
  margin: 0 auto 10px;
  float: left;
  padding: 0 5% 0 5%;
}
  
div.masami img{
  width: 100%;
  /*animation-name: masami;*/
	animation-duration: 12s;
	animation-iteration-count: infinite;
  animation-timing-function: steps(1);
	opacity: 0;
  }
  
div.masami img.masami1 {
  position: absolute;
  top: 0px;
  left: 0px;
  }
  
div.masami img.masami2 {
  animation-delay: 3s;
  position: absolute;
  top: 0px;
  left: 0px;
  }

div.masami img.masami3 {
  animation-delay: 6s;
  position: absolute;
  top: 0px;
  left: 0px;
  }

div.masami img.masami4 {
  animation-delay: 9s;
  position: absolute;
  top: 0px;
  left: 0px;
  }
  
div.profile div.right {
  width: 53%;
  float: right;
}

p.profile1 {
  font-size: 13px;
  color: #000000;
  text-align: left;
  line-height: 180%;
}

hr {
  width: 100%;
  border: 0;
  border-top: dotted 2px #000000;
  margin: 3px 0;
}

p.profile2 {
  font-size: 13px;
  color: #000000;
  text-align: left;
  line-height: 180%;
}


div.slider {
  height: 300px;
}

section div.first h1 {
  font-size: 1em;
  color: #d6003a;
  text-align: center;
  padding: 35px 0 12px;
}

section div.second h1 {
  font-size: 1em;
  color: #ffd200;
  text-align: center;
  padding: 35px 0 12px;
}

section div.third h1 {
  font-size: 1em;
  color: #10a785;
  text-align: center;
  padding: 35px 0 12px;
}

section div.fourth h1 {
  font-size: 1em;
  color: #1085ff;
  text-align: center;
  padding: 35px 0 12px;
}

div.slider img {
  width: 45%;
  margin: 0 auto;
}

section div.first p.caption1 {
  font-size: 16px;
  font-weight: bold;
  color: #d6003a;
  text-align: center;
  padding: 20px 0 35px;
  margin: 0 auto;
}

section div.second p.caption2 {
  font-size: 16px;
  font-weight: bold;
  color: #ffd200;
  text-align: center;
  padding: 20px 0 35px;
  margin: 0 auto;
}

section div.third p.caption3 {
  font-size: 16px;
  font-weight: bold;
  color: #10a785;
  text-align: center;
  padding: 20px 0 35px;
  margin: 0 auto;
}

section div.fourth p.caption4 {
  font-size: 16px;
  font-weight: bold;
  color: #1085ff;
  text-align: center;
  padding: 20px 0 35px;
  margin: 0 auto;
}

div#banners {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 50%;
}
  
img#banner {
  animation-duration: 2.5s;
  display:  block;
  width: 21vw;
  margin: 50px auto;
}

h2.pagetop {
  /*animation-name: prof;*/
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
  width: 200px;
  text-align: center;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin: 40px auto;
  line-height: 200%;
  border: solid 3px;
}

a {
  text-decoration: none;
}
  
main aside#aside {
  position:fixed;
  bottom: 30px;
  right: 40px;
  }

main aside#aside a img {
  width: 100px;
  animation-duration: 1.5s;
  }
  
footer {
  width: 100%;
  background-color: #000000;
}

footer ul {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
}

footer ul li {
  padding-right: 20%;  
}
    
footer ul li img {
  width: 100%;
  filter: grayscale(100%);
}

footer ul li img:hover {
filter: grayscale(0);
}
  
footer ul a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
  
footer p small {
  color: #FFFFFF;
  font-size: 11px;
  display: block;
  margin: 80px auto 0;
  padding-bottom: 20px;
  text-align: center;
}

div.text {
  width: 350px;
  border: 2px solid #000000;
  }
  

  
  
  
  
  
  
  
  
/****************************
          PC manga
****************************/

body#manga {
  background-image: url("../img/yufudake.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  }

section.title {
  width: 100%;
  padding: 60px 0;
  margin: 67px auto;
  position: relative;
  }
  
section.title img.title {  
  width: 50%;
  display: block;
  margin: 0 auto;
 }
  
section.title img.masami {  
  width: 40%;
  display: block;
  margin: 0 auto;
  animation-duration: 2s;
 }
  
section.title img.subtitle1 {  
  width: 16%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 200px;
  right: 12%;
 }
  
section.title img.subtitle2 {  
  width: 13%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 160px;
  left: 12%;
 }
  
main.manga {
  width: 100%;
  background-color: #FFFFFF;
  padding: 100px 0 150px;
  font-family: 'Noto Sans SC', sans-serif;
  }
/*******************************
            page1  
*******************************/
main.manga div.page1 {
  width: 70%;
  margin: 0 auto;
  position: relative;
  }
  
main.manga div.page1 img.mangabase1 {
  display: block;
  width: 100%;
  margin: 0 auto;
  }  
  
/*　1コマ目　*/  
main.manga div.page1 img.manga1-1 {
  display: block;
  position: absolute;
  top: 14%;
  right: 16%;
  width: 7%;
  animation-delay: 1.5s;
  }
  
main.manga div.page1 img.manga1-2 {
  display: block;
  position: absolute;
  top: 8%;
  right: 38%;
  width: 15%;
  animation-delay: 1s
  }
	
/*　2コマ目　*/ 
main.manga div.page1 img.manga2-1 {
  display: block;
  position: absolute;
  top: 2.5%;
  left: 23%;
  width: 14%;
  animation-delay: 2.5s;
  }
	
main.manga div.page1 img.manga2-2 {
  display: block;
  position: absolute;
  top: 12%;
  left: 2%;
  width: 16%;
  animation-delay: 3.5s;
  }
  
/*　3コマ目　*/   
main.manga div.page1 img.manga3-1 {
  display: block;
  position: absolute;
  top: 49.8%;
  right: 2.6%;
  width: 16%;
  animation-delay: 4.5s;
  }
	
main.manga div.page1 img.manga3-2 {
  display: block;
  position: absolute;
  top: 44%;
  right: 19.5%;
  width: 5%;
  animation-delay: 4.8s;
  }
  
/*　4コマ目　*/   
main.manga div.page1 img.manga4-1 {
  display: block;
  position: absolute;
  top: 32%;
  right: 25.5%;
  width: 26%;
  animation-delay: 6s;
  }
	
main.manga div.page1 img.manga4-2 {
  display: block;
  position: absolute;
  top: 35.3%;
  right: 49%;
  width: 10%;
  animation-delay: 7s;
  }

main.manga div.page1 img.manga4-3 {
  display: block;
  position: absolute;
  top: 56%;
  right: 56%;
  width: 9%;
  animation-delay: 7s;
  }
  
main.manga div.page1 img.manga4-4 {
  display: block;
  position: absolute;
  top: 49%;
  right: 34%;
  width: 10%;
  animation-delay: 7s;
  }
  
/*　5コマ目　*/   
main.manga div.page1 img.manga5-1 {
  display: block;
  position: absolute;
  top: 36%;
  right: 64%;
  width: 12%;
  animation-delay: 8s;
  }

main.manga div.page1 img.manga5-2 {
  display: block;
  position: absolute;
  top: 32.5%;
  left: -4%;
  width: 15%;
  animation-delay: 9s;
  }

main.manga div.page1 img.manga5-3 {
  display: block;
  position: absolute;
  top: 54.5%;
  left: 4%;
  width: 8%;
  animation-delay: 10s;
  }

main.manga div.page1 img.manga5-4 {
  display: block;
  position: absolute;
  top: 53%;
  left: 9%;
  width: 5%;
  animation-duration: 2s;
  animation-delay: 10.3s;
  }
  
/*　6コマ目　*/ 
main.manga div.page1 img.manga6-1 {
  display: block;
  position: absolute;
  top: 65%;
  right: -1%;
  width: 35%;
  animation-delay: 11.3s;
  }
  
main.manga div.page1 img.manga6-2 {
  display: block;
  position: absolute;
  top: 68%;
  right: -1%;
  width: 11%;
  animation-delay: 11.5s;
  }
  
/*　7コマ目　*/ 
main.manga div.page1 img.manga7-1 {
  display: block;
  position: absolute;
  top: 84%;
  right: 4.5%;
  width: 14%;
  animation-delay: 12.5s;
  }
  
main.manga div.page1 img.manga7-2 {
  display: block;
  position: absolute;
  top: 65%;
  right: 25%;
  width: 51%;
  animation-delay: 13s;
  }
  
main.manga div.page1 img.manga7-3 {
  display: block;
  position: absolute;
  top: 82%;
  right: 27%;
  width: 40%;
  animation-delay: 13s;
  }
  
main.manga div.page1 img.manga7-4 {
  display: block;
  position: absolute;
  top: 64%;
  left: -10%;
  width: 34%;
  animation-delay: 13s;
  }
  
/*　8コマ目　*/ 
main.manga div.page1 img.manga8-1 {
  display: block;
  position: absolute;
  top: 84%;
  left: 2%;
  width: 30%;
  animation-delay: 14s;
  }
  
main.manga div.page1 img.manga8-2 {
  display: block;
  position: absolute;
  top: 84%;
  left: 25%;
  width: 9%;
  animation-delay: 14s;
  }
  
main.manga div.page1 img.manga8-3 {
  display: block;
  position: absolute;
  top: 87%;
  left: -2%;
  width: 12%;
  animation-delay: 15s;
  }

/*******************************
            page2  
*******************************/
main.manga div.page2 {
  width: 70%;
  margin: 0 auto;
  position: relative;
  }
  
main.manga div.page2 img.mangabase2 {
  display: block;
  width: 100%;
  margin: 0 auto;
  }
/* 9コマ目　*/  
main.manga div.page2 img.manga9-1 {
  display: block;
  position: absolute;
  top: -1%;
  left: 12%;
  width: 82%;
  animation-delay: 16s;
  }

main.manga div.page2 img.manga9-2 {
  display: block;
  position: absolute;
  top: 27%;
  left: 23%;
  width: 62%;
  animation-delay: 16.5s;
  }
/* 10コマ目 */
main.manga div.page2 img.manga10-1 {
  display: block;
  position: absolute;
  top: 36%;
  left: -6%;
  width: 25%;
  animation-delay: 18s;
  }
  
main.manga div.page2 img.manga10-2 {
  display: block;
  position: absolute;
  top: 23%;
  left: -6%;
  width: 17%;
  animation-delay: 18s;
  }
/* 11コマ目 */
main.manga div.page2 img.manga11-1 {
  display: block;
  position: absolute;
  top: 48%;
  right: -7%;
  width: 40%;
  animation-delay: 19s;
  }

main.manga div.page2 img.manga11-2 {
  display: block;
  position: absolute;
  top: 52%;
  right: 17%;
  width: 21%;
  animation-delay: 19.5s;
  }
  
/* 12コマ目 */
main.manga div.page2 img.manga12-1 {
  display: block;
  position: absolute;
  top: 49%;
  left: 10%;
  width: 52%;
  animation-delay: 21s;
  }
main.manga div.page2 img.manga12-2 {
  display: block;
  position: absolute;
  top: 68.5%;
  left: 10%;
  width: 51%;
  animation-delay: 21s;
  }
  
/* 13コマ目 */
main.manga div.page2 img.manga13-1 {
  display: block;
  position: absolute;
  top: 80%;
  left: 0%;
  width: 32%;
  animation-delay: 22s;
  }
  
main.manga div.page2 img.manga13-2 {
  display: block;
  position: absolute;
  top: 78%;
  left: -8%;
  width: 20%;
  animation-delay: 22.5s;
  } 
  
/*******************************
            page3  
*******************************/
main.manga div.page3 {
  width: 70%;
  margin: 0 auto;
  position: relative;
  }
  
main.manga div.page3 img.mangabase3 {
  display: block;
  width: 99%;
  margin: 0 auto;
  }
  
/* 14コマ目 */
main.manga div.page3 img.manga14-1 {
  display: block;
  position: absolute;
  top: -2%;
  right: -6%;
  width: 32%;
  animation-delay: 23.5s;
  } 
main.manga div.page3 img.manga14-2 {
  display: block;
  position: absolute;
  top: 1%;
  right: -2%;
  width: 9%;
  animation-delay: 23.5s;
  } 
main.manga div.page3 img.manga14-3 {
  display: block;
  position: absolute;
  top: -2%;
  right: 14%;
  width: 15%;
  animation-delay: 23.5s;
  } 
  
/* 15コマ目 */
main.manga div.page3 img.manga15-1 {
  display: block;
  position: absolute;
  top: 0%;
  left: 8%;
  width: 63%;
  animation-delay: 24s;
  } 
main.manga div.page3 img.manga15-1-2 {
  display: block;
  position: absolute;
  top: -1%;
  left: 0%;
  width: 72%;
  animation-delay: 24s;
  } 
main.manga div.page3 img.manga15-2 {
  display: block;
  position: absolute;
  top: 24.5%;
  right: 5.5%;
  width: 45%;
  animation-delay: 25s;
  } 
  
/* 16コマ目 */
main.manga div.page3 img.manga16-1 {
  display: block;
  position: absolute;
  top: 22.5%;
  left: -1%;
  width: 26%;
  animation-delay: 26s;
  } 
main.manga div.page3 img.manga16-2 {
  display: block;
  position: absolute;
  top: 36%;
  left: 1.5%;
  width: 5.5%;
  animation-delay: 26.5s;
  } 
main.manga div.page3 img.manga16-3 {
  display: block;
  position: absolute;
  top: 40%;
  left: -1%;
  width: 9%;
  animation-delay: 26.5s;
  } 
  
/* 17コマ目 */
main.manga div.page3 img.manga17-1 {
  display: block;
  position: absolute;
  top: 51%;
  right: 0.5%;
  width: 24%;
  animation-delay: 27.5s;
  } 
main.manga div.page3 img.manga17-2 {
  display: block;
  position: absolute;
  top: 70%;
  right: 17%;
  width: 7%;
  animation-delay: 27.5s;
  } 
main.manga div.page3 img.manga17-3 {
  display: block;
  position: absolute;
  top: 70%;
  right: -1%;
  width: 16%;
  animation-delay: 28.5s;
  animation-duration: 2s;
  } 
  
/* 18コマ目 */
main.manga div.page3 img.manga18-1 {
  display: block;
  position: absolute;
  top: 48%;
  right: 24%;
  width: 28%;
  animation-delay: 30.5s;
  } 
main.manga div.page3 img.manga18-2 {
  display: block;
  position: absolute;
  top: 51%;
  right: 21%;
  width: 14%;
  animation-delay: 31s;
  }
  
/* 19コマ目 */
main.manga div.page3 img.manga19-1 {
  display: block;
  position: absolute;
  top: 62.8%;
  left: 18%;
  width: 58%;
  animation-delay: 32s;
  animation-duration: 2s;
  }
main.manga div.page3 img.manga19-2 {
  display: block;
  position: absolute;
  top: 52%;
  left: 3%;
  width: 44%;
  animation-delay: 32s;
  }
  
/* 20コマ目 */
main.manga div.page3 img.manga20-1 {
  display: block;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 20%;
  animation-delay: 33s;
  }
  
/*******************************
            page4  
*******************************/
main.manga div.page4 {
  width: 70%;
  margin: 0 auto;
  position: relative;
  }
  
main.manga div.page4 img.mangabase4 {
  display: block;
  width: 99%;
  margin: 0 auto;
  }
  
/* 21コマ目 */
main.manga div.page4 img.manga21-1 {
  display: block;
  position: absolute;
  top: -1.5%;
  right: -8%;
  width: 32%;
  animation-delay: 34s;
  }
  
/* 22コマ目 */
main.manga div.page4 img.manga22-1 {
  display: block;
  position: absolute;
  top: 29%;
  left: 15%;
  width: 50%;
  animation-delay: 35s;
  }
main.manga div.page4 img.manga22-2 {
  display: block;
  position: absolute;
  top: 30%;
  right: 3%;
  width: 30%;
  animation-delay: 35.5s;
  }
/* 23コマ目 */
main.manga div.page4 img.manga23-1 {
  display: block;
  position: absolute;
  top: 21%;
  left: -4%;
  width: 21%;
  animation-delay: 36.5s;
  }
/* 24コマ目 */
main.manga div.page4 img.manga24-1 {
  display: block;
  position: absolute;
  top: 55%;
  right: -4.5%;
  width: 27%;
  animation-delay: 37.5s;
  }
/* 25コマ目 */
main.manga div.page4 img.manga25-1 {
  display: block;
  position: absolute;
  top: 49.5%;
  right: 22.5%;
  width: 24%;
  animation-delay: 38.5s;
  }
main.manga div.page4 img.manga25-2 {
  display: block;
  position: absolute;
  top: 63.5%;
  right: 41%;
  width: 13%;
  animation-delay: 38.5s;
  }
/* 26コマ目 */
main.manga div.page4 img.manga26-1 {
  display: block;
  position: absolute;
  top: 53.5%;
  left: 34%;
  width: 14%;
  animation-delay: 39.5s;
  }
main.manga div.page4 img.manga26-2 {
  display: block;
  position: absolute;
  top: 55%;
  left: 0%;
  width: 11%;
  animation-delay: 40.5s;
  }
/* 27コマ目 */
main.manga div.page4 img.manga27-1 {
  display: block;
  position: absolute;
  top: 73%;
  right: -3%;
  width: 28%;
  animation-delay: 41.5s;
  }
main.manga div.page4 img.manga27-2 {
  display: block;
  position: absolute;
  top: 73%;
  right: 1%;
  width: 17%;
  animation-delay: 41.5s;
  }
/* 28コマ目 */
main.manga div.page4 img.manga28-1 {
  display: block;
  position: absolute;
  top: 77.7%;
  left: -6.5%;
  width: 45%;
  animation-delay: 43.5s;
  }
main.manga div.page4 img.manga28-2 {
  display: block;
  position: absolute;
  top: 80%;
  left: 17%;
  width: 5%;
  animation-duration: 2s;
  animation-delay: 43.5s;
  }
main.manga div.page4 img.manga28-3 {
  display: block;
  position: absolute;
  top: 75%;
  right: 27%;
  width: 11%;
  animation-delay: 42.5s;
  }
main.manga div.page4 img.manga28-4 {
  display: block;
  position: absolute;
  top: 71.5%;
  left: -6%;
  width: 17%;
  animation-delay: 43.5s;
  }

main.manga div.last {
  width: 65%;  
  margin: 0 auto;
  }
  
main.manga img.last {
  width: 30%;  
  }
  
p.address {
  width: 70%;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  }
  
p.address span {
  font-size: 16px;
  font-weight: bold;
  }
  
body#vol2 {
  background-image: url("../img/haikei1.jpg");
  background-size: 100%;
  position: relative;
}  
  
div.cursor {
  position: absolute;
  top: 15px;
  left: 85px;
  color: #d6013b;
  font-weight: bold;
}
  
div#flipbooksp {
  display: none;
}
  
div#flipbook {
  margin: 50px auto;
  text-align: center;
}
  
div#flipbook img {
  width: 725px;
  height: 1000px;
}
  
}