<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/***** 共通読み込み *****/
/***** ブレイクポイント *****/
/***** 画面幅 *****/
/***** 色 *****/
/***** 文字サイズ *****/
/***** フォント *****/
/***** 余白 *****/
/***** ヘッダー *****/
/*開催情報 sp高さ*/
/***** 画像サムネール *****/
/***** ロールオーバー *****/
/***** ボタン共通 *****/
/***** タイトル *****/
/*下層 タイトル*/
/*背景付パンくず*/
/*インデックス・ナビ*/
/***** 共通余白 *****/
/*マーク*/
/*講演者表示共通*/
/********** TOPページ **********/
/***** KV *****/
#kv {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  color: #ffffff;
  background: rgba(1, 48, 72, 0.9);
  background: -moz-linear-gradient(left, rgba(2, 71, 71, 0.9) 0%, rgba(1, 48, 72, 0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(2, 71, 71, 0.9) 0%, rgba(1, 48, 72, 0.9) 100%);
  background: linear-gradient(to right, rgba(2, 71, 71, 0.9) 0%, rgba(1, 48, 72, 0.9) 100%);
  min-height: 370px;
  height: 60vh;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 736px) {
  #kv {
    padding-bottom: 35px;
    min-height: 600px;
    height: 83vh;
  }
}
#kv::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/home/kv_01.png");
  background-position: center;
  background-size: cover;
}
#kv &gt; p {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 379px) {
  #kv &gt; p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 736px) {
  #kv &gt; p {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  #kv .online_posi_pc_b {
    padding-bottom: 1em;
  }
}
#kv &gt; div {
  position: relative;
  width: 100%;
  max-width: 720px;
}
#kv &gt; div::before {
  content: "";
  background-image: url("../images/home/online_icon.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(5%, -5%) rotate(-20deg);
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 380px) {
  #kv &gt; div::before {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 736px) {
  #kv &gt; div::before {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  #kv &gt; div::before {
    transform: translate(55%, -30%) rotate(-20deg);
  }
}
#kv &gt; div svg {
  fill: #ffffff;
  width: 100%;
  height: 29.8vw;
  max-height: 215px;
  margin: 20px 0 15px;
}
@media screen and (min-width: 380px) {
  #kv &gt; div svg {
    margin: 40px 0 15px;
  }
}
@media screen and (min-width: 736px) {
  #kv &gt; div svg {
    margin: 30px 0;
  }
}
#kv .kv_s_txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 380px) {
  #kv .kv_s_txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 736px) {
  #kv .kv_s_txt {
    font-size: 2rem;
  }
}
#kv .btn_pre_kv {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #02473f;
  font-weight: bold;
  width: 280px;
  height: 50px;
  border-radius: 25px;
  font-size: 1.8rem;
}
@media screen and (min-width: 736px) {
  #kv .btn_pre_kv {
    transition: opacity .3s;
  }
  #kv .btn_pre_kv:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 736px) {
  #kv .btn_pre_kv {
    width: 330px;
    height: 75px;
    border-radius: 40px;
    font-size: 2.2rem;
  }
}
#kv &gt; span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background-color: #ffffff;
  color: #02473f;
  font-weight: bold;
  border-radius: 25px;
  font-size: 1.5rem;
  height: 30px;
  padding: 0 15px;
  margin-top: 5px;
}
@media screen and (min-width: 380px) {
  #kv &gt; span {
    margin-top: 15px;
    height: 40px;
  }
}
@media screen and (min-width: 736px) {
  #kv &gt; span {
    height: 60px;
    border-radius: 40px;
    font-size: 2.2rem;
  }
}
#kv .btn_scroll {
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*一時非公開中*/
  display: none;
}
#kv .btn_scroll::after {
  content: "\2193";
  font-family: "icon";
}
@media screen and (max-width: 735px) {
  #kv .btn_scroll {
    display: none;
  }
}

/***** About *****/
#top_about {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  #top_about {
    padding-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #top_about {
    padding-bottom: 120px;
  }
}
#top_about h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #013048;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6rem;
  height: 3.5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 380px) {
  #top_about h2 {
    font-size: 2rem;
    height: 10vw;
  }
}
@media screen and (min-width: 736px) {
  #top_about h2 {
    font-size: 3.2rem;
    height: 15rem;
    margin-bottom: 40px;
  }
}
#top_about h2 span {
  display: block;
  position: absolute;
  font-weight: normal;
  width: 100%;
  font-family: "Oswald", sans-serif;
  opacity: .1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -.1em;
  letter-spacing: -.05em;
  line-height: 1;
  font-size: 3.5rem;
}
@media screen and (min-width: 380px) {
  #top_about h2 span {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  #top_about h2 span {
    font-size: 14rem;
  }
}
#top_about p {
  line-height: 2.375;
}
#top_about p span {
  font-weight: bold;
}

/***** PR *****/
.pr {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
  padding-left: 10px;
  padding-right: 10px;
}
.pr h2 {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  color: #013048;
  margin-bottom: 10px;
}
.pr &gt; ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  .pr &gt; ul {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
  }
}
.pr &gt; ul li {
  max-width: 320px;
}
@media screen and (max-width: 735px) {
  .pr &gt; ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 736px) {
  .pr &gt; ul li:not(:last-child) {
    margin-right: 10px;
  }
}
.pr &gt; ul li a {
  display: block;
}
@media screen and (min-width: 736px) {
  .pr &gt; ul li a {
    transition: opacity .3s;
  }
  .pr &gt; ul li a:hover {
    opacity: .6;
  }
}
.pr &gt; ul li img {
  width: 100%;
}

