@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
}
/*PRO EDITION*/

.top-header{
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
}
/* top bg */
.top-header-bg-overlay {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	background: rgba( 0, 0, 0, .2 );
}
.top-header-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
}	
.top-header-bg .top-header-bg-item {
	width: 100%;
	height: 100vh;
}	
.top-header-bg .top-header-bg-item img {
	position: absolute;
	top: 0;
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.top-header-bg .top-header-bg-item img.top-header-bg-item-img1 {
	right: 0;
}
.top-header-bg .top-header-bg-item img.top-header-bg-item-img2 {
	right: 0;
}
.top-header-bg .top-header-bg-item img.top-header-bg-item-img3 {
	right: 0;
}
.top-header-bg .top-header-bg-item img.top-header-bg-item-img4 {
	right: 0;
}

@media screen and (max-width: 1250px) {
   /* left/rightが0以外のときはwidth:autoも同時につける */
	.top-header-bg .top-header-bg-item img.top-header-bg-item-img1 {
		width: auto;
		right: -30%;
	}	
	.top-header-bg .top-header-bg-item img.top-header-bg-item-img2 {
		width: auto;
		right: -30%;
	}
	.top-header-bg .top-header-bg-item img.top-header-bg-item-img3 {
		width: auto;
		right: -30%;
	}	
	.top-header-bg .top-header-bg-item img.top-header-bg-item-img4 {
		width: auto;
		right: -30%;
	}
	
}
@media screen and (max-width: 767px) {
	.top-header-bg .top-header-bg-item img.top-header-bg-item-img1 {
		right: -90%;
	}	
	.top-header-bg .top-header-bg-item img.top-header-bg-item-img2 {
		right: -107%;
	}
	.top-header-bg .top-header-bg-item img.top-header-bg-item-img3 {
		right: -110%;
	}	
	.top-header-bg .top-header-bg-item img.top-header-bg-item-img4 {
		right: -110%;
	}	
}

.top-header-logo{
  text-align: center;
	position: absolute;
	z-index: 2;
}
.top-header-logo img{
  width:36vw;
  margin: 0 auto 40px;
  display: block;
}
.top-header-logo span{
  font-size:24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:bold;
  color: #fff;
}
.top-header-logo span br{
  display: none;
}
.top-header-btn{
  position: absolute;
	top: 0;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-top: calc( 100vh - 210px );
	z-index: 2;
}
.top-header-btn a{
  display: block;
  width: 48%;
  border: 2px solid #fff;
  position: relative;
}
.top-header-btn a p{
  position:absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:bold;
  font-size:32px;
  color: #fff;
  top: 20px;
  left: 30px;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.9);
}
.top-header-btn a p span{
  font-size:18px;
  display: block;
}
.top-header-btn > a > img{
  width: 100%;
  transition-duration: 0.3s;
}
.top-header-btn > a > img:hover{
  filter: brightness(50%);
  transition-duration: 0.3s;
}
.btn-go-product a{
  display: block;
  width: 240px;
  height: 50px;
  margin: 120px auto 0;
  line-height: 3.4;
  background-color: #e74c3d;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:bold;
  text-align: center;
}
img.btn-arrow{
  width: 16px;
  height: 16px;
  margin: -2px 0 0 8px;
  display: inline;
}

