@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html body .main .content__wrapper__inner .main-content .article .faq__anchors {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: -40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .faq__anchors {
    margin-top: -20px;
    gap: 10px;
    margin-bottom: 30px;
  }
}
html body .main .content__wrapper__inner .main-content .article .faq__anchor {
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .faq__anchor {
    font-size: 16px;
  }
}
html body .main .content__wrapper__inner .main-content .article .faq__anchor::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
html body .main .content__wrapper__inner .main-content .article .day {
  margin-top: -10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .main .content__wrapper__inner .main-content .article .day__btns {
  display: flex;
  background: #fff;
  border-radius: 35px;
  height: 70px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  border: solid 2px var(--red);
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .day__btns {
    height: 56px;
  }
}
html body .main .content__wrapper__inner .main-content .article .day__btn {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: var(--red);
}
html body .main .content__wrapper__inner .main-content .article .day__btn .text {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .day__btn .text {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
html body .main .content__wrapper__inner .main-content .article .day__btn:first-child::after {
  content: "";
  background: var(--red);
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 0.3s ease-in-out;
}
html body .main .content__wrapper__inner .main-content .article .day__btn.is-active {
  cursor: auto;
}
html body .main .content__wrapper__inner .main-content .article .day__btn.is-active .date {
  -webkit-mask-image: url(../img/btn-bg.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/btn-bg.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  color: var(--red);
}
html body .main .content__wrapper__inner .main-content .article .day__btn.is-active .text {
  color: #fff;
}
html body .main .content__wrapper__inner .main-content .article .day__btn.is-active::after {
  left: 0;
}

html body .qa-wrap .detail-btn {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 20px;
}
html body .qa-wrap .detail-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 0.15s;
  rotate: 135deg;
  translate: 0 -50%;
}
html body .qa-wrap .detail-btn.is-active::after {
  rotate: -45deg;
  translate: 0 0;
}
html body .qa-wrap .answer {
  margin-top: 30px;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  html body .qa-wrap .answer {
    gap: 20px;
  }
}
html body .qa-wrap .answer.is-active {
  height: auto;
  line-height: 1.5;
  visibility: visible;
  opacity: 1;
}
html body .qa-wrap .answer.is-active ul li:not(:last-child) {
  margin-bottom: 10px;
}
html body .qa-wrap .answer .answer-text {
  font-size: 16px;
  letter-spacing: 0.06em;
}
html body .qa-wrap .answer ul li {
  padding-left: 0.8em;
  font-size: 16px;
  text-indent: -0.8em;
  letter-spacing: 0.06em;
}
html body .qa-wrap .answer ul li:not(:last-child) {
  margin-bottom: 0;
}
html body .qa-wrap .answer ul li a {
  text-decoration: underline;
}
@media (hover) {
  html body .qa-wrap .answer ul li a:hover {
    text-decoration: none;
  }
}
html body .winner {
  width: 100%;
  margin: 0 auto 150px;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  html body .winner__yon {
    justify-content: center;
    gap: 15px;
    margin-top: 90px;
  }
}
html body .winner__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  html body .winner__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
html body .winner__grid-item {
  display: flex;
  align-items: center;
  gap: 45px;
}
html body .winner__grid-item .winner2__speaker {
  max-width: 330px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  html body .winner__grid-item .winner2__speaker {
    flex-direction: column;
  }
}
html body .winner__grid-item .winner2__speaker-img {
  width: 100%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media (hover) {
  html body .winner__grid-item .winner2__speaker-img:hover {
    opacity: 0.6;
  }
}
html body .winner__grid-item .winner2__speaker-box {
  color: #000;
}
html body .winner__grid-item .winner2__speaker-box-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .winner__grid-item .winner2__speaker-box-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
html body .winner__grid-item .winner2__speaker-box-title {
  color: #000000;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  html body .winner__grid-item .winner2__speaker-box-title {
    font-size: 12px;
  }
}
html body .winner__under {
  padding: 0 35px 20px 40px;
}
@media screen and (max-width: 1140px) {
  html body .winner__under {
    padding: 0 20px 20px;
  }
}
html body .winner__under .winner__content-text {
  color: #000;
}
html body .winner__under .winner__content-text.company {
  margin-bottom: 10px;
}
html body .winner__item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  html body .winner__item {
    width: 100%;
    padding: 50px 20px 30px;
  }
}
html body .winner__item.tokyo .winner__left {
  width: calc(100% - 150px);
}
@media screen and (max-width: 500px) {
  html body .winner__item.tokyo .winner__left {
    width: 100%;
  }
}
html body .winner__item.tokyo .winner2__speaker-box {
  width: calc(100% - 140px);
}
@media screen and (max-width: 500px) {
  html body .winner__item.tokyo .winner2__speaker-box {
    flex-direction: column;
    width: 100%;
  }
}
html body .winner__item::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -190px;
  right: -50px;
  width: 540px;
  height: auto;
  aspect-ratio: 160/70;
  background: url(/2025/challenge2025/index/img/winner.png) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  html body .winner__item::after {
    top: -170px;
    left: -60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  html body .winner__item::after {
    top: -180px;
  }
}
@media screen and (max-width: 768px) {
  html body .winner__item.champ {
    margin-bottom: 20px;
  }
}
html body .winner__item.champ::after {
  background: url(/2025/challenge2025/index/img/winner-first-bg.png) no-repeat;
  background-size: contain;
}
html body .winner__item.champ .winner__title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .winner__item.champ .winner__title {
    margin-bottom: 70px;
    font-size: 24px;
  }
}
html body .winner__item.champ .winner__content-text {
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.06em;
}
html body .winner__item.champ .winner__content-text.company {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  html body .winner__item.champ .winner__content-text.company {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.01em;
  }
}
html body .winner__item.champ .winner__content-text.country {
  color: #666666;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  html body .winner__item.champ .winner__content-text.country {
    font-size: 16px;
  }
}
html body .winner__title {
  font-weight: bold;
  position: relative;
  z-index: 10;
  margin-bottom: 55px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--red);
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  html body .winner__title {
    font-size: 18px;
  }
}
html body .winner__contents {
  display: flex;
  align-items: center;
  color: #000;
  gap: 10px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  html body .winner__contents {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
html body .winner__photo {
  margin-top: 20px;
  padding: 0 40px;
}
@media (hover) {
  html body .winner__photo a:hover {
    display: block;
    opacity: 0.8;
  }
}
html body .winner__photo img {
  width: 100%;
  display: block;
}
html body .winner__speaker {
  max-width: 330px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  html body .winner__speaker {
    max-width: 140px;
    width: auto;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  html body .winner__speaker {
    max-width: 330px;
    flex-direction: row;
  }
}
html body .winner__speaker-img {
  width: 100%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  transition: opacity 0.3s;
}
html body .winner__speaker-box {
  color: #000;
}
html body .winner__speaker-box-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .winner__speaker-box-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
html body .winner__speaker-box-title {
  color: #000000;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  html body .winner__speaker-box-title {
    font-size: 12px;
  }
}
html body .winner__left {
  width: calc(100% - 320px);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  html body .winner__left {
    width: 100%;
    max-width: 250px;
  }
}
@media screen and (max-width: 500px) {
  html body .winner__left {
    width: 100%;
    max-width: 100%;
  }
}
@media (hover) {
  html body .winner__left a img:hover {
    opacity: 0.6;
  }
}
html body .winner__right {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  html body .winner__right {
    gap: 20px;
  }
}
html body .winner__content-title {
  color: #808080;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .winner__content-title {
    font-size: 15px;
  }
}
html body .winner__content-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .winner__content-text {
    font-size: 15px;
  }
}
html body .winner__content-text.company {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .winner__content-text.company {
    font-size: 20px;
  }
}
html body .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .popup.is-active {
  visibility: visible;
  opacity: 1;
  /*.popup__close {
  }*/
}
html body .popup.is-active .popup__inner .swiper {
  opacity: 1;
  visibility: visible;
}
html body .popup__close {
  transition: all 0.3s;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 100;
  height: 30px;
  width: 30px;
}
html body .popup__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  height: 2px;
  width: 30px;
  background: #999999;
  transform-origin: center center;
}
html body .popup__close span:nth-child(1) {
  rotate: 45deg;
}
html body .popup__close span:nth-child(2) {
  rotate: -45deg;
}
html body .popup__overlay {
  z-index: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
html body .popup__inner {
  transition: all 0.3s;
  background: #fff;
  position: relative;
  z-index: 5;
  max-width: 1040px;
  max-height: 720px;
  height: 80vh;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  html body .popup__inner {
    padding: 30px 20px;
  }
}
html body .popup .swiper-button-prev {
  top: 50%;
  position: absolute;
  left: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 50;
  background: #fff;
  border: var(--red) solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  translate: -50% -50%;
  transition: opacity 0.3s visibility 0.3s;
}
@media screen and (max-width: 1100px) {
  html body .popup .swiper-button-prev {
    width: 45px;
    translate: -40% -50%;
  }
}
html body .popup .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
html body .popup .swiper-button-prev span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .popup .swiper-button-prev:hover {
  scale: 1.2;
}
html body .popup .swiper-button-prev:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
html body .popup .swiper-button-prev:hover span {
  width: 200px;
  height: 200px;
}
html body .popup .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transition: all 0.3s ease-in-out;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  html body .popup .swiper-button-prev::before {
    width: 10px;
    height: 10px;
  }
}
html body .popup .swiper-button-prev::after {
  display: none;
}
html body .popup .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 50;
  left: auto;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  border: var(--red) solid 2px;
  border-radius: 9999px;
  transition: opacity 0.3s visibility 0.3s;
  transition: all 0.3s ease-in-out;
  translate: 50% -50%;
}
@media screen and (max-width: 1100px) {
  html body .popup .swiper-button-next {
    width: 45px;
    translate: 40% -50%;
  }
}
html body .popup .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
html body .popup .swiper-button-next span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .popup .swiper-button-next:hover {
  scale: 1.2;
}
html body .popup .swiper-button-next:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
html body .popup .swiper-button-next:hover span {
  width: 200px;
  height: 200px;
}
html body .popup .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  html body .popup .swiper-button-next::before {
    width: 10px;
    height: 10px;
  }
}
html body .popup .swiper-button-next::after {
  display: none;
}
html body .popup .swiper {
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.3s;
  opacity: 0;
  visibility: hidden;
}
html body .popup .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
html body .popup .swiper .swiper-slide {
  width: 100%;
  font-size: 32px;
  height: 100%;
}
html body .popup .swiper .slide-inner {
  overscroll-behavior: contain;
  max-width: 860px;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html body .popup .swiper .slide-inner::-webkit-scrollbar {
    display: none;
  }
}
html body .popup .swiper .slide-inner .person {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 1.375;
  letter-spacing: 0.06em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .person {
    font-size: 22px;
    margin-bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}
html body .popup .swiper .slide-inner .person.start {
  align-items: flex-start;
  gap: 0 10px;
}
html body .popup .swiper .slide-inner .person .person_name {
  width: 25%;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .person .person_name {
    width: 100%;
  }
}
html body .popup .swiper .slide-inner .person .span_area {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .person .span_area {
    width: 100%;
  }
}
html body .popup .swiper .slide-inner .person .span_area span {
  display: inline-block;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #666666;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .person .span_area span {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    font-size: 12px;
  }
}
html body .popup .swiper .slide-inner .person .span_area span.no_ml {
  margin-left: 0;
}
html body .popup .swiper .slide-inner .person span {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #666666;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .person span {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    font-size: 12px;
  }
}
html body .popup .swiper .slide-inner .person span.no_ml {
  margin-left: 0;
}
html body .popup .swiper .slide-inner .info-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .info-wrap {
    flex-direction: column;
  }
}
html body .popup .swiper .slide-inner .info-wrap .info-left {
  height: auto;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/370;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .info-wrap .info-left {
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
  }
}
html body .popup .swiper .slide-inner .info-wrap .info-left img {
  width: 100%;
  object-fit: cover;
}
html body .popup .swiper .slide-inner .info-wrap .info-right {
  width: 100%;
  max-width: 520px;
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .info-wrap .info-right .info-details {
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 15px;
  }
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dt {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dt {
    margin-bottom: 5px;
  }
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li {
  position: relative;
  width: fit-content;
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li.pa30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li.pa30 {
    padding-bottom: 20px;
  }
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li a {
  word-break: break-all;
  color: var(--red);
  padding-right: 20px;
  display: block;
  padding: 5px 20px 5px 0;
  width: fit-content;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li a {
    bottom: 8px;
    left: 0;
  }
}
@media (hover) {
  html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li a:hover::before {
    scale: 0 1;
  }
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li a::before {
  transform-origin: top right;
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--red);
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask: url("/2024/index/img/blank.png") no-repeat center center/contain;
  mask-image: url("/2024/index/img/blank.png") no-repeat center center/contain;
  background: var(--red);
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-annotation {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-session-title {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-session-schedule {
  display: flex;
  align-items: center;
  gap: 30px;
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-session-schedule .day {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-session-schedule .day span {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  border: solid 1px #000;
  padding: 2px 8px;
  margin-right: 10px;
}
html body .popup .swiper .slide-inner .info-wrap .info-right .info-session-schedule .place {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 2px 10px;
  border-radius: 13px;
  background: var(--red);
}
@media screen and (max-width: 1480px) {
  html body .content-left-top {
    display: none;
  }
}
html body .main .section-title {
  margin-bottom: 80px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body .main .section-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.4;
  }
}
html body .main .section-title.lead-title {
  margin-bottom: 50px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body .main .section-title.lead-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.4;
  }
}
html body .lead {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  html body .lead {
    margin: 0 auto 40px;
  }
}
html body .speak-title {
  font-size: 36px;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .speak-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
html body .soon {
  font-size: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15rem;
  opacity: 0.5 !important;
}
@media screen and (max-width: 768px) {
  html body .soon {
    font-size: 24px;
  }
}
html body .speaker {
  margin: 0 20px 140px;
}
html body .speaker:last-child {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  html body .speaker {
    margin: 10px 0 70px;
  }
}
html body .speaker__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.563rem, -6.389rem + 16.57vw, 5rem);
}
@media screen and (max-width: 768px) {
  html body .speaker__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 30px;
  }
}
html body .speaker__list--final, html body .speaker__list--semi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.563rem, -6.389rem + 16.57vw, 5rem);
}
@media screen and (max-width: 768px) {
  html body .speaker__list--final, html body .speaker__list--semi {
    justify-content: flex-start;
  }
}
html body .speaker__list--final .speaker__item, html body .speaker__list--semi .speaker__item {
  margin: 0;
  width: calc(33.3333333333% - clamp(1.563rem, -6.389rem + 16.57vw, 5rem) / 1.5);
}
@media screen and (max-width: 768px) {
  html body .speaker__list--final .speaker__item, html body .speaker__list--semi .speaker__item {
    width: calc(50% - 15px);
  }
}
html body .speaker__list--final {
  margin-bottom: 4em;
}
html body .speaker__item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  html body .speaker__item {
    max-width: 250px;
  }
}
@media (hover) {
  html body .speaker__item:hover::after {
    rotate: -10deg;
  }
  html body .speaker__item:hover .speaker__img {
    scale: 1.05;
  }
}
html body .speaker__item::after {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 5;
  width: 120%;
  transition: all 0.3s;
  height: auto;
  aspect-ratio: 509/484;
  content: "";
  background: url(/2024/speakers/index/img/speaker-bg.png) no-repeat;
  background-size: cover;
  translate: -50% 0;
}
@media screen and (max-width: 1100px) {
  html body .speaker__item::after {
    width: 112%;
  }
}
html body .speaker__item-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
html body .speaker__img {
  width: 73%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 10px;
  overflow: hidden;
  background: #ccc;
  border-radius: 9999px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  html body .speaker__img {
    width: 95%;
  }
}
html body .speaker__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .speaker__company {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  html body .speaker__company {
    font-size: 16px;
  }
}
html body .speaker__name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  background: var(--red);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .speaker__name {
    font-size: 16px;
    padding: 5px 10px;
  }
}
html body .speaker__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .speaker__text {
    font-size: 14px;
  }
}
html body .speaker__text-devide {
  display: block;
}
html body .speaker__text-devide:not(:last-child) {
  margin-bottom: 10px;
}

.dls-wrapper dl dd .link_txt {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .dls-wrapper dl dd .link_txt {
    font-size: 12px;
  }
}
.dls-wrapper dl dd .link {
  color: #fff;
  position: absolute;
  padding-right: 20px;
  bottom: 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .dls-wrapper dl dd .link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dls-wrapper dl dd .link {
    bottom: 8px;
    left: 0;
  }
}
@media (hover) {
  .dls-wrapper dl dd .link:hover {
    text-decoration: none !important;
  }
  .dls-wrapper dl dd .link:hover::before {
    scale: 0 1;
  }
}
.dls-wrapper dl dd .link::before {
  transform-origin: top right;
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.dls-wrapper dl dd .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/2024/index/img/blank.png) no-repeat;
  background-size: contain;
}
.dls-wrapper dl dd .link.hidden {
  opacity: 0.5;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
