@charset 'UTF-8';
html {
    font-family : sans-serif;
    -ms-text-size-adjust : 100%;
    -webkit-text-size-adjust : 100%;
}
body {
	margin : 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display : block;
}
audio, canvas, progress, video {
	display : inline-block;
	vertical-align : baseline;
}
audio:not([controls]) {
	display : none;
	height : 0;
}
[hidden], template {
	display : none;
}
a {
	background-color : transparent;
}
a:active, a:hover {
	outline : 0;
}
abbr[title] {
	border-bottom : 1px dotted;
}
b, strong {
	font-weight : bold;
}
dfn {
	font-style : italic;
}
h1 {
	font-size : 2em;
	margin : 0.67em 0;
}
mark {
	background : #ff0;
	color : #000;
}
small {
	font-size : 80%;
}
sub, sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}
sup {
	top : -0.5em;
}
sub {
	bottom : -0.25em;
}
img {
	border : 0;
}
svg:not(:root) {
	overflow : hidden;
}
figure {
	margin : 1em 40px;
}
hr {
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
	height : 0;
}
pre {
	overflow : auto;
}
code, kbd, pre, samp {
	font-family : monospace, monospace;
	font-size : 1em;
}
button, input, optgroup, select, textarea {
	color : inherit;
	font : inherit;
	margin : 0;
}
button {
	overflow : visible;
}
button, select {
	text-transform : none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance : button;
	cursor : pointer;
}
button[disabled], html input[disabled] {
	cursor : default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border : 0;
	padding : 0;
}
input {
	line-height : normal;
}
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	padding : 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
	height : auto;
}
input[type='search'] {
	-webkit-appearance : textfield;
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance : none;
}
fieldset {
	border : 1px solid #c0c0c0;
	margin : 0 2px;
	padding : 0.35em 0.625em 0.75em;
}
legend {
	border : 0;
	padding : 0;
}
textarea {
	overflow : auto;
}
optgroup {
	font-weight : bold;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
td, th {
	padding : 0;
}
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	font-size : 100%;
	font-weight : normal;
}
ul, ol {
	margin : 0;
	padding : 0;
	list-style : none;
}
ul li, ol li {
	margin : 0;
	padding : 0;
	list-style : none;
}
dl, dt, dd {
	margin : 0;
	padding : 0;
}
p {
	margin : 0;
}
address {
	font-style : normal;
}
img {
	vertical-align : bottom;
}
*, *:before, *:after {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
}
@font-face {
	font-family : 'ComicRelief';
	src : url(../font/ComicRelief.eot);
	font-weight : normal;
	font-display: swap;
}

@font-face {
	font-family : 'ComicRelief';
	src : url(../font/ComicRelief.ttf);
	font-weight : normal;
	font-display: swap;
}

@font-face {
	font-family : 'ShortStack';
	src : url(../font/ShortStack-Regular.eot);
	font-display: swap;
}

@font-face {
	font-family : 'ShortStack';
	src : url(../font/ShortStack-Regular.ttf);
	font-display: swap;
}

html {
	color : #603c21;
	font-size : 14px;
	font-family : 'Hiragino Maru Gothic W4 JIS2004', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight : 500;
}
@media screen and (min-width: 760px) {
	html {
		min-width : 1080px;
		font-size : 16px;
	}
}

body {
	line-height : 1.5;
	position : relative;
	overflow-x : hidden;
}
@media screen and (min-width: 760px) {
	body {
		overflow : auto;
	}
}

/* link style */
a:link {
	color : #e84660;
	text-decoration : underline;
}

a:visited {
	color : #e84660;
	text-decoration : underline;
}

a:hover, a:active {
	color : #e84660;
	text-decoration : underline;
}

img {
	max-width : 100%;
}

#l-wrap {
	position : relative;
	/*background : url(../images/bg_header_sp.jpg) top center repeat-x; /*	通年*/
	background : url(../images/bg_header_sp_snow.jpg) top center repeat-x;　/*雪*/
	background-size : auto 122px;
}
@media screen and (min-width: 760px) {
	#l-wrap {
		background : none;
	}
}

