@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a {
  color: #369;
}
ul li {
  margin-left: 2.5rem;
}

.font-bold {
  font-weight: 600;
}
.font-red {
  color: #f33;
  font-weight: bold;
}
.font-white {
  color: #fff;
}
.font-lg {
  font-size: 2.4rem;
}
.break-word {
  overflow-wrap: break-word;
}
.small {
  font-size: 80%;
}

.border {
  border: 1px solid #ccc;
}

.hover:hover {
  opacity: .8!important;
  transition: .3s;  
}

.bg-lg {
  padding: 6rem 0 7rem!important;
  background-color: #000;
  background-image: url(../images/back_lg.jpg) ;
  background-position: top center;
  background-size: 100%;;
  background-repeat: repeat-y;
  color: #fff;
}

.inner-white {
  background-color: #fff;
  padding: 4rem 4rem 3rem;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  color: #000;
  border-radius: 1.5rem;
}

@media (max-width: 991px) {
  .bg-lg {
    background-image: url(../images/back_sp.jpg) ;
    background-position: top left;
  }
}

@media (max-width: 577px) {
  body {
    font-size: 1.4em;
  }
  .inner-white {
    padding: 2rem;
    border-radius: 1rem;
  }
  ul li {
    margin-left: 2rem;
  }
  .small {
    font-size: 1rem;
  }
  .bg-lg {
    padding: 4rem 0!important;
  }
}

/*--------------------
        ボタン
--------------------*/

.btn-outline {
  background-color: #fff;
  color: #f33;
  outline: 2px solid #f33;
  outline-offset: -2px;
}
.btn-bg {
  background-color: #f33;
  color: #fff;
}

.btn-box {
  background-color: #f3f3f3;
  padding: 3rem 0 4.5rem;
}

.btn-lead {
  font-size: 2rem;
  color: #f33;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.btn-app {
  max-width: 450px;
  position: relative;
  display: block;
  padding: 2.5rem 1rem; 
  border-radius: 100px;
  margin: auto;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 600;
}

/* arrow */

.arrow-r-white::after {
  content: '';
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-45%) rotate(45deg);
}
.arrow-r-color::after {
  content: '';
  border: 0;
  border-top: solid 3px #f33;
  border-right: solid 3px #f33;
  display: inline-block;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-45%) rotate(45deg);
}

