@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@charset "utf-8";

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
}
#breadCrumb ul {
  max-width: none;
}
header {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#header {
  height: inherit;
}

main {
  display: block;
}

main a {
  display: block;
  color: inherit;
}

img {
  width: 100%;
}

.mgat {
  margin-left: auto;
  margin-right: auto;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#nch ul li {
  width: calc(100%/6);
  height: 40px;
  padding: 0px 10px;
  border-left: 1px dotted #888;
}

li.dendo {
  position: relative;
}

img.dendo_img {
  width: 40%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

@keyframes shoppic {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes shoppic {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}











@media only print, screen and (min-width:751px) {
  .sp_box {
    display: none;
  }

  .wrap12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #topimg {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: calc(60vh - 47px);
    background-color: #000;
    display: flex;
    align-items: center;
    /*margin: 0 0 -47px;*/
  }

  #topimg .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 18s infinite;
    /* 3画像 × 各6s = 18s */
  }

  #topimg .src1 {
    background: url(/special/en/award/img/2023/01.jpg) no-repeat center;
    background-size: cover;
  }

  #topimg .src2 {
    background: url(/special/en/award/img/2023/02.jpg) no-repeat center;
    background-size: cover;
    animation-delay: 6s;
  }

  #topimg .src3 {
    background: url(/special/en/award/img/2023/03.jpg) no-repeat center;
    background-size: cover;
    animation-delay: 12s;
  }



  @keyframes bgAnime {
    0% {
      opacity: 0;
    }

    /*    4% {
      opacity: 1;
    } */

    25% {
      opacity: 1;
    }



    100% {
      opacity: 0;
    }
  }


  /* 4画像 × 各4s = 16s */
  /* #topimg .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 16s infinite;
    
  }

  #topimg .src1 {
    background: url(/special/en/award/img/2023/01.jpg) no-repeat center;
    background-size: cover;
  }

  #topimg .src2 {
    background: url(/special/en/award/img/2023/02.jpg) no-repeat center;
    background-size: cover;
    animation-delay: 4s;
  }

  #topimg .src3 {
    background: url(/special/en/award/img/2023/03.jpg) no-repeat center;
    background-size: cover;
    animation-delay: 8s;
  }

  #topimg .src4 {
    background: url(/special/en/award/img/2023/04.jpg) no-repeat center;
    background-size: cover;
    animation-delay: 12s;
  }

  @keyframes bgAnime {
    0% {
      opacity: 0;
    }

    4% {
      opacity: 1;
    }

    25% {
      opacity: 1;
    }

    29% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  } */









  #topimg .ttl_top {
    text-align: center;
    color: #fff;
    margin: 0 auto 47px;
    z-index: 10;
  }

  #topimg h1 {
    width: 40vh;
    margin-top: 47px;
  }



  #lead {
    color: #fff;
    padding: 80px 0px;
    text-align: center;
    background-color: #333;
    background-image: url(/special/en/award/img/2023/bg_lead.png);
    background-size: cover;
    background-position: center center;
  }

  #lead h2 {
    margin: 0 0 20px;
    font-size: 36px;
    color: #BD9C61;
  }

  #lead .sum_top {
    font-size: 16px;
    line-height: 180%;
  }

  #lead .sum_top b {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0;
  }

  /*
  .presentLink {
    width: 450px;
    margin: 45px auto 0;
    height: 45px;
  }

  .presentLink a {
    background: #000;
    font-size: 13px;
    font-weight: 700;
    color: #c9a96f;
    line-height: 42px;
    border-radius: 45px;
    border: 2px solid #c9a96f;
  }
*/
  /*navi*/
  #amenu {
    display: flex;
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
    position: absolute;
    margin: 0;
    width: 100%;
    background: #222;
  }

  #amenu.fixed {
    position: fixed;
    top: 0;
  }

  #amenu .list {

    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    background: #222;
    text-align: center;
    width: 100%;
  }

  #amenu .list li {
    width: 25%;
  }

  #amenu .list a {
    color: #BD9C61;
    width: 100%;
    font-size: 17px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    font-weight: 700;
    border-right: 1px solid #444;
  }



  /*feature*/
  /*   #feature {
    background-color: #333;
    padding: 180px 0;

  } */

  .wrap_ttl {
    /* background-image: url(/special/en/award/img/2023/icn_crown.svg); */
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: center top;
    padding-top: 80px;
    text-align: center;
    color: #BD9C61;
    width: 1160px;
    margin: 0 auto;
  }

  #bestchef .wrap_ttl {
    background-image: url(/special/en/award/img/2023/icn_top.svg);
  }
  #cuisines .wrap_ttl {
    background-image: url(/special/en/award/img/2023/icn_cui.svg);
  }
  #locations .wrap_ttl {
    background-image: url(/special/en/award/img/2023/icn_loc.svg);
  }

  .wrap_ttl .cat_ttl {
    font-size: 16px;
  }

  .wrap_ttl h2 {
    font-size: 40px;
  }





  .wrap_sec {
    width: 1160px;
    margin: 0 auto;
  }

  .wrap_sec.sec_top {
    padding: 150px 0 0;

  }

  .wrap_sec.sec {
    padding: 100px 0 0;
    /* border-top: 1px dotted #8f8f8f; */
    margin-top: 60px;
  }



  #bestchef h2.name_area {
    width: 550px;
    margin: 0 auto;
  }

  #speawd .description {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  #present {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  #category h2.name_area2 {
    width: 250px;
    margin: 0 auto;
  }

  /*   #speawd h2.name_area3 {
    width: 235px;
    margin: 0 auto;
  } */

  #present h2.name_area3 {
    width: 332px;
    margin: 0 auto 40px;
  }

  .lst_area {}

  .wrap_area {
    position: relative;
    padding-top: 60px;
  }

  /*  .gold:before {
    content: "";
    background: url(/special/en/award/img/2023/gold_ttl.svg) no-repeat;
    background-size: 193px;
    position: absolute;
    top: 40px;
    left: calc(50% - 97px);
    width: 193px;
    height: 30px;
  }

  .silver:before {
    content: "";
    background: url(/special/en/award/img/2023/silver_ttl.svg) no-repeat;
    background-size: 157px;
    position: absolute;
    top: 35px;
    left: calc(50% - 79px);
    width: 157px;
    height: 30px;
  }

  .bronze:before {
    content: "";
    background: url(/special/en/award/img/2023/bronze_ttl.svg) no-repeat;
    background-size: 128px;
    position: absolute;
    top: 35px;
    left: calc(50% - 64px);
    width: 128px;
    height: 30px;
  } */

  .special:before {
    content: "";
    background: url(/special/en/award/img/2023/crown.svg) no-repeat;
    background-size: 40px;
    position: absolute;
    top: 60px;
    left: calc(50% - 20px);
    width: 40px;
    height: 29px;
  }

  .insta:before {
    content: "";
    background: url(/contents/sp/common/img/sns-instagram.png) no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }

  .twitter:before {
    content: "";
    background: url(/contents/sp/common/img/sns-twitter.png) no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }

  .facebook:before {
    content: "";
    background: url(/contents/sp/common/img/sns-facebook.png) no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }

  .tiktok:before {
    content: "";
    background: url(/contents/sp/common/img/sns-tiktok.png) no-repeat;
    background-size: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }

  li.gold,
  li.silver,
  li.bronze,
  li.special {
    position: relative;
    padding: 60px 0 0;
  }

  li.newet, li.feature {
    position: relative;
    padding: 80px 0 0;
  }

  li.twitter,
  li.insta,
  li.facebook,
  li.tiktok {
    position: relative;
    padding: 40px 0 0;
  }

  .ttl_area {
    text-align: center;
  }

  .ttl_area::after {
    /* content: "";
    display: block;
    width: 30px;
    height: 10px;
    margin: 30px auto 0;
    background-image: url(/contents/pc/award/img/2019/stars.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px; */
    display: none;
  }

  .ttl_area h2.name_area {
    font-size: 30px;
  }

  .ttl_area h2.name_area span {
    display: block;
    font-size: 20%;
    color: #8A8D8D;
  }

  .ttl_area .count_area {}

  ul.lst_shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }

  /*   #category ul.lst_shop,
  #speawd ul.lst_shop {
    margin: 50px auto 0;
  } */


  .gold,
  .silver,
  .bronze,
  .fame,
  .spedit {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }




  li.box_shop {
    width: 280px;
    margin-bottom: 60px;
    position: relative;
  }

  .col5 li.box_shop {
    width: 220px;

  }

  /*   .gold li.box_shop img,
  .silver li.box_shop img,
  .bronze li.box_shop img,
  .fame li.box_shop img {
    height: 240px;
  } */

  .gold li.box_shop,
  .silver li.box_shop,
  .bronze li.box_shop,
  .fame li.box_shop,
  .spedit li.box_shop {
    width: 300px;
    margin-bottom: 60px;
    position: relative;
  }

  .htch li.box_shop {
    width: 560px;
    margin-bottom: 60px;
    position: relative;
  }

  .htch li.box_shop .ttl_mov {
    border-top: 1px solid #BD9C61;
    min-height: 70px;
    padding-top: 10px;
  }


  .htch li.box_shop .icn_faces {
    display: inline-block;
    margin-top: -30px;
    background-color: #fff;
    float: right;
  }

  .htch li.box_shop .ttl_mov .cnt_shop {
    text-align: left;
    margin-top: 0px;
  }

  .htch li.box_shop .icn_faces img {
    width: 40px;
    height: 40px;
    margin-left: 10px;

  }

  .htch li.box_shop iframe {
    width: 100%;
    height: 315px;
  }


  .mov_ttl,
  .mov_cate {
    font-size: 12px;
    font-weight: bold;
  }





  li.gold ul.lst_shop li.box_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/gold.svg) no-repeat;
    background-size: 49px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 49px;
    height: 15px;
    z-index: 2;
  }

  li.silver ul.lst_shop li.box_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/silver.svg) no-repeat;
    background-size: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 15px;
    z-index: 2;
  }

  li.bronze ul.lst_shop li.box_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/bronze.svg) no-repeat;
    background-size: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 15px;
    z-index: 2;
  }

  li.newet ul.lst_shop li.box_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/newet.svg?0110) no-repeat;
    background-size: 70px;
    position: absolute;
    top: -4px;
    left: 5px;
    width: 100px;
    height: 40px;
    z-index: 2;
  }

  li.fame ul.lst_shop li.box_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/icn_fame.svg?0117) no-repeat;
    background-size: 100px;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100px;
    height: 100px;
    z-index: 2;
  }




  ul.lst_shop::before {
    content: "";
    display: block;
    width: 280px;
    order: 1;
  }

  ul.lst_shop::after {
    content: "";
    display: block;
    width: 280px;
  }

  .pic_shop,
  .pic_shop2 {
    position: relative;
  }

  .pic_shop img {
    border-radius: 4px;
  /*   -webkit-animation-name: shoppic;
    animation-name: shoppic;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0; */
    object-fit: cover;
  }

  .pic_shop2 img {
    border-radius: 4px;
  }

  .pic_shop .pic_a {
    display: block;
    margin: 0 auto;
  }

  .pic_shop .pic_b {
    position: absolute;
    top: 0;
    left: 0;
/*     -webkit-animation-delay: 4s;
    animation-delay: 4s; */
  }

