@charset "UTF-8";
/* CSS Document */


/* lower
--------------------------------------------------------------*/
#disneyBlue.lower .contentUnit {
	padding-top: 20vw;
}
#disneyBlue.lower .contentUnit::before {
	z-index: 1;
	-webkit-transform: translatey(20vw);
	   -moz-transform: translatey(20vw);
	    -ms-transform: translatey(20vw);
	     -o-transform: translatey(20vw);
	        transform: translatey(20vw);
}
#disneyBlue.lower .contentUnit::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20vw;
	background: #e9f0fd;
	background-image: url(../common/ptn_check_b50.svg);
	-webkit-background-size: 39px;
	     -o-background-size: 39px;
	        background-size: 39px;
	background-position: center top;
	z-index: 0;
}
#disneyBlue.lower .no-bg::after {
	background-image: none!important;
	background: #fff!important;

}
#disneyBlue.lower .contentUnit .lead {
	padding-bottom: 21vw;
}
#disneyBlue.lower .contentUnit + * {
	position: relative;
}
@media screen and ( min-width: 768px ){
	#disneyBlue.lower .contentUnit {
		padding-top: 110px;
	}
	#disneyBlue.lower .contentUnit::before {
		-webkit-transform: translatey(110px);
		   -moz-transform: translatey(110px);
		    -ms-transform: translatey(110px);
		     -o-transform: translatey(110px);
		        transform: translatey(110px);
	}
	#disneyBlue.lower .contentUnit::after {
		height: 110px;
	}
	#disneyBlue.lower .contentUnit .lead {
		padding-bottom: 120px;
	}
}

#disneyBlue.lower .contentUnit.light::after {
	background: #a2bfe4;
	background-image: url(../common/ptn_check_w30.svg);
	-webkit-background-size: 38px;
	     -o-background-size: 38px;
	        background-size: 38px;
	background-position: center top;
}


/*------------------------------------------------------------

   cms

--------------------------------------------------------------*/
#cms {
	padding: 20vw 2vw;
	position: relative;
}
#cms::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46vw;
	-webkit-transform: translatey(-26vw);
	   -moz-transform: translatey(-26vw);
	    -ms-transform: translatey(-26vw);
	     -o-transform: translatey(-26vw);
	        transform: translatey(-26vw);
	background-image:
		url(../common/bouquet_7.png),
		url(../common/deco_text_4.png);
	background-repeat: no-repeat;
	-webkit-background-size: 90%, 53%;
	     -o-background-size: 90%, 53%;
	        background-size: 90%, 53%;
	background-position: -42vw 0, 96% 100%;
}
#cms .inner {
	min-height: 100vw;
	background: #eee;
}
@media screen and ( min-width: 768px ){
	#cms {
		padding: 180px 60px;
	}
	#cms::before {
		width: 100%;
		height: 333px;
		-webkit-transform: translatey(-169px);
		   -moz-transform: translatey(-169px);
		    -ms-transform: translatey(-169px);
		     -o-transform: translatey(-169px);
		        transform: translatey(-169px);
		-webkit-background-size: 90%, 38%;
		     -o-background-size: 90%, 38%;
		        background-size: 90%, 38%;
		background-position: -322px 0, 96% 76%;
		/* background-color: rgba(255, 0, 0, .1); */
	}
	#cms .inner {
		min-height: 500px;
	}
}



