:root {
  --color-1: black;
  --color-04: #b63742;
  --color-2: #fff;
  --color-0: rgba(0, 0, 0, 0);
  --color-3: #d2f7ff;
  --color-5: #1c1a8a;
  --black: black;
  --white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  color: var(--color-1);
  letter-spacing: .03em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
}

.main {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mainimg, .mainimg-pc {
  width: 100%;
}

.mainimg-sp {
  width: 100%;
  display: none;
}

.date {
  background-color: #000;
}

.date__inner {
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dateimg-sp {
  display: none;
}

.infomation {
  background-image: url('/mazzel/img/bg-info.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}

.info__inner {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.inner-title {
  width: 32%;
}

.inner-list {
  width: 65%;
}

.info__list {
  margin-bottom: 0;
  padding-left: 0;
}

.info__list--item {
  border-top: 2px #000;
  border-bottom: 2px red;
  padding-bottom: 15px;
  list-style-type: none;
}

.info__list--item.last-itm {
  border-bottom-style: none;
  border-bottom-color: #000;
}

.info-date {
  letter-spacing: .03em;
  width: 130px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.info-new {
  color: var(--color-04);
  border-radius: 5px;
  margin-right: 10px;
  padding-top: 4px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
}

.info-text {
  width: 100%;
  font-weight: 400;
}

.info-link {
  color: #000;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.event {
  color: var(--color-2);
  background-image: url('/mazzel/img/bg-event.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}

.event-inner {
  text-shadow: 0 1px 5px var(--color-1);
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-title {
  max-width: 560px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.event-catchcopy {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}

.event-text {
  margin-bottom: 30px;
  line-height: 200%;
}

.event-list {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.event-list__item {
  border-top: 1px dotted var(--color-2);
  border-bottom: 1px none var(--color-2);
  align-items: center;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.event-list__item.last-item {
  border-bottom-style: dotted;
  border-bottom-color: var(--color-2);
}

.event-title {
  text-align: center;
  width: 16%;
  font-size: 16px;
  font-weight: 500;
}

.ticket-price {
  justify-content: space-between;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.onair {
  background-image: url('/mazzel/img/bg-goods.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}

.onair-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.line-box {
  background-color: #fff;
  border: 2px dashed #000;
  padding: 50px;
}

.onair-btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  max-width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.onair-btn:hover {
  background-color: #706e00;
}

.live {
  background-color: #a554ce;
}

.live-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sns {
  width: 40px;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.sns-x {
  width: 40px;
}

.sns-insta {
  width: 40px;
  margin-top: 10px;
}

.button {
  border-radius: 20px;
}

.access {
  border: 1px none var(--color-1);
  background-color: var(--color-1);
  color: var(--color-2);
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.ticket {
  color: var(--color-2);
  background-image: url('/mazzel/img/bg-onair.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}

.ticket-inner {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2-subtitle {
  width: 80%;
  max-width: 370px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.btn-common {
  color: #fff;
  text-align: center;
  background-color: #2993d5;
  border-radius: 50px;
  width: 80%;
  max-width: 420px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.btn-common:hover {
  filter: brightness(125%);
}

.btn-common.btn-eplus {
  background-color: #f16baa;
}

.btn-common.btn-l-tike {
  background-color: #0074be;
  font-size: 18px;
  line-height: 100%;
}

.btn-common.aa {
  background-color: #e93817;
}

.tickets__date--title {
  text-align: center;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.mb-60 {
  margin-bottom: 60px;
}

.tickets__date {
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.tickets__date.pc-elem {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
}

.tickets__date.sp-elem {
  margin-bottom: 30px;
  display: none;
}

.small {
  font-size: .75em;
  display: inline;
}

.date-small {
  font-family: Noto Sans JP, sans-serif;
  font-size: .75em;
  font-weight: 700;
}

.ticket-link {
  text-align: center;
  justify-content: space-around;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ticket-list {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}

.ticket-list__item {
  background-color: #fff;
  border-top: 2px dashed #000;
  border-bottom: 2px #000;
  align-items: center;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.ticket-list__item.last-item {
  border-top: 1px dotted var(--color-2);
  border-bottom: 1px dotted var(--color-2);
  background-color: var(--color-0);
  justify-content: space-between;
}

.ticket-title {
  text-align: center;
  font-weight: 500;
}

.price-small {
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: .6em;
  font-weight: 400;
  display: inline-block;
}

.ticket-att {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 170%;
}

.btn-attention {
  color: #0c0c0d;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.btn-attention:hover {
  background-color: var(--color-3);
}

.event-detail {
  justify-content: space-between;
  align-items: center;
  width: 84%;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.goods {
  background-image: url('/mazzel/img/bg-goods.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}

.goods-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.goods-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.goods-text.pc-elem {
  font-size: 22px;
  font-weight: 500;
}

.goods-text.sp-elem {
  display: none;
}

.large {
  font-size: 1.1em;
}

.onair-title__img {
  width: 90%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.onair-info__text {
  letter-spacing: .05em;
  width: 75%;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}

.onair-info {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.onair-subtitle-1 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.onair-box {
  background-color: #fff;
  border: 2px #0b0501;
  border-radius: 0;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.onair-info__title {
  background-color: var(--color-5);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  display: flex;
}

.en-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 25px;
}

.onair-title {
  text-align: center;
  border-bottom: 2px #0b0501;
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.mb-30 {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 26px;
}

.btn-fc {
  background-color: var(--color-3);
  color: var(--color-1);
  text-align: center;
  border-radius: 50px;
  width: 90%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  display: block;
}

.btn-fc:hover {
  background-color: var(--color-2);
}

.bb-text {
  background-image: linear-gradient(#fff, #fff 95%, #ff781e 95%, #ff781e);
}

.onair-subtitle {
  border-bottom: 2px solid var(--color-1);
  text-align: center;
  letter-spacing: .05em;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.mb-40 {
  margin-bottom: 40px;
}

.onair-subtitle-2 {
  text-align: center;
  background-color: #ffcc3e;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 15px 2px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  display: inline-block;
}

.onair-text {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.btn-link {
  background-color: var(--color-1);
  color: var(--color-2);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.btn-link:hover {
  background-color: var(--color-3);
  color: var(--color-1);
}

.profile {
  color: var(--color-2);
  background-image: url('/mazzel/img/bg-onair.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}

.profile-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.prof-img {
  width: 100%;
  max-width: 768px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.prof-text {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-weight: 500;
  line-height: 170%;
}

.btn-official-2 {
  color: #fff;
  text-align: center;
  background-color: #0b0501;
  border-radius: 50px;
  width: 90%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.btn-official-2:hover {
  background-color: #fb0;
}

.support {
  color: #0c0c0d;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mb-20 {
  letter-spacing: .08em;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 23px;
}

.support__title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.support__logo--common {
  text-align: center;
  width: 240px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #0b0501;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
}

.footer__att {
  color: #d2dff5;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 20px;
}

.footer__copy {
  letter-spacing: .2em;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 12px;
}

.tel {
  color: var(--color-2);
  text-decoration: underline;
}

.ticket-att-box {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 170%;
  display: block;
}

.ticket-att-box.mb-10 {
  margin-bottom: 10px;
}

.ticket-att-box.mb-15 {
  margin-bottom: 15px;
}

.btn-jcom {
  color: #fff;
  text-align: center;
  background-color: #e93817;
  border-radius: 50px;
  width: 50%;
  max-width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.btn-jcom:hover {
  filter: brightness(125%);
}

.btn-jcom.btn-eplus {
  background-color: #f16baa;
}

.btn-jcom.btn-l-tike {
  background-color: #0074be;
  font-size: 18px;
  line-height: 100%;
}

.btn-jcom.aa {
  background-color: #e93817;
}

.ticket-qr {
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.qr-text {
  padding-left: 25px;
}

.qr-img {
  width: 108px;
}

.c-red {
  color: #ff5c5f;
}

.ticket-subtitle {
  border-bottom: 1px solid var(--color-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.b {
  background-color: var(--color-3);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 50%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.b:hover {
  filter: brightness(125%);
}

.b.btn-eplus {
  background-color: #f16baa;
}

.b.btn-l-tike {
  background-color: #0074be;
  font-size: 18px;
  line-height: 100%;
}

.b.aa {
  background-color: #e93817;
}

.text-block-4 {
  color: var(--black);
}

.sp-elem {
  display: none;
}

.fc-btn {
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: none;
}

.btn-of {
  background-color: var(--color-3);
  color: var(--color-1);
  text-align: center;
  border-radius: 50px;
  width: 90%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  display: block;
}

.btn-of:hover {
  background-color: var(--color-5);
  color: var(--color-2);
}

._2 {
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

._2.sp-elem {
  margin-bottom: 30px;
  display: none;
}

._2.pc-elem {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
}

._1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 170%;
  display: block;
}

._3 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.goods-list {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.goods-item {
  width: 48%;
}

.goods-item__img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.goods-item__text {
  text-align: center;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 170%;
}

.goods-item__text-main {
  color: var(--color-5);
  font-weight: 700;
  line-height: 140%;
  display: inline-block;
}

.ticket-soldout {
  color: var(--color-04);
  text-align: center;
  letter-spacing: .1em;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
}

.goods-att {
  margin-top: 20px;
  font-size: 13px;
  line-height: 170%;
}

.c {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.collabo {
  background-image: url('/mazzel/img/bg-goods.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100%;
}

.collabo-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.collabo-catchcopy {
  text-align: center;
  text-shadow: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}

.collabo-catchcopy.pc-elem {
  line-height: 150%;
}

.collabo-catchcopy.tb-elem, .collabo-catchcopy.sp-elem {
  display: none;
}

.collabo-text {
  text-align: center;
  text-shadow: none;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 170%;
  position: static;
}

.collabo-movie {
  width: 100%;
  max-width: 768px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.collabo-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 150%;
  position: relative;
  font-weight: 700;
}

.collabo-subtitle.mb-25 {
  margin-bottom: 25px;
}

.ruby {
  letter-spacing: .1em;
  font-size: 13px;
  line-height: 100%;
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.leorise {
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.leorise-inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.leorise-img {
  max-width: 46%;
}

.leorise-text {
  width: 50%;
  font-size: 13px;
  line-height: 170%;
}

.leo-dl {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.leo-dt {
  background-color: var(--color-1);
  color: var(--color-2);
  text-align: center;
  width: 100px;
}

.leo-dd {
  width: 100%;
  padding-left: 10px;
}

.btn-leo {
  background-color: var(--color-1);
  color: var(--color-2);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.btn-leo:hover {
  background-color: var(--color-5);
}

.livereport {
  color: var(--color-2);
  background-image: url('/mazzel/img/bg-onair.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 100%;
  display: block;
}

.livemain-image {
  width: 80%;
  max-width: 768px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  width: 100%;
  height: auto;
}

.left-arrow, .icon {
  overflow: hidden;
}

.icon-2 {
  overflow: visible;
}

.slide-nav {
  padding-top: 0;
  top: auto;
  bottom: -40px;
}

.mask {
  width: auto;
  height: auto;
}

.slider {
  z-index: 0;
  position: static;
}

.slide-item {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.reportslider {
  width: 80%;
  max-width: 768px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-dots {
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  top: auto;
  bottom: -6%;
  left: 0%;
  right: 0%;
}

.slider-dots.tate {
  bottom: -4.5%;
}

.slide-2 {
  background-image: url('/mazzel/img/sample-3.jpg');
  background-position: 50%;
  background-size: auto;
}

.reportslider2 {
  width: auto;
  height: 600px;
  padding-top: 0;
}

.report-text {
  text-align: left;
  text-shadow: none;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 170%;
  position: static;
}

.report-text.al-c {
  text-align: center;
}

.slide-img, .arw-right, .left-arrow-2, .arw-left {
  display: block;
}

.solo-slider {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.livereport-inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 14px;
    line-height: 170%;
  }

  .date__inner {
    max-width: 600px;
  }

  .info__inner {
    padding: 60px 30px;
    display: block;
  }

  .inner-title {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .inner-list {
    width: 100%;
  }

  .info-new {
    padding-top: 3px;
  }

  .event-inner {
    padding: 60px 30px;
  }

  .sec-title {
    max-width: 350px;
    margin-bottom: 40px;
  }

  .event-catchcopy {
    font-size: 18px;
  }

  .event-title {
    font-size: 16px;
  }

  .onair-inner, .ticket-inner {
    padding: 60px 30px;
  }

  .h2-subtitle, .btn-common {
    max-width: 280px;
  }

  .tickets__date--title {
    font-size: 20px;
  }

  .tickets__date {
    font-size: 30px;
  }

  .ticket-link {
    width: 85%;
  }

  .btn-attention {
    font-size: 15px;
  }

  .event-detail {
    font-size: 16px;
  }

  .goods-inner {
    padding: 60px 30px;
  }

  .onair-info__text {
    width: 100%;
    padding-left: 0;
  }

  .onair-box {
    padding: 30px;
  }

  .onair-info__title {
    width: 35%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn-fc {
    font-size: 16px;
  }

  .onair-subtitle {
    font-size: 20px;
  }

  .onair-subtitle-2 {
    font-size: 16px;
  }

  .profile-inner {
    padding: 60px 30px;
  }

  .btn-official-2 {
    font-size: 16px;
  }

  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .support__logo--common {
    max-width: 240px;
  }

  .btn-jcom, .b {
    max-width: 280px;
  }

  .btn-of {
    font-size: 16px;
  }

  ._2 {
    font-size: 30px;
  }

  ._3 {
    font-size: 20px;
  }

  .collabo-inner {
    padding: 60px 30px;
  }

  .collabo-catchcopy.pc-elem {
    display: none;
  }

  .collabo-catchcopy.tb-elem {
    font-size: 17px;
    line-height: 150%;
    display: block;
  }

  .collabo-text {
    font-size: 13px;
  }

  .collabo-subtitle {
    font-size: 20px;
  }

  .ruby {
    font-size: 12px;
  }

  .leorise-inner {
    display: block;
  }

  .leorise-img {
    max-width: 70%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .leorise-text {
    width: 100%;
  }

  .btn-leo {
    font-size: 15px;
  }

  .slider-dots {
    bottom: -8%;
  }

  .slider-dots.tate {
    bottom: -5.5%;
  }

  .report-text {
    font-size: 13px;
  }

  .livereport-inner {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 13px;
  }

  .mainimg-pc {
    display: none;
  }

  .mainimg-sp {
    display: block;
  }

  .date__inner {
    width: 70%;
    max-width: 350px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dateimg-pc {
    display: none;
  }

  .dateimg-sp {
    display: block;
  }

  .info__inner {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-title {
    width: 70%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-list {
    width: 100%;
  }

  .info-date {
    width: auto;
    padding-right: 10px;
    font-size: 16px;
  }

  .info-new {
    padding-top: 2px;
  }

  .info-text {
    width: 100%;
    padding-top: 4px;
    font-size: 14px;
  }

  .info-link {
    flex-wrap: wrap;
  }

  .event-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-title {
    max-width: 280px;
    margin-bottom: 40px;
  }

  .event-catchcopy {
    text-shadow: 1px 1px 5px var(--color-1);
    font-size: 16px;
    line-height: 170%;
  }

  .event-text {
    line-height: 170%;
  }

  .event-list__item {
    flex-wrap: wrap;
    display: flex;
  }

  .event-title {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .onair-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .access {
    font-size: 12px;
  }

  .ticket-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h2-subtitle {
    max-width: 200px;
    margin-bottom: 30px;
  }

  .btn-common {
    width: 90%;
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .tickets__date--title {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .tickets__date {
    font-size: 20px;
  }

  .tickets__date.pc-elem {
    display: none;
  }

  .tickets__date.sp-elem {
    display: block;
  }

  .ticket-link {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .ticket-list__item {
    flex-wrap: wrap;
    display: flex;
  }

  .ticket-title {
    text-align: left;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .price-small {
    font-size: .6em;
  }

  .ticket-att {
    font-size: 13px;
    line-height: 170%;
  }

  .btn-attention {
    margin-top: 15px;
    font-size: 15px;
  }

  .event-detail {
    width: 100%;
    padding-left: 0;
  }

  .goods-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .goods-text {
    font-size: 16px;
    line-height: 150%;
  }

  .goods-text.pc-elem {
    display: none;
  }

  .goods-text.sp-elem {
    display: block;
  }

  .onair-title__img {
    width: 80%;
  }

  .onair-info__text {
    width: 100%;
    font-size: 15px;
  }

  .onair-subtitle-1 {
    font-size: 20px;
  }

  .onair-box {
    padding: 20px 15px;
  }

  .onair-info__title {
    width: 60%;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
  }

  .onair-title {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .onair-subtitle {
    text-align: center;
    font-size: 18px;
  }

  .btn-link {
    margin-top: 15px;
    font-size: 15px;
  }

  .profile-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-official-2 {
    font-size: 14px;
  }

  .support {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mb-20 {
    font-size: 13px;
  }

  .support__logo--common {
    width: 220px;
  }

  .footer__att {
    text-align: left;
  }

  .ticket-att-box {
    font-size: 12px;
  }

  .btn-jcom {
    width: 90%;
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .ticket-qr {
    display: none;
  }

  .ticket-subtitle {
    font-size: 16px;
  }

  .b {
    width: 90%;
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .pc-elem {
    display: none;
  }

  .sp-elem {
    display: block;
  }

  .fc-btn {
    display: none;
  }

  ._2 {
    font-size: 24px;
  }

  ._2.sp-elem {
    display: block;
  }

  ._2.pc-elem {
    display: none;
  }

  ._1 {
    font-size: 12px;
  }

  ._3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .goods-item {
    width: 80%;
    margin-bottom: 20px;
  }

  .ticket-soldout {
    font-size: 15px;
  }

  .goods-att {
    font-size: 12px;
    line-height: 170%;
  }

  .collabo-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collabo-catchcopy {
    text-shadow: 1px 1px 5px var(--color-1);
    font-size: 16px;
    line-height: 170%;
  }

  .collabo-catchcopy.pc-elem {
    text-shadow: none;
  }

  .collabo-catchcopy.tb-elem {
    text-shadow: none;
    display: none;
  }

  .collabo-catchcopy.sp-elem {
    letter-spacing: 0;
    text-shadow: none;
    font-size: 14px;
    line-height: 150%;
    display: block;
  }

  .collabo-text {
    line-height: 170%;
  }

  .collabo-subtitle {
    font-size: 16px;
  }

  .leo-dl {
    display: block;
  }

  .leo-dd {
    padding-top: 5px;
    padding-left: 0;
  }

  .btn-leo {
    margin-top: 15px;
    font-size: 15px;
  }

  .reportslider {
    width: 100%;
  }

  .slider-dots {
    bottom: -10%;
  }

  .slider-dots.tate {
    bottom: -6%;
  }

  .report-text {
    line-height: 170%;
  }

  .arw-right, .arw-left {
    display: none;
  }

  .solo-slider {
    width: 80%;
  }

  .livereport-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .date__inner {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info__inner {
    padding-top: 60px;
  }

  .info-date {
    font-size: 16px;
  }

  .info-new {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tickets__date--title {
    font-size: 13px;
  }

  .tickets__date {
    font-size: 20px;
  }

  .tickets__date.sp-elem {
    line-height: 28px;
  }

  .btn-attention {
    font-size: 15px;
  }

  .onair-info__text {
    letter-spacing: .05em;
    font-size: 14px;
  }

  .onair-info {
    flex-wrap: wrap;
  }

  .onair-subtitle-1 {
    text-align: left;
    font-size: 20px;
    display: inline-block;
  }

  .onair-box {
    padding: 30px 15px;
  }

  .onair-info__title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 28px;
  }

  .en-text {
    font-size: 21px;
  }

  .btn-fc {
    line-height: 1em;
  }

  .onair-subtitle {
    text-align: left;
    font-size: 15px;
    display: inline-block;
  }

  .onair-subtitle-2, .btn-link {
    font-size: 15px;
  }

  .btn-official-2 {
    font-size: 13px;
    line-height: 1em;
  }

  .support {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner {
    font-size: 12px;
  }

  .support__title {
    font-size: 14px;
  }

  .support__logo--common {
    width: 170px;
    max-width: none;
  }

  .footer__att {
    font-size: 12px;
  }

  .text-block {
    font-size: 22px;
  }

  .btn-of {
    line-height: 1em;
  }

  ._2.sp-elem {
    line-height: 28px;
  }

  ._3 {
    font-size: 16px;
  }

  .ticket-soldout {
    font-size: 15px;
  }

  .collabo-catchcopy.sp-elem {
    letter-spacing: 0;
    font-size: 14px;
  }

  .collabo-subtitle {
    font-size: 17px;
  }

  .btn-leo {
    font-size: 15px;
  }

  .slider-dots {
    bottom: -12%;
  }

  .slider-dots.tate {
    bottom: -7.5%;
  }
}


