@charset "UTF-8";

@font-face {
    font-family: 'IPAexMincho';
    src: url('../font/ipaexm.ttf') format('truetype');
}

/*リセット*/
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;
  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%;
          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;
}

.st{
  font-weight: 700;
  font-size: 100% !important;
}

.attention{
  color: #ff0000;
  font-size: 100% !important;
}

.attention.line{
  color: #ff0000;
  text-decoration: underline;
  font-size: 100% !important;
}
.alignR{
  text-align: right;
}
.line{
  text-decoration: underline;
  font-size: 100% !important;
}
.blue {
  color: #596db4;
}
.h2color {
  color: #ed178a;
}

h2.title {
  margin-bottom: 0.75em;
  font-size: 48px;
  font-weight: 800;
  font-family: "League Spartan", sans-serif;
  color: #ed178a;
}


@media (max-width: 1024px) {
  h2.title {

  }
}
@media (max-width: 599px) {
  h2.title {

  }
}

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

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

.first {
  width: 100%;
  z-index: 1000;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
}

header {
  padding: 20px 60px;
}
@media (max-width: 1024px) {
  header {
    padding: 30px 0;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 599px) {
  header {
    margin-top: 10px;
  }
}
header .title {
  display: flex;
  justify-content: space-between;
}
header h1 a {
  color: #121212;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  header h1 a {
    font-size: 2.4rem;
  }
}
@media (max-width: 599px) {
  header h1 a {
    font-size: 1.8rem;
  }
}
header .navwapper {
  display: flex;
}
@media (max-width: 1024px) {
  header .navwapper {
    background: #ffffff;
    position: fixed;
    height: 100vh;
    display: block;
    padding-top: 100px;
    width: 60%;
    right: -60%;
    transition: 0.7s ease-in-out;
    z-index: 200;
    top: 0;
  }
}
header .navwapper .menu {
  display: flex;
  justify-content: flex-end;
  margin-right: 120px;
}
@media (max-width: 1024px) {
  header .navwapper .menu {
    display: block;
    padding: 0 0 0 100px;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  header .navwapper .menu {
    display: block;
    padding: 0 0 0 30px;
  }
}
header .navwapper .menu li {
  line-height: 3em;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  header .navwapper .menu li {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
header .navwapper .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  header .navwapper .menu li:last-child {
    margin-bottom: 0;
  }
}
header .navwapper .menu li a {
  color: #121212;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  header .navwapper .menu li a {
    color: #121212;
  }
}
header .navwapper .menu li a:hover {
  color: #444444;
  transition: all 0.3s;
}
header .navwapper .lang {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  display: flex;
}
@media (max-width: 1024px) {
  header .navwapper .lang {
    position: static;
    margin-top: 60px;
    margin-left: 100px;
    transform: none;
  }
}
@media (max-width: 599px) {
  header .navwapper .lang {
    margin-left: 30px;
  }
}
header .navwapper .lang li {
  margin-right: 8px;
}
header .navwapper .lang li:last-child {
  margin-right: 0;
}
header .navwapper .lang li a {
  font-size: 1.6rem;
  font-family: "Cormorant Garamond", serif;
}
header .navwapper .sp_sns {
  display: none;
}
@media (max-width: 1024px) {
  header .navwapper .sp_sns {
    display: flex;
    align-items: flex-start;
    margin-left: 100px;
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  header .navwapper .sp_sns {
    margin-top: 30px;
    margin-left: 30px;
  }
}
header .navwapper .sp_sns li {
  margin-right: 30px;
}
header .navwapper .sp_sns li:last-child {
  margin-right: 0;
}
header .navwapper .sp_sns li a img {
  width: auto;
  height: 16px;
}
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: 30px;
  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;
  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) {
  transform: translateY(11px) rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
}
.open #nav_toggle span:nth-child(3) {
  transform: translateY(-11px) rotate(-315deg);
}
.open nav {
  transform: translate3d(-100%, 0, 0);
}

footer {
  padding: 120px 0 140px;
}
@media (max-width: 599px) {
  footer {
    padding: 20px 0 20px;
  }
}
footer .footerwrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 599px) {
  footer .footerwrapper {
    width: 90%;
    display: block;
    margin: 80px auto 40px;
  }
}

footer .sns {
  margin: 20px 0 20px;
}
footer .sns li {
  display: inline-block;
  margin: 0 15px;
}
footer .sns li a img {
  width: auto;
  height: 50px;
}
footer .block {
  margin-top: 20px;
  text-align: center;
}
footer .block img.logo{
  margin: 0 auto;
  display: block;
  width: 200px;
}
footer .block h3 ,
footer .block p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  footer .block h3 ,
  footer .block p {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5em;
  }
}


