@charset "utf-8";

html {
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  html {
    font-size: calc(1200 / 1900 * 1px);
    overflow-x: scroll;
    min-width: 1200px;
  }
}

@media (min-width: 1201px) and (max-width: 1899px) {
  html {
    font-size: calc(1 / 1900 * 100vw);
  }
}

@media (min-width: 1900px) {
  html {
    font-size: 1px;
  }
}


body {
	color:#fff;
	line-height:1.8em;
	font-family:YakuHanJP, 'Noto Sans JP', sans-serif,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	 -webkit-text-size-adjust: none;
	background-color:#000;
	width:100%;
	height:100%;
}

a{
  opacity: 1.0;
	transition: 0.4s ;
}

a:hover{
  opacity: 0.8;
}

img{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	width: 100%;
}	

.container{
	width:1000px;
	margin:0 auto;
	position:relative;
}

/*--------------------------------------
loading
----------------------------------------*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	background-color:#020c1c;
	z-index:9999;
}

.loader {
  opacity: 1;
  -webkit-transition: opacity 1s .5s;
  transition: opacity 1s .5s;
}

.is_loaded .loader {
  opacity: 0;
}

.loading__loader {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 7px solid #fff;
  border-top-color: transparent;
  animation: a-loader 0.4s linear infinite;
}

@keyframes a-loader {
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------
bg_img
----------------------------------------*/
#bg_img{
	width:100%;
	height:100vh;
	line-height:0;
	position:fixed;
	z-index:-1;
	overflow:hidden;
	background: url(../images/bg_img.jpg) no-repeat center bottom #1b0a0c;
	background-size:100% auto;
}

/*--------------------------------------
mainvisual
----------------------------------------*/
#mainvisual{
	width:100%;
	min-width:1152px;
	position:relative;
	overflow:hidden;
	padding:50rem 0 60rem;
	background-color:#1b0a0c;
}

#mainvisual_inner{
	width:1520rem;
	margin:0 auto;
	display: flex;
  gap: 40rem;
}

#mainvisual_inner #poster{
	width:600rem;
	margin-left:110rem;
	position:relative;
}

#mainvisual_inner #main_cont{
	width:770rem;
	position:relative;
}

#main_cont h1{
	padding-left:150rem;
	padding-top:60rem;
	width:415rem;
}

#main_cont #cp_title{
	width:770rem;
	height:290rem;
	background: url(../images/main_bg.png) no-repeat center bottom;
	background-size:cover;
	position:relative;
}

#main_cont #cp_title h2{
	width:580rem;
	padding-left:70rem;
	position:relative;
}

#main_cont #cp_title .star{
	width:30rem;
	position:absolute;
}

#main_cont #cp_title #star1{
	left:72rem;
	top:27rem;
}

#main_cont #cp_title #star2{
	left:368rem;
	top:13rem;
}

#main_cont #cp_title #star3{
	left:570rem;
	top:62rem;
}

#main_cont #cp_title #star4{
	left:292rem;
	top:128rem;
}

#main_cont .txt{
	width:715rem;
	text-align:center;
}

#main_cont .txt h3{
	font-size:36rem;
	font-weight:800;
	line-height:1.6;
	margin-bottom:15rem;
}

#main_cont .txt .large{
	font-size:26rem;
	font-weight:800;
	line-height:1.6;
}

#main_cont .txt .small{
	font-size:22rem;
	font-weight:500;
	line-height:1.8;
}

#main_cont .txt span{
	color:#c89b4c;
}

#main_cont .txt span.charange{
	background-color:#c90400;
	font-size:32rem;
	font-weight:800;
	color:#fff;
}

/*--------------------------------------
apply
----------------------------------------*/
#apply{
	width:100%;
	min-width:1152px;
	position:relative;
	overflow:hidden;
	background: url(../images/bg.png) no-repeat center 750px #2e1912;
	background-size:100% auto;
	padding:80px 0;
	font-size:22px;
	line-height:1.6;
}

h2.title,
h2.apply_title{
	background-color:#c89b4c;
	font-size:24px;
	color:#1b0a0c;
	text-align:center;
	line-height:50px;
	font-weight:500;
}

.kiyaku_txt{
	padding:60px 0 50px;
	text-align:center;
}

.kiyaku_txt #kiyaku{
	color:#c89b4c;
	text-decoration:underline;
	transition: 0.4s ;
}

