@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
  winner commons
* --------------------------------------------------------------------------------------------------*/
/*webフォント*/
@font-face {
    font-family: 'Hannari';
    src: url('../font/Hannari.otf') format('otf'),  url('../font/Hannari.woff') format('woff'),  url('../font/Hannari.woff2') format('woff2');
}
/* tableStyle
--------------------------------------------------*/
.tableStyle01 {
    margin-top: 17px;
    font-size: 12px;
}
.tableStyle01 tbody {
    width: 302px;
}
.tableStyle01 th {
    text-align: left;
    width: 77px;
    padding-right: 25px;
}
.tableStyle01 td {
    word-break : break-all;
}
/* align
--------------------------------------------------*/
.taL {
    text-align: left !important;
}
.taC {
    text-align: center !important;
}
.taR {
    text-align: right !important;
}
.vaT {
    vertical-align: top !important;
}
/* font
--------------------------------------------------*/
.fw {
    font-weight: bold;
}
.red {
    color: red;
}
.gold {
    color: #c4a056;
}
.fs30 {
    font-size: 15px;
}
.comment {
    font-size: 13px;
    line-height: 1.36;
}
.fs11 {
    margin-top: 23px;
}
.winner h2 {
    color: #c4a056;
    font-size: 19px;
    background: #070302; /* Old browsers */
    background: -moz-linear-gradient(left, #070302 1%, #72500b 9%, #c4a056 29%, #9b7528 73%, #070302 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #070302 1%, #72500b 9%, #c4a056 29%, #9b7528 73%, #070302 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #070302 1%, #72500b 9%, #c4a056 29%, #9b7528 73%, #070302 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070302', endColorstr='#070302', GradientType=1 ); /* IE6-9 */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72500b', endColorstr='#070302', GradientType=1 ); /* IE6-9 */
    padding-bottom: 4px;
    margin-top: 15px;
}
.winner h2 > span {
    background: #130100;
    display: block;
    padding-bottom: 14px;
    line-height: 1.3em;
}
.winner h3 {
    color: #c4a056;
    font-size: 33px;
    margin: 0;
    text-align: center;
}
/* title
--------------------------------------------------*/
.ttlStyle01 {
}
.ttlStyle02 {
    text-align: left;
    font-size: 18px;
    line-height: 1.26;
    margin: 30px 0 13px;
}
.ttlStyle03 {
    text-align: center;
    margin: 0 auto 14px;
}
.ttlStyle03 img {
    max-width: 34.51%;
}

@media screen and (max-width:768px) {
}
/* ----------------------------------------------------------------------------------------------------
  other
* --------------------------------------------------------------------------------------------------*/
.fL {
    float: left;
}
.fR {
    float: right;
}
.mt49 {
    margin-top: 25px;
}
.mt52 {
    margin-top: 26px;
}
.mt65 {
    margin-top: 33px;
}
.mt72 {
    margin-top: 36px;
}
.pl35 {
    padding-left: 10%;
}
.pl33 {
    padding-left: 8%;
}
/*@media screen and (min-width: 768px) {
  header,
  .report {
    width: 750px;
    margin: 0 auto;
  }
  .w710 {
    width: 710px;
    margin: 0 auto;
  }
  .w660 {
    width: 660px;
    margin: 0 auto;
  }
  .w620 {
    width: 620px;
    margin: 0 auto;
  }
  .w610 {
    width: 610px;
    margin: 0 auto;
  }
}*/


/* button
--------------------------------------------------*/
[class*="btnStyle"] {
    display: block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    line-height: 1.0;
}
[class*="btnStyle"]:hover {
    opacity: 0.75;
    text-decoration: none;
}
.btnStyle01 img {
    width: 87%;
}
/* list
--------------------------------------------------*/
.listStyle01 {
}
.listStyle01 + .listStyle01 {
    margin-top: 23px;
}
.listStyle01 li {
    font-size: 13px;
    line-height: 1.4;
}
.listStyle01 li + li {
    margin-top: 14px;
}
.listStyle01 .dpe_name {
    font-size: 18px;
}
.listStyle02 {
    width: 44%;
}
.listStyle02 li {
    font-size: 12px;
    line-height: 1.5;
}
.listStyle02 li + li {
    margin-top: 6%;
}
/* btn
--------------------------------------------------*/
.btnStyle01 {
    text-align: center;
}
/* box
--------------------------------------------------*/
.borderBox {
    position: relative;
    z-index: 1;
    border: 1.5px solid #c4a056;
    margin: 50px auto;
    padding: 35px 7% 50px;
}
.borderBox:after {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 10px;
    right: 10px;
    bottom: -14px;
    border: 1.5px solid #c4a056;
    z-index: -1;
}
.bgNoise {
    background: url(../img/winner/bg_noise.png) repeat-y;
    background-size: 100% auto;
}
.boxStyle01 {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
    text-align: left;
    font-size: 13px;
}
.boxStyle01 .intro {
    margin: 16px 0 12px;
}
.info {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
    border: 4px solid #c4a056;
    padding: 20px 18px 29px 15px;
    margin-top: 29px;
    font-size: 13px;
}
/* boxStayle
--------------------------------------------------*/
.grand02 .boxStyle02 {
    margin-bottom: 140px;
}
/* dl
--------------------------------------------------*/
.dlStyle01 {
    display: flex;
}
.dlStyle01 > dt {
    width: 60px;
}
.dlStyle01 + .dlStyle01 {
    margin-top: 10px;
}
.unG,
.unG a {
    color: #c4a056;
    text-decoration: underline;
}
.dlStyle02 {
    max-width: 700px;
    margin-top: 30px;
}
.dlStyle02 > dt {
    border: 4px solid #c4a056;
    font-size: 16px;
    color: #c4a056;
    cursor: pointer;
    padding: 10px 12px;
    font-weight: bold;
    margin-top: 48px;
    position: relative;
}
.dlStyle02 > dt::after {
    content: "";
    top: 30px;
    right: 14px;
    box-sizing: border-box;
    width: 17px;
    height: 11px;
    border: 8px solid transparent;
    border-top: 11px solid #fed07a;
    position: absolute;
    display: inline-block;
    transform-origin: 50% 75%;
}
.dlStyle02 > dt.active:after {
    transform: rotate(180deg);
    top: 12px;
}
.dlStyle02 dt span {
    font-size: 13px;
}
.dlStyle02 > dd {
    margin: 0px;
    padding: 10px 0;
}
/*----------------------------------------
	winner / common
-----------------------------------------*/
/* otherName */
.otherName {
    font-size: 16px;
    margin: 13px 0 21px;
    line-height: 1.4em;
}
.otherName span {
    display: inline-block;
    width: 100%;
    margin: 0.3em 0 0.5em;
    font-size: 13px;
    line-height: 1.16;
    letter-spacing: -0.02em;
}
/* japanese */
.japanese {
    position: relative;
}
.japanese > span {
    padding-left: 49px;
}
.japanese:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/winner/cmn_ico01.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 24px;
    left: 0;
    top: 6px;
    background-size: 100%;
}
/* western */
.western {
    position: relative;
}
.western > span {
    padding-left: 49px;
}
.western:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/winner/cmn_ico02.png) no-repeat;
    position: absolute;
    width: 36px;
    height: 26px;
    left: 0;
    top: 3px;
    background-size: 100%;
}
/* chinese */
.chinese {
    position: relative;
}
.chinese > span {
    padding-left: 42px;
}
.chinese:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/winner/cmn_ico03.png) no-repeat;
    position: absolute;
    width: 30px;
    height: 32px;
    left: 0;
    top: 0;
    background-size: 100%;
}
/* dessert */
.dessert {
    position: relative;
}
.dessert > span {
    padding-left: 42px;
}
.dessert:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/winner/cmn_ico04.png) no-repeat;
    position: absolute;
    width: 30px;
    height: 35px;
    left: 0;
    top: -3px;
    background-size: 100%;
}
/*----------------------------------------
	winner / INDEX
-----------------------------------------*/
.winnerBody {
    background: #130100;
}
.winnerBody header nav ul li {
    width: 23.52%;
}
.winner {
    font-size: 14px;
    font-family: "Hannari";
    line-height: 1.65;
    color: #fff;
    max-width: 750px;
    margin: 0 auto;
}
.winner .inner {
    padding: 17% 25px;
    ;
}
.winner .nav {
    max-width: 750px;
}
.winnerTitle p {
    margin-top: 17px;
}
#pageTop {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s ease;
    transition-property: opacity, transform;
}
#pageTop.totop {
    transform: none;
    opacity: 1;
}
.top section {
    -webkit-text-size-adjust: none;
}
.top .department {
    color: #c4a056;
    font-size: 19px;
    text-align: center;
}
.top .department span {
    font-size: 13px;
}
.top .name {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}
.top .name span {
    font-size: 23px;
}
/* sec01 */
.top #sec01 {
    text-align: center;
    padding-top: 25px;
}
.top #sec01 img {
    width: 85%;
}
.top #sec01 .name {
    margin: 52px 0 50px;
}
.top #sec01 .department {
    margin-bottom: 57px;
}
/* sec02 */
.top #sec02 .department {
    margin: 30px 0 33px;
    width: 101%;
    line-height: 1.2em;
}
.top #sec02 .victory {
    font-size: 0;
}
.top #sec02 .victory .name {
    width: 65%;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.top #sec02 .victory .image {
    display: inline-block;
    vertical-align: middle;
    width: 34%;
}
.top #sec02 .btnStyle01 {
    margin-top: 59px;
}
/* sec03*/
.top #sec03 {
}
.top #sec03 h2 {
    margin: 24px 0 15px;
}
/* sec04 */
.top #sec04 {
}
.top #sec04 .list {
    margin-top: 30px;
}
.top .list .fL {
    padding-left: 9px;
}
/* description */
.description h2 {
    position: relative;
    margin-bottom: 16px;
}
.description h2 span {
    padding-left: 49px;
}
.description h2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/winner/top_ico01.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 24px;
    left: 0;
    top: 4px;
    background-size: 100%;
}
/*----------------------------------------
	winner / GRAND01
-----------------------------------------*/
.grand01 .inner {
    padding-top: 27%;
}
.grand01 section {
    margin-top: 140px;
}
.grand01 .food {
    position: relative;
}
.grand01 .grand01Pic {
    position: absolute;
}
.grand01 .comment {
    text-align: left;
}
.grand01 .img03 {
    margin-top: 18px;
}
.grand01 .comment {
    margin-top: 16px;
}
.grand01 .ttlStyle03 img {
    width: auto !important;
}
/* sec01 */
.grand01 #sec01 {
    margin-top: 18px;
}
.westernName {
    font-size: 13px;
    text-align: left;
    margin: 13px 0 21px;
}
.westernName span {
    font-size: 19px;
}
.grand01 #sec01 img {
    width: 100%;
}
.grand01 #sec01 .grand01Pic {
    width: 43%;
    bottom: -5px;
    right: -9px;
}
.grand01 .fs11 {
    margin-bottom: 52px;
}
.grand01 #sec04 .fs11 {
    margin-bottom: 0;
}
/* sec02 */
.grand01 #sec02 .grand01Pic {
    width: 46%;
    bottom: -4px;
    right: -7px;
}
/* sec03 */
.grand01 #sec03 .grand01Pic {
    width: 42%;
    bottom: -7px;
    right: -12px;
}
/* sec04 */
.grand01 #sec04 .grand01Pic {
    width: 45%;
    bottom: -7px;
    right: -4px;
}
/*----------------------------------------
	winner / GRAND02
-----------------------------------------*/
.grand02 .imageBox {
    display: flex;
}
.grand02 .fL {
    margin-right: 4%;
}
.grand02 h2 {
    margin: 23px 0 16px;
}
/*----------------------------------------
	winner / GRAND03
-----------------------------------------*/
.grand03 .inner {
    padding-top: 26%;
}
.production {
    display: flex;
    margin-top: 24px;
}
.production>.fL span {
    display: block;
    margin-top: 5px;
}
.production .fL {
    color: #c4a056;
    font-size: 13px;
    padding-top: 7px;
	width: 87%;
}
.production .fR {
    width: 127%;
    margin-left: 5%;
}
.grand03 section {
    margin-top: 30px;
}


