@charset "UTF-8";
.clearfix {
  zoom: 1;
}

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

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
.main {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.main__inner {
  width: 100%;
  height: 100%;
  min-height: 700px;
  position: relative;
  zoom: 1;
  border: none;
}

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

.main__logo {
  position: absolute;
  left: 50px;
  top: 50px;
  padding: 3px;
  background-color: #d70c18;
}

.main__block {
  width: 950px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -250px);
}

.main__block__num {
  font-size: 26px;
  line-height: 1.0em;
  font-family: noto-sans-cjk-jp, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 65px;
}

.main__block__question {
  margin-bottom: 55px;
}

.main__block__question span {
  display: inline-block;
  font-size: 26px;
  line-height: 1.0em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom: #000000 solid 5px;
  box-sizing: border-box;
  padding-bottom: 18px;
}

.main__block__answers {
  display: block;
  width: 100%;
}

.main__block__answers li {
  width: 540px;
  margin: 0 auto 20px auto;
}

.main__block__answers li:last-child {
  margin-bottom: 0;
}

.main__block__answers a {
  display: block;
  text-decoration: none;
  color: #d70c18;
  background-color: #000000;
  line-height: 1.0em;
  font-size: 26px;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 15px 105px;
  border: #000000 solid 5px;
  box-sizing: border-box;
  transition: all .2s;
}

.main__block__answers a:hover {
  color: #000000;
  background-color: #d70c18;
}

.main__bar {
  width: 950px;
  height: 34px;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 220px);
}

.main__bar p {
  width: 100%;
  height: 100%;
  position: relative;
}

.main__bar p:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f8dcb4;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.main__bar__cursor {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 1;
  transition: all .5s;
}

.main__bar__cursor span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  background-color: #f8dcb4;
  border: #d70c18 solid 5px;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.main__copyright {
  font-size: 12px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.0em;
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 21.875vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #preferences-page {
    padding-bottom: 0px;
    padding-bottom: 0vw;
  }
  .main {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
  }
  .main__inner {
    width: 100%;
    height: 100%;
    min-height: auto;
    position: relative;
    zoom: 1;
    border: none;
  }
  .main__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__logo {
    position: absolute;
    left: 17.5px;
    left: 5.46875vw;
    top: 15px;
    top: 4.6875vw;
    padding: 1.5px;
    padding: 0.46875vw;
    background-color: #d70c18;
  }
  .main__logo img {
    height: 43.5px;
    height: 13.59375vw;
    width: auto;
  }
  .main__block {
    width: 75%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -130px);
    transform: translate(-50%, -40.625vw);
    margin: 0 auto;
    margin-bottom: 130px;
    margin-bottom: 40.625vw;
  }
  .main__block__num {
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.0em;
    font-family: noto-sans-cjk-jp, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .main__block__question {
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .main__block__question span {
    display: inline-block;
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.0em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: #000000 solid 2.5px;
    border-bottom: #000000 solid 0.78125vw;
    box-sizing: border-box;
    padding-bottom: 9px;
    padding-bottom: 2.8125vw;
  }
  .main__block__answers {
    display: block;
    width: 100%;
  }
  .main__block__answers li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
  .main__block__answers li:last-child {
    margin-bottom: 0;
  }
  .main__block__answers a {
    display: block;
    text-decoration: none;
    color: #d70c18;
    background-color: #000000;
    line-height: 1.0em;
    font-size: 14px;
    font-size: 4.375vw;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding-top: 10px;
    padding-top: 3.125vw;
    padding-right: 0px;
    padding-right: 0vw;
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
    padding-left: 0px;
    padding-left: 0vw;
    border: none;
    box-sizing: border-box;
    transition: none;
  }
  .main__block__answers a:hover {
    color: #d70c18;
    background-color: #000000;
  }
  .main__bar {
    width: 75%;
    height: 17px;
    height: 5.3125vw;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
    transform: translate(-50%, 175px);
    transform: translate(-50%, 54.6875vw);
  }
  .main__bar p {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main__bar p:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    height: 0.3125vw;
    background-color: #f8dcb4;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
  }
  .main__bar__cursor {
    display: block;
    width: 17px;
    width: 5.3125vw;
    height: 17px;
    height: 5.3125vw;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 1;
  }
  .main__bar__cursor span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    background-color: #f8dcb4;
    border: #d70c18 solid 2.5px;
    border: #d70c18 solid 0.78125vw;
    box-sizing: border-box;
    transform: translateX(-50%);
  }
  .main__copyright {
    font-size: 10px;
    font-size: 3.125vw;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.0em;
    position: absolute;
    left: 50%;
    bottom: 25px;
    bottom: 7.8125vw;
    transform: translate(-50%, 0);
    text-align: center;
  }
}
