@charset "utf-8";

/* ============================================================
common
============================================================ */

/* reset
-------------------------------------------------------------*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,fieldset,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: 0 0;
}
article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block;
}
*,:before,:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none;
}
:focus {
	outline-color: #aaa;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	-webkit-backface-visibility: hidden;
	vertical-align: bottom;
}
b,em,strong {
	font-weight: inherit;
	font-style: inherit;
}
html {
	font-size: 10px;
}
@media screen and (max-width:375px) {
	html {
		font-size: 2.66667vw;
	}
}
body {
	width: 100%;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}
@media print,screen and (min-width:769px) {
		body {
			overflow-y: scroll;
		}
	}
@media print {
	body {
		display: block !important;
		opacity:1 !important;
		padding: 0 !important;
		width: 100%;
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
body.is-locked {
	position: fixed;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:767px) {
	body {
		font-size: 1.4rem;
	}
}
*,:after,:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
picture {
	width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width:767px) {
	img:not(.img-sm-auto) {
		width: 100%;
	}
}
iframe {
	vertical-align: bottom;
}
object {
	width: 100%;
}

@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}
}
@media screen and (min-width:768px) {
	.sp {
		display: none !important;
	}
}
@media print {
	.sp {
		display: none !important;
	}
}


/* common
-------------------------------------------------------------*/

sub {
	font-size: 60%;
}

/* ruby */

ruby rt {
	display: none;
}
ruby[data-ruby] {
	position:relative;
}
ruby[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	left: -2em;
	top: -0.6em;
	right: -2em;
	text-align:center;
	font-size: 36%;
}

/* header_bg */

