a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.pagesection {
	padding: 0!important;
}

.unicom-pc_contents {
	display: none;
}

.unicom-sp_contents {
	display: block;
}

.unicom-sp_contents img {
	vertical-align: bottom;
}

.unicom-strada15th {
	width: 100%;
	background-color: #1f645e;
	position: relative;
}

.unicom-strada15th .unicom-strada15th-logo {
	width: 32.8%;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
}

.unicom-strada15th .unicom-strada-history-logo {
	width: 33%;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
}

.unicom-strada15th-txt {
	width: 100%;
	padding-top: 2%;
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 2.2;
	margin: 0 0 7% 0;
}

.unicom-sociales {
	text-align: center;
	margin-bottom: 20px;
}

#unicom-slide {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: url('../img/sp/bg_slide.png') center top no-repeat;
	background-size: 100%;
	background-color: #040405;
}

.unicom-slide-grad {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}


#unicom-timeline {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	display: block;
	background: url('../img/line.png') left 48px repeat-x;
}

#unicom-dates {
	width: 100%;
	height: 68px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#unicom-dates li {
	list-style: none;
	float: left;
	width: 50px;
	height: 57px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: url('../img/biggerdot.png') center bottom no-repeat;
	background-size: 30%;
	font-family: 'Crimson Text', serif;
}

#unicom-dates li.selected {
	background: url('../img/biggerdot_selected.png') center bottom no-repeat;
	background-size: 30%;
}

#unicom-dates a {
	width: 50px;
	height: 57px;
	line-height: 60px;
	padding-bottom: 0;
	display: block;
}

#unicom-dates .selected {
	width: 50px;
	font-size: 20px;
    background-image: -webkit-linear-gradient(top, #ebcd03 0%, #ebcd03 50%, #ebcd03 70%, #fff 100%);
    background-image: linear-gradient(to bottom, #ebcd03 0%, #ebcd03 50%, #fff 70%, #fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.unicom-lineup{
  text-align: center;
  background-color: #212121;
  padding-top: 10px;
}
.unicom-lineup .ttl{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin:0 0 70px;
  color: #a7b5c6;
  font-size: 16px;
}
.unicom-lineup .ttl:before{
  content:"";
  background:url(../img/pc/lineup-line.png) no-repeat;
  display: block;
  margin: auto;
  width: 90%;
  height: 9px;
  position: relative;
  top: -10px;
  background-size: contain;
}
.unicom-lineup .ttl:after{
  content:"";
  background:url(../img/pc/lineup-line.png) no-repeat;
  display: block;
  margin: auto;
  width: 90%;
  height: 9px;
  position: relative;
  top: 17px;
  background-size: contain;
}
.unicom-lineup ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.unicom-lineup li{
  margin:0 auto 40px;
  width: 40%;
}


@media all and (-ms-high-contrast: none){
	#unicom-dates .selected {
		background-image: none;
		color: #ebcd03;
	}
}

.no-backgroundcliptext #unicom-dates .selected {
    background-image: none;
    color: #ebcd03;
}

#unicom-issues {
	width: 90vw;
	height: 25vh;
	overflow: hidden;
}	

#unicom-issues li {
	width: 95vw;
	height: 100%;
	list-style: none;
	float: left;
}

#unicom-issues li img {
	width: 100%;
	float: left;
	margin: 10px 2% 10px 2%;
	background: transparent;
}

#unicom-next,
#unicom-prev {
	position: absolute;
	top: 20vh;
	font-size: 70px;
	width: 6vw;
	height: 6.8vh;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 3;
}

#unicom-next {
	right: 3%;
	background-image: url('../img/next.png');
	background-size: 6vw;
}
#unicom-prev {
	left: 3%;
	background-image: url('../img/prev.png');
	background-size: 6vw;
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

.unicom-f1s_img,
.unicom-rx04_img,
.unicom-re04_img {
	margin-bottom: 6%;
}

@media screen and (orientation: landscape) {

#unicom-issues {
	width: 90vw;
	height: 70vh;
	overflow: hidden;
}	

#unicom-issues li {
	width: 95vw;
	height: 100%;
	list-style: none;
	float: left;
}

#unicom-next,
#unicom-prev {
	top: 50vh;
	width: 6vw;
	height: 16vh;
}

}

