@charset "utf-8";

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

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

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

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

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


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

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

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

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

.topsubmenu-list section h3 span{
    font-size: 0.8rem;
    text-align: left;
    font-weight: lighter;
    margin: 0;
}

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

@media screen and (max-width:1090px) {
.topsubmenu-list section h3{
    font-size: 1rem;
}    
}

#button{
	display: flex;
	justify-content: center;
      margin: -30px 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);
}
}

/* storetop */

#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);
}
}

/* 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{
    padding:0 0 60px 0;
}
#storeura .storeura-area .img{
    width:100%;
    z-index: 2;
}
#storeura .storeura-area .content{
    width:100%;
    top:20px;
    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);
}
}

/* topfoodmenu */

#topfoodmenu{
    text-align: center;
    margin:0 0 10px 0;
}

#topfoodmenu h2{
    display: none;
}

@media screen and (max-width:768px) {
#topfoodmenu h2{
    display: block;
    font-weight: bold;
     text-align: center;
    font-size: 3rem;
    letter-spacing: 0.6em;
    margin: 0 0 30px 0;
}

#topfoodmenu h2 span{
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.6em;
    text-indent: 0.6rem;
}
}

#topfoodmenu .topfoodmenu-area .content-area h2{
    display: block;
    font-weight: bold;
     text-align: center;
    font-size: 3rem;
    letter-spacing: 0.6em;
    margin: 0 0 30px 0;
}

#topfoodmenu .topfoodmenu-area .content-area h2 span{
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.6em;
	text-indent: -1.5em;
}

@media screen and (max-width:768px) {
#topfoodmenu .topfoodmenu-area .content-area h2{
    display: none;
}
}



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

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

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

#topfoodmenu .topfoodmenu-area .img{
    width:55%;
    border:1px solid #00FF1D;
}

#topfoodmenu .topfoodmenu-area .content{
    width:43%;
    padding: 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width:1000px) {
#topfoodmenu .topfoodmenu-area .content{
    width:100%;
    padding: 0;
    top:30px;
    }  
}

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

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

#topfoodmenu .topfoodmenu-area .content-area h3{
    font-weight: lighter;
     text-align: left;
    font-size: 0.8rem;
}

#topfoodmenu .topfoodmenu-area .content-area h3 span{
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

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

#topfoodmenu .topfoodmenu-area .content-area p a{
     color: #fff;   
}

/* topdrinkmenu */

#topdrinkmenu{
    text-align: center;
    margin:0 0 100px 0;
}

#topdrinkmenu h2{
    display: none;
}

@media screen and (max-width:768px) {
#topdrinkmenu h2{
    display: block;
    font-weight: bold;
     text-align: center;
    font-size: 3rem;
    letter-spacing: 0.6em;
    margin: 0 0 30px 0;
}

#topdrinkmenu h2 span{
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.6em;
    text-indent: 0.6rem;
}
}

#topdrinkmenu .topdrinkmenu-area .content-area h2{
    display: block;
    font-weight: bold;
     text-align: center;
    font-size: 3rem;
    letter-spacing: 0.6em;
    margin: 0 0 30px 0;
}

#topdrinkmenu .topdrinkmenu-area .content-area h2 span{
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.6em;
	text-indent: -1.5em;
}

@media screen and (max-width:768px) {
#topdrinkmenu .topdrinkmenu-area .content-area h2{
    display: none;
}
}



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

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

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

#topdrinkmenu .topdrinkmenu-area .img{
    width:55%;
    border:1px solid #00FF1D;
}

#topdrinkmenu .topdrinkmenu-area .content{
    width:43%;
    padding: 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width:1000px) {
#topdrinkmenu .topdrinkmenu-area .content{
    width:100%;
    padding: 0;
    top:30px;
    }  
}

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

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

#topdrinkmenu .topdrinkmenu-area .content-area h3{
    font-weight: lighter;
     text-align: left;
    font-size: 1rem;
}

#topdrinkmenu .topdrinkmenu-area .content-area h3 span{
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

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

#topdrinkmenu .topdrinkmenu-area .content-area p a{
     color: #fff;   
}


.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;
}

