@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
	line-height: 1.4;
    vertical-align: baseline;
    font-family: 'Lato',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
	height: 100%;
}
body {
    height: 100%;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
    clear: both;
}
.inline_block {
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
table {
    width: 100%;
}
a {
	text-decoration: none;
}
/* common */
.animation {
    opacity: 0;
}
.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.ttl {
	text-align: center;
padding: 5% 0;
	width: 100%;
	background:linear-gradient(45deg,  #736EFE,#9708CC,#9F44D3);/*グラデーションを定義*/
	background-size: 200% 200%;/*サイズを大きくひきのばす*/
	animation: bggradient 20s ease infinite;
}

@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.ttl h2 {
	font-size: 38px;
font-family: 'Economica', sans-serif;
	color: #fff;
}
.ttl h3 {
	font-size: 16px;
	color: #fff;
}
.wrap {
	text-align: center;
}
.btn_wrap {
	width: 160px;
	margin: auto;
}
a.cp_btn {
	display: block;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #111;
	letter-spacing: 0.1em;
	transition: all 0.5s;
	font-weight: bold;
	border-radius: 5px;
	font-family: 'Economica', sans-serif;
}
a.cp_btn:hover {
	opacity: 0.8;
	transition: all 0.5s;
}

.page_navi {
	margin: 0 10px 40px;
}
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi li {
	display: inline-block;
	border-bottom: 5px solid #d3dbde;
	min-width: 2em;
	padding: 5px 25px;
	text-align: center;
	font-size: 75%;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	color: #006837;
	font-weight: bold;
	padding: 10px 0 10px;
	margin: 0;
	width: 2.5em;
	border-bottom: 4px solid #ccc;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	text-decoration: none;
	border-bottom: 4px solid #006837;
}
.wp-pagenavi span.extend {
	border-bottom: 4px solid #fff;
}
.previouspostslink, .nextpostslink {
	padding-left: 5px;
	padding-right: 5px;
}
/*header*/
.menu-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	opacity: 0;
	-webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
	background: #111;
	border-radius: 100vh;
	padding: 10px 13px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #999;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger.active span:nth-of-type(1) {
  top: -4px;
}
.menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: -9.5px;
}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}
nav {
    width:100%;
    height: 100%;
    transition: all 0.5s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #111;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
   }
   nav.open {
    transform: translate(0); 
   }
nav h1 {
	height: auto;
	margin: auto;
	padding: 0 0 30px;
	
}
nav ul li {
	text-align: center;
}
nav ul li a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 30px;
	display: block;
	transition: .5s;
}
nav ul li a:hover {
	color: #9F44D3;
	transition: .5s;
}
nav a {
	color: #fff;
    font-family: 'Economica', sans-serif;
}
nav h1 a {
	color: #999;
	font-size: 170%;
}
.low_header {
	display: flex;
	justify-content: center; 
    align-items: center;
	height: 46px;
	background-color: #111;
}
.low_header h1 {
	width: 40px;
	height: auto;
	margin: 0 10px 0 0;
}
.low_header h2 {
	text-align: center;
	line-height: 70px;
font-family: 'Economica', sans-serif;
color: #fff;
	font-size: 23px;
	padding: 0 20px 0 0;
}
.low_header h2 a {
	color: #fff;
	font-family: 'Economica', sans-serif;
}
/*footer*/
footer p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
}