/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/index.scss ***!
  \**************************************************************************************************************/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes poyo {
  0% {
    transform: scale(0, 0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9);
  }
  30% {
    transform: scale(1.02, 1);
  }
  50% {
    transform: scale(0.98, 1.05);
  }
  70% {
    transform: scale(1, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
  0%, 100% {
    opacity: 1;
  }
}
@keyframes word {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes word2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 0);
  }
}
@keyframes scrolld {
  0% {
    transform: translate(0, -100%);
  }
  45% {
    transform: translate(0, 0%);
  }
  65% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0%, 100%);
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
}
body a {
  text-decoration: none;
}
body a span {
  text-decoration: none;
}
body img {
  width: 100%;
}
body section {
  position: relative;
}
body img, body svg, body picture {
  width: 100%;
}

@media print, screen and (min-width: 1600px) {
  #wrapper {
    position: relative;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  button {
    border: none;
    background: none;
    outline: none;
  }
  /*============================
  #wrapper
  ============================*/
  body {
    background: #f1f3f4;
  }
  #wrapper {
    background: #f1f3f4;
    position: relative;
    padding-top: 72px;
    overflow: hidden;
    /*============================
    #header
    ============================*/
    /*============================
    #top
    ============================*/
    /*============================
    #word
    ============================*/
    /*============================
    #about
    ============================*/
    /*============================
    #timetable
    ============================*/
    /*============================
    #slide
    ============================*/
    /*============================
    #information
    ============================*/
    /*============================
    #sponsors
    ============================*/
    /*============================
    #footer
    ============================*/
  }
  #wrapper #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 10;
  }
  #wrapper #header .logo {
    width: 285px;
    position: relative;
    left: 20px;
    top: -2px;
  }
  #wrapper #header .btn {
    width: 240px;
    height: 72px;
  }
  #wrapper .inner {
    position: relative;
  }
  #wrapper .btn {
    box-sizing: border-box;
    padding: 3px;
    background: #d32026;
  }
  #wrapper .btn:hover .line .arr:before {
    animation: poyo 1.5s ease-in-out forwards;
  }
  #wrapper .btn:hover .line .arr span:before {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: translate(18px, -20px);
  }
  #wrapper .btn:hover .line .arr span:after {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: translate(0px, 0px);
  }
  #wrapper .btn .line {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper .btn .line .txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    position: relative;
    left: 1px;
    color: #ffffff;
  }
  #wrapper .btn .line .arr {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    left: 20px;
    border-radius: 50%;
    overflow: hidden;
  }
  #wrapper .btn .line .arr:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrapper .btn .line .arr span {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wrapper .btn .line .arr span:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(.././img/arr.svg) no-repeat center center;
    background-size: 12px auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #wrapper .btn .line .arr span:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(.././img/arr.svg) no-repeat center center;
    background-size: 12px auto;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(-18px, 20px);
  }
  #wrapper .btn.wide {
    width: 1240px;
    height: 120px;
  }
  #wrapper .btn.wide .line {
    position: relative;
  }
  #wrapper .btn.wide .line .txt {
    font-size: 21px;
  }
  #wrapper .btn.wide .line .arr {
    position: absolute;
    top: 38px;
    right: 39px;
    left: auto;
    width: 35px;
    height: 35px;
  }
  #wrapper #top {
    height: 60vw;
    max-height: 960px;
    position: relative;
  }
  #wrapper #top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  #wrapper #top .scrolldown {
    position: absolute;
    width: 1px;
    height: 56px;
    bottom: 0;
    right: 22px;
  }
  #wrapper #top .scrolldown .box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wrapper #top .scrolldown p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    white-space: nowrap;
    transform: rotate(-90deg);
    top: -47px;
    left: -28px;
  }
  #wrapper #top .scrolldown .bar {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
  }
  #wrapper #top .scrolldown .bar span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    animation: scrolld 3s cubic-bezier(0.76, 0, 0.24, 1) infinite;
  }
  #wrapper #top .inner {
    position: relative;
    width: 100%;
    height: 100%;
    mix-blend-mode: exclusion;
  }
  #wrapper #top .inner .title {
    font-size: 267.5px;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    top: 36.25px;
    left: 25px;
    line-height: 0.814;
    color: #ffffff;
  }
  #wrapper #top .inner .date {
    font-size: 125px;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    bottom: 105px;
    left: 36.25px;
    color: #ffffff;
  }
  #wrapper #top .inner .date2 {
    font-size: 125px;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    bottom: -10px;
    left: 36.25px;
    color: #ffffff;
  }
  #wrapper #word {
    position: relative;
    background: #000000;
    height: 8.125vw;
  }
  #wrapper #word .block {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #wrapper #word .block p {
    position: absolute;
    width: 299.375vw;
    top: 1.953125vw;
    left: -38.59375vw;
    display: flex;
    animation: word 30s linear infinite;
  }
  #wrapper #word .block p img {
    width: 50%;
  }
  #wrapper #about {
    height: 880px;
    position: relative;
    overflow: hidden;
    background: #d32026;
  }
  #wrapper #about #lottie2 {
    position: absolute;
    width: 244.53125vw;
    left: -47.578125vw;
    top: 50%;
    transform: translate(0px, -50%);
  }
  #wrapper #about .side {
    padding-top: 191px;
    width: 1168px;
    margin: 0 auto;
  }
  #wrapper #about .side .label {
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    top: 14px;
    left: 20px;
    color: #ffffff;
  }
  #wrapper #about .inner {
    box-sizing: border-box;
    height: 100%;
    width: 1168px;
    margin: 0 auto;
  }
  #wrapper #about .inner .title {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 68px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
    color: #ffffff;
  }
  #wrapper #about .inner .copy {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-bottom: 34px;
    color: #ffffff;
  }
  #wrapper #about .inner .copy .k {
    display: inline-block;
    position: relative;
  }
  #wrapper #about .inner .copy .k #lottie1 {
    width: 150px;
    height: 65px;
    position: absolute;
    display: block;
    top: -8px;
    left: -1px;
  }
  #wrapper #about .inner .copy .k span {
    display: inline-block;
  }
  #wrapper #about .inner .copy2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    left: 4px;
    color: #ffffff;
  }
  #wrapper #about .word {
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    font-size: 114px;
    white-space: nowrap;
    bottom: -47px;
    right: -7px;
    color: #db5459;
    letter-spacing: 0.007em;
  }
  #wrapper #about .word .block {
    width: 4155px;
    display: flex;
    animation: word2 30s linear infinite;
  }
  #wrapper #about .word p {
    width: 50%;
    white-space: nowrap;
  }
  #wrapper #timetable {
    padding-top: 65px;
    padding-bottom: 80px;
    position: relative;
    background: #f1f3f4;
  }
  #wrapper #timetable .bgobj_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrapper #timetable .bgobj_main .inner {
    position: relative;
    width: 100%;
    height: 100%;
    filter: blur(10px);
  }
  #wrapper #timetable .bgobj_main .inner img {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  #wrapper #timetable .bgobj_main .inner .bg_item1 {
    position: absolute;
    width: 525.5px;
    top: 890px;
    left: 660px;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item2 {
    position: absolute;
    width: 420px;
    top: 1620px;
    left: 100px;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item3 {
    position: absolute;
    width: 315px;
    top: 2840px;
    left: 0;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item4 {
    position: absolute;
    width: 347px;
    top: 3590px;
    right: 0;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item5 {
    position: absolute;
    width: 525.5px;
  }
  #wrapper #timetable .inner {
    width: 1240px;
    margin: 0 auto;
    position: relative;
  }
  #wrapper #timetable .inner .title {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 117px;
    margin-bottom: 60px;
    letter-spacing: 0.02em;
  }
  #wrapper #timetable .inner .content {
    display: flex;
    position: relative;
    padding-top: 42px;
    padding-bottom: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    border-top: 1px solid #d8dadb;
    gap: 20px;
  }
  #wrapper #timetable .inner .content .bgobj {
    position: absolute;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj1 {
    width: 642px;
    top: 460px;
    left: 614px;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj2 {
    width: 222px;
    top: 25px;
    left: 1034px;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj3 {
    width: 222px;
    top: 359px;
    left: -16px;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj4 {
    width: 222px;
    top: 521px;
    left: 1034px;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj5 {
    width: 222px;
    top: 483px;
    left: 615px;
  }
  #wrapper #timetable .inner .content:nth-of-type(2) .speaker {
    top: 209px;
  }
  #wrapper #timetable .inner .content:nth-of-type(3) {
    flex-direction: row-reverse;
    align-items: flex-start;
    align-content: flex-start;
  }
  #wrapper #timetable .inner .content:nth-of-type(4) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 70px;
  }
  #wrapper #timetable .inner .content:nth-of-type(5) {
    padding-bottom: 85px;
  }
  #wrapper #timetable .inner .content h3 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    font-weight: 400;
    top: 12px;
    left: 0;
    letter-spacing: 0.015em;
  }
  #wrapper #timetable .inner .content .pnl {
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    width: 610px;
    padding-top: 24px;
    padding-bottom: 25px;
  }
  #wrapper #timetable .inner .content .pnl .detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 21px;
    margin-bottom: 24px;
    width: fit-content;
    overflow: hidden;
    box-sizing: border-box;
  }
  #wrapper #timetable .inner .content .pnl .detail .box {
    background: #000000;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: fit-content;
    height: 100%;
  }
  #wrapper #timetable .inner .content .pnl .detail .icon {
    width: 15px;
    height: 15px;
    background: #000000 url(.././img/t.png) no-repeat center center;
    background-size: contain;
    margin-right: 5px;
  }
  #wrapper #timetable .inner .content .pnl .detail .time {
    background: #000000;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    padding-right: 3px;
    position: relative;
  }
  #wrapper #timetable .inner .content .pnl .detail .time span {
    position: relative;
    z-index: 2;
  }
  #wrapper #timetable .inner .content .pnl .detail .time:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    width: 16px;
    width: 16px;
    height: 100%;
    right: -5px;
    border-radius: 0 30px 30px 0;
  }
  #wrapper #timetable .inner .content .pnl .detail .add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #ffffff;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 8px;
    border: 1px solid #000000;
    border-radius: 0 10px 10px 0;
  }
  #wrapper #timetable .inner .content .pnl .detail .no {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #d32026;
    color: #ffffff;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 8px;
    border: 1px solid #d32026;
    border-radius: 0 10px 10px 0;
  }
  #wrapper #timetable .inner .content .pnl .photo {
    width: 100%;
    position: relative;
  }
  #wrapper #timetable .inner .content .pnl .photo .mark {
    position: absolute;
    width: 108px;
    bottom: -55px;
    right: 2px;
  }
  #wrapper #timetable .inner .content .pnl .txts {
    padding-top: 39px;
  }
  #wrapper #timetable .inner .content .pnl .txts .label {
    background: #000000;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    padding: 0 17px;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
    font-weight: 500;
  }
  #wrapper #timetable .inner .content .pnl .txts .label span {
    position: relative;
    top: -2px;
  }
  #wrapper #timetable .inner .content .pnl .txts .label small {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    line-height: 1.3;
    margin-left: 19px;
    letter-spacing: -0.015em;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl.comingsoon {
    color: rgba(0, 0, 0, 0.2);
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl small {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl .wide {
    font-size: 48px;
    line-height: 1.2;
  }
  #wrapper #timetable .inner .content .speaker {
    width: 400px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    position: relative;
    padding-bottom: 28px;
  }
  #wrapper #timetable .inner .content .speaker.wide {
    width: 610px;
  }
  #wrapper #timetable .inner .content .speaker.wide .profile {
    padding-top: 26px;
  }
  #wrapper #timetable .inner .content .speaker.ml {
    min-height: 439px;
  }
  #wrapper #timetable .inner .content .speaker.min {
    position: absolute;
    width: 360px;
    bottom: 31px;
    left: 20px;
  }
  #wrapper #timetable .inner .content .speaker .profile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    padding: 30px 0px 24px 0px;
  }
  #wrapper #timetable .inner .content .speaker .profile.double {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #wrapper #timetable .inner .content .speaker .profile.double .person {
    width: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #wrapper #timetable .inner .content .speaker .profile.double .person .txt {
    width: 136px;
  }
  #wrapper #timetable .inner .content .speaker .profile:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }
  #wrapper #timetable .inner .content .speaker .profile .photo {
    width: 88px;
    height: 88px;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt {
    position: relative;
    top: 5px;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt.top {
    top: 16px;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt.cs {
    top: 25px;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .t1 {
    font-size: 11px;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .t2 {
    font-size: 11px;
    white-space: nowrap;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
  }
  #wrapper #timetable .inner .content .speaker .detail {
    padding-top: 15px;
  }
  #wrapper #timetable .inner .content .speaker .detail p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.02em;
    margin-bottom: 35px;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  #wrapper #timetable .inner .content .speaker .detail p.comin {
    background: #fafafa;
  }
  #wrapper #timetable .inner .content .speaker .detail p a {
    letter-spacing: 0;
    color: #000000;
    text-decoration: underline;
  }
  #wrapper #timetable .inner .content .speaker .detail p a:hover {
    text-decoration: none;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch {
    height: 40px;
    border-radius: 40px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 13px;
    margin-bottom: 0;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch.passive {
    pointer-events: none;
    opacity: 0.1;
    margin-bottom: 0;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch .t {
    position: relative;
    top: -1px;
    color: #000000;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch:hover {
    background: #000000;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch:hover .t {
    color: #ffffff;
  }
  #wrapper #timetable .inner .btn_box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #wrapper #slide {
    background: #000000;
    height: 56.25vw;
  }
  #wrapper #slide.products1 #v_slide1 {
    display: block;
  }
  #wrapper #slide.products1 .inner .txts .block1 {
    display: flex;
  }
  #wrapper #slide.products1 .inner .nav ul li:nth-of-type(1) button {
    opacity: 1;
  }
  #wrapper #slide.products1 .inner .nav ul li:nth-of-type(1) button:after {
    display: block;
  }
  #wrapper #slide.products2 #v_slide2 {
    display: block;
  }
  #wrapper #slide.products2 .inner .txts .block2 {
    display: flex;
  }
  #wrapper #slide.products2 .inner .nav ul li:nth-of-type(2) button {
    opacity: 1;
  }
  #wrapper #slide.products2 .inner .nav ul li:nth-of-type(2) button:after {
    display: block;
  }
  #wrapper #slide.products3 #v_slide3 {
    display: block;
  }
  #wrapper #slide.products3 .inner .txts .block3 {
    display: flex;
  }
  #wrapper #slide.products3 .inner .nav ul li:nth-of-type(3) button {
    opacity: 1;
  }
  #wrapper #slide.products3 .inner .nav ul li:nth-of-type(3) button:after {
    display: block;
  }
  #wrapper #slide.products4 #v_slide4 {
    display: block;
  }
  #wrapper #slide.products4 .inner .txts .block4 {
    display: flex;
  }
  #wrapper #slide.products4 .inner .nav ul li:nth-of-type(4) button {
    opacity: 1;
  }
  #wrapper #slide.products4 .inner .nav ul li:nth-of-type(4) button:after {
    display: block;
  }
  #wrapper #slide.products5 #v_slide5 {
    display: block;
  }
  #wrapper #slide.products5 .inner .txts .block5 {
    display: flex;
  }
  #wrapper #slide.products5 .inner .nav ul li:nth-of-type(5) button {
    opacity: 1;
  }
  #wrapper #slide.products5 .inner .nav ul li:nth-of-type(5) button:after {
    display: block;
  }
  #wrapper #slide.products6 #v_slide6 {
    display: block;
  }
  #wrapper #slide.products6 .inner .txts .block6 {
    display: flex;
  }
  #wrapper #slide.products6 .inner .nav ul li:nth-of-type(6) button {
    opacity: 1;
  }
  #wrapper #slide.products6 .inner .nav ul li:nth-of-type(6) button:after {
    display: block;
  }
  #wrapper #slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #wrapper #slide .photoarea {
    display: none;
  }
  #wrapper #slide .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(.././img/shape.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
  }
  #wrapper #slide .inner {
    z-index: 2;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #wrapper #slide .inner .nav {
    position: absolute;
    width: 200px;
    color: #ffffff;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    line-height: 1;
  }
  #wrapper #slide .inner .nav p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 17px;
  }
  #wrapper #slide .inner .nav ul {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li button {
    width: 100%;
    height: 39px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    padding-left: 20px;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    opacity: 0.2;
  }
  #wrapper #slide .inner .nav ul li button:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background: #ffffff;
    position: absolute;
    left: 7px;
    top: 16px;
    display: none;
  }
  #wrapper #slide .inner .txts {
    width: 884px;
    height: 143px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  #wrapper #slide .inner .txts .block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    display: none;
  }
  #wrapper #slide .inner .txts .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 145px;
    background: #ffffff;
    height: 100%;
  }
  #wrapper #slide .inner .txts .logo img {
    width: 124px;
  }
  #wrapper #slide .inner .txts .logo .logo2 {
    width: 119px;
  }
  #wrapper #slide .inner .txts .logo .logo3 {
    width: 103px;
  }
  #wrapper #slide .inner .txts .logo .logo4 {
    width: 93px;
  }
  #wrapper #slide .inner .txts .logo .logo5 {
    width: 90px;
  }
  #wrapper #slide .inner .txts .logo .logo6 {
    width: 72px;
  }
  #wrapper #slide .inner .txts .txt {
    width: 740px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 15px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    color: #ffffff;
  }
  #wrapper #information {
    background: #d32026;
    position: relative;
  }
  #wrapper #information:before {
    content: "";
    width: 329.5px;
    height: 687.5px;
    display: block;
    background: url(.././img/info_l.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 27px;
    left: 20px;
  }
  #wrapper #information:after {
    content: "";
    width: 316.5px;
    height: 690px;
    display: block;
    background: url(.././img/info_r.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 29px;
    right: 20px;
  }
  #wrapper #information .inner {
    width: 100%;
    height: 745px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    align-content: center;
    z-index: 1;
  }
  #wrapper #information .inner .box {
    width: 940px;
    height: 505px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
    padding: 72px 60px 0 60px;
  }
  #wrapper #information .inner .box dl {
    display: flex;
  }
  #wrapper #information .inner .box dl:last-child dt {
    border-bottom: 1px solid #000000;
  }
  #wrapper #information .inner .box dl:last-child dd {
    border-bottom: 1px solid #cccccc;
  }
  #wrapper #information .inner .box dl dt {
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 15px;
    font-weight: 700;
    border-top: 1px solid #000000;
    height: 72px;
    letter-spacing: 0.1em;
  }
  #wrapper #information .inner .box dl dt.l0 {
    letter-spacing: 0;
  }
  #wrapper #information .inner .box dl dt.l2 {
    letter-spacing: 0.18em;
  }
  #wrapper #information .inner .box dl dd {
    height: 72px;
    border-top: 1px solid #cccccc;
    width: 630px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 15px;
    font-weight: 500;
    padding-left: 48px;
  }
  #wrapper #information .inner .box dl dd h2 {
    font-weight: 500;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0;
  }
  #wrapper #information .inner .box dl dd a {
    color: #000000;
    text-decoration: underline;
  }
  #wrapper #information .inner .box dl dd a:hover {
    text-decoration: none;
  }
  #wrapper #sponsors {
    padding-top: 91px;
    padding-bottom: 61px;
  }
  #wrapper #sponsors .inner {
    width: 1240px;
    margin: 0 auto;
  }
  #wrapper #sponsors .inner h2 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
    font-weight: 200;
  }
  #wrapper #sponsors .inner .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 20px;
    margin-bottom: 60px;
  }
  #wrapper #sponsors .inner .link li {
    background: #ffffff;
    width: 400px;
    height: 278px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper #sponsors .inner .link li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper #sponsors .inner .link li a:hover {
    opacity: 0.4;
  }
  #wrapper #sponsors .inner .link li a img {
    width: 217px;
  }
  #wrapper #sponsors .inner .btn_box {
    width: 1240px;
    margin: 0 auto;
  }
  #wrapper #sponsors .inner .btn_box .btn {
    display: block;
    height: 120px;
  }
  #wrapper #footer {
    background: #000000;
  }
  #wrapper #footer .inner {
    width: 1240px;
    margin: 0 auto;
  }
  #wrapper #footer .inner .foot1 {
    height: 374px;
    position: relative;
  }
  #wrapper #footer .inner .foot1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
  #wrapper #footer .inner .foot1 .txt {
    position: absolute;
    width: 382px;
    bottom: 32px;
    left: 0;
  }
  #wrapper #footer .inner .foot1 .txt .logo {
    position: relative;
    top: -5px;
  }
  #wrapper #footer .inner .foot1 .txt .logo:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot1 .txt .link {
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    top: 10px;
    left: 2px;
    letter-spacing: 0.03em;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
  }
  #wrapper #footer .inner .foot1 .txt .link:hover {
    text-decoration: none;
  }
  #wrapper #footer .inner .foot2 {
    height: 80px;
  }
  #wrapper #footer .inner .foot2 .area {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
  }
  #wrapper #footer .inner .foot2 .area .b {
    width: 175px;
    position: relative;
    top: 4px;
    margin-right: 387px;
  }
  #wrapper #footer .inner .foot2 .area .b:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot2 .area .copyright {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    position: relative;
    top: 2px;
    margin-right: 159px;
    color: #a3a3a3;
  }
  #wrapper #footer .inner .foot2 .area .sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    top: 2px;
  }
  #wrapper #footer .inner .foot2 .area .sns p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin-right: 17px;
    color: #a3a3a3;
  }
  #wrapper #footer .inner .foot2 .area .sns .link {
    display: flex;
    gap: 6px;
  }
  #wrapper #footer .inner .foot2 .area .sns .link li {
    width: 26px;
  }
  #wrapper #footer .inner .foot2 .area .sns .link li a:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot2 .area .backtotop {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 32px;
    right: 0;
    color: #a3a3a3;
    text-decoration: underline;
  }
  #wrapper #footer .inner .foot2 .area .backtotop:hover {
    text-decoration: none;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  #wrapper {
    position: relative;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  button {
    border: none;
    background: none;
    outline: none;
  }
  /*============================
  #wrapper
  ============================*/
  body {
    background: #f1f3f4;
  }
  #wrapper {
    background: #f1f3f4;
    position: relative;
    padding-top: 72px;
    overflow: hidden;
    /*============================
    #header
    ============================*/
    /*============================
    #top
    ============================*/
    /*============================
    #word
    ============================*/
    /*============================
    #about
    ============================*/
    /*============================
    #timetable
    ============================*/
    /*============================
    #slide
    ============================*/
    /*============================
    #information
    ============================*/
    /*============================
    #sponsors
    ============================*/
    /*============================
    #footer
    ============================*/
  }
  #wrapper #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 10;
  }
  #wrapper #header .logo {
    width: 285px;
    position: relative;
    left: 20px;
    top: -2px;
  }
  #wrapper #header .btn {
    width: 240px;
    height: 72px;
  }
  #wrapper .inner {
    position: relative;
  }
  #wrapper .btn {
    box-sizing: border-box;
    padding: 3px;
    background: #d32026;
  }
  #wrapper .btn:hover .line .arr:before {
    animation: poyo 1.5s ease-in-out forwards;
  }
  #wrapper .btn:hover .line .arr span:before {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: translate(18px, -20px);
  }
  #wrapper .btn:hover .line .arr span:after {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: translate(0px, 0px);
  }
  #wrapper .btn .line {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper .btn .line .txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    position: relative;
    left: 1px;
    color: #ffffff;
  }
  #wrapper .btn .line .arr {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    left: 20px;
    border-radius: 50%;
    overflow: hidden;
  }
  #wrapper .btn .line .arr:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrapper .btn .line .arr span {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wrapper .btn .line .arr span:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(.././img/arr.svg) no-repeat center center;
    background-size: 12px auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #wrapper .btn .line .arr span:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(.././img/arr.svg) no-repeat center center;
    background-size: 12px auto;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(-18px, 20px);
  }
  #wrapper .btn.wide {
    width: 1240px;
    height: 120px;
  }
  #wrapper .btn.wide .line {
    position: relative;
  }
  #wrapper .btn.wide .line .txt {
    font-size: 21px;
  }
  #wrapper .btn.wide .line .arr {
    position: absolute;
    top: 38px;
    right: 39px;
    left: auto;
    width: 35px;
    height: 35px;
  }
  #wrapper #top {
    height: 60vw;
    max-height: 960px;
    position: relative;
  }
  #wrapper #top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  #wrapper #top .scrolldown {
    position: absolute;
    width: 1px;
    height: 56px;
    bottom: 0;
    right: 22px;
  }
  #wrapper #top .scrolldown .box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wrapper #top .scrolldown p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    white-space: nowrap;
    transform: rotate(-90deg);
    top: -47px;
    left: -28px;
  }
  #wrapper #top .scrolldown .bar {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
  }
  #wrapper #top .scrolldown .bar span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    animation: scrolld 3s cubic-bezier(0.76, 0, 0.24, 1) infinite;
  }
  #wrapper #top .inner {
    position: relative;
    width: 100%;
    height: 100%;
    mix-blend-mode: exclusion;
  }
  #wrapper #top .inner .title {
    font-size: 16.71875vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    top: 2.265625vw;
    left: 1.5625vw;
    line-height: 0.814;
    color: #ffffff;
  }
  #wrapper #top .inner .date {
    font-size: 7.8125vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    bottom: 6.5625vw;
    left: 2.265625vw;
    color: #ffffff;
  }
  #wrapper #top .inner .date2 {
    font-size: 7.8125vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    bottom: -0.625vw;
    left: 2.265625vw;
    color: #ffffff;
  }
  #wrapper #word {
    position: relative;
    background: #000000;
    height: 8.125vw;
  }
  #wrapper #word .block {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #wrapper #word .block p {
    position: absolute;
    width: 299.375vw;
    top: 1.953125vw;
    left: -38.59375vw;
    display: flex;
    animation: word 30s linear infinite;
  }
  #wrapper #word .block p img {
    width: 50%;
  }
  #wrapper #about {
    height: 880px;
    position: relative;
    overflow: hidden;
    background: #d32026;
  }
  #wrapper #about #lottie2 {
    position: absolute;
    width: 244.53125vw;
    left: -47.578125vw;
    top: 50%;
    transform: translate(0px, -50%);
  }
  #wrapper #about .side {
    padding-top: 191px;
    width: 1168px;
    margin: 0 auto;
  }
  #wrapper #about .side .label {
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    top: 14px;
    left: 20px;
    color: #ffffff;
  }
  #wrapper #about .inner {
    box-sizing: border-box;
    height: 100%;
    width: 1168px;
    margin: 0 auto;
  }
  #wrapper #about .inner .title {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 68px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
    color: #ffffff;
  }
  #wrapper #about .inner .copy {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-bottom: 34px;
    color: #ffffff;
  }
  #wrapper #about .inner .copy .k {
    display: inline-block;
    position: relative;
  }
  #wrapper #about .inner .copy .k #lottie1 {
    width: 150px;
    height: 65px;
    position: absolute;
    display: block;
    top: -8px;
    left: -1px;
  }
  #wrapper #about .inner .copy .k span {
    display: inline-block;
  }
  #wrapper #about .inner .copy2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    left: 4px;
    color: #ffffff;
  }
  #wrapper #about .word {
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    font-size: 114px;
    white-space: nowrap;
    bottom: -47px;
    right: -7px;
    color: #db5459;
    letter-spacing: 0.007em;
  }
  #wrapper #about .word .block {
    width: 4155px;
    display: flex;
    animation: word2 30s linear infinite;
  }
  #wrapper #about .word p {
    width: 50%;
    white-space: nowrap;
  }
  #wrapper #timetable {
    padding-top: 65px;
    padding-bottom: 80px;
    position: relative;
    background: #f1f3f4;
  }
  #wrapper #timetable .bgobj_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrapper #timetable .bgobj_main .inner {
    position: relative;
    width: 100%;
    height: 100%;
    filter: blur(10px);
  }
  #wrapper #timetable .bgobj_main .inner img {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  #wrapper #timetable .bgobj_main .inner .bg_item1 {
    position: absolute;
    width: 525.5px;
    top: 890px;
    left: 660px;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item2 {
    position: absolute;
    width: 420px;
    top: 1620px;
    left: 100px;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item3 {
    position: absolute;
    width: 315px;
    top: 2840px;
    left: 0;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item4 {
    position: absolute;
    width: 347px;
    top: 3590px;
    right: 0;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item5 {
    position: absolute;
    width: 525.5px;
  }
  #wrapper #timetable .inner {
    width: 1240px;
    margin: 0 auto;
    position: relative;
  }
  #wrapper #timetable .inner .title {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 117px;
    margin-bottom: 60px;
    letter-spacing: 0.02em;
  }
  #wrapper #timetable .inner .content {
    display: flex;
    position: relative;
    padding-top: 42px;
    padding-bottom: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    border-top: 1px solid #d8dadb;
    gap: 20px;
  }
  #wrapper #timetable .inner .content .bgobj {
    position: absolute;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj1 {
    width: 642px;
    top: 460px;
    left: 614px;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj2 {
    width: 222px;
    top: 25px;
    left: 1034px;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj3 {
    width: 222px;
    top: 359px;
    left: -16px;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj4 {
    width: 222px;
    top: 521px;
    left: 1034px;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj5 {
    width: 222px;
    top: 483px;
    left: 615px;
  }
  #wrapper #timetable .inner .content:nth-of-type(2) .speaker {
    top: 209px;
  }
  #wrapper #timetable .inner .content:nth-of-type(3) {
    flex-direction: row-reverse;
    align-items: flex-start;
    align-content: flex-start;
  }
  #wrapper #timetable .inner .content:nth-of-type(4) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 70px;
  }
  #wrapper #timetable .inner .content:nth-of-type(5) {
    padding-bottom: 85px;
  }
  #wrapper #timetable .inner .content h3 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    font-weight: 400;
    top: 12px;
    left: 0;
    letter-spacing: 0.015em;
  }
  #wrapper #timetable .inner .content .pnl {
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    width: 610px;
    padding-top: 24px;
    padding-bottom: 25px;
  }
  #wrapper #timetable .inner .content .pnl .detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 21px;
    margin-bottom: 24px;
    width: fit-content;
    overflow: hidden;
    box-sizing: border-box;
  }
  #wrapper #timetable .inner .content .pnl .detail .box {
    background: #000000;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: fit-content;
    height: 100%;
  }
  #wrapper #timetable .inner .content .pnl .detail .icon {
    width: 15px;
    height: 15px;
    background: #000000 url(.././img/t.png) no-repeat center center;
    background-size: contain;
    margin-right: 5px;
  }
  #wrapper #timetable .inner .content .pnl .detail .time {
    background: #000000;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    padding-right: 3px;
    position: relative;
  }
  #wrapper #timetable .inner .content .pnl .detail .time span {
    position: relative;
    z-index: 2;
  }
  #wrapper #timetable .inner .content .pnl .detail .time:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    width: 16px;
    width: 16px;
    height: 100%;
    right: -5px;
    border-radius: 0 30px 30px 0;
  }
  #wrapper #timetable .inner .content .pnl .detail .add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #ffffff;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 8px;
    border: 1px solid #000000;
    border-radius: 0 10px 10px 0;
  }
  #wrapper #timetable .inner .content .pnl .detail .no {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #d32026;
    color: #ffffff;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 8px;
    border: 1px solid #d32026;
    border-radius: 0 10px 10px 0;
  }
  #wrapper #timetable .inner .content .pnl .photo {
    width: 100%;
    position: relative;
  }
  #wrapper #timetable .inner .content .pnl .photo .mark {
    position: absolute;
    width: 108px;
    bottom: -55px;
    right: 2px;
  }
  #wrapper #timetable .inner .content .pnl .txts {
    padding-top: 39px;
  }
  #wrapper #timetable .inner .content .pnl .txts .label {
    background: #000000;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    padding: 0 17px;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
    font-weight: 500;
  }
  #wrapper #timetable .inner .content .pnl .txts .label span {
    position: relative;
    top: -2px;
  }
  #wrapper #timetable .inner .content .pnl .txts .label small {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    line-height: 1.3;
    margin-left: 19px;
    letter-spacing: -0.015em;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl.comingsoon {
    color: rgba(0, 0, 0, 0.2);
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl small {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl .wide {
    font-size: 48px;
    line-height: 1.2;
  }
  #wrapper #timetable .inner .content .speaker {
    width: 400px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    position: relative;
    padding-bottom: 28px;
  }
  #wrapper #timetable .inner .content .speaker.wide {
    width: 610px;
  }
  #wrapper #timetable .inner .content .speaker.wide .profile {
    padding-top: 26px;
  }
  #wrapper #timetable .inner .content .speaker.ml {
    min-height: 439px;
  }
  #wrapper #timetable .inner .content .speaker.min {
    position: absolute;
    width: 360px;
    bottom: 31px;
    left: 20px;
  }
  #wrapper #timetable .inner .content .speaker .profile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    padding: 30px 0px 24px 0px;
  }
  #wrapper #timetable .inner .content .speaker .profile.double {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #wrapper #timetable .inner .content .speaker .profile.double .person {
    width: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #wrapper #timetable .inner .content .speaker .profile.double .person .txt {
    width: 136px;
  }
  #wrapper #timetable .inner .content .speaker .profile:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }
  #wrapper #timetable .inner .content .speaker .profile .photo {
    width: 88px;
    height: 88px;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt {
    position: relative;
    top: 5px;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt.top {
    top: 16px;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt.cs {
    top: 25px;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .t1 {
    font-size: 11px;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .t2 {
    font-size: 11px;
    white-space: nowrap;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
  }
  #wrapper #timetable .inner .content .speaker .detail {
    padding-top: 15px;
  }
  #wrapper #timetable .inner .content .speaker .detail p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.02em;
    margin-bottom: 35px;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  #wrapper #timetable .inner .content .speaker .detail p.comin {
    background: #fafafa;
  }
  #wrapper #timetable .inner .content .speaker .detail p a {
    letter-spacing: 0;
    color: #000000;
    text-decoration: underline;
  }
  #wrapper #timetable .inner .content .speaker .detail p a:hover {
    text-decoration: none;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch {
    height: 40px;
    border-radius: 40px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 13px;
    margin-bottom: 0;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch.passive {
    pointer-events: none;
    opacity: 0.1;
    margin-bottom: 0;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch .t {
    position: relative;
    top: -1px;
    color: #000000;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch:hover {
    background: #000000;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch:hover .t {
    color: #ffffff;
  }
  #wrapper #timetable .inner .btn_box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #wrapper #slide {
    background: #000000;
    height: 56.25vw;
  }
  #wrapper #slide.products1 #v_slide1 {
    display: block;
  }
  #wrapper #slide.products1 .inner .txts .block1 {
    display: flex;
  }
  #wrapper #slide.products1 .inner .nav ul li:nth-of-type(1) button {
    opacity: 1;
  }
  #wrapper #slide.products1 .inner .nav ul li:nth-of-type(1) button:after {
    display: block;
  }
  #wrapper #slide.products2 #v_slide2 {
    display: block;
  }
  #wrapper #slide.products2 .inner .txts .block2 {
    display: flex;
  }
  #wrapper #slide.products2 .inner .nav ul li:nth-of-type(2) button {
    opacity: 1;
  }
  #wrapper #slide.products2 .inner .nav ul li:nth-of-type(2) button:after {
    display: block;
  }
  #wrapper #slide.products3 #v_slide3 {
    display: block;
  }
  #wrapper #slide.products3 .inner .txts .block3 {
    display: flex;
  }
  #wrapper #slide.products3 .inner .nav ul li:nth-of-type(3) button {
    opacity: 1;
  }
  #wrapper #slide.products3 .inner .nav ul li:nth-of-type(3) button:after {
    display: block;
  }
  #wrapper #slide.products4 #v_slide4 {
    display: block;
  }
  #wrapper #slide.products4 .inner .txts .block4 {
    display: flex;
  }
  #wrapper #slide.products4 .inner .nav ul li:nth-of-type(4) button {
    opacity: 1;
  }
  #wrapper #slide.products4 .inner .nav ul li:nth-of-type(4) button:after {
    display: block;
  }
  #wrapper #slide.products5 #v_slide5 {
    display: block;
  }
  #wrapper #slide.products5 .inner .txts .block5 {
    display: flex;
  }
  #wrapper #slide.products5 .inner .nav ul li:nth-of-type(5) button {
    opacity: 1;
  }
  #wrapper #slide.products5 .inner .nav ul li:nth-of-type(5) button:after {
    display: block;
  }
  #wrapper #slide.products6 #v_slide6 {
    display: block;
  }
  #wrapper #slide.products6 .inner .txts .block6 {
    display: flex;
  }
  #wrapper #slide.products6 .inner .nav ul li:nth-of-type(6) button {
    opacity: 1;
  }
  #wrapper #slide.products6 .inner .nav ul li:nth-of-type(6) button:after {
    display: block;
  }
  #wrapper #slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #wrapper #slide .photoarea {
    display: none;
  }
  #wrapper #slide .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(.././img/shape.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
  }
  #wrapper #slide .inner {
    z-index: 2;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #wrapper #slide .inner .nav {
    position: absolute;
    width: 200px;
    color: #ffffff;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    line-height: 1;
  }
  #wrapper #slide .inner .nav p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 17px;
  }
  #wrapper #slide .inner .nav ul {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li button {
    width: 100%;
    height: 39px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    padding-left: 20px;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    opacity: 0.2;
  }
  #wrapper #slide .inner .nav ul li button:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background: #ffffff;
    position: absolute;
    left: 7px;
    top: 16px;
    display: none;
  }
  #wrapper #slide .inner .txts {
    width: 884px;
    height: 143px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  #wrapper #slide .inner .txts .block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    display: none;
  }
  #wrapper #slide .inner .txts .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 145px;
    background: #ffffff;
    height: 100%;
  }
  #wrapper #slide .inner .txts .logo img {
    width: 124px;
  }
  #wrapper #slide .inner .txts .logo .logo2 {
    width: 119px;
  }
  #wrapper #slide .inner .txts .logo .logo3 {
    width: 103px;
  }
  #wrapper #slide .inner .txts .logo .logo4 {
    width: 93px;
  }
  #wrapper #slide .inner .txts .logo .logo5 {
    width: 90px;
  }
  #wrapper #slide .inner .txts .logo .logo6 {
    width: 72px;
  }
  #wrapper #slide .inner .txts .txt {
    width: 740px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 15px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    color: #ffffff;
  }
  #wrapper #information {
    background: #d32026;
    position: relative;
  }
  #wrapper #information:before {
    content: "";
    width: 329.5px;
    height: 687.5px;
    display: block;
    background: url(.././img/info_l.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 27px;
    left: 20px;
  }
  #wrapper #information:after {
    content: "";
    width: 316.5px;
    height: 690px;
    display: block;
    background: url(.././img/info_r.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 29px;
    right: 20px;
  }
  #wrapper #information .inner {
    width: 100%;
    height: 745px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    align-content: center;
    z-index: 1;
  }
  #wrapper #information .inner .box {
    width: 940px;
    height: 505px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
    padding: 72px 60px 0 60px;
  }
  #wrapper #information .inner .box dl {
    display: flex;
  }
  #wrapper #information .inner .box dl:last-child dt {
    border-bottom: 1px solid #000000;
  }
  #wrapper #information .inner .box dl:last-child dd {
    border-bottom: 1px solid #cccccc;
  }
  #wrapper #information .inner .box dl dt {
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 15px;
    font-weight: 700;
    border-top: 1px solid #000000;
    height: 72px;
    letter-spacing: 0.1em;
  }
  #wrapper #information .inner .box dl dt.l0 {
    letter-spacing: 0;
  }
  #wrapper #information .inner .box dl dt.l2 {
    letter-spacing: 0.18em;
  }
  #wrapper #information .inner .box dl dd {
    height: 72px;
    border-top: 1px solid #cccccc;
    width: 630px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 15px;
    font-weight: 500;
    padding-left: 48px;
  }
  #wrapper #information .inner .box dl dd h2 {
    font-weight: 500;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0;
  }
  #wrapper #information .inner .box dl dd a {
    color: #000000;
    text-decoration: underline;
  }
  #wrapper #information .inner .box dl dd a:hover {
    text-decoration: none;
  }
  #wrapper #sponsors {
    padding-top: 91px;
    padding-bottom: 61px;
  }
  #wrapper #sponsors .inner {
    width: 1240px;
    margin: 0 auto;
  }
  #wrapper #sponsors .inner h2 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
    font-weight: 200;
  }
  #wrapper #sponsors .inner .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 20px;
    margin-bottom: 60px;
  }
  #wrapper #sponsors .inner .link li {
    background: #ffffff;
    width: 400px;
    height: 278px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper #sponsors .inner .link li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper #sponsors .inner .link li a:hover {
    opacity: 0.4;
  }
  #wrapper #sponsors .inner .link li a img {
    width: 217px;
  }
  #wrapper #sponsors .inner .btn_box {
    width: 1240px;
    margin: 0 auto;
  }
  #wrapper #sponsors .inner .btn_box .btn {
    display: block;
    height: 120px;
  }
  #wrapper #footer {
    background: #000000;
  }
  #wrapper #footer .inner {
    width: 1240px;
    margin: 0 auto;
  }
  #wrapper #footer .inner .foot1 {
    height: 374px;
    position: relative;
  }
  #wrapper #footer .inner .foot1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
  #wrapper #footer .inner .foot1 .txt {
    position: absolute;
    width: 382px;
    bottom: 32px;
    left: 0;
  }
  #wrapper #footer .inner .foot1 .txt .logo {
    position: relative;
    top: -5px;
  }
  #wrapper #footer .inner .foot1 .txt .logo:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot1 .txt .link {
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    top: 10px;
    left: 2px;
    letter-spacing: 0.03em;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
  }
  #wrapper #footer .inner .foot1 .txt .link:hover {
    text-decoration: none;
  }
  #wrapper #footer .inner .foot2 {
    height: 80px;
  }
  #wrapper #footer .inner .foot2 .area {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
  }
  #wrapper #footer .inner .foot2 .area .b {
    width: 175px;
    position: relative;
    top: 4px;
    margin-right: 387px;
  }
  #wrapper #footer .inner .foot2 .area .b:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot2 .area .copyright {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    position: relative;
    top: 2px;
    margin-right: 159px;
    color: #a3a3a3;
  }
  #wrapper #footer .inner .foot2 .area .sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    top: 2px;
  }
  #wrapper #footer .inner .foot2 .area .sns p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin-right: 17px;
    color: #a3a3a3;
  }
  #wrapper #footer .inner .foot2 .area .sns .link {
    display: flex;
    gap: 6px;
  }
  #wrapper #footer .inner .foot2 .area .sns .link li {
    width: 26px;
  }
  #wrapper #footer .inner .foot2 .area .sns .link li a:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot2 .area .backtotop {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 32px;
    right: 0;
    color: #a3a3a3;
    text-decoration: underline;
  }
  #wrapper #footer .inner .foot2 .area .backtotop:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) and (max-width: 1280px) {
  #wrapper {
    position: relative;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  button {
    border: none;
    background: none;
    outline: none;
  }
  /*============================
  #wrapper
  ============================*/
  body {
    background: #f1f3f4;
  }
  #wrapper {
    background: #f1f3f4;
    position: relative;
    padding-top: 5.625vw;
    overflow: hidden;
    /*============================
    #header
    ============================*/
    /*============================
    #top
    ============================*/
    /*============================
    #word
    ============================*/
    /*============================
    #about
    ============================*/
    /*============================
    #timetable
    ============================*/
    /*============================
    #slide
    ============================*/
    /*============================
    #information
    ============================*/
    /*============================
    #sponsors
    ============================*/
    /*============================
    #footer
    ============================*/
  }
  #wrapper #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.625vw;
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 10;
  }
  #wrapper #header .logo {
    width: 22.265625vw;
    position: relative;
    left: 1.5625vw;
    top: -0.15625vw;
  }
  #wrapper #header .btn {
    width: 18.75vw;
    height: 5.625vw;
  }
  #wrapper .inner {
    position: relative;
  }
  #wrapper .btn {
    box-sizing: border-box;
    padding: 0.234375vw;
    background: #d32026;
  }
  #wrapper .btn:hover .line .arr:before {
    animation: poyo 1.5s ease-in-out forwards;
  }
  #wrapper .btn:hover .line .arr span:before {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: translate(1.40625vw, -1.5625vw);
  }
  #wrapper .btn:hover .line .arr span:after {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transform: translate(0vw, 0vw);
  }
  #wrapper .btn .line {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper .btn .line .txt {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    position: relative;
    left: 0.078125vw;
    color: #ffffff;
  }
  #wrapper .btn .line .arr {
    display: block;
    width: 2.03125vw;
    height: 2.03125vw;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    left: 1.5625vw;
    border-radius: 50%;
    overflow: hidden;
  }
  #wrapper .btn .line .arr:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrapper .btn .line .arr span {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wrapper .btn .line .arr span:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(.././img/arr.svg) no-repeat center center;
    background-size: 0.9375vw auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #wrapper .btn .line .arr span:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(.././img/arr.svg) no-repeat center center;
    background-size: 0.9375vw auto;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(-1.40625vw, 1.5625vw);
  }
  #wrapper .btn.wide {
    width: 96.875vw;
    height: 9.375vw;
  }
  #wrapper .btn.wide .line {
    position: relative;
  }
  #wrapper .btn.wide .line .txt {
    font-size: 1.640625vw;
  }
  #wrapper .btn.wide .line .arr {
    position: absolute;
    top: 2.96875vw;
    right: 3.046875vw;
    left: auto;
    width: 2.734375vw;
    height: 2.734375vw;
  }
  #wrapper #top {
    height: 60vw;
    max-height: 960px;
    position: relative;
  }
  #wrapper #top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  #wrapper #top .scrolldown {
    position: absolute;
    width: 1px;
    height: 4.375vw;
    bottom: 0;
    right: 1.71875vw;
  }
  #wrapper #top .scrolldown .box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wrapper #top .scrolldown p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.78125vw;
    position: absolute;
    white-space: nowrap;
    transform: rotate(-90deg);
    top: -3.671875vw;
    left: -2.1875vw;
  }
  #wrapper #top .scrolldown .bar {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
  }
  #wrapper #top .scrolldown .bar span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    animation: scrolld 3s cubic-bezier(0.76, 0, 0.24, 1) infinite;
  }
  #wrapper #top .inner {
    position: relative;
    width: 100%;
    height: 100%;
    mix-blend-mode: exclusion;
  }
  #wrapper #top .inner .title {
    font-size: 16.71875vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    top: 2.265625vw;
    left: 1.5625vw;
    line-height: 0.814;
    color: #ffffff;
  }
  #wrapper #top .inner .date {
    font-size: 7.8125vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    bottom: 6.5625vw;
    left: 2.265625vw;
    color: #ffffff;
  }
  #wrapper #top .inner .date2 {
    font-size: 7.8125vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    bottom: -0.625vw;
    left: 2.265625vw;
    color: #ffffff;
  }
  #wrapper #word {
    position: relative;
    background: #000000;
    height: 8.125vw;
  }
  #wrapper #word .block {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #wrapper #word .block p {
    position: absolute;
    width: 299.375vw;
    top: 1.953125vw;
    left: -38.59375vw;
    display: flex;
    animation: word 30s linear infinite;
  }
  #wrapper #word .block p img {
    width: 50%;
  }
  #wrapper #about {
    height: 68.75vw;
    position: relative;
    overflow: hidden;
    background: #d32026;
  }
  #wrapper #about #lottie2 {
    position: absolute;
    width: 244.53125vw;
    left: -47.578125vw;
    top: 50%;
    transform: translate(0px, -50%);
  }
  #wrapper #about .side {
    padding-top: 14.921875vw;
    width: 91.25vw;
    margin: 0 auto;
  }
  #wrapper #about .side .label {
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.859375vw;
    top: 1.09375vw;
    left: 1.5625vw;
    color: #ffffff;
  }
  #wrapper #about .inner {
    box-sizing: border-box;
    height: 100%;
    width: 91.25vw;
    margin: 0 auto;
  }
  #wrapper #about .inner .title {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 5.3125vw;
    letter-spacing: -0.01em;
    margin-bottom: 1.171875vw;
    color: #ffffff;
  }
  #wrapper #about .inner .copy {
    font-weight: 700;
    font-size: 2.8125vw;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-bottom: 2.65625vw;
    color: #ffffff;
  }
  #wrapper #about .inner .copy .k {
    display: inline-block;
    position: relative;
  }
  #wrapper #about .inner .copy .k #lottie1 {
    width: 11.71875vw;
    height: 5.078125vw;
    position: absolute;
    display: block;
    top: -0.625vw;
    left: -0.078125vw;
  }
  #wrapper #about .inner .copy .k span {
    display: inline-block;
  }
  #wrapper #about .inner .copy2 {
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.75;
    position: relative;
    left: 0.3125vw;
    color: #ffffff;
  }
  #wrapper #about .word {
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    font-size: 8.90625vw;
    white-space: nowrap;
    bottom: -3.671875vw;
    right: -0.546875vw;
    color: #db5459;
    letter-spacing: 0.007em;
  }
  #wrapper #about .word .block {
    width: 324.609375vw;
    display: flex;
    animation: word2 30s linear infinite;
  }
  #wrapper #about .word p {
    width: 50%;
    white-space: nowrap;
  }
  #wrapper #timetable {
    padding-top: 5.078125vw;
    padding-bottom: 6.25vw;
    position: relative;
    background: #f1f3f4;
  }
  #wrapper #timetable .bgobj_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrapper #timetable .bgobj_main .inner {
    position: relative;
    width: 100%;
    height: 100%;
    filter: blur(10px);
  }
  #wrapper #timetable .bgobj_main .inner img {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  #wrapper #timetable .bgobj_main .inner .bg_item1 {
    position: absolute;
    width: 41.0546875vw;
    top: 69.53125vw;
    left: 51.5625vw;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item2 {
    position: absolute;
    width: 32.8125vw;
    top: 126.5625vw;
    left: 7.8125vw;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item3 {
    position: absolute;
    width: 24.609375vw;
    top: 221.875vw;
    left: 0;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item4 {
    position: absolute;
    width: 27.109375vw;
    top: 280.46875vw;
    right: 0;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item5 {
    position: absolute;
    width: 41.0546875vw;
  }
  #wrapper #timetable .inner {
    width: 96.875vw;
    margin: 0 auto;
    position: relative;
  }
  #wrapper #timetable .inner .title {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 9.140625vw;
    margin-bottom: 4.6875vw;
    letter-spacing: 0.02em;
  }
  #wrapper #timetable .inner .content {
    display: flex;
    position: relative;
    padding-top: 3.28125vw;
    padding-bottom: 3.125vw;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    border-top: 1px solid #d8dadb;
    gap: 1.5625vw;
  }
  #wrapper #timetable .inner .content .bgobj {
    position: absolute;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj1 {
    width: 50.15625vw;
    top: 35.9375vw;
    left: 47.96875vw;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj2 {
    width: 17.34375vw;
    top: 1.953125vw;
    left: 80.78125vw;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj3 {
    width: 17.34375vw;
    top: 28.046875vw;
    left: -1.25vw;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj4 {
    width: 17.34375vw;
    top: 40.703125vw;
    left: 80.78125vw;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj5 {
    width: 17.34375vw;
    top: 37.734375vw;
    left: 48.046875vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(2) .speaker {
    top: 16.328125vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(3) {
    flex-direction: row-reverse;
    align-items: flex-start;
    align-content: flex-start;
  }
  #wrapper #timetable .inner .content:nth-of-type(4) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 5.46875vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(5) {
    padding-bottom: 6.640625vw;
  }
  #wrapper #timetable .inner .content h3 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.859375vw;
    position: absolute;
    font-weight: 400;
    top: 0.9375vw;
    left: 0;
    letter-spacing: 0.015em;
  }
  #wrapper #timetable .inner .content .pnl {
    background: #ffffff;
    overflow: hidden;
    border-radius: 0.78125vw;
    width: 47.65625vw;
    padding-top: 1.875vw;
    padding-bottom: 1.953125vw;
  }
  #wrapper #timetable .inner .content .pnl .detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 1.640625vw;
    margin-bottom: 1.875vw;
    width: fit-content;
    overflow: hidden;
    box-sizing: border-box;
  }
  #wrapper #timetable .inner .content .pnl .detail .box {
    background: #000000;
    padding-left: 0.78125vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: fit-content;
    height: 100%;
  }
  #wrapper #timetable .inner .content .pnl .detail .icon {
    width: 1.171875vw;
    height: 1.171875vw;
    background: #000000 url(.././img/t.png) no-repeat center center;
    background-size: contain;
    margin-right: 0.390625vw;
  }
  #wrapper #timetable .inner .content .pnl .detail .time {
    background: #000000;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.015625vw;
    color: #ffffff;
    padding-right: 0.234375vw;
    position: relative;
  }
  #wrapper #timetable .inner .content .pnl .detail .time span {
    position: relative;
    z-index: 2;
  }
  #wrapper #timetable .inner .content .pnl .detail .time:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    width: 1.25vw;
    width: 1.25vw;
    height: 100%;
    right: -0.390625vw;
    border-radius: 0 2.34375vw 2.34375vw 0;
  }
  #wrapper #timetable .inner .content .pnl .detail .add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #ffffff;
    font-size: 0.9375vw;
    padding-left: 1.171875vw;
    padding-right: 0.625vw;
    border: 1px solid #000000;
    border-radius: 0 0.78125vw 0.78125vw 0;
  }
  #wrapper #timetable .inner .content .pnl .detail .no {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #d32026;
    color: #ffffff;
    font-size: 0.9375vw;
    padding-left: 1.171875vw;
    padding-right: 0.625vw;
    border: 1px solid #d32026;
    border-radius: 0 0.78125vw 0.78125vw 0;
  }
  #wrapper #timetable .inner .content .pnl .photo {
    width: 100%;
    position: relative;
  }
  #wrapper #timetable .inner .content .pnl .photo .mark {
    position: absolute;
    width: 8.4375vw;
    bottom: -4.296875vw;
    right: 0.15625vw;
  }
  #wrapper #timetable .inner .content .pnl .txts {
    padding-top: 3.046875vw;
  }
  #wrapper #timetable .inner .content .pnl .txts .label {
    background: #000000;
    color: #ffffff;
    font-size: 2.5vw;
    line-height: 1;
    display: inline-block;
    padding: 0 1.328125vw;
    letter-spacing: 0.03em;
    margin-bottom: 1.71875vw;
    font-weight: 500;
  }
  #wrapper #timetable .inner .content .pnl .txts .label span {
    position: relative;
    top: -0.15625vw;
  }
  #wrapper #timetable .inner .content .pnl .txts .label small {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5vw;
    letter-spacing: 0.05em;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl {
    font-size: 2.8125vw;
    font-weight: 700;
    line-height: 1.2;
    line-height: 1.3;
    margin-left: 1.484375vw;
    letter-spacing: -0.015em;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl.comingsoon {
    color: rgba(0, 0, 0, 0.2);
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl small {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 4.6875vw;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl .wide {
    font-size: 3.75vw;
    line-height: 1.2;
  }
  #wrapper #timetable .inner .content .speaker {
    width: 31.25vw;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0.9375vw;
    box-sizing: border-box;
    padding: 0vw 1.5625vw 0vw 1.5625vw;
    position: relative;
    padding-bottom: 2.1875vw;
  }
  #wrapper #timetable .inner .content .speaker.wide {
    width: 47.65625vw;
  }
  #wrapper #timetable .inner .content .speaker.wide .profile {
    padding-top: 2.03125vw;
  }
  #wrapper #timetable .inner .content .speaker.ml {
    min-height: 34.296875vw;
  }
  #wrapper #timetable .inner .content .speaker.min {
    position: absolute;
    width: 28.125vw;
    bottom: 2.421875vw;
    left: 1.5625vw;
  }
  #wrapper #timetable .inner .content .speaker .profile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    padding: 2.34375vw 0vw 1.875vw 0vw;
  }
  #wrapper #timetable .inner .content .speaker .profile.double {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #wrapper #timetable .inner .content .speaker .profile.double .person {
    width: 19.53125vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #wrapper #timetable .inner .content .speaker .profile.double .person .txt {
    width: 10.625vw;
  }
  #wrapper #timetable .inner .content .speaker .profile:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }
  #wrapper #timetable .inner .content .speaker .profile .photo {
    width: 6.875vw;
    height: 6.875vw;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.9375vw;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt {
    position: relative;
    top: 0.390625vw;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt.top {
    top: 1.25vw;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt.cs {
    top: 1.953125vw;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .t1 {
    font-size: 0.859375vw;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .t2 {
    font-size: 0.859375vw;
    white-space: nowrap;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .name {
    font-size: 1.09375vw;
    font-weight: 700;
    line-height: 1.9;
  }
  #wrapper #timetable .inner .content .speaker .detail {
    padding-top: 1.171875vw;
  }
  #wrapper #timetable .inner .content .speaker .detail p {
    font-size: 1.09375vw;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.02em;
    margin-bottom: 2.734375vw;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  #wrapper #timetable .inner .content .speaker .detail p.comin {
    background: #fafafa;
  }
  #wrapper #timetable .inner .content .speaker .detail p a {
    letter-spacing: 0;
    color: #000000;
    text-decoration: underline;
  }
  #wrapper #timetable .inner .content .speaker .detail p a:hover {
    text-decoration: none;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch {
    height: 3.125vw;
    border-radius: 3.125vw;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1.015625vw;
    margin-bottom: 0;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch.passive {
    pointer-events: none;
    opacity: 0.1;
    margin-bottom: 0;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch .t {
    position: relative;
    top: -0.078125vw;
    color: #000000;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch:hover {
    background: #000000;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch:hover .t {
    color: #ffffff;
  }
  #wrapper #timetable .inner .btn_box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #wrapper #slide {
    background: #000000;
    height: 56.25vw;
  }
  #wrapper #slide.products1 #v_slide1 {
    display: block;
  }
  #wrapper #slide.products1 .inner .txts .block1 {
    display: flex;
  }
  #wrapper #slide.products1 .inner .nav ul li:nth-of-type(1) button {
    opacity: 1;
  }
  #wrapper #slide.products1 .inner .nav ul li:nth-of-type(1) button:after {
    display: block;
  }
  #wrapper #slide.products2 #v_slide2 {
    display: block;
  }
  #wrapper #slide.products2 .inner .txts .block2 {
    display: flex;
  }
  #wrapper #slide.products2 .inner .nav ul li:nth-of-type(2) button {
    opacity: 1;
  }
  #wrapper #slide.products2 .inner .nav ul li:nth-of-type(2) button:after {
    display: block;
  }
  #wrapper #slide.products3 #v_slide3 {
    display: block;
  }
  #wrapper #slide.products3 .inner .txts .block3 {
    display: flex;
  }
  #wrapper #slide.products3 .inner .nav ul li:nth-of-type(3) button {
    opacity: 1;
  }
  #wrapper #slide.products3 .inner .nav ul li:nth-of-type(3) button:after {
    display: block;
  }
  #wrapper #slide.products4 #v_slide4 {
    display: block;
  }
  #wrapper #slide.products4 .inner .txts .block4 {
    display: flex;
  }
  #wrapper #slide.products4 .inner .nav ul li:nth-of-type(4) button {
    opacity: 1;
  }
  #wrapper #slide.products4 .inner .nav ul li:nth-of-type(4) button:after {
    display: block;
  }
  #wrapper #slide.products5 #v_slide5 {
    display: block;
  }
  #wrapper #slide.products5 .inner .txts .block5 {
    display: flex;
  }
  #wrapper #slide.products5 .inner .nav ul li:nth-of-type(5) button {
    opacity: 1;
  }
  #wrapper #slide.products5 .inner .nav ul li:nth-of-type(5) button:after {
    display: block;
  }
  #wrapper #slide.products6 #v_slide6 {
    display: block;
  }
  #wrapper #slide.products6 .inner .txts .block6 {
    display: flex;
  }
  #wrapper #slide.products6 .inner .nav ul li:nth-of-type(6) button {
    opacity: 1;
  }
  #wrapper #slide.products6 .inner .nav ul li:nth-of-type(6) button:after {
    display: block;
  }
  #wrapper #slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #wrapper #slide .photoarea {
    display: none;
  }
  #wrapper #slide .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(.././img/shape.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
  }
  #wrapper #slide .inner {
    z-index: 2;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #wrapper #slide .inner .nav {
    position: absolute;
    width: 15.625vw;
    color: #ffffff;
    top: 50%;
    transform: translate(0, -50%);
    left: 1.5625vw;
    line-height: 1;
  }
  #wrapper #slide .inner .nav p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.859375vw;
    margin-bottom: 1.328125vw;
  }
  #wrapper #slide .inner .nav ul {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li button {
    width: 100%;
    height: 3.046875vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    padding-left: 1.5625vw;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375vw;
    position: relative;
    opacity: 0.2;
  }
  #wrapper #slide .inner .nav ul li button:after {
    content: "";
    display: block;
    width: 0.46875vw;
    height: 0.46875vw;
    transform: rotate(45deg);
    background: #ffffff;
    position: absolute;
    left: 0.546875vw;
    top: 1.25vw;
    display: none;
  }
  #wrapper #slide .inner .txts {
    width: 69.0625vw;
    height: 11.171875vw;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 0.78125vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 1.5625vw;
    right: 1.5625vw;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  #wrapper #slide .inner .txts .block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    display: none;
  }
  #wrapper #slide .inner .txts .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 11.328125vw;
    background: #ffffff;
    height: 100%;
  }
  #wrapper #slide .inner .txts .logo img {
    width: 9.6875vw;
  }
  #wrapper #slide .inner .txts .logo .logo2 {
    width: 9.296875vw;
  }
  #wrapper #slide .inner .txts .logo .logo3 {
    width: 8.046875vw;
  }
  #wrapper #slide .inner .txts .logo .logo4 {
    width: 7.265625vw;
  }
  #wrapper #slide .inner .txts .logo .logo5 {
    width: 7.03125vw;
  }
  #wrapper #slide .inner .txts .logo .logo6 {
    width: 5.625vw;
  }
  #wrapper #slide .inner .txts .txt {
    width: 57.8125vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 1.171875vw;
    height: 100%;
    box-sizing: border-box;
    padding: 0 1.5625vw;
    color: #ffffff;
  }
  #wrapper #information {
    background: #d32026;
    position: relative;
  }
  #wrapper #information:before {
    content: "";
    width: 25.7421875vw;
    height: 53.7109375vw;
    display: block;
    background: url(.././img/info_l.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 2.109375vw;
    left: 1.5625vw;
  }
  #wrapper #information:after {
    content: "";
    width: 24.7265625vw;
    height: 53.90625vw;
    display: block;
    background: url(.././img/info_r.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 2.265625vw;
    right: 1.5625vw;
  }
  #wrapper #information .inner {
    width: 100%;
    height: 58.203125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    align-content: center;
    z-index: 1;
  }
  #wrapper #information .inner .box {
    width: 73.4375vw;
    height: 39.453125vw;
    border-radius: 0.9375vw;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
    padding: 5.625vw 4.6875vw 0 4.6875vw;
  }
  #wrapper #information .inner .box dl {
    display: flex;
  }
  #wrapper #information .inner .box dl:last-child dt {
    border-bottom: 1px solid #000000;
  }
  #wrapper #information .inner .box dl:last-child dd {
    border-bottom: 1px solid #cccccc;
  }
  #wrapper #information .inner .box dl dt {
    width: 14.84375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 1.171875vw;
    font-weight: 700;
    border-top: 1px solid #000000;
    height: 5.625vw;
    letter-spacing: 0.1em;
  }
  #wrapper #information .inner .box dl dt.l0 {
    letter-spacing: 0;
  }
  #wrapper #information .inner .box dl dt.l2 {
    letter-spacing: 0.18em;
  }
  #wrapper #information .inner .box dl dd {
    height: 5.625vw;
    border-top: 1px solid #cccccc;
    width: 49.21875vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 1.171875vw;
    font-weight: 500;
    padding-left: 3.75vw;
  }
  #wrapper #information .inner .box dl dd h2 {
    font-weight: 500;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0;
  }
  #wrapper #information .inner .box dl dd a {
    color: #000000;
    text-decoration: underline;
  }
  #wrapper #information .inner .box dl dd a:hover {
    text-decoration: none;
  }
  #wrapper #sponsors {
    padding-top: 7.109375vw;
    padding-bottom: 4.765625vw;
  }
  #wrapper #sponsors .inner {
    width: 96.875vw;
    margin: 0 auto;
  }
  #wrapper #sponsors .inner h2 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 3.75vw;
    width: 100%;
    text-align: center;
    margin-bottom: 2.8125vw;
    font-weight: 200;
  }
  #wrapper #sponsors .inner .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 1.5625vw;
    margin-bottom: 4.6875vw;
  }
  #wrapper #sponsors .inner .link li {
    background: #ffffff;
    width: 31.25vw;
    height: 21.71875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper #sponsors .inner .link li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper #sponsors .inner .link li a:hover {
    opacity: 0.4;
  }
  #wrapper #sponsors .inner .link li a img {
    width: 16.953125vw;
  }
  #wrapper #sponsors .inner .btn_box {
    width: 96.875vw;
    margin: 0 auto;
  }
  #wrapper #sponsors .inner .btn_box .btn {
    display: block;
    height: 9.375vw;
  }
  #wrapper #footer {
    background: #000000;
  }
  #wrapper #footer .inner {
    width: 96.875vw;
    margin: 0 auto;
  }
  #wrapper #footer .inner .foot1 {
    height: 29.21875vw;
    position: relative;
  }
  #wrapper #footer .inner .foot1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
  #wrapper #footer .inner .foot1 .txt {
    position: absolute;
    width: 29.84375vw;
    bottom: 2.5vw;
    left: 0;
  }
  #wrapper #footer .inner .foot1 .txt .logo {
    position: relative;
    top: -0.390625vw;
  }
  #wrapper #footer .inner .foot1 .txt .logo:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot1 .txt .link {
    font-size: 0.9375vw;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    top: 0.78125vw;
    left: 0.15625vw;
    letter-spacing: 0.03em;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
  }
  #wrapper #footer .inner .foot1 .txt .link:hover {
    text-decoration: none;
  }
  #wrapper #footer .inner .foot2 {
    height: 6.25vw;
  }
  #wrapper #footer .inner .foot2 .area {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
  }
  #wrapper #footer .inner .foot2 .area .b {
    width: 13.671875vw;
    position: relative;
    top: 0.3125vw;
    margin-right: 30.234375vw;
  }
  #wrapper #footer .inner .foot2 .area .b:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot2 .area .copyright {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.859375vw;
    color: #ffffff;
    position: relative;
    top: 0.15625vw;
    margin-right: 12.421875vw;
    color: #a3a3a3;
  }
  #wrapper #footer .inner .foot2 .area .sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    top: 0.15625vw;
  }
  #wrapper #footer .inner .foot2 .area .sns p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #ffffff;
    margin-right: 1.328125vw;
    color: #a3a3a3;
  }
  #wrapper #footer .inner .foot2 .area .sns .link {
    display: flex;
    gap: 0.46875vw;
  }
  #wrapper #footer .inner .foot2 .area .sns .link li {
    width: 2.03125vw;
  }
  #wrapper #footer .inner .foot2 .area .sns .link li a:hover {
    opacity: 0.4;
  }
  #wrapper #footer .inner .foot2 .area .backtotop {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #ffffff;
    position: absolute;
    top: 2.5vw;
    right: 0;
    color: #a3a3a3;
    text-decoration: underline;
  }
  #wrapper #footer .inner .foot2 .area .backtotop:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  #wrapper {
    position: relative;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  button {
    border: none;
    background: none;
    outline: none;
  }
  /*============================
  #wrapper
  ============================*/
  #wrapper {
    background: #f1f3f4;
    position: relative;
    overflow: hidden;
    padding-top: 12.8vw;
    /*============================
    #header
    ============================*/
    /*============================
    #top
    ============================*/
    /*============================
    #word
    ============================*/
    /*============================
    #about
    ============================*/
    /*============================
    #timetable
    ============================*/
    /*============================
    #slide
    ============================*/
    /*============================
    #information
    ============================*/
    /*============================
    #sponsors
    ============================*/
    /*============================
    #footer
    ============================*/
  }
  #wrapper #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 12.8vw;
    background: #000000;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 10;
  }
  #wrapper #header .logo {
    width: 51.2vw;
    position: relative;
    left: 2.6666666667vw;
    top: -0.2666666667vw;
  }
  #wrapper #header .btn {
    width: 39.4666666667vw;
    height: 12.8vw;
  }
  #wrapper .inner {
    position: relative;
  }
  #wrapper .btn {
    box-sizing: border-box;
    padding: 0.8vw;
    background: #d32026;
  }
  #wrapper .btn .line {
    display: block;
    width: 100%;
    height: 100%;
    border: 0.5px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper .btn .line .txt {
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    position: relative;
    left: 0vw;
    color: #ffffff;
  }
  #wrapper .btn .line .arr {
    display: block;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #ffffff;
    left: 2.9333333333vw;
  }
  #wrapper .btn .line .arr:after {
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    display: block;
    background: url(.././img/arr.svg) no-repeat center center;
    background-size: contain;
  }
  #wrapper .btn.wide {
    width: 94.6666666667vw;
    height: 18.1333333333vw;
  }
  #wrapper .btn.wide .line {
    position: relative;
  }
  #wrapper .btn.wide .line .txt {
    font-size: 3.7333333333vw;
  }
  #wrapper .btn.wide .line .arr {
    position: absolute;
    top: 5.3333333333vw;
    right: 3.4666666667vw;
    left: auto;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  #wrapper #top {
    height: 153.0666666667vw;
  }
  #wrapper #top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrapper #top .scrolldown {
    position: absolute;
    width: 1px;
    height: 10.6666666667vw;
    bottom: 0;
    right: 3.2vw;
  }
  #wrapper #top .scrolldown .box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wrapper #top .scrolldown p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.6666666667vw;
    position: absolute;
    white-space: nowrap;
    transform: rotate(-90deg) scale(0.9);
    top: -10.1333333333vw;
    left: -7.2vw;
  }
  #wrapper #top .scrolldown .bar {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
  }
  #wrapper #top .scrolldown .bar span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    animation: scrolld 3s cubic-bezier(0.76, 0, 0.24, 1) infinite;
  }
  #wrapper #top .inner {
    width: 100%;
    height: 100%;
    position: relative;
    mix-blend-mode: exclusion;
  }
  #wrapper #top .inner .title {
    font-size: 26.6666666667vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    top: 50.4vw;
    left: 1.3333333333vw;
    line-height: 0.814;
    color: #ffffff;
  }
  #wrapper #top .inner .date {
    color: #ffffff;
    font-size: 12vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    top: 113.8666666667vw;
    left: 2.4vw;
  }
  #wrapper #top .inner .date2 {
    color: #ffffff;
    font-size: 12vw;
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    top: 128.5333333333vw;
    left: 2.1333333333vw;
    line-height: 0.92;
  }
  #wrapper #word {
    position: relative;
    background: #000000;
    height: 13.8666666667vw;
  }
  #wrapper #word .block {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #wrapper #word .block p {
    position: absolute;
    width: 508.5333333333vw;
    top: 3.4666666667vw;
    left: -65.0666666667vw;
    display: flex;
    animation: word 30s linear infinite;
  }
  #wrapper #word .block p img {
    width: 50%;
  }
  #wrapper #about {
    height: 187.2vw;
    position: relative;
    overflow: hidden;
    background: #d32026;
  }
  #wrapper #about #lottie2 {
    position: absolute;
    width: 415.2vw;
    left: -157.6vw;
    top: -82.1333333333vw;
  }
  #wrapper #about .side {
    padding-top: 29.3333333333vw;
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  #wrapper #about .label {
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.6666666667vw;
    top: 4.5333333333vw;
    transform: scale(0.9);
    left: 2.6666666667vw;
    color: #ffffff;
  }
  #wrapper #about .inner {
    box-sizing: border-box;
    height: 100%;
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  #wrapper #about .inner .title {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    font-size: 10.9333333333vw;
    letter-spacing: -0.025em;
    margin-bottom: 2.6666666667vw;
    color: #ffffff;
    margin-left: 3.7333333333vw;
    letter-spacing: 0.001em;
  }
  #wrapper #about .inner .copy {
    font-weight: 700;
    font-size: 5.8666666667vw;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-bottom: 22.1333333333vw;
    color: #ffffff;
    margin-left: 3.7333333333vw;
  }
  #wrapper #about .inner .copy .k {
    display: inline-block;
    position: relative;
  }
  #wrapper #about .inner .copy .k #lottie1 {
    width: 24.5333333333vw;
    height: 11.4666666667vw;
    position: absolute;
    display: block;
    top: -2.1333333333vw;
    left: -0.2666666667vw;
  }
  #wrapper #about .inner .copy .k span {
    display: inline-block;
  }
  #wrapper #about .inner .copy2 {
    font-weight: 500;
    font-size: 3.7066666667vw;
    line-height: 1.55;
    position: relative;
    left: 1.0666666667vw;
    color: #ffffff;
    width: 88.8vw;
    margin-left: 2.9333333333vw;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #wrapper #about .word {
    position: absolute;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
    font-size: 15.2vw;
    white-space: nowrap;
    bottom: -6.6666666667vw;
    right: -1.3333333333vw;
    color: #db5459;
    letter-spacing: 0.007em;
  }
  #wrapper #about .word .block {
    width: 547.7333333333vw;
    display: flex;
    animation: word2 30s linear infinite;
  }
  #wrapper #about .word p {
    width: 50%;
    white-space: nowrap;
  }
  #wrapper #timetable {
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
    position: relative;
  }
  #wrapper #timetable .bgobj_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrapper #timetable .bgobj_main .inner {
    position: relative;
    width: 100%;
    height: 100%;
    filter: blur(10px);
  }
  #wrapper #timetable .bgobj_main .inner img {
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  #wrapper #timetable .bgobj_main .inner .bg_item1 {
    position: absolute;
    width: 80vw;
    top: 197.3333333333vw;
    left: 45.3333333333vw;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item2 {
    position: absolute;
    width: 53.3333333333vw;
    top: 485.3333333333vw;
    left: 58.6666666667vw;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item3 {
    position: absolute;
    width: 45.3333333333vw;
    top: 869.8666666667vw;
    right: 0;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item4 {
    position: absolute;
    width: 40vw;
    top: 1054.1333333333vw;
    left: 0;
  }
  #wrapper #timetable .bgobj_main .inner .bg_item5 {
    position: absolute;
    width: 80vw;
  }
  #wrapper #timetable .inner {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  #wrapper #timetable .inner .title {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16vw;
    margin-bottom: 7.2vw;
    letter-spacing: 0.01em;
  }
  #wrapper #timetable .inner .content {
    position: relative;
    padding-bottom: 16.8vw;
    gap: 1.6vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-top: 0.5px solid #d8dadb;
  }
  #wrapper #timetable .inner .content .bgobj {
    position: absolute;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj1 {
    width: 98.9333333333vw;
    top: 231.2vw;
    left: -2.1333333333vw;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj2 {
    width: 99.2vw;
    top: 205.3333333333vw;
    left: -2.4vw;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj3 {
    width: 98.9333333333vw;
    top: 256.5333333333vw;
    left: -2.1333333333vw;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj4 {
    width: 50.4vw;
    top: 178.1333333333vw;
    left: 46.4vw;
  }
  #wrapper #timetable .inner .content .bgobj.bgobj5 {
    width: 50.4vw;
    top: 205.6vw;
    left: -2.4vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(1) {
    padding-top: 8.5333333333vw;
    padding-bottom: 68.5333333333vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(1) h3 {
    top: 1.6vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(2) {
    padding-top: 8.5333333333vw;
    padding-bottom: 68.2666666667vw;
    gap: 5.3333333333vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(2) h3 {
    top: 1.6vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(3) {
    padding-top: 8.5333333333vw;
    padding-bottom: 69.0666666667vw;
    gap: 5.3333333333vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(3) h3 {
    top: 1.6vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(4) {
    padding-top: 8.5333333333vw;
    padding-bottom: 42.6666666667vw;
    gap: 5.3333333333vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(4) h3 {
    top: 1.6vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(5) {
    padding-top: 8.5333333333vw;
    padding-bottom: 41.8666666667vw;
  }
  #wrapper #timetable .inner .content:nth-of-type(5) h3 {
    top: 1.6vw;
  }
  #wrapper #timetable .inner .content h3 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.6666666667vw;
    transform: scale(0.9);
    position: absolute;
    font-weight: 400;
    top: -6.9333333333vw;
    left: -0.8vw;
    letter-spacing: 0.015em;
  }
  #wrapper #timetable .inner .content .pnl {
    background: #ffffff;
    overflow: hidden;
    border-radius: 2.6666666667vw;
    width: 81.3333333333vw;
    padding-top: 2.9333333333vw;
    padding-bottom: 4.5333333333vw;
  }
  #wrapper #timetable .inner .content .pnl.ml {
    margin-left: 13.0666666667vw;
  }
  #wrapper #timetable .inner .content .pnl .detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 4vw;
    margin-bottom: 2.9333333333vw;
    width: fit-content;
    overflow: hidden;
    box-sizing: border-box;
  }
  #wrapper #timetable .inner .content .pnl .detail .box {
    background: #000000;
    padding-left: 1.3333333333vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: fit-content;
    height: 100%;
  }
  #wrapper #timetable .inner .content .pnl .detail .icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: url(.././img/t.png) no-repeat center center;
    background-size: contain;
    margin-right: 1.3333333333vw;
  }
  #wrapper #timetable .inner .content .pnl .detail .time {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2666666667vw;
    color: #ffffff;
    padding-right: 1.8666666667vw;
    position: relative;
    height: 100%;
  }
  #wrapper #timetable .inner .content .pnl .detail .time span {
    position: relative;
    z-index: 2;
    top: 0.4vw;
  }
  #wrapper #timetable .inner .content .pnl .detail .time:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    width: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 100%;
    right: -1.3333333333vw;
    border-radius: 0 8vw 8vw 0;
  }
  #wrapper #timetable .inner .content .pnl .detail .add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #ffffff;
    font-size: 2.2666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.1333333333vw;
    height: 100%;
    border: 0.5px solid #000000;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  #wrapper #timetable .inner .content .pnl .detail .no {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #d32026;
    font-size: 2.2666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.1333333333vw;
    color: #ffffff;
    height: 100%;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  #wrapper #timetable .inner .content .pnl .photo {
    width: 100%;
    position: relative;
  }
  #wrapper #timetable .inner .content .pnl .photo .mark {
    position: absolute;
    width: 14.6666666667vw;
    bottom: -7.7333333333vw;
    right: 0vw;
  }
  #wrapper #timetable .inner .content .pnl .txts {
    padding-top: 4.2666666667vw;
  }
  #wrapper #timetable .inner .content .pnl .txts .label {
    background: #000000;
    color: #ffffff;
    font-size: 4.2666666667vw;
    line-height: 1.05;
    display: inline-block;
    padding: 0 2.4vw;
    letter-spacing: 0.03em;
    margin-bottom: 2.6666666667vw;
    font-weight: 500;
  }
  #wrapper #timetable .inner .content .pnl .txts .label span {
    position: relative;
    display: inline-block;
    line-height: 1;
    height: 4.8vw;
  }
  #wrapper #timetable .inner .content .pnl .txts .label small {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 4.2666666667vw;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 2.1333333333vw;
    letter-spacing: -0.015em;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl.comingsoon {
    color: rgba(0, 0, 0, 0.2);
    margin-bottom: -1.8666666667vw;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl small {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 8vw;
  }
  #wrapper #timetable .inner .content .pnl .txts .ttl .wide {
    font-size: 6.4vw;
    display: block;
    margin-bottom: -1.6vw;
  }
  #wrapper #timetable .inner .content .speaker {
    width: 81.3333333333vw;
    overflow: hidden;
    background: #ffffff;
    border-radius: 1.8666666667vw;
    box-sizing: border-box;
    padding: 0vw 3.7333333333vw 0vw 3.7333333333vw;
    position: relative;
    padding-bottom: 5.0666666667vw;
  }
  #wrapper #timetable .inner .content .speaker.ml {
    margin-left: 13.0666666667vw;
    height: 101.3333333333vw;
  }
  #wrapper #timetable .inner .content .speaker .profile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    padding: 5.0666666667vw 0vw 4vw 0vw;
  }
  #wrapper #timetable .inner .content .speaker .profile.double {
    display: block;
  }
  #wrapper #timetable .inner .content .speaker .profile.double .person {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  #wrapper #timetable .inner .content .speaker .profile.double .person:nth-of-type(1) {
    margin-bottom: 2.6666666667vw;
  }
  #wrapper #timetable .inner .content .speaker .profile:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }
  #wrapper #timetable .inner .content .speaker .profile .photo {
    width: 18.4vw;
    height: 18.4vw;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 3.2vw;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt {
    position: relative;
    top: 1.0666666667vw;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt.top {
    top: 2.9333333333vw;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .t1 {
    font-size: 2.4vw;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .t2 {
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt.cs {
    top: 5.6vw;
  }
  #wrapper #timetable .inner .content .speaker .profile .txt .name {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.2;
  }
  #wrapper #timetable .inner .content .speaker .detail {
    padding-top: 4vw;
  }
  #wrapper #timetable .inner .content .speaker .detail p {
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 4.2666666667vw;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  }
  #wrapper #timetable .inner .content .speaker .detail p a {
    letter-spacing: 0;
    color: #000000;
    text-decoration: underline;
  }
  #wrapper #timetable .inner .content .speaker .detail p.comin {
    background: #fafafa;
    height: 28.2666666667vw;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch {
    height: 9.6vw;
    border-radius: 9.6vw;
    border: 0.5px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 3.2vw;
    margin-bottom: 0;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch.passive {
    pointer-events: none;
    opacity: 0.1;
    margin-bottom: 0;
  }
  #wrapper #timetable .inner .content .speaker .btn_watch .t {
    position: relative;
    top: 0.2666666667vw;
    color: #000000;
  }
  #wrapper #timetable .inner .btn_box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #wrapper #slide {
    height: 154.9333333333vw;
    position: relative;
    overflow: hidden;
  }
  #wrapper #slide.products1 #i_slide1 {
    display: block;
  }
  #wrapper #slide.products1 .inner .txts .block1 {
    display: flex;
  }
  #wrapper #slide.products1 .inner .nav ul li:nth-of-type(1) button {
    opacity: 1;
  }
  #wrapper #slide.products1 .inner .nav ul li:nth-of-type(1) button:after {
    display: block;
  }
  #wrapper #slide.products2 #i_slide2 {
    display: block;
  }
  #wrapper #slide.products2 .inner .txts .block2 {
    display: flex;
  }
  #wrapper #slide.products2 .inner .nav ul li:nth-of-type(2) button {
    opacity: 1;
  }
  #wrapper #slide.products2 .inner .nav ul li:nth-of-type(2) button:after {
    display: block;
  }
  #wrapper #slide.products3 #i_slide3 {
    display: block;
  }
  #wrapper #slide.products3 .inner .txts .block3 {
    display: flex;
  }
  #wrapper #slide.products3 .inner .nav ul li:nth-of-type(3) button {
    opacity: 1;
  }
  #wrapper #slide.products3 .inner .nav ul li:nth-of-type(3) button:after {
    display: block;
  }
  #wrapper #slide.products4 #i_slide4 {
    display: block;
  }
  #wrapper #slide.products4 .inner .txts .block4 {
    display: flex;
  }
  #wrapper #slide.products4 .inner .nav ul li:nth-of-type(4) button {
    opacity: 1;
  }
  #wrapper #slide.products4 .inner .nav ul li:nth-of-type(4) button:after {
    display: block;
  }
  #wrapper #slide.products5 #i_slide5 {
    display: block;
  }
  #wrapper #slide.products5 .inner .txts .block5 {
    display: flex;
  }
  #wrapper #slide.products5 .inner .nav ul li:nth-of-type(5) button {
    opacity: 1;
  }
  #wrapper #slide.products5 .inner .nav ul li:nth-of-type(5) button:after {
    display: block;
  }
  #wrapper #slide.products6 #i_slide6 {
    display: block;
  }
  #wrapper #slide.products6 .inner .txts .block6 {
    display: flex;
  }
  #wrapper #slide.products6 .inner .nav ul li:nth-of-type(6) button {
    opacity: 1;
  }
  #wrapper #slide.products6 .inner .nav ul li:nth-of-type(6) button:after {
    display: block;
  }
  #wrapper #slide .ai {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #wrapper #slide .videoarea {
    display: none;
  }
  #wrapper #slide .photoarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
  }
  #wrapper #slide .photoarea .slide_photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrapper #slide .photoarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }
  #wrapper #slide .inner {
    position: relative;
    height: 100%;
    width: 100%;
  }
  #wrapper #slide .inner .nav {
    position: absolute;
    color: #ffffff;
    top: 2.4vw;
    left: 2.4vw;
    line-height: 1;
  }
  #wrapper #slide .inner .nav p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.6666666667vw;
    margin-bottom: 1.8666666667vw;
  }
  #wrapper #slide .inner .nav button {
    border: none;
    background: none;
    outline: none;
  }
  #wrapper #slide .inner .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94.6666666667vw;
  }
  #wrapper #slide .inner .nav ul li {
    width: 46.1333333333vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li:nth-of-type(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li:nth-of-type(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #wrapper #slide .inner .nav ul li button {
    width: 100%;
    height: 7.4666666667vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    padding-left: 4vw;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.6666666667vw;
    position: relative;
    opacity: 0.2;
  }
  #wrapper #slide .inner .nav ul li button:after {
    content: "";
    display: block;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    transform: rotate(45deg);
    background: #ffffff;
    position: absolute;
    left: 1.6vw;
    top: 3.2vw;
    display: none;
  }
  #wrapper #slide .inner .txts {
    width: 95.2vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    left: 2.4vw;
    bottom: 2.6666666667vw;
  }
  #wrapper #slide .inner .txts .block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    display: none;
  }
  #wrapper #slide .inner .txts .logo {
    border-radius: 1.3333333333vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 28vw;
    height: 28vw;
    background: #ffffff;
    margin-bottom: 2.6666666667vw;
  }
  #wrapper #slide .inner .txts .logo img {
    width: 20.5333333333vw;
  }
  #wrapper #slide .inner .txts .logo .logo2 {
    width: 20vw;
  }
  #wrapper #slide .inner .txts .logo .logo3 {
    width: 17.2vw;
  }
  #wrapper #slide .inner .txts .logo .logo4 {
    width: 15.7333333333vw;
  }
  #wrapper #slide .inner .txts .logo .logo5 {
    width: 15.4666666667vw;
  }
  #wrapper #slide .inner .txts .logo .logo6 {
    width: 12.2666666667vw;
  }
  #wrapper #slide .inner .txts .txt {
    border-radius: 1.3333333333vw;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 2.9333333333vw;
    height: 100%;
    box-sizing: border-box;
    padding: 1.6vw 2.6666666667vw;
    color: #ffffff;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  #wrapper #slide .inner .txts .txt p {
    line-height: 1.45;
  }
  #wrapper #information {
    background: url(.././img/infobg_sp.png) no-repeat center center;
    background-size: cover;
  }
  #wrapper #information .inner {
    width: 100%;
    height: 127.4666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #wrapper #information .inner .box {
    width: 94.6666666667vw;
    height: 85.3333333333vw;
    border-radius: 1.3333333333vw;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
    padding: 10.4vw 4vw 0 4vw;
  }
  #wrapper #information .inner .box dl {
    display: flex;
  }
  #wrapper #information .inner .box dl:last-child dt {
    border-bottom: 0.5px solid #000000;
  }
  #wrapper #information .inner .box dl:last-child dd {
    border-bottom: 0.5px solid #cccccc;
  }
  #wrapper #information .inner .box dl dt {
    width: 28.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 3.2vw;
    font-weight: 700;
    border-top: 0.5px solid #000000;
    height: 12.8vw;
    letter-spacing: 0;
  }
  #wrapper #information .inner .box dl dt.l0 {
    letter-spacing: -0.1em;
  }
  #wrapper #information .inner .box dl dt.l2 {
    letter-spacing: 0.05em;
  }
  #wrapper #information .inner .box dl dd {
    height: 12.8vw;
    border-top: 0.5px solid #cccccc;
    width: 57.6vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 3.2vw;
    font-weight: 500;
    padding-left: 5.8666666667vw;
  }
  #wrapper #information .inner .box dl dd h2 {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
  }
  #wrapper #information .inner .box dl dd a {
    color: #000000;
    text-decoration: underline;
  }
  #wrapper #sponsors {
    padding-top: 14.1333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  #wrapper #sponsors .inner {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  #wrapper #sponsors .inner h2 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 6.4vw;
    width: 100%;
    text-align: center;
    margin-bottom: 3.2vw;
    font-weight: 200;
  }
  #wrapper #sponsors .inner .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 2.6666666667vw;
    margin-bottom: 10.9333333333vw;
  }
  #wrapper #sponsors .inner .link li {
    width: 29.6vw;
    height: 22.1333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #ffffff;
  }
  #wrapper #sponsors .inner .link li a {
    width: 21.0666666667vw;
  }
  #wrapper #sponsors .inner .btn_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  #wrapper #sponsors .inner .btn_box .btn {
    display: block;
  }
  #wrapper #footer {
    background: #000000;
  }
  #wrapper #footer .inner {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  #wrapper #footer .inner .foot1 {
    height: 69.3333333333vw;
    position: relative;
  }
  #wrapper #footer .inner .foot1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
  #wrapper #footer .inner .foot1 .txt {
    position: absolute;
    width: 50.9333333333vw;
    top: 11.4666666667vw;
    left: 0;
  }
  #wrapper #footer .inner .foot1 .txt .logo {
    position: relative;
    top: -1.3333333333vw;
  }
  #wrapper #footer .inner .foot1 .txt .link {
    font-size: 2.1333333333vw;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    top: -1.3333333333vw;
    left: 0.2666666667vw;
    letter-spacing: 0.03em;
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 200;
  }
  #wrapper #footer .inner .foot2 {
    height: 12.8vw;
  }
  #wrapper #footer .inner .foot2 .area {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
  }
  #wrapper #footer .inner .foot2 .area .b {
    width: 25.3333333333vw;
    position: relative;
    top: -1.3333333333vw;
    left: 0;
    margin-right: 11.4666666667vw;
  }
  #wrapper #footer .inner .foot2 .area .copyright {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2vw;
    color: #ffffff;
    position: relative;
    top: -1.3333333333vw;
    margin-right: 2.6666666667vw;
    color: #a3a3a3;
  }
  #wrapper #footer .inner .foot2 .area .sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    position: absolute;
    top: -11.2vw;
    right: 0;
  }
  #wrapper #footer .inner .foot2 .area .sns p {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.1333333333vw;
    color: #ffffff;
    margin-right: 1.8666666667vw;
    color: #a3a3a3;
  }
  #wrapper #footer .inner .foot2 .area .sns .link {
    display: flex;
    gap: 1.6vw;
  }
  #wrapper #footer .inner .foot2 .area .sns .link li {
    width: 5.3333333333vw;
  }
  #wrapper #footer .inner .foot2 .area .backtotop {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.1333333333vw;
    color: #ffffff;
    position: absolute;
    top: 3.2vw;
    right: 0;
    color: #a3a3a3;
    text-decoration: underline;
  }
}
