body{
	--cut: 20px;
}
main{
	width: 100vw;
	height: auto;
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
h1{
	font-family: var(--spFont);
	font-size: 6vw;
	line-height: 1em;
	margin-bottom: 20px;
	font-weight: 700;
	color: var(--White);
	text-transform: uppercase;
	margin-top: 30px;
}

h1 .textTC.active{
	font-size: 5vw;
}
h2{
	font-size: 4vw;
	font-family: var(--spFont);
	line-height: 1em;
	font-weight: 200;
	text-transform: uppercase;
}
h2 .textTC.active{
	font-size: 3vw;
}
section{
	width: calc(100% - 240px);
	margin-left: 240px;
	margin-bottom: 10vh;
}
.date{
	width: 100%;
	padding: 20px 20px;
	border-top: 2px dotted var(--shadow);
	border-bottom: 2px dotted var(--shadow);
	font-size: 3vw;
	font-family: var(--spFont);
	line-height: 1em;
	font-weight: 200;
	color: var(--Green);
	overflow: hidden;
	white-space: nowrap;
	margin: 30px 0;
}
.date .textTC{
	font-size: 2vw;
}
.date span{
	transform: translateX(-95%);
}
.sectionContent{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.brief{
	width: 70%;
	padding: 0 30px;
}
.brief i{
	margin-right: 5px;
}
.sectionImg{
	width: 30%;
}
.sectionImg img{
	width: 100%;
	display: block;
}
.cityBtn{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid var(--shadow);
	color: var(--Green);
	margin: 20px 0;
}
.two{
	font-weight: 200;
}

.allLink,
.allLinks{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.allLink a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 30%;
	padding: 10px 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 5px 5px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	color: var(--White);
	background-color: rgba(72,255,236,.1);
}
.allLink h2,
.allLinks h2{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.allLink a i{
	color: var(--Green);
}

.allLinks a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	clip-path: polygon(0 var(--cut),var(--cut) 0,100% 0,100% calc(100% - var(--cut)),calc(100% - var(--cut)) 100%,0 100%);
	width: 23%;
	padding: 10px 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 600;
	cursor: pointer;
	color: var(--White);
	background-color: rgba(72,255,236,.1);
  	backdrop-filter: blur(5px);
  	-webkit-backdrop-filter: blur(5px);

}
.allLinks a i{
	color: var(--Green);
}
.allLinks a:focus,
.allLinks a:hover{
	clip-path: polygon(0 var(--cut),var(--cut) 0,100% 0,100% calc(100% - var(--cut)),calc(100% - var(--cut)) 100%,0 100%);
}


/*Hover Img Show*/
.hover{
	position: relative;
}
.hover-reveal {
	position: fixed;
	z-index: 10;
	width: 300px;
	height: 300px;
	overflow: hidden;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.hover-reveal__inner {
	overflow: hidden;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}
.hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--shadow);
}

/*End Hover Img Show*/

.marquee2{
    overflow: hidden;
    white-space: nowrap;
}
.marquee2 p,{
    white-space: nowrap;
    line-height: 1em;
}
.marquee2Text01{
    display: inline-block;
    animation: marquee2 20s linear infinite;
    animation-delay: -10s;
}
.marquee2Text02{
    display: inline-block;
    animation: marquee3 20s linear infinite;

}
@keyframes marquee2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.shootings{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.shootings div{
	width: 50%;
	padding: 20px 10px;
}

.swiper-pagination-bullet-active{
	background: var(--Green);
}


/*////RWD////*/
@media screen and (max-width:1660px) {
	
}
@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1280px) {
	
}
@media (orientation:landscape) and (max-height: 800px) {
	
}
@media screen and (max-width:1024px) {
	
}
@media (orientation:landscape) and (max-height: 768px) {

}
@media (orientation:portrait) and (max-height: 1180px) {
	main{
		background-attachment: initial;
		background-repeat:repeat-y; 
		background-size: contain;
	}
	h2 {
    	font-size: 6vw;	
	}
	h2 .textTC.active{
		font-size: 5vw;
	}
	.allLink, .allLinks {
	    align-items: stretch;
	}
	.allLink a,
	.allLinks a {
		width: 29%;
	}
	.shootings div{
		width: 100%;
		padding: 20px 0;
	}
	
	
}
@media (orientation:portrait) and (max-height: 1024px) {
	
}
@media (orientation:portrait) and (max-width: 480px) {
	h1 {
    	font-size: 10vw;
	}
	h1 .textTC.active{
		font-size: 9vw;
	}
	section{
		width: calc(100% - 180px);
	    margin-left: 160px;
	}
	.sectionContent {
    	flex-wrap: wrap;
	}
	.sectionImg{
		width: 100%;
	}
	.brief {
    	width: 100%;
    	padding: 30px 0 ;
	}
	h2 {
    	font-size: 10vw;
	}
	h2 .textTC.active{
		font-size: 9vw;
	}
	.allLinks a,
	.allLink a {
		width: 100%;
		font-size: 14px;
	}
	.hover-reveal {
		width: 150px;
		height: 150px;
	}

	
}
/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-height: 896px) {
  
}
/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height: 844px) {
	
}
/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-height: 812px) {
  
}

/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height: 736px) {
  
}
/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height: 667px) {
	
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