/***** Information *****/
#top_information {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box;
}
@media screen and (max-width: 735px) {
  #top_information {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 736px) {
  #top_information {
    display: flex;
    align-items: center;
    height: 70px;
  }
}
#top_information h2 {
  font-family: "Oswald", sans-serif;
  color: #013048;
  font-size: 1.8rem;
}
@media screen and (max-width: 735px) {
  #top_information h2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 736px) {
  #top_information h2 {
    font-size: 2.2rem;
    margin-top: -5px;
  }
}
#top_information .swiper-container {
  height: 3.2em;
  font-size: 1.2rem;
}
@media screen and (min-width: 736px) {
  #top_information .swiper-container {
    font-size: 1.4rem;
    flex: 2 2 auto;
    height: 1.6em;
    margin: 0 30px 0;
  }
}
@media screen and (min-width: 736px) {
  #top_information .swiper-container .swiper-wrapper .swiper-slide,
  #top_information .swiper-container .swiper-wrapper .swiper-slide a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #top_information .swiper-container .swiper-wrapper .swiper-slide &gt; *,
  #top_information .swiper-container .swiper-wrapper .swiper-slide a &gt; * {
    display: inline;
  }
}
#top_information .swiper-container .swiper-wrapper .swiper-slide h3,
#top_information .swiper-container .swiper-wrapper .swiper-slide a h3 {
  font-weight: bold;
}
#top_information .swiper-container .swiper-wrapper .swiper-slide h3 time,
#top_information .swiper-container .swiper-wrapper .swiper-slide a h3 time {
  font-weight: normal;
  color: #6d6e71;
  border-left: 1px solid #000000;
  margin-left: 1em;
  padding: 0 1em;
}
@media screen and (max-width: 735px) {
  #top_information .swiper-container .swiper-wrapper .swiper-slide p,
  #top_information .swiper-container .swiper-wrapper .swiper-slide a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#top_information &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: #013048 1px solid;
  color: #013048;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  padding: 0 15px;
}
@media screen and (min-width: 736px) {
  #top_information &gt; a {
    transition: opacity .3s;
  }
  #top_information &gt; a:hover {
    opacity: .6;
  }
}
#top_information &gt; a::after {
  font-family: "icon";
  content: "\3e";
  font-size: 10px;
  margin-left: 1em;
  font-weight: normal;
}
@media screen and (max-width: 735px) {
  #top_information &gt; a {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
#top_information .info_new::before {
  content: "NEW";
  background-color: #da1c5c;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 0 3px;
  margin-right: 1em;
  vertical-align: middle;
}

/***** Pickup *****/
#top_pickup {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  #top_pickup {
    padding-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #top_pickup {
    padding-bottom: 120px;
  }
}
#top_pickup h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #013048;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6rem;
  height: 3.5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 380px) {
  #top_pickup h2 {
    font-size: 2rem;
    height: 10vw;
  }
}
@media screen and (min-width: 736px) {
  #top_pickup h2 {
    font-size: 3.2rem;
    height: 15rem;
    margin-bottom: 40px;
  }
}
#top_pickup h2 span {
  display: block;
  position: absolute;
  font-weight: normal;
  width: 100%;
  font-family: "Oswald", sans-serif;
  opacity: .1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -.1em;
  letter-spacing: -.05em;
  line-height: 1;
  font-size: 3.5rem;
}
@media screen and (min-width: 380px) {
  #top_pickup h2 span {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  #top_pickup h2 span {
    font-size: 14rem;
  }
}
@media screen and (min-width: 380px) {
  #top_pickup section h3 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 736px) {
  #top_pickup section h3 {
    margin-left: 10%;
  }
}
#top_pickup section h3 a {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  min-height: 4em;
  box-sizing: border-box;
  text-align: center;
  background-color: #013048;
  color: #ffffff;
  font-weight: bold;
  padding: .5em;
  font-size: 1.6rem;
  /*        &amp;::after {
            font-family: "icon";
            content: "\ff1e";
            font-size: 15px;
            margin-left: .5em;
            @include media_min(){
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 1.5em;
            }
          } 
  */
}
@media screen and (min-width: 380px) {
  #top_pickup section h3 a {
    padding: .3em .5em 0 18%;
  }
}
@media screen and (min-width: 736px) {
  #top_pickup section h3 a {
    padding: .2em 15%;
    font-size: 2rem;
    position: relative;
  }
}
@media screen and (min-width: 736px) {
  #top_pickup section h3 a {
    transition: opacity .3s;
  }
  #top_pickup section h3 a:hover {
    opacity: .6;
  }
}
#top_pickup section &gt; div {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
@media screen and (min-width: 380px) {
  #top_pickup section &gt; div {
    margin-top: -2em;
  }
}
#top_pickup section &gt; div &gt; div {
  margin-right: 1em;
  flex: 0 0 auto;
  overflow: hidden;
  display: block;
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
}
#top_pickup section &gt; div &gt; div &gt; img,
#top_pickup section &gt; div &gt; div &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#top_pickup section &gt; div &gt; div &gt; img,
#top_pickup section &gt; div &gt; div &gt; svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 736px) {
  #top_pickup section &gt; div &gt; div {
    width: 20%;
    padding-bottom: 20%;
  }
}
#top_pickup section &gt; div p {
  text-align: left;
  line-height: 1.4;
}
#top_pickup section &gt; div p span {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  border: 1px solid #000000;
  padding: 2px 5px;
  margin-bottom: 8px;
}
@media screen and (min-width: 736px) {
  #top_pickup section &gt; div p span {
    padding: 3px 10px;
    margin-bottom: 10px;
  }
}

