@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url('https://fonts.googleapis.com/css?family=Delius+Unicase:400,700');

/* CSS Document */
/*
main_red #e0162c
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
img {
	width: 100%;
	height: auto;
	padding: 0 !important;
    display: block;
    line-height: 0em;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 400;
	line-height: 2em;
	margin: 0 auto;
	position: relative;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    font-size: 18px;
    color: #333;
}
article {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}
p {
	text-align: justify;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*====================================

	font

====================================*/ 

.page_ttl {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.page_ttl h2 {
	font-size: 400%;
	color: #e0162c;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Delius Unicase', cursive;
}
.page_ttl h2 span {
	border: 1px solid #f09;
	display: inline-block;
}
.poyon {
	-webkit-animation: poyon 0.5s linear .8s 1;
	animation: poyon 0.5s linear .8s 1;
}
@-webkit-keyframes poyon {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	10%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	40%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
	50%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	60%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -100%); }
	75%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -20%); }
	85%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes poyon {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
	50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
	60%  { transform: scale(0.9, 1.2) translate(0%, -100%); }
	75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
	85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.page_ttl .h2_sub {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 100%;
	font-weight: 600;
	color: #999;
}
.poyon2 {
	-webkit-animation: poyon2 0.5s linear 1.2s 1;
	animation: poyon2 0.5s linear 1.2s 1;
}
@-webkit-keyframes poyon2 {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	10%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	40%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
	50%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	60%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -50%); }
	75%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -20%); }
	85%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes poyon2 {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
	50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
	60%  { transform: scale(0.9, 1.2) translate(0%, -50%); }
	75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
	85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
h3 {
	width: 100%;
	font-size: 200%;
	text-align: center;
	font-weight: 600;
	background: url(/common/images/h3_bg.svg) repeat-x;
	background-size: 200px;
	background-position: bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #333 !important;
	position: relative;
}
h4 {
	width: 100%;
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	color: #333 !important;
	position: relative;
	font-family: 'Delius Unicase', cursive;
	margin-bottom: 20px;
}
h4 span {
	font-size: 50%;
	display: block;
	font-family: 'Rounded Mplus 1c', sans-serif;
	margin-top: -10px;
}

/*====================================

	loader

====================================*/ 

#loading-image {
	z-index: 999999;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/common/images/loading_start.gif');
	background-size: 200px;
}

/*====================================

	header

====================================*/  

#header {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 10;
}
#header img {
	width: 120px;
}

/*====================================

	head_sns

====================================*/	

.head_sns {
	position: fixed;
	top: 20px;
	right: 68px;
	width: 192px;
	z-index: 10;
}
.head_sns ul li {
	width: 44px;
	margin-right: 20px;
	float: left;
}
.head_sns ul li img {
	width: 100%;
}

/*====================================

	cd-primary-nav

====================================*/	

.cd-primary-nav {
}

/*====================================

	wp_ticker

====================================*/	

.wrap_ticker {
	position: fixed;
	left: 0;
	bottom: 20px;
	width: 100%;
	overflow: hidden;
	box-sizing: content-box;
	z-index: 10;
}
.wrap_ticker .ticker {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 30s;
}
.wrap_ticker .ticker_item {
	display: inline-block;
}
.wrap_ticker .ticker_item dl {
	display: table;
	background: #fff;
	padding: .8em 2em;
	 border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 2px solid #eee;
}
.wrap_ticker .ticker_item dl dt {
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
	color: #333;
	font-size: 90%;
	display: block;
	padding: 0 20px 0 50px;
	position: relative;
}
.wrap_ticker .ticker_item dl dt:before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(/common/images/news_neco.gif) no-repeat center center;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 0;
}
.wrap_ticker .ticker_item dl dd {
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
}
.wrap_ticker .ticker_item dl dd a {
	display: block;
	line-height: 1em;
	color: #333;
	text-decoration: none;
}
@keyframes ticker {
	0% {
		transform: translate(50%, 0);
		visibility: visible;
	}
	100% {
		transform: translate(-100%, 0);
	}
}
.wrap_ticker:hover .ticker {
	animation-play-state: paused;
}

