.in1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 599px) {
  .in1200 {
    padding-bottom: 50px;
  }
}

.p-entry__body .in1200 p {
  line-height: 1;
  margin: 0;
    font-size: 0;
}

.p-entry__thumbnail {
  display: none;
  margin: auto;
}

/* MV */
.mv {
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url(img/mv_bg.jpg);
  background-position: center;
  background-size: 100% auto;
}

@media screen and (max-width: 599px) {
  .mv {
    height: 400px;
    background-size: auto 115%;
    margin: 0px -6.2%;
    width: 100vw;
  }
}

.mv .title {
  width: 100%;
    max-width: 360px;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .mv .title {
    width: 90%;
    max-width: 300px;
    padding: 20px 30px;
    top: 10px;
    box-sizing: border-box;
  }
}

.mv .title img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.mv .btn {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}

@media screen and (max-width: 599px) {
  .mv .btn {
    bottom: 26px;
  }
}

.mv .btn a {
  display: block;
  max-width: 320px;
  margin: auto;
  background-color: #000;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 60px;
  line-height: 0;
  padding: 24px 0;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .mv .btn a {
    width: 80%;
    font-size: 14px;
    padding: 20px 0;
  }
}

.mv .btn a:hover {
  background-color: #111;
  color: #FFF;
}

/* チケット */
.ticket_link {
  padding-top: 60px;
  text-align: center;
  max-width: 720px;
  margin: auto;
  line-height: 0;
  position: relative;
}

@media screen and (max-width: 599px) {
  .ticket_link {
    padding-top: 10px;
  }
}

.ticket_link img {
  max-width: 100%;
}


.ticket_link.second {
  padding-top: 0;
}

.ticket_link.topics {
  padding-top: 0;
  margin-top: 100px;
}

.ticket_link .text {
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}

@media screen and (max-width: 599px) {
  .ticket_link .text {
    font-size: 13px;
    padding: 0 0 5px;
  }
}

.ticket_link.topics a::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(img/new_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  .ticket_link.topics a::before {
    width: 50px;
    height: 50px;
  }
}

.ticket_link.topics a::after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: indianred;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 0;
}

@media screen and (max-width: 599px) {
  .ticket_link {
    padding-top: 20px;
    text-align: center;
  }
  .ticket_link.topics {
    margin-top: 20px;
  }
}

.ticket_link a {
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  display: block;
}

.ticket_link a:hover {
  opacity: 0.7;
}

.ticket_link img {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .ticket_link a img {
    max-width: 100%;
  }
}

.ticket_link.waku img {
  border: 1px solid indianred;
}

/* コンテンツ */
.cont_box {
  padding-top: 100px;
}

@media screen and (max-width: 599px) {
  .cont_box {
    padding-top: 50px;
  }
}

.cont_box .sec_title {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #111;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
  .cont_box .sec_title {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.cont_box .brand_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .cont_box .brand_list {
    justify-content: space-between;
  }
}

.cont_box .brand_list.more::after {
  content: "and more...";
  font-size: 12px;
  letter-spacing: 0.10em;
  text-align: right;
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.cont_box .brand_list .detail {
  width: 33.3%;
  list-style: none;
  padding-bottom: 40px;
}

.cont_box .brand_list .detail.center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .cont_box .brand_list .detail {
    width: 48%;
    padding-bottom: 30px;
  }
  .cont_box .brand_list .detail.center {
    width: 100%;
  }
}

.cont_box .brand_list .detail .logo {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .cont_box .brand_list .detail .logo img {
    width: 100%;
    border: 1px solid #CCC;
    box-sizing: border-box;
    display: block;
  }
}

.cont_box .brand_list .detail .link {
  padding-top: 10px;
  max-width: 162px;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .cont_box .brand_list .detail .link {
    max-width: 140px;
  }
}


.cont_box .brand_list .detail .link a {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #FFF;
  text-decoration: none;
  background-color: #111;
  line-height: 0;
  padding: 20px 0;
  text-align: center;
  border-radius: 40px;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .cont_box .brand_list .detail .link a {
    font-size: 12px;
    padding: 15px 0;
  }
}

.cont_box .brand_list .detail .link a:hover {
  opacity: 0.7;
}

.cont_box .brand_list .detail .link a.official {
  background-color: #666;
}

.cont_box .small_text {
  font-size: 11px;
}

.cont_box .small_text.right {
  text-align: right;
}

.cont_box .and_more {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 599px) {
  .cont_box .and_more {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.cont_box .sns_link_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .cont_box .sns_link_wrap {
    padding: 0 15px;
    padding-bottom: 60px;
  }
}

.cont_box .sns_link {
  text-align: center;
  padding: 10px 20px;
}

@media screen and (max-width: 599px) {
  .cont_box .sns_link {
    padding: 10px 15px;
  }
}

.cont_box .sns_link a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #111;
  text-decoration: none;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .cont_box .sns_link a {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.cont_box .sns_link a:hover {
  opacity: 0.5;
}

.cont_box .sns_link a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media screen and (max-width: 599px) {
  .cont_box .sns_link a::before {
    width: 20px;
    height: 20px;
  }
}

.cont_box .sns_link.insta a::before {
  background-image: url(img/icon_insta.svg);
  top: 8px;
  padding-right: 10px;
}

@media screen and (max-width: 599px) {
  .cont_box .sns_link.insta a::before {
    top: 6px;
  }
}

.cont_box .sns_link.tw a::before {
  background-image: url(img/icon_x_black.svg);
  top: 8px;
}

@media screen and (max-width: 599px) {
  .cont_box .sns_link.tw a::before {
    top: 6px;
  }
}

.cont_box .sns_link.line a::before {
  background-image: url(img/icon_line_black.svg);
  top: 8px;
  padding-right: 10px;
}

@media screen and (max-width: 599px) {
  .cont_box .sns_link.line a::before {
    top: 6px;
  }
}

.cont_box .sns_link.tiktok a::before {
  background-image: url(img/icon_tiktok_black.svg);
  top: 8px;
  padding-right: 10px;
}

@media screen and (max-width: 599px) {
  .cont_box .sns_link.tiktok a::before {
    top: 6px;
  }
}