@media screen and (min-width : 641px){

.unicom-pc_contents {
	display: block;
}

.unicom-sp_contents {
	display: none;
}

.unicom-strada15th {
	width: 100%;
	max-width: 1200px;
	height: 182px;
	background: url('../img/pc/bg_strada15th.png') center top no-repeat;
	position: relative;
}

.unicom-strada15th .unicom-strada15th_col {
	width: 976px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.unicom-strada15th .unicom-strada15th-logo {
	width: 148px;
	float: left;
	margin: 38px 0 0 180px;
	position: relative;
	top: 0;
}
  
  .unicom-strada15th .unicom-strada-history-logo {
    float: left;
    margin: 50px 0 0 50px;
    position: relative;
    top: 0;
  }

.unicom-strada15th-txt {
	width: 540px;
	font-size: 12px;
	color: #fff;
	float: right;
	text-align: left;
	line-height: 2.2;
	padding-top: 0;
	/*argin: 44px 72px 0 0;*/
  margin: 44px 44px 0 0;
}

.unicom-sociales {
	text-align: center;
	margin-bottom: 20px;
}

#unicom-slide {
	width: 100%;
	max-width: 1200px;
	height: 448px;
	overflow: hidden;
	position: relative;
	background: url('../img/pc/bg_slide.png') center top no-repeat;
	background-size: 1200px;
}

.unicom-slide-grad {
	display: none;
}

#unicom-timeline {
	width: 976px;
	height: 448px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: url('../img/line.png') left 48px repeat-x;
}

#unicom-dates {
	width: 976px;
	height: 68px;
	overflow: hidden;
}

#unicom-dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 65px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background: url('../img/biggerdot.png') center bottom no-repeat;
	font-family: 'Crimson Text', serif;
}

#unicom-dates a {
	width: 100px;
	height: 65px;
	line-height: 38px;
	padding-bottom: 10px;
}

#unicom-dates .selected {
	width: 100px;
	font-size: 30px;
    background-image: -webkit-linear-gradient(top, #ebcd03 0%, #ebcd03 10%, #fff 50%, #fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
		
#unicom-issues {
			width: 976px;
			height: 350px;
			overflow: hidden;
		}	
			#unicom-issues li {
				width: 976px;
				height: 350px;
				list-style: none;
				float: left;
			}
				#unicom-issues li.selected img {
					/*-webkit-transform: scale(1.1,1.1);*/
					/*-moz-transform: scale(1.1,1.1);*/
				    /*-o-transform: scale(1.1,1.1);*/
				    /*-ms-transform: scale(1.1,1.1);*/
				    /*transform: scale(1.1,1.1);*/
				}
				#unicom-issues li img {
					float: left;
					margin: 10px 0 10px 0;
					background: transparent;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
				}
		
		#unicom-grad_left,
		#unicom-grad_right {
			width: 100px;
			height: 448px;
			position: absolute;
			top: 0;
		}
			#unicom-grad_left {
		        left: 0;
		        background: url('../img/grad_left.png') repeat-y;
			}
			#unicom-grad_right {
		        right: 0;
		        background: url('../img/grad_right.png') repeat-y;
			}
		
		#unicom-next,
		#unicom-prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 220px;
			width: 26px;
			height: 39px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#unicom-next:hover,
			#unicom-prev:hover {
			}
			#unicom-next {
				right: 0;
				background-image: url('../img/next.png');
				background-size: 100%;
			}
			#unicom-prev {
				left: 0;
				background-image: url('../img/prev.png');
				background-size: 100%;
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}

.unicom-f1s_img,
.unicom-rx04_img,
.unicom-re04_img {
	margin-bottom: 0;
}
  
  .unicom-lineup{
    text-align: center;
    background-color: #212121;
    padding-top: 50px;
  }
  .unicom-lineup .ttl{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin:0 0 70px;
    color: #a7b5c6;
    font-size: 30px;
  }
  .unicom-lineup .ttl:before{
    content:"";
    background:url(../img/pc/lineup-line.png) no-repeat;
    display: block;
    margin: auto;
    width: 915px;
    height: 9px;
    position: relative;
    top: -10px;
    background-size: contain;
  }
  .unicom-lineup .ttl:after{
    content:"";
    background:url(../img/pc/lineup-line.png) no-repeat;
    display: block;
    margin: auto;
    width: 915px;
    height: 9px;
    position: relative;
    top: 17px;
    background-size: contain;
  }
  .unicom-lineup ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .unicom-lineup li{
    margin:0 20px 90px;
    width: auto;
  }

}