@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;
}
/* h2 {
	margin-top: -20vw;
	padding-top: 20vw;
} */
/* navi */
#navi {
	width: 100%;
	height: 20vw;
	z-index: 999;
	position: relative;
	position: fixed;
}
#navi.fixed {
	/* background: rgba(106, 106, 106, 0.5); */
}
#navi ul {
	/* width: 93.9%; */
	display: flex;
  flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
}
#navi li {
	width: calc(100% / 2)
}
/* #navi li:first-child {
  width: 25.067%;
}
#navi li:last-child {
  width: 25.067%;
} */
#navi a:hover {
	opacity: 0.9;
}
/* .anc-link {
  padding-top: 25.067vw;
  margin-top: -25.067vw;
} */
.main_image {
  position: relative;
}
.main_image h1 {
  /* position: absolute;
  top: 72.934vw;
  left: 6.4%;
  width: 93.467%; */
  width: 100%;
}
/* contents */
.bg01 {
  background: #e60012;
  padding: 6vw 0 8.667vw;
}
.title01 {
  width: 90.8%;
  margin: 0 auto;
}
.title02 {
  width: 90.8%;
  margin: 8vw auto 0;
}
.content {
  position: relative;
  width: 90.8%;
  margin: 5.333vw auto 0;
}
.content:not(:first-of-type) {
  margin-top: 8vw;
}
.btn01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.2vw;
  width: 84.729%;
  margin: 0 auto;
}
.btn02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vw;
  width: 89.281%;
  margin: 0 auto;
}
.btn03 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7.467vw;
  width: 89.281%;
  margin: 0 auto;
}
.btn04 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8vw;
  width: 89.281%;
  margin: 0 auto;
}
.btn05 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.4vw;
  width: 89.281%;
  margin: 0 auto;
}
.bg02 {
  background: #f1622c;
  padding: 7.334vw 0 8vw;
}
.bnr {
  width: 90.8%;
  margin: 0 auto;
}
.bnr:not(:first-of-type) {
  margin-top: 8vw;
}

/* foot link */
footer {
	background: #fff000;
}
footer div {
	padding: 0 4%;
}
.foot_link,
.foot_copy div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot_link,
.foot_copy {
	padding-top: 4.67vw;
}
.foot_link {
	background: #fff000;
}
.foot_link p {
	width: 44vw;
	margin-bottom: 5vw;
	color: #000;
	font-weight: 400;
}
.foot_link span {
	margin-bottom: 0.75em;
	display: block;
	font-weight: 700;
}
.foot_copy {
	background: #fff;
}
.foot_copy div p {
	width: 53.334vw;
}
.foot_copy div p:last-child {
	/* width: 28.46%; */
}
.foot_copy > p {
	padding: 2.5em 0 2em;
	text-align: center;
}

#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;
}

/* font-size */
.foot_link p {
	font-size: 2.13vw;
}
.foot_copy p {
	font-size: 1.73vw;
}
/* pc */
@media (min-width: 751px) {
	body {
		/* background: url("../images/bg_pc.png") center top no-repeat;
		background-size: 1920px; */
    background: #e60012;
		background-attachment: fixed;
	}
	header {
		width: 540px;
		margin: 0 auto;
		/* background: #fff; */
	}
	.wrap {
		max-width: 540px;
    width: 100%;
		margin: 0 auto;
	}
	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
	}
	/* h2 {
		margin-top: -108px;
		padding-top: 108px;
	} */
  /* navi */
  #navi {
    width: 540px;
    height: 108px;
    margin: 0 auto;
  }
  /* KV */
	.main_image {
    position: relative;
		width: 540px;
	}
  .main_image h1 {
    top: 394px;
  }
  /* contents */
  .bg01 {
    padding: 34px 0 47px;
  }
  .title02 {
    margin-top: 42px;
  }
  .content {
    margin-top: 28px;
  }
  .content:not(:first-of-type) {
    margin-top: 42px;
  }
  .btn01 {
    bottom: 28px;
  }
  .btn02 {
    bottom: 20px;
  }
  .btn03 {
    bottom: 38px;
  }
  .btn04 {
    bottom: 48px;
  }
  .btn05 {
    bottom: 35px;
  }
  .bg02 {
    padding: 39px 0 42px;
  }
  .bnr:not(:first-of-type) {
    margin-top: 42px;
  }

  /* foot link */
	footer {
		width: 540px;
		margin: 0 auto;
	}
	.foot_link,
	.foot_copy {
		padding-top: 25px;
	}
	.foot_link p {
		width: 238px;
		margin-bottom: 16px;
	}
	.pc_only {
		display: block !important;
	}
	.sp_only {
		display: none !important;
	}
/* font-size */
	.foot_link p {
		font-size: 1.2rem;
	}
	.foot_copy p {
		font-size: 1.3rem;
	}
  .foot_copy div p {
    width: 290px;
  }
}


/* 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;
	} */
}


