@charset "UTF-8";

/* pMv
  ------------------------- */
.pMv {
  margin-bottom: 0;
}
.pMv.event {
  background: url(../images/event/img_mv01.jpg) center top no-repeat;
  background-size: cover;
}
.pMv.promotion {
  background: url(../images/event/promotion/img_mv01.jpg) center top no-repeat;
  background-size: cover;
}
.pMv .inner {
  display: flex;
  height: 240px;
  align-items: center;
}
.pMv .inner h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 240%;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
}
.pMv.event .inner h1,
.pMv.promotion .inner h1 {
  color:#fff;
}
	
/* ページタイトル
------------------------- */
.pageTitle.movMain {
	height: 270px !important;
	background-image: url(../images/katsuyou/img_main.jpg);
	background-position: top center !important;
	margin-bottom: 25px !important;
	box-sizing: border-box !important;
	}
.pageTitle.movMain .hSite {
	top: 4.5vh;/*3.5vh*/
	color: #fff !important;
	}
.pageTitle.movMain .hSite::before {
	background-color: #fff !important; 
	}
.pageTitle.movMain .pageTitleBox {
	color: #fff !important;
	padding: 100.5px 15px 0 !important;
	box-sizing: border-box;
	}
.pageTitle.movMain .category {
	padding: 85.5px 15px 0 !important;
	}

.pageTitle.movMain .pageTitleH {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 225%;
	font-weight: 500;
	}
.pageTitle.movMain .pageTitleH span {
	font-family: 'Exo', sans-serif;
	font-size: 61.1%;
	font-weight: 400;
	}


.movTit{
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 20px;
	padding-bottom: 25px;
	}
.movTit h2{
	width: 960px;
	font-size: 200%;
	font-weight: bold;
	color: #008ccf;
	line-height: 100%;
	margin: 0 auto;
	}

.movContainer{
  width: 96%;
	max-width: 960px;
	margin: 0 auto;
  padding: 0 0 2em 0;
	}

.movMenu{
  width: 96%;
	max-width: 960px;
	margin: 0 auto 35px auto;
	position: relative;
	}
.movMenu li{
	float: left;
	}
.movMenu a:link,
.movMenu a:visited{
	color: #000;
	text-decoration: none;
	}
.movMenu a:hover,
.movMenu .here{
	color: #008ccf !important;
	text-decoration: none;
	background-color: #eee;
	}

.movMenu01{
	width: 22% !important;
	border-left: 1px solid #c8c8c8;
	}
.movMenu02{
	width: 30% !important;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	}
.movMenu01 a,
.movMenu02 a{
	font-size: 130%;
	font-weight: bold;
	line-height: 1.2;
	padding: 25px 0 !important;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	z-index: 1;
	}


.movSubmenu{
	background-color: #008ccf;
	margin-bottom: 40px;
	}
.movSubmenu ul{
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	}
.movSubmenu li{
	width: 22%;
	border-left: 1px solid #fff;
	float: left;
	}
.movSubmenu li:last-child{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	}
.movSubmenu a:link,
.movSubmenu a:visited{
	color: #fff;
	text-decoration: none;
	}
.movSubmenu a:hover,
.movSubmenu .here{
	color: #008ccf !important;
	text-decoration: none;
	background-color: #eee;
	}

.movSubmenu a{
	font-size: 115%;
	font-weight: bold;
	line-height: 1.2;
	padding: 20px 0px !important;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	z-index: 1;
	}


.movSubtit01{
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 30px;
	}
.movSubtit01 h3{
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	border-left: 5px solid #008ccf;
	}

.movTopcontainer01{
	margin-bottom: 80px;
	position: relative;
	}

.movTopcontainer01 .movTopbox01{
	margin-right: 25px;
	float: left;
	}
.movTopcontainer01 .movTopbox01:last-child{
	margin-right: 0px;
	}
.movTopbox01 p{
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	padding: 15px 0 0;
	}
.movTopbox01 a:link,
.movTopbox01 a:visited{
	color: #000;
	text-decoration: none;
	}
.movTopbox01 a:hover{
	color: #008ccf !important;
	text-decoration: none;
	}
