@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% / 3)
}
/* #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: #c8692d;
  padding: 4.667vw 0 0;
}
.title01 {
  width: 91.334%;
  margin: 0 auto;
}
.content {
  position: relative;
  width: 91.067%;
  margin: 0 auto;
}
.event {
  margin-top: 6.667vw;
}
.event:first-of-type {
  margin-top: 3.6vw;
}
.event-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.067vw;
  width: 81.067vw;
  margin: 0 auto;
}
.event-other-btn {
  width: 81.067vw;
  margin: 13.334vw auto 12.8vw;
}

.bg02 {
  background: #af4da5;
  padding: 5.334vw 0 0;
}
.title02 {
  width: 91.067%;
  margin: 0 auto;
}
.goods:first-of-type {
  margin-top: 1.734vw;
}
.goods-btn01 {
  position: absolute;
  right: 0.4vw;
  bottom: 0;
  width: 60.4vw;
}
.goods-btn02 {
  position: absolute;
  right: 0.4vw;
  bottom: 0.4vw;
  width: 60.4vw;
}
.goods-bg {
  margin-top: 13.334vw;
}

.bg03 {
  background: #5c9f61;
  padding: 5.334vw 0 13.334vw;
}
.title03 {
  width: 91.067%;
  margin: 0 auto;
}
.info {
  margin-top: 4.934vw;
}
.info-btn01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.267vw;
  width: 81.067vw;
  margin: 0 auto;
}
.info-btn02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.467vw;
  width: 81.067vw;
  margin: 0 auto;
}


/* 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-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-top: 25px;
  }
  .event {
    margin-top: 35px;
  }
  .event:first-of-type {
    margin-top: 20px;
  }
  .event-btn {
    bottom: 16px;
    width: 438px;
  }
  .event-other-btn {
    width: 438px;
    margin: 70px auto 69px;
  }

  .bg02 {
    padding-top: 26px;
  }

  .goods:first-of-type {
    margin-top: 10px;
  }
  .goods-btn01 {
    right: 3px;
    width: 324px;
  }
  .goods-btn02 {
    right: 3px;
    bottom: 3px;
    width: 324px;
  }
  .goods-bg {
    margin-top: 70px;
  }

  .bg03 {
    padding: 26px 0 70px;
  }
  .info {
    margin-top: 27px;
  }
  .info-btn01 {
    bottom: 33px;
    width: 438px;
  }
  .info-btn02 {
    bottom: 8px;
    width: 438px;
  }
  /* 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;
	}
}


