@charset "UTF-8";
/*
  /assets/css/results_pc.css
*/


.container {
  width: 100vw;
  position: relative;
  overflow: hidden;
}


/* --------------------------------------------------
header
-------------------------------------------------- */

.mv-area {
  display: block;
  width: 100%;
  height: calc(800 / 1400 * 100vw);
  position: relative;

  & .mv {
    display: block;
    width: 100%;
    height: 100%;

    & img {
      display: block;
      height: 100%;
      object-fit: cover;
    }
  }
  & .mv-nav-area {
    display: block;
    width: calc(593 / 1400 * 100vw);
    position: absolute;
    left: 50%;
    bottom: calc(12 / 1400 * 100vw);
    translate: -50% 0;
    z-index: +1;

    & .anchor-links {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;

      & li {
        display: block;
        flex: 0 0 calc(163 / 1400 * 100vw);
        height: 100%;

        &:nth-child(1) {
          --el-dly: 2;
        }
        &:nth-child(2) {
          --el-dly: 4;
        }
        &:nth-child(3) {
          --el-dly: 6;
        }
        & a {
          display: flex;
          width: 100%;
          height: 100%;
          align-items: flex-end;
        }
      }
    }
  }
}
@media (hover: hover) {
  .mv-area .anchor-links a img {
    scale: 1;
    transition: scale .3s cubic-bezier(0.19, 1, 0.22, 1)
  }
  .mv-area .anchor-links a:hover img {
    scale: 1.1
  }
}


/* --------------------------------------------------
main-area
-------------------------------------------------- */

.main-area {
  width: 100%;
  position: relative;
  border-top: calc(3 / 1400 * 100vw) solid #000;
}

.sec-inner {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: +1;
}

.sec-01 {
  display: block;
  width: 100%;
  position: relative;

  &::before,
  &::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
  }
  &::before {
    width: 354px;
    height: 1432px;
    left: calc(50% - 740px);
    background: url(../images/r-tomatoes_left_pc.png) no-repeat left top / cover;
  }
  &::after {
    width: 374px;
    height: 1432px;
    left: calc(50% + 386px);
    background: url(../images/r-tomatoes_right_pc.png) no-repeat left top / cover;
  }
  .sec-inner {
    padding: 78px 20px 0;
    text-align: center;

    .sec-ttl {
      display: inline-block;
      width: 573px;
      margin-bottom: 22px;
    }
    .lead {
      display: inline-block;
      width: 444px;
    }
    .prize-list {
      display: flex;
      justify-content: center;
      column-gap: 25px;
      row-gap: 6px;
      flex-wrap: wrap;
      list-style: none;
      width: 560px;
      margin: 60px auto;
      padding: 0;

      li {
        flex: 0 0 170px;

        &:nth-child(2),
        &:nth-child(5) {
          --el-dly:2
        }
        &:nth-child(3) {
          --el-dly:4
        }
      }
    }
    .judge {
      margin-bottom: 86px;

      .judge-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 56px;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;;

        li {
          display: block;
          flex: 0 0 320px;
          text-align: center;
        }
        li:nth-child(2),
        li:nth-child(3),
        li:nth-child(5) {
          border-left: solid 1px #000;
        }
        li:nth-child(4),
        li:nth-child(5) {
          flex: 0 0 280px;
        }
        .name {
          font-size: 21px;
          font-weight: 700;
          color: var(--color-1);
          margin-bottom: 15px;
        }
        .title {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: .04em;
          line-height: 1.5714285714285714;
        }
      }
    }
    .dice-ttl {
      display: inline-flex;
      width: 100%;
      justify-content: center;
      column-gap: 3px;
      font-size: 20px;
      font-weight: 700;
      color: var(--color-5);
      margin-bottom: 40px;
     
      span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 37px;
        height: 37px;
        background-color: #fff;
        border-radius: 8px;
        border: 2px solid var(--color-5);
        padding-bottom: .15em;
      }
    }
    .criterion {
      padding-bottom: 95px;

      .criterion-list {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        max-width: 820px;

        li {
          display: block;
          min-width: 257px;
          text-align: center;
        }
        li:not(:nth-child(1)) {
          border-left: solid 1px #000;
        }
        .num {
          display: inline-block;
          width: 31px;
          height: 31px;
        }
        .title {
          font-size: 21px;
          font-weight: 700;
          color: var(--color-1);
          margin-top: 8px;
        }
      }
    }
  }
}


.wavy-box {
  background-color: var(--color-4);
  background-image: url(../images/mask-top_pc.svg), url(../images/mask-bottom_pc.svg), url(../images/wave_pc.svg);
  background-position: left top, left bottom, left top;
  background-size: 274px auto;
  background-repeat: repeat-x, repeat-x, repeat;
}

.sec-02 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0 160px;

  & .sec-ttl {
    text-align: center;
    margin-bottom: 74px;

    & img {
      width: 210px;
      height: auto
    }
  }
}

/* winner */

