/* CSS Document */
:root {
	--pine: #fbc400;
	--skw: #abcd03;
	--passion: #AF006D;
	--kabu:#e99529;
	--muto-as:#CC0033;
	--muto-skw:#00572c;

}




#loading {
  position: absolute;
  background: #fff;
	width: 100%;
	height: 100vh;
	top: 100px;
	left: 0;
	z-index: 1;
}

#loading img {
	display: block;
	width: 200px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#loading div {
	background: #000;
animation: bar 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;	
  content: "";
  position: absolute;
  top: 30%;
	bottom: 50%;
	margin: auto;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left center;
}


 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes floating {
  0% {
    transform:translate(0, 0) rotate(-5deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(5deg);
  }
}

@keyframes floating2 {
  0% {
    transform:translate(0, 0) rotate(6deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-6deg);
  }
}
@keyframes bar {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.popin {
	opacity: 0;
}

.anim-popup {
 opacity: 1;
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}


.colorful span:nth-child(5n+1) { color: #181878; }
.colorful span:nth-child(5n+2) {color: #d70029;}
.colorful span:nth-child(5n+3) {color: #00a73c;}
.colorful span:nth-child(5n+4) {color: #f08300;}
.colorful span:nth-child(5n) {color: #003722;}

#whiteMainBox_fit {
	color: #000;
}
#whiteMainBox_fit img {
	max-width: 100%;
}

#new_kv img {
	max-width: inherit;
	width: 100%;
}

#whiteMainBox_fit h2 {
	font-size: 4rem;
	text-align: center;
}

#top_sp {
	display: none;
}

#top {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background: url("../pics/top_bg.jpg") 50% 50% no-repeat;
	background-size: cover;
	height: 650px;
}

#top div {
	width: 1400px;
	margin: 50px auto 0 auto; 
	height: 600px;
	position: relative;
	
}
#top img {
	position: absolute;
	bottom: -700px;
	left: 0;
	max-width: 100%;
	width: 100%;
}

h1.main {
width: 70%;
margin: 50px auto 30px auto;
position: relative;
}


#topletters {
	height: 90px;
}

#topletters div {
	width: 350px;
	margin: auto;
	position: relative;
	
}



#topletters img{
	height: 90px;
	position: absolute;
}

#topletters img:nth-child(1) {top:0px; left: 0%;}
#topletters img:nth-child(2) {top:0px; left: 100px;}
#topletters img:nth-child(3) {top:0px; left: 160px;}
#topletters img:nth-child(4) {top:0px; left: 218px}
#topletters img:nth-child(5) {top:0px; left: 270px}



#bodymsg {
	width: 100%;
	margin: 100px auto 100px auto;
	text-align: center;
}
#bodymsg p {
	width: 600px;
	font-size: 1.5rem;
	line-height: 2;
	margin: 50px auto 100px auto;
	letter-spacing: 3px;
	font-weight: bold;
}
#bodymsg #fruit {
	position: absolute;
	width: 100%;
	margin: -200px auto 0 auto;
	overflow: hidden;
	height: 700px;
}
#bodymsg #fruit img:nth-child(-n+7) {
	position: absolute;
	  animation: floating 3s infinite ease-in-out .8s alternate;
	  display: inline-block;
	  transition: 1.5s ease-in-out;	
}

#bodymsg #fruit img:nth-child(n+8) {
	position: absolute;
	  animation: floating2 2.5s infinite ease-in-out 1s alternate;
	  display: inline-block;
	  transition: 2.0s ease-in-out;	
}




#bodymsg #fruit img:nth-child(1){ 	top:  0px; left: 0; width: 150px }
#bodymsg #fruit img:nth-child(2){ 	top:  0px; right:18%; width: 150px }
#bodymsg #fruit img:nth-child(3){ 	top:  50px; left: 0; width: 80px }
#bodymsg #fruit img:nth-child(4){ 	top:  0px; right: 40px; width:100px }
#bodymsg #fruit img:nth-child(5){ 	top:  380px; left: 50px; width:100px }
#bodymsg #fruit img:nth-child(6){ 	top:  150px; right: 0; width: 170px }
#bodymsg #fruit img:nth-child(7){ 	top:  300px; left: -50px; width: 120px }
#bodymsg #fruit img:nth-child(8){ 	top:  0px; right: -30px; width: 80px }
#bodymsg #fruit img:nth-child(9){ 	top:  70px; left: 8%; width: 20% }
#bodymsg #fruit img:nth-child(10){ 	top:  400px; right: 25%; width: 12% }
#bodymsg #fruit img:nth-child(11){ 	top:  500px; left: 10%; width: 15% }
#bodymsg #fruit img:nth-child(12){ 	top:  370px; right: -30px; width: 20% }
#bodymsg #fruit img:nth-child(13){ 	top:  300px; left: 20%; width: 170px }
#bodymsg #fruit img:nth-child(14){ 	top:  200px; right: 10%; width: 15%; }


