@charset "utf-8";

#tittle{
	padding: 0 20%;
    position:relative;
    margin: 50px 0 0 0;
}

@media screen and (max-width:840px) {
#tittle{
	padding: 0;
    margin:50px 0 30px 0;
}  
}

#tittle h2{
  position: relative;
  padding: 1rem .5rem;
     font-size:1.5rem;   
    margin:0 0 10px 0;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

#tittle p{
    padding:0 5%;
     text-align: left;
}

/* food */

#food{
    position:relative;
    margin: 0;
}

@media screen and (max-width:840px) {
#food{
    margin:0;
}  
}

.food-list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.food-list section{
    width:50%;
	position: relative;
	margin:0;
    padding:10px 10px 30px 10px;
}

.food-list section:nth-child(2){
     animation-delay: 0.2s;   
}
.food-list section:nth-child(3){
     animation-delay: 0.4s;   
}


@media screen and (max-width:840px) {
.food-list section{
    width:50%;
}
}

@media screen and (max-width:545px) {
.food-list section{
    width:100%;
}
.food-list section:nth-child(2),
.food-list section:nth-child(3){
     animation-delay: 0s;   
}
}

.food-list section .food-img{
    border:1px solid #00FF1D;
}

.food-list section h3{
    font-weight: lighter;
    font-size: 1.3rem;
    text-align: left;
    margin: 10px 0 0 0;
}

.food-list section h3 span{
	display: block;
    font-size: 0.8rem;
    text-align: left;
    margin: 0;
}


.food-list section p{
     text-align: left;
    margin: 10px 0 0 0;
}

@media screen and (max-width:1090px) {
.food-list section h3{
    font-size: 1rem;
}
.food-list section h3 span br{
	display: block;
}    
}

/* foodb */

#foodb{
    position:relative;
    margin: 0;
}

@media screen and (max-width:840px) {
#foodb{
    margin:0;
}  
}

.foodb-list{
	display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.foodb-list section{
    width:33%;
	position: relative;
	margin:0;
    padding:10px 10px 30px 10px;
}

.foodb-list section:nth-child(2){
     animation-delay: 0.2s;   
}
.foodb-list section:nth-child(3){
     animation-delay: 0.4s;   
}


@media screen and (max-width:840px) {
.foodb-list section{
    width:50%;
}
}

@media screen and (max-width:545px) {
.foodb-list section{
    width:50%;
}
.foodb-list section:nth-child(2),
.foodb-list section:nth-child(3){
     animation-delay: 0s;   
}
}

.foodb-list section .foodb-img{
    border:1px solid #00FF1D;
}

.foodb-list section h3{
    font-weight: lighter;
    font-size: 1.3rem;
    text-align: left;
    margin: 10px 0 0 0;
}

.foodb-list section h3 span{
	display: block;
    font-size: 0.8rem;
    text-align: left;
    margin: 0;
}

.foodb-list section h3 span br{
	display: none;
}

.foodb-list section p{
     text-align: left;
    margin: 10px 0 0 0;
}

@media screen and (max-width:1090px) {
.foodb-list section h3{
    font-size: 1rem;
}
.foodb-list section h3 span br{
	display: block;
}        
}

/* access */

#access{
    position:relative;
    margin: 0;
}

@media screen and (max-width:840px) {
#access{
    margin:0 0 50px 0;
}  
}

.access-list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.access-list section{
    width:80%;
	position: relative;
	margin:0;
}

@media screen and (max-width:545px) {
.access-list section{
    width:100%;
}
}

#button{
	display: flex;
	justify-content: center;
      margin: 0 0 150px 0;
}

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 50px;
	color: #555;
	font-size: 0.8rem;
	text-decoration: none;
	transition: 0.3s;
}

.btn a:hover {
	color: #555;
}

.btn02 a {
	background-color: #fff;
	border: 1px solid #00FF1D;
	border-radius: 35px;
}

.btn02 a:hover {
	background-color: #00FF1D;
	border: 1px solid #707070;
}

.btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

.btn02 a::after {
    content: '';
    border: 0;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
}

/* storetoptop */

#storetop{
    text-align: center;
    margin:0;
}

#storetop .storetop-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 150px 0;
}

@media screen and (max-width:768px) {
#storetop .storetop-area{
    margin:0 0 100px 0;   
}
}

@media screen and (max-width:590px) {
 #storetop .storetop-area{
    margin:0 0 50px 0;   
}
   
}

#storetop .storetop-area:nth-of-type(2n+1){
     flex-direction: row;
}


#storetop .storetop-area .img{
    width:50%;
}

#storetop .storetop-area .content{
    width:48%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:0;
}

@media screen and (max-width:768px) {
#storetop .storetop-area .content{
    width:47%;
    top:30px;
    }  
}

