@import url("../fonts/noto-serif-jp.css");

:root {
  /* SPスライダーの登壇者数 */
  --speakers: 9;
  /* レギュラーメンバー込み登壇者数 */
  --regular-speakers: 10;
}
/* ==========================================================================//
//
// [adjust]
//
// ========================================================================== */
.l-gnavi > .container > .list > .item > .link {
  padding: 38px 0 37px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-gnavi > .container > .list > .item > .link {
    padding: 20px;
  }
}
.l-gnavi > .container > .list > .item > .link.is-active::before {
  display: none;
}
@media screen and (max-width: 1250px) {
  .l-gnavi.-migration {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .l-gnavi.-migration {
    height: 335px;
  }
}
.l-gnavi.-migration > .container > .list > .item > .link {
  padding: 68px 0;
}
@media screen and (max-width: 767px) {
  .l-gnavi.-migration > .container > .list > .item > .link {
    padding: 20px;
  }
}
.l-gnavi.-migration > .container > .list > .item > .link.is-active::before {
  display: none;
}

/* ==========================================================================//
//
// [modules]
//
// ========================================================================== */
/* main
   ========================================================================== */
.m-main {
  background: url(../images/main_bg.png) left top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.m-main > .inner {
  max-width: 1280px;
  padding: 0 40px 185px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner {
    padding: 0 40px 14.453125vw;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner {
    padding: 0 15px 23.4680573664vw;
    display: block;
  }
}
.m-main > .inner > .box {
  width: 57%;
  padding: 90px 0 0 0;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .box {
    padding: 8.203125vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box {
    width: 100%;
    padding: 9.3333333333vw 0 0 0;
  }
}
.m-main > .inner > .box > .logo {
  margin: 0 0 55px 0;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .box > .logo {
    margin: 0 0 4.296875vw 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .logo {
    margin: 0 auto 50px;
    max-width: 500px;
  }
}
@media screen and (max-width: 645px) {
  .m-main > .inner > .box > .logo {
    margin: 0 auto 50px;
  }
}
.m-main > .inner > .box > .logo > .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .box > .logo > .copy {
    font-size: 2.9296875vw;
    margin: 0 0 1.171875vw 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .logo > .copy {
    text-align: center;
    font-size: 3.1rem;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 530px) {
  .m-main > .inner > .box > .logo > .copy {
    font-size: 5.6603773585vw;
    margin: 0 0 3.8759689922vw 0;
  }
}
.m-main > .inner > .box > .logo > .image {
  width: 87%;
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .logo > .image {
    width: 100%;
  }
}
.m-main > .inner > .box > .summary {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary {
    display: block;
    position: relative;
  }
}
.m-main > .inner > .box > .summary > .explain {
  width: 460px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .box > .summary > .explain {
    width: 35.9375vw;
    margin: 0 1.5625vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary > .explain {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
.m-main > .inner > .box > .summary > .explain > .title {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.m-main > .inner > .box > .summary > .explain > .title > .text {
  font-size: 1.8rem;
  color: #ffc700;
  font-weight: bold;
  position: relative;
  z-index: 99;
  display: block;
  padding: 6px 0 4px 0;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .box > .summary > .explain > .title > .text {
    font-size: 1.40625vw;
    padding: 0.46875vw 0 0.3125vw 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary > .explain > .title > .text {
    font-size: 1.6rem;
  }
}
.m-main > .inner > .box > .summary > .explain > .title::before {
  content: "";
  background-color: #000000;
  display: block;
  width: 94%;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  z-index: 98;
}
.m-main > .inner > .box > .summary > .explain > .text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  margin: 25px 0 0 0;
  letter-spacing: 0.05em;
  line-height: 2.05;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .box > .summary > .explain > .text {
    font-size: 1.171875vw;
    margin: 1.953125vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary > .explain > .text {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin: 4vw 0 0 0;
  }
}
.m-main > .inner > .box > .summary > .place {
  position: relative;
  width: 180px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .box > .summary > .place {
    width: 14.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary > .place {
    position: absolute;
    top: -50px;
    left: calc(50% + 135px);
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    max-width: 130px;
    max-height: 130px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 99;
  }
}
@media screen and (max-width: 530px) {
  .m-main > .inner > .box > .summary > .place {
    left: auto;
    right: -15px;
  }
}
.m-main > .inner > .box > .summary > .place > .circle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-main > .inner > .box > .summary > .place > .circle > .image {
  width: auto;
  animation: 30s linear infinite rotation1;
}
.m-main > .inner > .box > .summary > .place > .symbol {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-main > .inner > .box > .summary > .place > .symbol > .image {
  width: auto;
}
.m-main > .inner > .box > .summary > .place > .symbol > .venue {
  font-size: min(1.88vw, 2.4rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary > .place > .symbol > .venue {
    font-size: 1.3rem;
  }
}
.m-main > .inner > .box > .summary > .place > .symbol > .year {
  font-size: min(1.25vw, 1.6rem);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary > .place > .symbol > .year {
    font-size: 1rem;
  }
}
.m-main > .inner > .box > .summary > .place > .symbol > .day {
  font-size: min(2.27vw, 2.9rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary > .place > .symbol > .day {
    font-size: 1.6rem;
  }
}
.m-main > .inner > .box > .summary > .place > .symbol > .day > span {
  font-size: min(1.56vw, 2rem);
  margin-left: -0.3em;
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .box > .summary > .place > .symbol > .day > span {
    font-size: 1.1rem;
  }
}
.m-main > .inner > .speakers {
  display: flex;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .speakers {
    padding: 9.375vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .speakers {
    display: none;
  }
}
.m-main > .inner > .speakers > .speaker {
  position: relative;
  width: 150px;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .speakers > .speaker {
    width: 11.71875vw;
  }
}
.m-main > .inner > .speakers > .speaker:nth-child(1) {
  margin: 60px 0 0 25px;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .speakers > .speaker:nth-child(1) {
    margin: 4.6875vw 0 0 1.953125vw;
  }
}
.m-main > .inner > .speakers > .speaker:nth-child(2) {
  margin: 80px 0 0 25px;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .speakers > .speaker:nth-child(2) {
    margin: 6.25vw 0 0 1.953125vw;
  }
}
.m-main > .inner > .speakers > .speaker:nth-child(3) {
  margin: 40px 0 0 25px;
}
@media screen and (max-width: 1280px) {
  .m-main > .inner > .speakers > .speaker:nth-child(3) {
    margin: 3.125vw 0 0 1.953125vw;
  }
}
.m-main > .inner > .speakers > .speaker > .image {
  position: absolute;
  left: 0;
  width: 150px;
  clip-path: inset(0 150px 0 0);
}
.m-main > .inner > .speakers > .speaker > .image.is-motion {
  animation-name: fadephoto;
  animation-duration: 6s;
  animation-timing-function: ease-out;
}
.m-main > .inner > .speakersSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .speakersSP {
    display: block;
    padding: 4vw 0 0 0;
    width: 100vw;
    margin: 0 -15px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .speakersSP > .container {
    position: relative;
    width: 800vw;
    display: flex;
    animation-name: topSlide01;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .speakersSP > .container > .speaker {
    width: 20.5333333333vw;
    margin: 0 4vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m-main > .inner > .speakersSP > .container > .speaker:nth-child(2n) {
    margin: 6.6666666667vw 4vw 0 0;
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes topSlide01 {
  from {
    left: 0;
  }
  to {
    left: calc(-24.5333333333vw * var(--speakers) * 2);
  }
}
@keyframes fadephoto {
  0% {
    clip-path: inset(0 150px 0 0);
  }
  5% {
    clip-path: inset(0 0 0 0);
  }
  95% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 150px);
  }
}
.c-tabBtn01 {
  font-size: 2.2rem;
  background-color: #727272;
  color: #fff;
  font-weight: bold;
  padding: 23px 15px;
  position: relative;
  transition: 0.4s ease;
}
@media screen and (max-width: 1250px) {
  .c-tabBtn01 {
    font-size: 1.4rem;
    padding: 12px 20px;
    line-height: 1.6;
    min-height: 70px;
  }
}
.c-tabBtn01::before,
.c-tabBtn01::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 12px;
  left: 50%;
  width: 18px;
  height: 2px;
  transform: translate(-50%, 0);
  background-color: #000;
  display: none;
}
@media screen and (max-width: 1250px) {
  .c-tabBtn01::before,
  .c-tabBtn01::after {
    width: 14px;
    bottom: 1px;
  }
}
.c-tabBtn01::before {
  transform: translate(calc(-50% - 8px), 0) rotate(28deg);
}
@media screen and (max-width: 1250px) {
  .c-tabBtn01::before {
    transform: translate(calc(-50% - 6px), 0) rotate(30deg);
  }
}
.c-tabBtn01::after {
  transform: translate(calc(-50% + 8px), 0) rotate(-28deg);
}
@media screen and (max-width: 1250px) {
  .c-tabBtn01::after {
    transform: translate(calc(-50% + 6px), 0) rotate(-30deg);
  }
}
.c-tabBtn01.is-active {
  background-color: #ffc700;
  color: #333333;
}
.c-tabBtn01.is-active::before,
.c-tabBtn01.is-active::after {
  display: block;
}
.c-tabBtn01:hover {
  background-color: #ffc700;
  color: #333333;
}
@media screen and (max-width: 1250px) {
  .c-tabBtn01 > .break {
    display: inline-block;
  }
}

.m-button {
  max-width: 260px;
  width: 100%;
  display: inline-block;
  background-color: #ff7200;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 16px 0 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.m-button.-small {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .m-button.-small {
    font-size: 1.4rem;
  }
}
.m-button.-finished {
  background-color: #b7b7b7;
  color: #fff;
}
.m-button.-coming {
  background-color: #ffb67b;
  color: #fff;
}
.m-button.-type02 {
  border: 2px solid #ff7200;
  background-color: #fff;
  color: #ff7200;
}
.m-button.-type03 {
  margin: 15px 0 0 0;
  font-size: 1.2rem;
  padding: 8px 0;
  border: 2px solid #ff7200;
  background-color: #fff;
  color: #ff7200;
}
@media screen and (max-width: 767px) {
  .m-button.-type03 {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m-button {
    padding: 11px 0;
    font-size: 1.4rem;
  }
}

a.m-button {
  opacity: 1;
  transition: 0.4s ease;
}
/* a.m-button::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  a.m-button::after {
    display: none;
  }
} */
a.m-button.-type02::after {
  border-top: 2px solid #ff7200;
  border-right: 2px solid #ff7200;
}
a.m-button.-type03::after {
  border-top: 2px solid #ff7200;
  border-right: 2px solid #ff7200;
}
a.m-button:hover {
  opacity: 0.6;
}
a.m-button.-outer {
  background: #ff7200 url(../images/icon_window_white.png) right 15px top 50% no-repeat;
}
a.m-button.-outer::after {
  display: none;
}

.m-conversion {
  background: url(../images/content_bg01.png) right top repeat;
  position: relative;
}
.m-conversion > .inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-conversion > .inner {
    padding: 0 15px;
  }
}
.m-conversion > .inner > .content {
  position: relative;
}
.m-conversion.-footer {
  background: none;
  background-color: #ffc700;
}
@media screen and (max-width: 767px) {
  .m-conversion.-footer {
    display: none;
  }
}

.m-tabContent > .controller {
  display: flex;
  justify-content: space-between;
}
.m-tabContent > .controller > .button {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .m-tabContent > .controller > .button {
    width: calc(50% - 5px);
  }
}
.m-tabContent > .content {
  background-color: #ffc700;
  padding: 40px;
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-tabContent > .content.-footer {
    margin: 0 -15px;
  }
}
.m-tabContent > .content > .block {
  display: none;
}
.m-tabContent > .content > .block.is-show {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .m-tabContent > .content > .block.-sp-hide {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block.-spAccordion {
    display: block;
    max-height: 0;
    padding: 0 !important;
    overflow: hidden;
    transition: 0.8s ease;
  }
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block.-spAccordion.is-show {
    max-height: var(--accordion-height);
  }
}
.m-tabContent > .content > .block.-spAccordion > .target {
  padding: 13px;
}
.m-tabContent > .content > .block > .box {
  background-color: #fff;
}
.m-tabContent > .content > .block > .box > .cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards {
    display: block;
  }
}
.m-tabContent > .content > .block > .box > .cards > .card {
  width: 20%;
  border-right: 1px solid #ffc700;
  padding: 25px 15px 30px 15px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #ffc700;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.m-tabContent > .content > .block > .box > .cards > .card:nth-last-child(1) {
  border-right: none;
}

/* 2023/8/22 受付終了ボタン非表示対応 ↓ */
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card.is-hidden {
    display: none;
  }
}
/* 2023/8/22 受付終了ボタン非表示対応 ↑ */

@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card > .box {
    text-align: left;
  }
}
.m-tabContent > .content > .block > .box > .cards > .card > .box > .place {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card > .box > .place {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.m-tabContent > .content > .block > .box > .cards > .card > .box > .date {
  font-size: 1.6rem;
  margin: 0 0 7px 0;
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card > .box > .date {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 0 0;
  }
}

/* 2023/7/24 ボタン下日付追加対応 ↓ */
.m-tabContent > .content > .block > .box > .cards > .card > .box > .break-sp {
  display: none;
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card > .box > .break-sp {
    display: block;
  }
}
/* 2023/7/24 ボタン下日付追加対応 ↑ */

.m-tabContent > .content > .block > .box > .cards > .card > .box > .date > .large {
  font-size: 2rem;
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card > .box > .date > .large {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card > .button {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .m-tabContent > .content > .block > .box > .cards > .card > .button {
    width: 146px;
  }
}

/* 2023/7/24 ボタン下日付追加対応 ↓ */
.m-tabContent > .content > .block > .box > .cards > .card > .date {
  font-size: 1.6rem;
  margin-top: 7px;
  font-weight: bold;
}
.m-tabContent > .content > .block > .box > .cards > .card > .break-pc {
  display: block;
}
@media screen and (max-width: 1250px) {
  .m-tabContent > .content > .block > .box > .cards > .card > .break-pc {
    display: none;
  }
}
/* 2023/7/24 ボタン下日付追加対応 ↑ */

.m-tabContent > .content > .block > .box > .announce {
  text-align: center;
  font-weight: bold;
  padding: 40px 30px 30px 30px;
}
.m-tabContent > .content > .block > .box > .btn {
  text-align: center;
  padding: 0 0 15px 0;
}
.m-tabContent > .content > .block > .box > .note {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 30px 50px 30px;
}
@media screen and (max-width: 1250px) {
  .m-tabContent.-overview > .controller {
    display: none;
  }
}
.m-tabContent.-overview > .controller > .button {
  width: calc(20% - 2px);
}
.m-tabContent.-overview > .controller > .button:nth-last-child(1) {
  width: 20%;
}
.m-tabContent.-overview > .content {
  background-color: #fff;
  padding: 80px;
}
@media screen and (max-width: 1250px) {
  .m-tabContent.-overview > .content {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 1250px) {
  .m-tabContent.-overview > .content > .block {
    background-color: #fff;
    padding: 13px;
  }
}

.m-acordionBtn {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  padding: 13px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1250px) {
  .m-acordionBtn {
    display: flex;
  }
}
.m-acordionBtn .label {
  width: 97px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ffc700;
  display: block;
  height: 56px;
  line-height: 1.6;
  padding: 9px 0 0 0;
}
.m-acordionBtn .label.-coming {
  background-color: #a58925;
}
.m-acordionBtn .label.-finished {
  padding: 0;
  background-color: #b7b7b7;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-acordionBtn .title {
  width: calc(100% - 142px);
  text-align: left;
  padding: 3px 15px 0;
  line-height: 1.6;
}
.m-acordionBtn .title .place {
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
}
.m-acordionBtn .title .date {
  font-size: 1.3rem;
  display: block;
}
.m-acordionBtn .title .date > .large {
  font-size: 1.6rem;
}
.m-acordionBtn .icon {
  padding: 0 0 0 15px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-left: 1px solid #e5e5e5;
  height: 56px;
}
.m-acordionBtn .icon .circle {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}
.m-acordionBtn .icon .circle::before,
.m-acordionBtn .icon .circle::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.m-acordionBtn .icon .circle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.m-acordionBtn .icon .circle::after {
  transform: translate(-50%, -50%);
}
.m-acordionBtn.is-open .icon .circle::before {
  display: none;
}

.m-title {
  position: relative;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 70px 0 25px 0;
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .m-title {
    font-size: 4rem;
    line-height: 1.4;
    padding: 28px 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-title {
    font-size: 2.6rem;
  }
}
.m-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #ffc700;
  width: 50px;
  height: 2px;
}
@media screen and (max-width: 1250px) {
  .m-title::after {
    width: 40px;
  }
}
.m-title.-about {
  background: url(../images/about_title.png) left top no-repeat;
}
@media screen and (max-width: 1250px) {
  .m-title.-about {
    background-size: auto 38px;
  }
}
.m-title.-movie {
  text-align: right;
  background: url(../images/movie_title.png) right top no-repeat;
}
@media screen and (max-width: 1250px) {
  .m-title.-movie {
    text-align: center;
    background: url(../images/movie_title.png) center top no-repeat;
    background-size: auto 38px;
  }
}
.m-title.-movie::after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1250px) {
  .m-title.-movie::after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.m-title.-overview {
  text-align: center;
  background: url(../images/overview_title.png) center top no-repeat;
}
@media screen and (max-width: 1250px) {
  .m-title.-overview {
    background-size: auto 38px;
  }
}
.m-title.-overview::after {
  left: 50%;
  transform: translate(-50%, 0);
}
.m-title.-speakers {
  text-align: center;
  background: url(../images/speakers_title.png) center top no-repeat;
}
@media screen and (max-width: 1250px) {
  .m-title.-speakers {
    background-size: auto 38px;
  }
}
.m-title.-speakers::after {
  left: 50%;
  transform: translate(-50%, 0);
}
.m-title > .break {
  display: none;
}
@media screen and (max-width: 1250px) {
  .m-title > .break {
    display: block;
  }
}

.m-about {
  position: relative;
  background: url(../images/content_bg01.png) right top repeat;
}
.m-about > .inner {
  background: url(../images/about_map.png) right top 130px no-repeat;
  max-width: 1280px;
  padding: 233px 40px 70px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-about > .inner {
    padding: 80px 15px 0;
    background: url(../images/about_map.png) right 8px top 16px no-repeat;
    background-size: 89%;
  }
}
.m-about > .inner > .title {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .title {
    margin: 0 0 155px 0;
  }
}
.m-about > .inner > .text {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #fff;
  max-width: 500px;
  margin: 0 0 180px 0;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .text {
    font-size: 1.4rem;
    margin: 0 0 30px 0;
    max-width: 100%;
  }
}
.m-about > .inner > .merit {
  padding: 75px 0 70px 0;
  border-top: 1px solid rgba(213, 213, 213, 0.5);
  display: flex;
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit {
    padding: 170px 0 80px 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .merit {
    padding: 25px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.m-about > .inner > .merit:nth-last-child(1) {
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
}
.m-about > .inner > .merit > .box {
  position: relative;
  padding: 0 50px 0 160px;
  width: 62.5%;
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit > .box {
    width: 54%;
    padding: 0 50px 0 0;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .merit > .box {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 15px;
    order: 2;
    position: relative;
  }
}
.m-about > .inner > .merit > .box > .num {
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit > .box > .num {
    width: 60px;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .merit > .box > .num {
    top: -50px;
    left: auto;
    transform: none;
  }
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit > .box > .num > .image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .merit > .box > .num > .image {
    width: auto;
    height: 38px;
  }
}
.m-about > .inner > .merit > .box > .heading {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  color: #fff;
  line-height: 1.7;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit > .box > .heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .merit > .box > .heading {
    font-size: 2.2rem;
    line-height: 1.6;
    margin: 0 0 10px 0;
  }
}
.m-about > .inner > .merit > .box > .heading > .large {
  color: #ffc700;
}
.m-about > .inner > .merit > .box > .heading > .break-sp {
  display: none;
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit > .box > .heading > .break-sp {
    display: block;
  }
}
.m-about > .inner > .merit > .box > .heading > .break-pc {
  display: block;
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit > .box > .heading > .break-pc {
    display: none;
  }
}
.m-about > .inner > .merit > .box > .text {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .merit > .box > .text {
    font-size: 1.4rem;
  }
}
.m-about > .inner > .merit > .box > .note {
  margin: 15px 0 0 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.m-about > .inner > .merit > .photo {
  width: 37.5%;
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit > .photo {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .m-about > .inner > .merit > .photo {
    order: 1;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 1250px) {
  .m-about > .inner > .merit > .photo > .image {
    width: 100%;
  }
}

.m-movie {
  background: url(../images/content_bg02.png) right top repeat;
}
.m-movie > .inner {
  max-width: 1280px;
  padding: 135px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .m-movie > .inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .m-movie > .inner {
    padding: 55px 15px;
    display: block;
  }
}
.m-movie > .inner > .title {
  order: 2;
  min-width: 500px;
}
@media screen and (max-width: 767px) {
  .m-movie > .inner > .title {
    min-width: auto;
    margin: 0 0 30px 0;
  }
}
.m-movie > .inner > .title > .text {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 30px 0 0 0;
  width: 440px;
  float: right;
}
@media screen and (max-width: 1250px) {
  .m-movie > .inner > .title > .text {
    float: none;
    width: 100%;
    max-width: 610px;
    margin: 60px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-movie > .inner > .title > .text {
    margin: 30px 0 0 0;
    font-size: 1.4rem;
    width: 100%;
    float: none;
  }
}
.m-movie > .inner > .title > .text > .note {
  display: inline-block;
  margin: 15px 0 0 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .m-movie > .inner > .title > .text > .note {
    font-size: 1.2rem;
  }
}
.m-movie > .inner > .movie {
  order: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  width: 53.3%;
}
@media screen and (max-width: 1250px) {
  .m-movie > .inner > .movie {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
}
.m-movie > .inner > .movie::before,
.m-movie > .inner > .movie::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .m-movie > .inner > .movie::before,
  .m-movie > .inner > .movie::after {
    width: 30px;
    height: 30px;
  }
}
.m-movie > .inner > .movie::before {
  top: 0;
  left: 0;
  border-top: 1px solid #ffc700;
  border-left: 1px solid #ffc700;
}
.m-movie > .inner > .movie::after {
  top: 0;
  right: 0;
  border-top: 1px solid #ffc700;
  border-right: 1px solid #ffc700;
}
.m-movie > .inner > .movie > .container {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .m-movie > .inner > .movie > .container {
    padding: 25px;
  }
}
.m-movie > .inner > .movie > .container::before,
.m-movie > .inner > .movie > .container::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
.m-movie > .inner > .movie > .container::before {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ffc700;
  border-left: 1px solid #ffc700;
}
.m-movie > .inner > .movie > .container::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ffc700;
  border-right: 1px solid #ffc700;
}
.m-movie > .inner > .movie > .container > .box {
  width: 100%;
  aspect-ratio: 16/9;
}
.m-movie > .inner > .movie > .container > .box > .iframe {
  width: 100%;
  height: 100%;
}

.c-tabBtn02 {
  background-color: #e8e8e8;
  position: relative;
  transition: 0.4s ease;
}
.c-tabBtn02::before,
.c-tabBtn02::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 2px;
  transform: translate(-50%, 0);
  background-color: #000;
  display: none;
}
.c-tabBtn02::before {
  transform: translate(calc(-50% - 12px), 0) rotate(28deg);
}
.c-tabBtn02::after {
  transform: translate(calc(-50% + 12px), 0) rotate(-28deg);
}
.c-tabBtn02.is-active {
  background-color: #fff;
}
.c-tabBtn02.is-active::before,
.c-tabBtn02.is-active::after {
  display: block;
}
.c-tabBtn02:hover {
  background-color: #fff;
}
.c-tabBtn02 > .label {
  display: block;
  font-size: 1.4rem;
  padding: 4px 0;
  font-weight: bold;
  background-color: #ffc700;
}
.c-tabBtn02 > .label.-finished {
  background-color: #b7b7b7;
  color: #fff;
}
.c-tabBtn02 > .label.-coming {
  background-color: rgba(255, 199, 0, 0.5);
}
.c-tabBtn02 > .place {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  padding: 30px 15px 0;
}
.c-tabBtn02 > .date {
  font-size: 1.6rem;
  display: block;
  padding: 0 15px 30px;
}
.c-tabBtn02 > .date > .large {
  font-size: 2rem;
}

.m-overview {
  background: url(../images/content_bg01.png) right top repeat;
}
.m-overview > .inner {
  max-width: 1280px;
  padding: 135px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-overview > .inner {
    padding: 65px 15px;
  }
}
.m-overview > .inner > .title {
  margin: 0 0 65px 0;
}
@media screen and (max-width: 767px) {
  .m-overview > .inner > .title {
    margin: 0 0 40px 0;
  }
}

.m-sammary {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .m-sammary {
    margin: 0 0 30px 0;
  }
}
.m-sammary > .title {
  position: relative;
  text-align: center;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 767px) {
  .m-sammary > .title {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 12px 0;
    margin: 0 0 25px 0;
  }
}
.m-sammary > .title::before {
  content: "";
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  top: 50%;
  position: absolute;
  z-index: 98;
}
@media screen and (max-width: 767px) {
  .m-sammary > .title::before {
    display: none;
  }
}
.m-sammary > .title > .text {
  position: relative;
  font-size: 2.8rem;
  background-color: #fff;
  display: inline-block;
  padding: 0 60px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .m-sammary > .title > .text {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0;
  }
}
.m-sammary .table {
  border-top: 1px solid #e1e1e1;
}
.m-sammary .table tr th {
  border-bottom: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 20px;
  width: 156px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .m-sammary .table tr th {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
}
.m-sammary .table tr td {
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.4rem;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m-sammary .table tr td {
    display: block;
    padding: 15px 15px;
  }
}

.c-button {
  display: inline-block;
  position: relative;
  color: #1968d5;
}
.c-button > .outer {
  position: relative;
  margin: 0 5px;
  top: 3px;
}
.c-button > .arrow {
  position: relative;
  margin: 0 5px;
  top: 4px;
}
.c-button.-modal {
  color: #fff;
}

.m-titmetable > .title {
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 15px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .m-titmetable > .title {
    font-size: 1.6rem;
    padding: 8px 15px;
  }
}
.m-titmetable > .timetable {
  margin: 0 0 40px 0;
}
.m-titmetable > .timetable > .item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-titmetable > .timetable > .item {
    display: block;
  }
}
.m-titmetable > .timetable > .item > .time {
  width: 170px;
  padding: 20px 0 20px 20px;
  color: #999999;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #f4f4f4;
}
@media screen and (max-width: 767px) {
  .m-titmetable > .timetable > .item > .time {
    font-size: 1.6rem;
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0 35px;
  }
}
.m-titmetable > .timetable > .item > .content {
  width: calc(100% - 170px);
  padding: 20px 0 20px 43px;
  border-bottom: 2px solid #f4f4f4;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-titmetable > .timetable > .item > .content {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 0 20px 35px;
  }
}
.m-titmetable > .timetable > .item > .content.-break {
  color: #666666;
}
.m-titmetable > .timetable > .item > .content::before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 28px;
  width: 16px;
  height: 16px;
  background-color: #ffc700;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .m-titmetable > .timetable > .item > .content::before {
    left: 9px;
    top: -22px;
  }
}
.m-titmetable > .timetable > .item::after {
  height: 100%;
  width: 2px;
  content: "";
  display: block;
  background-color: #ffc700;
  position: absolute;
  left: 170px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .m-titmetable > .timetable > .item::after {
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-titmetable > .timetable > .item:first-child > .time {
    padding: 0 0 0 35px;
  }
}
.m-titmetable > .timetable > .item:first-child::after {
  height: 40px;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-titmetable > .timetable > .item:first-child::after {
    height: calc(100% - 20px);
  }
}
.m-titmetable > .timetable > .item:last-child::after {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .m-titmetable > .timetable > .item:last-child > .content {
    border-bottom: none;
    padding: 0 0 0 35px;
  }
}

.m-announce {
  font-size: 1.8rem;
  background-color: #f5f5f5;
  padding: 54px 0;
  font-weight: bold;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .m-announce {
    padding: 30px 0;
    font-size: 1.6rem;
  }
}
.m-announce .m-announce__col {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .m-announce .m-announce__col {
    flex-direction: column;
    align-items: center;
  }
}
.m-announce > .note {
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
}

.m-speakers {
  background: url(../images/content_bg02.png) right top repeat;
}
.m-speakers > .inner {
  max-width: 1280px;
  padding: 180px 40px 175px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-speakers > .inner {
    padding: 60px 20px 90px;
  }
}
.m-speakers > .inner > .title {
  margin: 0 0 45px 0;
}

.m-speakersList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .m-speakersList {
    justify-content: space-between;
  }
}
.m-speakersList > .item {
  width: 360px;
  margin: 0 0 50px 0;
  float: left;
}
@media screen and (max-width: 1280px) {
  .m-speakersList > .item {
    width: 28.125vw;
  }
}
@media screen and (max-width: 767px) {
  .m-speakersList > .item {
    width: calc(50% - 10px);
    margin: 0 0 30px 0;
  }
}
.m-speakersList > .item:nth-child(3n-1) {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-speakersList > .item:nth-child(3n-1) {
    margin: 0;
  }
}
.m-speakersList > .item:nth-child(3n) {
  float: right;
}
/* 2023/7/28 リスト追加により削除 ↓ */
/* @media screen and (max-width: 767px) {
  .m-speakersList > .item:nth-child(9) {
    display: none;
  }
} */

.m-profile {
  text-decoration: none;
}

.m-profile > .catch {
  position: relative;
}

/* 2023/7/28 モーダル内画像サイズ修正 ↓ */
.m-profile.-modal > .catch {
  flex-shrink: 0;
}
/* 2023/7/28 モーダル内画像サイズ修正 ↑ */

.m-profile > .catch > .photo {
  position: relative;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1280px) {
  .m-profile > .catch > .photo {
    margin: 0 0 1.171875vw 0;
  }
}
@media screen and (max-width: 767px) {
  .m-profile > .catch > .photo {
    width: 100%;
  }
}
.m-profile > .catch > .photo > .image_mono {
  width: 334px;
}
@media screen and (max-width: 1280px) {
  .m-profile > .catch > .photo > .image_mono {
    width: 26.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .m-profile > .catch > .photo > .image_mono {
    width: 100%;
    opacity: 0;
  }
}
.m-profile > .catch > .photo > .image {
  position: absolute;
  width: 334px;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .m-profile > .catch > .photo > .image {
    width: 26.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .m-profile > .catch > .photo > .image {
    opacity: 1;
    width: 100%;
  }
}
.m-profile > .catch > .en {
  position: absolute;
  left: 364px;
  top: 27px;
  display: block;
  width: 250px;
  font-weight: 200;
  color: #ffc700;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
  transform-origin: top left;
}
@media screen and (max-width: 1280px) {
  .m-profile > .catch > .en {
    left: 28.4375vw;
    top: 2.109375vw;
    width: 19.53125vw;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .m-profile > .catch > .en {
    position: relative;
    transform: rotate(0);
    font-size: 1.1rem;
    left: auto;
    top: auto;
    width: 100%;
  }
}
.m-profile > .title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 200;
  position: relative;
}
.m-profile > .title > .role {
  font-size: 1.4rem;
  line-height: 1.6;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .m-profile > .title > .role {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .m-profile > .title > .role {
    font-size: 1.3rem;
  }
}
.m-profile > .title > .role > .break {
  display: block;
}
@media screen and (max-width: 767px) {
  .m-profile > .title > .role > .break {
    display: none;
  }
}
.m-profile > .title > .name {
  font-size: 2.4rem;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .m-profile > .title > .name {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .m-profile > .title > .name {
    font-size: 1.8rem;
  }
}
.m-profile > .title > .name > .break {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-profile > .title > .name > .break {
    display: block;
  }
}
.m-profile > .title > .btn {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 1px 0;
  width: 100px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .m-profile > .title > .btn {
    bottom: 0.625vw;
    font-size: 1.09375vw;
    width: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .m-profile > .title > .btn {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin: 10px auto 0;
    font-size: 1.4rem;
    width: 120px;
  }
}
.m-profile > .title > .btn::before,
.m-profile > .title > .btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 11px;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .m-profile > .title > .btn::before,
  .m-profile > .title > .btn::after {
    width: 0.625vw;
    right: 0.859375vw;
  }
}
@media screen and (max-width: 767px) {
  .m-profile > .title > .btn::before,
  .m-profile > .title > .btn::after {
    right: 11px;
    width: 8px;
    height: 1px;
  }
}
.m-profile > .title > .btn::before {
  transform: translate(0, 50%);
}
.m-profile > .title > .btn::after {
  transform: translate(0, 50%) rotate(90deg);
}
@media screen and (max-width: 1280px) {
  .m-profile.-modal {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .m-profile.-modal > .catch {
    width: 155px;
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .m-profile.-modal > .catch > .photo {
    margin: 0 65px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .m-profile.-modal > .catch > .photo {
    margin: 0 55px 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .m-profile.-modal > .catch > .photo > .image_mono {
    width: 334px;
  }
}
@media screen and (max-width: 1100px) {
  .m-profile.-modal > .catch > .photo > .image_mono {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .m-profile.-modal > .catch > .photo > .image_mono {
    width: 155px;
    opacity: 1;
  }
}
.m-profile.-modal > .catch > .photo > .image {
  position: absolute;
  width: 334px;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .m-profile.-modal > .catch > .photo > .image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-profile.-modal > .catch > .photo > .image {
    width: 155px;
  }
}
.m-profile.-modal > .catch > .en {
  position: absolute;
  left: 364px;
  top: 27px;
  display: block;
  width: 250px;
  font-weight: 200;
  color: #ffc700;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
  transform-origin: top left;
}
@media screen and (max-width: 1280px) {
  .m-profile.-modal > .catch > .en {
    left: 364px;
    top: 27px;
    width: 250px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .m-profile.-modal > .catch > .en {
    font-size: 1.2rem;
    left: 247px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-profile.-modal > .catch > .en {
    display: none;
  }
}
.m-profile.-modal > .title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 200;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-profile.-modal > .title {
    width: calc(100% - 155px);
  }
}
.m-profile.-modal > .title > .role {
  font-size: 1.4rem;
  line-height: 1.6;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .m-profile.-modal > .title > .role {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .m-profile.-modal > .title > .role {
    font-size: 1.3rem;
  }
}
.m-profile.-modal > .title > .name {
  font-size: 2.4rem;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .m-profile.-modal > .title > .name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .m-profile.-modal > .title > .name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .m-profile.-modal > .title > .name {
    font-size: 1.6rem;
  }
}

a.m-profile:hover > .catch > .photo > .image {
  opacity: 1;
}
a.m-profile:hover > .title > .role {
  color: #ffc700;
}
a.m-profile:hover > .title > .name {
  color: #ffc700;
}
a.m-profile:hover > .title > .btn {
  color: #ffc700;
  border: 1px solid #ffc700;
}
a.m-profile:hover > .title > .btn::before,
a.m-profile:hover > .title > .btn::after {
  background-color: #ffc700;
}

.page-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
.page-overlay.-opacity {
  background-color: rgba(0, 0, 0, 0.8);
}
.page-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-window {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 160px 0 0 0;
  z-index: 10001;
  opacity: 0;
  visibility: collapse;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .modal-window {
    padding: 110px 0 0 0;
  }
}
.modal-window.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-window > .window {
  position: relative;
}
.modal-window > .window > .close {
  position: fixed;
  left: calc(50% + 486px);
  top: 70px;
  z-index: 9999;
}
@media screen and (max-width: 1280px) {
  .modal-window > .window > .close {
    left: auto;
    right: 110px;
  }
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .close {
    left: auto;
    right: 15px;
    top: 40px;
  }
}
.modal-window > .window > .close > .text {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-weight: 200;
  padding: 45px 0 0 0;
  text-align: center;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .close > .text {
    padding: 40px 0 0 0;
    font-size: 1.4rem;
  }
}
.modal-window > .window > .close::before,
.modal-window > .window > .close::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  top: 20px;
  left: 50%;
  transition: 0.4s ease;
}
.modal-window > .window > .close::before {
  transform: translate(-50%, 0) rotate(45deg);
}
.modal-window > .window > .close::after {
  transform: translate(-50%, 0) rotate(-45deg);
}
.modal-window > .window > .close:hover > .text {
  color: #ffc700;
}
.modal-window > .window > .close:hover::before,
.modal-window > .window > .close:hover::after {
  background-color: #ffc700;
}
.modal-window > .window > .controller > .prev,
.modal-window > .window > .controller > .next {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .prev,
  .modal-window > .window > .controller > .next {
    top: auto;
    bottom: 90px; /* 2023/7/24 boxサイズ変更 160px→90px */
    transform: none;
  }
}
.modal-window > .window > .controller > .prev > .circle,
.modal-window > .window > .controller > .next > .circle {
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  transition: 0.4s ease;
}
.modal-window > .window > .controller > .prev > .circle::before,
.modal-window > .window > .controller > .prev > .circle::after,
.modal-window > .window > .controller > .next > .circle::before,
.modal-window > .window > .controller > .next > .circle::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  transition: 0.4s ease;
}
.modal-window > .window > .controller > .prev > .circle::before,
.modal-window > .window > .controller > .next > .circle::before {
  transform: translate(0, calc(-50% + 2px)) rotate(45deg);
}
.modal-window > .window > .controller > .prev > .circle::after,
.modal-window > .window > .controller > .next > .circle::after {
  transform: translate(0, calc(-50% - 3px)) rotate(-45deg);
}
.modal-window > .window > .controller > .prev > .circle.-reverse,
.modal-window > .window > .controller > .next > .circle.-reverse {
  transform: rotate(180deg);
}
.modal-window > .window > .controller > .prev > .text,
.modal-window > .window > .controller > .next > .text {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-weight: 200;
  width: 100%;
  bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .prev > .text,
  .modal-window > .window > .controller > .next > .text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.modal-window > .window > .controller > .prev > .text::before,
.modal-window > .window > .controller > .next > .text::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .prev > .text::before,
  .modal-window > .window > .controller > .next > .text::before {
    left: 0;
    top: 14px;
    transform: none;
  }
}
.modal-window > .window > .controller > .prev:hover > .circle,
.modal-window > .window > .controller > .next:hover > .circle {
  background-color: #ffc700;
  border-color: #ffc700;
}
.modal-window > .window > .controller > .prev:hover > .circle::before,
.modal-window > .window > .controller > .prev:hover > .circle::after,
.modal-window > .window > .controller > .next:hover > .circle::before,
.modal-window > .window > .controller > .next:hover > .circle::after {
  background-color: #000;
}
.modal-window > .window > .controller > .prev:hover > .text::before,
.modal-window > .window > .controller > .next:hover > .text::before {
  background-color: #000;
}
.modal-window > .window > .controller > .prev {
  right: calc(50% + 560px);
}
@media screen and (max-width: 1280px) {
  .modal-window > .window > .controller > .prev {
    right: auto;
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .prev {
    left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .prev > .text {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .prev > .text::before {
    left: -38px;
  }
}
.modal-window > .window > .controller > .next {
  left: calc(50% + 560px);
}
@media screen and (max-width: 1280px) {
  .modal-window > .window > .controller > .next {
    right: 25px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .next {
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .next > .text {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal-window > .window > .controller > .next > .text::before {
    left: auto;
    right: -38px;
  }
}

.window-close {
  margin: 70px auto 0;
  border-radius: 30px;
  padding: 9px 30px;
  width: 200px;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .window-close {
    margin: 30px auto 0;
  }
}
.window-close > .icon {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-weight: 200;
  display: block;
  position: relative;
  transition: 0.4s ease;
}
.window-close > .icon::after,
.window-close > .icon::before {
  position: absolute;
  right: -10px;
  top: 50%;
  content: "";
  width: 17px;
  height: 1px;
  transform: translate(0, -50%) rotate(45deg);
  background-color: #fff;
  transition: 0.4s ease;
}
.window-close > .icon::after {
  transform: translate(0, -50%) rotate(45deg);
}
.window-close > .icon::before {
  transform: translate(0, -50%) rotate(-45deg);
}
.window-close:hover {
  background-color: #ffc700;
  border: 1px solid #ffc700;
}
.window-close:hover > .icon {
  color: #000;
}
.window-close:hover > .icon::after,
.window-close:hover > .icon::before {
  background-color: #000;
}

.modal-slider {
  width: 100%;
  position: absolute;
}
.modal-slider > .slider {
  width: calc(var(--regular-speakers) * 100%);
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.modal-slider > .slider.is-animate {
  transition: 0.5s ease;
}
.modal-slider > .slider.is-position-1 {
  left: 0;
}
.modal-slider > .slider.is-position-2 {
  left: -100%;
}
.modal-slider > .slider.is-position-3 {
  left: -200%;
}
.modal-slider > .slider.is-position-4 {
  left: -300%;
}
.modal-slider > .slider.is-position-5 {
  left: -400%;
}
.modal-slider > .slider.is-position-6 {
  left: -500%;
}
.modal-slider > .slider.is-position-7 {
  left: -600%;
}
.modal-slider > .slider.is-position-8 {
  left: -700%;
}
.modal-slider > .slider.is-position-9 {
  left: -800%;
}
/* 2023/11/10 スライダーの追加 ↓ */
.modal-slider > .slider.is-position-10 {
  left: -900%;
}
/* 2023/11/10 スライダーの追加 ↑ */
.modal-slider > .slider > .item {
  max-width: 1060px;
  width: 100%;
  max-height: 630px;
  height: auto;
  overflow-y: scroll;
  padding: 70px 80px;
  margin: 0 auto; /* 2023/7/28 boxサイズ変更 calc((12.5% - 1060px) / 2)→auto */
  border: 1px solid #fff;
}
@media screen and (max-width: 1280px) {
  .modal-slider > .slider > .item {
    padding: 50px;
    margin: 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .modal-slider > .slider > .item {
    height: calc(100vh - 110px - 180px); /* 2023/7/24 boxサイズ変更 250px→180px */
    height: calc(100dvh - 110px - 180px); /* 2023/7/24 アドレスバー対策 */
    padding: 30px 15px 40px 15px;
    margin: 0 10px;
  }
}

.speaker-detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .speaker-detail {
    display: block;
  }
}
.speaker-detail > .block {
  width: 363px;
}
@media screen and (max-width: 1280px) {
  .speaker-detail > .block {
    width: 100%;
  }
}
.speaker-detail > .introduce {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 0 0 55px;
  line-height: 2;
  width: calc(100% - 363px);
}
@media screen and (max-width: 1280px) {
  .speaker-detail > .introduce {
    padding: 0 0 0 0;
    margin: 45px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .speaker-detail > .introduce {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .speaker-detail > .introduce {
    margin: 25px 0 0 0;
  }
}

.m-information > .title {
  font-size: 2.6rem;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-information > .title {
    font-size: 1.6rem;
    padding: 0 0 5px 0;
    margin: 0 0 25px 0;
  }
}
.m-information > .title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffc700;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.m-information > .text {
  margin: 0 0 30px 0;
}
.m-information > .subtitle {
  border-left: 2px solid #ffc700;
  line-height: 1.4;
  padding: 0 0 0 20px;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .m-information > .subtitle {
    font-size: 1.6rem;
  }
}
.m-information > .content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .m-information > .content {
    flex-wrap: wrap;
  }
}
.m-information > .content > .box {
  width: calc(100% - 530px);
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .m-information > .content > .box {
    width: 100%;
    order: 2;
    padding: 0 0 0 0;
  }
}
.m-information > .content > .box > .text {
  margin: 0 0 25px 0;
}
.m-information > .content > .box > .field {
  background-color: #f5f5f5;
  text-align: center;
  padding: 40px;
}
.m-information > .content > .picture {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .m-information > .content > .picture {
    width: 100%;
    text-align: center;
    order: 1;
    margin: 0 0 20px 0;
  }
}

/* CWF-17919 対応 */
.finished-text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(219 219 219 / 80%);
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 1250px) {
  .finished-text {
    font-size: 1.4rem;
  }
}