small {
  display: block;
  text-align: center;
  padding-bottom: 10px;
/*  background-color: #FBED96;*/
}

/*
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
*/
.mainvis {
  position: relative;
}
.mainvis .pc_mainlogo {
  width: 100%;
}

.mainvis .pc_mainlogo img{
  width: 100%;
}
.mainvis .sp_mainlogo {
  display: none;
}
@media (max-width: 599px) {
  .mainvis .pc_mainlogo ,
  .mainvis .pc_mainlogo img{
    display: none;
  }
  .mainvis .sp_mainlogo {
    display: block;
    width: 100%;
  }
  .mainvis .sp_mainlogo img{
    width: 100%;
  }
}

.mainvis .swiper01 .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.mainvis .swiper01 .swiper-wrapper .swiper-slide p {
  font-size: 1.2rem;
  position: absolute;
  color: #ffffff;
  bottom: 20px;
  left: 60px;
  z-index: 100;
}
@media (max-width: 1024px) {
  .mainvis .swiper01 .swiper-wrapper .swiper-slide p {
    left: 30px;
  }
}
.mainvis .swiper01 .swiper-wrapper .swiper-slide .black {
  color: #121212;
}
/*
.mainvis .swiper01 .swiper-wrapper .swiper-slide-active .swiper-img,
.mainvis .swiper01 .swiper-wrapper .swiper-slide-duplicate-active .swiper-img,
.mainvis .swiper01 .swiper-wrapper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 10s linear 0s;
          animation: zoomUp 10s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
*/
.mainvis .swiper01 .swiper-wrapper .swiper-img {
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
}
.mainvis .swiper01 .swiper-wrapper .slide01 {
  background-image: url(../image/main/mainimg01.png);
}
.mainvis .swiper01 .swiper-wrapper .slide02 {
  background-image: url(../image/main/mainimg02.webp);
}
.mainvis .swiper01 .swiper-wrapper .slide03 {
  background-image: url(../image/main/mainimg03.webp);
}
.mainvis .swiper01 .swiper-wrapper .slide04 {
  background-image: url(../image/main/mainimg04.webp);
}
.mainvis .logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.mainvis .logo img {
  width: 100%;
}
.mainvis .logo p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2em;
  margin-top: 20px;
}
.mainvis .logo p span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.8rem;
  margin-left: 2px;
}
@media (max-width: 599px) {
  .mainvis .swiper01 .swiper-wrapper .slide01 {
    background-image: url(../image/main/mainimg01_sp.webp);
  }
  .mainvis .logo p {
    font-size: 2.4rem;
  }
}

.about {
  padding: 160px 12.5% 0;
}
@media (max-width: 1024px) {
  .about {
    padding: 160px 9.375% 0;
  }
}
@media (max-width: 599px) {
  .about {
    padding: 80px 20px 0;
  }
}
.about .bodywapper .bodytext {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about .bodywapper .bodytext {
    width: auto;
  }
}

.about .bodywapper .bodytext .IPAex {
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-family: 'IPAexMincho', serif;
}
@media (max-width: 599px) {
  .about .bodywapper .bodytext .IPAex {
    font-size: 1.4rem;
  }
}

