 /*01_common
------------------------------------------*/
*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

.container{
background-image: url(../img/bg.jpg);
background-repeat: repeat-y;
background-size: 100%;
}

section{
	width: 90%;
	max-width: 1240px;
	padding-top: 5rem;
}


.frame_green{
	border-radius: 20px;
	background-color:#FFFFE8;
	border: solid 8px #80BE3B;
	padding: 5%;
	margin-top: 3rem;
}

.frame_blue{
	border-radius: 20px;
	background-color:#FFFFE8;
	border: solid 8px #4BA1EB;
	padding: 5%;
	margin-top: 3rem;
}

.frame_orange{
	border-radius: 20px;
	background-color:#FFFFE8;
	border: solid 8px #F19741;
	padding: 5%;
	margin-top: 3rem;
}

.frame_pink{
	border-radius: 20px;
	background-color:#FFFFE8;
	border: solid 8px #ED78AA;
	padding: 5%;
	margin-top: 3rem;
}

.note ul{
margin-left: auto;
margin-right: auto;
}
.note ul li{
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 800px) {
	section{
		padding-top: 2.5rem;
	}
	
	.frame_green{
		margin-top: 1.5rem;
		border: solid 6px #80BE3B;
	}

	.frame_blue{
		margin-top: 1.5rem;
		border: solid 6px #4BA1EB;
	}

	.frame_orange{
		border: solid 6px #F19741;
		margin-top: 1.5rem;
	}

	.frame_pink{
		border: solid 6px #ED78AA;
		margin-top: 1.5rem;
	}
}

 /*02_navigation
------------------------------------------*/
header{
	width: 90%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.navigation{
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
	max-width: 1240px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
	background-image: url(../img/anc_bg_pc.png);
	padding-top: 10%;
	padding-bottom: 10%;
	margin-top: 3rem;
}

.navigation .item {
    display: flex;
	padding-left: 1%;
	padding-right: 1%;
	width: auto;
}

.navigation .item a{
line-height: 0;
}

.border_item_pc{
	position: relative;
}

.border_item_pc::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 25%;
	width: 1px;
	height: 50%; 
	background-color: #ffffff;
}

.navigation hr{
	width: 100%;
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}

.navigation hr::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 1px; 
	background-color: #ffffff;
}

.navigation .item svg{
    width: 100%;
    height: auto;
	margin: 0;
}

#nav01{
	width: 11.8%;
}

#nav02{
	width: 36.4%;
}

#nav03{
	width: 15.3%;
}

#nav04{
	width: 23.7%;
}

#nav05{
	width: 30%;
}

#nav06{
	width: 20.5%;
}

#nav07{
	width: 33.4%;
}

#nav08{
	width: 15%;
}

#nav09{
	width: 15.9%;
}

.navigation .item text:hover {
	fill: #ffaa00;
  }

@media screen and (max-width: 800px) {
	header{
		width: 90%;
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.navigation{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		background-image: url(../img/anc_bg_sp.png);
		padding-top: 10%;
		padding-bottom:10%;
		margin-top: 0rem;
	}

	.border_item_pc{
		position: relative;
	}
	
	.border_item_pc::after{
	display: none;
	}

	.border_item_sp{
		position: relative;
	}

	.border_item_sp::after{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 25%;
		width: 1px;
		height: 50%; 
		background-color: #ffffff;
	}

	.navigation hr{
		width: 100%;
		position: relative;
		border: 0;
		padding: 0;
		margin: 0;
		margin-top: 2%;
		margin-bottom: 2%;
	}

	.navigation hr::after{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 1px; 
		background-color: #ffffff;
	}

	#nav01{
		width: 16.8%;
	}
	
	#nav02{
		width: 48.4%;
	}
	
	#nav03{
		width: 21.9%;
	}
	
	#nav04{
		width: 33.7%;
	}
	
	#nav05{
		width: 41%;
	}
	
	#nav06{
		width: 30.5%;
	}
	
	#nav07{
		width: 45.4%;
	}
	
	#nav08{
		width: 21.9%;
	}
	
	#nav09{
		width: 23.9%;
	}
}

 /*03_about
------------------------------------------*/
.about_list{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: left;
  }

