@charset "utf-8";

.haed {
  position: absolute;
}

.page-mv {
  background: url(/updata/2025/archive/img/bg_kv.webp) 0 0 / cover no-repeat;
  height: 23.4074vw;
}

.page-mv .mv-inner {
  width: 68.888vw;
}

.page-mv h1 {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.page-mv .txt-area {
  width: 33.703vw;
}

.page-mv .txt-area dt {
  color: #fff;
  font-size: 1.777vw;
  font-weight: 600;
  line-height: 1.416;
  margin-bottom: 0.7vw;
}

.page-mv .txt-area dd {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 600;
  font-size: 2.962vw;
  background: #fff;
  padding: 0 1vw 0.2vw;
  line-height: 1.7;
}

.page-mv .txt-area p {
  color: #fff;
  font-weight: 600;
  margin-top: 0.8vw;
  letter-spacing: 0.05em;
  font-size: 1vw;
}

.entry {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1255px;
  margin: 0 auto;
  padding: 80px 15px;
}

.entry-txt {
  width: 55%;
  display: flex;
  flex-direction: column;
  max-width: 600px;
}

.entry-txt h2 {
  display: inline;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #000;
  line-height: 1.8;
  padding: 0 7px 5px;
}

.entry-txt .date {
  font-weight: 600;
  font-size: 3.8rem;
  display: inline-block;
  border-bottom: 2px solid #fa021b;
  padding-bottom: 6px;
  margin: 20px 0 15px;
}

.entry-txt .date span {
  font-family: 'Poppins';
  font-weight: 600;
}

.entry-txt .note {
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.entry-txt .note li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.entry-txt .note li+li {
  margin-top: 0.5em;
}

.present {
  background: #feccd1;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.present-txt {
  width: 55%;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.05em;
}

.present-txt h3 {
  font-weight: 600;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #000;
  display: inline-block;
  font-size: 2.6rem;
  padding: 3px 5px;
  line-height: 1;
  margin-bottom: 8px;
}

.present-txt h3 span {
  font-weight: 600;
  font-size: 1.8rem;
}

.present-txt h3 i {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 3rem;
}

.present-img {
  width: 39.81%;
}

.present-info {
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #cba3a7;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.present-info dt {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.present-info dd+dt {
  margin-top: 2em;
}

.present-info dt::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #000;
  flex-shrink: 0;
  margin-right: 5px;
}

.present-info li {
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}

.present-info li+li {
  margin-top: 5px;
}

.present-info li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  margin: 0.8em 7px 0 0;
}

.form-area {
  background: #f0f0f0;
  width: 41.63%;
  padding: 40px;
}

.form-area p {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 35px;
  line-height: 1.47;
}

.form-area .mktoForm * {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form-area form.mktoForm {
  padding: 0;
  background: #f0f0f0;
}

.form-area .mktoForm .mktoFormRow {
  padding: 0;
}

.form-area .mktoForm .mktoFormCol {
  margin-bottom: 28px !important;
}

.form-area .mktoForm .mktoLabel {
  padding-top: 0;
  font-size: 14px !important;
  color: #000;
  line-height: 1.5 !important;
}

/* .form-area .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
} */

.form-area .mktoField {
  color: #000;
  margin-top: 9px !important;
  background: #fff;
  border: none;
  font-size: 16px !important;
  border-radius: 3px;
}

.form-area ::placeholder {
  color: #bbb;
}

.form-area .mktoForm input[type=text],
.form-area .mktoForm input[type=email],
.form-area .mktoForm input[type=tel] {
  height: auto;
}

.form-area form.mktoForm select.mktoField {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%225.5%22%20viewBox%3D%220%200%208%205.5%22%3E%3Cpath%20d%3D%22M4%2C0%2C8%2C5.5H0Z%22%20transform%3D%22translate(8%205.5)%20rotate(180)%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E") no-repeat 97%, #fff;
  background-size: 10px;
}

.form-area .mktoField:focus {
  outline: none;
}

.form-area .mktoForm .mktoCheckboxList {
  padding: 0;
  margin: 5px 0 15px;
}

.form-area .mktoForm .mktoCheckboxList>input {
  display: none;
}

.form-area form.mktoForm .mktoCheckboxList>input[type="checkbox"]+label {
  position: relative;
}

.form-area form.mktoForm .mktoCheckboxList>input[type="checkbox"]+label::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  background: #e5e5e5;
  border-radius: 2px;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.form-area form.mktoForm .mktoCheckboxList>input[type="checkbox"]+label::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.702%22%20height%3D%228.776%22%20viewBox%3D%220%200%2012.702%208.776%22%3E%3Cpath%20d%3D%22M-7547.367%2C3363.047l-5.34-5.34%2C1.414-1.414%2C3.926%2C3.926%2C5.948-5.948%2C1.414%2C1.414Z%22%20transform%3D%22translate(7552.707%20-3354.271)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  width: 10px;
  height: 10px;
  top: 12px;
  left: 5px;
}