#kiyaku:hover{
	cursor:pointer;
	opacity:0.8;
}

.silhouette{
	width:210px;
	position: absolute;
	top: 30px;
	right:10px;
}

#step1,
#step2,
#step3{
	width:100%;
	box-sizing:border-box;
	position:relative;
	border: 1px solid;
  border-image: linear-gradient(45deg, #caa345, #fff, #caa345) 1;
	padding:50px 0 15px;
	margin-bottom:40px;
}

#step2,
#step3{
	padding:50px 0;
}

#step1::after,
#step2::after{
	position: absolute;
	bottom: -33px;
	left: 0;
	right:0;
	margin:auto;
	content: "";
	width:25px;
	height:22px;
	background: url(../images/arrow.png) no-repeat center center;
}


h3.step_title{
	width:160px;
	position:relative;
	margin:0 auto 30px;
	padding:0 35px;
}

h3.step_title::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width:30px;
	height:50px;
	background: url(../images/star.png) no-repeat center 7px;
}

h3.step_title::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width:30px;
	height:50px;
	background: url(../images/star.png) no-repeat center 7px;
}

.step{
	font-size:22px;
	text-align:center;
}

.step .small{
	font-size:20px;
	margin-top:30px;
}

.step span{
	color:#c89b4c;
	font-weight:700;
}

#photo{
	width:960px;
	height:860px;
	margin:40px auto 0;
	position:relative;
}

#step1_shine1{
	width:110px;
	position:absolute;
	left:35px;
	top:100px;
}

#step1_shine2{
	width:80px;
	position:absolute;
	left:500px;
	top:0;
}

#step1_shine3{
	width:110px;
	position:absolute;
	right:40px;
	top:150px;
}

#step1_shine4{
	width:210px;
	position:absolute;
	right:80px;
	top:-55px;
}

#step1_shine5{
	width:346px;
	position:absolute;
	left:190px;
	top:320px;
}

#step1_shine6{
	width:210px;
	position:absolute;
	left:150px;
	top:720px;
}

#step1_shine7{
	width:110px;
	position:absolute;
	left:520px;
	top:750px;
}

#step1_img1{
	width:350px;
	position:absolute;
	left:140px;
	top:0;
}

#step1_img2{
	width:350px;
	position:absolute;
	right:140px;
	top:88px;
}

#step1_img3{
	width:350px;
	position:absolute;
	left:0;
	top:370px;
}

#step1_img4{
	width:350px;
	position:absolute;
	right:0;
	top:460px;
}

#step1_img5{
	width:295px;
	position:absolute;
	left:333px;
	top:480px;
}

#step1_catch1{
	width:309px;
	position:absolute;
	left:20px;
	top:10px;
}

#step1_catch2{
	width:231px;
	position:absolute;
	right:40px;
	top:100px;
}

#step1_catch3{
	width:304px;
	position:absolute;
	left:5px;
	top:700px;
}

#step1_catch4{
	width:163px;
	position:absolute;
	left:400px;
	top:745px;
}

#step1_catch5{
	width:305px;
	position:absolute;
	right:20px;
	top:763px;
}

#step1 .caution{
	font-size:12px;
}

.step a{
	color:#c89b4c;
	letter-spacing:1px;
}

#step3 span{
	background-color:#c90400;
	color:#fff;
	font-size:32px;
	font-weight:800;
}

#limit{
	background-color:#1b0913;
	text-align:center;
	padding:30px 0;
	margin-bottom:100px;
}

#limit p{
	font-size:30px;
}

#limit span{
	display:block;
	font-size:12px;
	line-height:2.0;
	margin-top:10px;
}

/*--------------------------------------
present
----------------------------------------*/
#present ul{
	width:1000px;
	display: flex;
  justify-content: space-between;
  align-items: stretch;
	flex-wrap: wrap;
	margin:50px 0 30px;
}

#present ul li{
	width:300px;
	position:relative;
	text-align:center;
}

.present_name{
	font-size:20px;
	margin-top:20px;
}

.present_num{
	font-size:40px;
	color:#c89b4c;
	font-weight:800;
}

.present_num span{
	font-size:22px;
}

#present .caution{
	font-size:12px;
	text-align:center;
}

/*--------------------------------------
pickup
----------------------------------------*/
#pickup{
	padding:100px 0 0;
	position:relative;
}