.content-in{
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.content-in h3{
  font-size:34px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:bold;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.bg-bk{
  width: 100%;
  background: #000;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 357px;
}
.bg-spo{
  width: 100%;
  background: #000;
  color: #fff;
  padding-top: 0;
}
.bg-bk h3{
  color: #fff;
}
.bg-evo{
  width: 100%;
  background-image:url("../img/sponsor-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.bg-evo h3{
  color: #fff;
}
.movie-area{
  margin: 0 auto 80px;
  text-align: center;
}
.movie-area a img{
  transition-duration: 0.3s;
}
.movie-area a img:hover{
  transition-duration: 0.3s;
  filter: brightness(50%);
}
.movie-area p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:bold;
  font-size: 16px;
  margin-top: 15px;
}
.sponsor-area-ev{
  display: flex;
  justify-content: space-between;
  padding: 0 30px 50px;
}
.sponsor-ath{
  width: 15%;
  text-align: center;
}
.sponsor-ath img{
  width: 100%;
}
.sponsor-ath h4{
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 0;
}
.sponsor-ath strong{
  font-size: 12px;
  font-weight: normal;
}
.sponsor-ath p{
  margin-top: 10px;
}
.sponsor-ath p span{
  font-size: 11px;
  color: #666;
}
.content-full section{
  padding: 0;
}
.point-area{
  width: 100%;
  height: 33.5vmax;
  display: flex;
  position: relative;
  overflow: hidden;
}
/*.mov-filter {
  position: relative;
}
.mov-filter:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0,0,0,0.2);
  background-image: linear-gradient(#222 -100%, transparent 50%,transparent 50%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}*/
.point-area-in{
/*  width: 100%;
  margin: 0 auto;
  padding: 9vmax 7vw 0;
  z-index: 100;*/
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	z-index: 100;
}
.point-area-img.overlay{              
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.4 );
}
.p-area section:nth-child(2) .point-area-in,.p-area section:nth-child(4) .point-area-in{
	flex-direction: row-reverse;	
}
.p-area section:nth-child(1) .point-area-in,.p-area section:nth-child(3) .point-area-in{
	flex-direction: row;	
}
.point-text{
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  display: block;
  width: 480px;
}
.point-text h4{
  font-size: 27px;
  font-weight:bold;
  margin-bottom: 20px;
}
.point-text h4 span{
  display: block;
}
.point-text p{
  font-size: 16px;
  text-align: justify;
}
.pt-r{
  float: right;
}
.point-area-img{
  position: absolute;
  display: block;
  }
.point-area-img img{
  width: 100%;
}
.point-area-img video{
  width: 100%;
  margin-top: -210px;
  z-index: -100;
}
/*.section-bg-mov{
  position: relative;
  overflow: hidden;
  height: 500px;
}
.section-bg-mov::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.2);
  background-image: linear-gradient(#222 -100%, transparent 50%,transparent 50%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.section-bg-mov video {
  position: absolute;
  top: -25vh;
  width: 100%;
  z-index: -100;
}*/
.product-box-area{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.product-box{
  width: 24%;
  padding: 20px;
  border: 2px solid #000;
  display: block;
  color: #000;
  margin-bottom: 15px;
}
.product-box a{
  display: block;
  color: #000;
}
.product-box img{
  width: 100%;
  margin-bottom:20px;
  opacity: 1;
  transition-duration: 0.3s;
}
.product-box img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.product-name{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size:18px;
  margin-bottom:10px;
}
.product-name span{
  font-size:14px;
  font-weight: normal;
  display: block;
}
.product-value{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size:16px;
}
.btn-lineup{
  width: 100%;
  height: 50px;
  line-height: 3.4;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  transition-duration: 0.3s;
}
.btn-lineup:hover{
  transition-duration: 0.3s;
  opacity: 0.6;
}
.btn-lineup img.btn-arrow{
  width: 14px;
  height: 14px;
  margin: -4px 0 0 8px;
}
.showroom-area{
  background: #222324;
  padding: 80px 15%;
}
.showroom-area h3{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.showroom-area h3 span{
  display: block;
}
.showroom-area p.sr-read{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.showroom-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.showroom-box{
  width: 16%;
  transition-duration: 0.3s;
}
.showroom-box:hover{
  transition-duration: 0.3s;
  filter: brightness(50%);
}
.showroom-box img{
  width: 100%;
  border: 2px solid #fff;
}
.showroom-box img.btn-arrow-sr{
  width: 18px;
  height: 18px;
  margin: -4px 0 0 8px;
  border: none;
}
.showroom-box p{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color:#000;
  margin-top: 5px;
  color: #fff;
  text-align: center;
}
footer {
  margin-top: 0;
}
/*tab*/
.tabs{
  width:1200px;
  margin:10px auto;
}
.tab-buttons{
  width: 450px;
  margin: 0 auto 30px;
  position:relative;
}
.tab-buttons span{
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color:#fff;
  cursor:pointer;
  display:block;
  width:33.3%;
  float:left;
  text-align:center;
  height:40px;
  line-height:40px;
}
.tab-content{
  width: 100%;
  margin-top: 30px;
  padding:15px;
  display:inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  color:#333;
}
.tab-content img{
	width: 100%;
}
#lamp{
  width: 52px;
  height: 3px;
  margin-left: 50px;
  background:#e74c3d;
  display:block;
  position:absolute;
  top:40px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
  left:33.3%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content3{
  left:66.6%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
/*tab showroom*/
.tabs.showroom{
	width: 100%;
	margin: 40px auto 10px;
	background-color: inherit;
}
.tabs.showroom .tab-buttons{
	width: 42%;
	min-width: 510px;
	display: flex;
	justify-content: center;
	position: relative;
}
.tabs.showroom .tab-buttons span{
	width: 50%;
}
#lamp_showroom{
  width: 52px;
  height: 3px;
  background:#e74c3d;
  display:block;
  position:absolute;
  top:40px;
	left: 0%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp_showroom.evol_showroom{
  left: 20%;
}
#lamp_showroom.evol_partner{
	left: 69%;
}
.tab-content > .evol_partner > a{
	border: none;
	background: #e74c3d;
}
.tab-content > .evol_partner > a:hover{
	color: #fff;
}
.tab-content > .evol_partner > a > span{
	width: 13px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	background-image: url("../img/btn-arrow-wh.svg");
	background-size: contain;
} 
.codepc{
  display: block;
}
.codesp{
  display: none;
}
@media screen and (max-width: 1280px){
	.sponsor-btn{
		bottom: 0.8vh;
	}
	.player-name{
		bottom: 5%;
	}
	.player-name p{
		margin-top: 13px;
	}
	.player-name span.name{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
  .top-header {
    height: 100vh;
  }
  .bg-slider {
    background-position: center;
  }
  .top-header-logo span {
    font-size: 36px;
  }
  .top-header-logo img {
    width: 66vw;
  }
  .top-header-btn {
    width: 95%;
    margin-top: calc( 100vh - 160px );
  }
  .btn-go-product a {
    width: 30vw;
    height: 6.2vw;
    font-size:2.4vw;
    line-height: 2.4;
  }
  img.btn-arrow {
    width: 11px;
    height: 100%;
    margin: -2px 0 0 8px;
  }
  .bg-bk{
    padding-top: 18vh;
  }
  .content-in {
    width: 95%;
  }
  .bg-spo{
    width: 100%;
    padding-top: 0;
  }
  .sponsor-area-ev{
    flex-wrap: wrap;
  }
  .sponsor-ath{
    width: 31%;
    margin-bottom: 30px;
  }
  .player-name {
    /*top: 210px;*/
		bottom: -13%;
    font-size: 1.4vw;
  }
	.player-name span.name {
		font-size: 14px;
	}
  .player-name p{
    margin-top: 15px;
  }
  .movie-area img{
    width: 100%;
  }
  .point-area {
    width: 100%;
    height: 350px;
  }
/*  .point-area-in {
    width: 90vw;
    padding: 6vh 0 0 0;
  }*/
  .point-area-img video {
    margin-top: -140px;
  }
  .point-text {
    top: 100px;
  }
  /*.section-bg-mov video {
    top: -10vh;
  }*/
  .tabs {
    width: 100%;
  }
  .showroom-area {
    padding: 80px 5%;
  }
  .showroom-list:after {
    content: "";
    display: block;
    width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  .showroom-box{
    width: 31%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-header-logo span {
    font-size: 27px;
  }
/*  .sponsor-area-ev{
    height: 25vmax;
  }*/
	.sponsor-btn{
		top: 85px;
	}
  .sponsor-btn a{
    font-size: 1.4vw;
  }
	.sponsor-box-ev{
		height: 85%;
	}
	.sponsor-area-ev h3.spo-title {
		margin: 20px 0 0;
	}
  .player-name {
    width: 100%;
    /*top: 160px;*/
		margin-bottom: 0;
		bottom: -40px;
  }
  .player-name p{
		min-height: 55px;
    margin-top: 10px;
  }
	.player-name span.name {
		font-size: 11px;
	}
/*  img.btn-arrow {
    width: 16px;
    height: 26px;
    margin: -2px 0 0 8px;
  }*/
  .point-area {
    height: 260px;
  }
  .product-box {
    width: 49%;
  }
  .point-text {
    width: 52%;
    top: 55px;
  }
  .point-text h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .point-text p {
    font-size: 14px;
  }
  .showroom-box p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
	.point-area-img.overlay{
		display: none;
	}
	.player-name span.name{
		font-size: 14px;
	}
	.player-name p{
		min-height: inherit;
	}
	.tabs.showroom{
		margin: 20px auto 10px;
	}
	.tabs.showroom .tab-buttons{
		width: 100%;
		min-width: inherit;
	}
	.tabs.showroom .tab-buttons span{
		font-size: 3vw;
	}	
	#lamp_showroom.evol_showroom {
		left: 9%;
	}
	#lamp_showroom.evol_partner {
		left: 58%;
	}
	.btn-lineup{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
	}
	.btn-lineup img.btn-arrow{
		margin: 0 0 0 8px;
	}
	
}
@media screen and (max-width: 599px) {
  .top-header{
    background-position: center center;
  }
  .top-header-logo img {
    width: 86vw;
  }
  .top-header-logo span{
    font-size: 5.4vw;
  }
  .top-header-logo span br{
    display: block;
  }
  .top-header-btn{
    width: 90%;
    display: block;
    margin-top: calc( 100vh - 100px );
  }
  .top-header-btn a {
    width: 100%;
    margin-bottom: 15px;
  }
  .top-header-btn a p {
    font-size: 6.2vw;
    top: 5px;
    left: 15px;
  }
  .top-header-btn a p span {
    font-size: 3.2vw;
  }
  .btn-go-product a {
    height: 4.6vmax;
    line-height: 2.8;
    font-size: 1.6vmax;
    margin: 6vh auto 0;
  }
  img.btn-arrow {
    width: 13px;
    height: 13px;
    margin: -2px 0 0 8px;
  }
  .bg-bk{
    padding-top: 410px;
  }
  .content-in {
    width: 100%;
    padding-top: 60px;
  }
  .content-in h3 {
    font-size: 8.6vw;
		margin-bottom: 20px;
  }
  .movie-area {
    width: 90%;
    margin: 0 auto;
  }
  .movie-area p {
    font-size: 3.6vw;
  }
  .bg-evo {
    background-image: none;
  }
  .sponsor-area-ev{
    display: block;
  }
  .sponsor-ath{
    width: 100%;
  }
  .mov-text{
    padding-top: 15px;
  }
  .point-area {
    height: auto;
    display: block;
    background: #000;
  }
  .mov-filter:after {
    height: 414px;
  }
  .point-area-img{
    position: static;
  }
  .point-area-img img {
    margin-bottom: 20px;
  }
  .point-area-img video {
    margin: 0 0 10px 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }  
  .point-area-in{
    padding: 0;
  }
  .point-text{
    color: #000;
    width: 100%;
    margin-bottom: 30px;
  }
  .point-text h4 {
    margin-bottom: 10px;
    font-size: 5.6vw;
    color: #fff;
  }
  .point-text p{
    color: #fff;
  }
  /*.section-bg-mov video {
    position: static;
    margin: 0 calc(50% - 80vw);
    width: 150vw;
  }*/
  .tab-buttons {
    width: 100%;
  }
  .tab-buttons span {
    font-size: 4vw;
  }
  .tab-content {
    padding: 0;
  }
  .product-box {
    width: 48%;
  }
  .product-box-area{
    padding: 0 2.5%;
  }
  .product-name{
    font-size: 4vw;
  }
  #lamp {
    width: 33.3%;
    margin-left: 0;
  }
	#lamp_showroom{
		width: 33.3%;
	}
  .showroom-area {
    padding: 50px 5% 30px;
  }
  .showroom-area h3 {
    font-size: 6.6vw;
		text-align: justify;
  }
  .showroom-area p.sr-read {
    font-size: 4.2vw;
		text-align: justify;
  }
  .fullwidth {
    margin: 0;
    /*margin: 0 calc(50% - 56vw);*/
  }
  img.img-map{
    width: 100%;
  }
  .showroom-list{
    flex-wrap: wrap;
  }
  .showroom-box {
    width: 48%;
    margin-bottom: 30px;
  }
  .showroom-box p {
    font-size: 3.8vw;
  }
  .showroom-box img.btn-arrow-sr {
    width: 4.6vw;
    margin: -2px 0 0 5px;
  }
  .codepc{
    display: none;
  }
  .codesp{
    display: inline;
  }
}
@media screen and (max-width: 320px) {
  .top-header{
    background-position: center center;
  }
  .product-box {
    width: 100%;
  }
  .product-name {
    font-size: 7vw;
  }
  .sponsor-area-ev {
    padding: 0 0 20vw;
  }
}