@font-face {
  font-family: Montserrat;
  src: url('/juicejuice/fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('/juicejuice/fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow-1: #ffcd00;
  --blue-1: #1d90e2;
  --wh: #fff;
  --bk: #454545;
  --blue-2: #9cceff;
}

.main {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.label {
  grid-row-gap: 10px;
  background-image: linear-gradient(to bottom, var(--yellow-1), var(--yellow-1)), linear-gradient(225deg, #b8edff 4%, #3370e1 63%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 24px 0;
  text-decoration: none;
  display: block;
}

.label-text {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.label_date-place {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.label_date {
  filter: drop-shadow(2px 2px #ffaa25);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.label_place {
  filter: drop-shadow(2px 2px #ffaa25);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  position: static;
}

.label_time {
  filter: drop-shadow(2px 2px #ffaa25);
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.sec-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  margin-top: 220px;
  margin-bottom: 0;
  display: block;
}

.title-1 {
  width: 100%;
  position: relative;
}

.title-jp {
  z-index: 1;
  border-style: none;
  border-width: undefinedpx;
  filter: drop-shadow(2px -2px #fff);
  color: var(--blue-1);
  text-align: center;
  letter-spacing: -.05em;
  text-overflow: clip;
  overflow-wrap: normal;
  border-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.title-jp.title-wh {
  filter: drop-shadow(0 0 3px #0044c3);
  color: var(--wh);
}

.title-en {
  border-style: none;
  border-width: undefinedpx;
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #b4b951;
  text-transform: uppercase;
  overflow-wrap: normal;
  border-color: #ffd24b99;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.title-bg {
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 12px;
}

.title-bg.special {
  bottom: 12px;
}

.image {
  opacity: 1;
  width: 1000px;
  max-width: none;
  overflow: visible;
}

.image.profile {
  opacity: 1;
}

.inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 682px;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.info-list {
  grid-row-gap: 32px;
  border-bottom: 2px #a9a9a9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 682px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.info-text {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.info-tag {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.info-date {
  color: var(--blue-1);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.new {
  grid-column-gap: 10px;
  background-color: var(--yellow-1);
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-16 {
  color: var(--bk);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.sec-event-onair {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 160px 0 0;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.info-iwrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.event-contents {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 682px;
  text-decoration: none;
  display: flex;
}

.event-catchcopy {
  color: var(--bk);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
}

.event-text {
  grid-column-gap: 10px;
  background-color: #ffd24b26;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 32px 80px;
  display: flex;
}

.event-text.onair-text-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #9cceff4d;
  flex-flow: column;
  height: auto;
  padding: 32px 80px;
}

.event-text-sub {
  color: var(--bk);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.event-text-sub.onair-text-sub {
  color: var(--blue-1);
  width: 100%;
  font-size: 12px;
}

.list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list__item {
  grid-column-gap: 24px;
  border: 2px #a9a9a9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.event-title {
  grid-column-gap: 10px;
  background-color: #ffcc31;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 100px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.event-tag-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.event-detail {
  color: var(--bk);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.event-wrapper {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border: 3px solid #cdf3fc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: 900px;
  max-width: 1040px;
  height: auto;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.link {
  color: var(--yellow-1);
  font-size: 12px;
}

.rectangle-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1061px;
  height: 971px;
  text-decoration: none;
  display: flex;
}

.deco-bg {
  background-image: url('/juicejuice/img/bg.png'), linear-gradient(0deg, #33a2e1, var(--blue-2));
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.deco-bg.onair-bg {
  left: auto;
  right: 0;
}

.box-deco {
  border: 3px solid #fff;
  width: 70%;
  min-width: 900px;
  max-width: 1040px;
  height: 1104px;
  position: absolute;
  inset: 2% auto auto -2%;
}

.box-deco.onair-bg {
  height: 1083px;
  inset: 2% -2% 0% auto;
}

.event-onair-box {
  position: relative;
}

.sec-ticket {
  width: 100%;
  margin-top: 160px;
  margin-bottom: 160px;
  display: block;
}

.inner-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 684px;
  text-decoration: none;
  display: flex;
}

.catch-text {
  color: var(--bk);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
}

.price-box {
  border-style: dotted solid;
  border-width: 2px 0;
  border-color: var(--blue-1) #a9a9a9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.price-title {
  color: var(--bk);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.price-inner {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--bk);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.price-sub {
  color: var(--bk);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.attention {
  color: #8d8d8d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.attention.attention-blue {
  color: var(--blue-1);
  padding-left: 10px;
}

.attention.blue-text {
  color: var(--blue-1);
}

.attention.left-10 {
  color: var(--blue-1);
  padding-left: 10px;
}

.ticket-attention-inner {
  grid-row-gap: 24px;
  background-color: #9cceff4d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 24px;
  padding: 32px 80px;
  text-decoration: none;
  display: flex;
}

.btn {
  grid-row-gap: 10px;
  border: 3px solid var(--blue-2);
  background-color: var(--wh);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.btn.btn-ticket {
  background-color: var(--yellow-1);
  border-style: none;
  height: auto;
}

.btnbg {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 316px;
  height: 61px;
  text-decoration: none;
  display: block;
}

.btn-text {
  color: var(--blue-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
  position: static;
  top: 21px;
  left: 83px;
}

.btn-text.btn-wh {
  color: var(--wh);
  font-weight: 700;
  text-decoration: none;
}

.btn-2 {
  grid-column-gap: 10px;
  border: 3px solid var(--blue-2);
  background-color: var(--wh);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 47px;
  padding: 9px 0;
  text-decoration: none;
  display: flex;
}

.btn-2:hover {
  background-color: var(--blue-2);
  opacity: 1;
}

.btn-te {
  color: var(--blue-1);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.ticket-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sec-profile {
  background-image: linear-gradient(#006dd1, #07c0ff 44%, #fff);
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.profile-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100%;
  min-width: 900px;
  max-width: 1040px;
}

.profile-text {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--blue-1);
  text-align: left;
  background-color: #fff9;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.profile-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-width: 900px;
  max-width: 1040px;
  display: flex;
}

.support {
  color: #0c0c0d;
  border-top: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

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

.support__title {
  color: var(--bk);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.support__logo--common:hover {
  opacity: .7;
}

.mb-20 {
  color: var(--bk);
  text-align: center;
  letter-spacing: normal;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 180%;
}

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

.footer__copy {
  background-color: var(--blue-1);
  color: var(--wh);
  text-align: center;
  letter-spacing: normal;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
}

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.line-deco {
  border-bottom: 3px solid #619bec;
  width: 100%;
  height: 8px;
  display: block;
}

.line-deco.top {
  border-top: 4px solid #006ed2;
  border-bottom-style: none;
  border-bottom-color: #006dd1;
  margin-top: 0;
  display: block;
}

.line-deco.top.top-100 {
  margin-top: 80px;
}

.line-deco.line-yellow {
  border-bottom-color: var(--yellow-1);
}

.line-deco-list {
  border: 1px #000;
  border-top: 2px dotted #bebebe;
  width: 100%;
  height: 2px;
}

.pc-kv {
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.sp-kv {
  display: none;
}

.trigger-menu {
  z-index: 999;
  cursor: pointer;
  mix-blend-mode: exclusion;
  border: 2px #fff;
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  position: fixed;
  inset: 20px 20px auto auto;
}

.trigger-menu__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.span {
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  inset: auto auto auto 0%;
}

.span.span-1 {
  height: 3px;
  top: 0;
}

.span.span-2 {
  height: 3px;
  top: 14px;
}

.span.span-3 {
  height: 3px;
  bottom: 0;
}

.navbar {
  z-index: 998;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  z-index: 999;
  background-color: #fffc;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: inline-block;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  margin-right: 0;
}

.menu-button.w--open {
  z-index: 1000;
  background-color: #c8c8c800;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-inner {
  width: 100%;
}

.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: #d2f7ff;
}

.menu-bar {
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00020ccc;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  inset: 0% 0% auto;
}

.menu-btn {
  z-index: 10000;
  background-color: #725d5d00;
  padding: 24px 20px 10px;
}

.menu-btn.w--open {
  background-color: #725d5d00;
}

.icon {
  color: var(--blue-1);
  width: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.nav-link, .nav-link-2 {
  text-align: center;
}

.menu-link {
  border-top: 2px none var(--blue-2);
  border-bottom: 2px dotted var(--blue-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.menu-link:hover {
  opacity: 1;
}

.menu-link.w--current {
  border-bottom: 2px dotted var(--blue-2);
}

.menu-link.top-menu {
  border-top-style: dotted;
}

.menu-link.top-menu.w--current {
  border-top-color: var(--blue-2);
  border-bottom-color: var(--blue-2);
}

.menu-text {
  color: var(--blue-1);
  text-transform: uppercase;
  border-bottom: 1px #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.menu-link-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: auto;
  margin: auto;
  display: flex;
}

.logo {
  width: 20%;
}

.menu-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90%;
  margin: auto;
  display: flex;
  overflow: scroll;
}

.sns-menu {
  z-index: 10001;
  width: 35px;
  display: block;
  position: fixed;
  top: 70px;
  right: 20px;
}

.sns-menu__link {
  width: 35px;
  margin-bottom: 8px;
}

.sns-menu__link:hover {
  opacity: .7;
}

.attention-modal__closer {
  z-index: 10002;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffffb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% 0 0;
  overflow: scroll;
}

.btn-close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 12px;
  transition: transform .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.attention-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  height: 80%;
  margin-top: 0;
  padding: 80px;
  display: flex;
  overflow: scroll;
}

.attention-text-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.attention-dots {
  font-family: Noto Sans JP, sans-serif;
  font-size: 8px;
}

.attention-text {
  font-family: Noto Sans JP, sans-serif;
  line-height: 150%;
}

.attention-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.attention-title {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.attention-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.attention-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-3 {
  width: 40%;
}

.line {
  background-color: var(--blue-1);
  width: 100%;
  height: 3px;
}

.menu-btn-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 36px;
  display: flex;
}

.btn-bg {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 4% auto auto -2%;
}

.ticket-btn {
  text-decoration: none;
  display: none;
  position: relative;
}

.ticket-btn:hover {
  filter: hue-rotate(180deg);
  mix-blend-mode: normal;
  border: 1px #9cceff;
}

.vector {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #ffcd00;
  position: absolute;
  inset: -30% -5% auto auto;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.attention-ticket-title {
  border-top: 2px dotted var(--blue-1);
  border-bottom: 2px dotted var(--blue-1);
  color: var(--blue-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
}

.attention-ticket-title.onair-sub-title {
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.label-time-text {
  filter: drop-shadow(2px 2px #ffaa25);
  color: var(--wh);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.a {
  padding-left: 10px;
}

.price-title-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.attention-box2 {
  background-color: #9cceff4d;
  border-radius: 10px;
  padding: 24px;
}

.onair-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--yellow-1);
  text-align: center;
  background-color: #fff8e700;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.onair-text {
  color: var(--wh);
  width: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.tag {
  background-color: var(--yellow-1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: flex;
}

.onair-detail {
  color: var(--bk);
  overflow-wrap: break-word;
  font-family: Noto Sans JP, sans-serif;
  line-height: 160%;
}

.onair-catch {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.onair-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.onair-info-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-3 {
  background-color: #000;
  border: 3px solid #000;
  border-radius: 30px;
  width: 260px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.btn-3:hover {
  opacity: .6;
}

.btn-3.c-pia {
  background-color: #2b66cc;
  border: 3px solid #adc7fc;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.btn-3.c-e {
  background-color: #f16baa;
  border-color: #ffdcec;
  border-radius: 30px;
}

.btn-3.c-rawson {
  background-color: #0074be;
  border-color: #97b9e0;
}

.ticket-btn-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.sec-special {
  background-color: #1d90e2;
  background-image: linear-gradient(#006dd1, #07c0ff 45%, #fff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.special-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.sub-title {
  background-color: var(--yellow-1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.sub-title-text {
  filter: drop-shadow(0 3px #ffaa25);
  color: var(--wh);
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.bold-text {
  color: var(--wh);
  font-size: 17px;
}

.special-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--wh);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 32px 80px;
  display: flex;
  position: relative;
}

.special-detail.comingsoon {
  background-color: #fff9;
}

.text-block-2 {
  color: var(--bk);
  font-family: Noto Sans JP, sans-serif;
  line-height: 180%;
}

.special-title-text {
  color: var(--blue-1);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
}

.special-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none none dotted;
  border-width: 2px 1px;
  border-color: var(--blue-1) black;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px 12px;
  display: flex;
}

.text-block-4 {
  background-color: var(--yellow-1);
  color: var(--wh);
  border-radius: 10px;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-8 {
  background-color: var(--yellow-1);
  border-radius: 100px;
  padding: 32px 20px;
  font-family: Noto Sans JP, sans-serif;
  position: absolute;
  inset: 3% auto auto 11%;
}

.text-block-5 {
  color: var(--wh);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-14 {
  color: var(--bk);
  font-family: Noto Sans JP, sans-serif;
  line-height: 180%;
}

.title-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.collabo-subtitle {
  border-bottom: 2px dotted var(--blue-1);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 150%;
  position: relative;
}

.collabo-dt {
  background-color: var(--bk);
  color: var(--wh);
  text-align: center;
  border-radius: 20px;
  width: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 180%;
}

.collabo-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-leo {
  color: #fff;
  text-align: center;
  background-color: #000;
  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: #1c1a8a;
}

.collabo {
  border-top: 1px #000;
  border-bottom: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
}

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

.collabo-dd {
  color: var(--bk);
  width: 100%;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  line-height: 180%;
}

.collabo-text {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 170%;
}

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

.collabo-img {
  max-width: 90%;
}

.sec-goods {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 160px;
}

.goods-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.goods-img, .image-5 {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1920px) {
  .deco-bg {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .label_date {
    font-size: 36px;
  }

  .label_place {
    font-size: 23px;
  }

  .label_time {
    font-size: 20px;
  }

  .sec-info {
    margin-top: 160px;
  }

  .title-jp {
    font-size: 30px;
  }

  .title-bg {
    opacity: .7;
  }

  .image {
    width: 640px;
  }

  .inner {
    width: 580px;
  }

  .info-text {
    grid-column-gap: 16px;
  }

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

  .text-16 {
    line-height: 150%;
  }

  .sec-event-onair {
    margin-top: 120px;
  }

  .event-text {
    padding-left: 32px;
    padding-right: 32px;
  }

  .event-title {
    width: 100px;
    min-width: 100px;
  }

  .event-tag-text {
    font-size: 14px;
  }

  .event-detail {
    line-height: 150%;
  }

  .event-wrapper {
    min-width: 720px;
    max-width: 720px;
    height: auto;
    padding-top: 140px;
  }

  .box-deco {
    min-width: 720px;
    max-width: 720px;
  }

  .box-deco.onair-bg {
    height: 1109px;
  }

  .sec-ticket {
    margin-top: 80px;
    margin-bottom: 120px;
  }

  .ticket-attention-inner {
    padding: 32px;
  }

  .btn {
    border-width: 3px;
    width: auto;
  }

  .sec-profile {
    background-size: 1210px, auto;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .image-2 {
    min-width: 720px;
    max-width: 720px;
  }

  .profile-text {
    padding: 32px;
  }

  .profile-inner {
    min-width: 720px;
    max-width: 720px;
  }

  .support {
    margin-top: 0;
  }

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

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

  .footer__copy {
    color: var(--wh);
  }

  .line-deco {
    border-bottom-width: 3px;
    height: 8px;
  }

  .line-deco.top.top-100 {
    margin-top: 40px;
  }

  .pc-kv {
    display: block;
  }

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

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

  .menu-btn {
    padding-bottom: 10px;
  }

  .menu-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-link.w--current {
    border-bottom-color: var(--blue-2);
  }

  .menu-text {
    font-size: 18px;
  }

  .menu-link-box {
    width: 360px;
  }

  .logo {
    width: 40%;
  }

  .menu-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: center;
    height: 80%;
  }

  .sns-menu {
    top: 70px;
  }

  .attention-modal__closer {
    overflow: scroll;
  }

  .attention-box {
    justify-content: flex-start;
    align-items: center;
    width: 640px;
    height: 80%;
    padding: 60px;
  }

  .attention-ticket-title {
    width: 100%;
  }

  .tag {
    min-width: 170px;
  }

  .onair-catch {
    color: var(--bk);
  }

  .btn-3.c-pia {
    width: 260px;
  }

  .sec-special {
    margin-bottom: 20px;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .sub-title-text {
    font-size: 20px;
  }

  .special-title-text {
    text-align: center;
    font-size: 17px;
    line-height: 140%;
  }

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

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

  .collabo-inner {
    width: 100%;
    display: flex;
  }

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

  .ruby {
    font-size: 12px;
  }

  .collabo-text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .label_date-place {
    grid-column-gap: 5px;
  }

  .label_date {
    filter: drop-shadow(2px 1px #ffaa25);
    font-size: 25px;
  }

  .label_place, .label_time {
    filter: drop-shadow(2px 1px #ffaa25);
    font-size: 16px;
  }

  .sec-info {
    margin-top: 100px;
  }

  .title-jp {
    font-size: 24px;
  }

  .title-bg {
    opacity: .9;
  }

  .image {
    width: 480px;
  }

  .inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 370px;
  }

  .info-list {
    grid-row-gap: 32px;
  }

  .info-tag {
    grid-column-gap: 8px;
  }

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

  .new {
    padding: 3px 6px;
  }

  .text {
    font-size: 12px;
  }

  .text-16 {
    text-align: left;
    font-size: 14px;
  }

  .sec-event-onair {
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .info-iwrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .event-text {
    height: auto;
    padding: 24px;
  }

  .list__item {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .event-title {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .event-detail {
    text-align: center;
    overflow-wrap: anywhere;
    flex-flow: column;
    display: flex;
  }

  .event-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-width: 2px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 420px;
    max-width: 720px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .deco-bg {
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    bottom: 0;
  }

  .box-deco {
    border-width: 2px;
    width: 80%;
    min-width: 410px;
    max-width: 630px;
    height: 1163px;
    top: 1%;
    left: -2%;
  }

  .box-deco.onair-bg {
    height: 1011px;
    top: 1%;
  }

  .event-onair-box {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sec-ticket {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .catch-text {
    font-size: 16px;
  }

  .price-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .price {
    font-size: 18px;
  }

  .attention.left-10 {
    font-size: 10px;
  }

  .ticket-attention-inner {
    grid-row-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn {
    border-width: 3px;
    width: auto;
    height: 60px;
  }

  .btn.btn-ticket {
    height: auto;
    padding-top: 12px;
  }

  .btnbg {
    height: 50px;
  }

  .btn-text {
    font-size: 14px;
    inset: 30% 0 0;
  }

  .btn-2 {
    height: 40px;
  }

  .btn-te {
    font-size: 14px;
  }

  .ticket-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sec-profile {
    background-size: cover, auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .profile-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-2 {
    min-width: 420px;
  }

  .profile-text {
    padding: 24px;
  }

  .profile-inner {
    min-width: 420px;
  }

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

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

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

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

  .line-deco.top, .line-deco.line-yellow {
    border-bottom-width: 2px;
  }

  .pc-kv {
    display: none;
  }

  .sp-kv {
    display: block;
  }

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

  .menu {
    padding-top: 20px;
  }

  .menu-btn {
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .menu-link, .menu-link.top-menu.w--current {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-text {
    font-size: 16px;
  }

  .menu-link-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo {
    width: 55%;
  }

  .sns-menu {
    width: 30px;
    top: 60px;
    right: 22px;
  }

  .sns-menu__link {
    margin-bottom: 5px;
  }

  .attention-modal__closer {
    justify-content: center;
    align-items: center;
  }

  .btn-close {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .attention-box {
    width: 420px;
    height: 80%;
    margin-top: 0;
    padding: 40px;
  }

  .line {
    height: 2px;
  }

  .menu-btn-icon {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 34px;
  }

  .attention-ticket-title {
    width: 100%;
  }

  .label-time-text {
    font-size: 12px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .price-title-inner {
    width: 60%;
  }

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

  .onair-title__img {
    width: 80%;
  }

  .onair-text {
    font-size: 14px;
  }

  .tag {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .onair-catch {
    color: var(--bk);
    font-size: 16px;
  }

  .btn-3, .btn-3.c-pia {
    width: 240px;
  }

  .sec-special {
    margin-bottom: 20px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .special-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sub-title-text {
    filter: drop-shadow(0 2px #ffaa25);
    font-size: 18px;
  }

  .special-detail {
    padding-left: 24px;
    padding-right: 24px;
  }

  .special-title-text {
    word-break: keep-all;
    overflow-wrap: normal;
    font-size: 17px;
  }

  .special-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .collabo-subtitle {
    word-break: keep-all;
    margin-bottom: 24px;
    font-size: 16px;
    display: block;
  }

  .collabo-dt {
    width: auto;
  }

  .collabo-inner {
    display: flex;
  }

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

  .collabo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .collabo-dd {
    text-align: center;
    padding-top: 8px;
    padding-left: 0;
  }

  .collabo-text {
    margin-bottom: 0;
  }

  .collabo-dl {
    padding-bottom: 24px;
    display: block;
  }

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

  .goods-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .label-text {
    grid-row-gap: 10px;
  }

  .label_date-place {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .label_date {
    font-size: 30px;
  }

  .label_place {
    font-size: 19px;
  }

  .label_time {
    font-size: 16px;
  }

  .sec-info {
    margin-top: 80px;
  }

  .title-jp {
    font-size: 21px;
  }

  .title-bg {
    bottom: 10px;
    overflow: clip;
  }

  .image {
    opacity: 100;
    width: 410px;
  }

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

  .inner.sp-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-text {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sec-event-onair {
    width: 100%;
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .info-iwrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .event-catchcopy {
    font-size: 15px;
    font-weight: 700;
  }

  .event-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .list__item {
    grid-row-gap: 16px;
  }

  .event-title {
    width: 100%;
  }

  .event-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-width: 2px;
    min-width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .deco-bg {
    background-position: 0 0, 0 0;
    inset: auto 0% 0%;
  }

  .box-deco {
    border-width: 2px;
    min-width: 330px;
    height: 100%;
    top: 1%;
    left: 1%;
  }

  .box-deco.onair-bg {
    height: 993px;
    right: 2%;
  }

  .event-onair-box {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-ticket {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .price-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .price-title {
    text-align: left;
    padding-left: 0;
  }

  .attention.left-10 {
    text-align: left;
    padding-left: 0;
    font-size: 10px;
  }

  .btn {
    border-width: 3px;
    width: auto;
    height: 60px;
    padding-top: 12px;
  }

  .btnbg {
    height: 50px;
  }

  .btn-text {
    word-break: keep-all;
    inset: 29% 0% 0%;
  }

  .sec-profile {
    background-size: cover, auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .image-2 {
    min-width: 330px;
    max-width: 680px;
  }

  .profile-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .profile-inner {
    width: 100%;
    min-width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .inner-3 {
    font-size: 12px;
  }

  .support__title {
    font-size: 14px;
  }

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

  .line-deco {
    border-bottom-width: 2px;
    height: 5px;
  }

  .line-deco.top {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .line-deco.top.top-100 {
    margin-top: 30px;
  }

  .trigger-menu {
    width: 34px;
    height: 34px;
  }

  .span.span-2 {
    top: 11px;
  }

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

  .menu {
    padding-top: 60px;
  }

  .menu-btn {
    padding: 24px 12px 0;
  }

  .icon {
    width: 30px;
    font-size: 32px;
  }

  .menu-link, .menu-link.top-menu {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-link-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 260px;
  }

  .logo {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: auto;
    padding-left: 0;
  }

  .sns-menu {
    top: 50px;
    right: 12px;
  }

  .sns-menu__link {
    margin-bottom: 6px;
  }

  .attention-box {
    width: 320px;
  }

  .image-3 {
    width: 60%;
  }

  .menu-btn-icon {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 30px;
  }

  .attention-ticket-title {
    width: 100%;
  }

  .price-title-inner {
    flex-flow: column;
    width: 100%;
  }

  .onair-text {
    font-size: 14px;
  }

  .tag {
    line-height: 100%;
  }

  .onair-catch {
    color: var(--bk);
    font-size: 16px;
  }

  .btn-3, .btn-3.c-pia {
    width: 240px;
  }

  .ticket-btn-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .sub-title {
    width: 94%;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-title-text {
    filter: drop-shadow(0 2px #ffaa25);
    font-size: 16px;
    font-weight: 700;
  }

  .bold-text {
    font-size: 15px;
  }

  .special-title-text {
    text-overflow: clip;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: 15px;
  }

  .title-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

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

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


@font-face {
  font-family: 'Montserrat';
  src: url('/juicejuice/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/juicejuice/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



.c_red {
    color: #dc143c;
}
.bold {
    font-weight: 700;
}
.large {
    font-size: 1.2em;
}
.d-none {
    opacity: 0;
}
.fc-box {
    background-color: #ffd24b26;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}
.mb-0 {
    margin-bottom: 0;
}