@charset "UTF-8";

/* .header_area
----------------------------------------*/
.header_area{
  background:#fff;
}
.header_area .shoulder{
  background: url(pagebg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.header_area .shoulder p{
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.header_area .shoulder p .serif{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.header_area .shoulder p .subshoulder{
  font-size: 1.8rem;
  padding: 0 10px;
}
.header{
  background: url(mv.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: top center;
  transition: all 0.2s;
  max-width: 2400px;
  height: 500px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.header_inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.header_inner .title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: auto;
  z-index: 1;
  text-align: left;
  width: 95%;
  max-width: 1000px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.header_toplogo{
  margin: 0 0 10px 20px;
  display: block;
}
.header_toplogo img{
  width: 100px;
}
.header_inner h1 span{
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	font-size: 3.8rem;
	font-weight: 600;
	padding: 4px 16px;
	line-height: 1.8;
	background: #BC2228;
}
.header_inner .title p.subtitle {
  display: block;
  color: #BC2228;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 10px;
  margin-left: 16px;
}
.header_inner .title p.subtitle .small{
  font-size: 75%;
}
.header .heading-name {
  width: 95%;
  transition: ease .2s;
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35%;
}
.header .heading-name p {
  background-color: rgba(255, 255, 255, .85);
  color: #032d5e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 20px;
}
.header .heading-name p .strong {
  font-size: 1.15em;
  padding-right: 5px;
}
.header .heading-name p:first-child{
  text-align: right;
}
.header .heading-name p:last-child{
  text-align: left;
}
.vol4 .profile .caption p {
    margin: 0 15px 1em;
}

@media screen and (max-width: 1000px){
  .header_area .shoulder p{
    line-height: 1.1;
    padding: .5em;
  }
  .header h1 span{
    font-size: 3.8vw;
  }
  .header_inner .title p.subtitle{
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 820px){
  .header_area .shoulder p{
    font-size: 2.2rem;
  }
  .header_area .shoulder p .subshoulder{
    font-size: 1.6rem;
    display: inline-block;
  }
}
@media screen and (max-width: 768px){
  .header_area{
    background: #fff;
  }
  .header{
    background: none;
    background-image: none;
    display: block;
    height: auto;
    padding: 20px 10px 15px 0;
  }
  .header_inner .title{
    position: relative;
    top: 0;
    transform: none;
  }
  .header h1 span{
    font-size: 3.8rem;
    font-size: 4.95vw;
  }
  .header_inner .title p.subtitle{
    font-size: 2.8rem;
  }
  .header .heading-name {
    justify-content: space-between;
    padding: 0 2.5%;
    gap: 15px;
  }
}
@media screen and (max-width: 640px){
  .header_area .shoulder p{
    font-size: 1.8rem;
  }
  .header_area .shoulder p .subshoulder{
    font-size: 1.2rem;
  }
  .header h1{
    line-height: 1.3;
  }
  .header h1 span{
    font-size: 2.6rem;
  }
  .header h1 span br{
    display: none;
  }
  .header_inner .title p.subtitle{
    font-size: 2.2rem;
  }
  .header .heading-name{
    width: 98%;
    position: absolute;
    left: 2%;
  }
}
@media screen and (max-width: 480px){
  .header_toplogo img{
    width: 80px;
  }
  .header h1 span {
    font-size: 2.5rem;
  }
  .header_inner .title p.subtitle{
    font-size: 1.9rem;
  }
  .header .heading-name p{
    font-size: 1.4rem;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 340px){
    .header h1 span {
        font-size: 2.8rem;
        letter-spacing: 0;
    }
    .header h1 span.subtitle{
      font-size: 1.5rem;
    }
}

/* #program-box
----------------------------------------*/
#program-box{
  width: 100%;
  max-width: 900px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(104,0,8,.22),rgba(84,0,6,.30)),url("shell-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-attachment: scroll;
  box-shadow: 0 14px 42px rgba(0,0,0,.18);
  padding: 32px 30px 34px;
  margin-bottom: 45px;
  line-height: 1.6;
}
#program-box::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg,rgba(85,0,5,.05),rgba(85,0,5,.17)); */
  pointer-events: none;
}
.program-inner{
  padding: 20px 12px 30px;
}
#program-box .hero {
  color: #fff;
    padding: 6px 4px 18px;
}
#program-box .hero-brand {
  /* min-height: 250px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-start; */
  /* padding: 12px 6px 10px 12px; */
  min-height: 0;
    padding: 10px 12px 2px;
    align-items: center;
}
#program-box .hero-logo {
    width: min(360px,88vw);
}
#program-box .hero-meta {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.48);
  width: min(360px,100%);
  font-weight: bold;
  font-size: 1.4rem;
  display: grid;
  gap: 6px;
  letter-spacing: .015em;
  text-align: center;
  line-height: 1.5;
}
#program-box .hero-meta strong,
#program-box .hero-meta span {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
#program-box .hero-copy {
  padding: 14px 14px 8px;
  text-align: left;
}
#program-box .eyebrow {
  font-size: 1.2rem;
  letter-spacing: .15em;
  font-weight: bold;
  color: #ffd35d;
  margin-bottom: 9px;
}
#program-box .hero-copy h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 17px;
  font-weight: bold;
  letter-spacing: -.02em;
  max-width: 860px;
}
#program-box .hero-lead {
  font-size: 1.45rem;
  line-height: 1.75;
}
#program-box .hero-detail a {
  color: #fff !important;
  text-decoration: underline;
    text-decoration-thickness: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
