@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: "vdl-v7mincho",sans-serif;
	font-weight: 400;
	background: black;
	color: white;
}

.box2 a {
	text-decoration: none;
	color: white;
}

.box2 a:hover {
	color: #fff;
		text-shadow: 0 0 10px #fff,0 0 15px #fff;
}


/*トップリンク*/
.header {
	text-align: right;
	
}

.header img {
	width: 15%;
	margin-top: 1em;
	margin-right: 1em;
}


.top {/* 画像ファイルの指定 */
  /*background-image: url("/products/PROMETHEUS/tv/img/background.jpg");*/
  background-size: cover;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
background-position:top;

   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000;
	height: 1600px;

}

.top_img {
	width: 100%;
	margin-top: 4em;
}

.top_img img {
	width: 100%;
}

/*foot LP誘導*/
.cate-flex {
    width:1000px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5em;
	margin-bottom: 5em;
}

.cate-flex .topic {
    width:45%;
    margin: 1em;
}

.cate-flex .topic img{
    width:100%;
}

.cate-flex .topic-text {
    text-align: left;
    width: 50%;
}


.cate-flex .topic-text p {
    width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.cate-flex2 {
    width:1000px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5em;
}

.cate-flex .topic2 {
    width:45%;
    margin: 1em;
}

.cate-flex .topic2 img {
    width:100%;
}

.cate-flex .topic-text2 {
    text-align: left;
    width: 50%;
}

.cate-flex .topic-text2 p {
    width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.sec_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.store_flex {
	width: 960px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	
}

.store_flex .bt_cart {
    background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);
    background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
	width: 100%;
	color: #fff!important;
	padding: 1.5em;
	font-size: 16px;
	border-radius: 10px;
	font-weight: bold;
	margin: 1em;
}

.store_flex a {
	text-decoration: none;
}

.store_flex .bt_cart:hover {
	text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,　
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);

}

@media screen and (min-width:600px) and (max-width:1024px) {
 /*Tablet*/

.top {
	height: 1640px;
}	
	
.header img {
	width: 20%;
	margin-top: 1em;
	margin-right: 1em;
}


	.contents1_4k .item p {
		color: #fff;
	}	
	}

@media screen and (max-width:599px) {
/*SmartPhone*/

	.top {
		height: 1330px;
	}	
	
.header img {
	width: 40%;
	margin-top: 1em;
	margin-right: 1em;
}

.top_tittle {
	text-align: center;
	padding-top: 30px;
}

.top_tittle img {
    width: 100%;
	margin-left: 0.5em;

}
	
}


/*contents1*/
video {
	width: 100%;
}

