@charset "UTF-8";
/***** 共通読み込み *****/
/***** ブレイクポイント *****/
/***** 画面幅 *****/
/***** 色 *****/
/***** 文字サイズ *****/
/***** フォント *****/
/***** 余白 *****/
/***** ヘッダー *****/
/*開催情報 sp高さ*/
/***** 画像サムネール *****/
/***** ロールオーバー *****/
/***** ボタン共通 *****/
/***** タイトル *****/
/*下層 タイトル*/
/*背景付パンくず*/
/*インデックス・ナビ*/
/***** 共通余白 *****/
/*マーク*/
/*講演者表示共通*/
/***** 更新情報一覧 *****/
#shownet {
  /*パンくず*/
}
#shownet #breadcrumb li {
  color: #ffffff;
  text-shadow: 0 0 10px #888;
}
#shownet #breadcrumb li:not(:last-child) {
  color: rgba(255, 255, 255, 0.5);
}
#shownet > article {
  padding-top: 15px;
  /*ページ内リンク*/
  /*▼2021年 STM（ShowNet Team Member）募集*/
  /*「Interop」と「ShowNet」*/
  /*ShowNet とは*/
  /*スライドギャラリー*/
  /*ShowNetは誰が作っているのか*/
}
@media screen and (min-width: 736px) {
  #shownet > article {
    padding-top: 40px;
  }
}
#shownet > article h2 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  text-shadow: 0 0 10px #888;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 735px) {
  #shownet > article h2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article h2 {
    margin-bottom: 40px;
  }
}
#shownet > article h2 span {
  font-weight: normal;
  display: block;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 4rem;
}
@media screen and (min-width: 736px) {
  #shownet > article h2 span {
    font-size: 6.3rem;
  }
}
#shownet > article h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../../images/shownet/mv.jpg");
  background-size: cover;
  background-position: center;
  top: calc(-1 * ((1rem * 1.6) + 35px));
  left: 50%;
  bottom: -15px;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 736px) {
  #shownet > article h2::after {
    top: calc(-1 * ((1.2rem * 1.6) + 80px));
    bottom: -40px;
  }
}
#shownet > article #page_nav .logo_shownet {
  display: flex;
  align-items: center;
  justify-content: center;
}
#shownet > article #page_nav .logo_shownet img {
  width: 120px;
}
@media screen and (min-width: 736px) {
  #shownet > article #page_nav .logo_shownet img {
    width: 150px;
  }
}
#shownet > article #page_nav .pn_sns {
  margin: 0 5px;
}
#shownet > article #page_nav .pn_sns svg {
  width: 28px;
  height: 28px;
}
#shownet > article #stm2021 {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 736px) {
  #shownet > article #stm2021 {
    margin-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #stm2021 {
    margin-bottom: 120px;
  }
}
#shownet > article #stm2021 h3 {
  font-weight: bold;
  color: #013048;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 380px) {
  #shownet > article #stm2021 h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #stm2021 h3 {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #stm2021 p {
    font-size: 1.7rem;
  }
}
#shownet > article #stm2021 ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -5px;
}
@media screen and (min-width: 736px) {
  #shownet > article #stm2021 ul {
    margin-top: 20px;
    margin-bottom: -10px;
  }
}
#shownet > article #stm2021 ul li {
  margin: 5px;
  width: calc(((100% - 1px) / 3) - 10px);
}
@media screen and (min-width: 736px) {
  #shownet > article #stm2021 ul li {
    width: calc(((100% - 1px) / 3) - 20px);
    margin: 10px;
  }
}
#shownet > article #stm2021 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  background-color: #013048;
  color: #ffffff;
  font-weight: bold;
  height: 40px;
  line-height: 1.2;
  font-size: 1.1rem;
}
@media screen and (min-width: 736px) {
  #shownet > article #stm2021 ul li a {
    transition: opacity .3s;
  }
  #shownet > article #stm2021 ul li a:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #stm2021 ul li a {
    height: 60px;
    font-size: 1.6rem;
  }
}
#shownet > article #stm2021 ul li a::after {
  font-family: "icon";
  content: "\ff1e";
  font-size: 12px;
  margin-left: 1em;
}
#shownet > article #stm2021 ul .btn_stm_max {
  width: 100%;
}
#shownet > article #stm2021 ul .btn_stm_max a {
  background-color: #c00000;
}
#shownet > article #int_sho {
  color: #ffffff;
  background-color: #013048;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 736px) {
  #shownet > article #int_sho {
    padding-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #int_sho {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #int_sho {
    margin-bottom: 120px;
  }
}
#shownet > article #int_sho::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  left: 10px;
  transform: translateY(100%);
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #013048 transparent transparent transparent;
}
@media screen and (min-width: 736px) {
  #shownet > article #int_sho::after {
    border-width: 50px 50px 0 50px;
  }
}
@media screen and (min-width: 1400px) {
  #shownet > article #int_sho::after {
    left: calc(((100% - 1400px) / 2) + 10px);
  }
}
#shownet > article #int_sho > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
#shownet > article #int_sho h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 380px) {
  #shownet > article #int_sho h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #int_sho h3 {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #int_sho p {
    font-size: 1.7rem;
  }
}
#shownet > article #int_sho p:not(:last-child) {
  margin-bottom: .5em;
}
#shownet > article #int_sho p span {
  display: block;
}
#shownet > article #int_sho p .is_catch {
  font-style: italic;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 736px) {
  #shownet > article #int_sho p .is_catch {
    font-size: 2.6rem;
  }
}
#shownet > article #int_sho p .is_catch_ja {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (min-width: 736px) {
  #shownet > article #int_sho p .is_catch_ja {
    font-size: 1.4rem;
  }
}
#shownet > article #int_sho p .is_catch_ja::before {
  content: "";
  background: #ffffff;
  width: 1.5em;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
