@charset "UTF-8";
* {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

section:not(#mv) {
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  section:not(#mv) {
    margin-top: 0.8rem;
  }
}
.copyright {
  margin-top: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  color: #fff;
  font-size: 0.14rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    height: 0.5rem;
    font-size: 0.12rem;
  }
}
.link-btn {
  margin-top: 1.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid #ccc;
}

.link-btn-artist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.16rem;
}

@media screen and (max-width: 768px) {
  .link-btn-artist {
    font-size: 0.14rem;
  }
}
.link-btn-artist:after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../images/artist/icon-link.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*/////////////////////////////////////////
//  チケット購入ボタン
/////////////////////////////////////////*/
.ticket-reserve {
  position: fixed;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .ticket-reserve {
    width: 2.6rem;
    border-radius: initial;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/*/////////////////////////////////////////
//  h2見出し
/////////////////////////////////////////*/
.section-ttl {
  text-align: center;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .section-ttl {
    margin-bottom: 0.4rem;
  }
}
.section-ttl em {
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .section-ttl em {
    font-size: 0.54rem;
  }
}
.section-ttl h2 {
  font-size: 0.16rem;
  letter-spacing: 0.16;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .section-ttl h2 {
    font-size: 0.14rem;
  }
}
/*/////////////////////////////////////////
//  MV
/////////////////////////////////////////*/
#mv {
  background-image: url("../images/artist/mv-back@2x.jpg");
  background-position: right center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #mv {
    background: none;
  }
}
#mv picture {
  display: block;
}
#mv img {
  width: 100%;
  height: 897px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  #mv img {
    height: 74.75vw;
  }
}
@media (max-width: 768px) {
  #mv img {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  #mv .inner img {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-txt {
    width: initial;
    display: block;
    width: 100%;
  }
  #mv .mv-txt svg,
  #mv .mv-txt img[src$=".svg"] {
    filter: drop-shadow(0 0.08rem 0.16rem rgba(0, 0, 0, 0.24));
  }
}
#mv .artist {
  width: 5.67rem;
  margin-top: auto;
}

@media (max-width: 1200px) {
  #mv .artist {
    margin-top: initial;
  }
}
/*/////////////////////////////////////////
//  Profile
/////////////////////////////////////////*/
#profile .box {
  display: flex;
  gap: 0.4rem;
}

@media screen and (max-width: 768px) {
  #profile .box {
    flex-direction: column;
    gap: 0.24rem;
  }
}
#profile .box figure {
  width: 4.96rem;
}

@media screen and (max-width: 768px) {
  #profile .box figure {
    width: 100%;
  }
}
#profile .box .txt-area {
  width: calc(100% - 4.96rem - 0.4rem);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #profile .box .txt-area {
    width: 100%;
  }
}
#profile .box .txt-area h3 {
  font-size: 0.32rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #profile .box .txt-area h3 {
    font-size: 0.24rem;
  }
}
#profile .box .txt-area .txt {
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 0.24rem;
}

@media screen and (max-width: 768px) {
  #profile .box .txt-area .txt {
    font-size: 0.14rem;
    margin-top: 0.18rem;
  }
}
#profile .box .txt-area .txt p:not(:first-child) {
  margin-top: 0.16rem;
}

@media screen and (max-width: 768px) {
  #profile .box .txt-area .txt p:not(:first-child) {
    margin-top: 0.14rem;
  }
}
#profile .box .artist-sns {
  display: flex;
  justify-content: center;
  gap: 0.24rem;
  align-items: center;
  margin-top: 0.8rem;
  flex-grow: 1;
}

#profile .box .artist-sns li {
  width: 0.35rem;
}

@media screen and (max-width: 768px) {
  #profile .box .artist-sns {
    margin-top: 0.4rem;
  }
}
/*/////////////////////////////////////////
//  Member
/////////////////////////////////////////*/
#member .member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #member .member-list {
    gap: 0.24rem 0.16rem;
  }
}
#member .member-list > li {
  width: calc((100% - 0.96rem) / 5);
}

@media screen and (max-width: 768px) {
  #member .member-list > li {
    width: calc((100% - 0.16rem) / 2);
  }
}
#member .member-list > li figure {
  width: 100%;
}

#member .member-list > li figure img {
  width: 100%;
  height: auto;
}

