@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto:wght@900&display=swap');

.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: 20px 20px 0;
  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: 50%;
	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;
}


}



/* 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 h2{
	text-align: center;
}

#comic a{
	color: #d2cbae;
}

#comic{
	text-align: left;
	background: url('/img/bg-story.jpg');
}

#comic.wwp h2,
#comic.wwp h3,
#comic.wwp .post {
	color: #d2cbae
}

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

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

#comic-list .row{
	display:flex;
	justify-content: center;
  gap: 5%;
  margin-bottom: 3rem;
}
#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: #fff;
	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 {
}

}



/* STORY 
==================*/

#story{
	background: url('/img/bg-story.jpg');
}

#story h2{
	text-align: center;
}

#story a{
	color: #d2cbae;
}


#story .container{
	max-width: 1050px;
}

#story.wwp h2,
#story.wwp h3,
#story.wwp .post {
	color: #d2cbae
}

#story .flex{
	display: flex;
}

#story .row .story-content{
	width: 66.666%;
}

#story .row .sidebar{
	width: 34%;
	padding-left: 60px;
}

#story .row .sidebar h3{
	text-align: left;
	font-weight: bold;
	font-size:18px;
	margin: 20px 0 15px;
}

#story .row .sidebar ul{
	list-style: none;
	text-align: left;
	padding: 0;
}

#story .row .sidebar ul li{
	margin-bottom: 1rem;
}

#story .row .sidebar ul li a{
	color: #d2cbae;
	font-size: 13px;
}

.story-mokuji{
	max-width: 800px;
	margin: 0 auto;
}

#mokuji ul{
	margin-bottom: 50px;
	list-style: none;
	padding: 0;
}


#mokuji h3{
	text-align: center;
	font-weight: bold;
}


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

#story .flex{
	display: block;
}

#story .row .story-content,
#story .row .sidebar{
	width: 100%;
	padding: 0;
}

#story .row .sidebar ul{
	padding: 0;
}


}


.paper-bg{
  background: url(/img/card1-bg.jpg) repeat-y center top;
  background-size: 95%;
  padding: 1px 90px 50px 90px;
  display: block;
  text-align: center;
  margin-bottom: 50px;
  color: #624C3F;
  font-family: 'Noto Sans JP', sans-serif;
  width: 800px;
  margin: 0 auto 50px;
}

#wide h1{
  font-size: 2rem;
}

#crossraid ul,
#crossraid ol{
  padding-left: 25px;
}

#crossraid ul li,
#crossraid ol li{
  text-align: left;
}

#crossraid table th{
  border: 1px solid  #624C3F;
  background-color:  #624C3F;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 12px;
  line-height: 150%;
}

#crossraid table td{
  border: 1px solid  #624C3F;
  text-align: center;
  padding: 6px;
  font-size: 12px;
  line-height: 150%;
}

#crossraid .paper-bg{
    text-align: left;
}

#crossraid .paper-bg h2{
  text-align: center;
}

#crossraid .paper-bg h3{
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
}

#crossraid .paper-bg h4{
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  color: #624C3F;
  background: none;
  padding: 0;
  line-height: 180%;
  border-bottom: 1px dashed  #624C3F;
}

#crossraid .point{
  border: 2px solid #624C3F;
  padding: 15px;
  margin-bottom: 50px;
  text-align: left;
  line-height: 150%;
}

#crossraid .point b{
  display: inline-block;
  color: #c00;
}

#crossraid .youtube{
  text-align: center;
}

@media screen and (max-width: 767px){
.paper-bg {
  padding: 30px 20px;
  background-size: 100%;
  width: 100%;
  margin: 0 0 30px;
}

#crossraid .paper-bg h2{
  font-size: 20px;
  line-height: 150%;
}

#crossraid .paper-bg .icon img{
  width: 40px;
}

#crossraid .youtube{
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}

#crossraid .youtube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


}


/* ギルドカード */
#guildcard {
    font-family: 'Noto Sans JP', sans-serif;
}

#guildcard .paper-bg h4 {
    display: inline-block;
    line-height: 100%;
    background-color: #624C3F;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 20px;
    margin: 10px 0 0;
}

#guildcard .line{
	margin: 2rem 0;
}

#guildcard p{
	line-height: 160%;
}

#guildcard .cardmake{
	margin-bottom: 2rem;
}

#guildcard .box{
	background-color: rgba(96,76,63,.1);
	padding: 15px 20px 15px;
	margin-bottom: 15px;
}

#guildcard h4{
	font-weight: bold;
}

#guildcard .title-about{
	position: relative;
}

#guildcard .title-about h3 img{
	width: 360px;
}

#guildcard .title-about .image{
	position: absolute;
	right: -20px;
	top: -30px;
}

#guildcard .title-about .image img{
    width: 200px;
}

#guildcard .bo{
	background: none;
	color: #614c3f;
	font-size: 20px;
	margin-bottom: 40px;
}

#guildcard .goal{
	font-size: 32px;
	line-height: 140%;
}

#guildcard table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}

#guildcard table thead td{
	background-color: #614c3f;
	color: #fff;
	padding: 4px;
	font-size: 12px;
    line-height: 16px;
}

#guildcard table tbody td{
	background-color: #fff;
	font-size: 12px;
	padding: 4px;
    line-height: 16px;
}

