body {
  background-color: #fff;
  font-family: YakuHanJP, "Open Sans", "Noto Sans JP", sans-serif;
  color: rgb(0, 0, 0);
  text-align: justify;
  /* width: 100vw;
  height: 100vh; */
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  box-sizing: border-box;
}

#defaultCanvas0 {
  position: fixed; /* canvasを固定 */
  top: 0; /* canvasを上に固定 */
}

a {
  color: rgb(3, 0, 0);
}


/* トップ */
.top {
  position: relative;
  width: 100vw;
  height: 142.146vw;
  margin: 0px;
  padding: 0px;
  background: rgba(255,255,255,255) url("../images/BG.jpg") no-repeat border-box left top/cover;
}
.top h1{
  margin: 0;
}
.topImage {
  position: absolute;
  width: 60vw;
  height: auto;
  left: 5vw;
  top: 5vw;
}
@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .topImage.bottom {
    width: 88vw;
    top: 53vw;
  }
}
/* トップ */

/* 共通項目 */
.wrapper {
  background: rgba(255, 255, 255, 0.55);
}

.title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
  margin: 3px 30px 0px 0px;
  color: rgba(219,44,90);
}

.content-wrapper {
  padding: 60px 8vw 0px 8vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.content-inner {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width:768px) {
  .title {
    font-size: 30px;
    margin: 3px 40px 0px 0px;
  }
  
  .content-wrapper {
    padding: 70px 40px 0px;
    max-width: 1160px;
    margin: 0px auto;
  }

  .content-inner {
    margin-top: 30px;
  }
}
/* 共通項目 */

/* 開催概要 */
.message {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 0px;
}

@media screen and (min-width:768px) {
  .message {
    font-size: 18px;
  }
}

.message-line-height {
  display: block;
  content: "";
  margin: 15px 0 0;
}
/* 開催概要 */

/* 基本情報 */
.info-item {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.info-item.interval {
  margin-top: 10px;
}

.info-title {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  width: 20%;
}

.info-body {
  flex-grow: 1;
  margin: 0;
  width: 80%;
}

@media screen and (min-width:768px) {
  .info-wrapper {
    margin-top: 1px;
  }

  .info-item {
    font-size: 18px;
  }

  .info-title {
    width: 60px;
  }
}
/* 基本情報 */

.mention {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media screen and (min-width:768px) {
  .mention {
    font-size: 20px;
  }
}

/* アクセス */
.map {
  width: 100%;
  height: calc(500vw / 767 * 100);
  margin-top: 0px;
  border-radius: 2%;
}

.venue-title {
  margin-top: calc(24vw / 767 * 100);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.venue-detail {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.venue-access {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

@media screen and (min-width:768px) {
  .map {
    height: calc(180vw / 767 * 100);
    border-radius: 2%;
  }
  
  .venue-title {
    margin-top: 20px;
    font-size: 20px;
  }
  
  .venue-detail {
    margin-top: 3px;
    font-size: 17px;
  }
  
  .venue-access {
    margin-top: 15px;
    font-size: 16px;
  }
}
/* アクセス */

/* フッター */
footer {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;

  width: 100%;
  margin: 0px auto;
  background: rgb(219,44,90);
  color: #fff;
}

.footer-wrapper {
  width: 100%;
  max-width: 1160px;
  padding: calc(70vw / 767 * 100) 8vw;
  margin: 0 auto;
}

.organizer-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
}

.organizer-body {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
}

.organizer-notes {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 10px;
}

.contact-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
}

.contact-email {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 8px;
  color: #fff;
}

.icons-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
  margin-top: 25px;

  a {
    margin-right: 16px;
  }

  img {
    width: 28px;
  }

  #tiktok-button {
    width: 34px;
  }
}

.credit-body {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 25px;
}

@media screen and (min-width:768px) {  
  .footer-wrapper {
    padding: 50px 40px;
  }
  
  .organizer-title {
    font-size: 17px;
  }
  
  .organizer-body {
    font-size: 17px;
    margin-top: 10px;
  }
  
  .organizer-notes {
    font-size: 14px;
    margin-top: 10px;
  }
  
  .contact-title {
    font-size: 17px;
    margin-top: 30px;
  }
  
  .contact-email {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 10px;
  }
  
  .icons-wrapper {
    margin-top: 30px;
  
    a {
      margin-right: 20px;
    }
  
    img {
      width: 32px;
    }
  
    #tiktok-button {
      width: 40px;
    }
  }
  
  .credit-body {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-top: 30px;
  }
}
/* フッター */