@charset "utf-8";
/* CSS Document */
body {
	padding-bottom: 72px;
}
 @media screen and (min-width: 1280px) {
body {
	padding-bottom: 0;
}
}
/* ==============================================================
   #あにめ
   ============================================================== */
.fade-in {
	opacity: 0;
}
.fade-in[data-emergence=visible] {
	-webkit-animation: fade-in 0.6s ease-out forwards;
	animation: fade-in 0.6s ease-out forwards;
}
 @-webkit-keyframes fade-in {
 0% {
 -webkit-transform: translate3d(0, 64px, 0);
 transform: translate3d(0, 64px, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
}
}
@keyframes fade-in {
 0% {
 -webkit-transform: translate3d(0, 64px, 0);
 transform: translate3d(0, 64px, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
/* ==============================================================
   #コンテンツ
   ============================================================== */
.oc-btn-wrap {
	background-color: rgba(0,0,0,0.9);
	height: 72px;
	padding: 5px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
}
.oc-btn-wrap .fw-btn {
	background-color: #FFF;
	border: #E60014 solid 2px;
	border-radius: 4px;
	font-weight: bold;
	color: #E60014;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 64px;
	max-width: 375px;
	margin: auto;
}
.oc-btn-wrap .fw-btn:hover {
	background-color: #E60014;
	color: #FFF;
}
.oc-btn-wrap .fw-btn img {
	width: 72px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
 @media screen and (min-width: 1280px) {
.oc-btn-wrap {
	display: none;
}
}
#logo {
	background-color: #000;
	height: 60px;
	width: 100%;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#logo img {
	display: block;
	height: 16px;
	width: auto;
	margin: auto;
}
 @media screen and (min-width: 1280px) {
#logo {
}
#logo img {
	height: 22px;
}
}

.fade-in + .fade-in {
	margin-top: 40px;
}

figure {
	text-align: center;
}
figure img {
	margin: auto;
}
 @media screen and (min-width: 1280px) {
figure + figure {
	margin-top: 64px;
}
.fade-in + .fade-in {
	margin-top: 64px;
}
}





.content-1 {
	background-image: url(../imgs/index/bg.jpg);
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
}

 @media screen and (min-width: 1280px) {
.content-1 {
	background-image: url(../imgs/index/bg.jpg);
	background-size: cover;
	background-position: center top;
	display: flex;
	align-items: center;
	justify-content: center;
}


}


.content-2 {
background-image: url(../imgs/index/bg_05.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: repeat-y;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 0 32px;
	z-index: 4;
}

.mov {
	margin-top: 24px;
}
 @media screen and (min-width: 1280px) {
.content-2 {
	padding: 0 0 60px;
}
.mov {
	margin-top: -56px;
}

}

.content-3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 48px 0;
	z-index: 3;
}
 @media screen and (min-width: 1280px) {
.content-3 {
	padding: 120px 0;
	z-index: 3;
}
}


.content-4 {
	background-image: url(../imgs/index/bg_04.jpg);
	background-size: auto 100%;
	background-position: center bottom;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
}
 @media screen and (min-width: 1280px) {
.content-4 {
	padding: 120px 0;
}
}


.content-5 {
	background-color: #fad8ca;
	padding: 60px 0;
}
 @media screen and (min-width: 1280px) {
.content-5 {
	padding: 120px 0;
}
}
.content-6 {
background-image: url(../imgs/index/bg_05.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: repeat-y;
	padding: 60px 0;
}
 @media screen and (min-width: 1280px) {
.content-6 {
	padding: 120px 0;
}
}
.content-7 {
	background-color: #000;
	background-image: url(../imgs/index/bg_03.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 60px 0;
}
 @media screen and (min-width: 1280px) {
.content-7 {
	background-size: 100% auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 750px;
	padding: 0;
}
}
footer {
	background-color: #000;
	text-align: center;
}
footer p {
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	margin: auto;
	padding: 12px;
}
/* ==============================================================
   #ページの先頭に戻る
   ============================================================== */
.fw-page-top,
.fw-page-bottom {
	position: fixed;
	margin: auto;
	right: 5px;
	bottom: 20px;
	z-index: 300;
}
.fw-page-top {
	bottom: 77px;
}
.fw-page-top a,
.fw-page-bottom a {
	background-color: #E60014;
	border: #E60014 solid 2px;
	border-radius: 4px;
	display: block;
	width: 40px;
	height: 40px;
}
.fw-page-top a::before,
.fw-page-bottom a::before {
	content: "";
	border-top: #FFF solid 2px;
	border-left: #FFF solid 2px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: auto;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
}
.fw-page-bottom a::before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 0;
	bottom: 5px;
}
.fw-page-top a:hover,
.fw-page-bottom a:hover {
	background-color: #E60014;
	border: #E60014 solid 2px;
}
.fw-page-top a:hover::before,
.fw-page-bottom a:hover::before {
	border-top: #FFF solid 2px;
	border-left: #FFF solid 2px;
}
 @media screen and (min-width: 1280px) {
.fw-page-top,
.fw-page-bottom {
	right: 20px;
	bottom: 30px;
}
.fw-page-top {
	bottom: 20px;
}
.fw-page-top a,
.fw-page-bottom a {
	width: 56px;
	height: 56px;
}
}
