@charset "utf-8";
/* CSS Document */

/*------------------------------
		common
---------------------------------*/
.curry #contents img{
	width: 100%;
	height: auto;
}

.curry #contents .inner{
	max-width: 905px;
	margin: 0 auto;
}
.curry #contents p strong{
	font-weight: bold;
}
.curry #contents p strong.line{
	background: url(../images/curry/txt_line.png) repeat-x 0 10px;
	background-size: 31px;
	display: inline-block;
	position: relative;
}
.curry #contents p strong.line:before{
	content: '';
	background: url(../images/curry/txt_line_top.png) no-repeat 0 0;
	background-size: 31px;
	width: 31px;
	height: 19px;
	position: absolute;
	bottom: 7px;
	left: -31px;
}
.curry #contents p strong.line:after{
	content: '';
	background: url(../images/curry/txt_line_bottom.png) no-repeat 0 0;
	background-size: 31px;
	width: 31px;
	height: 19px;
	position: absolute;
	bottom: 7px;
	right: -31px;
}
.curry #contents h4{
	border: 1px solid #59493f;
	width: 380px;
	height: 60px;
	line-height: 60px;
	color: #59493f;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 35px;
	text-align: center;
	clear: both;
}
.curry #contents h4 span{
	display: inline-block;
	background: url(../images/curry/obj1.png) no-repeat 0 50%;
	background-size: 16px;
	padding:0 25px;
	position: relative;
}
.curry #contents h4 span:after{
	content:'';
	background: url(../images/curry/obj2.png) no-repeat 0 50%;
	background-size: 16px;
	width: 16px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}

.curry #contents h4.no{
	border: 0;
	height: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}

.curry #contents .btn a{
	transition: 0.7s all;
	-webkit-filter: brightness(1);
          filter: brightness(1);

}
.curry #contents .btn a:hover{
	-webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

.curry .f23{ font-size: 23px;}
sup{font-size: 10px;}

/*------------------------------
		mv
---------------------------------*/
#mv{
	text-align: center;
	background: url(../images/curry/mv_bg.jpg) repeat 0 0;
	background-size: contain;
	padding-bottom: 60px;
}
#mv img{
	width: 112%;
	max-width: 980px;
	margin: 0 auto;
}
#mv .endTxt{
	margin:20px auto 0;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	background-color: #f76707;
	padding: 20px 40px;
	max-width: 800px;
	line-height: 1.4;
}

/*------------------------------
		contents
---------------------------------*/

.curry .mainContents{
	background: url(../images/curry/bg.jpg) repeat-y center 0;
	background-size: contain;
	padding: 45px 40px 100px;
	overflow: hidden;
}

.curry #contents .insta{
	margin-bottom: 30px;
}
.curry #contents .insta .inner{
	background: url(../images/curry/box_bottom.png) no-repeat 0 bottom;
	background-size: contain;
	overflow: hidden;
	padding: 0 0 2.6%;
}

.curry #contents .insta .boxInner{
	background: url(../images/curry/box_bg.png) repeat-y center 0;
	background-size: 100% 100%;
	padding: 60px 60px 80px;
	text-align: center;
}
.curry #contents .insta h3{
	max-width: 702px;
	width: 90%;
	margin: 0 auto 30px;
}
.curry #contents .insta h3 + p{
	line-height: 2.6;
	margin-bottom: 60px;
}
.curry #contents .insta h4 +p{
	font-size: 15px;
	margin-bottom: 40px;
}
.curry #contents .insta h4 +p strong.line{
	font-size: 30px;
	background: url(../images/curry/txt_line.png) repeat-x 0 28px;
	background-size: 31px;
}
.curry #contents .insta ul.picList{
	overflow: hidden;
	margin-left: -2%;
	padding-bottom: 50px;
}
/* 優秀賞発表 */
.curry #contents .insta ul.awardList{
	overflow: hidden;
	margin-left: -2%;
	padding-bottom: 50px;
    position: relative;
}
/* 優秀賞発表 商品ラインナップ */
.contest_lineup{
  margin-top: 200px;
  margin-bottom: 90px;
}
.contest_lineup .inner h3{
  margin-bottom: 40px;
}
.contest_lineup .inner .lineup_head{
  width: 116%;
  margin-left: -5em;
}

