@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	フォント設定
----------------------------------------------------*/

h1 { font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
}

html,h2,h3,footer { font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 400;}
header,h2,h3,dt,span,.bold,.fs32 { font-weight: 900; font-style: normal;}

h1 { font-size: 1rem;}
h2 { font-size: 2rem;}
h3 { font-size: 1.4rem;}

h1,h2,h3,h4,#wrapper,p { 
	text-align: center;
    color:#14142B;
}
.fs32{
	font-size: 2rem;
}

@media screen and (max-width: 639px){
h4 {
	font-size: 1.75rem;
	}
	
.fs32 {
	font-size: 1.75rem;
	}

}


/*----------------------------------------------------
	wrapper、main、section設定
----------------------------------------------------*/

#wrapper {
	background: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

div#wrapper > div#main {
	margin-top: initial;
	scroll-behavior: smooth;
    
}

*{
	box-sizing: border-box;
}

#main{
	position: relative;
}
#main .main_vs img{
	width: 100%;
	margin: 0 auto;
}

h1{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media screen and (max-width: 639px){
	h1 {
		position: absolute;
		top: 0; 
		left: 0; 
		margin-left: 0; 
		margin-top: 0;
		border-bottom:none;
	}
	
	h2 { 
		font-size: 1.2rem; 
		margin: 10px 0; 
	}
	h3 { font-size: 1.5rem;}
	
   .flex > div {
    margin: 0 auto!important;
    width: 100% !important;
	}

	#main .event_ttl img{
		max-width: 90%;
		margin-top: 35px;
	}
}


/*
----------------------------------------------------
	header設定
----------------------------------------------------
*/
header{
	height: 72px;
	width: 100%;
	display: flex;
    align-items: center;
}


.header_menu ul{
	display: flex;
    margin: 0 auto;
}

.header_menu ul li{
	margin: 16px  32px;
	position: relative;
    padding: 0 0 0 16px;
}

.header_menu ul li::before{
	content: "";
    position: absolute;
    top: 6px;
    left: 0;
    border: 6px solid transparent;
    border-top: 7px solid #F8CBDE;
}

.insta_icon{
	margin-right: 16px;
	margin-left: 8px;
}
@media screen and (max-width: 768px){
	.header_menu{
		display: none;
}
}
/*----------------------------------------------------
	ハンバーガーメニュー設定
----------------------------------------------------

/* ハンバーガーボタン */
  .el_humburger {
      position: fixed;
      top: 10px;
      right: 8px;
      width: 55px;
      height: 55px;
      padding: 15px 0;
      box-sizing: border-box;
      background: transparent linear-gradient(0deg, #8b8b8b 0%, #f5f5f5 100%);
      border-radius: 10px;
      z-index: 10000;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      pointer-events: auto;
  }
/* ハンバーガーボタン　線 */
  .el_humburger > span {
      display: block;
      width: 60%;
      margin: 0 auto 8px;
      height: 3px;
      background: #555;
      transition: all 0.2s ease-in-out;
	  border-radius: 3px;
 }
 .el_humburger > span:last-child {
      margin-bottom: 0;
}

/* ハンバーガーボタン　オープン時　span */
.js_humburgerOpen .el_humburger > span {
  background: #000;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(11px) rotate(-45deg); /*1番目span*/
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-12px) rotate(45deg); /*3番目span*/
}



.el_humburgerButton.el_humburgerButton__close {
top: 2%;
right: 2%;
}

.el_humburgerButton__close > span {
display: block;
width: 35px;
margin: 0 auto;
height: 4px;
background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
transform: translateY(-6px) rotate(45deg);
}

/*   中身  */
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
 width: 100%;

}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #14142B;
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*  中身　箱　*/
.navigation {
  padding: 8%;
  text-align: center;
}
/* kamiyaロゴ */
.navigation_item:nth-of-type(1){
    width: 13em;
    border: none;
}
/* メニューアイテム  */
.navigation_item {
  font-size: 18px;
  width: 60%;
  padding: 1em;
  margin: auto;
  border-bottom: solid 1px #5bf994;
}

.navigation_item > a {
    font-family: " ryo-gothic-plusn,sans-serif";
    color: #5bf994;
}

 .js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*----- SNS font-awesomeアイコン ---*/
