@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, main, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, img, video, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: opacity .5s ease;
}

a:hover {
  opacity: .6;
}

a:link img, a:visited img, a:hover img, a img {
  border: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

video, img {
  height: auto;
  max-width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.wrapper .entry-button-wrap {
  position: fixed;
  right: -10px;
  top: 200px;
  z-index: 10;
}

.wrapper .entry-button-wrap .entry-button .button {
  animation: subPulse 2s infinite, slideIn 1s ease-out;
  background-color: #ea007b;
  border-radius: 15px;
  box-shadow: 0 0 15px -5px #000;
  color: #fff;
  display: block;
  font-size: clamp(24px, calc(2.11vw + 17.23px), 32px);
  font-weight: bold;
  line-height: 1.2;
  padding: 24px 40px;
  text-align: center;
  transition: all .5s;
}

.wrapper .entry-button-wrap .entry-button .button:hover {
  background-color: #db0577;
  opacity: 1;
}

.wrapper .main .section .section__header {
  margin-bottom: clamp(35px, calc(6.034vw + 15.690px), 70px);
  text-align: center;
}

.wrapper .main .section .section__header.section__header--white {
  color: #fff;
}

.wrapper .main .section .section__header h2 {
  font-size: clamp(27px, calc(1.379vw + 22.586px), 35px);
  line-height: 1.2;
}

.wrapper .main .section h3 {
  background: url(sponsor.png) no-repeat center / contain;
  color: #fff;
  font-size: 17px;
  height: 30px;
  margin: 0 auto;
  padding-top: 2px;
  text-align: center;
  width: 220px;
}

.wrapper .main .section h4 {
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(21px, calc(1.207vw + 17.138px), 28px);
  line-height: 1.4;
  margin-bottom: 15px;
}

.wrapper .main .section h4 .award {
  align-items: center;
  display: flex;
}

.wrapper .main .section h4 .award span:last-child {
  margin-left: -8px;
}

.wrapper .main .section .section__header.section__header--white h2 span:after {
  background-color: #fff;
}

.wrapper .main .section .section__header h2 span {
  display: inline-block;
  position: relative;
}

.wrapper .main .section .section__header h2 span:after {
  background-color: rgba(0,0,0,.5);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.wrapper .main .section .section__body.section__body--backgruond-navi {
  background-color: rgba(38, 45, 86, .5);
}

.wrapper .main .section .section__body.section__body--backgruond-white {
  background-color: #fff;
}

.wrapper .main .section .section__body.section__body--border-radius {
  border-radius: 25px;
}

.wrapper .main .section .section__main-visual {
  background: url(circle.png) no-repeat top -175px center / 1920px;
  overflow: hidden;
  position: relative;
}

.wrapper .main .section .section__main-visual video {
  height: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: -1;
}

.wrapper .main .section .section__main-visual .header {
  width: 100%;
}

.wrapper .main .section .section__main-visual .header .header__nav {
  background-color: rgba(255, 255, 255, .8);
}

.wrapper .main .section .section__main-visual .header .header__nav .nav__items {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  padding: clamp(16px,calc(5.714vw - 2.286px),32px) 0;
  width: 600px;
}

.wrapper .main .section .section__main-visual .header .header__nav .nav__items .nav__item {
  line-height: 1.4;
  margin: 0 auto;
  width: calc(100% / 3);
}

.wrapper .main .section .section__main-visual .header .header__nav .nav__items .nav__item a {
  display: block;
  padding: 0 clamp(10px, calc(10.714vw - 24.286px), 40px);
  text-align: center;
}

.wrapper .main .section .section__main-visual .header .header__nav .nav__items .nav__item a:hover {
  color: #ea007b;
  opacity: 1;
}

.wrapper .main .section .section__main-visual .header .header__nav .nav__items .nav__item a span {
  font-size: clamp(13px, calc(1.071vw + 9.571px), 16px);
}

.wrapper .main .section .section__main-visual .header .header__nav .nav__items .nav__item:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.wrapper .main .section .section__main-visual .main-visual__container {
  color: #000;
  margin: 0 auto;
  padding: 60px 0 225px;
  width: min(1076px, 92%);
}

.wrapper .main .section .section__main-visual .catch {
  color: #000;
  font-size: clamp(21px, calc(2.778vw + 12.221px), 42px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.wrapper .main .section .section__main-visual .event-details {
  display: flex;
  gap: 15px 50px;
  justify-content: center;
  margin-top: 30px;
}

.wrapper .main .section .section__main-visual .event {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  row-gap: 15px;
}

.wrapper .main .section .section__main-visual .event .event__place div:first-child, .wrapper .main .section .section__main-visual .event .event__datetime div:first-child {
  border: 1px solid #000;
  display: inline-block;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.7;
  padding: 3px 20px;
}

.wrapper .main .section .section__main-visual .event .event__place, .wrapper .main .section .section__main-visual .event .event__datetime {
  align-items: flex-start;
  column-gap: 20px;
  display: flex;
}

.wrapper .main .section .section__main-visual .event span {
  display: inline-block;
}

.wrapper .main .section .section__main-visual .partners {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  row-gap: 15px;
}

.wrapper .main .section .section__main-visual .partners .partners__organizing, .wrapper .main .section .section__main-visual .partners .partners__cooperation {
  align-items: flex-start;
  column-gap: 20px;
  display: flex;
}

.wrapper .main .section .section__main-visual .partners .partners__organizing div:first-child, .wrapper .main .section .section__main-visual .partners .partners__cooperation div:first-child {
  border: 1px solid #000;
  display: inline-block;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.7;
  padding: 3px 20px;
}

.wrapper .main .section .section__main-visual .speakers-photo {
  background-color: rgba(47, 29, 112, .6);
  padding: clamp(20px,calc(3.125vw + 10px),40px) 0;
}

.wrapper .main .section .section__main-visual .slider-container {
  display: flex;
}

.wrapper .main .section .section__main-visual .slider-container .slider-wrapper {
  animation: slideFlow 40s infinite linear 1s both;
  display: flex;
}

.wrapper .main .section .section__main-visual .slider-container .slider-wrapper .slide {
  max-width: none;
  object-fit: cover;
  width: clamp(200px, calc(20vw + 136px), 320px);
}

.wrapper .main .section#lead {
  background: url(back_dot.png) repeat-x center/1920px auto;
  padding: clamp(15px, calc(5.172vw - 1.552px) ,45px) 0 clamp(45px, calc(2.586vw + 36.724px) ,60px);
}

.wrapper .main .section .section__lead {
  background-color: #fff;
  margin: 0 auto;
  padding: clamp(30px, calc(3.448vw + 18.96px), 50px) 0;
  width: min(900px, 95%);
}

.wrapper .main .section .text {
  font-size: clamp(17px, calc(.172vw + 16.448px), 18px);
  margin: 0 auto clamp(27px, calc(2.241vw + 19.828px), 40px);
  width: min(800px, 95%);
}

.wrapper .main .section .text.text--right {
  text-align: right;
}

.wrapper .main .section .text.text--margin-bottom-zero {
  margin-bottom: 0;
}

.wrapper .main .section#overview {
  background: url(back.png) no-repeat center / cover;
  padding: clamp(45px, calc(16.379vw - 7.414px), 140px) 0 clamp(45px, calc(12.931vw + 3.621px), 120px);
}

.wrapper .main .section .section__overview {
  margin: 0 auto;
  width: min(900px, 95%);
}

.wrapper .main .section .section__overview .section__body:last-child {
  margin-top: 40px;
}

.wrapper .main .section .section__overview .section__body .overview {
  color: #fff;
  margin: 0 auto;
  padding: clamp(45px, calc(2.586vw + 36.724px), 60px) 0;
  width: min(700px, 95%);
}

.wrapper .main .section .section__overview .section__body .overview .overview__item {
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  display: flex;
  padding: 30px 0;
}

.wrapper .main .section .section__overview .section__body .overview .overview__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, .8);
}

.wrapper .main .section .section__overview .section__body .overview .overview__item dt {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: clamp(17px, calc(.172vw + 16.448px), 18px);
  width: 140px;
}

.wrapper .main .section .section__overview .section__body .overview .overview__item dd .logos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wrapper .main .section .section__overview .section__body .overview .overview__item dd {
  font-size: clamp(20px, calc(.517vw + 18.345px), 23px);
}

.wrapper .main .section .section__overview .section__body .overview .overview__item dd .form-event {
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.wrapper .main .section .section__overview .section__body .overview .overview__item .location {
  align-items: center;
  display: flex;
}

.wrapper .main .section .section__overview .section__body .overview .overview__item .location span:last-child {
  flex-shrink: 0;
  margin-left: 10px;
}

.wrapper .main .section .section__overview .section__body .sponsors {
  margin: 0 auto;
  padding: 35px 0;
  width: min(770px, 95%);
}

.wrapper .main .section .section__overview .section__body .sponsors .sponsors-box:first-child {
  margin-bottom: clamp(45px, calc(5.172vw + 28.448px), 75px);
}

.wrapper .main .section .section__overview .section__body .sponsors .sponsors-box .sponsor-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  justify-content: center;
  margin-top: clamp(30px, calc(5.172vw + 13.448px), 60px);
}

.wrapper .main .section .section__overview .section__body .sponsors .sponsors-box .sponsor-logos li {
  font-size: clamp(20px, calc(.517vw + 18.345px), 23px);
}

.wrapper .main .section#program {
  background: url(back_dot2.png) repeat-x center bottom / 1920px auto;
  padding: 0 0 clamp(45px, calc(9.483vw + 14.655px), 100px);
}

