/*----------------------------------------
** mcframe Day 2019
** mcframeday.com
** report
----------------------------------------*/
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;
}

/*--------------------------------------*/
.__bg-message {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7) url(../img/bg-message.jpg) left center
    no-repeat fixed;
  background-size: cover;
  z-index: -10;
}
h3 > * {
  position: relative;
  z-index: 2;
}
.__h-left::before {
  content: "";
  width: 1000px;
  height: 200px;
  background: url(../../../assets/img/bg-h-left.png) right center no-repeat;
  background-size: 1000px 200px;
  position: absolute;
  /* right: -150px; */
  right: 0;
  bottom: 20%;
  transform: translateY(50%);
  z-index: 1;
}
.__h-right::before {
  content: "";
  width: 1000px;
  height: 200px;
  background: url(../../../assets/img/bg-h-right.png) left center no-repeat;
  background-size: 1000px 200px;
  position: absolute;
  /* left: -150px; */
  left: 0;
  bottom: 20%;
  transform: translateY(50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .__h-left::before {
    content: "";
    width: 150%;
    height: 100px;
    background: url(../../../assets/img/bg-h-left.png) right center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 70%;
    transform: translateY(50%);
    z-index: 1;
  }
  .__h-right::before {
    content: "";
    width: 150%;
    height: 100px;
    background: url(../../../assets/img/bg-h-right.png) left center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 70%;
    transform: translateY(50%);
    z-index: 1;
  }
}

/*----------------------------------------
** kv
----------------------------------------*/
.__keyVis {
  position: relative;
  height: 800px;
  background: #000 url(../img/beng_circle.jpg) center center no-repeat;
  background-size: contain;
  margin-bottom: 0;
}
.__keyVis .__inner {
  height: 800px;
}
.__keyVis h2 {
  width: 500px;
  position: absolute;
  left: 8%;
  bottom: 45%;
  transform: translateY(50%);
}
.__keyVis .__ttl-report {
  width: 245px;
  position: absolute;
  right: 12%;
  bottom: 30%;
  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);
    padding-bottom: 150px;
  }
  .__keyVis h2 {
    width: 80%;
    position: absolute;
    left: 5%;
    bottom: 48%;
    transform: translateY(50%);
  }
  .__keyVis .__ttl-report {
    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));
  }
}

/*----------------------------------------
** message
----------------------------------------*/
.__message {
  /* margin-bottom: 150px; */
  padding: 250px 0 250px;
  background: rgba(0,0,0,0.65);
  /* background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 10%,
    rgba(0, 0, 0, 0.65) 55%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 10%,
    rgba(0, 0, 0, 0.65) 55%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 10%,
    rgba(0, 0, 0, 0.65) 55%,
    rgba(0, 0, 0, 0.95) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#bd000000',GradientType=0 ); */
}
.__message p {
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 2;
}

/* .__message::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.35);
} */
@media screen and (max-width: 768px) {
  .__message {
    /* margin-bottom: 150px; */
    padding: 100px 5% 100px;
    background: rgba(0,0,0,0.65);
    /* background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6) 5%,
      rgba(0, 0, 0, 0.45) 50%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.6) 5%,
      rgba(0, 0, 0, 0.45) 50%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6) 5%,
      rgba(0, 0, 0, 0.45) 50%,
      rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#bd000000',GradientType=0 ); */
  }
}

/*----------------------------------------
** photo
----------------------------------------*/
.__photo {
  padding: 70px 0 200px;
  background: #000;
}
.__photo h3 {
  width: 171px;
  margin-right: auto;
  /* margin-left: auto; */
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .__photo h3 {
    width: calc(171px * 0.6);
    margin-right: auto;
    /* margin-left: auto; */
    margin-bottom: 50px;
    padding-left: 5%;
    /* padding-right: 5%; */
    /* padding-bottom: 30px; */
  }
}

.__photoSlide {
  width: 100%;
}
.__photoSlide ul {
  margin: 0 auto;
  width: 720px;
  padding: 0;
}
.__photoSlide ul img {
}
.__photoNav {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.__photoNav ul {
  width: 100%;
  padding: 0;
}
.__photoSlide ul li {
  margin-left: 0;
  margin-right: 0;
}
.__photoNav ul li img {
  filter: grayscale(100%);
}
.__photoNav ul li.slick-current img {
  filter: grayscale(0);
}
.slick-prev {
  left: -45px;
  width: 30px;
  height: 30px;
  background: url(../img/bt-prev.png) center center no-repeat;
  background-size: contain;
  z-index: 10;
  opacity: 0.7;
  transition: 0.2s all;
}
.slick-next {
  right: -45px;
  width: 30px;
  height: 30px;
  background: url(../img/bt-next.png) center center no-repeat;
  background-size: contain;
  z-index: 10;
  opacity: 0.7;
  transition: 0.2s all;
}
.slick-prev:hover,
.slick-prev:focus {
  left: -45px;
  width: 30px;
  height: 30px;
  background: url(../img/bt-prev.png) center center no-repeat;
  background-size: contain;
  z-index: 10;
  opacity: 1;
}
.slick-next:hover,
.slick-next:focus {
  right: -45px;
  width: 30px;
  height: 30px;
  background: url(../img/bt-next.png) center center no-repeat;
  background-size: contain;
  z-index: 10;
  opacity: 1;
}
.slick-prev:before {
  content: "";
}
.slick-next:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .__photoSlide {
    width: 90%;
    margin: 0 auto;
  }
  .__photoSlide ul {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .__photoSlide ul img {
  }
  .__photoNav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-prev {
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/bt-prev.png) center center no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 0.7;
    transition: 0.2s all;
  }
  .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/bt-next.png) center center no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 0.7;
    transition: 0.2s all;
  }
  .slick-prev:hover,
  .slick-prev:focus {
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/bt-prev.png) center center no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 1;
  }
  .slick-next:hover,
  .slick-next:focus {
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/bt-next.png) center center no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 1;
  }
}

