.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

.u-sp-none {
  display: block; }
  @media (max-width: 768px) {
    .u-sp-none {
      display: none !important; } }

a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  a:hover {
    opacity: .5; }

.result {
  margin: 80px auto 0; }
  .result-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-width: 1080px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .result-btn-wrapper {
        width: 75%; } }
  .result-btn {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    color: #fff;
    font-size: 20px;
    padding: 12px 0;
    width: 24.5%;
    background-color: #e88ada;
    font-weight: bold;
    -webkit-filter: drop-shadow(0px 4px 0px #dadada);
    filter: drop-shadow(0px 4px 0px #dadada); }
    @media (max-width: 768px) {
      .result-btn {
        width: 100%;
        font-size: 28px; } }
    .result-btn.btn-green {
      background-color: #3ed4b5; }
    @media (max-width: 768px) {
      .result-btn + .result-btn {
        margin-top: 16px; } }
  .result-btn-category {
    font-size: 14px;
    display: block; }
  .result-btn-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px; }
    .result-btn-arrow::before {
      content: "";
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
      transform: translate(-50%, -50%) rotate(225deg);
      height: 8px;
      width: 8px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff; }
  .result-content-wrapper {
    margin: 80px auto 0; }
    .result-content-wrapper + .result-content-wrapper {
      margin-top: 80px;
      padding-top: 80px;
      border-top: 1px solid #e6e6e6; }
      @media (max-width: 768px) {
        .result-content-wrapper + .result-content-wrapper {
          margin-top: 40px;
          padding-top: 40px; } }
  .result-content-inner {
    max-width: 750px;
    margin: 32px auto 0; }
    @media (max-width: 768px) {
      .result-content-inner {
        width: 90%; } }
    .result-content-inner.content-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .result-content-flex-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; }
    .result-content-flex-inner + .result-content-flex-inner {
      margin-top: 48px;
      padding-top: 48px;
      position: relative; }
      .result-content-flex-inner + .result-content-flex-inner::before {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        left: 50%;
        height: 8px;
        width: 30%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: -webkit-linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
        background: -o-linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
        background: linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7)); }
  .result-content-flex {
    width: 48.5%; }
  .result-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 12px 0;
    color: #fff;
    margin: 0;
    background: -webkit-linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
    background: -o-linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
    background: linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7)); }
  .result-head-icon {
    display: block;
    height: 48px; }
  .result-head-text-wrapper {
    font-size: 32px;
    text-align: center;
    margin: 0 24px; }
    .result-head-text-wrapper span {
      display: block;
      font-size: 14px; }
  .result-head-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #fff;
    color: #0058a4;
    font-size: 18px; }
    .result-head-num span {
      font-size: 16px; }
  .result-head-noetes {
    width: 100%;
    margin-top: 16px;
    background-color: #ff3366;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 12px 0; }
  .result-winner-container.container-50 {
    width: 48.5%; }
    .result-winner-container.container-50 + .result-winner-container.container-50 {
      margin-top: 0;
      padding-top: 0; }
      .result-winner-container.container-50 + .result-winner-container.container-50::before {
        display: none; }
  .result-winner-container + .result-winner-container {
    margin-top: 48px;
    padding-top: 48px;
    position: relative; }
    .result-winner-container + .result-winner-container::before {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      left: 50%;
      height: 8px;
      width: 30%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: -webkit-linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
      background: -o-linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
      background: linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7)); }
  .result-img {
    display: block;
    width: 85%;
    margin: 0 auto; }
    .result-img + .result-img {
      margin-top: 12px; }
  .result-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-top: 32px;
    line-height: 1; }
    @media (max-width: 768px) {
      .result-name {
        margin-top: 16px;
        font-size: 20px; } }
    .result-name span {
      font-size: 16px; }
      @media (max-width: 768px) {
        .result-name span {
          font-size: 10px; } }
    .result-name p {
      font-size: 14px;
      text-align: center;
      display: block;
      width: 100%;
      margin-top: 8px; }
  .result-name-tag {
    font-size: 12px;
    color: #fff;
    background-color: #0058a4;
    line-height: 1;
    padding: 8px 4px;
    margin-right: 8px; }
    @media (max-width: 768px) {
      .result-name-tag {
        padding: 6px 6px; } }
  .result-winner-comment {
    margin-top: 32px;
    border: 1px solid #e6e6e6;
    position: relative;
    -webkit-transition: height .3s ease, padding .3s ease;
    -o-transition: height .3s ease, padding .3s ease;
    transition: height .3s ease, padding .3s ease; }
    @media (max-width: 768px) {
      .result-winner-comment {
        margin-top: 16px; } }
    .result-winner-comment.js-acordion-body {
      height: 13em;
      overflow: hidden; }
      @media (max-width: 768px) {
        .result-winner-comment.js-acordion-body {
          height: 20em; } }
      .result-winner-comment.js-acordion-body.is-open {
        height: auto;
        padding-bottom: 40px; }
    .result-winner-comment div {
      background-color: #e6e6e6;
      font-size: 20px;
      line-height: 1;
      text-align: center;
      color: #000000;
      font-weight: bold;
      padding: 12px 0; }
    .result-winner-comment p {
      padding: 24px;
      font-size: 16px;
      line-height: 1.5em;
      margin: 0; }
      @media (max-width: 768px) {
        .result-winner-comment p {
          padding: 16px; } }
  .result-winner-comment-btn {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, white));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white 30%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), white 30%);
    background: linear-gradient(rgba(255, 255, 255, 0), white 30%);
    color: #000;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 32px 0 12px;
    font-size: 12px;
    text-align: center; }
  .result-prize {
    margin-top: 32px;
    border: 1px solid #e6e6e6; }
    .result-prize span {
      background-color: #0058a4;
      display: block;
      font-size: 20px;
      line-height: 1;
      text-align: center;
      color: #fff;
      font-weight: bold;
      padding: 12px 0; }
    .result-prize ul {
      padding: 24px;
      font-size: 16px;
      line-height: 1.5em;
      margin: 0; }
      @media (max-width: 768px) {
        .result-prize ul {
          padding: 16px; } }
      .result-prize ul li + li {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #e6e6e6; }
  .result-comment {
    background: -webkit-linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
    background: -o-linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
    background: linear-gradient(45deg, rgba(62, 223, 192, 0.7), rgba(0, 158, 231, 0.7), rgba(243, 149, 229, 0.7));
    padding: 48px 80px;
    margin-top: 32px; }
    @media (max-width: 768px) {
      .result-comment {
        padding: 32px 16px; } }
  .result-comment-title {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    display: block; }
    @media (max-width: 768px) {
      .result-comment-title {
        font-size: 32px; } }
  .result-creator-container {
    margin: 32px 0 0; }
    .result-creator-container + .result-creator-container {
      margin-top: 64px;
      padding-top: 64px;
      border-top: 1px solid #fff; }
      @media (max-width: 768px) {
        .result-creator-container + .result-creator-container {
          margin-top: 32px;
          padding-top: 32px; } }
  .result-creator-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .result-creator-profile + .result-creator-profile {
      margin-top: 40px; }
  .result-creator-photo {
    width: 40%; }
  .result-creator-profile-text {
    width: 60%;
    padding-left: 32px;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 768px) {
      .result-creator-profile-text {
        padding-left: 16px; } }
  .result-creator-post {
    font-size: 20px; }
    @media (max-width: 768px) {
      .result-creator-post {
        font-size: 12px; } }
  .result-creator-name {
    font-size: 30px; }
    @media (max-width: 768px) {
      .result-creator-name {
        font-size: 20px; } }
  .result-creator-work {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: normal;
    width: 100%;
    margin-top: 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    color: #fff; }
    @media (max-width: 768px) {
      .result-creator-work {
        margin-top: 12px;
        font-size: 10px;
        padding: 8px 0; } }
  .result-creator-comment-container {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 24px;
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 32px; }
    @media (max-width: 768px) {
      .result-creator-comment-container {
        margin-top: 16px;
        padding: 16px 18px; } }
    .result-creator-comment-container::before {
      content: "";
      border-bottom: 16px solid rgba(255, 255, 255, 0.8);
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%); }
      @media (max-width: 768px) {
        .result-creator-comment-container::before {
          border-bottom: 8px solid rgba(255, 255, 255, 0.8);
          border-left: 8px solid transparent;
          border-right: 8px solid transparent; } }