.wrapper .main .section .section__program {
  background-color: #fff;
  box-shadow: 0 3px 5.82px .18px rgba(0,0,0,.5);
  margin: 0 auto;
  padding: 40px 0;
  width: min(1200px, 95%);
}

.wrapper .main .section .section__program .section__body .program .program__inner {
  margin: 0 auto;
  overflow: hidden;
  width: min(1000px, 95%);
}

.wrapper .main .section .section__program .section__body .program .program__inner .session {
  margin-bottom: clamp(50px, calc(5.172vw + 33.448px), 80px);
  position: relative;
}

.wrapper .main .section .section__program .section__body .program .program__inner .breaktime {
  align-items: center;
  background-color: #cecece;
  display: grid;
  font-size: clamp(17px, calc(.172vw + 16.448px), 18px);
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: clamp(50px, calc(5.172vw + 33.448px), 80px);
  padding: 16px 25px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .breaktime .time {
  grid-column: 1 / 2;
  text-align: left;
}

.wrapper .main .section .section__program .section__body .program .program__inner .breaktime .break {
  grid-column: 2 / 3;
  text-align: center;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__time {
  background: url(time.png) no-repeat center / contain;
  color: #fff;
  display: inline-block;
  font-size: clamp(12px, calc(.80vw + 9.42px), 17px);
  height: 44px;
  margin-bottom: clamp(18px, calc(2.74vw + 9.225px), 35px);
  padding-top: clamp(7px, calc(-.81vw + 14.58px), 12px);
  position: relative;
  text-align: center;
  width: clamp(100px, calc(11.29vw + 63.87px), 170px);
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__time:after {
  background-color: rgba(0,0,0,.5);
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 100vw;
}


.wrapper .main .section .section__program .section__body .program .program__inner .session .title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 25px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .title-wrapper .session__annotation {
  border: 1px solid #ea007b;
  color: #ea007b;
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .title-wrapper .session__title {
  margin-bottom: 0;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__title {
  font-size: clamp(21px, calc(1.207vw + 17.138px), 28px);
  line-height: 1.4;
  margin: 0 0 25px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__title span {
  display: block;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .about-award {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: clamp(50px, calc(5.172vw + 33.448px), 80px);
  padding: clamp(20px,calc(4.651vw + 5.117px),40px);
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .about-award div {
  flex-basis: 70%;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .about-award .logo {
  margin: 0 auto;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .about-award .about-award__header {
  font-size: clamp(21px, calc(.698vw + 18.767px) ,24px);
  font-weight: bold;
  margin-bottom: 10px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .about-award {
  background: url(back.png) no-repeat top center / cover;
  color: #fff;
  font-size: clamp(17px, calc(.172vw + 16.448px), 18px);
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .section__add-movie {
  display: flex;
  gap: 45px 30px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .section__add-movie .speaker-wrapper, .wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .section__add-movie .movie-wrapper {
  flex-basis: 50%;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .section__add-movie .speaker {
  flex-basis: 50%;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .movie-wrapper.movie-wrapper--margin-top {
  margin-top: 45px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speakers {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 30px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .logo {
  margin-bottom: 25px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session.session--margin-top {
  margin-top: clamp(50px, calc(5.172vw + 33.448px), 80px);
}

.wrapper .main .section .section__program .section__body .program .program__inner .session.session--margin-bottom-zero {
  margin-bottom: 0;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .multi-session {
  display: flex;
  position: relative;
  z-index: 9;
}

.wrapper .main .section .section__program .section__body .program .program__inner .multi-session-wrapper {
  position: relative;
}

.wrapper .main .section .section__program .section__body .program .program__inner .track {
  display: flex;
  margin-bottom: 30px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .track span {
  color: #fff;
  display: block;
  flex-basis: 50%;
  font-size: clamp(16px, calc(.81vw + 13.42px), 21px);
  padding: 10px 0;
  text-align: center;
}

.wrapper .main .section .section__program .section__body .program .program__inner .track span:first-child {
  background-color: #816e7c;
}
.wrapper .main .section .section__program .section__body .program .program__inner .track span:last-child {
  background-color: #5993c3;
}

.wrapper .main .section .section__program .section__body .program .program__inner .multi-session-wrapper:before {
  border: 5px solid #816e7c;
  content: "";
  height: calc(100% + 60px);
  left: 0;
  position: absolute;
  top: -30px;
  width: 50%;
  z-index: 1;
}

.wrapper .main .section .section__program .section__body .program .program__inner .multi-session-wrapper:after {
  border: 5px solid #5993c3;
  content: "";
  height: calc(100% + 60px);
  position: absolute;
  right: 0;
  top: -30px;
  width: 50%;
  z-index: 1;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .multi-session .session__inner {
  flex: 1;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner {
  padding: 0 clamp(12px, calc(1.29vw + 7.871px), 20px);
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speaker {
  column-gap: 12px;
  display: flex;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speaker.spekaer--margin-bottom {
  margin-bottom: 30px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speaker .speaker__photo {
  flex-shrink: 0;
  overflow: hidden;
  width: clamp(90px, calc(18.966vw + 29.31px), 200px);
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speaker .speaker__photo img {
  transition: transform .5s ease;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speaker.inline:hover .speaker__photo img {
  transform: scale(1.1, 1.1);
}


.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speaker .speaker__profile {
  display: flex;
  flex-direction: column;
  font-size: clamp(15px, calc(.5vw + 13.4px), 18px);
  justify-content: flex-end;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speaker .speaker__profile .name {
  font-size: clamp(18px, calc(.517vw + 16.345px), 21px);
  font-weight: bold;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .speaker .speaker__profile .honorific {
  font-size: clamp(17px, calc(.172vw + 16.448px), 18px);
}

.wrapper .main .about-program-wrapper {
  margin: 45px 0 12px;
}

.wrapper .main .about-program {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  margin: 12px auto 0;
  width: min(95%, 1200px);
}

.wrapper .main .about-program-wrapper .about-program:nth-child(n + 2) {
  margin-top: 0;
}

.wrapper .main .section#about-entry {
  background-color: #f0f0f0;
}

.wrapper .main .section .section__about-entry {
  font-size: clamp(17px, calc(.172vw + 16.448px), 18px);
  margin: 0 auto;
  padding: clamp(35px, calc(8.14vw + 8.95px), 70px) 0;
  text-align: center;
  width: min(800px, 95%);
}

.wrapper .main .section#contact {
  background-color: #6990b7;
}

.wrapper .main .section .section__contact {
  margin: 0 auto;
  padding: clamp(35px, calc(8.14vw + 8.95px), 70px) 0;
  width: min(800px, 95%);
  word-break: break-all;
}

.wrapper .main .section .section__contact .section__body .contact__text {
  color: #fff;
  font-size: clamp(21px, calc(1.85vw + 21.05px), 28px);
  line-height: 1.4;
  text-align: center;
}

.wrapper .footer {
  border-top: 1px solid #2c2d2d;
}

.wrapper .footer .footer__copyright {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: center;
  margin: 0 auto;
  padding: 27px 0;
  width: min(350px, 92%);
}

.wrapper .footer .footer__copyright span:first-child {
  flex-shrink: 0;
}

.wrapper .footer .footer__copyright img {
  margin-left: 5px;
}

.wrapper .sp-only {
  display: none;
}

.wrapper small {
  font-size: 70%;
}

/*モーダルウィンドウ*/
#cboxOverlay {
  background: rgba(0, 0, 0, .8);
}

#cboxTopLeft {
  background: url(controls.png) no-repeat 0 0;
  height: 2px;
  width: 2px;
}

#cboxTopCenter {
  background: none;
  height: 14px;
}

#cboxTopRight {
  background: url(controls.png) no-repeat -36px 0;
  height: 1px;
  width: 1px;
}

#cboxBottomLeft {
  background: url(controls.png) no-repeat 0 -32px;
  height: 43px;
  width: 1px;
}

#cboxBottomCenter {
  background: none;
  height: 43px;
}

#cboxBottomRight {
  background: url(controls.png) no-repeat -36px -32px;
  height: 43px;
  width: 1px;
}

#cboxMiddleLeft {
  background: url(controls.png) repeat-y -175px 0;
  width: 1px;
}

#cboxMiddleRight {
  background: url(controls.png) repeat-y -211px 0;
  width: 1px;
}

#cboxContent {
  background: transparent;
}

#cboxLoadedContent {
  background-image: url(back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1000px;
  overflow: auto;
  padding: 0;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxTitle {
  top: 0;
}

#cboxClose {
  background: url(close.png) no-repeat;
  background-size: contain !important;
  right: 5px;
  top: 5px;
  transition: all .5s;
}

#cboxClose:hover {
  background: url(close.png) no-repeat;
  opacity: .5;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  margin: 20px;
}

.inline-box {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.profile {
  color: #fff;
}

.profile__flex {
  display: flex;
  gap: 24px 30px;
}

.profile__flex .profile__inner {
  flex-basis: 50%;
}

.profile__inner {
  align-items: center;
  display: flex;
}

.profile__photo {
  flex-shrink: 0;
  max-width: 100%;
  width: clamp(90px, calc(18.966vw + 29.31px), 200px);
}

.profile__text {
  padding-left: 20px;
}

.profile__text .name {
  font-size: clamp(16px, calc(1.11vw + 12.44px), 21px);
  font-weight: bold;
}

.profile__text .name span {
  font-size: clamp(14px, calc(.46vw + 12.51px), 16px);
  margin-left: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.wrapper .main .section .section__program .section__body .program .program__inner .session .session__time {
  margin-left: clamp(12px, calc(1.94vw + 5.81px),24px);
}

.entry-close {
  background-color: #fff0f3;
  color: #db0577;
  font-size: 18px;
  padding: 27px 15px;
  text-align: center;
}

.ulizahtml5 {
  width: 100% !important;
}

.about-archive {
  margin: 0 auto 60px;
  width: min(500px, 90%);
}

.about-archive p:first-child {
  background-color: #d600c7;
  color: #fff;
  font-size: clamp(21px, calc(5vw + 5px),35px);
  font-weight: bold;
  line-height: 1.2;
  padding: 20px;
  text-align: center;
}

.about-archive p:last-child {
  padding: 6px 8px;
  text-align: center;
}

.movie-caption {
  font-size: 14px;
}

@media screen and (max-width: 940.9px) {
  .profile__flex {
    flex-direction: column;
  }

  .wrapper .main .section .section__program .section__body .program .program__inner .session .multi-session .session__inner .speaker, .wrapper .main .section .section__program .section__body .program .program__inner .session .about-award, .wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .section__add-movie {
    flex-direction: column;
  }

  .wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .section__add-movie .speaker-wrapper, .wrapper .main .section .section__program .section__body .program .program__inner .session .session__inner .section__add-movie .movie-wrapper {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1060px) {
  .wrapper .main .section .section__main-visual .event {
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 900px) {
  .wrapper .sp-only {
    display: block;
  }
}

@media screen and (max-width: 820.9px) {
  .wrapper .main .section .section__main-visual {
    background-position: top 0 center;
    background-size: 1400px auto;
  }

  .wrapper .main .section .section__main-visual .main-visual__container {
    padding: 60px 0 100px;
  }

  .wrapper .main .section .section__main-visual .event-details {
    flex-direction: column;
  }

  .wrapper .main .section .section__main-visual .partners .partners__cooperation, .wrapper .main .section .section__main-visual .event {
    font-size: 18px;
  }

  .wrapper .entry-button-wrap {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    padding: 15px;
    right: 0;
    top: unset;
    width: 100%;
  }

  .wrapper .entry-button-wrap .entry-button .button {
    animation: none;
  }

  .wrapper .footer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 550px) {
  .wrapper .main .section .section__overview .section__body .overview .overview__item dt {
    margin-bottom: 12px;
  }

  .wrapper .main .section .section__overview .section__body .overview .overview__item {
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .wrapper .main .section .section__program .section__body .program .program__inner .breaktime {
    grid-template-columns: 1fr;
  }

  .wrapper .main .section .section__main-visual .partners .partners__organizing img {
    width: 150px;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes subPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slideFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}