#pickup h3{
	width:550px;
	margin:50px auto 0;
	position:relative;
}

#pickup .star{
	position:absolute;
}

#pickup .star1{
	left:250px;
	top:160px;
}

#pickup .star2{
	left:480px;
	top:65px;
}

#pickup .star3{
	left:725px;
	top:170px;
}

#pickup .silhouette{
	top:80px;
}

ul.pickup_list{
	width:890px;
	margin:60px auto 0;
	position:relative;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
}

ul.pickup_list li{
	width:270px;
	position:relative;
  overflow: hidden;
}

.tiktok-embed{
	margin:10px 0 0 0 !important;
}

ul.pickup_list li.tiktok blockquote{
	transform-origin: top left;
	transform: scale(0.83);
}

ul.pickup_list li.tiktok{
	height:490px;
}

ul.pickup_list li.insta{
	padding-top:10px;
	height:330px;
}

ul.pickup_list li.insta blockquote,
ul.pickup_list li.insta iframe{
	transform-origin: top left !important;
	transform: scale(0.82) !important;
}

/*--------------------------------------
post
----------------------------------------*/
#post{
	padding:100px 0 90px;
	position:relative;
}

#post h3{
	width:540px;
	margin:60px auto 0;
	position:relative;
}

#post .star{
	position:absolute;
}

#post .star1{
	left:200px;
	top:120px;
}

#post .star2{
	left:450px;
	top:85px;
}

#post .star3{
	left:765px;
	top:130px;
}

#post .caution{
	font-size:12px;
	text-align:center;
	padding:20px 0 40px;
	line-height:2.0;
}

.sc_grid{
	font-size:16px;
	line-height:1.8;
}

#sc_grid_more_btn,
#sc_grid_wait_btn {
  position:relative;
  clear:both;
  width:250px !important;
	height:70px !important;
	border-radius:35px;
	background: linear-gradient(to right, #caa243, #edd7a7);
  margin:30px auto 0 !important;
  color:#1b0a0c !important;
  text-align:center;
	font-size:20px;
	line-height:70px;
  display:block;
  cursor:pointer;
	padding:0 !important;
}

#sc_grid_more_btn:after {
  content:"もっと見る";
  width:100%;
  left:0;
  right:0
}
#sc_grid_wait_btn:after {
  content:"読み込み中";
  width:100%;
  left:0;
  right:0
}

#sc_grid_more_btn::before,
#sc_grid_wait_btn:before{
	position: absolute;
	top: 29px;
	left: 25px;
	content: "";
	width:14px;
	height:16px;
	background: url(../images/btn_arrow.png) no-repeat center top;
}

/*--------------------------------------
tiktok
----------------------------------------*/
#tiktok{
	width:100%;
	min-width:1152px;
	position:relative;
	overflow:hidden;
	padding-bottom:90px;
	position:relative;
}

#tiktok h3{
	width:400px;
	margin:0 auto 0;
	position:relative;
}

#tiktok .star{
	position:absolute;
}

#tiktok .star1{
	left:270px;
	top:10px;
}

#tiktok .star2{
	left:440px;
	top:-20px;
}

#tiktok .star3{
	left:700px;
	top:30px;
}

ul.tiktok_list{
	width:580px;
	margin:60px auto 0;
	position:relative;
	display: flex;
  justify-content: start;
  align-items: stretch;
	flex-wrap: wrap;
}

ul.tiktok_list li{
	width:270px;
	height:490px;
	position:relative;
  overflow: hidden;
	margin-right:40px;
	margin-bottom:35px;
	position:relative;
  overflow: hidden;
}

ul.tiktok_list li:nth-child(2n){
	margin-right:0;
}

ul.tiktok_list li blockquote{
	transform-origin: top left;
	transform: scale(0.83);
}

#check_btn{
	width:620px;
  margin:30px auto 0;
}

a.btn {
  position:relative;
	width:100%;
	height:70px;
	border-radius:35px;
	background: linear-gradient(to right, #caa243, #edd7a7);
  color:#1b0a0c;
  text-align:center;
	font-size:20px;
	line-height:70px;
  display:block;
	text-decoration:none;
}

a.btn span{
	font-size:24px;
	font-weight:800;
}

a.btn:before{
	position: absolute;
	top: 29px;
	left: 25px;
	content: "";
	width:14px;
	height:16px;
	background: url(../images/btn_arrow.png) no-repeat center top;
}

/*--------------------------------------
movie
----------------------------------------*/
#movie{
	width:865px;
  position: relative;
  display: block;
	margin:0 auto;
}

