@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  font-family: 'Noto Sans JP', YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}

@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

header {
  padding: 40px 60px 20px;
}

@media (max-width: 1024px) {
  header {
    padding: 10px 0 10px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 599px) {
  header {
    margin-left: 20px;
    margin-right: 20px;
/*    margin-top: 20px;*/
  }
}

header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 {
  color: #121212;
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {
  header h1 {
    font-size: 2.0rem;
  }
}

@media (max-width: 1024px) {
  header .navwapper {
    background: #ffffff;
    position: fixed;
    height: 100vh;
    display: block;
    padding-top: 100px;
    width: 60%;
    right: -60%;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 200;
    top: 0;
  }
}

header .navwapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  header .navwapper ul {
    display: block;
    padding: 0 50px;
  }
}

header .navwapper ul li {
  line-height: 3em;
  margin-right: 60px;
}

@media (max-width: 1024px) {
  header .navwapper ul li {
    margin-right: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}

header .navwapper ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  header .navwapper ul li:last-child {
    margin-bottom: 0;
  }
}

header .navwapper ul li a {
  color: #121212;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1024px) {
  header .navwapper ul li a {
    color: #121212;
  }
}

header .navwapper ul li a:hover {
  color: #444444;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .navwapper .spimg {
  display: none;
}

@media (max-width: 1024px) {
  header .navwapper .spimg {
    display: block;
  }
  header .navwapper .spimg img {
    width: 30%;
    margin: 80px auto 0;
  }
}

#nav_toggle {
  margin-top: 6px;
  height: 32px;
  width: 32px;
  position: fixed;
  right: 30px;
  top: 5px;
  cursor: pointer;
  z-index: 100;
  display: none;
}

@media (max-width: 1024px) {
  #nav_toggle {
    display: block;
    z-index: 300;
  }
}

#nav_toggle span {
  background: #191919;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  margin-bottom: 8px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 0;
}

#nav_toggle span:nth-child(2) {
  top: 11px;
}

#nav_toggle span:nth-child(3) {
  top: 22px;
  margin-bottom: 0;
}

.open #nav_toggle span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
}

.open #nav_toggle span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-315deg);
          transform: translateY(-11px) rotate(-315deg);
}

.open nav {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.first {
  position: relative;
/*  height: 100vh;*/
  margin: 0 20px 20px;
/*  background-image: linear-gradient(315deg, #0047ff 0%, #ff1010 100%);

  background-image: linear-gradient(315deg, #FFFFFF 0%, #6284FF 50%, #ff4747 100%);
今年のグラデーションは「（左上）#ff1010 0%,（右下）#0047ff 100%」でお願いいたします。
*/
}
@media (max-width: 599px) {
  .first {
    /*height: 80vh;*/
  }
}

.first .mainlogo {
  width: 100%;
}

.first .mainlogo img{
  width: 100%;
}

.first p {
  position: absolute;
  bottom: 40px;
  color: rgba(255,255,255,0.7) ;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 60px;
  font-size: 5.0rem;
}

@media (max-width: 1024px) {
  .first p {
    margin: 0 20px;
    font-size: 3.2rem;
  }
}

@media (max-width: 599px) {
  .first p {
    font-size: 2.0rem;
  }
}

.artist {
  margin: 80px 20px 160px;
}

@media (max-width: 1024px) {
  .artist {
    margin: 60px 20px 120px;
  }
}

@media (max-width: 599px) {
  .artist {
    margin: 40px 20px 80px;
  }
}

.artist p.head {
  color: #c0c0c0 ;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 60px 60px;
  font-size: 5.0rem;
}

@media (max-width: 1024px) {
  .artist p.head {
    margin: 0 0 30px;
    font-size: 3.2rem;
  }
}

@media (max-width: 599px) {
  .artistt p.head {
    margin: 0 0 30px;
    font-size: 2.0rem;
  }
}

.artist .box{
  padding: 100px 12.5%;
}

@media (max-width: 1024px) {
  .artist .box{
    padding: 100px 20px;
  }
}

@media (max-width: 1024px) {
  .artist .box {
    padding: 60px 20px;
  }
}

.artist .box .boxwapper {
  margin-top: 0;
  padding: 40px 80px 80px;
  border: 6px solid #c0c0c0;
}
.artist .box .boxwapper h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #ff0000;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.artist .box .boxwapper p ,
.artist .box .boxwapper p span{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.artist .box .boxwapper img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1024px) {
  .artist .box .boxwapper {
    margin-top: 0px;
    padding: 30px 30px 60px;
  }
}

@media (max-width: 599px) {
  .artist .box .boxwapper {
    border: 3px solid #c0c0c0;
    padding: 20px 20px 40px;
  }
  .artist .box .boxwapper h3 {
    font-size: 1.8rem;
  }
  .artist .box .boxwapper p ,
  .artist .box .boxwapper p span{
    font-size: 1.4rem;
  }
}

.artist .titlewapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .artist .titlewapper {
    display: block;
  }
}

