@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Noto Sans JP', YuGothic,  "Yu Gothic", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Verdana, Meiryo, sans-serif;
	font-size: 14px;
	background-image: url("../images/bg.jpg");
	background-size: 80%;
	line-height: 1.75em;
}
img {
	width: 100%;
	height: auto;
}
header {
background-position: top center;
}
header #menu .btn {
	position: fixed;
	top: 2%;
	right: 4%;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	text-align: center;
	padding: 2%;
	width: 15%;
	cursor: pointer;
	z-index: 101;
}
header #menu .btn img {
	width: 100%;
}
header #menu #list_menu {
	position: fixed;
	top: 0;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 100;
	padding: 0 25%;
	letter-spacing: 0.2rem;
}
header #menu #list_menu {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(23,13,51);
	background: linear-gradient(0deg, rgba(23,13,51,1) 0%, rgba(115,25,28,1) 100%);
	top: 0;
	right: 0;
	transform: translate(100%, 0);
	transition: transform 0.5s; 
}
header #menu #list_menu .inner {
	top: 45%;
	right: 50%;
	transform: translate(50%, -50%);
	position: absolute;
	width: 60%;
}
header #menu #list_menu .inner nav li {
	display: block;
	font-size: 2rem;
	font-weight: 900;
	line-height: 2em;
	border-bottom: 1px solid #ffffff;
}
header #menu #list_menu .inner nav li:last-child {
	border-bottom: none;
}
header #menu #list_menu .inner .btn_lang {
	background-color: #ffffff;
	padding: 5%;
	box-sizing: border-box;
	display: block;
	border-radius: 40px;
	max-width: 400px;
  margin: 5% auto 0;
	}
header #menu #list_menu .inner .btn_lang img {
    width: 100%;
    max-width: 278px;
    cursor:  pointer;
}
header #menu #list_menu .inner .sns ul {
	width: 80%;
	margin: 15% auto 0;
}
.category {
	width: 50%;
	max-width: 140px;
	background: #545454;
	text-align: center;
	border-radius: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8rem;
	padding: 0.2em 0;
	line-height: 1em;
}
.category[class*="event-"] {
	background-color: #60adb2;
}
.category[class*="maintenance-"] {
	background-color: #edbb10;
}
.category[class*="note-"] {
	background-color: #e65050;
}
.category[class*="dungeon-"] {
	background-color: #74b37e;
}
header {
    background-image: url(../images/bg_header_1.jpg);
    background-size: cover;
    background-position: top center;
}
#container > .wrap {
	padding: 8% 5%;
	box-sizing: border-box;
	position: relative;
}
#container > .wrap::before,
#container > .wrap::after {
	content: "";
	display: block;
	background-image: -moz-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
	background-image: -ms-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
	height: 5px;
	width: 100%;
	position: absolute;
}
.wrap::before {
	left: 0;
	top: 0;
}
.wrap::after {
	left: 0;
	bottom: 0;
}
h1 {
    max-width: 290px;
    margin: 0 auto;
    width: 20%;
    padding: 4% 0 3%;
}
h1 img  {
	width: 100%;
}
article {
	max-width: 1290px;
	min-height: 560px;
	margin: 0 auto;
	padding: 8% 5%;
	background-color: #ffffff;
	border: 3px solid #cccccc;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 3px 3px #cccccc;
}
article > .wrap {
	margin-top: 3%;
	display: table;
}
article h1 {
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 0 0 5%;
	background-size: 30px 4px;
	background-image: linear-gradient(to right, #0099e6, #0099e6 20px, transparent 0px, transparent 0px);
	background-position: left bottom;
	background-repeat: repeat-x;
}
article h2 {
	background-color: #0099e6;
	text-align: center;	
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1rem;
	margin-top: 10%;
	line-height: 1.5em;
	padding: 1% 0;
}
article h3 {
	color: #0099e6;
	margin-top: 4%;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.25rem;
}
body[class*="page-template-page-archive"] article h3 {
  margin: 15px auto 0;
  border-top: 2px solid #19b2ff;
  padding-top: 10px;
  color: #00547e;
}
article h4,
article h5,
article h6 {
	color: #0099e6;
	line-height: 30px;
	border-left: 5px solid #0099e6;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 30px;
}
article[id*="page-"] a,
article[id*="post-"] a {
	text-decoration: underline;
}
article p {
	margin-top: 2%;
	word-break: break-word;
}
article time.date {
	font-weight: bold;
	display: table-cell;
}
article .category {
	display: table-cell;
	vertical-align: middle;
	min-width: 90px;
	padding: 0.3em 0;
}
#pager {
	display: table;
	margin: 10% auto 0;
	justify-content: center;
	position: relative;
}
#pager img {
 width: 100%;
}
#pager .prev,
#pager .next {
	display: table-cell;
	vertical-align: middle;
}
#pager .center {
	margin: 0 5%;
	max-width: 430px;
}
.sns {
	margin-top: 10%;
}
.sns ul {
	display: flex;
	justify-content: center;
	width: 40%;
	margin: 0 auto;
}
.sns ul li:first-child {
    margin-right: 10%;
}
.sns ul li.youtube {
	position: relative;
	width: auto;
	padding-top: 0;
	margin-top: 0;	
}