#movie__item {
  width: 100%;
  aspect-ratio: 16 / 9;
	border: 1px solid;
  border-image: linear-gradient(45deg, #caa345, #fff, #caa345) 1;
}

#movie__item iframe {
  width: 100%;
  height: 100%;
}

#bottom_btn{
	width:730px;
  margin:100px auto 0;
}

#bottom_btn ul{
	width:730px;
	position:relative;
	display: flex;
  justify-content: space-between;
  align-items: stretch;
	flex-wrap: wrap;
}

#bottom_btn ul li{
	width:350px;
	position:relative;
}

#bottom_btn ul li:nth-child(2) a{
	font-size:17px;
	line-height:1.5;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
}

#bottom_logo ul{
	width:350px;
	margin:0 auto;
	position:relative;
	display: flex;
  justify-content: space-between;
  align-items: start;
	flex-wrap: wrap;
	padding:80px 0 60px;
}

#bottom_logo ul li:nth-child(1){
	width:122px;
}

#bottom_logo ul li:nth-child(2){
	width:150px;
}


/*------------------------------------------
terms
------------------------------------------*/
.terms {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
	right:0;
  background-color:#1b0a0c;
  height: 100vh;
	margin:auto;
	z-index:9000;
	width:100%;
	line-height:1.6;
}

.terms .close {
	right:0;
	top:-50px;
	position:absolute;
	width:30px;
	z-index:100;
	transition: 0.4s ;
}

.terms .close:hover {
  opacity: 0.8;
	cursor:pointer;
}

.terms_inner{
	width:850px;
	margin:0 auto;
	margin-top:140px;
	border: 1px solid;
  border-image: linear-gradient(45deg, #caa345, #fff, #caa345) 1;
	height:calc(100% - 180px);
	position:relative;
}

.terms_block{
	width:720px;
	margin:0 auto;
	position:relative;
	overflow-y: scroll;
	height:calc(100% - 200px);
	padding-right:3%;
	box-sizing:border-box;
	font-size:12px;
	color:#fff;
	font-weight:400;
}

.terms h2{
	font-size:18px;
	color:#fff;
	letter-spacing:0;
	padding-top:50px;
	margin-bottom:30px;
	text-align:center;
}

.terms h3 {
	margin:20px 0 5px;
}

.terms ul li{
	text-indent: -0.5em;
	margin-left: 1em;
	margin-bottom:10px;
}

.terms ul li:before{
	content:"・";
}

.terms ul li a{
	color:#c89b4c;
}

/*------------------------------------------
animation
------------------------------------------*/

@keyframes slideUp {
	0% { transform: translateY(30px) ; opacity:0;}
	100% { transform: translateY(0) ; opacity:1;}
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleIn{
  0% {
    opacity: 0;
		transform: scale(1.2);
  }
  to {
    opacity: 1;
		transform: scale(1);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#mainvisual #poster,
#mainvisual h1,
#mainvisual #cp_title,
#mainvisual .txt h3,
#mainvisual .txt p{
	opacity:0;
}

.is_loaded #mainvisual #poster{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 1.0s forwards;
}

.is_loaded #mainvisual h1{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 1.2s forwards;
}

.is_loaded #mainvisual #cp_title{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 1.4s forwards;
}

#mainvisual #cp_title #star1{
  animation: fade 1.2s ease-out 0.4s infinite;
}

#mainvisual #cp_title #star2{
  animation: fade 1.4s ease-out 1.0s infinite;
}

#mainvisual #cp_title #star3{
  animation: fade 1.6s ease-out 1.6s infinite;
}

#mainvisual #cp_title #star4{
  animation: fade 1.8s ease-out 2.0s infinite;
}

.is_loaded #mainvisual .txt h3{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 1.8s forwards;
}

.is_loaded #mainvisual .txt p:nth-of-type(1){
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 2.0s forwards;
}

.is_loaded #mainvisual .txt p:nth-of-type(2){
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 2.6s forwards;
}

.is_loaded #mainvisual .txt p:nth-of-type(3){
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 2.8s forwards;
}

