@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:#460722;
}
.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: 28px;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: 0 auto;
     border-bottom:none;
}

h1 a {
	top: 14px;
}

@media screen and (max-width: 639px){
/*
	h1 { 
		<strong>display: table-cell; 
		vertical-align: middle; 
		font-size: .75rem; 
		line-height: initial;</strong>
	}
*/
	
	h1 {
	top: 18px;
	 font-size: 14px;
	 line-height: 1.2em;
	}
	
	h2 { 
		font-size: 1.2rem; 
		margin: 10px 0; 
	}
	
   .flex > div {
    margin: 30px auto!important;
    width: 100% !important;
}
}


/*
----------------------------------------------------
	header設定
----------------------------------------------------
*/
header{
	height: 72px;
/*
	display: flex;
	justify-content: space-around;
	align-items: center;
*/
	width: 100%;
/*	position: fixed;*/
	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-top: 1px;*/
      padding: 15px 0;
      box-sizing: border-box;
      background: transparent linear-gradient(180deg, #3e417d 0%, #242651 100%);
      border-radius: 5px;
      z-index: 10000;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      pointer-events: auto;
  }
/* ハンバーガーボタン　線 */
  .el_humburger > span {
      display: block;
      width: 70%;
      margin: 0 auto 8px;
      height: 3px;
      background: #fff;
      transition: all 0.2s ease-in-out;
 }
 .el_humburger > span:last-child {
      margin-bottom: 0;
}

/* ハンバーガーボタン　オープン時　span */
.js_humburgerOpen .el_humburger > span {
  background: #fff;
}

.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: transparent linear-gradient(180deg, #53568f 0%, #2c2e4c 100%) ;
  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 #fff;
}

.navigation_item > a {
    font-family: " ryo-gothic-plusn,sans-serif";
    color: #fff;
}

 .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: #fff;
}
	

/*----------------------------------------------------
	共通設定
----------------------------------------------------*/
/*
div#main > section:not(:nth-of-type(1)) { margin-top: 75px;}
div#main > section > div > ul { 
	display: flex; 
	flex-flow: row wrap; 
	justify-content: space-evenly; 
	margin-top: 3em;
}
div#main > section > div > ul > li { text-align: center;}

@media screen and (max-width: 639px){
	div#main > section:not(:nth-of-type(1)) { margin-top: 50px;}
	div#main > section > div > ul { margin-top: 1em;}
	
}

img{
	vertical-align: bottom;
}
*/


.inner{
	position: relative;
/*	width: 1200px;*/
	margin: 0 auto;
/*	background-color: antiquewhite;*/
}

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: #740E3A;
	padding-bottom: 40px;
}

.btn_gr{
    margin: 40px auto 0;
}

.btn_gr a{
	display: block;
    color: #fff;
    font-size: 1.4rem;
    background: #65A72C;
    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: #FEF5F9; 
	padding: 40px;
    margin: 40px;
}
.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));
    margin: 0.5rem;
    padding: 1rem;
    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;
	border-bottom: 2px dashed #740E3A;
}

.j_comment {
	margin-top: 18px;
	text-align: center;
}

.caption,
.judges {
	text-align: left;
}

.judges {
	margin-top: 10px;
}

@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: 96%;
    margin: 0 auto 40px;
}
.bg_pk{
	padding: 16px;
    margin: 16px 0px;
}
}

/*----------------------------------------------------
	選考動画
----------------------------------------------------*/

.fa-youtube {
    font-size: 20px;
    color: red;
    padding-left: 5px;
}

#award > div.photocon_movie.fadein.mt20.scrollin > div > iframe {
	width: 984px;
	height: 554px;
}

@media screen and (max-width: 639px){

	#award > div.photocon_movie.fadein.mt20.scrollin > div > iframe {
	    width: 100%;
        height: auto;
        aspect-ratio: 16/9;
	}
}

