@charset "utf-8";
/* CSS Document */
/* 
-------------------------------------------------- */
body { position: relative;}
body::before {
	content: '';
	position: fixed;
	width:100vw; height:100%;
	background-image: linear-gradient(#b8f5d6, #e6ffdf 30%, #fffee6 55%, #ffffff);
}
.container {
	position: relative;
	max-width:600px;
	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;	
}

/* sec_01
-------------------------------------------------- */
.sec_01 {
	position: relative;
	padding-top: 8%;
	background: url("../img/bg_01.jpg") center top no-repeat;
	background-size:cover;
}
.sec_01 .logo {
	width:23.8666%;
	margin:0 auto;
}
.sec_01 .img_01 { margin-top:-22%;}
.sec_01 .img_02 { width:49.8666666%; float: right; margin: 2% 0 12%;}
.sec_01 .img_03 { position: absolute; left: 0; top:48.2%; width:58.266666%; margin:0 auto 0 0;}
.sec_01 .img_04 { position: absolute; left: 0; top:45%; width:45%; margin: 0 auto 0 10.8%;}

.sec_02 { background: url("../img/bg_11.png") center bottom no-repeat; background-size:100% auto;}

.sec_01 .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 {
	margin:2% 0 0;
	padding:10.5% 0 1.5%;
	background: #005917;
}
.footer .logo {
	margin:0 36.667% 3.8%;
}
.footer p {
	padding:1em 0 2.2em;
	font-size:1.3em;
	line-height: 1.8;
	color: #fff;
}
.footer p a { color: #fff;}
.footer p span {
	display: block;
	margin-top: 1em;
	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%;}
}

/* sec_03
-------------------------------------------------- */
.sec_03 { 
	padding: 7% 0 1px;
	background: url("../img/bg_02.jpg") center top no-repeat;
	background-size:cover;
}
.sec_03 .ph { widdth:64.26666666%;}
.sec_03 .tx { width:100%; margin-top: -50%;}
.sec_03 .btn { width:59.2%; margin: 7% 8% 13.6% auto;}
.sec_03 .odd .btn { margin: 7% auto 13.6% 8%;}

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

/* sec_04
-------------------------------------------------- */
.sec_04 {
	position: relative;
	background: url("../img/img_10.jpg") center top no-repeat;
	background-size:100% 100%;
}
.sec_04 .img {
	
}
@media (min-width: 641px) {
/* tablet+PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}

/* ul--link
-------------------------------------------------- */
.ul--link {
	position: relative;
	padding:0 7.46667% 8.46667%;
	background: url("../img/bg_03.jpg") center top no-repeat;
	background-size:cover;
}
.ul--link li { padding-top:8.46667%;}
@media (min-width: 641px) {
/* tablet+PC用 */
}
@media (max-width: 640px) {
/* SP用 */
}



/* sec02
-------------------------------------------------- */
.sec02 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 2%;
}
.sec02 .fxch {
	width:48%;
	margin-left: 4%;
}
.sec02 .fxch:nth-child(odd) {
	margin-left: 0;
}

.ul--ec li {
	margin:10px 0 0;
}

.buy--btn { 
	position: relative; 
	z-index: 14;
	width:59.2%; 
	margin: 8.2% auto 10% 7.444555%;
}
.even .buy--btn {
	margin: 8.2% 7.444555% 10% auto;
}
.buy--btn_01:hover { cursor: pointer;}

.moon--buy { display: none;}
.moon--buy { position: absolute; left: 0; top:100%; margin-left: 50%; transform: translateX(-50%);}

.ul--moon--buy {
	position: relative; 
	display: flex; flex-wrap: wrap; gap:8px;
	width:280px;
	margin-top: 12px; padding: 20px;
	background: #d2e9f8;
}
.ul--moon--buy::before {
	content:''; position: absolute; right:0; top:-12px; transform: translateX(-102%);
	width:0; height:0;
	border-bottom:12px solid #d2e9f8;
	border-left: 7px solid transparent;
	border-right:7px solid transparent;
}
.ul--tab--items li .ul--moon--buy li { 
	width:calc(100% / 2 - 4px);
	padding:5px 0;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 0px 8px -6px #777777;
}
.ul--moon--buy li img { border-radius: 30px;}
.ul--moon--buy::before { right: 50%; transform: translateX(50%);}
.ul--moon--buy.afTxt::before {}


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


/* sec12
-------------------------------------------------- */

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


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


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


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


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

/* 
-------------------------------------------------- */
@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(40px);
	transition: all 1250ms ;
}
.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用 */
}
