@charset "UTF-8";
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-orange: #F68B39;
  --font-color: #1A1A1A;
  --font-jp: "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-en: "Arial", sans-serif;
  --font-akshar: "Akshar", sans-serif;
  --font-oswald: "Oswald", sans-serif;
  --hover-opacity: .7;
  --hover-transition: .3s;
  --sp-container-width: calc(100% - 32px);
  --pc-container-width: calc(100% - 160px);
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
time,
ul,
var,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  background: 0 0;
  border: 0;
}

html {
  text-size-adjust: 100%;
}
html:has(.design-live-exhibition) {
  scroll-behavior: smooth;
  scroll-padding-top: 66px;
}
@media screen and (width >= 900px) {
  html:has(.design-live-exhibition) {
    scroll-padding-top: 0;
  }
}

body {
  position: relative;
  font-family: var(--font-jp);
  color: var(--font-color);
}
body.is-active {
  overflow: hidden;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body,
html {
  width: 100%;
  height: 100%;
  overflow-x: clip;
  scrollbar-gutter: stable;
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before {
  content: "";
  content: none;
}

q::after,
q::before {
  content: "";
  content: none;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #d3d3d3;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  text-decoration: none;
  outline: 0;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid #6d6663 !important;
}

ins {
  color: #000;
  text-decoration: none;
  background: #ff9;
}

mark {
  font-style: italic;
  font-weight: 700;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted inherit;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #d3d3d3;
}

img,
iframe {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

input,
select {
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

select {
  text-overflow: "";
  text-indent: 0.01px;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
  margin: 0;
  font-family: inherit;
  color: #000;
  background: initial;
  border: none;
}

button,
input[type=button],
input[type=reset],
input[type=search],
input[type=submit] {
  appearance: none;
}

label {
  font-weight: 400;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  padding: 0;
}

input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  appearance: none;
}

::input-placeholder {
  color: #ccc;
  opacity: 1;
}

:placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

:input-placeholder {
  color: #ccc;
}

::-webkit-file-upload-button {
  font: inherit;
  appearance: auto;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}

input,
select,
textarea {
  font-size: inherit;
  font-weight: inherit;
}

[hidden][aria-hidden=false] {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

strong {
  font-weight: 700;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 66px;
  padding: 0 20px;
  background: #fff;
}
@media screen and (width >= 900px) {
  .l-header {
    z-index: 1;
    align-items: normal;
    height: 100vh;
    padding: 0;
    pointer-events: none;
  }
  .l-header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100px;
    content: "";
    background: #F68B39;
  }
}
@media screen and (width >= 900px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.l-header__logo {
  pointer-events: auto;
}
@media screen and (width >= 900px) {
  .l-header__logo {
    margin-bottom: 40px;
    text-align: center;
  }
}
.l-header__logo img {
  width: 76px;
}
@media screen and (width >= 900px) {
  .l-header__logo img {
    width: 144px;
  }
}
@media screen and (width >= 900px) {
  .l-header__left {
    flex-shrink: 0;
    width: 224px;
    padding: 40px 24px 0;
  }
}
.l-header__left-contents {
  display: none;
}
@media screen and (width >= 900px) {
  .l-header__left-contents {
    display: block;
  }
}
.l-header__left-navi {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-header__left-navi-link {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  pointer-events: auto;
}
.l-header__left-navi-link::before {
  display: block;
  order: 3;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--color-orange);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s;
}
.l-header__left-navi-link[target=_blank]::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_blank_black.svg") no-repeat center center/contain;
}
.l-header__left-navi-link span {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .l-header__left-navi-link:hover span {
    opacity: 0.7;
  }
  .l-header__left-navi-link:hover::before {
    opacity: 1;
  }
}
.l-header__live-talk {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 10px;
  margin-top: 24px;
  pointer-events: auto;
  background: #FFF;
  border: 2px solid #F68B39;
  border-radius: 12px;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .l-header__live-talk:hover {
    background: #FFFBF4;
  }
}
.l-header__live-talk-title {
  padding-top: 4px;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.l-header__live-talk-description {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}
.l-header__language {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  padding: 4px 12px;
  margin-top: 32px;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  pointer-events: auto;
  background: #FFF;
  border: 1px solid #F68B39;
  border-radius: 16px;
  transition: background-color 0.3s;
}
.l-header__language::before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_lang.svg") no-repeat center center/contain;
}
@media (any-hover: hover) {
  .l-header__language:hover {
    background: #FFFBF4;
  }
}
.l-header__right {
  display: none;
}
@media (min-width: 1101px) {
  .l-header__right {
    display: block;
    flex-grow: 1;
    padding: 64px 44px 24px;
    margin-left: 608px;
    overflow: hidden;
  }
}
.l-header__right-title {
  padding: 8px 16px;
  margin-bottom: 16px;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-bottom: 2px dashed #F68B39;
}
.l-header__right-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media (min-width: 1351px) {
  .l-header__right-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-header__right-list a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 2px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  pointer-events: auto;
  background: #FFF;
  border: 2px solid #F68B39;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s, font-size 0.3s;
}
.l-header__right-list a:first-child {
  grid-column: 1/-1;
  min-height: 50px;
}
.l-header__right-list a svg path {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .l-header__right-list a:hover {
    font-size: 18px;
    color: #fff;
    background: var(--color-orange);
  }
  .l-header__right-list a:hover svg path {
    fill: #fff;
  }
}
.l-header__slider-wrapper {
  position: relative;
  display: none;
  margin-bottom: 64px;
  pointer-events: auto;
}
@media (min-width: 1351px) {
  .l-header__slider-wrapper {
    display: block;
  }
}
.l-header__slider-img {
  width: 100%;
}
.l-header__slider-item {
  position: relative;
}
.l-header__slider-link {
  position: relative;
  display: block;
}
.l-header__slider-link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 100%);
}
.l-header__slider-text {
  position: absolute;
  bottom: 8px;
  left: 12px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #fff;
}
.l-header__slider-text span:nth-child(1) {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.l-header__slider-text span:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.l-header__slider-controller {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}
.l-header__slider-controller .slick-dots {
  display: flex;
  gap: 8px;
}
.l-header__slider-controller .slick-dots li {
  font-size: 0;
  line-height: 0;
}
.l-header__slider-controller .slick-dots button {
  width: 20px;
  height: 2px;
  font-size: 0;
  cursor: pointer;
  background: #C0C0C0;
}
.l-header__slider-controller .slick-dots .slick-active button {
  background: var(--color-orange);
}
.l-header__slider-button {
  position: relative;
  cursor: pointer;
}
.l-header__slider-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_stop_hover.svg") no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.3s;
}
.l-header__slider-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_play.svg") no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.3s;
}
.l-header__slider-button img {
  transition: opacity 0.3s;
}
.l-header__slider-button.is-stop::after {
  opacity: 1;
}
.l-header__slider-button.is-stop::before {
  background-image: url("/jp/event/designlive/resources/img/common/ico_play_hover.svg");
  opacity: 0 !important;
}
.l-header__slider-button.is-stop img {
  opacity: 0;
}
@media (any-hover: hover) {
  .l-header__slider-button:hover::before {
    opacity: 1;
  }
  .l-header__slider-button:hover img {
    opacity: 0;
  }
  .l-header__slider-button.is-stop:hover::before {
    opacity: 1 !important;
  }
  .l-header__slider-button.is-stop:hover::after {
    opacity: 0;
  }
}