footer {
	background: #333333;
	color: #ffffff;
	text-align: center;
	padding: 30px 0;
}
footer p {
	font-size: 0.6rem;
    line-height: 1.75em;
    margin-top: 1%;
}
footer #logo_gungho {
	max-width: 74px;
	margin: 0 auto;
	width: 15%;
}
footer #logo_gungho img {
	width: 100%;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0;
	opacity: 0.8;
}
body[class*="page-template-page-archive"] #container > .wrap {
	padding: 5% 8%;
}
body[class*="page-template-page-archive"] article {
	min-height: auto;
	margin-top: 2rem;
}
body[class*="page-template-page-archive"] dd {
	margin-top: 5%;
}
body[class*="page-template-page-archive"] #article_outer {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}
body[class*="page-template-page-archive"] .sns {
    margin-top: 5%;
}
article[id*="post-"] a.btn_link {
	display: table;
	background-color: #2c92c5;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5em;
	padding: 2%;
	box-shadow: 6px 6px rgb(22 105 147);
	margin: 0 0 0 10px;
	text-decoration: none;
}
.btn_link .far {
	font-size: 2rem;
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	padding: 0 10px 0 0;
	}
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	transition: all 0.5s;
	z-index: 999999;
	}
.loader {
  margin: 100px auto;
  font-size: 1em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #19b2ff, 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.5), -1.8em -1.8em 0 0em rgba(25,178,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.7), 1.8em -1.8em 0 0em #19b2ff, 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.5), 1.8em -1.8em 0 0em rgba(25,178,255, 0.7), 2.5em 0em 0 0em #19b2ff, 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.5), 2.5em 0em 0 0em rgba(25,178,255, 0.7), 1.75em 1.75em 0 0em #19b2ff, 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.5), 1.75em 1.75em 0 0em rgba(25,178,255, 0.7), 0em 2.5em 0 0em #19b2ff, -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.5), 0em 2.5em 0 0em rgba(25,178,255, 0.7), -1.8em 1.8em 0 0em #19b2ff, -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.5), -1.8em 1.8em 0 0em rgba(25,178,255, 0.7), -2.6em 0em 0 0em #19b2ff, -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.5), -2.6em 0em 0 0em rgba(25,178,255, 0.7), -1.8em -1.8em 0 0em #19b2ff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #19b2ff, 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.5), -1.8em -1.8em 0 0em rgba(25,178,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.7), 1.8em -1.8em 0 0em #19b2ff, 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.5), 1.8em -1.8em 0 0em rgba(25,178,255, 0.7), 2.5em 0em 0 0em #19b2ff, 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.5), 2.5em 0em 0 0em rgba(25,178,255, 0.7), 1.75em 1.75em 0 0em #19b2ff, 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.5), 1.75em 1.75em 0 0em rgba(25,178,255, 0.7), 0em 2.5em 0 0em #19b2ff, -1.8em 1.8em 0 0em rgba(25,178,255, 0.2), -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.5), 0em 2.5em 0 0em rgba(25,178,255, 0.7), -1.8em 1.8em 0 0em #19b2ff, -2.6em 0em 0 0em rgba(25,178,255, 0.2), -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.5), -1.8em 1.8em 0 0em rgba(25,178,255, 0.7), -2.6em 0em 0 0em #19b2ff, -1.8em -1.8em 0 0em rgba(25,178,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25,178,255, 0.2), 1.8em -1.8em 0 0em rgba(25,178,255, 0.2), 2.5em 0em 0 0em rgba(25,178,255, 0.2), 1.75em 1.75em 0 0em rgba(25,178,255, 0.2), 0em 2.5em 0 0em rgba(25,178,255, 0.2), -1.8em 1.8em 0 0em rgba(25,178,255, 0.5), -2.6em 0em 0 0em rgba(25,178,255, 0.7), -1.8em -1.8em 0 0em #19b2ff;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin-top: 5%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.post-template-default img {
	margin-top: 1%;
}
.select_lang {
    display: none;
    cursor: pointer;
    position: relative;
}
.select_lang ul {
    position: absolute;
    background: #ffffff;
    font-weight: 700;
    width: 60%;
    margin: -1px auto 0;
    color: #791e35;
    border-radius: 0 0 10px 10px;
    font-size: 1.5rem;
    line-height: 2em;
    z-index: 100;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-bottom: 3%;
}
#notfound .img {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
}
.alignright{
	display: block;
	margin: 0 0 0 auto;
}
.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 640px) {
	img {
	    max-width: 640px;
	}
}