#program-box .hero-site {
  display: none;
}
#program-box .card {
  background: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 8px 26px rgba(52,0,4,.12);
  margin: 0 0 18px;
  margin-bottom: 14px;
  padding: 21px 17px 23px;
}
#program-box .section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 24px;
  font-weight: bold;
}
#program-box .section-title::before {
  content: "";
  width: 6px;
  height: 29px;
  background: #cf001c;
  flex: 0 0 auto;
}
#program-box .section-title::after {
  content: "";
  height: 1px;
  background: #d8d8d8;
  flex: 1;
}
#program-box .group {
  border: 1px solid #bcbcbc;
  background: #fff;
  margin-bottom: 13px;
}
#program-box .group-head {
  margin: 0;
  padding: 11px 13px 11px 12px;
  background: #fff3f4;
  border-left: 5px solid #cf001c;
  /* border-bottom: 1px solid #e7e7e7; */
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* #program-box .group-head .bar {
  width: 4px;
  height: 20px;
  background: #cf001c;
}
#program-box .group-head {
  font-size: 1.5rem;
  font-weight: bold;
} */
.program-compact-pair .evening-list{
  grid-template-columns: 1fr;
  padding: 9px;
  gap: 6px;
}
.program-compact-pair .evening-item{
  padding: 7px 9px;
  text-align: left;
  font-size: 1.7rem;
  font-weight: bold;
}
#program-box .row {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-template-columns: 1fr;
  /* border-bottom: 1px solid #bcbcbc; */
  border-top: 1px solid #bcbcbc;
}
#program-box .row-label {
  padding: 11px 14px 0;
  /* background: #fafafa; */
  color: #555;
  font-size: 1.4rem;
  font-weight: bold;
  /* border-bottom: 1px solid #eee; */
}
#program-box .row-main {
  padding: 5px 14px;
}
#program-box .program-name {
  font-size: 1.7rem;
  font-weight: bold;
}
#program-box .speaker {
  font-size: 1.4rem;
  color: #444;
  margin-top: 3px;
}
#program-box .seminar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
}
#program-box .seminar-card {
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
  padding: 11px 12px;
}
#program-box .seminar-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
#program-box .section-venue{
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 2px 10px;
  border: 1px solid #cf001c;
  background: #fff;
  color: #cf001c;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  flex: none;
}
#program-box .venue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 27px;
  padding: 0 10px;
  border: 1px solid #cf001c;
  background: #fff;
  color: #cf001c;
  font-weight: 800;
  font-size: 13px;
  flex: none;
}
#program-box .seminar-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.45;
  min-width: 0;
}
#program-box .seminar-speaker {
  font-size: 1.35rem;
  color: #444;
  margin-top: 6px;
}
#program-box .program-compact-pair {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 13px;
}
#program-box .day2-strip {
  border: 1px solid #bcbcbc;
  border-top: 4px solid #cf001c;
  background: #fff;
  padding: 12px 13px 14px;
  margin-top: 18px;
}
#program-box .day2-badge {
  /* flex: 0 0 auto;
  background: #cf001c;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 5px 9px;
  letter-spacing: .01em;
  line-height: 1; */
  display: inline-block;
  margin-bottom: 7px;
  color: #9d2101!important;
  font-weight: bold;
  font-size: 1.3rem!important;
}
#program-box .day2-strip span {
  font-size: 1.4rem;
  color: #555;
  /* margin-left: 8px; */
  margin-left: 0;
}
#program-box .day2-strip strong {
  font-size: 1.4rem;
  margin-right: 1em;
}
#program-box .day2-strip span {
  margin-left: 0;
}
#program-box .highlight {
  /* padding: 22px 20px 24px; */
  background: linear-gradient(135deg,#720007 0%,#a40011 50%,#620004 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 15px 18px 17px;
}
#program-box .highlight-card {
  padding: 0;
  overflow: hidden;
}
#program-box .highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 83% 16%,rgba(255,255,255,.08),transparent 28%);
  pointer-events: none;
}
#program-box .highlight-label {
  text-align: center;
  color: #ffd35d;
  /* font-size: 15px; */
  font-weight: bold;
  letter-spacing: .06em;
  /* margin-bottom: 16px; */
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#program-box .highlight-stats {
  display: grid;
  /* grid-template-columns: repeat(3,1fr); */
  grid-template-columns: 1fr;
  /* gap: 16px; */
  position: relative;
  z-index: 1;
  gap: 8px;
}
#program-box .highlight-stats div {
  text-align: center;
  padding: 8px 10px;
  /* border-left: 1px solid rgba(255,255,255,.25); */
  border-top: 1px solid rgba(255,255,255,.2);
}
#program-box .highlight-stats div:first-child {
  border-left: 0;
  border-top: 0;
}
#program-box .highlight-stats strong {
  display: block;
  /* font-size: 39px; */
  line-height: 1;
  color: #fff;
  /* margin-bottom: 8px; */
  font-size: 3.2rem;
  margin-bottom: 5px;
}
#program-box .highlight-stats span {
  /* font-size: 12.5px; */
  font-size: 1.15rem;
  font-weight: bold;
}
#program-box .media-strip {
  display: grid;
  /* grid-template-columns: 1.25fr .9fr;
  gap: 14px; */
  grid-template-columns: 1fr;
  gap: 10px;
}
#program-box .video-card {
  position: relative;
  display: block;
  overflow: hidden;
  /* min-height: 300px; */
  min-height: 220px;
  color: #fff;
  text-decoration: none;
}
#program-box .video-caption {
  position: absolute;
  /* left: 16px; */
  /* bottom: 13px; */
  z-index: 2;
  /* font-size: 15px; */
  font-weight: bold;
  font-size: 1.2rem;
  left: 12px;
  top: 9px;
  background: rgba(0, 0, 0, .62);
  padding: 2px 5px;
}
#program-box .photo-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: none;
  gap: 8px;
}
#program-box .photo-stack figure {
  margin: 0;
  overflow: hidden;
  background: #111;
  position: relative;
  /* min-height: 142px; */
  min-height: 110px;
}
#program-box .photo-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#program-box .photo-stack figcaption {
  position: absolute;
  left: 10px;
  bottom: 8px;
  background: rgba(0,0,0,.62);
  color: #fff;
  font-size: 1.1rem;
  padding: 3px 7px;
}
#program-box .cta-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 12px 12px 4px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
#program-box .cta-copy {
  font-size: 1.4rem;
  margin: 0 0 9px;
  font-weight: bold;
}
#program-box a.cta-button {
  display: inline-block;
  /* background: var(--red); */
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 900;
  background: #fff;
  color: #cf001c;
  padding: 9px 24px;
}
#program-box .note {
  margin: 10px 0 0;
  font-size: 1.05rem;
  font-weight: bold;
  color: rgba(255,255,255,.82);
  white-space: nowrap;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 1000px){
  #program-box{
  width: 90%;
  }
}
@media screen and (max-width: 640px){
  #program-box{
    padding: 0 2.5% 5%;
    margin-bottom: 5%;
  }
  #program-box .hero-copy{
    padding: 10px 0 8px;
  }
  .program-inner{
    padding: 5% 12px 5%;
  }
  #program-box .group-head{
    align-items: flex-start;
    font-size: 1.7rem;
    padding: 11px 10px 11px 0px;
  }
  #program-box .seminar-top{
    align-items: flex-start;
  }
  #program-box .program-name{
    font-size: 1.6rem;
  }
  #program-box .photo-stack figcaption{
    font-size: 1rem;
    line-height: 1.2;
    /* padding: 4px 5px 1px; */
  }
}
@media screen and (max-width: 480px){
  #program-box .hero-copy h2{
    font-size: 6.25vw;
  }
  #program-box .section-title{
    font-size: 1.8rem;
  }
  #program-box .photo-stack figcaption{
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 1rem;
    line-height: 1.2;
    padding: 4px 5px 4px;
  }
}