/*----------------------------------------
** mcframe Day 2019
** mcframeday.com
** style
----------------------------------------*/
img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%; /* IE対応 */
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*--------------------------------------*/
.__min {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.__goth {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.__en {
  font-family: "Fanwood Text", serif;
}
.__notes {
  font-size: 85%;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
/*--------------------------------------*/
/* .__bn-regist {
  width: 150px;
  position: fixed;
  top: 90px;
  right: 25px;
  z-index: 10;
}
.__bn-regist a img {
  transition: 0.3s all;
}
.__bn-regist a:hover img {
  opacity: 0.65;
}
@media screen and (max-width: 768px) {
  .__bn-regist {
    width: 120px;
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 10;
  }
} */

/*----------------------------------------
** kv
----------------------------------------*/
.__keyVis {
  position: relative;
  height: 650px;
  background: url(../img/beng_circle.jpg) center center no-repeat;
  background-size: contain;
  margin-bottom: 150px;
}
.__keyVis .__inner {
  height: 650px;
}
.__keyVis h2 {
  width: 500px;
  position: absolute;
  left: 8%;
  bottom: 45%;
  transform: translateY(50%);
}
.__keyVis .__tx-date {
  width: 245px;
  position: absolute;
  right: 8%;
  bottom: 22%;
  transform: translateY(50%);
}
.__keyVis .__tx-copy {
  width: 300px;
  position: absolute;
  left: 8%;
  bottom: 70%;
  transform: translateY(50%);
}
.__keyVis > * {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
}
@media screen and (max-width: 768px) {
  .__keyVis {
    height: calc(100vh - 60px);
    margin-bottom: 150px;
  }
  .__keyVis h2 {
    width: 80%;
    position: absolute;
    left: 5%;
    bottom: 48%;
    transform: translateY(50%);
  }
  .__keyVis .__tx-date {
    width: 170px;
    position: absolute;
    right: 5%;
    bottom: 29%;
    transform: translateY(50%);
  }
  .__keyVis .__tx-copy {
    width: 250px;
    position: absolute;
    left: 5%;
    bottom: 70%;
    transform: translateY(50%);
  }
  .__keyVis > * {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
  }
}

/*----------------------------------------
** keynote
----------------------------------------*/
.__keynote {
  margin-bottom: 150px;
}
.__keynote h3 {
  width: 530px;
  margin-right: auto;
  margin-bottom: 10px;
}
.__keynote h4 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 7px;
}
.__keynote h5 {
  display: flex;
  font-size: 1.13rem;
  font-weight: normal;
  margin: 0 0 40px;
}
.__keynote h5 img {
  width: 140px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .__keynote h3 {
    width: calc(530px * 0.6);
    margin-right: auto;
    padding-left: 5%;
  }
  .__keynote h4 {
    font-size: 1.26rem;
    font-weight: normal;
    margin: 0 0 7px;
    padding-left: 5%;
  }
  .__keynote h5 {
    display: flex;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 40px;
    padding-left: 5%;
  }
  .__keynote h5 img {
    width: calc(140px * 0.6);
    margin-left: 10px;
  }
}
.__session-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  color: #fff;
}
.__session-set > div {
  width: calc(100% / 3.5);
  padding: 0 15px;
}
.__session-set > div a,
.__session-set > div a:visited,
.__session-set > div a:active {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}
.__session-set > div a:hover {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.__session-set .__photo {
  margin-bottom: 10px;
  width: 200px;
}
.__session-set > div a .__photo img {
  transition: 0.3s all;
}
.__session-set > div a:hover .__photo img {
  transition: 0.3s all;
  filter: grayscale(0%);
}
.__session-set .__company {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 3px;
}
.__session-set .__role {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 7px;
}
.__session-set .__name {
  font-size: 1.33rem;
}
.__session-set .__name span {
  font-size: 75%;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .__session-set {
    margin: 0;
  }
  .__session-set > div {
    width: calc(100% / 1);
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .__session-set .__photo {
    margin: 0 auto 10px;
    width: 200px;
  }
  .__session-set .__company {
    font-size: 0.86rem;
    line-height: 1.4;
    margin-bottom: 3px;
    text-align: center;
  }
  .__session-set .__role {
    font-size: 0.86rem;
    line-height: 1.4;
    margin-bottom: 7px;
    text-align: center;
  }
  .__session-set .__name {
    font-size: 1rem;
    text-align: center;
  }
}

/*----------------------------------------
** about
----------------------------------------*/
.__about {
  margin-bottom: 150px;
}
.__about h3 {
  width: 221px;
  margin-left: auto;
}
.__about-outline {
  width: 700px;
  margin: 0 auto;
}
.__about-outline div {
  display: flex;
  margin: 0 0 15px;
}
.__about-outline div:last-child {
  margin-bottom: 0;
}
.__about-outline div span {
  font-weight: 700;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #fff;
}
.__about-outline dl {
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.__about-outline dt {
  width: 15%;
  padding: 0 15px 0 0;
  border-right: 1px solid #fff;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.__about-outline dd {
  width: 85%;
  padding: 0 0 0 15px;
  margin: 0 0 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .__about h3 {
    width: calc(221px * 0.6);
    margin-left: auto;
    padding-right: 5%;
  }
  .__about-outline {
    width: 90%;
    margin: 0 auto;
  }
  .__about-outline div {
    display: block;
    margin: 0 0 25px;
  }
  .__about-outline div:last-child {
    margin-bottom: 0;
  }
  .__about-outline div span {
    font-weight: 700;
    padding-right: 0;
    padding: 5px 0;
    margin-right: 0;
    margin: 0 0 10px;
    border-right: none;
    border-bottom: 1px dashed #fff;
    display: block;
    color: #fff;
  }
  .__about-outline dl {
    margin: 0 0 25px;
  }
  .__about-outline dt {
    width: 100%;
    padding: 0 0 15px 0;
    border-right: none;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    display: block;
    justify-content: space-between;
  }
  .__about-outline dt span {
    margin-right: 10px;
  }
  .__about-outline dd {
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0 0 0 0;
  }
}

/*----------------------------------------
** program
----------------------------------------*/
.__program {
  margin-bottom: 150px;
}
.__program h3 {
  width: 250px;
  margin-right: auto;
}
.__program h4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1rem;
  font-weight: 700;
}
.__line-LR.__time:before,
.__line-LR.__time:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  /* width: 100%; */
  /* background: #fff; */
  display: block;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 768px) {
  .__program h3 {
    width: calc(250px * 0.6);
    margin-right: auto;
		padding-left: 5%
  }
  .__program h4 {
		margin-bottom: 20px;;
  }
}
.__program-set {
  margin: 0 0 60px;
  color: #fff;
}
.__program-item {
  margin: 0 0 45px;
}
.__program-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.__program-item a:hover {
  color: #000;
}
.__program-item a::before {
  content: "";
  width: 0;
  height: 100%;
  background: #a9cd36;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.__program-item a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #a9cd36;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.__program-set .__program-item:last-child {
  margin-bottom: 0;
}
.__pg-title {
  font-size: 1.33rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.__pg-speaker {
  font-size: 0.93rem;
}
.__pg-speaker span {
  font-size: 115%;
  margin: 0 0.25em 0 1em;
}
@media screen and (max-width: 768px) {
  .__program-set {
    width: 90%;
    margin: 0 auto 30px;
    color: #fff;
  }
  .__pg-title {
    font-size: 1.03rem;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .__pg-speaker {
    font-size: 0.86rem;
  }
  .__pg-speaker span {
    font-size: 120%;
    margin: 0 0.5em 0 1em;
  }
}

/*----------------------------------------
** access
----------------------------------------*/
.__sposnor {
  margin-bottom: 150px;
}
.__sposnor h3 {
  width: 250px;
  margin-left: auto;
}
.__sposnor h4 {
  margin-top: 0;
  margin-bottom: 40px;
}
h4.__gold img,
h4.__gold svg,
h4.__silver img,
h4.__silver svg,
h4.__media img,
h4.__media svg {
  width: auto;
  height: 46px;
}
h4.__tech img,
h4.__tech svg {
  width: auto;
  height: 26px;
}
.__line-LR.__gold:before,
.__line-LR.__gold:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  width: 100%;
  background: #e4cf85;
  display: block;
}
.__line-LR.__silver:before,
.__line-LR.__silver:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  width: 100%;
  background: #999999;
  display: block;
}
.__line-LR.__media:before,
.__line-LR.__media:after,
.__line-LR.__tech:before,
.__line-LR.__tech:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  width: 100%;
  background: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  .__sposnor h3 {
    width: calc(250px * 0.6);
    margin-left: auto;
    padding-right: 5%;
  }
  .__sposnor h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  h4.__tech img,
  h4.__tech svg {
    width: auto;
    height: 36px;
  }
}

.__logoset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 90px;
}
.__logoset.__golds > div {
  width: calc(100% / 3);
  padding: 0 5px;
  margin-bottom: 10px;
}
.__logoset.__silvers > div {
  width: calc(100% / 4);
  padding: 0 5px;
  margin-bottom: 10px;
}
.__logoset.__media > div {
  width: calc(100% / 5);
  padding: 0 5px;
  margin-bottom: 10px;
}
.__logoset.__techs > div {
  width: calc(100% / 5);
  padding: 0 5px;
  margin-bottom: 10px;
}
.__logoset > div a img {
  transition: 0.3s all;
}
.__logoset > div a:hover img {
  filter: grayscale(100%);
  opacity: 0.9;
}
.__logoset a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .__logoset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 10px 45px;
  }
  .__logoset.__golds > div {
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .__logoset.__silvers > div {
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .__logoset.__media > div {
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .__logoset.__techs > div {
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

/*----------------------------------------
** access
----------------------------------------*/
.__access {
  margin-bottom: 150px;
}
.__access h3 {
  width: 210px;
  margin-right: auto;
}
.__access-map {
  width: 100%;
  margin: 0 auto 25px;
}
.__access-map iframe {
  vertical-align: bottom;
}
.__access-text {
  list-style: none;
  margin: 0;
  padding: 0;
}
.__access-text li {
  margin: 0 0 7px;
  line-height: 1.5;
  text-align: right;
  font-size: 0.86rem;
}
.__access-text li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .__access h3 {
    width: calc(210px * 0.6);
    margin-right: auto;
    padding-left: 5%;
  }
  .__access-map {
    width: 100%;
    margin: 0 auto 25px;
  }
  .__access-text {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

/*----------------------------------------
** contact
----------------------------------------*/
.__contact {
  margin-bottom: 0;
}
.__contact .__inner {
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #fff;
}
.__contact h3 {
  width: 640px;
  margin: 0 auto 15px;
  text-align: left;
  font-size: 0;
}
.__contact h3 img {
  width: 88px;
}
.__contact p {
  width: 640px;
  margin: 0 auto 25px;
  font-size: 0.8rem;
  text-align: center;
}
.__contact-set {
  display: flex;
  justify-content: center;
  font-size: 1.33rem;
  font-weight: 700;
}
.__contact-set .__tel,
.__contact-set .__mail {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.__contact-set > div span {
  width: 40px;
  border: 1px solid #fff;
  margin-right: 10px;
}
.__contact-set a,
.__contact-set a:visited,
.__contact-set a:active {
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}
.__contact-set a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .__contact h3 {
    width: 90%;
    margin: 0 auto 15px;
    text-align: left;
    font-size: 0;
  }
  .__contact h3 img {
    width: 88px;
  }
  .__contact p {
    width: 70%;
    margin: 0 auto 25px 5%;
    font-size: 0.8rem;
    text-align: center;
  }
  .__contact-set {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .__contact-set .__tel,
  .__contact-set .__mail {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .__contact-set > div span {
    width: 30px;
    border: 1px solid #fff;
    margin-right: 10px;
  }
}