/* header style */
#l-header {
	*zoom : 1;
	padding : 5px 10px 8px;
	position : relative;
	z-index : 9999;
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	height : 60px;
}
#l-header:after {
	content : ' ';
	display : table;
	clear : both;
}
@media screen and (min-width: 760px) {
	#l-header {
		padding : 0;
		height : auto;
		/*background : url(../images/bg_header.jpg) top center repeat-x;　/*通年*/
		background : url(../images/bg_header_snow.jpg) top center repeat-x;　　/* 雪*/
		background-size : auto 70px;
	}
}
#l-header .header-logo {
	float : left;
	width : 180px;
	padding : 6px 0 0;
}
@media screen and (min-width: 760px) {
	#l-header .header-logo {
		float : none;
		width : 960px;
		margin : 0 auto;
		padding : 10px 0;
		text-align : center;
		height : 70px;
	}
	#l-header .header-logo img {
		width : 240px;
	}
}
#l-header .header-spmenu {
	position : fixed;
	right : 10px;
	width : 45px;
}
@media screen and (min-width: 760px) {
	#l-header .header-spmenu {
		display : none;
	}
}
#l-header .header-gnav {
	position : fixed;
	top : 0;
	bottom : 0;
	right : -100%;
	padding-left : 70px;
	width : 100%;
	overflow : auto;
	-webkit-transition : right 0.3s ease-out;
	        transition : right 0.3s ease-out;
}
#l-header .header-gnav.open {
	right : 0;
}
#l-header .header-gnav.open .header-spmenuclose {
	right : calc(100% - 60px);
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav {
		display : block;
		position : relative;
		right : 0;
		margin : 0;
		padding : 0;
		background : #e84660;
		overflow : visible;
		-webkit-box-shadow : 0 5px 5px -5px #000;
		        box-shadow : 0 5px 5px -5px #000;
		-webkit-transition : none;
		        transition : none;
	}
}
#l-header .header-gnav .header-spmenuclose {
	width : 45px;
	position : fixed;
	padding-top : 5px;
	-webkit-transition : right 0.3s ease-out;
	        transition : right 0.3s ease-out;
	right : -45px;
	z-index : 1;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-spmenuclose {
		display : none;
	}
}
#l-header .header-gnav .header-navs {
	overflow : hidden;
	background : #fff;
	padding-bottom : 25px;
	position : relative;
	z-index : 2;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs {
		width : 960px;
		margin : 0 auto;
		padding : 0;
		position : relative;
		overflow : visible;
	}
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-list {
		*zoom : 1;
		background : #e84660;
		margin : 0 0;
		display : -webkit-box;
		display : -webkit-flex;
		display : -ms-flexbox;
		display :         flex;
		-webkit-flex-wrap : wrap;
		    -ms-flex-wrap : wrap;
		        flex-wrap : wrap;
	}
	#l-header .header-gnav .header-navs .navs-list:after {
		content : ' ';
		display : table;
		clear : both;
	}
	.no-flexbox #l-header .header-gnav .header-navs .navs-list {
		display : block;
		font-size : 0;
	}
}
#l-header .header-gnav .header-navs .navs-list li {
	border-bottom : 1px solid #e84660;
	font-family : ComicRelief;
}
#l-header .header-gnav .header-navs .navs-list li.play {
	border-bottom : none;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-list li {
		border-left : 2px dotted #fff;
		position : relative;
		width : 12.5%;
		padding : 0 0;
		-webkit-box-sizing : border-box;
		        box-sizing : border-box;
		vertical-align : top;
	}
	.no-flexbox #l-header .header-gnav .header-navs .navs-list li {
		display : inline-block;
	}
	#l-header .header-gnav .header-navs .navs-list li:last-child {
		border-right : 2px dotted #fff;
	}
	#l-header .header-gnav .header-navs .navs-list li ul {
		position : absolute;
		left : -2px;
		right : -2px;
		top : 100%;
		opacity : 0;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		visibility : hidden;
		-webkit-transition : opacity 0.4s ease-out;
		        transition : opacity 0.4s ease-out;
	}
	#l-header .header-gnav .header-navs .navs-list li.is-hover ul {
		opacity : 1;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
		visibility : visible;
	}
}
#l-header .header-gnav .header-navs .navs-list li a, #l-header .header-gnav .header-navs .navs-list li span {
	display : block;
	color : #603c21;
	text-decoration : none;
	padding : 13px 30px 15px 37px;
	background : url(../images/i_arrow_pk_r.png) 17px 18px no-repeat;
	background-size : 10px auto;
	position : relative;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-list li a, #l-header .header-gnav .header-navs .navs-list li span {
		color : #fff;
		padding : 4px 0 7px;
		text-align : center;
		border : 6px solid #e84660;
		border-radius : 15px;
		background : transparent;
		-webkit-transition : background 0.2s ease-out;
		        transition : background 0.2s ease-out;
		word-wrap : break-word;
	}
	#l-header .header-gnav .header-navs .navs-list li a:hover, #l-header .header-gnav .header-navs .navs-list li a.is-active, #l-header .header-gnav .header-navs .navs-list li span:hover, #l-header .header-gnav .header-navs .navs-list li span.is-active {
		background : #c53c52;
	}
}
#l-header .header-gnav .header-navs .navs-list li span {
	display : none;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-list li span {
		display : block;
	}
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-list li ul {
		background : #e84660;
	}
}
#l-header .header-gnav .header-navs .navs-list li ul li.coloring {
	display : none;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-list li ul li {
		float : none;
		width : auto;
		border-top : none;
		text-align : center;
		border : none;
		border-bottom : solid 1px #f4a3b0;
	}
	#l-header .header-gnav .header-navs .navs-list li ul li.coloring {
		display : block;
	}
	#l-header .header-gnav .header-navs .navs-list li ul li:last-child {
		border-right : none;
		border-bottom : none;
	}
}