/*IE対応*/
:-ms-input-placeholder, :root #top_pickup section h3 a {
  min-height: 0;
  padding-top: .7em;
  padding-bottom: .4em;
}

/***** Movie *****/
#movie iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 736px) {
  #movie iframe {
    height: 580px;
  }
}

/***** 実行委員コメント *****/
#top_comment {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  #top_comment {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 736px) {
  #top_comment {
    padding-top: 30px;
  }
}
#top_comment h2 {
  display: flex;
  align-items: center;
  position: relative;
  color: #013048;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6rem;
  height: 3.5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 380px) {
  #top_comment h2 {
    font-size: 2rem;
    height: 10vw;
  }
}
@media screen and (min-width: 736px) {
  #top_comment h2 {
    font-size: 3.2rem;
    height: 15rem;
    margin-bottom: 40px;
  }
}
#top_comment h2 span {
  display: block;
  position: absolute;
  font-weight: normal;
  width: 100%;
  font-family: "Oswald", sans-serif;
  opacity: .1;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -.1em;
  letter-spacing: -.05em;
  line-height: 1;
  font-size: 3.5rem;
}
@media screen and (min-width: 380px) {
  #top_comment h2 span {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  #top_comment h2 span {
    font-size: 14rem;
  }
}
@media screen and (min-width: 736px) {
  #top_comment &gt; ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 735px) {
  #top_comment &gt; ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 736px) {
  #top_comment &gt; ul li {
    width: 30%;
  }
}
#top_comment &gt; ul li &gt; div {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media screen and (min-width: 736px) {
  #top_comment &gt; ul li &gt; div {
    margin-top: 20px;
  }
}
#top_comment &gt; ul li &gt; div .t_c_img {
  flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
}
#top_comment &gt; ul li &gt; div .t_c_img &gt; img,
#top_comment &gt; ul li &gt; div .t_c_img &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 736px) {
  #top_comment &gt; ul li &gt; div .t_c_img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
}
#top_comment &gt; ul li &gt; div .t_c_txt span {
  display: block;
  font-weight: bold;
}

