@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: 4vw 0 0;
  /* margin-top: 4vw; */
}
/* #navi.fixed {
	background: rgba(106, 106, 106, 0.5);
} */
#navi ul {
	display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#navi li {
	width: 30.8%;
}
#navi li:nth-child(2) {
  margin: 0 1.9%;
}
#navi a:hover {
	opacity: 0.9;
}
.main_image {
  position: relative;
}
.event-bg {
  background: url(../images/bg01.png) center top repeat-y;
  background-size: 100% auto;
  padding: 4.667vw 0 6.667vw;
}
.ttl {
  width: 93.467%;
  margin: 0 auto;
}
.fig {
  width: 91.867%;
  margin: 0 auto;
}
.btn {
  width: 90.8%;
  margin: 3.334vw auto 0;
}
.mt30 {
  margin-top: 4vw;
}
.mt45 {
  margin-top: 6vw;
}
.event-fig {
  position: relative;
  width: 86.8%;
  margin: 6.667vw auto 0;
}
.event-btn {
  width: 76.959%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vw;
}
.campaign-bg {
  background: url(../images/bg02.png) center top repeat-y;
  background-size: 100% auto;
  padding: 5.334vw 0 6.667vw;
}
.info-bg {
  background: url(../images/bg03.png) center top repeat-y;
  background-size: 100% auto;
  padding: 5.334vw 0 6.667vw;
}

/* foot link */
.footer {
  padding-top: 2vw;
}
.footer-inner {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.footer-inner-logo {
  margin-left: 6%;
  width: 48.534%;
}
.footer-inner-text {
  width: 45.466%;
	color: #000;
  padding-left: 2em;
  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;
    padding-top: 20px;
  }
  /* KV */
  .main_image {
    position: relative;
    width: 540px;
  }
  .event-bg {
    padding: 25px 0 38px;
  }
  .btn {
    margin-top: 17px;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mt45 {
    margin-top: 34px;
  }
  .event-fig {
    margin-top: 36px;
  }
  .event-btn {
    bottom: 22px;
  }
  .campaign-bg {
    padding: 29px 0 39px;
  }
  .info-bg {
    padding: 29px 0 39px;
  }
  /* 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;
	}
}


