@charset "UTF-8";
*{
	box-sizing: border-box;
	font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
}
html {-webkit-text-size-adjust:100%;}
body {
	background: #00a23f;
	font-family: "游ゴシック", "Yu Gothic", "YakuHanJP","Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,Verdana,sans-serif;
	line-height: 1.4;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
section{
	margin: 10% 0 5% 0;
}
#container{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
a{
	display: block;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
a:link {}
a:active,a:visited {
}
a:focus, *:focus {
	outline:none !important;
}
a:hover {
	opacity: .7;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul,ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 32px;
  margin: 0 0 5%;
  padding: 0;
}
h3 {
  font-size: 30px;
  text-align: center;
}
h4{
  font-size: 24px;
}
.ul{
  text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.left{
	text-align: left !important;
}
.center{
	text-align: center !important;
}
.right{
	text-align: right !important;
}
/* ====================================
  header
===================================== */
header{
	margin: 0;
	padding: 0;
	width: 100%;
}
header img{
	width: 100%;
}

/* ====================================
  main
===================================== */
.inner{
	padding-left: 5%;
	padding-right: 5%;
}
#intro,#theme,#dj,#artist,#present,#content,#present{
	display: flex;
}
#theme,#artist,#present{
	flex-direction: row-reverse;
}
.section-title-img{
	max-width: 100%;
	width: 8%;
	margin-top: 1.5%;
}
.section-detail{
	width: 92%;
}
/*Slide*/
#slide{
	background: #fff;
	padding: 2% 0;
	margin: 5% 0 0 0 !important;
}
#slide li{
	margin: 0 1.5%;
}
/*intro*/
#intro {
	padding-left: 5%;
}
#intro .section-detail{
	padding-left: 3%;
}
#intro .section-detail > div{
	margin: 15% 0;
}
#intro p{
	font-size: 20px;
	font-weight: 600;
	padding: 0 5% 0 1%;
	line-height: 1.8;
}
/*Youtube*/
#video{
	position: relative;
	width: 100%;
	text-align: center;
}
#youtube{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video img{
	position: absolute;
	bottom: -10%;
	right: 4%;
	width: 150px;
}