@media (min-width: 768px) {
	/* tableStyle
	--------------------------------------------------*/
	.tableStyle01 {
	    font-size: 14px;
	}

	.tableStyle01 th {
	    width: 120px;
	}

	/* font
	--------------------------------------------------*/
	.fs30 {
	    font-size: 17px;
	}
	.comment {
	    font-size: 15px;
	}
	.winner h2 {
	    font-size: 21px;
	}
	.winner h3 {
	    font-size: 35px;
	}
	/* title
	--------------------------------------------------*/
	.ttlStyle02 {
	    font-size: 20px;
	}

	/* list
	--------------------------------------------------*/
	.listStyle01 li {
	    font-size: 15px;
	}
	.listStyle01 .dpe_name {
	    font-size: 20px;
	}
	.listStyle02 li {
	    font-size: 14px;
	}
	/* box
	--------------------------------------------------*/
	.boxStyle01 {
	    font-size: 15px;
	}
	.info {
	    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
	    border: 4px solid #c4a056;
	    padding: 20px 18px 29px 15px;
	    margin-top: 29px;
	    font-size: 15px;
	}
	/* dl
	--------------------------------------------------*/
	.dlStyle02 > dt {
	    font-size: 18px;
	}
	.dlStyle02 dt span {
	    font-size: 15px;
	}
	/*----------------------------------------
		winner / common
	-----------------------------------------*/
	/* otherName */
	.otherName {
	    font-size: 18px;
	}
	.otherName span {
	    font-size: 15px;
	}
	/*----------------------------------------
		winner / INDEX
	-----------------------------------------*/
	.winner {
	    font-size: 16px;
	}
	.top .department {
	    font-size: 21px;
	}
	.top .department span {
	    font-size: 15px;
	}
	.top .name {
	    font-size: 20px;
	}
	.top .name span {
	    font-size: 25px;
	}
	.westernName {
	    font-size: 15px;
	}
	.westernName span {
	    font-size: 21px;
	}
	/*----------------------------------------
		winner / GRAND03
	-----------------------------------------*/
	.production .fL {
	    font-size: 15px;
	}


}