/*   li.box_shop .pic_b {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  } */

/*   li.box_shop .pic_a {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  } */

  .cnt_shop {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    /*  background-image: url(/contents/pc/award/img/2019/cnr_1.svg), url(/contents/pc/award/img/2019/cnr_2.svg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: 15px 15px; */
  }

  p.name_chef {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}

h3.name_shop {
  font-size: 14px;
  line-height: 1.4;
  margin-top:10px;
  color: #BD9C61;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

  blockquote {
    margin-top: 20px;
    position: relative;
    border-top: 1px solid #BD9C61;
    /* border-bottom: 1px solid #BD9C61; */
    padding: 10px 0px 0px 16px;
  }

  blockquote .com_rec {

    font-size: 12px;
    font-style: italic;
    line-height: 120%;
    text-align: left;
  }

  blockquote:before {
    position: absolute;
    background-color: #FFFFFF;
    color: #BD9C61;
    content: '“';
    line-height: 0.1;
    text-align: center;
    top: -1px;
    left: -5px;
    padding: 5px;
    font-size: 26px;
  }

  /*   blockquote:after {
    position: absolute;
    right: -5px;
    bottom: -10px;
    background-color: #FFFFFF;
    padding: 4px;
    color: #BD9C61;
    content: '”';
    line-height: 0.1;
    text-align: center;
    font-size: 20px;
  } */

  blockquote .name_rec {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    text-align: right;
    color: #808080;
  }


  .cnote {
    margin-top: 20px;
    position: relative;
    border-top: 1px solid #BD9C61;
    /* border-bottom: 1px solid #BD9C61; */
    padding-top: 10px;
    font-weight: bold;
  }

  .cnote .com_rec {

    font-size: 12px;
    line-height: 120%;
    text-align: left;
  }






  p.name_chef span {
    font-size: 75%;
  }

  p.ate {
    margin: 0;
    font-size: 12px;
    line-height: 160%;
    color: #8F8F8F;
    text-align: left;
  }

  p.ate img.gold_icon {
    width: 36px;
    height: 11px;
    margin: 0 4px;
  }

  p.ate img.silver_icon {
    width: 22px;
    height: 11px;
    margin: 0 4px;
  }

  p.ate img.bronze_icon {
    width: 10px;
    height: 11px;
    margin: 0 4px;
  }

  .description {
    margin-top: 40px;
    font-size: 17px;
    line-height: 180%;
    text-align: center;
    color: #8f8f8f;
  }

  p.argr {
    font-size: 12px;
    margin-top: 10px;
  }

  #present .description {
    text-align: center;
    color: #FFF;
  }

  h3.ttl_cate {
    text-align: center;
    font-size: 27px;
  }

  .comment {
    width: 770px;
    margin: 0 auto 80px;
    overflow: hidden;
    display: flex;
  }

  .comment .faceicon {
    width: 150px;
    text-align: center;
    margin: 0 auto;
  }

  .comment .faceicon img {
    width: 150px;
    height: auto;
    border-radius: 50%;
  }

  .comment .faceicon figcaption {
    font-size: 12px;
    line-height: 140%;
    margin: 7px 0 0;
  }

  .comment .faceicon figcaption b {
    font-size: 15px;
    margin: 3px 0 0;
    display: block;
  }

  #category .says {
    display: inline-block;
    position: relative;
    margin: 15px 0 0;
    padding: 12px;
    border-radius: 7px;
    background: #f4f4f4;
  }

  #category .says p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    color: #8F8F8F;
  }

  #category .says p b {
    display: block;
  }

  #speawd .says {
    width: 580px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 20px;
    padding: 12px;
    border-radius: 7px;
    background: #f4f4f4;
  }

  #speawd .chief .says {}

  #speawd .says::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #f4f4f4;
  }

  #speawd .says p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 200%;
    color: #8F8F8F;
  }

  .magazine p.name_chef {
    font-weight: bold;
    font-size: 16px;
    padding: 7px 16px 0;
    line-height: 140%;
  }

  .magazine p.name_chef span {
    display: block;
  }

  .present_mv {
    margin: 0;
    width: 100vw;
    height: 500px;
    position: relative;
    background: url(/special/en/award/img/2023/present_bg.jpg) repeat-x;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  #present h3.ttl_cam {
    width: 500px;
    margin: 0 auto 10px;
    display: block;
  }

  ul.present_detail {
    background: #f4f4f4;
    border-radius: 7px;
    margin: 50px auto 0;
    width: 850px;
    box-sizing: border-box;
  }

  ul.present_detail li {
    border-bottom: 1px solid #fff;
    padding: 30px;
  }

  ul.present_detail li h4 {
    font-size: 17px;
    margin: 0 0 7px;
  }

  ul.present_detail li p {
    font-size: 14px;
    line-height: 190%;
    color: #8F8F8F;
  }

  ul.present_detail li p.kiyaku {
    font-size: 12px;
    line-height: 150%;
    color: #8F8F8F;
  }

  ul.present_detail li p.kiyaku b {
    display: block;
    margin: 15px 0 5px;
  }

  ul.present_detail li p.kiyaku a {
    display: inline;
  }

  b.kinkyu {
    margin: 0;
  }

  ul.method {
    border-radius: 7px;
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
  }

  ul.method li {
    border-radius: 4px;
    background: #FFF;
    width: 48%;
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
  }

  ul.method b {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 700;
    display: block;
  }

  ul.method figure {}

  ul.method figure img {
    width: 100%;
    margin: 15px 0;
  }

  ul.method figure figcaption {
    font-size: 13px;
    line-height: 160%;
    color: #8F8F8F;
  }

  .accountInner {
    display: flex;
    justify-content: space-between;
  }

  .twitter_account {
    width: 390px;
    height: 40px;
    text-align: center;
    margin: 10px 0 0;
  }

  .facebook_account {
    width: 390px;
    height: 40px;
    text-align: center;
    margin: 10px 0 0;
  }

  .hashtag {
    width: 100%;
    height: 40px;
    background-color: #a8c434;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0 0;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    border: none;
    cursor: pointer;
  }

  .twitter_account a,
  .facebook_account a {
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
  }

  .twitter_account a {
    background: #F26939;
  }

  .facebook_account a {
    background: #1877f2;
  }

  .hashtag_text {
    font-weight: 700;
  }

  #archive {
    width: 1000px;
    margin: 180px auto
  }

  #archive h3 {
    text-align: center;
    color: #BD9C61;
    padding-top: 5px;
    margin-bottom: 30px;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: normal
  }

  #archive ul {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #archive ul li {
    width: 33%;
    margin-bottom: 30px;
  }

  #archive ul li a {}

  #archive ul li a .pic_ac {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
  }

  #archive ul li a .pic_ac img {
    width: 45%;
  }

  #archive ul li a p {
    font-size: 14px;
    margin-top: 10px;
  }

  #archive ul li a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }











  .bg_best {
    background-color: #555;
    color: #f4f4f4;
  }

  .bg_best p {
    color: #f4f4f4;
  }

  .bg_best #archive ul li a {

    color: #f4f4f4;

  }


  /* sns */

  .sns_awd .sns {
    position: absolute;
    z-index: 50;
    padding: 0;
    top: 30px;
    right: 10px;
  }

  .sns_awd .sns ul.sns_area {
    width: auto;
  }

  .sns_awd .sns ul.sns_area li img {
    width: 100%;
    height: 30px;
  }

  footer .sns {
    display: none;
  }



  .ttl_ct {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    gap: 30px;
  }

  .ttl_ct .icn_count {
    height: 30px;
  }

  .ttl_ct .icn_count img {
    height: 28px;
  }

  .ttl_ct .count {
    font-size: 20px;
  }

  .ttl_ct .count b {
    font-size: 30px;
    line-height: 30px;
  }

  .gold .count {
    color: #BD9C61;
  }

  .silver .count {
    color: #BEC0C1;
  }

  .bronze .count {
    color: #6E5833;
  }



  .wrap_area .ttl_lst {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
  }

  .wrap_sec.sec {
   
    margin-top: 0px; 
}






}




