@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap);
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #343434;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0;
}
body.is-fixed {
  position: fixed;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.footer {
  padding: 3rem 2rem;
  background-color: #F5F5F5;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

.header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
          justify-content: space-between;
  width: 100%;
  background-color: #fff;
  font-size: 1.6rem;
}
.header__logo {
  width: 14.4rem;
  margin: 1rem 0 0.8rem 4rem;
}
.header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.header__spbtn {
  display: none;
}
.header__spbtn .txt {
  display: inline-block;
  padding-top: 2.4rem;
  font-size: 0.8rem;
  text-align: center;
}
.header__spbtn .line {
  -webkit-transform: translateX(-50%);
  -webkit-transition: 0.5s;
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 2.1rem;
  height: 0.1rem;
          transform: translateX(-50%);
  background: #343434;
  transition: 0.5s;
}
.header__spbtn .line:first-child {
  top: 1.2rem;
}
.header__spbtn .line:nth-child(2) {
  top: 1.8rem;
}
.header__spbtn.is-open .line:first-child {
  -webkit-transform: translateX(-50%) rotate(28deg);
  top: 1.4rem;
          transform: translateX(-50%) rotate(28deg);
}
.header__spbtn.is-open .line:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(-28deg);
  top: 1.4rem;
          transform: translateX(-50%) rotate(-28deg);
}
.header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.header__link {
  margin-right: 2rem;
}
.header__link--gray {
  color: #CAD2D6;
  pointer-events: none;
}
.header__appbtn {
  width: 19rem;
}

