*{
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

.main {
  overflow-x: hidden;
}

.loading{
  background-color: #282828;
  color: #fff;
}

.big_logo{
  width: 55%;
  margin-right: 3rem;
}

.prologue{
  width: 60%;
  position: absolute;
  top: 27%;
  left: 41%;
}
.prologue h1{
  font-size: 40px;
}

.prologue_text{
  width: 75%;
  text-align: justify;
}

.img_day_1{
  position: absolute;
  top: 65px;
  right: 270px;
  width: 150px;
}

.img_day_2{
  position: absolute;
  top:65px;
  right: 100px;
  width: 150px;
}

.a-wrappers {
  display: flex;
}

.img_day1_big{
  width: 25%;
  position: absolute;
  top: 65%;
  left: 10%;
}

.img_day2_big {
    position: absolute;
    top: -100px;
    /* top: -116px; */
    left: 10%;
    padding-top: 1rem;
    width: 25%;
}

.text_end{
  text-align: end;
  width: 460px;
  white-space: nowrap;
}

.about--container {
  margin-left: 38.5%;
}

.about--container h5{
  margin-left: 40px;
  width: 75%;
  text-align: justify;
}

.a-title {
  font-size: 40pt;
  font-family: "Oswald", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.09em;
}

.a-title-sub {
  font-size: 20pt;
  font-weight: bold;
  padding: 0 1.6em;
  margin-bottom: 30px;
}

.about--container p{
  padding: 0 3em;
  width: 75%;
}

.section_day1{
  padding: 10% 0;
}

.program{
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 0.5;
  margin-left: 10%;
  padding: 5% 0 0;
}


.program_time{
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  line-height: normal;
}

.p_list{
white-space: nowrap;
}

.p_line{
  width: 100%;
  border: #FFF solid 1px;
  opacity: 1;
  margin: 0;
}

.program_line{
  width: 80%;
}

.line_cross{
  width: 100%;
  --color: #fff;
  --sw: 2px;
  --len: 3000px;
  --off-x: 60px;
  --off-y: 44px;
  position: relative;
  padding: 3rem;
  opacity: 1;
  background:
     /* 横線 */
    linear-gradient(var(--color), var(--color))
      right calc(var(--off-x) - var(--len) / 2)
      bottom calc(var(--off-y) - var(--sw) / 2)
      / var(--len) var(--sw) no-repeat,
    /* 縦線 */
    linear-gradient(var(--color), var(--color))
      right calc(var(--off-x) - var(--sw) / 2)
      bottom calc(var(--off-y) - var(--len) / 2)
      / var(--sw) var(--len) no-repeat;
}

.program_img{
  display: block;
  margin: 0 auto;
  width: 80%;
}

.frame_cross {
  width: 75%;
  --color: #fff;
  --sw: 2px;
  --len: 100px;
  --off: 20px;
  position: relative;
  padding: 1.5rem 3rem;
  background:
    /* 左上の十字 */
    linear-gradient(var(--color), var(--color)) left calc(var(--off) - var(--len) / 2) top calc(var(--off) - var(--sw) / 2) / var(--len) var(--sw) no-repeat,
    linear-gradient(var(--color), var(--color)) left calc(var(--off) - var(--sw) / 2) top calc(var(--off) - var(--len) / 2) / var(--sw) var(--len) no-repeat,
    /* 右下の十字 */
    linear-gradient(var(--color), var(--color)) right calc(var(--off) - var(--len) / 2) bottom calc(var(--off) - var(--sw) / 2) / var(--len) var(--sw) no-repeat,
    linear-gradient(var(--color), var(--color)) right calc(var(--off) - var(--sw) / 2) bottom calc(var(--off) - var(--len) / 2) / var(--sw) var(--len) no-repeat;
}

.program_frame{
  margin-left: 8.5%;
  margin-top: 1%;
  width: 750px;
  --color: #fff;
  --sw: 2px;
  --len: 100px;
  --off: 20px;
  position: relative;
  padding: 1.5rem 3rem;
  background:
    /* 左上の十字 */
    linear-gradient(var(--color), var(--color)) left calc(var(--off) - var(--len) / 2) top calc(var(--off) - var(--sw) / 2) / var(--len) var(--sw) no-repeat,
    linear-gradient(var(--color), var(--color)) left calc(var(--off) - var(--sw) / 2) top calc(var(--off) - var(--len) / 2) / var(--sw) var(--len) no-repeat,
    /* 右下の十字 */
    linear-gradient(var(--color), var(--color)) right calc(var(--off) - var(--len) / 2) bottom calc(var(--off) - var(--sw) / 2) / var(--len) var(--sw) no-repeat,
    linear-gradient(var(--color), var(--color)) right calc(var(--off) - var(--sw) / 2) bottom calc(var(--off) - var(--len) / 2) / var(--sw) var(--len) no-repeat;
}

.program_title{
  margin: 2% 0;
  font-size: 20pt;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.box {
  position: relative;
  margin-top: 0.5em;
  width: 80%;
  height:1300px;

  /* 枠の設定 */
  --c: #fff;      /* 線色 */
  --bw: 2px;      /* 線の太さ */
  --start: 32rem; /* ← 文字幅＋余白ぶんを指定 */

   /* クロス用 */
  --cross-x: -1px;      /* 角からのXずれ（＋で内側、−で外側） */
  --cross-y: -1px;      /* 角からのYずれ */
  --cross-lx: 10%;   /* 横線の長さ */
  --cross-ly: 13%;   /* 縦線の長さ */

  background:
    /* 左・右・下の枠 */
    linear-gradient(var(--c), var(--c)) left   bottom    / var(--bw) 93% no-repeat,
    linear-gradient(var(--c), var(--c)) right  top    / var(--bw) 100% no-repeat,
    linear-gradient(var(--c), var(--c)) left   bottom / 100% var(--bw) no-repeat,

    /* 上の枠（見出し横から開始） */
    linear-gradient(var(--c), var(--c)) var(--start) top
      / calc(100% - var(--start)) var(--bw) no-repeat;

  background-origin: border-box;
}

/* 右下クロス（横線） */
.box::after {
  content:"";
  position:absolute;
  right:  calc(-1 * var(--cross-x) - var(--cross-lx)/2);
  bottom: calc(-1 * var(--cross-y) - var(--bw)/2);
  width:  var(--cross-lx);
  height: var(--bw);
  background: var(--c);
  pointer-events:none;
}

/* 右下クロス（縦線） */
.box::before {
  content:"";
  position:absolute;
  right:  calc(-1 * var(--cross-x) - var(--bw)/2);
  bottom: calc(-1 * var(--cross-y) - var(--cross-ly)/2);
  width:  var(--bw);
  height: var(--cross-ly);
  background: var(--c);
  pointer-events:none;
}

/* 見出し */
.box .title {
  font-weight: 700;
  margin-bottom: .75rem;
  color:#FFD24A;
}

.join_school{
  width: 90%;
  margin: 5% auto;
}
.school_icon {
  width: 40px;
}

.table_school{
  width: 100%;
}

.table_school td{
  font-size: 20px;
  padding: 10px 10px 5px;
  line-height: normal;
}

.guest_list{
  width: 80%;
  margin: 0 auto;
}

.guest_member{
  justify-content: space-between;
  gap: 1%;
}

.guest_member02,.guest_member03{
  display: flex;
  gap: 5%;
}


.guest{
  width: 20%;
}

.arrow_right{
  position: absolute;
  bottom: 5%;
  right: 12%;
  width: 50px;
}

.producer_img.arrow_right{
  position: absolute;
  bottom: 5%;
  right: 6%;
  width: 50px;
}

.guest_arrow_right{
  position: absolute;
  bottom: 20%;
  right: 5%;
  width: 30px;
}

.guest_arrow_right.big{
  bottom: 12%;
}

.in_charge{
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.modal-image {
  cursor: pointer;
  /* ホバー時にポインター表示 */
}

.modal-image:hover {
  opacity: 0.7;
}

.cp_h1title {
  position: relative;
  padding: 0 45px;
  /*文字数が増えた時に線に被らないように線幅以上のサイズで設定*/
}

.cp_h1title::after,
.cp_h1title::after {
  position: absolute;
  content: '';
  top: calc(50% - 1.5px);
  /*上下中央にする*/
  display: inline-block;
  width: 80%;
  height: 3px;
  border-top: 3px solid #231815;
}

.cp_h1title::after {
  right: 0;
}

/* モーダル */
#image-modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2147483647;
  /* 最前面に */
  align-items: center;
  justify-content: center;
}

#image-modal.show {
  display: flex;
  width: 100%;
}

#modal-body {
  max-width: 100%;
}