body.toppage div.header_bg {background: #01a391 url(/jpn/consumer/kids/images/header_bg_1.png);}
body.toppage div.header_bg::after {background: url(/jpn/consumer/kids/images/header_bg_2.png);} 

body.sdgs div.header_bg {background: #01a391 url(/jpn/consumer/kids/sdgs/images/header_bg_1.png);}
body.sdgs div.header_bg::after {background: url(/jpn/consumer/kids/sdgs/images/header_bg_2.png);} 

body.lpg div.header_bg {background: #77bc2d url(/jpn/consumer/kids/lpg/images/header_bg_1.png);}
body.lpg div.header_bg::after {background: url(/jpn/consumer/kids/lpg/images/header_bg_2.png);} 

body.gas div.header_bg {background: #f0878a url(/jpn/consumer/kids/gas/images/header_bg_1.png);}
body.gas div.header_bg::after {background: url(/jpn/consumer/kids/gas/images/header_bg_2.png);} 

body.global-warming div.header_bg {background: #e98a02 url(/jpn/consumer/kids/global-warming/images/header_bg_1.png);}
body.global-warming div.header_bg::after {background: url(/jpn/consumer/kids/global-warming/images/header_bg_2.png);} 

body.hydrogen div.header_bg {background: #309edd url(/jpn/consumer/kids/hydrogen/images/header_bg_1.png);}
body.hydrogen div.header_bg::after {background: url(/jpn/consumer/kids/hydrogen/images/header_bg_2.png);} 

body.pickup div.header_bg {background: #309edd url(/jpn/consumer/kids/pickup/images/header_bg_1.png);}
body.pickup div.header_bg::after {background: url(/jpn/consumer/kids/pickup/images/header_bg_2.png);} 


/* ============================================================
PC
============================================================ */

@media print, screen and (min-width:768px){

/* html,body
-------------------------------------------------------------*/

html {
	overflow:auto;
}
body {
	position: relative;
	overflow: hidden;
	min-width: 1200px;
	background-image:
		url(/jpn/consumer/kids/common/images/body_bg_2.png),
		url(/jpn/consumer/kids/common/images/body_bg_1.png);
	background-position:
		left top,
		left top;
	background-repeat:
		repeat-x,
		repeat;
}

/* header
-------------------------------------------------------------*/

div.header_bg {
	position: absolute;
	top: 67px;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 565px;
}
div.header_bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 17px;
	background-position: right top !important;
}

header {
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 1200px;
}

body.toppage header div.logo_outer {
	position: relative;
	z-index: 2;
	background: #fff;
}

/* nav.logo */

header nav.logo {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 67px;
	margin: 0 auto;
}
header nav.logo p.logo a:nth-child(1) {
	position: absolute;
	top: 18px;
	left: 30px;
}
header nav.logo p.logo a:nth-child(2) {
	position: absolute;
	top: 18px;
	right: 212px;
}
header nav.logo p.btn a {
	position: absolute;
	top: 0;
	right: 30px;
	width: 153px;
}

body.toppage header nav.logo p.logo a:nth-child(2) {
	right: 30px;
}
body.toppage header nav.logo p.btn {
	display: none;
}

/* nav.menu */

header nav.menu {
	display: none !important;
}
div.sp_menu {
	display: none !important;
}

/* header aside */

header aside {
	position: relative;
	width: 100%;
	min-width: 1200px;
	padding: 60px 0 100px;
	text-align: center;
}
header aside div.inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 855px;
	height: 183px;
	padding: 6px 0 0;
	margin: 0 auto 20px;
	background: url(/jpn/consumer/kids/common/images/header_title_bg.png);
}
header aside h1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 4.8rem;
	font-weight: 700;
	color: #634e44;
}
header aside p.subttl {
	position: absolute;
	top: -22px;
	left: 0;
	width: 855px;
	line-height: 1;
	text-align: center;
}
header aside p.subttl span.inner {
	display: inline-block;
	padding: 6px 1em;
	background: #309edd;
	font-size: 2rem;
	color: #fff;
	border: solid 6px #fff;
	border-radius: 26px;
}
header aside p.subttl span.inner br {
	display: none;
}
header aside h1 img.icon {
	position: absolute;
	top: 16px;
	left: -60px;
	width: auto;
}
header aside h1 ruby[data-ruby]::before {
	top: -0.9em;
	font-size: 30%;
}
header aside p {
	width: 1190px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}

/* fix */
header aside p {
	text-align: left;
	margin: 40px auto 0;
	width: 890px;
}
header aside p.text br {
	display: none;
}

/* main
-------------------------------------------------------------*/

main {
	position: relative;
	top: 0;
	left: 6px;
	z-index: 1;
	width: 1190px;
	margin: 0 auto;
	padding-right: 14px !important;
	padding: 2px 14px 2px 0 !important;
	background: url(/jpn/consumer/kids/common/images/main_bg_2.png);
}
main::before,
main::after {
	content: '';
	position: absolute;
	left: 0;
	width: 1190px;
	height: 70px;
}
main::before {
	top: -68px;
	background: url(/jpn/consumer/kids/common/images/main_bg_1_alt.png);
}
main::after {
	bottom: -68px;
	background: url(/jpn/consumer/kids/common/images/main_bg_3_alt.png);
}


/* footer
-------------------------------------------------------------*/

div.footer_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 1300px;
	background-image:
		url(/jpn/consumer/kids/common/images/footer_bg_3.png),
		url(/jpn/consumer/kids/common/images/footer_bg_2.png),
		url(/jpn/consumer/kids/common/images/footer_bg_1.png);
	background-position:
		bottom center,
		left top,
		left bottom;
	background-repeat:
		no-repeat,
		repeat-x,
		repeat-x;
}
div.footer_bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 17px;
	background: url(/jpn/consumer/kids/common/images/footer_bg_4.png);
}

footer {
	position: relative;
	z-index: 3;
	width: 100%;
	min-width: 1200px;
	padding: 94px 0 250px;
	color: #0675c3;
}
footer a {
	color: #0675c3;
}

footer nav.bc {
	width: 1191px;
	margin: 0 auto;
}
footer nav.bc ul {
	display: flex;
	margin: 0 0 26px 80px;
	color: #fff;
}
footer nav.bc li:not(:last-child)::after {
	content: '>';
	display: inline-block;
	margin: 0 0.6em;
}
footer nav.bc a {
	color: #fff;
}

footer nav.pages {
	position: relative;
	left: 8px;
	width: 1191px;
	height: 699px;
	background: url(/jpn/consumer/kids/common/images/footer_bg_nav_pages.png);
	margin: 0 auto 20px;
}

footer nav.pages dt.logo {
	position: absolute;
	top: 80px;
	left: 88px;
}
footer nav.pages dd.c1 ul {
	position: absolute;
	top: 260px;
	left: 88px;
}
footer nav.pages dd.c1 li {
	margin: 0 0 20px;
}
footer nav.pages dd.c1 li:last-child a {
	display: block;
	width: 200px;
	margin: 40px auto 0;
	line-height: 1.3;
	font-size: 1.6rem;
	font-weight: 700;
	background: url(/jpn/consumer/kids/common/images/arrow_1.png) no-repeat right 0px bottom 0.14em;
}

/* footer dd.c2 */

footer nav.pages dd.c2 ul {
	position: absolute;
	top: 80px;
	left: 460px;
	width: 296px;
}
footer nav.pages dd.c2 ul:nth-child(2) {
	left: 810px;
}
footer nav.pages dd.c2 li.NL,
footer nav.pages dd.c2 dt {
	padding: 0 0 8px;
	border-bottom: solid 1px #0070c0;
}
footer nav.pages dd.c2 li.NL,
footer nav.pages dd.c2 li dl {
	margin: 0 0 30px;
}
footer nav.pages dd.c2 dt {
	display: block;
	line-height: 1.3;
	font-size: 1.6rem;
	font-weight: 700;
}
footer nav.pages dd.c2 li.NL a {
	display: block;
	line-height: 1.3;
	font-size: 1.6rem;
	font-weight: 700;
	background: url(/jpn/consumer/kids/common/images/arrow_1.png) no-repeat right 0px bottom 0.14em;
}
footer nav.pages dd.c2 dd {
	margin: 4px 0 0 10px;
}
footer nav.pages dd.c2 dd:nth-of-type(1) {
	margin: 11px 0 0 10px;
}
footer nav.pages dd.c2 dd a {
	display: inline-block;
	padding: 0 0 0 1.2em;
	line-height: 1.6;
	font-size: 1.4rem;
	background: url(/jpn/consumer/kids/common/images/arrow_1.png) no-repeat left top 0.3em;
}
footer nav.pages span.img img {
	position: absolute;
	width: auto;
	pointer-events: none;
}
footer nav.pages img.img1 {
	top: -47px;
	right: -96px;
}
footer nav.pages img.img2 {
	bottom: 50px;
	left: -140px;
}
footer nav.pages img.img3 {
	bottom: -30px;
	right: -130px;
}

/* footer dd.c3 */

footer dd.c3 {
	position: absolute;
	top: 606px;
	left: 460px;
}
footer dd.c3 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 264px;
}

footer dd.c3 li:nth-child(1) a img {width: 34px;}
footer dd.c3 li:nth-child(2) a img {width: 34px;}
footer dd.c3 li:nth-child(3) a img {width: 38px;}

footer dd.c3 li:nth-child(4) a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 92px;
	height: 40px;
	border: 1px solid #c0bfc7;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	color: #222;
	overflow: hidden;
}
footer dd.c3 li:nth-child(4) a:hover{
	text-decoration: none;
	color: #fff;
}
footer dd.c3 li:nth-child(4) a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ff0a14;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	z-index: -2;
}
footer dd.c3 li:nth-child(4) a:hover:after {
	transform: scale(1, 1);
	transform-origin: left top;
	visibility: visible;
}

