@charset "UTF-8";
html {
	overflow-x: hidden;
}
a:hover img {
	opacity: 0.8;
}
/* animation */
.inVtop {
	transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: 0.4s;
}
.inV {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVright {
	transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVleft {
	transform: translate(-40px, 0);
	-webkit-transform: translate(-40px, 0);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVopen {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
	transition-delay: 0.8s;
}
.inValpha {
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: 2.8s;
	transition-delay: 0.4s;
}
.inSc,
.inVp,
.inVsc {
	transform: scale(.8);
	filter: alpha( opacity=0 );
	opacity: 0;
	transition: .3s;
	transition-delay: 1s;
}
.inAnime {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}
.zoom {
	opacity: 0;
}
.zoom.is-animated {
	animation: zoom 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
	/*animation-delay: 0.5s;*/
}
@keyframes zoom {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
/*
	50% {
		transform: scale(1.05);
	}
	65% {
		transform: scale(0.9);
	}
*/
	100% {
		transform: scale(1);
	}
	20%,
	100% {
		opacity: 1;
	}
}
.inV01 {
	transition-delay: 1.5s;
}
.inV02 {
	transition-delay: 1.75s;
}

body {
	overflow-x: hidden;
	/* font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif; */
}
header {
	top: 0;
	width: 100vw;
	position: relative;
}
header .logo {
	width: 31.64%;
}
article {
	width: 100vw;
	margin: 0 auto;
}
section {
	overflow-x: hidden;
	padding-bottom: 1.33vw;
	position: relative;
}
/* navi */
#navi {
	width: 100%;
	/* height: 27.067vw; */
	z-index: 999;
	position: relative;
	position: fixed;
  padding: 0;
}
/* #navi.fixed {
	background: rgba(106, 106, 106, 0.5);
} */
#navi ul {
	display: flex;
  margin: 0;
  padding: 0;
}
#navi li {
	width: calc(100% / 3);
}
#navi a:hover {
	opacity: 0.9;
}
.main_image {
  position: relative;
}
.bg01 {
  background: #87c33c;
  padding-bottom: 6.667vw;
}
.fig01 {
  position: relative;
  width: 86.8%;
  margin: 6.667vw auto 0;
}
.fig01-btn {
  width: 76.959%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.667vw;
}
.fig02 {
  position: relative;
  width: 86.8%;
  margin: 2.667vw auto 0;
}
.fig02-btn {
  width: 76.959%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.667vw;
}
.fig03 {
  position: relative;
  width: 86.8%;
  margin: 2.667vw auto 0;
}
.fig03-btn {
  width: 76.959%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.667vw;
}
.fig04 {
  position: relative;
  width: 86.8%;
  margin: 2.667vw auto 0;
}
.fig04-btn {
  width: 76.959%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.667vw;
}
.bg02 {
  background: #312287;
  padding-bottom: 4.667vw;
}
.fig06 {
  width: 90.8%;
  margin: 4.667vw auto 0;
}
.fig06-btn {
  width: 90.8%;
  margin: 4.667vw auto 0;
}
.fig07 {
  width: 90.8%;
  margin: 9.334vw auto 0;
}
.fig07-btn {
  width: 90.8%;
  margin: 4.667vw auto 0;
}
.bg03 {
  background: #f4a000;
  padding: 7.334vw 0 4.667vw;
}
.title {
  width: 85.6%;
  margin: 0 auto;
}
.fig08 {
  width: 90.8%;
  margin: 6vw auto 0;
}
.bg04 {
  background: #e4007f;
  padding-bottom: 4.667vw;
}
.fig09 {
  width: 90.8%;
  margin: 4.667vw auto 0;
}
.fig09-btn {
  width: 90.8%;
  margin: 4.667vw auto 0;
}
.bg05 {
  background: #7accf3;
  padding: 4vw 0;
}
.bnr {
  width: 92.4%;
  margin: 3.067vw auto 0;
}
.bnr:first-of-type {
  margin-top: 0;
}

/* foot link */
.footer {
  padding-top: 2vw;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-inner-logo {
  margin-left: 6.667%;
  width: 46.934%;
}
.footer-inner-text {
  width: 46.399%;
	color: #000;
  padding-left: 1em;
  font-size: 1.73vw;
}
.footer-inner-text span {
	margin-bottom: 0.5em;
	display: block;
	font-weight: bold;
}
.footer-copy {
  text-align: center;
  font-size: 1.73vw;
  padding: 2.667vw 0 4vw;
}


#page_top {
	width: 60px;
	height: 60px;
	text-decoration: none;
	position: fixed;
	right: 0;
	bottom: -60px;
	opacity: 0.6;
	z-index: 100;
}
#page_top i {
	font-weight: 900;
	font-size: 50px;
	color: #333;
}
#page_top img {
	width: 13.2vw;
}
.center {
	text-align: center;
}
.pc_only {
	display: none !important;
}
.sp_only {
	display: block !important;
}


/* pc */
@media (min-width: 751px) {
	body {
		background: url("../images/bg_pc.png") center top no-repeat;
		background-size: 1920px;
		background-attachment: fixed;
	}
	header {
		width: 540px;
		margin: 0 auto;
		background: #fff;
	}
	.wrap {
		max-width: 540px;
    width: 100%;
		margin: 0 auto;
		/*box-shadow: 10px 0px 10px -10px rgba(3, 0, 0, 0.5), -10px 0px 10px -10px rgba(3, 0, 0, 0.5);*/
	}
	main {
		width: 540px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		background: #fff;
	}
	article {
		width: 540px;
		position: relative;
		z-index: 1;
	}
	section {
		padding-bottom: 10px
	}
  /* navi */
  #navi {
    width: 540px;
    margin: 0 auto;
  }
  /* KV */
  .main_image {
    position: relative;
    width: 540px;
  }
  .bg01 {
    padding-bottom: 35px;
  }
  .fig01 {
    margin-top: 35px;
  }
  .fig01-btn {
    bottom: 14px;
  }
  .fig02 {
    margin-top: 14px;
  }
  .fig02-btn {
    bottom: 14px;
  }
  .fig03 {
    margin-top: 14px;
  }
  .fig03-btn {
    bottom: 14px;
  }
  .fig04 {
    margin-top: 14px;
  }
  .fig04-btn {
    bottom: 14px;
  }
  .bg02 {
    padding-bottom: 25px;
  }
  .fig06 {
    margin-top: 25px;
  }
  .fig06-btn {
    margin-top: 25px;
  }
  .fig07 {
    margin-top: 50px;
  }
  .fig07-btn {
    margin-top: 25px;
  }
  .bg03 {
    padding: 40px 0 25px;
  }
  .fig08 {
    margin-top: 30px;
  }
  .bg04 {
    padding-bottom: 25px;
  }
  .fig09 {
    margin-top: 25px;
  }
  .fig09-btn {
    margin-top: 25px;
  }
  .bg05 {
    padding: 26px 0;
  }
  .bnr {
    margin-top: 24px;
  }
  .bnr:first-of-type {
    margin-top: 0;
  }

  /* foot link */
	footer {
		width: 540px;
		margin: 0 auto;
	}
	.pc_only {
		display: block !important;
	}
	.sp_only {
		display: none !important;
	}
  .footer {
    padding-top: 10px;
  }
  .footer-inner-text {
    font-size: 1.3rem;
  }
  .footer-copy {
    font-size: 1.3rem;
    padding: 15px 0 20px;
  }
}





/* footer */
/* footer_pc */
@media (min-width: 751px) {
}
/* 2x */
@media (min-width: 1921px) {
	body {
		background: url("../images/bg_pc2x.png") center top no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
}


