body {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

img {
  line-height: 0;
  font-size: 0;
  border: 0;
}

a img, fieldset, img {
  border: 0;
}

blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, ul, li, ol, p, pre, span, td, th {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
  font-size: 100%;
}

ul, li, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

hr {
  display: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#container {
  margin: 0 auto;
  text-align: center;
  line-height: 160%;
  min-width: 1000px;
  overflow-x: hidden;
  font-size: 18px;
  font-family: 'Oswald','Noto Sans JP', sans-serif;
}

#content {
  background: #201a18 url("../img/bg01.jpg") repeat center top;
  color: #FFF;
}

@media screen and (min-width: 760px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}
@media screen and (max-width: 759px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}
.cInner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 759px) {
  /* SP */
  #container {
    min-width: 100%;
    font-size: 3.4vw;
  }

  .cInner {
    width: 100%;
    padding: 0 5vw;
  }

  .fit {
    width: 100%;
    height: auto;
    display: block;
  }
}
/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
#main {
  background: url("../img/main_bg.jpg") no-repeat center bottom;
  background-size: 1400px auto;
  min-height: 700px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #main {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 759px) {
  #main {
    background-size: auto 100%;
    min-height: 90vw;
  }
}
#main .title {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  #main .title {
    padding: 10vw 3vw 5vw 3vw;
  }
}
#main .navigator {
  margin: 20px auto 0 auto;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  #main .navigator {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) {
  #main .navigator .img {
    width: 25vw;
    margin: 0 auto;
    text-align: center;
  }
}
#main .navigator .img img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#main .navigator .name {
  display: inline-block;
  background-color: #201a18;
  color: #FFF;
  font-size: 13px;
  padding: 2px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 759px) {
  #main .navigator .name {
    font-size: 3.4vw;
  }
}

/*-------------------------------------------------
	++ HOME CONTENTS 
-------------------------------------------------*/
.section {
  padding: 70px 0;
  position: relative;
}
.section .secHead {
  margin-bottom: 40px;
}
.section .secHead h2 {
  font-size: 32px;
  font-weight: 700;
}
.section .secHead .text {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 759px) {
  .section {
    padding: 10vw 0;
  }
  .section .secHead {
    margin-bottom: 5vw;
  }
  .section .secHead h2 {
    font-size: 6vw;
    line-height: 1.2;
  }
  .section .secHead h2 img {
    max-width: 50vw;
    margin: 0 auto;
    text-align: center;
  }
  .section .secHead .text {
    margin-top: 5vw;
  }
}
#intro {
  padding: 90px 0;
}
@media screen and (max-width: 759px) {
  #intro {
    padding: 10vw 0;
  }
}
#intro .secHead {
  background: url("../img/intro_title_bg.png") no-repeat center center;
  background-size: 560px auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 759px) {
  #intro .secHead {
    background-size: 100% 100%;
    margin-bottom: 5vw;
  }
}
#intro .secHead h2 {
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  #intro .secHead h2 {
    font-size: 6vw;
  }
}
#intro .text {
  line-height: 2;
}

#blueskyheaven {
  background: #f3ce91 url("../img/bg02.jpg") repeat center top;
  color: #201a18;
}
#blueskyheaven .artistList {
  margin-top: 30px;
}
@media screen and (max-width: 759px) {
  #blueskyheaven .artistList {
    margin-top: 5vw;
  }
}
#blueskyheaven .artistList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#blueskyheaven .artistList ul li {
  width: 45%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 759px) {
  #blueskyheaven .artistList ul li {
    width: 100%;
    padding: 0 2vw;
    margin-bottom: 5vw;
  }
}
#blueskyheaven .artistList ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
#blueskyheaven .artistList ul li .name {
  display: inline-block;
  background-color: #201a18;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  padding: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 759px) {
  #blueskyheaven .artistList ul li .name {
    font-size: 3.4vw;
  }
}

#guests .guestList ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#guests .guestList ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  #guests .guestList ul li {
    width: 50%;
    padding: 0 2vw;
    margin-bottom: 5vw;
  }
}
#guests .guestList ul li .img {
  margin: 0 auto 10px auto;
  text-align: center;
  position: relative;
}
#guests .guestList ul li .img img {
  width: 100%;
  height: auto;
  display: block;
}
#guests .guestList ul li .bel {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 759px) {
  #guests .guestList ul li .bel {
    font-size: 2.8vw;
  }
}

#sponsor .secHead {
  margin-bottom: 80px;
}
@media screen and (max-width: 759px) {
  #sponsor .secHead {
    margin-bottom: 10vw;
  }
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  background-color: #201a18;
  color: #FFF;
  padding: 20px 0 100px 0;
}
#jwaveFooter .commonSet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#jwaveFooter .commonSet .toHome {
  width: 50%;
  text-align: left;
}
#jwaveFooter .commonSet .footerLogo {
  width: 50%;
  text-align: right;
}
#jwaveFooter .commonSet .copyRight {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 759px) {
  /* SP */
  #jwaveFooter {
    padding: 6vw 0;
  }
  #jwaveFooter .commonSet .toHome {
    width: 70%;
  }
  #jwaveFooter .commonSet .toHome a {
    width: 25%;
    display: block;
  }
  #jwaveFooter .commonSet .footerLogo {
    width: 30%;
  }
  #jwaveFooter .commonSet .copyRight {
    width: 60%;
    margin: 0 auto;
    margin-top: 8vw;
  }
}