.contents1{
background-image: url("/products/PROMETHEUS/tv/img/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 1400px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -45em;
	width: 100%;
}

.contents1_4k {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	margin: 3em 0;
}

.contents1_4k p {
	font-size: 55px;
	width: 100%;
	height: 100%;
}

.contents1_4k .item img {
	 width: 100%;
	height: 100%;
}

.contents1_4k .item_sp {
	display: none;
}

.contents1_text {
	text-align: center;
	color: #EABD24;
	margin-top: 4em;
}

.contents1_text h1 {
	font-size: 47px!important;
	margin-bottom: 2em;
}

.contents1 .content1_img {
	width: 100%;
}

.contents1 .content1_img img {
	width: 100%;
	margin-top: -10em;
}

.contents1 .con1_icon {
	text-align: center;
	width: 100%;
}

.contents1 .con1_img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contents1 .con1_img img {
	width: 50%;
}



@media screen and (min-width:600px) and (max-width:1024px) {
 /*Tablet*/
.contents1{
	margin-left: auto;
	margin-right: auto;
	margin-top: -60em;
	height: 1280px;
	
}

.contents1_text {
	text-align: center;
	font-size: 32px;
	width: 100%;
	margin-top: 3;
}
	

.contents1_text h1 {
	font-size: 36px!important;
}

	
	.contents1_text p {
		width: 100%;
	}
	
.contents1 .con1_img img {
	width: 100%;
}
	
.contents1_4k {
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 4em 0;
	text-align: center;
}

.contents1_4k p {
	font-size: 30px;
	width: 100%;
	height: 100%;
}

.contents1_4k .item img {
	 width: 50%;
	height: 100%;
}
	

.store_flex {
	width: 100%;
	
}

.store_flex .bt_cart {
	margin: .5em;
}
	
}

@media screen and (max-width:599px) {
/*SmartPhone*/
	
/*footer下部LP誘導*/
.cate-flex {
    width:100%;
    flex-direction:column;
    margin-bottom: 5em;
}

.cate-flex .topic {
    order: 0;
    width:100%;
    margin: 0;
}

.cate-flex .topic-text {
    width: 95%;
    order:1;
    margin-bottom: 1em;
    text-align: left;
}

.cate-flex .topic2 {
    width:100%;
    margin: 0;
    order:2;
}

.cate-flex .topic-text2 {
    width: 95%;
    order: 3;
    margin-bottom: 1em;
        text-align: left;
}
	
	
	
.contents1{
	margin-left: auto;
	margin-right: auto;
	margin-top: -70em;
	width: 100%;
	height: 800px;
	text-align:center; 
	background-position: bottom;
}

	
.contents1 img {
	width: 80%!important;
	margin-top: 5em;
	text-align: center;
}
	
	
.contents1 .content1_img img {
	width: 90%!important;
	margin-top: -6em;
}
	
.contents1_text {
	text-align: center;
	font-size: 20px;
    color: #EABD24;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}
	

.contents1_text h1 {
	font-size: 20px!important;
}
	
	.contents1_text  br {
		display: none;
	}

.contents1_4k {
	display: flex;
	flex-wrap: wrap;
}

.contents1_4k .item_sp p {
	font-size: 30px;
	margin-top: .5em;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.contents1_4k .item {
	display: none;
}	
	
.contents1_4k .item_sp {
	display: block;
	margin-top: 2em;
}	
	
.contents1_4k .item_sp img{
	 width: 100%;
	height: 100%;
	margin-top: 0;
}	

.contents1 .con1_icon {
	text-align: center;
	width: 100%;
	margin-top: -6em;
}
	
.contents1 .con1_img img {
	width: 100%!important;
}
	
.store_flex {
	width: 100%;
	flex-direction: column;
	align-items: center;
	
}
	
	.store_flex {
		margin: 1.7em 0;
	}

.store_flex .bt_cart:hover {
	text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,　
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);

}


.store_flex .bt_cart {
    background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);
    background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
	width: 100%;
	color: #fff!important;
	padding: 1.5em;
	font-size: 16px;
	border-radius: 10px;
	font-weight: bold;
	margin: 4em 0;
}

}

/*cotntents2*/
.contents2  {
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.contents2_text {
	text-align: center;
	font-size: 47px;
	line-height: 1.5em;

}

.contents2 .con2_img {
	width: 100%;
	text-align: center;
}

.contents2 .con2_img img {
	width: 100%;
}




@media screen and (min-width:600px) and (max-width:1024px) {
 /*Tablet*/
	.sec_inner {
		width: 100%;
	}
	
.contents2  {
	margin-left: auto;
	margin-right: auto;
	width: 100%!important;
	height: auto;
	margin-top: -1em;
}

	
}

@media screen and (max-width:599px) {
/*SmartPhone*/
.contents2  {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	margin-top: -1em;
}

.contents2_text {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;

}

}
	
/*contents3*/

.contents3 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	margin-bottom: 10em;
}

.contents3_text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10em;
	width: 90%;
}

.contents3_text h2 {
	color: #EABD24;
	font-size: 46px;
}

.contents3_text p {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 1em;
	font-size: 30px;
	line-height: 1.8em;
	width: 100%;
}

.contents3 .contents3_img {
	margin-top: 5em;
	text-align: center;
	width: 100%;
}

.contents3 .contents3_img img {
	width: 50%;
}

.contents3 .con3_img {
	margin-top: 2em;
	text-align: center;
	width: 100%;
}

.contents3 .con3_img img {
	width: 80%;
}

.contents3 .contents3_text2 {
	margin-top: 2em;
}

.contents3 .contents3_text2 p {
	font-size: 30px;
	text-align: center;
}

