:root{
  --navy:#1c2a53;
  --blue:#006ab3;
  --cyan:#13a7dc;
  --light-blue:#d3e6f8;
  --green:#99cc44;
  --black:#000000;
  --ink:#172039;
  --white:#fff;
  --max:1180px;
}
.tp2026_page, .tp2026_page *{box-sizing:border-box}

.tp2026_page{
  margin:0;
  color:var(--black);
  background:#fff;
  font-family:Arial,"Noto Sans JP", sans-serif;
  line-height:1.7;
  overflow:hidden;
  font-size: 1.8rem;
}
.tp2026_page img{max-width:100%;display:block}
.tp2026_page a{color:inherit}
.tp2026_page button{font:inherit}
.tp2026_hero{background:var(--navy);
  background-image: url("./assets/hero_bk.png");
  background-repeat: no-repeat;
  background-position: right 80px center;
  background-size: 380px auto;
  min-height:440px;
  overflow:hidden
}
.tp2026_hero__inner{
  position:relative;width:min(var(--max),calc(100% - 64px));color:var(--white) ; min-height:440px;margin:auto;
  display:flex;align-items:center;justify-content:space-between
}
.tp2026_hero__copy{position:relative;z-index:2;}
.tp2026_eyebrow{font-size:25px;line-height:1.35;opacity:.86;margin:0 0 25px}
.tp2026_hero__lead{font-size:40px;font-weight:700;margin:0 0 26px}
.tp2026_hero h1{font-size:70px;line-height:1.2;margin:0 0 24px;letter-spacing:.01em}
.tp2026_hero .hero-title__en { display: inline-block;transform: scaleX(0.9);transform-origin: left center; margin-right: -.7em;}
.tp2026_hero .hero-title__jp {display: inline-block;transform: scaleX(1);}
.tp2026_hero__date{display:flex;gap:28px;align-items:baseline;margin:0;max-width: 680px;}