.navigation > .media_icon{
  width: 60%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
 .navigation > .media_icon i{
     font-size: 2em;
     color: #5bf994;
}
	

/*----------------------------------------------------
	共通設定
----------------------------------------------------*/
.inner{
	position: relative;
	margin: 0 auto;
}

h2{
	margin: 40px 0;
	padding: 16px;
    position: relative;
}

h2::before {
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
    border-radius: 5px;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}

h3{
	color: #ffffff;
	padding-bottom: 40px;
}

.btn_gr{
    margin: 40px auto 0;
}

.btn_gr a{
	display: block;
    color: #fff;
    font-size: 1.4rem;
    background: #298bf9;
    border-radius: 32px;
    width: 50%;
    padding: 10px 32px;
    margin: auto;
}

.fa-angle-right{
	margin-left: 40px;
}

.fa-crown{
	margin-right: 1rem;
    color: #c4baa2;
	font-size: 1.4rem;

}

i{
font-size: 1rem;	
}
.bg_pk{
	background-color: #14142B; 
	padding: 40px;
    margin: 40px;
}

.bg_pk p {
	color: #ffffff !important;
}
.thema_container{
    --x-gradient: linear-gradient(90deg, #333 0 50px, transparent 0 calc(100% - 50px), #333 calc(100% - 50px));
    --y-gradient: linear-gradient(#333 0 50px, transparent 0 calc(100% - 50px), #333 calc(100% - 50px));
    padding: 12px;
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
}
.fa-diamond{
    margin: 0 0.5rem;
}

.bold{
	font-size: 1.8rem;
	font-weight: bold;
	width: 80%;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	color: #ffffff;
	border-bottom: 2px dashed #ffffff;
}

.j_comment {
	margin-top: 18px;
	text-align: left;
}

.caption,
.judges {
	text-align: left;
}

.judges {
	margin-block: 20px;
}


.mgt50 {
	margin-top: 50px;
}

.mgt20 {
	margin-top: 20px;
}


@media screen and (max-width: 639px){
.btn_gr{
    margin: 40px auto 64px;
}
.btn_gr a{	
   font-size: 1rem;
	width: 100%;
    padding: 10px 24px;
	}
	
.bold{
    font-size: 1.2rem;
    font-weight: bold;
	width: 100%;
}
.bg_pk{
	padding: 12px;
    margin: 16px 0px;
}
}
/*----------------------------------------------------
	about section設定
----------------------------------------------------*/
.bg_shushi {
	background: url(../../../img/photocon/2024/shushi_pc.jpg);
	width: 100%;
	margin-top: 15%;
}

.bg_shushi > div {
	gap: 3rem;
}

.bg_shushi > div > img:nth-child(1) {
	width: 100%;
	max-width: 430px;
	margin-top: -13%;
}

.bg_shushi > div > img:nth-child(3) {
	width: 100%;
	max-width: 900px;
	margin-bottom: 4%;
}

@media screen and (max-width: 639px){
	.bg_shushi {
		margin-top: 20%;
		padding: 5%;
		background-position: 59%;
	}

	.bg_shushi > div {
		gap: 1rem;
	}

	.bg_shushi > div > img:nth-child(2) {
		max-width: 270px;
		margin-top: -20%;
	}

	.bg_shushi > div > img:nth-child(4) {
		max-width: 100%;
	}
}


/*----------------------------------------------------
	プレゼント
----------------------------------------------------*/
/* .bg{
	background: url(../../../img/photocon/2024/bg_hanabi2.png) repeat-y, linear-gradient(180deg, #d1a88a 0%, #ffe598 100%);
	padding: 72px 16px;


} */

.bg {
    background-color: rgb(217, 253, 249);
    background-image: radial-gradient(circle at 5% 1%, rgb(80, 85, 231) 7%, transparent 84%), radial-gradient(circle at 7% 81%, rgb(211, 253, 245) 16%, transparent 53%), radial-gradient(circle at 11% 29%, hsla(213, 97%, 75%, 1) 8%, transparent 74%), radial-gradient(circle at 39% 52%, rgb(159, 255, 205) 6%, transparent 68%), radial-gradient(circle at 90% 50%, hsla(118, 94%, 89%, 1) 2%, transparent 85%);
    background-blend-mode: normal, normal, normal, normal, normal;
	padding: 72px 16px;
}

.bg .inner{
	background-color: rgba(255,255,255,0.5);
	padding: 40px;
}



/*グランプリ*/
.gold_award{
	width: 82%;
	margin: 0 auto;
	background-color: #fff; 
	padding: 40px;
	align-items: center;
	position: relative
}

.gold_award h4{
	font-size: 2rem; 
	white-space: nowrap;
}
.gold_award img {
	/* width: 200px; */
	height: auto;
	/* margin-right: 40px; */
}

.gd_nop{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: transparent linear-gradient(0deg, #f5f5f5 0%, #b6b6b6 100%);
	color: #fff;
	padding: 14px;
	position: absolute;
	top: 40px;
	right: 40px;
}

.gd_nop span{
	padding: 16px 0;
}

.flex {
	justify-content: space-between;
	gap: 2%;
}

div.silver_container > div:nth-child(3),
div.silver_container > div:nth-child(4) {
	flex-wrap: wrap;
}

div.silver_container > div:nth-child(3) > div:nth-child(1),
div.silver_container > div:nth-child(3) > div:nth-child(2),
div.silver_container > div:nth-child(3) > div:nth-child(3),
div.silver_container > div:nth-child(3) > div:nth-child(5),
div.silver_container > div:nth-child(4) > div:nth-child(1),
div.silver_container > div:nth-child(4) > div:nth-child(2),
div.silver_container > div:nth-child(4) > div:nth-child(3),
div.silver_container > div:nth-child(4) > div:nth-child(5) {
	width: 48%;
}

.comment {
	padding: 20px;
	width: 100%;
}

video {
	width: 210px;
	height: 262px;
	object-fit: cover;
}

div.silver_container > div.final_selection.fadein.scrollin > div > div.flex-c.space.mt10 > video {
	width: auto;
	height: 300px;
}

.silver_container{
	flex-wrap: wrap;
	width: 82%;
	margin: 0 auto;
	justify-content:space-between; 
}

.silver_award{
	width: 100%;
	background: #fff;
	margin-top: 2%;
}
.image_flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
.image_flex img{
	width: 210px;
	object-fit: contain;
}
.nominate_img {
	width: 96%;
}

.mg_pitta {
	margin-block: 12%;
}
.mg_special {
	margin-block: 16%;
}

.account_name,
.account_name a {
	color: #0071b7;
	text-align:center;
}

.award_nm{
	position: relative;
}
.award_nm h4{
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 1.25rem;
}
.award_list{
	column-count: 2;
	width: fit-content;
	gap: 2em;
	margin: 0 auto;
	font-weight: 600;
}
.award_list li{
	margin-bottom: 10%;
}
.award_txt{
	position: relative;
	width: 100%;
}

.sl_gift p{
	border-top: 1px solid #597ba7;
    border-bottom: 1px solid #597ba7;
    padding: 4px 8px;
    width: 60%;
    margin: 40px auto;
}
.sl_nop{
	position: absolute;
	width: 86px;
	height: 86px;
	border-radius: 43px;
	background: #b6b6b6;
	bottom: 290px;
	right: 50px;
	color: #fff;
	padding: 12px 0;
	font-size: 1.5rem;
}
.silver_award:last-of-type .sl_nop{
	background: #b6b6b6;
}


@media screen and (max-width: 639px){
.bg{
    padding: 72px 8px;
	}
	
.bg .inner{
	padding: 16px;
	}
.bg .inner img{	
    height: auto;
	margin: 0 auto;}
	
.gold_award{
	display: block;
	width: 100%;
    padding: 16px;
	}
.gold_award img{
	/* width: 40%; */
	margin: 0 aunth-childto;}

.gd_nop{
	top: -32px;
    right: -6px;
}
	
.silver_award {
	margin-top: 0px;
}

.silver_container {
    width: 100%;
	}
	
.award_txt {
    top: -16px;
	}
	
.sl_nop{
	bottom: 475px;
	right: 7px;
	padding: 16px 0;
	}
	
.sl_gift{
	padding: 0;
	}
div.silver_container > div.final_selection.fadein.scrollin > div > div.flex-c.space.mt10 > video {
	height: 481px;
	width: auto;
	}
div.silver_container > div:nth-child(3) > div:nth-child(1) > div.comment > img,
div.silver_container > div:nth-child(3) > div:nth-child(3) > div.flex-c.space.mt10 > img,
div.silver_container > div:nth-child(3) > div:nth-child(4) > div.flex-c.space.mt10 > img,
div.silver_container > div:nth-child(4) > div:nth-child(1) > div.comment > img,
div.silver_container > div:nth-child(4) > div:nth-child(2) > div.comment > img,
div.silver_container > div:nth-child(4) > div:nth-child(3) > div.flex-c.space.mt10 > img,
div.silver_container > div:nth-child(4) > div:nth-child(4) > div.flex-c.space.mt10 > img,
div.silver_container > div:nth-child(5) > div.flex > div:nth-child(2) > img {
		width: 270px;
	}
	
#award > div.bg.mt30 > div:nth-child(1) > div.silver_container > div:nth-child(3) > div:nth-child(1) {
		margin-top: 20px;
	}
.award_list{
	column-count: 1;
}
.image_flex{
	gap: 0.5em;
}
.image_box img {
	width: 110px;
}
.image_flex img {
        max-width: 100%;
        margin: 0 auto;
        width: 30% !important;

}
video {
	width: 30%;
	height: 143px;
}
}

/*----------------------------------------------------
	2023年受賞投稿
----------------------------------------------------*/
.bg_2023 {
	background: #d7e6fa;
}



/*----------------------------------------------------
	最新投稿
----------------------------------------------------*/
/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #000;
}

div#instafeed {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}
div#instafeed > div {
  width: 19%;
  margin-bottom: 20px;
  z-index: 3;
}
div#instafeed > div > ul {
  position: relative;
  width: 100%;
}
div#instafeed > div > ul > li > a img {
  object-fit: cover;
  width: 100%;
}
div#instafeed > div > ul > li > a video {
  width: 100%;
}
div#instafeed > div > p {
  font-size: 13px;
  margin-top: 5px;
  word-break: break-all;
}
/*Loading setting*/
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 99;
}
#loading .loadingMsg {
	width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/img/loading/loading.gif") center center no-repeat;
}	