.contest_lineup .inner ul.lineup_list{
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: -7%;
    display: inline-block;
    margin-left: 4em;
    margin-right: 3em;
}
.contest_lineup .inner .btn{
    margin-top: 2em;
}

/* 優秀賞発表 商品ラインナップ */
.contest_lineup .inner ul.lineup_list li{
	float: left;
	width: 28%;
    margin-left: 5%;
    font-size: 13px;
}
.curry #contents .insta ul.picList li{
	float: left;
	width: 31%;
	max-width: 247px;
	margin-left: 2%;
	text-align: center;
	font-size: 13px;
}
/* 優秀賞発表 */
.curry #contents .insta ul.awardList li{
	float: left;
	width: 46%;
	margin-left: 4%;
	text-align: left;
	font-size: 13px;
    background-image: url(../images/curry/award_bg.png);
    margin-bottom: 50px;
    padding-bottom: 20px;

}
.curry #contents .insta ul.awardList li:last-child {
  background: none;
  text-align: right;
  position: absolute;
  bottom: 21px;
  right: 4em;
  vertical-align: bottom;
}
.curry #contents .insta ul.picList li.large {
	float: left;
	width: 97%;
	max-width:773px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 13px;
}
.curry #contents .insta ul.picList li .pic{
	background-color: #fff;
	padding: 8px;
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 15px;
}
/* 優秀賞発表 */
.curry #contents .insta ul.awardList li .pic{
	background-color: #fff;
	padding: 8px;
	box-shadow: 0px 0px 10px #ccc;
	margin: 30px auto 15px auto;
    width: 80%;
}
.curry #contents .insta ul.picList li p.name{
	line-height: 1.4;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
}
/* 優秀賞発表 */
.curry #contents .insta ul.awardList li p.name{
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
    color: #605b51;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: 10em;
}
.curry #contents .insta ul.picList li p.name small{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
/* 優秀賞発表 */
.curry #contents .insta ul.awardList li p.name small{
	display: block;
	font-size: 12px;
	font-weight: normal;
    padding-top: 1em;
}

.curry #contents .insta ul.picList li.large p.name small{
	display: inline;
}
/* 優秀賞発表 */
.curry #contents .insta ul.awardList li.large p.name small{
	display: inline;
}
.curry #contents .insta hr{
	border: 0px;
	background: url(../images/curry/line.png) repeat-x center 0;
	background-size: contain;
	height: 3.5px;
	margin-bottom: 50px;
}

.curry #contents .insta .entry-guideline {
	padding: 0 20px;
	box-sizing: border-box;
}


.curry #contents .insta .entry-guideline .guideline-list dt {
	margin-top: 30px;
	font-weight: bold;
}

.curry #contents .insta .entry-guideline .guideline-list dd .note {
	margin-top: 15px;
}

.curry #contents .insta .entry-guideline p {
	text-align: left;
}

.curry #contents .insta .btn{
	width: 100%;
	max-width: 480px;
	margin: 48px auto 0;
}

/*----- about -----*/

.curry #contents .about .inner{
	background: url(../images/curry/box2_bottom.png) no-repeat 0 bottom;
	background-size: contain;
	overflow: hidden;
	padding: 0 0 3.7%;
}