/*====================================

	btn

====================================*/	

.btn {
	display: inline-block;
	position: relative;
	top: 3px;
	padding: .5em 3em;
	border-radius: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #80120d;
}
.btn:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #e0162c;
	border-radius: 32px;
	transition: .2s;
	transform: translate3d(0,0,0);
}
.btn span {
	display: block;
	position: relative;
	top: -3px;
	z-index: 2;
	font-family: sans-serif;
	transition: .2s;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 600;
	font-size: 90%;
}
.btn span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10%;
	width: 8px;
	height: 8px;  
	margin: -4px 0 0 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: translateX(5px) rotate(45deg);
	transition: .3s .1s;
}
.btn:hover {
	top: 3px;
}
.btn:hover:after {
	top: 0;
	background: #e00e18;
}
.btn:hover span {
	top: 0;
}
.btn:hover span:after {
	right: -15%;
}
/*.btn .heart {
	width: 50px;
	height: 50px;
	background: url(https://cssanimation.rocks/images/posts/steps/heart.png) no-repeat;
	background-size: 1400px;
	background-position: 0 0;
	animation: fave-heart 1s steps(28);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	border: 1px solid #f00;
}
.btn:hover .heart {
	background-position: -1400px 0;
	transition: background 1s steps(28);
}
@keyframes fave-heart {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1400px 0;
	}
}*/


/*====================================

	wrap_body_sd

====================================*/  

.wrap_body_sd {
	width: 100%;
	padding: 140px 0 0 0;
	margin: 0 auto;
	position: relative;
}
.wrap_body_sd > .inner {
	width: 100%;
	max-width: 1080px;
	padding: 0 40px;
	margin: 0 auto 100px;
}
.wrap_body_sd > .inner .dummy {
	width: 100%;
}
.wrap_body_sd > .inner .dummy p {
	padding: 500px 0;
	text-align: center;
}

/*====================================

	jojo-ni

====================================*/

/*{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}*/

/*====================================

	opacity

====================================*/	

/*.opacity a:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}*/

/*====================================

	pager

====================================*/ 

.pager {
    overflow: hidden;
}
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
.pager ul li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 10px; 
}
.pager ul li a {
    display: block;
	width: 40px;
	height: 40px;
	background:url(/common/images/pager_icon.svg) no-repeat;
	background-size: 100%;
}
.pager ul .active,
.pager ul li a:hover {
    display: block;
	width: 40px;
	height: 40px;
	background:url(/common/images/pager_icon_ac.svg) no-repeat;
	background-size: 100%;
}
.pager ul li:first-child a {
	background:url(/common/images/pager_icon_prev.svg) no-repeat center center;
	background-size: 70%;
}
.pager ul li:last-child a {
	background:url(/common/images/pager_icon_next.svg) no-repeat center center;
	background-size: 70%;
}

/*====================================

	footer

====================================*/ 

#footer {
	width: 100%;
	padding: 160px 0 60px;
	background: url(/common/images/footer_bg.svg) no-repeat;
	background-size: 100%;
}
#footer p {
	width: 100%;
	text-align: center;
	font-family: 'Delius Unicase', cursive;
	font-size: 80%;
}
#footer p span {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-size: 80%;
	margin-top: -8px;
}


/* =======================================

	cf

======================================= */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/*====================================

	news_ticker

====================================*/ 

.news_ticker {
	position: fixed;
	left: 0;
	bottom: 0;
	border: 2px solid #0f0;
	width: 100%;
	z-index: 10;
}
.news_ticker dl dt {
	float: left;
	border: 1px solid #00f;
	font-size: 90%;
	margin-right: 1em;
}
.news_ticker dl dd {
	float: left;
	border: 1px solid #00f;
}


