@charset "utf-8";
/* CSS Document */

/****************************** base ******************************/
#contents {
  width: 100%;
  background-color: #333f48;
}
#headerInner {
  padding: 0 22px;
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.spOnly {display:none;}
.mt50 {margin-top: 50px;}

/****************************** modal ******************************/
#top .remodal {
  width: 75%;
	padding-top: 15px;
  background-color: transparent;
}
#top .remodal-close {
	float: right;
	position: inherit;
	top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background-color: #00adb0;
}
#top .remodal .section {
  padding: 0;
  background-color: transparent;
}
#top .remodal .modalBannerTop img,
#top .remodal .modalBannerBottom img{
  vertical-align: middle;
}
#top .remodal .modalBannerBottom video {
  width: 100%;
}
#top .remodal .modalBannerBottom {
  margin-top: 50px;
}
#top .remodal .contentsInner {
  padding: 50px;
  border-width: 0 1px 1px;
  border-color: #6d7172;
  border-style: solid;
	background-color: #444;
}
#top .remodal .remodal-cancel {
  margin: 50px auto 0;
}
#top .remodal .section h2 {
  font-size: 36px;
  color: #00adb0;
}
#top .remodal .section h3 {
  margin-top: 5px;
  font-size: 26px;
  color: #fff;
}
#top .remodal .section h3 span.label {
  margin-left: 20px;
  padding: 1px 10px;
  font-size: 21px;
  border-radius: 3px;
  border: #fff solid 1px;
  vertical-align: middle;
}
#top .remodal .section p {
  font-size: 16px;
}
#top .remodal p.small {
  margin-top: 40px;
  font-size: 14px;
  color: #ccc;
}
#top .remodal .section .mediaRight img,
#top .remodal .section .mediaLeft img{
  width: 100%;
}
#top .remodal .section .mediaRight {
  text-align: right;
}
#top .remodal .section .mediaLeft {
  text-align: left;
}
#top .remodal .modalBannerBottom {
	position: relative;
}
#top .remodal .modalBannerBottom .playpause {
	position: absolute;
	width: 90px;
	height: 90px;
	background: transparent url(../images/btn_play.png) no-repeat;
	background-size: 100%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}
#top .remodal .modalBannerBottom .playpause:hover {
	opacity: .95;
}
#top .remodal .modalBannerBottom video {
	object-fit: fill;
}