.artist .titlewapper .title {
  width: 34.37%;
}

@media (max-width: 1024px) {
  .artist .titlewapper .title {
    width: auto;
  }
}

.artist .titlewapper .title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 10rem;
  font-weight: 600;
  -webkit-text-stroke: 2px #121212;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .artist .titlewapper .title h2 {
    font-size: 8rem;
  }
}

@media (max-width: 599px) {
  .artist .titlewapper .title h2 {
    font-size: 3rem;
    -webkit-text-stroke: 1px #121212;
  }
}

.artist .titlewapper .title p {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (max-width: 1024px) {
  .artist .titlewapper .title p {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 599px) {
  .artist .titlewapper .title p {
    font-size: 1.2rem;
  }
}

.artist .titlewapper .mediastage {
  width: 59.43%;
}

@media (max-width: 1024px) {
  .artist .titlewapper .mediastage {
    width: auto;
  }
}

.artist .titlewapper .mediastage h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 599px) {
  .artist .titlewapper .mediastage h3 {
    font-size: 1.8rem;
  }
}

.artist .titlewapper .mediastage h3::after {
  content: "";
  position: absolute;
  width: 66%;
  height: 1px;
  background: #121212;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .artist .titlewapper .mediastage h3::after {
    width: 60%;
  }
}

@media (max-width: 599px) {
  .artist .titlewapper .mediastage h3::after {
    width: 50%;
  }
}

.artist .titlewapper .mediastage ul li {
  width: 31.8%;
}

@media (max-width: 599px) {
  .artist .titlewapper .mediastage ul li {
    width: 48%;
  }
}

.artist .saijistage {
  margin-top: 40px;
}

.artist .saijistage h3 {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 599px) {
  .artist .saijistage h3 {
    font-size: 1.8rem;
  }
}

.artist .saijistage h3::after {
  content: "";
  position: absolute;
  width: 86%;
  height: 1px;
  background: #121212;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .artist .saijistage h3::after {
    width: 60%;
  }
}

@media (max-width: 599px) {
  .artist .saijistage h3::after {
    width: 50%;
  }
}

.artist .saijilist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.artist .saijilist li {
  width: 18.78%;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .artist .saijilist li {
    width: calc((100% - 30px)/4);
  }
}

@media (max-width: 599px) {
  .artist .saijilist li {
    width: 48%;
  }
}

.artist .saijilist li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.artist .saijilist li a:hover {
  opacity: 0.7;
}

.artist .saijilist li a img {
  width: 100%;
  height: 170px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f3f3f3;
}

.artist .saijilist li a h4 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
  margin-top: 6px;
}

.about {
  background: #DCE2A7;
  padding: 100px 12.5%;
}

@media (max-width: 1024px) {
  .about {
    padding: 100px 20px;
  }
}

@media (max-width: 1024px) {
  .about {
    padding: 60px 20px;
  }
}

.about h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 10rem;
  font-weight: 600;
  color: #000;
}

@media (max-width: 1024px) {
  .about h2 {
    font-size: 8rem;
  }
}

@media (max-width: 599px) {
  .about h2 {
    font-size: 3rem;
  }
}

.about .aboutwapper {
  margin-top: 40px;
  padding: 20px 80px 80px;
  border: 6px solid #000;
  -webkit-box-shadow: 2px 2px 4px -2px #7b7a7a, 2px 2px 4px rgba(123, 122, 122, 0.6) inset;
          box-shadow: 2px 2px 4px -2px #7b7a7a, 2px 2px 4px rgba(123, 122, 122, 0.6) inset;
}
.about .eventwapper {
  margin-top: 40px;
  padding: 0;
  border:none;
}
.about .eventwapper img{
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .about .aboutwapper {
    margin-top: 20px;
    padding: 20px 30px 60px;
  }
}

@media (max-width: 599px) {
  .about .aboutwapper {
    border: 3px solid #000;
    padding: 0 20px 40px;
  }
}

.about .aboutwapper .block {
  margin-top: 40px;
}