.l-navi {
  position: absolute;
  top: 66px;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: calc(100svh - 66px);
  padding-bottom: 24px;
  overflow: auto;
  background: #fff;
  transform: translate(100%);
  transition: 0.3s;
}
@media screen and (width >= 900px) {
  .l-navi {
    display: none;
  }
}
.l-navi.is-active {
  transform: none;
}
.l-navi__tab-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  align-items: center;
  padding: 8px 8px 0;
  background: #F68B39;
}
.l-navi__tab-menu > li {
  padding: 12px 0;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.l-navi__tab-menu > li.is-active {
  color: #1A1A1A;
  background: #fff;
}
.l-navi__tab-contents {
  padding: 24px;
}
.l-navi__tab-content {
  display: none;
}
.l-navi__tab-content.is-active {
  display: block;
}
.l-navi__menus01 {
  display: flex;
  flex-direction: column;
}
.l-navi__menu01 {
  padding: 24px 0;
}
.l-navi__menu01:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
}
.l-navi__menu01:first-child {
  padding-top: 0;
}
.l-navi__menu01-head {
  margin-bottom: 16px;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.l-navi__menu01-link {
  display: flex;
  gap: 8px;
  padding: 6px;
}
.l-navi__menu01-link:not(:last-child) {
  margin-bottom: 12px;
}
.l-navi__menu01-link span:nth-child(1) {
  padding-top: 3px;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #F68B39;
}
.l-navi__menu01-link span:nth-child(1).is-top {
  align-self: flex-start;
  padding-top: 6px;
}
.l-navi__menu01-link span:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.l-navi__menus02 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-navi__menu02-link {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  line-height: 44px;
}
.l-navi__menu02-link[target=_blank] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.l-navi__menu02-link[target=_blank]::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_blank_black.svg") no-repeat center center/contain;
}
.l-navi__menus03 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  margin: 0 24px;
  border: 2px solid #F68B39;
  border-radius: 12px;
}
.l-navi__menus03-head {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.l-navi__menus03-list {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.l-hamburger {
  line-height: 1;
  cursor: pointer;
}
.l-hamburger__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 17px;
  transition: var(--hover-transition);
}
.l-hamburger__item {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--font-color);
  transition: var(--hover-transition);
}
.l-hamburger__item:nth-of-type(1) {
  top: 0;
}
.l-hamburger__item:nth-of-type(2) {
  top: 11px;
}
.l-hamburger__item:nth-of-type(3) {
  bottom: 0;
}
.l-hamburger.is-active .l-hamburger__item:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.l-hamburger.is-active .l-hamburger__item:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger.is-active .l-hamburger__item:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
@media (width >= 900px) {
  .l-hamburger {
    display: none;
  }
}

@media screen and (width >= 900px) {
  .l-wrapper {
    position: relative;
    z-index: 2;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: none;
  }
}

.l-main {
  box-sizing: border-box;
  margin-top: 66px;
  overflow: hidden;
}
@media screen and (width >= 900px) {
  .l-main {
    position: relative;
    z-index: 0;
    width: 608px;
    max-width: 100%;
    margin-top: 24px;
    margin-left: 224px;
    pointer-events: auto;
    background: #FFF;
    border-top: 4px solid #F68B39;
    border-right: 4px solid #F68B39;
    border-left: 4px solid #F68B39;
    border-radius: 120px 120px 0 0;
  }
}
@media screen and (width >= 900px) {
  .l-main--low {
    padding-top: 80px;
  }
}

.top-section-border {
  margin: 48px 0;
  line-height: 0;
  text-align: center;
}
@media screen and (width >= 900px) {
  .top-section-border {
    margin: 64px 0;
  }
}

