@charset "UTF-8";
.pcnone {display: block!important;}
.spnone {display: none!important;}

@media print, screen and (min-width: 769px) {
	.pcnone {display: none!important;}
	.spnone {display: block!important;}
}
/*--------------------------------------------------
product_logo_name
--------------------------------------------------*/

/* aside */
.aside {
	display: block;
	position: relative;
	width: 1240px;
	margin:-23px auto 0;
}
.aside ul.clearfix {
	display: flex;
	justify-content: flex-end;
}

.aside ul.clearfix > li {
	margin: 0 15px;
}
@media print, screen and (min-width:768px) and ( max-width:1080px) {
	.aside {
		max-width: 1240px;
	}
}
@media print, screen and (max-width: 767px) {
    .aside {
        display: none;
    }
}
/*--------------------------------------------------------------------------------
	Main Visual
--------------------------------------------------------------------------------*/
@media print, screen and (max-width: 767px) {
    #contents.wide {
        padding: 0;
    }
}
#contents .headSection {
	width: 100%;
	height: 186px;
	background: url('/products/scanner/solution/howtomovie/common/images/mainvisual1920x380px.jpg') left 58% bottom no-repeat;
	background-size: auto 90%;
	margin-top: 20px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	#contents.wide {
		width: 1240px;
		max-width: 1240px;
	}
}
#contents .headSection .innerItems {
    position: relative; 
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    height: 360px;
}

#contents .headSection .innerItems .inner-text {
    position: relative; 
    display: block;
    width: auto;
    position: relative;
	margin-top: 0px;
	text-align:center;
}
#contents .headSection .innerItems .inner-text p.logo {
	position: relative;
	padding: 5px 20px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 2rem;
	letter-spacing: 4px;
}
#contents .headSection .innerItems .inner-text p.logo span {
    display: block;
	font-size: 1rem;
	text-align: center;
}

#contents .headSection .innerItems .inner-text::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	content:'';
	width:100%;
	height:100%;
    background-color: rgba(7,75,159,.9);
    mix-blend-mode: multiply;
    z-index: -1;
}
#contents .headSection .innerItems .inner-text {
	animation-name:fadeUpAnime;
	animation-duration:0.7s;
	animation-fill-mode:forwards;
	opacity: 0;
	animation-delay: 0.3s;
}
	@keyframes fadeUpAnime{
	from {
		opacity: 0;
	transform: translateY(100px);
	}
	to {
		opacity: 1;
	transform: translateY(0);
	}
}


#contents .headSection .innerItems .inner-text p.logo span:before {
		content: '＼';
		margin-right: 1rem;
}
#contents .headSection .innerItems .inner-text p.logo span:after {
		content: '／';
		margin-left: 1rem;
}
@media print, screen and (min-width: 768px) {
	#contents .headSection {
		height: 380px;
		margin: 20px auto 0;
		min-width: 1240px;
		background: url('/products/scanner/solution/howtomovie/common/images/mainvisual1920x380px.jpg') 70% center no-repeat;
		
	}
	#contents .headSection .innerItems .inner-text {
		width: 447px;
		margin-top: 34px;
	}
	
	#contents .headSection .innerItems .inner-text p.logo {
		font-size: 3.5rem;
		line-height: 4rem;
		padding: 10px 20px 20px;
	}
	#contents .headSection .innerItems .inner-text p.logo span {
		/*font-size: 1.56rem;*/
		font-size: 2rem;
		text-align: center;
	}
	#contents .headSection .innerItems .inner-text p.logo span.h1-small {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------------------------
	Detail Section (Video Area Contents)