.curry #contents .about .boxInner{
	background: url(../images/curry/box2_bg.png) repeat-y center 0;
	background-size: contain;
	padding: 50px 60px 50px;
	text-align: center;
}
.curry #contents .about h3{
	width: 80%;
	max-width: 452px;
	margin: 0 auto 35px;
}
.curry #contents .about .pic{
	float: right;
	width: 60%;
	max-width: 478px;
	/*margin-left: 20px;*/
	margin-bottom: 40px;
}
.curry #contents .about .pic+p{
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	padding-top: 9%;
	margin-bottom: 40px;
	overflow: hidden;
	zoom:1;
	min-width: 150px;
	margin-right: 20px;
}
.curry #contents .about ul.stepList{
	margin:0 20px -40px;
}
.curry #contents .about ul.stepList li{
	background: url(../images/curry/box3_bg.jpg) repeat 0 0;
	background-size: contain;
	padding: 30px 50px 40px;
	margin-bottom: 40px;
	position: relative;
}
.curry #contents .about ul.stepList li span.num{
	position: absolute;
	top:-20px;
	left: -25px;
	color: #fff;
	text-align: center;
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	background-color: #4d3f30;
	border-radius: 36px;
}
.curry #contents .about ul.stepList li h5{
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
}
.curry #contents .about ul.stepList li .pic{
	background-color: #fff;
	padding: 7px;
	box-shadow: 0 0 10px #ccc;
	float: left;
	width: 100%;
	max-width: 290px;
	margin:0 40px 20px 0px;
	box-sizing: border-box;
}
.curry #contents .about ul.stepList li .pic+p{
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
	overflow: visible;
	margin: 0;
}
.curry #contents .about ul.stepList li .pic+p.note{
	font-size: 12px;
}
.curry #contents .about ul.stepList li .textArea{
	overflow: hidden;
}
.curry #contents .about .btn{
	width: 76%;
	max-width: 440px;
	margin: 48px auto 0;
}

/*----- entryInfo -----*/
.curry #contents .entryInfo{
	padding: 45px 40px 60px;
	overflow: hidden;
}
.curry #contents .entryInfo .pic{
	width: 80%;
	max-width: 424px;
	margin: 0 auto 55px;
}
.curry #contents .entryInfo dl{
	max-width: 740px;
	margin: 0 auto;
	font-size: 14px;
}
.curry #contents .entryInfo dt{
	font-weight: bold;
	margin-bottom: 5px;
}
.curry #contents .entryInfo dt:before{
	content: '● ';
}
.curry #contents .entryInfo dd{
	margin-bottom: 40px;
}
.curry #contents .entryInfo dd strong{
	font-weight: bold;
}
.curry #contents .entryInfo p.note{
	max-width: 740px;
	margin: 0 auto 60px;
}
.curry #contents .entryInfo .btn{
	width: 94%;
	max-width: 580px;
	margin: 0 auto;
}

/* 受賞者発表 */
.award_lineup{
  width: 100%;
  text-align: center;
  background-color: #ae1f24;
}
.award_lineup img{
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 769px) and (max-width: 950px){
	/*------------------------------
			common
	---------------------------------*/
	.curry #contents p strong{
		font-weight: bold;
	}
	.curry #contents p strong.line{
		background: url(../images/curry/txt_line.png) repeat-x 0 10px;
		background-size: 31px;
		display: inline;
		position: relative;
	}
	.curry #contents p strong.line:before{
		display: none;
	}
	.curry #contents p strong.line:after{
		display: none;
	}
	/* 優秀賞発表 */
.curry #contents .insta ul.awardList li p.name{
    height: 19em;
}
}

