@charset "UTF-8";
@media (min-width: 650px) {
  br[sp] {
    display: none;
  }
}
@media (max-width: 650px) {
  br[pc] {
    display: none;
  }
}
:root {
  --c-accent: #006f4c;
  --c-lime: #bfe2c4;
  --c-black01: #333;
  --c-orange: #ee8819;
  --c-orange02: #f2b77c;
  --c-page-bgc: #fffcea;
  --c-green01: #86d1ba;
  --c-btn-bgc: linear-gradient(to right, #ee8819 0%, #fab138 50%, #ee8819 100%);
}

body {
  color: var(--c-black01);
  font-size: 16px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt";
  background-color: var(--c-page-bgc);
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*==============================
 @ site-content
==============================*/
.site-cotent {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*==============================
 @ header
==============================*/
.header {
  width: min(100%, 880px);
  margin: 0 auto;
  background-color: white;
}

.header_mv {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
  background-color: var(--c-lime);
  background-image: url(../image/_header/bg_pc.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media (max-width: 650px) {
  .header_mv {
    padding-bottom: 48px;
    background-image: url(../image/_header/bg_sp.png);
  }
}
.header_mv .header_mv_text {
  position: relative;
  width: 87.5%;
  padding: 40px 32px;
  margin: 40px auto 0;
  background-color: white;
  text-align: center;
}
.header_mv .header_mv_text p {
  color: var(--c-accent);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 650px) {
  .header_mv .header_mv_text p {
    font-size: 20px;
    text-align: left;
  }
}

.header_cp {
  width: 87.5%;
  margin: 20px auto 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .header_cp {
    width: 87.6923076923%;
  }
}
.header_cp .cp_heading {
  width: 100%;
  padding: 32px;
  background-color: var(--c-accent);
}
@media (max-width: 650px) {
  .header_cp .cp_heading {
    padding-left: 4.2105263158%;
    padding-right: 4.2105263158%;
    padding-bottom: 24px;
  }
}
.header_cp .cp_content {
  width: 100%;
  padding: 32px 30px;
  background-color: #fff836;
}
@media (max-width: 650px) {
  .header_cp .cp_content {
    padding: 20px 5.6140350877% 60px;
  }
}
.header_cp .cp_item {
  border: 3px solid var(--c-accent);
}
.header_cp .cp_subhead {
  padding: 24px 0;
}
@media (max-width: 650px) {
  .header_cp .cp_subhead {
    padding: 18px;
    padding-bottom: 18px;
  }
}

.header_outline {
  width: 100%;
  padding: 5.4545454545% 3.6363636364% 9.5454545455%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 650px) {
  .header_outline {
    padding: 40px 32px 88px;
  }
}
.header_outline h2 {
  margin-bottom: 5.2884615385%;
}
@media (max-width: 650px) {
  .header_outline h2 {
    margin-bottom: 36px;
  }
}
.header_outline .inner {
  padding: 0 6.4903846154%;
  margin-bottom: 54px;
}
@media (max-width: 650px) {
  .header_outline .inner {
    padding: 0 8px;
    margin-bottom: 40px;
  }
}
.header_outline .content {
  display: flex;
  align-items: baseline;
}
@media (max-width: 650px) {
  .header_outline .content {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.header_outline .content dt {
  width: 12.4309392265%;
  height: 30px;
  margin-right: 2.2099447514%;
  border-radius: 3px;
  background: var(--c-btn-bgc);
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}
@media (max-width: 650px) {
  .header_outline .content dt {
    width: 115px;
    height: auto;
    margin-right: 20px;
    line-height: 1.8;
  }
}
.header_outline .content dd {
  width: 87.5690607735%;
  text-align: left;
}
@media (max-width: 650px) {
  .header_outline .content dd {
    width: 100%;
  }
}
.header_outline .content strong {
  font-size: 1.5em;
}
.header_outline .content small {
  font-size: 0.85em;
}
@media (max-width: 650px) {
  .header_outline .content small {
    font-size: 1em;
  }
}
.header_outline .link-anchor {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(87.6923076923%, 570px);
  height: 80px;
  padding: 0;
  margin: 0 auto 60px;
  border: 2px solid var(--c-orange);
  background-color: white;
  border-radius: 40px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: border 0.3s ease-out;
}
.header_outline .link-anchor::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 16px;
  background: url(../image/_header/icon_arrow_orange.svg) no-repeat center/100%;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: opacity 0.3s ease-out;
}
.header_outline .link-anchor img {
  width: 202px;
  height: auto;
  vertical-align: baseline;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .header_outline .link-anchor:hover {
    border-color: var(--c-orange02);
  }
  .header_outline .link-anchor:hover::after {
    opacity: 0.6;
  }
  .header_outline .link-anchor:hover img {
    opacity: 0.6;
  }
}
@media (max-width: 650px) {
  .header_outline .link-anchor img {
    width: 50%;
  }
}
.header_outline .award {
  margin-top: 60px;
}
@media (max-width: 650px) {
  .header_outline .award {
    width: 103%;
    margin-top: 32px;
    margin-left: -1.5%;
  }
}
.header_outline .check_link_wrapper {
  width: min(100%, 570px);
  height: min(11.5384615385vw, 75px);
  margin: 60px auto 0;
}
.header_outline .check_link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: var(--c-accent);
  border-radius: 40px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-out;
}
.header_outline .check_link::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 30px;
  background: url(../image/icon_arrow_white.svg) no-repeat center/100%;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
}
.header_outline .check_link img {
  width: 310px;
  height: auto;
  vertical-align: baseline;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .header_outline .check_link:hover {
    background-color: var(--c-green01);
  }
  .header_outline .check_link:hover::after {
    opacity: 0.6;
  }
}
@media (max-width: 650px) {
  .header_outline .check_link::after {
    width: 2.8070175439%;
    height: 37.3333333333%;
    right: 4.2105263158%;
  }
  .header_outline .check_link img {
    width: 70.1754385965%;
  }
}

/*==============================
 @ main content
==============================*/
.main {
  width: 100%;
}

.main__inn {
  width: 100%;
  max-width: 880px;
  padding: 0;
  margin: 0 auto;
  background-color: white;
  text-align: center;
}

/*
 @ vote
------------------------------*/
.vote {
  width: 100%;
  max-width: 880px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0 auto;
  padding: 6% 5% 22.7272727273%;
  background-color: #FFFAC6;
}
@media (max-width: 650px) {
  .vote {
    max-width: 650px;
    font-size: calc(14px + 10 * (100vw - 320px) / 330);
    padding: 7% 6.1538461538% 26.1%;
    background-color: #FFFAC6;
  }
}
.vote h2 {
  margin-bottom: 4.6%;
}
@media (max-width: 650px) {
  .vote h2 {
    margin-bottom: 5.2%;
  }
}
.vote .vote__note {
  color: #4c4948;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0 0;
}
@media (max-width: 650px) {
  .vote .vote__note {
    font-size: calc(9px + 9 * (100vw - 320px) / 330);
    padding: 5.2% 0 0;
  }
}
.vote .vote__work {
  width: 100%;
}
.vote .vote__work h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--c-accent);
  font-size: 24px;
}
.vote .vote__work h3:before, .vote .vote__work h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--c-accent);
}
.vote .vote__work h3::before {
  margin-right: 1rem;
}
.vote .vote__work h3::after {
  margin-left: 1rem;
}
@media (max-width: 650px) {
  .vote .vote__work h3 {
    font-size: calc(17px + 13 * (100vw - 320px) / 330);
    margin-bottom: 5.2%;
  }
}
.vote .vote__work .work-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.vote .vote__work .work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px;
  border: 8px solid var(--c-accent);
  background-color: white;
  border-radius: 11px;
}
@media (max-width: 650px) {
  .vote .vote__work .work-item {
    padding: calc(12px + 10 * (100vw - 320px) / 330);
    border: calc(4px + 4 * (100vw - 320px) / 330) solid var(--c-accent);
  }
}
.vote .vote__work .work-content {
  width: 87.7%;
  display: flex;
  align-items: center;
}
@media (max-width: 650px) {
  .vote .vote__work .work-content {
    width: 82.7%;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
.vote .vote__work .work-number {
  display: inline-block;
  width: 13.5%;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  border-radius: 15px;
  margin-right: 4.5%;
  color: var(--c-accent);
  background-color: rgba(54, 179, 140, 0.1);
}
@media (max-width: 650px) {
  .vote .vote__work .work-number {
    width: 21.3%;
    height: calc(17px + 13 * (100vw - 320px) / 330);
    font-size: calc(10px + 6 * (100vw - 320px) / 330);
    line-height: calc(17px + 13 * (100vw - 320px) / 330);
    border-radius: calc(8.5px + 6.5 * (100vw - 320px) / 330);
    margin-right: 78.7%;
    margin-bottom: 1.8%;
  }
}
.vote .vote__work .work-detail {
  width: 82%;
}
@media (max-width: 650px) {
  .vote .vote__work .work-detail {
    width: 100%;
  }
}
.vote .vote__work .senryu {
  font-size: calc(18px + 2 * (100vw - 651px) / 1329);
  text-align: left;
}
@media (max-width: 650px) {
  .vote .vote__work .senryu {
    font-size: calc(10px + 10 * (100vw - 320px) / 330);
  }
}
.vote .vote__work .pen-name {
  font-size: calc(16px + 2 * (100vw - 651px) / 1329);
  font-weight: 500;
  text-align: right;
}
@media (max-width: 650px) {
  .vote .vote__work .pen-name {
    font-size: calc(11px + 9 * (100vw - 320px) / 330);
  }
}
.vote .vote__work .work__button {
  display: inline-block;
  position: relative;
  width: calc(56px + 8 * (100vw - 651px) / 1329);
  height: calc(56px + 8 * (100vw - 651px) / 1329);
  border-radius: 50%;
  background-color: #ccc;
  margin-left: 3.1%;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  cursor: pointer;
}
.vote .vote__work .work__button img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  vertical-align: baseline;
}
@media (hover: hover) {
  .vote .vote__work .work__button:hover {
    background-color: var(--c-orange02);
  }
}
@media (max-width: 650px) {
  .vote .vote__work .work__button {
    width: calc(40px + 32 * (100vw - 320px) / 330);
    height: calc(40px + 32 * (100vw - 320px) / 330);
    border-radius: 50%;
    margin-left: 3.9%;
  }
  .vote .vote__work .work__button img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(20px + 20 * (100vw - 320px) / 330);
    height: calc(20px + 20 * (100vw - 320px) / 330);
    vertical-align: baseline;
  }
}
.vote .vote__work .active-button {
  background-color: var(--c-orange);
}
.vote .content-area {
  text-align: center;
}
.vote .content-area .content {
  margin-top: 40px;
  display: block;
}
@media (max-width: 650px) {
  .vote .content-area .content {
    margin-top: 2.8%;
  }
}
.vote .vote__button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 80px;
  padding: 0;
  margin: 44px auto 0;
  background: var(--c-orange);
  border-radius: 40px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.vote .vote__button::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 30px;
  background: url(../image/icon_arrow_white.svg) no-repeat center/100%;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
}
.vote .vote__button img {
  width: 220px;
  height: auto;
}
.vote .vote__button.disable {
  background: #c9c9c9;
  pointer-events: none;
}
.vote .vote__button.disable::after {
  content: none;
}
@media (hover: hover) {
  .vote .vote__button:hover {
    background-color: var(--c-orange02);
  }
  .vote .vote__button:hover:after {
    opacity: 0.6;
  }
  .vote .vote__button:hover img {
    opacity: 0.6;
  }
}
@media (max-width: 650px) {
  .vote .vote__button {
    width: 100%;
    height: 90px;
  }
  .vote .vote__button::after {
    width: 2.8%;
    height: 37%;
    right: 4.1%;
  }
  .vote .vote__button img {
    width: 54%;
  }
}
.vote .vali {
  display: block;
  color: red;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.vote .serial-num {
  width: 100%;
  padding-top: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.anchor-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  font-size: calc(16px + 2 * (100vw - 651px) / 1329);
  font-weight: 500;
}
@media (max-width: 650px) {
  .anchor-area {
    flex-wrap: wrap;
    gap: 16px 20px;
    justify-content: center;
    padding-top: 6.3157894737%;
    padding-bottom: 2.8070175439%;
    font-size: calc(11px + 13 * (100vw - 320px) / 330);
  }
  .anchor-area::after {
    content: "";
    width: 100%;
    order: 0;
  }
  .anchor-area .anchor:nth-child(n+3) {
    order: 1;
  }
}
.anchor-area .anchor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.6868686869%;
  padding: 10px;
  background-color: var(--c-accent);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  color: white;
  text-align: center;
  transition: background-color 0.3s ease-out;
}
.anchor-area .anchor::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 2px;
  top: 2px;
  border: 1px solid white;
}
.anchor-area .anchor.active {
  background-color: white;
  color: var(--c-accent);
  pointer-events: none;
  cursor: default;
}
.anchor-area .anchor.active::before {
  border: 1px solid var(--c-accent);
}
@media (hover: hover) {
  .anchor-area .anchor:hover {
    background-color: var(--c-green01);
  }
}
@media (max-width: 650px) {
  .anchor-area .anchor {
    width: 30.8771929825%;
  }
}

