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





/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　固定背景　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

body{
	background: none;
}

.container_photocontest{
  	background: url("../images/bg_photocontest.jpg") no-repeat center top / cover;
	background-attachment: fixed;
}



@media screen and (max-width:990px){
	.container_photocontest{
		background: none;
	}
	.container_photocontest::before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:80vh;
		background:url("../images/bg_photocontest.jpg") no-repeat center top / cover;
	}
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　固定背景　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　photocontest_mainvisual　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

header{
	background: #fff;
	padding: 20px 2.5% 0 2.5%;
}


.photocontest_mainvisual{
	height: 100vh;
}

.photocontest_mainvisual h1{
	padding: 100px 2.5% 0 2.5%;
	width: 100%;
	height: calc(50vh - 20px);
	margin-bottom: 50vh;
	background: #fff;
	font-size: clamp(30px, 8vw, 110px);
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 1px;
}
.photocontest_mainvisual h1 span{
	font-family: 'MS PGothic';
}


@media screen and (max-width:990px){
	.photocontest_mainvisual h1{
		height: 40vw;
	}
}

@media screen and (max-width:580px){
	.photocontest_mainvisual{
		height: 80vh;
	}
	.photocontest_mainvisual h1{
		height: calc(30vh - 20px);
	}
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　photocontest_mainvisual　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/


/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　photocontest_contents1　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.photocontest_contents1{
	background: #fff;
	padding: 100px 5vw;
}
.photocontest_contents1 h2{
	
	font-size: clamp(22px, 3.6vw, 45px);
	line-height: 1.8;
}



@media screen and (max-width:990px){
	.photocontest_contents1{
		padding: 70px 0 70px 0;
	}
	.photocontest_contents1 h2{
		text-align: center;
		line-height: 1.6;
	}
}



/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　photocontest_contents1　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/







/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　photocontest_slider　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.photocontest_slider{
	background: #fff;
}




.scroll-infinity{
	
}
.scroll-infinity li{
	padding-right: 15px;
}
.scroll-infinity img{
	height: 300px;
}

@keyframes infinity-scroll-right {
from {
  transform: translateX(0%);
}
  to {
  transform: translateX(-100%);
}
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--right{
  animation :infinity-scroll-right 80s infinite linear 0.1s both;
}
.scroll-infinity__list {
	height: 300px;
}
.scroll-infinity__ilist > img {
  width: 100%;
}


@media screen and (max-width:990px){
	.scroll-infinity li{
		height: 200px;
		padding-right: calc(5px + 1vw);
	}
	.scroll-infinity img{
		width: auto;
		height: 200px;
	}
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　photocontest_slider　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/





/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　photocontest_contents2　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.photocontest_contents2{
	background: #fff;
	padding: 100px 0 50px 0;
	line-height: 1.6;
}
.photocontest_contents2 h4{
	line-height: 1.4;
	font-size: 18px;
}
.photocontest_contents2 table{
	width: 95%;
	max-width: 800px;
	margin: 100px auto 50px auto;
}
.photocontest_contents2 table th{
	font-weight: 400;
}

.photocontest_contents2 table thead tr th{
	vertical-align: baseline;
}
.photocontest_contents2 h3{
	font-size: clamp(22px, 3.0vw, 32px);
	font-weight: 600;
}
.photocontest_contents2 table thead tr th:nth-child(1),
.photocontest_contents2 table tbody tr th:nth-child(1){
	width: 150px;
}
.photocontest_contents2 table thead tr th:nth-child(1)::first-letter ,
.photocontest_contents2 table tbody tr th:nth-child(1)::first-letter {
	letter-spacing: -0.7em;
}

.maru{
	font-family: 'Hiragino Kaku Gothic Pro W3';
}
.maru_gray{
	color: #afafaf;
}
.icon_crown{
	width: 25px;
}
.tatesen{
	height: 2em;
	border-left: 1px solid #afafaf;
}
.oubokikan{
	font-size: 19px;
}
.oubohouhou span{
	font-family: 'Hiragino Kaku Gothic Pro W3';
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}
.shohin{
	letter-spacing: 0.5px;
}




.photocontest_contents2 .S{
	width: 95%;
	margin: 0 auto 50px auto;
}
.photocontest_contents2 .S img{
	width: 100%;
}



.photocontest_contents2 p{
	width: 95%;
	max-width: 750px;
	margin: 0 auto;
	font-size: 14px;
}


.fontsize_14px{
	font-size: 14px;
}
.fontsize_20px{
	font-size: 20px;
	font-weight: 600;
}
.fontsize_24px{
	font-size: 24px;
	font-weight: 600;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　photocontest_contents2　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/








/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓　　↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/



/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑　　↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/



@media screen and (max-width:990px){
}





@media screen and (max-width:990px){
.P{display: none!important;}}
@media screen and (min-width:991px){
.S{display: none!important;}}