.contents3 .contents3_text3 p {
	font-size: 30px;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.contents3 .contents3_text3 span {
	display: block;
	font-size: 46px;
color: #EABD24;
}

.processing_h {
	text-align: center;
	font-size: 25px;
	margin-top: 5em;
}

.processing_h p {
	text-align: center;
}

.processing_h p span{
	text-align: center;
	font-size: 30px;
}

.contents3 .con3_processing {
	display: flex;
	flex-wrap: wrap;
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	justify-content: center;
}

.contents3 .con3_processing .enhanser {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	margin: 1em;
	justify-content: center;
}

.contents3 .con3_processing .enhanser .null {
	margin: auto;
}

.contents3 .con3_processing .enhanser .contents3_img2, .contents3_img3 {
	width: 45%;
	margin: .5em;
}

.contents3 .con3_processing .enhanser .contents3_img2 img, .contents3_img3 img {
	width: 100%;
}

.contents3 .con3_processing .enhanser .contents3_text4 {
	width: 100%;
	text-align: center;
}

.contents3 .con3_processing .enhanser .contents3_text4 p span {
	font-size: 20px;
}

.contents3 .con3_processing .mpeg_nr {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	margin: 1em;
	justify-content: center;
}

.contents3 .con3_processing .mpeg_nr .contents3_img4, .contents3_img5 {
	width: 45%;
	margin: .5em;
}

.contents3 .con3_processing .mpeg_nr .null {
	margin: auto;
}

.contents3 .con3_processing .mpeg_nr .contents3_img4 img, .contents3_img5 img {
	width: 100%;
}

.contents3 .con3_processing .mpeg_nr .contents3_text5 {
	width: 100%;
	text-align: center;
}

.contents3 .con3_processing .mpeg_nr .contents3_text5 p span {
	font-size: 20px;
}

.contents3 .con3_processing .dynamic_nr {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	margin: 1em;
	justify-content: center;
}

.contents3 .con3_processing .dynamic_nr .contents3_img6, .contents3_img7 {
	width: 45%;
	margin: .5em;
}

.contents3 .con3_processing .dynamic_nr .null {
	margin: auto;
}

.contents3 .con3_processing .dynamic_nr .contents3_img6 img, .contents3_img7 img {
	width: 100%;
}

.contents3 .con3_processing .dynamic_nr .contents3_text6 {
	width: 100%;
	text-align: center;
}

.contents3 .con3_processing .dynamic_nr .contents3_text6 p span {
	font-size: 20px;
}

.contents3 .con3_processing .finecinema {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	margin: 1em;
	justify-content: center;
}

.contents3 .con3_processing .finecinema .contents3_img8, .contents3_img9 {
	width: 45%;
	margin: .5em;
}

.contents3 .con3_processing .finecinema .null {
	margin: auto;
}

.contents3 .con3_processing .finecinema .contents3_img8 img, .contents3_img9 img {
	width: 100%;
}

.contents3 .con3_processing .finecinema .contents3_text7 {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.contents3 .con3_processing .finecinema .contents3_text7 p span {
	font-size: 20px;
}


@media screen and (min-width:600px) and (max-width:1024px) {
 /*Tablet*/
	
.cate-flex {
    width:100%;
}

.contents3 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

.contents3_text {
	text-align: center;
	margin-top: -6em;
	width: 90%;
}
.contents3_text h2 {
	color: #AB8E2A;
	font-size: 30px;
}

.contents3_text p  {
	width: 100%!important;
	margin-top: 1em;
	font-size: 20px;
	line-height: 1.8em;
}
	
.contents3_text2 p {
	margin-left: auto;
	margin-right: auto;
	width: 90%!important;
	margin-top: 1em;
	font-size: 20px!important;
	line-height: 1.8em;
	text-align: left!important;
}

	.contents3 img {
		width: 100%!important;
	}


.contents3 .con3_processing {
	width: 100%;
}
	
.contents3 .con3_processing .enhanser .contents3_img2, .contents3_img3 {
	width: 42%;
}

.contents3 .con3_processing .mpeg_nr .contents3_img4, .contents3_img5 {
	width: 42%;
}
	
.contents3 .con3_processing .dynamic_nr .contents3_img6, .contents3_img7 {
	width: 42%;
}

.contents3 .con3_processing .finecinema .contents3_img8, .contents3_img9 {
	width: 42%;
}
	
}

@media screen and (max-width:599px) {
/*SmartPhone*/
.contents3 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

.contents3_text {
	margin-left: auto;
	margin-right: auto;
	margin-top: -3em;
	width: 90%;
}

.contents3_text h2 {
	font-size: 20px;
}

.contents3_text p {
	width: 100%;
	margin-top: 1em;
	font-size: 16px;
	line-height: 1.8em;
}
	
.contents3_text2 p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	font-size: 16px!important;
	line-height: 1.8em;
}
	

	.contents3_text br{
		display: none;
	}

	.contents3_img img {
		width: 100%!important;
	}
	
	
.contents3 .con3_img {
	margin-top: 1em;
	text-align: center;
	width: 100%;
}

.contents3 .con3_img img {
	width: 100%;
}

.contents3 .contents3_text3 p {
	font-size: 16px;
	width: 90%;
	text-align: left;
}

.contents3 .contents3_text3 span {
	display: block;
	font-size: 20px;
	text-align: left;
}
	
.processing_h {
	width: 95%;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

	.processing_h p {
		text-align: left;
	}	
	
.processing_h p span{
	display: block;
	font-size: 20px;
	text-align: center;
}

.contents3 .con3_processing {
	flex-direction: column;
	width: 100%;;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
}

.contents3 .con3_processing .enhanser {
	width: 100%;
	margin: 0;
	justify-content: center;
}

.contents3 .con3_processing .enhanser .contents3_img2, .contents3_img3 {
	width: 45%;
	margin: .2em;
}
	
.contents3 .con3_processing .enhanser .contents3_text4 {
	width: 100%;
	text-align: center;
	margin-bottom: 3em;
}	
		
.contents3 .con3_processing .enhanser .contents3_text4 p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}	
			
.contents3 .con3_processing .enhanser .contents3_text4 p span {
	display: block;
	text-align: center;
	margin-bottom: -1em;
}	
	

.contents3 .con3_processing .mpeg_nr {
	width: 100%;
	margin: 0;
}

.contents3 .con3_processing .mpeg_nr .contents3_img4, .contents3_img5 {
	width: 45%;
	margin: .2em;
}

.contents3 .con3_processing .mpeg_nr .contents3_text5 {
	width: 100%;
	text-align: center;
	margin-bottom: 3em;
}	

.contents3 .con3_processing .mpeg_nr .contents3_text5 p {
	width: 95%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}	
	
.contents3 .con3_processing .mpeg_nr .contents3_text5 p span {
	display: block;
	text-align: center;
	margin-bottom: -1em;
}	
	
.contents3 .con3_processing .dynamic_nr {
	width: 100%;
	margin: 0;
	justify-content: center;
}

.contents3 .con3_processing .dynamic_nr .contents3_img6, .contents3_img7 {
	width: 45%;
	margin: .2em;
}

.contents3 .con3_processing .dynamic_nr .contents3_text6 {
	width: 100%;
	text-align: center;
	margin-bottom: 3em;
}

.contents3 .con3_processing .finecinema {
	width: 100%;
	margin: 0;
	justify-content: center;
}

.contents3 .con3_processing .finecinema .contents3_img8, .contents3_img9 {
	width: 45%;
	margin: .2em;
}

.contents3 .con3_processing .finecinema .contents3_img8 img, .contents3_img9 img {
	width: 100%;
}

.contents3 .con3_processing .finecinema .contents3_text7 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 3em;
}

.contents3 .con3_processing .finecinema .contents3_text7 p {
	width: 95%;
	text-align: left;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}

.contents3 .con3_processing .finecinema .contents3_text7 p span {
	display: block;
	margin-bottom: -1em;
	text-align: center;
}

.contents3 .con3_processing .finecinema .contents3_text7 p span {
	font-size: 20px;
}


	
}


