@media screen and (max-width: 1024px) {
  br.dd1024 {
    display: none;
  }
}
.spPicth_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 2em;
}
.spPicth_info .ins {
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 20px 25px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .spPicth_info .ins {
    padding: 12px;
  }
}
@media screen and (max-width: 349px) {
  .spPicth_info .ins {
    font-size: 0.875em;
  }
}
.spPicth_info .ins > div.t {
  color: #f00;
  font-size: 1.25rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .spPicth_info .ins > div.t {
    font-size: 1.25em;
  }
}
.spPicth_info .ins > div.link a {
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  font-size: 1.25rem;
  margin-top: 0.5em;
  padding: 0.25em 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f33), to(#e00));
  background-image: linear-gradient(180deg, #f33 0%, #e00 100%);
  border-radius: 6px;
  color: #fff;
}
.spPicth_info .ins > div.link a i {
  color: #fff;
}
@media screen and (max-width: 559px) {
  .spPicth_info .ins > div.link a {
    font-size: 1.125em;
  }
}
.spPicth_info .ins > div.link a:hover {
  opacity: 0.75;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.in_knock_mg {
  margin: 0 1em;
}
@media screen and (max-width: 559px) {
  .in_knock_mg {
    margin: 0 0.5em;
  }
}

.headline_h202 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#dee5f0));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #dee5f0 100%);
}
.headline_h202.oisp_j {
  font-size: 1.25em;
  margin-top: 2em;
}
@media screen and (max-width: 559px) {
  .headline_h202.oisp_j {
    font-size: 1.125em;
  }
}

.cmm_title_bg .bg_ins {
  background-image: url(../images/title_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}
.cmm_title_bg .title_area {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cmm_title_bg .title_area h1 {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.cmm_title_bg .title_area h1 img {
  width: 100%;
}

.summary_block {
  background: #1a1a1a;
  font-size: 1.25em;
  line-height: 1.75;
  color: #fff;
  padding: 0 0 2.5em;
  margin-top: -10px;
  margin-bottom: 2.5em;
}
.summary_block p {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.summary_block p i {
  color: #f00;
  font-size: 1.5em;
  padding-top: 0.05em;
}
.summary_block p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 559px) {
  .summary_block {
    font-size: 1.125em;
    line-height: 1.75;
    padding: 0 0 2em;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .summary_block p {
    width: 95%;
  }
}
.summary_block .anc_session {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.summary_block .anc_session a {
  font-weight: bold;
  display: block;
  padding: 0.5em 1em;
  background: #fff;
  color: #f00;
  border-radius: 3px;
}
.summary_block .anc_session a:hover {
  opacity: 0.8;
}

.f1_contents p {
  line-height: 2;
}
.f1_contents p.later {
  margin-top: 0.75em;
  color: #f00;
  font-weight: bold;
}
.f1_contents p.later.toSmooth {
  font-size: 1.5em;
}
.f1_contents p.later.toSmooth a {
  color: #f00;
}
.f1_contents p.later.toSmooth a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1060px) {
  .wrap_guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap_guide .main_guide {
    width: 65%;
  }
  .wrap_guide .ph_box {
    width: 30%;
  }
}
@media screen and (max-width: 1059px) {
  .wrap_guide {
    display: block;
  }
  .wrap_guide > div {
    width: 100%;
    margin-bottom: 3em;
  }
}
.wrap_guide .main_guide {
  font-size: 1.125em;
}
.wrap_guide .main_guide p {
  line-height: 1.875;
  line-break: strict;
}
.wrap_guide .main_guide p + p {
  margin-top: 1em;
}
.wrap_guide .main_guide ol {
  margin: 1.5em 0;
  list-style-type: decimal;
}
.wrap_guide .main_guide ol li {
  line-height: 1.5;
  padding: 0.25em 0;
  margin-left: 1.5em;
  padding-left: 3px;
}
.wrap_guide .main_guide ol li::marker {
  font-weight: bold;
}
.wrap_guide .ph_box .last-y {
  border-radius: 5px;
  margin-bottom: 8px;
  background: #d33;
  padding: 0.75em;
  color: #fff;
  text-align: center;
}
.wrap_guide .ph_box .ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  aspect-ratio: 16/9;
}
.wrap_guide .ph_box .ph img {
  width: 100%;
  aspect-ratio: 16/10;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
  border-radius: 4px;
}
@media screen and (min-width: 559px) and (max-width: 1059px) {
  .wrap_guide .ph_box .ph img {
    width: calc(50% - 4px);
  }
}
.wrap_guide .ph_box .none {
  padding: 5px 10px;
}
.wrap_guide .ph_box .none > div {
  background: rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.5);
}

.director_area {
  margin-top: 2em;
  border: 5px solid rgba(0, 0, 0, 0.075);
  padding: 2em;
}
@media screen and (max-width: 559px) {
  .director_area {
    padding: 1em;
  }
}

.director_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.director_info .ph {
  width: auto;
  max-width: 200px;
  margin-right: 2em;
}
.director_info .ph img {
  width: 100%;
}
.director_info .profile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.director_info p {
  line-height: 1.75;
}
.director_info p.rl {
  font-weight: bold;
  margin-bottom: 0.125em;
}
.director_info p.name {
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}
.director_info p.name span {
  font-size: 80%;
  padding-left: 3px;
}
.director_info p.txt {
  font-size: 1em;
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .director_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .director_info .ph {
    margin: 0 auto 1em;
    width: 90%;
  }
  .director_info p.rl,
  .director_info p.name {
    text-align: center;
  }
}

.special_pitch_guide {
  margin-top: 2em;
}
.special_pitch_guide h2 {
  background: rgba(0, 0, 0, 0.075);
  padding: 0.25em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25em;
  line-height: 1.5;
}
.special_pitch_guide h2 span.title {
  font-weight: bold;
  margin-right: 1em;
}
.special_pitch_guide h2 span.stage {
  font-size: 75%;
}
.special_pitch_guide .lead {
  margin: 0.75em 0;
}
.special_pitch_guide .lead p {
  font-size: 1em;
  line-height: 1.75;
}
.special_pitch_guide ul.session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.special_pitch_guide ul.session li a {
  font-weight: bold;
  margin: 5px;
  border: 2px solid #f00;
  border-radius: 3px;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.special_pitch_guide ul.session li a .icon {
  font-size: 1.5em;
  margin-right: 5px;
  color: #f00;
}
.special_pitch_guide ul.session li a:hover {
  background: rgba(0, 0, 0, 0.075);
}
.special_pitch_guide ul.session li p {
  line-height: 1.5;
}
.special_pitch_guide ul.session li p.day_time {
  font-size: 1em;
}
.special_pitch_guide ul.session li p.title {
  font-size: 1em;
}
.map {
  margin: 1.5em auto 0;
}
.map .mapImage {
  margin: 0 auto;
  width: 90%;
  max-width: 380px;
}
.map .mapImage img {
  width: 100%;
}
.map p {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
}