.remodal-overlay {
  display: none;
}
















































































@media only print, screen and (max-width:750px) {
  .pc_box {
    display: none;
  }

  .anchover {
    position: relative;
    top: -70px;
    display: block;
  }

  .wrap12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #topimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  /* 3画像 × 各6s = 18s */
  #topimg .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 18s infinite;
    will-change: top, left, opacity, margin, padding, width, height;

  }

  #topimg .src1 {
    background: url(/special/en/award/img/2023/sp01.jpg) no-repeat center top;
    background-size: cover;
  }

  #topimg .src2 {
    background: url(/special/en/award/img/2023/sp02.jpg) no-repeat center top;
    background-size: cover;
    animation-delay: 6s;
  }

  #topimg .src3 {
    background: url(/special/en/award/img/2023/sp03.jpg) no-repeat center top;
    background-size: cover;
    animation-delay: 12s;
  }


  @keyframes bgAnime {
    0% {
      opacity: 0%;
    }


    25% {
      opacity: 100%;
    }

    75% {
      opacity: 0%;
    }


    100% {
      opacity: 0%;
    }
  }









  /*  #topimg .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 16s infinite;

  }

  #topimg .src1 {
    background: url(/special/en/award/img/2023/sp01.jpg) no-repeat center top;
    background-size: cover;
  }

  #topimg .src2 {
    background: url(/special/en/award/img/2023/sp02.jpg) no-repeat center top;
    background-size: cover;
    animation-delay: 4s;
  }

  #topimg .src3 {
    background: url(/special/en/award/img/2023/sp03.jpg) no-repeat center top;
    background-size: cover;
    animation-delay: 8s;
  }

  #topimg .src4 {
    background: url(/special/en/award/img/2023/sp04.jpg) no-repeat center top;
    background-size: cover;
    animation-delay: 12s;
  }

  @keyframes bgAnime {
    0% {
      opacity: 0;
    }

    4% {
      opacity: 1;
    }

    25% {
      opacity: 1;
    }

    29% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  } */

  #topimg .ttl_top {
    text-align: center;
    color: #fff;
    z-index: 10;
  }

  #topimg h1 {
    width: 50vw;
    margin-bottom: 25px;
  }



  #lead {
    padding: 50px 0px;
    background-color: #333;
    color: #fff;
  }

  #lead h2 {
    font-size: 20px;
    margin: 0 0 15px;
    text-align: center;
    color: #BD9C61;
  }

  #lead .sum_top {
    text-align: left;
    width: 80%;
    font-size: 12px;
  }

  #lead .sum_top b {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0;
  }

  /*
  .presentLink {
    width: 80%;
    margin: 30px auto 0;
    background: #000;
    border-radius: 45px;
    height: 45px;
    border: 2px solid #c9a96f;
  }

  .presentLink a {
    font-size: 13px;
    font-weight: 700;
    color: #c9a96f;
    line-height: 42px;
  }
*/

  #amenu {
    display: flex;
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
    position: absolute;
    width: 100%;
  }

  #amenu.fixed {
    position: fixed;
    top: 0;
  }

  #amenu .list {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding: 15px 0;
    background: #222;
    width: 100%;
  }
  #amenu .list li {
    width: 33.3%;
  }
  #amenu .list a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BD9C61;
    font-size: 3vw;
    word-break: keep-all;
    white-space: nowrap;
    font-weight: 700;
    border-right: 1px solid #F4F4F4;
  }
  #amenu .list li:last-child a {
    border-right:none;
  }

  /*feature*/
  /*   #feature {
    background-color: #333;
    padding: 120px 0 70px;

  }

  #feature .description {
    width: 80%;
    margin: 20px auto 0px;
  } */

  .wrap_ttl {
    /* background-image: url(/special/en/award/img/2023/icn_crown.svg); */
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: center top;
    padding-top: 60px;
    text-align: center;
    color: #BD9C61;

    margin: 0 auto;
  }
  #bestchef .wrap_ttl {
    background-image: url(/special/en/award/img/2023/icn_top.svg);
  }
  #cuisines .wrap_ttl {
    background-image: url(/special/en/award/img/2023/icn_cui.svg);
  }
  #locations .wrap_ttl {
    background-image: url(/special/en/award/img/2023/icn_loc.svg);
  }

  
  .wrap_ttl .cat_ttl {
    font-size: 14px;
  }

  .wrap_ttl h2 {
    font-size: 6vw;
    margin-top: 2vw;
    line-height: 130%;
  }











  .wrap_sec {
    margin: 30px 20px 0px;
  }

  .wrap_sec.sec_top {
    margin: 100px 20px 0px;

  }

  .wrap_sec.sec {
    padding-top: 40px;
    border-top: 1px dotted #8f8f8f;
  }


  .wrap_sec.anker {
    padding-top: 60px;
    margin-top: 40px;
  }




  h2.name_area {
    width: 100%;
    margin: 0;
  }

  h2.name_area2 {
    width: 60%;
    margin: 0 20%;
  }

  h2.name_area3 {
    width: 56%;
    margin: 0 22%;
  }

  h2.name_area img,
  #category h2.name_area2 img,
  #speawd h2.name_area3 img,
  #present h2.name_area3 img {
    width: 96%;
  }

  /*   .gold:before {
    content: "";
    background: url(/special/en/award/img/2023/gold_ttl.svg) no-repeat;
    background-size: 142px;
    position: absolute;
    top: 22px;
    left: calc(50% - 71px);
    width: 142px;
    height: 22px;
  }

  .silver:before {
    content: "";
    background: url(/special/en/award/img/2023/silver_ttl.svg) no-repeat;
    background-size: 115px;
    position: absolute;
    top: 22px;
    left: calc(50% - 58px);
    width: 115px;
    height: 22px;
  }

  .bronze:before {
    content: "";
    background: url(/special/en/award/img/2023/bronze_ttl.svg) no-repeat;
    background-size: 94px;
    position: absolute;
    top: 22px;
    left: calc(50% - 47px);
    width: 94px;
    height: 22px;
  } */

  .special:before {
    content: "";
    background: url(/special/en/award/img/2023/crown.svg) no-repeat;
    background-size: 30px;
    position: absolute;
    top: 25px;
    left: calc(50% - 15px);
    width: 30px;
    height: 22px;
  }

  .insta:before {
    content: "";
    background: url(/special/en/award/img/2023/insta_logo.png) no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }

  .twitter:before {
    content: "";
    background: url(/special/en/award/img/2023/twitter_logo.svg) no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }

  .facebook:before {
    content: "";
    background: url(/special/en/award/img/2023/fb_logo.svg) no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }

  .wrap_area {
    position: relative;
    padding-top: 30px;
  }

  .ttl_area {
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dotted #CCBBA4;
    border-bottom: 1px dotted #CCBBA4;
    background: #333435;
    position: relative;
  }

  .ttl_area h2.name_area {
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    font-weight: normal;
  }

  .ttl_area h2.name_area span {
    text-align: center;
    display: block;
    font-size: 8px;
    line-height: 120%;
    color: #8A8D8D;
  }

  .ttl_area .count_area {
    position: absolute;
    right: 10px;
    color: #CCBBA4;
    font-size: 17px;
    text-align: right;
  }

  .wrap_area ul {}

  ul.lst_shop {

    display: block;


    margin-top: 0px;
  }

  .fame ul.lst_shop {
    display: flex;
  }

  li.gold,
  li.silver,
  li.bronze,
  li.special,
  li.newet {
    position: relative;
    padding: 70px 0 0;
  }

  li.twitter,
  li.insta,
  li.facebook {
    position: relative;
    padding: 40px 0 0;
  }

  li.box_shop {
    position: relative;
  }

  li.box_shop a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
  }

  /*   li.box_shop:nth-child(even) a {
    flex-direction: row-reverse;
  }
 */

  #best .lst_shop, .konitan .lst_shop, .mag .lst_shop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #speawd li.box_shop, #best li.box_shop {
    width: 48%;
  }

  #speawd li.box_shop a, #best li.box_shop a {
    display: inherit;
    margin-bottom: 20px;
  }





  li.gold ul.lst_shop li.box_shop .pic_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/gold.svg) no-repeat;
    background-size: 33px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 33px;
    height: 10px;
    z-index: 2;
  }

  li.silver ul.lst_shop .pic_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/silver.svg) no-repeat;
    background-size: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 10px;
    z-index: 2;
  }

  li.bronze ul.lst_shop .pic_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/bronze.svg) no-repeat;
    background-size: 9px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 9px;
    height: 10px;
    z-index: 2;
  }

  li.newet ul.lst_shop .pic_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/newet.svg?0110) no-repeat;
    background-size: 50px;
    position: absolute;
    top: -3px;
    left: 5px;
    width: 100px;
    height: 40px;
    z-index: 2;
  }


  li.fame ul.lst_shop li.box_shop:before {
    content: "";
    background: url(/special/en/award/img/2023/icn_fame.svg?0117) no-repeat;
    background-size: 80px;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 80px;
    height: 80px;
    z-index: 2;
  }






  .pic_shop,
  .pic_shop2 {
    position: relative;
  }

  .pic_shop {
    width: 40%;
  }

  #speawd .pic_shop, #best .pic_shop {
    width: 100%;
  }

  li.newet ul.lst_shop .pic_shop {
    width: 50%;
  }

  #speawd li.htch .box_shop {
    width: 100%;
    margin-bottom: 60px;
  }

  .htch li.box_shop .ttl_mov {
    border-top: 1px solid #BD9C61;

    padding-top: 10px;
  }


  .htch li.box_shop .icn_faces {
    display: inline-block;
    margin-top: -30px;
    background-color: #fff;
    float: right;
  }

  .htch li.box_shop .ttl_mov .cnt_shop {
    text-align: left;
    padding-top: 0px;
    border-top: none;
  }

  .htch li.box_shop .icn_faces img {
    width: 40px;
    height: 40px;
    margin-left: 10px;

  }



  #speawd li.htch .box_shop .movie_area {}

  #speawd li.htch .box_shop iframe {

    width: 100%;
    height: 50vw;
  }

  .mov_ttl,
  .mov_cate {
    font-size: 11px;
    font-weight: bold;
  }



  .pic_shop img {
    border-radius: 4px;
/*     -webkit-animation-name: shoppic;
    animation-name: shoppic;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0; */
  }

  .pic_shop2 img {
    border-radius: 4px;
  }

  .pic_a {}

  .pic_b {
    position: absolute;
    top: 0;
    left: 0;
/*     -webkit-animation-delay: 4s;
    animation-delay: 4s; */
  }

