@import "/css/ml_portal/2020/common.css";
@import "/css/ml_portal/2020/animation.css";

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    border: 1px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background-color: rgba(0,0,0, .1);
}

#Contents {
    background-color: #000;
}
.GridSet {
    width: 100%;
}

.Section {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    box-sizing: border-box;
}
.Section.lastSection {
    padding: 0;
}

.featherlight .featherlight-inner {
    width: 100%;
}
.featherlight.ebook .featherlight-content {
    background: transparent url("../image/book.png") center center no-repeat;
    background-size: 100% 100%;
}
.lightbox {
    display: none;
}
.flexSet {
    margin: 30px 0 60px;
    align-items: center;
    overflow: hidden;
}
.flexSet > p {
    width: 50%;
    height: 75%;
    max-height: 75vh;
    padding: 50px;
    box-sizing: border-box;
}
.flexSet > p.Img {
    padding: 5% 5% 5% 7%
}
.flexSet > p.Img img {
    width: 100%;
}
.flexSet > p.content {
    width: 50%;
    font-size: 83%;
    padding: 3% 5%;
}



.OriginBack {
	width:100%;
    padding: 50px 0;
	background-color:#000;
}

.OriginBack > #Contents {
	background-color:inherit;
	padding-top:50px;
	position:relative;

}

.OriginTitle {
	font-size:50px;
	font-family:serif;
	text-align:center;
	margin-bottom:30px;
	color:#fff;
	line-height:1.2;

}

.OriginDescription {
	font-size:0.8rem;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	line-height:1.8;
}

.OriginLink {
	text-align:center;
	margin-bottom:30px;
  padding-top:10px;
}

.OriginLink a {
	border:1px solid #fff;
	padding:10px 20px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	transition-property: background-color;
	-webkit-transition-property: background-color;
}

.OriginLink a:hover {
	background-color:rgba(255, 255, 255, 0.4);
}

.OriginLinks {
	text-align:center;
	margin-bottom: 50px;
}
.OriginLinks ul {
	display:inline-block;
	text-align:left;
}

.OriginLinks li {
	padding: 10px 0;
  color:#fff;
	font-size:0.9rem;
	position: relative;
  border-bottom: 1px solid #333;
}
.OriginLinks li:first-child {
  border-top: 1px solid #333;
}
/*.OriginLinks li:before {
	content: "";
    background-image: url("../image/movie.png");
    display: inline-block;
    width: 30px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top:2px;
}*/
.OriginLinks li > span {
  display: inline-block;
  min-width: 500px;
}
.OriginLinks li .new {
	display: inline-block;
    width: 40px;
    height: 11px;
    color: #fff;
    background-color: #f00;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    padding: 3px;
    margin-left: 5px;
}

.OriginLinks a {
	color:#fff;
	/*font-size:0.9rem;*/
	text-decoration:none;
	position: relative;
}
.OriginLinks a:hover {
	text-decoration:underline;
}
.OriginLinks a:after {
  position: absolute;
	content: '';
  display: inline-block;
	width: 17px;
	height: 17px;
	top: 1px;
	left: 0;
}
.OriginLinks a.ebook,
.OriginLinks a.story {
  margin-left: 50px;
}
.OriginLinks a.ebook {
	padding-left:20px;
}
.OriginLinks a.story {
	padding-left:25px;
}
.OriginLinks a.story:after {
  background: url("../image/productstory_g.png") no-repeat left center;
  background-size: 17px;
}
.OriginLinks a.ebook:after {
	width: 21px;
	height: 21px;
	top: 0;
  background: url("../image/ebook_g.png") no-repeat left center;
  background-size: auto 21px;
}
/*.OriginLinks a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 3px;
	right: 0;
	margin-top: -4px;
} */

.OriginTrailMap {
	text-align:center;
	margin-bottom:30px;
	padding:0 15px;
}

.OriginTrailMap a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	transition-property: background-color;
	-webkit-transition-property: background-color;
}

.OriginTrailMap a:hover {
	background-color:rgba(255, 255, 255, 0.4);
}


@media screen and (max-width: 767px) {


  .JS .OriginLinks li > span {
    display: block;
    min-width: 1px;
    margin-bottom: 10px;
  }
  .JS .featherlight.ebook .featherlight-content {
    background-size: 200% 100%;
    background-position-x: 95%;
    background-position-y: 0;
  }

  .JS .flexSet > p.content {
    padding-left: 7%;
    padding-right: 4%;
    width: 100%;
    }
  .JS .flexSet > p.Img {
      display: none;
  }
}

@media screen and (max-width: 399px) {
  .JS .OriginLinks a.story {
    margin-left: 0;
  }
  .JS .OriginLinks a.ebook {
    margin-left: 50px;
  }
}