.top-section-wave {
  padding: 60px 0 36px;
  background: #FFFBF4;
}
.top-section-wave img {
  width: 100%;
}

.top-slider-wrapper {
  margin-bottom: 30px;
}
@media screen and (width >= 900px) {
  .top-slider-wrapper {
    display: none;
  }
}

.top-slider img {
  width: 100%;
  object-fit: cover;
}

.top-slider-controller {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 10px 16px;
}
.top-slider-controller .slick-dots {
  display: flex;
  gap: 8px;
}
.top-slider-controller .slick-dots li {
  line-height: 0;
}
.top-slider-controller .slick-dots button {
  width: 20px;
  height: 2px;
  font-size: 0;
  cursor: pointer;
  background: #C0C0C0;
}
.top-slider-controller .slick-dots .slick-active button {
  background: #F68B39;
}

.top-slider-stop {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}
.top-slider-stop.is-stop {
  background: url("/jp/event/designlive/resources/img/top/top-slider_play.svg") no-repeat center center/contain;
}
.top-slider-stop.is-stop img {
  opacity: 0;
}

.top-fv {
  display: none;
  padding: 88px 24px;
  text-align: center;
}
@media screen and (width >= 900px) {
  .top-fv {
    display: block;
  }
}
.top-fv img {
  width: 417px;
}

.top-about__title {
  font-family: var(--font-akshar);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #F68B39;
  text-align: center;
}
.top-about__heading {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.top-about__heading img {
  width: 334px;
}
.top-about__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.top-theme {
  position: relative;
}
.top-theme::before {
  position: absolute;
  top: -183px;
  right: -32px;
  z-index: -1;
  line-height: 0;
  content: url("/jp/event/designlive/resources/img/top/theme_bg.svg");
}
@media screen and (width >= 900px) {
  .top-theme::before {
    top: -100px;
    right: 40px;
  }
}
.top-theme__heading {
  margin-top: 8px;
  line-height: 0;
  text-align: center;
}
.top-theme__heading img {
  width: 334px;
}
.top-theme__description {
  position: relative;
  z-index: 2;
  margin-top: 56px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (width >= 900px) {
  .top-theme__description {
    margin-top: 40px;
  }
}
.top-theme__video {
  margin-top: 64px;
}
.top-theme__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.top-theme__accordion {
  display: none;
  margin: 48px 0 16px;
}
.top-theme__accordion-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.top-theme__accordion-button {
  margin-top: 14px;
}

.top-notice {
  position: relative;
  margin-top: 64px;
  margin-bottom: 40px;
}
.top-notice::before {
  position: absolute;
  top: -226px;
  left: -127px;
  z-index: -1;
  display: block;
  width: 238px;
  height: 374px;
  content: "";
  background: url("/jp/event/designlive/resources/img/top/theme_bg02.svg") no-repeat;
}
@media screen and (width >= 900px) {
  .top-notice::before {
    top: -396px;
  }
}
.top-notice::after {
  position: absolute;
  top: 130px;
  left: 113px;
  z-index: -1;
  display: block;
  width: 330px;
  height: 331px;
  content: "";
  background: url("/jp/event/designlive/resources/img/top/theme_bg03.svg") no-repeat;
}
.top-notice__title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #F68B39;
}
.top-notice__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #F9F9F9;
  border-radius: 0 0 12px 12px;
}
.top-notice__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.top-notice__divider {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  background: #C0C0C0;
  border: none;
}

.top-program {
  position: relative;
  padding: 40px 16px;
  background: #F68B39;
}
.top-program__top {
  display: block;
  width: 100%;
  height: 104px;
  margin-bottom: -1px;
  content: "";
  background: #F68B39;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
}
.top-program__bottom {
  display: block;
  width: 100%;
  height: 104px;
  margin-top: -1px;
  content: "";
  background: #F68B39;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
}
.top-program__content {
  padding: 32px 0 64px;
  background: #fff;
  border-radius: 12px;
}