/***** 講演者・ライブ *****/
#top_speaker,
#top_live {
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 736px) {
  #top_speaker,
  #top_live {
    padding-bottom: 120px;
  }
}
#top_speaker h2,
#top_live h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #013048;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6rem;
  height: 3.5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 380px) {
  #top_speaker h2,
  #top_live h2 {
    font-size: 2rem;
    height: 10vw;
  }
}
@media screen and (min-width: 736px) {
  #top_speaker h2,
  #top_live h2 {
    font-size: 3.2rem;
    height: 15rem;
    margin-bottom: 40px;
  }
}
#top_speaker h2 span,
#top_live h2 span {
  display: block;
  position: absolute;
  font-weight: normal;
  width: 100%;
  font-family: "Oswald", sans-serif;
  opacity: .1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -.1em;
  letter-spacing: -.05em;
  line-height: 1;
  font-size: 3.5rem;
}
@media screen and (min-width: 380px) {
  #top_speaker h2 span,
  #top_live h2 span {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  #top_speaker h2 span,
  #top_live h2 span {
    font-size: 14rem;
  }
}
#top_speaker p,
#top_live p {
  text-align: center;
  margin-bottom: 1em;
}
#top_speaker .swiper-container,
#top_speaker .single_container,
#top_live .swiper-container,
#top_live .single_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
@media screen and (max-width: 735px) {
  #top_speaker .swiper-container .swiper-wrapper,
  #top_speaker .single_container .swiper-wrapper,
  #top_live .swiper-container .swiper-wrapper,
  #top_live .single_container .swiper-wrapper {
    width: 50%;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide,
#top_speaker .single_container .swiper-wrapper .swiper-slide,
#top_live .swiper-container .swiper-wrapper .swiper-slide,
#top_live .single_container .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  padding: 0 5px;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide,
  #top_speaker .single_container .swiper-wrapper .swiper-slide,
  #top_live .swiper-container .swiper-wrapper .swiper-slide,
  #top_live .single_container .swiper-wrapper .swiper-slide {
    padding: 0 15px;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a {
  display: block;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a {
    transition: opacity .3s;
  }
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a:hover,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a:hover,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a:hover,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a:hover {
    opacity: .6;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg {
  position: absolute;
  top: 0;
  left: 0;
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: -3px;
  background-color: #e6ebed;
  transform: skewX(-30deg);
  right: -15px;
  padding: 10px 15px 3px;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span {
    right: -20px;
    padding: 15px 20px 3px;
  }
}
@media screen and (min-width: 1200px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span {
    right: -30px;
    padding: 20px 30px 3px;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span img {
  display: block;
  transform: skewX(30deg);
  width: 45px;
}
@media screen and (min-width: 380px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span img {
    width: 70px;
  }
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; div span img {
    width: 90px;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; P,
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a h2,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; P,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a h2,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; P,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a h2,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; P,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a h2 {
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; P,
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a h2,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; P,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a h2,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; P,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a h2,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; P,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a h2 {
    font-size: 1.3rem;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a h1,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
#top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a h1,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a h1,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
#top_live .single_container .swiper-wrapper .swiper-slide &gt; a h1 {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a h1,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
  #top_speaker .single_container .swiper-wrapper .swiper-slide &gt; a h1,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; a h1,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
  #top_live .single_container .swiper-wrapper .swiper-slide &gt; a h1 {
    font-size: 2rem;
  }
}
#top_speaker .swiper-container .sw-pager,
#top_speaker .single_container .sw-pager,
#top_live .swiper-container .sw-pager,
#top_live .single_container .sw-pager {
  margin-top: 30px;
  text-align: center;
}
#top_speaker .swiper-container .sw-pager &gt; span:first-child:last-child,
#top_speaker .single_container .sw-pager &gt; span:first-child:last-child,
#top_live .swiper-container .sw-pager &gt; span:first-child:last-child,
#top_live .single_container .sw-pager &gt; span:first-child:last-child {
  display: none;
}
#top_speaker .swiper-container .sw-pager .swiper-pagination-bullet,
#top_speaker .single_container .sw-pager .swiper-pagination-bullet,
#top_live .swiper-container .sw-pager .swiper-pagination-bullet,
#top_live .single_container .sw-pager .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
}
#top_speaker .swiper-container .sw-pager .swiper-pagination-bullet-active,
#top_speaker .single_container .sw-pager .swiper-pagination-bullet-active,
#top_live .swiper-container .sw-pager .swiper-pagination-bullet-active,
#top_live .single_container .sw-pager .swiper-pagination-bullet-active {
  background-color: #da1c5c !important;
}
#top_speaker &gt; a,
#top_live &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #ffffff;
  width: 140px;
  height: 34px;
  margin: 30px auto 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  background: #013048;
  background: -moz-linear-gradient(left, #013048 0%, #024747 100%);
  background: -webkit-linear-gradient(left, #013048 0%, #024747 100%);
  background: linear-gradient(to right, #013048 0%, #024747 100%);
}
@media screen and (min-width: 736px) {
  #top_speaker &gt; a,
  #top_live &gt; a {
    transition: opacity .3s;
  }
  #top_speaker &gt; a:hover,
  #top_live &gt; a:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 736px) {
  #top_speaker &gt; a,
  #top_live &gt; a {
    width: 222px;
    height: 50px;
  }
}
#top_speaker &gt; a::after,
#top_live &gt; a::after {
  font-family: "icon";
  content: "\3e";
  font-size: 14px;
  margin-left: 1em;
  font-weight: normal;
}

/***** 講演者 *****/
#top_speaker {
  position: relative;
}
#top_speaker::after {
  content: "";
  display: block;
  background-color: #e6ebed;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 735px) {
  #top_speaker .swiper-container .swiper-wrapper {
    margin: 0 auto;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a {
  display: block;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a {
    transition: opacity .3s;
  }
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a:hover {
    opacity: .6;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; img,
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div &gt; svg {
  position: absolute;
  top: 0;
  left: 0;
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: -3px;
  background-color: #e6ebed;
  transform: skewX(-30deg);
  right: -15px;
  padding: 10px 15px 3px;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span {
    right: -20px;
    padding: 15px 20px 3px;
  }
}
@media screen and (min-width: 1200px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span {
    right: -30px;
    padding: 20px 30px 3px;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img {
  display: block;
  transform: skewX(30deg);
  width: 45px;
}
@media screen and (min-width: 380px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img {
    width: 70px;
  }
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; div span img {
    width: 90px;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; P,
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a h2 {
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; P,
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a h2 {
    font-size: 1.3rem;
  }
}
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
#top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a h1 {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 736px) {
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a &gt; p span,
  #top_speaker .swiper-container .swiper-wrapper .swiper-slide &gt; a h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 735px) {
  #top_speaker .swiper-container .sw-pager {
    display: none;
  }
}
#top_speaker .swiper-container .sw-pager .swiper-pagination-bullet {
  background: #ffffff;
}

/*モーダル*/
.vbox-container {
  overflow-y: auto;
}

.vbox-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px !important;
}

@media screen and (min-width: 1024px) {
  .venoframe, .vbox-inline {
    height: 90vh !important;
  }

  .venoframe {
    max-height: 390px;
    max-width: 1200px;
  }
}
/***** ライブ *****/
#top_live h3,
#top_live iframe,
#top_live .video_contents_img {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
#top_live h3 {
  color: #013048;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 736px) {
  #top_live h3 {
    font-size: 2.8rem;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
#top_live h3 time {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  margin-right: 1em;
  width: 5.5em;
  flex: 0 0 auto;
}
#top_live h3 time &gt; span {
  display: block;
  font-size: 150%;
}
@media screen and (min-width: 736px) {
  #top_live h3 time &gt; span {
    font-size: 170%;
  }
}
#top_live h3 time &gt; span span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 736px) {
  #top_live h3 time &gt; span span {
    font-size: 1.6rem;
  }
}
#top_live h2 + h3 {
  margin-top: 0;
}
#top_live .live_key {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1076px;
  box-sizing: border-box;
}
@media screen and (min-width: 435px) {
  #top_live .live_key {
    width: 74%;
  }
}
#top_live .live_key span {
  background-color: #f1f2f2;
  border: 1px solid #013048;
  color: #013048;
  padding: 5px 7px;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 5px 5px;
}
@media screen and (min-width: 736px) {
  #top_live .live_key span {
    font-size: 1.4rem;
  }
}
#top_live iframe {
  display: block;
  width: 100%;
  height: 51vw;
}
@media screen and (min-width: 435px) {
  #top_live iframe {
    height: 40vw;
    max-height: 600px;
  }
}
#top_live iframe:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 736px) {
  #top_live iframe:not(:first-of-type) {
    margin-top: 30px;
  }
}
#top_live .video_contents_img {
  text-align: center;
}
#top_live .video_contents_img img {
  max-width: 100%;
}
#top_live .top_live_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1066px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  #top_live .top_live_btn {
    margin-top: -40px;
    margin-bottom: 20px;
  }
}
#top_live .top_live_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 736px) {
  #top_live .top_live_btn a {
    width: 50px;
    height: 50px;
  }
}
#top_live .top_live_btn a img {
  width: 90%;
}
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div &gt; img,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div &gt; img,
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div &gt; svg {
  position: absolute;
  top: 0;
  left: 0;
}
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: -3px;
  background-color: #e6ebed;
  transform: skewX(-30deg);
  right: -15px;
  padding: 10px 15px 3px;
}
@media screen and (min-width: 736px) {
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div span {
    right: -20px;
    padding: 15px 20px 3px;
  }
}
@media screen and (min-width: 1200px) {
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div span {
    right: -30px;
    padding: 20px 30px 3px;
  }
}
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div span img {
  display: block;
  transform: skewX(30deg);
  width: 45px;
}
@media screen and (min-width: 380px) {
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div span img {
    width: 70px;
  }
}
@media screen and (min-width: 736px) {
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; div span img {
    width: 90px;
  }
}
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; P,
#top_live .swiper-container .swiper-wrapper .swiper-slide h2 {
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 736px) {
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; P,
  #top_live .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 1.3rem;
  }
}
#top_live .swiper-container .swiper-wrapper .swiper-slide &gt; p span,
#top_live .swiper-container .swiper-wrapper .swiper-slide h1 {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 736px) {
  #top_live .swiper-container .swiper-wrapper .swiper-slide &gt; p span,
  #top_live .swiper-container .swiper-wrapper .swiper-slide h1 {
    font-size: 2rem;
  }
}
#top_live .swiper-container .sw-pager .swiper-pagination-bullet {
  background: #d1d3d4;
}
@media screen and (min-width: 736px) {
  #top_live .live_member_center {
    justify-content: center;
  }
}
#top_live .live_member_single {
  margin: 0 auto;
}
@media screen and (min-width: 736px) {
  #top_live .live_member_single {
    justify-content: center;
  }
}