.form-area form.mktoForm .mktoCheckboxList>input[type="checkbox"]:checked+label::after {
  opacity: 1;
}


.form-area .mktoForm .mktoCheckboxList>label {
  padding: 0 0 0 35px;
  margin: 0;
}

.form-area .mktoForm span {
  line-height: 1.75;
}

.form-area .mktoForm span a {
  color: #2681f1;
}

.form-area .mktoButtonRow {
  width: 274px;
  height: 60px;
  display: block;
  margin: 0 auto !important;
  position: relative;
}

.form-area .mktoButtonRow::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background: var(--btn-bg), linear-gradient(to right, var(--btn-default)) !important;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.form-area .mktoButtonRow::before {
  content: "";
  background: var(--btn-bg), linear-gradient(to right, var(--btn-default-hover)) !important;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  transition: .3s;
  top: 0;
  left: 0;
  z-index: 0;
}

.form-area .mktoButtonRow:hover::after {
  opacity: 0;
}

.form-area .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  width: 100%;
  height: 100%;
  background: #fa021b !important;
  font-size: 18px !important;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 5;
  border-radius: 100px;
}

.form-area .mktoForm .mktoButtonWrap.mktoSimple .mktoButton::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 9px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}


.session-area {
  background: url(/updata/2025/archive/img/bg_main.webp) center 0 / 100vw no-repeat, #e60010;
  padding: 90px 15px;
}

.pickup {
  max-width: 1225px;
  margin: 0 auto;
  position: relative;
  padding: 75px;
}

.pickup>* {
  position: relative;
  z-index: 1;
}

.pickup::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/updata/2025/archive/img/bg_recommend_main.webp) 0 0 / cover no-repeat;
  z-index: 0;
  top: 0;
  left: 0;
}

.pickup::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  background: #fff;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}

.pickup h2 {
  width: fit-content;
  font-size: 5.3rem;
  font-weight: 600;
  margin: 0 auto 60px;
  border-bottom: 9px solid #fa021b;
}

.pickup a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  transition: .3s;
  position: relative;
}

.pick-box+.pick-box {
  margin-top: 60px;
}

.pick-img {
  width: 49.3%;
  position: absolute;
  top: 0;
  left: 0;
}

.pick-txt {
  width: 46%;
  min-height: 355px;
}

.pick-txt h3 {
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 495 / 71;
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 30px;
}

.pick-txt .tit-popular {
  background: url(/updata/2025/archive/img/bg_recommend01.png) 0 0 / contain no-repeat;
}

.pick-txt .tit-satisfaction {
  background: url(/updata/2025/archive/img/bg_recommend02.png) 0 0 / contain no-repeat;
}

.pick-txt .tit-keynote {
  background: url(/updata/2025/archive/img/bg_recommend03.png) 0 0 / contain no-repeat;
}

.pick-txt dl {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.pick-txt dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.pick-txt dd {
  font-size: 1.6rem;
}

.session-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1225px;
  margin: 60px auto 0;
  gap: 5px 0;
}

.is-remove {
  display: none !important;
}

.session-item {
  width: 33.3333%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

.session-item+.session-item {
  margin-left: -1px;
}

.session-item a {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: .3s;
  position: relative;
  padding: 50px 40px 40px;
  height: 100%;
}

.session-item .ico-place {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-align: center;
  width: 90px;
  padding: 5px 5px 7px;
}

.session-item .ico-cat {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 2.6rem;
  color: #fff;
  padding: 8px 15px 10px;
  letter-spacing: 0.05em;
}

.session-item .cat01 {
  background: url(/updata/2025/archive/img/bg_ico01.jpg) 0 0 / cover no-repeat;
}

.session-item .cat02 {
  background: url(/updata/2025/archive/img/bg_ico02.jpg) 0 0 / cover no-repeat;
}

.session-item .thumbnail {
  position: relative;
  margin: 10px 0 20px;
}

.session-item .thumbnail::before {
  content: "";
  position: absolute;
  display: block;
  width: 63px;
  height: 63px;
  background: #fff;
  inset: 0;
  margin: auto;
  border-radius: 50%;
}

.session-item .thumbnail::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 14px;
  background: #fa021b;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.session-item .session-tit {
  font-size: 2rem;
  margin: 0 0 30px;
}