@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-list li ul li a {
		background : url(../images/i_arrow_wh_r.png) 37px 18px no-repeat #e84660;
		background-size : 8px 12px;
		padding-left : 55px;
		color : #fff;
		background : transparent;
		padding-left : 0;
		font-size : 87%;
	}
	#l-header .header-gnav .header-navs .navs-list li ul li a:hover, #l-header .header-gnav .header-navs .navs-list li ul li a.is-active {
		background : #c53c52;
	}
}
#l-header .header-gnav .header-navs .navs-option {
	margin-top : 10px;
	padding-bottom : 10px;
	border-bottom : solid 1px #e84660;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-option {
		display : none;
	}
}
#l-header .header-gnav .header-navs .navs-option li {
	font-family : ComicRelief;
}
#l-header .header-gnav .header-navs .navs-option li a {
	display : inline-block;
	background : url(../images/i_arrow_pk_r.png) 17px 8px no-repeat;
	background-size : 8px auto;
	text-decoration : none;
	font-size : 85%;
	padding : 5px 30px 5px 33px;
}
#l-header .header-gnav .header-navs .navs-sns {
	*zoom : 1;
	margin : 25px auto 0;
	width : 205px;
}
#l-header .header-gnav .header-navs .navs-sns:after {
	content : ' ';
	display : table;
	clear : both;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-sns {
		position : absolute;
		top : -53px;
		right : 0;
		margin : 0;
		width : 174px;
	}
	#l-header .header-gnav .header-navs .navs-sns.navs-headmenu{
		width : auto;
		max-width: 350px;
	}
}
#l-header .header-gnav .header-navs .navs-sns li {
	float : left;
	width : 40px;
	margin-right : 15px;
}
#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li{
	margin-right: 0;
}
#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li + li{
	margin-left : 15px;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-sns li {
		width : 36px;
		height : 36px;
		overflow : visible;
		margin-right : 10px;
	}
	#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li{
		margin-right: 0;
	}
	#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li + li{
		margin-left : 10px;
	}

	#l-header .header-gnav .header-navs .navs-sns li a {
		display : block;
		width : 36px;
		height : 36px;
		-webkit-transition : all 0.2s ease-in;
		        transition : all 0.2s ease-in;
	}
	#l-header .header-gnav .header-navs .navs-sns li a:hover {
		width : 42px;
		height : 42px;
		margin-top : -3px;
		margin-left : -3px;
	}
}
#l-header .header-gnav .header-navs .navs-sns li:last-child {
	margin-right : 0;
}


#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li.headmenu-language {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-left: 0;
	font-size: 115%;
}
#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li.headmenu-language:before {
	content:'';
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #e84660;
	border-radius: 0 8px 8px 0;
	pointer-events: none;
}
#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li.headmenu-language:after {
	content:'';
	background: url(../images/i_arrow_wh_r.png) center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	transform:rotateZ(90deg);
	height: 16px;
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	pointer-events: none;
}
#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li.headmenu-language select{
	width: 100%;
	border:solid 2px #e84560;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 36px;
	padding: 3px 40px 3px 18px;
	cursor: pointer;
	background-color: #fff;
}
#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li.headmenu-language select::-ms-expand {
    display: none;
}
@media screen and (min-width: 760px) {
	#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li.headmenu-language {
		width: 160px;
		margin-top: 0;
		margin-left: 15px;
		font-size: 100%;
	}
	#l-header .header-gnav .header-navs .navs-sns.navs-headmenu li.headmenu-language select{
		width: 160px;
	}
}

/* pagetitle */
#l-pagetitle {
	background : url(../images/bg_wood.jpg) top center repeat;
	background-size : 125px 125px;
	position : relative;
}
@media screen and (min-width: 760px) {
	#l-pagetitle {
		background-size : 150px 150px;
	}
}
#l-pagetitle:after {
	content : '';
	display : block;
	position : absolute;
	bottom : -10px;
	left : 0;
	right : 0;
	height : 20px;
	background : url(../images/bg_ivy.png) center repeat-x;
	background-size : 190px 20px;
}
@media screen and (min-width: 760px) {
	#l-pagetitle:after {
		bottom : -20px;
		height : 40px;
		background-size : 380px 40px;
	}
}
#l-pagetitle .l-topicpath {
	padding : 10px 10px 0;
}
@media screen and (min-width: 760px) {
	#l-pagetitle .l-topicpath {
		width : 960px;
		margin : 0 auto;
		padding : 10px 0 0;
	}
}
#l-pagetitle .l-topicpath li {
	display : inline-block;
	background : url(../images/i_topicpath.png) right no-repeat;
	background-size : 6px 7px;
	padding-right : 18px;
	margin-right : 5px;
	font-size : 85%;
	line-height : 1;
}
#l-pagetitle .l-topicpath li:last-child {
	background : none;
	padding-right : 0;
	margin-right : 0;
}
#l-pagetitle .l-topicpath li a {
	display : inline-block;
	color : #603c21;
}
#l-pagetitle .l-topicpath li:first-child a {
	width : 11px;
	background : url(../images/i_home.png) center no-repeat;
	background-size : 11px 11px;
	overflow : hidden;
	color : transparent;
}
@media screen and (min-width: 760px) {
	#l-pagetitle .l-topicpath li:first-child a {
		width : 14px;
		height : 1em;
		background-size : 14px 14px;
	}
}
#l-pagetitle .pagetitle-txt {
	text-align : center;
	font-size : 171%;
	font-family : 'ComicRelief';
	font-weight : bold;
	padding : 7px 10px 15px;
}
@media screen and (min-width: 760px) {
	#l-pagetitle .pagetitle-txt {
		font-size : 300%;
		padding-bottom : 43px;
	}
}
#l-pagetitle .pagetitle-txt span {
	display : inline-block;
	position : relative;
	padding : 0 40px;
}
@media screen and (min-width: 760px) {
	#l-pagetitle .pagetitle-txt span {
		padding : 0 90px;
	}
}
#l-pagetitle .pagetitle-txt span:before, #l-pagetitle .pagetitle-txt span:after {
	content : '';
	display : inline-block;
	width : 25px;
	height : 20px;
	position : absolute;
	top : 50%;
	margin-top : -10px;
}
@media screen and (min-width: 760px) {
	#l-pagetitle .pagetitle-txt span:before, #l-pagetitle .pagetitle-txt span:after {
		width : 50px;
		height : 40px;
		margin-top : -20px;
	}
}
#l-pagetitle .pagetitle-txt span:before {
	left : 0;
	background : url(../images/i_flower2_l.png) 0 0 no-repeat;
	background-size : 25px 20px;
}
@media screen and (min-width: 760px) {
	#l-pagetitle .pagetitle-txt span:before {
		background-size : 50px 40px;
	}
}
#l-pagetitle .pagetitle-txt span:after {
	right : 0;
	background : url(../images/i_flower2_r.png) 0 0 no-repeat;
	background-size : 25px 20px;
}
@media screen and (min-width: 760px) {
	#l-pagetitle .pagetitle-txt span:after {
		background-size : 50px 40px;
	}
}

