@charset "utf-8";
/* 
* Reset
* ==================================================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
	backface-visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
}

.g-body {
	color: #000;
	font-family: 'Noto Sans JP';
	font-size: 1.6rem;
	font-weight: 500;
	font-feature-settings: 'palt';
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	letter-spacing: .1em;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: default;
	position: relative;
}

.g-body:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	/*background: url("../../img/common/bg-01.png") repeat;
	position: fixed;*/
	top: 0;
	left: 0;
	z-index: 0;
}

input,
textarea,
button,
select,
option,
textarea {
	font-family: 'Noto Sans JP';
	margin: 0;
	padding: 0;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a,
a:link,
a:before,
a:after,
a:visited,
a img,
button,
button:before,
button:after,
input[type='image'],
input[type='submit'] {
	color: #b50081;
	text-decoration: underline;
	transition: .3s cubic-bezier(.75,0,.35,1);
}

.no-touch a:hover,
.no-touch a:hover img,
.no-touch input[type='image']:hover,
.no-touch a:visited:hover {
	text-decoration: none;
	opacity: .8;
}

a:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

sub {
	line-height: 1;
	letter-spacing: .1em;
	vertical-align: 0;
}

strong,
em,
b {
	font-weight: 400;
}

/*

::selection {
	color: #fff;
	background: rgba(181,0,129,.5);
}

::-webkit-scrollbar {
	width: 6px;
	background: #ad9250;
}

::-webkit-scrollbar-thumb {
	background-color: #b50081;
}
*/

.g-container {
	position: relative;
	z-index: 10;
}


/**********************************

 l-header

***********************************/

.l-header {
	padding: 0 3.46666667%;
	background: #fff;
	position: relative;
	z-index: 3;
}

.l-header__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 127px;
	margin: 0 auto;
}