--------------------------------------------------------------------------------*/
#contents .detailSection.detailSection-scanner {
	width:100%;
	margin:0 auto;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	#contents .detailSection.detailSection-scanner {
		max-width: 1200px;
	}
}
@media print { 
	.detailSection.detailSection-scanner { max-width: 1000px; }
}
h2.cornerTitle {
	text-align:center;
	font-size: 2.8rem;
	color: #3359AC;
	margin-top: 4rem;
	font-weight: 700;
}
p.corner-copy {
	text-align:center;
	font-size: 2rem;
	padding: 3rem 0 4rem;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	h2.cornerTitle {
		font-size: 3.8rem;
		margin-top: 6rem;
	}
	p.corner-copy {
		padding: 4rem 0 6rem;
	}
}
/*------- Video content -------*/
.video-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	box-sizing:border-box;
}

.video-content .modal-video {
	display: flex;
	flex-direction: column;
	width: calc(50% - 10px);
	margin: 0 0 0px;
	text-align: center;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
	justify-content: space-between;
	transition: .5s all linear;
	padding: 10px 0px;
}
.video-content .modal-video:hover {
	opacity: .7;
}
.video-content .modal-video .modal-video-inner {
	display: flex;
	flex-direction: column;	
	border-radius: 20px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative;
	border: 2px solid #ddd;
	height: 100%;
	padding-bottom: 35px;
}
.video-content .modal-video .modal-video-inner .modal-video-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.video-content .modal-video .movie-image {
	padding: 0 5px;
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	aspect-ratio: 3/ 2;
}
.video-content .modal-video .movie-image img {
	max-height: 100%;
	object-fit: cover;
}
.modal-video h3 {
	color: #000;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-weight: 400;
	position: relative;
	background: #d7d7d7;
	background-size: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 5px 0;
	margin-bottom: auto;
}
.video-content .btn-detail {
	position: absolute;
	width: 100%!important;
	text-align:center;
	display: block;
	bottom: 10px;
	color: #fff;
	padding: 2px 0px;
	font-size: 1rem;
	margin: 0 auto;
}

.video-content .btn-detail p {
	background: #205ca7;
	color: #fff;
	width: 64%;
	padding: 5px 0;
	border-radius: 5px;
	text-align: center;
	display:inline-block;
}
@media screen and (min-width:640px) and ( max-width:1080px) {
	.video-content .modal-video h3 {
		font-size: 2rem;
		line-height: 3rem;
		letter-spacing: 2px;
	}
}
@media print, screen and (min-width: 1081px) {
	.video-content .modal-video h3 {
		font-size: 1.2rem;
		line-height: 1.6rem;
		letter-spacing: 2px;
	}
}
.video-content .modal-video:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.video-content{
		margin: 0 auto;
		width: 100%;
		justify-content:space-between;
	}
	.video-content::before{
		content:"";
		display: block;
		width:25%;
		margin: 0 0 20px 0;
		order:1;
	}
	.video-content::after{
		content:"";
		display: block;
		width: calc(25% - 10px)!important;
		margin: 0 0 20px 0;
	}
	.video-content .modal-video .modal-video-inner {
		padding-bottom: 45px;
	}
	.video-content .modal-video {
		width: calc(25% - 10px)!important;
		margin: 0 0 20px 0;
	}
	.video-content .modal-video h3 {
		font-size: 1.8rem;
		line-height: 2.2rem;
		padding: 15px 0;
	}
	.video-content .modal-video .btn-detail {
		width: 10rem;
		font-size: 1.3rem;
		margin: 0 auto;
		bottom: 15px;
	}
}
/*---------- Tabs ----------*/
.btn-filterVideos {
	position: relative;
	background: #E6F1FF;
	padding: 20px 10px 10px;
	margin-bottom: 20px;
	border-radius: 15px;
}
.btn-filterVideos:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #E6F1FF transparent transparent transparent;
  border-width: 20px 30px 0 30px;
}
.btn-filterVideos h3.btn-filterVideos-title {
	text-align: center;
	font-size: 2.4rem;
	font-weight:700;
	margin: 0 auto;
	padding:0 0 20px;
}
.btn-filterVideos ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.btn-filterVideos ul li {
    box-sizing: border-box;
    margin: 0 0 5px;
    width: 48%;
    text-align: center;
    display: block;
	letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) {
	.btn-filterVideos ul li {
		letter-spacing: 2px;
	}
}
.btn-filterVideos ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #005AB8;
    background: #fff;
    color: #000;
    font-size: 1.5rem;
    padding: 7px 0;
    transition: .5s;
    position: relative;
    z-index: 98;
	border-radius: 7px;
}
@media print, screen and (min-width: 768px) { 
    .btn-filterVideos ul {
        width: 100%;
        max-width: 1240px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px auto 20px;
    }
    .btn-filterVideos ul li {
        margin: 0 5px 5px;
        width: calc(20% - 10px)!important;
        text-align: center;
    }
    .btn-filterVideos ul li a {
        display: block;
        width: 100%;
        font-size: 2rem;
        padding: 7px 0;
    }
}
.btn-filterVideos ul li a:hover,
.btn-filterVideos ul li a.active {
    border: 1px solid #005AB8;
    background: #005AB8;
    color: #fff;
    transition: .5s;
    text-decoration: none;
    text-align: center;
}

