@charset "utf-8";

/* ============================================================
common
============================================================ */


/* ============================================================
PC
============================================================ */

@media print, screen and (min-width:768px){

/* html,body
-------------------------------------------------------------*/

/* header
-------------------------------------------------------------*/

div.header_bg {
	min-width: 1279px;
	height: 850px;
	background: url(/jpn/consumer/kids/images/header_bg_1.png);
}
div.header_bg::after {
	min-width: 1279px;
	background: url(/jpn/consumer/kids/images/header_bg_2.png);
} 

header {
	min-width: 1279px;
	height: 879px;
	background: url(/jpn/consumer/kids/images/header_bg_3.png) no-repeat center top;
}

/* 
header nav.logo {
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 1279px;
	background: #fff;
}
header nav.logo p.logo {
	position: relative;
	width: 1279px;
	min-width: 1279px;
	margin: 0 auto;
}
 */

/* header aside */

header aside {
	position: relative;
	width: 1279px;
	min-width: 1279px;
	height: 879px;
	margin: 0 auto;
	padding: 0;
}
header aside h1 {
	position: absolute;
	top: -68px;
	left: 21px;
	display: block;
	width: auto;
	height: auto;
	background: none;
}
header aside p.text {
	position: absolute;
	top: 60px;
	right: 140px;
	width: auto;
}

/* main
-------------------------------------------------------------*/

main {
	position: relative;
	top: 0;
	left: 8px;
	z-index: 1;
	width: 1190px;
	margin: 0 auto;
	background: none;
}
main::before,
main::after {
	content: none;
}

/* nav.index */

main nav.index {
	width: 1180px;
	height: auto;
	margin: 85px auto 230px;
}
main nav.index ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main nav.index li {
	margin-bottom: 23px;
}
main nav.index li.c1 {
	margin-left: -66px;
}
main nav.index li.c2 {
	margin-right: -76px;
}
main nav.index li.c3 {
	margin-left: -61px;
}
main nav.index li.c4 {
	position: relative;
	left: 30px;
}
main nav.index li.c5 {
	margin-right: -24px;
}
main nav.index a img:nth-child(2) {
	display: none;
}

/* nav.sub */

main nav.sub {
	position: relative;
	width: 1176px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
main nav.sub::before,
main nav.sub::after {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1176px;
	height: 	70px;
}
main nav.sub::before {
	top: -70px;
	background: url(/jpn/consumer/kids/images/nav_sub_bg_1.png);
}
main nav.sub::after {
	bottom: -70px;
	background: url(/jpn/consumer/kids/images/nav_sub_bg_2.png);
}
main nav.sub h2 {
	position: relative;
	top: -200px;
	margin: 0 auto -160px;
	text-align: center;
}
main nav.sub h2 img:nth-child(2) {
	display: none;
}

main nav.sub li {
	display: flex;
	justify-content: space-between;
}
main nav.sub li.c1 {
	padding: 0 75px 20px;
}
main nav.sub li.c3 {
	padding: 55px 75px 20px;
}
main nav.sub li.c2,
main nav.sub li.c4 {
	flex-direction: row-reverse;
	background: #fffcea;
	padding: 65px 75px 30px;
}
main nav.sub li.c5 {
	display: block;
	padding: 55px 75px 15px;
}
main nav.sub li.line {
	position: relative;
	display: block;
	height: 12px;
	padding: 0;
	background: url(/jpn/consumer/kids/images/nav_sub_line_1.png);
}
main nav.sub li.c1 + li.line,
main nav.sub li.c3 + li.line {
	top: 6px;
}
main nav.sub li.c2 + li.line,
main nav.sub li.c4 + li.line {
	top: -6px;
}
main nav.sub li.c5 + li.line {
	display: none;
}
main nav.sub li dl {
	width: 530px;
}
main nav.sub dt {
	margin: 16px 0 32px;
}
main nav.sub dt span.ul {
	display: inline-block;
	padding: 0 0.2em 6px 0.3em;
	background: linear-gradient(180deg, transparent 0%, transparent 40%, #fef3b5 40%, #fef3b5 100%);
	font-size: 3.4rem;
	font-weight: 900;
	color: #634e44;
	letter-spacing: 0.1em;

}
main nav.sub li.c2 span.ul,
main nav.sub li.c3 span.ul {
	background: linear-gradient(180deg, transparent 0%, transparent 40%, #d6ecf8 40%, #d6ecf8 100%);
}
main nav.sub dd {
	margin: 16px 0 32px;
	line-height: 1.78;
	font-size: 1.8rem;
	font-weight: 700;
	color: #634e44
}

main nav.sub li.c1 p {
	margin-bottom: 35px;
}
main nav.sub li.c2 p {
	margin-bottom: 35px;
}

main nav.sub li.c3 dl {
	width: 350px;
}
main nav.sub dd a img:nth-child(2) {
	display: none;
}

main nav.sub li.c4 p {
	width: 318px;
	margin-bottom: 35px;
}
main nav.sub li.c4 dl {
	width: 630px;
}


main nav.sub li.c5 {
	position: relative;
}
main nav.sub li.c5 h3 {
	position: absolute;
	top: -32px;
	left: 438px;
	width: 300px;
	height: 40px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 3.6rem;
	color: #309edd;
	text-align: center;
	background: linear-gradient(180deg, #fffcea 0%, #fffcea 50%, #fff 50%, #fff 100%);
}
main nav.sub li.c5 p:nth-of-type(1) {
	margin: 0 0 55px;
}
main nav.sub li.c5 p span {
	display: block;
	padding: 20px 0 0;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #666;
	letter-spacing: 0.1em;
}
main nav.sub p a img:nth-child(2) {
	display: none;
}

main p.suisoman {
	position: relative;
}
main p.suisoman span {
	position: absolute;
	top: 10px;
	left: -200px;
}

/* footer
-------------------------------------------------------------*/

div.footer_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1279px;
	height: 3160px;
	background-image:
		url(/jpn/consumer/kids/common/images/footer_bg_3.png),
		url(/jpn/consumer/kids/common/images/footer_bg_top_2.png),
		url(/jpn/consumer/kids/common/images/footer_bg_top_1.png);
	background-position:
		bottom center,
		left top,
		left bottom;
	background-repeat:
		no-repeat,
		repeat-x,
		repeat-x;
}

footer nav.bc ul {
	margin: 0 0 16px 40px;
	color: #000;
}


} /* PC end */


/* ============================================================
SP
============================================================ */

@media screen and (max-width:767px) {

/* html,body
-------------------------------------------------------------*/

/* header
-------------------------------------------------------------*/

body.toppage div.header_bg {
	top: 0;
	width: 100%;
	height: 180vw;
	background: url(/jpn/consumer/kids/images/header_bg_1.png);
	background-size: 100%;
}
body.toppage div.header_bg::after {
	width: 100%;
	height: 1.6vw;
	background: url(/jpn/consumer/kids/images/header_bg_2.png) no-repeat;
	background-size: auto 1.6vw;
} 

header {
	height: 182vw;
	background: url(/jpn/consumer/kids/images/header_bg_3_sp.png) no-repeat center top;
	background-position: center top 60px;
	background-size: 100% auto;
}

/* nav.logo */

/* 
header nav.logo p.logo {
	position: relative;
	top: 18px;
	width: 130px;
	margin: 0 auto;
}
 */

header nav.logo p.btn {
	display: none;
}
/* header aside */

header aside {
	position: relative;
	top: 60px;
	height: auto;
}
header aside h1::before { /* icon */
	content: none;
} 
header aside h1 {
	position: absolute;
	top: -11vw;
	left: 0;
	display: block;
	width: 47vw;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
header aside p.text {
	position: absolute;
	top: 4vw;
	right: 3vw;
	width: 48vw;
	height: auto;
	margin: 0;
}

/* main
-------------------------------------------------------------*/

main {
	position: relative;
	z-index: 2;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: none;
}
main::before,
main::after {
	content: none;
}

/* nav.index */

main nav.index a {
	display: block;
}
main nav.index a img:nth-child(1) {
	display: none;
}
main nav.index a img:nth-child(2) {
	display: block;
}

/* nav.sub */

main nav.sub {
	position: relative;
	left: 1.4vw;
	width: 90vw;
	margin: 24vw auto 0;
	padding: 8vw 0 10vw;
	background: url(/jpn/consumer/kids/images/sp_nav_sub_bg_2.png) repeat-y;
	background-size: 90vw;
}
main nav.sub::before,
main nav.sub::after {
	content: '';
	position: absolute;
	left: 0;
	width: 90vw;
	height: 6.4vw;
	background-size: 90vw !important;
}
main nav.sub::before {
	top: -6.3vw;
	background: url(/jpn/consumer/kids/images/sp_nav_sub_bg_1.png) no-repeat;
	background-position: left top;
}
main nav.sub::after {
	bottom: -6.3vw;
	background: url(/jpn/consumer/kids/images/sp_nav_sub_bg_3.png) no-repeat;
	background-position: left bottom;
}
main nav.sub h2 {
	width: 80vw;
	position: absolute;
	top: -18vw;
	left: 4vw;
}
main nav.sub h2 img:nth-child(1) {
	display: none;
}
main nav.sub li {
	display: flex;
	flex-direction: column-reverse;
	margin: 0 2.7vw 0 0;
	padding: 11vw 5.6vw 10vw 6vw;
}
main nav.sub li.c1 {
	padding: 0 5.6vw 11vw 6vw;
}
main nav.sub li.c2,
main nav.sub li.c4 {
	background: #fffcea;
	padding: 12vw 5.6vw 12vw 6vw;
}
main nav.sub li.c5 {
	padding: 11vw 5.6vw 0 6vw;
}
main nav.sub li.line {
	position: relative;
	display: block;
	height: 1.8vw;
	padding: 0;
	background: url(/jpn/consumer/kids/images/nav_sub_line_1.png);
	background-size: auto 1.8vw
}
main nav.sub li.c1 + li.line,
main nav.sub li.c3 + li.line {
	top: 0.9vw;
}
main nav.sub li.c2 + li.line,
main nav.sub li.c4 + li.line {
	top: -0.9vw;
}
main nav.sub li.c4 + li.line,
main nav.sub li.c5 + li.line {
	display: none;
}

main nav.sub li.c5 {
	position: relative;
}
main nav.sub li.c5 h3 {
	position: absolute;
	top: -0.65em;
	left: 0px;
	width: 87.5vw;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}
main nav.sub li.c5 h3 span {
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.8rem;
	color: #309edd;
}
main nav.sub li.c5 h3 span::before {
	content: '';
	position: absolute;
	left: 7.4em;
	top: 0.6em;
	width: 30vw;
	height: 1.8vw;
	background: url(/jpn/consumer/kids/images/nav_sub_line_1.png) top right;
	background-size: auto 1.8vw
}
main nav.sub li.c5 h3 span::after {
	content: '';
	position: absolute;
	right: 7.4em;
	top: 0.6em;
	width: 30vw;
	height: 1.8vw;
	background: url(/jpn/consumer/kids/images/nav_sub_line_1.png) top left;
	background-size: auto 1.8vw
}

main nav.sub li.c5 p:nth-of-type(1) {
	margin: 5px 0 40px;
}

main nav.sub dt {
	margin: 8vw 0 4vw;
	text-align: center;
}
main nav.sub dt span.ul {
	position: relative;
	left: -2vw;
	display: inline-block;
	width: 80vw;
	padding: 0 0.2em 6px 0.3em;
	background: linear-gradient(180deg, transparent 0%, transparent 40%, #fef3b5 40%, #fef3b5 100%);
	font-size: 2.2rem;
	font-weight: 900;
	color: #634e44;
	letter-spacing: 0.05em;
}
main nav.sub li.c2 span.ul,
main nav.sub li.c3 span.ul {
	background: linear-gradient(180deg, transparent 0%, transparent 40%, #d6ecf8 40%, #d6ecf8 100%);
}
main nav.sub dd {
	line-height: 1.78;
	font-size: 1.8rem;
	font-weight: 700;
	color: #634e44
}
main nav.sub dd.btn {
	margin: 6vw 0 0;
}
main nav.sub dd.btn a {
	display: block;
	width: 40vw;
	margin: 0 auto;
}
main nav.sub dd a img:nth-child(1) {
	display: none;
}

main nav.sub li.c5 {
	display: block;
	margin-bottom: -3vw;
}
main nav.sub li.c5 p:first-child {
	margin: 0 0 8vw;
}
main nav.sub li.c5 p span {
	display: block;
	padding: 0.9em 0 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	color: #666;
	letter-spacing: 0.1em;
}

main nav.sub p a img:nth-child(1) {
	display: none;
}

main p.suisoman {
	position: relative;
}
main p.suisoman span {
	position: absolute;
	bottom: -4vw;
	right: -4vw;
	width: 22vw;
}


/* footer
-------------------------------------------------------------*/

body.toppage div.footer_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 642vw;
	background-color:#309edd;
	background-image:
		url(/jpn/consumer/kids/common/images/footer_bg_3_sp.png),
		url(/jpn/consumer/kids/common/images/footer_bg_2_sp.png);
	background-position:
		bottom center,
		bottom left;
	background-repeat:
		no-repeat,
		repeat-x;
	background-size: 
		100%,
		100%;
}



} /* SP end */