/*ライブバナー*/
#live_banner {
  position: fixed;
  background-color: #000000;
  border: #ffff00 2px solid;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  z-index: 100;
  overflow: hidden;
}
@media screen and (max-width: 735px) {
  #live_banner {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  #live_banner {
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 736px) {
  #live_banner {
    top: 20%;
    right: 15px;
    width: 250px;
  }
}
#live_banner &gt; a {
  display: block;
}
@media screen and (min-width: 736px) {
  #live_banner &gt; a {
    transition: opacity .3s;
  }
  #live_banner &gt; a:hover {
    opacity: .6;
  }
}
#live_banner &gt; a h2 {
  font-weight: bold;
}
@media screen and (max-width: 735px) {
  #live_banner &gt; a h2 span {
    padding-right: .5em;
  }
}
@media screen and (min-width: 736px) {
  #live_banner &gt; a h2 span {
    display: block;
    font-weight: bold;
    position: absolute;
    padding: 2px 8px;
    top: 13px;
    left: 7px;
    transform: rotate(-30deg);
    color: #000000;
  }
  #live_banner &gt; a h2 span::before {
    display: block;
    position: absolute;
    content: "";
    border: 1px solid #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #live_banner &gt; a h2 span::after {
    display: block;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #ffff00;
    top: -100%;
    left: -200%;
    right: -200%;
    bottom: -10px;
  }
}
#live_banner &gt; a p {
  color: #ffff00;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 736px) {
  #live_banner &gt; a p {
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    padding-top: 10px;
  }
}
#live_banner &gt; a p span {
  display: block;
}
@media screen and (max-width: 735px) {
  #live_banner &gt; a p span {
    display: none;
  }
}
#live_banner &gt; a &gt; span {
  border: 1px solid #ffffff;
  display: block;
  padding: 2px 0;
  margin: 0.5em 15px 0;
  border-radius: 5px;
  position: relative;
}
#live_banner &gt; a &gt; span::after {
  font-family: "icon";
  content: "\ff1e";
  font-size: 10px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
#live_banner button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "icon";
  font-size: 18px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 736px) {
  #live_banner button {
    transition: opacity .3s;
  }
  #live_banner button:hover {
    opacity: .6;
  }
}