#image-modal .modal-close {
  position: absolute;
  top: 12%;
  right: 16%;
  color: #000;
  font-size: 100px;
  cursor: pointer;
  z-index: 1000;
}

.modal_frame_cross {
  width: 70%;
  margin: 0 auto;
  --color: #231815;
  --sw: 2px;
  --len: 55%;
  --off: 30px;
  position: relative;
  padding: 6%;
  background:
    /* 左上の十字 */
    linear-gradient(var(--color), var(--color)) left calc(var(--off) - var(--len) / 2) top calc(var(--off) - var(--sw) / 2) / var(--len) var(--sw) no-repeat,
    linear-gradient(var(--color), var(--color)) left calc(var(--off) - var(--sw) / 2) top calc(var(--off) - var(--len) / 0.55) / var(--sw) var(--len) no-repeat,
    /* 右下の十字 */
    linear-gradient(var(--color), var(--color)) right calc(var(--off) - var(--len) / 2) bottom calc(var(--off) - var(--sw) / 2) / var(--len) var(--sw) no-repeat,
    linear-gradient(var(--color), var(--color)) right calc(var(--off) - var(--sw) / 2) bottom calc(var(--off) - var(--len) / 0.55) / var(--sw) var(--len) no-repeat;
}
.app-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1050;
}

