@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
	共通設定
----------------------------------------------------*/
.inner{
	position: relative;
	margin: 0 auto;
}

.flex-r{
    display: flex;
    flex-direction: row;
}
.flex-c{
    display: flex;
    flex-direction: column;
	align-items: center;
}

.mgt50 {
	margin-top: 50px;
}

.mgt20 {
	margin-top: 20px;
}

/*----------------------------------------------------
	フォント設定
----------------------------------------------------*/

html { font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
font-weight: 400;
}

h2,h3 { font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;
color:#333333;
}

p {
	text-align: center;
}

h2 { font-size: 1.8rem; color: #CF6D57; margin: 3em 0 0.5em;}
h3 { font-size: 2rem;}


.fs26{
	font-size: 26px;
	color: #FDEFEC;
}
@media screen and (max-width: 639px){	
	h2 { 
		font-size: 1.6rem; 
	}
	h3 { font-size: 1.5rem;}

}



/*----------------------------------------------------
	wrapper、main、section設定
----------------------------------------------------*/

div#wrapper > div#main {
	margin-top: initial;
	scroll-behavior: smooth;
    
}

*{
	box-sizing: border-box;
}
@media screen and (max-width: 639px) {
    #wrapper img {
        max-width: 100%;
        margin: 0 auto;
    }
}


/*
----------------------------------------------------
	header設定
----------------------------------------------------
*/
header{
	height: 72px;
	width: 100%;
	display: flex;
    align-items: center;
}

.insta_icon{
	margin-right: 16px;
	margin-left: 8px;
}
.insta_icon span {
	line-height: 1.4;
}


/*
----------------------------------------------------
	トップ
----------------------------------------------------
*/
#main{
	position: relative;
}
#main .main_vs img{
	width: 100%;
	margin: 0 auto;
}

h1{
	position: absolute;
    top: 23%;
    left: 15%;
    transform: translate(-50%, -50%);
}
h1 img {
		width: 300px;
	}

.main_vs video {
	width: 100%;
	height: 860px;
	object-fit: cover;
}
.fukidashi {
	margin-left: 12em;
}

.fukidashi img {
	width: 300px;
}

@media screen and (max-width: 639px){
	h1 {
		max-width: 60%;
		margin-top: 35px;
		top: 66%;
    	left: 23%;
	}
	h1 img {
		width: 133px;
	}
	.main_vs video {
		height: 100vh;
	}
	.fukidashi img {
		padding-right: 1em;
	}

}

/*----------------------------------------------------
	ハンバーガーメニュー設定
----------------------------------------------------

/* ハンバーガーボタン */
  .el_humburger {
      position: fixed;
      top: 10px;
      right: 8px;
      width: 55px;
      height: 55px;
      padding: 15px 0;
      box-sizing: border-box;
      background: #FDEFEC;
      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: #CF6D57;
      transition: all 0.2s ease-in-out;
	  border-radius: 3px;
 }
 .el_humburger > span:last-child {
      margin-bottom: 0;
}

/* ハンバーガーボタン　オープン時　span */
.js_humburgerOpen .el_humburger {
  background: #CF6D57;
}
.js_humburgerOpen .el_humburger > span {
background:#FDEFEC
}

.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*/
}


/*   中身  */
.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: #FDEFEC;
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*  中身　箱　*/
.navigation {
  padding: 8%;
  text-align: center;
}
.navigation img {
	background: #CF6D57;
}
/* 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 #CF6D57;
}

.navigation_item > a {
    font-family: " ryo-gothic-plusn,sans-serif";
    color: #CF6D57;
}

/*----- 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: #CF6D57;
}
	

/*----------------------------------------------------
	about section設定
----------------------------------------------------*/
.about_text {
	line-height: 2.5;
    font-weight: 600;
    margin-top: 2em;
	font-size: clamp(0.8em, 0.751em + 0.21vw, 1em);
}

.fukidashi-flex {
	gap: 1em;
}

/*----------------------------------------------------
	プレゼント
----------------------------------------------------*/
#present .present-wrap {
	max-width: 800px;
	margin: 0 auto;
}
.present-grand {
	text-align: center;
	margin-bottom: 20px;
}
.present-grand img {
	width: 516px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.present-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 20px;
}
.present-grid img {
	width: 400px;
	max-width: 100%;
	display: block;
}
.present-grid img:last-child {
	grid-column: 1;
}