/*----------------------------------------------------
	プレゼント
----------------------------------------------------*/
.bg{
	
	background: linear-gradient(180deg, #e2f5ff, #c0d8c3, #9a9cb5);
	padding: 72px 16px;

}

.bg .inner{
	background-color: rgba(200,200,200,0.6);
	padding: 40px 0;
}

/*グランプリ*/
.gold_award{
	width: 82%;
	margin: 0 auto;
	background-color: #fff; 
	padding: 40px;
	align-items: center;
	position: relative
}

.gold_award h4{
	font-size: 2rem; 
}
.gold_award img {
	width: 65% !important;
	height: auto;
}

.gd_nop{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: transparent linear-gradient(180deg, #4A4E99 0%, #25274D 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 14px;
	position: absolute;
	top: 16px;
	right: 40px;
}

.gd_nop span{
	padding: 16px 0;
}

.flex {
	justify-content: space-between;
}

.award_nm {
	margin: auto;
}

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(5),
div.silver_container > div:nth-child(1) > div:nth-child(1),
div.silver_container > div:nth-child(1) > div:nth-child(2),
div.silver_container > div:nth-child(2) > div:nth-child(1),
div.silver_container > div:nth-child(2) > div:nth-child(2) {
	width: 48%;
}

div.silver_container > div:nth-child(3),
div.silver_container > div:nth-child(4),
div.silver_container > div:nth-child(5) {
	flex-wrap: wrap;
}

.comment {
	padding: 20px;
	width: 100%;
}

.comment img {
	width: 100%;
}

.gold_award > .comment {
	padding: 0px;
	width: 80%;
	margin: auto;
}

video {
	width: auto;
	height: 575px;
}

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: 20px;
}

.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_txt{
	position: relative;
	width: 100%;
}
.sl_gift p{
	border-top: 1px solid #65A72C;
    border-bottom: 1px solid #65A72C;
    padding: 4px 8px;
    width: 60%;
    margin: 16px;
}
.sl_nop{
	position: absolute;
	width: 86px;
	height: 86px;
	border-radius: 43px;
	background: #C6B9D6;
	top: 0;
	right: 8px;
	color: #fff;
	padding: 12px 0;
	font-size: 1.5rem;
}
.silver_award:last-of-type .sl_nop{
	background: #F2C8DC;
}

#award > div.bg.mt30 > div:nth-child(1) > div.final_selection.fadein.scrollin > h4 {
	font-size: 18px;
}

.grand_other {
	display: flex;
	flex-wrap: wrap;
	flex-direction: inherit !important;
	justify-content: space-around;
}

.nominate_img {
	width: 96%;
}

.award_img {
	width: 100%;
}

.gaward_img {
	width: 82%;
	margin: auto;
	line-height: 0;
}

/* #award > div.bg.mt30 > div:nth-child(1) > div.silver_container > div:nth-child(3) > div:nth-child(1) > div.comment > img {
	margin: 54px 0;
} */

#award > div.bg.mt30 > div:nth-child(1) > div.silver_container > div.silver_award.fadein.scrollin > div.flex > div:nth-child(1) > img {
	margin: 74px 0;
}

@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: 100% !important;
	margin: 0 auto;}

.gd_nop{
	top: -32px;
    right: -6px;
}
	
.silver_award {
	margin-top: 0px;
}

.silver_container {
    width: 100%;
	}
	
.award_txt {
    top: -16px;
	}
	
.sl_nop{
	top: 0;
	right: 24px;
	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;
	}
	video {
		width: 100%;
		height: 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;
	} */
	
.gaward_img,
.gold_award > .comment {
	width: 100%;
}	
	
#award > div.bg.mt30 > div:nth-child(1) > div.silver_container > div:nth-child(3) > div:nth-child(1) {
		margin-top: 20px;
	}
	
#award > div.bg.mt30 > div:nth-child(1) > div.silver_container > div:nth-child(3) > div:nth-child(1) > div.comment > img,
	#award > div.bg.mt30 > div:nth-child(1) > div.silver_container > div.silver_award.fadein.scrollin > div.flex > div:nth-child(1) > img {
	margin: 0;
	}
	
	#nominate > div.inner.sp.fadein.scrollin > h3 {
		padding: 40px 0 0 0;
	}
	}