@media screen and (max-width: 768px){
	
	div#wrapper {
	  width: 100%;
	}
	div#instafeed > div {
	  width: 49%;
	}
	
}




/*----------------------------------------------------
	応募方法
----------------------------------------------------*/
.bg_pk ul{
	justify-content: space-around;
	padding: 72px 0;
	position: relative;
}

.bg_pk ul li p.step{
	width: 80px;
	height: 80px;
	background: transparent linear-gradient(180deg, #5bf994 0%, #ecf8ff 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 0.9;
	margin: 0 auto;
	padding: 0;
}
.bg_pk ul li > div >img{
	position: relative;
	top: -20px;
	}

.bg_pk ul li p .fs36{
	color: #fff;
	padding: 16px;
}

.kekka {
	background: #298bf9;
    width: 60%;
    color: #fff;
    line-height: 3;
    margin: 0 auto;
	text-align: center;
	}
.kekka_02 {
	border: 1px solid #298bf9;
    width: 60%;
    line-height: 3;
    margin: 0 auto;
	text-align: center;
	}


@media screen and (max-width: 639px){
	section:nth-of-type(3) > div > ul{margin-bottom: 1em;}
	section:nth-of-type(3) > div > ul > li:nth-of-type(1) > div:nth-of-type(3)  {
	  background-image: url(/img/photocon/2022/follow_sp.png);
	background-position: right 10% bottom 5%;
	background-repeat: no-repeat;
	}
	section:nth-of-type(3) > div > ul > li:nth-of-type(2) > div:nth-of-type(3)  {
	  background-image: url(/img/photocon/2022/post_sp.png);
	background-position: right 10% bottom 5%;
	background-repeat: no-repeat;
	}
	section:nth-of-type(3) > div > ul > li:nth-of-type(3) > div:nth-of-type(3)  {
	 background-image: url(/img/photocon/2022/mention_sp.png);
	background-position: right 10% bottom 5%;
	background-repeat: no-repeat;
	}
	
	section:nth-of-type(3) > div > ul > li > div:nth-of-type(3) > p { font-size: 1.125rem;}
	section:nth-of-type(3) > div > ul > li > div:nth-of-type(3) > p > span { padding: 5px;
	font-size: 12px;}
	section:nth-of-type(3) > div > ul > li  { text-align: left; width: 100%;}
	section:nth-of-type(3) > div > ul > li > div:nth-of-type(3) > p:nth-of-type(1)::before {
		
		vertical-align: middle;
		margin-right: 10px;
		margin-left: 10px;
		text-align: center;
		line-height: 65px;
	}
	section:nth-of-type(3) > div > ul > li > div:nth-of-type(3) > p:nth-of-type(2){
	width: 200px;	
	padding-left: 15px;
	margin-left: 65px;
	border-left:1px solid #0071b7;
	vertical-align: bottom;
	padding-top: 40px;
	padding-bottom: 40px;
	
	}
	div#main > section:nth-of-type(3) > div > ul > li > div:nth-of-type(3) > p:nth-of-type(1)::after {
		width: 31px;}
	
	div#main > section:nth-of-type(3) > div > ul > li:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(1)::after {
		padding-left:15px;
}
	div#main > section:nth-of-type(3) > div > ul > li:nth-of-type(2) > div:nth-of-type(3) > p:nth-of-type(1)::after {
		padding-left:15px;
	}
	div#main > section:nth-of-type(3) > div > ul > li:nth-of-type(3) > div:nth-of-type(3) > p:nth-of-type(1)::after {
		padding-left:  15px;
	}
	