#apply .apply_title,
.kiyaku_txt,
#step1,
#step1 .silhouette,
#step1 .step_title,
#step1 p,
#step1_img1,
#step1_img2,
#step1_img3,
#step1_img4,
#step1_img5,
#step1_catch1,
#step1_catch2,
#step1_catch3,
#step1_catch4,
#step1_catch5,
#step1_shine1,
#step1_shine2,
#step1_shine3,
#step1_shine4,
#step1_shine5,
#step1_shine6,
#step1_shine7,
#step2,
#step2 .step_title,
#step2 p,
#step3,
#step3 .step_title,
#step3 p,
#limit{
	opacity:0;
}

#apply.is_loaded .apply_title {
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 0.6s forwards;
}

#apply.is_loaded .kiyaku_txt{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 0.8s forwards;
}

#apply.is_loaded #step1{
  animation: fadeIn 1.4s cubic-bezier(.17,.67,.3,.92) 1.2s forwards;
}

#apply.is_loaded #step1 .silhouette{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 1.6s forwards;
}

#apply.is_loaded #step1 .step_title{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 1.8s forwards;
}

#apply.is_loaded #step1 p:nth-of-type(1){
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 2.0s forwards;
}

#apply.is_loaded #step1 p:nth-of-type(2){
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 2.2s forwards;
}

#apply.is_loaded #step1 #step1_img1{
  animation: slideUp 1.0s cubic-bezier(.17,.67,.3,.92) 2.6s forwards;
}

#apply.is_loaded #step1 #step1_img2{
  animation: slideUp 1.0s cubic-bezier(.17,.67,.3,.92) 2.8s forwards;
}

#apply.is_loaded #step1 #step1_img3{
  animation: slideUp 1.0s cubic-bezier(.17,.67,.3,.92) 3.0s forwards;
}

#apply.is_loaded #step1 #step1_img5{
  animation: slideUp 1.0s cubic-bezier(.17,.67,.3,.92) 3.2s forwards;
}

#apply.is_loaded #step1 #step1_img4{
  animation: slideUp 1.0s cubic-bezier(.17,.67,.3,.92) 3.4s forwards;
}

#apply.is_loaded #step1 #step1_catch1{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 2.8s forwards;
}

#apply.is_loaded #step1 #step1_catch2{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 3.0s forwards;
}

#apply.is_loaded #step1 #step1_catch3{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 3.2s forwards;
}

#apply.is_loaded #step1 #step1_catch4{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 3.4s forwards;
}

#apply.is_loaded #step1 #step1_catch5{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 3.6s forwards;
}

#apply.is_loaded #step1 #step1_shine1{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 2.0s forwards;
}

#apply.is_loaded #step1 #step1_shine2{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 2.2s forwards;
}

#apply.is_loaded #step1 #step1_shine3{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 2.4s forwards;
}

#apply.is_loaded #step1 #step1_shine4{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 2.6s forwards;
}

#apply.is_loaded #step1 #step1_shine5{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 2.8s forwards;
}

#apply.is_loaded #step1 #step1_shine6{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 3.0s forwards;
}

#apply.is_loaded #step1 #step1_shine7{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 3.2s forwards;
}

#step1_shine1 img,
.step_title:before{
  animation: fade 1.8s ease-out 1.0s infinite;
}

#step1_shine2 img,
.step_title:after{
  animation: fade 2.2s ease-out 1.4s infinite;
}

#step1_shine3 img{
  animation: fade 2.4s ease-out 1.6s infinite;
}

#step1_shine4 img{
  animation: fade 2.6s ease-out 1.8s infinite;
}

#step1_shine5 img{
  animation: fade 3.0s ease-out 2.0s infinite;
}

#step1_shine6 img{
  animation: fade 3.8s ease-out 2.2s infinite;
}

#step1_shine7 img{
  animation: fade 3.4s ease-out 2.4s infinite;
}

#step2.is_loaded,
#step3.is_loaded{
  animation: fadeIn 1.4s cubic-bezier(.17,.67,.3,.92) 0.6s forwards;
}

#step2.is_loaded .step_title,
#step3.is_loaded .step_title{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 0.8s forwards;
}

#step2.is_loaded p,
#step3.is_loaded p{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 1.0s forwards;
}

#limit.is_loaded{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 0.6s forwards;
}