/*----------------------------------------
** keynote
----------------------------------------*/
.__keynote {
  padding-bottom: 150px;
  background: #000;
}
.__keynote h3 {
  width: 530px;
  margin-left: auto;
  margin-bottom: 100px;
}
.__keynote h4 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 20px;
}
.__keynote h5 {
  display: flex;
  font-size: 1.13rem;
  font-weight: normal;
  margin: 0 0 70px;
}
.__keynote h5 img {
  width: 140px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .__keynote h3 {
    width: calc(530px * 0.6);
    margin-left: auto;
    margin-bottom: 20px;
    padding-bottom: 50px;
    padding-right: 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% / 2);
  padding: 150px 15px;
}
.__session-set > div.__keynote-pics {
  background: url(../img/photo/7.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.__bt-more {
  width: 125px;
}
.__session-set .__keynote-pics::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.0);
  transition: 0.3s;
}
.__session-set:hover .__keynote-pics::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.35);
}
@media screen and (max-width: 768px) {
  .__session-set {
    margin: 0;
    display: block;
  }
  .__session-set > div {
    width: calc(100% / 1);
    margin: 0;
  }
  .__session-set > div:first-child {
    height: 200px;
  }
  .__session-set > div:last-child {
    padding: 50px 0;
  }
  .__bt-more {
    width: 40%;
    margin: 0 auto;
  }
}

/*----------------------------------------
** download
----------------------------------------*/
.__download {
  padding-bottom: 150px;
  background: #000;
}
.__download h3 {
  width: 307px;
  margin-right: auto;
  margin-bottom: 100px;
}
.__download 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) {
  .__download h3 {
    width: calc(307px * 0.6);
    margin-right: auto;
    padding-left: 5%;
  }
  .__download h4 {
    margin-bottom: 20px;
  }
}
.__download-set {
  margin: 0 0 60px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.__download-set > div {
  width: calc(100% / 4);
  padding: 0 20px;
  margin-bottom: 40px;
}
.__download-set > div a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.__dl-speaker {
  margin-bottom: 15px;
}
.__dl-speaker img {
  border-radius: 50%;
  transition: 0.3s;
}
.__download-set .__dis > * {
  filter: brightness(50%);
}
.__dl-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.__dl-role {
  font-size: 0.93rem;
}
.__download-set > div a:hover {
  color: #a9cd36;
}
.__download-set > div a:hover img {
  filter: grayscale(100%);
}
.__bt-download {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .__download-set {
    width: 90%;
    margin: 0 auto 30px;
    color: #fff;
  }
  .__download-set > div {
    width: calc(100% / 2);
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .__bt-download {
    width: 74%;
    margin: 0 auto;
  }
}

/*----------------------------------------
** media
----------------------------------------*/
.__media {
  padding-bottom: 150px;
  background: #000;
}
.__media h3 {
  width: 180px;
  margin-left: auto;
  margin-bottom: 100px;
}
.__media-list {
  margin-bottom: 100px;
}
.__media-list > div {
  border-bottom: 1px dashed #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.__media-list > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .__media {
    padding-bottom: 75px;
  }
  .__media h3 {
    width: calc(180px * 0.6);
    margin-left: auto;
    padding-right: 5%;
  }
  .__media-list {
    margin-bottom: 0;
  }
  .__media-list > div {
    border-bottom: 1px dashed #fff;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
    padding: 0 5% 10px;
  }
}

.__media-list > div a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.__media-list > div a:hover {
  color: #000;
}
.__media-list > div a span {
  font-size: 0.93rem;
  display: block;
  margin-bottom: 6px;
}
.__media-list > div a p {
  margin: 0;
}
.__media-list > div a > * {
  z-index: 2;
  position: relative;
}
.__media-list > div a::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #a9cd36;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  /* z-index: 1; */
}
.__media-list > div a:hover::before {
  width: 100%;
}

/*----------------------------------------
** contact
----------------------------------------*/
.__contact {
  margin-bottom: 0;
  background: #000;
}
.__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;
  }
}

.__download-set a {
  pointer-events: none;
}
.is-end{
  color: #a9cd36;
  padding: 1em;
  border: 1px solid #a9cd36;
  text-align: center;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .is-end{
    width: 85%;
  }
}