.l-topicpath2 {
	padding : 0 10px 0;
	background-color : rgba(255, 255, 255, 0.5);
	-webkit-box-shadow : 0 2px 2px rgba(0, 0, 0, 0.25);
	        box-shadow : 0 2px 2px rgba(0, 0, 0, 0.25);
	position : relative;
	z-index : 1;
}
@media screen and (max-width: 760px) {
	.l-topicpath2 .m-box-fixed {
		margin : 0;
	}
}
@media screen and (min-width: 760px) {
	.l-topicpath2 {
		padding : 8px 0 4px;
		background-color : #e7e2de;
		-webkit-box-shadow : none;
		        box-shadow : none;
	}
}
.l-topicpath2 li {
	display : inline-block;
	background : url(../images/i_topicpath.png) right no-repeat;
	background-size : 6px 7px;
	padding-right : 12px;
	margin-right : 0;
	font-size : 78%;
	line-height : 1.25;
}
@media screen and (min-width: 760px) {
	.l-topicpath2 li {
		font-size : 87%;
	}
}
.l-topicpath2 li:last-child {
	background : none;
	padding-right : 0;
	margin-right : 0;
}
.l-topicpath2 li a {
	display : inline-block;
	color : #603c21;
}
.l-topicpath2 li:first-child a {
	width : 11px;
	background : url(../images/i_home.png) center no-repeat;
	background-size : 11px 11px;
	overflow : hidden;
	color : transparent;
}
@media screen and (min-width: 760px) {
	.l-topicpath2 li:first-child a {
		width : 14px;
		height : 1em;
		background-size : 14px 14px;
	}
}

/* content style */
#l-content {
	*zoom : 1;
	padding-bottom : 52px;
}
#l-content:after {
	content : ' ';
	display : table;
	clear : both;
}
@media screen and (min-width: 760px) {
	#l-content {
		padding-top : 40px;
		padding-bottom : 90px;
	}
}
#l-content.column-single {
	padding-top : 30px;
}
@media screen and (min-width: 760px) {
	#l-content.column-single {
		padding-top : 40px;
	}
}
@media screen and (min-width: 760px) {
	#l-content.column-single #l-mainarea {
		width : 960px;
	}
}
.type-story #l-content {
	background : url(../images/bg_story.jpg);
	background-size : 28px;
}
.type-cm #l-content {
	background : url(../images/bg_cm.jpg);
	background-size : 28px;
}
.type-greeting #l-content {
	background : url(../images/bg_movie.jpg);
	background-size : 20px auto;
}
.type-game #l-content {
	background : url(../images/bg_game.jpg);
	background-size : 40px;
}
.type-coloring #l-content {
	background : url(../images/bg_coloring.jpg);
	background-size : 100px auto;
}
.type-downloads #l-content {
	background : url(../images/bg_downloads.jpg);
	background-size : 20px auto;
}
.type-wallpaper #l-content {
	background : url(../images/bg_wallpaper.jpg);
	background-size : 48px auto;
}
@media screen and (min-width: 760px) {
	#l-mainarea {
		width : 710px;
		float : right;
		margin : 0;
	}
}

