@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%;
  /* 16px -> 10px */
}

div {
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dt,
dd,
li,
caption,
th,
td,
input,
button,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
p input,
p button,
p select,
li h1,
li h2,
li h3,
li h4,
li h5,
li h6,
li p,
li dt,
li dd,
li li,
li th,
li td,
li input,
li button,
li textarea,
li select,
dd h1,
dd h2,
dd h3,
dd h4,
dd h5,
dd h6,
dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd input,
dd button,
dd textarea,
dd select,
tr h1,
tr h2,
tr h3,
tr h4,
tr h5,
tr h6,
tr p,
tr dt,
tr dd,
tr li,
tr input,
tr button,
tr textarea,
tr select {
  font-size: 100%;
}

input,
button,
select,
option,
textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
#deco {
  background: url("../img/result/2021/bg.png") repeat-y center -20px #fff;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #deco {
    background: url("../img/result/2021/bg-sp.png") repeat-y center -9.375vw #fff;
    background-size: 100%;
  }
}

#result {
  position: relative;
  padding: 35px 0 54px;
}
@media only screen and (max-width: 768px) {
  #result {
    padding: 10vw 0 14.84375vw;
  }
}
@media only screen and (max-width: 768px) {
  #result img {
    width: 100%;
  }
}
#result h1 {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #result h1 {
    margin-bottom: 4.6875vw;
  }
}
#result .text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #result .text {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
}
#result .select {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #result .select {
    margin-bottom: 7.8125vw;
  }
}
#result .select p {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 6px 0 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #result .select p {
    font-size: 27px;
    font-size: 4.21875vw;
    margin-bottom: 6.25vw;
    padding: 0.9375vw 0 0.78125vw;
  }
}
#result .select ul {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #result .select ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding: 1.5625vw;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
#result .select ul li {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #result .select ul li {
    font-size: 22px;
    font-size: 3.4375vw;
    width: auto;
    margin-bottom: 3.125vw;
  }
}
#result .select ul li:not(:last-child) {
  padding-right: 18px;
}
@media only screen and (max-width: 768px) {
  #result .select ul li:not(:last-child) {
    padding-right: 5.46875vw;
  }
}
#result .select ul li:not(:last-child)::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -0.7em;
  font-weight: lighter;
}
@media only screen and (max-width: 768px) {
  #result .select ul li:not(:last-child)::after {
    right: 0.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #result .select ul li:nth-of-type(3n) {
    padding-right: 0;
  }
  #result .select ul li:nth-of-type(3n)::after {
    display: none;
  }
}
#result .select ul li:nth-child(1) a {
  color: #e5516e;
}
#result .select ul li:nth-child(2) a {
  color: #aea40a;
}
#result .select ul li:nth-child(3) a {
  color: #2a95ef;
}
#result .select ul li:nth-child(4) a {
  color: #25c2b2;
}
#result .select ul li:nth-child(5) a {
  color: #a76adb;
}
#result .select ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
#result .select .nav-fair {
  text-align: center;
  margin: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #result .select .nav-fair {
    width: 66.875vw;
    margin: 1.5625vw auto 4.6875vw;
  }
}
#result .select .nav-fair a {
  color: #000;
}
#result .select .nav-fair a:hover {
  text-decoration: none;
}
#result h2 {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #result h2 {
    margin-bottom: 4.6875vw;
  }
}
#result .block {
  width: 960px;
}
@media only screen and (max-width: 768px) {
  #result .block {
    width: auto;
  }
}
#result .block.block1 {
  margin: -80px auto 110px;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 {
    margin: -10.9375vw auto 18.75vw;
    padding-top: 10.9375vw;
  }
}
#result .block.block1.bg-on {
  position: relative;
}
#result .block.block1.bg-on::before {
  content: "";
  width: 200vw;
  height: 90%;
  background-color: #fff11a;
  position: absolute;
  top: 40px;
  left: -50vw;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (max-width: 768px) {
  #result .block.block1.bg-on::before {
    height: 71%;
    top: inherit;
    bottom: -6.25vw;
  }
}
#result .block.block1.bg-on .box .txt-box .comment {
  background-color: #fff;
}
#result .block.block1.bg-on .box .txt-box .comment::after {
  border-right: 20px solid #fff;
}
@media only screen and (max-width: 768px) {
  #result .block.block1.bg-on .box .txt-box .comment::after {
    border-bottom: 3.90625vw solid #fff;
    border-right: 2.1875vw solid transparent;
  }
}
#result .block.block1.bg-on:nth-of-type(3n)::before {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
#result .block.block1.award1 .ttl-box::after {
  content: "";
  background: url("../img/result/2021/icon1.png") no-repeat top center;
  background-size: contain;
  width: 208px;
  height: 208px;
  position: absolute;
  top: -55px;
  left: -35px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1.award1 .ttl-box::after {
    width: 27.03125vw;
    height: 27.03125vw;
    top: -7.03125vw;
    left: -4.375vw;
  }
}
#result .block.block1.award2 .ttl-box::after {
  content: "";
  background: url("../img/result/2021/icon2_220219.png") no-repeat top center;
  background-size: contain;
  width: 169px;
  height: 169px;
  position: absolute;
  top: -45px;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1.award2 .ttl-box::after {
    width: 27.03125vw;
    height: 27.03125vw;
    top: -7.03125vw;
    left: -4.375vw;
  }
}
#result .block.block1.award3 .ttl-box::after {
  content: "";
  background: url("../img/result/2021/icon3.png") no-repeat top center;
  background-size: contain;
  width: 169px;
  height: 169px;
  position: absolute;
  top: -45px;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1.award3 .ttl-box::after {
    width: 27.03125vw;
    height: 27.03125vw;
    top: -7.03125vw;
    left: -4.375vw;
  }
}
#result .block.block1 .ttl-box {
  position: relative;
  background: url("../img/result/2021/bg_ttl.png") no-repeat top right #000;
  background-size: contain;
  min-height: 172px;
  padding: 0 40px 0 204px;
  margin-bottom: 30px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .ttl-box {
    margin-bottom: 2.34375vw;
    min-height: 39.0625vw;
    padding: 0 6.25vw 0 25.78125vw;
    background: #000;
  }
}
#result .block.block1 .ttl-box h3 {
  color: #fff;
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .ttl-box h3 {
    font-size: 30px;
    font-size: 4.6875vw;
    padding-top: 4.6875vw;
  }
}
#result .block.block1 .ttl-box h3 span {
  font-size: 25px;
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .ttl-box h3 span {
    font-size: 22px;
    font-size: 3.4375vw;
    top: -0.78125vw;
  }
}
#result .block.block1 .ttl-box h3.one-line {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .ttl-box h3.one-line {
    padding-top: 10.15625vw;
  }
}
#result .block.block1 .ttl-box p.author {
  position: absolute;
  bottom: 20px;
  left: 204px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .ttl-box p.author {
    font-size: 20px;
    font-size: 3.125vw;
    bottom: 3.90625vw;
    left: 25.78125vw;
  }
}
#result .block.block1 .ttl-box p.author span.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .ttl-box p.author span.sp {
    display: inline;
  }
  #result .block.block1 .ttl-box p.author span.pc {
    display: none;
  }
}
#result .block.block1 .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box {
    display: block;
  }
}
#result .block.block1 .box .cover {
  width: 436px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .cover {
    width: auto;
    margin-bottom: 3.90625vw;
  }
}
#result .block.block1 .box .txt-box {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box {
    width: auto;
  }
}
#result .block.block1 .box .txt-box .award {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .award {
    margin-bottom: -2.8125vw;
  }
}
#result .block.block1 .box .txt-box .award dt {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .award dt {
    margin-bottom: 2.34375vw;
  }
}
#result .block.block1 .box .txt-box .award dd {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 30px 0 68px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .award dd {
    display: inline-block;
    font-size: 26px;
    font-size: 4.0625vw;
    margin: 0 9.6875vw 1.5625vw;
    padding: 0 4.6875vw 0 10.9375vw;
  }
}
#result .block.block1 .box .txt-box .award dd::before {
  content: "";
  background: url("../img/result/2021/crown1.png") no-repeat top center;
  background-size: contain;
  width: 33px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .award dd::before {
    width: 6.25vw;
    height: 5.9375vw;
    left: 3.125vw;
  }
}
#result .block.block1 .box .txt-box .comment {
  position: relative;
  padding: 0 22px 52px;
  background-color: #fff11a;
  min-height: 388px;
  margin-top: 14px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .comment {
    padding: 0 4.6875vw 11.71875vw;
    min-height: 84.6875vw;
    margin-top: 7.8125vw;
  }
}
#result .block.block1 .box .txt-box .comment::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 12px solid transparent;
  border-right: 20px solid #fff11a;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 74px;
  left: -18px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .comment::after {
    border-bottom: 3.90625vw solid #fff11a;
    border-right: 2.1875vw solid transparent;
    border-left: 2.1875vw solid transparent;
    top: -5.625vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#result .block.block1 .box .txt-box .comment p {
  font-family: "Zen Maru Gothic", sans-serif;
}
#result .block.block1 .box .txt-box .comment p:first-child {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .comment p:first-child {
    position: relative;
    margin-bottom: 3.125vw;
    z-index: 2;
  }
}
#result .block.block1 .box .txt-box .comment p:first-child img {
  margin-top: -14px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .comment p:first-child img {
    margin-top: -2.8125vw;
  }
}
#result .block.block1 .box .txt-box .comment p.txt {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .comment p.txt {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#result .block.block1 .box .txt-box .comment p.name {
  position: relative;
  display: inline;
  position: absolute;
  right: 22px;
  bottom: 22px;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .comment p.name {
    font-size: 24px;
    font-size: 3.75vw;
    right: 4.6875vw;
    bottom: 4.6875vw;
  }
}
#result .block.block1 .box .txt-box .comment p.name span {
  width: 42px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -46px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #result .block.block1 .box .txt-box .comment p.name span {
    width: 8.59375vw;
    height: 0.15625vw;
    left: -9.0625vw;
  }
}
#result .block.block2 {
  margin: -50px auto 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 {
    margin: -6.25vw auto 9.375vw;
    padding-top: 6.25vw;
  }
}
#result .block.block2 h3 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 h3 {
    margin: 0 -26.5625vw 3.75vw;
    padding: 0;
  }
}
#result .block.block2 .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box {
    margin-bottom: 4.375vw;
  }
}
#result .block.block2 .box .cover {
  width: 337px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .cover {
    width: 39.375vw;
  }
}
#result .block.block2 .box .txt-box {
  width: 600px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box {
    width: 52.5vw;
  }
}
#result .block.block2 .box .txt-box .ttl-box {
  position: relative;
  background: url("../img/result/2021/bg_ttl.png") no-repeat top right #000;
  min-height: 202px;
  padding: 10px 35px 50px;
  margin-bottom: 30px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .ttl-box {
    padding: 1.5625vw 3.4375vw 14.0625vw;
    min-height: unset;
    background: #000;
    margin-bottom: 1.5625vw;
  }
}
#result .block.block2 .box .txt-box .ttl-box h4 {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .ttl-box h4 {
    font-size: 25px;
    font-size: 3.90625vw;
    padding-top: 3.4375vw;
  }
}
#result .block.block2 .box .txt-box .ttl-box h4 span {
  font-size: 25px;
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .ttl-box h4 span {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#result .block.block2 .box .txt-box .ttl-box h4.one-line {
  padding-top: 38px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .ttl-box h4.one-line {
    padding-top: 3.75vw;
  }
}
#result .block.block2 .box .txt-box .ttl-box h4.three-line {
  padding: 20px 0 40px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .ttl-box h4.three-line {
    padding: 3.4375vw 0 0;
  }
}
#result .block.block2 .box .txt-box .ttl-box p.author {
  position: absolute;
  bottom: 25px;
  left: 40px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .ttl-box p.author {
    font-size: 15px;
    font-size: 2.34375vw;
    left: 3.4375vw;
    bottom: 4.0625vw;
  }
}
#result .block.block2 .box .txt-box .award {
  margin-bottom: 34px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .award {
    margin-bottom: 1.5625vw;
  }
}
#result .block.block2 .box .txt-box .award dt {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .award dt {
    margin-bottom: 0.78125vw;
  }
}
#result .block.block2 .box .txt-box .award dd {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 30px 0 68px;
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .award dd {
    font-size: 16px;
    font-size: 2.5vw;
    padding: 0.78125vw 4.6875vw 0.78125vw 7.8125vw;
  }
}
#result .block.block2 .box .txt-box .award dd::before {
  content: "";
  background: url("../img/result/2021/crown2.png") no-repeat top center;
  background-size: contain;
  width: 33px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #result .block.block2 .box .txt-box .award dd::before {
    width: 3.75vw;
    height: 3.4375vw;
    left: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  #result .block.award9 .box .txt-box .award {
    text-align: left;
  }
}
#result .block .btn-trial {
  position: relative;
  width: 428px;
  height: 86px;
  margin: 0 auto 38px;
}
@media only screen and (max-width: 768px) {
  #result .block .btn-trial {
    width: 66.875vw;
    height: 12.8125vw;
  }
}
#result .block .btn-trial a {
  position: absolute;
  top: -10px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #result .block .btn-trial a {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#result .block .btn-trial a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #result .block .btn-trial a:hover {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#result .block .btn-trial::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/global/bg_btn.png") repeat top center;
}
@media only screen and (max-width: 768px) {
  #result .block .btn-trial.off {
    width: auto;
    height: auto;
  }
}
#result .block .btn-trial.off::after {
  display: none;
}
#result .list-block {
  margin-bottom: 100px;
}
#result .list-block.list1 h3::after {
  background: url("../img/result/2021/crown3.png") no-repeat top center;
  background-size: contain;
}
#result .list-block.list1 ul li:nth-of-type(even) {
  background-color: #fefbcf;
}
#result .list-block.list1 ul li:nth-child(1) .rank::after, #result .list-block.list1 ul li:nth-child(2) .rank::after, #result .list-block.list1 ul li:nth-child(3) .rank::after {
  background: url("../img/result/2021/icon_list01.png") no-repeat top center;
  background-size: contain;
}
#result .list-block.list2 h3::after {
  background: url("../img/result/2021/crown4.png") no-repeat top center;
  background-size: contain;
}
#result .list-block.list2 ul li:nth-of-type(even) {
  background-color: #dcf1fb;
}
#result .list-block.list2 ul li:nth-child(1) .rank::after, #result .list-block.list2 ul li:nth-child(2) .rank::after, #result .list-block.list2 ul li:nth-child(3) .rank::after {
  background: url("../img/result/2021/icon_list02.png") no-repeat top center;
  background-size: contain;
}
#result .list-block.list3 h3::after {
  background: url("../img/result/2021/crown5.png") no-repeat top center;
  background-size: contain;
}
#result .list-block.list3 ul li:nth-of-type(even) {
  background-color: #d5f5f2;
}
#result .list-block.list3 ul li:nth-child(1) .rank::after, #result .list-block.list3 ul li:nth-child(2) .rank::after, #result .list-block.list3 ul li:nth-child(3) .rank::after {
  background: url("../img/result/2021/icon_list03.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #result .list-block.list4 h3 {
    font-size: 30px;
    font-size: 4.6875vw;
    letter-spacing: -0.04em;
  }
}
#result .list-block.list4 h3::after {
  background: url("../img/result/2021/crown6.png") no-repeat top center;
  background-size: contain;
}
#result .list-block.list4 ul li:nth-of-type(even) {
  background-color: #f2e4fe;
}
#result .list-block.list4 ul li .rank p {
  color: #fff;
}
#result .list-block.list4 ul li .rank::after {
  background: url("../img/result/2021/icon_list04.png") no-repeat top center;
  background-size: contain;
}
#result .list-block h3 {
  position: relative;
  background-color: #000;
  line-height: 1;
  font-size: 32px;
  padding: 15px 75px;
  color: #fff11a;
}
@media only screen and (max-width: 768px) {
  #result .list-block h3 {
    font-size: 32px;
    font-size: 5vw;
    padding: 2.34375vw 3.125vw 2.34375vw 10.9375vw;
  }
}
#result .list-block h3::after {
  content: "";
  width: 32px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #result .list-block h3::after {
    width: 5vw;
    height: 4.84375vw;
    left: 3.125vw;
  }
}
#result .list-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75px;
  padding: 20px 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li {
    padding: 3.90625vw 0;
    min-height: 18.75vw;
  }
}
#result .list-block ul li:nth-child(1) .rank p, #result .list-block ul li:nth-child(2) .rank p, #result .list-block ul li:nth-child(3) .rank p {
  color: #fff;
}
#result .list-block ul li:nth-child(10) .rank p span {
  letter-spacing: -0.1em;
  margin-right: 6px;
}
#result .list-block ul li .rank {
  position: relative;
  width: 110px;
  height: 74px;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .rank {
    width: 16.5625vw;
    height: 13.59375vw;
  }
}
#result .list-block ul li .rank p {
  position: relative;
  top: 12px;
  left: 2px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  z-index: 2;
  font-family: "Zen Antique Soft", serif;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .rank p {
    font-size: 16px;
    font-size: 2.5vw;
    top: 2.1875vw;
  }
}
#result .list-block ul li .rank p span {
  font-size: 38px;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  bottom: -4px;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .rank p span {
    font-size: 44px;
    font-size: 6.875vw;
    bottom: -0.625vw;
  }
}
#result .list-block ul li .rank::after {
  content: "";
  width: 73px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .rank::after {
    width: 13.59375vw;
    height: 13.59375vw;
  }
}
#result .list-block ul li .txt-box {
  width: 655px;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .txt-box {
    width: 48.4375vw;
  }
}
#result .list-block ul li .txt-box p.title {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .txt-box p.title {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#result .list-block ul li .txt-box p.author {
  font-size: 16px;
  color: #666666;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .txt-box p.author {
    font-size: 15px;
    font-size: 2.34375vw;
  }
}
#result .list-block ul li .btn-trial {
  position: relative;
  width: 170px;
  height: 45px;
  margin: 10px 20px 0;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .btn-trial {
    width: 22.65625vw;
    height: 10.625vw;
    margin: 1.5625vw 2.8125vw 0;
  }
}
#result .list-block ul li .btn-trial a {
  position: absolute;
  top: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .btn-trial a {
    top: -0.78125vw;
  }
}
#result .list-block ul li .btn-trial a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .btn-trial a:hover {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#result .list-block ul li .btn-trial::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/global/bg_btn.png") repeat top center;
}
@media only screen and (max-width: 768px) {
  #result .list-block ul li .btn-trial.off {
    width: auto;
    height: auto;
  }
}
#result .list-block ul li .btn-trial.off::after {
  display: none;
}

