@charset "UTF-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
reset scc
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

* {
    box-sizing: border-box;
}

::before, ::after {
    box-sizing: inherit;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
    height: auto;
}

embed, object, iframe {
    border: 0;
    vertical-align: bottom;
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
  display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td, th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-weight: 400;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
    border-style: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*■■■■■■■■■■■■  gurid  ■■■■■■■■■■■■*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.row > .col, .row > .col-1, .row > .col-10, .row > .col-11, .row > .col-12, .row > .col-2, .row > .col-3, .row > .col-4, .row > .col-5, .row > .col-6, .row > .col-7, .row > .col-8, .row > .col-9, .row > .col-auto, .row > .col-lg, .row > .col-lg-1, .row > .col-lg-10, .row > .col-lg-11, .row > .col-lg-12, .row > .col-lg-2, .row > .col-lg-3, .row > .col-lg-4, .row > .col-lg-5, .row > .col-lg-6, .row > .col-lg-7, .row > .col-lg-8, .row > .col-lg-9, .row > .col-lg-auto, .row > .col-md, .row > .col-md-1, .row > .col-md-10, .row > .col-md-11, .row > .col-md-12, .row > .col-md-2, .row > .col-md-3, .row > .col-md-4, .row > .col-md-5, .row > .col-md-6, .row > .col-md-7, .row > .col-md-8, .row > .col-md-9, .row > .col-md-auto, .row > .col-sm, .row > .col-sm-1, .row > .col-sm-10, .row > .col-sm-11, .row > .col-sm-12, .row > .col-sm-2, .row > .col-sm-3, .row > .col-sm-4, .row > .col-sm-5, .row > .col-sm-6, .row > .col-sm-7, .row > .col-sm-8, .row > .col-sm-9, .row > .col-sm-auto {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
      
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} /*end of @media*/

@media (min-width: 768px) {

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} /*end of @media*/

@media (min-width: 992px) {

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} /*end of @media*/

/*■■■■■■■■■■■■  display  ■■■■■■■■■■■■*/

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

/*--------- 991px ~ ---------*/

@media (min-width: 991px) {

    .d-md-none {
        display: none !important;
    }
    
    .d-md-block {
        display: block !important;
    }
    
    .d-md-inline {
        display: inline !important;
    }
    
    .d-md-inline-block {
        display: inline-block !important;
    }
} /*end of @media*/

/*--------- 992px ~ ---------*/

@media (min-width: 992px) {

    .d-lg-none {
        display: none !important;
    }
    
    .d-lg-block {
        display: block !important;
    }
    
    .d-lg-inline {
        display: inline !important;
    }
    
    .d-lg-inline-block {
        display: inline-block !important;
    }
} /*end of @media*/

/*■■■■■■■■■■■■ container ■■■■■■■■■■■■*/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container {
        max-width: 540px;
    }
} /*end of @media*/

@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }
} /*end of @media*/

@media (min-width: 992px) {

    .container {
        max-width: 960px;
    }
} /*end of @media*/

@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
    }
} /*end of @media*/

/*■■■■■■■■■■■■ textalign ■■■■■■■■■■■■*/

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
content
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*■■■■■■■■■■■■  visual  ■■■■■■■■■■■■*/

.hero {
    position: relative;
    margin-bottom: 80px;
}

.hero .overlay {
    text-align: center;
}

.hero .overlay a {
    display: inline-block;
    width: 100%;
    background-color: #000000;
    padding: 1.5% 0;
}
.hero .overlay a:hover {
	opacity: 0.7;
	transition : 0.5s;　/*ふわっとさせる指定*/
}
.hero .overlay a img {
    max-width: 55%;
	height: auto;
}

/*■■■■■■■■■■■■ intro ■■■■■■■■■■■■*/

.intro {
    margin-bottom: 100px;
}

.intro .lead p {
	font-size: 24px;
	line-height: 1.6;
	color: #000000;
	text-align: justify;
}

.intro .row-outer {
    margin: 0 -15px;
}

.intro .col-inner {
    padding: 0 15px;
}

