@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, div, p, ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #1e64d1;
  transition: all 0.3s ease 0s;
}

a:hover img {
  filter: brightness(1.15);
  opacity: 0.9;
}

.pcOnly {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: inline;
  }
}

.spOnly {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.itemname {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: 2.9333333333vw auto 0;
  padding: 2vw;
  font-size: 3.2vw;
  font-weight: bold;
  background-color: #e3e3e3;
}
@media only screen and (min-width: 769px) {
  .itemname {
    font-size: 2.2vw;
    padding: 1.5vw;
    margin: 2.2vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .itemname {
    font-size: 2.2rem;
    padding: 15px;
    margin: 22px auto 0;
  }
}

.vote-input .itemname {
  justify-content: center;
}

.req {
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  background-color: #ff0000;
  color: #fff;
  padding: 0.6666666667vw;
  margin-left: 0.5em;
  border-radius: 0.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .req {
    font-size: 1.8vw;
    padding: 0.6vw;
    border-radius: 0.5vw;
  }
}
@media only screen and (min-width: 1000px) {
  .req {
    font-size: 1.8rem;
    padding: 6px;
    border-radius: 5px;
  }
}

select {
  display: block;
  width: calc(98% - 2px);
  height: 9.3333333333vw;
  margin: 1.2vw auto 0;
  font-size: 1.6rem;
  padding: 0 0.25em;
}
@media only screen and (min-width: 769px) {
  select {
    height: 7vw;
    margin: 1vw auto 0;
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  select {
    height: 70px;
    margin: 10px auto 0;
    font-size: 2.4rem;
  }
}

input.text {
  display: block;
  width: calc(98% - 2px);
  height: 9.3333333333vw;
  margin: 1.2vw auto 0;
  font-size: 1.6rem;
  padding: 0 0.25em;
}
@media only screen and (min-width: 769px) {
  input.text {
    height: 7vw;
    margin: 1vw auto 0;
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  input.text {
    height: 70px;
    margin: 10px auto 0;
    font-size: 2.4rem;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34.8vw;
  height: 24.5333333333vw;
}
@media only screen and (min-width: 769px) {
  input[type=radio] + label {
    width: 29.1vw;
    height: 18.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  input[type=radio] + label {
    width: 291px;
    height: 184px;
  }
}
@media only screen and (min-width: 769px) {
  input[type=radio] + label:hover {
    cursor: pointer;
  }
}

input[type=radio]#prod01 + label {
  background-image: url("../img/select_chk01off.png");
}

input[type=radio]#prod01:checked + label {
  background-image: url("../img/select_chk01on.png");
}

input[type=radio]#prod02 + label {
  background-image: url("../img/select_chk02off.png");
}

input[type=radio]#prod02:checked + label {
  background-image: url("../img/select_chk02on.png");
}

input[type=radio]#prod03 + label {
  background-image: url("../img/select_chk03off.png");
}

input[type=radio]#prod03:checked + label {
  background-image: url("../img/select_chk03on.png");
}

input[type=radio]#prod04 + label {
  background-image: url("../img/select_chk04off.png");
}

input[type=radio]#prod04:checked + label {
  background-image: url("../img/select_chk04on.png");
}

input[type=radio]#prod05 + label {
  background-image: url("../img/select_chk05off.png");
}

input[type=radio]#prod05:checked + label {
  background-image: url("../img/select_chk05on.png");
}

input[type=radio]#prod06 + label {
  background-image: url("../img/select_chk06off.png");
}

input[type=radio]#prod06:checked + label {
  background-image: url("../img/select_chk06on.png");
}

input[type=radio]#prod07 + label {
  background-image: url("../img/select_chk07off.png");
}

input[type=radio]#prod07:checked + label {
  background-image: url("../img/select_chk07on.png");
}

input[type=radio]#prod08 + label {
  background-image: url("../img/select_chk08off.png");
}

input[type=radio]#prod08:checked + label {
  background-image: url("../img/select_chk08on.png");
}