/****************************** overwrite js  ******************************/
.responsiveVideo .modal_contents {
	margin: 0 auto;
	width: 72% !important;
	height: auto !important;
	top: 50% !important;
	left: 0 !important;
	right: 0 !important;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.responsiveVideo .modal_img,
.responsiveVideo .modal_video {
	position: initial;
}
.responsiveVideo .video-js {
	position: static !important;
	width: auto !important;
	height: auto !important;
}
.responsiveVideo .video-js .vjs-tech {
	position: static !important;
	width: 100% !important;
	height: auto !important;
}
.firstLoad .video .modal_close {
	top: 21px;
}
.video-js {
	background-color: transparent;
}

/****************************** box-top ******************************/
#box-top{
  position: relative;
  background:#000;
}
.bg-video{
  margin: 0 auto;
  width: 1240px;
  z-index: 0;
  overflow: hidden;
  display:block !important;
	object-fit: fill;
}
.bg-video.show{
  display:block;
}
#box-top .box-contents{
  background-image:url(../images/loading.gif);
  background-position:center 320px;
  background-repeat: no-repeat;
}
#box-top.video-loading .box-contents{
/*	height: 698px;*/
}
.box-top_list{
  position: absolute;
  left: 0;
  bottom: -7%;
  right: 0;
  margin: 0 auto;
  width: 73.54%;
  z-index: 444;
}
.box-top_list li{
  position:relative;
  float:left;
  width: 32.47%;
  margin-right:1.29%;
  cursor:pointer;
  background-color: #000;
}
.box-top_list li a {
  display: block;
}
.box-top_list li img {
  vertical-align: middle;
  width: 100%;
}
.box-top_list li:last-child {
  margin-right: 0;
}
.box-top_list .list-info {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  padding-left: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-top_list p {
  margin: 0;
  font-size: 16px;
  color: transparent;
  line-height: 1.3;
}
.box-top_list .dl_size{
  margin-top: 12px;
  display: block;
  color: #00adb0;
  font-size: 12px;
}
#box-top .play-video-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 444;
	top: 0;
	left: 0;
	background-color: transparent;
}
#box-top .bg-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#box-top .bg-video-wrap-inner {
	position: relative;
}
#box-top .bg-video-wrap .play-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: blue;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/****************************** section ******************************/
#contents #sectionBG01{	background: url(../images/bg_section01.jpg) no-repeat;}
#contents #sectionBG02{	background: #444;}
#contents #sectionBG03{	background: url(../images/bg_section03.jpg) no-repeat;}
#contents #sectionBG04{	background: #fff;}
#contents #sectionBG05 { background-color: #c3e4e5;}
#contents .section{
  position:relative;
  background-size: cover !important;
  background-position: center center !important;
}
#contents .section .media,
#contents .section .ttl,
#contents .section .txt {
  text-align: center;
}
#contents .section .media img {
  width: auto;
}
#contents .section .ttl,
#contents .section .txt {
  margin-bottom: 50px;
}
#contents .section .btnDown {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/****************************** sectionBG02 ******************************/
#contents #sectionBG02 {
  padding: 70px 0;
}
#contents #sectionBG02 .ttl {
  font-size: 46px;
  font-weight: bold;
  color: #00adb0;
  line-height: 1;
}
#contents #sectionBG02 .txt {
  font-size: 20px;
  color: #fff;
  line-height: 2;
}
#contents #sectionBG02 .media {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#contents #sectionBG02 .media img {
  width: auto;
}
#contents #sectionBG02 .btnList {
  position: absolute;
  top: 105px;
  right: 52px;
}
#contents #sectionBG02 .btnList li {
  margin-bottom: 20px;
  text-align: right;
}
#contents #sectionBG02 .btnList a {
  display: block;
  cursor: pointer;
}


/****************************** Section sectionBG04 ******************************/
#contents #sectionBG04 {
  padding: 70px 0;
}
#contents #sectionBG04 .ttl {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 2;
  color: #00adb0;
}

/****************************** Section sectionBG05 ******************************/
#contents #sectionBG05 {
  padding: 40px 0;
  border-bottom: #c0cad4 solid 1px;
}
#contents #sectionBG05 .contentsInner {
  width: 1100px;
  margin: 0 auto;
}
#contents #sectionBG05 .prodList {
  float: left;
  width: 60%;
}
#contents #sectionBG05 .prodList .item:not(:last-child) {
  margin-bottom: 70px;
}
#contents #sectionBG05 .prodImage {
  float: right;
  width: 35%;
  text-align: right;
}
#contents #sectionBG05 .prodImage img {
  width: auto;
}
#contents #sectionBG05 .prodList .itemTtl {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: normal;
  color: #749aa5;
}
#contents #sectionBG05 .prodList .itemDesc {
  color: #315c6e;
  font-size: 22px;
}

/****************************** Catalog ******************************/
#contents #catalogList {
  background-color: #dadfe4;
  padding:50px 5% 30px;
  text-align:center;
  -webkit-box-shadow: inset 0px 5px 36px 0px rgba(84,87,91,0.1);
  -moz-box-shadow: inset 0px 5px 36px 0px rgba(84,87,91,0.1);
  box-shadow: inset 0px 5px 36px 0px rgba(84,87,91,0.1);
}
#contents #catalogList .products {
  display:inline-table;
  width:300px;
  margin:0 20px 20px 0;
  text-align:left;
  background-color:#FFF;
  -webkit-box-shadow: 0 0 6px 0 #888;
  -moz-box-shadow: 0 0 6px 0 #888; /* Firefox用 */
  box-shadow: 0 0 6px 0 #888;
}
#contents #catalogList .products p{
  padding:20px 20px 0;
  text-align: center;
}
#contents #catalogList .products p img{
	width: 100%;
}
#contents #catalogList .products h3{
  font-size:20px;
  padding:15px;
  border-bottom:1px solid #ddd;
}