.howtoby {
  padding: 160px 6.25% 0;
}
@media (max-width: 1024px) {
  .howtoby {
    padding: 120px 20px 0;
  }
}
.howtoby .bodywapper {
  width: 71.42%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .howtoby .bodywapper {
    width: auto;
  }
}
.howtoby .bodywapper .block {
  padding-left: 16px;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-left: 0px;
  background: #f6f6f7;
}
@media (max-width: 1024px) {
  .howtoby .bodywapper .block {
    margin-left: 10px;
  }
}
@media (max-width: 599px) {
  .howtoby .bodywapper .block {
    margin-left: 5px;
  }
}
.howtoby .bodywapper .block h3.h3_ttl {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.howtoby .bodywapper .block h3.h3_ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #121212;
  position: absolute;
  left: -16px;
  top: 1px;
}
.howtoby .bodywapper .block h3.ul {
  margin: 20px 0 10px -16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.howtoby .bodywapper .block .text {
  margin-top: 10px;
  font-size: 1.6rem;
}
.howtoby .bodywapper .block .text span,
.howtoby .bodywapper .block .b_disc li span{
  font-size: 1.6rem;
}
.howtoby .bodywapper .block .b_disc li {
  margin-left: 1.0em;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #596db4;
  list-style-type: disc;
}
.artist {
  margin: 80px 20px 100px;
}
@media (max-width: 1024px) {
  .artist {
    margin: 60px 20px 80px;
  }
}
@media (max-width: 599px) {
  .artist {
    margin: 40px 20px 60px;
  }
}


.artist .artistwapper {

}

@media (max-width: 1024px) {
  .artist .artistwapper {

  }
}

.artist .tagboat  {
  margin-top:80px;
}
.artist .guest h3 ,
.artist .tagboat h3 {
  margin:30px 0 20px;
  position: relative;
  text-align: right;
  border-bottom: 2px solid #ed178a;
}
.artist .guest h3 span ,
.artist .tagboat h3 span {
  position:absolute;
  top:-20px;
  right:0px;
  background:#fff;
  padding:5px 0 5px 15px;
  font-size: 36px !important;
  font-weight: 800 !important;
  font-family: "League Spartan", sans-serif !important;
  color: #ed178a !important;
}
@media (max-width: 599px) {
  .artist .tagboat  {
    margin-top:40px;
  }
  .artist .guest h3 ,
  .artist .tagboat h3 {

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

@media (max-width: 1024px) {
  .artist .artistwapper ul {
    margin-top: 0;
  }
}
.artist .artistwapper ul li {
  width: 18.78%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .artist .artistwapper ul li {
    width: calc((100% - 30px)/4);
  }
}
@media (max-width: 599px) {
  .artist .artistwapper ul li {
    width: 48%;
  }
}
.artist .artistwapper ul li a {
  display: block;
  transition: all 0.4s ease 0s;
}
.artist .artistwapper ul li a:hover {
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}
.artist .artistwapper ul li a img {
/*  width: 100%;*/
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f3f3f3;
}
.artist .artistwapper ul li a p {
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 600;
}

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

.artist .artistwapper p.name {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.0em;
  text-align: left;
}
.artist .artistwapper .guest p.name {
  margin-bottom: 100px !important;
}

@media (max-width: 1024px) {
  .artist .artistwapper p.name {
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .artist .artistwapper .guest p.name {
    margin-bottom: 6px !important;
  }
  .artist .artistwapper ul.name li {
    font-size: 1.2rem;
  }
}

.artist .artistwapper ul .is-hidden {
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.artist .artistwapper #more {
  margin-top: 50px;
  text-align: center;
}
.artist .artistwapper #more a {
  display: block;
  margin-top: 25px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #121212;
  padding: 30px 0;
  transition: all 0.7s;
  cursor: pointer;
}
.artist .artistwapper #more a:hover {
  transition: all 0.5s;
  background-color: #696969;
}
@media (max-width: 599px) {
  .artist .artistwapper #more a {
    font-size: 1.6rem;
  }
}

.information {
  padding: 160px 6.25% 0;
}
@media (max-width: 1024px) {
  .information {
    padding: 120px 20px 0;
  }
}
.information .bodywapper {
  width: 71.42%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .information .bodywapper {
    width: auto;
  }
}
.information .bodywapper .block {
  padding-bottom: 10px;
  padding-left: 16px;
  margin-top: 40px;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .information .bodywapper .block {
    margin-left: 10px;
  }
}
@media (max-width: 599px) {
  .information .bodywapper .block {
    margin-left: 5px;
  }
}
.information .bodywapper .block h3.h3_ttl {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.information .bodywapper .block h3.h3_ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #121212;
  position: absolute;
  left: -16px;
  top: 2px;
}
.information .bodywapper .block .text {
  margin-top: 10px;
  font-size: 1.6rem;
}
.information .bodywapper .block .text span{
  font-size: 1.6rem;
}
.information .bodywapper .block .linksmall a {
  margin-bottom: 10px;
  text-decoration: underline;
  font-size: 1.6rem;
}

.boothmap {
  padding: 160px 6.25% 0;
}
@media (max-width: 1024px) {
  .boothmap {
    padding: 120px 20px 0;
  }
}
.boothmap .bodywapper {
  width: 71.42%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .boothmap .bodywapper {
    width: auto;
  }
}

.boothmap .boothwrapper img {
  margin: 40px auto 0;
  width: 80%;
}
@media (max-width: 599px) {
  .boothmap .boothwrapper img {
    margin-top: 20px;
    width: 100%;
  }
}
.boothmap h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
.instatag {
  position: fixed;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 200;
}
@media (max-width: 599px) {
  .instatag {
    padding: 10px;
  }
}
.instatag img {
  width: 20px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .instatag img {
    width: 16px;
  }
}
.instatag p {
  margin-top: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 599px) {
  .instatag p {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style_common.css.map */