input[type=radio]#prod09 + label {
  background-image: url("../img/select_chk09off.png");
}

input[type=radio]#prod09:checked + label {
  background-image: url("../img/select_chk09on.png");
}

input[type=radio]#prod10 + label {
  background-image: url("../img/select_chk10off.png");
}

input[type=radio]#prod10:checked + label {
  background-image: url("../img/select_chk10on.png");
}

.header {
  width: 100vw;
  height: 15.2vw;
  background-image: url(../img/hd_sp.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 769px) {
  .header {
    width: 100%;
    height: 14vw;
    background-image: url(../img/hd_pc.png);
    background-size: 14.6vw auto;
    background-repeat: repeat-x;
  }
}
@media only screen and (min-width: 1000px) {
  .header {
    height: 140px;
    background-image: url(../img/hd_pc.png);
    background-size: 146px auto;
    background-repeat: repeat-x;
  }
}

.header-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .header-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .header-inner {
    width: 1000px;
  }
}

.header-logo {
  position: absolute;
  top: 3.7333333333vw;
  left: 4vw;
  width: 10.5333333333vw;
}
@media only screen and (min-width: 769px) {
  .header-logo {
    width: 7vw;
    top: 3vw;
    left: 7vw;
  }
}
@media only screen and (min-width: 1000px) {
  .header-logo {
    width: 70px;
    top: 30px;
    left: 70px;
  }
}

.keyvisual {
  width: 100vw;
  padding-bottom: 4vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual {
    width: 100%;
    background-image: url(../img/kv_bk.svg);
    background-position: top center;
    background-size: 188vw auto;
    background-repeat: no-repeat;
    padding-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 1000px) {
  .keyvisual {
    background-size: 1880px auto;
    padding-bottom: 45px;
  }
}

.keyvisual-inner {
  position: relative;
  width: 100vw;
  padding-top: 30.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual-inner {
    width: 100%;
    padding-top: 17vw;
  }
}
@media only screen and (min-width: 1000px) {
  .keyvisual-inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 170px;
  }
}

