@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:0;
	background-size:100% auto;
}
.header .logo { position: absolute;
	left: 4%;
    top: 24px;
    width: 10.5%; z-index: 3;
}
.header .header--btn { 
	display: flex; justify-content: space-between;
	position: relative; margin:-21% 5% 0;}
.header .header--btn div { width:43.6%;}

.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);
	}
}


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


/* bg
-------------------------------------------------- */
.bg01 { 
	position: relative; z-index: 2;
	background: url("../img/bg_01.png") center top no-repeat; background-size:cover;
}
.bg02 { 
	position: relative; z-index: 1;
	margin-top: -15%; padding: 15% 0 0;
	background: url("../img/bg_02.png") center top no-repeat; background-size:cover;
}
.bg03 { 
	position: relative; z-index: 2;
	margin-top: -8%;
	background: url("../img/bg_03.png") center top no-repeat; background-size:cover;
}



/* buy--link
-------------------------------------------------- */
.buy--btn { position: relative; z-index: 101;}
.buy--btn_01 img:hover { cursor: pointer;}
.buy--link {
	position: absolute;	
	width:43%;
	top:105%;
	z-index: 11;
	
	display: none;
}
.buy--link::after {
	content:'';
	width:0; height: 0;
	position: absolute; left: 50%; bottom:100%; transform:translateX(-50%);
	border-bottom:18px solid #f09400;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.ul--buy {
	padding: 12px;
	display: grid; gap:14px;
	background: #f09400;
	border-radius: 12px;
}
.ul--buy li img { 
	border-radius: 10px;
}
@media (min-width: 641px) {
/* tablet+PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}


/* sec01
-------------------------------------------------- */
.sec01 { position: relative; z-index: 101;}
.sec01 .buy--btn {
	width: 100%;
	text-align: right;
}
.sec01 .buy--btn_01 {
	margin:-26% 0 3% 74.5%;
}
.sec01 .buy--btn .buy--link {
	right: 0;
}
.sec01 .buy--link::after { transform:translateX(250%);}

.img03 { position: relative; z-index: 1;}


/* sec03
-------------------------------------------------- */
.bg03 { padding: 6% 0 18%;}
.bg03 .buy--btn {
	width: 100%;
	text-align: right;
}
.bg03 .buy--btn .buy--link {
	left: 50%; transform: translateX(-50%);
}
.bg03 .buy--link::after {}

.sec02 .buy--btn_01 {
	margin:-21% 15% 3% 15%;
}
.sec03 .buy--btn_01 {
	margin:-13.5% 15% 3% 15%;
}
.sec04 .buy--btn_01 {
	margin:-21% 15% 3% 15%;
}


.inner--0301 { position: relative; z-index: 5;}
.inner--0302 { position: relative; margin-top: 10%;}

.inner--0301::after { 
	content:'';
	position: absolute; 
	top:5.5%; left: 5.8%; right:5.8%; bottom:-3.5%;
	background: #dae7f6; 
	border-radius:25px 25px;
	z-index: -1;
}

.inner--0302::after { 
	content:'';
	position: absolute; 
	top:1.7%; left: 5.8%; right:5.8%; bottom:-3%;
	background: #1d2184; 
	border-radius:25px 25px;
	z-index: -1;
}

/* sec03
-------------------------------------------------- */
.sec03 { position: relative; z-index: 6;}

/* sec04
-------------------------------------------------- */
.sec04 { position: relative; z-index: 2;}



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




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