@charset "UTF-8";

p.btn-vote {
  cursor: default;
  font-size: 1.4rem;
  font-family: Noto Sans JP, sans-serif;
  margin-top: 4px;
  display: block;
  width: 100%;
  color: #fefefe;
  border-radius: 2px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #41210a;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-hidden p.btn-vote {
  width: 120px;
  height: 120px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .category p.btn-vote {
    height: 60px;
  }

  .category .vote-des {
    height: auto;
  }

  .category .vote-des .vote-des-flex .vote-btn-area.pc-hidden {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {

  p.btn-vote,
  p.btn-more {
    font-size: 1.2rem;
  }
}

.method-flow,
.menu-2nd {
  position: relative;
}

.method-flow::after {
  content: "本キャンペーンは終了しました";
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #fff;
  width: 100%;
  height: 110%;
  padding: 20px;
  margin-top: -20px;
  background: rgba(56, 43, 32, 0.8);
  position: absolute;
  top: 0;
}

.menu-2nd::after {
  content: "本キャンペーンは終了しました";
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  width: 80%;
  height: 110%;
  padding: 20px;
  background: rgba(56, 43, 32, 0.8);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.end-message {
  color: #fff;
  background: #C32032;
  padding: 25px;
}

.end-message h2 {
  font-size: 3rem;
}

.end-message h2,
.end-message p {
  width: 450px;
  margin: auto;
}

.end-message p {
  font-weight: 500;
  letter-spacing: -1px;
}

.end-message p .br {
  letter-spacing: 0px;
}

.fv .top-catch-drink {
  top: 650px;
}


.btn-area-a a:hover {
  opacity: 1;
}

.js-top-catch-btn-area {
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .fv .top-catch-drink {
    top: auto;
  }

  .menu-2nd::after {
    position: relative;
    z-index: 0;
    padding: 0;
    margin: 0;
  }

  .sp-menu-2nd::after {
    content: "本キャンペーンは終了しました";
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    width: 100%;
    height: 110%;
    padding: 20px;
    background: rgba(56, 43, 32, 0.8);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
}

@media screen and (max-width: 428px) {
  .end-message {
    padding: 20px 10px;
  }

  .end-message h2 {
    font-size: 2.5rem;
  }

  .fv {
    background: url(../images/sp-top0bg01.png) no-repeat center/cover;
    height: 700px;
  }

  .fv .top-catch-btn {
    bottom: 30px;
  }

  .fv .top-catch-drink {
    margin-top: -50px;
  }

  .top-catch-left {
    width: 50%;
  }

  .fv .end-message h2 {
    font-size: 2.2rem;
  }

  .fv .end-message h2,
  .fv .end-message p {
    width: 100%;
    margin: auto;
  }

  .method-flow::after,
  .menu-2nd::after {
    font-size: 2rem;
  }
}

@media screen and (max-width: 414px) {
  .fv .top-catch-drink {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .end-message h2 {
    font-size: 1.8rem;
  }

  .end-message p {
    font-size: 1.4rem;
  }

  .end-message h2,
  .end-message p {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .sp-ranking-item {
    margin-bottom: 0;
  }

  .intermediate-box .intermediate-catch {
    width: 80%;
  }

  .intermediate-box .intermediate-ttl {
    margin: -50px auto;
  }

  .intermediate-box .ranking-list .ranking-item:nth-child(2) .ranking-txt-area {
    margin-top: -83px;
  }

  .intermediate-box .ranking-list .ranking-txt-area {
    margin-top: -88px;
  }

  .intermediate-btn {
    margin: 40px auto 0px;
  }

  .fin {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 428px) {
  .intermediate-box .ranking-list .ranking-item:nth-child(2) .ranking-txt-area {
    margin-top: -42px;
    height: 130px;
  }

  .intermediate-box .ranking-list .ranking-txt-area {
    margin-top: -47px;
  }
}

/*# sourceMappingURL=add-style.css.map */