@media (max-width: 577px) {
  .btn-app {
    max-width: 85%;
    padding: 1.8rem 1rem; 
    font-size: 1.7rem;
  }
  .btn-lead {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .btn-box {
    padding: 2rem 0 3rem;
  }
  .arrow-r-white::after,
  .arrow-r-color::after {
    right: 20px;
  }
}

@media (max-width: 480px) {
  .btn-app {
    max-width: 90%;
    font-size: 1.5rem;
  }
}

/*--------------------
      共通見出し
--------------------*/

h2 {
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
h2.headline-bar {
  position: relative;
  margin-bottom: 6.5rem;
  font-size: 3.8rem;
}
h2.headline-bar:before {
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 25px);
  width: 50px;
  height: 8px;
  content: '';
  background: #f33;
}
h2.headline-en {
  color: #fff;
  font-size: 6rem;
  line-height: .8;
  margin-bottom: 5rem;
  letter-spacing: .2rem;
}
h2.headline-en span {
  font-size: 1.8rem;
}

.bg-lg h2 {
  color: #fff;
}

.headline-small {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

h3 {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0.2rem .5rem .3rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
h4 {
  margin-bottom: 1.5rem;
  padding: .8rem 1.2rem;
  background-color: #eee;
  font-weight: bold;
  line-height: 1.6;
}
h5 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5rem;
}

.headline-barleft {
  font-size: 2rem;
  font-weight: 600;
  border-left: 8px solid #f33;
  padding-left: 15px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
  .headline-small {
    font-size: 2.6rem;
  }
}

@media (max-width: 577px) {
  h2 {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
  h2.headline-bar {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
  .headline-small {
    font-size: 2.2rem;
  }
  h2.headline-en {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  h2.headline-en span {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding: 0.25rem;
  }
  .headline-barleft {
    font-size: 1.5rem;
    border-left: 5px solid #f33;
    padding-left: 10px;
  }
}

/*--------------------
      トップページ
--------------------*/

/* トップ */

#top {
  padding: 3.5rem 0!important;
  background-color: #000;
  background-image: url(../images/back_lg.jpg) ;
  background-position: top center;
  background-size: cover;
  background-repeat: repeat-y;
}

.container_top {
  width: 90%;
  margin: auto;
}

#title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-image: url(../images/wave.png) ;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.title-catch {
  margin-bottom: 2rem;
  font-size: 3.2rem;
}
.title-sub {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
.title-sub-y {
  padding: 0 1rem .25rem;
  background-color: #f33;
  color: #fff;
}
.title-sub-s {
  margin-right: 2rem;
  padding: 0 1rem .25rem;
  background-color: #fff;
  color: #f33;
}
.title-date {
  font-size: 5.4rem;
  line-height: 1.4;
}
.title-date span {
  font-size: 50%;
}
.title-place {
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .title-catch {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
  .title-place {
    font-size: 1.8rem;
  }
}

@media (max-width: 577px) {
  #top {
    padding: 3rem 0;
  }
  .title-catch {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .title-logo {
    width: 90%;
  }
  .title-sub {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .title-date {
    font-size: 2.8rem;
  }
  .title-place {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .title-catch {
    font-size: 1.3rem;
  }
}

.pickup {
  padding: 1.5rem;
}
.pickup a {
  text-decoration: none;
}
.pickup-sessions .inner {
  padding: 1.5rem 2.5rem 2rem;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  border-radius: 7px;
}

.pickup-sessions a .session-ttl {
  text-decoration: underline;
}

.pickup-sessions .session-ttl {
  font-weight: 600;
  line-height: 1.7;

}
.pickup-sessions .speaker-name {
  color: #000;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}
.pickup-sessions .speaker-name span {
  font-size: .9rem;
}

.pickup-sessions .row {
  margin-right: -5px;
  margin-left: -5px;
}

.pickup-sessions .col-4 {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 577px) {
  .pickup-sessions .inner {
    padding: 1.4rem 1.5rem 2rem;
  }
}

/* リード */

@media (min-width: 1921px) {
  #lead {
    background-size: cover;
  }
}
#lead {
  padding: 4rem 0;
  background-image: url(../images/wave.png);
  background-position: center;
  background-repeat: no-repeat;
}

#lead h2 span {
  color: #f33;
  font-size: 2.8rem;
}
#lead p {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  #lead p {
    text-align: left;
  }
  #lead p br {
    display: none;
  }
}

@media (max-width: 577px) {
  #lead {
    padding: 3rem 0 2rem;
  }
  #lead h2 span {
    font-size: 1.8rem;
  }
  #lead h2 {
    font-size: 1.8rem;
  }
  #lead p {
    font-size: 1.4rem;
  }
}

/* お知らせ */

#top_news {
  padding: 2rem 0 5rem;
}

@media (max-width: 577px) {
  #top_news {
    padding: 0 0 3rem;
  }
}

/* MarkeZine Dayについて */

#about {
  padding: 6rem 0;
}

.needs-box {
  border: 2px solid #fff;
  width: 780px;
  margin: auto;
}
.needs-ttl {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
  padding: 2rem 1rem 0 4rem;
}
.needs-txt {
  font-size: 1.8rem;
  padding: 2rem;
}

.check {
  background-image: url(../images/check.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-left: 2.8rem;
}

.about-end {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width: 991px) {
  #about h2 {
    font-size: 3.2rem;
  }
  .about-end {
    font-size: 2.2rem;
  }
  .needs-box {
    width: 100%;
  } 
  .needs-ttl {
    font-size: 1.8rem;
    padding: 1rem 1rem 0 3rem;
  }
}