.l-header__inner__appli {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__appli .txt {
	margin-right: 20px;
}

.l-header__inner__appli .btn {
}

.l-header__inner__logo {
	width: 212px;
	/*width: 202px;*/
	/*margin: 0 auto;*/
}

.l-header__inner__logo img {
	display: block;
}

.l-header__inner__btn01 {
	position: absolute;
	top: 50%;
	right: 135px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__btn01 a {
	display: block;
	padding: 19px 45px 19px 30px;
	text-align: center;
	background-color: #deefca;
	border: 1px solid #10b08b;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.l-header__inner__btn01 a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #00ac87 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__btn01 a img {
	width: 307px;
}

.l-header__inner__humberger {
	width: 60px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner__humberger a {
	display: block;
	overflow: visible;
}

/**********************************

 l-drawerMenu

***********************************/
.l-drawerMenu {
	display: none;
	width: 375px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	transform: translateX(105%);
	-webkit-transform: translateX(105%);
	transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-drawerMenu.is-active {
	transform: none;
	-webkit-transform: none;
}

.l-drawerMenu__inner {
	background-color: #fff;
}

.l-drawerMenu__inner__close {
	padding: 14px 20px;
	background-color: #fff;
}

.l-drawerMenu__inner__close__btn {
	width: 62px;
	margin-left: auto;
}

.l-drawerMenu__inner__ttl {
	padding: 15px 0;
	background-color: #00ab84;
}

.l-drawerMenu__inner__ttl__txt {
	width: 80px;
	margin: 0 auto;
}

.l-drawerMenu__inner__ttl__txt img {
	display: block;
}

.l-drawerMenu__inner ul {
}

.l-drawerMenu__inner ul li {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #898989;
}

/*.l-drawerMenu__inner ul li:nth-child(5),*/
/*.l-drawerMenu__inner ul li:nth-child(7),*/
/*.l-drawerMenu__inner ul li:nth-child(8) {*/
	/*display: none;*/
/*}*/

.l-drawerMenu__inner ul li:last-child {
	border-bottom: none;
}

.l-drawerMenu__inner ul li a {
	display: block;
	padding: 25px 25px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.l-drawerMenu__inner ul li a:before {
	content: "";
	display: block;
	width: 13px;
	height: 23px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-drawerMenu__inner ul li.top a:before {
	background: url(/images/common-new/humberger_arr01.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.geijyutsu a:before {
	background: url(/images/common-new/humberger_arr02.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.undo a:before {
	background: url(/images/common-new/humberger_arr03.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.manabu a:before {
	background: url(/images/common-new/humberger_arr04.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.outdoorcarnival a:before {
	background: url(/images/common-new/humberger_arr05.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.kodomo-shougi a:before {
	background: url(/images/common-new/humberger_arr06.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.sustainacampus a:before {
	background: url(/images/common-new/humberger_arr07.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.shimajiro a:before {
	background: url(/images/common-new/humberger_arr08.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.precure a:before {
	background: url(/images/common-new/humberger_arr09.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.universalstudiosjapan a:before {
	background: url(/images/common-new/humberger_arr10.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.yellFromMall a:before {
	background: url(/images/common-new/humberger_arr11.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.naokotosa a:before {
	background: url(/images/common-new/humberger_arr12.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.shokudesekai a:before {
	background: url(/images/common-new/humberger_arr13.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li.spyfamilycp a:before {
	background: url(/images/common-new/humberger_arr14.png) no-repeat left top;
	background-size: contain;
}

.l-drawerMenu__inner ul li a img {
	width: 250px;
}

.l-drawerMenu__inner ul li.shimajiro a img,
.l-drawerMenu__inner ul li.precure a img,
.l-drawerMenu__inner ul li.universalstudiosjapan a img,
.l-drawerMenu__inner ul li.yellFromMall a img,
.l-drawerMenu__inner ul li.naokotosa a img,
.l-drawerMenu__inner ul li.shokudesekai a img,
.l-drawerMenu__inner ul li.spyfamilycp a img {
	width: 300px;
}

/* 
* Utility
* ==================================================================================================== */
.u-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 30px;
}

.u-inner-border-black {
	padding: 40px 80px;
	background: #fff;
	border: 6px solid #000;
	border-radius: 1em;
}

.u-maxWidth__large {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}

.u-show__mobile {
	display: none !important;
}

.u-hide__mobile {
	display: inline-block !important;
}

.u-show__tablet {
	display: none !important;
}

.u-hide__tablet {
	display: inline-block !important;
}

.u-cover {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	visibility: hidden;
	opacity: 0;
	transition: .3s cubic-bezier(.8,0,.4,1);
}

.u-transition {
	transition: .3s cubic-bezier(.8,0,.4,1);
}

.u-transition__long {
	transition: .6s cubic-bezier(.8,0,.4,1);
}

.u-font__serif {
	font-family: 'Shippori Mincho B1' !important;
}

.u-font__light {
	font-weight: 300 !important;
}

.u-font__normal {
	font-weight: 400 !important;
}

.u-font__middle {
	font-weight: 500 !important;
}

.u-font__bold {
	font-weight: 700 !important;
}

.u-font__black {
	font-weight: 900 !important;
}

.u-lineheight__none {
	line-height: 1;
}

.u-align__right {
	text-align: right !important;
}

.u-align__center {
	text-align: center !important;
}

.u-align__left {
	text-align: left !important;
}

.u-float__right {
	float: right !important;
}

.u-float__left {
	float: left !important;
}

.u-display__block {
	display: block;
}

.u-display__inline-block {
	display: inline-block;
}

.u-display__none {
	display: none;
}

.u-color__white {
	color: #fff !important;
}

.u-color__black {
	color: #000 !important;
}

.u-color__red {
	color: #ff0000 !important;
}

.u-color__orange {
	color: #e76a29 !important;
}

.u-image {
	margin-bottom: 1em;
}

.u-image__caption {
	font-size: 1.3rem;
	margin: 1em 0 0;
	display: block;
}

.u-text {
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.u-text__indent {
	text-indent: 1em;
}

.u-textdeco__underline {
	text-decoration: underline;
}

.no-touch .u-textdeco__underline:hover {
	text-decoration: none;
}

.u-textdeco__none {
	text-decoration: none !important;
}

.u-textShadow {
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.u-note > * {
	line-height: 1.45;
	padding: 0 0 0 1.25em;
	position: relative;
}

.u-note > *:before {
	content: attr(data-note)'';
	position: absolute;
	top: 0;
	left: 0;
}

.u-list-decimal {
	list-style: decimal;
	padding-left: 1.35em;
}

.u-list__item {
	line-height: 1.5;
	margin: .75em 0 0;
	padding: 0 0 0 1.5em;
	position: relative;
}

.u-list-decimal > * {
	padding-left: .5em;
}

.u-list-decimal > *:before {
	display: none;
}

.u-list-disc {
	padding: 0 0 0 .25em;
}

.u-list-disc > * {
	margin: .5em 0 0;
	padding: 0 0 0 .75em;
}

.u-list-disc > *:before {
	content: '';
	width: 6px;
	height: 6px;
	margin: .6em 0 0;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.u-list .u-list-disc li {
	position: relative;
}

.u-list .u-list-disc > *:before {
	background: transparent;
	border: 1px solid #333;
}

.u-basicButton {
	text-align: center;
	margin: 30px 0 0;
}

.u-basicButton a {
	color: #fffa00;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
	padding: .6em 2em .75em;
	display: inline-block;
	background: #b50081;
}

.u-icon:before {
	content: '';
	width: 19px;
	height: 21px;
	margin: 0 .5em -.2em .25em;
	display: inline-block;
	background-size: 100% 100%;
	transition: .3s cubic-bezier(.8,0,.4,1);
}

.u-title__page {
	font-size: 3.2rem;
	line-height: 1.25;
}

.u-title__hi {
	margin: 80px 0 30px;
	padding: 40px 0 25px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.u-title__hi:after {
	content: '';
	width: 210px;
	padding: 21% 0 0;
	background: url("../../img/common/title-01.png") no-repeat top left / 100% auto;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.u-title__hi em {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.u-title__mid {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: .1em;
}

.u-position__center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.u-position__absolute {
	position: absolute;
}

.u-position__fixed {
	position: fixed;
}

.u-position__relative {
	position: relative;
}

.u-flex {
	display: flex;
	flex-wrap: wrap;
}

.u-flex__center {
	justify-content: center;
}

.u-flex__right {
	justify-content: flex-end;
}

.u-flex__middle {
	align-items: center;
}

.u-flex__bottom {
	align-items: flex-end;
}

.u-flex__reverse {
	flex-direction: row-reverse;
}

.u-flex__between {
	justify-content: space-between;
}

.u-flex__column-2 > * {
	width: calc(100% / 2);
}

.u-flex__column-3 > * {
	width: calc(100% / 3);
}

.u-flex__column-4 > * {
	width: calc(100% / 4);
}

.u-flex__column-5 > * {
	width: calc(100% / 5);
}

.u-flex__column-6 > * {
	width: calc(100% / 6);
}

.u-flex__column-7 > * {
	width: calc(100% / 7);
}

.u-flex__column-8 > * {
	width: calc(100% / 8);
}

.u-flex__column-9 > * {
	width: calc(100% / 9);
}

.u-flex__column-10 > * {
	width: calc(100% / 10);
}

.u-flex > *.u-flex__width-1 {
	width: 10%;
}

.u-flex > *.u-flex__width-2 {
	width: 20%;
}

.u-flex > *.u-flex__width-3 {
	width: 30%;
}

.u-flex > *.u-flex__width-4 {
	width: 40%;
}

.u-flex > *.u-flex__width-5 {
	width: 50%;
}

.u-flex > *.u-flex__width-6 {
	width: 60%;
}

.u-flex > *.u-flex__width-7 {
	width: 70%;
}

.u-flex > *.u-flex__width-8 {
	width: 80%;
}

.u-flex > *.u-flex__width-9 {
	width: 90%;
}

.u-flex > *.u-flex__width-10 {
	width: 100%;
}

.u-flex__child {
	margin: 0 -10px;
}

.u-flex__child > * {
	padding: 0 10px;
}

.u-mgt__120 { margin-top: 120px !important; }
.u-mgt__110 { margin-top: 110px !important; }
.u-mgt__100 { margin-top: 100px !important; }
.u-mgt__90 { margin-top: 90px !important; }
.u-mgt__80 { margin-top: 80px !important; }
.u-mgt__70 { margin-top: 70px !important; }
.u-mgt__60 { margin-top: 60px !important; }
.u-mgt__50 { margin-top: 50px !important; }
.u-mgt__40 { margin-top: 40px !important; }
.u-mgt__30 { margin-top: 30px !important; }
.u-mgt__20 { margin-top: 20px !important; }
.u-mgt__10 { margin-top: 10px !important; }
.u-mgt__0 { margin-top: 0px !important; }

.u-pdt__large {
	padding-top: 70px !important;
}

.u-pdt__middle {
	padding-top: 50px !important;
}

.u-pdt__small {
	padding-top: 20px !important;
}

.u-box__gray {
	padding: 1.5em 2em;
	display: block;
	background: #eee;
}

.u-tab__group {
	position: relative;
}

.u-tabButton {
	width: 100%;
}

.u-tabButton__item {
	line-height: 1.25;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #021F41;
	border-left: 1px solid #ddd;
	padding: 18px 10px 22px 20px;
	background: #f0f0f0;
	transition: .3s cubic-bezier(.8,0,.4,1);
	cursor: pointer;
}

.u-tabButton__item:last-child {
	border-right: 1px solid #ccc;
}

.u-tabButton__item.is-active,
.no-touch .u-tabButton__item:hover {
	background: #fff;
	border-top: 1px solid #021F41;
	border-left: 1px solid #021F41;
	border-right: 1px solid #021F41;
	border-bottom-color: #fff;
}

.u-tabContents {
	padding: 25px;
	border-right: 1px solid #021F41;
	border-bottom: 1px solid #021F41;
	border-left: 1px solid #021F41;
}

.u-accordionButton {
	margin: 10px 0 0;
	padding: 20px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	position: relative;
	transition: .3s cubic-bezier(.8,0,.4,1);
	cursor: pointer;
}

.u-accordionButton:before,
.u-accordionButton:after {
	content: '';
	width: 1em;
	height: 1px;
	display: block;
	background: #666;
	position: absolute;
	top: 50%;
	right: 1em;
	transition: .3s cubic-bezier(.8,0,.4,1);
}

.no-touch .u-accordionButton:hover {
	background: #fff;
}

.u-accordionButton:after {
	transform: rotate(90deg);
}

.u-accordionButton.is-active {
	border-bottom: 1px dashed #ccc;
}

.u-accordionButton.is-active:after {
	transform: rotate(180deg);
}

.u-accordionButton__title {
	font-weight: 500;
	line-height: 1.5;
}

.u-accordionPanel {
	display: none;
}

.u-accordionPanel__inner {
	padding: 10px 0;
}

.u-tab__panel {
	display: none;
}

.u-tab__panel.is-show {
	display: block;
}

.l-modal {
	width: 800px;
	height: calc(100vh - 160px);
	padding: 0 30px;
	background: #fff;
	border: 3px solid #c69121;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.1);
	z-index: 600;
	visibility: hidden;
	opacity: 0;
	transition: .4s .2s cubic-bezier(.8,0,.4,1);
}

.l-modal__inline {
	height: calc(100vh - 370px);
	margin: 40px 0 0;
	padding: 0 20px;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: .4s .2s cubic-bezier(.8,0,.4,1);
}

.l-modal__inline::-webkit-scrollbar {
	width: 10px;
	background: transparent;
}

.l-modal__inline::-webkit-scrollbar-thumb {
	background-color: #c89221;
	border-radius: 10em;
}


.l-modal__close {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #c89221;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 10;
	transform: scale(1.5);
	transition: .3s 1s cubic-bezier(.8,0,.4,1);
	visibility: hidden;
	opacity: 0;
}

.l-modal__close:before,
.l-modal__close:after {
	content: '';
	width: 50%;
	padding: 5px 0 0;
	border-radius: 10em;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.l-modal__close:after {
	transform: translate(-50%,-50%) rotate(135deg);
}

.l-modal__close:hover {
	transform: rotate(90deg);
}

.l-modal__title {
	text-align: center;
	margin: 40px 0 0;
}

.l-modal__title em {
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: .1em;
	padding: .35em 1em .45em;
	border-radius: 7px;
	display: inline-block;
	background: #c89221;
}

.is-modalActive {
	overflow-y: hidden;
}

.is-modalActive .l-modal.is-active {
	transform: translate(-50%,-50%) scale(1);
	visibility: visible;
	opacity: 1;
}

.is-modalActive .l-modal__close {
	transform: scale(1);
	visibility: visible;
	opacity: 1;

}

.is-modalActive .u-cover {
	visibility: visible;
	opacity: 1;
}











/*
 * Layout
 * ==================================================================================================== */
.bg-cover {
	width: 100%;
	min-width: 1500px;
	padding: 930px 0 0;
	/*background: url("../../img/common/bg-09.png") no-repeat left top / 100% 100%;
	margin: 67.5% 0 0;*/
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: top center;
	transform: translate(-50%,0);
	z-index: 1;
}

.bg-illust {
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.bg-illust--1 {
	width: 14%;
	margin: 13% 0 0 87.5%;
	padding-top: 49%;
	/*background-image: url("../../img/common/bg-02.png");*/
}

.bg-illust--2 {
	width: 12%;
	margin: 71% 0 0 -3.5%;
	padding-top: 37%;
	/*background-image: url("../../img/common/bg-03.png");*/
}

.bg-illust--3 {
	width: 16%;
	margin: 190% 0 0 85%;
	padding-top: 28%;
	/*background-image: url("../../img/common/bg-04.png");*/
}

.bg-illust--4 {
	width: 15%;
	margin: 220% 0 0 -2%;
	padding-top: 36%;
	/*background-image: url("../../img/common/bg-05.png");*/
}

.bg-illust--5 {
	width: 12%;
	margin: 0 0 1000px 89.5%;
	padding-top: 19%;
	top: auto;
	bottom: 0;
	/*background-image: url("../../img/common/bg-06.png");*/
}

.u-site-title {
	font-size: 2.45vw;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	width: 90%;
	margin: 30px auto 0;
	max-width: 1060px;
	padding: 0;
	background: #fff;

}

.g-wrapper {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.l-wrap {
background: transparent;
}

.g-main {
	padding: 50px 0 170px;
}

.l-mv {
	position: relative;
	z-index: 10;
	/*display: none;*/
	/*padding: 50px 0;*/
	/*background: url("../../img/common/bg_l-mv.png") no-repeat center top;*/
	/*background-size: cover;*/
}

.l-mv__inner {
	width: 100%;
}

.l-mv__logo {
	width: 27.325%;
	margin: 3% 0 0 57%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-mv__button {
	width: 15.25%;
	margin: 31% 0 0 55%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(20deg);
	z-index: 10;
}

.l-mv__image {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.l-mv__image img {
	border-radius: 2vw;
}

.l-mv__image2 {
	margin: 0 auto;
	max-width: 907px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.l-news-list__items {
	margin: 0 -18px;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

.l-news-list__items.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.l-news-list__item {
	padding: 0 18px;
}

.l-news-list__item a {
	color: inherit;
	text-decoration: none;
}

.l-news-list__item a:hover {
	text-decoration: underline;
}

.l-news-list__image {
	padding: 56.25% 0 0;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #b07f1b;
}

.l-news-list__category {
	color: #fff;
	font-size: 1.8rem;
	padding: .25em 1em .5em;
	background: #000;
	position: absolute;
	bottom: 1em;
	left: 1em;
	z-index: 10;
}

.l-news-list__category--news {
	background-color: #40a9e5;
}

.l-news-list__category--others {
	background-color: #b0ba5d;
}

.l-news-list__category--infectioncontrol {
	background-color: #cf728f;
}

.l-news-list__title {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: .5em .25em 0;
}

.l-news-list__update {
	font-size: 1.4rem;
	text-align: right;
	padding: .5em .25em 0;
	display: block;
}






/*
 * Breadcrumb
 * ------------------------------------------------------------------------------------------------ */
.g-breadcrumb {
	margin-top: 20px;
}

.g-breadcrumb__item {
	font-size: 1.2rem;
	padding-right: .15em;
	margin-bottom: 5px;
}

.g-breadcrumb__item:not(:last-child):after {
	content: '＞';
	font-size: 1rem;
	vertical-align: 0;
	margin: 0 .25em;
	display: inline-block;
}

.g-breadcrumb__item a {
	color: #666;
}

.g-breadcrumb__item:last-child a {
	color: #969696;
	text-decoration: none;
}







/*
* Header
* ==================================================================================================== */
.l-cover {
	z-index: 100;
}

.l-drawerMenu {
	z-index: 100;
}




/*
* Global navigation
* ==================================================================================================== */
.g-navi + * {
	margin-top: 30px;
}

.g-navi__items {
	margin: 0 -18px;
	display: flex;
	justify-content: space-between;
}

.g-navi__item {
	width: calc(100% / 3);
	padding: 0 18px;
}

.g-navi__item a {
	color: #c59a3a;
	padding: 24.5% 0 0;
	display: block;
	position: relative;
}

.g-navi__item a:hover,
.g-navi__item a.is-focus__active,
.quizPage .g-navi__item--quiz a {
	color: #e3bf71;
	opacity: 1;
}

.g-navi__item a:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: url("../../img/common/navi-01.png") no-repeat center / 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.g-navi__item a:hover:after,
.g-navi__item a.is-focus__active:after,
.quizPage .g-navi__item--quiz a:after {
	background-image: url("../../img/common/navi-02.png");
}

.g-navi__item__name {
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	width: 100%;
	display: block;
	margin: 7.75% 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.g-navi__item:nth-child(1) .g-navi__item__name {
	line-height: 1.25;
	margin-top: 2.75%;
}

.g-navi__item--comingsoon a {
	color: rgba(255,255,255,.25);
	position: relative;
	pointer-events: none;
}

.g-navi__item--comingsoon a:before {
	content: 'Coming soon';
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.g-navi__item--comingsoon a:after {
	background-image: url("../../img/common/navi-01@comingsoon.png");
}


/*
* Footer
* ==================================================================================================== */
.g-footer {
	color: #222;
	min-height: 200px;
	padding: 0 0 30px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.g-footer:after {
	content: '';
	margin: 25px 0 0;
	/*width: 127px;
	height: 139px;
	/*background: url("../../img/common/bg-08.png") no-repeat center / 100% 100%;*/
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	z-index: 10;
}

.g-footerHappinessmall__read {
	padding: 0 30px;
}

.g-footerHappinessmall__button {
	padding: 20px 30px 0;
}








.c-kodomoShougiOutline__inner {
	color: #b50081;
	font-size: 1.7rem;
	padding: 40px 75px 0 75px;
	border-bottom: 2px solid #b50081;
}

.c-kodomoShougiOutline__items {
	display: flex;
	flex-wrap: wrap;
}

.c-kodomoShougiOutline__item {
	margin: 12px 0 0;
}

.c-kodomoShougiOutline__item:first-child {
	margin-right: 30px;
}

.c-kodomoShougiOutline__item:last-child {
	width: 100%;
}

.c-kodomoShougiOutline__item dl {
	display: flex;
	align-items: center;
}

.c-kodomoShougiOutline__item dt {
	text-align: center;
	width: 80px;
	padding: .2em 0 .4em;
	border: 1px solid #b50081;
}

.c-kodomoShougiOutline__item dd {
	line-height: 1.35;
	padding: 0 0 0 10px;
}

.c-kodomoShougiOutline__item:first-child dd {
	font-size: 2.2rem;
	font-weight: 700;
}

.c-kodomoShougiContact dl {
	margin: 25px 0;
	display: flex;
}

.c-kodomoShougiContact dt {
	width: 140px;
}

.c-kodomoShougiContact dt em {
	color: #fff;
	text-align: center;
	padding: .2em 0 .4em;
	display: block;
	background: #b50081;
}

.c-kodomoShougiContact dd {
	line-height: 1.5;
	padding: 0 0 0 10px;
}

.c-kodomoShougiContact dd b {
	font-size: 1.9rem;
	font-weight: 700;
}

.c-kodomoShougiContact dd .period{
	color: #cc0000;
	font-size: 2.0rem;
	font-weight: bold;
}

.c-kodomoShougiContact dd .caption p{
	color: #000;
	font-weight: normal;
	font-size: 1.2rem;
}

.g-footerAeonmall img {
	max-width: 210px;
	margin: 25px auto 0;
	display: block;
}

.g-footerCopyright {
	font-size: 1.8rem;
	text-align: center;
	margin: 15px 0 0;
	display: block;
}

.g-pagetop {
	right: 20px;
	z-index: 90;
	opacity: 0;
	transition: .6s cubic-bezier(0.75, 0, 0.35, 1);
}

.g-pagetop.is-active {
	opacity: 1;
}

.g-pagetop__button {
	padding: 0 0 0 10px;
}

.g-pagetop a {
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.5);
	display: block;
	position: relative;
}

.g-pagetop a:after {
	content: '';
	width: 8px;
	height: 16px;
	display: block;
	background: url("../../img/common/arrow-02@white.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-90deg);
}

.no-touch .g-pagetop a:hover {
	background: rgba(0,0,0,1);
}

.select-caption{
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 150%;
}