/* pagenav */
#l-pagenav {
	padding-top : 0;
	padding-bottom : 10px;
	background-color : #fff;
	margin-left : -15px;
	margin-right : -15px;
	z-index : 1;
}
@media screen and (min-width: 760px) {
	#l-pagenav {
		width : 210px;
		margin : 0;
		float : left;
	}
}
#l-pagenav .pnav-ttl {
	display : none;
}
@media screen and (min-width: 760px) {
	#l-pagenav .pnav-ttl {
		display : block;
		position : relative;
		background : #e7e2de;
		font-size : 112%;
		font-weight : bold;
		border-radius : 5px;
		padding : 10px 20px 13px;
	}
	#l-pagenav .pnav-ttl:after {
		content : '';
		display : block;
		width : 0;
		height : 0;
		position : absolute;
		bottom : -12px;
		left : 50%;
		margin-left : -8px;
		border-top : 12px solid #e7e2de;
		border-right : 8px solid transparent;
		border-left : 8px solid transparent;
	}
}
#l-pagenav > ul {
	*zoom : 1;
	text-align : center;
	padding-top : 10px;
	position : relative;
}
#l-pagenav > ul:after {
	content : ' ';
	display : table;
	clear : both;
}
@media screen and (min-width: 760px) {
	#l-pagenav > ul {
		text-align : left;
		margin-top : 22px;
	}
}
#l-pagenav > ul li {
	width : 25%;
	float : left;
	border-right : 2px dotted #f5b2b2;
}
@media screen and (min-width: 760px) {
	#l-pagenav > ul li {
		float : none;
		width : auto;
		border-right : none;
		border-top : 1px solid #e7e2de;
	}
}
#l-pagenav > ul li:last-child {
	border-right : none;
}
#l-pagenav > ul li a {
	display : block;
	color : #603c21;
	text-decoration : none;
	padding : 0 10px 12px;
	position : relative;
}
@media screen and (max-width: 760px) {
	#l-pagenav > ul li a {
		font-size : 71%;
	}
}
@media screen and (min-width: 760px) {
	#l-pagenav > ul li a {
		font-weight : bold;
		padding : 15px 0;
	}
}
@media screen and (min-width: 760px) {
	#l-pagenav > ul li a.is-active, #l-pagenav > ul li a:hover {
		color : #e84660;
	}
}
#l-pagenav > ul li a:after {
	content : '';
	display : block;
	width : 10px;
	height : 6px;
	background : url(../images/i_arrow_pk_d.png) top center no-repeat;
	background-size : 10px 6px;
	position : absolute;
	bottom : 0;
	left : 50%;
	margin-left : -5px;
}
@media screen and (min-width: 760px) {
	#l-pagenav > ul li a:after {
		display : none;
	}
}
@media screen and (max-width: 760px) {
	#l-pagenav > ul li > ul {
		border-top : solid 1px #fff;
		background-color : #efebe8;
		margin : 0;
		padding : 10px;
		display : none;
		font-size : 160%;
		font-weight : bold;
		position : absolute;
		left : 0;
		top : calc(100% + 10px);
		z-index : 20;
		width : 100%;
	}
	#l-pagenav > ul li > ul > li {
		width : 100%;
		background-color : #fff;
		border-top : solid 1px #efebe8;
		border-right : none;
	}
	#l-pagenav > ul li > ul > li > a {
		text-align : left;
		display : block;
		text-decoration : none !important;
		color : #5f3c20 !important;
		padding : 15px 32px 15px 16px;
		position : relative;
	}
	#l-pagenav > ul li > ul > li > a:after {
		content : '';
		display : block;
		width : 8.5px;
		height : 12.5px;
		background : url(../images/i_arrow_pk_r.png) top center no-repeat;
		background-size : 8.5px auto;
		position : absolute;
		right : 14px;
		left : auto;
		top : 0;
		bottom : 0;
		margin-top : auto;
		margin-bottom : auto;
	}
}
@media screen and (min-width: 760px) {
	#l-pagenav > ul li > ul {
		display : block;
		margin : 0;
	}
	#l-pagenav > ul li > ul li {
		border : none;
		margin-bottom : 4px;
	}
	#l-pagenav > ul li > ul li.pulldown-all {
		display : none;
	}
	#l-pagenav > ul li > ul li a {
		padding : 3px 0 3px 24px;
		font-weight : normal;
		color : #a79384;
	}
	#l-pagenav > ul li > ul li a.is-active {
		color : #e84660;
		background : url(../images/i_flower_s.png) 0 0.3em no-repeat;
		background-size : 16px auto;
	}
}
#l-pagenav .pagenav-bnr {
	display : none;
}
@media screen and (min-width: 760px) {
	#l-pagenav .pagenav-bnr {
		display : block;
	}
}
#l-pagenav .pagenav-bnr ul li {
	margin-top : 20px;
}
@media screen and (min-width: 760px) {
	#l-pagenav .pagenav-bnr ul li a:hover {
		opacity : 0.75;
		-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
		-webkit-transition : all 0.3s ease-out;
		        transition : all 0.3s ease-out;
	}
}

/* slider */
.m-box-slide.slide-dots-hide-sp .slick-dots {
	display : none !important;
}
@media screen and (min-width: 760px) {
	.m-box-slide.slide-dots-hide-sp .slick-dots {
		display : block !important;
	}
}