.tp2026_booth{margin:0; padding:40px 0; background:var(--navy)}
.tp2026_booth img{width:min(var(--max),calc(100% - 64px));height:auto;max-height:460px;margin:auto;object-fit:cover}
.tp2026_section{position:relative;padding:40px 32px}
.tp2026_section__inner{width:min(var(--max),100%);margin:auto}
.tp2026_section__inner__narrow{max-width:900px;text-align:center;position:relative;z-index: 800;}
.tp2026_section__blue{background:var(--light-blue)}
.tp2026_section__gradient{background:linear-gradient(180deg,#006ab3 20%,#25abea 100%)}
.tp2026_section_label{ font-size:22px;
  margin:0 0 16px;text-align:center;font-family:"Barlow";letter-spacing:.08em;color:var(--blue);font-weight:700
}
.tp2026_section_label__blue{color:#1885bd}
.tp2026_section h2{ position: relative;z-index:200;font-size:36px;line-height:1.35;margin:0 0 18px;font-weight: 600; text-align:center}
/*.tp2026_section p{font-size:18px}*/
.tp2026_dark{color:#111}
.tp2026_corner{
  position:absolute;width:95px;height:95px;border:28px solid #fff;opacity:.95;pointer-events:none}
.tp2026_concept { 
  background-color: var(--light-blue); position: relative; overflow: hidden;}
/* 左上
.tp2026_concept::before { z-index:100 ;content: ""; position: absolute;top: 0; left: 0;width: 180px;  height: 160px;
  border-bottom: 40px solid var(--white); border-right: 40px solid var(--white); box-sizing: border-box;} */
  /* 右下
.tp2026_concept::after { content: ""; position: absolute;
  z-index:10;
  bottom: 10px;
  right: 50px;
  width: 160px;  height: 260px;
  background:url("./assets/ripo_chara_01.svg") no-repeat left center;
  background-size: 110px auto;
  box-sizing: border-box;} */
/* 右下 
.tp2026_concept::after { content: ""; position: absolute; right: 0; bottom: 0; width: 180px; height: 160px;
 border-left: 40px solid #80cef3;border-top: 40px solid #80cef3; box-sizing: border-box;}*/
.tp2026_corner__left{left:-24px;top:0;border-right:0;border-bottom:0}
.tp2026_corner__right{right:-24px;bottom:0;border-left:0;border-top:0}
.tp2026_corner__small{width:75px;height:75px;border-width:24px}
.tp2026_corner__bottom{bottom:0}
.tp2026_message{background:#fff;color:#1d2737;padding-top:56px;padding-bottom:66px}
.tp2026_message{
  padding-top:56px;
  padding-bottom:66px;
}

.tp2026_message__grid{
  display:grid; grid-template-columns:1fr 550px; gap:60px; align-items:center;  max-width:1180px;  margin:0 auto;}
.tp2026_message__text{  text-align:left;}
.tp2026_message__text .tp2026_section_label{ text-align:left;}
.tp2026_message__text h2{ text-align:left; margin-bottom:24px;}
.tp2026_message__sub{ line-height:1.6; font-weight:500; margin-bottom:24px;font-size:2rem}
.tp2026_message__name{ font-size:1.6rem; line-height:1.5;}
.tp2026_message__name strong{font-size:2rem; font-weight: 500;}
.tp2026_video_card{
  position:relative;width:550px;max-width:100%;margin:18px auto 0;padding:0;border:0;
  cursor:pointer;background:#000;overflow:hidden
}
.tp2026_video_card img{width:100%;height:260px;object-fit:cover}
.tp2026_video_card__overlay{
  position:absolute;left:0;right:0;bottom:22px;color:var(--white);font-size:29px;font-weight:700;
  text-shadow:0 2px 8px #000
}
.tp2026_video_card__play{
  position:absolute;inset:0;display:grid;place-items:center;font-size:34px;opacity:0;
  background:rgba(0,0,0,.32);transition:.25s
}
.tp2026_video_card:hover .tp2026_video_card__play,.tp2026_video_card:focus-visible .tp2026_video_card__play{opacity:1}
.tp2026_info_grid{display:grid;grid-template-columns:1fr 1.1fr;gap:72px;align-items:center;margin-top:24px}
.tp2026_event_table{margin:0;color:#000}
.tp2026_event_table h2{text-align: left;}
.tp2026_event_table div{display:grid;grid-template-columns:130px 1fr;border-bottom:1px solid #000;padding:13px 0}
.tp2026_event_table dt{ color:var(--blue)}
.tp2026_event_table dd{margin:0;}
.tp2026_event_table .letter_space{letter-spacing: 2.4em;}
.tp2026_event_table .letter_space_n{letter-spacing: -0.08em;}
.tp2026_hall_map {display: grid;gap:12px}
.tp2026_ripo{ display:flex; align-items:end; gap:20px; margin-top:24px;}
.tp2026_ripo img{ width:90px; flex-shrink:0; margin-left: 20px;}
.tp2026_ripo_text h3{ margin:0 0 8px; font-size:18px; color:var(--blue);}
.tp2026_ripo_text p{ margin:0; font-size:16px; line-height:1.7;}
.tp2026_ripo_text{
  display:flex; flex-direction:column; gap:8px;}
.tp2026_ripo_text h3,
.tp2026_ripo_text p{
  margin:0;
}
.tp2026_cta{
  display:inline-flex;align-items:center;gap:65px;margin-top:24px;padding:12px 30px;text-decoration:none;
  transition:.2s
}
.tp2026_cta:hover{transform:translateY(-2px)}
.tp2026_cta__light{background:#2095c0;color: var(--white) !important; width:100%}
.tp2026_cta__light span{font-size:16px;font-weight: 600; white-space: nowrap;}
.tp2026_cta__light strong{width:250px;position: relative; display:inline-flex; flex-direction:column;
  font-size:16px; background:var(--white);color:var(--blue);padding:10px 48px 10px 16px;border-radius: 5px;}
  .tp2026_cta__light strong::after{
  content:"";position:absolute; top:16px; right:16px;
 width:20px; height:20px; background:url("./assets/blank_arrow_blue.svg") no-repeat center center;
}
.tp2026_cta__light strong span{font-size:12px; font-weight: 400;}
.tp2026_page .tp2026_cta__white{
  position: relative;
  width: 100%;
  justify-content: center;
  background:var(--blue);
  color:var(--white);
  font-size: 18px;
  font-weight:700;
  padding-right: 36px;
  border-radius: 5px;
}
.tp2026_page .tp2026_cta__white::after{
  content:"";position:absolute; top:16px; right:16px;
 width:20px; height:20px; background:url("./assets/blank_arrow_white.svg") no-repeat center center;}
 

.tp2026_seminar{padding:58px 32px}
/* 右上
.tp2026_seminar::before { content: "";z-index: 10; position: absolute;top: 0; right: 0;width: 240px;  height: 180px;
  border-bottom: 40px solid var(--white); border-left: 40px solid var(--white); box-sizing: border-box;}
 */
.tp2026_seminar_card{position: relative;z-index: 20;width:min(1410px,100%);margin:auto;border:10px solid var(--blue);padding:35px 160px 42px}
    /* 左下 */
.tp2026_seminar_card::after { content: ""; position: absolute;
  bottom: 0;
  left: 0px;
  width: 100px;  height: 135px;
  background:url("./assets/ripo_chara_03.svg") no-repeat right center;
  background-size: 100% auto;
  box-sizing: border-box;}
.tp2026_seminar_card h2{font-size:36px;font-weight:600}
.tp2026_seminar_card__lead{font-size:22px;text-align:center;font-weight:600}
.tp2026_seminar_card__body {
  width:80%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 175px;
  gap: 30px;
  align-items: center;
  margin: 24px auto;
}
.tp2026_seminar_table {
  margin: 0;
}
.tp2026_seminar_table_row {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: stretch;
}
.tp2026_seminar_table_row:first-child {
  border-top: 1px solid var(--blue);
}
.tp2026_seminar_table_row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .9);
}
.tp2026_seminar_table_row a{
  text-decoration: underline;
}
.tp2026_seminar_table dt,
.tp2026_seminar_table dd {
  margin: 0;
  font-size: 18px;
}
.tp2026_seminar_table dt {
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 10px;
  line-height: 1.4;
  font-weight: 400;
  border-bottom: 1px solid var(--white);
}

.tp2026_seminar_table_row:last-child dt{
  border-bottom:none;
}
.tp2026_seminar_table dd {
  padding: 12px 10px;
  line-height: 1.4;
  border-bottom: 1px solid var(--blue);
}
.tp2026_seminar .letter_space{letter-spacing: 1em;}
.tp2026_seminar_table dd small {
  display: block;
  margin-top: 2px;
  font-size: 1.3rem;
  font-weight: 400;
}
.tp2026_seminar_card__body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp2026_link_grid{position: relative;z-index: 40;display:grid;grid-template-columns:1fr 1.2fr;gap:44px;align-items:center;margin-top:38px}
/*.tp2026_link_grid p{font-size:14px;opacity:.9}*/

.tp2026_link_section{position: relative; overflow: hidden;}
/* 右下
.tp2026_link_section::after { z-index: 30;content: ""; position: absolute; right: 0; bottom: 0;
  width: 220px; height: 160px;
 border-left: 40px solid var(--white);border-top: 40px solid var(--white); box-sizing: border-box;} */
.tp2026_banner_link img{width:100%;}

.tp2026_reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.tp2026_reveal.is-visible{opacity:1;transform:none}
.tp2026_sr_only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0
}
@media (max-width:1145px){
.tp2026_eyebrow{font-size:20px;}
.tp2026_hero__lead{font-size:28px;margin-bottom:18px}
 .tp2026_hero h1{font-size:42px}
.tp2026_hero__date{max-width: 480px;}
}
  
@media (max-width:900px){
  .tp2026_hero,.tp2026_hero__inner{min-height:320px}
  .tp2026_hero__inner{width:calc(100% - 40px)}
.tp2026_hero{ background-size: 180px auto; min-height:320px; background-position: right 30px center;}
.tp2026_hero .hero-title__en {display: inline; transform: scaleX(1);transform-origin: inherit; margin-right:5px;}
.tp2026_hero .hero-title__jp {display: inline; transform: scaleX(1);font-size:36px}
  .tp2026_hero__mark{width:175px;height:175px;border-width:28px;margin-right:-35px;opacity:.85}
  .tp2026_section h2{font-size:28px}
  .tp2026_seminar::before { width: 80px; height: 80px; border-right-width: 20px; border-bottom-width: 20px;}
  .tp2026_link_grid{display: flex; flex-direction: column-reverse;}
  .tp2026_info_grid{grid-template-columns:1fr}
  .tp2026_message__grid{ grid-template-columns:1fr; gap:30px; }
  .tp2026_message__text,
  .tp2026_message__text .tp2026_section_label,
  .tp2026_message__text h2{ text-align:center; }
  .tp2026_message__sub{ font-size:20px;}
  .tp2026_seminar_card{padding:28px 28px 34px}
  .tp2026_seminar{padding-bottom: 150px}
  .tp2026_ripo{width: 100%;}
 .tp2026_seminar_card::after{
  background:url("./assets/ripo_chara_02.svg") no-repeat right center;
  bottom:-160px; left: 50%; transform: translateX(-50%);width:80px; height: 150px; background-size: 80px auto;}
  .tp2026_cta{display: flex; justify-content:space-around;gap:2px; padding:10px;}
.tp2026_link_section::after { 
  width: 120px; height: 140px; border-left: 20px solid #80cef3;border-top: 20px solid #80cef3;}
  .tp2026_event_table .letter_space{letter-spacing: 0;}
}
@media (max-width:640px){
  .tp2026_hero{min-height:320px}
  .tp2026_hero__inner{align-items:center}
  .tp2026_hero__copy{padding-right:0}
.tp2026_eyebrow{font-size:16px;}
  .tp2026_hero__lead{font-size:24px;margin-bottom:18px}
  .tp2026_hero h1{font-size:32px;max-width:420px}
  .tp2026_hero .hero-title__jp {font-size:24px}
  .tp2026_hero__date{display:block;font-size:18px;line-height:1.6}
  .tp2026_hero__date span{display:block}
  .tp2026_hero__mark{position:absolute;right:-75px;top:42px;width:170px;height:170px;border-width:26px;opacity:.55}
  .tp2026_section{padding:62px 20px}
  .tp2026_section h2{font-size:18px}
  .tp2026_section p{font-size:13px}
  .tp2026_video_card{width: 100%;}
  .tp2026_seminar{padding-bottom: 150px}
  .tp2026_seminar_card__body{display: flex; flex-direction: column-reverse;}
  .tp2026_seminar_card__body img{width:65%;height:260px;object-position:top}
  .tp2026_seminar_table dt,.tp2026_seminar_table dd { font-size: 12px;}
  
  .tp2026_event_table div{padding:12px 0;font-size:13px; grid-template-columns:88px 1fr}
  .tp2026_seminar_card{border-width:5px;padding:24px 16px}
  .tp2026_seminar_card h2{font-size:18px}
  .tp2026_seminar_table div{grid-template-columns:86px 1fr}
  .tp2026_cta__light span,.tp2026_cta__light strong{font-size:12px;}
  .tp2026_cta__light strong{width:200px;}
    }
@media (prefers-reduced-motion:reduce){
  .tp2026_page, .tp2026_page *{scroll-behavior:auto!important}
  .tp2026_reveal{opacity:1;transform:none;transition:none}
}