/*------------------------------------------------------------

   contentUnit_medium

--------------------------------------------------------------*/
#disneyBlue .contentUnit_medium {
	padding: 25vw 10vw 30vw;
}
#disneyBlue .contentUnit_medium header {
	position: relative;
	margin-bottom: 3vw;
}
#disneyBlue .contentUnit_medium header::before {
	content: "";
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	width: 100%;
	height: 13.5vw;
	margin-top: -3vw;
	margin-bottom: -1vw;
	-webkit-transform: translate(-50%);
	   -moz-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	     -o-transform: translate(-50%);
	        transform: translate(-50%);
	background-image: url(../common/header_top.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-position: center top;
	z-index: -1;
}
#disneyBlue .contentUnit_medium header::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2vw;
	left: 50%;
	width: 40vw;
	height: 1px;
	-webkit-transform: translate(-50%);
	   -moz-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	     -o-transform: translate(-50%);
	        transform: translate(-50%);
	background: #a2bfe4;
	opacity: 0.5;
}
#disneyBlue .contentUnit_medium header .en {
	font-family: 'Alex Brush', cursive;
	font-size: 12vw;
	line-height: 1;
	text-align: center;
	margin: 0;
	color: #A2BFE4;
}
#disneyBlue .contentUnit_medium header h1 {
	text-align: center;
	font-size: 4.2vw;
	color: #5580c1;
	line-height: 1.4;
}
@media screen and ( min-width: 768px ){
	#disneyBlue .contentUnit_medium {
		padding: 152px 76px 120px;
	}
	#disneyBlue .contentUnit_medium header {
		margin-bottom: -14px;
	}
	#disneyBlue .contentUnit_medium header::before {
		height: 88px;
		margin-top: -23px;
		margin-bottom: -7px;
		z-index: 0;
	}
	#disneyBlue .contentUnit_medium header::after {
		bottom: -6px;
		width: 307px;
	}
	#disneyBlue .contentUnit_medium header .en {
		font-size: 84px;
		position: relative;
		z-index: 2;
	}
	#disneyBlue .contentUnit_medium header h1 {
		font-size: 22px;
	}
}

/* h2
--------------------------------------------------------------*/
#disneyBlue .contentUnit_medium h2 {
	text-align: center;
	font-size: 5vw;
	line-height: 1.5;
}

/* p
--------------------------------------------------------------*/
#disneyBlue .contentUnit_medium p {
	color: #000;
}
#disneyBlue .contentUnit_medium p.narrow {
	width: 86vw;
	margin-left: auto;
	margin-right: auto;
}

@media screen and ( min-width: 768px ){
	#disneyBlue .contentUnit_medium h2 {
		font-size: 38px;
	}
	#disneyBlue .contentUnit_medium p.narrow {
		width: 460px;
	}
}


/*------------------------------------------------------------

   contentUnit_normal

--------------------------------------------------------------*/
#disneyBlue .contentUnit_normal {
	padding: 10vw 10vw 30vw;
}
#disneyBlue .contentUnit_normal h1 {
	font-size: 10vw;
	line-height: 1.4;
	letter-spacing: 0.1em;
	-webkit-transform: translate(-0.5em, -0.7em);
	   -moz-transform: translate(-0.5em, -0.7em);
	    -ms-transform: translate(-0.5em, -0.7em);
	     -o-transform: translate(-0.5em, -0.7em);
	        transform: translate(-0.5em, -0.7em);
	margin-bottom: 1em;
}
@media screen and ( min-width: 768px ){
	#disneyBlue .contentUnit_normal {
		padding: 60px 60px 150px;
	}
	#disneyBlue .contentUnit_normal h1 {
		font-size: 62px;
	}
}


/*------------------------------------------------------------

   column

--------------------------------------------------------------*/
#disneyBlue .column {
	margin-left: -4vw;
	margin-right: -4vw;
	background: #e7ecf2;
	background-image: url(../common/ptn_check_w.svg);
	-webkit-background-size: 39px;
	     -o-background-size: 39px;
	        background-size: 39px;
	background-position: center top;
	box-shadow: 0 4px 8px 0 rgb(15 58 105 / 30%);
	padding: 4vw;
	position: relative;
	margin-top: 17vw;
}
#disneyBlue .column::before {
	content: "";
	display: block;
	position: absolute;
	top: -17vw;
	left: -4%;
	width: 100%;
	height: 26vw;
	background-image:
		url(../common/particle_6.svg),
		url(../common/bird_2.png);
	background-repeat: no-repeat;
	background-size: 47vw, 12.5vw ;
	background-position: 0 0, 100% 82%;
}
#disneyBlue .column h2 {
	margin-top: 0;
	text-align: center;
	font-size: 4.0vw;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding: 1em 0 1em 1.3em;
}
@media screen and ( min-width: 768px ){
	#disneyBlue .column {
		margin-left: 0;
		margin-right: 0;
		padding: 20px;
		margin-top: 120px;
	}
	#disneyBlue .column::before {
		top: -100px;
		left: -4%;
		width: 100%;
		height: 160px;
		background-size: 290px, 80px ;
		background-position: 0 0, 100% 82%;
	}
	#disneyBlue .column h2 {
		font-size: 26px;
	}
}