@charset "utf-8";
/* CSS Document */
/* 
-------------------------------------------------- */
.container {
	position: relative;
	max-width:640px;
	margin:0 auto;
	text-align: center;
	font-size:10px;
	line-height: 1;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background: #fff;
	
	overflow: hidden;
}

img {
	width:100%; height:auto;	
}

/* header
-------------------------------------------------- */
.header {
	position: relative;
	margin-bottom: 3%;
	padding-bottom: 12%;
	background-size:100% auto;
}
.header .logo { position: absolute; left: 4%; top:15px; width:10%; z-index: 3;}
.header .buy-p { position: relative; margin:-7% 15% 0;}

.header .kv_03 {
	margin-top:-56%;
    animation:starsAnime01 .65s ease-out forwards;
	animation-iteration-count:1;
}
@keyframes starsAnime01 {
	0% { 
		opacity: 0;
		visibility: hidden;
		transform:scale(0.5);
	}
	100% { 
		opacity: 1;
		visibility: visible;
		transform:scale(1);
	}
}


/* cv01
-------------------------------------------------- */
.cv01 {
	position: relative;
	margin:-22% 9.667% 12%;
}


/* footer
-------------------------------------------------- */
.footer {
	padding:/*5.5% 0 22%*/ 5% 0 5%;
}
.footer .logo {
	margin:0 25.667%;
}
.footer p {
	padding:1em 0 1.5em;
	font-size:13px;
	line-height: 1.8;
	color: #1d2184;
}
.footer p a { color: #1d2184;}
.footer p span {
	font-size:0.8em;
}

.bottom--banner {
	position:fixed;
	left: 50%;
	bottom:0;
	transform: translateX(-50%);
	width:600px;
	z-index: 11;
}
.bottom--banner:hover { cursor:pointer;}

@media (min-width: 769px) {
/* tablet+PC用 */
}
@media (max-width: 768px) {
/* tablet用 */
}
@media (max-width: 480px) {
/* SP用 */
	.bottom--banner { width:100%;}
}


/* sec01
-------------------------------------------------- */
.sec01 { background: #ffffbc;}

/* sec02
-------------------------------------------------- */
.sec02 { background: url("../img/bg_01.png") center top no-repeat; background-size:cover;}

/* sec03
-------------------------------------------------- */
.sec03 { background: #ececec;}

/* sec04
-------------------------------------------------- */
.sec04 { position: relative;}
.sec04 .buy-b { position: relative; margin:-31% 25% 20%;}


/* slider
-------------------------------------------------- */
.swiper-slide { margin-top: 12%; padding:0 30px;}
.slick-dots { display: flex; justify-content: center; margin: 2.5% auto 5%;}
.slick-dots li { margin: 0 6px;}
.slick-dots li button {
	width:0px; height:0px; padding: 0;
	font-size:0; line-height: 0; text-indent: -100%; overflow: hidden;
	border:5px solid #1d2184; border-radius: 10px; 
}
@media (min-width: 641px) {
/* tablet+PC用 */
}
@media (max-width: 640px) {
/* SP用 */
	.swiper-slide { padding:0 15px;}
}

/* sec05
-------------------------------------------------- */
.sec05 { position: relative; margin-bottom: 9%; background: #f6df51;}
.attention { padding-bottom: 8px; text-align: center; font-size:11px;}

/* sec06
-------------------------------------------------- */
.sec06 { position: relative; margin-bottom: 9%; padding-bottom: 5%; background: #f8c0cf;}

/* sec07
-------------------------------------------------- */
.sec07 { position: relative; margin-bottom: 2%; padding-bottom: 5%; background: #b3dbff;}



/* 
-------------------------------------------------- */
@media (min-width: 641px) {
/* tablet+PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}


/* 
-------------------------------------------------- */
@media (min-width: 641px) {
/* tablet+PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}



/* animation
-------------------------------------------------- */
.slideup {
	opacity : 0;
	transform: translateY(60px);
	transition: all 1000ms ;
}
.fromleft {
	opacity : 0;
	transform: translateX(-100%);
	transition: all 1250ms ;
}
.fromright {
	opacity : 0;
	transform: translateX(100%);
	transition: all 1250ms ;
}

.fadeIn {
	opacity: 0;
	animation-delay: 0;
	animation-name: fadeIn01;
	animation-duration:1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeIn01 {
	0% { opacity : 0;}
	100% {
		opacity : 1;
		transform: translate(0);
	}
}

.fuwa01 {
	animation: fuwa01 2s ease-in-out infinite;
}
@keyframes fuwa01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上に10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}

.fuwa02 {
	animation: fuwa02 2.6s ease-in-out infinite;
}
@keyframes fuwa02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上に10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}

.fuwa03 {
	animation: fuwa03 3.2s ease-in-out infinite;
}
@keyframes fuwa03 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上に10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}

.dt01 { transition-delay:0.1s;}
.dt02 { transition-delay:0.2s;}
.dt03 { transition-delay:0.3s;}
.dt04 { transition-delay:0.4s;}
.dt05 { transition-delay:0.5s;}
.dt08 { transition-delay:0.8s;}
.dt10 { transition-delay:1.0s;}
.dt12 { transition-delay:1.2s;}

.ad01 {	animation-delay:0.1s;}
.ad02 {	animation-delay:0.2s;}
.ad03 {	animation-delay:0.3s;}
.ad04 {	animation-delay:0.4s;}
.ad05 {	animation-delay:0.5s;}
.ad06 {	animation-delay:0.6s;}
.ad07 {	animation-delay:0.7s;}
.ad08 {	animation-delay:0.8s;}
.ad09 {	animation-delay:0.9s;}

.ad10 {	animation-delay:1.0s;}
.ad11 {	animation-delay:1.1s;}
.ad16 {	animation-delay:1.6s;}

.ad20 {	animation-delay:2.0s;}
.ad30 {	animation-delay:3.0s;}


@media (min-width: 769px) {
/* tablet+PC用 */
}
@media (min-width: 1024px) {
/* PC用 */
}
@media (min-width: 1400px) {
/* PC-wide用 */
}
@media (min-width: 769px) and ( max-width: 1023px) {
/* tablet用 */
}
@media (max-width: 768px) {
/* tablet用 */
}
@media (max-width: 480px) {
/* SP用 */
}