.kv {
  position: relative;
  max-width: 1920px;
  margin-top: 9.9rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.kv img {
  width: 100%;
}
.kv .js-anime {
  opacity: 0;
}
.kv__anime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.kv__anime.line {
  top: 36%;
  right: 0;
  left: unset;
  width: 69%;
}
.kv__anime.logo {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: 24rem;
  width: 30%;
          transform: translateY(-50%);
}
.kv__anime.fuwafuwa {
  -webkit-animation: fuwafuwa 5s ease-in-out infinite alternate;
  display: inline-block;
          animation: fuwafuwa 5s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.sec {
  margin-top: 10rem;
}
.sec .wrap {
  max-width: calc(1000px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}
.sec__ttl {
  position: relative;
  padding: 4.5rem 0;
  color: #272727;
  font-weight: 800;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec__ttl::before {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 31rem;
  height: 7.2rem;
          transform: translateX(-50%);
  background-image: url(../img/sec_ttl_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.sec--message {
  margin-top: 10.5rem;
}
.sec--award .wrap {
  margin-top: 5rem;
}
.sec--thumbnails {
  padding: 6rem 0 5rem;
  background: url(../img/bg_slider.jpg) center top/cover no-repeat;
}
.sec--contents {
  padding: 6rem 0;
  background: url(../img/bg_contents.png) center/cover no-repeat;
}

.c-link {
  color: #3EBDC3;
}
.c-link:hover {
  color: #343434;
}

.c-orange {
  color: #FF8724;
}

.notice {
  margin: 5rem 0 0;
}
.notice .deadline {
  padding: 1rem;
  background-color: #FF8724;
}
.notice .deadline__txt {
  border: 1px #fff solid;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.75;
  letter-spacing: 0.14rem;
  text-align: center;
}
.notice .deadline__txt .bold {
  font-weight: 700;
}
.notice .noticewrap {
  width: 75rem;
  max-width: 100%;
  margin: 5rem auto;
}
.notice .noticebox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.notice .noticebox__ttl {
  padding-top: 1.8rem;
  font-weight: 800;
  font-size: 2.4rem;
}
.notice .noticebox__cont {
  width: 55rem;
  max-width: 100%;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.notice .noticebox__cont .item {
  padding: 1.8rem 0;
  border-bottom: 1px #CAD2D6 solid;
}
.notice .noticebox__cont .item.hidden {
  display: none;
}
.notice .noticebox__cont .item__date {
  margin-right: 2rem;
}
.notice .noticebox__cont .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice__more {
  -webkit-appearance: none;
     -moz-appearance: none;
  display: block;
          appearance: none;
  width: 100%;
  margin-top: 6rem;
  padding: 1.6rem 0;
  border: 0;
  border: 2px solid #31AF97;
  border-radius: 0;
  border-radius: 3rem;
  background-color: #fff;
  color: #343434;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  cursor: pointer;
}

.feature__lead {
  margin-top: 3.5rem;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.75;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.feature .feature-box {
  margin-top: 4rem;
  padding: 5rem 0;
  background-color: #D8F1EA;
}
.feature .feature-box .inner {
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 5rem;
  border: #343434 2px solid;
  border-radius: 2rem;
  background: #fff;
}
.feature .feature-box .inner > li:not(:first-child) {
  margin-top: 3rem;
}
.feature .feature-box__ttl {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 2.4rem;
  background-color: #FF8724;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.feature .feature-box__num {
  padding-right: 1.5rem;
}
.feature .feature-box__txt {
  margin-top: 2rem;
  padding-left: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
.feature .feature-box__txt > .c-link {
  display: inline-block;
  padding-top: 1rem;
}

.message__ttl {
  z-index: 10;
  position: relative;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.6rem;
  text-align: center;
}
.message__box {
  position: relative;
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -2.5rem;
  padding: 6rem 26rem 4rem 4rem;
  background-image: url(../img/message_grd_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.message__box > p:not(:first-child) {
  margin-top: 2.8rem;
}
.message__box::before, .message__box::after {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.message__box::before {
  top: -6rem;
  right: -14rem;
  width: 34.6rem;
  height: 34.6rem;
  background-image: url(../img/message_img01.png);
}
.message__box::after {
  top: 26rem;
  right: 0;
  width: 24.5rem;
  height: 24.5rem;
  background-image: url(../img/message_img02.png);
}

.subttl {
  text-align: center;
}
.subttl--white .subttl__inner {
  background-color: #fff;
}
.subttl__inner {
  display: inline-block;
  padding: 0 3.6rem;
  border-radius: 2.3rem;
  background-color: #D8F1EA;
  color: #272727;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.75;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.4rem;
  text-align: center;
}

.category {
  margin-top: 4.4rem;
}
.category__comment {
  margin: 4rem 0;
  color: #FF8724;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.category__comment .inner {
  display: inline-block;
  position: relative;
}
.category__comment .inner::before, .category__comment .inner::after {
  position: absolute;
  top: -1.5rem;
  width: 3.4rem;
  height: 4.6rem;
  background: url(../img/deco_category.png) no-repeat center top/contain;
  content: "";
}
.category__comment .inner::before {
  right: -5rem;
}
.category__comment .inner::after {
  -webkit-transform: scale(-1, 1);
  left: -5rem;
          transform: scale(-1, 1);
}

.catboxs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  gap: 3rem;
}
.catboxs .catbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.catbox {
  padding: 5rem;
  border: 2px #FF8724 solid;
  border-radius: 2.5rem;
}
.catbox__ttl {
  color: #FF8724;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
.catbox__txt-bold {
  margin-top: 3rem;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.catbox__txt {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.75;
}
.catbox__sec {
  width: 81.4rem;
  max-width: 100%;
  margin: 3rem auto 0;
  padding: 3rem 5rem 3rem 7rem;
  background-color: #FFE7D3;
  font-size: 1.8rem;
  line-height: 1.5;
}
.catbox__sec .line {
  display: block;
  position: relative;
}
.catbox__sec .line::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background: #343434;
  content: "";
}
.catbox__sec .line-bg {
  position: relative;
  padding-right: 1rem;
  background: #FFE7D3;
}

.qanda {
  margin-top: 5rem;
  padding: 5rem 0;
  background-color: #D8F1EA;
}
.qanda__subttl {
  margin-top: 6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.qanda__txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.qanda .aco__item {
  margin-top: 3rem;
  border: 2px #343434 solid;
  border-radius: 1.4rem;
  background-color: #fff;
}
.qanda .aco__item.is-open .aco__btn::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.qanda .aco__item.is-open .aco__btn::before {
  content: none;
}
.qanda .aco__header {
  position: relative;
  padding: 2.4rem 3.6rem 2.7rem 10.4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
}
.qanda .aco__header::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 3.6rem;
          transform: translateY(-50%);
  content: "Q";
  color: #FF8724;
  font-weight: 900;
  font-size: 2.4rem;
}
.qanda .aco__inner {
  -webkit-transition: 0.3s ease;
  height: 0;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.75;
  transition: 0.3s ease;
}
.qanda .aco__txt {
  position: relative;
  padding: 2.4rem 3.6rem 2.7rem 10.4rem;
}
.qanda .aco__txt::before {
  position: absolute;
  top: 2.4rem;
  left: 3.6rem;
  content: "A";
  color: #31AF97;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.2;
}
.qanda .aco__btn {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -webkit-transition-duration: 0.2s;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  width: 2.4rem;
  height: 2.4rem;
          transform: translateY(-50%) rotate(45deg);
          transform-origin: center center;
          transition-duration: 0.2s;
}
.qanda .aco__btn::before, .qanda .aco__btn::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -webkit-transition-duration: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 0.2rem;
          transform: translateY(-50%) rotate(45deg);
          transform-origin: center center;
  background-color: #343434;
  content: "";
          transition-duration: 0.2s;
}
.qanda .aco__btn::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 2.4rem;
          transform: translateX(-50%) rotate(45deg);
}
.qanda .contact .qanda__subttl {
  text-align: center;
}
.qanda .contact__btn {
  margin-top: 3rem;
  text-align: center;
}
.qanda .contact__btn > a {
  display: inline-block;
  width: 75rem;
  max-width: 100%;
  padding: 1rem 2rem;
  border: 0.2rem solid #31AF97;
  border-radius: 4rem;
  background-color: #fff;
  color: #31AF97;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
}
.qanda .contact__txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

#thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#thumbnails .thumbnail {
  display: inline-block;
  width: 40rem;
  margin: 0 2rem;
  cursor: pointer;
}
#thumbnails .thumbnail__txt {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#thumbnails .thumbnail img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
     object-fit: cover;
  border-radius: 1rem;
}
#thumbnails .yt-thumb {
  position: relative;
}
#thumbnails .yt-thumb::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 7rem;
          transform: translate(-50%, -50%);
  background-image: url(../img/icon_yt.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.award {
  margin-top: 6rem;
  padding: 5rem 0;
  background-color: #D8F1EA;
}
.award .box {
  margin-top: 8.7rem;
  padding: 2rem 2rem 5rem;
  border-radius: 2rem;
  background-color: #fff;
}
.award .box .ttl {
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: center;
}
.award .box .ttl::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -8rem;
  left: 49.5%;
  width: 14.3rem;
  height: 8rem;
          transform: translateX(-50%);
  content: "";
}
.award .box .ttl--gold {
  color: #C49C24;
}
.award .box .ttl--gold::before {
  background: url(../img/icon_gold.png) center/contain no-repeat;
}
.award .box .ttl--silver {
  color: #9B9A96;
}
.award .box .ttl--silver::before {
  background: url(../img/icon_silver.png) center/contain no-repeat;
}
.award .box .ttl--bronze {
  color: #C78154;
}
.award .box .ttl--bronze::before {
  background: url(../img/icon_bronze.png) center/contain no-repeat;
}
.award .box .ttl--noicon::before {
  content: none;
}
.award .box .ttl .rank {
  font-weight: 900;
  font-size: 3.2rem;
}
.award .box .ttl .num {
  font-size: 2.4rem;
}
.award .box .lead {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.award .box .lead .note {
  font-size: 1.2rem;
}
.award .box .list {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      justify-content: space-around;
  margin: 1rem 0 0;
}
.award .box .list-2 {
  margin-top: 5.5rem;
}
.award .box .list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.award .box .list__item > figure img {
  -o-object-fit: contain;
  width: 100%;
  height: 14rem;
     object-fit: contain;
}
.award .box .list__item--big {
  -webkit-box-flex: 1.25;
      -ms-flex-positive: 1.25;
          flex-grow: 1.25;
}
.award .box .list__item--big > img {
  display: block;
  width: 82%;
  margin: 0 auto;
}
.award .box .list__txt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.award .box .list__txt .note {
  font-size: 1.2rem;
}
.award .box .list__txt--s {
  font-size: 1.5rem;
}
.award .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.award .box-flex .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.award .note {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.award .about {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-top: 4.5rem;
  gap: 5rem;
}
.award .about .bnr {
  min-width: 28rem;
}
.award .about__ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.award .about__txt {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.award .about__txt .c-link {
  display: block;
  margin-top: 1rem;
}

.rules {
  padding: 0 0 5rem;
}
.rules__table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
}
.rules__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px #C9D5CB solid;
}
.rules__table th {
  width: 20rem;
  padding: 1.8rem 2rem;
  background-color: #D8F1EA;
  font-weight: 700;
  text-align: center;
}
.rules__table td {
  width: calc(100% - 20rem);
  padding: 1.8rem 2rem;
  font-weight: 500;
}
.rules__table td p:not(:first-child) {
  margin-top: 3rem;
}
.rules__table td .txt-bold {
  font-weight: 700;
}
.rules .caution {
  margin-top: 5rem;
  padding: 2.6rem 3rem;
  border: 1px #CAD2D6 solid;
  border-radius: 2rem;
}
.rules .caution__ttl {
  color: #FF3B3B;
  font-weight: 700;
  font-size: 1.6rem;
}
.rules .caution__txt {
  -webkit-transition: max-height 0.5s ease;
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.75;
  transition: max-height 0.5s ease;
}
.rules .caution__txt::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 14rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  content: "";
  pointer-events: none;
}
.rules .caution__txt.open {
  max-height: none;
}
.rules .caution__txt.open::after {
  content: none;
}
.rules .caution .btn-wrap {
  margin-top: 2rem;
  text-align: center;
}
.rules .caution .btn-wrap .btn {
  display: inline-block;
  width: 22rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  border-radius: 2.6rem;
  background-color: #CAD2D6;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
}
.rules .caution .btn-wrap .btn--close {
  display: none;
}

.link-area {
  padding: 5rem 0 6rem;
  background: url(../img/bg_link_area.png) center top/cover;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.link-area .baloon {
  width: 66.4rem;
  max-width: 90%;
  margin: 0 auto;
  color: #FF8724;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.link-area .baloon__inner {
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  border: 2px solid #FF8724;
  background-color: #fff;
}
.link-area .baloon__inner::before, .link-area .baloon__inner::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
          transform: translateX(-50%);
  border-top: 1.5rem solid #FF8724;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}
.link-area .baloon__inner::after {
  bottom: calc( 4px - 1.5rem );
  border-top: solid 1.5rem #fff;
}
.link-area .btn {
  display: block;
  width: 75.6rem;
  max-width: 90%;
  margin: 4rem auto 0;
  padding: 2.5rem 2rem;
  border-radius: 5rem;
  background-color: #FF8724;
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}

.judge {
  margin: 4rem 0 10rem;
}
.judge .how {
  width: 70rem;
  max-width: 100%;
  margin: 5rem auto 0;
}
.judge .how__item {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.judge .how__item:not(:first-child) {
  margin-top: 5rem;
}
.judge .how__item:not(:last-child):before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  width: 0;
  height: 0;
          transform: translateX(-50%);
  border-top: 20px solid #343434;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
.judge .how__border {
  position: relative;
  margin: 1.5rem 0 0;
  padding: 1rem 4rem;
  border: 2px #343434 solid;
  border-radius: 1rem;
  line-height: 1.5;
}
.judge .how__border::after {
  position: absolute;
  content: "";
}
.judge .how__border--1::after {
  bottom: 0.2rem;
  left: 5rem;
  width: 8.5rem;
  height: 100%;
  background: url(../img/icon_judge1.png) center bottom/contain no-repeat;
}
.judge .how__border--2::after {
  bottom: 0.6rem;
  left: 2.6rem;
  width: 8.5rem;
  height: 100%;
  background: url(../img/icon_judge2.png) center bottom/contain no-repeat;
}
.judge .how__border--orange {
  position: relative;
  padding: 3rem 4rem;
  border-color: #FF8724;
  background: url(../img/img_judge1_pc.png) center bottom/cover no-repeat;
}
.judge .how__border .big {
  color: #FF8724;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.judge__lead {
  padding-top: 5.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.judge .persons {
  margin-top: 5.5rem;
}
.judge .persons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.judge .persons__item:not(:first-child) {
  margin-top: 3rem;
}
.judge .persons .photo {
  width: 20rem;
}
.judge .persons .box {
  width: calc(100% - 20rem - 3rem);
}
.judge .persons .box .ttl {
  padding-top: 0.4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
}
.judge .persons .box .txt {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
}

.host__ttl {
  margin-top: 4rem;
  font-weight: 900;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.host__ttl:not(:first-child) {
  margin-top: 4rem;
}
.host__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 3rem;
  gap: 6rem;
}
.host__box img {
  width: 24.2rem;
  max-width: calc(50% - 3rem);
}

.contents {
  text-align: center;
}
.contents__ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
}
.contents__btn {
  display: inline-block;
  width: 90rem;
  max-width: 100%;
  padding: 1rem 2rem;
  border: #31AF97 2px solid;
  border-radius: 4.8rem;
  background-color: #fff;
  color: #31AF97;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
.contents__img {
  width: 70rem;
  max-width: 100%;
  margin: 5rem auto 3rem;
}

.footer__vote {
  background: #F0FAF7;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.vote a {
  color: #3EBDC3;
}
.vote a.txtlink {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.vote .feature__lead {
  margin-top: 5.5rem;
}
.vote .noticewrap {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.vote .noticewrap span {
  color: #FF8724;
}
.vote .noticewrap .strong {
  color: #000;
  font-weight: 900;
}
.vote .vote-comment {
  padding: 54px 0 72px;
  background: url(../img/vote/bg_contents.jpg) center/cover no-repeat;
  font-weight: 400;
}
.vote .vote-comment__count {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 20px 50px;
  border: 2px solid #FF8724;
  border-radius: 60px;
  background: #fff;
  color: #FF8724;
  font-weight: 800;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
}
.vote .vote-comment__count span {
  margin: 0 2rem 0 0;
  letter-spacing: 2pt;
}
.vote .vote-comment__lead {
  margin: 32px 0;
  font-weight: 800;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.vote .vote-comment__box {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.vote .vote-comment__box--title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 1.6rem;
}
.vote .vote-comment__box li a {
  -webkit-transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 32px 0;
  color: #000;
  transition: 0.2s ease-in-out;
}
.vote .vote-comment__box li a::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(194, 229, 225, 0.9);
  content: "作品の公開は終了しました";
  content: "作品の公開は終了しました";
  color: #000000;
  color: #000000;
  font-weight: 800;
  font-weight: 800;
  font-size: 20px;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.vote .vote-comment__box li a:hover {
  -webkit-transition: 0.2s ease-in-out;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.vote .vote-comment__box li a:hover::before {
  opacity: 1;
}
.vote .vote-comment__box li .vote-comment__box--wrap {
  position: relative;
}
.vote .vote-comment__box li .vote-comment__box--wrap::before {
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0px;
  left: -1.6rem;
  width: 0;
  height: 0;
  margin: auto;
          transform: rotate(90deg);
  border-top: 17px solid #fff;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
/*
.vote .vote-comment__box li:nth-child(2) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.vote .vote-comment__box li:nth-child(2) a .vote-comment__box--img {
  margin: 0 0 0 32px;
}
.vote .vote-comment__box li:nth-child(2) a .vote-comment__box--wrap {
  position: relative;
}
.vote .vote-comment__box li:nth-child(2) a .vote-comment__box--wrap::before {
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: -1.6rem;
  bottom: 0px;
  left: auto;
  width: 0;
  height: 0;
  margin: auto;
          transform: rotate(-90deg);
  border-top: 17px solid #fff;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
  */
.vote .vote-comment__box li p {
  font-size: 1.3rem;
  line-height: 1.6;
}
.vote .vote-comment__box--img {
  width: 50%;
  margin: 0 3.2rem 0 0;
  overflow: hidden;
  border-radius: 20px;
}
.vote .vote-comment__box--img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.vote .vote-comment__box--wrap {
  padding: 20px 2.4rem;
  border-radius: 20px;
  background: #fff;
  font-size: 1.3rem;
}
.vote .artworks {
  padding: 64px 0 0;
}
.vote .artworks__lists {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 100rem;
  margin: 48px auto 60px;
}
.vote .artworks__award p {
  margin: 0 auto 48px;
  color: #3EBDC3;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.4pt;
  text-align: center;
}
.vote .artworks__award--benefit {
  position: relative;
  max-width: 924px;
  margin: 0 auto 10px;
  padding: 110px 0 70px 0;
  background: url(../img/vote/benefit.png) 0 0/auto no-repeat;
}
.vote .artworks__award--benefit .ttl {
  position: absolute;
  top: 75px;
  left: 100px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.vote .artworks__award--benefit ul li {
  font-size: 14px;
  line-height: 1.4;
}
.vote .artworks__award--benefit ul li:nth-child(1) {
  position: absolute;
  top: 83px;
  right: 340px;
}
.vote .artworks__award--benefit ul li:nth-child(2) {
  position: absolute;
  top: 83px;
  right: 64px;
}
.vote .artworks__award--nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  max-width: 100rem;
  margin: 0 auto 5.4rem;
  list-style: none;
}
.vote .artworks__award--nav li {
  display: block;
  width: calc(100% / 3 - 1.4rem);
}
.vote .artworks__award--nav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  background: #FF8724;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
.vote .artworks__award--nav li a::before {
  -webkit-transform: rotate(134deg);
  position: absolute;
  top: -3px;
  right: 2rem;
  bottom: 0;
  left: auto;
  width: 4px;
  width: 11px;
  height: 11px;
  margin: auto;
          transform: rotate(134deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.vote .artworks__list {
  width: calc(100% / 3 - 1.4rem);
  margin: 0 0 4.8rem 0;
}
.vote .artworks__list > a {
  -webkit-transition: 0.2s ease-in-out;
  display: block;
  position: relative;
  color: #343434;
  transition: 0.2s ease-in-out;
}
.vote .artworks__list > a::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(216, 241, 234, 0.9);
  content: "作品の公開は終了しました";
  color: #000000;
  font-weight: 800;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.vote .artworks__list > a:hover {
  -webkit-transition: 0.2s ease-in-out;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.vote .artworks__list > a:hover::before {
  opacity: 1;
}
.vote .artworks__list--img {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.vote .artworks__list--img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.vote .artworks__list--title {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
.vote .artworks__list--author {
  margin: 0 0 1.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
.vote .artworks__list .btn-vote {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.2rem 4rem;
  border: 2px solid #FF8724;
  border-radius: 60px;
  background: #FF8724;
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.vote .artworks__list .btn-share {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.2rem 2.3rem;
  border: 2px solid #FF8724;
  border-radius: 60px;
  background: #fff;
  color: #FF8724;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.vote .artworks__list .btn-vote__done {
  border: 2px solid #CAD2D6;
  background: #CAD2D6;
  color: #272727;
  font-family: "M PLUS Rounded 1c", sans-serif;
  pointer-events: none;
}
.vote .artworks__list .btns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.vote .sec--judge {
  margin-top: 0;
  padding: 74px 0;
  background: #FFFEEC;
}
.vote .sec--judge__subtitle {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1.6rem;
  color: #FF8724;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.5pt;
  text-align: center;
}
.vote .sec--judge__subtitle::before, .vote .sec--judge__subtitle::after {
  position: absolute;
  top: -0.5rem;
  height: 3.8rem;
  content: "";
}
.vote .sec--judge__subtitle::before {
  -webkit-transform: rotate(-38deg);
  left: 0;
          transform: rotate(-38deg);
  border-left: solid 1.5px;
}
.vote .sec--judge__subtitle::after {
  -webkit-transform: rotate(38deg);
  right: 0;
          transform: rotate(38deg);
  border-right: solid 1.5px;
}
.vote .sec--judge p {
  max-width: 70rem;
  margin: 16px auto 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.vote .sec--judge .how__txt {
  margin: 2.4rem auto 0;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.7;
  text-align: center;
}
.vote .sec--judge .how__txt span {
  font-weight: 700;
}
.vote .sec--judge .judge {
  margin: 4rem 0 0;
}
.vote .sec--judge .judge .how__border {
  border-radius: 12px;
  background: #fff;
}
.vote .sec--judge .judge .how {
  width: 100%;
  max-width: 70rem;
}
.vote .sec--judge .judge .how__item:not(:first-child) {
  margin-top: 3rem;
}
.vote .sec--judge .judge .how__item:not(:last-child):before {
  display: none;
}
.vote .sec--judge .judge .how__announce {
  position: relative;
  margin: 12rem auto 1.6rem;
  padding: 2.4rem;
  border: 2px solid #FF8724;
  border-radius: 12px;
  background: #fff url(../img/vote/bg_announce.png) 50% 100%/100% auto no-repeat;
}
.vote .sec--judge .judge .how__announce::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -50px;
  left: 50%;
  width: 0;
  height: 0;
          transform: translateX(-50%);
  border-top: 20px solid #343434;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
.vote .sec--judge .judge .how__announce .big {
  font-weight: 900;
}
.vote .sec--judge .judge .how__announce p {
  margin: 1rem auto 0;
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
}
.vote .sec--judge .judge .how__announce p span {
  color: #FF8724;
  font-weight: 900;
  font-size: 2.2rem;
}
.vote .sec--judge .judge .persons .photo {
  width: 16.5rem;
}
.vote .sec--judge .persons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin: 1.6rem auto;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
.vote .sec--judge .persons--ttl {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.vote .sec--judge .persons p {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
.vote .sec--judge__campaign {
  position: relative;
  margin: 32px auto 78px;
  padding: 3rem;
  border: 2px solid #FF8724;
  border-radius: 12px;
  background: #fff url(../img/vote/bg_camp.png) 0% 2%/100% no-repeat;
}
.vote .sec--judge__campaign .note {
  padding: 0 0 0 1em;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
}
.vote .sec--judge__campaign .note li {
  text-indent: -1em;
}
.vote .sec--judge__campaign:before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 20px solid #343434;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
.vote .sec--judge__campaign--btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2.4rem auto;
  padding: 16px 66px;
  border: 1px solid #FF8724;
  border-radius: 60px;
  color: #FF8724;
  font-weight: 700;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.vote .sec--judge__campaign h4 {
  margin: 12px auto 0;
  color: #FF8724;
  font-weight: 900;
  font-size: 2.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
  text-align: center;
}
.vote .sec--judge__campaign p {
  text-align: center;
}
.vote .sec--judge__campaign p span {
  color: #FF8724;
  font-weight: 700;
}
.vote .sec__ttl {
  z-index: 1;
}
.vote .subttl__inner--sec2 {
  margin: 0 -2.4rem 0;
}
.vote .sec--host {
  max-width: 75rem;
  margin: 8rem auto;
}
.vote .sec--host .host {
  margin: 0 auto 6rem;
}
.vote .sec--host p {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
}
.vote .sec--host__btn {
  margin: 4rem auto 2.4rem;
}
.vote .sec--host__btn a {
  display: block;
  width: 100%;
  padding: 2.2rem 0;
  border: 1px solid #31AF97;
  border-radius: 50px;
  color: #31AF97;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.vote a.vote__movielink-btn {
  display: block;
  margin: 1.6rem auto 0;
  padding: 1.4rem;
  border: 1px solid #3EBDC3;
  border-radius: 70px;
  background: #3EBDC3;
  color: #fff;
  font-weight: 700;
  font-weight: 500;
  font-size: 2rem;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.vote a.vote__sharebtn {
  display: block;
  margin: 4rem auto 0;
  padding: 1.4rem;
  border: 1px solid #FF8724;
  border-radius: 70px;
  background: #fff;
  color: #FF8724;
  font-weight: 700;
  font-weight: 500;
  font-size: 2rem;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}

.header__links a {
  position: relative;
  color: #000;
}
.header__links a:hover {
  -webkit-transition: -webkit-transform 0.3s;
  color: #FF8724;
  opacity: 1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__link--bold {
  font-weight: bold;
}

.lower {
  border-bottom: 3px solid #fff;
  background: url(../img/vote/bg_contents.jpg) center/cover no-repeat;
}
.lower .header {
  position: relative;
  top: 0;
}
.lower__wrap {
  max-width: 107.4rem;
  margin: 3.6rem auto 7.4rem;
  padding: 4.8rem 8rem;
  border-radius: 20px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.lower__wrap--comment-title {
  margin: 0 0 2.4rem;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
  text-align: center;
}
.lower__wrap form textarea {
  width: 100%;
  margin: 2.4rem 0;
  padding: 1.6rem;
  border: 1px solid #707070;
  border-radius: 12px;
}
.lower__wrap form button {
  -webkit-transition: 0.2s ease-in-out;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.lower__wrap form button:hover {
  opacity: 0.6;
}
.lower__wrap form .registered {
  display: block;
  width: 63rem;
  margin: 1.6rem auto 3.2rem;
  padding: 1.4rem;
  border: 1px solid #FF8724;
  border-radius: 70px;
  background: #FF8724;
  color: #fff;
  font-weight: 900;
  font-size: 2.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.lower__wrap form .registered span {
  font-weight: 500;
  font-size: 2rem;
}
.lower__wrap form .registered.btn-vote__done {
  border: 2px solid #CAD2D6;
  background: #CAD2D6;
  color: #272727;
  pointer-events: none;
}
.lower__wrap form .unregistered {
  display: block;
  width: 63rem;
  margin: 0 auto;
  padding: 1.4rem;
  border: 1px solid #FF8724;
  border-radius: 70px;
  background: #fff;
  color: #FF8724;
  font-weight: 700;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.lower__wrap--comment-note {
  margin: 0 auto 4.8rem;
  padding: 0 0 0 1em;
  font-weight: 400;
  font-size: 1.2rem;
}
.lower__wrap--comment-note li {
  text-indent: -1em;
}
.lower__wrap--comment-lead {
  text-align: center;
}
.lower__wrap--comment-lead b {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.lower__wrap--comment-lead span {
  color: #FF8724;
}
.lower__wrap--campaign h4 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.2rem;
  padding: 0 1.6rem;
  color: #FF8724;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.5pt;
  text-align: center;
}
.lower__wrap--campaign h4::before, .lower__wrap--campaign h4::after {
  position: absolute;
  top: -0.5rem;
  height: 3.8rem;
  content: "";
}
.lower__wrap--campaign h4::before {
  -webkit-transform: rotate(-38deg);
  left: 0;
          transform: rotate(-38deg);
  border-left: solid 1.5px;
}
.lower__wrap--campaign h4::after {
  -webkit-transform: rotate(38deg);
  right: 0;
          transform: rotate(38deg);
  border-right: solid 1.5px;
}
.lower__wrap--campaign p {
  margin: 0 0 2.4rem;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.lower__wrap--campaign p span {
  color: #FF8724;
}
.lower__artworks--ttl {
  margin: 0 auto 0.6rem;
  font-weight: 900;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
  text-align: center;
}
.lower__artworks--author {
  margin: 0 auto 4rem;
  font-weight: 900;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
  text-align: center;
}
.lower__artworks--youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 0 auto;
}
.lower__done .lower__wrap {
  margin: 3.6rem auto 4rem;
  padding: 16.2rem 1.5rem;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.vote a {
  color: #3EBDC3;
}
.vote a.txtlink {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.vote .feature__lead {
  margin-top: 5.5rem;
}
.vote .noticewrap {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.vote .noticewrap span {
  color: #FF8724;
}
.vote .noticewrap .strong {
  color: #000;
  font-weight: 900;
}
.vote .vote-comment {
  padding: 54px 0 72px;
  background: url(../img/vote/bg_contents.jpg) center/cover no-repeat;
  font-weight: 400;
}
.vote .vote-comment__count {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 20px 50px;
  border: 2px solid #FF8724;
  border-radius: 60px;
  background: #fff;
  color: #FF8724;
  font-weight: 800;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
}
.vote .vote-comment__count span {
  margin: 0 2rem 0 0;
  letter-spacing: 2pt;
}
.vote .vote-comment__lead {
  margin: 32px 0;
  font-weight: 800;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.vote .vote-comment__box {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.vote .vote-comment__box--title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 1.6rem;
}
.vote .vote-comment__box li a {
  -webkit-transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 32px 0;
  color: #000;
  transition: 0.2s ease-in-out;
}
.vote .vote-comment__box li a::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(194, 229, 225, 0.9);
  content: "作品の公開は終了しました";
  content: "作品の公開は終了しました";
  color: #000000;
  color: #000000;
  font-weight: 800;
  font-weight: 800;
  font-size: 20px;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.vote .vote-comment__box li a:hover {
  -webkit-transition: 0.2s ease-in-out;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.vote .vote-comment__box li a:hover::before {
  opacity: 1;
}
.vote .vote-comment__box li .vote-comment__box--wrap {
  position: relative;
}
.vote .vote-comment__box li .vote-comment__box--wrap::before {
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0px;
  left: -1.6rem;
  width: 0;
  height: 0;
  margin: auto;
          transform: rotate(90deg);
  border-top: 17px solid #fff;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
/*
.vote .vote-comment__box li:nth-child(2) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.vote .vote-comment__box li:nth-child(2) a .vote-comment__box--img {
  margin: 0 0 0 32px;
}
.vote .vote-comment__box li:nth-child(2) a .vote-comment__box--wrap {
  position: relative;
}
.vote .vote-comment__box li:nth-child(2) a .vote-comment__box--wrap::before {
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: -1.6rem;
  bottom: 0px;
  left: auto;
  width: 0;
  height: 0;
  margin: auto;
          transform: rotate(-90deg);
  border-top: 17px solid #fff;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
  */
.vote .vote-comment__box li p {
  font-size: 1.3rem;
  line-height: 1.6;
}
.vote .vote-comment__box--img {
  width: 50%;
  margin: 0 3.2rem 0 0;
  overflow: hidden;
  border-radius: 20px;
}
.vote .vote-comment__box--img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.vote .vote-comment__box--wrap {
  padding: 20px 2.4rem;
  border-radius: 20px;
  background: #fff;
  font-size: 1.3rem;
}
.vote .artworks {
  padding: 64px 0 0;
}
.vote .artworks__lists {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 100rem;
  margin: 48px auto 60px;
}
.vote .artworks__award p {
  margin: 0 auto 48px;
  color: #3EBDC3;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.4pt;
  text-align: center;
}
.vote .artworks__award--benefit {
  position: relative;
  max-width: 924px;
  margin: 0 auto 10px;
  padding: 110px 0 70px 0;
  background: url(../img/vote/benefit.png) 0 0/auto no-repeat;
}
.vote .artworks__award--benefit .ttl {
  position: absolute;
  top: 75px;
  left: 100px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.vote .artworks__award--benefit ul li {
  font-size: 14px;
  line-height: 1.4;
}
.vote .artworks__award--benefit ul li:nth-child(1) {
  position: absolute;
  top: 83px;
  right: 340px;
}
.vote .artworks__award--benefit ul li:nth-child(2) {
  position: absolute;
  top: 83px;
  right: 64px;
}
.vote .artworks__award--nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  max-width: 100rem;
  margin: 0 auto 5.4rem;
  list-style: none;
}
.vote .artworks__award--nav li {
  display: block;
  width: calc(100% / 3 - 1.4rem);
}
.vote .artworks__award--nav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  background: #FF8724;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
.vote .artworks__award--nav li a::before {
  -webkit-transform: rotate(134deg);
  position: absolute;
  top: -3px;
  right: 2rem;
  bottom: 0;
  left: auto;
  width: 4px;
  width: 11px;
  height: 11px;
  margin: auto;
          transform: rotate(134deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.vote .artworks__list {
  width: calc(100% / 3 - 1.4rem);
  margin: 0 0 4.8rem 0;
}
.vote .artworks__list > a {
  -webkit-transition: 0.2s ease-in-out;
  display: block;
  position: relative;
  color: #343434;
  transition: 0.2s ease-in-out;
}
.vote .artworks__list > a::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(216, 241, 234, 0.9);
  content: "作品の公開は終了しました";
  color: #000000;
  font-weight: 800;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 2px;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.vote .artworks__list > a:hover {
  -webkit-transition: 0.2s ease-in-out;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.vote .artworks__list > a:hover::before {
  opacity: 1;
}
.vote .artworks__list--img {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.vote .artworks__list--img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.vote .artworks__list--title {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
.vote .artworks__list--author {
  margin: 0 0 1.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
.vote .artworks__list .btn-vote {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.2rem 4rem;
  border: 2px solid #FF8724;
  border-radius: 60px;
  background: #FF8724;
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.vote .artworks__list .btn-share {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.2rem 2.3rem;
  border: 2px solid #FF8724;
  border-radius: 60px;
  background: #fff;
  color: #FF8724;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.vote .artworks__list .btn-vote__done {
  border: 2px solid #CAD2D6;
  background: #CAD2D6;
  color: #272727;
  font-family: "M PLUS Rounded 1c", sans-serif;
  pointer-events: none;
}
.vote .artworks__list .btns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.vote .sec--judge {
  margin-top: 0;
  padding: 74px 0;
  background: #FFFEEC;
}
.vote .sec--judge__subtitle {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1.6rem;
  color: #FF8724;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.5pt;
  text-align: center;
}
.vote .sec--judge__subtitle::before, .vote .sec--judge__subtitle::after {
  position: absolute;
  top: -0.5rem;
  height: 3.8rem;
  content: "";
}
.vote .sec--judge__subtitle::before {
  -webkit-transform: rotate(-38deg);
  left: 0;
          transform: rotate(-38deg);
  border-left: solid 1.5px;
}
.vote .sec--judge__subtitle::after {
  -webkit-transform: rotate(38deg);
  right: 0;
          transform: rotate(38deg);
  border-right: solid 1.5px;
}
.vote .sec--judge p {
  max-width: 70rem;
  margin: 16px auto 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.vote .sec--judge .how__txt {
  margin: 2.4rem auto 0;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.7;
  text-align: center;
}
.vote .sec--judge .how__txt span {
  font-weight: 700;
}
.vote .sec--judge .judge {
  margin: 4rem 0 0;
}
.vote .sec--judge .judge .how__border {
  border-radius: 12px;
  background: #fff;
}
.vote .sec--judge .judge .how {
  width: 100%;
  max-width: 70rem;
}
.vote .sec--judge .judge .how__item:not(:first-child) {
  margin-top: 3rem;
}
.vote .sec--judge .judge .how__item:not(:last-child):before {
  display: none;
}
.vote .sec--judge .judge .how__announce {
  position: relative;
  margin: 12rem auto 1.6rem;
  padding: 2.4rem;
  border: 2px solid #FF8724;
  border-radius: 12px;
  background: #fff url(../img/vote/bg_announce.png) 50% 100%/100% auto no-repeat;
}
.vote .sec--judge .judge .how__announce::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -50px;
  left: 50%;
  width: 0;
  height: 0;
          transform: translateX(-50%);
  border-top: 20px solid #343434;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
.vote .sec--judge .judge .how__announce .big {
  font-weight: 900;
}
.vote .sec--judge .judge .how__announce p {
  margin: 1rem auto 0;
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
}
.vote .sec--judge .judge .how__announce p span {
  color: #FF8724;
  font-weight: 900;
  font-size: 2.2rem;
}
.vote .sec--judge .judge .persons .photo {
  width: 16.5rem;
}
.vote .sec--judge .persons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin: 1.6rem auto;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
.vote .sec--judge .persons--ttl {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.vote .sec--judge .persons p {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
.vote .sec--judge__campaign {
  position: relative;
  margin: 32px auto 78px;
  padding: 3rem;
  border: 2px solid #FF8724;
  border-radius: 12px;
  background: #fff url(../img/vote/bg_camp.png) 0% 2%/100% no-repeat;
}
.vote .sec--judge__campaign .note {
  padding: 0 0 0 1em;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
}
.vote .sec--judge__campaign .note li {
  text-indent: -1em;
}
.vote .sec--judge__campaign:before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 20px solid #343434;
  border-right: 11px solid transparent;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-style: solid;
  content: "";
}
.vote .sec--judge__campaign--btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2.4rem auto;
  padding: 16px 66px;
  border: 1px solid #FF8724;
  border-radius: 60px;
  color: #FF8724;
  font-weight: 700;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.vote .sec--judge__campaign h4 {
  margin: 12px auto 0;
  color: #FF8724;
  font-weight: 900;
  font-size: 2.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
  text-align: center;
}
.vote .sec--judge__campaign p {
  text-align: center;
}
.vote .sec--judge__campaign p span {
  color: #FF8724;
  font-weight: 700;
}
.vote .sec__ttl {
  z-index: 1;
}
.vote .subttl__inner--sec2 {
  margin: 0 -2.4rem 0;
}
.vote .sec--host {
  max-width: 75rem;
  margin: 8rem auto;
}
.vote .sec--host .host {
  margin: 0 auto 6rem;
}
.vote .sec--host p {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
}
.vote .sec--host__btn {
  margin: 4rem auto 2.4rem;
}
.vote .sec--host__btn a {
  display: block;
  width: 100%;
  padding: 2.2rem 0;
  border: 1px solid #31AF97;
  border-radius: 50px;
  color: #31AF97;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.vote a.vote__movielink-btn {
  display: block;
  margin: 1.6rem auto 0;
  padding: 1.4rem;
  border: 1px solid #3EBDC3;
  border-radius: 70px;
  background: #3EBDC3;
  color: #fff;
  font-weight: 700;
  font-weight: 500;
  font-size: 2rem;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.vote a.vote__sharebtn {
  display: block;
  margin: 4rem auto 0;
  padding: 1.4rem;
  border: 1px solid #FF8724;
  border-radius: 70px;
  background: #fff;
  color: #FF8724;
  font-weight: 700;
  font-weight: 500;
  font-size: 2rem;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}

.header__links a {
  position: relative;
  color: #000;
}
.header__links a:hover {
  -webkit-transition: -webkit-transform 0.3s;
  color: #FF8724;
  opacity: 1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__link--bold {
  font-weight: bold;
}

.lower {
  border-bottom: 3px solid #fff;
  background: url(../img/vote/bg_contents.jpg) center/cover no-repeat;
}
.lower .header {
  position: relative;
  top: 0;
}
.lower__wrap {
  max-width: 107.4rem;
  margin: 3.6rem auto 7.4rem;
  padding: 4.8rem 8rem;
  border-radius: 20px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.lower__wrap--comment-title {
  margin: 0 0 2.4rem;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
  text-align: center;
}
.lower__wrap form textarea {
  width: 100%;
  margin: 2.4rem 0;
  padding: 1.6rem;
  border: 1px solid #707070;
  border-radius: 12px;
}
.lower__wrap form button {
  -webkit-transition: 0.2s ease-in-out;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.lower__wrap form button:hover {
  opacity: 0.6;
}
.lower__wrap form .registered {
  display: block;
  width: 63rem;
  margin: 1.6rem auto 3.2rem;
  padding: 1.4rem;
  border: 1px solid #FF8724;
  border-radius: 70px;
  background: #FF8724;
  color: #fff;
  font-weight: 900;
  font-size: 2.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.lower__wrap form .registered span {
  font-weight: 500;
  font-size: 2rem;
}
.lower__wrap form .registered.btn-vote__done {
  border: 2px solid #CAD2D6;
  background: #CAD2D6;
  color: #272727;
  pointer-events: none;
}
.lower__wrap form .unregistered {
  display: block;
  width: 63rem;
  margin: 0 auto;
  padding: 1.4rem;
  border: 1px solid #FF8724;
  border-radius: 70px;
  background: #fff;
  color: #FF8724;
  font-weight: 700;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.lower__wrap--comment-note {
  margin: 0 auto 4.8rem;
  padding: 0 0 0 1em;
  font-weight: 400;
  font-size: 1.2rem;
}
.lower__wrap--comment-note li {
  text-indent: -1em;
}
.lower__wrap--comment-lead {
  text-align: center;
}
.lower__wrap--comment-lead b {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.lower__wrap--comment-lead span {
  color: #FF8724;
}
.lower__wrap--campaign h4 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.2rem;
  padding: 0 1.6rem;
  color: #FF8724;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.5pt;
  text-align: center;
}
.lower__wrap--campaign h4::before, .lower__wrap--campaign h4::after {
  position: absolute;
  top: -0.5rem;
  height: 3.8rem;
  content: "";
}
.lower__wrap--campaign h4::before {
  -webkit-transform: rotate(-38deg);
  left: 0;
          transform: rotate(-38deg);
  border-left: solid 1.5px;
}
.lower__wrap--campaign h4::after {
  -webkit-transform: rotate(38deg);
  right: 0;
          transform: rotate(38deg);
  border-right: solid 1.5px;
}
.lower__wrap--campaign p {
  margin: 0 0 2.4rem;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
.lower__wrap--campaign p span {
  color: #FF8724;
}
.lower__artworks--ttl {
  margin: 0 auto 0.6rem;
  font-weight: 900;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
  text-align: center;
}
.lower__artworks--author {
  margin: 0 auto 4rem;
  font-weight: 900;
  font-size: 2.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1pt;
  text-align: center;
}
.lower__artworks--youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 0 auto;
}
.lower__done .lower__wrap {
  margin: 3.6rem auto 4rem;
  padding: 16.2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.6666666667vw;
  }
  .footer {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .header {
    -webkit-transition: top 0.3s ease;
    top: -100px;
    font-size: 2.4rem;
    transition: top 0.3s ease;
  }
  .header.is-show {
    top: 0;
  }
  .header__logo {
    width: 7rem;
    margin: 0 0 0 2rem;
  }
  .header__logo img {
    margin: 0.5rem 0;
  }
  .header__spbtn {
    display: block;
    position: relative;
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 1rem;
    border: 1px #343434 solid;
    border-radius: 0.5rem;
    background-color: #D8F1EA;
    text-align: center;
  }
  .header__menu {
    -webkit-transition: 0.3s;
    z-index: 1;
    position: fixed;
    top: 5rem;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    transition: 0.3s;
  }
  .header__menu.is-open {
    right: 0;
  }
  .header__links {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10rem 3rem 3rem;
  }
  .header__link {
    display: block;
    margin: 0;
    padding: 1.2rem 0;
  }
  .header__appbtn {
    width: 13.5rem;
  }
  .kv {
    height: 100vh;
    margin-top: 0;
  }
  .kv__anime.line {
    top: 27rem;
    width: 90%;
  }
  .kv__anime.logo {
    -webkit-transform: translateX(-50%);
    top: 34rem;
    left: 50%;
    width: 26rem;
            transform: translateX(-50%);
  }
  .sec {
    margin-top: 6rem;
  }
  .sec .wrap {
    max-width: calc(100% + 6rem);
    padding: 0 1.5rem;
  }
  .sec__ttl {
    padding: 0 0 4.5rem;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
  .sec--message .wrap {
    max-width: 100%;
    padding: 0;
  }
  .sec--award {
    margin-top: 14rem;
  }
  .sec--award .wrap {
    margin-top: 1rem;
  }
  .sec--thumbnails {
    padding: 3rem 0;
  }
  .sec--host {
    margin-top: 3.5rem;
  }
  .sec--contents {
    margin-top: 4rem;
    padding: 2.5rem 0;
  }
  .notice {
    margin-top: 3rem;
  }
  .notice .wrap {
    padding: 0 3rem;
  }
  .notice .deadline {
    padding: 0.5rem;
  }
  .notice .deadline__txt {
    padding: 1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .notice .deadline__txt .bold {
    font-size: 2.8rem;
  }
  .notice .noticebox {
    display: block;
  }
  .notice .noticebox__ttl {
    padding: 1.8rem 0 2.5rem;
    text-align: center;
  }
  .notice .noticebox__cont .item {
    padding: 1rem 0;
  }
  .notice .noticebox__cont .item__date {
    margin-right: 0;
  }
  .notice .noticebox__cont .item__txt {
    padding-top: 0.5rem;
    line-height: 1.75;
  }
  .notice .noticebox__cont .item__inner {
    display: block;
  }
  .notice__more {
    margin-top: 3rem;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1;
  }
  .feature__lead {
    margin-top: 1rem;
    padding: 0 1rem;
    font-size: 1.5rem;
  }
  .feature .feature-box {
    padding: 3rem 1.5rem 5rem;
  }
  .feature .feature-box .inner {
    padding: 3rem 2rem;
    text-align: center;
  }
  .feature .feature-box__ttl {
    font-size: 1.8rem;
  }
  .feature .feature-box__txt {
    margin-top: 1rem;
    padding-left: 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .message__box {
    margin-bottom: 10rem;
    padding: 4rem 1.5rem 21rem;
    font-size: 1.5rem;
  }
  .message__box::before {
    top: unset;
    right: 2rem;
    bottom: -4rem;
    width: 21rem;
    height: 21rem;
  }
  .message__box::after {
    top: unset;
    right: unset;
    bottom: -6.5rem;
    left: 2rem;
    width: 12rem;
    height: 12rem;
  }
  .category {
    margin-top: 2rem;
  }
  .category__comment {
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .category__comment .inner::before {
    top: 1.5rem;
  }
  .category__comment .inner::after {
    top: 1.5rem;
  }
  .catboxs {
    display: block;
  }
  .catbox {
    padding: 3rem 0;
  }
  .catbox-s {
    padding: 3rem 1.5rem;
  }
  .catbox-s:not(:first-child) {
    margin-top: 1.5rem;
  }
  .catbox__ttl {
    font-size: 2.4rem;
  }
  .catbox__txt-bold {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .catbox__txt {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .catbox__sec {
    margin: 1.5rem 0;
    padding: 1.5rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .qanda {
    margin-top: 1.5rem;
    padding: 3.5rem 0 0.5rem;
  }
  .qanda__subttl {
    margin-top: 0;
    font-size: 2.1rem;
  }
  .qanda__txt {
    margin: 1.5rem 0 3rem;
    font-size: 1.2rem;
  }
  .qanda .aco {
    margin-bottom: 2.5rem;
  }
  .qanda .aco__item {
    margin-top: 1.5rem;
  }
  .qanda .aco__header {
    padding: 1.5rem 4.5rem 1.5rem 3.5rem;
    font-size: 1.2rem;
  }
  .qanda .aco__header::before {
    top: 45%;
    left: 1.2rem;
    font-size: 2rem;
  }
  .qanda .aco__inner {
    font-size: 1.2rem;
  }
  .qanda .aco__txt {
    padding: 0 4rem 1rem 3.5rem;
    line-height: 2;
  }
  .qanda .aco__txt::before {
    top: 0;
    left: 1.2rem;
    font-size: 2rem;
  }
  .qanda .aco__btn {
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
  .qanda .aco__btn::before, .qanda .aco__btn::after {
    top: 0.9rem;
    width: 2rem;
  }
  .qanda .aco__btn::before {
    top: 0;
    left: 0.9rem;
    width: 0.2rem;
    height: 2rem;
  }
  .qanda .contact {
    margin: 4rem 0;
  }
  .qanda .contact__btn {
    margin: 1.5rem 0;
  }
  .qanda .contact__btn > a {
    font-size: 1.2rem;
  }
  .qanda .contact__txt {
    margin: 1.5rem 0 3rem;
    font-size: 1.2rem;
  }
  #thumbnails .thumbnail {
    margin: 0 1rem;
  }
  #thumbnails .thumbnail__txt {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #thumbnails .yt-thumb::before {
    width: 4rem;
    height: 4rem;
  }
  .award {
    margin-top: 3rem;
    padding: 2rem 0;
  }
  .award .box {
    margin-top: 6rem;
    padding: 2rem 1.5rem 5rem;
  }
  .award .box .ttl::before {
    width: 12rem;
  }
  .award .box .ttl .rank {
    font-size: 2.7rem;
  }
  .award .box .ttl .num {
    font-size: 2rem;
  }
  .award .box .lead {
    font-size: 1.5rem;
  }
  .award .box .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .award .box .list-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            flex-direction: column;
            align-items: center;
  }
  .award .box .list-2 .list__item {
    max-width: 100%;
  }
  .award .box .list-2 .list__item:not(:first-child) {
    margin-top: 3rem;
  }
  .award .box .list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  .award .box .list__item--big > img {
    width: 100%;
  }
  .award .box .list__txt {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .award .box .list__txt--s {
    font-size: 1rem;
  }
  .award .box-flex {
    display: block;
  }
  .award .note {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  .award .about {
    display: block;
    margin-top: 2rem;
  }
  .award .about .bnr {
    width: 21rem;
    min-width: unset;
    margin: 0 auto;
  }
  .award .about__ttl {
    margin-top: 3.5rem;
    font-size: 2rem;
    text-align: center;
  }
  .award .about__txt {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .rules {
    padding: 0 0 6rem;
  }
  .rules__table {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .rules__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  .rules__table th {
    width: 100%;
    padding: 1rem 2rem;
  }
  .rules__table td {
    width: 100%;
    padding: 1rem 0 1.5rem;
  }
  .rules__table td p:not(:first-child) {
    margin-top: 1.5rem;
  }
  .rules__table td .txt-bold {
    font-weight: 500;
  }
  .rules .caution {
    margin-top: 0;
    padding: 1.5rem;
  }
  .rules .caution__ttl {
    font-size: 1.2rem;
  }
  .rules .caution__txt {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .rules .caution .btn-wrap {
    margin-top: 0;
  }
  .rules .caution .btn-wrap .btn {
    width: auto;
    padding: 0.5rem 3.5rem;
    font-size: 1.5rem;
  }
  .link-area {
    padding: 3rem 0;
  }
  .link-area .baloon {
    font-size: 2rem;
  }
  .link-area .baloon__inner {
    padding: 1rem;
  }
  .link-area .btn {
    margin: 3.5rem auto 0;
    padding: 1.5rem 2rem;
    font-size: 2.7rem;
  }
  .judge {
    margin: 1.4rem 0 6rem;
  }
  .judge .how {
    margin: 4.5rem auto 0;
  }
  .judge .how__item {
    font-size: 1.5rem;
  }
  .judge .how__txt {
    text-align: left;
  }
  .judge .how__border {
    padding: 1.5rem 2rem 1.5rem 9rem;
    font-weight: 700;
    text-align: left;
  }
  .judge .how__border--1::after {
    -webkit-transform: translateY(-50%);
    top: 44%;
    bottom: unset;
    left: 1.5rem;
    width: 5.5rem;
    height: 5rem;
            transform: translateY(-50%);
  }
  .judge .how__border--2::after {
    -webkit-transform: translateY(-50%);
    top: 50%;
    left: 1rem;
    width: 6.5rem;
    height: 5rem;
            transform: translateY(-50%);
  }
  .judge .how__border--orange {
    padding: 1.5rem 2rem;
    background: url(../img/img_judge1_sp.png) center bottom/cover no-repeat;
    color: #FF8724;
    text-align: center;
  }
  .judge .how__border .big {
    font-size: 1.5rem;
  }
  .judge__lead {
    padding-top: 3.5rem;
    font-size: 1.5rem;
  }
  .judge .persons {
    margin-top: 3.5rem;
  }
  .judge .persons__item {
    display: block;
  }
  .judge .persons .photo {
    width: 18rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .judge .persons .box {
    width: 100%;
  }
  .judge .persons .box .ttl {
    padding-top: 1rem;
    font-size: 2.1rem;
    text-align: center;
  }
  .judge .persons .box .txt {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .host__ttl:not(:first-child) {
    margin-top: 3.5rem;
  }
  .host__ttl {
    margin-top: 0;
    font-size: 2.4rem;
  }
  .host__box {
    margin-top: 1.5rem;
    gap: 5rem;
  }
  .host__box img {
    width: calc(50% - 5rem);
  }
  .host__box img.host__box__csp {
    width: 46%;
    max-width: 100%;
  }
  .contents__ttl {
    font-size: 1.5rem;
  }
  .contents__btn {
    width: 100%;
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
  }
  .contents__img {
    margin: 3rem auto;
  }
  .vote .kv {
    -webkit-animation: fadeIn 1s ease-out forwards;
    aspect-ratio: 5/12;
    width: 100%;
    height: auto;
            animation: fadeIn 1s ease-out forwards;
    opacity: 0;
  }
  .vote a.txtlink {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .vote .feature__lead {
    position: relative;
    margin-top: 5.5rem;
    margin-top: -9rem;
    padding: 0;
    font-size: 1.55rem;
  }
  .vote .notice .wrap {
    padding: 0 1.8rem;
  }
  .vote .noticewrap {
    margin: 4rem auto 3rem;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .vote .noticewrap b {
    display: block;
    margin: 0 auto -1rem;
    font-weight: bold;
    text-align: center;
  }
  .vote .vote-comment {
    margin-bottom: 0rem;
    padding: 4rem 1.5rem 1rem;
    background: url(../img/vote/bg_contents_sp.jpg) center/cover no-repeat;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .vote .vote-comment__count {
    width: auto;
    width: 96%;
    padding: 16px 10px 12px;
    border-radius: 100px;
    text-align: center;
    word-break: break-all;
  }
  .vote .vote-comment__count span {
    display: block;
    margin: 0;
    font-size: 2.2rem;
  }
  .vote .vote-comment__lead {
    margin: 2.4rem 0;
    font-size: 1.4rem;
  }
  .vote .vote-comment__box {
    padding: 0 1rem;
  }
  .vote .vote-comment__box--title {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    min-height: 7.2rem;
    margin: 0 0 1.6rem 14rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .vote .vote-comment__box li a {
    display: block;
    position: relative;
  }
  .vote .vote-comment__box li a::before {
    display: none;
  }
  .vote .vote-comment__box li .vote-comment__box--wrap::before {
    display: none;
  }
  /*
  .vote .vote-comment__box li:nth-child(2) a .vote-comment__box--img {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    left: auto;
    margin: 0;
  }
  .vote .vote-comment__box li:nth-child(2) a .vote-comment__box--title {
    margin: 0 14rem 1.6rem 0;
  }
  .vote .vote-comment__box li:nth-child(2) a .vote-comment__box--wrap::before {
    display: none;
  }
    */
  .vote .vote-comment__box li p {
    font-weight: 400;
  }
  .vote .vote-comment__box--img {
    z-index: 1;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    aspect-ratio: 16/9;
    min-width: 12rem;
    max-width: 12rem;
    border-radius: 15px;
  }
  .vote .vote-comment__box--wrap {
    padding: 16px;
  }
  .vote .artworks__lists {
    display: block;
    margin: 2.4rem auto 7rem;
  }
  .vote .artworks__award p {
    margin: 0 auto 2.4rem;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.4pt;
  }
  .vote .artworks__award--benefit {
    margin: 0 auto -2rem;
    padding: 9rem 0 7rem 0;
    background: url(../img/vote/benefit_sp.png) 0 0/95% auto no-repeat;
  }
  .vote .artworks__award--benefit .ttl {
    position: absolute;
    top: 5.6rem;
    left: 1rem;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
  }
  .vote .artworks__award--benefit ul li:nth-child(1) {
    position: absolute;
    top: auto;
    right: 12.5rem;
    bottom: 4.5rem;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
  .vote .artworks__award--benefit ul li:nth-child(2) {
    position: absolute;
    top: auto;
    right: 1rem;
    bottom: 4.5rem;
    font-size: 1rem;
    text-align: center;
  }
  .vote .artworks__award--nav li {
    width: calc(100% / 3 - 0.4rem);
  }
  .vote .artworks__award--nav li a {
    padding: 1.6rem 0 3.2rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .vote .artworks__award--nav li a::before {
    top: auto;
    right: 0;
    bottom: 1.5rem;
    left: 0;
  }
  .vote .artworks__list {
    width: 100%;
    padding: 0 2.5rem 0;
  }
  .vote .artworks__list > a::before {
    display: none;
  }
  .vote .artworks__list--img {
    margin: 0 0 1.4rem;
  }
  .vote .artworks__list--title {
    margin: 1rem 0 0.4rem;
  }
  .vote .artworks__list .btn-vote {
    font-size: 1.4rem;
  }
  .vote .sec--judge__subtitle {
    margin: 0 auto 3rem;
    font-size: 1.45rem;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .vote .sec--judge__subtitle::before, .vote .sec--judge__subtitle::after {
    top: 1rem;
  }
  .vote .sec--judge__subtitle::before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .vote .sec--judge__subtitle::after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .vote .sec--judge p {
    margin: 1.6rem auto -2rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .vote .sec--judge .how__txt {
    margin: 2.4rem auto -1rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
  .vote .sec--judge .judge .how__announce::before {
    margin: 6rem auto 1.6rem;
  }
  .vote .sec--judge .judge .how__announce {
    background: #fff url(../img/vote/bg_announce_sp.png) 50% 100%/100% auto no-repeat;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
  }
  .vote .sec--judge .judge .how__announce .big {
    font-weight: 900;
    font-size: 3rem;
  }
  .vote .sec--judge .judge .how__announce p {
    margin: 0 auto 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .vote .sec--judge .judge .how__announce p span {
    display: block;
    font-size: 1.7rem;
  }
  .vote .sec--judge .persons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem -1rem 0;
  }
  .vote .sec--judge .persons li {
    width: calc(100% / 2);
    margin: 0 auto 2rem;
  }
  .vote .sec--judge .persons--ttl {
    font-size: 1.6rem;
  }
  .vote .sec--judge .persons p {
    display: block;
    margin: 0 auto 0px;
    font-size: 1.7rem;
  }
  .vote .sec--judge .persons p span {
    font-weight: 400;
    font-size: 1rem;
  }
  .vote .sec--judge__campaign {
    padding: 2rem 0;
  }
  .vote .sec--judge__campaign .note {
    padding: 0 1.2rem 0.4rem 2em;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .vote .sec--judge__campaign--btn {
    margin: 1.6rem auto;
    font-size: 1.6rem;
  }
  .vote .sec--judge__campaign h4 {
    font-size: 2.3rem;
  }
  .vote .sec--judge__campaign p {
    margin: 2rem auto 0;
    line-height: 1.5;
  }
  .vote .sec__ttl {
    line-height: 1.3;
  }
  .vote .subttl__inner--sec2 {
    display: block;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    border-radius: 70px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 1pt;
  }
  .vote .sec--host p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .vote .sec--host__btn a {
    padding: 1.6rem 0;
    font-size: 1.7rem;
  }
  .vote a.vote__movielink-btn {
    padding: 1.6rem 1.4rem;
  }
  .vote a.vote__sharebtn {
    padding: 1.6rem 1.4rem;
  }
  .header__links a.header__link--child {
    position: relative;
    padding: 0px 0 0 4rem;
    line-height: 2.1;
  }
  .header__links a.header__link--child::before {
    display: block;
    position: absolute;
    top: -1rem;
    left: 1rem;
    width: 2rem;
    height: 4rem;
    margin: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    content: "";
  }
  .header__link:nth-child(2) {
    overflow: hidden;
  }
  .header__link:nth-child(2)::before {
    display: block;
    position: absolute;
    top: -1rem;
    left: 1rem;
    width: 2rem;
    height: 4rem;
    margin: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    content: "";
  }
  .header__link:nth-child(4) {
    margin: 0 0 2rem;
  }
  .lower {
    background: url(../img/vote/bg_contents_sp.jpg) center/cover no-repeat;
  }
  .lower__wrap {
    width: 94%;
    margin: 2rem auto 4rem;
    padding: 2.2rem 1.5rem 4rem;
  }
  .lower__wrap--comment-title {
    margin: 0 0 1.4rem;
    font-size: 1.6rem;
  }
  .lower__wrap form textarea {
    margin: 1.6rem 0;
  }
  .lower__wrap form .registered {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1.2rem 0;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .lower__wrap form .registered span {
    padding: 1.6rem 0;
    font-weight: 400;
    font-size: 1.3rem;
  }
  .lower__wrap form .unregistered {
    width: 100%;
    font-weight: 500;
    font-size: 1.5rem;
  }
  .lower__wrap--comment-note {
    margin: 0 auto 2.4rem;
    font-size: 1rem;
  }
  .lower__wrap--comment-lead {
    font-size: 1.3rem;
  }
  .lower__wrap--comment-lead b {
    font-size: 1.4rem;
  }
  .lower__wrap--campaign h4 {
    font-size: 1.3rem;
  }
  .lower__wrap--campaign p {
    margin: 0 0 1rem;
    font-size: 1.4rem;
  }
  .lower__artworks--ttl {
    font-size: 1.5rem;
  }
  .lower__artworks--author {
    margin: 0 auto 1.6rem;
    font-size: 1.5rem;
  }
  .lower__artworks--youtube iframe {
    margin: 0 auto;
  }
  .lower__done .lower__wrap {
    padding: 11rem 1.5rem;
  }
  .vote .kv {
    -webkit-animation: fadeIn 1s ease-out forwards;
    aspect-ratio: 5/12;
    width: 100%;
    height: auto;
            animation: fadeIn 1s ease-out forwards;
    opacity: 0;
  }
  .vote a.txtlink {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .vote .feature__lead {
    position: relative;
    margin-top: 5.5rem;
    margin-top: -9rem;
    padding: 0;
    font-size: 1.55rem;
  }
  .vote .notice .wrap {
    padding: 0 1.8rem;
  }
  .vote .noticewrap {
    margin: 4rem auto 3rem;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .vote .noticewrap b {
    display: block;
    margin: 0 auto -1rem;
    font-weight: bold;
    text-align: center;
  }
  .vote .vote-comment {
    margin-bottom: 0rem;
    padding: 4rem 1.5rem 1rem;
    background: url(../img/vote/bg_contents_sp.jpg) center/cover no-repeat;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .vote .vote-comment__count {
    width: auto;
    width: 96%;
    padding: 16px 10px 12px;
    border-radius: 100px;
    text-align: center;
    word-break: break-all;
  }
  .vote .vote-comment__count span {
    display: block;
    margin: 0;
    font-size: 2.2rem;
  }
  .vote .vote-comment__lead {
    margin: 2.4rem 0;
    font-size: 1.4rem;
  }
  .vote .vote-comment__box {
    padding: 0 1rem;
  }
  .vote .vote-comment__box--title {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    min-height: 7.2rem;
    margin: 0 0 1.6rem 14rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .vote .vote-comment__box li a {
    display: block;
    position: relative;
  }
  .vote .vote-comment__box li a::before {
    display: none;
  }
  .vote .vote-comment__box li .vote-comment__box--wrap::before {
    display: none;
  }
  /*
  .vote .vote-comment__box li:nth-child(2) a .vote-comment__box--img {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    left: auto;
    margin: 0;
  }
  .vote .vote-comment__box li:nth-child(2) a .vote-comment__box--title {
    margin: 0 14rem 1.6rem 0;
  }
  .vote .vote-comment__box li:nth-child(2) a .vote-comment__box--wrap::before {
    display: none;
  }
    */
  .vote .vote-comment__box li p {
    font-weight: 400;
  }
  .vote .vote-comment__box--img {
    z-index: 1;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    aspect-ratio: 16/9;
    min-width: 12rem;
    max-width: 12rem;
    border-radius: 15px;
  }
  .vote .vote-comment__box--wrap {
    padding: 16px;
  }
  .vote .artworks__lists {
    display: block;
    margin: 2.4rem auto 7rem;
  }
  .vote .artworks__award p {
    margin: 0 auto 2.4rem;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.4pt;
  }
  .vote .artworks__award--benefit {
    margin: 0 auto -2rem;
    padding: 9rem 0 7rem 0;
    background: url(../img/vote/benefit_sp.png) 0 0/95% auto no-repeat;
  }
  .vote .artworks__award--benefit .ttl {
    position: absolute;
    top: 5.6rem;
    left: 1rem;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
  }
  .vote .artworks__award--benefit ul li:nth-child(1) {
    position: absolute;
    top: auto;
    right: 12.5rem;
    bottom: 4.5rem;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
  .vote .artworks__award--benefit ul li:nth-child(2) {
    position: absolute;
    top: auto;
    right: 1rem;
    bottom: 4.5rem;
    font-size: 1rem;
    text-align: center;
  }
  .vote .artworks__award--nav li {
    width: calc(100% / 3 - 0.4rem);
  }
  .vote .artworks__award--nav li a {
    padding: 1.6rem 0 3.2rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .vote .artworks__award--nav li a::before {
    top: auto;
    right: 0;
    bottom: 1.5rem;
    left: 0;
  }
  .vote .artworks__list {
    width: 100%;
    padding: 0 2.5rem 0;
  }
  .vote .artworks__list > a::before {
    display: none;
  }
  .vote .artworks__list--img {
    margin: 0 0 1.4rem;
  }
  .vote .artworks__list--title {
    margin: 1rem 0 0.4rem;
  }
  .vote .artworks__list .btn-vote {
    font-size: 1.4rem;
  }
  .vote .sec--judge__subtitle {
    margin: 0 auto 3rem;
    font-size: 1.45rem;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .vote .sec--judge__subtitle::before, .vote .sec--judge__subtitle::after {
    top: 1rem;
  }
  .vote .sec--judge__subtitle::before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .vote .sec--judge__subtitle::after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .vote .sec--judge p {
    margin: 1.6rem auto -2rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .vote .sec--judge .how__txt {
    margin: 2.4rem auto -1rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
  .vote .sec--judge .judge .how__announce::before {
    margin: 6rem auto 1.6rem;
  }
  .vote .sec--judge .judge .how__announce {
    background: #fff url(../img/vote/bg_announce_sp.png) 50% 100%/100% auto no-repeat;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
  }
  .vote .sec--judge .judge .how__announce .big {
    font-weight: 900;
    font-size: 3rem;
  }
  .vote .sec--judge .judge .how__announce p {
    margin: 0 auto 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .vote .sec--judge .judge .how__announce p span {
    display: block;
    font-size: 1.7rem;
  }
  .vote .sec--judge .persons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem -1rem 0;
  }
  .vote .sec--judge .persons li {
    width: calc(100% / 2);
    margin: 0 auto 2rem;
  }
  .vote .sec--judge .persons--ttl {
    font-size: 1.6rem;
  }
  .vote .sec--judge .persons p {
    display: block;
    margin: 0 auto 0px;
    font-size: 1.7rem;
  }
  .vote .sec--judge .persons p span {
    font-weight: 400;
    font-size: 1rem;
  }
  .vote .sec--judge__campaign {
    padding: 2rem 0;
  }
  .vote .sec--judge__campaign .note {
    padding: 0 1.2rem 0.4rem 2em;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .vote .sec--judge__campaign--btn {
    margin: 1.6rem auto;
    font-size: 1.6rem;
  }
  .vote .sec--judge__campaign h4 {
    font-size: 2.3rem;
  }
  .vote .sec--judge__campaign p {
    margin: 2rem auto 0;
    line-height: 1.5;
  }
  .vote .sec__ttl {
    line-height: 1.3;
  }
  .vote .subttl__inner--sec2 {
    display: block;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    border-radius: 70px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 1pt;
  }
  .vote .sec--host p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .vote .sec--host__btn a {
    padding: 1.6rem 0;
    font-size: 1.7rem;
  }
  .vote a.vote__movielink-btn {
    padding: 1.6rem 1.4rem;
  }
  .vote a.vote__sharebtn {
    padding: 1.6rem 1.4rem;
  }
  .header__links a.header__link--child {
    position: relative;
    padding: 0px 0 0 4rem;
    line-height: 2.1;
  }
  .header__links a.header__link--child::before {
    display: block;
    position: absolute;
    top: -1rem;
    left: 1rem;
    width: 2rem;
    height: 4rem;
    margin: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    content: "";
  }
  .header__link:nth-child(2) {
    overflow: hidden;
  }
  .header__link:nth-child(2)::before {
    display: block;
    position: absolute;
    top: -1rem;
    left: 1rem;
    width: 2rem;
    height: 4rem;
    margin: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    content: "";
  }
  .header__link:nth-child(4) {
    margin: 0 0 2rem;
  }
  .lower {
    background: url(../img/vote/bg_contents_sp.jpg) center/cover no-repeat;
  }
  .lower__wrap {
    width: 94%;
    margin: 2rem auto 4rem;
    padding: 2.2rem 1.5rem 4rem;
  }
  .lower__wrap--comment-title {
    margin: 0 0 1.4rem;
    font-size: 1.6rem;
  }
  .lower__wrap form textarea {
    margin: 1.6rem 0;
  }
  .lower__wrap form .registered {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1.2rem 0;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .lower__wrap form .registered span {
    padding: 1.6rem 0;
    font-weight: 400;
    font-size: 1.3rem;
  }
  .lower__wrap form .unregistered {
    width: 100%;
    font-weight: 500;
    font-size: 1.5rem;
  }
  .lower__wrap--comment-note {
    margin: 0 auto 2.4rem;
    font-size: 1rem;
  }
  .lower__wrap--comment-lead {
    font-size: 1.3rem;
  }
  .lower__wrap--comment-lead b {
    font-size: 1.4rem;
  }
  .lower__wrap--campaign h4 {
    font-size: 1.3rem;
  }
  .lower__wrap--campaign p {
    margin: 0 0 1rem;
    font-size: 1.4rem;
  }
  .lower__artworks--ttl {
    font-size: 1.5rem;
  }
  .lower__artworks--author {
    margin: 0 auto 1.6rem;
    font-size: 1.5rem;
  }
  .lower__artworks--youtube iframe {
    margin: 0 auto;
  }
  .lower__done .lower__wrap {
    padding: 11rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
  html {
    font-size: 0.6944444444vw;
  }
  a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  a:hover {
    opacity: 0.6;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .vote {
    min-width: 1000px;
  }
  .vote .artworks__lists::after {
    width: calc(100% / 3 - 1.4rem);
    margin: 0 0 4.8rem 0;
    content: "";
  }
  .vote a.vote__movielink-btn {
    width: 34rem;
    font-size: 2rem;
  }
  .vote a.vote__sharebtn {
    width: 34rem;
    font-size: 2rem;
  }
  .header__links a {
    padding: 8px;
  }
  .header__links a::after {
    /*アンダーラインがaタグの下端から現れる*/
    -webkit-transform: scale(0, 1);
    /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    -webkit-transform-origin: left top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    -webkit-transition: -webkit-transform 0.3s;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
            transform: scale(0, 1);
            transform-origin: left top;
    background: #FF8724;
    content: "";
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    /*変形の時間*/
  }
  .header__links a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
  }
  .vote {
    min-width: 1000px;
  }
  .vote .artworks__lists::after {
    width: calc(100% / 3 - 1.4rem);
    margin: 0 0 4.8rem 0;
    content: "";
  }
  .vote a.vote__movielink-btn {
    width: 34rem;
    font-size: 2rem;
  }
  .vote a.vote__sharebtn {
    width: 34rem;
    font-size: 2rem;
  }
  .header__links a {
    padding: 8px;
  }
  .header__links a::after {
    /*アンダーラインがaタグの下端から現れる*/
    -webkit-transform: scale(0, 1);
    /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    -webkit-transform-origin: left top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    -webkit-transition: -webkit-transform 0.3s;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
            transform: scale(0, 1);
            transform-origin: left top;
    background: #FF8724;
    content: "";
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    /*変形の時間*/
  }
  .header__links a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
  }
}
@media screen and (max-width: 1100px) {
  .sec .wrap {
    max-width: calc(100rem + 4rem);
  }
}