#contents #catalogList .products a{
  display:block;
  width:270px;
  border-bottom:1px solid #ddd;
  padding:15px;
  font-size:110%;
  text-decoration:none;
  color:#00adb0;
}
#contents #catalogList .products a span{
  display:block;
  line-height:1.4;
  background: url(../images/btn_allow_right.png) no-repeat right center;
}
#contents #catalogList .products a .pdfText{
  color:#aaa;
  font-size:0.85em;
  background:none;
}
#contents #catalogList .products a:hover{
  background-color:#f3f3f3;
}

@media (max-width: 1240px) {
  .bg-video {
    width: 100%;
  }
  .box-top_list {
    width: 94%;
  }
}

@media screen and (max-width: 1200px){
  #headerInner {
    width: auto;
  }
  #top .remodal {
     width: 95%;
  }
}

@media screen and (max-width: 1100px){
  #contents #sectionBG05 .contentsInner {
    width: 95%;
  }
}

@media screen and (max-width: 930px){
  .box-top_list .dl_size {
    margin-top: 6px;
  }
}

/****************************** SP ******************************/
@media screen and (max-width: 767px){
  
/* common*/
  .pcOnly {display:none;}
  .spOnly {display:inherit;}
  .mt50 {margin-top: 25px;}

  /* sections */
  #contents #sectionBG01{	background: #333f48;}
  #contents #sectionBG03{	background: #333f48;}
  #contents #sectionBG04{	background: #fff;}

  #contents .section .media img {
    width: 100%;
  }
  #contents .section .ttl,
  #contents .section .txt {
    margin-bottom: 20px;
  }
  #contents .section .btnDown {
    display: none;
  }
	
	/****************************** overwrite js  ******************************/
	.responsiveVideo .modal_bg {
		background-image: none;
	}
	
  /* box-top */
	#box-top.video-loading .box-contents{
		height: auto;
	}
	#box-top.video-loading .box-top_list{
		padding-top: 52%;
		box-sizing: border-box;
	}
  #box-top .box-contents {
    background-position: center 17%;
  }
  .box-top_list {
    position: relative;
    bottom: 0;
    width: auto;
    margin-top: -15px;
    padding: 0 10px 25px;
    text-align: center;
		z-index: 555;
  }
  .box-top_list li {
    float: none;
    width: auto;
    display: inline-block;
    margin-right: 0;
  }
  .box-top_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .box-top_list .dl_size {
    margin-top: 10%;
  }

  
  
  /* modal */
  #top .remodal-close {
    width: 50px;
    height: 50px;
  }
  #top .remodal-close img {
    width: auto;
  }
  #top .remodal .section .mediaRight img,
  #top .remodal .section .mediaLeft img {
    width: 100%;
  }
  #top .remodal .contentsInner {
    padding: 25px 15px;
  }
  #top .remodal .modalBannerBottom {
    margin-top: 15px;
  }
  #top .remodal .remodal-cancel {
    margin: 15px auto 0;
  }
  #top .remodal .section h2 {
    font-size: 18px;
  }
  #top .remodal .section h3 {
    font-size: 16px;
  }
  #top .remodal .section h3 span.label {
    margin-left: 10px;
    font-size: 12px;
  }
  #top .remodal .section p {
    font-size: 12px;
  }
  #top .remodal p.small {
    margin-top: 20px;
    font-size: 10px;
  }
  #top .remodal .section .textLeft,
  .remodal .section .textRight {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
	#top .remodal .modalBannerBottom .playpause {
		width: 35px;
		height: 35px;
	}

  /* sectionBG02 */
  #contents #sectionBG02 {
    padding: 25px 10px;
  }
  #contents #sectionBG02 .ttl {
    font-size: 18px;
    text-align: left;
  }
  #contents #sectionBG02 .txt {
    font-size: 12px;
    text-align: left;
  }
  #contents #sectionBG02 .media {
    width: 100%;
  }
  #contents #sectionBG02 .btnList {
    top: 5.2%;
    right: 0;
    width: 100%;
    padding-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents #sectionBG02 .btnList li {
    margin-bottom: 2%;
    overflow: hidden;
  }
  #contents #sectionBG02 .btnList li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  #contents #sectionBG02 .btnList li a {
    float: right;
  }
  #contents #sectionBG02 .btnList li:nth-child(1) a {
    width: 45%;
  }
  #contents #sectionBG02 .btnList li:nth-child(2) a {
    width: 34%;
  }
  #contents #sectionBG02 .btnList li:nth-child(3) a,
  #contents #sectionBG02 .btnList li:nth-child(4) a {
    width: 45%;
  }

  #contents #sectionBG02 .media img {
    width: 100%;
  }

  #contents #sectionBG02 .btnList li a:before {
    position: absolute;
    width: 1.5%;
    height: 2.5%;
    background-color: transparent;
    border-radius: 50%;
    content: "";
  }
  #contents #sectionBG02 .btnList li:nth-child(1) a:before {
    left: 24.1%;
    top: 10%;
  }
  #contents #sectionBG02 .btnList li:nth-child(2) a:before {
    left: 11.4%;
    top: 34.5%;
  }
  #contents #sectionBG02 .btnList li:nth-child(3) a:before {
    left: 41.1%;
    top: 59%;
  }
  #contents #sectionBG02 .btnList li:nth-child(4) a:before {
    left: 28%;
    top: 83.8%;
  }

  /* sectionBG04 */
  #contents #sectionBG04 {
    padding: 25px 10px;
  }
  #contents #sectionBG04 .ttl {
    font-size: 14px;
  }

  /* sectionBG05 */
  #contents #sectionBG05 {
    padding: 25px 10px;
  }
  #contents #sectionBG05 .contentsInner {
    width: auto;
  }
  #contents #sectionBG05 .prodList {
    float: none;
    width: auto;
  }
  #contents #sectionBG05 .prodList .item {
    padding: 25px 0 12px;
    border-bottom: #9bbfc5 solid 1px;
  }
  #contents #sectionBG05 .prodList .item:first-child {
    padding-top: 0;
  }
  #contents #sectionBG05 .prodList .item:not(:last-child) {
    margin-bottom: 0;
  }
  #contents #sectionBG05 .prodList .item:last-child {
    border-bottom: 0;
  }
  #contents #sectionBG05 .prodList .itemTtl {
    font-size: 16px;
  }
  #contents #sectionBG05 .prodList .itemDesc {
    font-size: 12px;
  }
  #contents #sectionBG05 .prodList .image {
    margin-top: 25px;
    text-align: center;
  }
  #contents #sectionBG05 .prodList .image img {
    width: auto;
  }

  /* catalogList */
  #contents #catalogList {
    padding: 25px 20px 15px;
  }
  #contents #catalogList .products {
    width:100%;
    margin:0 0 10px 0;
  }
  #contents #catalogList .products p{
    padding:5% 5% 0;
    text-align: center;
  }
  #contents #catalogList .products img {
    width: auto;
  }
  #contents #catalogList .products h3{
    padding:10px 5% 15px;
  }
  #contents #catalogList .products a{
    width:90%;
    border-bottom:1px solid #ddd;
    padding:15px 5%;
  }
}

@media screen and (max-width: 480px){
  #top .remodal .section h3 span.txt {
    display: block;
    margin-bottom: 5px;
  }
  #top .remodal .section h3 span.label {
    margin: 0;
    font-size: 12px;
  }
	#top .remodal .remodal-cancel {
		width: 100%;
	}
}
