@charset "utf-8";



@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url("https://use.typekit.net/rix5yhg.css");

/* base
------------------------------------ */
body {
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
	width:100%;
	height:auto;
	font-feature-settings: "palt";
}
img{ max-width: 100%;    width: 100%;}
figure{ margin: 0;}
*,*::after,*::before{
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap{
  width:100%;
  height: 100%;
  line-height: 2em;
}
h1 {
    font-weight: bold;
    margin: 0px auto 60px;
    text-align: center;
    line-height: 1.3;
    opacity: 0;
    font-size: 4.5vh;
    margin-bottom: 0;
    font-weight: bold;
    color: #37261d;
}

.loaded h1{
    -webkit-animation: upIn 1s ease 0.8s 1 forwards;
    animation: upIn 1s ease 0.8s 1 forwards;
}
h2 {
margin: 0 auto 60px;
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4em;
    position: relative;
    color: #FFF;
}
h3 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 100px auto 60px;
}

.btn a {
	border-radius: 100px;
	font-size: 13px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 0 15px 0 0;
	margin-top: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.center{ text-align: center;}
.lead {
    font-size: 24px;
    text-align: center;
    line-height: 160%;
    font-weight: 900;
    letter-spacing: 0.1em;
}
a:hover{ color:#51d1f8; text-decoration: none; }
section{ width:100%; padding: 100px 0; }

.fa-itunes-note:before {
    content: "\f3b5";
    font-weight: 100;
}
/* block--hero
----------------------------------- */
.block--hero{
	padding: 0;
	height: 100vh;
    position: relative;
    min-height: 600px;
}
.block--hero figure{
	line-height: 0;
}


.logo {
    width: 65%;
    margin: 0px auto 25px;
    max-width: 500px;
    position: relative;
}
.logo p{
		opacity: 0;
}



.loaded .logo{
}
.loaded .logo p:nth-child(1){
  -webkit-animation: upIn 1s ease 0.6s 1 forwards;
  animation:upIn 1s ease 0.6s 1 forwards;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@keyframes upIn_2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -30%);
		transform: translate(-50%, -30%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@keyframes fadeSplash {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes anime1 {
  0%{
    transform: scale(1,1);
  }
  10% {
    transform: scale(0.9,0.9);
  }
  100%{
    transform: scale(1,1);
  }  
}
@-webkit-keyframes anime2 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}


.scroll {
	display: block;
	width: 200px;
	height: 130px;
	position: absolute;
	left: 50%;
	bottom: -15vh;
	z-index: 100;
	margin-left: -100px;
	text-align: center;
	color: #000;
}
.scroll::after {
  content: "";
  width: 5px;
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  left: 94px;
  background: #6016a0;
  -webkit-animation: scroll 1.2s linear 0s infinite;
  animation: scroll 1.2s linear 0s infinite;
}
@-webkit-keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}



#container .parts {
		opacity: 0;
		transition: 1s ease 1s;
}
.loaded #container .parts {
		opacity: 1;
}

#container .parts p{
position: fixed;
    width: 30px;
z-index: -1;
-webkit-animation: anime2 1.5s ease 0s infinite forwards;
    animation: anime2 1.5s ease 0s infinite forwards;
}
#container .parts p:nth-child(1){
    width: 200px;
    right: -20%;
    bottom: 20%;
}
#container .parts p:nth-child(2){
width: 200px;
    left: -30%;
    bottom: -15%;
}

#container .flower p{
    position: fixed;
    width: 60px;
    z-index: -1;
}
#container .flower p:nth-child(1){
    right: 2%;
    top: 11%;
}
#container .flower p:nth-child(2){
top: 42%;
    right: 4%;
}
#container .flower p:nth-child(3){
top: 55%;
    left: 2%;
}
#container .flower p:nth-child(4){
    right: 11%;
    top: 24%;
    width: 20px;
}

#container .flower p:nth-child(5){
    right: 41%;
    top: 52%;
    width: 25px;
}
#container .flower p:nth-child(6){
    right: 28%;
    top: 63%;
    width: 30px;
}
#container .flower p:nth-child(7){
right: -2%;
    bottom: 5%;
}
#container .flower p:nth-child(8){
left: -5%;
    bottom: 20%;
}

#container .cloud p{
    position: fixed;
    width: 70%;
    z-index: -1;
}
#container .cloud p:nth-child(1){
    top: 0;
}
#container .cloud p:nth-child(2){
    bottom: 0;
    right: 0;
    line-height: 0;
}
#container .cloud p:nth-child(3){

}