@media screen and (min-width: 768px) {

html, body {
	font-size: 18px;
	background-size: auto;
}
#container > .wrap {
	padding: 5% 5% 3%;
}
	img {
	    max-width: 768px;
	}
#pager {
	margin: 5% auto 0;
}
.sns {
    margin-top: 3%;
}
.sns ul li:first-child {
    margin-right: 5%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
}
article h1 {
	font-size: 1.5rem;
	padding: 0 0 2%;
	background-size: 30px 4px;
	background-image: linear-gradient(to right, #0099e6, #0099e6 20px, transparent 0px, transparent 0px);
	background-position: left bottom;
	background-repeat: repeat-x;
}
header #menu #list_menu .inner nav li {
	font-weight: 900;
	line-height: 2.5em;
	border-bottom: 1px solid #ffffff;
}

}
@media screen and (min-width: 1024px) {
header #menu .btn {
	right: 2%;
	padding: 1%;
	width: 7%;
}
img {
    max-width: 1024px;
}
header #menu #list_menu {
	width: 50%;
}
header #menu #list_menu .inner nav li {
    line-height: 3em;
}
article[id*="page-"] a:hover,
article[id*="post-"] a:hover {
	text-decoration: none;
}

article[id*="post-"] a.btn_link:hover {
	background-color: #5facd3;
}
.youtube {
	position: static;
	padding-top:0;
}
.youtube iframe {
	position: static;
	width: 560px;;
	height: 315px;
}
.select_lang a:hover {
	text-decoration: underline;
}
body[class*="page-template-page-archive"] article {
	width: 47%;
}
header #menu #list_menu .inner nav li {
	line-height: 3em;
}
img.alignright { display: block; margin: 0 0 0 auto;}
img.alignleft { display: block; margin: 0 auto 0 0;}
img.aligncenter { display: block; margin: 0 auto;}}

@media screen and (min-width: 640px) {
header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#container > .wrap::before {
	background-image: -moz-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
	background-image: -ms-linear-gradient( 180deg, rgba(232,138,240,0) 27%, rgba(232,138,240,0.3) 30%, rgb(255,207,16) 54%, rgb(60,230,88) 64%, rgb(76,210,255) 90%, rgba(255,76,76) 100%);
}
article {
	padding: 40px 5%;
}
article p.date {
	margin: 0 20px 0 0;
}
article .category {
	min-width: 120px;
}
footer {
	padding: 5% 0;
}

	
}