.bg_pk ul li p.step {
	margin-top: 32px;
	}
	
.kekka {
    width: 100%;
	}
	
.kekka_02 {
    width: 100%;
	}
}
.theme p img{
	width: 80%!important;}


/*----------------------------------------------------
	募集要項・応募規約
----------------------------------------------------*/
section#terms > div > dl { padding: 30px 5% 30px; text-align: left;}
section#terms > div > dl:nth-of-type(1) { border-bottom: dashed #333 1px;}
section#terms > div > dl > dt { margin-top: 15px;}
section#terms > div > dl > dd { font-size: .875rem; line-height: 1.2rem;}


#to_instagram{
	
}
#to_instagram a{
	display: block;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
	padding: 32px;
	width: 60%;
	margin: 40px auto;
	text-align: center;
	vertical-align: middle;
	box-shadow: 10px 10px  #ccc;
	font-weight: bold;
}

#to_instagram img {
	margin-right: 1.5rem;
	vertical-align: middle;
}

.btn_box{
	justify-content: center;   	
}

.btn{
	
	margin: 40px 32px;
	text-align: center;
}

.btn a{
	display: inline-block;
    padding: 32px 160px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 0 auto;
    overflow: hidden;
	transition: 300ms}

.btn_2021 a{
	background: #5F5F5F ;
	white-space: nowrap;
}
.btn_2022 a{
	background: #298bf9;
	white-space: nowrap;
}