/*contenst4*/
.contents4 {
	background-image: url("/products/PROMETHEUS/tv/img/background2.jpg");
	height: 1500px;
	  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  background-size: 100%;

   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000000;
  background-position: center center;
}

.hdr_box span {
	font-size: 30px;

}

.hdr_box p {
	width: 95%;
    margin: 40px 0 0 35px; 
    padding: 0;
	text-align: center;
	line-height: 1.8em;
	font-size: 20px;
	font-weight: 100;
}


.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}


.box {
	height: 330px;
	width: 500px;
    margin: 2em 2em;
    border: solid 1px #FFFFFF;
}

.box p {
	width: 430px;
    margin: 50px 0 0 35px; 
    padding: 0;
	text-align: center;
	line-height: 1.8em;
	font-size: 20px;
	font-weight: 100;
}

.box span {
	font-size: 30px;
	font-weight: bold;
}

.caution ul {
	list-style: none;
}

/*content5*/
.content5 {
	width: 100%;
	margin: 4em auto;
}

.content5 .con5_img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content5 .con5_img img {
	width: 50%;
}

.content5 .con5_flex {
	display: flex;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.content5 .content5_text h3 {
	color: #EABD24;
	font-size: 30px!important;
	text-align: center;
}

.content5 .content5_text {
	margin-bottom: 3em;
}

.content5 .con5_flex .con5_img1, .con5_img2, .con5_img3, .con5_img4, .con5_img5, .con5_img6 {
	width: 32%;
}

.content5 .con5_flex .con5_txt1, .con5_txt2, .con5_txt3, .con5_txt4, .con5_txt5, .con5_txt6 {
	width: 31%;
	margin: .5em;
}

.content5 .con5_flex .con5_txt1 ul, .con5_txt2 ul, .con5_txt3 ul {
	list-style: none;
}

.content5 .con5_txt1 li {
	text-align: center;
}


.content5 .con5_txt3 li {
	display: inline-block;
	width: 48%;
}

.content5 .con5_flex img {
	width: 100%;
}

/*.contents6*/
.contents6 {
	width: 980px;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-items: center;
}

.contents6 .con6_img {
	width: 50%;
}

.contents6 .con6_img img {
	width: 100%;
}

.contents6 .con6_text {
	width: 50%;
	text-align: center;
}


/*model*/
.models {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center; 
}

.models .model_1, .model_2  {
	width: 50%;
}

.models .model_1 img, .model_2 img {
	width: 100%;
}

.part_flex {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	
}


.part_flex a {
	text-decoration: none;
}


.part_flex {
	margin-bottom: 4em;
}

.part_flex .bt_cart {
    background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);
    background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
	width: 70%;
	color: #fff!important;
	padding: 1.5em 2em;
	font-size: 16px;
	border-radius: 10px;
	font-weight: bold;
	margin: 1em;
}

.part_flex .bt_cart:hover {
	text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,　
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
}

.part_flex2 {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	
}

.part_flex2 {
	margin-bottom: 4em;
}

.part_flex2 .bt_cart {
    background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);
    background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
	width: 70%;
	color: #fff!important;
	padding: 1.5em 2em;
	font-size: 16px;
	border-radius: 10px;
	font-weight: bold;
	margin: 1em;
}


.part_flex2 .bt_cart:hover {
	text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,　
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
}

.part_flex2 a {
	text-decoration: none;
}

.PROMETHEUS_series {
	width: 100%;
	text-align: center;
	font-size: 30px;
}


.series_img img {
	width: 100%;
}

