@charset "utf-8";

/**********************************************************
soundcrews
***********************************************************/
.acc #menu-mc2025 li a {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mc2025sp li {
    padding: 16px 0;
  }
}
.contentBox.-sc2025.-event {
  background: #b7ffb7;
}
@media screen and (max-width: 900px) {
  .content.-sc2025 {
    flex-direction: column;
  }
}
.content.-sc2025 img {
  width: 60vw;
  min-height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .content.-sc2025 img {
    width: 100vw;
    min-height: 50vh;
  }
}
.content.-sc2025 .mainContent {
  width: 40vw;
  padding: 40px;
  background: #000000;
}
@media screen and (max-width: 900px) {
  .content.-sc2025 .mainContent {
    width: 100vw;
    height: 50vh;
    position: relative;
  }
  .content.-sc2025 .mainContent.-head {
    height: auto;
  }
}

.content.-sc2025 .mainContent h1 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  font-size: 54px;
  font-weight: bolder;
  color: #ffffff;
}
.content.-sc2025 .mainContent h1 span {
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  font-size: 36px;
  font-weight: bolder;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content.-sc2025 .mainContent h1 {
    font-size: 36px;
  }
  .content.-sc2025 .mainContent h1 span {
    font-size: 24px;
  }
}

.sc2025__about {
  align-items: center;
  padding: 120px 40px;
}
.sc2025__about p {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .sc2025__about p {
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .contentBox.-musiccrewsPage .content {
      z-index: unset;
  }
}

.content.-artist,
.content.-food,
.content.-ticket,
.content.-pickup,
.content.-info,
.content.-fusenguitar,
.content.-sponsor,
.content.-caution {
  display: block;
  text-align: center;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .content.-artist,
  .content.-food,
  .content.-ticket,
  .content.-pickup,
  .content.-info,
  .content.-fusenguitar,
  .content.-sponsor,
  .content.-caution {
    padding: 60px 16px;
  }
}
.content.-artist h3,
.content.-food h3,
.content.-ticket h3,
.content.-pickup h3,
.content.-place h3,
.content.-info h3,
.content.-fusenguitar h3,
.content.-camp h3,
.content.-sponsor h3 {
  font-size: 40px;
  color: #0c3692;
  margin-bottom: 30px;
}
.content.-artist {
  background: #434343;
  color: #ffffff;
}
.content.-fusenguitar {
  padding-bottom: 0;
}
.content.-artist h3 {
  color: #ffffff;
}
.content.-food {
  background: #ffffea;
}
.content.-pickup {
  background: #e5f2ff;
}
.content.-place {
  display: block;
  text-align: center;
  padding: 60px 0 0;
}
.content.-place iframe {
  width: 100vw !important;
}
.content.-info table {
  text-align: left;
}
.content.-info th {
  min-width: 4rem;
}

/* アーティスト */
.specialguests,
.guests {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .specialguests,
  .guests {
    flex-direction: column;
  }
}
.guest {
  width: 328px;
  margin: 0 8px 40px;
}
@media screen and (max-width: 767px) {
  .guest {
    margin: 0 0 40px;
  }
}
.specialguests .guest {
  width: 499px;
}
@media screen and (max-width: 767px) {
  .specialguests .guest {
    width: 328px;
  }
}
.guest img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content.-artist h4 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-size: 26px;
  font-weight: bolder;
  margin: 40px 0;
}
/* popup */
.popup__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  pointer-events: none;
}
.popup {
  width: 720px;
  max-height: 80vh;
  padding: 0 16px 16px;
  position: fixed;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%,-50%);
  background: #ffffff;
  border-radius: 5px;
  z-index: 10001;
}
@media screen and (max-width: 767px) {
  .popup {
    width: 350px;
    max-height: 90vh;
  }
}
.popup_open {
  cursor: pointer;
}
.popup .closeBtn {
  color: #434343;
  cursor: pointer;
}
.popup .btn__box.-close {
  text-align: right;
  padding: 5px 0;
}
.popup__artist {
  display: flex;
}
@media screen and (max-width: 767px) {
  .popup__artist {
    flex-direction: column;
  }
}
.guest__pict,
.guest__disc {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .guest__pict,
  .guest__disc {
    flex: auto;
  }
}

.popup img {
  width: 100%;
}
.guest__disc {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .guest__disc {
    margin-top: 16px;
    margin-left: 0;
  }
}
.guest__title {
  color: #434343;
  font-size: 18px;
  text-align: left;
}
.guest__text {
  font-size: 14px;
  position: relative;
  max-height: 65vh;
  overflow-y: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .guest__text {
    max-height: 40vh;
  }
  .specialguests .guest__text {
    max-height: 30vh;
  }
}
.guest__textInner {
  color: #434343;
  text-align: left;
  overflow-y: auto;
}

.timeschedule__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #434343;
  width: fit-content;
  height: 40px;
  padding: 0 24px;
  margin-inline: auto;
  background: #ffffff;
  border-radius: 20px;
  cursor: pointer;
}

/* 風船ギター */
.fusenguitarImg {
  width: 100vw;
}
.fusenguitarImg img {
  width: 100%;
}
.content.-fusenguitar p {
  text-align: left;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 100px;
}