/*テーマ*/
#theme {
	padding-right: 5%;
}
#theme h2{
	text-align: right;
}
#theme p{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.8;
}
#theme .section-detail{
	padding-right: 3%;
}
#theme .section-detail > div{
	margin: 12% 0 5% 0;
	padding-left: 18%;
}
#theme .section-detail > div img{
	width: 90%;
}
p.theme_about{
	font-size: 27px !important;
	margin: 0 0 9% 0;
}
p.theme_detail{
	margin: 9% 0 4% 0;
}
/*dj*/
#dj{
	padding-left: 5%;
}
#dj .section-detail{
	padding-left: 3%;
}
#dj .section-detail > div{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 85%;
	margin-right: 15%;
	flex-wrap: wrap;
}
#dj .section-detail > div > div:first-child{
	width: 40%;
}
#dj .section-detail > div > div:last-child{
	width: 60%;
	padding-right: 4%;
}
#dj .section-detail h3{
	font-size: 30px;
	font-weight: 600;
	margin: 10px 0;
	text-align: left;
}
#dj .section-detail p{
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	padding: 1% 0;
	line-height: 1.8;
}
/*アーティスト*/
#artist{
	padding-right: 5%;
}
#artist .section-detail{
	padding-right: 3%;
}
.artist-info img{
	margin: 0 auto;
}
.artist-name h3{
	font-size: 30px;
	margin-top: 10px;
}
.artist-info{
	text-align: center;
}
.artist-lineup p{
	margin: 8% 0;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
}
.artist-lineup ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.artist-lineup ul li{
	width: 45%;
}
.artist-lineup ul li:nth-child(2){
	margin-top:25%;
}
.artist-lineup ul li:nth-child(3),
.artist-lineup ul li:nth-child(5),
.artist-lineup ul li:nth-child(7),
.artist-lineup ul li:nth-child(9){
	margin-top:-10%;
}
.artist-lineup ul li:nth-child(4),
.artist-lineup ul li:nth-child(6),
.artist-lineup ul li:nth-child(8){
	margin-top:20%;
}
/*スペシャルコンテンツ*/
#content{
	padding-left: 5%;
}
#content h2{
	text-align: right;
}
#content .section-detail{
	padding-left: 5%;
}
#content .section-detail h3{
	margin-bottom: 5%;
}
#contetn .section-detail > ul{
	text-align: center;
	margin-top: 12%;
}
#content .section-detail > ul li{
	margin-top: 20%;
	margin-bottom: 10%;
}
#content .section-detail > ul li p{
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	margin: 5% 0;
	padding: 0 1%;
}
#content .section-detail > ul > li > img{
	margin: 0 auto 5% auto;
}
/*プレゼント*/
#present{
	padding-right: 5%;
}
#present h2{
	text-align: right;
}
#present .section-detail{
	padding-right: 5%;
}
#present .section-detail h3{
	margin-bottom: 5%;
}
#present .section-detail > ul{
	text-align: left;
	margin-top: 12%;
}
#present .section-detail > ul li{
	margin-top: 20%;
	margin-bottom: 10%;
}
#present .section-detail > ul li p{
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	margin: 5% 0;
	padding: 0 1%;
}
#present .section-detail > ul > li > img{
	margin: 0 auto 5% auto;
}
.present-note{
	text-align: left;
	margin-top: 10%;
}
/*Twitter*/
.twitter{
	position: relative;
	margin-riht: 18%;
}
.twitter img{
	width: 80%;
	margin: 0 10% 0 10%;
}
.tw-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width: 550px;
	height: 800px;
	overflow: scroll;
	border: 4px solid #00963f;
	border-radius: 10px;
}
/*バナー*/
.banner-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner-list li{
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.banner-list li a{
	width: 30%;
	margin: 0 auto 3%;
}
.banner-list li:nth-child(2) a{
	width: 15%;
}
/* ====================================
  footer
===================================== */
footer{
	background: #00a23f;
	padding: 30px 0;
}
.copyright{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	margin: 0;
	text-align: center;
}
/* ====================================
  mediaquery
===================================== */
@media screen and (min-width: 1200px){
	#container{
		margin: 0 auto;
		width: 1200px;
	}
}
@media screen and (max-width: 1199px){
	#container{
		margin: 0;
		width: 100%;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
	.tw-inner{
		top: 50%;
		left: 50%;
		height: 740px;
		overflow: scroll;
	}
}
@media screen and (max-width: 991px) and (min-width: 769px){
	.tw-inner{
		left: 50%;
		width: 500px;
		height: 500px;
	}
}
@media screen and (min-width: 769px){
	.br-sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.copyright{
		font-size: 10px;
	}
	.br-pc{
		display: none;
	}
	#dj .section-detail h3{
		font-size: 24px;
	}
	#dj .section-detail p{
		font-size: 16px;
	}
	.artist-name h3{
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) and (min-width: 641px){
	#video .youtube iframe{
		width: 84%;
		height: 400px !important;
	}
	.tw-inner{
		top:50%;
		left: 50%;
		width: 450px;
		height: 450px;
	}
}
@media screen and (min-width: 641px){
	.artist-lineup{
		margin-top: 12%;
		padding-left: 5%;
	}
	.present-note p{
		font-size: 20px!important;
	}
}
@media screen and (max-width: 640px){
	.artist-lineup ul li{
		width: 70%;
	}
	.artist-lineup ul{
		margin-top: 20%;
		margin-left: 10%;
	}
	.artist-lineup ul li:nth-child(2),
	.artist-lineup ul li:nth-child(3),
	.artist-lineup ul li:nth-child(4),
	.artist-lineup ul li:nth-child(5),
	.artist-lineup ul li:nth-child(6),
	.artist-lineup ul li:nth-child(7),
	.artist-lineup ul li:nth-child(8),
	.artist-lineup ul li:nth-child(9)
	{
		margin-top: 5%;
	}
	.artist-lineup ul li:first-child,
	.artist-lineup ul li:nth-child(3),
	.artist-lineup ul li:nth-child(5),
	.artist-lineup ul li:nth-child(7),
	.artist-lineup ul li:nth-child(9){
		margin-right: 30%;
	}
	.artist-lineup ul li:nth-child(2),
	.artist-lineup ul li:nth-child(4),
	.artist-lineup ul li:nth-child(6),
	.artist-lineup ul li:nth-child(8){
		margin-left: 30%;
	}
	#dj .section-detail > div > div:first-child{
		width: 80%;
		margin: 0 auto;
		padding-right: 0;
	}
	#dj .section-detail > div > div:first-child img{
		margin: auto;
	}
	#dj .section-detail > div > div:last-child{
		width: 100%;
	}
	#dj .section-detail h3{
		font-size: 24px;
		text-align: center;
	}
	#dj .section-detail p{
		text-align: left;
	}
	.artist-name h3{
		font-size: 20px;
	}
	.banner-list li{
		font-size: 12px;
	}
	.banner-list li a{
		width: 50%;
	}
	.banner-list li:nth-child(2) a{
		width: 30%;
	}
}
@media screen and (max-width: 640px) and (min-width: 481px){
	#video .youtube iframe{
		width: 84%;
		height: 300px !important;
	}
	.twitter img{
		width: 90%;
		margin: 0 auto;
	}
	.tw-inner{
		top:50%;
		width: 400px;
		height: 400px;
	}
}
@media screen and (min-width: 481px){
	.only_sp{
		display: none !important;
	}
	#content .section-detail > ul{
		margin-right: 18%;
	}
	#present .section-detail > ul{
		margin-left: 18%;
	}
}
@media screen and (max-width: 480px){
	.only_pc{
		display: none !important;
	}
	.only_sp{
		display: block !important;
	}
	#slide{
		margin: 15% 0 0 0 !important;
	}
	#slide ul li img{
		height: 20px;
	}
	#video{
		margin: 15% 0
	}
	#video .youtube iframe{
		width: 84%;
		height: 200px !important;
	}
	#video img{
		bottom: -10%;
		right: 4%;
		width: 60px;
	}
	.section-title-img{
		width: 10%;
	}
	.section-detail{
		width: 90%;
	}
	#intro,#dj{
		padding-left: 7%;
	}
	#theme,#artist{
		padding-right: 7%;
	}
	#intro .section-detail,#dj .section-detail{
		padding-left: 5%;
	}
	#theme .section-detail,#artist .section-detail{
		padding-right: 5%;
	}
	#intro p{
		font-size: 14px;
		margin-top: 20px;
	}
	#intro .section-detail > div{
		margin: 50px 0 30px 0;
	}
	p.theme_about{
		font-size: 16px !important;
		margin: 30px 0;
	}
	#theme .section-detail > div{
		margin: 80px 0 50px 0;
	}
	#theme .section-detail > div img{
		width: 100% !important;
	}
	#theme p{
		font-size: 14px;
	}
	p.theme_detail{
		margin: 30px 0;
	}
	#dj .section-detail p{
		font-size: 14px;
	}
	.dj-sp{
		width: 75%;
		margin: 0 auto;
	}
	.dj-sp h3{
		font-size: 24px;
		margin: 10px 0;
	}
	.dj-sp img{
		width: 70%;
		margin: auto;
	}
	.dj-sp p{
		font-size: 13px;
		font-weight: 600;
		line-height: 1.8;
	}
	.artist-lineup-sp{
		margin-top: -80px;
	}
	.artist-lineup-sp h3{
		font-size: 18px !important;
	}
	.only_sp.artist-lineup-sp p{
		font-weight: 600;
		text-align: center;
		margin: 10% auto;
	}
	.artist-lineup-sp ul{
		width: 80%;
		margin: 0 auto;
	}
	.artist-lineup-sp ul li{
		width: 60%;
	}
	li.even{
		margin-right: 40%;
	}
	li.odd{
		margin-left: 40%;
	}
	#content .section-detail h3{
		margin-bottom: 5%;
	}
	#content .section-detail h3 img{
		margin: 60px 0 30px 0;
	}
	#content .section-detail > ul{
		margin-right: 9%;
	}
	#content .section-detail > ul li p{
		font-size: 13px;
		line-height: 1.6;
		padding: 0;
	}
	.content-lineup-sp{
		margin: 5% 8% 20% 8%;
	}
	.only_sp.content-lineup-sp h3{
		margin: 40px 0 30px 0;
	}
	.content-lineup-sp > div{
		padding: 0 5%;
	}
	.content-lineup-sp > div img{
		margin-bottom: 5%;
	}
	.content-lineup-sp p{
		font-size: 13px;
		font-weight: 600;
	}

	
	#present .section-detail h3{
		margin-bottom: 5%;
	}
	#present .section-detail h3 img{
		margin: 60px 0 30px 0;
	}
	#present .section-detail > ul{
		margin-left: 9%;
	}
	#present .section-detail > ul li p{
		font-size: 13px;
		line-height: 1.6;
		padding: 0;
	}
	.present-lineup-sp{
		margin: 5% 8% 20% 8%;
	}
	.only_sp.present-lineup-sp h3{
		margin: 40px 0 30px 0;
	}
	.present-lineup-sp > div{
		padding: 0 5%;
	}
	.present-lineup-sp > div img{
		margin-bottom: 5%;
	}
	.present-lineup-sp p{
		font-size: 13px;
		font-weight: 600;
	}
	.present-note p{
		font-size: 13px !important;
		text-indent: -1.3em;
		margin-left: 1.3em;
	}
	.twitter img{
		width: 96%;
		margin: 0 2%;
	}
	.tw-inner{
		width: 270px;
		height: 270px;
	}
}