.about .aboutwapper .block h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .about .aboutwapper .block h3 {
    font-size: 1.8rem;
  }
}

.about .aboutwapper .block .text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}

@media (max-width: 599px) {
  .about .aboutwapper .block .text {
    font-size: 1.4rem;
  }
}

.about .aboutwapper .block .smallblock {
  margin-top: 6px;
}

@media (max-width: 599px) {
  .about .aboutwapper .block .smallblock {
    margin-top: 10px;
  }
}

.about .aboutwapper .block .smallblock p {
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.1em;
}

.about .aboutwapper .block .smallblock .border {
  display: inline;
  border-bottom: 1px solid #000;
}

.about .aboutwapper .block .midblock {
  margin-top: 20px;
}

.slider .swiper01, .slider .swiper02 {
  width: 100%;
}

.slider .swiper01 .swiper-wrapper, .slider .swiper02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.slider .swiper01 .swiper-wrapper .swiper-slide a, .slider .swiper02 .swiper-wrapper .swiper-slide a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider .swiper01 .swiper-wrapper .swiper-slide a:hover, .slider .swiper02 .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}

.slider .swiper01 .swiper-wrapper .swiper-slide a img, .slider .swiper02 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
}

.boothmap {
  margin: 100px 12.9%;
}

@media (max-width: 1024px) {
  .boothmap {
    margin: 100px 20px;
  }
}

@media (max-width: 599px) {
  .boothmap {
    margin: 80px 20px;
  }
}

.boothmap h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 10rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .boothmap h2 {
    font-size: 8rem;
  }
}

@media (max-width: 599px) {
  .boothmap h2 {
    font-size: 3rem;
  }
}

.boothmap img {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .boothmap img {
    margin-top: 20px;
  }
}

.greeting {
  background-image: linear-gradient(315deg, #e8dddd 0%, #6284FF 50%, #ff4747 100%);
  margin: 0 20px;
}

.greeting .content {
  width: 64.51%;
  margin: 0 auto;
  padding: 140px 0 160px;
}

@media (max-width: 1024px) {
  .greeting .content {
    width: 74%;
  }
}

@media (max-width: 599px) {
  .greeting .content {
    width: auto;
    padding: 60px 20px;
  }
}

.greeting .content h2 {
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1.4em;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .greeting .content h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 599px) {
  .greeting .content h2 {
    font-size: 2.0rem;
  }
}

.greeting .content .com {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #ffffff;
}

@media (max-width: 599px) {
  .greeting .content .com {
    font-size: 1.4rem;
  }
}

.greeting .content .name {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

@media (max-width: 599px) {
  .greeting .content .name {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .scrllnav {
    display: none;
  }
}

.scrllnav .navi {
  z-index: 1000;
  background-color: #ffffff;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-58px);
          transform: translateY(-58px);
}

.scrllnav .navi .navititle {
  margin-left: 60px;
}

.scrllnav .navi .navititle a {
  color: #121212;
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.scrllnav .navi li .s_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scrllnav .navi li .s_navi li {
  margin-right: 60px;
}

.scrllnav .navi li .s_navi li a {
  font-size: 1.8rem;
  line-height: 32px;
  color: #121212;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.scrllnav .navi li .s_navi li a:hover {
  color: #444444;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.active {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

footer {
  width: 48.48%;
  margin: 80px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  footer {
    width: 80%;
  }
}

@media (max-width: 599px) {
  footer {
    width: 90%;
    display: block;
    margin: 80px auto 40px;
  }
}

footer .iconblock {
  width: 37.5%;
}

@media (max-width: 599px) {
  footer .iconblock {
    width: 35%;
    margin: 0 auto;
  }
}

footer .iconblock img {
  width: 100%;
}

footer .iconblock .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 599px) {
  footer .iconblock .sns {
    margin-top: 10px;
  }
}

footer .iconblock .sns li {
  margin-right: 20px;
}

footer .iconblock .sns li:last-child {
  margin-right: 0;
}

footer .iconblock .sns li a img {
  width: auto;
  height: 20px;
}

@media (max-width: 599px) {
  footer .infoblock {
    margin-top: 40px;
    text-align: center;
  }
}

footer .infoblock .block {
  margin-top: 10px;
}

@media (max-width: 599px) {
  footer .infoblock .block {
    margin-top: 15px;
  }
}

footer .infoblock .block h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  footer .infoblock .block h3 {
    font-size: 1.2rem;
  }
}

footer .infoblock .block p {
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-top: 4px;
}

small {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
/*# sourceMappingURL=style_common.css.map */