/*
.wado-hero {
	position: relative;
	width: 100%;
	height: 710px;
	background: url(/25th/images/mv-bg.png) repeat;
	background-size: 1307px;
	-webkit-animation: wado-bgscroll 100s linear infinite;
	animation: wado-bgscroll 100s linear infinite;
	transform: translate3d(0, 0, 0);
}
*/

.header-wado {
	width: 250px;	
}
@media only screen and (max-width: 480px) {
	.wado-yokologo {
		width: 150px !important;
	}
}

.wado-hero {
	position: relative;
	width: 100%;
	height: 710px;
	background: url(/25th/images/wado/BG-waddledee.png) repeat-x;
	background-position: center center;
}
.wado-hero:after {
	position: absolute;
	z-index: 7;
	content: '';
	display: block;
	height:19px;
	width:100%;
	bottom: 0;
	background-image: url(/25th/images/triangle-pattern-white.png);
	background-color: transparent;
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 43px 19px;
}

.wado-hero-bg {
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 680px;
}
.wado-hero-bg:before {
	position: absolute;
	z-index: 7;
	content: '';
	display: block;
	height:150px;
	width:100%;
	top: -30px;
	background: url(/25th/images/wado/waddledee-Right.png) repeat;
	background-size: 1400px;
	-webkit-animation: wado-bgscroll-top 100s linear infinite;
	animation: wado-bgscroll-top 100s linear infinite;
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes wado-bgscroll-top {
 0% {background-position-x: 0;}
 100% {background-position-x: 1400px;}
}
@keyframes wado-bgscroll-top {
 0% {background-position-x: 0;}
 100% {background-position-x: 1400px;}
}

.wado-hero-bg:after {
	position: absolute;
	z-index: 7;
	content: '';
	display: block;
	height:150px;
	width:100%;
	bottom: 0px;
	background: url(/25th/images/wado/waddledee-Left.png) repeat;
	background-size: 1400px;
	-webkit-animation: wado-bgscroll-bottom 100s linear infinite;
	animation: wado-bgscroll-bottom 100s linear infinite;
	transform: translate3d(0, 0, 0);
}
@-webkit-keyframes wado-bgscroll-bottom {
 0% {background-position-x: 0;}
 100% {background-position-x: -1400px;}
}
@keyframes wado-bgscroll-bottom {
 0% {background-position-x: 0;}
 100% {background-position-x: -1400px;}
}


@media only screen and (max-width: 960px) {
	.wado-hero {
		position: relative;
		width: 100%;
		height: 500px;
		background-size: 1100px;
	}
	.wado-hero-bg {
		height: 480px;
	}
	.wado-hero-bg:before {
		height:130px;
		background-size: 1200px;
	}
	
	@-webkit-keyframes wado-bgscroll-top {
	 0% {background-position-x: 0;}
	 100% {background-position-x: 1200px;}
	}
	@keyframes wado-bgscroll-top {
	 0% {background-position-x: 0;}
	 100% {background-position-x: 1200px;}
	}
	
	.wado-hero-bg:after {
		height:130px;
		background-size: 1200px;
	}
	@-webkit-keyframes wado-bgscroll-bottom {
	 0% {background-position-x: 0;}
	 100% {background-position-x: -1200px;}
	}
	@keyframes wado-bgscroll-bottom {
	 0% {background-position-x: 0;}
	 100% {background-position-x: -1200px;}
	}
}

.wado-header-logo-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 145px;
	bottom: 0;
	width: 400px;
	margin: auto;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	z-index: 10;
}
@media only screen and (max-width: 960px) {
	.wado-header-logo-center {
		top: 120px;
		width: 250px;
	}
}

/*--------------------------------------------------------------
 introduction
 --------------------------------------------------------------*/
.wado-introduction-character {
	text-align: center;
	margin-top: 20px;
}
.wado-introduction-character a {
	display: inline-block;
	width: 397px;
	height: 138px;
	box-sizing: border-box;
	padding-top: 94px;
	background: url(/25th/images/wado/chara-btn-April01.png) no-repeat center top;
	background-size: contain;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}
@media only screen and (max-width: 420px) {
	.wado-introduction-character a {
		width: 100%;
		padding-top: 24%;
	}
}
@media only screen and (max-width: 360px) {
	.wado-introduction-character a {
		padding-top: 23%;
	}
}



/*--------------------------------------------------------------
 pickup
 --------------------------------------------------------------*/
.wado-pickup:before {
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
	height:19px;
	width:100%;
	top: 0;
	background-image: url(/25th/images/triangle-pattern-white-reverse.png);
	background-color: transparent;
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 43px 19px;
}

.wado-pickup .wrapper {
	padding: 50px 15px 0;
}

.wado-banners {
	text-align: center;
}
.wado-banners  a:hover {
	opacity: 0.7;
}
.wado-banners .wado-bnr {
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);	
}
.wado-banners a {
	padding: 15px 0;
	display: block;
	max-width: 800px;
	margin: 0 auto;
}

.wado-alert {
	display: block;
	border-radius: 10px;
	border: 6px solid #FFF;
	background-color: #fe6d22;
	padding: 20px;
	max-width: 754px;
	margin: 15px auto;
}
.wado-alert-box {
	display: flex;
	align-items: center;
}
.wado-alert-box img {
	max-width: 130px;
}
.wado-alert-box p {
	padding-left: 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6em;
}
@media only screen and (max-width: 768px) {
	.wado-alert-box {
		flex-direction: column;
	}
	.wado-alert-box img {
		max-width: 80px;
		padding-bottom: 15px;
	}
	.wado-alert-box p {
		font-size: 1.2em;
		padding: 0;
	}
}


/*--------------------------------------------------------------
 share
 --------------------------------------------------------------*/
#share {
	display: flex;
	justify-content: center;
	padding: 0 15px 40px;
}
#share a {
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #24A7E3;
	color: #FFF;
	font-size: 1.3em;
	padding: .8em 1.2em;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
	margin: 0 5px;
}
#share a i {
	font-size: 1.3em;
	margin-right: 10px;
}

#share .wado-fb a {
	background-color: #3b5999;
}

@media only screen and (max-width: 425px) {
	#share a {
		font-size: 1.1em;
	}
}

/*--------------------------------------------------------------
 footer-btn
 --------------------------------------------------------------*/
.wado-footer-btn {
	padding: 0px 15px 100px;
}
.footer-o-btn {
	display: flex;
}
.footer-o-btn a {
	margin: 0 auto;
	border-radius: 10px;
	border: 1px solid #FD57AE;
	background: url(/25th/images/stripe-pattern-middle.png) repeat left top;
	color: #FFF;
	font-size: 1.3em;
	padding: .8em 1.2em;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 4px 4px 0 0 rgba(0,0,0,0.15);
}
.footer-o-btn a:hover {
	color: #FFF;
	opacity: .7;
}
.o-btn-box {
	display: flex;
	align-items: center;
}
.o-btn-box img {
	margin-right: 20px;
}
.o-btn-box p span {display: inline-block;}


/*--------------------------------------------------------------
 modal
 --------------------------------------------------------------*/
.wado-modal {
	padding-top: 0;
}
.wado-ex-link {
	margin-bottom: 15px !important;
}
.wado-ex-link:hover {
	opacity: .8;
}