.winner-list {
  list-style: none;
  padding: 0;
  margin: 0;

  & > li {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  & > li + li {
    margin-top: 88px;
  }
}
.winner-list > li {

  .inner {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 38px;
    border-radius: 60px;
    background-color: #fff;
    border: solid 4px var(--color-5);
    animation-delay: .3s;
  }
  .prize {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: -25px;
    left: 115px;
    translate: -50% 0;
    z-index: +1;
  
    .grand-prix & {
      width: 120px;
    }
    .second-prize & {
      width: 148px;
    }
    .third-prize & {
      width: 123px;
    }
    .fourth-prize & {
      width: 100px;
    }
    .fifth-prize & {
      width: 124px;;
    }
  }
  .dish {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    padding: 87px 0 36px;

    .grand-prix & {
      padding-top: 60px
    }

    .dish-name {
      font-size: 34px;
      font-weight: 700;
      line-height: 1.7058823529411764;
      text-align: center;
      color: var(--color-5);
    }
    .originator {
      font-size: 22px;
      font-weight: 700;
      text-align: center;
    }
  }
  .img-box {
    display: block;
    width: 100%;
    max-width: 680px;
    height: 360px;
    margin: 0 auto 18px;
    border-radius: 20px;
    overflow: hidden;

    img {
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 68px;
    width: 648px;
    margin: 18px auto 68px;

    .txt {
      display: flex;
      width: 100%;
      justify-content: center;
      background-image: linear-gradient(#fff calc(100% - 2px), transparent 2px), linear-gradient(90deg, rgba(0, 0, 0, .2) 3px, transparent 0);
      background-size: 100% 2.75em, 6px 100%;
      background-repeat: repeat-y, repeat-x;

      p {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 2.75;
      }
    }
    .more-details {
      display: block;
      width: 360px;
      height: 60px;
      background-color: var(--color-3);
      border: solid 2px #000;
      border-radius: 100px;
      overflow: hidden;
      box-shadow: 0 5px 0 #000;

      @media (hover: hover) {
        transition: box-shadow .2s ease;

        &:hover {
          box-shadow: 0 0 0 transparent;
        }
      }

      a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        background-blend-mode: multiply;

        @media (hover: hover) {
          transition: background-color .3s ease;
          
          &:hover {
            background-color: rgba(0, 0, 0, .2);
          }
        }

        img {
          max-width: none;
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
    }
  }
  .reason {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 43px 0 25px;
    background-color: var(--color-0);
    border-radius: 35px;
    position: relative;

    .ttl {
      display: inline-flex;
      width: 100%;
      justify-content: center;
      column-gap: 3px;
      font-size: 17px;
      font-weight: 700;
      color: var(--color-5);
      position: absolute;
      top: -18px;
      left: 0;

      span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 37px;
        height: 37px;
        background-color: #fff;
        border-radius: 8px;
        border: 2px solid var(--color-5);
      }
    }
    dt {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: .5em;
      color: var(--color-5);
      text-align: center;
    }
    dd {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .04em;
      line-height: 2;
      padding-inline: 93px;
    }
  }
}

/* comments */

.sec-03 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 120px;

  .ttl-inner {
    display: block;
    width: 248px;
    margin: 0 auto 89px;
  }
}

.comment-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 100px;
  width: 100%;
  max-width: 886px;
  padding: 0;
  margin: 0 auto;

  li {
    width: 100%;
  }
  dl {
    width: 100%;
    padding: 60px 65px 31px;
    background-color: #fff;
    border: 3px solid var(--color-5);
    border-radius: 60px;
    position: relative;

    dt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: 7px;
      width: 550px;
      padding-block: .75em;
      background-color: var(--color-1);
      border: 3px solid #000;
      border-radius: 3px 3px 30px 30px;
      color: #fff;
      position: relative;
      margin: -107px auto 0;

      &::after {
        content: '';
        display: block;
        width: 27px;
        height: 43.5px;
        background-color: #000;
        clip-path: polygon(0 0, 100% 100%, 0 100%);
        position: absolute;
        left: calc(100% + 1.5px);
        top: -3px;
      }

      .name {
        font-size: 28px;
        font-weight: 700;
      }
      .title {
        font-size: 16;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.375;
        text-align: center;
      }
    }
    dd {
      display: block;
      width: 100%;
      padding-block-start: .7em;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: .04em;
      line-height: 2.125
    }
  }
}

.recipe-book {
  padding-bottom: 127px;

  .bttn-recipe {
    box-sizing: content-box;
    position: relative;
    display: block;
    width: 100%;
    max-width: 992px;
    height: 126px;
    margin: 0 auto;
    border-radius: 100px;
    border: solid 5px #000;
    box-shadow: 0 9.6px #000;
    background-color: var(--color-2);
    overflow: hidden;

    /* @media (hover: hover) {
      transition: box-shadow .2s ease;

      &:hover {
        box-shadow: 0 0 0 transparent;
      }
    } */

    a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      background-blend-mode: multiply;
position: relative;
pointer-events: none;
      /* @media (hover: hover) {
        transition: background-color .3s ease;
        
        &:hover {
          background-color: rgba(0, 0, 0, .15);
        }
      } */

      img {
        max-width: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

&::after {
  content: '近日公開';
  z-index: +1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  letter-spacing: .22em;
}
    }
  }
}



