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


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


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

.mv-area {
  display: block;
  width: 100%;
  height: calc(1200 / 750 * 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(574 / 750 * 100vw);
    height: calc(475 / 750 * 100vw);
    position: absolute;
    left: 50%;
    bottom: calc(26 / 750 * 100vw);
    translate: -50% 0;
    z-index: +1;

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

    & .anchor-links {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      height: 100%;
      position: relative;

      & li {
        display: block;
        width: calc(224 / 750 * 100vw);
        height: auto;
        position: absolute;

        &:nth-child(1) {
          top: 0;
          left: 0;
          --el-dly: 2;
        }
        &:nth-child(2) {
          top: 0;
          right: 0;
          --el-dly: 4;
        }
        &:nth-child(3) {
          left: 50%;
          bottom: 0;
          translate: -50% 0;
          --el-dly: 6;
        }

        & a {
          display: flex;
          width: 100%;
          height: 100%;
          align-items: flex-end;
        }
      }
    }
  }
}


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

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

.sec-01 {
  display: block;
  width: 100%;
  background: url(../images/r-tomatoes_sp.png) no-repeat center top / contain;

  & .sec-inner {
    padding: calc(105 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
    text-align: center;

    & .sec-ttl {
      display: inline-block;
      width: calc(487 / 750 * 100vw);
      margin-bottom: calc(60 / 750 * 100vw);
    }
    & .lead {
      display: inline-block;
      width: calc(638 / 750 * 100vw);
      margin-bottom: calc(80 / 750 * 100vw);
    }
    .prize-list {
      display: grid;
      grid-template-columns: repeat(2, calc(260 / 750 * 100vw));
      grid-template-rows: calc(280 / 750 * 100vw);
      column-gap: calc(40 / 750 * 100vw);
      list-style: none;
      width: calc(560 / 750 * 100vw);
      margin: 0 auto calc(90 / 750 * 100vw);
      padding: 0;

      li {
        width: calc(260 / 750 * 100vw);
        position: relative;

        &:nth-child(1) {
          width: 100%;
          grid-column: 1/3;
          grid-row: 1/1;
          text-align: center;

          img {
            width: calc(260 / 750 * 100vw);
          }
        }

        &:nth-child(2),
        &:nth-child(3) {

          img {
            margin-top: calc(-10 / 750 * 100vw);
          }
        }

        &:nth-child(4),
        &:nth-child(5) {
          padding-top: calc(14 / 750 * 100vw);
        }

        &:nth-child(3),
        &:nth-child(5) {
          --el-dly:2;
        }
      }
    }
    .dice-ttl {
      display: inline-flex;
      width: 100%;
      justify-content: center;
      column-gap: calc(3 / 750 * 100vw);
      font-size: calc(34 / 750 * 100vw);
      font-weight: 700;
      color: var(--color-5);
      margin-bottom: calc(52 / 750 * 100vw);
     
      span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: calc(60 / 750 * 100vw);
        height: calc(60 / 750 * 100vw);
        background-color: #fff;
        border-radius: calc(8 / 750 * 100vw);
        border: calc(2 / 750 * 100vw) solid var(--color-5);
        padding-bottom: .1em;
      }
    }
    .judge {
      margin-bottom: calc(70 / 750 * 100vw);

      .judge-list {
        display: flex;
        flex-direction: column;
        row-gap: calc(50 / 750 * 100vw);
        list-style: none;
        padding: 0;
        margin: 0 auto;
        max-width: calc(500 / 750 * 100vw);

        li {
          display: block;
          padding-bottom: calc(32 / 750 * 100vw);
          text-align: center;

          &:not(:last-child) {
            border-bottom: calc(2 / 750 * 100vw) solid #000;
          }
        }
        .name {
          font-size: calc(34 / 750 * 100vw);
          font-weight: 700;
          color: var(--color-1);
          margin-bottom: calc(18 / 750 * 100vw);
        }
        .title {
          font-size: calc(24 / 750 * 100vw);
          font-weight: 500;
          letter-spacing: .04em;
          line-height: 1.6666666666666667;
        }
      }
    }
    .criterion {
      padding-bottom: calc(60 / 750 * 100vw);

      .criterion-list {
        display: flex;
        flex-direction: column;
        row-gap: calc(50 / 750 * 100vw);
        list-style: none;
        padding: 0;
        margin: 0 auto;
        max-width: calc(500 / 750 * 100vw);

        li {
          display: block;
          padding-bottom: calc(50 / 750 * 100vw);
          text-align: center;
        }
        li:not(:last-child) {
          border-bottom: calc(2 / 750 * 100vw) solid #000;
        }
        .num {
          display: inline-block;
          width: calc(50 / 750 * 100vw);
          height: calc(50 / 750 * 100vw);
        }
        .title {
          font-size: calc(34 / 750 * 100vw);
          font-weight: 700;
          color: var(--color-1);
          margin-top: calc(15 / 750 * 100vw);
        }
      }
    }
  }
}