/***** みどころ *****/
#top_special {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(1, 48, 72, 0.7);
  background: -moz-linear-gradient(left, rgba(1, 48, 72, 0.7) 0%, rgba(2, 71, 71, 0.7) 100%);
  background: -webkit-linear-gradient(left, rgba(1, 48, 72, 0.7) 0%, rgba(2, 71, 71, 0.7) 100%);
  background: linear-gradient(to right, rgba(1, 48, 72, 0.7) 0%, rgba(2, 71, 71, 0.7) 100%);
  /*横長 エリア*/
}
@media screen and (min-width: 736px) {
  #top_special {
    padding-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #top_special {
    padding-bottom: 120px;
  }
}
#top_special h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #013048;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6rem;
  height: 3.5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 380px) {
  #top_special h2 {
    font-size: 2rem;
    height: 10vw;
  }
}
@media screen and (min-width: 736px) {
  #top_special h2 {
    font-size: 3.2rem;
    height: 15rem;
    margin-bottom: 40px;
  }
}
#top_special h2 span {
  display: block;
  position: absolute;
  font-weight: normal;
  width: 100%;
  font-family: "Oswald", sans-serif;
  opacity: .1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -.1em;
  letter-spacing: -.05em;
  color: #ffffff;
  line-height: 1;
  font-size: 3.5rem;
}
@media screen and (min-width: 380px) {
  #top_special h2 span {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  #top_special h2 span {
    font-size: 14rem;
  }
}
#top_special &gt; ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
#top_special &gt; ul li {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#top_special .special_wide {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
#top_special .special_wide a {
  display: block;
  height: 100%;
}
@media screen and (min-width: 736px) {
  #top_special .special_wide a {
    transition: opacity .3s;
  }
  #top_special .special_wide a:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 1024px) {
  #top_special .special_wide a {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
  }
}
#top_special .special_wide a .sp_w_img {
  width: auto;
  height: 124px;
  overflow: hidden;
  display: block;
}
#top_special .special_wide a .sp_w_img &gt; img,
#top_special .special_wide a .sp_w_img &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 1024px) {
  #top_special .special_wide a .sp_w_img {
    flex: 0 0 35%;
    width: 35%;
    height: auto;
    max-height: 200px;
  }
}
#top_special .special_wide a .sp_w_txt {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  #top_special .special_wide a .sp_w_txt {
    padding: 30px;
  }
}
#top_special .special_wide a .sp_w_txt h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 736px) {
  #top_special .special_wide a .sp_w_txt h3 {
    font-size: 3.4rem;
  }
}
#top_special .top_special_list {
  display: flex;
  flex-wrap: wrap;
  /*中が1つか2つの時*/
}
#top_special .top_special_list li {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 15px;
  width: calc((100% - 15px) / 2);
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_list li {
    padding: 30px;
    width: calc(((100% - 1px) - (40px * 2)) / 3);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #top_special .top_special_list li:nth-child(odd) {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_list li:not(:nth-child(3n+3)) {
    margin-right: 40px;
  }
}
#top_special .top_special_list li &gt; div {
  width: auto;
  height: 124px;
  overflow: hidden;
  display: block;
  margin: -15px -15px 15px;
}
#top_special .top_special_list li &gt; div &gt; img,
#top_special .top_special_list li &gt; div &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_list li &gt; div {
    margin: -30px -30px 30px;
  }
}
#top_special .top_special_list li &gt; img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  max-height: 24px;
}
@media screen and (min-width: 736px) {
  #top_special .top_special_list li &gt; img {
    max-height: 34px;
  }
}
#top_special .top_special_list li &gt; img:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 736px) {
  #top_special .top_special_list li &gt; img:not(:last-child) {
    margin-bottom: 30px;
  }
}
#top_special .top_special_list.t_s_l_center {
  justify-content: center;
}
#top_special .top_special_list.t_s_l_center li {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #top_special .top_special_list.t_s_l_center li {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_list.t_s_l_center li {
    width: calc((100% - 40px) / 2);
  }
}
#top_special .top_special_list.t_s_l_center li:nth-child(2) {
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_list.t_s_l_center li:nth-child(2) {
    margin-left: 40px;
  }
}
#top_special .top_special_list.t_s_l_center li &gt; img {
  max-height: 38px;
}
@media screen and (min-width: 736px) {
  #top_special .top_special_list.t_s_l_center li &gt; img {
    max-height: 46px;
  }
}
@media screen and (min-width: 736px) {
  #top_special .top_special_list .special_brocas {
    padding: 0;
    display: flex;
    width: 100% !important;
    max-width: 1024px;
  }
}
@media screen and (min-width: 736px) {
  #top_special .top_special_list .special_brocas &gt; div {
    width: 35%;
    flex: 0 0 35%;
    height: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 736px) {
  #top_special .top_special_list .special_brocas p {
    padding: 30px;
  }
}
#top_special .top_special_list .special_brocas p img {
  display: block;
  max-height: 46px !important;
  margin: 0 auto 15px;
}
@media screen and (min-width: 736px) {
  #top_special .top_special_list .special_brocas p img {
    max-height: 56px !important;
    margin: 0 0 30px;
  }
}
#top_special .top_special_point {
  /*スポンサーNEWS*/
  /*Award*/
  /*shownet*/
  /*ベストに通常のバナーをまとめる場合*/
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#top_special .top_special_point li {
  position: relative;
  color: #ffffff;
  box-sizing: border-box;
  padding: 15px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point li {
    width: calc((100% - 40px) / 2);
    padding: 30px 40px;
    min-height: 200px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #top_special .top_special_point li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point li:nth-child(odd) {
    margin-right: 40px;
  }
}
#top_special .top_special_point li a {
  display: block;
  height: 100%;
}
@media screen and (min-width: 736px) {
  #top_special .top_special_point li a {
    transition: opacity .3s;
  }
  #top_special .top_special_point li a:hover {
    opacity: .6;
  }
}
#top_special .top_special_point li h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 736px) {
  #top_special .top_special_point li h3 {
    font-size: 3.4rem;
  }
}
#top_special .top_special_point li p {
  line-height: 2;
}
#top_special .top_special_point .sponsor_news {
  background-image: url("../images/home/bg_special_01.png");
}
#top_special .top_special_point .sponsor_news h3 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
#top_special .top_special_point .best_of_showaward {
  background-image: url("../images/home/bg_special_02.png");
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point .best_of_showaward {
    min-height: 280px;
  }
}
#top_special .top_special_point .best_of_showaward h3 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
#top_special .top_special_point .best_of_showaward p {
  width: 65%;
  max-width: 355px;
}
#top_special .top_special_point .best_of_showaward img {
  display: block;
  width: 25%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  max-width: 100px;
}
@media screen and (min-width: 736px) {
  #top_special .top_special_point .best_of_showaward img {
    max-width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point .best_of_showaward img {
    right: 40px;
  }
}
#top_special .top_special_point .top_bnr_pro_ser {
  background-image: url("../images/home/bg_special_03.png");
}
#top_special .top_special_point .top_bnr_sponsor_list {
  background-image: url("../images/home/bg_special_04.png");
}
#top_special .top_special_point .top_bnr_shownet {
  background-color: #ffffff;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point .top_bnr_shownet a {
    display: flex;
  }
}
#top_special .top_special_point .top_bnr_shownet a &gt; div {
  position: relative;
  width: auto;
  height: 124px;
  overflow: hidden;
  display: block;
}
#top_special .top_special_point .top_bnr_shownet a &gt; div &gt; img,
#top_special .top_special_point .top_bnr_shownet a &gt; div &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point .top_bnr_shownet a &gt; div {
    flex: 0 0 35%;
    width: 35%;
    height: auto;
  }
}
#top_special .top_special_point .top_bnr_shownet a &gt; div img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: anime1 18s 0s infinite;
}
#top_special .top_special_point .top_bnr_shownet a &gt; div img:nth-of-type(2) {
  animation-delay: 6s;
}
#top_special .top_special_point .top_bnr_shownet a &gt; div img:nth-of-type(3) {
  animation-delay: 12s;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  16.6% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#top_special .top_special_point .top_bnr_shownet a p {
  color: #000000;
  line-height: 1.4;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point .top_bnr_shownet a p {
    padding: 30px 40px;
  }
}
#top_special .top_special_point .top_bnr_shownet a p img {
  width: 180px;
  height: 39px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point .top_bnr_shownet a p img {
    max-width: 300px;
    width: 100%;
    height: 64px;
    margin: 0 0 30px;
  }
}
#top_special .top_special_point .top_bnr_shownet a p span {
  font-weight: bold;
}
#top_special .top_special_point .special_banner {
  background-color: #ffffff;
  color: #000000;
}
#top_special .top_special_point .special_banner &gt; div {
  width: auto;
  height: 124px;
  overflow: hidden;
  display: block;
  margin: -15px -15px 15px;
}
#top_special .top_special_point .special_banner &gt; div &gt; img,
#top_special .top_special_point .special_banner &gt; div &gt; svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point .special_banner &gt; div {
    height: 140px;
    margin: -30px -40px 30px;
  }
}
#top_special .top_special_point .special_banner p {
  max-width: none;
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 736px) {
  #top_special .top_special_point .special_banner p {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
#top_special .top_special_point .special_banner p img {
  display: block;
  width: 120px;
}
@media screen and (max-width: 736px) {
  #top_special .top_special_point .special_banner p img {
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 736px) {
  #top_special .top_special_point .special_banner p img {
    width: 30%;
    max-width: 180px;
    flex: 0 0 30%;
    margin-left: 15px;
    order: 10;
  }
}
@media screen and (min-width: 1024px) {
  #top_special .top_special_point .special_banner p img {
    margin-left: 30px;
  }
}