.app-modal[aria-hidden="false"] {
  display: block;
}

.app-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}

.app-modal__dialog {
  position: relative;
  margin: 5vh auto 0;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  padding: 20px;
}

.app-modal__close {
  position: sticky;
  top: 0;
  float: right;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
}

.modal-open {
  overflow: hidden;
}

.modal_arrow_left {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 35px;
}

.modal_arrow_right {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 35px;
}

.modal_img{
  width: 50%;
  height: 50%;
}

.img-separator{
  margin: 10% 0 0 10%;
  width: 90%;
}

.p_text{
  width: 90%;
  font-size: 20px;
}

.theme_title {
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    line-height: normal;
    margin-left: -14px;
    white-space: nowrap;
}

.d-flex.m_plof{
  gap: 3%;
}

.m_plof_title{
  font-weight: bold;
  color: #231815;
  font-size: 15px;
}

.m_plof_text{
  width: 100%;
  text-align: justify;
  color: #231815;
  font-size: 15px;
}

.table_section{
  margin: 100px auto 0;
}

.table_section h1{
  margin-top: 30px;
  margin-right: 20px;
}

.table_section p{
  font-size: 20px;
}
.table_section small{
  font-size: 13px;
}

p.center-box.pc-display {
  width: 65%;      /* 好きな幅 */
  margin-left: 10%;  /* 要素全体を中央配置 */
  text-align: left;/* 中の文字は左揃え */
}

.i-con{
  width: 65px;
  height: 65px;
  margin-right: 15px;
  margin-top: 35px;
}

.time_space{
  letter-spacing: 0.05em;
}
.timetable-title{
  justify-content: start;
  width: 100%;
  margin-left: 10%;
  margin-bottom: 5%;
}

.table-minus-mt {
  margin-top: -10px;
}

.timetable {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
  width: 60%;
}

.timetable td {
  padding: .6rem 0.5rem;
  vertical-align: top;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
}

/* .timetable p {
  white-space: nowrap;
} */

.timetable .time {
  text-align: right;
  /* white-space: nowrap; */
}

/* 中央の縦線セル */
.timetable .sep {
  --line-color: #fff;   /* 白線 */
  --line-w: 2px;        /* 線の太さ */
  width: 30px;
  position: relative;   /* ← 疑似要素の基準にする */
  background: linear-gradient(var(--line-color), var(--line-color))
              center / var(--line-w) 100% no-repeat;
}

/* ▼ 最後の行だけ矢印を追加 */
.timetable tr:last-child .sep::before,
.timetable tr:last-child .sep::after {
  content: "";
  position: absolute;
  left: 17%;
  bottom: 10px;              /* 少しはみ出させると矢印っぽい */
  width: 30px;               /* 矢印の長さ */
  height: var(--line-w);     /* 線と同じ太さ */
  background: var(--line-color);
}

.timetable tr:last-child .sep::before {
  transform: translateX(-50%) rotate(45deg);
}

.timetable tr:last-child .sep::after {
  transform: translateX(-50%) rotate(-135deg);
}

.day2_guest{
  width: 270px;
}

.map{
  margin-top: 300px;
}



.producer{
  width: 100%;
  margin: 100px 0 50px;
}
.producer_img{
  display: block;
  margin: 0 auto;
}