/* lead */

.intro .lead {
    margin-bottom: 60px;
}

/*■■■■■■■■■■■■ intro ■■■■■■■■■■■■*/

.award {
    margin-bottom: 80px;
    background: linear-gradient(180deg, #fff 0%, #fff 35%, #F1EFD0 50%, #F1EFD0 100%);
}
.award-pattern{
    background-image: url("/library/img/foodservice/gaisyoku/premioacci_5th/bg-cream.png");
    background-size: 450px auto;
    background-position: center;
    background-repeat: repeat;    
    padding-bottom: 100px;
}


/* heading */

.award h2 {
	text-align: center;
    margin-bottom: 50px;
}

.award h2 img {
    max-width: 620px;
}

/* food */

.award .food {
    margin-bottom: 40px;
}

.award .food .row-outer {
    margin: 0 -40px;
}

.award .food .col-inner {
    padding: 0 40px;
}

.award .food h3 {
    margin-bottom: 40px;
}

.award .food h3 img {
    max-width: 520px;
}

.award .food .textbox p {
	font-size: 21px;
	line-height: 1.6;
	color: #000000;
	text-align: justify;
}

/* profile */

.award .profile .row-outer {
    margin: 0 -40px;
}

.award .profile .col-inner {
    padding: 0 40px;
}

.award .profile .thumb {
    padding-left: 50px;
    max-width: 340px;
}

.award .profile .detail {
    padding: 60px 0 0 120px;
}

.award .profile h3 {
	font-size: 32px;
	line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 700;
}

.award .profile .textbox p {
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	text-align: justify;
    margin-bottom: 20px;
}

.award h4 {
	font-size: 28px;
	line-height: 1.6;
    margin-bottom: 5px;
    font-weight: 700;
}



/*■■■■■■■■■■■■ comment ■■■■■■■■■■■■*/

.comment {
    margin-bottom: 40px;
}

.comment h2 {
	text-align: center;
    margin-bottom: 50px;
}

.comment h2 img {
    max-width: 550px;
}

.comment .row-outer {
    margin: 0 -40px;
}

.comment .col-inner {
    padding: 0 40px;
}

/* thumb */

.comment .thumb {
    margin-bottom: 30px;
}

.comment .caption {
	font-size: 24px;
	line-height: 1.6;
	color: #000000;
	text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

/*■■■■■■■■■■■■ menu ■■■■■■■■■■■■*/

.menu {
    background-image: url("/library/img/foodservice/gaisyoku/premioacci_5th/bg-red.jpg");
    background-size: 450px auto;
    background-position: center;
    background-repeat: repeat;
    padding-top: 80px;
}

.menu h2 {
	text-align: center;
    margin-bottom: 40px;
}

.menu .row-outer {
    margin: 0 -5px;
}

.menu .col-inner {
    padding: 0 5px;
}

/* product */

.menu a:hover {
    display: block;
    background-image: conic-gradient(from 352deg, rgba(117, 180, 54, 1) 0deg 15deg, rgba(246, 194, 67, 1) 15deg 30deg, rgba(231, 155, 55, 1) 30deg 45deg, rgba(238, 29, 35, 1) 45deg 60deg, rgba(189, 86, 152, 1) 60deg 75deg, rgba(64, 144, 64, 1) 75deg 90deg, rgba(117, 180, 54, 1) 90deg 105deg, rgba(246, 194, 67, 1) 105deg 120deg, rgba(231, 155, 55, 1) 120deg 135deg, rgba(238, 29, 35, 1) 135deg 150deg, rgba(189, 86, 152, 1) 150deg 165deg, rgba(64, 144, 64, 1) 165deg 180deg, rgba(117, 180, 54, 1) 180deg 195deg, rgba(246, 194, 67, 1) 195deg 210deg, rgba(231, 155, 55, 1) 210deg 225deg, rgba(238, 29, 35, 1) 225deg 240deg, rgba(189, 86, 152, 1) 240deg 255deg, rgba(64, 144, 64, 1) 255deg 270deg, rgba(117, 180, 54, 1) 270deg 285deg, rgba(246, 194, 67, 1) 285deg 300deg, rgba(231, 155, 55, 1) 300deg 315deg, rgba(238, 29, 35, 1) 315deg 330deg, rgba(189, 86, 152, 1) 330deg 345deg, rgba(64, 144, 64, 1) 345deg);
    border-radius: 15px;
}

.menu .product {
    margin-bottom: 40px;
    padding: 5px;
}

/*■■■■■■■■■■■■ event ■■■■■■■■■■■■*/

.event {
    margin-bottom: 80px;
}

.event .row-outer {
    margin: 0 -40px;
}

.event .col-inner {
    padding: 0 40px;
}

/* thumb */

.event .thumb {
    margin-bottom: 20px;
}

/* textbox */

.event .textbox p {
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	text-align: justify;
}

/*■■■■■■■■■■■■ chef ■■■■■■■■■■■■*/

.chef  {
	margin-bottom: 40px;
}

.chef .border {
    border: 1px solid #808080;
    padding: 45px;
}

.chef .row-outer {
    margin: 0 -20px;
}

.chef .col-inner {
    padding: 0 20px;
}

.chef h3 {
	font-size: 36px;
	line-height: 1.6;
	color: #099244;
	margin-bottom: 20px;
	font-weight: 700;
}

.chef h3 .small {
	font-size: 20px;
}

.chef .textbox p {
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	text-align: justify;
}
.chef .textbox a {
	color: #099244;
    border-bottom: 1px dotted;
}
.chef .textbox a:hover {
	color: #ED1C24;
	transition : 0.5s;　/*ふわっとさせる指定*/
}



/* more */

.chef .more {
    margin-top: 50px;
}
.chef .more a:hover {
	opacity: 0.6;
	transition : 0.5s;　/*ふわっとさせる指定*/
}


/*■■■■■■■■■■■■ copyright ■■■■■■■■■■■■*/

.copyright {
    padding-bottom: 80px;
}

.copyright p {
	font-size: 20px;
	line-height: 1.6;
	color: #000000;
	text-align: right;
    font-weight: 700;
}

@media (max-width: 991px) {

    /*■■■■■■■■■■■■  visual  ■■■■■■■■■■■■*/
    
    .hero {
        margin-bottom: 50px;
    }
    
.hero .overlay a {
        padding: 3% 0;
}
.hero .overlay a img {
    max-width: 85%;
}

    
    /*■■■■■■■■■■■■ intro ■■■■■■■■■■■■*/
    
    .intro {
        margin-bottom: 50px;
    }
    
    .intro .lead p {
    	font-size: 20px;
    }
    
    .intro .row-outer {
        margin: 0;
    }
    
    .intro .col-inner {
        padding: 0;
    }
    
    /* lead */
    
    .intro .lead {
        margin-bottom: 30px;
    }
    
    /* thumb */
    
    .intro .thumb {
        margin-bottom: 10px;
    }
    
    /*■■■■■■■■■■■■ intro ■■■■■■■■■■■■*/
    
    .award {
        margin-bottom: 50px;
        background-image: none;
        padding-bottom: 0;
    }
    
    /* heading */
    
    .award h2 {
    	text-align: center;
        margin-bottom: 50px;
    }
    
    .award h2 img {
        max-width: 620px;
    }
 
     /* bigheading */
    
    .award .bigheading {
        margin-bottom: 20px;
    }
       
    /* food */
    
    .award .food {
        margin-bottom: 40px;
    }
    
    .award .food .row-outer {
        margin: 0;
    }
    
    .award .food .col-inner {
        padding: 0;
    }
    
    .award .food .textbox p {
    	font-size: 20px;
    }
    
    /* profile */

.award-pattern{
    padding-bottom: 0px;
}

    .award .profile {
        background-image: url("/library/img/foodservice/gaisyoku/premioacci_5th/bg-cream.jpg");
        background-size: 450px auto;
        background-position: center;
        background-repeat: repeat;    
        padding: 50px 0 40px;
    }

       
    .award .profile .row-outer {
        margin: 0 -10px;
    }
    
    .award .profile .col-inner {
        padding: 0 10px;
    }
    
    .award .profile .thumb {
        padding-left: 0;
        max-width: 100%;
    }
    
    .award .profile .detail {
        padding: 0;
    }
    
    .award .profile h3 {
    	font-size: 22px;
    	line-height: 1;
        margin-bottom: 15px;
    }
    
    .award .profile .textbox p {
    	font-size: 15px;
        margin-bottom: 10px;
    }

    .award h4 {
    	font-size: 20px;
    }
    
    /*■■■■■■■■■■■■ comment ■■■■■■■■■■■■*/
    
    .comment {
        margin-bottom: 40px;
    }
    
    .comment h2 {
        margin-bottom: 30px;
    }
    
    .comment h2 img {
        max-width: 70%;
    }
    
    .comment .row-outer {
        margin: 0;
    }
    
    .comment .col-inner {
        padding: 0;
    }
    
    /* thumb */
    
    .comment .thumb {
        margin-bottom: 20px;
    }
    
    .comment .caption {
    	font-size: 18px;
        margin-bottom: 30px;
    }
    
    /*■■■■■■■■■■■■ menu ■■■■■■■■■■■■*/
    
    .menu {
        padding: 60px 0 40px 0;
    }
    
    .menu h2 {
        margin-bottom: 30px;
    }
    
    .menu h2 img {
    	max-width: 350px;
    }
    
    .menu .row-outer {
        margin: 0;
    }
    
    .menu .col-inner {
        padding: 0;
    }
    
    /* product */
 
     .menu .voice {
        margin-top: 10px;
    }
    
    .menu .product {
        margin-bottom: 10px;
    }
       
    /*■■■■■■■■■■■■ event ■■■■■■■■■■■■*/
    
    .event {
        margin-bottom: 40px;
    }
    
    .event .row-outer {
        margin: 0;
    }
    
    .event .col-inner {
        padding: 0;
    }
    
    /* thumb */
    
    .event .thumb {
        margin-bottom: 15px;
    }
    
    /* textbox */

    .event .textbox {
        margin-bottom: 30px;
    }
    
    .event .textbox p {
    	font-size: 15px;
    }
    
    /*■■■■■■■■■■■■ chef ■■■■■■■■■■■■*/
    
    .chef  {
    	margin-bottom: 40px;
    }
    
    .chef .border {
        padding: 20px;
    }
    
    .chef .row-outer {
        margin: 0 -5px;
    }
    
    .chef .col-inner {
        padding: 0 5px;
    }
    
    .chef h3 {
    	font-size: 24px;
    	margin-bottom: 10px;
    }
    
    .chef h3 .small {
    	font-size: 14px;
    	display: block;
    }
    
    .chef .textbox p {
    	font-size: 14px;
    }
    
    /* thumb */
    
    .chef .thumb {
        margin-bottom: 20px;
    }
    
    /* more */
    
    .chef .more {
        margin-top: 20px;
    }
    
    /*■■■■■■■■■■■■ copyright ■■■■■■■■■■■■*/
    
    .copyright {
        padding-bottom: 40px;
    }
    
    .copyright p {
    	font-size: 16px;
    	text-align: center;
    }
}


    /*■■■■■■■■■■■■ 第2位 第3位 ■■■■■■■■■■■■*/

#rank {
    background-image: url("/library/img/foodservice/gaisyoku/premioacci_5th/bg-yellow.jpg");
    background-size: 450px auto;
    background-position: center;
    background-repeat: repeat;
    padding: 100px 0;
    margin-bottom: 140px;   
}
#rank h2 {
    text-align: center;
}
#rank h2 img {
    max-width: 320px;
}
#rank h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 35px 0;
}
#rank h3 span {
    font-size: 22px;
}
#rank h3 img {
	width: auto;
    height: 45px;
}
#rank .rank-flex {
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
    align-items: flex-end;   /*下（右）揃え*/
}
#rank .rank-flex .rank-item{
	width: 48%;
}
#rank .rank-flex .rank-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    text-align: justify;
    margin-bottom: 40px ;
}
#rank .h2-mt {
    margin-top: 100px;   
}