.keyvisual-title {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .keyvisual-title {
    width: 88vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .keyvisual-title {
    width: 880px;
  }
}

.keyvisual-50year {
  position: absolute;
  width: 40vw;
  top: 2.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .keyvisual-50year {
    width: 27.2vw;
    top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .keyvisual-50year {
    width: 272px;
  }
}

.keyvisual-lead {
  width: 87.3333333333vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .keyvisual-lead {
    width: 66vw;
    margin: 3vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .keyvisual-lead {
    width: 660px;
    margin: 30px auto 0;
  }
}

.outline {
  width: 100vw;
  padding: 4.6666666667vw 0 0;
  background-color: #e60c11;
}
@media only screen and (min-width: 769px) {
  .outline {
    width: 100%;
    padding: 5.3vw 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .outline {
    padding: 53px 0 0;
  }
}

.outline-inner {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .outline-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .outline-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.outline-period01 {
  width: 74.8vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .outline-period01 {
    width: 69.6vw;
  }
}
@media only screen and (min-width: 1000px) {
  .outline-period01 {
    width: 696px;
  }
}

.outline-period02 {
  width: 54.2666666667vw;
  margin: 4.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .outline-period02 {
    width: 50.6vw;
    margin: 4vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .outline-period02 {
    width: 506px;
    margin: 40px auto 0;
  }
}

.outline-period03 {
  width: 74.1333333333vw;
  margin: 6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .outline-period03 {
    width: 50.6vw;
    margin: 4vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .outline-period03 {
    width: 685px;
    margin: 50px auto 0;
  }
}

.outline-visual {
  width: 71.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .outline-visual {
    width: 65.9vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .outline-visual {
    width: 659px;
  }
}

.prize {
  width: 100vw;
  padding: 13.3333333333vw 0 10vw;
  background-color: #bbdcf4;
}
@media only screen and (min-width: 769px) {
  .prize {
    width: 100%;
    padding: 13.7vw 0 10.7vw;
  }
}
@media only screen and (min-width: 1000px) {
  .prize {
    padding: 137px 0 107px;
  }
}

.prize-inner {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .prize-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.prize-title {
  width: 36.5333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .prize-title {
    width: 36.9vw;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-title {
    width: 369px;
  }
}

.prize-cont {
  position: relative;
  width: 84vw;
  height: 91.7333333333vw;
  margin: 9.0666666667vw auto 0;
  background-color: #fff;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .prize-cont {
    width: 84.7vw;
    height: 92.8vw;
    margin: 9.3vw auto 0;
    border-radius: 2.7vw;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-cont {
    width: 847px;
    height: 928px;
    margin: 93px auto 0;
    background-color: #fff;
    border-radius: 27px;
  }
}
.prize-cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2.6666666667vw;
  mix-blend-mode: multiply;
  box-shadow: 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.137254902);
}
@media only screen and (min-width: 769px) {
  .prize-cont::before {
    border-radius: 2.7vw;
    box-shadow: 0.7vw 0.7vw rgba(0, 0, 0, 0.137254902);
  }
}
@media only screen and (min-width: 1000px) {
  .prize-cont::before {
    border-radius: 27px;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.137254902);
  }
}

.prize-cont-title {
  position: absolute;
  width: 70.1333333333vw;
  top: -4.2666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .prize-cont-title {
    width: 71vw;
    top: -4.5vw;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-cont-title {
    width: 710px;
    top: -45px;
  }
}

.prize-cont-visual {
  position: absolute;
  width: 57.3333333333vw;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .prize-cont-visual {
    width: 58.7vw;
    top: 10vw;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-cont-visual {
    width: 587px;
    top: 100px;
  }
}

.prize-cont-num {
  position: absolute;
  width: 31.0666666667vw;
  bottom: 7.6vw;
  right: 4vw;
}
@media only screen and (min-width: 769px) {
  .prize-cont-num {
    width: 32.2vw;
    bottom: 7.5vw;
    right: 4.5vw;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-cont-num {
    width: 322px;
    bottom: 75px;
    right: 45px;
  }
}

.prize-cont-note {
  position: absolute;
  width: 100%;
  bottom: 2vw;
  left: 0;
  text-align: center;
  font-size: 2.4vw;
}
@media only screen and (min-width: 769px) {
  .prize-cont-note {
    bottom: 2.1vw;
    font-size: 2.2vw;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-cont-note {
    bottom: 21px;
    font-size: 22px;
  }
}

.prize-note {
  width: 29em;
  text-align: left;
  font-size: 2.4vw;
  margin: 10vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize-note {
    font-size: 2.4vw;
    margin: 9.7vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-note {
    font-size: 24px;
    margin: 97px auto 0;
  }
}

.prize-vote-btn {
  width: 72vw;
  margin: 10.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .prize-vote-btn {
    width: 72.8vw;
    margin: 8vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .prize-vote-btn {
    width: 728px;
    margin: 80px auto 0;
  }
}

.entry {
  width: 100vw;
  padding: 13.3333333333vw 0;
  background-color: #fff29d;
}
@media only screen and (min-width: 769px) {
  .entry {
    width: 100%;
    padding: 13.7vw 0 12.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry {
    padding: 137px 0 124px;
  }
}

.entry-inner {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .entry-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.entry-title {
  width: 84vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .entry-title {
    width: 85vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-title {
    width: 850px;
  }
}

.entry-step1-title {
  width: 85.0666666667vw;
  margin: 6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .entry-step1-title {
    width: 86.4vw;
    margin: 5vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-title {
    width: 864px;
    margin: 50px auto 0;
  }
}

.entry-step1-cont {
  position: relative;
  width: 84vw;
  margin: 5.7333333333vw auto 0;
  padding: 6.2666666667vw 0 8.8vw;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  box-shadow: 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.137254902);
}
@media only screen and (min-width: 769px) {
  .entry-step1-cont {
    width: 84.7vw;
    margin: 7vw auto 0;
    padding: 5.9vw 0 6.6vw;
    border-radius: 2.7vw;
    box-shadow: 0.7vw 0.7vw rgba(0, 0, 0, 0.137254902);
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-cont {
    width: 847px;
    margin: 70px auto 0;
    padding: 59px 0 66px;
    background-color: #fff;
    border-radius: 27px;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.137254902);
  }
}

.entry-step1-subtitle {
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .entry-step1-subtitle {
    width: 41.6vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-subtitle {
    width: 416px;
  }
}

.entry-step1-lead {
  width: 70.6666666667vw;
  margin: 5.7333333333vw auto 0;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .entry-step1-lead {
    width: 54vw;
    margin: 4.2vw auto 0;
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-lead {
    width: 540px;
    margin: 42px auto 0;
    font-size: 2.4rem;
  }
}

.entry-step1-input {
  width: 78.1333333333vw;
  margin: 5.7333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .entry-step1-input {
    width: 60vw;
    margin: 4.2vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-input {
    width: 600px;
    margin: 42px auto 0;
  }
}

.entry-step1-note1 {
  width: 70.6666666667vw;
  margin: 3.0666666667vw auto 0;
  font-size: 3.0666666667vw;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .entry-step1-note1 {
    width: 54vw;
    margin: 2.2vw auto 0;
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-note1 {
    width: 540px;
    margin: 22px auto 0;
    font-size: 2.3rem;
  }
}

.entry-step1-note2 {
  width: 70.6666666667vw;
  margin: 6.6666666667vw auto 0;
  font-size: 3.0666666667vw;
  line-height: 1.6;
  color: #ff0000;
}
@media only screen and (min-width: 769px) {
  .entry-step1-note2 {
    width: 54vw;
    margin: 5.3vw auto 0;
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-note2 {
    width: 540px;
    margin: 53px auto 0;
    font-size: 2.3rem;
  }
}

.entry-step1-note3 {
  width: 70.6666666667vw;
  margin: 5.7333333333vw auto 0;
  font-size: 3.0666666667vw;
  line-height: 1.6;
  color: #ff0000;
}
@media only screen and (min-width: 769px) {
  .entry-step1-note3 {
    width: 54vw;
    margin: 4.6vw auto 0;
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-note3 {
    width: 540px;
    margin: 46px auto 0;
    font-size: 2.3rem;
  }
}

.entry-step1-auth1 {
  width: 62.4vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .entry-step1-auth1 {
    width: 47vw;
    margin: 2vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-auth1 {
    width: 470px;
    margin: 20px auto 0;
  }
}

.entry-step1-auth2 {
  width: 51.6vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .entry-step1-auth2 {
    width: 39.8vw;
    margin: 1.7vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-auth2 {
    width: 398px;
    margin: 17px auto 0;
  }
}

.entry-step1-btn {
  width: 46vw;
  margin: 6.9333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .entry-step1-btn {
    width: 46.6vw;
    margin: 6.3vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step1-btn {
    width: 466px;
    margin: 63px auto 0;
  }
}
.entry-step1-btn:hover, .entry-step1-btn:active {
  opacity: 0.8;
  cursor: pointer;
}

.entry-step2 {
  width: 100vw;
  padding: 14.6666666667vw 0;
  background-color: #edf8dc;
}
@media only screen and (min-width: 769px) {
  .entry-step2 {
    width: 100%;
    padding: 13.7vw 0 12.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2 {
    padding: 137px 0 124px;
  }
}

.entry-step2-inner {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .entry-step2-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.entry-step2-title {
  width: 85.0666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .entry-step2-title {
    width: 86.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-title {
    width: 864px;
  }
}

.entry-step2-cont {
  position: relative;
  width: 84vw;
  margin: 5.7333333333vw auto 0;
  padding: 6.6666666667vw 0 8.8vw;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  box-shadow: 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.137254902);
}
@media only screen and (min-width: 769px) {
  .entry-step2-cont {
    width: 84.7vw;
    margin: 7vw auto 0;
    padding: 5.9vw 0 6.6vw;
    border-radius: 2.7vw;
    box-shadow: 0.7vw 0.7vw rgba(0, 0, 0, 0.137254902);
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-cont {
    width: 847px;
    margin: 70px auto 0;
    padding: 59px 0 66px;
    background-color: #fff;
    border-radius: 27px;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.137254902);
  }
}

.entry-step2-subtitle {
  width: 56vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .entry-step2-subtitle {
    width: 41.6vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-subtitle {
    width: 416px;
  }
}

.entry-step2-lead {
  width: 70.6666666667vw;
  margin: 5.7333333333vw auto 0;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .entry-step2-lead {
    width: 54vw;
    margin: 4.2vw auto 0;
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-lead {
    width: 540px;
    margin: 42px auto 0;
    font-size: 2.4rem;
  }
}

.entry-step2-fig {
  width: 31.2vw;
  margin: 6.5333333333vw auto 0 31.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .entry-step2-fig {
    width: 24.3vw;
    margin: 4.8vw auto 0 34vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-fig {
    width: 243px;
    margin: 48px auto 0 340px;
  }
}

.entry-step2-arrow {
  position: relative;
  z-index: 1;
  width: 15.2vw;
  margin: 0 auto;
  filter: drop-shadow(0.5333333333vw 0.5333333333vw 0px #ccd6be);
}
@media only screen and (min-width: 769px) {
  .entry-step2-arrow {
    width: 15.5vw;
    filter: drop-shadow(0.5vw 0.5vw 0px #ccd6be);
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-arrow {
    width: 155px;
    filter: drop-shadow(5px 5px 0px #ccd6be);
  }
}

.entry-step2-cont2 {
  position: relative;
  width: 84vw;
  margin: 4vw auto 0;
  padding: 5.6vw 0 4.6666666667vw;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  box-shadow: 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.137254902);
}
@media only screen and (min-width: 769px) {
  .entry-step2-cont2 {
    width: 84.7vw;
    margin: 5vw auto 0;
    padding: 6.8vw 0 5.8vw;
    border-radius: 2.7vw;
    box-shadow: 0.7vw 0.7vw rgba(0, 0, 0, 0.137254902);
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-cont2 {
    width: 847px;
    margin: 50px auto 0;
    padding: 68px 0 58px;
    background-color: #fff;
    border-radius: 27px;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.137254902);
  }
}

.entry-step2-cont2-text {
  width: 46.9333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .entry-step2-cont2-text {
    width: 36.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-cont2-text {
    width: 364px;
  }
}

.entry-step2-cont2-note {
  width: 80vw;
  margin: 4.6666666667vw auto 0;
  font-size: 3.0666666667vw;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .entry-step2-cont2-note {
    width: 54vw;
    margin: 2.2vw auto 0;
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 1000px) {
  .entry-step2-cont2-note {
    width: 540px;
    margin: 22px auto 0;
    font-size: 2.3rem;
  }
}

.vote {
  width: 100vw;
  padding: 13.3333333333vw 0 12vw;
  background-color: #ffdccd;
}
@media only screen and (min-width: 769px) {
  .vote {
    width: 100%;
    padding: 12.5vw 0;
  }
}
@media only screen and (min-width: 1000px) {
  .vote {
    padding: 125px 0;
  }
}

.vote-inner {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .vote-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.vote-title {
  width: 73.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .vote-title {
    width: 73.8vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-title {
    width: 738px;
  }
}

.vote-step1-title {
  width: 85.0666666667vw;
  margin: 6vw auto 0;
}
@media only screen and (min-width: 769px) {
  .vote-step1-title {
    width: 86.4vw;
    margin: 5vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-step1-title {
    width: 864px;
    margin: 50px auto 0;
  }
}

.vote-cont {
  position: relative;
  width: 84vw;
  margin: 5.3333333333vw auto 0;
  padding: 6.6666666667vw 0 6vw;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  box-shadow: 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.137254902);
}
@media only screen and (min-width: 769px) {
  .vote-cont {
    width: 84.7vw;
    margin: 6.2vw auto 0;
    padding: 7vw 0;
    border-radius: 2.7vw;
    box-shadow: 0.7vw 0.7vw rgba(0, 0, 0, 0.137254902);
  }
}
@media only screen and (min-width: 1000px) {
  .vote-cont {
    width: 847px;
    margin: 62px auto 0;
    padding: 70px 0;
    border-radius: 27px;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.137254902);
  }
}

.vote-subtitle {
  width: 59.6vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .vote-subtitle {
    width: 45.7vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-subtitle {
    width: 457px;
  }
}

.vote-lead {
  width: 75.3333333333vw;
  margin: 5.7333333333vw auto 0;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .vote-lead {
    width: 58vw;
    margin: 4.2vw auto 0;
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-lead {
    width: 580px;
    margin: 42px auto 0;
    font-size: 2.4rem;
  }
}
.vote-lead li img {
  width: 4vw;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .vote-lead li img {
    width: 3.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-lead li img {
    width: 34px;
  }
}

.vote-prod {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 73.3333333333vw;
  margin: 6vw auto 0 6vw;
}
@media only screen and (min-width: 769px) {
  .vote-prod {
    width: 64.7vw;
    margin: 5.2vw auto 0 10.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-prod {
    width: 647px;
    margin: 52px auto 0 104px;
  }
}

.vote-note {
  width: 75.3333333333vw;
  margin: 10.6666666667vw auto 0;
  font-size: 3.2vw;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .vote-note {
    width: 58vw;
    margin: 9.3vw auto 0;
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-note {
    width: 580px;
    margin: 93px auto 0;
    font-size: 2.4rem;
  }
}

.vote-input {
  width: 78.1333333333vw;
  margin: 5.7333333333vw auto 0;
}
@media only screen and (min-width: 769px) {
  .vote-input {
    width: 60vw;
    margin: 4.2vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-input {
    width: 600px;
    margin: 42px auto 0;
  }
}

.vote-note2 {
  width: 70.6666666667vw;
  margin: 6.6666666667vw auto 0;
  font-size: 3.0666666667vw;
  line-height: 1.6;
  color: #ff0000;
}
@media only screen and (min-width: 769px) {
  .vote-note2 {
    width: 54vw;
    margin: 5.3vw auto 0;
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-note2 {
    width: 540px;
    margin: 53px auto 0;
    font-size: 2.3rem;
  }
}

.vote-note3 {
  width: 70.6666666667vw;
  margin: 5.7333333333vw auto 0;
  font-size: 3.0666666667vw;
  line-height: 1.6;
  color: #ff0000;
}
@media only screen and (min-width: 769px) {
  .vote-note3 {
    width: 54vw;
    margin: 4.6vw auto 0;
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-note3 {
    width: 540px;
    margin: 46px auto 0;
    font-size: 2.3rem;
  }
}

.vote-auth1 {
  width: 62.4vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .vote-auth1 {
    width: 47vw;
    margin: 2vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-auth1 {
    width: 470px;
    margin: 20px auto 0;
  }
}

.vote-auth2 {
  width: 51.6vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 769px) {
  .vote-auth2 {
    width: 39.8vw;
    margin: 1.7vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-auth2 {
    width: 398px;
    margin: 17px auto 0;
  }
}

.vote-btn {
  width: 46.4vw;
  margin: 8vw auto 0;
}
@media only screen and (min-width: 769px) {
  .vote-btn {
    width: 38.5vw;
    margin: 6.6vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-btn {
    width: 385px;
    margin: 66px auto 0;
  }
}
.vote-btn:hover, .vote-btn:active {
  opacity: 0.8;
  cursor: pointer;
}

.vote-note4 {
  width: 75.3333333333vw;
  margin: 6vw auto 0;
  font-size: 3.2vw;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .vote-note4 {
    width: 58vw;
    margin: 5vw auto 0;
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 1000px) {
  .vote-note4 {
    width: 580px;
    margin: 50px auto 0;
    font-size: 2.4rem;
  }
}

/*応募規約*/
.terms {
  width: 100%;
  padding: 13.3333333333vw 0 12vw;
  background-color: #ffffb4;
}
@media only screen and (min-width: 769px) {
  .terms {
    padding: 13vw 0 12vw;
  }
}
@media only screen and (min-width: 1000px) {
  .terms {
    padding: 130px 0 120px;
  }
}

.terms-inner {
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .terms-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .terms-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.terms-cont {
  position: relative;
  width: 84vw;
  margin: 0 auto;
  padding: 6.2666666667vw 0 8.8vw;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  box-shadow: 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.137254902);
}
@media only screen and (min-width: 769px) {
  .terms-cont {
    width: 84.7vw;
    padding: 5.9vw 0 6.6vw;
    border-radius: 2.7vw;
    box-shadow: 0.7vw 0.7vw rgba(0, 0, 0, 0.137254902);
  }
}
@media only screen and (min-width: 1000px) {
  .terms-cont {
    width: 847px;
    padding: 59px 0 66px;
    background-color: #fff;
    border-radius: 27px;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.137254902);
  }
}

.terms-title {
  width: 73.3333333333vw;
  background-color: #ef8200;
  border-radius: 1.3333333333vw;
  margin: 0 auto;
  padding: 0.6666666667vw 0;
  text-align: center;
  line-height: 0;
}
@media only screen and (min-width: 769px) {
  .terms-title {
    width: 72.8vw;
    border-radius: 0.9vw;
  }
}
@media only screen and (min-width: 1000px) {
  .terms-title {
    width: 728px;
    border-radius: 9px;
    padding: 9px 0;
  }
}
.terms-title img {
  width: 14vw;
}
@media only screen and (min-width: 769px) {
  .terms-title img {
    width: 14vw;
  }
}
@media only screen and (min-width: 1000px) {
  .terms-title img {
    width: 140px;
  }
}

.terms-wrap {
  width: 73.3333333333vw;
  border: #b7b7b7 1px solid;
  padding: 3vw;
  height: 64vw;
  overflow: auto;
  margin: 3.3333333333vw auto 0;
  background-color: #fff;
  border-radius: 1.6vw;
}
@media only screen and (min-width: 769px) {
  .terms-wrap {
    width: 75.5208333333vw;
    height: 66.6666666667vw;
    padding: 2.0833333333vw;
    margin: 4.6875vw auto 0;
    border-radius: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1000px) {
  .terms-wrap {
    width: 725px;
    padding: 20px;
    height: 640px;
    margin: 45px auto 0;
    border-radius: 16px;
  }
}
.terms-wrap h4 {
  background-color: transparent;
  text-align: left;
  color: #000;
  margin: 1em 0 0;
  padding: 3vw 0 0 0;
  border-top: 2px dotted #ccc;
  border-radius: 0;
  font-size: 3.8vw;
}
@media only screen and (min-width: 769px) {
  .terms-wrap h4 {
    font-size: 1.875vw;
  }
}
@media only screen and (min-width: 1000px) {
  .terms-wrap h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1000px) {
  .terms-wrap h4 {
    padding: 20px 0 0 0;
    margin: 20px 0 10px;
  }
}
.terms-wrap p {
  color: #000 !important;
  font-size: 3vw !important;
  line-height: 1.5em;
}
@media only screen and (min-width: 769px) {
  .terms-wrap p {
    font-size: 1.4583333333vw !important;
  }
}
@media only screen and (min-width: 1000px) {
  .terms-wrap p {
    font-size: 1.4rem !important;
  }
}
.terms-wrap h4 + p {
  margin-top: 0.7em;
}
.terms-wrap p.mt1em {
  margin: 1em 0 0;
}

ul.disc {
  margin: 0.7em 0 0 0;
  padding: 0 0 0 1em;
}
ul.disc li {
  padding: 0 0 0 0;
  line-height: 1.5em;
  margin: 0 0 0.5em;
  font-size: 3vw !important;
  list-style: disc;
}
@media only screen and (min-width: 769px) {
  ul.disc li {
    font-size: 1.4583333333vw !important;
  }
}
@media only screen and (min-width: 1000px) {
  ul.disc li {
    font-size: 1.4rem !important;
  }
}

ul.note {
  margin: 0.7em 0 0 0;
  padding: 0;
}
ul.note li {
  padding: 0 0 0 1em;
  line-height: 1.5em;
  margin: 0 0 0.5em;
  font-size: 3vw !important;
  list-style: none;
  text-indent: -1em;
}
@media only screen and (min-width: 769px) {
  ul.note li {
    font-size: 1.4583333333vw !important;
  }
}
@media only screen and (min-width: 1000px) {
  ul.note li {
    font-size: 1.4rem !important;
  }
}

.footer {
  width: 100%;
  background: #FFF;
  padding: 4vw 5vw;
}
@media only screen and (min-width: 769px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1000px) {
  .footer {
    width: 960px;
    padding: 35px;
    margin: 0 auto;
  }
}
.footer .first {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .footer .first {
    width: 62.5vw;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1000px) {
  .footer .first {
    width: 520px;
  }
}
.footer .first p {
  font-size: 2.9vw;
  margin-right: 1.5em;
  line-height: 1.5em;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .footer .first p {
    font-size: 1.25vw;
    line-height: 1.8em;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .footer .first p {
    font-size: 1.4rem;
  }
}
.footer .first p a,
.footer .first p a:hover {
  color: #000;
  text-decoration: none;
}
.footer .first p a:hover {
  color: #000;
  text-decoration: underline;
}
.footer .first .copy {
  width: 100%;
  font-size: 2.8vw;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .footer .first .copy {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1000px) {
  .footer .first .copy {
    font-size: 1.4rem;
  }
}
.footer .third {
  width: 30vw;
  margin: 7vw auto 0;
}
@media only screen and (min-width: 769px) {
  .footer .third {
    width: 15.8333333333vw;
    margin: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .footer .third {
    width: 152px;
  }
}
.footer .second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20vw;
  margin: 0 auto 3vw;
  height: 7vw;
}
@media only screen and (min-width: 769px) {
  .footer .second {
    width: 9.375vw;
    height: 3.8541666667vw;
    margin: 0 3.125vw;
  }
}
@media only screen and (min-width: 1000px) {
  .footer .second {
    width: 90px;
    height: 37px;
    margin: 0 30px 0 20px;
  }
}
.footer .second img {
  width: 8vw;
}
@media only screen and (min-width: 769px) {
  .footer .second img {
    width: 3.8541666667vw;
  }
}
@media only screen and (min-width: 1000px) {
  .footer .second img {
    width: 37px;
  }
}

.fixedbtn {
  position: fixed;
  width: 22vw;
  bottom: -64vw;
  right: 1.3333333333vw;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 769px) {
  .fixedbtn {
    width: 19.5vw;
    bottom: -48vw;
    right: 2vw;
  }
}
@media only screen and (min-width: 1000px) {
  .fixedbtn {
    width: 195px;
    bottom: -480px;
    right: 20px;
  }
}
.fixedbtn.active {
  bottom: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .fixedbtn.active {
    bottom: 2vw;
  }
}
@media only screen and (min-width: 1000px) {
  .fixedbtn.active {
    bottom: 20px;
  }
}
.fixedbtn.footerfix {
  bottom: -64vw;
}
@media only screen and (min-width: 769px) {
  .fixedbtn.footerfix {
    bottom: -48vw;
  }
}
@media only screen and (min-width: 1000px) {
  .fixedbtn.footerfix {
    bottom: -480px;
  }
}

.ptop {
  width: 16vw;
  margin: 2.4vw auto 0;
}
@media only screen and (min-width: 769px) {
  .ptop {
    width: 18.2vw;
    margin: 2.5vw auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .ptop {
    width: 182px;
    margin: 25px auto 0;
  }
}