#tug_search a{
	background-image: url("/img/photocon/2023/tug_banner.jpg");
	background-size: cover;
	display: block;
	padding: 42px;
	width: 60%;
	margin: 40px auto;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color:#fff;
	text-shadow: 0px 3px 6px #000000;
}

@media screen and (max-width: 639px){
#to_instagram a, #tug_search a{
	padding: 16px;
	width: 90%;
	font-size: 1rem!important;
	
	}
	
#tug_search a{
	padding: 32px;
	width: 90%;
	font-size: 1rem!important;
	
	}

.btn{
		width:90%!important;
	}
.btn a {
		padding: 16px;
		margin: 16px auto;
		display: block;
	    width: 90%!important;
	}
	
	}

/*----------------------------------------------------
	最終選考
----------------------------------------------------*/

.flex-r{
    display: flex;
    flex-direction: row;
}
.flex-c{
    display: flex;
    flex-direction: column;
	align-items: center;
}
#nominate img{
    width: 270px;
    height: 300px;
    object-fit: cover;
    margin: 0 auto;
}
#nominate p{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
}
#nominate p span{
    font-size: 24px;
    font-weight: bold;
    color: orangered;
}
.mt10per{
    margin-top: 10%;
}
#nominate .space{
    margin: 0 auto;
    width: 30%;
}
#nominate .space a{
    color: #0071b7;
}
.nominate_name{
    font-size: 18px;
}

.final_selection {
	width: 100%;
	padding: 20px;
	background-color: #F7F7F7;
	margin: 0;
}

.final_selection:nth-child {
	margin-top: 3.6em;
}

.final_selection .flex {
	align-items: center;
	justify-content: center;
	width: 95%;
	text-align: left;
}

.final_selection .flex .comment {
	width: 60%;
}

.final_selection img {
	width: 270px;
    height: 300px;
    object-fit: cover;
    margin: 0 auto;
}

.final_selection video {
	width: auto;
	height: 300px;
}

@media screen and (max-width:700px) {
    
#nominate .space{
    margin: 0 auto;
    width: 48%;
}
#nominate img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
}
#nominate p{
    font-size: 18px;
    letter-spacing: 0;
}
#nominate p span{
    font-size: 22px;
}
.nominate_name{
    font-size: 15px;
}
#nominate .space a{
    color: #0071b7;
}

.final_selection h4{
	font-size: 1rem		
}

}
	
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer > div {
    text-align: center; 
    margin: 75px 0; 
    line-height: 1.6em; 
    font-size: .875rem;
	color: #fff;
	
	
}

footer > div > p:nth-of-type(1) > span { 
	font-weight: 400;
    display:block; 
    padding: 20px 0 0; 
	color: #fff;
	padding: 40px;
	background: transparent linear-gradient(270deg, #f5f5f5 0%, #8b8b8b 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
    height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

footer > div > p > a { 
	color: #5f5f5f;
	position: relative;
	z-index: 1;
}