@media (max-width: 991px) {
#rank {
    padding: 50px 0 60px;
    margin-bottom: 80px;   
}
#rank h2 img {
    max-width: 250px;
}
#rank h3 {
    font-size: 24px;
    line-height: 1;
    margin: 20px 0 30px;
}
#rank h3 span {
    font-size: 16px;
}
#rank h3 img {
	width: auto;
    height: 40px;
}
#rank .rank-flex .rank-item{
	width: 100%;
}
#rank .rank-flex .rank-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    text-align: justify;
    margin-top: 30px ;
    margin-bottom: 30px ;
}
#rank .h2-mt {
    margin-top: 60px;   
}
}
@media (max-width: 600px) {
#rank h3 img {
	width: auto;
    height: 35px;
}
}

    /*■■■■■■■■■■■■ コンテストの対象商品 ■■■■■■■■■■■■*/

#contest-product {
    background-image: url("/library/img/foodservice/gaisyoku/premioacci_5th/bg-cream.jpg");
    background-size: 450px auto;
    background-position: center;
    background-repeat: repeat;
    padding: 80px 0 100px;
    margin-bottom: 140px;   
}
#contest-product h2 {
    text-align: center;
}
#contest-product h2 img {
    max-width: 550px;
}
#contest-product h3 {
    color: #006933;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 60px 0 20px;
}