/*   li.box_shop .pic_b {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  } */

/*   li.box_shop .pic_a {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  } */

  .cnt_shop {
    width: 55%;
    text-align: left;
    /* background-image: url(/contents/pc/award/img/2019/cnr_1.svg), url(/contents/pc/award/img/2019/cnr_2.svg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-size: 10px 10px; */
    padding-top: 10px;
    border-top: 1px dotted #dcdcdc;
  }

  li.newet ul.lst_shop .cnt_shop {
    width: 45%;
  }

  #speawd .cnt_shop, #best .cnt_shop {
    width: 100%;
    border-top: none;
  }

  p.name_chef {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
}



  .magazine p.name_chef {
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    padding: 2px 0px 0;
    line-height: 140%;
    word-break: break-all;
    color: #BD9C61;
    font-weight: normal;
  }

  .magazine p.name_chef span {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    display: block;


  }

  h3.name_shop {
    font-size: 11px;
    margin-top: -7px;
    /*     border-top: 1px dotted #8A8D8D;*/
    color: #BD9C61;
    font-weight: normal;
    /* margin-left: auto;
    margin-right: auto;
    display: inline-block; */
  }

  blockquote {
    margin-top: 10px;
    position: relative;
    border-top: 1px solid #BD9C61;
    /* border-bottom: 1px solid #BD9C61; */
    padding: 10px 0px;
  }

  blockquote .com_rec {

    font-size: 10px;
    line-height: 120%;
  }

  blockquote:before {
    position: absolute;
    background-color: #FFFFFF;
    color: #BD9C61;
    content: '“';
    line-height: 0.1;
    text-align: center;
    top: -1px;
    left: -5px;
    padding: 3px;
    font-size: 20px;
  }

  /*   blockquote:after {
    position: absolute;
    right: -5px;
    bottom: -10px;
    background-color: #FFFFFF;
    padding: 4px;
    color: #BD9C61;
    content: '”';
    line-height: 0.1;
    text-align: center;
    font-size: 20px;
  } */

  blockquote .name_rec {
    font-size: 8px;
    font-weight: bold;
    margin-top: 5px;
    text-align: right;
    color: #808080;
  }

  .cnote {
    margin-top: 10px;
    position: relative;
    border-top: 1px solid #BD9C61;
    /* border-bottom: 1px solid #BD9C61; */
    padding: 10px 0px;
  }

  .cnote .com_rec {

    font-size: 10px;
    line-height: 120%;
  }







  p.name_chef span {
    font-size: 75%;
  }

  p.argr {
    font-size: 10px;
    font-weight: bold;
  }



  @-webkit-keyframes shoppic {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  @keyframes shoppic {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  p.ate {
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 160%;
    color: #8F8F8F;
    text-align: left;
  }

  p.ate2 {
    margin: 10px 4% 0;
    font-size: 13px;
    line-height: 160%;
    color: #8F8F8F;
    text-align: left;
  }

  img.gold_icon {
    width: 31px;
    height: 9px;
    margin: 0 4px;
  }

  p.ate img.silver_icon {
    width: 19px;
    height: 9px;
    margin: 0 4px;
  }

  p.ate img.bronze_icon {
    width: 8px;
    height: 9px;
    margin: 0 4px;
  }

  .description {
    margin-top: 20px;
    font-size: 12px;
    line-height: 180%;
    text-align: left;
    color: #8f8f8f;
  }

  .lead {
    margin: 0 0 30px;
  }

  h3.ttl_cate {
    text-align: center;
    font-size: 17px;
    margin: 0px 0px 20px;
  }

  .comment {
    width: 100%;
    margin: 0px 0px 30px;
    overflow: hidden;
  }

  .comment .faceicon {
    width: 110px;
    text-align: center;
    margin: 0 auto;
  }

  .comment .faceicon img {
    width: 80px;
    height: auto;
    border-radius: 50%;
  }

  .comment .faceicon figcaption {
    font-size: 11px;
    line-height: 140%;
    margin: 7px 0 0;
  }

  .comment .faceicon figcaption b {
    font-size: 15px;
    margin: 3px 0 0;
    display: block;
  }

  #category .says {
    display: inline-block;
    position: relative;
    margin: 7px 0 0;
    padding: 12px;
    border-radius: 7px;
    background: #f4f4f4;
  }

  #category .says p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    color: #8F8F8F;
  }

  #category .says p b {
    display: block;
    margin: 0 0 5px;
  }

  #speawd .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #speawd .says {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0 0;
    padding: 12px;
    border-radius: 7px;
    background: #f4f4f4;
  }

  #speawd .says:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
  }

  #speawd .says p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 190%;
    color: #8F8F8F;
  }

  ul.con_area li figure.con_photo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  figure.con_photo img {
    width: 45%;
  }

  .present_mv {
    margin: 20px -30px;
    width: 100vw;
    background: url(/special/en/award/img/2023/present_bg.jpg) no-repeat center;
    background-size: cover;
  }

  #present h3.ttl_cam {
    width: 60%;
    margin: 0 20% 25px;
    display: block;
    padding: 30px 0 0;
  }

  #present .description {
    width: 80%;
    margin: 0 10%;
    padding: 0 0 30px;
    text-align: center;
    color: #FFF;
  }

  #present .description br {
    display: none;
  }

  ul.present_detail {
    background: #f4f4f4;
    border-radius: 7px;
    margin: 30px 0 0;
  }

  ul.present_detail li {
    border-bottom: 1px solid #fff;
    padding: 12px;
  }

  ul.present_detail li h4 {
    font-size: 14px;
  }

  ul.present_detail li p {
    font-size: 13px;
    line-height: 190%;
    color: #8F8F8F;
  }

  ul.present_detail li p.kiyaku {
    font-size: 12px;
    line-height: 150%;
    color: #8F8F8F;
  }

  ul.present_detail li p.kiyaku b {
    display: block;
    margin: 15px 0 5px;
  }

  ul.present_detail li p.kiyaku a {
    display: inline;
  }

  b.kinkyu {
    margin: 0;
  }

  ul.method {
    background: #FFF;
    border-radius: 7px;
    margin: 10px 0 0;
  }

  ul.method li {
    padding: 12px;
    border-bottom: 1px solid #f4f4f4;
  }

  ul.method b {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 700;
    display: block;
  }

  ul.method figure {}

  ul.method figure img {
    width: 70%;
    margin: 10px 15%;
  }

  ul.method figure figcaption {
    font-size: 13px;
    line-height: 160%;
    color: #8F8F8F;
  }

  .twitter_account {
    width: 100%;
    height: 40px;
    background: #F26939;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0 0;
  }

  .facebook_account {
    width: 100%;
    height: 40px;
    background: #1877f2;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0 0;
  }

  .hashtag {
    width: 100%;
    height: 40px;
    background-color: #a8c434;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0 0;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    border: none;
  }

  .twitter_account a,
  .facebook_account a {
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
  }

  .hashtag_text {
    font-weight: 700;
  }

  #archive {
    width: 90%;
    margin: 60px auto;
  }

  #archive h3 {
    text-align: center;
    color: #BD9C61;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: normal
  }

  #archive ul {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #archive ul li {
    width: 48.5%;
    margin-bottom: 20px;
  }

  #archive ul li a {}

  #archive ul li a .pic_ac {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
  }

  #archive ul li a .pic_ac img {
    width: 50%;
  }

  #archive ul li a p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 130%;
  }

  .bg_best {
    background-color: #555;
    color: #f4f4f4;
  }

  .bg_best p {
    color: #f4f4f4;
  }

  .bg_best #archive ul li a {

    color: #f4f4f4;

  }





  /* sns */

  .sns_awd .sns {
    position: absolute;
    z-index: 40;
    padding: 0;
    top: 20px;
    right: 20px;
  }

  .sns_awd .sns ul.sns_area {
    width: 50px;

    display: flex;
    justify-content: space-between;
  }

  .sns_awd .sns ul.sns_area li {
    width: auto;
    margin: 0px;
    float: none;
  }

  .sns_awd .sns ul.sns_area li img {
    width: 100%;
    height: 20px !important;
    object-fit: contain;
  }

  /* ヘッダーカスタマイズ */
  .header-no-fixed header {
    background-color: #222;
  }

  .header_function .logo a {
    background-image: url(/contents/pc/award/img/logo_hitosara_wb.svg) !important;
  }


  footer .sns {
    display: none;
  }




  .ttl_ct {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    gap: 30px;
  }

  .ttl_ct .icn_count {
    height: 20px;
  }

  .ttl_ct .icn_count img {
    height: 18px;
  }

  .ttl_ct .count {
    font-size: 14px;
  }

  .ttl_ct .count b {
    font-size: 20px;
    line-height: 20px;
  }

  .gold .count {
    color: #BD9C61;
  }

  .silver .count {
    color: #BEC0C1;
  }

  .bronze .count {
    color: #6E5833;
  }




  .wrap_area .ttl_lst {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
  }
  #topimg h1 {
    margin-bottom: 0px; 
}
main {
  
  margin-top: 50px;
}
p.name_chef {

  font-size: 14px;

}



}


/* スマホ対策 */
body, html {
  overflow: hidden;
}
body {
font-family: 'Noto Sans JP', sans-serif !important;
}