#container .wave p{
    position: fixed;
    width: 100%;
    z-index: -1;
    bottom: 0;
    line-height: 0;
}


/* block--point
----------------------------------- */
.list--contents{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 6px;
    opacity: 1;
    box-sizing: border-box;
    padding: 40px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #b2b2b2;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.list--contents li {
    width: 32%;
    margin: 0 0 40px;
}
.list--contents li:nth-last-child(1),
.list--contents li:nth-last-child(2)
{

}
.list--contents::after {
display: block;
content:"";
width:32%;
}

/* block--bg
----------------------------------- */
.bgBox {
    min-width: 1000px;
    min-height: 1000px;
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(../img/bg_wall.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}

/* block--vr
----------------------------------- */
.block--vr{
position: relative; 

}
.block--vr figure {
    width: 30%;
    margin: 0 auto 0;
}
.block--vr .subTit {
    text-align: center;
    font-weight: 600;
    font-size: 29px;
    margin: 0 0 30px 0;
    color: #fff48a;
}

/* block--dticket
----------------------------------- */
.block--dticket{ position: relative; }

.block--dticket::before, .block--vr::before, .block--tour::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 1s;
    z-index: 1;
    background: rgb(55 38 29);
}

.block--vr::before {
    transform-origin: right;
    background: #ce5700;
}

.block--vr.ar_detail {
    background: #ce5700;
}

.block--vr h2 {
}

.block--vr.ar_detail h2 {

} 

.block--vr h2 .arTit{
    width: 150px;
    margin: 20px auto 20px;
    line-height: 1.5;
    position: relative;   
}
.block--vr h2 .arTit span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-family: 'Shippori Mincho', serif;    
}
.block--vr .mainLead{
    color: #fff48a;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-weight: bold;
}
.block--vr .mainLead:after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/ph_ar_parts.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    top: -30px;    
}
.block--vr .mainLead.inview, 
.block--vr .topLead.inview,
.block--vr .pointListTit.inview,
.block--vr .pointList.inview
{
    transform: translate3d(0,80px,0);
    opacity: 0;
    transition: 0.8s;
}
.block--vr .mainLead.inview.view, 
.block--vr .topLead.inview.view,
.block--vr .pointListTit.inview.view,
.block--vr .pointList.inview.view {
    transform: translate3d(0,0,0);
    opacity: 1;
    transition: 0.8s;
}

.block--vr .topLead {
    font-weight: 600;
    line-height: 1.8;
    font-size: 19px;
    text-align: left;
    margin: 0 0 50px 0;
}
.block--vr .pointListTit {
position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 30px 0;
    color: #fff48a;
}
.block--vr .pointListTit:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image:url(../images/ph_ar_subTit_parts.png) ;
  background-size: contain;
  vertical-align: middle;
}
.block--vr .pointListTit:after{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image:url(../images/ph_ar_subTit_parts.png) ;
  background-size: contain;
  vertical-align: middle;
transform: rotate(85deg);  
}
.block--vr .pointList {
    padding: 40px;
    margin: 0 0 50px 0;
    background: rgb(55 38 29);
    border-radius: 10px;
}
.block--vr .pointList li{
    margin: 0 0 20px 50px;
    font-size: 17px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
}

.block--vr .pointList li p{
    color: #fff48a;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px 0;
    border-left: 5px solid;
    padding: 0 0 0 10px;
    line-height: 1.3em; 
}
.block--vr .pointList li:last-child{
    margin: 0 0 0 50px;
}
.block--vr .pointList li span{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: 2px;
}

.block--dticket.view::before{ transform-origin: left; transform: scaleX(1); }
.block--dticket .inner{ opacity: 0; position: relative; z-index: 2; }
.block--dticket.view .inner{ transition: .4s .5s; opacity: 1; }
.block--vr.view::before{ transform-origin: left; transform: scaleX(1); }
.block--vr .inner{ opacity: 0; position: relative; z-index: 2; }
.block--vr.view .inner{ transition: .4s .8s; opacity: 1; }
.block--vr .lead{
    font-weight: 600;
    line-height: 1.8;
    font-size: 20px;
}
.block--vr .lead .mini{
display: block;
    font-size: 14px;
    margin: 10px 0 20px;
    font-weight: 400;
}
.block--vr .btn a {
    display: block;
    font-size: 17px;
    background: #fff48a;
    padding: 20px;
    line-height: 1.5;
    height: auto;
    text-align: center;
    width: 350px;
    margin: 30px auto 0;
    color: #37261d;
    border: 1px solid;
}
.block--vr .btn a:hover{
    transition: 0.4s;
    opacity: 0.7;
}
.block--contents {
    background: rgb(55 38 29);
}
.block--contents h2 {

}