/* スマホ */
@media (max-width: 768px){

    .present-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .present-grid img:last-child{
        grid-column: auto;
    }

}


/* プレゼントについて */
.image_flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	justify-content: center;
	margin-bottom: 3em; 
}
.image_flex img,
.image_flex video{
	width: 100%;
	height: 276px;
	aspect-ratio: 3/4;
	object-fit: cover;
	display: block;
}

/* みんなの投稿 */
#award {
	margin-bottom: 8em;
}
.award-wrap{
	width: min(800px, 90%);
	margin: 0 auto;
}
.award_heading{
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	margin: 1.5em 0 1em;
	color: #5f5e5e;
}

.j_comment {
	margin-top: 18px;
	text-align: left;
}

.judges {
	text-align: left;
	margin-block: 20px;
}
/* 受賞作品エリア */

.award_item{
	width: 210px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.award_item img,
.award_item video{
	width: 100%;
}
.award_name{
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0.4em;
	text-align: center;
	color: #5f5e5e;
}
.award_item, .entry_flex > video {
	width: 210px;
	height: 262px;
	object-fit: cover;
}

/* 一般投稿エリア */
.entry_flex {
    display: grid;
	grid-template-columns: repeat(5, 210px);
	justify-content: center;
    gap: 1em;
}
.entry_flex img,
.entry_flex video {
    width: 210px;
    object-fit: contain;
}


@media screen and (max-width: 639px){

.present-grid {
	width: 90%;
	margin: 0 auto;
}
.image_flex,
.entry_flex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5em;
	justify-content: initial;
}
.award_item{
	width: 100%;
}
.award_item img,
.award_item video {
	width: 100%;
	height: auto;
	aspect-ratio: 3/4;
	object-fit: cover;
}
.entry_flex img,
.entry_flex video{
	width: 100%;
	height: auto;
	aspect-ratio: 3/4;
	object-fit: cover;
}
.award_heading{
	font-size: 1em;
}
.award_name{
	font-size: 0.6em;
}
.award_item, .entry_flex > video {
 height: auto;
}
}

/*----------------------------------------------------
	最新投稿
----------------------------------------------------*/
#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%;
	}
	
}




/*----------------------------------------------------
	応募方法
----------------------------------------------------*/
#application h2 {
	margin: 0 0 1em;
}
.flex {
	justify-content: space-between;
	gap: 2%;
}
.bg_pk {
	background: #FDEFEC;
	padding: 2em;
}
.bg_pk ul{
	justify-content: space-around;
	position: relative;
}
.pc_img {
	text-align: center;
}
.bg_pk ul li p.step{
	width: 45px;
	height: 45px;
	background: #4C49FF;
    border-radius: 40px;
	margin: 0 auto;
	padding: 0;
}
.bg_pk ul li > div >img{
	margin: 1em;
	}

.step-text{
	font-weight: 600;
}

.kekka {
	background: #4C49FF;
    width: 50%;
    color: #fff;
    line-height: 3;
    margin: 2em auto 0;
	text-align: center;
	}
.kekka_02 {
	border: 1px solid #4C49FF;
    width: 50%;
    line-height: 3;
    margin: 0 auto;
	text-align: center;
	color: #4C49FF;
	font-weight: 600;
	}
	
@media screen and (max-width: 639px){
.bg_pk ul li p.step {
margin: 3em auto 1em;
}
.sp_img {
	text-align: center;
}	
.kekka {
    width: 100%;
	}
.kekka_02 {
	width: 100%;
}
.flex > div {
margin: 0 auto!important;
width: 100% !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 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;
	box-shadow: 10px 10px  #ccc;
	font-weight: bold;
}

#to_instagram img {
	margin-right: 1.5rem;
	vertical-align: middle;
}

.btn_box{
	justify-content: center; 
	margin: 0 auto;  	
}

.btn{
	
	margin: 40px 32px;
	text-align: center;
}

.btn a{
	display: inline-block;
    padding: 24px 100px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 0 auto;
    overflow: hidden;
	transition: 300ms}

.btn_gray a{
	background: #5F5F5F ;
	white-space: nowrap;
}
.btn_blue a{
	background: #4C49FF;
	white-space: nowrap;
}


@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;
	}
	}

	
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer > div {
    text-align: center; 
    line-height: 1.6em; 
    font-size: .875rem;
	color: #FDEFEC;
	
	
}
footer { 
	font-weight: 400;
    padding: 2em; 
	background: #CF6D57;
	margin: 5em 0 0;
}