@media (max-width: 768px) {
  #about h2 {
    font-size: 2.8rem;
  }
  .about-end {
    font-size: 2rem;
  }
  .needs-ttl,
  .needs-txt {
    display: block;
  }
  .needs-ttl {
    text-align: center;
    padding: 1.5rem 1rem 0 1rem;
  }
  .needs-ttl br {
    display: none;
  }
  .needs-txt {
    font-size: 1.5rem;
    padding: 1rem 2rem 2rem;
  }
}

@media (max-width: 577px) {
  #about {
    padding: 4rem 0rem;
  }
  #about h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  #about h2 br {
    display: none;
  }
  .needs-ttl {
    font-size: 1.4rem;
  }
  .needs-txt {
    font-size: 1.2rem;
  }
  .about-end {
    font-size: 1.5rem;
  }
  .about-end br {
    display: none;
  }
}

/* 開催概要 */

#top_overview {
  padding: 5rem 0 6rem;
}

#top_overview table {
  width: 820px;
  margin: auto;
  line-height: 1.7;
}
#top_overview tr {
  border-bottom: 1px solid #ddd;
}
#top_overview tr:last-child {
  border-bottom: none;
}
#top_overview th,
#top_overview td {
  padding: 1.5rem 0;
}
#top_overview th {
  width: 120px;
}

@media (max-width: 991px) {
  #top_overview table {
    width: 100%;
    margin-top: -1.5rem;
  } 
  #top_overview th {
  width: 75px;
  }
}
@media (max-width: 577px) {
  #top_overview {
    padding: 3.5rem 0rem;
  }
  #top_overview table {
    font-size: 1.3rem;
  }
}

/* スポンサー */

#top_sponsor {
  padding: 6rem 0 7rem;
}

@media (max-width: 577px) {
  #top_sponsor {
    padding: 4rem 0rem;
  }
}

/* 行動規範 */

#rules {
  padding: 5rem 0 5rem;
}
#rules p {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

@media (max-width: 577px) {
  #rules {
    padding: 3rem 0 2rem;
  }
  #rules p {
    font-size: 1.2rem;
  }
}

/*--------------------
      共通フッター
--------------------*/

footer {
  padding: 2.5rem 0;
  background-color: #505050;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
}
.sns {
  text-align: center;
}
.sns img {
  margin-right: 15px;
  display: inline-block;
}
.sns img.x {
  width: 30px;
}
.sns img.facebook {
  width: 34px;
}

@media (max-width: 577px) {
  footer {
    font-size: 1rem;
  }
}

/*--------------------
      子ページ
--------------------*/

.subpage,
.infosite {
  padding: 3rem 0 6rem;
}

.btn-menu {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1.4rem 1rem; 
  border-radius: 100px;
  background-color: #505050;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
}

/* Q&A */

.badge-qa {
  margin-right: .8rem;
  padding: 0.1rem .8rem .3rem;
  border-radius: 3px;
  font-size: 85%;
  font-weight: 700;
  color: #fff;
}
.badge-danger {
  background-color: #f33;
}
.badge-info {
  background-color: #505050;
}

/* 関係者サイト */

.info-navi {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.infosite table {
  display: block;
  width: 100%!important;
}
.infosite th,
.infosite tr,
.infosite td {
  border: 1px solid #ccc;
  padding: 1rem;
  line-height: 1.6;
  vertical-align: middle;
  font-size: 1.5rem;
  word-break: break-all;
}
.infosite th {
  background-color: #505050;
  color: #fff;
  width: 25%!important;
}

@media (max-width: 577px) {
  .infosite th,
  .infosite tr,
  .infosite td {
    padding: .5rem;
    font-size: 1.2rem;
  }
}