.wavy-box {
  background-color: var(--color-4);
  background-image: url(../images/mask-top_sp.png), url(../images/mask-bottom_sp.png), url(../images/wave_sp.png);
  background-position: left top, left bottom, left top;
  background-size: calc(274 / 750 * 100vw) auto;
  background-repeat: repeat-x, repeat-x, repeat;
}

.sec-02 {
  display: block;
  width: 100%;
  padding: calc(108 / 750 * 100vw) calc(28 / 750 * 100vw) calc(160 / 750 * 100vw);

  & .sec-ttl {
    text-align: center;
    margin-bottom: calc(85 / 750 * 100vw);

    & img {
      width: calc(232 / 750 * 100vw);
      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;
    border-radius: calc(30 / 750 * 100vw);
    background-color: #fff;
    border: solid calc(4 / 750 * 100vw) var(--color-5);
    animation-delay: .3s;
    overflow: hidden;
  }
  .prize {
    display: block;
    width: calc(596 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
    position: absolute;
    top: calc(-49 / 750 * 100vw);
    left: 50%;
    translate: -50% 0;
    z-index: +1;
  }
  .dish {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: calc(45 / 750 * 100vw);
    min-height: calc(124 / 750 * 100vw);
    padding: calc(130 / 750 * 100vw) 0 calc(60 / 750 * 100vw);

    .dish-name {
      font-size: calc(40 / 750 * 100vw);
      font-weight: 700;
      line-height: 1.75;
      text-align: center;
      color: var(--color-5);
    }
    .originator {
      font-size: calc(26 / 750 * 100vw);
      font-weight: 700;
      text-align: center;
    }
  }
  .img-box {
    display: block;
    width: calc(590 / 750 * 100vw);
    height: calc(356 / 750 * 100vw);
    margin: 0 auto calc(47 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    overflow: hidden;

    img {
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: calc(53 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
    margin: 0 auto calc(112 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 2.6153846153846154;

    .txt {
      display: flex;
      width: 100%;
      justify-content: center;
      background-image: linear-gradient(#fff calc(100% - 0.4vw), transparent 0), linear-gradient(90deg, rgba(0, 0, 0, .2) calc(3 / 750 * 100vw), transparent 0);
      background-size: 100% 2.6153846153846154em, calc(0.8vw) 100%;
      background-repeat: repeat-y, repeat-x;

      p {
        font-weight: 500;
        text-align: justify;
    
        .iphone & {
          line-height: calc(2.6153846153846154em + 0.1vw);
        }
      }
    }
    .more-details {
      display: block;
      width: calc(600 / 750 * 100vw);
      height: calc(80 / 750 * 100vw);
      background-color: var(--color-3);
      border: solid calc(4 / 750 * 100vw) #000;
      border-radius: 100px;
      overflow: hidden;
      box-shadow: 0 calc(8 / 750 * 100vw) 0 #000;

      a {
        display: block;
        width: 100%;
        height: 100%;

        img {
          max-width: none;
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
    }
  }
  .reason {
    display: block;
    padding: calc(70 / 750 * 100vw) calc(50 / 750 * 100vw) calc(60 / 750 * 100vw);
    background-color: var(--color-0);
    position: relative;

    .ttl {
      display: inline-flex;
      width: 100%;
      justify-content: center;
      column-gap: calc(3 / 750 * 100vw);
      font-size: calc(34 / 750 * 100vw);
      font-weight: 700;
      color: var(--color-5);
      position: absolute;
      top: calc(-36 / 750 * 100vw);
      left: 0;
     
      span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: calc(60 / 750 * 100vw);
        height: calc(60 / 750 * 100vw);
        background-color: #fff;
        border-radius: calc(8 / 750 * 100vw);
        border: calc(2 / 750 * 100vw) solid var(--color-5);
        padding-bottom: .1em;
      }
    }
    dt {
      font-size: calc(32 / 750 * 100vw);
      font-weight: 700;
      line-height: 1.4375;
      margin-bottom: .5em;
      color: var(--color-5);
      text-align: center;
    }
    dd {
      font-size: calc(26 / 750 * 100vw);
      font-weight: 500;
      line-height: 1.9230769230769231;
      text-align: justify;
    }
  }
}

/* comments */

.sec-03 {
  display: block;
  width: 100%;
  padding-top: calc(86 / 750 * 100vw);
  padding-bottom: calc(130 / 750 * 100vw);

  .ttl-inner {
    display: block;
    width: calc(276 / 750 * 100vw);
    margin: 0 auto calc(130 / 750 * 100vw);
  }
}

.comment-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: calc(130 / 750 * 100vw);
  width: calc(694 / 750 * 100vw);
  padding: 0;
  margin: 0 auto;

  li {
    width: 100%;
  }
  dl {
    width: 100%;
    position: relative;
    padding: calc(86 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    background-color: #fff;
    border: 3px solid var(--color-5);
    border-radius: calc(30 / 750 * 100vw);

    dt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: calc(10 / 750 * 100vw);
      width: calc(610 / 750 * 100vw);
      padding-block: .5em;
      background-color: var(--color-1);
      border: calc(3 / 750 * 100vw) solid #000;
      border-radius: 0 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
      color: #fff;
      position: relative;
      margin: calc(-129 / 750 * 100vw) auto 0;

      &::after {
        content: '';
        display: block;
        width: calc(17 / 750 * 100vw);
        height: calc(41 / 750 * 100vw);
        background-color: #000;
        clip-path: polygon(0 0, 100% 100%, 0 100%);
        position: absolute;
        left: calc(100% + calc(2 / 750 * 100vw));
        top: calc(-3 / 750 * 100vw);
      }
      .name {
        font-size: calc(34 / 750 * 100vw);
        font-weight: 700;
      }
      .title {
        font-size: calc(24 / 750 * 100vw);
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.4166666666666667;
        text-align: center;
      }
    }
    dd {
      display: block;
      width: 100%;
      padding-block-start: .7em;
      padding-inline: calc(37 / 750 * 100vw);
      font-feature-settings: "pwid";
      font-weight: 500;
      font-size: calc(26 / 750 * 100vw);
      letter-spacing: .04em;
      line-height: 1.9230769230769231;
      text-align: justify;
    }
  }
}

.recipe-book {
  padding-bottom: calc(130 / 750 * 100vw);

  .bttn-recipe {
    box-sizing: content-box;
    position: relative;
    display: block;
    width: calc(600 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    margin: 0 auto;
    border-radius: calc(40 / 750 * 100vw);
    border: solid calc(4 / 750 * 100vw) #000;
    box-shadow: 0 calc(9 / 750 * 100vw) #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: calc(34 / 750 * 100vw);
  color: #fff;
  letter-spacing: .22em;
}
    }
  }
}




.bottom-banner {
  display: none;
}

.footer {
  display: block;
  width: 100%;
  padding: calc(140 / 750 * 100vw) calc(67 / 750 * 100vw);
  background-color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  position: relative;

  & address {
    font-style: normal;
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8;
    padding-bottom: calc(42 / 750 * 100vw);
  }
  & hr {
    width: 100%;
    background: none;
    border: none;
    border-bottom: calc(2 / 750 * 100vw) solid rgba(0, 0, 0, .5);
    margin: 0 auto calc(50 / 750 * 100vw)
  }
  & .back2top {
    display: block;
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    position: absolute;
    top: calc(-60 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
  }
}

.copyright .jp {
  font-size: calc(26 / 750 * 100vw);
  font-weight: 500;
  margin-top: calc(50 / 750 * 100vw)
}

.copyright .en {
  font-size: calc(20 / 750 * 100vw);
  font-weight: 400;
  line-height: 1.8;
  margin-top: calc(60 / 750 * 100vw)
}



/* MODAL */

.modal-set {
  display: none;
}

.mfp-content .recipe {
  display: block;
  width: calc(690 / 750 * 100vw);
  margin: calc(100 / 750 * 100vw) auto;
  padding: calc(140 / 750 * 100vw) calc(38 / 750 * 100vw) calc(70 / 750 * 100vw);
  background-color: #fff4ff;
  border-radius: calc(30 / 750 * 100vw);
  border: calc(3 / 750 * 100vw) solid var(--color-5);
  box-shadow: calc(7 / 750 * 100vw) calc(7 / 750 * 100vw) rgba(28, 28, 28, .3);

  .dish-ttl {
    font-size: calc(40 / 750 * 100vw);
    font-weight: 700;
    line-height: 1.75;
    color: var(--color-5);
    margin-bottom: calc(60 / 750 * 100vw);
    text-align: center;
  }
  .bttn-back {
    margin-top: calc(70 / 750 * 100vw);
    text-align: center;

    button {
      all: unset;
      display: inline-block;
      width: calc(600 / 750 * 100vw);
      height: calc(80 / 750 * 100vw);
      background-color: var(--color-1);
      border: solid calc(4.4 / 750 * 100vw) #000;
      border-radius: 100px;
      overflow: hidden;
      box-shadow: 0 calc(8 / 750 * 100vw) 0 #000;
    }
  }
}



.mfp-content .inner-plate {
  display: block;
  width: 100%;
  padding-bottom: calc(15 / 750 * 100vw);
  border-radius: calc(20/ 750 * 100vw);
  border: solid calc(4 / 750 * 100vw) #000;
  box-shadow: 0 calc(4 / 750 * 100vw) #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: calc(30 / 750 * 100vw);
    color: var(--color-2);
    height: calc(83 / 750 * 100vw);
  }
  .ingredient {
    display: block;
    width: calc(530 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    padding-bottom: calc(30 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2.85;
    background-image: linear-gradient(#fff calc(100% - 0.4vw), transparent 0), linear-gradient(90deg, rgba(0, 0, 0, .2) calc(3 / 750 * 100vw), transparent 0);
    background-size: 100% 2.85em, calc(6 / 750 * 100vw) 100%;
    background-repeat: repeat-y, repeat-x;
  }
  .point {
    display: block;
    width: calc(500 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto calc(15 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    font-weight: 500;
    line-height: 1.9230769230769231;
    text-align: justify;
  }
  .process-ttl {
    width: calc(530 / 750 * 100vw);
    margin: 0 auto;
    padding-block:1em;
    font-size: calc(26 / 750 * 100vw);
    font-weight: 500;
    line-height: 1.9230769230769231;
    color: var(--color-1);
    position: relative;
    counter-reset: list-item;

    & .note {
      color: initial;
    }

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

    li {
      padding: calc(19 / 750 * 100vw) 0 calc(19 / 750 * 100vw) 2.75em;
      text-indent: -2.75em;
      font-size: calc(26 / 750 * 100vw);
      font-weight: 500;
      line-height: 1.9230769230769231;
      position: relative;
      counter-increment: list-item;

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


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

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

/* 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.5s 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: calc(90 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  right: calc(32 / 750 * 100vw);
  top: calc(132 / 750 * 100vw);
  border-radius: 50%;
  background: var(--color-2);
  font-size: calc(65 / 750 * 100vw);
  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(132 / 750 * 100vw);
}