.block--mov .tit{
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    margin: 0 0 40px 0;
}
.block--mov .lead{
    text-align: center;
    font-size: 20px;
}
.block--mov .lead span{
    font-size: 13px;
    display: block;
}
.block--mov .mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 30px; 
    width: 270px!important;
    height: 570px!important;      
}
.block--mov .mov iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.block--mov .tit.inview,
.block--mov .lead.inview,
.block--mov .mov.inview {
    transform: translate3d(0,80px,0);
    opacity: 0;
    transition: 0.8s;
}
.block--mov .tit.inview.view,
.block--mov .lead.inview.view,
.block--mov .mov.inview.view {
    transform: translate3d(0,0,0);
    opacity: 1;
    transition: 0.8s;
}

.list--contents li .tit {
    font-size: 18px;
    line-height: 1.4em;
    position: relative;
    margin: auto;
    height: auto;
    text-align: center;
    font-family: "eloquent-jf-pro", serif;
    width: 70%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 1000px;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
.list--contents li .tit:before {
    content: "";
    background-image: url(../img/ph_menuicon_01.png);
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: -1;
}

.list--contents li:nth-child(1) .tit:before {
    background-image: url(../img/ph_menuicon_01.png);
}
.list--contents li:nth-child(2) .tit:before {
    background-image: url(../img/ph_menuicon_02.png);
}
.list--contents li:nth-child(3) .tit:before {
    background-image: url(../img/ph_menuicon_03.png);
}
.list--contents li:nth-child(4) .tit:before {
    background-image: url(../img/ph_menuicon_04.png);
}
.list--contents li:nth-child(5) .tit:before {
    background-image: url(../img/ph_menuicon_05.png);
}
.list--contents li:nth-child(6) .tit:before {
    background-image: url(../img/ph_menuicon_06.png);
}
.list--contents li:nth-child(7) .tit:before {
    background-image: url(../img/ph_menuicon_07.png);
}
.list--contents li:nth-child(8) .tit:before {
    background-image: url(../img/ph_menuicon_08.png);
}
.list--contents li .tit span{
    display: block;
    position: absolute;
    width: 25%;
    top: 5%;
    left: 10%;
}
.list--contents li .subTit{
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #FFF;
    font-weight: 600;
}
.list--contents li .txt {
    text-align: left;
    line-height: 1.65;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    color: #FFF;
}
.list--contents li .txt span{

}
.list--contents li .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin:0;
  color: #000;
  line-height: 50px;
}
.list--contents .none{ opacity: 0.15; }
.block--contents h2.inview{ transition: .8s; }

.list--contents li.cmovie .tit{
}



/* block--tour
----------------------------------- */
.block--tour{
    position: relative;     
    color: #FFF;
}

.block--tour::before{
    background: rgb(55 55 55 / 60%);
}
.block--tour h2, .block--vr h2{
    font-size: 45px;
    color: #FFF;
    text-shadow: none;
}
.block--tour h2 .sub,.block--vr h2 .sub {
    display: block;
    font-size: 25px;
    margin: 0 auto 0px;
    line-height: 1.3;
    padding: 0px;
}
.block--vr h2::before {
    background-image: url(../images/bg_tit_w_Cn4ViHEj.png);
    width: 440px;
    height: 200px;
    top: -36px;
}
.block--vr .sub_bnr {
    display: block;
    font-size: 19px;
    letter-spacing: 0.2em;
    background: #37261d;
    width: 200px;
    line-height: 2;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    text-shadow: none;
    margin-top: 10px;
}

.block--tour h2::before, .block--vr h2::before {

}

.block--tour .subTit{
text-align: center;
    font-weight: 100;
    font-size: 29px;
    margin: 0 0 30px 0;
    color: #fffadd;
    font-family: 'Zen Antique', serif;    
}
.block--tour.view::before{ transform-origin: right; transform: scaleX(1); }
.block--tour .inner{ opacity: 0; position: relative; z-index: 2; }
.block--tour.view .inner{ transition: .4s .8s; opacity: 1; }

.block--tour .block--lead{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
align-items: center;
margin: 0 auto 60px;
}
.block--tour .block--lead div:nth-child(1){
    width: 30%;
    line-height: 0;
}
.block--tour .block--lead div:nth-child(2){
 width: 65%;
}
.block--tour .block--lead .txt{
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
}

.block--tour .contentsTit{
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    margin: 0 auto 30px;
    color: #fffadd;
}

