#contentsTitle{
	width: 100vw;
	height: 56.3vw;
	position: relative;
	background-image: url("../resources/allVirtualBespokes/top.jpg");
	background-size: cover;
}

#contentsTitle > div.grayNet{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.1);
	pointer-events: none;
}

#contentsTitle > h1{
  font-size: calc(12pt + 2.4vw);
  line-height: 1;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF573B;
  margin: 0;
	font-weight: 500;
	letter-spacing: 0.01em;
}

#contentsTitle > p{
  font-size: calc(5.5pt + 1.1vw);
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

#contentsTitle > *.hasVideoPlayButton ~ h1{
	top: 42%;
}

#contentsTitle > *.playing ~ h1{
	opacity: 0;
	transition: opacity ease-in-out 800ms;
}

#contentsContainer{
  background-color: #001C28;
}

#contentsContainer > h2{
  color: #00BCFF;
  text-align: center;
  font-size: calc(7pt + 1.4vw);
  padding: 5vw 0 2vw 0;
}

#contentsContainer > p{
  color: white;
  text-align: justify;
  font-size: calc(4pt + 0.8vw);
  line-height: 1.6;
  width: 80%;
  max-width: 960px;
  margin: 2vw auto;
  text-indent: 1em;
}

.view_virtualBespoke{
	list-style: none;
}

.view_virtualBespoke > li{
	border-left: 1px solid #7F7F7F;
	padding-left: 10px;
	margin: 5vw 0;
}

.view_virtualBespoke > li > h3{
	color: white;
	font-weight: bold;
	font-size: calc(5pt + 1vw);
}

.view_virtualBespoke > li > h3 > span{
	color: #00BCFF;
	padding-right: 10px;
	border-right: 1px solid white;
	margin-right: 10px;
}

.view_virtualBespoke > li > p{
	color: white;
	margin: 1vw 1vw 2vw 1vw;
	font-size: calc(4pt + 0.8vw);
}

.view_virtualBespoke > li > div{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.view_virtualBespoke > li > div > img{
	width: 32%;
	margin: 0 1vw 0 1vw;
	object-fit: cover;
}

.view_virtualBespoke > li > div > button{
	padding: 10px 50px;
	background-color: #008AFF;
	border-radius: 0;
	font-size: calc(5pt + 1vw);
	margin: 0
}

@media screen and (min-width: 960px){
}

