@charset "utf-8";
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
img {
  width: 100%;
}
figure {
  line-height: 1;
}
a,
button {
  display: block;
  transition: .3s;
}
a:hover,
button:hover {
  opacity: .6;
}
.fade_Box {
  transition: 1s;
  opacity: 0;
}
.fade_Box.animated {
  opacity: 1;
}
.sp {
  display: none;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GIF
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#election_all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.left_Box {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	width: calc((100% - 476px) / 2);
	height: 100%;
	z-index: 1;
}
.left_Box>figure {
	position: absolute;
	top: 50%;
	right: 2vw;
	max-width: 280px;
	width: 15vw;
	transform: translateY(-50%);
}
.right_Box {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 100%;
	width: calc((100% - 476px) / 2);
	height: 100%;
	z-index: 1;
}
.right_Box>article {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	position: absolute;
	top: 50%;
	max-width: 350px;
	width: 100%;
	padding: 0 2vw;
	box-sizing: border-box;
	transform: translateY(-50%);
}
.right_Box>article ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 90%;
	margin: 0 auto;
}
.bg_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background: url(../../../../../../../img/kids/christmas/24/benefits/bg.jpg) repeat center center;
  background-size: cover;
  z-index: -1;
}
main {
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 15px #8a8a8a;
}
/* 各背景色 */
.bg_org {
  background: url(../../../../../../../img/kids/christmas/24/benefits/gif_bg.png) repeat center top;
  background-size: contain;
}
.bg_blue {
  background-color: #232556;
}
/* thanks */
#block01 {
  position: relative;
}
#block01 h3  {
  margin-top: -5.2%;
}
.bg_bet {
  margin-top: -8%;
}
/* スペシャル特典 */
#block02 .img {
  padding: 20px 0;
}
/* gif */
#block02 .bg_Pink {
  padding-bottom: 15vh;
}
#block02 .gif_List {
  padding: 20px 0;
}
#block02 .gif_List>li {
  margin-bottom: 40px;
}
#block02 .gif_List>li div {
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
.txt {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 30px;
}
#block02 ul li h3 {
  width: 60%;
  margin: 0 auto 20px;
}
/*  */
#block07 {
  position: relative;
}
#block07 div {
  position: relative;
}
#block07 .f_img a {
  display: block;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
#block07 article {
  margin-top: 30px;
  padding-bottom: 30px;
}
#block07 article a {
  margin-top: 20px;
}
footer {
  padding: 30px 10px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 0;
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding-bottom: 5%;
}
footer h2 {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
	.left_Box {
		display: none;
	}
	.right_Box {
		display: none;
	}
	main {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		box-shadow: none;
	}
}