/* footer nav.misc */

footer nav.misc ul {
	display: flex;
	justify-content: center;
	margin: 0 0 14px;
}
footer nav.misc ul li:not(:last-child)::after {
	content: '｜';
}

/* p#footer_copyright */

footer p#footer_copyright {
	text-align: center;
	font-size: 1.2rem;
}

/* div.btn_gotop */

div.btn_gotop {
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	z-index: 11;
	opacity: .8;
}
div.btn_gotop span {
	display: block;
	width: 70px;
	height: 70px;
	background: url(/jpn/consumer/kids/common/images/btn_pagetop.png);
	cursor: pointer;
}
div.btn_gotop span:hover {
	opacity: .6;
	transition: all .1s;
}


} /* PC end */

/* hover
-------------------------------------------------------------*/

@media (hover:hover) {
	header a:hover img {
		opacity: 0.8;
		transition: opacity 0.1s;
	}
	main a:hover img {
		opacity: 0.8;
		transition: opacity 0.1s;
	}
	footer a:hover {
		opacity: 0.8;
		transition: opacity 0.1s;
	}
} /* hover end */

/* ============================================================
SP
============================================================ */

@media screen and (max-width:767px) {


/* html,body
-------------------------------------------------------------*/

html {
	overflow:auto;
}
body {
	position: relative;
	overflow: hidden;
	width: 100vw;
	min-width: 100vw;
	background: url(/jpn/consumer/kids/common/images/body_bg_1.png);
	background-size: 100%;
}

/* header
-------------------------------------------------------------*/

div.header_bg {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 106vw;
	background-size: 100% !important;
}
div.header_bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background-position: center right !important;
}

header {
	position: relative;
	z-index: 3;
}

/* nav.logo */

header nav.logo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	height: 60px;
	width: 100vw;
	border-bottom: solid 1px #e1e1e1;
	background: #fff;
}
header nav.logo p.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 100vw;
}

header nav.logo p.logo a:nth-child(1) {
	order: 1;
}
header nav.logo p.logo a:nth-child(2) {
	order: 3;
	position: relative;
	top: 1px;
}
header nav.logo p.logo a img {
	height: 20px;
	width: auto;
}
header nav.logo p.logo::after {
	order: 2;
	content: '';
	width: 1px;
	height: 28px;
	margin: 0 10px;
	background: #bfbfbf;
}

