body {
//	font: 18px -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', "メイリオ", Meiryo, sans-serif;
	font: 18px BlinkMacSystemFont, -apple-system, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #FFF;
	margin:0;
	padding:0;
	min-height: 100%;
	width: 100%;
	background-color: #00a200;
}

* {
	list-style: none;
	margin: 0;
	padding: 0;
	word-break: break-all;
}

/* 1024px以上の幅の場合に適応される */

a:link {
	text-decoration: none;
	color: #FFF;/*#3366CC #2E5199*/
}
a:visited {/*#1E3666*/
	text-decoration: none;
	border-style: none;
	color: #FFF;
}
a:hover {
	color: #FE0;
	border-style: none;
}
a:active {
	color: #FF0000;
	border-style: none;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 85%;
}

h6 {
	font-size: 60%;
}

img {
//	max-width:100%; 
	width /***/:auto;
//	width: 100%;
//	height: auto;
	margin: 0;
	padding: 0;
//	object-fit: cover;
//	width: 10vw; /* ビューポートが 600px だとしたら、画像の幅は 60px になる */
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#contents {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
    
	width: 1025px;
//	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	margin: 2em auto 0;
//	margin: 170px auto 0;
	padding: 0;
}

#header {
	margin-right: auto;
	margin-left: auto;
}

#footer {
	bottom: 0;
	color: #FFF;
	position: relative;
	width: 100%;
	font-size: 70%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
	background: rgba(0,0,0,0.3);
	z-index: 999;
}

/* @group LOADING */

#loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
  }
      
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
 }

/* @end */

/* @group PAGETOP */

#pageTop {
	position: fixed;
	bottom: 35px;
	right: 15px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,0.3) url(../images/pagetop.png) no-repeat center center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* @end */

/* @group PAGES */

hr {
	border:  none;
	margin: 1.5em 0;
}

.border1 {
	margin: 1.5em 0;
	border-top: 1px solid #FFF;
}

.border2 {
	border-top: 1px dotted #666;
	margin: 1.5em 0;
}

.info br {
//	display: none;
	display:block;
}

.borderbox {
//	width: 500px;
	border: 1px solid #FFF;
	display: table;
	margin: 1em auto;
	padding: 1em;
}

.borderbox2 {
	border: 1px solid #FFF;
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	padding: 0.5em;
}

.box_maru   {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 0;
	margin: 0;
	background-color: #FFF;
}

.border_maru {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
	margin: 2em auto;
}

.border_maru_bk {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
	margin: 2em auto;
	background: url(../images/black_15.png) repeat;	
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 5px solid #FFF;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @group ホーム */

#home {
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 150px 0 0;
	font-size: 170%;
	line-height: 1.5em;
	display: table;
}

.www img {
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.wwwinfo img {
//	height: auto;
//	width: 900px;
}

.footerlogo img {
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* @end */

/* @group NEWS */

#new {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(255, 0, 0, 0.7);
	color: #FFF;
	
}

#new ul li{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}



/* @end */

/* @group 概要 */

#about {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(76, 136, 255, 0.8);
	color: #FFF;
	clear: both;
}

#about span {
	font-size: 78%;
}



/* @end */

/* @group アーティスト */

#artist {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(255, 0, 125, 0.8);
	color: #FFF;
}

#artist img {
	height: auto;
	width: 400px;
}



/* @end */

/* @group チケット */

#ticket {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(50, 205, 15, 0.8);
	color: #FFF;	
}

#ticket .btn_bnr a {
//	border: 2px #FFF solid;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;

	display: block;
	height: 70px;
	width: auto;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.3);
}

#ticket .btn_bnr a:hover {
	background: rgba(120, 250, 120, 1.0);
	display: block;
	margin: 0;
	padding: 0;
}

#ticket .btn_bnr img {
	width: auto;
	height: 70px;
}

#ticket span {
	font-size: 78%;
}

.ticket_info {
	width: 90%;
}

.ticket_info ul li {
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}



/* @end */

/* @group ステージ */

#stage {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(255, 95, 25, 0.8);
	color: #FFF;
	min-height: 250px;
}



/* @end */

/* @group アクセス */

#access {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(135, 0, 200, 0.8);
	color: #FFF;	
}



/* @end */

/* @group 主催 */

#supporters {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(255, 255, 255, 0.8);
	color: #555;	
}

.btn_bnr2 img {
//	width: auto !important;
//	height: 15vw !important;
}



/* @end */

/* @group SNS */

#sns_timeline {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(255, 200, 0, 0.8);
	color: #FFF;
}

#sns_timeline ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sns_timeline ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 1.5%;
	width: 30.3%;
}

.sns_box_maru   {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 0;
	height: 480px;
	background-color: #FFF;
	margin: 2em auto;
	overflow: hidden;
}

.btn_bnr a {
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;

	display: block;
	background-color: #FFF;
	height: 70px;
	width: auto;
	margin: 0;
	padding: 0;
}

.btn_bnr a:hover {
	background: rgba(255, 160, 0, 1.0);
	display: block;
	margin: 0;
	padding: 0;
}

.btn_bnr img {
	width: auto;
	height: 70px;
}

/* @end */

/* @group SNS_bnr */

#sns_bnr {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;

	padding: 1em;
	margin: 2em 0;
	background: rgba(255, 200, 0, 0.8);
	color: #FFF;
}

.btn_bnr ul li {
	margin: 1em;
	padding: 0;
	display: block;
}

/* @end */



/* @end */