/*gallery*/
.gallery {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
}

.gallery .pic img{
	width: 100%;
}

.gallery .pic {
	width: 21.5%;
	margin: 0em 1em;
}


.PROMETHEUS_size {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.PROMETHEUS_size p {
	width: 100%;
	text-align: right;
	margin-top: 1.5em;
}

.PROMETHEUS_size .size1 {
	width: 50%;

}

.PROMETHEUS_size img {
	width: 100%;

}

/*spec*/
.spec {
	background-image: url("/products/PROMETHEUS/tv/img/background.jpg");
	height: 3800px;
	  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
background-size: contain;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000000;
  background-position: bottom;
}


.PROMETHEUS_spec {
  width: 960px;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 15em;
}

 .PROMETHEUS_spec table {
  font-family: "kozuka-gothic-pro";
  font-weight: 300;
  border-collapse: collapse;
  border: solid 3px #FFFFFF;/*表全体を線で囲う*/
  width: 960px;
  line-height: 1.8em;
  margin-top: 2em;
}

.PROMETHEUS_spec table tr {
	width: 960px;
} 
.PROMETHEUS_spec table th  {
	padding: 10px;
	border: solid thin #FFFFFF;
	width: 30%;
}

.PROMETHEUS_spec table td {	
  padding:10px 0px 10px 30px;;
  border: solid thin #FFFFFF;
	width: 70%;
}

.spec_caution {
	margin-top: 1em;
}

.spec_caution p {
	line-height: 1.8em;
	font-weight: 100;
}

.BS_CS_HDMI {
	margin-top: 2em;
	text-align: center;
}

.BS_CS_HDMI img {
	width: 600px;
}

/*etc*/

.contents5_box {
	width:　960px;
	margin-left: auto;
	margin-right: auto;
	
	
}

.flex2 {
	width:　960px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	
}

.box2 {
	height:60px;
	width: 230px;
    margin: 2em 0.4em;
    border: solid 1px #FFFFFF;
	border-radius:5px;
}


.box2 img {
	display: inline-block;
	vertical-align: middle;
	width: 27%;
}

.box2 p {
	text-align: center;
	display: inline;
	vertical-align: middle;

}

.summary {
    margin-left: 27px;
	margin-top: 0.2em;
	
}

.summary2 {
    margin-left: 15px;
	margin-top: 0em;
}

.summary3 {
    margin-left: 35px;
	margin-top: 0.2em;
	
}

.summary4 {
    margin-left: 35px;
	margin-top: 0.2em;
	
}

/*footer*/

#footer-all a{
	text-decoration: none;
	color: #434343;	
}

#footer-all a:hover {
	text-decoration: none;
	color: #f39800;	
}

#footer-all {
background:#f0f0f0;
height: 200px;
font-family: "kozuka-gothic-pro";
font-size: 13px;
font-weight: 200;
}

#footer {
width:1000px;
margin:0 auto;
padding:25px 0;
text-align:center;
color:#333333;
}

#background_black #footer {
color:#ffffff;
}

#footer-link {
text-align:left;
width:50%;
float:left;
}
/*ニュースリリースなど復活時にこちらに
#footer-link {
text-align:left;
width:55%;
float:left;
}
*/

#footer-link ul {
	width:100%;
}

#footer-link ul li {
display:block;
list-style-type:none;
float:left;
}

#footer-logo {
width:40%;
float:right;
margin:20px 43px 0 0;
text-align:right;
}

#footer-logo img {
	width: 50%;
}

address {
font-style:normal;
font-size:10px;
margin:10px 0 0 0;
}

@media screen and (min-width:600px) and (max-width:1024px) {
 /*Tablet*/
.contents4 {
	background-image: url("/products/PROMETHEUS/tv/img/background2.jpg");
	height: 2500px;
	  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  background-position: center;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000000;
	
 background-size: 100%;
}


.contents4_box {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
}
	
.hdr_box {
	height: 330px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 2em;
    border: solid 1px #FFFFFF;
}

.hdr_box span {
	font-size: 30px;

}

.hdr_box p {
	width: 430px;
    margin: 40px 10px 0px 20px;  
    padding: 0;
	text-align: center;
	line-height: 1.8em;
	font-size: 20px;
	font-weight: 100;
}


.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}


.box {
	height: 290px;
	width: 500px;
    margin: 2em 2em;
    border: solid 1px #FFFFFF;
}

.box p {
	width: 430px;
    margin: 40px 10px 0px 20px; 
    padding: 0;
	text-align: center;
	line-height: 1.8em;
	font-size: 18px;
	font-weight: 100;
}

.box span {
	font-size: 30px;
}
	
	.content5 {
		width: 100%;
	}	
	.content5 .con5_flex {
		width: 100%;
	}
	
	.content5 .con5_flex .con5_txt3 li {
		width: 100%;
	}
	