@media only screen and (min-width: 0px) and (max-width: 768px){
	/*------------------------------
			common
	---------------------------------*/
	.curry #contents .inner{
		max-width: 100%;
		margin: 0 auto;
	}
	.curry #contents p strong{
		font-weight: bold;
	}
	.curry #contents p strong.line{
		background: url(../images/curry/txt_line.png) repeat-x 0 10px;
		background-size: 31px;
		display: inline;
		position: relative;
	}
	.curry #contents p strong.line:before{
		display: none;
	}
	.curry #contents p strong.line:after{
		display: none;
	}
	.curry #contents h4{
		border: 1px solid #59493f;
		width: 260px;
		height: 50px;
		line-height: 50px;
		color: #59493f;
		font-size: 16px;
		font-weight: bold;
		margin: 0 auto 35px;
		text-align: center;
		clear: both;
	}
	.curry #contents h4 span{
		display: inline-block;
		background: url(../images/curry/obj1.png) no-repeat 0 50%;
		background-size: 12px;
		padding:0 20px;
		position: relative;
	}
	.curry #contents h4 span:after{
		content:'';
		background: url(../images/curry/obj2.png) no-repeat 0 50%;
		background-size: 12px;
		width: 12px;
		height: 26px;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -13px;
	}

	.curry #contents h4.no{
		border: 0;
		height: auto;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.curry .f23{ font-size: 17px;}

	/*------------------------------
			mv
	---------------------------------*/
	#mv{
		text-align: center;
		background: none;
		padding-bottom: 0;
	}
	#mv img{
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
	}
	
	#mv .endTxt{
		margin:0px auto 0;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		background-color: #f76707;
		padding: 20px 5%;
		max-width: 800px;
		line-height: 1.4;
	}


	/*------------------------------
			contents
	---------------------------------*/

	.curry .mainContents{
		background: url(../images/curry/bg.jpg) repeat-y center 0;
		background-size: contain;
		padding: 15px 5% 60px;
		overflow: hidden;
	}
	.curry #contents .insta{
		margin-bottom: 20px;
	}
	.curry #contents .insta .inner{
		background: url(../images/curry/box_bottom.png) no-repeat 0 bottom;
		background-size: contain;
		overflow: hidden;
		padding: 0 0 3.7%;
	}

	.curry #contents .insta .boxInner{
		background: url(../images/curry/box_bg.png) repeat-y center 0;
		background-size: contain;
		padding: 30px 3% 40px;
		text-align: center;
	}
	.curry #contents .insta h3{
		margin: 0 auto 20px;
	}
	.curry #contents .insta h3 + p{
		line-height: 2;
		margin-bottom: 40px;
	}
	.curry #contents .insta h4 +p{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.curry #contents .insta h4 +p strong.line{
		font-size: 23px;
		background: url(../images/curry/txt_line.png) repeat-x 0 20px;
		background-size: 31px;
	}
	.curry #contents .insta ul.picList{
		overflow: hidden;
		width: 80%;
		margin: 0 auto 0px;
		padding-bottom: 10px;
	}

  /* 優秀賞発表 */
    .curry #contents .insta ul.awardList{
      position: static;
	}
    .curry #contents .insta ul.awardList li:last-child {
      background: none;
      position: static;
      bottom: 21px;
      font-size: 100%;
}
  .curry #contents .insta ul.awardList li{
		float: none;
		width: 80%;
        margin-left: auto;
        margin-right: auto;
		font-size: 11px;
        padding-top: 10px;
	}
  /* 優秀賞発表 */
  .curry #contents .insta ul.awardList li p.name{
    height: auto;
}
  .curry #contents .insta ul.awardList{
	overflow: hidden;
	margin-left: -2%;
	padding-bottom: 0;
    position: relative;
}
  .curry #contents .insta ul.awardList li .pic{
    margin-top: 10px;
	}
  .contest_lineup .inner .lineup_head{
    width: 115%;
    margin-left: -2em;
}

	.curry #contents .insta ul.picList li{
		float: none;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 25px;
		text-align: center;
		font-size: 11px;
	}
	.curry #contents .insta ul.picList li.large {
		float: none;
		margin-bottom: 25px;
	}
	.curry #contents .insta ul.picList li .pic{
		background-color: #fff;
		padding: 8px;
		box-shadow: 0px 0px 10px #ccc;
		margin-bottom: 10px;
	}
	.curry #contents .insta ul.picList li p.name{
		line-height: 1.4;
		font-size: 14px;
		font-weight: bold;
		padding-top: 5px;
	}
	.curry #contents .insta ul.picList li p.name small{
		display: block;
		font-size: 11px;
	}
	.curry #contents .insta hr{
		border: 0px;
		background: url(../images/curry/line.png) repeat-x center 0;
		background-size: contain;
		height: 3.5px;
		width: 90%;
		margin: 0 auto 40px;
	}

	.curry #contents .insta .btn{
		width: 90%;
		margin: 25px auto 0;
	}

	.curry #contents .insta .entry-guideline .guideline-list dt {
		margin-top: 20px;
	}

        /* 優秀賞発表 商品ラインナップ */