/***** 会場MAP *****/
#map {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/home/bg_venue.png");
  background-size: cover;
  background-position: center;
  height: 200px;
}
@media screen and (min-width: 736px) {
  #map {
    height: 400px;
  }
}
#map &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #ffffff;
  width: 180px;
  height: 40px;
}
@media screen and (min-width: 736px) {
  #map &gt; a {
    transition: opacity .3s;
  }
  #map &gt; a:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 736px) {
  #map &gt; a {
    font-size: 1.8rem;
    width: 220px;
    height: 58px;
  }
}

/***** パートナーイベント *****/
#partner_event {
  background-color: #f9f9f9;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 736px) {
  #partner_event {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#partner_event h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#partner_event h3::before, #partner_event h3::after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 60px;
}
#partner_event h3::before {
  margin-right: 1em;
}
#partner_event h3::after {
  margin-left: 1em;
}
#partner_event &gt; a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  #partner_event &gt; a {
    transition: opacity .3s;
  }
  #partner_event &gt; a:hover {
    opacity: .6;
  }
}
#partner_event &gt; a img {
  width: 100%;
}

/***** 次回イベント *****/
#next_time {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-family: "Oswald", sans-serif;
  right: 10px;
  bottom: 10px;
  padding: 15px;
  font-size: 1.6rem;
  cursor: pointer;
  /*ライブバナー表示中につき、SP非公開
  @include media_max(){
    display: none !important;
  }*/
}
@media screen and (min-width: 736px) {
  #next_time {
    right: 15px;
    bottom: 15px;
    padding: 20px;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1200px) {
  #next_time {
    right: 20px;
    bottom: 20px;
    padding: 30px;
    font-size: 2rem;
  }
}
#next_time h2 {
  font-size: 200%;
  line-height: 1;
  margin-bottom: .3em;
}
#next_time p {
  line-height: 1.2;
  margin-bottom: .2em;
}
#next_time span {
  font-size: 80%;
}
#next_time &gt; span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
#next_time::after {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "icon";
  content: "\d7";
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  top: 0;
  right: 0;
  border-radius: 50%;
  transform: translate(30%, -30%);
  width: 30px;
  height: 30px;
  font-size: 25px;
}
@media screen and (min-width: 736px) {
  #next_time::after {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
}

