/*
.wado-hero {
	position: relative;
	width: 100%;
	height: 710px;
	background: url(/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);
}
*/
.wado-header-logo-left {
	position: absolute;
	left: 30px;
	top: 16px;
	/*width: 146px;*/
	width: 216px;
}
.wado-header-logo-left img {
	vertical-align: middle;
}
body.header-fixed .wado-header-logo-left,
.page .wado-header-logo-left{
	top: 11px;
	/*left: 110px;*/
}
.wado-header-logo-left-circle {
	display: none;
	width: 65px;
	margin-right: 5px;
}
body.header-fixed .wado-header-logo-left-circle,
.page .wado-header-logo-left-circle {
	display: inline;
	/*left: 130px;*/
	/*top: 11px;*/
}

@media only screen and (max-width: 960px) {
	.wado-header-logo-center {
		top: 120px;
		width: 250px;
	}
}
@media only screen and (max-width: 480px) {
	.wado-header-logo-left {
		position: absolute;
		left: 10px;
		top: 26px;
	}
	.wado-header-logo-left img:last-child {
		width: 96px;
	}
}

.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(/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(/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(/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(/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
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
 introduction
 --------------------------------------------------------------*/
.wado-introduction {
	/*margin-top: 20px;*/
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #FFF;
}
.wado-introduction .wrapper {
	background: url(/images/triangle-bg.png) repeat-x top center;

}
.wado-introduction-image {
	text-align: right;
	padding: 30px 20px 20px;
}
.wado-introduction-greeting {
	position: relative;
	text-align: left;
	max-width: 380px;
	padding-top: 70px;
}
.wado-introduction-greeting:after {
	content: '';
	display: block;
	width: 97px;
	height: 75px;
	background: url(/images/stars.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 9;
	right: 20px;
	top: 52px;
}
.wado-introduction-greeting-inner {
	text-align: center;
	background-color: #FFF;
	border: 3px solid #FD55AF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	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);
	overflow: hidden !important;
}
.wado-introduction-greeting-inner h3 {
	position: relative;
	display: block;
	background: url(/images/stripe-pattern-middle.png) repeat;
	padding: 15px 0 25px;
}
.wado-introduction-greeting-inner h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 7;
	content: '';
	display: block;
	height:19px;
	width:100%;
	background-image: url(/images/triangle-pattern-white.png);
	background-color: transparent;
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 43px 19px;
}
.wado-introduction-greeting-inner h3 em {
	color: #FFF;
	font-size: 0.6em;
}
.wado-introduction-greeting-inner p {
	line-height: 1.6em;
	padding: 0.5em 1em 1em;
}
.wado-introduction-greeting-inner p em {
	display: block;
	font-style: normal;
	font-size: 0.9em;
	margin: 1em 0 0;
}
.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(/images/chara-btn.png) no-repeat center top;
	background-size: contain;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.wado-introduction-image {
		text-align: center;
	}
	.wado-introduction-greeting {
		position: relative;
		text-align: center;
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.wado-introduction-greeting:after {
		right: 20px;
		top: -20px;
	}
	.wado-introduction-greeting-inner {
		width: 100%;
	}

}
@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%;
	}
	.wado-introduction-greeting:after {
		right: -10px;
	}
}


.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(/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(/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;
	}
}


/*--------------------------------------------------------------
 goods
 --------------------------------------------------------------*/
.wado-goods {
	margin: 40px 0;
}
.wado-goods .wrapper {
	padding: 0 15px;
}
.wado-goods-list {
}
@media only screen and (max-width: 1170px) {
	.wado-goods-list {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
}
@media only screen and (max-width: 760px) {
	.wado-goods-list {
	width: 100%;
	text-align: center;
	}
}

.wado-goods-list li {
	display: inline-block;
	vertical-align: top;
	/*float: left;*/
	/*width : 25%;*/
	/*width: 280px;*/
	width: 376px;
	padding: 15px;
	box-sizing: border-box;
}
.wado-goods-list-item {
	position: relative;
	display: block;
	width: 100%;
	/*height: 300px;*/
	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);
	overflow: hidden;
	cursor: pointer;
	background: url(/images/stripe-pattern-white-large.gif) repeat;
}
.wado-goods-list-item.new:before {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	content: "NEW";
	display: block;
	position: absolute;
	background-color: #FD57AE;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	padding: 15px 4px 4px;
	letter-spacing: 0;
	width: 120px;
	text-align: center;
	transform: rotate(-45deg);
	top: -5px;
	margin-left: -50px;
	white-space: pre;
	z-index: 10;
}
.wado-goods-list-item.a25th:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/images/a25th.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	width: 40px;
	height: 80px;
	z-index: 10;
	right: 15px;
}

.wado-goods-list-item-image {
	margin: 0;
	background-color: #FFF;
	text-align: center;
	overflow: hidden;
}
.wado-goods-list-item-image img {
	width: 100%;
}
.wado-goods-list-item-info {
	margin: 0;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}
@media only screen and (max-width: 1170px) {
	.wado-goods-list {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
}
@media only screen and (max-width: 760px) {
	.wado-goods-list {
	width: 100%;
	text-align: center;
	}
}
@media only screen and (max-width: 380px) {
	.wado-goods-list li {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	.wado-goods-list-item {
		width: 100%;
	}
}
.wado-goods-list-item-info-tag {
	display: block;
	float: left;
	background-color: #C9A42D;
	color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 0.71em;
	line-height: 2em;
	text-align: center;
	padding: 0 1em;
	margin: 0em 1em 1em 0;
}
.wado-goods-list-item-info-tag.gray {
	background-color: #999999;
}
.wado-goods-list-item-info-name {
	display: block;
	clear: both;
	font-size: 1.14em;
	font-weight: bold;
}
.wado-goods-list-item:hover {
	text-decoration: none;
	color: #333;
	opacity: 0.7;
}

.wado-goods-btn {
	text-align: center;
	margin-top: 40px;
}


/*--------------------------------------------------------------
 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(/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;
}