.contest_lineup{
  margin-top: 0;
  margin-bottom: 90px;
}
.contest_lineup .inner h3{
  margin-bottom: 40px;
}
.contest_lineup .inner ul.lineup_list{
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 1em;
    display: inline-block;
    margin-left: 3em;
    margin-right: 1em;
}
.contest_lineup .inner .btn{
    margin-top: 2em;
}

/* 優秀賞発表 商品ラインナップ */
.contest_lineup .inner ul.lineup_list li{
	float: none;
	width: 80%;
    margin-left: 5%;
    font-size: 13px;
    margin-top: 4em;
}
.contest_lineup .inner ul.lineup_list li:first-child{
   margin-top: 2em;
  }
 .contest_lineup .inner ul.lineup_list li:nth-child(2){
   margin-top: 7em;
  }
.curry #contents .insta ul.picList li{
	float: left;
	width: 31%;
	max-width: 247px;
	margin-left: 2%;
	text-align: center;
	font-size: 13px;
}
.contest_lineup .inner h3 {
    margin-bottom: 1em;
}

	/*----- about -----*/

	.curry #contents .about .inner{
		background: url(../images/curry/box2_bottom.png) no-repeat 0 bottom;
		background-size: contain;
		overflow: hidden;
		padding: 0 0 3.7%;
	}

	.curry #contents .about .boxInner{
		background: url(../images/curry/box2_bg.png) repeat-y center 0;
		background-size: contain;
		padding: 25px 7% 25px;
		text-align: center;
	}
	.curry #contents .about h3{
		width: 100%;
		margin: 0 auto 20px;
	}
	.curry #contents .about .pic{
		float: none;
		width: 80%;
		max-width: 478px;
		margin-left: 0px;
		margin-bottom: 10px;
		margin: 0 auto 10px;
	}
	.curry #contents .about .pic+p{
		text-align: left;
		font-size: 15px;
		font-weight: bold;
		padding-top: 0;
		margin-bottom: 30px;
	}
	.curry #contents .about ul.stepList{
		margin:0 3% -20px;
	}
	.curry #contents .about ul.stepList li{
		background: url(../images/curry/box3_bg.jpg) repeat 0 0;
		background-size: contain;
		padding: 20px 15px 15px 25px;
		margin-bottom: 35px;
		position: relative;
	}
	.curry #contents .about ul.stepList li span.num{
		position: absolute;
		top:-20px;
		left: -15px;
		color: #fff;
		text-align: center;
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 20px;
		font-weight: bold;
		font-family: Arial, Helvetica, "sans-serif";
		background-color: #4d3f30;
		border-radius: 36px;
	}
	.curry #contents .about ul.stepList li h5{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.curry #contents .about ul.stepList li .pic{
		background-color: #fff;
		padding: 4px;
		box-shadow: 0 0 10px #ccc;
		float: none;
		width: 100%;
		max-width: 100%;
		margin:0 0px 10px 0px;
		box-sizing: border-box;
	}
	.curry #contents .about ul.stepList li .pic+p{
		padding: 0;
		font-weight: normal;
		font-size: 13px;
		line-height: 1.8;
		margin-bottom: 0;
	}
	.curry #contents .about ul.stepList li .pic+p.note{
		font-size: 11px;
	}
	.curry #contents .about ul.stepList li .textArea{
		overflow: hidden;
	}
	.curry #contents .about .btn{
		width: 90%;
		margin: 48px auto 0;
	}

	/*----- entryInfo -----*/
	.curry #contents .entryInfo{
		padding: 60px 5% 80px;
		overflow: hidden;
	}
	.curry #contents .entryInfo .pic{
		width: 80%;
		margin: 0 auto 30px;
	}
	.curry #contents .entryInfo dl{;
		margin: 0 auto;
		font-size: 13px;
	}
	.curry #contents .entryInfo dt{
		font-weight: bold;
		margin-bottom: 5px;
	}
	.curry #contents .entryInfo dd{
		margin-bottom: 20px;
	}
	.curry #contents .entryInfo dd strong{
		font-weight: bold;
	}
	.curry #contents .entryInfo p.note{
		margin: 0 auto 40px;
	}
	.curry #contents .entryInfo .btn{
		width: 100%;
		margin: 0 auto;
	}


}


