@charset "utf-8";
body {
	background-color: #dae000;
}
.ryu {
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-style: normal;
}
.tsuku {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#is-loading {
	 display: block;
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 top: 0px;
	 left: 0px;
	 background: #fff;
	 transition: transform 1s; 
	 z-index: 800;
}
#loading {
	 display: none;
	 position: fixed;
	 top: 0%;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 width: 100%;
	 height: 120px;
	 margin: auto;
	 text-align: center;
	 color: #fff;
	 z-index: 999;
}
#loading img {
	width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
#header {
	position: fixed;
	top: 20px;
	left: 40px;
	z-index: 500;
}
#header a figure {
	width: 90px;
}
#header a figure img {
	width: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: #fff!important;
}
div.active p span {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 
div.active p span:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% );
}
//「boxInner」をスライドインする
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

//マスク要素をスライドアウトする
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
br.sp {
	display: none;
}

.post_list {
	padding-top: 120px;
}
.post_list h1 {
	text-align: center;
	font-size: 28px;
}
.post_list h1 p {
	display: block;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
}
.post_list ul {
	width: 800px;
	margin: 80px auto;
}
.post_list ul li {
	width: 33%;
	text-align: center;
}
.post_list ul li:nth-child(n+1) {
	margin-top: 40px;
}
.post_list ul li:first-child {
	margin-top: 0px;
}
.post_list ul li:nth-child(2n+1) {
	margin-top: 80px;
}
.post_list ul li:first-child {
	margin-top: 0px;
}
.post_list ul li a {
	color: #2c2c2c;
	font-size: 120px;
	transition: 1s 0.2s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: 1s 0.2s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: 1s 0.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: 1s 0.2s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: 1s 0.2s cubic-bezier(.19, 1, .22, 1);
}
.post_list ul li:hover a {
	font-size: 140px;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.post {
	width: 800px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
.post h1 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.post h1::after {
	content: "";
	width: 40px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
	background-color: #2c2c2c;
}
.post .post_content {
	width: 600px;
	margin: 0 auto;
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-size: 16px;
	padding: 80px 0 120px 0;
}
.post a {
	width: 300px;
	margin: 60px auto 200px auto;
	text-align: center;
	color: #fff;
	background-color: #000;
	letter-spacing: 0.15rem;
	padding: 20px 0;
	display: block;
}
.port_post {
	width: 1000px;
	margin: 120px auto 200px auto;
	box-sizing: border-box;
	padding: 80px 60px 100px 60px;
	background-color: #fff;
}
.port_post .page_thumb {
	width: 80%;
	margin: 0 auto;
	height: 450px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.port_post ul {
	margin-top: 60px;
	margin-bottom: 80px;
	width: 400px;
}
.port_post ul li {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.port_content {
	border-bottom:1px solid #000;
	padding: 0px 0 80px 0;
	margin-bottom: 100px;
}
.port_content p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.15em;
}
.port_img figure {
	margin-bottom: 40px;
}
.port_img figure img {
	width: 100%;
}
.port_info {
	margin-top: 80px;
}
.port_info dl {
	justify-content: flex-start;
	font-size: 16px;
	margin-bottom: 15px;
}
.port_info dl dd {
	padding-left: 10px;
}
.port_info dl dd a {
	color: #000;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	br.sp {
		display: block;
	}
	#header {
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 500;
	}
	#header a figure {
		width: 50px;
	}
	#fp-nav {
		top: 30px!important;
	}
	#loading {
		top: 45%;
		left: -30%;
		width: 160%;
	}
}