header nav.logo p.btn {
	position: absolute;
	top: -3px;
	right: -10px;
	width: 70px;
	margin: 0 auto;
}
header nav.logo a.btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: #fff;
}
header nav.logo a.btn.on {
	background: url(/jpn/consumer/kids/common/images/sp_menu_btn_close.png) no-repeat top 6px left 6px;
	background-size: 52px;
}
header nav.logo a.btn span {
	position: absolute;
	left: 20px;
	width: 22px;
	height: 3px;
	background: #333;
	opacity: 1;
	transition: all .5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
header nav.logo a.btn span:nth-of-type(1) {top: 23px}
header nav.logo a.btn span:nth-of-type(2) {top: 30px}
header nav.logo a.btn span:nth-of-type(3) {top: 37px}
header nav.logo a.btn.on span:nth-child(1) {
	top: 50%;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg)
}
header nav.logo a.btn.on span:nth-child(2) {
	opacity: 0
}
header nav.logo a.btn.on span:nth-child(3) {
	top: 50%;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg)
}

/* div.sp_menu */

header nav.menu {
	display: none;
}

div.sp_menu {
	position: fixed;
	top: 60px;
	left: 0;
	z-index: -99;
	width: 100%;
	height: calc(100vh - 60px);
	overflow: auto;
	opacity: 0;
	transition: opacity 0.2s ease-in;
}
div.sp_menu.on {
	z-index: 98;
	opacity: 1;
}
div.sp_menu nav.menu > ul.main {
	background: #009eda;
	background-size: 100%;
	padding: 0 4vw 12vw;
}
div.sp_menu ul a {
	display: block;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	font-feature-settings: 'palt';
}
div.sp_menu li.NL,
div.sp_menu dt {
	background: url(/jpn/consumer/kids/common/images/sp_menu_line_1.png) no-repeat left bottom;
	background-size: 100% auto;
}
div.sp_menu li.NL a,
div.sp_menu dt > a {
	padding: 1em 0 1.1em;
	font-size: 1.75rem;
}
div.sp_menu dd {
	background: rgba(10, 98, 155, 0.5);
	display: none;
}
div.sp_menu dd.on {
	display: block;
}
div.sp_menu dd li {
	padding: 0 0 0 2em;
	background: url(/jpn/consumer/kids/common/images/sp_menu_line_2.png) no-repeat left bottom;
	background-size: 100% auto;
}
div.sp_menu dd li a {
	padding: 1em 1em 1.1em 0;
	font-size: 1.65rem;
}
div.sp_menu li.NL a,
div.sp_menu dd li a {
	background: url(/jpn/consumer/kids/common/images/sp_menu_arrow.png) no-repeat right 2vw center;
	background-size: 0.8em auto;
}
div.sp_menu dt a {
	background: url(/jpn/consumer/kids/common/images/sp_menu_icon_plus.png) no-repeat right 2vw center;
	background-size: 0.8em auto;
}
div.sp_menu dt a.on {
	background: url(/jpn/consumer/kids/common/images/sp_menu_icon_minus.png) no-repeat right 2vw center;
	background-size: 0.8em auto;
}
div.sp_menu ul.bnr {
	background: url(/jpn/consumer/kids/common/images/sp_menu_bnr_bg.png) !important;
	background-size: 100% !important;
	padding: 10vw 16vw !important;
}
div.sp_menu ul.bnr li:first-child {
	margin-bottom: 6vw;
}
div.sp_menu ul.bnr li:last-child {
	margin: 4vw 0 16vw;
	text-align: center;
}
div.sp_menu ul.bnr li:last-child a {
	font-size: 1.7rem;
	color :#000;
}
div.sp_menu ul.bnr li:last-child a::after {
	content: '';
	display: inline-block;
	height: 0.8em;
	width: 2em;
	background: url(/jpn/consumer/kids/common/images/sp_menu_arrow_black.png) no-repeat right 2vw center;
	background-size: 0.8em auto;
}

/* header aside */