/***** 特別お知らせ掲載 *****/
#important {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  #important {
    margin-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #important {
    margin-bottom: 120px;
  }
}
#important &gt; div {
  background-color: #555555;
  color: #ffffff;
  padding: 15px;
  text-align: center;
}
#important &gt; div h2 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 736px) {
  #important &gt; div h2 {
    font-size: 2rem;
  }
}
#important &gt; div a {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (min-width: 736px) {
  #important &gt; div a:hover {
    text-decoration: none;
  }
}

/***** top 下 バナー *****/
#top_banner_b,
#top_banner_stm {
  position: fixed;
  padding: 15px;
  z-index: 100;
  overflow: hidden;
}
@media screen and (max-width: 735px) {
  #top_banner_b,
  #top_banner_stm {
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 736px) {
  #top_banner_b,
  #top_banner_stm {
    top: calc(20% + 230px);
    right: 15px;
    width: 250px;
  }
}
#top_banner_b &gt; a,
#top_banner_stm &gt; a {
  display: block;
}
@media screen and (min-width: 736px) {
  #top_banner_b &gt; a,
  #top_banner_stm &gt; a {
    transition: opacity .3s;
  }
  #top_banner_b &gt; a:hover,
  #top_banner_stm &gt; a:hover {
    opacity: .6;
  }
}
#top_banner_b &gt; a h2,
#top_banner_stm &gt; a h2 {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 736px) {
  #top_banner_b &gt; a h2,
  #top_banner_stm &gt; a h2 {
    font-size: 1.8rem;
  }
}
#top_banner_b button,
#top_banner_stm button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "icon";
  font-size: 18px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 736px) {
  #top_banner_b button,
  #top_banner_stm button {
    transition: opacity .3s;
  }
  #top_banner_b button:hover,
  #top_banner_stm button:hover {
    opacity: .6;
  }
}

#top_banner_b {
  background-color: #002060;
  border: #ffffff 2px solid;
  color: #ffffff;
  text-align: center;
}
#top_banner_b &gt; a &gt; span {
  border: 1px solid #ffffff;
  display: block;
  padding: 2px 0;
  margin: 0.5em 15px 0;
  border-radius: 5px;
  position: relative;
}
#top_banner_b &gt; a &gt; span::after {
  font-family: "icon";
  font-size: 10px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
#top_banner_b .bnr_title {
  color: #ffff00;
}
#top_banner_b p {
  line-height: 1.4;
}
@media screen and (min-width: 736px) {
  #top_banner_b p {
    font-size: 1.3rem;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    padding-top: 10px;
  }
}
#top_banner_b p .bnr_title {
  font-weight: bold;
}
@media screen and (min-width: 736px) {
  #top_banner_b p .bnr_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 735px) {
  #top_banner_b .bnr_bottom {
    margin-top: .3em;
  }
}
#top_banner_b .bnr_bottom span {
  display: block;
  text-align: left;
}
@media screen and (max-width: 735px) {
  #top_banner_b .bnr_bottom span {
    display: none;
  }
}
#top_banner_b .bnr_bottom span span {
  text-align: right;
}

#top_banner_stm {
  background-color: #262626;
  border: #c00000 2px solid;
  color: #ffffff;
}
#top_banner_stm h2 {
  background-color: #c00000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: -15px -15px 15px;
}
@media screen and (max-width: 735px) {
  #top_banner_stm h2 {
    height: 30px;
    margin: -10px -10px 10px;
  }
}
#top_banner_stm h2 span {
  font-size: 80%;
  margin-left: 1.5em;
}
#top_banner_stm h2 span::after {
  font-family: "icon";
  content: "　\ff1e";
  font-size: 12px;
  text-decoration: none;
}
#top_banner_stm p {
  font-size: 1.4rem;
  line-height: 1.3;
}

/***** メインエリア内　バナー *****/
.bnr_mainarea {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  .bnr_mainarea {
    padding-top: 120px;
  }
}
.bnr_mainarea h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.bnr_mainarea h2::before, .bnr_mainarea h2::after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  width: 60px;
}
.bnr_mainarea h2::before {
  margin-right: 1em;
}
.bnr_mainarea h2::after {
  margin-left: 1em;
}
.bnr_mainarea a {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 736px) {
  .bnr_mainarea a {
    transition: opacity .3s;
  }
  .bnr_mainarea a:hover {
    opacity: .6;
  }
}
.bnr_mainarea a img {
  max-width: 100%;
}

/*# sourceMappingURL=home.css.map */
</pre></body></html>