.slick-dots {
	text-align : center;
	line-height : 0.1;
	font-size : 0;
}
@media screen and (min-width: 760px) {
	.slick-dots {
		margin-top : 20px;
		padding-bottom : 0;
	}
}
.slick-dots li {
	display : inline-block;
	line-height : 1;
	padding : 0;
	margin : 0 7.5px;
}
.slick-dots li button {
	outline : none;
	color : transparent;
	font-size : 6px;
	padding : 0;
	display : inline-block;
	background : none;
	border : none;
	border : 1px solid #a15d27;
	background : #fff;
	border-radius : 50%;
	width : 10px;
	height : 10px;
}
.type-story .slick-dots li button {
	border-color : #009f3e;
}
.type-cm .slick-dots li button {
	border-color : #009f3e;
}
.type-movie .slick-dots li button {
	border-color : #f39700;
}
.type-greeting .slick-dots li button {
	border-color: #caa76e;
}
.type-downloads .slick-dots li button {
	border-color: #2BC3B7;
}
.type-game .slick-dots li button {
	border-color : #e84660;
}
.type-coloring .slick-dots li button {
	border-color : #20ade5;
}
.type-wallpaper .slick-dots li button {
	border-color : #f7e055;
}
.type-cm .slick-dots li button {
	border-color : #ea5504;
}
@media screen and (min-width: 760px) {
	.slick-dots li button {
		width : 16px;
		height : 16px;
		border : 2px solid #a15d27;
	}
	.slick-dots li button:hover {
		background : #a15d27;
	}
	.type-story .slick-dots li button:hover {
		background : #009f3e;
	}
	.type-downloads .slick-dots li button:hover {
		background : #009f3e;
	}
	.type-movie .slick-dots li button:hover {
		background : #f39700;
	}
	.type-greeting .slick-dots li button:hover {
		background : #f39700;
	}
	.type-wallpaper .slick-dots li button:hover {
		background : #f7e055;
	}
	.type-game .slick-dots li button:hover {
		background : #e84660;
	}
	.type-coloring .slick-dots li button:hover {
		background : #20ade5;
	}
	.type-cm .slick-dots li button:hover {
		background : #ea5504;
	}
}
.slick-dots li.slick-active button {
	background : #a15d27;
}
.type-story .slick-dots li.slick-active button {
	background : #009f3e;
}
.type-movie .slick-dots li.slick-active button {
	background : #f39700;
}
.type-greeting .slick-dots li.slick-active button {
	background: #caa76e;
}
.type-downloads.slick-dots li.slick-active button {
	background: #2BC3B7;
}
.type-game .slick-dots li.slick-active button {
	background : #e84660;
}
.type-coloring .slick-dots li.slick-active button {
	background : #20ade5;
}
.type-cm .slick-dots li.slick-active button {
	background : #ea5504;
}
.type-wallpaper .slick-dots li.slick-active button {
	background : #f7e055;
}


.slick-arrow {
	position : absolute;
	display : block;
	width : 40px;
	height : 40px;
	border : none;
	color : transparent;
}

.slick-prev {
	outline : none;
	background : url(../images/b_prev.png) 0 0 no-repeat;
}
.slick-prev:hover {
	background : url(../images/b_prev_on.png) 0 0 no-repeat;
}
.type-story .slick-prev {
	background : url(../images/b_prev_gn.png) 0 0 no-repeat;
}
.type-story .slick-prev:hover {
	background : url(../images/b_prev_gn_on.png) 0 0 no-repeat;
}
.type-movie .slick-prev {
	background : url(../images/b_prev_yw.png) 0 0 no-repeat;
}
.type-movie .slick-prev:hover {
	background : url(../images/b_prev_yw_on.png) 0 0 no-repeat;
}
.type-greeting .slick-prev {
	background : url(../images/b_prev_yw.png) 0 0 no-repeat;
}
.type-greeting .slick-prev:hover {
	background : url(../images/b_prev_yw_on.png) 0 0 no-repeat;
}
.type-wallpaper .slick-prev {
	background : url(../images/b_prev_lm.png) 0 0 no-repeat;
}
.type-wallpaper .slick-prev:hover {
	background : url(../images/b_prev_lm_on.png) 0 0 no-repeat;
}
.type-downloads .slick-prev {
	background : url(../images/b_prev_yw.png) 0 0 no-repeat;
}
.type-downloads .slick-prev:hover {
	background : url(../images/b_prev_yw_on.png) 0 0 no-repeat;
}
.type-game .slick-prev {
	background : url(../images/b_prev_pk.png) 0 0 no-repeat;
}
.type-game .slick-prev:hover {
	background : url(../images/b_prev_pk_on.png) 0 0 no-repeat;
}
.type-coloring .slick-prev {
	background : url(../images/b_prev_bl.png) 0 0 no-repeat;
}
.type-coloring .slick-prev:hover {
	background : url(../images/b_prev_bl_on.png) 0 0 no-repeat;
}
.type-cm .slick-prev {
	background : url(../images/b_prev_or.png) 0 0 no-repeat;
}
.type-cm .slick-prev:hover {
	background : url(../images/b_prev_or_on.png) 0 0 no-repeat;
}
.slick-next {
	outline : none;
	background : url(../images/b_next.png) 0 0 no-repeat;
}
.slick-next:hover {
	background : url(../images/b_next_on.png) 0 0 no-repeat;
}
.type-story .slick-next {
	background : url(../images/b_next_gn.png) 0 0 no-repeat;
}
.type-story .slick-next:hover {
	background : url(../images/b_next_gn_on.png) 0 0 no-repeat;
}
.type-movie .slick-next {
	background : url(../images/b_next_yw.png) 0 0 no-repeat;
}
.type-movie .slick-next:hover {
	background : url(../images/b_next_yw_on.png) 0 0 no-repeat;
}
.type-greeting .slick-next {
	background : url(../images/b_next_yw.png) 0 0 no-repeat;
}
.type-greeting .slick-next:hover {
	background : url(../images/b_next_yw_on.png) 0 0 no-repeat;
}
.type-wallpaper .slick-next {
	background : url(../images/b_next_lm.png) 0 0 no-repeat;
}
.type-wallpaper .slick-next:hover {
	background : url(../images/b_next_lm_on.png) 0 0 no-repeat;
}
.type-downloads .slick-next {
	background : url(../images/b_next_yw.png) 0 0 no-repeat;
}
.type-downloads .slick-next:hover {
	background : url(../images/b_next_yw_on.png) 0 0 no-repeat;
}
.type-game .slick-next {
	background : url(../images/b_next_pk.png) 0 0 no-repeat;
}
.type-game .slick-next:hover {
	background : url(../images/b_next_pk_on.png) 0 0 no-repeat;
}
.type-coloring .slick-next {
	background : url(../images/b_next_bl.png) 0 0 no-repeat;
}
.type-coloring .slick-next:hover {
	background : url(../images/b_next_bl_on.png) 0 0 no-repeat;
}
.type-cm .slick-next {
	background : url(../images/b_next_or.png) 0 0 no-repeat;
}
.type-cm .slick-next:hover {
	background : url(../images/b_next_or_on.png) 0 0 no-repeat;
}