@media screen and (max-width:590px) {
#storetop .storetop-area .img{
    width:100%;
    z-index: 2;
}
#storetop .storetop-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#storetop .storetop-area .content-area{
    padding:40px;   
}

#storetop .storetop-area .content-area h2{
     text-align: left;
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}

#storetop .storetop-area .content-area p{
     text-align: left;
     margin:0 0 50px 0;   
}

#storetop .storetop-area .content-area p span{
     text-align: left;
     margin:-100px 0 50px 0;   
}

#storetop .btn{
	display: flex;
	justify-content: center;
      margin: 0 0 10px 0;
}

#storetop .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 50px;
	color: #555;
	font-size: 0.8rem;
	text-decoration: none;
	transition: 0.3s;
}

#storetop .btn a:hover {
	color: #555;
}

#storetop .btn02 a {
	background-color: #fff;
	border: 1px solid #00FF1D;
	border-radius: 35px;
}

#storetop .btn02 a:hover {
	background-color: #00FF1D;
	border: 1px solid #707070;
}

#storetop .btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

#storetop .btn02 a::after {
    content: '';
    border: 0;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
}

/* shop */

#shop{
    text-align: center;
    margin:0;
}

#shop .shop-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 150px 0;
}

@media screen and (max-width:768px) {
#shop .shop-area{
    margin:0 0 100px 0;   
}
}

@media screen and (max-width:590px) {
 #shop .shop-area{
    margin:0 0 50px 0;   
}
   
}

#shop .shop-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#shop .shop-area .img{
    width:50%;
}

#shop .shop-area .content{
    width:48%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:0;
}

@media screen and (max-width:768px) {
#shop .shop-area .content{
    width:47%;
    top:30px;
    }  
}

@media screen and (max-width:590px) {
#shop .shop-area .img{
    width:100%;
    z-index: 2;
}
#shop .shop-area .content{
    width:100%;
    top:30px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#shop .shop-area .content-area{
    padding:40px;   
}

#shop .shop-area .content-area h2{
     text-align: left;
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}

#shop .shop-area .content-area p{
     text-align: left;
     margin:0 0 50px 0;   
}

#shop .shop-area .content-area p span{
     text-align: left;
     margin:-100px 0 50px 0;   
}

@media screen and (max-width:590px) {
#shop .shop-area .content-area{
    padding:0;   
}

#shop .shop-area .content-area h2{
     text-align: left;
    font-size: 1.0rem;
    margin: 0 0 10px 0;
}
}

#shop .btn{
	display: flex;
	justify-content: center;
      margin: 0 0 10px 0;
}

#shop .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 50px;
	color: #555;
	font-size: 0.8rem;
	text-decoration: none;
	transition: 0.3s;
}

#shop .btn a:hover {
	color: #555;
}

#shop .btn02 a {
	background-color: #fff;
	border: 1px solid #00FF1D;
	border-radius: 35px;
}

#shop .btn02 a:hover {
	background-color: #00FF1D;
	border: 1px solid #707070;
}

#shop .btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

#shop .btn02 a::after {
    content: '';
    border: 0;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
}

/* storeura */

#storeura{
    text-align: center;
    margin:0;
}

#storeura .storeura-area{
    background-image: linear-gradient(90deg, rgba(111, 0, 154, 1), rgba(30, 6, 64, 1));
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0;
    padding:0 60px;
}

#storeura .storeura-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#storeura .storeura-area .img{
    width:50%;
}

#storeura .storeura-area .content{
    width:48%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:0;
}

@media screen and (max-width:768px) {
#storeura .storeura-area .content{
    width:47%;
    top:30px;
    }  
}

@media screen and (max-width:590px) {
#storeura .storeura-area .img{
    width:100%;
    z-index: 2;
}
#storeura .storeura-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#storeura .storeura-area .content-area{
    padding:0 60px;
}

#storeura .storeura-area .content-area .logo{
    text-align: center;
    position: relative;
    margin: 30px 0 30px 0;
}

#storeura .storeura-area .content-area .logo img{
    width:40%;
}

#storeura .storeura-area .content-area p{
     text-align: left;
     font-size: 0.9rem;
     margin:0 0 30px 0;   
}

#storeura .btn{
	display: flex;
	justify-content: center;
      margin: 0 0 10px 0;
}

#storeura .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 50px;
	color: #555;
	font-size: 0.8rem;
	text-decoration: none;
	transition: 0.3s;
}

#storeura .btn a:hover {
	color: #555;
}

#storeura .btn02 a {
	background-color: #fff;
	border: 1px solid #00FF1D;
	border-radius: 35px;
}

#storeura .btn02 a:hover {
	background-color: #00FF1D;
	border: 1px solid #707070;
}

#storeura .btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

#storeura .btn02 a::after {
    content: '';
    border: 0;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
}


.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }

  to {
    transform: scale(1);
	opacity: 1;
  }
}

.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