.producer_name{
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.timetable2 {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
}

.timetable2 td {
  padding: .6rem 0.1rem;
  vertical-align: top;
  font-size: 25px;
}

.timetable2 .time {
  text-align: right;
  white-space: nowrap;
}

.timetable tr:nth-child(2) td {
  border-top: 2px solid #fff;
}

.timetable2 tr:nth-child(4) td {
  border-top: 2px solid #fff;
}

/* 中央の縦線セル */
.timetable2 .sep {
  --line-color: #fff;   /* 白線 */
  --line-w: 2px;        /* 線の太さ */
  width: 30px;
  position: relative;   /* ← 疑似要素の基準にする */
  background: linear-gradient(var(--line-color), var(--line-color))
              center / var(--line-w) 100% no-repeat;
}

.what_ip{
  text-align: center;
  margin-top: 200px;
}


.about_ip{
  letter-spacing: 0.2em;
  font-size: 16px;
  line-height: 3.5;
}

.footer{
  width: 100%;
}

.footer_img{
  height: 1500px;
  width: 100%;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 430px;
}

.footer_logo{
  display: block;
  width: 20%;
  margin: 40% auto 0;
  z-index: 10;
}

.footer_line{
  position: absolute;
  top:-35%;
  border:#FFF solid 1px;
  margin: 0 10%;
  width: 80%;
  opacity: 1;

}

.button_days{
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.button_day1{
  width: 150px;
}

.button_day2{
  width: 150px;
}

.footer p{
 text-align: center;
 margin-top: 30px;
 padding-bottom: 100px;
}

.sp-display {
  display: none;
}

table td:first-child {
  text-align: right;
}

/* モバイル用レスポンシブ */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .a-title {
    font-size: 40pt;
    white-space: nowrap;
  }

  .a-title-minus-mt {
    margin-top: -20px;
  }

  .a-title-sub {
    font-size: 15pt;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    padding: 0;
    margin: 0 auto;
  }

  .about--container h5 {
    width: 100%;
    margin-left: 0;
    --color: #fff;
    --sw: 2px;
    --len: 100px;
    --off: 20px;
    position: relative;
    padding: 1.5rem 3rem;
    /* 右下の十字 */
    background: 
    linear-gradient(var(--color), var(--color)) right calc(var(--off) - var(--len) / 2) bottom calc(var(--off) - var(--sw) / 2) / var(--len) var(--sw) no-repeat,
    linear-gradient(var(--color), var(--color)) right calc(var(--off) - var(--sw) / 2) bottom calc(var(--off) - var(--len) / 2) / var(--sw) var(--len) no-repeat;
  }

  .pc-display {
    display: none !important;
  }

  .sp-display {
    display: flex;
    flex-direction: column;
  }

  .big_logo {
    margin-left: auto;
    margin-right: auto;
  }

  .prologue {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: unset;
    width: 100%;
    margin-top: 30px;
  }

  .prologue_text {
    font-size: 1rem;
  }

  .img_day1_big {
    position: static;
    width: 50%;
    margin: 0 auto;
  }

  #day1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .about--container {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-left: 0;
    margin-top: 70px;
  }

  .a-wrappers {
    padding-top: 10px;
  }

  .day-sentence {
    padding-top: 0;
    line-height: 1.6;
    font-size: 1rem;
  }

  .theme_title{
    font-size: 20px;
  }

  .timetable-title {
    flex-direction: column;
    width: 90%;
    margin-left: 0;
  }

  .table_section{
    margin-left: 10%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .timetable {
    margin-bottom: 25px;
  }

  .timetable td {
    font-size: 15px;
    font-weight: 400;
  }

  .timetable2 {
    padding-bottom: 0;
  }

  .timetable td {
    /* white-space: nowrap; */
  }

  .timetable2 td {
    font-size: 12px;
    font-weight: 400;
    /* white-space: nowrap; */
  }

  .center-box {
    padding-left: 3rem;
    padding-right: 3rem;
    line-height: 1.6;
    text-align: justify;
  }

  .img_day2_big {
    width: 50%;
    left: 25%;
    top: -230px;
  }

  .about--container2-sp {
    margin-top: 100px;
  }

  .img_day_1 {
    right: 10px;
    top: 10px;
    width: 100px;
  }

  .img_day_2 {
    right: 10px;
    top: 50px;
    width: 100px;
  }

  .frame_cross {
  width: 100%;
  margin-left: 5%;
  --color: #fff;
  --sw: 2px;
  --len: 100px;
  --off: 20px;
  position: relative;
  padding: 1.5rem 3rem;
  background:
    /* 左上の十字 */
    linear-gradient(var(--color), var(--color)) left calc(var(--off) - var(--len) / 2) top calc(var(--off) - var(--sw) / 2) / var(--len) var(--sw) no-repeat,
    linear-gradient(var(--color), var(--color)) left calc(var(--off) - var(--sw) / 2) top calc(var(--off) - var(--len) / 2) / var(--sw) var(--len) no-repeat;
}

.outline-table {
  padding-left: 0px;
  margin-left: 10%;
}

.what_ip {
  text-align: left;
  margin-top: 100px;
}

.about_ip {
  line-height: 2;
  font-size: 15px;
  text-align: justify;
}

.prologue h1 {
  font-size: 30px;
}

.program{
  width: 90%;
  font-size: 25px;
}
.program_time{
  font-size: 20px;
}

.program_frame{
  margin: 10px auto;
  width: 90%;
  --len: 100px;
  --off: 20px;
  position: relative;
  padding: 1.5rem 2rem;
}

.line_cross{
  --off-x: 40px;
  --off-y: 36px;
  padding: 1.5em;
}

/* .line_cross.session_voice{
  padding: 1.8em 2.5em;
  margin-left: 1rem;
  --off-y: 46px;
  margin-bottom: 0;
} */

.program_line{
  width: 100%;
}

.program_title{
  font-size: 14px;
}

.arrow_right{
  width: 35px;
}

.box{
  width: 90%;
  height: 1350px;
  --start: 19rem;
  --cross-lx: 15%;
  --cross-ly: 5%;
}

.box .title {
  font-size: 20px;
}

.school_icon{
  width: 80%;
}

.school_name{
font-size: 20px;
}

table td:first-child{
  text-align: center;
}

.table_school td{
  font-size: 13px;
  padding: 10px 3px 5px;
}

.icon_box{
  width: 40px;
}

.timetable tr:last-child .sep::before, .timetable tr:last-child .sep::after {
  left: -10%;
}

.in_charge{
  font-size: 15px;
  letter-spacing: 0;
  white-space: nowrap;
}

.guest {
    width: 45%;
}

.guest_name{
  font-size: 15px;
}

.guest_arrow_right {
    width: 20px;
    bottom: 45px;
}

#modal-body {
    max-width: 90%;
}

.modal_frame_cross {
    width: 100%;
    height: 660px;
    --len: 50%;
    --off: 20px;
    padding: 12%;
}

#image-modal .modal-close {
    position: absolute;
    top: 1%;
    right: 10%;
    font-size: 50px;
    cursor: pointer;
    z-index: 1000;
}