/* footer style */
#l-footer {
	margin-top : -22px;
}
@media screen and (min-width: 760px) {
	#l-footer {
		margin-top : -30px;
	}
}
#l-footer .l-ptop {
	background : url(../images/bg_wall.png) top -1px center repeat-x;
	background-size : 25px 110px;
	padding : 0 30px 25px 45px;
	position : relative;
	border-bottom : 3px solid #009f3e;
	z-index:1;
	
}
@media screen and (min-width: 760px) {
	#l-footer .l-ptop {
		background : url(../images/bg_wall.png) top 14px center repeat-x;
		background-size : 50px 220px;
		padding : 0 0 38px;
		border-bottom : none;
	}
}
#l-footer .l-ptop:after {
	content : '';
	display : block;
	position : absolute;
	bottom : 0;
	right : 0;
	left : 0;
	height : 56px;
	background : url(../images/bg_spfoot.png) top -1px center repeat-x;
	background-size : 320px auto;
	z-index : 100;
}
@media screen and (min-width: 760px) {
	#l-footer .l-ptop:after {
		height : 112px;
		background : url(../images/bg_foot.png) top center repeat-x;
	}
}
#l-footer .l-ptop .ptop-area {
	background : url(../images/p_spfoot.png) 0 100px no-repeat;
	background-size : 113px 100px;
	height : 100px;
	text-align : right;
	position : relative;
	-webkit-transition : background-position 0.3s ease-out;
	        transition : background-position 0.3s ease-out;
}
#l-footer .l-ptop .ptop-area.active {
	background-position : 0 0;
}
@media screen and (min-width: 760px) {
	#l-footer .l-ptop .ptop-area {
		background : url(../images/p_foot.png) center 200px no-repeat;
		width : 960px;
		height : 193px;
		margin : 0 auto;
	}
	#l-footer .l-ptop .ptop-area.active {
		background-position : center 0;
	}
}
#l-footer .l-ptop .ptop-area .ptop-btn {
	display : inline-block;
	position : absolute;
	top : 0;
	right : 0;
	bottom : 0;
	padding-top : 23px;
}
@media screen and (min-width: 760px) {
	#l-footer .l-ptop .ptop-area .ptop-btn {
		padding-top : 42px;
		right : 40px;
		-webkit-transition : top 0.2s ease-out;
		        transition : top 0.2s ease-out;
	}
	#l-footer .l-ptop .ptop-area .ptop-btn:hover {
		top : -10px;
	}
}
#l-footer .l-ptop .ptop-area .ptop-btn:before {
	content : '';
	display : inline-block;
	width : 7px;
	border-radius : 3px;
	background : #b18357;
	position : absolute;
	top : 17px;
	left : 50%;
	bottom : 0;
	margin-left : -3px;
	z-index : 1;
}
@media screen and (min-width: 760px) {
	#l-footer .l-ptop .ptop-area .ptop-btn:before {
		width : 15px;
		top : 34px;
		border-radius : 8px;
		margin-left : -7px;
	}
}
#l-footer .l-ptop .ptop-area .ptop-btn a {
	display : inline-block;
	background : #bf9767;
	color : #fff;
	font-family : 'ComicRelief';
	text-decoration : none;
	border-radius : 5px;
	padding : 10px 7px 12px;
	position : relative;
	z-index : 100;
}
@media screen and (min-width: 760px) {
	#l-footer .l-ptop .ptop-area .ptop-btn a {
		font-size : 150%;
		padding : 19px 15px 25px;
	}
}
#l-footer .l-footmenu {
	display : none;
}
@media screen and (min-width: 760px) {
	#l-footer .l-footmenu {
		display : block;
		background : #009f3e;
	}
	#l-footer .l-footmenu ul {
		text-align : center;
		width : fit-content;
		margin : 0 auto;
	}
	#l-footer .l-footmenu ul li {
		display : inline-block;
	}
	#l-footer .l-footmenu ul li a {
		display : inline-block;
		color : #fff;
		font-weight : 600;
        font-size: 0.9em;
		text-decoration : none;
		padding : 13px 20px;
		position : relative;
	}
	#l-footer .l-footmenu ul li a:before {
		content : '';
		display : inline-block;
		width : 8px;
		height : 11px;
		background : url(../images/i_arrow_wh_r.png) 0 0 no-repeat;
		background-size : 6px auto;
		position : absolute;
		top : 50%;
		margin-top : -5px;
		left : 5px;
	}
	#l-footer .l-footmenu ul li a:hover {
		text-decoration : underline;
	}
}
#l-footer .l-footsubmenu {
	display : none;
}
@media screen and (min-width: 760px) {
	#l-footer .l-footsubmenu {
		display : block;
		background : #fff;
		font-size : 87%;
	}
	#l-footer .l-footsubmenu ul {
		width : 960px;
		margin : 0 auto;
		text-align : center;
		padding-top : 15px;
	}
	#l-footer .l-footsubmenu ul li {
		display : inline-block;
		position : relative;
	}
	#l-footer .l-footsubmenu ul li:after {
		content : '';
		display : inline-block;
		width : 1px;
		background : #603c21;
		position : absolute;
		right : -2px;
		top : 0;
		bottom : 0;
	}
	#l-footer .l-footsubmenu ul li:last-child:after {
		display : none;
	}
	#l-footer .l-footsubmenu ul li a {
		display : inline-block;
		color : #603c21;
		text-decoration : none;
		padding : 0 15px;
	}
	#l-footer .l-footsubmenu ul li a:hover {
		text-decoration : underline;
	}
}
#l-footer .footer-sns {
	background : #fff;
	padding-top : 30px;
}
@media screen and (min-width: 760px) {
	#l-footer .footer-sns {
		padding : 0;
		position : relative;
		width : 960px;
		margin : 0 auto;
	}
}
#l-footer .footer-sns .sns-list {
	*zoom : 1;
	width : 210px;
	margin : 0 auto;
}
#l-footer .footer-sns .sns-list:after {
	content : ' ';
	display : table;
	clear : both;
}
@media screen and (min-width: 760px) {
	#l-footer .footer-sns .sns-list {
		position : absolute;
		top : 25px;
		right : 0;
		width : 174px;
	}
}
#l-footer .footer-sns .sns-list li {
	float : left;
	width : 45px;
	margin-right : 10px;
}
@media screen and (min-width: 760px) {
	#l-footer .footer-sns .sns-list li {
		width : 36px;
		height : 36px;
		overflow : visible;
		margin-right : 10px;
	}
	#l-footer .footer-sns .sns-list li a {
		display : block;
		width : 36px;
		height : 36px;
		-webkit-transition : all 0.2s ease-in;
		        transition : all 0.2s ease-in;
	}
	#l-footer .footer-sns .sns-list li a:hover {
		width : 42px;
		height : 42px;
		margin-top : -3px;
		margin-left : -3px;
	}
}
#l-footer .footer-sns .sns-list li:last-child {
	margin-right : 0;
}