#guildcard table tbody tr:nth-child(odd) td{
	background-color: #c3c0be;
	
}

#guildcard table tbody td.tl{
	text-align: left;
}

#guildcard .test{
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}


#guildcard #hunter{
	padding: 40px 80px;
}

#guildcard #hunter .layout{
	display: flex;
	justify-content: space-between;
}

#guildcard #hunter .box{
	background: none;
	padding: 0;
	display: flex;
	align-items: flex-start;
	width: 50%;
}

#guildcard #hunter .box.reverse{
	flex-direction: row-reverse;
	align-items: flex-end;
}

#guildcard #hunter .box .image{
	width: 50%;
}

#guildcard #hunter .box .image img{
	width: 150px;
}

#guildcard #hunter .box .text{
	width: 50%;
	text-align: left;
}

#guildcard #hunter .box.reverse .text{
	text-align: right;
}

#guildcard #hunter .box .text p{
	line-height: 130%;
	font-size: 13px;
}

#guildcard #hunter ol{
	padding-left: 25px;
	text-indent: -15px;
}
#guildcard #hunter ol li{
	text-align: left;
	list-style: none;
}

#guildcard #hunter ol li span{
	display: block;
	padding-left: 3ex;
}

#guildcard #hunter .layout .left{
	width: 60%;
}

#guildcard #hunter .layout .right{
	width: 40%;
}

#guildcard #hunter .layout .left p{
	text-align: left;
}

#guildcard #hunter .layout .left img{
	width: 300px;
}

#guildcard table.sp{
	display: none;
}

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

.article #guildcard .paper-bg{
	padding: 20px 15px;
}

#guildcard .paper-bg h4{
	font-size: 16px;
	width: 100%;
}

#guildcard .box br{
	display: none;
}

#guildcard .paper-bg .bo span{
	font-size: 13px;
}

#guildcard .title-about h3{
	margin-bottom: 0;
	padding: 0;
}

#guildcard .title-about .image{
	position: static;
	margin-bottom: 1rem;
}

#guildcard .goal{
	font-size: 20px;
	text-align: center;
}


#guildcard table.pc{
	display: none;
}

#guildcard table.sp{
	display: table;
}

#guildcard table tbody td{
	font-size: 11px;
}

#guildcard table tbody tr:nth-child(odd) td{
	background-color: #fff;
}

#guildcard table tbody tr.odd td{
	background-color: #c3c0be;
}

#guildcard #hunter{
	padding: 20px 15px;
}

#guildcard #hunter .row{
	margin: 0;
}

#guildcard #hunter .layout{
	display: block;
}

#guildcard #hunter .box.reverse {
    margin-top: -30%;
}

#guildcard #hunter ol li{
	line-height: 130%;
	margin-bottom: 1rem;
}

#guildcard #hunter .layout .left,
#guildcard #hunter .layout .right{
	width: 100%;
	margin-bottom: 20px;
}

#guildcard #hunter .layout .right img{
	width: 80%;
}

}


#unit .paper-bg{
  text-align:left;
}
#unit .paper-bg h2{
  border-bottom:2px solid #624C3F;
  line-height: 130%;
  margin-top: 50px;
}
#unit .paper-bg h3{
  font-size:24px;
  border-bottom:2px solid #624C3F;
  margin-top: 50px;
}
#unit .paper-bg h4 {
    display: inline-block;
    line-height: 130%;
    background-color: transparent;
    color: #624C3F;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
}
#unit #unittable th{
  border: 1px solid #000;
  background-color: #efe3da;
  padding: 6px;
}
#unit #unittable td{
  border: 1px solid #000;
  padding: 6px;
}
#unit li{
  font-size: 16px;
}
#unit .unit-image{
  text-align: center;
}
#unit .unit-image img{
  max-width: 800px;
  width:100%;
}

#unit .paper-bg h3 {
  font-size: 24px;
}


#unit .unitbox .box{
  border-top: 2px solid #6a3906;
  margin-top: 20px;
  padding-top: 20px;
}

#unit .unitbox .box:first-child{
  border: none;
}


#unit .unitbox h4{
  width: 100%;
  border-left: 6px solid #6a3906 ;
  padding-left: 15px;
}

#unit .unitbox .layout{
  display: flex;
}

#unit .unitbox .layout .image{
  width: 200px;
}

#unit .unitbox .layout .text{
  flex: 1;
  padding-left: 20px;
}

#unit .unitbox .text p{
}


@media screen and (max-width: 767px){
#unit .paper-bg {
  font-size: 14px;
}
#unit .paper-bg h2 {
  font-size: 20px;
  margin-top: 0;
}
#unit .paper-bg h3 {
  font-size: 16px;
  margin-top: 20px;
}
#unit .paper-bg h4 {
  font-size: 14px;
}
#unit .paper-bg ul,
#unit .paper-bg ol {
  padding-left: 25px
}
#unit .paper-bg li{
  font-size: 14px;
  line-height: 130%;
}

#unit .unitbox .layout{
  display: block;
}

#unit .unitbox .layout .image{
  width: 100%;
  text-align: center;
}

#unit .unitbox .layout .image img{
  width: 200px;
}

#unit .unitbox .layout .text{
  padding: 0;
}

#unit .unitbox .text {
  line-height: 180%;
}

}

