body {
  font-family: 'Noto Sans JP', sans-serif;
}
a[href=""] {
  cursor: default;
}
.mainvisual img {
  width: 100%;
}
.textbox01 {
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0 1%;
}
.start_box {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
}
.text_close_area {
  text-align: right;
  padding: 1%;
  color: #1E1E1E;
}
.text_close_area span {
  cursor: pointer;
}
.start_box img {
  width: 100%;
  pointer-events: none;
}
.text_right {
  text-align: right;
}
.intro_area {
  background: rgba(255, 255, 255, 1.00);
  max-width: 1000px;
  margin: 0 auto;
}
.intro_area img {
  width: 100%;
}
.banner_area {
  padding: 1%;
}
.banner_area a:hover img {
  opacity: 0.8;
}
.intro_area.ajast {
  margin-top: 150px;
  /*padding-top: 200px;*/
}
.catch {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.catch img {
  max-width: 100%;
}
.lineup_area {
  background-image: url("../img/topics_pt.png");
  background-color: #000C44;
  background-color: #230044;
  /*background-color:#3B006F;
	background-color:#004056;*/
  padding-bottom: 5%;
}
.lineup_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 0 3%;
}
.lineup_box li{
	background: #2A2A2A;	
}
.lineup_box img {
  width: 100%;
}
.pickup_area {
  background: rgba(231, 231, 231, 1.00);
  padding-bottom: 3%;
}
.pickup_box {
  display: flex;
  max-width: 1000px;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}
