@charset "UTF-8";

header {
	z-index: 5;
}

@media screen and (max-width: 1119px) {
	header .header_nav_sp {
		z-index: 5;
	}
}

/* アニメーション全体 */

.js-fadein {
	opacity: 0;
}

.delay1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay1-2s {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay1-4s {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.delay1-5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay1-6s {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.delay1-8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.delay2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.delay2-5s {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.delay3-5s {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.delay4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
















/* .title */

.title {
	padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
	.title {
		padding: 20px 0 0;
	}
}

.title__alt {
	display: none;
}

.title__stage {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.title__stage {
		width: 100vw;
		margin: 0;
	}
}

.title__set--pc {
	display: block;
}

.title__set--sp {
	display: none;
}
@media screen and (max-width: 767px) {

	.title__set--pc {
		display: none;
	}

	.title__set--sp {
		display: block;
	}

}

.title__stage img {
	display: block;
	width: 100%;
	height: auto;
}

.title__rect {
	display: block;
}
@media screen and (max-width: 767px) {
	.title__rect {
		width: 100vw;
		height: auto;
	}
}

.title__logo,
.title__back-mizu,
.title__back-shibuki {
	display: block;
	position: absolute;
}

.title__logo {
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.title__logo {
		width: 170vw;
		margin: 0 -35vw;
	}
}

.is-animeReady .title__logo {
	animation-name: bounceIn;
	animation-delay: 0.7s;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

.title__back-mizu {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.title__back-mizu {
		width: 170vw;
		margin: 0 -35vw;
	}
}

.is-animeReady .title__back-mizu {
	animation-name: bounceIn;
	animation-delay: 1.0s;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

.title__back-shibuki {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.title__back-shibuki {
		width: 170vw;
		margin: 0 -35vw;
	}
}

.is-animeReady .title__back-shibuki {
	animation-name: bounceIn;
	animation-delay: 0.7s;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

/* .splash-uchiage */

.splash-uchiage,
.splash-uchiage-mizu,
.splash-uchiage-shibuki {
	display: block;
	position: absolute;
}
.splash-uchiage {
	width: 20%;
	z-index: 2;
	height: 0;
	bottom: 0;
	transform-origin: bottom center;
}

@media screen and (max-width: 767px) {
	.splash-uchiage {
		width: 30vw;
		bottom: 0;
	}
}

.splash-uchiage.splash-uchiage-ll {
	left: 0%;
	transform: rotate(19deg);
}
.splash-uchiage.splash-uchiage-lc {
	left: 27%;
	transform: rotate(7deg);
}
.splash-uchiage.splash-uchiage-rc {
	right: 27%;
	transform: rotate(-7deg);
}
.splash-uchiage.splash-uchiage-rr {
	right: 0%;
	transform: rotate(-19deg);
}

@media screen and (max-width: 767px) {
	.splash-uchiage.splash-uchiage-ll {
		left: -14vw;
		transform: rotate(19deg);
	}
	.splash-uchiage.splash-uchiage-lc {
		left: 18.5vw;
		transform: rotate(7deg);
	}
	.splash-uchiage.splash-uchiage-rc {
		right: 18.5vw;
		transform: rotate(-7deg);
	}
	.splash-uchiage.splash-uchiage-rr {
		right: -14vw;
		transform: rotate(-19deg);
	}
}

.splash-uchiage-mizu {
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.is-animeReady .splash-uchiage-mizu {
	animation-name: splashSideMizu;
	animation-delay: 0;
	animation-duration: 1.0s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	animation-fill-mode: both;
}

@media screen and (max-width: 767px) {
	.is-animeReady .splash-uchiage-mizu {
		animation-name: splashSideMizuSp;
	}
}

.splash-uchiage-shibuki {
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.is-animeReady .splash-uchiage-shibuki {
	animation-name: splashSideShibuki;
	animation-delay: 0;
	animation-duration: 1.2s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	animation-fill-mode: both;
}

@media screen and (max-width: 767px) {
	.is-animeReady .splash-uchiage-shibuki {
		animation-name: splashSideShibukiSp;
	}
}


/* .splash-wakka */

.splash-wakka {
	display: block;
	position: absolute;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.splash-wakka {
		opacity: .8;
	}
}

.splash-wakka img {
	display: block;
	width: 100%;
	height: auto;
}

.splash-wakka-11 {
	top: 80px;
	right: -150px;
	width: 180px;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.splash-wakka-11 {
		top: 88vw;
		right: -16vw;
		width: 42vw;
	}
}

.is-animeReady .splash-wakka-11 {
	animation-delay: 1.6s;
	animation-name: bounceRoop;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.splash-wakka-12 {
	top: -70px;
	left: -50px;
	width: 120px;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.splash-wakka-12 {
		top: 120vw;
		left: -16vw;
		width: 42vw;
	}
}

.is-animeReady .splash-wakka-12 {
	animation-delay: 2.0s;
	animation-name: bounceRoop;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.splash-wakka-13 {
	bottom: -130px;
	left: -110px;
	width: 180px;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.splash-wakka-13 {
		top: 155vw;
		bottom: auto;
		left: auto;
		right: 8vw;
		width: 32vw;
	}
}

.is-animeReady .splash-wakka-13 {
	animation-delay: 2.4s;
	animation-name: bounceRoop;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.splash-wakka-21 {
	bottom: 50px;
	left: -110px;
	width: 120px;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.splash-wakka-21 {
		bottom: 40vw;
		left: -22vw;
		width: 42vw;
	}
}

.is-bottomAnimeReady .splash-wakka-21 {
	animation-delay: 0.2s;
	animation-name: bounceRoop;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.splash-wakka-22 {
	bottom: -110px;
	right: -110px;
	width: 180px;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.splash-wakka-22 {
		bottom: -22vw;
		right: -22vw;
		width: 42vw;
	}
}

.is-bottomAnimeReady .splash-wakka-22 {
	animation-delay: 0.6s;
	animation-name: bounceRoop;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.splash-wakka-23 {
	bottom: 120px;
	right: -160px;
	width: 120px;
	transform: scale3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.splash-wakka-23 {
		display: none;
	}
}

.is-bottomAnimeReady .splash-wakka-23 {
	animation-delay: 1.0s;
	animation-name: bounceRoop;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

/* animation */

@keyframes fadeIn {
	from, to {
		animation-timing-function: cubic-bezier(0.615, 0.810, 0.455, 1.000);
	}
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80% {
		animation-timing-function: cubic-bezier(0.615, 0.810, 0.455, 1.000);
	}
	from {
		transform: scale3d(.3, .3, .3);
	}
	20% {
		transform: scale3d(1.2, 1.2, 1.2);
	}
	40% {
		transform: scale3d(.9, .9, .9);
	}
	60% {
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(.97, .97, .97);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceRoop {
	from, 3%, 6%, 9%, 12%, 15% {
		animation-timing-function: cubic-bezier(0.615, 0.810, 0.455, 1.000);
	}
	from {
		transform: scale3d(.3, .3, .3);
	}
	3% {
		transform: scale3d(1.2, 1.2, 1.2);
	}
	6% {
		transform: scale3d(.9, .9, .9);
	}
	9% {
		transform: scale3d(1.03, 1.03, 1.03);
	}
	12% {
		transform: scale3d(.97, .97, .97);
	}
	15% {
		transform: scale3d(1, 1, 1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes splashSideMizu {
	from, 20%, 50%, to {
		transform: scale3d(1, 1, 1);
	}
	from {
		opacity: 0;
		bottom: -10vw;
	}
	20% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		bottom: 0;
	}
}

@keyframes splashSideMizuSp {
	from, 20%, 50%, to {
		transform: scale3d(1, 1, 1);
	}
	from {
		opacity: 0;
		bottom: -20vw;
	}
	20% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		bottom: 0;
	}
}

@keyframes splashSideShibuki {
	from, 20%, 50%, to {
		transform: scale3d(1, 1, 1);
	}
	from {
		opacity: 0;
		bottom: -6vw;
	}
	20% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		bottom: 6vw;
	}
}

@keyframes splashSideShibukiSp {
	from, 20%, 50%, to {
		transform: scale3d(1, 1, 1);
	}
	from {
		opacity: 0;
		bottom: -12vw;
	}
	20% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		bottom: 18vw;
	}
}





































/* 背景 */

div.contents-wrp {
	padding-bottom: 120px;
	background-color: #def6fe;
	background-image:
		url(../images/parts-bg.png);
	background-repeat:
		repeat;
	background-position:
		center center;
	background-size:
		auto;
}
@media screen and (max-width: 767px) {
	div.contents-wrp {
		padding-bottom: 40px;
		background-image:
			url(../images/parts-bg.png);
		background-repeat:
			repeat;
		background-position:
			center center;
		background-size:
			auto;
	}
}

/* コンテンツ */

.contents {
	position: relative;
	max-width: 760px;
	width: 100%;
	margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
	.contents {
		width: auto;
		max-width: none;
		margin: 20px 20px 0;
	}
}
.contents__box {
	position: relative;
	padding: 40px;
	border-radius: 20px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.contents__box {
		padding: 40px 20px 20px;
	}
}

.contents__lead {
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #0064a4;
}

@media screen and (max-width: 767px) {
	.contents__lead + .contents__lead {
		margin-top: 15px;
	}
}

.contents__list {
	position: relative;
	z-index: 2;
	margin-top: 40px;
}
.contents__list-row {
	position: relative;
	overflow: hidden;
}
.contents__list-label {
	position: absolute;
	left: 0;
	top: 0;
	width: 6.5em;
	padding: 5px 0;
	border-radius: 500px;
	background: #03a2df;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.contents__list-label {
		width: 5.5em;
		padding: 5px 0;
		font-size: 12px;
	}
}

.contents__list-text {
	padding: 0 0 15px;
	margin-left: 120px;
}
@media screen and (max-width: 767px) {
	.contents__list-text {
		margin-left: 80px;
	}
}
.contents__list-text > p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #0064a4;
}
@media screen and (max-width: 767px) {
	.contents__list-text > p {
		font-size: 14px;
	}
}
.contents__list-text > .contents__note {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.contents__list-text > .contents__note {
		margin-top: 10px;
		margin-left: 0;
		margin-right: 0;
	}
}
.contents__list-text > .contents__note > .txt-note {
	color: #0064a4;
}

.contents__body {
	position: relative;
	z-index: 2;
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #0064a4;
}

@media screen and (max-width: 767px) {
	.contents__body {
		margin-top: 20px;
	}
}

.contents__small {
	font-size: 80%;
	font-weight: inherit;
	color: inherit;
}

.contents__photo {
	position: relative;
	z-index: 2;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.contents__photo {
		margin-top: 40px;
	}
}

.contents__photo-img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.page__note {
	position: relative;
	z-index: 2;
	max-width: 760px;
	width: 100%;
	margin: 40px auto 0;
}

.page__note > .txt-note {
	color: #79533e;
}

@media screen and (max-width: 767px) {
	.note {
		max-width: none;
		width: auto;
		margin: 20px 20px 0;
	}
}

/* 文字詰め処理 */

.contents__lead {
	font-feature-settings: "palt";
	letter-spacing: 0;
}

.contents__list-text,
.contents__body,
.txt-note {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

/* SPのみの改行 */

@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}
