@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/*

	media query

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1180px;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 988px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}

@font-face {
  font-family: "DRIBBLE_font";
  src: url("../font/DRIBBLE_Bold.woff"); /* IE9 Compat Modes */
}
a {
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 988px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  body {
    min-width: 0;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
/* ベンダープレフィックス

**************************************************/
img.lazy {
  width: 100%;
}

.main {
  background: #ebebe9 url(/assets/img/guides/gourmetelection2021/bg.jpg) repeat top center;
  background-size: 50%;
  overflow: hidden;
  padding-top: 0;
}

.fancybox-overlay {
  background: rgba(25, 25, 25, 0.7) !important;
}

@media only screen and (max-width: 988px) {
  .fancybox-inner {
    height: auto !important;
  }
}

.fancybox-lock body {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-up__kv,
.fade-from-left,
.fade-from-right,
.fade-up__slow,
.logo_fadein {
  opacity: 0;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.fade-from-left {
  transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}

.fade-from-right {
  transform: translateX(100px);
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.fade-up__slow {
  transform: translateY(120px);
  -moz-transform: translateY(120px);
  -webkit-transform: translateY(120px);
}

.kv_fadein {
  opacity: 0;
  animation: fadein 3s ease forwards;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
/*以下遅延の指定*/
.gourmetelection2021__kv--gourmet__01 {
  animation-delay: 0s;
}

.gourmetelection2021__kv--gourmet__02 {
  animation-delay: 1s;
}

.gourmetelection2021__kv--gourmet__03 {
  animation-delay: 2s;
}

.gourmetelection2021__kv--gourmet__04 {
  animation-delay: 0s;
}

.gourmetelection2021__kv--gourmet__05 {
  animation-delay: 1s;
}

.gourmetelection2021__kv--gourmet__06 {
  animation-delay: 2s;
}

.gourmetelection2021__kv--gourmet__07 {
  animation-delay: 0s;
}

.gourmetelection2021__kv--gourmet__08 {
  animation-delay: 1s;
}

.gourmetelection2021__kv--gourmet__09 {
  animation-delay: 2s;
}

.gourmetelection2021__kv--gourmet__10 {
  animation-delay: 0s;
}

.gourmetelection2021__kv--gourmet__11 {
  animation-delay: 1s;
}

.gourmetelection2021__kv--gourmet__12 {
  animation-delay: 2s;
}

.gourmetelection2021__kv--gourmet__13 {
  animation-delay: 0s;
}

.logo_fadein {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 2s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 988px) {
  .fluffy {
    animation: fluffy1 3s ease infinite;
    opacity: 1;
  }
  @keyframes fluffy1 {
    0% {
      transform: translateY(0);
    }
    5% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(-10px);
    }
    25% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-10px);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  .fluffy3 {
    animation: fluffy3 3s ease infinite;
    opacity: 1;
  }
  @keyframes fluffy3 {
    0% {
      transform: translateY(0);
    }
    5% {
      transform: translateY(-10px);
    }
    10% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(-10px);
    }
    25% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
}
/* ==========================================================================
   たぶ
========================================================================== */
.gourmetelection2021__tab {
  margin: 30px 0;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__tab {
    margin: 100px 0 80px;
  }
}
.gourmetelection2021__tab .tab__02 {
  justify-content: center;
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__tab .tab__02 li {
    width: 49%;
  }
}
.gourmetelection2021__tab .tab__02 li a {
  text-decoration: none;
}

/* ==========================================================================
gourmetelection2021
========================================================================== */
/*-----------------------------------------------------------------
KV
-----------------------------------------------------------------*/
.gourmetelection2021__kv {
  background: url(/assets/img/guides/gourmetelection2021/kv/bg.png) repeat top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 37vw;
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv {
    padding-top: 12vw;
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv {
    padding-top: 270px;
  }
}
.gourmetelection2021__kv--title {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 60vw;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--title {
    width: 660px;
    margin-bottom: 30px;
  }
}
.gourmetelection2021__kv--info {
  margin: 0 auto;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--info {
    width: 660px;
    margin-bottom: 60px;
  }
}
.gourmetelection2021__kv--info > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--info > div {
    margin-bottom: 15px;
  }
}
.gourmetelection2021__kv--info > div p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 9px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--info > div p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    padding: 17px;
  }
}
.gourmetelection2021__kv--info > div p:first-child {
  background: #002d55;
  color: #fff;
  width: 52px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--info > div p:first-child {
    width: 80px;
  }
}
.gourmetelection2021__kv--info > div p:last-child {
  background: #fff;
  color: #5D4527;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--info > div p:last-child {
    width: 300px;
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--info > div p:last-child {
    width: 377px;
  }
}
.gourmetelection2021__kv--info > div p span {
  font-family: "DRIBBLE_font", sans-serif;
}
.gourmetelection2021__kv--kekka {
  width: 175px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--kekka {
    width: 350px;
    margin: 0 auto 30px;
  }
}
.gourmetelection2021__kv--gourmet__01 {
  width: 20vw;
  position: absolute;
  top: 40vw;
  right: calc(50% + 32vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__01 {
    width: 18vw;
    position: absolute;
    top: 36vw;
    right: calc(50% + 37vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__01 {
    width: 250px;
    top: 290px;
    right: calc(50% + 510px);
  }
}
.gourmetelection2021__kv--gourmet__01 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__02 {
  width: 14vw;
  position: absolute;
  top: 56vw;
  left: calc(50% + 30vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__02 {
    width: 12vw;
    position: absolute;
    top: 45vw;
    left: calc(50% + 25vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__02 {
    width: 200px;
    right: 0;
    top: 670px;
    left: calc(50% + 300px);
  }
  #gourmetelection2021.gourmetelection2021_result .gourmetelection2021__kv--gourmet__02 {
    left: calc(50% + 240px);
    top: 600px;
  }
}
.gourmetelection2021__kv--gourmet__02 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__03 {
  width: 27vw;
  position: absolute;
  top: 22vw;
  left: calc(50% + 26vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__03 {
    width: 22vw;
    position: absolute;
    top: 11vw;
    left: calc(50% + 35vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__03 {
    width: 330px;
    right: 0;
    top: 400px;
    left: calc(50% + 410px);
  }
  #gourmetelection2021.gourmetelection2021_result .gourmetelection2021__kv--gourmet__03 {
    width: 350px;
    top: 410px;
  }
}
.gourmetelection2021__kv--gourmet__03 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__04 {
  width: 10vw;
  position: absolute;
  top: 42vw;
  right: calc(50% + 34vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__04 {
    width: 10vw;
    position: absolute;
    top: 45vw;
    right: calc(50% + 26vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__04 {
    width: 130px;
    top: 380px;
    right: calc(50% + 400px);
  }
  #gourmetelection2021.gourmetelection2021_result .gourmetelection2021__kv--gourmet__04 {
    width: 140px;
    top: 390px;
  }
}
.gourmetelection2021__kv--gourmet__04 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__05 {
  width: 25vw;
  position: absolute;
  top: 19vw;
  right: calc(50% + 28vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__05 {
    width: 24vw;
    position: absolute;
    top: 16vw;
    right: calc(50% + 32vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__05 {
    top: auto;
    width: 310px;
    bottom: -70px;
    right: calc(50% + 330px);
  }
  #gourmetelection2021.gourmetelection2021_result .gourmetelection2021__kv--gourmet__05 {
    bottom: -9px;
    right: calc(50% + 290px);
  }
}
.gourmetelection2021__kv--gourmet__05 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__06 {
  width: 20vw;
  position: absolute;
  top: 20vw;
  left: calc(50% + 3vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__06 {
    width: 17vw;
    top: 6vw;
    left: calc(50% + 15vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__06 {
    width: 240px;
    top: 200px;
    right: 100px;
    left: calc(50% + 260px);
  }
}
.gourmetelection2021__kv--gourmet__06 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__07 {
  width: 20vw;
  position: absolute;
  top: 15vw;
  left: calc(50% + 32vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__07 {
    width: 17vw;
    position: absolute;
    top: 6vw;
    left: calc(50% + 35vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__07 {
    width: 240px;
    top: 260px;
    left: calc(50% + 580px);
  }
}
.gourmetelection2021__kv--gourmet__07 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__08 {
  width: 25vw;
  position: absolute;
  top: 14vw;
  right: calc(50% + 0px);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__08 {
    width: 21vw;
    position: absolute;
    top: 3vw;
    right: calc(50% + 17vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__08 {
    width: 290px;
    top: 130px;
    right: calc(50% + 240px);
  }
}
.gourmetelection2021__kv--gourmet__08 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__09 {
  width: 21vw;
  position: absolute;
  top: 39vw;
  left: calc(50% + 37vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__09 {
    width: 17vw;
    position: absolute;
    top: 24vw;
    left: calc(50% + 35vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__09 {
    width: 260px;
    position: absolute;
    bottom: 0px;
    left: calc(50% + 500px);
    top: auto;
  }
  #gourmetelection2021.gourmetelection2021_result .gourmetelection2021__kv--gourmet__09 {
    width: 270px;
  }
}
.gourmetelection2021__kv--gourmet__09 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__10 {
  width: 20vw;
  position: absolute;
  top: 62vw;
  right: calc(50% + 30vw);
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__10 {
    display: block;
    width: 19vw;
    position: absolute;
    top: 40vw;
    right: calc(50% + 38vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__10 {
    width: 260px;
    bottom: -300px;
    right: calc(50% + 400px);
    top: auto;
  }
}
.gourmetelection2021__kv--gourmet__10 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__11 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__11 {
    display: block;
    width: 19vw;
    position: absolute;
    top: 40vw;
    left: calc(50% + 38vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__11 {
    width: 320px;
    bottom: -170px;
    right: calc(50% + 690px);
    top: auto;
    left: auto;
  }
  #gourmetelection2021.gourmetelection2021_result .gourmetelection2021__kv--gourmet__11 {
    bottom: -70px;
    right: calc(50% + 600px);
  }
}
.gourmetelection2021__kv--gourmet__11 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__12 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__kv--gourmet__12 {
    display: block;
    width: 16vw;
    position: absolute;
    top: 40vw;
    left: calc(50% + 39vw);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__12 {
    width: 260px;
    position: absolute;
    bottom: -30px;
    left: calc(50% + 530px);
    top: auto;
  }
}
.gourmetelection2021__kv--gourmet__12 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__13 {
  display: none;
  width: 250px;
  position: absolute;
  top: 430px;
  right: calc(50% + 630px);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__13 {
    display: block;
  }
}
.gourmetelection2021__kv--gourmet__13 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__14 {
  display: none;
  width: 250px;
  position: absolute;
  top: 160px;
  right: calc(50% + 660px);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__14 {
    display: block;
  }
}
.gourmetelection2021__kv--gourmet__14 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__15 {
  display: none;
  width: 230px;
  position: absolute;
  top: 160px;
  left: calc(50% + 690px);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__15 {
    display: block;
  }
}
.gourmetelection2021__kv--gourmet__15 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__16 {
  display: none;
  width: 200px;
  position: absolute;
  top: 440px;
  left: calc(50% + 810px);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__16 {
    display: block;
  }
}
.gourmetelection2021__kv--gourmet__16 img {
  width: 100%;
}
.gourmetelection2021__kv--gourmet__17 {
  display: none;
  width: 300px;
  position: absolute;
  bottom: -310px;
  left: calc(50% + 430px);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--gourmet__17 {
    display: block;
  }
  #gourmetelection2021.gourmetelection2021_result .gourmetelection2021__kv--gourmet__17 {
    bottom: -230px;
    left: calc(50% + 380px);
  }
}
.gourmetelection2021__kv--gourmet__17 img {
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__kv--lead {
    margin-top: 30px;
  }
}
.gourmetelection2021__kv--lead__img {
  position: absolute;
  background: #fff;
  width: 7vw;
  text-align: center;
  padding: 3vw 0;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--lead__img {
    padding: 20px 0;
    width: 72px;
  }
}
.gourmetelection2021__kv--lead__img img {
  width: 30px;
}
.gourmetelection2021__kv--lead > div:first-child {
  top: 70px;
  right: 2vw;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--lead > div:first-child {
    left: calc(50% + 500px);
    top: 240px;
  }
}
.gourmetelection2021__kv--lead > div:first-child img {
  width: 3vw;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--lead > div:first-child img {
    width: 32px;
  }
}
.gourmetelection2021__kv--lead > div:last-child {
  top: 80px;
  right: 11vw;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--lead > div:last-child {
    top: 340px;
    left: calc(50% + 400px);
  }
}
.gourmetelection2021__kv--lead > div:last-child img {
  width: 4vw;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__kv--lead > div:last-child img {
    width: 44px;
  }
}
.gourmetelection2021__lead p {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__lead p {
    width: 660px;
  }
}
.gourmetelection2021__lead p a {
  transition: all 0.2s linear;
  color: #002d55;
}
.gourmetelection2021__lead p a:hover {
  color: #FF8709;
  text-decoration: underline;
}

/*-----------------------------------------------------------------
outline（概要）
-----------------------------------------------------------------*/
.gourmetelection2021__outline {
  margin: 30px 0;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__outline {
    margin: 100px 0 80px;
  }
}
.gourmetelection2021__outline--box {
  background: #fff;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__outline--box {
    padding: 60px;
  }
}
.gourmetelection2021__outline--box:after {
  content: "";
  background-image: url(/assets/img/guides/gourmetelection2021/maste.png);
  display: inline-block;
  position: absolute;
  transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  top: -10px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  opacity: 0.8;
  right: -30px;
  width: 100px;
  height: 50px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__outline--box:after {
    right: -50px;
    width: 200px;
    height: 90px;
  }
}
.gourmetelection2021__outline--box:before {
  content: "";
  background-image: url(/assets/img/guides/gourmetelection2021/maste.png);
  display: inline-block;
  position: absolute;
  transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  opacity: 0.8;
  bottom: -15px;
  left: -30px;
  width: 100px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__outline--box:before {
    right: -50px;
    width: 200px;
    height: 90px;
  }
}
.gourmetelection2021__outline--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.gourmetelection2021__outline--wrap + .gourmetelection2021__outline--wrap {
  margin-top: 20px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__outline--wrap + .gourmetelection2021__outline--wrap {
    margin-top: 40px;
  }
}
.gourmetelection2021__outline--title {
  background: #000;
  color: #fff;
  width: 100px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__outline--title {
    margin-bottom: 0;
    letter-spacing: 5px;
    width: 150px;
    margin-right: 20px;
  }
}
.gourmetelection2021__outline--text {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gourmetelection2021__outline--text {
    width: calc(100% - 120px);
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__outline--text {
    width: calc(100% - 180px);
  }
}

/*-----------------------------------------------------------------
gourmete（商品一覧）
-----------------------------------------------------------------*/
.gourmetelection2021__gourmet {
  margin: 30px 0;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__gourmet {
    margin: 80px 0;
  }
}
.gourmetelection2021__gourmet--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.gourmetelection2021__gourmet--name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__gourmet--name {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5789473684;
  }
}
.gourmetelection2021__gourmet--tempo {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__gourmet--tempo {
    margin-bottom: 20px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
  }
}
.gourmetelection2021__gourmet--popup {
  display: none;
}
.gourmetelection2021__gourmet--popup img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__gourmet--popup img {
    width: 400px;
  }
}
.gourmetelection2021__gourmet--popup p {
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__gourmet--popup p {
    width: 980px;
    text-align: center;
  }
}
.gourmetelection2021__gourmet a {
  text-decoration: none;
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__gourmet a {
    width: calc(25% - 20px);
    margin-bottom: 40px;
  }
}
.gourmetelection2021__gourmet a:last-child {
  margin-bottom: 0;
}
.gourmetelection2021__gourmet p {
  color: #000;
  font-weight: 700;
  text-align: center;
}
.gourmetelection2021__gourmet img {
  margin-bottom: 10px;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__gourmet img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__gourmet .c-button--06 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

/*-----------------------------------------------------------------
btn（ボタンエリア）
-----------------------------------------------------------------*/
.gourmetelection2021__btn {
  margin: 30px 0;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__btn {
    margin: 80px 0;
  }
}
.gourmetelection2021__btn .endtext {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__btn .endtext {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 30px;
  }
}

/* ==========================================================================
gourmetelection2021（結果発表）
========================================================================== */
/*-----------------------------------------------------------------
no3（金銀銅）
-----------------------------------------------------------------*/
.gourmetelection2021__top3 {
  margin: 30px 0;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3 {
    margin: 80px 0;
  }
}
.gourmetelection2021__top3--name {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.gourmetelection2021__top3--tempo {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--tempo {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 423px) {
  .gourmetelection2021__top3--tempo .pc-hidden {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .gourmetelection2021__top3--tempo .pc-hidden {
    display: block;
  }
}
.gourmetelection2021__top3--com {
  text-align: left;
}
.gourmetelection2021__top3--kin, .gourmetelection2021__top3--dou, .gourmetelection2021__top3--gin {
  position: relative;
  background-color: #AB905B;
  color: #fff;
  overflow: hidden;
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  font-family: "DRIBBLE_font", sans-serif;
  z-index: 1;
  padding: 12px;
  border-radius: 30px;
  letter-spacing: 5px;
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--kin, .gourmetelection2021__top3--dou, .gourmetelection2021__top3--gin {
    width: 425px;
    margin: 0 auto 40px;
  }
}
.gourmetelection2021__top3--kin span, .gourmetelection2021__top3--dou span, .gourmetelection2021__top3--gin span {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
}
.gourmetelection2021__top3--kin:before, .gourmetelection2021__top3--dou:before, .gourmetelection2021__top3--gin:before {
  background-color: #B9AA78;
  content: "";
  display: block;
  transform: rotate(22deg);
  position: absolute;
  bottom: -25px;
  right: -210px;
  width: 400px;
  height: 200px;
  z-index: -1;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--kin:before, .gourmetelection2021__top3--dou:before, .gourmetelection2021__top3--gin:before {
    right: -140px;
  }
}
.gourmetelection2021__top3--gin {
  background-color: #B6B6B7;
  padding: 8px;
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top3--gin {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top3--gin:before {
    right: -260px;
  }
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top3--gin span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.gourmetelection2021__top3--gin:before {
  background-color: #C1C5C7;
}
.gourmetelection2021__top3--dou {
  background-color: #A8887E;
  padding: 8px;
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top3--dou {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top3--dou:before {
    right: -260px;
  }
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top3--dou span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.gourmetelection2021__top3--dou:before {
  background-color: #B39E98;
}
.gourmetelection2021__top3--box {
  margin-bottom: 30px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 920px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.gourmetelection2021__top3--posterimg img {
  width: 100% !important;
  border: 10px solid #fff;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--no1__img {
    width: calc(50% - 35px);
  }
  .gourmetelection2021__top3--no1__img img {
    border: 15px solid #fff;
  }
}
.gourmetelection2021__top3--no1__text {
  text-align: center;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--no1__text {
    width: calc(50% - 35px);
  }
}
.gourmetelection2021__top3--no1__text img {
  width: 95px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--no1__text img {
    width: 140px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--no23__img {
    width: 30%;
  }
  .gourmetelection2021__top3--no23__img img {
    border: 15px solid #fff;
  }
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--no23__text {
    width: calc(70% - 60px);
  }
}
.gourmetelection2021__top3--no23__text img {
  width: 65px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--no23__text img {
    width: 140px;
    margin-bottom: 0;
  }
}
.gourmetelection2021__top3--no23__textwrap {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--no23__textwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: inherit;
  }
}
.gourmetelection2021__top3--no23__textwrap > div {
  width: 100%;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__top3--no23__textwrap > div {
    width: calc(100% - 170px);
    margin-left: 30px;
  }
}
.gourmetelection2021__top3--no23__textwrap .gourmetelection2021__top3--tempo {
  margin-bottom: 0;
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top23--wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top23--wrap .gourmetelection2021__top3--box {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top23--wrap .gourmetelection2021__top3--name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 988px) {
  .gourmetelection2021__top23--wrap .gourmetelection2021__top3--tempo {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

/*-----------------------------------------------------------------
ranking（ランキング）
-----------------------------------------------------------------*/
.gourmetelection2021__ranking {
  margin: 30px 0;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__ranking {
    margin: 80px 0;
  }
}
.gourmetelection2021__ranking--rank {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "DRIBBLE_font", sans-serif;
  margin-bottom: 10px;
}
.gourmetelection2021__ranking--rank span {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 5px;
}
.gourmetelection2021__ranking--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.gourmetelection2021__ranking--card {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__ranking--card {
    width: calc(25% - 20px);
    margin-bottom: 40px;
  }
}
.gourmetelection2021__ranking--name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__ranking--name {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5789473684;
  }
}
.gourmetelection2021__ranking--tempo {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 10px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__ranking--tempo {
    margin-bottom: 20px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
  }
}
.gourmetelection2021__ranking--point {
  font-family: "DRIBBLE_font", sans-serif;
  background: #002d55;
  color: #fff;
  border-radius: 30px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  padding: 12px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__ranking--point {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: normal;
  }
}
.gourmetelection2021__ranking--point span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__ranking--point span {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1;
  }
}
.gourmetelection2021__ranking p {
  font-weight: 700;
  text-align: center;
}
.gourmetelection2021__ranking img {
  border: 10px solid #fff;
  margin-bottom: 20px;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 988px) {
  .gourmetelection2021__ranking img {
    border: 15px solid #fff;
  }
}