.top-main-program {
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
  margin-bottom: 32px;
  background: url("/jp/event/designlive/resources/img/common/line_single.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
}
.top-main-program__title {
  margin-bottom: 32px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.top-main-program__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.top-main-program__images .no1 {
  grid-area: 1/1/2/3;
}
.top-main-program__images .no2 {
  grid-area: 2/1/3/2;
  padding-left: 4px;
}
.top-main-program__images .no3 {
  grid-area: 2/2/3/3;
  padding-right: 4px;
}
.top-main-program__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-main-program__details {
  position: relative;
  padding: 16px;
}
.top-main-program__details::before {
  position: absolute;
  top: -5px;
  right: 10px;
  z-index: -1;
  width: 150px;
  height: 380px;
  content: "";
  background: url("/jp/event/designlive/resources/img/top/program01_bg.webp") no-repeat center center/contain;
}
.top-main-program__heading {
  display: flex;
  gap: 12px;
}
.top-main-program__number {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: #F68B39;
}
.top-main-program__program-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.top-main-program__date {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.top-main-program__description {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.top-main-program__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #F68B39;
  transition: opacity 0.3s;
}
.top-main-program__link::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_arrow_right.svg");
}
@media (any-hover: hover) {
  .top-main-program__link:hover {
    opacity: 0.7;
  }
}

.top-interaction {
  padding: 0 16px;
}
.top-interaction__title {
  margin-bottom: 32px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.top-interaction__item {
  display: block;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #F68B39;
  border-radius: 12px;
  box-shadow: 0 0 15px 4px rgba(26, 26, 26, 0.1);
  transition: opacity 0.3s, box-shadow 0.3s;
}
.top-interaction__item:not(:last-child) {
  margin-bottom: 16px;
}
@media (any-hover: hover) {
  .top-interaction__item:hover {
    box-shadow: none;
    opacity: 0.7;
  }
}
.top-interaction__image img {
  width: 100%;
}
.top-interaction__detail {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 12px;
}
.top-interaction__detail::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_arrow_right.svg") no-repeat center center;
}
.top-interaction__number {
  padding-top: 2px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #F68B39;
}
.top-interaction__program-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.top-interaction__subcopy {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.top-interaction__date {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.top-interaction__banner {
  margin-top: 32px;
}
.top-interaction__banner img {
  width: 100%;
  filter: drop-shadow(0 0 15px rgba(26, 26, 26, 0.1));
  transition: opacity 0.3s, filter 0.3s;
}
@media (any-hover: hover) {
  .top-interaction__banner:hover img {
    opacity: 0.7;
    filter: none;
  }
}

.top-supporters {
  position: relative;
  overflow: hidden;
  background: #FFFBF4;
}
.top-supporters::before {
  position: absolute;
  top: -19.135px;
  right: -91px;
  content: url("/jp/event/designlive/resources/img/top/supporters_bg.svg");
}
@media screen and (width >= 900px) {
  .top-supporters::before {
    top: -19.133px;
    right: 26px;
  }
}
.top-supporters__title {
  margin-top: 40px;
  margin-bottom: 32px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.top-supporters__item {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 16px;
  background: #FFF;
  border: 1px solid #F68B39;
  border-radius: 12px;
  box-shadow: 0 0 15px 4px rgba(26, 26, 26, 0.1);
  transition: opacity 0.3s, box-shadow 0.3s;
}
.top-supporters__item:not(:last-child) {
  margin-bottom: 16px;
}
.top-supporters__item::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_arrow_right.svg") no-repeat center center;
}
@media (any-hover: hover) {
  .top-supporters__item:hover {
    box-shadow: none;
    opacity: 0.7;
  }
}
.top-supporters__image {
  flex-shrink: 0;
  width: 120px;
}
@media screen and (width >= 900px) {
  .top-supporters__image {
    width: 144px;
  }
}
.top-supporters__image img {
  width: 100%;
  border-radius: 4px;
}
.top-supporters__detail {
  flex-grow: 1;
}
.top-supporters__number {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #F68B39;
}
.top-supporters__supporters-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.top-supporters__date {
  padding-right: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.top-supporters__date small {
  font-size: 12px;
}

.top-more-contents {
  padding-bottom: 64px;
  background: #FFFBF4;
}
.top-more-contents__title {
  margin-bottom: 32px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.top-more-contents__list {
  overflow: hidden;
  border: 1px solid #F68B39;
  border-radius: 12px;
  box-shadow: 0 0 15px 4px rgba(26, 26, 26, 0.1);
}
.top-more-contents__item {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #FFF;
  transition: opacity 0.3s;
}
.top-more-contents__item:not(:last-child) {
  border-bottom: 1px solid #F68B39;
}
.top-more-contents__item::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_arrow_right.svg") no-repeat center center;
}
.top-more-contents__item[target=_blank]::after {
  background: url("/jp/event/designlive/resources/img/common/ico_blank.svg") no-repeat center center;
}
@media (any-hover: hover) {
  .top-more-contents__item:hover {
    opacity: 0.7;
  }
}
.top-more-contents__image {
  flex-shrink: 0;
  align-self: center;
  width: 106px;
}
.top-more-contents__detail {
  display: flex;
  gap: 8px;
}
.top-more-contents__number {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #F68B39;
}
.top-more-contents__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.top-more-contents__date {
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.top-more-contents__bottom img {
  width: 100%;
}

.top-partners {
  position: relative;
  padding: 40px 0;
}
.top-partners::before {
  position: absolute;
  top: -87px;
  right: -93px;
  z-index: -1;
  content: url("/jp/event/designlive/resources/img/top/partners_bg.svg");
}
@media screen and (width >= 900px) {
  .top-partners::before {
    top: 5.184px;
    right: -7px;
  }
}
.top-partners__title {
  margin-bottom: 32px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.top-partners__links01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.top-partners__link01:first-child {
  grid-column: 1/-1;
}
.top-partners__link01 img {
  width: 100%;
}
.top-partners__links02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
.top-partners__links03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  margin-bottom: 32px;
}
.top-partners__link03 {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  border-bottom: 1px solid #F68B39;
}
.top-partners__link03::after {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_blank_black.svg");
}
.top-partners__company {
  position: relative;
  z-index: 1;
}
.top-partners__company::before {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border: 1px solid #F68B39;
  border-radius: 12px;
}
.top-partners__company-inner {
  padding: 16px;
  background: #fff;
  border: 1px solid #F68B39;
  border-radius: 12px;
}
.top-partners__company-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.top-partners__company-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.top-partners__company-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.top-partners__company-image:first-child {
  grid-column: 1/-1;
}
.top-partners__company-image img {
  width: 100%;
}
.top-partners__company-image p {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.top-post {
  padding: 40px 0;
}
.top-post__title {
  margin-bottom: 32px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.top-post__slider {
  margin: 0 -6px 32px;
}
.top-post__slider .slick-slide {
  padding: 0 6px;
}
.top-post__slider .slick-slide img {
  width: 100%;
  border-radius: 4px;
}
.top-post__slider .slick-arrow {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background: none;
  filter: drop-shadow(0 0 15px rgba(26, 26, 26, 0.1));
}
.top-post__slider .slick-prev {
  right: auto;
  left: 10px;
  background: url("/jp/event/designlive/resources/img/common/slider-prev.svg") no-repeat center center/contain;
}
.top-post__slider .slick-next {
  right: 10px;
  left: auto;
  background: url("/jp/event/designlive/resources/img/common/slider-next.svg") no-repeat center center/contain;
}

.top-access {
  padding: 40px 16px;
  background: url("/jp/event/designlive/resources/img/top/dot_bg.svg");
}
.top-access__inner {
  padding: 32px 16px;
  background: #fff;
  border: 1px solid #F68B39;
  border-radius: 12px;
}
.top-access__title {
  margin-bottom: 12px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.top-access__map {
  padding-bottom: 32px;
  margin-bottom: 24px;
  background: url("/jp/event/designlive/resources/img/common/line_single.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
}
.top-access__map-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.top-access__map-image {
  margin-bottom: 16px;
}
.top-access__map-image img {
  width: 311px;
  max-width: 100%;
}
.top-access__subway-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.top-access__subway-list {
  margin-bottom: 24px;
}
.top-access__subway-list > div:not(:last-child) {
  margin-bottom: 12px;
}
.top-access__subway-list dt {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.top-access__subway-list dd {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.top-access__subway-list p:not(:last-child) {
  margin-bottom: 8px;
}
.top-access__subway-note {
  display: flex;
  gap: 4px;
}
.top-access__subway-note::before {
  content: "※";
}

.l-footer {
  padding-top: 40px;
  background: #FFFBF4;
}
@media screen and (width >= 900px) {
  .l-footer {
    width: 608px;
    margin-left: 224px;
    pointer-events: auto;
    border-right: 4px solid #F68B39;
    border-left: 4px solid #F68B39;
  }
}

.l-footer-banner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 16px;
  margin-bottom: 40px;
}
.l-footer-banner__link img {
  width: 100%;
}
.l-footer-banner__sns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  align-self: stretch;
  height: 120px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #C0C0C0;
  border-radius: 12px;
}
.l-footer-banner__sns-head {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.l-footer-banner__sns-list {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.l-footer-pagetop {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #1A1A1A;
}
.l-footer-pagetop::before {
  line-height: 0;
  content: url("/jp/event/designlive/resources/img/common/ico_up.svg");
}

.l-footer-logo {
  margin-bottom: 20px;
  text-align: center;
}
.l-footer-logo a {
  display: inline-block;
}
.l-footer-logo img {
  width: 230px;
}

.l-footer-nav > li {
  border-bottom: 1px solid #C0C0C0;
}
.l-footer-nav > li a {
  display: block;
  padding: 20px 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  color: #1A1A1A;
}

.l-footer-copyright {
  padding: 20px 5px;
  font-family: Jost, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #1A1A1A;
  text-align: center;
}

.c-award-card01 {
  padding: 24px;
  background: var(--white, #FFF);
  border: 2px solid var(--color-orange);
  border-radius: 12px;
  backdrop-filter: blur(15px);
}
.c-award-card01__title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.c-award-card01__figure {
  margin-bottom: 24px;
}
.c-award-card01__caption {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}
.c-award-card01__subtitle {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.c-award-card01__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.c-award-card01__note {
  display: flex;
  gap: 4px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.c-award-card01__note::before {
  content: "※";
}
.c-award-card01__date {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-award-card01__date-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.c-award-card01__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-award-card01__info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-award-card01__info-label {
  width: 75px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  background: var(--color-orange);
}
.c-award-card01__info-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.c-award-card01__memo {
  display: flex;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.c-award-card01__memo::before {
  color: var(--color-orange);
  content: "●";
}
.c-award-card01__jury-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
@media (min-width: 1001px) {
  .c-award-card01__jury-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-award-card01__jury-figure {
  position: relative;
  margin-bottom: 16px;
}
.c-award-card01__jury-img {
  width: 100%;
}
.c-award-card01__jury-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.4;
  transform: translateY(100%);
}
.c-award-card01__jury-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-award-card01__jury-name-en {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.c-award-card01__jury-name-ja {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.c-award-card01__jury-role {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.c-artwork-block {
  padding: 24px;
  background: #fff;
  border: 2px solid var(--color-orange);
  border-radius: 12px;
  backdrop-filter: blur(15px);
}
.c-artwork-block__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.c-artwork-block__figure {
  margin-bottom: 24px;
}
.c-artwork-block__caption {
  font-size: 8px;
  font-weight: 500;
  line-height: 1.6;
}
.c-artwork-block__description {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.c-artwork-block__location {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.c-artwork-block__location::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_map.svg") no-repeat center center/contain;
}
.c-artwork-block__divider {
  padding: 0;
  margin: 24px 0;
  background: #D3D3D3;
  border: 0;
}
.c-artwork-block__creator-message-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.c-artwork-block__creator-message {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.c-artwork-block__creator-figure {
  margin-bottom: 16px;
}
.c-artwork-block__creator-figure img {
  width: 180px;
}
.c-artwork-block__creator-caption {
  font-size: 8px;
  font-weight: 500;
  line-height: 1.6;
}
.c-artwork-block__unit-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.c-artwork-block__unit-name {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.c-artwork-block__unit-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.c-supporter-company-block__title {
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 2px solid var(--color-orange);
}
.c-supporter-company-block__logo {
  margin-bottom: 16px;
  text-align: center;
}
.c-supporter-company-block__logo-img {
  width: 240px;
}

.c-button01 {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 24px 12px 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  background: #FFF;
  border: 2px solid #F68B39;
  border-radius: 80px;
  box-shadow: 4px 4px 0 0 #F68B39;
  transition: transform 0.3s, box-shadow 0.3s;
}
.c-button01::after {
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_arrow_right.svg") no-repeat center center;
}
.c-button01[target=_blank]::after {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_blank02.svg") no-repeat center center/contain;
}
@media (any-hover: hover) {
  .c-button01:hover {
    box-shadow: 0 0 0 0 #F68B39;
    transform: translate(4px, 4px);
  }
}
.c-button01--center {
  margin-inline: auto;
}
.c-button01--w320 {
  width: 320px;
  max-width: 100%;
}

.c-button02 {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #F68B39;
}
.c-button02::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_arrow_right.svg");
}
.c-button02--center {
  margin-inline: auto;
}
.c-button02--right {
  margin-inline: auto 0;
}

.c-button03 {
  display: flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  border-bottom: 2px solid var(--color-orange);
}
.c-button03::before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_modal-open.svg") no-repeat center center/contain;
}

.c-more-button01 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  border-bottom: 2px solid #F68B39;
  transition: opacity 0.3s;
}
.c-more-button01::after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_plus.svg") no-repeat center center/contain;
}
.c-more-button01.is-close::after {
  margin-top: 2px;
  background-image: url("/jp/event/designlive/resources/img/common/ico_minus.svg");
}
@media (any-hover: hover) {
  .c-more-button01:hover {
    opacity: 0.7;
  }
}

.c-page-slider-wrapper {
  margin-bottom: 40px;
}
@media screen and (width >= 900px) {
  .c-page-slider-wrapper {
    display: none;
  }
}

.c-page-slider img {
  width: 100%;
  aspect-ratio: 343/229;
  object-fit: cover;
}

.c-page-slider-controller {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 10px 16px;
}
.c-page-slider-controller .slick-dots {
  display: flex;
  gap: 8px;
}
.c-page-slider-controller .slick-dots li {
  line-height: 0;
}
.c-page-slider-controller .slick-dots button {
  width: 20px;
  height: 2px;
  font-size: 0;
  cursor: pointer;
  background: #C0C0C0;
}
.c-page-slider-controller .slick-dots .slick-active button {
  background: #F68B39;
}

.c-page-slider-stop {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}
.c-page-slider-stop.is-stop {
  background: url("/jp/event/designlive/resources/img/top/top-slider_play.svg") no-repeat center center/contain;
}
.c-page-slider-stop.is-stop img {
  opacity: 0;
}

.c-event-detail01 {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--color-orange);
  border-radius: 12px;
}
.c-event-detail01__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.c-event-detail01__date {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.c-event-detail01__date::before {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_time.svg") no-repeat center center/16px 16px;
}
.c-event-detail01__place {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.c-event-detail01__place::before {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_map.svg") no-repeat center center/contain;
}
.c-event-detail01__place:not(:last-child) {
  margin-bottom: 24px;
}
.c-event-detail01__description {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.c-event-detail01__presented-by {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.c-event-detail01__presenter {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #FFFBF4;
  border-radius: 8px;
}
.c-event-detail01__presenter-image {
  flex-shrink: 0;
  width: 80px;
}
@media (min-width: 1001px) {
  .c-event-detail01__presenter-image {
    width: 120px;
  }
}
.c-event-detail01__presenter-name {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.c-event-detail01__presenter-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.c-gde-benefit-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 32px 24px;
  background: #fff;
  border: 4px solid #E00716;
}
.c-gde-benefit-block__title {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  align-items: center;
  justify-content: center;
}
.c-gde-benefit-block__title-main {
  font-family: var(--font-oswald);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.c-gde-benefit-block__title-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c-gde-benefit-block__date {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
}
.c-gde-benefit-block__date-main {
  font-family: var(--font-oswald);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #E00716;
}
.c-gde-benefit-block__date-label {
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #E00716;
}
.c-gde-benefit-block__description {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.c-gde-map-block {
  margin: 40px 0;
}
.c-gde-map-block__img {
  border-radius: 12px;
}

.c-gde-area-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-gde-area-block {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #FFFBF4;
  border-radius: 12px;
}
.c-gde-area-block__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-orange);
}
.c-gde-area-block__title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.c-gde-area-block__area {
  flex-shrink: 0;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  line-height: 28px;
  color: #fff;
  background: var(--color-orange);
}
.c-gde-area-block__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.c-gde-area-block__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-orange);
}
.c-gde-area-block__list {
  margin-top: 12px;
}
.c-gde-area-block__item {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.c-gde-area-block__item::before {
  position: absolute;
  top: 0.5lh;
  left: 0.5em;
  display: block;
  width: 3px;
  height: 3px;
  content: "";
  background: currentcolor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-gde-area-block__location {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.c-gde-area-block__location-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c-gde-area-block__location-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.c-grid01 {
  display: grid;
  gap: 24px 40px;
  margin-bottom: 64px;
}
@media screen and (width >= 900px) {
  .c-grid01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-grid01__link {
  display: grid;
  gap: 4px;
}
.c-grid01__link:hover .c-grid01__image-wrapper img {
  transform: scale(1.1);
}
.c-grid01__image-wrapper {
  overflow: hidden;
}
.c-grid01__image-wrapper img {
  transition: 0.3s;
}
.c-grid01__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (width >= 900px) {
  .c-grid01__title {
    font-size: 2rem;
  }
}
.c-grid01__detail {
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-grid01__detail > div {
  display: flex;
}
.c-grid01__detail > div dt {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  width: 5em;
}
.c-grid01__detail > div dt::after {
  content: "：";
}

.c-grid02 {
  display: grid;
  gap: 12px 40px;
}
@media screen and (width >= 900px) {
  .c-grid02 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }
}
.c-grid02__link {
  display: flex;
  gap: 12px;
}
.c-grid02__link::after {
  display: block;
  flex-shrink: 0;
  align-self: center;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6px;
  margin: 0 0 0 auto;
  background: #44693d;
  content: "";
  transition: inherit;
  aspect-ratio: 6/10;
}
.c-grid02__link:hover .c-grid02__image-wrapper img {
  transform: scale(1.1);
}
.c-grid02__image-wrapper {
  flex-shrink: 0;
  width: 32.8vw;
  overflow: hidden;
}
@media screen and (width >= 900px) {
  .c-grid02__image-wrapper {
    width: 174px;
  }
}
.c-grid02__image-wrapper img {
  width: 100%;
  transition: 0.3s;
}
.c-grid02__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (width >= 900px) {
  .c-grid02__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-grid02__detail {
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-grid02__detail > div {
  display: flex;
}
.c-grid02__detail > div dt {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  width: 5em;
}
.c-grid02__detail > div dt::after {
  content: "：";
}
.c-grid02__detail > div dt.dc {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  width: 11em;
}
.c-grid02__detail > div dt.dc::after {
  content: "：";
}

.c-grid03 {
  display: grid;
  gap: 20px 45px;
}
@media screen and (width >= 900px) {
  .c-grid03 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-grid03__item {
  display: grid;
  gap: 12px;
  grid-template-rows: auto 1fr;
}
.c-grid03__image-wrapper img {
  width: 100%;
}
.c-grid03__text-wrapper {
  display: grid;
  gap: 8px;
  grid-template-rows: auto 1fr;
}
.c-grid03__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (width >= 900px) {
  .c-grid03__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-grid03__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (width >= 900px) {
  .c-grid03__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-grid04 {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (width >= 900px) {
  .c-grid04 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-grid04 img {
  width: 100%;
}

.c-head01 {
  display: grid;
  gap: 8px;
  margin-bottom: 40px;
}

.c-inner {
  width: 1080px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
@media screen and (width >= 900px) {
  .c-inner {
    max-width: calc(100% - 64px);
  }
}

.c-page-sub-copy {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.c-page-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.c-modal01 {
  position: relative;
  z-index: 9999;
}
.c-modal01__overlay {
  position: fixed;
  inset: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(48, 48, 48, 0.3);
}
.c-modal01__container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1000px;
  max-width: calc(100% - 32px);
  max-height: calc(100vh - 148px);
  overflow: hidden;
  cursor: auto;
  background-color: #fff;
  border-radius: 12px;
}
.c-modal01__inner {
  height: 100%;
  padding: 20px 20px 70px;
  overflow-y: auto;
}
@media screen and (width >= 900px) {
  .c-modal01__inner {
    padding: 40px;
  }
}
.c-modal01__close {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  cursor: pointer;
  background: var(--color-orange);
  transition: opacity 0.3s;
}
@media screen and (width >= 900px) {
  .c-modal01__close {
    inset: 24px 24px auto auto;
    gap: 0;
    width: auto;
    padding: 0;
    font-size: 0;
    background: none;
  }
}
.c-modal01__close::before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_modal_close_sp.svg") no-repeat center center/contain;
}
@media screen and (width >= 900px) {
  .c-modal01__close::before {
    width: 16px;
    height: 16px;
    background-image: url("/jp/event/designlive/resources/img/common/ico_modal_close_pc.svg");
  }
}
@media (any-hover: hover) {
  .c-modal01__close:hover {
    opacity: 0.7;
  }
}
.c-modal01__art {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (width >= 900px) {
  .c-modal01__art {
    flex-direction: row;
  }
}
.c-modal01__art-image {
  flex-shrink: 0;
}
@media screen and (width >= 900px) {
  .c-modal01__art-image {
    width: 400px;
  }
}
.c-modal01__art-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.c-modal01__art-artist {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.c-modal01__art-divider {
  margin: 12px 0;
  background: var(--color-orange);
  border: none;
}
.c-modal01__art-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (width >= 900px) {
  .c-modal01__art-description {
    font-size: 14px;
    line-height: 1.8;
  }
}
.c-modal01__profile {
  display: flex;
  gap: 16px;
}
@media screen and (width >= 900px) {
  .c-modal01__profile {
    gap: 24px;
  }
}
.c-modal01__profile-image {
  flex-shrink: 0;
}
.c-modal01__profile-image img {
  width: 80px;
}
@media screen and (width >= 900px) {
  .c-modal01__profile-image img {
    width: 160px;
  }
}
.c-modal01__profile-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.c-modal01__profile-name span {
  font-size: 14px;
  line-height: 1.4;
}
.c-modal01__profile-description {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (width >= 900px) {
  .c-modal01__profile-description {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-modal01__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-modal01__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal01__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal01__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-section01 {
  padding: 40px 0;
}
@media screen and (width >= 900px) {
  .c-section01 {
    padding: 80px 0;
  }
}
.c-section01--green {
  background: #f8fdfa;
}

.c-event-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
  padding: 24px;
  background: #FFF;
  border: 2px solid #F68B39;
  border-radius: 12px;
}
.c-event-info__wrap {
  position: relative;
}
.c-event-info__wrap::before {
  position: absolute;
  top: -24px;
  left: 0;
  z-index: -1;
  display: block;
  width: 259px;
  height: 373px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/event-info_bg.webp") no-repeat center center/contain;
}
.c-event-info > div {
  display: flex;
  flex-direction: column;
  gap: 4px 12px;
}
.c-event-info dt,
.c-event-info dd {
  font-size: 16px;
  line-height: 1.6;
}
.c-event-info dt {
  flex-shrink: 0;
  font-weight: 700;
}
.c-event-info dd {
  flex-grow: 1;
}
.c-event-info__note {
  font-size: 10px;
}

.c-time-table01 {
  overflow: hidden;
  table-layout: fixed;
  background: #FFF;
  border: 1px solid #C0C0C0;
  border-radius: 12px;
}
.c-time-table01 th,
.c-time-table01 td {
  border: 1px solid #F9F9F9;
}
.c-time-table01 th:last-child,
.c-time-table01 td:last-child {
  border-right: none;
}
.c-time-table01 th {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  background: #F9F9F9;
}
.c-time-table01 thead th {
  padding: 8px 0;
  border-top: none;
}
.c-time-table01 tbody th {
  width: 30px;
  padding: 8px 12px;
}
.c-time-table01 tbody tr:nth-child(even) {
  background: #FFFBF4;
}
.c-time-table01 tbody tr:last-child th,
.c-time-table01 tbody tr:last-child td {
  border-bottom: none;
}
.c-time-table01 .busy {
  background: var(--color-orange);
}

.c-time-table02__navi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  border-bottom: 1px solid var(--color-orange);
}
.c-time-table02__day {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}
.c-time-table02__day.is-active {
  position: relative;
  color: inherit;
  background: #fff;
}
.c-time-table02__day.is-active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
.c-time-table02__block {
  display: none;
  padding: 24px 20px;
  border: 1px solid var(--color-orange);
  border-top: none;
}
.c-time-table02__item:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  background: url("/jp/event/designlive/resources/img/common/line_single.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
}
.c-time-table02__time {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.c-time-table02__time::before {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_time.svg") no-repeat center center/16px 16px;
}
.c-time-table02__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.c-time-table02__description {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.8;
}
.c-time-table02__speakers-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.c-time-table02__speakers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  padding: 12px 16px;
  background: #FFFBF4;
  border-radius: 12px;
}
.c-time-table02__speaker {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-time-table02__speaker-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.c-time-table02__speaker-role {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #777;
}

.c-page-logo {
  text-align: center;
}
.c-page-logo img {
  width: 417px;
}

.c-page-title {
  display: flex;
  gap: 16px;
}
.c-page-title__number {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #F68B39;
}
@media (min-width: 1001px) {
  .c-page-title__number {
    font-size: 32px;
    line-height: 1.4;
  }
}
.c-page-title__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1001px) {
  .c-page-title__text {
    font-size: 32px;
  }
}

.c-page-title02 {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.c-title01 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1001px) {
  .c-title01 {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .c-title01::before {
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background: var(--color-orange);
  }
}

.c-title02 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.c-title02::before {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--color-orange);
}

.p-artist-list {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--color-orange);
  border-radius: 16px;
}
.p-artist-list__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.p-artist-list__pick-up {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-orange);
}
.p-artist-list__pick-up-title {
  width: fit-content;
  padding: 1px 12px 2px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
  background: #F68B39;
  border-radius: 12px;
}
.p-artist-list__pick-up-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 8px;
}
.p-artist-list__pick-up-link {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  transition: opacity 0.3s;
}
.p-artist-list__pick-up-link::before {
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 7px;
  content: "";
  background: var(--color-orange);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (any-hover: hover) {
  .p-artist-list__pick-up-link:hover {
    opacity: 0.7;
  }
}
.p-artist-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 8px;
}
.p-artist-list__link {
  display: flex;
  gap: 8px;
  width: fit-content;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  transition: opacity 0.3s;
}

.pick-up-artist__image {
  margin-bottom: 16px;
}
.pick-up-artist__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.pick-up-artist__name {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.pick-up-artist__name span {
  font-size: 14px;
  line-height: 1.4;
}
.pick-up-artist__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.p-radio-exercises__event {
  padding-bottom: 64px;
  background: url("/jp/event/designlive/resources/img/radio-exercises/event_bg_sp.webp") no-repeat bottom 56px right -195px;
  background-size: 355px auto;
}
@media (min-width: 1001px) {
  .p-radio-exercises__event {
    background: url("/jp/event/designlive/resources/img/radio-exercises/event_bg.svg") no-repeat bottom right -6px;
  }
}

.c-map-category-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-map-category-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-map-category-block__title {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.c-map-category-block__link {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 8px 0;
  border-bottom: 2px solid var(--color-orange);
  transition: opacity 0.3s;
}
.c-map-category-block__link::after {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 0 0 auto;
  content: "";
  background: url("/jp/event/designlive/resources/img/common/ico_arrow_right.svg") no-repeat center/contain;
}
@media (any-hover: hover) {
  .c-map-category-block__link:hover {
    opacity: 0.7;
  }
}
.c-map-category-block__num {
  flex-shrink: 0;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-orange);
}
.c-map-category-block__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

@media (width <= 899px) {
  .pc {
    display: none !important;
  }
}

@media (width >= 900px) {
  .sp {
    display: none !important;
  }
}

.u-visibility-hidden {
  visibility: hidden;
}

.u-comingsoon {
  pointer-events: none !important;
  filter: grayscale(1) opacity(0.5) !important;
}

.u-mb2 {
  margin-bottom: 2px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

@media (width <= 899px) {
  .u-mb40sp {
    margin-bottom: 40px;
  }
  .u-mb80sp {
    margin-bottom: 80px;
  }
}
@media (width >= 900px) {
  .u-mb64pc {
    margin-bottom: 64px;
  }
  .u-mb32pc {
    margin-bottom: 32px;
  }
}