#present h2.title,
ul#present li .present_img,
ul#present li .present_name,
ul#present li .present_num,
ul#present li .caution{
	opacity:0;
}

#present.is_loaded h2.title{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 0.6s forwards;
}

#present.is_loaded ul#present li:nth-child(1) .present_img{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 1.0s forwards;
}

#present.is_loaded ul#present li:nth-child(1) .present_name{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 1.2s forwards;
}

#present.is_loaded ul#present li:nth-child(1) .present_num{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 1.4s forwards;
}

#present.is_loaded ul#present li:nth-child(1) .caution{
  animation: fadeIn 1.0s cubic-bezier(.17,.67,.3,.92) 1.6s forwards;
}

#present.is_loaded ul#present li:nth-child(2) .present_img{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 1.4s forwards;
}

#present.is_loaded ul#present li:nth-child(2) .present_name{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 1.6s forwards;
}

#present.is_loaded ul#present li:nth-child(2) .present_num{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 1.8s forwards;
}

#present.is_loaded ul#present li:nth-child(3) .present_img{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 1.8s forwards;
}

#present.is_loaded ul#present li:nth-child(3) .present_name{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 2.0s forwards;
}

#present.is_loaded ul#present li:nth-child(3) .present_num{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 2.2s forwards;
}

#pickup h2.title,
#pickup .silhouette,
#pickup h3,
#pickup .star1 img,
#pickup .star2 img,
#pickup .star3 img,
ul.pickup_list{
	opacity:0;
}

#pickup.is_loaded h2.title{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 0.6s forwards;
}

#pickup.is_loaded .silhouette{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 1.0s forwards;
}

#pickup.is_loaded h3{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 0.8s forwards;
}

#pickup.is_loaded .star1 img{
  animation: fade 1.2s ease-out 2.1s infinite;
}

#pickup.is_loaded .star2 img{
  animation: fade 1.4s ease-out 1.8s infinite;
}

#pickup.is_loaded .star3 img{
  animation: fade 1.6s ease-out 2.4s infinite;
}

#pickup.is_loaded ul.pickup_list{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 3.0s forwards;
}

#post h2.title,
#post h3,
#post .star1 img,
#post .star2 img,
#post .star3 img,
#post p.caution,
#post .sc_grid{
	opacity:0;
}

#post.is_loaded h2.title{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 0.6s forwards;
}

#post.is_loaded h3{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 0.8s forwards;
}

#post.is_loaded .star1 img{
  animation: fade 1.2s ease-out 2.1s infinite;
}

#post.is_loaded .star2 img{
  animation: fade 1.4s ease-out 1.8s infinite;
}

#post.is_loaded .star3 img{
  animation: fade 1.6s ease-out 2.4s infinite;
}

#post.is_loaded p.caution{
  animation: fadeIn 2.0s cubic-bezier(.17,.67,.3,.92) 1.2s forwards;
}

#post.is_loaded .sc_grid{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 1.6s forwards;
}

#tiktok h2.title,
#tiktok h3,
#tiktok .star1 img,
#tiktok .star2 img,
#tiktok .star3 img,
#tiktok ul.tiktok_list,
#tiktok #check_btn{
	opacity:0;
}

#tiktok.is_loaded h2.title{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 0.6s forwards;
}

#tiktok.is_loaded h3{
  animation: scaleIn 1.0s cubic-bezier(.17,.67,.3,.92) 0.8s forwards;
}

#tiktok.is_loaded .star1 img{
  animation: fade 1.2s ease-out 2.1s infinite;
}

#tiktok.is_loaded .star2 img{
  animation: fade 1.4s ease-out 1.8s infinite;
}

#tiktok.is_loaded .star3 img{
  animation: fade 1.6s ease-out 2.4s infinite;
}

#tiktok.is_loaded ul.tiktok_list{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 1.4s forwards;
}

#tiktok.is_loaded #check_btn{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 1.8s forwards;
}

#movie,
#bottom_btn ul li{
	opacity:0;
}

.container.is_loaded #movie{
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 0.6s forwards;
}

.container.is_loaded #bottom_btn ul li:nth-child(1){
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 1.0s forwards;
}

.container.is_loaded #bottom_btn ul li:nth-child(2){
  animation: slideUp 1.4s cubic-bezier(.17,.67,.3,.92) 1.2s forwards;
}


