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;
  padding-bottom: 10px;
  text-align: center;
  background: #1a1a1a;
}
.content-header .logo {
  width: 200px;
  text-align: left;
  margin-left: 20px;
  /* margin-top: 15px; */
}



@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;
}


}


/* faq
=================*/

#faq-wrap{
	text-align: left;
  padding: 0 5%;
}

#faq-wrap h2{
	color: #1a1a1a;
  margin-bottom: 30px;
}

#faq dl{
	margin-bottom: 20px;
}

#faq dl dt{
	position: relative;
	background-color: #786146;
	color: #fff;
	padding: 12px 12px 12px 48px;
}

#faq dl dd{
	position: relative;
	background-color: #eadac7;
	padding: 12px 12px 12px 48px;
}

#faq dl dt::before{
	content: "Q.";
	position: absolute;
	left: 15px;
	top: 6px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}


#faq dl dd::before{
	content: "A.";
	position: absolute;
	left: 15px;
	top: 6px;
	font-size: 20px;
	font-weight: bold;
}


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

}

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

#glossary{
	text-align: left;
}

#glossary h2{
	color: #1a1a1a;
}

#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: #1a1a1a;
}

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

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


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

#comic{
	text-align: left;
}

#comic h2{
	color: #1a1a1a;
}

#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
 ---------------------------*/

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

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

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

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



#npcwrap .photos .photo .image{
  position: relative;
  min-height: 455px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
}

#npcwrap .photos .photo .image.two{
  cursor: pointer;
}

#npcwrap .photos .photo .image img{
}

#npcwrap .photos .photo .image .photo1{
  opacity: 0;
  z-index: 1;
  transition: opacity .2s linear;
}

#npcwrap .photos .photo .image .photo2{
  opacity: 0;
  transition: opacity .2s linear;
  position: absolute;
  top: 0;
  left: 0;
}

#npcwrap .photos .photo .image .photo1.active{
  opacity: 1;
}
#npcwrap .photos .photo .image .photo2.active{
  opacity: 1;
}

#npcwrap .photos .photo .image.two::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  bottom: 10px;
  right: 18px;
  margin-left: -10px;
  background: url(/img/turn.svg) no-repeat center center;
  background-size: 100%;
  opacity: .5;
}

#npcwrap.creator .photos .photo .image{
	min-height: 330px;
}

#npcwrap.creator .photos .photo .image img{
	max-height: 330px;
}



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

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

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

#npcwrap .photos .photo a{
	font-size: 12px;
	line-height: 150%;
}

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

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

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

#npcwrap .photos .photo{
	width: 100%;
	padding: 10px 20px;
}

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

#npcwrap.creator .photos .photo .image{
    min-height: 0;
}
#npcwrap .photos .photo img{
	display: block;
	margin: 0 auto;
}


}

.caption{
  margin-bottom: 1rem;
}

#header-visual{
  position: relative;
  height: 300px;
  text-align: center;
  color: #fff;
  background-size: cover;;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

#header-visual::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  #header-visual{
    height: 170px;
  }
}

#header-visual h3{
  position: relative;
  z-index: 5;
  font-size: 3rem;
  font-weight: bold;
}

#header-visual + #f{
  padding-top: 0;
}