.footer {
  text-align: center;
  padding: 140px 0 150px;
  background-color: #fff;
  background-image: url(../images/mask-top_pc.svg);
  background-position: left top -1px;
  background-size: 274px auto;
  background-repeat: repeat-x;

  & address {
    font-style: normal;
    padding-bottom: 22px;

    & .name {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.8
    }
    & .mail {
      font-size: 16px;
      font-weight: 500;
      line-height: 2.25
    }
  }
  & hr {
    width: 620px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    margin: 0 auto 24px
  }
}

.copyright .jp {
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px
}

.copyright .en {
  font-size: 13px;
  font-weight: 400;
  margin-top: 40px
}

.bottom-banner {
  display: block;
  width: 74px;
  height: 74px;
  position: fixed;
  top: calc(100vh - 104px);
  right: 56px;
  opacity: 0;
  visibility: hidden;
  transition: .65s ease;

  &.fade-in {
    opacity: 1;
    visibility: visible;
  }
  .r-back2top {
    display: block;
    width: 100%;
    height: 100%;

    @media (hover: hover) {
      scale: 1;
      transition: scale .3s cubic-bezier(0.19, 1, 0.22, 1);

      &:hover {
        scale: 1.1;
      }
    }
  }
}



/* MODAL */

.modal-set {
  display: none;
}

.mfp-content .recipe {
  --mar-top: 90px;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: var(--mar-top) auto 140px;
  padding: 80px 72px 66px;
  background-color: #fff4ff;
  border: 3px solid var(--color-5);
  border-radius: 30px;
  box-shadow: 7px 7px rgba(28, 28, 28, .3);

  .dish-ttl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7666666666666666;
    color: var(--color-5);
    margin-bottom: 48px;
    text-align: center;
  }
  .bttn-back {
    margin-top: 60px;
    text-align: center;

    button {
      all: unset;
      display: inline-block;
      width: 360px;
      height: 60px;
      background-color: var(--color-1);
      border: solid 2px #000;
      border-radius: 100px;
      overflow: hidden;
      box-shadow: 0 5px 0 #000;

      @media (hover: hover) {
        transition: box-shadow .2s ease, background-color .3s ease;

        &:hover {
          box-shadow: 0 0 0 transparent;
          background-color: var(--color-1-dark)
        }
      }
    }
  }
}

.mfp-content .inner-plate {
  box-sizing: content-box;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-radius: 15px;
  border: solid 2px #000;
  box-shadow: 0 5px #000;
  background-color: #fff;
  overflow: hidden;

  & + & {
    margin-top: 36px;
  }

  .sub-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-5);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-2);
    height: 46px;
  }
  .ingredient {
    display: block;
    width: 570px;
    margin: 27px auto;
    font-feature-settings: "pwid";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 2.9375;
    background-image: linear-gradient(#fff calc(100% - 2px), transparent 2px), linear-gradient(90deg, rgba(0, 0, 0 , .2) 3px, transparent 0);
    background-size: 100% 2.9375em, 6px 100%;
    background-repeat: repeat-y, repeat-x;
  }
  .point {
    display: block;
    width: 570px;
    margin: 30px auto 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.125;
    text-align: justify;
  }
  .process-ttl {
    width: 570px;
    margin: 0 auto;
    padding-block: 2em 1.46875em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-1);
    position: relative;
    counter-reset: list-item;

    & .note {
      color: initial;
    }

    &::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-image: linear-gradient(90deg, rgba(0, 0, 0 , .2) 3px, transparent 0);
      background-size: 6px 100%;
      background-repeat: repeat-x;
      position: absolute;
      bottom: 0;
      left: 0;
    }
  }
  .process {
    list-style-type: none;
    padding-inline-start: 0; 
    width: 570px;
    margin: 0 auto;

    li {
      padding: 19px 0 19px 2.75em;
      text-indent: -2.75em;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.8;
      text-align: justify;
      position: relative;
      counter-increment: list-item;

      &::before {
        content: '【' counter(list-item) '】\00a0';
        color: var(--color-1);
      }
      & + &::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-image: linear-gradient(90deg, rgba(0, 0, 0 , .2) 3px, transparent 0);
        background-size: 6px 100%;
        background-repeat: repeat-x;
        position: absolute;
        top: 0;
        left: 0
      }
    }
  }
}




/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

button.mfp-close {
  width: 49px;
  height: 49px;
  left: calc(50% + 330px);
  top: calc(var(--mar-top) + 26px);
  font-size: 46px;
  line-height: 1;
  text-indent: -1000px;
  opacity: 1;
  background: url(../images/r-close.svg) no-repeat center / contain;
  overflow: hidden;
}
button.mfp-close:active {
  top: calc(var(--mar-top) + 26px);
}

@media (hover: hover) {
  button.mfp-close {
    scale: 1;
    transition: scale .3s cubic-bezier(0.19, 1, 0.22, 1)
  }
  button.mfp-close:hover {
    scale: 1.3
  }
}