#l-footer .footer-language {
	width: 100%;
	padding:20px 15px 0;
	background-color: #fff;
}
#l-footer .footer-language .language-inner {
	position: relative;
	width: 210px;
	margin: auto;
	font-size: 115%;
}
#l-footer .footer-language .language-inner:before {
	content:'';
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #e84660;
	border-radius: 0 8px 8px 0;
	pointer-events: none;
}
#l-footer .footer-language .language-inner:after {
	content:'';
	background: url(../images/i_arrow_wh_r.png) center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	transform:rotateZ(90deg);
	height: 16px;
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	pointer-events: none;
}
#l-footer .footer-language .language-inner select{
	width: 100%;
	border:solid 2px #e84560;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 36px;
	padding: 3px 40px 3px 18px;
	cursor: pointer;
	background-color: #fff;
}
#l-footer .footer-language .language-inner select::-ms-expand {
    display: none;
}
@media screen and (min-width: 760px) {
	#l-footer .footer-language{
		display: none;
	}
}



#l-footer .footer-copy {
	background : #fff;
	padding : 18px 10px 40px;
}
@media screen and (min-width: 760px) {
	#l-footer .footer-copy {
		padding : 25px 0 15px;
	}
}
#l-footer .footer-copy .copy-img {
	width : 150px;
	margin : 0 auto;
	text-align : center;
}
#l-footer .footer-copy .copy-img span {
	font-size : 85%;
	margin-top : 10px;
	display : inline-block;
}
@media screen and (min-width: 760px) {
	#l-footer .footer-copy .copy-img span {
		font-size : 75%;
	}
}

/* print style */
@media print {
	html {
		background : none;
	}
	body {
		padding : 0;
		background : none;
	}
	/* for IE7 */
	*:first-child + html body {
		zoom : 67%;
	}
}

/* comming soon */
 .item_comming {
     width: 100%;
     color:#F99;
     font-family: ComicRelief;
     font-size: 1.5rem;
     font-weight: bold;
     border-radius: 20px;
     margin: 0 auto 2rem auto;
     text-align: center;
	}
@media screen and (min-width: 760px) {
    .item_comming {font-size: 2rem;}
}
.find-more{
    display: block;
    background: #FEF0F0;
    border-radius: 15px;
    font-weight: 800;
    line-height: 1.8em;
    padding: 1em 1em;
    text-align: center;
}
.find-more img{
    width: 90%;
    max-width: 320px;
    margin:2em auto 0 auto;
    text-align: center;
}

a.find-more{
    font-size: 1.2em;
    text-decoration: none;
}