.about_list ul{
margin-left: auto;
margin-right: auto;
}
.about_list li{
	padding-left:1em;
	text-indent:-1em;
}


 /*04_collabo_menu
------------------------------------------*/
.collabo_menu{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.collabo_menu_group{
	width: 80%;
	display: flex;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.collabo_menu_img{
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5rem;
}

.collabo_menu_img img{
	padding-bottom: 10px;
}

.collabo_menu h3{
	width: 100%;
	background-color: #ED78AA;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem; 
}

.collabo_menu h3.green{
	width: 100%;
	background-color: #80BE3B;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem; 
}

p.price{
	padding-bottom: 3rem;
}

p.price span{
	font-size: 16px;
	font-size: 1.6rem; 
}

.menu .note{
	text-align: center;
}

@media screen and (max-width: 800px) {
	.collabo_menu{
		width: 100%;
		display: block;
	}

	.collabo_menu_group{
		display: block;
	}
	
	.collabo_menu_img{
		width: 70%;
margin-left: auto;
margin-right: auto;
	}

	.collabo_menu_img{
		width: 75%;
		text-align: center;
	}

	.collabo_menu h3{
		font-size: 16px;
		font-size: 1.6rem; 
		padding: 5px;
		margin-bottom: 0.75rem;
		margin-top: 1.5rem;
	}

	.collabo_menu h3.green{
		font-size: 16px;
		font-size: 1.6rem; 
		padding: 5px;
		margin-bottom: 0.75rem;
		margin-top: 1.5rem;
	}

	p.price{
		padding-bottom: 1.5rem;
	}
	
	p.price span{
		font-size: 10px;
		font-size: 1.0rem; 
	}

	.menu .note{
		text-align: left;
	}
}


 /*05_collabo_menu_tokuten
------------------------------------------*/
.collabo_tokuten{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.collabo_tokuten_img_group{
	width: 80%;
	display: flex;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.collabo_tokuten_img{
	width: 50%;
	text-align: center;
	padding-top: 1.5rem;
}

.collabo_tokuten_img img{
	padding-bottom: 10px;
}

.collabo_tokuten h3{
	width: 100%;
	background-color: #80BE3B;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem; 
}

.collabo_tokuten h3.pink{
	width: 100%;
	background-color: #ED78AA;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem; 
}

@media screen and (max-width: 800px) {
	.collabo_tokuten{
		width: 100%;
		display: block;
	}

	.collabo_tokuten_img_group{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.collabo_tokuten_img{
		width: 80%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.collabo_tokuten h3{
		font-size: 16px;
		font-size: 1.6rem; 
		padding: 5px;
		margin-bottom: 0.75rem;
		margin-top: 1.5rem;
	}

	.collabo_tokuten h3.pink{
		font-size: 16px;
		font-size: 1.6rem; 
		padding: 5px;
		margin-bottom: 0.75rem;
		margin-top: 1.5rem;
	}
}

/*06_collabo_goods
------------------------------------------*/
.goods_block{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 3rem;
	align-items: stretch;
}

.goods_block:last-of-type{
	margin-bottom: 0;
}

.goods_unit{
	
	background-image: url(../img/goods_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
    width: 30%;
    padding: 15px;
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 20px;
	border: solid 5px #301610;
	box-shadow: 1px 1px 5px #5b4e4c;
}

.goods_img{
	padding-bottom: 10px;
}

.goods_block p{
	text-align: center;
	color: #301610;
}

.goods_block p:last-of-type{
	padding-bottom: 10px;
}

.goods_block p span{
	font-size: 16px;
	font-size: 1.6rem; 
}

.btn,
a.btn,
button.btn {
	width: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
  margin-right: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: auto;
}

a.btn--red.btn--cubic {
	background-color: #cb0314;
	box-shadow: 3px 3px 8px #301610;
  }
  
  a.btn--red.btn--cubic:hover {
	box-shadow: 0px 0px 8px #301610;
  }
  
  a.btn--radius {
	border-radius: 100vh;
  }

  .goods_unit .note{
padding-top: 0px;
line-height: 1.6rem;
font-size: 10px;
  }

  .btn_coming{
	width: 100%;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 0rem;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
	border-radius: 0.5rem;
	margin-right: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: auto;
	background-color: #909090;
	border-radius: 100vh;
  }
  
  @media screen and (max-width: 1280px) {
	.goods_unit{
	
		background-image: url(../img/goods_bg.png);
		background-size: 100% 100%;
		width: 50%;
		padding: 50px;
		margin-top: 1rem;
		display: flex;
		flex-direction: column;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}

	.goods_unit{
		width: 48%;
		padding: 15px;
		margin-top: 1.5rem;
		margin-left: 1%;
		margin-right: 1%;
	}

	.btn,
	a.btn,
	button.btn {
	  padding: 15px 0rem;
	}
	
}

@media screen and (max-width: 800px) {
	.goods_block p span{
		font-size: 12px;
		font-size: 1.2rem; 
	}

	.btn,
a.btn,
button.btn {
  padding: 5px 0rem;
}
}

@media screen and (max-width: 580px) {

	.goods_unit{
		width: 90%;
		padding: 15px;
		margin-top: 1.5rem;
		margin-left: 0%;
		margin-right: 0%;
		border-radius: 20px;
		border: solid 4px #301610;
		box-shadow: 1px 1px 5px #5b4e4c;
	}
}

/*07_order
------------------------------------------*/
p.order{
	padding-bottom: 10px;
}


/*08_venue
------------------------------------------*/
.venue_block h3{
	width: 100%;
	background-color: #F19741;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem; 
}

.venue_block h3:first-of-type{
	margin-top: 0rem;
}

.note_big{
	text-align: center;
}
  
  .button a {
	display: block;
	margin: 0 auto;
	padding: 1em 1em;
	font-weight: 700;
	background-color: #80BE3B;
	box-shadow: 0 5px 0 #5e744c;
	transition: 0.3s;
	border-radius: 10px;
	width: 80%;
	max-width: 510px;
	text-align: center!important;
	text-decoration: none;
	color: #ffffff;
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  }
  
  .button a::after {
	content:"";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:45%;
	right: 5%;
	transform: rotate(45deg);
  }
  
  .button a:hover {
	transform: translateY(3px);
	text-decoration: none;
	box-shadow: 0 2px 0 #5e744c;
  }
@media screen and (max-width: 800px) {
	.venue_block h3{
		font-size: 16px;
		font-size: 1.6rem; 
		padding: 5px;
		margin-bottom: 0.75rem;
		margin-top: 1.5rem;
	}

	.note_big{
		text-align: left;
	}
	.button a {
		width:250px;
		max-width:250px;
		margin-top: 0.5rem;
		margin-bottom: 1.5rem;
	  }

	  .button a::after {
		content:"";
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		position: absolute;
		top:45%;
		right: 5%;
		transform: rotate(45deg);
	  }
}

/*08_Twitter
------------------------------------------*/
.twitter_inlne{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130vw;
	width: 100%;
	max-width: 700px;
	position: relative;
	overflow-y: scroll;
	height: 100vw;
	}
	
	.twitter_inlne iframe{
		width: 100% !important;
		height: auto;
		position: absolute !important;
		top:  0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow-y: scroll;
	}
	
	@media (max-width: 800px){
		.twitter_inlne{
			padding-bottom: 130vw;
			min-height: 400px;
			}
	}

/*09_Contact
------------------------------------------*/
@media screen and (min-width: 750px) {
#contact_btn{
	width: min(44.785vw,627px);
    aspect-ratio: 618/100;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	padding-bottom: 6rem;
}

#contact_btn{
	filter: drop-shadow(3px 3px 8px rgb(93, 93, 93));
	transition: .3s;
	}

	#contact_btn:hover {
		filter: drop-shadow(0px 0px 0px rgb(93, 93, 93));
		transform: translate3d(0, 8px, 0);
	  }
	}

@media (max-width: 800px){
	#contact_btn{
		width: 95%;
		margin-top: 3rem;
		padding-bottom: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
}

/*10_footer
------------------------------------------*/
footer{
	background-color: #5F3A0E;
	text-align: center;
	color: #ffffff;
	padding: 10px;
	font-family: 'Noto Sans', sans-serif;
}
span {
    -webkit-locale: "en";
}


/*11_catch
------------------------------------------*/
.frame_green_catch{
	border-radius: 20px;
	background-color:rgba(255, 255, 255, 0.7);
	border: solid 8px #80BE3B;
	padding: 5%;
	margin-top: 3rem;
}
#catch{
	width: 90%;
	max-width: 1240px;
margin-left: auto;
margin-right: auto;
padding-top: 0;
position: relative;
}

#catch_ttl{
	width: 65%;
	max-width: 1106px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	z-index: 99;
	position: relative;
	}

#catch_txt{
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
}


#comingsoon{
	font-size: 6vw;
	text-align: center;
	line-height: 120%;
}

@media screen and (max-width: 800px) {
	.frame_green_catch{
		margin-top: 1.5rem;
		border: solid 6px #80BE3B;
	}
}