.block--tour .contentsTxt{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.block--tour .contentsList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
align-items: center;
    margin: 0 auto 40px;
}
.block--tour .contentsList li{
    width: 32%;
    background: #cbb07b;
    padding: 40px;
    outline: 1px solid #FFFFFF;
    outline-offset: -10px;
}
.block--tour .contentsList li .tit{
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.block--tour .contentsList li .txt{
font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
}

.block--tour .contentsTit.inview,
.block--tour .contentsTxt.inview,
.block--tour .contentsList.inview{
    transform: translate3d(0,80px,0);
    opacity: 0;
    transition: 0.8s;
}

.block--tour .contentsTit.inview.view,
.block--tour .contentsTxt.inview.view,
.block--tour .contentsList.inview.view {
    transform: translate3d(0,0,0);
    opacity: 1;
}


.block--campaign{
    background: rgba(191,135,51,0.4);
}
.block--campaign .tit{
    color: #fffadd;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 30px 0;
}
.block--campaign .lead{
font-size: 17px;
    line-height: 1.5;
    margin: 0 0 40px 0;
}
.block--campaign .lead .red{
color: #fffadd;
}

.block--campaign .step{
padding: 30px;
border: 2px solid ;
    margin: 0 0 30px 0;
}
.block--campaign .step dt{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.block--campaign .step dd{
font-size: 17px;
    font-weight: bold;
}
.block--campaign .step dd p{

}
.block--campaign .data{
background: rgb(255 233 211 / 33%);
    text-align: center;
    padding: 30px;
    margin: 0 0 50px 0;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.block--campaign .data dt{
border-bottom: 1px solid;
    font-size: 17px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.block--campaign .data dd{
    font-size: 19px;
}
.block--campaign .detail{
    padding: 40px;
    background: rgb(255 233 211 / 33%);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.block--campaign .detail .list{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
justify-content: center;
    margin: 0 auto 50px;
}
.block--campaign .detail .list li{
    background: #c16e07;
    color: #fff;
    padding:30px 15px;
    text-align: center;
    width: 30%;
    margin: 10px;
}
.block--campaign .detail .list li .subTit{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
}
.block--campaign .detail .list li .txt{
    font-size: 14px;
    text-align: left;
}
.block--campaign .attentionBox{
padding: 20px;
    border: 1px solid;
}
.block--campaign .attentionBox dt{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.block--campaign .attentionBox dd{

}
.block--campaign .attentionBox dd .attentionList li{
    font-size: 14px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
    font-weight: bold;
}



/*------footer-------*/
footer{
	width:100%;
  font-size: 12px;
  padding: 40px 0 15px 0;
	text-align: center;
}
footer img{ width: 100%;}
#bnr {
	width: 20%;
	display: inline-block;
	margin: 0;
	box-sizing: border-box;
	line-height: 0;
}
address {
    margin: 30px 0 0 0;
    color: #37261d;
}


.star-box {
  height: 100px;
  width: 100px;
  transform: rotateZ(45deg);
    position: fixed; 
z-index: 0;     
}
@keyframes shooting {
  0% {
    height: 0;
	opacity: 0.5;    
  }
  50% {
    height: 60px;
	opacity: 1;     
  }
  100% {
    height: 80px;
	opacity: 0;     
  }
}

.star-box.patternA{
    opacity: 0.7;
    top: 10%;
    left: 10%;
}

.animated .star-box.patternA .star {
  height: 0;
  width: 2px;
  background: linear-gradient(transparent, rgb(255, 255, 255));
  -webkit-animation: shooting 1.5s ease 1.5s 1 forwards;
  animation: shooting 1.5s ease 1.5s 1 forwards; 
  animation-timing-function: linear;   
}

.star-box.patternB{
    opacity: 0.7;
    top: 50%;
    right: 10%;
}

.animated .star-box.patternB .star {
  height: 0;
  width: 2px;
  background: linear-gradient(transparent, rgb(255, 255, 255));
  -webkit-animation: shooting 1.5s ease 3s 1 forwards;
  animation: shooting 1.5s ease 3s 1 forwards; 
  animation-timing-function: linear;   
}


.star-box.patternC {
    opacity: 0.7;
	top: 80%;
    right: 18%;
}

.animated .star-box.patternC .star {
  height: 0;
  width: 2px;
  background: linear-gradient(transparent, rgb(255, 255, 255));
  -webkit-animation: shooting 1.5s ease 5s 1 forwards;
  animation: shooting 1.5s ease 5s 1 forwards; 
  animation-timing-function: linear;   
}


/* clearfix */
.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}