#member .member-list > li .txt-area {
  text-align: left;
  margin-top: 0.16rem;
}

@media screen and (max-width: 768px) {
  #member .member-list > li .txt-area {
    margin-top: 0.08rem;
    padding-left: 0.08rem;
  }
}
#member .member-list > li .txt-area .part {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-size: 0.18rem;
}

@media screen and (max-width: 768px) {
  #member .member-list > li .txt-area .part {
    font-size: 0.16rem;
  }
}
#member .member-list > li .txt-area .name {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #member .member-list > li .txt-area .name {
    font-size: 0.2rem;
  }
}
#member .member-list > li .txt-area .seimei {
  font-size: 0.12rem;
  display: block;
  margin-top: 0.04rem;
}

@media screen and (max-width: 768px) {
  #member .member-list > li .txt-area .seimei {
    font-size: 0.1rem;
  }
}
#member .member-list > li .txt-area .m-sns {
  display: flex;
  gap: 0.08rem;
  font-size: 0.14rem;
  margin-top: 0.16rem;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #member .member-list > li .txt-area .m-sns {
    font-size: 0.12rem;
    gap: 0.04rem;
  }
}
#member .member-list > li .txt-area .m-sns:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../images/artist/icon-ig.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #member .member-list > li .txt-area .m-sns:before {
    width: 0.16rem;
    height: 0.16rem;
  }
}
/*/////////////////////////////////////////
//  Guest DJ
/////////////////////////////////////////*/
.guest-artist .box {
  max-width: 8.94rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0.24rem;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .guest-artist .box {
    flex-direction: column;
    align-items: center;
    gap: 0.24rem;
  }
}
.guest-artist .box figure {
  width: 2.208rem;
}

@media screen and (max-width: 768px) {
  .guest-artist .box figure {
    width: 1.75rem;
  }
}
.guest-artist .box .txt-area {
  width: calc(100% - 2.208rem - 0.24rem);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .guest-artist .box .txt-area {
    width: 100%;
  }
}
.guest-artist .box .txt-area .name {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .guest-artist .box .txt-area .name {
    font-size: 0.2rem;
  }
}
.guest-artist .box .txt-area .seimei {
  font-size: 0.12rem;
  display: block;
  margin-top: 0.04rem;
}

@media screen and (max-width: 768px) {
  .guest-artist .box .txt-area .seimei {
    font-size: 0.1rem;
  }
}
.guest-artist .box .txt-area .txt {
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 0.16rem;
}

@media screen and (max-width: 768px) {
  .guest-artist .box .txt-area .txt {
    font-size: 0.14rem;
    margin-top: 0.18rem;
  }
}
.guest-artist .box .txt-area .txt p:not(:first-child) {
  margin-top: 0.16rem;
}

@media screen and (max-width: 768px) {
  .guest-artist .box .txt-area .txt p:not(:first-child) {
    margin-top: 0.14rem;
  }
}
/*/////////////////////////////////////////
//  liveinfo
/////////////////////////////////////////*/
#liveinfo .inner {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #liveinfo .inner {
    flex-direction: column;
    gap: 0.4rem;
  }
}
#liveinfo .txt-area h3 {
  font-size: 0.24rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #liveinfo .txt-area h3 {
    font-size: 0.18rem;
  }
}
#liveinfo .txt-area dl {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.16rem;
}

@media screen and (max-width: 768px) {
  #liveinfo .txt-area dl {
    gap: 0.16rem;
  }
}
#liveinfo .txt-area dl div {
  display: flex;
  gap: 0.24rem;
}

@media screen and (max-width: 768px) {
  #liveinfo .txt-area dl div {
    gap: 0.16rem;
  }
}
#liveinfo .txt-area dl div dt {
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  line-height: 1;
  text-align: center;
  width: 1.2rem;
  height: 0.35rem;
}

@media screen and (max-width: 768px) {
  #liveinfo .txt-area dl div dt {
    width: 0.8rem;
    height: 0.3rem;
    font-size: 0.14rem;
  }
}
#liveinfo .txt-area dl div dd {
  font-size: 0.16rem;
  padding-top: 0.06rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #liveinfo .txt-area dl div dd {
    font-size: 0.14rem;
  }
}
#liveinfo .txt-area dl div dd .price {
  display: block;
  text-align: right;
}

