@charset "utf-8";

body{
  background-image: url(bg.jpg);
}
.ADORES-header {
 background-image: url(../tenpo/images/bg_02.png);
 background-repeat: repeat;
 background-position: center top;
 background-color: #fff;
}
.ADORES-footer__copyright p {
  margin: 0;
  font-size: 10px;  
}
.ADORES-contents{
  max-width: 960px;
  background-color: #ffffb5;
  margin: 0 auto;
  overflow: hidden;
}
section{
  margin-bottom: 20px;
}
#title{
  text-align: center;
  padding-top: 60px;
}
#title img{
  width: 60%;
  margin-bottom: 40px;
}
h1{
  color: #7f0007;
  text-align: left;
  font-size: 30px ;
  margin: 10px 20px;
  font-family: 'Mochiy Pop One', sans-serif;
}
h1::before{
  content: url(star.png);
}
p{
  font-size: 20px ;
  font-family: 'Stick', sans-serif;
  font-weight: bold;
}
#title p{
  text-align: left;
  margin: 10px 70px;
}
.tab li.active img{
	filter: none;
  animation: none;
}
li img{
  width: 100px;
  filter: sepia(90%);
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.tab{
  display: flex;
  justify-content: space-evenly;
}
.area {
	display: none;
	opacity: 0;
	padding:20px;
}
.area img{
  width: 300px;
}
.area.is-active {
  display: flex;
  justify-content: space-evenly;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
h2{
  font-size: 60px ;
  font-family: 'Stick', sans-serif;
  font-weight: bold;
}
.name{
  margin-top: 60px;
  width: 400px;
}
.hide{
  display: none;
}
#manga_title{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 25px;
}
#manga_title p{
  display: inline-block;
  width: 33%;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
}
.manga_content{
  width: 100%;
}
#stemp_area{
  width: 80%;
  margin: 20px auto;
}
#stemp_area img{
  width: 100%;
}
.wallpaper{
  width: 20%;
}
.wallpaper a{
  display: inline-block;
  margin: 20px 0 80px 0;
  text-decoration: underline;
}
.wallpaper img{
  width: 100%;
}
#wallpaper_area{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px auto;
}
#sns{
  width: 60%;
  margin: 0 auto;
}
/*↓↓↓上に戻る↓↓↓*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
  opacity: 0.6;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	transition:all 0.3s;
}
#page-top a:hover{
  opacity: 0.8;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
#page-top img{
  width: 50px;
}
/*↑↑↑上に戻る↑↑↑*/
@media screen and (max-width: 960px) {
  #title img {
    margin-bottom: 10px;
 }
 #title p {
   font-size: 17px;
 }
 .area img {
  width: 220px;
}
.area {
  padding: 30px;
}
.name {
  margin-top: 30px;
  width: 260px;
}
.name p{
  font-size: 15px;
}
h2 {
  font-size: 40px;
}
#manga_title p {
  width: 50%;
}
.wallpaper {
  width: 40%;
}
.wallpaper a {
  margin: 20px 0 40px 0;
}  
}
@media screen and (max-width: 600px) {
#title img {
 width: 80%;
} 
#title {
 padding-top: 25px;
}
#title p {
  font-size: 15px;
  margin: 10px 30px;
}
h1 {
  margin: 0px 0px 0px 15px;
}
.area.is-active {
  flex-direction: column;
}
li img {
  width: 70px;
}
.area img {
  width: 100%; 
}
.character_img{
  width: 60%;
  margin: 0 auto;
}
.tab{
  margin-top: 0px;
  margin-bottom: 30px;
}
.area {
  padding: 10px 30px;
}
.name {
  margin-top: 10px;
  width: 100%;
}
#profile{
  margin-bottom: 0px;
}
#manga_title p {
  width: 100%;
}
.wallpaper a {
  margin: 10px 0 20px 0;
}
#sns{
  width: 80%;
  }
}

