@charset "UTF-8";

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.font_red {
	color: #f00;
}
.tasting1 {
	border-radius: 15px;
    background-color: #0062FF;
	padding: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-family: "New Amsterdam", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.timetable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.timetable img {
	width: 100%;
}

@media print, screen and (min-width : 769px) {
body {
    background-color: #5ca047;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 180%;
}
header {
    text-align: center;
}
	header img {
		width: 1400px;
	}
main {
    width: 1200px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -1px;
}
footer {
    text-align: center;
    color: #fff;
    
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
	.sp {
		display: none;
	}
section {
    margin-bottom: 80px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
}
h2 {
    color: #006934;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}
h2::before {
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url(../images/picon.png);
  background-size: 100% 100%;
    margin-right: 10px;
}
    .logo {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .logo img {
        width: 100%;
    }
.border {
background: radial-gradient(circle farthest-side, #dadf00, #dadf00 30%, transparent 30%, transparent);
background-size: 20px;
content: '';
display: inline-block;
height: 20px;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
}
.font_l {
    font-size: 1.8rem;
}
.font_m {
    font-size: 1.4rem;
}
.font_w {
    font-weight: 600;
}
.font_center {
    text-align: center;
}
.frame {
    text-align: center;
    margin: 0;
    padding: 0;
}
.frame img{
  vertical-align: top;
}
	ul.photo1 {
		display: flex;
		justify-content: space-between;
	}
	ul.photo1 li {
		width: 19%;
	}
	ul.photo1 li img {
		width: 100%;
		border-radius: 10px;
	}
	ul.photo2 {
		display: flex;
		justify-content: space-between;
	}
	ul.photo2 li {
		width: 24%;
	}
	ul.photo2 li img {
		width: 100%;
		border-radius: 10px;
	}
    
    ul.shop {
        display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
    }
    ul.shop li {
        width: 22%;
        background-color: #f1e7c1;
        box-sizing: border-box;
        margin: 10px;
        padding: 20px;
        border-radius: 10px;
        font-size: 1rem;
		position: relative;
    }
    ul.shop li .shopname {
        font-size: 0.9rem;
        font-weight: 600;
    }
    .icon {
        font-size: 0.7rem;
        line-height: 100%;
        color: #fff;
        background-color:mediumseagreen;
        border-radius: 10px;
        padding: 3px;
        display: inline-block;
        margin-right: 2px;
    }
    ul.shop li img {
        width: 100%;
    }
    ul.shop::after {
display: block;
content:"";
width: 513px;
}
	ul.shop li .new {
    position: absolute;
    top: 10px;
    right: 10px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		background-color: #FF0092;
		color: #fff;
		line-height: 30px;
		text-align: center;
		font-size: 16px;
		font-family: "New Amsterdam", sans-serif;
  font-weight: 400;
  font-style: normal;
	}
	ul.shop li .tasting {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #0062FF;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-family: "New Amsterdam", sans-serif;
    font-weight: 400;
    font-style: normal;
	}
    
#stage ul{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
#stage ul li {
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
}
#stage ul li img {
	width: 100%;	
    border-radius: 10px;
}
#ticket .subtitle {
	font-weight: 600;
	}
	#ticket ul.tickettype{
	display: flex;
	justify-content: center;
}
#ticket ul.tickettype li {
    width: 20%;
    margin-left: 5px;
    margin-right: 5px;
    border-width: 4px;
    border-style: solid;
	padding: 5px;
	border-color: #dadf00;
	font-size: 0.8rem;
	line-height: 140%;
}
#ticket ul.tickettype li .title {
	font-weight: 600;
	font-size: 1rem;
	line-height: 200%;
}
	#ticket ul.banner{
	display: flex;
	justify-content: center;
}
#ticket ul.banner li {
    margin-left: 5%;
    margin-right: 5%;
	 border: none;
	width: 30%;
}
	#ticket ul.banner li img {
		width: 100%;
		height: auto;
	}
#cloudfunding ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cloudfunding ul li {
    width: 30%;
    margin-left: 5px;
    margin-right: 5px;
	margin-bottom: 10px;
    border-width: 4px;
    border-style: solid;
	padding: 5px;
	border-color: #dadf00;
	font-weight: 600;
}
	#cloudfunding ul li a {
		text-decoration: none;
		color: #000;
		display: block;
	}
#cloudfunding ul li .number {
	width: 100%;	
	background-color: #dadf00;
	color: #f00;
	padding: 5px;
	box-sizing: border-box;
}
#cloudfunding ul.tickettype li .title {
	font-weight: 600;
	font-size: 1rem;
	line-height: 200%;
}
	#ticket ul.banner{
	display: flex;
	justify-content: center;
}
#cloudfunding ul.banner li {
    margin-left: 5%;
    margin-right: 5%;
	 border: none;
	width: 30%;
}
#cloudfunding ul.banner li img {
		width: 100%;
		height: auto;
	}
#sponsor ul{
	display: flex;
	justify-content: center;
}
#sponsor ul li {
	width: 20%;
	margin-left: 5%;
	margin-right: 5%;
}
#sponsor ul li img {
	width: 100%;	
}
#ambassador ul{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
#ambassador ul li {
	width: 12%;
	margin-left: 5%;
	margin-right: 5%;
}
#ambassador ul li img {
	width: 100%;	
    border-radius: 30px;
}
    #ambassador .font_center img {
        width: 30px;
    }
    
    .enter_bt {
        width: 300px;
background-color: yellowgreen;
color: #fff;
text-align: center;
padding: 20px;
margin-left: auto;
margin-right: auto;
font-size: 1.6rem;
text-decoration: none;
display: block;
margin-top: 40px;
border-radius: 40px;
    }
    .amadan_photo {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .amadan_photo img {
        width: 100%;
        border-radius: 10px;
    }
}