.modal_img {
    width: 70%;
    height: 70%;
    margin: 0 auto;
}

.d-flex.m_plof {
    gap: 3%;
    flex-wrap: wrap;
}

.m_plof_title {
  margin-bottom: 0;
  font-size: 12px;
  white-space: nowrap;
}

.m_plof_text{
  font-size: 10px;
}

.modal_arrow_right {
  right: 0;
  width: 25px;
}

.modal_arrow_left {
  left: 0;
  width: 25px;
}

.guest_member02{
  display: block;
}

.guest_member03{
  flex-wrap: wrap;
  justify-content: space-between;
}

.map {
    margin-top: 100px;
}

.footer_logo {
    width: 50%;
    margin: 120% auto 0;

}

.footer_img{
  height: 1300px;
  width: 100%;
  background-image: url(../img/sp/footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 100%;
}

.button_days{
  gap: 15px;
  margin-top: 15px;
}

.button_day1{
  width: 100px;
}

.button_day2{
  width: 100px;
}

.footer p{
 text-align: center;
 margin-top: 30px;
 padding-bottom: 30%;
 font-size: 12px;
}

.p_text{
  font-size: 15px;
}

.sp-session{
  flex-direction: row-reverse;
}
 
}


@media screen and (max-width: 1200px) {
  .day1-media-margin {
    margin-top: 35%;
  }
}

@media screen and (max-width: 1050px) {
  .day1-media-margin {
    margin-top: 45%;
  }
}

@media screen and (max-width: 920px) {
  .day1-media-margin {
    margin-top: 55%;
  }
}

@media screen and (max-width: 850px) {
  .day1-media-margin {
    margin-top: 75%;
  }
}

@media screen and (max-width: 800px) {
  .day1-media-margin {
    margin-top: 80%;
  }
}

/* 
@media screen and (max-width: 768px) {
  
} */