@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: 2.4vw 0;
}
/* #navi.fixed {
	background: rgba(106, 106, 106, 0.5);
} */
#navi ul {
	display: flex;
  margin: 0;
  padding: 0;
}
#navi li {
	width: 30.267%;
  margin-left: 2.29975%;
}

#navi a:hover {
	opacity: 0.9;
}
.main_image {
  position: relative;
}
.main_image-btn {
  position: absolute;
  bottom: 7.6vw;
  left: 0;
  right: 0;
  width: 86%;
  margin: 0 auto;
}
.bg01 {
  background: #0b57a6;
  padding: 4vw 0 13.334vw;
}
.insta {
  width: 94.8%;
  margin: 0 auto;
}
.special-ttl {
  width: 94.8%;
  margin: 10.667vw auto 0;
}
.special {
  position: relative;
  width: 94.8%;
  margin: 10.4vw auto 0;
}
.special-btn01 {
  position: absolute;
  bottom: 27.334vw;
  left: 0;
  right: 0;
  width: 90.718%;
  margin: 0 auto;
}
.special-btn02 {
  position: absolute;
  bottom: 8.4vw;
  left: 0;
  right: 0;
  width: 90.718%;
  margin: 0 auto;
}
.bg02 {
  background: #00a23a;
  padding: 8vw 0 13.334vw;
}
.campaign-ttl {
  width: 94.8%;
  margin:0 auto;
}
.campaign {
  width: 94.8%;
  margin: 7.734vw auto 0;
}
.campaign-btn01 {
  width: 86%;
  margin: 6.667vw auto 0;
}
.campaign-btn02 {
  width: 86%;
  margin: 4vw auto 0;
}
.campaign-end {
  margin-top: 4vw;
}
.bg03 {
  background: #b62f8b;
  padding: 8vw 0 13.334vw;
}
.event-ttl {
  width: 94.8%;
  margin:0 auto;
}
.event {
  position: relative;
  width: 94.8%;
  margin: 10vw auto 0;
}
.event-btn {
  position: absolute;
  bottom: 9.334vw;
  left: 0;
  right: 0;
  width: 90.718%;
  margin: 0 auto;
}
.tab {
  width: 86.667%;
  margin: 10vw auto 0;
}
.tab_list {
	display: flex;
	justify-content: space-between;
  align-items: flex-end;
}
.tab_list button {
	padding: 0;
	border: none;
	text-align: center;
	cursor: pointer;
  width: 28.534vw;
  height: 19.334vw;
  position: relative;
}
.btn_e01 {
	background: url("../images/tab_01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e02 {
	background: url("../images/tab_02.png");
  background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e03 {
	background: url("../images/tab_03.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn_e01.btn_active {
	background: url("../images/tab_01_a.png");
	background-position: center bottom;
	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: #0b57a6 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");
	background-position: center bottom;
	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: #00a23a 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");
	background-position: center bottom;
	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: #e84734 transparent transparent transparent;
  border-width: 4.5vw 2.4vw 0 2.4vw;
  z-index: 10;
}
.tab_cont {
	display: none;
}
.cont_active {
	display: block;
}
.tab-fig {
  width: 100%;
  position: relative;
}
.tab-btn {
  position: absolute;
  bottom: 4.8vw;
  left: 0;
  right: 0;
  width: 80.308%;
  margin: 0 auto;
}
.pickup {
  background: #7bd2af;
  padding: 10vw 0 9.334vw;
}
.pickup-ttl {
  width: 45.334%;
  margin: 0 auto;
}
.pickup-bnr {
  width: 90.8%;
  margin: 5.334vw auto 0;
}
.pickup-bnr:first-of-type {
  margin-top: 8vw;
}
.pickup-list {
  width: 90.667%;
  display: flex;
  justify-content: space-between;
  margin: 9.067vw 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;
	}
	article {
		width: 540px;
		position: relative;
		z-index: 1;
	}
	section {
		padding-bottom: 10px
	}
  /* navi */
  #navi {
    width: 540px;
    margin: 0 auto;
    padding: 14px 0;
  }
  /* KV */
	.main_image {
    position: relative;
		width: 540px;
	}
  .main_image-btn {
    bottom: 40px;
  }
  .bg01 {
    padding: 21px 0 75px;
  }
  .special-ttl {
    margin-top: 57px;
  }
  .special {
    margin-top: 55px;
  }
  .special-btn01 {
    bottom: 148px;
  }
  .special-btn02 {
    bottom: 46px;
  }
  .bg02 {
    padding: 42px 0 75px;
  }
  .campaign {
    margin-top: 40px;
  }
  .campaign-btn01 {
    margin-top: 32px;
  }
  .campaign-btn02 {
    margin-top: 20px;
  }
  .campaign-end {
    margin-top: 20px;
  }
  .bg03 {
    padding: 44px 0 75px;
  }
  .event {
    margin-top: 49px;
  }
  .event-btn {
    bottom: 48px;
  }
  .tab {
    margin-top: 52px;
  }
  .tab_list button {
    width: 154px;
    height: 104px;
  }
  .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;
  }
  .tab-btn {
    bottom: 27px;
  }
  .pickup {
    padding: 55px 0 50px;
  }
  .pickup-bnr {
    margin-top: 30px;
  }
  .pickup-bnr:first-of-type {
    margin-top: 45px;
  }
  .pickup-list {
    margin-top: 48px;
  }
  .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;
	}
}