/*----------------------------------------------------
	最新投稿
----------------------------------------------------*/
/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #000;
}
/*
div#wrapper {
  width: 100%;
  min-width: initial;
}
*/
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%;
	}
	
}




/*----------------------------------------------------
	応募方法
----------------------------------------------------*/
/*
div#main > section:nth-of-type(3) > div > ul{margin-bottom: 3em;}
div#main > section:nth-of-type(3) > div > ul > li  { width: 22%;}
div#main > section:nth-of-type(3) > div > ul > li > div:nth-of-type(3) > p:nth-of-type(2) {
	line-height: 1.2; 
	font-size: 1.25rem; 
	font-weight: 900;
}
div#main > section:nth-of-type(3) > div > ul > li > div:nth-of-type(3) > p:nth-of-type(1) {
	display: inline-block;
	color:#2e318d;
	padding-right:10px;
}


div#main > section:nth-of-type(3) > div > ul > li > div:nth-of-type(3) > p:nth-of-type(1)::after {
    display: inline-block;
    font-size: 1.875rem;
    width: 46px;
    line-height: 46px;
    margin: 10px auto;
    color: #fff;
}
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 {
    content: "1";
    background-color:rgba(0,113,183,0.20)
}
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 {
    content: "2";
    background-color: rgba(0,113,183,0.55);
}
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 {
    content: "3";
    background-color: #0071b7;
}
div#main > section:nth-of-type(3) > div > div#to_instagram { text-align: center; margin-top: 50px;}
div#main > section:nth-of-type(3) > div > div#to_instagram > a > img { width:90%; margin: 0 auto;}
*/


.bg_pk ul{
	justify-content: space-around;
	padding: 72px 0;
	position: relative;
}

/*
.bg_pk ul li{
	position: relative;
}
*/

.bg_pk ul li p.step{
	width: 80px;
	height: 80px;
	background: transparent linear-gradient(180deg, #33388D 0%, #F2C8DC 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: #65A72C;
    width: 60%;
    color: #fff;
    line-height: 3;
    margin: 0 auto;
	text-align: center;
	}
.kekka_02 {
	border: 1px solid #65A72C;
    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;}
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{
/*	width: 100%;*/
	justify-content: space-between;   	
}

.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: #33388D ;
}
.btn_2022 a{
	background: #6EBE29;
}

#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: 100% !important;
        margin: auto;
	}
.btn a {
		padding: 16px;
		margin: 16px auto;
		display: block;
	    width: 90%!important;
	}
	
	}

/*----------------------------------------------------
	最終選考
----------------------------------------------------*/

.nominate-wrap{
    display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
.nominate-wrap::after{
	content: "";
	display: block;
	/* width: 30%; */
}
#nominate img{
    width: 270px;
    height: 100%;
    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: 82%;
	margin: auto;
	padding: 20px;
	background-color: #F7F7F7;
}

.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: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.final_selection video {
	width: auto;
	height: 300px;
}

#award > div.bg.mt30 > div.inner.fadein.mt40.scrollin > div > div > div {
	width: min(96%,782px);
	margin: auto;
	text-align: left;
}

@media screen and (max-width:700px) {
#nominate .space{
    margin: 10px auto;
	width: 30%;
}
#nominate img{
    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		
}

}

@media screen and (max-width: 639px){
	.final_selection {
	width: 100%;
	}
	
	.final_nominate {
	flex-wrap: wrap;
	}
}
	
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer > div {
    text-align: center; 
    margin: 75px 0 0; 
    line-height: 1.6em; 
    font-size: .875rem;
	color: #fff;
	
	
}

footer > div > p:nth-of-type(1) { 
	font-weight: 400;
    display:block; 
    padding: 20px 0 0; 
	color: #fff;
	padding: 40px;
	background: transparent linear-gradient(98deg, #3E417D, #242651) 0% 0% no-repeat padding-box;
    opacity: 0.9;
    
}