.pickup_box a {
  width: 24%;
  text-decoration: none;
  margin-bottom: 1%;
}
.pickup_box article {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.00);
  box-shadow: 0 0 8px gray;
  cursor: pointer;
}
.aiticle_thumb_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
.aiticle_thumb_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.article_textbox {
  text-align: center;
  padding: 3%;
  padding-bottom: 2em;
  color: #0F0F0F;
  font-size: 13px;
  line-height: 1.5em;
}
.article_subtextbox {
  width: 100%;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  /*border-top: dotted 1px rgba(46, 46, 46, 1.00);*/
  display: flex;
  justify-content: space-between;
}
.aiticle_modal, .history_modal {
  display: none;
  /*position: relative;*/
  padding: 1%;
  line-height: 1.5em;
}
.aiticle_modal {
  padding: 5%;
}
.modal_textbox img {
  max-width: 100%;
}
.news_textbox {
  max-width: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news_title_area {
  background: #262626;
  color: #FFFFFF;
  text-align: center;
  padding: 1%;
}
.news_date {
  text-align: right;
  font-size: 10px;
  /*color: #676767;*/
}
.news_title {
  font-weight: bold;
  font-size: 16px;
  padding: 1em 1% 0;
}
.news_text_area {
  font-size: 14px;
  padding: 3%;
}
.news_text_area img {
  max-width: 100%;
  margin: 0 auto 1em;
}
.modal_textbox {
  max-width: 700px;
  display: flex;
  justify-content: center;
}
.modal_textbox.ajast01 {

}
.history_modal_img, .history_modal_text {
  font-size: 14px;
  width: 100%;
  position: relative;
  padding: 2%;
}
.close {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  color: rgba(255, 255, 255, 1.00);
  /*background: rgba(198, 0, 3, 1.00);*/
  color: rgba(198, 0, 3, 1.00);
  /*border-radius: 50%;*/
  cursor: pointer;
  /*pointer-events: none;*/
}
.close a {
  text-decoration: none;
  color: rgba(198, 0, 3, 1.00);
}
.history_modal_text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.history_modal_title {
  text-align: center;
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 14px;
  padding: 2%;
}
.history_modal_title span {
  display: block;
  background: #1D1D1D;
  padding: 5px;
  color: #FFFFFF;
}
.history_modal_title div {
  height: auto;
}
.history_modal_info {
  /*display: flex;
  justify-content: center;
  align-content: center;*/
}
.history_modal_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_modal_img.ajast01{
	flex-direction: column;
}
.history_modal_img img {
  max-width: 100%;
}
.history_modal_img, .history_modal_text {
  width: 50%;
}
.history_modal_img.ajast{
	 width: 100%;
	flex-direction: column;
}
.link_btn{
	margin-top: 1em;
}
.history_modal_text.column1 {
  width: 100%;
}
.aiticle_date, .aiticle_category {
  width: 30%;
	  color: rgba(255, 255, 255, 1.00);
}
.aiticle_date {
  width: 100%;
  text-align: center;
  color: #676767;
}
.aiticle_category.other {
  background: #494949;
}
.aiticle_category.anime {
background: rgba(214, 0, 3, 1.00);
}
.aiticle_category.game {
background: rgba(0, 74, 149, 1.00);
}
.aiticle_category.goods {
background: #AF4800;
}
.section_title {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
  justify-content: center;
}
.topic_textbox02 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.topic_textbox03 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.section_title img {
  max-width: 100%;
}
.history_info a {
  text-decoration: none;
}
.center_box {
  width: 400px;
}
.dammy_box {
  width: 300px;
  background: #744445;
  height: 100%;
}
.effect {
  /*opacity: 0;
	margin-left:100px;*/
}
@media screen and (max-width: 750px) {
  .textbox01 {
    padding: 0 3%;
  }
  .intro_area.ajast {
    margin-top: 0px;
  }
  .center_box {
    width: 500px;
  }
  .dammy_box {
    width: 250px;
  }
  .lineup_box {
    padding: 0 5%;
  }
  .lineup_area {
    padding-bottom: 5%;
  }
  .pickup_box {
    flex-wrap: wrap;
  }
  .pickup_box a {
    margin-top: 3%;
    width: 48%;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    display: none;
  }
}
/*timeline-css*/
/*===== Vertical Timeline =====*/
#timeline_area {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  position: relative;
  max-width: 100%;
  /*background: #01012b;*/
  /*background: #fff;*/
  padding: 0 3%;
  overflow: hidden;
}
#border_line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  background: #181818;
  height: 100%;
  z-index: 0;
}
#border_line_sp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#border_line_sp .meta-date_area {
  position: relative;
  width: 62px;
  height: 100%;
}
#border_line_date_sp {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  background: #181818;
  height: 100%;
}
#timeline_area .section_title {
  position: relative;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3% 0;
}
#conference-timeline {
  background: #FFFFFF;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5%;
}
.major_r {
  height: 100%;
  width: 66px;
  margin-right: -50px;
  background-position: top right;
  background-color: #FFFFFF;
  background-image: url("../img/mr.png");
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: repeat-y;
}
.major_l {
  height: 100%;
  width: 66px;
  margin-left: -50px;
  background-color: #FFFFFF;
  background-image: url("../img/ml.png");
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat-y;
}
.major_rt {
  height: 100%;
  width: 66px;
  margin-right: -50px;
  background-position: top right;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: repeat-y;
}
.major_lt {
  height: 100%;
  width: 66px;
  margin-left: -50px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat-y;
}
#conference-timeline .timeline-start, #conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  background: #01012b;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 4;
}
/**/
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #05d9e8;
  /*background: #01012b;*/
  z-index: 2;
  opacity: 0;
}
#conference-timeline .conference-timeline-content {
  /*padding-top: 67px;*/
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  /* overflow: hidden;*/
  margin: 0 10 10px;
  /*padding-bottom: 2%;
	margin-bottom: 3%;*/
  /*border-bottom: 3px #484848 solid;*/
  padding-bottom: 3%;
}
.timeline-article.date:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: inherit;
  /*padding-bottom: 3%;*/
  border-bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.timeline-article.left:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: inherit;
  /*padding-bottom: 3%;*/
  border-bottom: 0px solid #000;
  z-index: 1;
  pointer-events: none;
}
.timeline-article.right:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: inherit;
  /*padding-bottom: 3%;*/
  border-bottom: 0px solid #000;
  z-index: 1;
  pointer-events: none;
}
.timeline-article.sp {
  display: none;
}
.timeline-article.y11 {
  border-color: #e9e9e9;
}
.timeline-article.y12 {
  border-color: #d4d4d4;
}
.timeline-article.y13 {
  border-color: #bfbfbf;
}
.timeline-article.y14 {
  border-color: #b4b4b4;
}
.timeline-article.y15 {
  border-color: #aaaaaa;
}
.timeline-article.y16 {
  border-color: #949494;
}
.timeline-article.y17 {
  border-color: #7f7f7f;
}
.timeline-article.y18 {
  border-color: #6a6a6a;
}
.timeline-article.y19 {
  border-color: #555555;
}
.timeline-article.y20 {
  border-color: #3f3f3f
}
.textbox04 {
  font-weight: bold;
  font-size: 14px;
}
.textbox04 a {
  text-decoration: none;
  color: #1E1E1E;
}
.timeline-article .content-left-container, .timeline-article .content-right-container {
  height: 100%;
  display: block;
  width: 44%;
  padding: 0 7.2% 0 5%;
  /*width: 100%;
  margin-bottom: 3%;*/
}
.timeline-article .content-left-container.pc, .timeline-article .content-right-container.pc {
  /*padding: 0 3%;*/
}
.timeline-article .content-right-container, .timeline-article .content-left-container {
  position: relative;
}
.timeline-article .content-right-container p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  margin-bottom: -20px;
  font-size: 14px;
}
.timeline-article .content-left-container p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-bottom: -20px;
  font-size: 14px;
}
.timeline-article.textonly .content-left-container p, .timeline-article.textonly .content-right-container p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: -20px;
  font-size: 14px;
}
.timeline-article:not(.datebox) .content-right-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20%;
  height: 3px;
  background: #181818;
  /*padding-bottom: 3%;*/
  border-bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.timeline-article .content-left-container:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15%;
  height: 3px;
  background: #181818;
  /*padding-bottom: 3%;*/
  border-bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.timeline-article:not(.datebox).pc .content-right-container:before, .timeline-article.datebox .content-left-container:before, .timeline-article.right .content-left-container:before {
  width: 0;
}
.meta-date_area {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left, .timeline-article .content-right {
  height: 100%;
  position: relative;
  width: auto;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, .03);*/
  /*padding: 0 27px 0px;*/
}
.timeline-article p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: bold;
color: #737373;
  font-size: 30px;
  position: relative;
}
.timeline-article .contents_title {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}
.timeline-article .contents_title.fontsmall {
  font-size: 24px;
}
.textbox02 {
  font-size: 14px;
  padding: 1% 3%;
  background: #2B2B2B;
  color: #FFFFFF;
}
.textbox03 {
  display: block;
  font-size: 20px;
}
.timeline-article img {
  max-width: 100%;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
/**/
.timeline-article .meta-date {
  width: 62px;
  height: 62px;
  /*margin-left: -31px;*/
  color: #fff;
  border-radius: 100%;
  background: #05d9e8;
  background: #01012b;
}
.timeline-article .meta-date .date, .timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 20px;
  line-height: 55px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 0px;
}
/*===== // Vertical Timeline =====*/
/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 750px) {
  #border_line_sp {
    display: block;
  }
  .timeline-article.sp {
    display: flex;
  }
  .timeline-article.pc {
    display: none;
  }
  #border_line {
    display: none;
    z-index: 10;
  }
  #conference-timeline .timeline-start, #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container.pc, .timeline-article .content-right-container.pc {
    display: none;
  }
  .timeline-article .content-left-container, .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 0px;
    min-height: 53px;
  }
	.timeline-article.textonly .content-right-container p{
		position: relative;
	}
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-right-container {
    width: 100%;
    padding-left: 15%;
    margin-bottom: 5%;
  }
  .timeline-article .content-right-container.ajast {
    display: none;
    margin-bottom: 0;
  }
  .timeline-article:not(.datebox) .content-right-container:before {
    width: 0;
  }
  .timeline-article .content-left, .timeline-article .content-right {
    padding: 0px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
  .meta-date_area {
    width: auto;
  }

.timeline-article.textonly .content-right-container p{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
}
/*===== // Resonsive Vertical Timeline =====*/
/*endtimeline-css*/
/*img efect*/
.figure {
  position: relative;
  overflow: hidden;
}
.figure::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  pointer-events: none;
}
.figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/**/