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: #333;
  text-decoration: none;
}

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

a {
  transition: all 0.3s ease-in;
}

a:hover {
  opacity: 0.8;
}

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

@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;
  }
  .fit {
    width: 100%;
    height: auto;
  }
}
.sizeXL {
  font-size: min(24px, 5vw);
}

.sizeLL {
  font-size: min(22px, 4.6vw);
}

.sizeL {
  font-size: min(20px, 4.2vw);
}

.sizeM {
  font-size: min(18px, 3.8vw);
}

.sizeN {
  font-size: min(16px, 3.4vw);
}

.sizeS {
  font-size: mi(14px, 3vw);
}

#container {
  margin: 0 auto;
  text-align: center;
  line-height: 160%;
  min-width: 1000px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background-color: #FFF;
}
#container::before {
  content: "";
  background: url(../img/main.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (orientation: landscape) {
  #container::before {
    top: -100px;
  }
}
@media screen and (orientation: portrait) {
  #container::before {
    top: 0;
  }
}
@media screen and (max-width: 759px) {
  #container::before {
    background-size: 180% auto;
  }
}
@media screen and (max-width: 759px) {
  #container {
    min-width: 100%;
    font-size: 3.4vw;
  }
}

#content {
  background-color: #FFF;
  position: relative;
}
#content img {
  max-width: 100%;
  height: auto;
}

.cInner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .cInner {
    width: 100%;
    padding: 0 5vw;
  }
}

/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
#main {
  width: 100%;
  aspect-ratio: 14/5;
  position: relative;
}
@media screen and (orientation: landscape) {
  #main {
    aspect-ratio: 14/5;
  }
}
@media screen and (orientation: portrait) {
  #main {
    aspect-ratio: 14/8;
  }
}
@media screen and (max-width: 759px) {
  #main {
    aspect-ratio: 1/1;
  }
}
#main::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1400/132;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 132'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M0,0c194.8,68.5,437.3,109,700,109S1205.2,68.5,1400,0v132H0V0Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #main::before {
    background-size: 1400px auto;
  }
}
@media screen and (max-width: 759px) {
  #main::before {
    background-size: 100% 100%;
  }
}

.section {
  padding: min(80px, 10vw) 0;
  position: relative;
}
.section .secHead {
  margin-bottom: min(40px, 5vw);
}
.section .secHead h2 {
  font-size: min(36px, 4.4vw);
  line-height: 2;
  color: #000;
}
.section .secHead h2 img {
  height: min(30px, 7vw) !important;
  width: auto !important;
}
.section .secHead .text {
  font-size: min(20px, 4.2vw);
  text-align: center;
  line-height: 2;
  font-weight: 300;
}
.section.rv {
  background-color: #fccd44;
}

#intro {
  padding-top: min(20px, 5vw);
}
#intro .navigator {
  font-weight: 600;
  margin: min(40px, 5vw) 0;
}
#intro .navigator .photo {
  margin-bottom: min(15px, 3vw);
}
@media screen and (max-width: 759px) {
  #intro .navigator .photo {
    max-width: 35vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#intro .navigator .name {
  display: block;
}
#intro h2 {
  background-color: #51708c;
  color: #FFF;
  padding: min(5px, 1vw) min(10px, 3vw);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: min(20px, 4.2vw);
  font-weight: 500;
}
#intro .text {
  font-size: min(20px, 4.2vw);
  line-height: 2;
  margin-top: min(20px, 3vw);
}
#intro .bnr {
  margin: min(40px, 5vw) auto 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: min(50px, 5vw);
  justify-content: center;
}

#live::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1400/132;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 132'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M0,0c194.8,68.5,437.3,109,700,109S1205.2,68.5,1400,0v132H0V0Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #live::before {
    background-size: 1400px auto;
  }
}
@media screen and (max-width: 759px) {
  #live::before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 759px) {
  #live .secHead .text {
    font-size: min(16px, 3.4vw);
  }
}

.artistList {
  margin-bottom: min(50px, 10vw);
}
.artistList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 759px) {
  .artistList ul {
    gap: 5vw;
  }
}
.artistList ul li {
  width: calc((100% - 90px) / 4);
  background-color: #FFF;
  padding: min(20px, 4vw);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 759px) {
  .artistList ul li {
    width: calc(50% - 2.5vw);
  }
}
.artistList ul li .photo {
  position: relative;
  width: 100%;
}
.artistList ul li .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.artistList ul li .guestName {
  margin-top: min(15px, 3vw);
  font-size: min(16px, 3.4vw);
}

.photoList {
  position: relative;
}
.photoList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 759px) {
  .photoList ul {
    gap: 3vw;
  }
}
.photoList ul li {
  width: calc((100% - 30px) / 4);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.photoList ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.photoList ul li > a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 759px) {
  .photoList ul li {
    width: calc((100% - 3vw) / 2);
  }
}
.photoList ul li img {
  display: block;
  width: 100%;
  height: auto;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  background-color: #000;
  color: #FFF;
  padding: 20px 0 78px 0;
  position: relative;
}
@media screen and (max-width: 759px) {
  #jwaveFooter {
    padding: 6vw 0;
  }
}
#jwaveFooter .commonSet {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#jwaveFooter .commonSet .toHome {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .toHome {
    width: 70%;
  }
  #jwaveFooter .commonSet .toHome a {
    width: 25%;
    display: block;
  }
}
#jwaveFooter .commonSet .footerLogo {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .footerLogo {
    width: 30%;
  }
}
#jwaveFooter .commonSet .copyRight {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .copyRight {
    width: 60%;
    margin: 0 auto;
    margin-top: 8vw;
  }
}

.fancybox-container * {
  font-size: 16px;
  color: #fff;
}

.fancybox-content {
  background-color: rgba(20, 20, 20, 0.5);
  max-width: 90%;
}
@media screen and (max-width: 759px) {
  .fancybox-content {
    padding: 5vw;
  }
}
.fancybox-content img {
  max-width: 100%;
  height: auto;
}

.gallery-modal {
  display: none;
}