.content5 .con5_flex .con5_txt1, .con5_txt2, .con5_txt3, .con5_txt4, .con5_txt5, .con5_txt6 {
	width: 30%;
	margin: .5em;
}
	
	
/*.contents6*/
.contents6 {
	width: 100%;
}

.contents6 .con6_img {
	width: 50%;
}

.contents6 .con6_img img {
	width: 100%;
}

.contents6 .con6_text {
	width: 50%;
	text-align: center;
}

	

/*model*/
.models {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center; 
}

.models .model_1, .model_2  {
	width: 50%;
}
.part_flex .bt_cart {
	padding: 1.5em;
}

.part_flex2 .bt_cart {
	padding: 1.5em;
}
/*gallery*/
.gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
}

.gallery .pic img{
	width: 100%;
}

.gallery .pic {
	width: 20%;
	margin: 0em 1em;
}
	

.PROMETHEUS_size {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

	.PROMETHEUS_size img {
		width: 100%;
	}	
	
.PROMETHEUS_size p {
	text-align: center;
	font-size: 13px;
	margin-top: 2.5em;
}

/*spec*/
.spec {
	background-image: url("/products/PROMETHEUS/tv/img/background.jpg");
	height: 3970px;
	  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000000;
  background-position: bottom;
}

	
.PROMETHEUS_spec {
  width: 600px;
  margin-left: auto; 
  margin-right: auto;
}

 .PROMETHEUS_spec table {
  font-family: "kozuka-gothic-pro";
  border-collapse: collapse;
  border: solid 3px #FFFFFF;/*表全体を線で囲う*/
  width: 600px;
  line-height: 1.8em;
  margin-top: 1em;
}

.PROMETHEUS_spec table tr {
	width: 500px;
} 
.PROMETHEUS_spec table th  {
	padding: 10px;
	border: solid thin #FFFFFF;
	width: 30%;
}

.PROMETHEUS_spec table td {	
  padding:10px 10px 10px 20px;;
  border: solid thin #FFFFFF;
	width: 70%;
}

.spec_caution {
	margin-top: 1em;
}

.spec_caution p {
	line-height: 1.8em;
	font-weight: 100;
}	

.spec_caution {
	margin-top: 1em;
}

.spec_caution p {
	line-height: 1.8em;
	font-weight: 100;
}

.BS_CS_HDMI {
	margin-top: 2em;
	text-align: center;
}

.BS_CS_HDMI img {
	width: 500px;
}

/*etc*/

.contents5_box {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
	
}

.flex2 {
	width: 500px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
}

.box2 {
	height:80px;
	width: 235px;
    margin: 1em 0.3em 0;
    border: solid 1px #FFFFFF;
	border-radius:5px;
}


.box2 img {
	display: inline-block;
	vertical-align: middle;
	width: 27%;
}

.box2 p {
	text-align: center;
	display: inline;
	vertical-align: middle;

}

.summary {
    margin-left: 25px;
	margin-top: 0.7em;
	
}

.summary2 {
    margin-left: 15px;
	margin-top: 0.6em;
}

.summary3 {
    margin-left: 35px;
	margin-top: 0.9em;
	
}

.summary4 {
    margin-left: 35px;
	margin-top: 0.9em;
	
}	
	
/*footer*/

#footer-all a{
	text-decoration: none;
	color: #434343;	
}

#footer-all a:hover {
	text-decoration: none;
	color: #f39800;	
}

#footer-all {
background:#f0f0f0;
height: 270px;
font-family: "kozuka-gothic-pro";
font-size: 13px;
font-weight: 200;
}

#footer {
width:100%;
margin:0 auto;
padding:25px 0;
text-align:center;
color:#333333;
}

#background_black #footer {
color:#ffffff;
}

#footer-link {
float:none;
width:40%;
}
/*ニュースリリースなど復活時にこちらに
#footer-link {
text-align:left;
width:55%;
float:left;
}
*/

#footer-link ul {
	width:100%;
	margin-left: 3em;
}

#footer-link ul li {
display:block;
list-style-type:none;
float:left;
}

#footer-logo {
width:100%;
float:right;
margin:20px 43px 0 0;
text-align:right;
}

#footer-logo img {
	width: 25%;
}

address {
font-style:normal;
font-size:10px;
margin:10px 0 0 0;
}

}