header aside {
	padding: 60px 0 10vw;
}
header aside div.inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 92vw;
	max-width: 600px;
	height: 35vw;
	text-align: center;
	margin: 10vw auto 2vw;
	padding: 0 0 2vw 4vw;
	line-height: 1.2;
	background: url(/jpn/consumer/kids/common/images/header_title_bg_sp.png) no-repeat;
	background-size: 92vw auto;
}
header aside h1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: min(7.2vw,3.6rem);
	font-weight: 700;
	color: #634e44;
}
header aside p.subttl {
	position: absolute;
	display: block;
	width: 92vw;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
body.lpg header aside p.subttl {top: -16px; left: 2vw;}
body.lpg.delivery header aside p.subttl {top: -26px; left: 2vw;}
body.lpg.use header aside p.subttl {top: -26px; left: 2vw;}

body.global-warming header aside p.subttl {top: 6px; left: 2vw;}
body.global-warming.clean header aside p.subttl {top: -6px; left: 2vw;}
body.global-warming.savings header aside p.subttl {top: -12px; left: 2vw;}

body.hydrogen header aside p.subttl {top: -28px;left: 2vw;}
body.hydrogen.what header aside p.subttl {top: -16px;left: 2vw;}

body.gas header aside p.subttl {top: -6px;left: 3vw;}
body.gas.what header aside p.subttl {top: 2px;left: 6vw;}

header aside p.subttl span.inner {
	display: inline-block;
	padding: 4px 1em;
	background: #309edd;
	line-height: 1.4;
	font-size: 1.4rem;
	color: #fff;
	border: solid 4px #fff;
	border-radius: 16px;
	font-feature-settings: 'palt';
}

header aside h1 img.icon {
	position: absolute;
	top: 1vw;
	left: -2vw;
	width: 20vw;
	height: auto;
}

header aside h1 ruby[data-ruby]::before {
	top: -0.9em;
}

header aside p.text {
	margin: 0 6vw;
	text-align: justify;
	line-height: 1.6;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
header aside p.text br {
	display: none;
}

/* main
-------------------------------------------------------------*/

main {
	position: relative;
	z-index: 2;
	left: 0.5vw;
	width: 94vw;
	margin: 0 auto;
	padding: 0 4vw 0 3.2vw;
	background: url(/jpn/consumer/kids/common/images/sp_main_bg_2.png) repeat-y;
	background-size: 94vw;
	font-size: 1.8rem;
	font-weight: 700;
}
main::before,
main::after {
	content: '';
	position: absolute;
	left: 0;
	width: 94vw;
	height: 5.6vw;
	background-size: 94vw !important;
}
main::before {
	top: -5.4vw;
	background: url(/jpn/consumer/kids/common/images/sp_main_bg_1.png) no-repeat;
	background-position: left top;
}
main::after {
	bottom: -5.4vw;
	background: url(/jpn/consumer/kids/common/images/sp_main_bg_3.png) no-repeat;
	background-position: left bottom;
}


/* footer
-------------------------------------------------------------*/

div.footer_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 146vw;
	background-color:#fff;
	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,
		left top;
	background-repeat:
		no-repeat,
		repeat-x;
	background-size: 
		100%,
		100%;
}
div.footer_bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background: url(/jpn/consumer/kids/common/images/footer_bg_4.png);
}

footer {
	position: relative;
	z-index: 3;
	padding: 14vw 0 46vw;
	color: #fff;
}
footer a {
	color: #fff;
}

footer nav.bc {
	display: none;
}
footer nav.pages {
	display: none;
}

/* footer dl.sns */

footer dl.sns {
	margin-bottom: 20px;
}
footer dl.sns dt {
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
}
footer dl.sns ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 200px;
	margin: 0 auto;
}
footer dl.sns li {
	float: left;
}
footer dl.sns li:nth-child(4) {
	width: 200px;
	margin-top: 15px;
}
footer dl.sns li:nth-child(1) a img {width: 46px;}
footer dl.sns li:nth-child(2) a img {width: 46px;}
footer dl.sns li:nth-child(3) a img {width: 50px;}

footer dl.sns li:nth-child(4) a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 92px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #c0bfc7;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	color: #222;
	overflow: hidden;
}

/* footer nav.misc */

footer nav.misc > ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 23em;
	margin: 0 auto 10px;
}
footer nav.misc > ul li {
	margin-bottom: 1em;
}
footer nav.misc > ul li:not(:last-child)::after {
	content: '｜';
}

/* p#footer_copyright */

footer p#footer_copyright {
	text-align: center;
	font-size: 1.2rem;
}

/* div.btn_gotop */