/*
 @ to TOP
------------------------------*/
.top-top {
  position: fixed;
  display: block;
  width: 94px;
  height: 94px;
  background: #cbcbcb url(../image/icon_arrow_w.svg) no-repeat center/27px 15px;
  border-top-left-radius: 15px;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 650px) {
  .top-top {
    width: 60px;
    height: 60px;
    border-top-left-radius: 12px;
    background-size: 18px 10px;
  }
}

/*
 @ to popup
------------------------------*/
.popup01,
.popup02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
}
.popup01.active,
.popup02.active {
  display: block;
}

.popup__block01,
.popup__block02 {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 880px;
  padding: 40px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.popup__block01 p,
.popup__block02 p {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 650px) {
  .popup__block01,
  .popup__block02 {
    padding: 40px 20px;
  }
  .popup__block01 p,
  .popup__block02 p {
    font-size: 1rem;
  }
}

.popup__close-btn01,
.popup__close-btn02 {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 4px;
  right: 4px;
  z-index: 2;
  cursor: pointer;
}
.popup__close-btn01::before,
.popup__close-btn02::before {
  content: "";
  width: 3px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close-btn01::after,
.popup__close-btn02::after {
  content: "";
  width: 3px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
  transform: translate(-50%, -50%) rotate(-45deg);
}