/* キャンプ */
.content.-camp {
  display: block;
  text-align: center;
  overflow:hidden;
  position:relative;
  background: #e5ffe5 url(../images/mc2025/wood.png) repeat repeat;
}
.content.-camp::before { 
  content:'';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: 0; 
  background-size: 146% calc(2vw + 90px);
  background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23ffffff"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23ffffff"/></svg>'); 
}
  
@media (min-width:2100px) {
  .content.-camp::before{
  background-size: 146% calc(2vw + 90px);
  }
}
.camp__img {
  width: 100vw;
}
.camp__img img {
  width: 100%;
}
.camp__disc {
  display: block;
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .camp__disc {
    padding: 60px 16px;
  }
}

/* キッチンカー */
.content.-food h4 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-size: 26px;
  font-weight: bolder;
  margin: 40px 0;
}
.foods {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foods {
    flex-direction: column;
  }
}
.food {
  width: 328px;
  margin: 0 8px 40px;
}
@media screen and (max-width: 767px) {
  .food {
    margin: 0 0 40px;
  }
}
.food img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.food__pict,
.food__disc {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .food__pict,
  .food__disc {
    flex: auto;
  }
}

.food__disc {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .food__disc {
    margin-top: 16px;
    margin-left: 0;
  }
}
.food__title {
  color: #434343;
  font-size: 18px;
  text-align: left;
}
.food__text {
  font-size: 14px;
  position: relative;
  max-height: 65vh;
  overflow-y: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .food__text {
    max-height: 40vh;
  }
}
.food__textInner {
  color: #434343;
  text-align: left;
  overflow-y: auto;
}

/* チケット */
.price {
  text-align: left;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 24px;
  padding: 40px;
  background: #ffffff;
  border: 3px solid #00b2ed;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 16px;
  }
}
.price img {
  width: 100%;
}

.ticketBox {
  display: flex;
  max-width: fit-content;
  margin-inline: auto;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #2778be;
  border-radius: 10px;
}
.price__campdesc  + .ticketBox {
  margin-top: 40px;
}
.ticketBoxInner {
  text-align: left;
  min-width: 88px;
}
.ticketBoxInner + .ticketBoxInner {
  margin-left: 24px;
}
.ticketBoxInner a {
  color: #2778be;
  text-decoration: underline;
}
/* キャンプ */
.camp__info {
  font-size: 36px;
  font-weight: bold;
  color: #e4007f;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .camp__info {
    font-size: 24px;
  }
}
.price h4 {
  font-size: 24px;
  font-weight: bold;
  color: #00a0e9;
  margin-bottom: 8px;
}
.price h4 span {
  display: inline-block;
  font-size: 0.8em;
  color: #ffffff;
  margin-top: -2px;
  margin-left: 6px;
  background: #e4007f;
}
.price__info {
  margin-bottom: 16px;
}

.price__campdesc {
  font-size: 12px;
  text-align: left;
  max-width: 800px;
  margin-top: 16px;
  margin-inline: auto;
}
.price__campdesc h4 {
  font-size: 18px;
  color:#00a0e9;
  margin-bottom: 8px;
}
.price__campdesc h5 {
  font-size: 18px;
  margin-bottom: 24px;
}
.price__campdesc li {
  font-size: 14px;
  list-style-type: disc;
  margin-left: 1em;
}

/* 速報 */
.infolist {
  text-align: left;
  max-width: 600px;
  margin-inline: auto;
}
.infolist li + li {
  margin-top: 24px;
}
.infolist li div + div {
  margin-top: 8px;
}
.infoday {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #0c3692;
  margin-right: 16px;
}
.infoheader {
  font-size: 20px;
  font-weight: bold;
}
.infotext {
  font-size: 14px;
  margin-left: 5.3em;
}

/* 開催場所 */
.place {
  margin-bottom: 24px;
}
.place h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
.place__add {
  max-width: 700px;
  margin-bottom: 24px;
  margin-inline: auto;
  padding: 0 16px;
}
.place__add img {
  display: block;
  width: 100%;
}
.bus {
    overflow-y: scroll;
    max-height: 70vh;
}
.bus__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: fit-content;
  height: 40px;
  margin-top: 20px;
  padding: 0 24px;
  margin-inline: auto;
  background: #0c3692;
  border-radius: 20px;
  cursor: pointer;
}

/* ご注意 */
.content.-caution {
  background: #ffefff;
}
.caution {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}
.content.-caution h3 {
  font-size: 24px;
  color: #0c3692;
  margin-bottom: 24px;
}
.caution ul {
  font-size: 14px;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 24px;
}
.caution ul li {
  list-style-type: disc;
}
.caution ul li + li {
  margin-top: 16px;
}
.caution .nope {
  text-align: left;
}
.nope .nopelist {
  margin-top: 24px;
}


/* 協賛 */
.sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sponsor__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 122px;
  margin: 8px;
  border: 1px solid #cccccc;
}
.sponsor__logo.-terai {
  padding: 10px;
}
.sponsor__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 120px;
}
.sponsor__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contentBox.-kitahachi {
  max-height: 450px;
}
.simpleParallax {
  width: 100vw;
}

.content.-day {
  padding: 40px;
  background: #000;
}
.content.-day .day {
  color: #fff;
  text-align: center;
  width: 100%;
}
.content.-day .day span {
  font-size: 1.5em;
}