@charset "utf-8";

#mainVis {
    margin: 20px 0;
    position: relative;
}

#mainVis img {
    width: 100%;
}
.tabekiriSecWrap{
	width: 100%;
        background-image: url("contest_img/bg_L.png") , url("contest_img/bg_R.png");
        background-repeat: repeat-y , repeat-y;
        background-position: left top , right top;
    }

.contestTitle01{
	background-image: url("contest_img/01.png");
	background-repeat: no-repeat;
	height: 90px;
		font-weight: bold;
	font-size: 180%;
	text-align: center;
	width: 35%;
	margin: 0 auto 1em auto;
	padding-top: 0.8em;
}
.contestTitle02{
	background-image: url("contest_img/02.png");
	background-repeat: no-repeat;
	height: 90px;
		font-weight: bold;
	font-size: 180%;
	text-align: center;
	width: 35%;
	margin: 0 auto 1em auto;
	padding-top: 0.8em;
}
.profileWrap{
	border: #F4ABAC solid 1px;
	padding: 1em;
	margin-bottom: 3em;
            font-size:120%;
	background: #FFFFFF;
	
}


.profileName{
	font-weight: bold;
	font-size: 120%;
			display: block;
}

.recipeWrap{
	border: #EFEFEF solid 1px;
	padding: 3em;
	margin-top: 3em;
	background-color: #f9f5eb;
	
}
.recipeWrap2{
	border: #EFEFEF solid 1px;
	padding: 3em;
	margin-top: 3em;
	background-color:#FDEEEE;
	
}

.recipeWrap2 .recipePont{
background-color:#fbff0057;
}

.recipeTitle{
	font-weight: bold;
	font-size: 160%;
	margin-bottom: 2em;
	text-align: center;
	padding-bottom: 0.5em;
	border-bottom: #e75555 dashed 2px;
}

.recipeComment dl{
	border-top: solid #DBDBDB 1px;
	margin:0.5em;
	clear:both;
	font-size: 120%;
	line-height: 200%;
}
.recipeComment dt{
	width: 20em;
	position:absolute;
	padding:3px 0 3px 0;
}

.recipeComment_group {
	width: 1.6em;
  height: 1.6em;
  line-height: 1.65;
  font-size: 14px;
	border-radius: 50%;
  margin-right: 0.25em;
	background-color: #F45757;
	color: white;
  text-align: center;
  vertical-align: middle;
	display: inline-block;
}

.recipeComment_group-B {
	background-color: #FF9A4D;
}
.recipeComment dd{
	padding-left:20em;
	text-align: right;
	border-bottom: solid #DBDBDB 1px;
	padding:3px 0 3px 0;
}
.recipeComment dd:empty {
  height: 2.25em;
}
.recipeComment_row2 {
  min-height: 4.3em;
}
.recipeComment_row2-s {
  min-height: 3.9em;
}

.recip_num{
	text-align: right;
}
.recip_box_end{
	padding-top: 1em;
	clear: both;
	font-size: 120%;
	line-height: 250%;
}
.recip_box_end ol{
	margin-top: 0.5em;
	counter-reset: list-count;
    list-style: none;

}
.recip_box_end ol li{
    position: relative;
    padding-left: 1.5em;
}
.recip_box_end ol li::before{ 
	content:counter(list-count) ".";
    counter-increment: list-count;
	font-weight: bold;
	padding-right: 0.5em;
	color: #E75555;
    position: absolute;
    top: 0;
    left: 0;
}

.recipePont{
	background: #FFDCDD;
	margin-top: 1em;
	padding: 1em;
		font-size: 120%;
}
.recipePont2{
	background: #FFFDD4;
	margin-top: 1em;
	padding: 1em;
		font-size: 120%;
}
.recipePontTitle{
	font-weight: bold;
}

/*test*/
.movie-inner .movie-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("thumb_play.png") center center no-repeat;
  background-size: 90px 90px;
  transition: 0.5s;
}

.movie-inner .movie-thumb:hover:after {
  transform: scale(1.1);
  background: url("thumb_play.png") center center no-repeat;
  background-size: 90px 90px;
}
/*test*/

/*--PC--*/
@media screen and (min-width: 769px){
  #mainVis img {
      min-width: 1024px;
  }
  .profileWrap img{
    height: 180px;

  }

  .indexConts{
    min-width: 1000px;
    max-width: 1000px;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .profileComment{
    float: right;
    width: 70%;
  }
    .recipeWrap iframe{
      width: 480px;
      height: 270px;
    }
    .recipeComment{
    float: right;
    width: 45%;

  }
  .recip_box_end ol{
    margin-left: 1em;
  }
    .pc{
    display: none;
  }
    .movieWrap{
    width: 50%;
    float: left;
  }
}
/*--SP--*/
@media screen and (max-width: 768px) {
    #mainVis{
        margin-top: 0;
    }	
    
  #mainVis img {
    width: 100%;
  }
	.contestTitle01{
	background-image: url("contest_img/01.png");
	background-repeat: no-repeat;
	
		font-weight: bold;
	font-size: 150%;
	text-align: center;
	width: 100%;
	margin: 0 1em;
	padding-top: 0.8em;
}
		.contestTitle02{
	background-image: url("contest_img/02.png");
	background-repeat: no-repeat;
	
		font-weight: bold;
	font-size: 150%;
	text-align: center;
	width: 100%;
	margin: 0 1em;
	padding-top: 0.8em;
}
	.movieWrap img{
		width: 100%;
	}
  .indexConts{
    width: 100%;
    padding: 40px 10px 0;
  }
  .profileWrap img{
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .profileWrap{
    padding: 2em;

  }
  .profileName{
    margin-top: 1em;
    }
  .recipeWrap{
    padding: 2em;
    margin-bottom: 3em;
  }
  .recipeTitle{
    font-size: 130%;
  }

  .recipeComment img{
    margin-top: 1em;
  }

  .recipeComment dl{
    margin-left: 0;
  }

  .recipeComment dt{
    position: relative;
  }

  .recipeComment dd{
    margin-top: -2em;
  }
  .recipeComment dd:empty {
    height: 2em;
  }
  .recipeComment_row2 {
    margin-top: -6px !important;
    min-height: 1px;
  }
  .recipeComment_row2:empty {
    height: 0px !important;
  }
  .recip_box_end{
    margin-top:2em;
    line-height:180%;
  }
    .recipeWrap iframe{
    width: 100%;
  }
      .sp{
    display: none;
  }
   .tabekiriSecWrap{
		background-image: none;
    }
}

.tabekiriSec_ttl{
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 0 1em;
    background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.7) 50%) no-repeat;
    margin-bottom:0 auto;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .tabekiriSec{
        margin-top: 0;
    }
    
    .tabekiriSec + .tabekiriSec{
        padding-top: 70px;
        margin-top: 70px;
    }
    
    .tabekiriSec-head{
        padding: 70px 0;
    }

    .tabekiriSec_ttl{
        font-size: 28px;
        margin-bottom: 50px;
    }
    
    .tabekiriSec_ttl-head > br{
        display: none;
    }
    
    .tabekiriSecWrap{
        padding: 70px 0 100px;
    }

}