@media screen and (min-width: 0px) and (max-device-width: 320px) {

body{
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }
body::before {
	font-size: 10vw;
    background:url('../images/fix_854.jpg') repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -10;  /* ★大事 */
  }

#video-background,
#video-overlay {
//	background:url('../images/fix_854.jpg') no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}
}

@media screen and (min-width: 321px) and (max-device-width: 640px) {

body{
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }
body::before {
	font-size: 5vw;
    background:url('../images/fix_1280.jpg') repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -10;  /* ★大事 */
  }

#video-background,
#video-overlay {
//	background:url('../images/fix_854.jpg') no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.borderbox {
	width: 500px;
	border: 1px solid #FFF;
	display: table;
	margin: 1em auto;
	padding: 1em;
}
}

@media screen and (min-width: 1024px)  {

body{
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }
body::before {
	font-size: 5vw;
    background:url('../images/fix_1920.jpg') repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -10;  /* ★大事 */
  }

#contents {
}

#video-background,
#video-overlay {
	position: fixed;
	top: 0; 
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
}

#video-background {
	z-index: -2;
}

#video-overlay {
	z-index: -1;
}
}

@media screen and (max-width: 1024px) {

br {
//	display: none;
//	display:block;
}

body{
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }

.www img {
	height: auto;
	width: 60%;
}

.wwwinfo img {
	height: auto;
	width: 100%;
}

.footerlogo img {
	height: auto;
	width: 70%;
}

body::before {
    background:url('../images/fix_854.jpg') repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -10;  /* ★大事 */
  }

#wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#contents {
	width: 90%;
}

.borderbox {
	border: 1px solid #FFF;
	display: table;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 80%;
}

#video-background,
#video-overlay {
	display: none;
}
}

@media screen and (min-width: 640px)  {

#sns_timeline {
}

#sns_bnr {
	display: none;
}



}

@media screen and (max-width: 640px) {

#wrapper {
	width: 100%;
	margin: 0 auto 100px;
	padding: 0;
}

#contents {
	width: 90%;
	margin-top: 2em;
}

#home {
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 60px 0 0;
	font-size: 170%;
	line-height: 1.5em;
	display: table;
}

#artist img {
	height: auto;
	width: 200px;
}

#sns_timeline {
	display: none;
}

#sns_bnr {
}

.btn_bnr a {
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 40px;
	display: table;
}

.btn_bnr img {
	max-height: 40px;
	width: auto;
	height: 100%;
}

.btn_bnr2 img {
	width: auto !important;
	height: 15vw !important;
}

#video-background,
#video-overlay {
	display: none;
}

_#pageTop {
	position: fixed;
	width: 100%;
	right: 0;
	bottom: 30px;
	margin: 0;
	padding: 0;
}
 
_#pageTop a {
	display: block;
	z-index: 500;
	padding: 0;
	width: 100%;
	height: 70px;
	border-radius: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,0.6) url(../images/pagetop.png) no-repeat center center;
	margin: 0;
}
 
_#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#footer {
	bottom: 0;
	color: #FFF;
	position: fixed;
	width: 100%;
	font-size: 3wv;
	margin: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @group min */

.ticket{
	margin-right: auto;
	margin-left: auto;
	width: 100% !important;
}

.ticket p{
	margin: 0;
	padding: 0;
	line-height: 1.5em !important;
	text-align: center !important;
//	text-align: left;
}

.ticket_info {
	width: 98%;
}

.ticket_info ul li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.ticket dl {
	border-top: 2px dotted #FFF !important;
}

.ticket dt, .ticket dd{
//	border-bottom: 1px dashed #fff important;
}

.ticket dt {
	border: none !important;
	line-height: 2em !important;
	height: 2em !important;
	float: none !important;
	width: 100% !important;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	background: rgba(0, 0, 0, 0.2);
}

.ticket dt p {
	margin: 0;
	padding: 0;
}

.ticket dd {
	line-height: 1.5em !important;
	height: auto !important;
	float: none !important;
	width: 100% !important;
	border-bottom: 2px dotted #FFF !important;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

.ticket dd p {
	margin: 0;
	padding: 0;
}

.allday strong{
	line-height: 1.5em !important;
}

/* @end */
}

/* @group 要素 */

dl,dt,dd{
	margin: 0;
	padding: 0;
}
.ticket{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.ticket p{
	margin: 0;
	padding: 0;
//	line-height: 2em;;
}

.day-border{
	border: 1px solid #FFF;
	font-size: 80%;
}
.ticket h2{
	text-align: center;
}

.ticket dl {
	border-top: 3px solid #FFF;
}
.ticket dt, .ticket dd{
	border-bottom: 3px solid #fff;
}
.ticket dt {
	text-align: right;
	line-height: 5em;
	border-right: 2px dotted #FFF;
	float: left;
	height: 5em;
	width: 49%;
	white-space: nowrap;
}

.ticket dd {
	text-align: left;
	width: 50%;
	float: left;
	height: 5em;
	white-space: nowrap;
	line-height: 2.25em;
}

.ticket dt p {
	padding-right: 1em;
}

.ticket dd p {
	padding-left: 1em;
}

.allday strong{
	line-height: 3.5em;
}

/* @group グループ */

dt:first-child {
}

dd:first-child {
}

dt:last-child {
}

dd:last-child {
}

dt:nth-first-child(1) {
}

dd:nth-first-child(1) {
}

dt:nth-child(odd) {
}

dd:nth-child(odd) {
}

dt:nth-child(even) {
}

dd:nth-child(even) {
}

dt:nth-last-child(1) {
}

dd:nth-last-child(1) {
}

/* @end */


/* @end */

section {
}