.session-item .speak {
  margin: 0;
  gap: 25px 0;
}

.session-item .speak figure {
  max-width: 100px;
  margin-right: 15px;
}

.session-item .speak dt {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.session-item .speak dd {
  font-size: 1.1rem;
}

.session-item .session-cat {
  margin-top: auto;
  padding-top: 40px;
  gap: 6px;
}

.session-item .session-cat li {
  font-size: 1.2rem;
  height: 23px;
  padding: 0 8px 2px;
}


.empty {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding: 7vw 0 15vw;
  animation: tileFadeIn 1s forwards;
  color: #fff;
}

.bt-sort {
  position: fixed;
  top: 42%;
  right: 0;
  width: 2.37vw;
  z-index: 2;
}

.bt-sort a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #000;
  width: 100%;

  font-size: 0.9629vw;
  writing-mode: vertical-rl;
  padding: 0.74vw 0;
  z-index: 1;
  border-right: none;
}

/*  絞り込み
============================================================================= */
.sort-wrap {
  padding: 70px 55px;
  background: #fff;
  font-size: 1.4rem;
}

.sort-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 44px;
}

.sort-ttl {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.sort-clear {
  margin-left: 26px;
}

.sort-clear button {
  cursor: pointer;
  padding: 7px 12px 8px;
  border: solid 1px #000;
  color: #000;
  margin-top: 1px;
  letter-spacing: 0.05em;
}

.sort-session {
  flex-grow: 1;
  text-align: right;
  font-size: 1.6rem;
}

.sort-session em {
  margin-right: 7px;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Poppins";
}

.sort-check dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.sort-check dd+dt {
  margin-top: 22px;
}

.sort-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sort-list__input {
  display: none;
}

.sort-list__label {
  cursor: pointer;
  display: block;
  padding: 8px 18px 10px;
  font-size: 1.6rem;
  color: #fff;
  background: #b3b3b3;
  font-weight: 500;
}

.sort-list__input:checked+.sort-list__label {
  background: #000;
}

.sort-wrap .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 63px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 80px;
  background: var(--btn01-color);
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  font-weight: 500;
  margin: 60px auto 0;
  transition: .3s;
  position: relative;
}

.sort-wrap .btn::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 15 / 16;
  width: 15px;
  min-width: 1px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  background: url(../../../common/img/ico_search.svg) 0 0 / contain no-repeat;

}

.play .page-mv .logo-area {
  margin: 0 auto;
}