#liveinfo .map h3 {
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}

@media screen and (max-width: 768px) {
  #liveinfo .map h3 {
    font-size: 0.16rem;
  }
}
#liveinfo .map h3:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../images/artist/icon-map.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#liveinfo .map p {
  font-size: 0.16rem;
  margin-top: 0.08rem;
}

@media screen and (max-width: 768px) {
  #liveinfo .map p {
    font-size: 0.14rem;
  }
}
#liveinfo .map iframe {
  display: block;
  margin-top: 0.24rem;
  aspect-ratio: 16/9;
  width: 5.8rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  #liveinfo .map iframe {
    width: 100%;
    aspect-ratio: 4/5;
  }
}
/*/////////////////////////////////////////
//  Sponsor lnink
/////////////////////////////////////////*/
#sponsor-link {
  margin-top: 1.2rem;
}

#sponsor-link .coming {
  font-size: 0.16rem;
  text-align: center;
  color: #666;
}

#sponsor-link a {
  display: block;
  width: 7.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #sponsor-link a {
    width: 100%;
  }
}
#sponsor-link picture {
  display: block;
  width: 100%;
  height: auto;
}

/*/////////////////////////////////////////
//  Sponsor
/////////////////////////////////////////*/
#sponsor .sponsor-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

#sponsor .sponsor-list .shop {
  display: flex;
  align-items: flex-start;
  gap: 0.56rem;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .shop {
    gap: 0.32rem;
    flex-direction: column;
  }
  #sponsor .sponsor-list .shop:not(:last-child) {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #ccc;
  }
}
#sponsor .sponsor-list .shop .sponsor-logo {
  border: 1px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .shop .sponsor-logo {
    margin: 0 auto;
    width: 1.5rem;
  }
}
#sponsor .sponsor-list .contents-area {
  width: calc(100% - 0.56rem);
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area {
    width: 100%;
  }
}
#sponsor .sponsor-list .contents-area h3 {
  font-size: 0.32rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area h3 {
    font-size: 0.24rem;
  }
}
#sponsor .sponsor-list .contents-area .info {
  font-size: 0.16rem;
}

#sponsor .sponsor-list .contents-area .info li {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  margin-top: 0.16rem;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .info li {
    align-items: flex-start;
  }
}
#sponsor .sponsor-list .contents-area .info li:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .info li:before {
    margin-top: 0.02rem;
  }
}
#sponsor .sponsor-list .contents-area .info li span {
  width: calc(100% - 0.24rem);
}

#sponsor .sponsor-list .contents-area .info .addr:before {
  background-image: url("../images/artist/icon-map.svg");
}

#sponsor .sponsor-list .contents-area .info .tel:before {
  background-image: url("../images/artist/icon-tel.svg");
}

#sponsor .sponsor-list .contents-area .description {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 0.16rem;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .description {
    font-size: 0.14rem;
    margin-top: 0.12rem;
  }
}
#sponsor .sponsor-list .contents-area h4 {
  width: 1.2rem;
  height: 0.32rem;
  font-size: 0.16rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  margin-top: 0.4rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area h4 {
    width: 1rem;
    height: 0.28rem;
    font-size: 0.14rem;
  }
}
#sponsor .sponsor-list .contents-area .contact {
  margin-top: 0.16rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

#sponsor .sponsor-list .contents-area .contact li {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .contact li {
    align-items: flex-start;
  }
}
#sponsor .sponsor-list .contents-area .contact li:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .contact li:before {
    margin-top: 0.02rem;
  }
}
#sponsor .sponsor-list .contents-area .contact li a {
  width: calc(100% - 0.28rem);
}

#sponsor .sponsor-list .contents-area .contact li.instagram:before {
  background-image: url("../images/artist/icon-ig.svg");
}

#sponsor .sponsor-list .contents-area .contact li.web:before {
  background-image: url("../images/artist/icon-web.svg");
}

#sponsor .sponsor-list .contents-area .gallery {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.24rem;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .gallery {
    gap: 0.08rem;
  }
}
#sponsor .sponsor-list .contents-area .gallery li {
  width: 1.5rem;
}

@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .gallery li {
    width: calc((100% - 0.16rem) / 3);
  }
}/*# sourceMappingURL=artist-style.css.map */