#shownet > article #about_shownet {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 736px) {
  #shownet > article #about_shownet {
    margin-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #about_shownet {
    margin-bottom: 120px;
  }
}
#shownet > article #about_shownet h3 {
  font-weight: bold;
  color: #013048;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 380px) {
  #shownet > article #about_shownet h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #about_shownet h3 {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #about_shownet p {
    font-size: 1.7rem;
  }
}
#shownet > article #about_shownet p:not(:last-child) {
  margin-bottom: .5em;
}
#shownet > article #about_shownet > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c6181e;
  color: #ffffff;
  font-weight: bold;
  max-width: 280px;
  height: 50px;
  margin-top: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 736px) {
  #shownet > article #about_shownet > a {
    transition: opacity .3s;
  }
  #shownet > article #about_shownet > a:hover {
    opacity: .6;
  }
}
@media screen and (max-width: 735px) {
  #shownet > article #about_shownet > a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #about_shownet > a {
    font-size: 1.8rem;
  }
}
#shownet > article #about_shownet > a::after {
  font-family: "icon";
  content: "\ff1e";
  font-size: 14px;
  margin-left: 1.5em;
}
#shownet > article #shownet_gallery {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 736px) {
  #shownet > article #shownet_gallery {
    margin-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #shownet_gallery {
    margin-bottom: 120px;
  }
}
#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div > img,
#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div > img,
#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div > svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 736px) {
  #shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div {
    padding-bottom: 43.2%;
  }
}
#shownet > article #shownet_gallery .swiper-container .swiper-wrapper .swiper-slide > div img {
  object-position: center bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}
@media screen and (max-width: 735px) {
  #shownet > article #shownet_gallery .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: center;
  }
}
#shownet > article #shownet_gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#shownet > article #shownet_gallery .swiper-pagination-bullet-active {
  background-color: #013048;
}
#shownet > article #who_shownet {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet {
    margin-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet {
    font-size: 1.7rem;
  }
}
#shownet > article #who_shownet h3 {
  font-weight: bold;
  color: #013048;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 380px) {
  #shownet > article #who_shownet h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet h3 {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
#shownet > article #who_shownet > ul {
  margin-top: 1em;
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet > ul {
    display: flex;
    justify-content: space-between;
  }
}
#shownet > article #who_shownet > ul li {
  background-color: #e6ebed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 735px) {
  #shownet > article #who_shownet > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet > ul li {
    width: 48%;
  }
}
#shownet > article #who_shownet > ul li h4 {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 10px;
  padding: 10px;
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet > ul li h4 {
    font-size: 2rem;
    margin: 15px;
    padding: 15px;
  }
}
#shownet > article #who_shownet > ul li h4 img {
  margin-right: 1em;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet > ul li h4 img {
    width: 50px;
    height: 50px;
  }
}
#shownet > article #who_shownet > ul li > p {
  margin: 10px;
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet > ul li > p {
    margin: 15px 30px;
  }
}
#shownet > article #who_shownet > ul li > span {
  font-size: 1.2rem;
  display: block;
  text-align: right;
  line-height: 1.2;
  margin: auto 10px 5px;
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet > ul li > span {
    margin-left: 30px;
    margin-right: 30px;
  }
}
#shownet > article #who_shownet > ul li > span + a {
  margin-top: 0;
}
#shownet > article #who_shownet > ul li > a {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  background-color: #013048;
  color: #ffffff;
  height: 40px;
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet > ul li > a {
    transition: opacity .3s;
  }
  #shownet > article #who_shownet > ul li > a:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 736px) {
  #shownet > article #who_shownet > ul li > a {
    height: 60px;
  }
}
#shownet > article #who_shownet > ul li > a::after {
  font-family: "icon";
  content: "\ff1e";
  font-size: 14px;
  margin-left: 1.5em;
}

/*# sourceMappingURL=shownet.css.map */