#video {
	padding: 100px 0;
	position: relative;
	
}
#video h2 {
	width: 300px;
	color: #fff;
	margin: auto;
}

#video div.bg_stripe {
  background: url("../pics/bg_stripe.png") top left repeat-x;
	background-size: auto 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transform-origin: left center;
}


#cmwrap {
	width: 100%;
}

#cmwrap a {
  width: 720px;
  height: auto;
  margin: 30px;
  border: 10px solid #fff;
  transition: all 0.2s ease 0s;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}

#cmwrap a img {
	width: 100%;
}


#flavor {
	
	width: calc(100% - 100px);
	margin: 100px auto;
	padding: 1px 0;
}

#flavor h2 {
	margin: -30px auto 0 auto;
	font-size: 3.4rem;
}

#flavor p.msg {
	width: 600px;
	margin: 100px auto 0 auto;
}

#flavor div.flavor_box {
	width: 90%;
	margin: 100px auto;
	display: flex;
	align-items: center;
}


#flavor div.catch {
	width: 32%;
	margin: 0 0 0 8%;
	z-index: 0;
}

#flavor div.item {
	width: 60%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


#flavor div.item div.can {
	width: 30%;
	position: relative;
	background: url("../pics/can_shadow.png") 100% 10px no-repeat;
	background-size: auto 100%;
	padding-right: 5%;
	margin-top: -50px;
}


#flavor div.item div.can img.new { 
	width: 50%;
  position: absolute;
  right: -25%;
  top: -5%;
}

#flavor div.item div.text {
	width: 55%;
	position: relative;
	margin-right: 5%;
}

#flavor div.item div.text h3 {
	color: #fff;
	font-size: 2rem;
	margin: 70px 0 20px 0;
}

#flavor div.item div.text p {
	font-size: 1.2rem;
	color: #fff;
}

#flavor div.item div.text div.fruit {
	width: 40%;
margin-bottom: -50px;
}

div.bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transform-origin: left center;
}

#flavor_pine div.bg { 	background-color: var(--pine); }
#flavor_skw div.bg { 	background-color: var(--skw); }

#flavor_passion div.bg { background-color: var(--passion); }

#flavor_yuki div.bg { 	background-color: var(--kabu); }
#flavor_ase div.bg { 	background-color: var(--muto-as); }

#flavor_muto div.bg { 	background-color: var(--muto-skw);}


#flavor_pine,#flavor_skw, #flavor_passion, #flavor_yuki,#flavor_ase,#flavor_muto  {
	position: relative;

}



#lineups {
	width: 100%;
	background: #fff9e2;
	background-size: 100% auto;
	padding: 100px 0;
}

#lineups ul {
	width: 84%;
	margin: 50px auto 0px auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#lineups ul li {
	width: calc(84% / 4);
	list-style: none;
	font-size: 0.8rem;
	margin: 0 2% 100px 2%;
	position: relative;
}

#lineups ul li p {
	margin: 20px 0;
}

#lineups ul li img {
	display: block;
	width: 60%;
	margin: auto;
}

#lineups ul li img.icon {
	position: absolute;
	top: -20px;
	left: 10px;
	width: 70px;
}

#lineups ul li a {
	margin: 20px auto 0 auto;
	display: block;
	padding: 10px;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	background: #000;
	width: 60%;
	
	color: #fff;
	border-radius: 100vh;
}

#limited {
	width: 100%;
	margin: 50px auto;
	
}

#limited img {
	width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	
	#whiteMainBox_fit h2 {
    	font-size: 3rem;
	}
	#loading {
		top: 50px;
	}
	
	#top_sp {
		display: block;
	}	
	#top {
		display: none;
	}
	