@media screen and (max-width:599px) {
/*SmartPhone*/
	.sec_inner {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	
.contents4_box .caution {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.wrap {
		overflow: hidden;
	}	
	
	
.contents4 {
	background-image: url(/products/PROMETHEUS/tv/img/background2.jpg);
	  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  background-position: center;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000000;
	height: 3000px;
 background-size: 100%;
}


.contents4_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
	
	.models {
		flex-direction: column;
	}
	
	.models .model_1{
		width: 100%;
		order: 0;
	}
	
	.models .model_2{
		width: 100%;
		order: 2;
	}
	
	
.part_flex {
	order: 1;
	width: 100%;
	flex-direction:column;
    margin: 1.5em auto;
	
}


.part_flex2 {
	order: 3;
	width: 100%;
	flex-direction:column;
	margin: 1.5em auto;
	
}
	
.part_flex .bt_cart {
	width: 90%;
	padding: 1.5em 0;
	margin: 1em auto;
}
	
	
.part_flex2 .bt_cart {
	width: 90%;
	padding: 1.5em 0;
	margin: 1em auto;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.box {
	height: 240px;
	width: 300px;
    padding: 1em 1em;
    border: solid 1px #FFFFFF;
}

.box p {
	width: 300px;
    margin: 20px 2px 2px 2px; 
	text-align: center;
	line-height: 1.8em;
	font-size: 15px;
	font-weight: 100;
}

.box span {
	font-size: 23px;
}
	

/*content5*/
	.content5 .content5_text h3 {
		font-size: 20px!important;
	}	
	
	.content5 .con5_img img {
		width: 100%;
	}

.content5 .con5_flex {
	flex-direction: column;
	width: 100%;
}

.content5 .con5_flex .con5_img1, .con5_img2, .con5_img3, .con5_img4, .con5_img5, .con5_img6 {
	width: 100%;
}

.content5 .con5_flex .con5_txt1, .con5_txt2, .con5_txt3, .con5_txt4, .con5_txt5, .con5_txt6 {
	width: 90%;
	margin: 2em 0 ;
	margin-left: auto;
	margin-right: auto;
}

.content5 .con5_flex .con5_txt1 ul, .con5_txt2 ul, .con5_txt3 ul {
	list-style: none;
}

.content5 .con5_txt1 li {
	text-align: left;
}


.content5 .con5_txt3 li {
	display: inline-block;
	width: 48%;
}
	
	.content5 .con5_flex .con5_img1 {
		order: 0;
	}
	
	.content5 .con5_flex .con5_txt1 {
		order: 1;
	}	
	
	.content5 .con5_flex .con5_img2 {
		order: 2;
	}
	
	.content5 .con5_flex .con5_txt2 {
		order: 3;
	}
	
	.content5 .con5_flex .con5_img3 {
		order: 4;
	}
	
	.content5 .con5_flex .con5_txt3 {
		order: 5;
	}
	
	.content5 .con5_flex .con5_img4 {
		order: 6;
	}
	
	.content5 .con5_flex .con5_txt4 {
		order: 6;
	}	
	
	.content5 .con5_flex .con5_img5 {
		order: 7;
	}
	
	.content5 .con5_flex .con5_txt5 {
		order: 8;
	}	
	
	.content5 .con5_flex .con5_img6 {
		order: 9;
	}
	
	.content5 .con5_flex .con5_txt6 {
		order: 10;
	}


.content5 .con5_flex img {
	width: 100%;
}

	.contents6  {
		width: 100%;
		flex-direction: column;
	}
	
	.contents6 .con6_img {
		width: 100%;
	}		

	.contents6 .con6_text {
		width: 95%;
		text-align: left;
	}	
	
.contents6 .con6_img img {
	width: 100%;
}


.series_img img {
	width: 60%;
}

.PROMETHEUS_series .four_models img {
	width: 100%;
}

	.spec .PROMETHEUS_spec br {
		display: none;
	}	
	

	
	
/*gallery*/
.gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
}

.gallery .pic img{
	width: 100%;
}

.gallery .pic {
	width: 45.5%;
	margin: .5em;
}


.PROMETHEUS_size {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
}
	

	.PROMETHEUS_size .size1 {
		width: 100%;
	}	

	.PROMETHEUS_size img {
		width: 100%;
	}	
	
.PROMETHEUS_size p {
	text-align: left;
	font-size: 14px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
	
/*spec*/
.spec {
	background-image: url("/products/PROMETHEUS/tv/img/background.jpg");
	height:6270px;
	  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;

   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000000;
  background-position: bottom;
}


.spec .PROMETHEUS_spec {
  width: 90%;
  margin-left: auto; 
  margin-right: auto;
	margin-top: 2em;
}

.spec .PROMETHEUS_spec table {
  font-family: "kozuka-gothic-pro";
  border-collapse: collapse;
  border: solid 3px #FFFFFF;/*表全体を線で囲う*/
  width: 100%;
  line-height: 1.8em;
  margin-top: 0;
margin-bottom: 2em;
}

.spec .PROMETHEUS_spec table th  {
	font-size: 14px;
	padding: 1em 0;
	border: solid thin #FFFFFF;
	width: 100%;
	display: block;
}

.spec .PROMETHEUS_spec table td {	
  font-size: 13.5px;
  padding: 1em 0 ;
  border: solid thin #FFFFFF;
  width: 100%;
display: block;
	text-align: center;
}

.spec_caution {
	margin-top: 1em;
}

.spec_caution p {
	line-height: 1.8em;
	font-weight: 100;
}	

.spec_caution {
	margin-top: 1em;
}

.spec_caution p {
	line-height: 1.8em;
	font-weight: 100;
}

.BS_CS_HDMI {
	margin-top: 1em;
	text-align: center;
}

.BS_CS_HDMI img { 
	width: 300px;
}

/*etc*/

.contents5_box {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}


	.contents5_box p {
		margin-top: 1em;
	}	
	
.flex2 {
	width: 300px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
}

.box2 {
	height:80px;
	width: 300px;
    margin: 1em 0.3em 0;
    border: solid 1px #FFFFFF;
	border-radius:5px;
}


.box2 img {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

.box2 p {
	text-align: center;
	display: inline;
	vertical-align: middle;

}

.summary {
    margin-left: 45px;
	margin-top: 0.3em;
	
}

.summary2 {
    margin-left: 30px;
	margin-top: 0em;
}

.summary3 {
    margin-left: 55px;
	margin-top: 0.5em;
	
}

.summary4 {
    margin-left: 55px;
	margin-top: 0.3em;
	
}	
	
	
/*footer*/

#footer-all a{
	text-decoration: none;
	color: #434343;	
}

#footer-all a:hover {
	text-decoration: none;
	color: #f39800;	
}

#footer-all {
background:#f0f0f0;
height: 350px;
font-family: "kozuka-gothic-pro";
font-size: 13px;
font-weight: 300;
}

#footer {
width:100%;
margin:0 auto;
padding:25px 0;
text-align:center;
color:#333333;
}

#background_black #footer {
color:#ffffff;
}

