@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family : sans-serif;
	/* 1 */
	    -ms-text-size-adjust : 100%;
	/* 2 */
	-webkit-text-size-adjust : 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin : 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display : block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display : inline-block;
	/* 1 */
	vertical-align : baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display : none;
	height : 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display : none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color : transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline : 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom : 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight : bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style : italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size : 2em;
	margin : 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background : #ff0;
	color : #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size : 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}

sup {
	top : -0.5em;
}

sub {
	bottom : -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border : 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow : hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin : 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
	height : 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow : auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family : monospace, monospace;
	font-size : 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color : inherit;
	/* 1 */
	font : inherit;
	/* 2 */
	margin : 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow : visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform : none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance : button;
	/* 2 */
	cursor : pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor : default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border : 0;
	padding : 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height : normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing : border-box;
	        box-sizing : border-box;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
	height : auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
	-webkit-appearance : textfield;
	/* 1 */
	-webkit-box-sizing : content-box;
	        box-sizing : content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance : none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border : 1px solid #c0c0c0;
	margin : 0 2px;
	padding : 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border : 0;
	/* 1 */
	padding : 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow : auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight : bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse : collapse;
	border-spacing : 0;
}

td, th {
	padding : 0;
}

/*! minimum_reset.css v0.0.1 */
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-face {
	font-family : 'ComicRelief';
	src : url(../font/ComicRelief.ttf);
	font-weight : normal;
}

@font-face {
	font-family : 'ShortStack';
	src : url(../font/ShortStack-Regular.eot);
}

@font-face {
	font-family : 'ShortStack';
	src : url(../font/ShortStack-Regular.ttf);
}

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-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-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 li {
	float : left;
	width : 40px;
	margin-right : 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 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;
}

/* 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-movie #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;
}

@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-movie .slick-dots li button {
	border-color : #f39700;
}
.type-game .slick-dots li button {
	border-color : #e84660;
}
.type-coloring .slick-dots li button {
	border-color : #20ade5;
}
@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-movie .slick-dots li button:hover {
		background : #f39700;
	}
	.type-game .slick-dots li button:hover {
		background : #e84660;
	}
	.type-coloring .slick-dots li button:hover {
		background : #20ade5;
	}
}
.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-game .slick-dots li.slick-active button {
	background : #e84660;
}
.type-coloring .slick-dots li.slick-active button {
	background : #20ade5;
}

.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-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;
}

.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-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;
}

/* 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;
}
@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 : 960px;
		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 : bold;
		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-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 {
	font-size: 40px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    /*background-color: #FFDEDB;*/
	border-radius: 20px;
	padding: 30px 0;
	font-family: ComicRelief;
	color:#F99;
	}