div.btn_gotop {
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	z-index: 11;
	opacity: .8;
}
div.btn_gotop span {
	display: block;
	width: 36px;
	height: 36px;
	background: url(/jpn/consumer/kids/common/images/btn_pagetop_sp.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

} /* SP end */


/* ============================================================
SP (extra small)
============================================================ */

@media screen and (max-width:375px) {

header nav.logo p.btn {
	width: 60px;
}
header nav.logo p.logo {
	position: relative;
	left: 5px;
}
header nav.logo p.logo a img {
	height: 19px;
	width: auto;
}

/* 
header nav.logo p.btn {
	display: none;
}
 */
} /* SP (extra small) end */


/* ============================================================
body.sakubun
============================================================ */

body:not(.sakubun) div.mf_finder_header,
body:not(.sakubun) footer li.sakubun_logo,
body:not(.sakubun) footer dd.c2 li.sns {
	display: none !important;
}

body.sakubun {
	background: #fff;
}

/* header
-------------------------------------------------------------*/

body.sakubun header {
	padding: 0;
}
body.sakubun div.header_bg {
	display: none !important;
}
body.sakubun div.header_bg::after {
	content: none !important;
}

/* main
-------------------------------------------------------------*/

body.sakubun main {
	left: 0;
	width: 100%;
	min-width: none;
	padding: 0 !important;
	background: none;
}

body.sakubun main::before,
body.sakubun main::after {
	content: none;
}

body.sakubun main h2 {
	display: block;
}

/* footer
-------------------------------------------------------------*/

body.sakubun footer {
	min-width: auto;
	margin: 0;
	padding: 0;
	color: #222;
	background: #f6f7f8;
}
body.sakubun footer a {
	color: #222;
}

body.sakubun footer nav.bc {
	width: auto;
	margin: 0 auto;
}
body.sakubun footer nav.pages {
	left: 0;
	width: auto;
	height: auto;
	background: none;
	margin: 0;
}

body.sakubun div.footer_bg {
	display: none;
}
body.sakubun div.footer_bg::before {
	content: none;
}
body.sakubun footer nav.pages {
	background: none;
}
body.sakubun footer nav.pages span.img {
	display: none;
}
body.sakubun footer nav.bc li {
	color: #222;
}
body.sakubun footer nav.bc a {
	color: #222;
}


/* PC
-------------------------------------------------------------*/

@media print, screen and (min-width:768px){

/* format */

body.sakubun header > div.inner,
body.sakubun main > div.inner,
body.sakubun footer > div.inner {
	position: relative;
	width: 100%;
	height: auto;
	min-width: 1124px;
	max-width: 1276px;
	margin: 0 auto;
	padding: 0 50px;
}

/* header
-------------------------------------------------------------*/

/* header nav.logo */

body.sakubun header nav.logo {
	height: 120px;
}
body.sakubun header nav.logo p.logo a:nth-child(1) {
	position: absolute;
	top: 42px;
	left: 40px;
	width: 160px;
	height: 34px;
	background: url(/jpn/consumer/kids/pickup/sakubun/images/iwatani_logo.svg) no-repeat;
}
body.sakubun header nav.logo p.logo a:nth-child(2) {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 226px;
	height: 33px;
	background: url(/jpn/consumer/kids/pickup/sakubun/images/logo_header.png) no-repeat;
}
body.sakubun header nav.logo p.logo a img {
	display: none;
}
body.sakubun header nav.logo p.btn {
	display: none;
}

/* header nav.bc */

body.sakubun header nav.bc {
	width: auto;
	margin: 0 auto;
}
body.sakubun header nav.bc ul {
	display: flex;
	margin: 0 0 50px 0;
	color: #222;
}
body.sakubun header nav.bc ul li {
	position: relative;
	margin: 0 10px 0 0;
	padding: 0 14px 0 0;
}
body.sakubun header nav.bc li:not(:last-child)::after {
	position: absolute;
	bottom: 3px;
	right: 0;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* header aside.ttl */

body.sakubun header aside.ttl {
	position: relative;
	width: 100%;
	min-width: auto;
	margin: 0;
	padding: 0;
}
body.sakubun header aside.ttl > div.inner {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto 20px;
	background: none;
	text-align: left;
}
body.sakubun header aside.ttl h1 {
	position: relative;
	padding: 0 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: .03em;
	color: #222;
}
body.sakubun header aside.ttl h1::before {
	content: '';
	width: 150px;
	height: 8px;
	background: linear-gradient(to right, #1ba1e6 0%, #8dccf5 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

/* main
-------------------------------------------------------------*/

/* footer
-------------------------------------------------------------*/

body.sakubun footer {
	height: 764px;
	margin: 200px 0 120px;
}
body.sakubun footer a {
	transition: color .2s;
}
body.sakubun footer a:hover {
	color: #1ba1e6;
}

/* nav.bc */

body.sakubun footer nav.bc {
	margin: 0 auto;
}
body.sakubun footer nav.bc ul {
	position: relative;
	top: -40px;
	margin: 0 ;
}

/* nav.pages */

body.sakubun footer nav.pages {
	position: relative;
	top: -15px;
	left: 0;
	width: auto;
	height: 764px;
	margin: 0;
	padding: 0;
}

/* dd > ul */

body.sakubun footer nav.pages dd.c1 > ul,
body.sakubun footer nav.pages dd.c2 > ul {
	position: absolute;
	top: 60px;
	width: 340px;
}
body.sakubun footer nav.pages dd.c1 > ul {
	left: 0;
	right: auto;
}
body.sakubun footer nav.pages dd.c2 > ul:nth-child(1) {
	left: auto;
	right: 35%;
}
body.sakubun footer nav.pages dd.c2 > ul:nth-child(2) {
	left: auto;
	right: 0;
}

/* dd.c1 */

body.sakubun footer nav.pages dt.logo {
	display: none;
}
body.sakubun footer nav.pages dd.c1 li {
	margin: 0 0 38px;
}
body.sakubun footer nav.pages dd.c1 li.sakubun_logo {
	margin: 0 0 52px;
}
body.sakubun footer nav.pages dd.c1 li:last-child {
	margin: 55px 0 0;
}

body.sakubun footer nav.pages dd.c1 li a {
	display: block;
	width: 340px;
}
body.sakubun footer nav.pages dd.c1 li a img {
	display: block;
	margin: 0 auto;
}
body.sakubun footer nav.pages dd.c1 li:last-child a {
	width: 340px;
	padding: 0 0 8px;
	background: url(/jpn/consumer/kids/common/images/arrow_2.png) no-repeat right 0px bottom 0.6em;
	border-bottom: solid 1px #989c9e;
}

/* dd.c2 */

body.sakubun footer nav.pages dd.c2 li.NL,
body.sakubun footer nav.pages dd.c2 dt {
	border-bottom: solid 1px #989c9e;
}

body.sakubun footer nav.pages dd.c2 li.NL a {
	background: url(/jpn/consumer/kids/common/images/arrow_2.png) no-repeat right 0px bottom 0.14em;
}

body.sakubun footer nav.pages dd.c2 dd {
	margin: 8px 0 0 0;
}
body.sakubun footer nav.pages dd.c2 dd:nth-of-type(1) {
	margin: 12px 0 0 0;
}
body.sakubun footer nav.pages dd.c2 dd a {
	padding: 0;
	font-size: 1.6rem;
	background: none;
}

body.sakubun footer nav.pages div.mf_finder_header {
	width: 340px;
	margin: 0 0 50px;
}

body.sakubun footer nav.pages dd.c3.pc {
	display: none;
}

/* li.sns */

body.sakubun footer nav.pages li.sns {
	width: 340px;
	height: auto;
	margin: 0 0 48px;
	padding: 0;
}
body.sakubun footer nav.pages li.sns dt {
	padding: 0;
	border: none !important;
}
body.sakubun footer nav.pages li.sns dd.c3 {
	position: static;
	margin: 0;
	padding: 0;
}
body.sakubun footer nav.pages li.sns dd.c3 ul {
	position: static;
	width: 340px;
	margin: 0;
	padding: 0 24px;
}
body.sakubun footer nav.pages li.sns dd.c3 li {
}
body.sakubun footer nav.pages li.sns dd.c3 a {
	margin: 0;
	padding: 0;
	background: none;
}
body.sakubun footer nav.pages li.sns li:nth-child(1) a img {width: 44px;}
body.sakubun footer nav.pages li.sns li:nth-child(2) a img {width: 44px;}
body.sakubun footer nav.pages li.sns li:nth-child(3) a img {width: 44px;}

body.sakubun footer nav.pages li.sns li:nth-child(4) a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 94px;
	height: 40px;
}
body.sakubun footer nav.pages li.sns li:nth-child(4) a {
	background: #fff;
}

/* nav.misc > ul */

body.sakubun footer nav.misc > ul {
	position: relative;
	top: 25px;
	margin: 0 ;
}
/* p#footer_copyright */

body.sakubun footer p#footer_copyright {
	position: relative;
	top: 45px;
	margin: 0 ;
}


} /* PC end */


/* SP
-------------------------------------------------------------*/

@media screen and (max-width:767px) {

/* header */

body.sakubun header {
	padding-top: 60px;
}


body.sakubun header nav.logo p.btn {
	display: none;
}
body.sakubun header nav.bc {
	display: none !important;
}

body.sakubun header nav.logo a.btn.on span {
	background: #fff;
}
body.sakubun header nav.logo a.btn.on {
	background: #c4c9cd;
}
body.sakubun div.sp_menu nav.menu > ul.main {
	padding: 0 0 0;
}
body.sakubun div.sp_menu ul.main > li {
	padding: 0;
}
body.sakubun div.sp_menu li.NL,
body.sakubun div.sp_menu dt {
	padding: 0 4vw !important;
	background: #f4f6f7;
	border-bottom: solid 1px #d5d7d8;
}
body.sakubun div.sp_menu li.NL a,
body.sakubun div.sp_menu dt > a {
	padding: 1em 0 1.1em;
	font-size: 1.75rem;
}

body.sakubun div.sp_menu dd li {
	padding: 0 4vw;
	background: #fff !important;
	border-bottom: solid 1px #d5d7d8;
	font-size: 1.75rem;
}

body.sakubun div.sp_menu ul a {
	color: #222;
}
body.sakubun div.sp_menu li.NL a,
body.sakubun div.sp_menu dd li a {
	background: url(/jpn/consumer/kids/common/images/sakubun_sp_menu_arrow.svg) no-repeat right 2vw center;
	background-size: 10px auto;
}
body.sakubun div.sp_menu dt a {
	background: url(/jpn/consumer/kids/common/images/sakubun_sp_menu_icon_plus.svg) no-repeat right 2vw center;
	background-size: 12px auto;
}
body.sakubun div.sp_menu dt a.on {
	background: url(/jpn/consumer/kids/common/images/sakubun_sp_menu_icon_minus.svg) no-repeat right 2vw center;
	background-size: 12px auto;
}
body.sakubun div.sp_menu ul.bnr {
	background: #fff !important;
	margin: 0;
	padding:  6vw 0 6vw !important;
	border-bottom: #fff solid 1px;
}
body.sakubun div.sp_menu ul.bnr a {
	display: block;
}
body.sakubun div.sp_menu ul.bnr a img {
	display: block;
	width: 64vw;
	margin: 0 auto;
}
body.sakubun div.sp_menu ul.bnr li:last-child {
	display: none;
}

body.sakubun div.sp_menu div.search {
	width: 100vw;
	margin: 0;
	padding: 4vw 0 26vw;
	border-top: solid 1px #d5d7d8;
	background: #fff;
}
body.sakubun div.sp_menu div.mf_finder_header {
	width: 92vw;
	margin: 0 auto;
}
body.sakubun div.sp_menu div.mf_finder_header button {
	top: 10px;
	width: 34px;
	height: 44px;
}
body.sakubun div.sp_menu div.mf_finder_header span {
	display: none;
}

/* header aside.ttl */

body.sakubun header aside.ttl {
	position: relative;
	width: 100%;
	min-width: auto;
	margin: 0;
	padding: 0;
}
body.sakubun header aside.ttl > div.inner {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 20px 20px;
	background: none;
	text-align: left;
}
body.sakubun header aside.ttl h1 {
	position: relative;
	padding: 30px 0 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .03em;
	color: #222;
}
body.sakubun header aside.ttl h1::before {
	content: '';
	width: 80px;
	height: 4px;
	background: linear-gradient(to right, #1ba1e6 0%, #8dccf5 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}


/* footer */

body.sakubun footer nav.pages {
	display: block;
}
body.sakubun footer nav.pages dt.logo,
body.sakubun footer nav.pages dd.c1 li:not(.sakubun_logo),
body.sakubun footer nav.pages dd.c2 li:not(.search),
body.sakubun footer nav.misc dl.sns.sp dt {
	display: none;
}
body.sakubun footer nav.pages dd.c1 li.sakubun_logo a {
	display: block;
	width: 60vw;
	margin: 0 auto;
	padding: 8vw 0;
}
body.sakubun footer nav.pages dd.c1 li.sakubun_logo img {
	width: 100%;
}


body.sakubun footer dl.sns ul {
	flex-wrap: nowrap;
	width: 300px;
	margin: 0 auto;
}
body.sakubun footer dl.sns li {
	float: none;
}
body.sakubun footer dl.sns li:nth-child(4) {
	width: auto;
	margin-top: 0;
}

body.sakubun footer li.search {
}
body.sakubun footer li.search div.mf_finder_header {
	width: 86vw;
	margin: 0 auto 8vw;
	overflow: visible;
}
body.sakubun footer li.search li {
	display: block !important;
}
body.sakubun footer li.search button {
	width: 34px;
	height: 44px;
}
body.sakubun footer li.search span {
	display: none;
}

body.sakubun footer nav.misc {
	margin: 0 auto;
	padding: 0;
}
body.sakubun footer nav.misc > ul {
	width: 100%;
	margin: 0;
	padding: 6vw 6vw 0;
	background: #fff;
}
body.sakubun footer p#footer_copyright {
	padding: 4vw 2vw 8vw;
	background: #fff;
}



} /* SP end */

