@charset "UTF-8";

#back {
	background-image: url("images/backimg2.jpg") !important;
}


/* -------------------------------------------------------------------------- */
/* -- article -- */
article h1,footer {
	color: #fff;
}
article h1::after {
	background-color: #fff;
}
article section {
	line-height: 2.2em;
}
body:not(.sphone) article {
	padding-bottom: 10rem;
}
body:not(.sphone) article h1 {
	margin-bottom: 5rem;
}
.sphone article {
	padding-bottom: 44%;
}
.sphone article h1 {
	margin-bottom: 16%;
	font-size: 2.6em !important;
}


/* -------------------------------------------------------------------------- */
/* -- .cont -- */
article section.cont {
	position: relative;
}
article section.cont:not(:first-of-type) {
	opacity: 0;
}
article section.cont.motion {
	animation: anime1 .8s cubic-bezier(.52,.07,.46,.86) forwards;
}
@keyframes anime1 {
	0%    {
		opacity: 0;
		transform: translate(0, 20px);
	}
	100%  {
		opacity: 1;
		transform: translate(0, 0);
	}
}
body:not(.sphone) article section.cont {
	margin-top: 2rem;
}


/* -------------------------------------------------------------------------- */
/* -- .imgItem -- */
article .imgItem {
	position: relative;
	overflow: hidden;
}
article .imgItem img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
article .imgItem img.motion {
	animation: motion 1.2s cubic-bezier(.52,.07,.46,.86) forwards;
}
@keyframes motion {
	0%    {
		top: 0;
	}
	100%  {
		top: -40px;
	}
}
/* ----------------------------- */
body:not(.sphone) article .cont .imgItem {
	width: 60vw;
	height: 30vw;
}
body:not(.sphone) article .cont .imgItem.item2 {
	position: absolute;
	z-index: 6;
	right: 2%;
	top: -40%;
	width: 35vw;
	height: 20vw !important;
}
body:not(.sphone) article .cont .imgItem.itemaw_2 {
	position: absolute;
	z-index: 6;
	right: 2%;
	top: -34%;
	width: 35vw;
	height: 18vw !important;
}
body:not(.sphone) article .cont:nth-of-type(even) .imgItem {
	margin-left: 40%;
}
/* ----------------------------- */
.sphone article .imgItem {
	width: 100%;
	height: 54vw;
	margin-top: 6%;
}


/* -------------------------------------------------------------------------- */
/* -- .txt -- */
article section.cont:not(:first-of-type) .txt img {
	opacity: 0;
}
article .txt img {
	width: 100%;
	height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
article section .txt.txt1 img {
	padding-top: 26.5%;
	background-image: url("images/txt1.png");
}
article section .txt.txt2 img {
	padding-top: 26%;
	background-image: url("images/txt2.png");
}
article section .txt.txt3 img {
	padding-top: 41%;
	background-image: url("images/txt3.png");
}
article section .txt.txt_aw1 img {
	padding-top: 55%;
	background-image: url("images/txt_aw1.png");
}
article section .txt.txt_aw2 img {
	padding-top: 44%;
	background-image: url("images/txt_aw2.png");
}
article section .txt.txt_aw3 img {
	padding-top: 25%;
	background-image: url("images/txt_aw3.png");
}

article .txt.txt4 {
	opacity: 0;
}
body:not(.sphone) article .txt.txt4 img {
	background-image: url("images/txt4_pc.png");
}
.sphone article .txt.txt4 img {
	background-image: url("images/txt4_sp.png");
}

article section .txt img.motion {
	animation: anime2 1.2s cubic-bezier(.52,.07,.46,.86) forwards;
}
@keyframes anime2 {
	0%    {
		opacity: 0;
		transform: translate(0, 2rem);
	}
	100%  {
		opacity: 1;
		transform: translate(0, 0);
	}
}

/* ----------------------------- */
body:not(.sphone) section.cont .txt {
	position: absolute;
	z-index: 5;
	top: 3vw;
	width: 31vw;
}
body:not(.sphone) section.cont:nth-of-type(odd) .txt {
	left: 62vw;
}
body:not(.sphone) section.cont:nth-of-type(even) .txt {
	left: 9vw;
}
body:not(.sphone) article .txt.txt4 {
	width: 50%;
	margin: 12rem auto 0;
}
body:not(.sphone) article .txt.txt4 img {
	padding-top: 5%;
}

/* ----------------------------- */
.sphone section.cont .txt {
	margin: 10% 3vw;
}
.sphone article .txt.txt4 {
	margin: 30% 3vw 0;
}
.sphone article .txt.txt4 img {
	padding-top: 16%;
}





/* -------------------------------------------------------------------------- */
/* -- .btn -- */
.btn a {
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	color: #191919;
	background-color: #fff;
	background-position: 95% center;
}
.btn.btnNext a {
	background-image: url("../images/arrow_right_b.png");
	background-position: 95% center;
}
.btn.btnNext a:hover,.btn.btnNext a:focus {
	background-position: 98% center;
}
.btn.btnBack a {
	background-image: url("../images/arrow_left_b.png");
	background-position: 5% center;
}
.btn.btnBack a:hover,.btn.btnBack a:focus {
	background-position: 2% center;
}
body:not(.sphone) .btn a {
	width: 30em;
}
.sphone .btn a {
	width: 94vw;
}