#footer-link {
float:none;
width:60%;
line-height: 1.8em;
}
/*ニュースリリースなど復活時にこちらに
#footer-link {
text-align:left;
width:55%;
float:left;
}
*/

#footer-link ul {
	width:100%;
	margin-left: 3em;
}

#footer-link ul li {
display:block;
list-style-type:none;
float:left;
}

#footer-logo {
width:100%;
float:right;
margin:20px 43px 0 0;
text-align:right;
}

#footer-logo img {
	width: 50%;
}

address {
font-style:normal;
font-size:10px;
margin: 1em auto;
}
	
}

@media screen and (min-width:2301px) and (max-width:2600px)  {
/*over view*/

.top {/* 画像ファイルの指定 */
	height: 2700px;
}
	
/*contents1*/
.contents1{
	height: 1400px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -70em;
}
	
.contents1 .con1_img img {
	width: 80%;
}


}

@media screen and (min-width:2201px) and (max-width:2300px)  {
/*over view*/

.top {/* 画像ファイルの指定 */
	height: 2900px;
}

/*contents1*/
.contents1{
	height: 1400px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -95em;
}

.contents1 .con1_img img {
	width: 70%;
}

}

@media screen and (min-width:1901px) and (max-width:2200px)  {
/*over view*/

.top {/* 画像ファイルの指定 */
	height: 2900px;
}

/*contents1*/
.contents1{
	height: 1400px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -95em;
}
	
.contents1 .con1_img img {
	width: 80%;
}
	
}

@media screen and (min-width:1601px) and (max-width:1900px)  {
/*over view*/

.top {/* 画像ファイルの指定 */
	height: 1900px;
}

/*contents1*/
.contents1{
	height: 1300px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -45em;
}

.contents1 .con1_img img {
	width: 90%;
}
	
	.content5 {
		margin-top: 10em;
	}
	
}

@media screen and (min-width:1300px) and (max-width:1600px)  {
/*over view*/

.top {/* 画像ファイルの指定 */
	height: 2250px;
}

/*contents1*/
.contents1{
	height: 900px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -78em;
}

.contents1 .con1_img img {
	width: 90%;
}
	
	.contents3 {
		margin-top: 2em;
	}	
	
.contents3 .con3_processing {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
}
	
	.content5 {
		margin-top: 15em;
	}
	
.PROMETHEUS_size {
	width: 1200px;
}
	
}


@media screen and (min-width:1025px) and (max-width:1209px) {
 /*Tablet*/

.top {/* 画像ファイルの指定 */
	height: 1500px;
}

/*contents1*/
.contents1{
	height: 1000px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -45em;
}	
	
.contents1 .con1_img img {
	width: 100%;
}
	
	.contents3_text {
		margin-top: 1em;
	}	
	
.contents3 .con3_processing {
	width: 1000px!important;
	margin-top: 3em;
}
	
.contents3 .con3_processing .enhanser .contents3_img2, .contents3_img3 {
	width: 42%;
	margin: .5em;
}

.contents3 .con3_processing .mpeg_nr .contents3_img4, .contents3_img5 {
	width: 42%;
	margin: .5em;
}


.contents3 .con3_processing .dynamic_nr .contents3_img6, .contents3_img7 {
	width: 42%;
	margin: .5em;
}

.contents3 .con3_processing .finecinema .contents3_img8, .contents3_img9 {
	width: 42%;
	margin: .5em;
}

/*contenst4*/
.contents4 {
	background-image: url("/products/PROMETHEUS/tv/img/background2.jpg");
	height: 3400px;
	  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  background-size: 100%;

   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000000;
  background-position: center center;
}

.PROMETHEUS_size {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
	
}


