@charset "UTF-8";
/****	---- setting ----
===================================****/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.l-pc__copy {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/****	---- general ----
===================================****/
html.lock, body.lock {
  overflow: hidden;
}

html {
  font-size: 93.75%;
}
@media print, screen and (max-width: 1199px) {
  html {
    font-size: 1.25vw;
  }
}
@media print, screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #40484F;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Kiwi Maru", serif;
  font-family: "PT Sans", sans-serif;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: #fff;
  word-wrap: break-word;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

a {
  color: #40484F;
  text-decoration: none;
  transition: 0.2s;
}

sup {
  font-size: 0.75em;
  vertical-align: top;
}

/****	---- js ----
===================================****/
.fadeIn_title,
.fadeIn_lead,
.fadeIn,
.fadeIn_200,
.fadeIn_400,
.fadeIn_600 {
  transition: 0.8s;
  opacity: 0;
  filter: blur(0.6rem);
  transform: translate(0, 6rem);
  -webkit-transform: translate(0, 6rem);
}

.fadeIn_left {
  transition: 1.2s;
  opacity: 0;
  transform: translate(-10rem, 0);
  -webkit-transform: translate(10rem, 0);
}

.fadeIn_right {
  transition: 1.2s;
  opacity: 0;
  transform: translate(10rem, 0);
  -webkit-transform: translate(10rem, 0);
}

.fadeInMove {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.js-accordion {
  transition: 0.2s;
}

.js-accordion:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .js-accordion:hover {
    opacity: 1;
  }
}

.js-accordionContents {
  display: none;
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@keyframes btnArwAnime {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
/****	---- utility ----
===================================****/
.u-pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-mb--em {
  margin: 0 0 1em 0;
}

/****	---- layout ----
===================================****/
.l-inner {
  width: 33.8rem;
  margin: 0 auto;
}

.l-content {
  width: 37.5rem;
  background: #fff;
  border-radius: min(2.6388888889vw, 38px);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.5);
  margin: min(3.4722222222vw, 50px) 0 0 calc((100vw - 37.5rem) * 0.7777777778);
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .l-content {
    border-radius: 0;
    margin: 0 auto;
  }
}

.l-main {
  display: block;
  position: relative;
  overflow: hidden;
}

/****	---- component ----
===================================****/
.cv-fixed {
  width: 37.5rem;
  box-sizing: border-box;
  padding: 0 1.85rem;
  position: fixed;
  bottom: 2rem;
  left: calc((100vw - 37.5rem) * 0.7777777778);
  z-index: 9999;
}
@media print, screen and (max-width: 767px) {
  .cv-fixed {
    width: 100%;
  }
}

.c-btn {
  filter: drop-shadow(0.5em 0.5em 2rem rgba(13, 169, 145, 0.3));
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 6rem;
  border: none;
  border-radius: 9999px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.c-btn.--app {
  background: linear-gradient(to top right, #36A3A7 0%, #00FF9D 100%);
}
.c-btn.--vote {
  color: #36a3a7;
  background: linear-gradient(225deg, #FFFFFF 12%, #FBFF00 56%, #FFB7A4 100%);
  transition: 0.2s;
}
.c-btn.--vote i {
  font-style: normal;
}
.c-btn.--vote:disabled {
  background: #d9d9d9;
  cursor: not-allowed;
  pointer-events: none;
}
.c-btn.--vote:disabled i, .c-btn.--vote:disabled::after {
  opacity: 0.6;
}
.c-btn::after {
  content: "";
  width: 0.713rem;
  height: 1.204rem;
  background: url("../img/arw_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 2.6rem;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
@media (hover: hover) {
  .c-btn:hover {
    cursor: pointer;
    transform: scale(1.03);
  }
  .c-btn:hover::after {
    right: 1.8rem;
  }
}
.c-btn.--back::after {
  background: url("../img/arw_right_white.svg") center center/contain no-repeat;
  right: auto;
  left: 2.6rem;
  transform: rotate(180deg);
}
@media (hover: hover) {
  .c-btn.--back:hover {
    cursor: pointer;
  }
  .c-btn.--back:hover::after {
    right: auto;
    left: 1.8rem;
  }
}
.c-btn.--vote::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/ico_vote.svg") center center/contain no-repeat;
  position: absolute;
  top: 1.5rem;
  right: 1.8rem;
  bottom: auto;
  margin: 0;
  transition: 0.2s;
}
.c-btn img {
  width: 8.5rem;
  position: absolute;
  top: -1.6rem;
  left: 0;
  animation: floating-y 0.75s ease-in-out infinite alternate-reverse;
}
.c-btn img.--moact {
  width: 10.8rem;
  top: -4.2rem;
  left: -1.3rem;
  animation: none;
}
.c-btn > span {
  padding: 0 0 0 4rem;
  position: relative;
}
.c-btn > span::before {
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background: url("../img/ico_sns_x.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/****	---- header ----
===================================****/
.l-header {
  filter: drop-shadow(min(0.5555555556vw, 8px) min(0.5555555556vw, 8px) min(2.2222222222vw, 32px) rgba(13, 169, 145, 0.3));
  width: min(32.2916666667vw, 465px);
  height: min(14.7916666667vw, 213px);
  background: url("../img/bg_header.png") right top/100% 100% no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  .l-header {
    width: 27.693rem;
    height: 12.695rem;
    position: absolute;
  }
}
.l-header__img {
  width: min(13.75vw, 198px);
  position: absolute;
  top: min(1.5972222222vw, 23px);
  right: min(1.7361111111vw, 25px);
}
@media print, screen and (max-width: 767px) {
  .l-header__img {
    width: 11.8rem;
    top: 1.2rem;
    right: 1.4rem;
  }
}

/****	---- pc ----
===================================****/
.l-pc {
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_pc.png") center center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .l-pc {
    display: none;
  }
}
.l-pc::before {
  content: "";
  width: min(39.9305555556vw, 575px);
  height: min(19.1666666667vw, 276px);
  background: url("../img/bg_pc_left.png") left bottom/100% 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.l-pc::after {
  content: "";
  width: 2px;
  height: calc(100% - min(16.25vw, 234px));
  background: #fff;
  position: absolute;
  right: min(2.5vw, 36px);
  bottom: min(0.6944444444vw, 10px);
  z-index: 9;
}
.l-pc__content {
  width: calc((100vw - 37.5rem) * 0.7777777778);
  height: 100%;
  position: relative;
}
.l-pc__ttl {
  width: min(28.75vw, 414px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.l-pc__copy {
  font-weight: 500;
  font-size: min(0.8333333333vw, 12px);
  color: #fff;
  width: min(2.5vw, 36px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

/****	---- fixed ----
===================================****/
.l-fixed {
  width: min(14.375vw, 207px);
  position: fixed;
  bottom: min(1.3888888889vw, 20px);
  right: min(1.3888888889vw, 20px);
  z-index: 9;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .l-fixed {
    width: 11rem;
    right: -1.2rem;
    bottom: 2rem;
  }
}
.l-fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.l-fixed > a {
  width: min(14.375vw, 207px);
  display: block;
}
@media print, screen and (max-width: 767px) {
  .l-fixed > a {
    width: 11rem;
  }
}
@media (hover: hover) {
  .l-fixed > a:hover {
    transform: scale(1.03);
  }
}
.l-fixed > a img {
  filter: drop-shadow(min(0.5555555556vw, 8px) min(0.5555555556vw, 8px) min(2.2222222222vw, 32px) rgba(13, 169, 145, 0.3));
}

/****	---- main ----
===================================****/
.mv {
  position: relative;
}
.mv__content {
  height: 64.2rem;
  background: url("../img/bg_mv.png") left bottom/100% auto no-repeat, linear-gradient(90deg, #45C7FF 0%, #747CCE 20%, #E6165D 62%, #F63B4B 88%, #F65D3B 97%);
  box-sizing: border-box;
  padding: 3.2rem 0 0 0;
  position: relative;
}
.mv__ttl {
  width: 33.8rem;
  margin: 0 auto;
  opacity: 0;
}
.mv__ttl.on {
  animation: bounce 0.6s forwards;
}
.mv__ttl img {
  filter: drop-shadow(0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.25));
}

.complete {
  position: relative;
}
.complete__content {
  height: 67.96rem;
  background: linear-gradient(90deg, #45C7FF 0%, #747CCE 20%, #E6165D 62%, #F63B4B 88%, #F65D3B 97%);
  box-sizing: border-box;
  padding: 5.6rem 0 0 0;
  position: relative;
}
.complete__ttl {
  width: 21.9rem;
  margin: 0 auto;
}
.complete__txt {
  font-weight: 500;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 180%;
  text-align: center;
  color: #fff;
  margin: 2rem 0 0 0;
}
.complete__sub {
  width: 14.9rem;
  margin: 5rem auto 0.5rem;
}
.complete__lead {
  font-weight: 900;
  font-size: 2.16rem;
  text-align: center;
  color: #fff;
}
.complete__lead.--margin {
  margin: 2.8rem 0 5rem;
  position: relative;
}
.complete__lead.--margin::after {
  content: "";
  width: 0.6rem;
  height: 2.8rem;
  background: url("../img/dot.svg") center center/contain no-repeat;
  position: absolute;
  top: -2.8rem;
  right: 0;
  left: 0;
  margin: auto;
}
.complete__lead > strong {
  font-size: 2.88rem;
}
.complete__lead > small {
  font-size: 1.68rem;
}
.complete__lead > span {
  font-size: 2.4rem;
}
.complete__caution {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 180%;
  text-align: center;
  color: #fff;
}
.complete__copy {
  width: 27.3rem;
  margin: 2rem auto 4rem;
}

.error {
  padding: 5.6rem 0 2.6rem;
}
.error__ttl {
  width: 27.7rem;
  margin: 0 auto;
}
.error__txt {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 180%;
  color: #E42023;
  margin: 3rem 0 3.6rem;
}

.about {
  position: relative;
}
.about::before {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 87.1rem;
  background: url("../img/bg_about.png") center center/contain no-repeat;
  position: absolute;
  top: -9rem;
  left: 0;
}
.about__sub {
  width: 14.5rem;
  margin: 0 auto 0.5rem;
}
.about__lead {
  font-weight: 900;
  font-size: 2.16rem;
  text-align: center;
  color: #36a3a7;
}
.about__lead.--margin {
  margin: 2.8rem 0 5rem;
  position: relative;
}
.about__lead.--margin::after {
  content: "";
  width: 0.6rem;
  height: 2.8rem;
  background: url("../img/dot.svg") center center/contain no-repeat;
  position: absolute;
  top: -2.8rem;
  right: 0;
  left: 0;
  margin: auto;
}
.about__lead > strong {
  font-size: 2.88rem;
}
.about__lead > small {
  font-size: 1.68rem;
}
.about__lead > span {
  font-size: 2.4rem;
}
.about__container {
  padding: 2.4rem 0 4.4rem;
  margin: 6rem 0 0 0;
  position: relative;
}
.about__container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00B9C0 0%, #29CE7E 83%, #B8F15C 100%);
  border-radius: 3rem 0 3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.about__ttl {
  margin: 0 0 2rem 0;
  position: relative;
}
.about__txt {
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 3rem;
  position: relative;
}

.entry {
  height: 195.7rem;
  background: url("../img/bg_entry.png") center center/100% 100% no-repeat;
  box-sizing: border-box;
  padding: 18.4rem 0 0 0;
  margin: -9.4rem 0 0 0;
}
.entry__ttl {
  width: 20rem;
  margin: 0 auto 3.2rem;
}
.entry__list {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
.entry__list-item {
  padding: 3rem;
  position: relative;
}
.entry__list-item::before {
  filter: drop-shadow(0.5em 0.5em 2rem rgba(13, 169, 145, 0.3));
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3rem 0 3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.entry__list-content {
  position: relative;
}
.entry__list-ttl {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}
.entry__list-tag {
  font-weight: 900;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  width: 10.2rem;
  height: 2.6rem;
  background: #fff;
  border-radius: 9999px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry__list-img {
  margin: 1.5rem 0 0 0;
}
.entry__list-img figcaption {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0 0 0;
}
.entry__list-container {
  background: #fff;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  padding: 2.5rem;
  margin: 3rem 0 0 0;
  position: relative;
}
.entry__list-sub {
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  width: 12rem;
  height: 3rem;
  background: #ffed91;
  border-radius: 9999px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.entry__list-txt {
  font-weight: 500;
  font-size: 1.5rem;
}

.vote {
  background: #37CBA1;
  padding: 3.3rem 0 12.6rem;
  margin: -1px 0 0 0;
  position: relative;
}
.vote::before {
  pointer-events: none;
  content: "";
  width: 36.55rem;
  height: 31.5rem;
  background: url("../img/bg_vote.png") center center/contain no-repeat;
  position: absolute;
  top: -9.6rem;
  left: 0;
  opacity: 0.3;
}
.vote__img {
  position: relative;
  z-index: 1;
}
.vote__ttl {
  width: 28.4rem;
  margin: 0 auto;
}
.vote__txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 1.5em 0 0 0;
  color: #fff;
  margin: 1.5rem 0 0 0;
}
.vote__caution {
  background: #fff;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  margin: 3.3rem 0 0 0;
  position: relative;
}
.vote__caution-container {
  height: 10.8rem;
  padding: 0 1rem 0 0;
  overflow-y: scroll;
}
.vote__caution-container::-webkit-scrollbar {
  width: 0.6rem; /* スクロールバーの横幅 */
  background: #f5f5f5; /* バーの背景色（必要に応じて変更） */
  border-radius: 9999px; /* 角丸にしたい場合 */
}
.vote__caution-container::-webkit-scrollbar-thumb {
  background: #36a3a7; /* スクロールバー本体の色 */
  border-radius: 9999px; /* 角丸にしたい場合 */
}
.vote__caution-container::-webkit-scrollbar-thumb:hover {
  background: #9cd8b6; /* ホバー時の色 */
}
.vote__caution-ttl {
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  width: 12rem;
  height: 3rem;
  background: #ffed91;
  border-radius: 9999px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.vote__caution-txt {
  font-weight: 500;
  font-size: 1.5rem;
}
.vote__caution-txt > a {
  font-weight: bold;
  color: #36a3a7;
  text-decoration: underline;
}
@media (hover: hover) {
  .vote__caution-txt > a:hover {
    text-decoration: none;
  }
}
.vote__school-selector {
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
  width: 100%;
}
.vote__school-label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.4rem 1.4rem 1.5rem 1.4rem;
  background: #fff;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
  border: 3px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.vote__school-label:has(:checked) {
  border-color: #ffed91;
}
.vote__school-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.vote__school-radio + .vote__school-name {
  position: relative;
  padding-left: 7.6rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
.vote__school-radio + .vote__school-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: #F0F0F0;
  border-radius: 50%;
}
.vote__school-radio + .vote__school-name::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 1.6rem;
  height: 1.6rem;
  background: #37CBA1;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.vote__school-radio:checked + .vote__school-name::after {
  transform: translateY(-50%) scale(1);
}
.vote__agreement {
  text-align: center;
  margin: 2.5rem 0;
}
.vote__agreement-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vote__agreement-label .--checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.vote__agreement-label .--checkbox + .vote__agreement-txt {
  position: relative;
  padding-left: 42px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.vote__agreement-label .--checkbox + .vote__agreement-txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: #D9D9D9;
  box-shadow: 0 0 7px 0 #FFF inset;
  border-radius: 0.5rem;
}
.vote__agreement-label .--checkbox + .vote__agreement-txt::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 45%;
  width: 0.6rem;
  height: 1.1rem;
  border: solid #36a3a7;
  border-width: 0 0.3rem 0.3rem 0;
  transform: translateY(-50%) rotate(45deg) scale(0);
  transition: transform 0.1s ease;
}
.vote__agreement-label .--checkbox:checked + .vote__agreement-txt::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
.vote__turnstile {
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 2em 0;
}
.vote__situation {
  padding: 4rem 3rem 3rem;
  margin: 4.8rem 0 0 0;
  position: relative;
  z-index: 1;
}
.vote__situation::before {
  filter: drop-shadow(0.5em 0.5em 2rem rgba(13, 169, 145, 0.3));
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3rem 0 3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.vote__situation-ttl {
  width: 11.3rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-40%);
}
.vote__situation-content {
  position: relative;
}
.vote__situation-txt {
  font-weight: bold;
  font-size: 2rem;
  line-height: 160%;
  display: flex;
  justify-content: center;
}
.vote__situation-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vote__situation-sub {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0.5em 0 0;
}
.vote__situation-num {
  font-weight: bold;
  font-size: 2rem;
  height: 3rem;
  background: #ffed91;
  border-radius: 9999px;
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vote__list {
  margin: 1.5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.vote__list-item {
  background: #fff;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.vote__list-item::after {
  content: "";
  width: 0.9rem;
  height: 3.9rem;
  background: url("../img/arw_vote.svg") center center/100% 100% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.8rem;
  margin: auto;
}
.vote__list-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  color: #36a3a7;
  width: 7.6rem;
}
.vote__list-img {
  width: 7rem;
}
.vote__list-txt {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  width: calc(100% - 14.6rem);
  box-sizing: border-box;
  padding: 0 0 0 0.5em;
}

#turnstile-container > div > div {
  text-align: center;
}

.step {
  background: url("../img/bg_step.png") center top/100% auto no-repeat;
  padding: 16.5rem 0 7rem;
  margin: -17.2rem 0 0 0;
  position: relative;
}
.step::after {
  content: "";
  width: 100%;
  height: 4rem;
  background: #ffed91;
  position: absolute;
  bottom: 0;
  left: 0;
}
.step__ttl {
  width: 23rem;
  margin: 0 auto;
}
.step__txt {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 1.5em 0 0 0;
}
.step__list {
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
.step__list-item {
  padding: 4rem 3rem;
  position: relative;
}
.step__list-item::before {
  filter: drop-shadow(0.5em 0.5em 2rem rgba(13, 169, 145, 0.3));
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3rem 0 3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.step__list-content {
  position: relative;
}
.step__list-tag {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  width: 11.2rem;
  height: 2.3rem;
  background: #36a3a7;
  border-radius: 9999px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step__list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2222222222;
  margin: 0.5em 0 0 0;
}
.step__list-img {
  width: 12rem;
  margin: 2rem auto;
}
.step__list-item:nth-child(2) .step__list-img {
  width: 18.6rem;
}
.step__list-item:nth-child(3) .step__list-img {
  width: 19.8rem;
}
.step__list-txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 3rem 0;
}
.step__list-sup {
  font-weight: 500;
  font-size: 1rem;
  margin: 1em 0 0 0;
}
.step__action {
  display: flex;
  justify-content: center;
}
.step__action-ico {
  width: 15.3rem;
}
.step__action-ico p {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  color: #36a3a7;
  width: 10.6rem;
  height: 6.3rem;
  background: #ffed91;
  border-radius: 1.5rem;
  box-sizing: border-box;
  padding: 0.25em 0 0 0;
  margin: 0 auto;
  transform: translateX(-0.2rem);
}
.step__action-ico div {
  margin: -4.6rem 0 0 0;
  position: relative;
}
.step__action-ico figcaption {
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
.step__action-ico figcaption > span {
  font-weight: bold;
  font-size: 1.2rem;
  color: #36a3a7;
  margin: 0 0 0.5em 0;
  display: block;
}
.step__lead {
  width: 28.2rem;
  margin: 0 auto 2.5rem;
}
.step__link {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  margin: 3rem 0 0 0;
}
.step__link.--mt {
  margin: 1em 0 0 0;
}
.step__link > a {
  padding: 0 1em 0 0;
  position: relative;
}
.step__link > a::after {
  content: "";
  width: 0.713rem;
  height: 1.204rem;
  background: url("../img/arw_right_green.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
@media (hover: hover) {
  .step__link > a:hover::after {
    transform: translateX(100%);
  }
}

.gift__list {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  margin: -1px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.gift__list-item {
  width: 33.3333333333%;
  height: 8.5rem;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.gift__list-item:nth-child(1) {
  background: url("../img/ico_gift01.png") left -1.05rem top -0.6rem/13.325rem no-repeat;
  background: url("../img/ico_gift01.png") center center/10.9rem no-repeat;
}
.gift__list-item:nth-child(2) {
  background: url("../img/ico_gift02.png") center top -0.1rem/11rem no-repeat;
  background: url("../img/ico_gift02.png") center top -0.5rem/9rem no-repeat;
}
.gift__list-item:nth-child(3) {
  background: url("../img/ico_gift03.png") center top -0.9rem/12.35rem no-repeat;
  background: url("../img/ico_gift03.png") center top -1.2rem/10.1rem no-repeat;
}
.gift__list-item:nth-child(4) {
  background: url("../img/ico_gift04.png") center center/7.04rem no-repeat;
}
.gift__list-item:nth-child(5) {
  background: url("../img/ico_gift05.png") center center/6.72rem no-repeat;
}
.gift__list-item:nth-child(6) {
  background: url("../img/ico_gift06.png") center center/8.24rem no-repeat;
}

.other {
  padding: 6rem 0 5rem;
}
.other__bnr {
  margin: 3rem 0;
  display: block;
}
@media (hover: hover) {
  .other__bnr:hover {
    transform: scale(1.03);
  }
}
.other__bnr img {
  filter: drop-shadow(0.5em 0.5em 2rem rgba(13, 169, 145, 0.3));
}
.other__list {
  position: relative;
}
.other__list-item, .other__txt {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
}
.other__list-item > a, .other__txt > a {
  color: #36a3a7;
  text-decoration: underline;
}
.other__list-item > a:hover, .other__txt > a:hover {
  text-decoration: none;
  opacity: 1;
}
.other__txt {
  margin: 0 0 1em 0;
}

/****	---- footer ----
===================================****/
.l-footer {
  background: url("../img/bg_footer.png") top center/100% auto no-repeat;
  padding: 9rem 0 14rem;
  margin: -7.4rem 0 0 0;
  position: relative;
}
.l-footer::after {
  content: "";
  width: 100%;
  height: 20rem;
  background: #36a3a7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 0;
  position: relative;
  z-index: 1;
}
.l-footer__list-item {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  padding: 0 1em;
  position: relative;
}
.l-footer__list-item::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.l-footer__list-item:nth-child(3)::after, .l-footer__list-item:nth-child(5)::after {
  content: none;
}
.l-footer__list-item > a {
  color: #fff;
}
.l-footer__copy {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin: 2rem 0 0 0;
  position: relative;
  z-index: 1;
}

/****	---- end ----
===================================****//*# sourceMappingURL=style.css.map */