#fair {
  background: url("../img/result/2021/bg_top.png") no-repeat top center #e5516e;
  padding: 70px 0 94px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #fair {
    padding: 7.03125vw 0 14.6875vw;
    background: url("../img/result/2021/bg_top-sp.png") no-repeat top center #e5516e;
    background-size: 100%;
  }
}
#fair::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: url(../img/result/2021/bg_bottom.png) no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #fair::after {
    height: 5.625vw;
    bottom: 9.21875vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .text {
    margin-bottom: 5.46875vw;
    line-height: 1;
  }
}
#fair .box {
  position: relative;
  margin-bottom: 58px;
}
@media only screen and (max-width: 768px) {
  #fair .box {
    margin-bottom: 6.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .box .image {
    width: 93.75vw;
    margin: 0 auto 6.5625vw;
  }
}
#fair .box .txt-box {
  width: 792px;
  border: 1px solid #000;
  padding: 20px 28px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #fair .box .txt-box {
    width: 80.9375vw;
    bottom: 4.375vw;
    padding: 3.125vw;
  }
}
#fair .box .txt-box p {
  font-size: 17px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #fair .box .txt-box p {
    font-size: 20px;
    font-size: 3.125vw;
    margin-bottom: 2.8125vw;
  }
}
#fair .box .txt-box p span {
  color: #e5516e;
}
#fair .btn-fair {
  position: relative;
  width: 815px;
  height: 105px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #fair .btn-fair {
    width: 66.875vw;
    height: 12.8125vw;
  }
}
#fair .btn-fair a {
  position: absolute;
  top: -10px;
  left: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #fair .btn-fair a {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#fair .btn-fair a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #fair .btn-fair a:hover {
    top: -1.5625vw;
    left: -1.25vw;
  }
}
#fair .btn-fair::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/global/bg_btn.png") repeat top center;
}
@media only screen and (max-width: 768px) {
  #fair .btn-fair.off {
    width: auto;
    height: auto;
  }
}
#fair .btn-fair.off::after {
  display: none;
}

#pagetop {
  position: absolute;
  bottom: -55px;
  right: -58px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: -24.21875vw;
    right: -4.375vw;
    z-index: 2;
  }
}

#content .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 93.75vw;
  }
}
/*# sourceMappingURL=result2021.css.map */