#contest-product .product-flex {
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: center;        /*中央揃え*/
}
#contest-product .product-flex .product-item{
	width: 13%;
    margin: 0 1.8%;
}
#contest-product .product-flex .product-item:hover {
    display: block;
    background-image: conic-gradient(from 352deg, rgba(117, 180, 54, 1) 0deg 15deg, rgba(246, 194, 67, 1) 15deg 30deg, rgba(231, 155, 55, 1) 30deg 45deg, rgba(238, 29, 35, 1) 45deg 60deg, rgba(189, 86, 152, 1) 60deg 75deg, rgba(64, 144, 64, 1) 75deg 90deg, rgba(117, 180, 54, 1) 90deg 105deg, rgba(246, 194, 67, 1) 105deg 120deg, rgba(231, 155, 55, 1) 120deg 135deg, rgba(238, 29, 35, 1) 135deg 150deg, rgba(189, 86, 152, 1) 150deg 165deg, rgba(64, 144, 64, 1) 165deg 180deg, rgba(117, 180, 54, 1) 180deg 195deg, rgba(246, 194, 67, 1) 195deg 210deg, rgba(231, 155, 55, 1) 210deg 225deg, rgba(238, 29, 35, 1) 225deg 240deg, rgba(189, 86, 152, 1) 240deg 255deg, rgba(64, 144, 64, 1) 255deg 270deg, rgba(117, 180, 54, 1) 270deg 285deg, rgba(246, 194, 67, 1) 285deg 300deg, rgba(231, 155, 55, 1) 300deg 315deg, rgba(238, 29, 35, 1) 315deg 330deg, rgba(189, 86, 152, 1) 330deg 345deg, rgba(64, 144, 64, 1) 345deg);
    border-radius: 15px;
}

@media (max-width: 991px) {
#contest-product {
    padding: 50px 0 20px;
    margin-bottom: 60px;   
}
#contest-product h2 img {
    max-width: 350px;
    margin-bottom: 10px;   
}
#contest-product h3 {
    font-size: 20px;
    margin: 10px 0 10px;
}

#contest-product .product-flex {
 	display: flex;
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-around;  
}
#contest-product .product-flex .product-item{
	width: 30%;
    margin: 0 0 30px;
}
}
@media (max-width: 600px) {
#contest-product .product-flex .product-item{
	width: 45%;
    margin: 0 0 30px;
}
#contest-product .product-flex::after{
  content:"";
  display: block;
  width:30%;
}

}


