@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: 2vw 0;
}
/* #navi.fixed {
	background: rgba(106, 106, 106, 0.5);
} */
#navi ul {
	display: flex;
  margin: 0;
  padding: 0;
}
#navi li {
	width: 30.8%;
  margin-left: 1.734%;
}
#navi li:first-child {
  margin-left: 2.4%;
}
#navi a:hover {
	opacity: 0.9;
}
.main_image {
  position: relative;
}
.bg01 {
  background: #ffe100;
  padding: 4.667vw 0;
}
.fig01 {
  width: 90.667%;
  margin: 0 auto;
}
.fig01-btn {
  width: 90.667%;
  margin: 4.8vw auto 0;
}
.bg02 {
  background: #00aeeb;
  padding: 4vw 0 4.667vw;
}
.fig02 {
  width: 92.267%;
  margin: 0 auto;
}
.fig02-btn {
  width: 90.667%;
  margin: 3.867vw auto 0;
}
.bg03 {
  background: #ffe100;
  padding: 6.667vw 0;
}
.event {
  position: relative;
  z-index: 1;
}
.event-btn {
  position: absolute;
  bottom: 4.667vw;
  left: 0;
  right: 0;
  width: 76.924%;
  margin: 0 auto;
}
.tab {
  width: 86.667%;
  margin: 0 auto;
}
.tab_list {
	display: flex;
	justify-content: space-between;
}
.tab_list button {
	padding: 0;
	border: none;
	text-align: center;
	cursor: pointer;
  width: 28.534vw;
  height: 17.334vw;
  position: relative;
}
.btn_e01 {
	background: url("../images/tab_01.png"), #00aeeb;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e02 {
	background: url("../images/tab_02.png"), #00be50;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e03 {
	background: url("../images/tab_03.png"), #e6326e;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e01.btn_active {
	background: url("../images/tab_01_a.png"), #00aeeb;;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e01.btn_active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4vw;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00aeeb transparent transparent transparent;
  border-width: 4.5vw 2.4vw 0 2.4vw;
  z-index: 10;
}
.btn_e02.btn_active {
	background: url("../images/tab_02_a.png"), #00be50;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e02.btn_active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4vw;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00be50 transparent transparent transparent;
  border-width: 4.5vw 2.4vw 0 2.4vw;
  z-index: 10;
}
.btn_e03.btn_active {
	background: url("../images/tab_03_a.png"), #e6326e;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e03.btn_active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4vw;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e6326e transparent transparent transparent;
  border-width: 4.5vw 2.4vw 0 2.4vw;
  z-index: 10;
}
.tab_cont {
	display: none;
}
.cont_active {
	display: block;
}
.bg04 {
  background: #00aeeb;
  padding: 4vw 0 4.667vw;
}
.fig03 {
  width: 92.267%;
  margin: 0 auto;
}
.fig03-btn {
  width: 90.667%;
  margin: 4vw auto 0;
}
.bg05 {
  background: #ffe100;
  padding: 4vw 0;
}
.fig04 {
  width: 94.8%;
  margin-left: 3.734%;
}
.fig04-btn {
  width: 90.667%;
  margin: 4vw auto 0;
}
.pickup {
  margin-top: 12.4vw;
  background: url("../images/bg_pickup.png") center top no-repeat;
  background-size: 100% auto;
}
.pickup h2 {
  width: 50.934%;
  margin: 0 auto;
  padding: 2.267vw 0 0;
}
.pickup-bnr {
  width: 90.667%;
  margin: 6.667vw auto 0;
}
.pickup-bnr:first-of-type {
  margin-top: 8vw;
}
.pickup-list {
  width: 90.667%;
  display: flex;
  justify-content: space-between;
  margin: 4vw auto 0;
}
.pickup-list p {
  width: 44.267vw;
}

/* foot link */
.foot_link,
.foot_copy div {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
  justify-content: space-between;
}
.foot_link,
.foot_copy {
	padding-top: 4.67vw;
}
.foot_link {
	background: #fff000;
}
.foot_copy p {
	width: 44vw;
	color: #000;
	font-weight: 400;
}
.foot_copy span {
	margin-bottom: 0.75em;
	display: block;
	font-weight: 700;
}
.foot_copy {
	background: #fff;
}
.foot_copy div {
  padding: 0 !important;
}
.foot_copy div p {
	width: 41.334%;
  margin-left: 4%;
}
.foot_copy div p:last-child {
	width: 50.666%;
  /* margin-left: 2.667%; */
  margin-right: 4%;
}
.foot_copy > p {
  width: 100%;
	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;
		/*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: 10px 0;
  }
  /* KV */
	.main_image {
    position: relative;
		width: 540px;
	}
  .bg01 {
    padding: 25px 0;
  }
  .fig01-btn {
    margin-top: 25px;
  }
  .bg02 {
    padding: 20px 0 25px;
  }
  .fig02-btn {
    margin-top: 20px;
  }
  .bg03 {
    padding: 36px 0;
  }
  .event-btn {
    bottom: 25px;
  }
  .tab_list button {
    width: 154px;
    height: 94px;
  }
  .btn_e01.btn_active:after {
    bottom: -22px;
    border-width: 24px 12px 0 12px;
  }
  .btn_e02.btn_active:after {
    bottom: -22px;
    border-width: 24px 12px 0 12px;
  }
  .btn_e03.btn_active:after {
    bottom: -22px;
    border-width: 24px 12px 0 12px;
  }
  .bg04 {
    padding: 20px 0 26px;
  }
  .fig03-btn {
    margin-top: 20px;
  }
  .bg05 {
    padding: 20px 0;
  }
  .fig04-btn {
    margin-top: 20px;
  }
  .pickup {
    margin-top: 67px;
  }
  .pickup h2 {
    padding-top: 13px;
  }
  .pickup-bnr {
    margin-top: 35px;
  }
  .pickup-bnr:first-of-type {
    margin-top: 40px;
  }
  .pickup-list {
    margin-top: 22px;
  }
  .pickup-list p {
    width: 239px;
  }
  /* foot link */
	footer {
		width: 540px;
		margin: 0 auto;
	}
	.pc_only {
		display: block !important;
	}
	.sp_only {
		display: none !important;
	}
  .foot_link,
  .foot_copy {
    padding-top: 25px;
  }
/* font-size */
	.foot_link p {
		font-size: 1.2rem;
	}
	.foot_copy p {
		font-size: 1.3rem;
	}
}


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