.movTopbox01 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
  }


.movThumbcontainer01{
	position: relative;
	}

.movThumb01{
	width: 23%;
	margin: 0 2.5% 5.5% 0;
	float: left;
	}
.movThumb01:nth-child(4n){
	margin: 0 0px 5.5% 0;
	}

.movThumb01 .thumbImg{
  position: relative;
	margin-bottom: 15px;
	}
.movThumb01 .thumbImg:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
  }
.movThumb01 .thumbImg a{
  display: inline-block;
  position: relative;
	}
.movThumb01 .thumbImg a::after{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
	top: 0;
  left: 0;
  background: url(/products/robots/assets/images/example/icon_movie.png) center center no-repeat;
	}
.movThumb01 .thumbImg:hover a::after{
  opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	}
  
.movThumb01 h3{
	font-size: 110%;
	font-weight: bold;
	line-height: 150%;
	margin: 0 0 10px;
	}
.movThumb01 p{
	line-height: 160%;
	}


/* movCate
------------------------- */
ul.movCate {
  padding: 20px 0 0 0;
  display: flex;
  color: #fff;
  font-size: 80%;
  line-height: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.movCate li {
  width: 49%;
  margin: 2% 0 0 0;
  padding: 0.4em 0;
  border-radius: 2px;
  text-align: center;
}
ul.movCate.event li {
  width: 70%;
}
ul.movCate.event li.w80 {
  width: 80%;
}
ul.movCate li.scara {
  background: #00aaed;
}
ul.movCate li.six {
  background: #0070c0;
}
ul.movCate li.censor {
  background: #7030a0;
}
ul.movCate li.image {
  background: #ff9900;
}
ul.movCate li.feeding {
  background: #3c8c93;
}

/* eventCnt
------------------------- */
.eventCnt {
  padding:80px 0;
}
.eventCnt .ankcss {
  padding-top: 210px;
  margin-top: -210px;
}
.eventCnt .pnlBox {
  display: flex;
  justify-content: space-between;
}
.eventCnt .pnlBox .img {
  width: 48%;
}
.eventCnt .pnlBox .txt {
  width: 47%;
}
.eventCnt .pnlBox .txt .ttl {
  font-size:120%;
  font-weight: 700;
}
.eventCnt .pnlBox .txt .date {
  margin:0.3em 0 0 0;
}
.eventCnt .pnlBox .txt .note {
  margin:1em 0 0 0;
  font-size:110%;
  line-height: 1.8;
}
.eventCnt .pnlBox .txt .btn {}
.eventCnt .pnlBox .txt .btn a {
  margin:0;
  padding:1em;
  background-image: url(../images/common/icon_c_window_white.png);  
  background-size: auto 1em;
  background-position: 85% center;
  background-repeat: no-repeat;
}
.eventCnt .btn {
  margin: 3em 0 0 0;
  font-size: 130%;
}
.eventCnt .movThumbcontainer01 + .btn {
  margin: 0 0 6em 0;
}
.eventCnt .btn a {
  width:20em;
  margin: 0 auto;
  padding: 1em;
  text-decoration: none;
  background-image: url(../images/common/icon_arrow.png);
  background-size: auto 0.4em;
  background-position: 90% center;
  background-repeat: no-repeat;
}
.eventCnt .movThumbcontainer01 + .btn a {
  width:28em;
}
.eventCnt .pnlBox .txt_archive {
    width: 96%;
    max-width: 960px;
}

.eventCnt .pnlBox .txt_archive .ttl {
    font-size: 120%;
    font-weight: 700;
}

.eventCnt .pnlBox .txt_archive .date {
    margin: 0.3em 0 0 0;
}
.eventCnt .pnlBox .txt_archive .btn_Area_archive .btn a.pdf_archive {
    padding: 1em;
    background-image: url(../images/common/icon_c_window_white.png);
    background-size: auto 1em;
    background-position: 85% center;
    background-repeat: no-repeat;
}

.eventCnt .pnlBox .txt_archive .txt_left {
  width: 68%;
  float: left;
}
.eventCnt .pnlBox .txt_archive .btn_right {
  width: 32%;
  float: right;
}
.eventCnt .pnlBox .txt_archive .btn_right .btn {
  max-width: 100%;
  margin-top: 0;
}

/* promoCnt
------------------------- */
.promoCnt {
  padding:80px 0;
}




@media only screen and (max-width: 768px) {
  
/* pMv
------------------------- */
.pMv {}
.pMv.event {}
.pMv.promotion {}
.pMv .inner {
  height: 30vw;
}
.pMv .inner h1 {
  font-size: 150%;
}

.pageTitle.movMain .pageTitleBox {
	padding: 60px 15px;
	}
.pageTitle.movMain .pageTitleH {
	font-size: 132%;
	}

.pageTitle.movMain .pageTitleH span {
	font-size: 66.66%;
	}
.pageTitleBox {
	padding: 49.5px 15px;
	}
.pageTitleH {
	font-size: 250%;
	}
.pageTitleH span {
	font-size: 45%;
	margin-bottom: 5px;
	}

.movTit{
	margin-bottom: 20px;
	padding-bottom: 15px;
	}
.movTit h2{
	width: 96%;
	font-size: 150%;
	margin: 0 auto;
	}

.movContainer{
	width: 96%;
	margin: 0 auto;
	}

.movMenu{
	width: 96%;
	margin: 0 auto 25px;
	position: relative;
	}

.movMenu01{
	width: 22% !important;
	border-left: 1px solid #c8c8c8;
	}
.movMenu02{
	width: 34% !important;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	}
.movMenu01 a,
.movMenu02 a{
	font-size: 120%;
	padding: 20px 0 !important;
	}

.movSubmenu{
	margin-bottom: 30px;
	}
.movSubmenu ul{
	width: 96%;
	margin: 0 auto;
	}
.movSubmenu li{
	width: 25%;
	}

.movSubmenu a{
	font-size: 105%;
	padding: 15px 0px !important;
	}


.movSubtit01{
	margin-bottom: 25px;
	}
.movSubtit01 h3{
	font-size: 130%;
	}

.movTopcontainer01{
	margin-bottom: 60px;
	}

.movTopcontainer01 .movTopbox01{
	width: 22%;
	margin-right: 4%;
	float: left;
	}
.movTopcontainer01 .movTopbox01:last-child{
	margin-right: 0px;
	}

.movTopbox01 p{
	font-size: 105%;
	line-height: 120%;
	padding: 15px 0 0;
	}

.movThumb01{
	width: 31%;
	margin: 0 3.5% 45px 0;
	float: left;
	}
.movThumb01:nth-child(4n){
	margin: 0 3.5% 45px 0;
	}
.movThumb01:nth-child(3n){
	margin: 0 0 45px 0;
	}

.movThumb01 .thumbImg{
	margin-bottom: 15px;
	}

.movThumb01 h3{
	font-size: 90%;
	line-height: 150%;
	margin: 0 0 10px;
	}
.movThumb01 p{
	font-size: 75%;
	line-height: 160%;
	}


}



@media only screen and (max-width: 768px) {

.pageTitle.movMain {
	height: 170px !important;
	background-image: url(../images/katsuyou/sp_img_main.jpg) !important;
	background-position: top center !important;
	background-size: 100% !important;
	margin-bottom: 25px !important;
	box-sizing: border-box !important;
	}
.pageTitle.movMain .pageTitleBox {
	color: #fff !important;
	padding: 65px 15px 0 !important;
	box-sizing: border-box;
	}
.pageTitle.movMain .category {
	padding: 45px 15px 0 !important;
}
.movTit{
	margin-bottom: 0px;
	padding-bottom: 15px;
	}
.movTit h3{
	font-size: 120%;
	}

.movContainer{
	width: 96%;
	margin: 0 auto;
	}

.movMenu{
	width: 100%;
	margin: 0 auto 25px;
	position: relative;
	border-bottom: 1px solid #c8c8c8;
	}

.movMenu01{
	width: 50% !important;
	border-left: none;
	border-right: 1px solid #c8c8c8;
	}
.movMenu01:nth-child(2){
	border-right: none;
	}
.movMenu01:nth-child(3){
	border-top: 1px solid #c8c8c8;
	}
.movMenu02{
	width: 50% !important;
	border-left: none;
	border-right: none;
	border-top: 1px solid #c8c8c8;
	}
.movMenu01 a,
.movMenu02 a{
	font-size: 95%;
	padding: 20px 0 !important;
	}

.movSubmenu{
	margin-bottom: 25px;
	}
.movSubmenu ul{
	width: 100%;
	margin: 0 auto;
	}
.movSubmenu li{
	width: 50%;
	border-right: 1px solid #fff;
	border-left: none;
	border-bottom: 1px solid #fff;
	}
.movSubmenu li:nth-child(2){
	border-right: none;
	}
.movSubmenu li:nth-child(3){
	border-bottom: none;
	}
.movSubmenu li:nth-child(4){
	border-right: none;
	border-left: 1px solid #fff;
	border-bottom: none;
	}
.movSubmenu li:last-child{
	border-top: none;
	border-left: none;
	}
.movSubmenu a{
	font-size: 90%;
	padding: 15px 0px !important;
	}


.movSubtit01{
	margin-bottom: 20px;
	}
.movSubtit01 h3{
	font-size: 110%;
	}

.movTopcontainer01{
	margin-bottom: 50px;
	}

.movTopcontainer01 .movTopbox01{
	width: 45%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	float: left;
	}
.movTopcontainer01 .movTopbox01:last-child{
	margin-right: 2.5%;
	margin-left: 2.5%;
	}
.movTopcontainer01 .movTopbox01:nth-child(2n){
	margin-right: 2.5%;
	margin-left: 2.5%;
	}

.movTopbox01 p{
	font-size: 95%;
	line-height: 120%;
	padding: 10px 0 0;
	}

.movThumb01{
	width: 45%;
	margin: 0 2.5% 35px;
	float: left;
	}
.movThumb01:nth-child(4n){
	margin: 0 2.5% 35px;
	}
.movThumb01:nth-child(3n){
	margin: 0 2.5% 35px;
	}
	
.movThumb01 .thumbImg{
	margin-bottom: 10px;
	}
  
.movThumb01 h3{
	font-size: 100%;
	line-height: 140%;
	margin: 0 0 5px;
	}
.movThumb01 p{
	font-size: 85%;
	line-height: 150%;
	}
  
  
/* eventCnt
------------------------- */
.eventCnt .ankcss {
  padding-top: 150px;
  margin-top: -150px;
}
.eventCnt .pnlBox {
  display: block;
}
.eventCnt .pnlBox .img {
  width: 100%;
}
.eventCnt .pnlBox .txt {
  width: 100%;
}
.eventCnt .pnlBox .txt .date {
  font-size:90%;
}
.eventCnt .pnlBox .txt .note {
  font-size:90%;
}
.eventCnt .pnlBox .txt .btn {
  padding:0 0 3em 0;
  }
.eventCnt .pnlBox .txt .btn a {
  margin:0 auto;
}
.eventCnt .pnlBox .txt_archive .txt_left {
  float: none;
  width: 100%;
}
.eventCnt .pnlBox .txt_archive .btn_right {
  float: none;
  width: 100%;
  margin: 3em 0 0 0;
}

.eventCnt .movThumbcontainer01 + .btn {
  margin: 1em auto 6em auto;
}
.eventCnt .btn a {
  width: 64%;
  margin: 0 auto;
  padding: 1em 0 1em 0;
  text-decoration: none;
  background-image: url(../images/common/icon_arrow.png);
  background-size: auto 0.4em;
  background-position: 92% center;
  background-repeat: no-repeat;
}
.eventCnt .movThumbcontainer01 + .btn a {
  width:84%;
}

/* promoCnt
------------------------- */
.promoCnt {
  padding:80px 0;
}


}

.guide::before{
	background-color: rgba(0, 0, 0, 0) !important;
}
.guide span::before, .guide span::after{
	background-color: rgba(0, 0, 0, 0) !important;
}

.add{
position: absolute;
    top: 96%;
    color: #FFF;
    font-size: 12px;
}