.play .lead {
  text-align: center;
  margin: 60px 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.play .lead P {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.play .lead li {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.play .session-list {
  margin-top: 0;
}

/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {

  .pickup a:hover,
  .session-item a:hover {
    opacity: 0.7;
  }
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
  .page-mv {
    background-image: url(/updata/2025/archive/img/bg_kv_sp.webp);
    height: 86.5625vw;
    padding: 0 6.25vw;
  }

  .page-mv .mv-inner {
    width: 100%;
  }

  .page-mv .logo-area {
    width: 67vw;
    padding: 5.5vw 0 0;
  }

  .page-mv .logo-updata {
    width: 59.375vw;
    margin: 0 auto;
  }

  .page-mv h1 {
    position: relative;
    inset: auto;
    padding: 0.8vw 0 1.5625vw;
    width: 100%;
    font-size: 5.625vw;
    margin: 3.90625vw 0;
  }

  .page-mv .txt-area {
    width: 100%;
    text-align: center;
  }

  .page-mv .txt-area dt {
    font-size: 4.0625vw;
    margin-bottom: 2.1875vw;
  }

  .page-mv .txt-area dd {
    font-size: 7.8125vw;
    padding: 0 1.5625vw;
  }

  .page-mv .txt-area p {
    font-size: 3vw;
    margin-top: 2vw;
  }

  .entry {
    display: block;
    padding: 9.375vw 4.6875vw 14.0625vw;
  }

  .entry-txt {
    max-width: none;
    width: 100%;
  }

  .entry-txt h2 {
    font-size: 7.34375vw;
    padding: 0 1.5625vw 0.8vw;
  }

  .entry-txt .date {
    font-size: 6.65vw;
    margin: 4vw 0 3vw;
    border-width: 0.46875vw;
  }

  .entry-txt .note {
    margin-bottom: 7.5vw;
    font-size: 3.15vw;
  }

  .present {
    width: 100%;
    padding: 6vw 5vw 7vw;
    display: block;
    margin-bottom: 10.9375vw;
  }

  .present-txt {
    width: 100%;
    font-size: 3.75vw;
  }

  .present-txt h3 {
    font-size: 7.03125vw;
    padding: 1vw;
    margin-bottom: 3vw;
  }

  .present-txt h3 span {
    font-size: 4.921875vw;
  }

  .present-txt h3 i {
    font-size: 8.296875vw;
  }

  .present-img {
    width: 55vw;
    margin: 7vw auto 0;
  }

  .present-info {
    margin-top: 7.5vw;
    padding-top: 7.5vw;
    font-size: 3.125vw;
  }

  .present-info dt {
    margin-bottom: 3.75vw;
  }

  .present-info dd+dt {
    margin-top: 7vw;
  }

  .present-info li+li {
    margin-top: 1.5vw;
  }

  .present-info li::before {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0.7em 7px 0 0;
  }

  .form-area {
    width: 100%;
    padding: 10.9375vw 4.6875vw 12.5vw;
  }

  .form-area p {
    font-size: 5.3125vw;
    line-height: 1.47;
    margin-bottom: 7.8725vw;
  }

  .form-area .mktoForm .mktoFormCol {
    margin-bottom: 5.46785vw !important;
  }

  .form-area .mktoForm .mktoLabel {
    font-size: 3.75vw !important;
  }

  .form-area .mktoField {
    margin-top: 3.125vw !important;
    font-size: 4.25vw !important;
    border-radius: 5px;
    padding: 3vw 2vw !important;
  }

  .form-area .mktoForm .mktoCheckboxList {
    margin: 0;
  }

  .form-area form.mktoForm select.mktoField {
    background-size: 2.8125vw;
  }

  .form-area form.mktoForm .mktoCheckboxList>input[type="checkbox"]+label::before {
    width: 6.25vw;
    height: 6.25vw;
    top: 0;
  }

  .form-area form.mktoForm .mktoCheckboxList>input[type="checkbox"]+label::after {
    width: 3vw;
    height: 3vw;
    top: 2.2vw;
    left: 1.7vw;
  }

  .form-area .mktoForm .mktoCheckboxList>label {
    padding-left: 10vw;
  }

  .form-area .mktoForm span {
    font-size: 2.8125vw;
  }

  .form-area .mktoButtonRow {
    width: 62.5vw;
    height: 13.75vw;
  }

  .form-area .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 3.75vw !important;
  }

  .form-area .mktoForm .mktoButtonWrap.mktoSimple .mktoButton::before {
    width: 2.1875vw;
    height: 2.8125vw;
    right: 4.6875vw;
  }

  .session-area {
    padding: 14.0625vw 4.6875vw;
    background: url(/updata/2025/archive/img/bg_main_sp.webp) 0 0 / 100% auto repeat-y, #e60010;
  }

  .pickup {
    padding: 15vw 7.8125vw;
  }

  .pickup::before {
    background-image: url(/updata/2025/archive/img/bg_recommend_main_sp.webp);
  }

  .pickup::after {
    width: calc(100% - 3.125vw);
    height: calc(100% - 3.125vw);
  }

  .pickup h2 {
    font-size: 8.28125vw;
    border-width: 1.40625vw;
    margin-bottom: 12.5vw;
  }

  .pickup a {
    display: block;
  }

  .pick-box+.pick-box {
    margin-top: 12.5vw;
  }

  .pick-img {
    width: 100%;
    position: relative;
    inset: auto;
    margin-bottom: 5vw;
  }

  .pick-txt {
    width: 100%;
    min-height: 0;
  }

  .pick-txt h3 {
    font-size: 6.25vw;
    aspect-ratio: 480 / 91;
    padding-bottom: 1vw;
    margin-bottom: 6.25vw;
    line-height: 1.2;
  }

  .pick-txt dt {
    font-size: 5.625vw;
    margin-bottom: 2vw;
  }

  .pick-txt dd {
    font-size: 3.75vw;
  }

  .pick-txt .tit-popular {
    background-image: url(/updata/2025/archive/img/bg_recommend01_sp.png);
  }

  .pick-txt .tit-satisfaction {
    background-image: url(/updata/2025/archive/img/bg_recommend02_sp.png);
    aspect-ratio: 480 / 140;
  }

  .pick-txt .tit-keynote {
    background-image: url(/updata/2025/archive/img/bg_recommend03_sp.png);
  }

  .session-list {
    margin-top: 9.375vw;
    gap: 2.5vw 0;
  }

  .session-item {
    width: 100%;
    border: none;
  }

  .session-item a {
    padding: 12.5vw 4.6875vw 10vw;
  }

  .session-item .ico-place {
    font-size: 4.0625vw;
    width: 24.21875vw;
    padding: 1.6vw 0 2vw;
  }

  .session-item .ico-cat {
    font-size: 5.9375vw;
    padding: 2vw 3vw;
  }

  .session-item .thumbnail {
    position: relative;
    margin: 3vw 0 5vw;
  }

  .session-item .thumbnail::before {
    width: 15.625vw;
    height: 15.625vw;
  }

  .session-item .thumbnail::after {
    width: 2.96875vw;
    height: 3.4375vw;
  }

  .session-item .session-tit {
    font-size: 5.625vw;
    margin-bottom: 6.25vw;
  }

  .session-item .speak {
    gap: 6.25vw 0;
  }

  .session-item .speak figure {
    max-width: none;
    width: 20.3125vw;
    margin-right: 3.75vw;
  }

  .session-item .speak dt {
    font-size: 3.75vw;
    margin-bottom: 1vw;
  }

  .session-item .speak dd {
    font-size: 3.125vw;
  }

  .session-item .session-cat {
    padding-top: 8vw;
    gap: 2vw;
  }

  .session-item .session-cat li {
    font-size: 3.125vw;
    height: auto;
    padding: 1vw 3vw 1.5vw;
  }

  .empty {
    font-size: 4vw;
    padding: 18.5vw 0 37vw;
  }


  .bt-sort {
    position: absolute;
    top: initial;
    right: 3.125vw;
    width: 46.875vw;
  }

  .sort-fixed {
    position: fixed;
  }

  .bt-sort a {
    writing-mode: horizontal-tb;
    padding: 3.125vw 0;
    font-size: 3.75vw;
    text-align: center;
    font-weight: 600;
    border: 1px solid #fff;
    border-bottom: none;
  }

  /*  絞り込み
	============================================================================= */

  .sort-wrap {
    padding: 7.8125vw 4.6875vw 10.9375vw;
  }

  .sort-head {
    padding-bottom: 3.75vw;
    margin-bottom: 5.625vw;
  }

  .sort-ttl {
    font-size: 5.625vw;
  }

  .sort-clear {
    position: absolute;
    top: 13.75vw;
    left: 0;
    margin: 0;
  }

  .sort-clear button {
    font-size: 3.75vw;
    font-weight: 500;
    padding: 3.125vw 3.90625vw;
    font-feature-settings: normal;
  }

  .sort-session {
    margin-bottom: -0.7vw;
    font-size: 3.4375vw;
  }

  .sort-session em {
    font-size: 6.875vw;
    position: relative;
    bottom: -0.5vw;
    margin-right: 0.8vw;
  }

  .sort-check {
    margin-top: 21.875vw;
  }

  .sort-check dt {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }

  .sort-check dd+dt {
    margin-top: 6.25vw;
  }

  .sort-check dd {
    margin-top: 3vw;
  }

  .sort-list {
    margin: 0;
    gap: 2.5vw;
  }

  .sort-list__label {
    font-size: 3.75vw;
    padding: 3vw 4.0625vw;
  }

  .sort-wrap .btn {
    width: 62.5vw;
    height: 13.75vw;
    font-size: 4.375vw;
    margin-top: 6.25vw;
  }

  .sort-wrap .btn::before {
    width: 3.4375vw;
    right: 4.6875vw;
  }


  .play .page-mv {
    height: 46.875vw;

  }

  .play .lead {
    margin: 0;
    padding: 8vw 4.6875vw 6.5vw;
  }

  .play .lead P {
    font-size: 4.0625vw;
  }

  .play .lead li {
    font-size: 3.125vw;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1.5625vw;
  }
}