h2{
}

img{
	max-width: 100%;
}

.layout{
	display: flex;
	flex-wrap: wrap;
	max-width: 1150px;
	margin: 0 auto;
}
.layout .box{
	width: 33.333%;
	padding: 15px;
	text-align: center;
}

#f .layout .box p.cation{
	text-align: center;
	font-size: 14px;
}

.layout .box img{
	max-width: 100%;
}

.content-header {
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background: #1a1a1a;
}
.content-header .logo {
  width: 200px;
  text-align: left;
  margin-left: 20px;
  margin-top: 15px;
}

/*
#headerwrap{
  background:url('/trefan/img/visual-pc.jpg') no-repeat center center;
  background-size: cover;
  height: 100vh;
}

#headerwrap .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#headerwrap .logo{
  width: 80%;
  margin: 0 auto;
}

#headerwrap .logo img{
  width: 100%;
}

#headerwrap .date{
  width: 80%;
  margin: 0 auto;
}
#headerwrap .price{
  width: 80%;
  max-width: 300px;
  margin: 40px auto 0;
}
*/
#f .sub-title,
#f h3{
  color: #008080;

}

#f h3{
  margin-top: 8rem;
}

#f .sub-title::after {
  background-color: #008080;
}
@media screen and (max-width: 767px){

.layout .box{
	width: 100%;
	padding: 15px;
}

#f .layout .box p.cation{
	text-align: center;
	font-size: 12px;
	margin-bottom: 0;
}

.content-header .logo {
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-left: 0;
}

#headerwrap{
  position: relative;
}
/*
#headerwrap .logo{
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
#headerwrap .date-price{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
*/
}



/* glossary
=================*/

#glossary{
	text-align: left;
}

#glossary h2{
	color: #fff;
}

#glossary h3{
	font-size: 16px;
}

@media screen and (max-width: 767px){
#glossary .article{
	padding: 0 15px;
}
}



/* World
==================*/

embed, iframe, object {
    max-width: 100%;
}

#world{
	text-align: left;
}

#world h2{
	color: #fff;
}

#world h3{
	font-size: 16px;
}

@media screen and (max-width: 767px){
#world .row{
	padding: 0 15px;
}
}


/* COMIC
====================*/

#comic{
	text-align: left;
}

#comic h2{
	color: #fff;
}

#comic h3{
	font-size: 16px;
}

#comic-list{
	margin-top: 50px;
	margin-bottom: 50px;
}

#comic-list .row{
	display:flex;
	justify-content: space-between;
}
#comic-list .col{
	width: 30%;
	text-align: center;
}
#comic-list .col a{
}
#comic-list .coming .box{
	background-color:#eee;
	display:flex;
	align-items:center;
	justify-content: center;
	text-align: center;
}
#comic-list .col img{
	margin: 0;
}

@media only screen and (max-width: 767px) {

#comic .row{
	padding: 0 15px;
}

#comic-list .row{
	flex-wrap: wrap;
	padding: 0 15px
}

#comic-list .col{
	width: 100%;
	margin-bottom: 30px;
}

#comic-list{
	font-size: 14px;
	line-height: 150%;
}
}

.comic-page{
width:600px;
margin:25px auto;
}
@media only screen and (max-width: 767px){
.comic-page{
width:100%;
}
}


/****
wordpress
****************/

.wwp{
	background: #1a1a1a;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.wwp .container{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.wwp .update{
	text-align: right;
	margin-bottom: 1rem;
	padding-right: 15px;
}

.wwp h2{
	position: relative;
	text-align: left;
	padding: 0 0 10px;
	margin-bottom: 20px;
}

.wwp h2::after{
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height:1px;
	background-color: #fff;
	left: 0;
	bottom: 0;
	transition: transform 1s ease;
	transform: scaleX(0);
	transform-origin: left;
	transition-delay: 1s;
}

.wwp h2.anim::after{
	transform: scaleX(1);
}

.wwp h3{
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}

.wwp .post {
	text-align: left;
	color: #fff;
}

@media only screen and (max-width: 767px){

.wwp .post {
}

}

.npc-p{
  padding: 15px;
}

/*
 NPC
 ---------------------------*/

#artist #cast .lead{
	margin-bottom: 0;
	margin-top: 2rem;
}

#artist #cast .lead + h2{
	margin-top: 0;
}

#artist .photos{
	display: flex;
	flex-wrap: wrap;
}

#artist .photos .photo{
	width: 33.33%;
	padding: 10px;
  text-align: left;
}

#artist .photos .photo .image{
    min-height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,.5);
}

#artist .photos .photo .image{
	min-height: 258px;
}

#artist .photos .photo .image img{
	max-height: 258px;
	width: auto;
}

#artist .photos .photo .name{
	font-weight: bold;
	margin-bottom: 1rem;
}

#artist .photos .photo .job{
    line-height: 100%;
    padding-top: 12px;
}

#artist .photos .photo p{
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 1rem;
}

#artist .photos .photo a{
	font-size: 12px;
	line-height: 150%;
  word-break: break-all;
}

@media only screen and (max-width: 1199px) {
#artist .photos .photo .image{
    min-height: 418px;
}
}

@media only screen and (max-width: 991px) {
#artist .photos .photo .image{
    min-height: 317px;
}
}

@media only screen and (max-width: 767px) {

#artist .photos .photo{
	width: 100%;
	padding: 10px 5px;
	display: flex;
}

#artist .photos .photo .image{
    min-height: 0;
    width: 33%;
    background: none;
}

#artist.creator .photos .photo .image{
    min-height: 0;
}

#artist .photos .photo .prof{
  width: 66%;
  padding-left: 10px;
}

#artist .photos .photo img{
	display: block;
	margin: 0 auto;
}

#artist .photos.gest_performer .photo,
#artist .photos.performer .photo{
  display: block;
}

#artist .photos.gest_performer .photo .image,
#artist .photos.gest_performer .photo .prof,
#artist .photos.performer .photo .image,
#artist .photos.performer .photo .prof{
  width: 100%;
}


}

.caption{
  margin-bottom: 1rem;
}