/*--------------------------------------------------------------------------------
	Modal Window
--------------------------------------------------------------------------------*/
.video {
	display: block;
}
.hide-area{
  display: none;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.modaal-wrapper .modaal-close {
	position: absolute;
	top: -54px;
	right: -20px;
	border: 2px solid #fff;
	width: 54px;
	height: 54px;
}
h2.modalTitle {
	background:#878787;
	color: #FFEF00;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	font-weight: 700;
	font-size: 1.6rem;
}
.card-body {
	border: 1px solid #878787;
	border-top: none;
	padding: 5px 5px 0 ;
}


.modaal-container {
	border-radius: 10px;
	padding: 0;
}

.modaal-container {
    margin-top: 30px;
}
.modaal-content-container {
    padding: 30px 30px 0;
	max-height:calc(100vh - 100px);
	overflow-y: auto;
	overflow-x:hidden;
}
@media print, screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 30px;
        padding-bottom: 0px;
    }
}
.modaal-container dl {
	margin: 20px 0 0;
}
.modaal-container dl dt {
	background: #005AB8;
	color: #fff;
	width: 100%;
	padding: 5px;
	border: 1px solid #005AB8;
	border-radius: 30px;
	text-align: center;
	letter-spacing: .5rem;
	font-weight: 700;
	font-size: 1.6rem;
}
.modaal-container dl dd {
	width: 100%;
	padding: 20px 0;
	font-size: 1.6rem;
}
.modaal-container dl dd.productNo {
	font-weight: 400;
	font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) { 
	.modaal-container {
		padding: 20px 40px;
		border-radius: 10px;
		max-width: 800px;
		margin-top: 0px;
	}
	.modaal-wrapper .modaal-close {
		top: -25px;
		right: -54px;
	}
	.modaal-container dl {
		display: flex;
		flex-wrap: wrap;
		box-sizing:border-box;
		margin: 20px 0;
		align-items: stretch;
	}
	.modaal-container dl dt {
		background: #005AB8;
		color: #fff;
		width: 8rem;
		padding: 5px;
		border: 1px solid #005AB8;
		border-radius: 10px 0 0 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		letter-spacing: 0;
		font-size: 1.8rem;
	}
	.modaal-container dl dd {
		width: calc(100% - 8rem);
		padding: 20px;
		border: 1px solid #261F1C;
		border-radius: 0 10px 10px 0;
		font-size: 1.6rem;
	}
	.modaal-container dl dd.productNo {
		font-weight: 400;
		font-size: 1.6rem;
	}
	.modaal-container dl dd.productNo ul{
		display: flex;
		flex-wrap: wrap;
	}
	.modaal-container dl dd.productNo ul li:after{
		content: '、';
	}
	.modaal-container dl dd.productNo ul li:last-child:after{
		content: '';
		margin: 0;
	}
}