#topletters {
    height: 90px;
    z-index: 4;
    position: relative;
}
	
	h1.main {
		width: 80%;
		margin: -40px auto 30px auto;
		position: relative;
	}
	
	#bodymsg {
		margin: 0 auto 50px auto;
	}
	

#bodymsg #fruit img:nth-child(1){ 	top:  100px; left: 0; width: 5% }
#bodymsg #fruit img:nth-child(2){ 	top:  70px; right:8%; width: 7% }
#bodymsg #fruit img:nth-child(3){ 	top:  50px; left: 0; width: 8% }
#bodymsg #fruit img:nth-child(4){ 	top: 260px;        right: 5%;        width: 7%; }
#bodymsg #fruit img:nth-child(5){ 	top:  380px; left: 50px; width:5% }
#bodymsg #fruit img:nth-child(6){ 	top:  150px; right: 0; width: 7% }
#bodymsg #fruit img:nth-child(7){ 	top:  300px; left: -50px; width: 4% }
#bodymsg #fruit img:nth-child(8){ 	top:  200px; right: -30px; width: 8% }
#bodymsg #fruit img:nth-child(9){ 	top:  370px; left: 3%; width: 10% }
#bodymsg #fruit img:nth-child(10){ 	top:  400px; right: 5%; width: 12% }
#bodymsg #fruit img:nth-child(11){ 	top:  550px; left: 2%; width: 15% }
#bodymsg #fruit img:nth-child(12){ 	top: 600px; right: 3%; width: 15%;}
#bodymsg #fruit img:nth-child(13){ 	top: 270px;        left: -5%;        width: 15%; }
#bodymsg #fruit img:nth-child(14){ 	top: 300px;        right: -5%;        width: 15%;}
	
	#bodymsg p {
		width: 80%;
		font-size: 1.1rem;
		line-height: 2;
		margin: 30px auto 100px auto;
		letter-spacing: 3px;
		font-weight: bold;
	}	

	#flavor {
		width: 100%;
		margin: 50px 0;
	}	

#flavor div.flavor_box {
  width: 90%;
  margin: 50px auto;

}
	
	#flavor p.msg {
		width: 70%;
		margin: auto;
	}
	
	
#video {
    padding: 50px 0;
    display: block;
}
	
	div.youtube {
	width: 100%;
	margin: 20px auto;
  
}	
	
div.youtube {
	width: 100%;
	margin: 50px auto;
  
}	
#video h2 {
    position: relative;
    width: inherit;
    color: #fff;
}	
	
	


#flavor div.item div.can img.new {
    left: 60%;
}	
	
#flavor div.item div.text div.fruit {
	display: none;
}
	
#lineups {
    width: 100%;
    background: url(../pics/bg_leaves.png) bottom center #fff9e2 no-repeat;
    background-size: 100% auto;
    padding: 50px 0;
}	

	#lineups ul {
		width: 80%;
		margin: 10px auto 50px auto;
	}	
#lineups ul li {
    width: 100%;
    list-style: none;
    font-size: 0.8rem;
    margin: 0 auto 20px auto;
    display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}	
	
	#lineups ul li img {
		width: 30%;
	}
	
#lineups ul li img.icon {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 40px;
}	
	
	#lineups ul li p {
		width: 65%;
		margin: 0 0 0 5%;
	}
	
	#lineups ul li a {
		width: 60%;
		margin: 10px auto;
		padding: 10px 0px;
		font-size: 0.9rem;
	}
	
#flavor div.flavor_box {
  align-items: flex-start;
	flex-wrap: wrap;
}


	
#flavor div.item {
    width: 100%;
	margin: 30px 0px 0 0px;
	display: block;
}
	
#flavor div.item div.text {
    width: 90%;
	margin: 0 5% 30px 5%;
}
	
#flavor div.item div.can {
	width: 40%;
    position: relative;
    padding-right: 0;
margin: -200px auto 0 auto;
    background-image: none;
}
	
#flavor div.item div.text h3 {
	margin: 20px 0 10px 0;
    font-size: 1.4rem;
    text-align: center;
}	
	
#flavor div.item div.text p {
  font-size: 0.9rem;
  color: #fff;
}
	
#flavor div.catch {
	width: 90%;
    margin: -50px 5% 20px 5%;
}
	
	
		

	
	
}