@media only screen and (max-width : 768px) {
body {
    background-color: #5ca047;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 180%;
}
header {
	font-size: 4vw;
    text-align: center;
}
	header img {
		width: 100%;
	}
main {
    width: 96%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: -1px;
}
footer {
    text-align: center;
    color: #fff;
    
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
	.pc {
		display: none;
	}
section {
    margin-bottom: 80px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
    color: #fff;
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
}
h2 {
    color: #006934;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
}
h2::before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/picon.png);
  background-size: 100% 100%;
    margin-right: 10px;
}
	.logo {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
    .logo img {
        width: 100%;
    }
.border {
background: radial-gradient(circle farthest-side, #dadf00, #dadf00 30%, transparent 30%, transparent);
background-size: 20px;
content: '';
display: inline-block;
height: 20px;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
}
.font_l {
    font-size: 5vw;
}
.font_m {
    font-size: 4vw;
}
.font_w {
    font-weight: 600;
}
.font_center {
    text-align: center;
}
.frame {
    text-align: center;
    margin: 0;
    padding: 0;
}
.frame img{
  vertical-align: top;
}
	ul.photo1 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.photo1 li {
		width: 48%;
	}
	ul.photo1 li img {
		width: 100%;
		border-radius: 10px;
	}
	ul.photo2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.photo2 li {
		width: 48%;
	}
	ul.photo2 li img {
		width: 100%;
		border-radius: 10px;
	}
    ul.shop {
        display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
    }
    ul.shop li {
        width: 45%;
        background-color: #f1e7c1;
        box-sizing: border-box;
        margin: 2%;
        padding: 2%;
        border-radius: 10px;
        font-size: 1rem;
		position: relative;
    }
    ul.shop li .shopname {
        font-size: 3vw;
        font-weight: 600;
        line-height: 110%;
    }
    .icon {
        font-size: 1.8vw;
        line-height: 100%;
        color: #fff;
        background-color:mediumseagreen;
        border-radius: 10px;
        padding: 3px;
        display: inline-block;
        margin-right: 2px;
    }
    ul.shop li img {
        width: 100%;
    }
    ul.shop::after {
display: block;
content:"";
width: 240px;
}
	ul.shop li .new {
    position: absolute;
    top: 2%;
    right: 3%;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		background-color: #FF0092;
		color: #fff;
		line-height: 30px;
		text-align: center;
		font-size: 16px;
		font-family: "New Amsterdam", sans-serif;
  font-weight: 400;
  font-style: normal;
	}
	ul.shop li .new {
    position: absolute;
    top: 2%;
    right: 3%;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		background-color: #0062FF;
		color: #fff;
		line-height: 30px;
		text-align: center;
		font-size: 16px;
		font-family: "New Amsterdam", sans-serif;
  font-weight: 400;
  font-style: normal;
	}
    

#stage ul{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
#stage ul li {
	width: 40%;
	margin-left: 4%;
	margin-right: 4%;
	word-break: break-all;
	margin-bottom: 10px;
}
#stage ul li img {
	width: 100%;	
    border-radius: 10px;
}
#ticket .subtitle {
	font-weight: 600;
	}
	#ticket ul.tickettype{
	display: flex;
	justify-content: left;
		flex-wrap: wrap;
}
#ticket ul.tickettype li {
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
	margin-bottom: 5px;
    border-width: 4px;
    border-style: solid;
	padding: 5px;
	border-color: #dadf00;
	font-size: 2vw;
	line-height: 140%;
}
#ticket ul.tickettype li .title {
	font-weight: 600;
	font-size: 3vw;
	line-height: 140%;
}
	#ticket ul.banner{
	display: flex;
	justify-content: center;
		flex-wrap: wrap;
}
#ticket ul.banner li {
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
	 border: none;
	width: 80%;
	text-align: center;
	font-weight: 600;
}
	#ticket ul.banner li img {
		width: 100%;
		height: auto;
	}
#cloudfunding ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
#cloudfunding ul li {
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
	margin-bottom: 5px;
    border-width: 4px;
    border-style: solid;
	padding: 5px;
	border-color: #dadf00;
	font-size: 3vw;
	font-weight: 600;
	line-height: 140%;
}
	#cloudfunding ul li a {
		text-decoration: none;
		color: #000;
		display: block;
	}
#cloudfunding ul li .number {
	width: 100%;	
	background-color: #dadf00;
	color: #f00;
	padding: 5px;
	box-sizing: border-box;
}
#cloudfunding ul.tickettype li .title {
	font-weight: 600;
	font-size: 1rem;
	line-height: 200%;
}
	#ticket ul.banner{
	display: flex;
	justify-content: center;
}
#cloudfunding ul.banner li {
    margin-left: auto;
    margin-right: auto;
	 border: none;
	width: 60%;
}
#cloudfunding ul.banner li img {
		width: 100%;
		height: auto;
	}
#sponsor ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#sponsor ul li {
	width: 80%;
	max-width: 400px;
	margin-bottom: 10px;
}
#sponsor ul li img {
	width: 100%;	
}
#ambassador ul{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
#ambassador ul li {
	width: 30%;
	max-width: 200px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}
#ambassador ul li img {
	width: 60%;	
    border-radius: 30px;
}
    #ambassador .font_center img {
        width: 30px;
    }
	

    .enter_bt {
        width: 80%;
background-color: yellowgreen;
color: #fff;
text-align: center;
padding: 10px;
margin-left: auto;
margin-right: auto;
font-size: 6vw;
text-decoration: none;
display: block;
margin-top: 40px;
border-radius: 40px;
    }
    #sp_ambassador img {
        width: 100%;
    }
}
