/* CSS Remedy */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
body {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 3.6363636364vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  position: relative;
}

h1, h2, h3, h4, h5 {
  margin: 1em 0;
  scroll-margin-top: 66px;
}

.bg {
  background-image: linear-gradient(to right, transparent 50%, #0040A0 50%);
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: fixed;
  top: 0;
}
.bg .bg-img {
  margin: 0;
  padding: 0;
  position: absolute;
}
.bg .bg-img img {
  width: 50%;
}
.bg .bg-img1 {
  top: 0;
  left: 0;
}
.bg .bg-img2 {
  bottom: 0;
  left: 0;
}
.bg .bg-img3 {
  top: 40px;
  right: 0;
}
.bg .bg-img3 img {
  margin-left: auto;
}
.bg .bg-img4 {
  bottom: 0;
  right: 0;
}
.bg .bg-img4 img {
  margin-left: auto;
}
.bg .bl-left {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-100%, -50%);
}
.bg .bl-left img {
  width: 234px;
}

.side-menu {
  width: calc(50% - 220px);
  margin-left: calc(50% + 220px);
  height: 100vh;
  z-index: 2;
  position: fixed;
  top: 66px;
}
.side-menu .bl-right {
  position: absolute;
  padding: 0 5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.nav-menu .item {
  max-width: 350px;
  min-width: 160px;
  width: 100%;
  max-height: 100px;
  height: 8dvw;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 1em auto;
}
.nav-menu .item p {
  display: none;
}
@media screen and (max-width: 440px) {
  .nav-menu .item {
    height: 100px;
  }
}
.nav-menu .item.active,
.nav-menu .item:hover {
  transform: scale(1.1);
  transform-origin: left center;
  transition: all 0.4s ease-out;
}
.nav-menu .item3 {
  background-image: url("../img/common/side-menu3.png");
}
.nav-menu .item3.active,
.nav-menu .item3:hover {
  background-image: url("../img/common/side-menu3-on.png");
}
.nav-menu .item2 {
  background-image: url("../img/common/side-menu2.png");
}
.nav-menu .item2.active,
.nav-menu .item2:hover {
  background-image: url("../img/common/side-menu2-on.png");
}
.nav-menu .item1 {
  background-image: url("../img/common/side-menu1.png");
}
.nav-menu .item1.active,
.nav-menu .item1:hover {
  background-image: url("../img/common/side-menu1-on.png");
}
.nav-menu a {
  display: block;
  margin-bottom: 1em;
}

h1 {
  word-break: keep-all;
  overflow-wrap: break-word;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

.content {
  max-width: 800px;
  margin: auto;
}

header {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 2px 5px rgba(104, 104, 104, 0.2);
  transition: backdrop-filter 0.25s ease-out;
}
header .header-inner {
  height: 60px;
  padding: 0 30px;
  margin: auto;
  display: grid;
  grid-template-columns: 180px auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 440px) {
  header .header-inner {
    padding: 0 0 0 8px;
  }
}
header .logo a img {
  width: 45px;
}
header .menu {
  display: flex;
  flex-direction: row;
}
header .menu .hum-menu {
  display: grid;
  align-items: center;
  justify-items: center;
  margin-left: 12px;
}
header .menu .hum-menu img {
  width: 35px;
}
header .menu .hum-menu .menu-btn {
  cursor: pointer;
}
header .menu .hum-menu .menu-btn-close {
  display: none;
}
@media screen and (max-width: 440px) {
  header .menu .hum-menu {
    height: 45px;
    width: 45px;
    color: #fff;
  }
}

.main-menu {
  visibility: hidden;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 60px;
  z-index: 10000;
  background-color: #20409f;
  width: 100%;
  padding: 1em;
}
@media screen and (max-width: 440px) {
  .main-menu {
    height: 100%;
    padding-bottom: 4em;
  }
}
.main-menu .main-menu-inner {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-flow: dense;
  gap: 1em;
}
@media screen and (max-width: 440px) {
  .main-menu .main-menu-inner {
    grid-template-columns: repeat(1, auto);
    gap: 0;
  }
}

.sec-splash {
  padding: 0 0 0 0;
}
.sec-splash .splash-screen {
  position: relative;
  padding-top: 102px;
}
.sec-splash .splash-screen-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 250px auto;
  gap: 220px;
}
.sec-splash .splash-title {
  max-width: 194px;
  margin: auto;
  z-index: 10;
  width: 100%;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
}
.sec-splash .splash-title img {
  width: 50vw;
  max-width: 192px;
}
.sec-splash .splash-img-outer {
  position: absolute;
  width: 100%;
  height: 100svh;
  top: 0;
}
.sec-splash .splash-img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
@media screen and (max-width: 440px) {
  .sec-splash .splash-img1 {
    width: 75vw;
  }
}
.sec-splash .splash-img-btm {
  z-index: 1;
}
.sec-splash .splash-img-mid {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  margin: auto;
  height: auto;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -90%);
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: end;
  justify-items: center;
}
.sec-splash .splash-img-mid .splash-img-mid-item:nth-child(3) {
  margin-left: -25%;
}
.sec-splash .content-main {
  margin-top: 4em;
  margin-bottom: 120px;
}
.sec-splash .content-main p {
  text-align: justify;
}
.sec-splash .content-main .read1-text {
  padding: 0 1em;
}
.sec-splash .content-main .read2 {
  max-width: 258px;
  margin: 5em auto;
}

.common-title {
  font-size: clamp(16px, 4.5454545455vw, 20px);
  font-weight: 800;
  color: #000000;
  text-align: center;
}

.sec-campaign-select .campaign-title-outer {
  background-color: #0040a0;
  margin: -25px;
  padding: 40px 10px 60px 10px;
  background-image: url("../img/top/cam-title-bg1.png"), url("../img/top/cam-title-bg2.png");
  background-size: 50%, 50%;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  position: relative;
}
.sec-campaign-select .campaign-title-outer .bt-boder {
  position: absolute;
  bottom: 0;
  margin-left: -10px;
  max-width: 100%;
  overflow: hidden;
}
.sec-campaign-select .campaign-title-outer .bt-boder img {
  width: 550px;
}
.sec-campaign-select .campaign-title {
  margin-bottom: 50px;
}
.sec-campaign-select .campaign-title .btns-grid {
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  justify-items: center;
  align-items: center;
}
.sec-campaign-select .campaign-title .btns-grid .item {
  box-shadow: 5px 5px 0 #0e1d70;
  transition: all 0.2s ease-out;
}
.sec-campaign-select .campaign-title .btns-grid .item:hover {
  transform: scale(1.025);
  box-shadow: 1px 1px 0 #0e1d70;
}
.sec-campaign-select .hr-border {
  margin-bottom: -10px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -60px;
  height: 100px;
  z-index: 10;
  position: relative;
  background: url("../img/top/cam-boder.png") no-repeat top;
  background-size: 100%;
}

.sec-campaign .campaign1-read1 {
  text-align: center;
  width: 96%;
  margin: 2em auto;
}
.sec-campaign .campaign1-read1 span {
  background-color: #f8d33b;
  padding: 0 0.25em;
  display: inline-block;
  font-size: clamp(16px, 5.9090909091vw, 26px);
  line-height: 1.5;
}
.sec-campaign .campaign1-description {
  text-align: justify;
  width: 96%;
  margin: auto;
}
.sec-campaign .campaign1-about-title {
  text-align: center;
  margin-top: 50px;
  line-height: 28px;
}
.sec-campaign .campaign1-s1 {
  padding: 25px;
  margin-bottom: 25px;
  position: relative;
}
.sec-campaign .campaign1-s1 .note {
  font-size: clamp(10px, 3.1818181818vw, 14px);
}
.sec-campaign .campaign1-s1 .wdia-box {
  margin-left: -25px;
  margin-right: -25px;
  width: unset;
}
.sec-campaign .campaign1-s1-title {
  font-size: clamp(16px, 5.4545454545vw, 24px);
  color: #0040a2;
  margin-top: 0;
  line-height: 1.2;
}
.sec-campaign .campaign1-s1-title span {
  font-size: clamp(24px, 8.1818181818vw, 36px);
}
.sec-campaign .campaign1-present-title {
  margin-top: 25px;
  font-size: clamp(16px, 4.5454545455vw, 20px);
  color: #0040a2;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
.sec-campaign .campaign1-present-title .campaign1-present-attr {
  font-size: clamp(22px, 6.3636363636vw, 28px);
}
.sec-campaign .campaign1-present-title .box {
  background-color: #f8d33b;
  padding: 0 0.25em;
  display: inline-block;
  line-height: 1.5;
}
.sec-campaign .campaign1-present-title .wave {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #f8d33b;
  text-decoration-thickness: 3px;
}
.sec-campaign .campaign1-present-title p {
  margin-bottom: 0;
}
.sec-campaign .tt-box {
  background: #eeeeee;
  padding: 0.25em 1em;
  text-align: center;
  margin-bottom: 2em;
  font-weight: 800;
  color: #000000;
}
.sec-campaign .tt-box .tt-box-title {
  border-bottom: 1px solid #000000;
  margin-bottom: 0.7em;
  text-align: center;
  font-size: clamp(16px, 3.6363636364vw, 16px);
}
.sec-campaign .tt-box .date {
  line-height: 1.25;
  font-size: clamp(16px, 4.5454545455vw, 20px);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec-campaign .tt-box .date span {
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  font-size: 150%;
}
.sec-campaign .cam-icon {
  margin: 2em auto;
}
.sec-campaign .cam-icon-entry {
  width: 66px;
}
.sec-campaign .cam-icon-vote {
  width: 90px;
}
.sec-campaign .cam-icon-winner {
  width: 89px;
}
.sec-campaign .tt-box-steps {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 0;
  justify-items: center;
  font-size: clamp(14px, 3.6363636364vw, 16px);
  line-height: 1.5;
}
.sec-campaign .tt-box-steps .step {
  position: relative;
  text-align: center;
  font-weight: 800;
  padding-bottom: 10px;
}
.sec-campaign .tt-box-steps .step .step-title {
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: clamp(18px, 4.5454545455vw, 20px);
}
.sec-campaign .tt-box-steps .step .step-title span {
  font-size: 150%;
}
.sec-campaign .tt-box-steps .step .step-title::before, .sec-campaign .tt-box-steps .step .step-title::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  background: url("../img/top/kakko-l.svg") no-repeat center/contain;
}
.sec-campaign .tt-box-steps .step .step-title::before {
  margin-right: 0.2em;
}
.sec-campaign .tt-box-steps .step .step-title::after {
  margin-left: 0.2em;
  transform: scaleX(-1);
}
.sec-campaign .tt-box-steps .step:not(:last-child)::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/top/d-arrow.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.sec-campaign .tt-box-steps .step:last-child {
  padding-bottom: 0;
}
.sec-campaign .campaign-present-body {
  background-color: #f7d23b;
  padding-bottom: 30px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.sec-campaign .campaign-present-body .campaign-present-body-title {
  background-color: #fff;
}
.sec-campaign .campaign-present-body .item-img1 {
  margin-top: -30px;
  margin-left: -25px;
  margin-bottom: 25px;
  max-width: calc(100% + 40px);
}
.sec-campaign .campaign-present-body .item-img2 {
  margin-right: -25px;
  margin-left: 25px;
}
.sec-campaign .campaign-present-body .item-img4 {
  margin: 0 -10px;
  max-width: calc(100% + 20px);
}
.sec-campaign .campaign-present-body .present-description-outer {
  text-align: center;
}
.sec-campaign .campaign-present-body .present-description-outer .present-description {
  color: #0040a2;
  font-weight: 600;
}
.sec-campaign .campaign-present-body .present-description-outer .present-description a {
  color: #0040a2;
}
.sec-campaign .campaign-present-body .present-description-outer .present-note {
  font-size: 10px;
}
.sec-campaign .campaign-present-body .item-c2-img1 {
  margin-left: -15px;
  margin-top: -125px;
  max-width: calc(100% + 25px - 15px);
}
.sec-campaign .campaign-present-body .item-c2-img2 {
  padding: 0 10%;
}
.sec-campaign .campaign-present-body .item-c2-img3 {
  padding: 0 5%;
}
.sec-campaign .campaign-present-body-b {
  background-color: #ededed;
}

.sec-campaign1 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.sec-campaign.sec-campaign2 {
  position: relative;
}
.sec-campaign.sec-campaign2 .hr-border {
  margin-bottom: -10px;
  margin-left: -25px;
  margin-right: -25px;
  height: 100px;
  background: url("../img/top/cam-boder.png") no-repeat top;
  background-size: 100%;
}
.sec-campaign.sec-campaign2 .campaign2-title {
  margin-top: 50px;
}
.sec-campaign.sec-campaign2 .campaign2-fig-img {
  padding: 0 25px;
}
.sec-campaign.sec-campaign2 .campaign2-read {
  text-align: center;
  width: 96%;
  margin: 0 auto 2em auto;
}
.sec-campaign.sec-campaign2 .campaign2-read span {
  background-color: #f8d33b;
  padding: 0 0.25em;
  display: inline-block;
  line-height: 1.5;
}
.sec-campaign.sec-campaign2 .campaign2-intro-text {
  text-align: center;
  font-weight: 800;
  color: #000000;
  position: relative;
  z-index: 1;
}
.sec-campaign.sec-campaign2 .campaign2-intro-text .sns-blk {
  margin: 3em auto;
}
.sec-campaign.sec-campaign2 .campaign2-intro-text .sns-x {
  font-size: 20px;
  margin-bottom: 0;
}
.sec-campaign.sec-campaign2 .campaign2-intro-text .sns-x .icon-x {
  display: inline-block;
  height: 25px;
  vertical-align: baseline;
}
.sec-campaign.sec-campaign2 .campaign2-intro-text .sns-x-sm {
  font-size: 16px;
  margin-bottom: 0;
}
.sec-campaign.sec-campaign2 .campaign2-intro-text .sns-x-sm a {
  color: #000000;
}
.sec-campaign.sec-campaign2 .campaign2-intro-text .sns-x-read {
  font-size: clamp(20px, 5.4545454545vw, 24px);
  line-height: 1.5;
}
.sec-campaign.sec-campaign2 .campaign2-intro-text .cam2-title-sub {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec-campaign.sec-campaign2 .campaign2-description {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.contact .btn-contact {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 12em;
  border: 2px solid #959595;
  color: #959595;
  background-color: #fff;
  font-size: 20px;
  font-weight: 800;
  padding: 0.5em 1em;
  border-radius: 50vh;
  margin: 3em auto 0.75em auto;
}
.contact .btn-contact:hover {
  background-color: #f1d328;
}
.contact .note {
  font-size: 10px;
  text-align: center;
}

.wdia-box-outer-disabled {
  display: none;
}

.wdia-box-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.wdia-box-outer .wdia-box {
  max-width: 352px;
  position: relative;
}
.wdia-box-outer .wdia-box .close-btn {
  width: 55px;
  height: 55px;
  position: absolute;
  top: -30px;
  right: -30px;
}
.wdia-box-outer .wdia-box .close-btn img {
  width: 100%;
}

.wdia-box {
  width: 100%;
  max-width: 440px;
  border: 15px #E2E2E2 solid;
  color: #000000;
  background-color: #ffffff;
}
.wdia-box .wdia-box-title {
  height: 148px;
  margin: 8px;
  background-image: url(../img/top/wdia-bg1.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  display: grid;
  color: #000000;
}
.wdia-box .wdia-box-title h4 {
  font-size: clamp(19.2px, 5.4545454545vw, 24px);
  margin: auto;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.wdia-box .wdia-box-title h4 span {
  font-size: clamp(28.8px, 8.1818181818vw, 36px);
}
.wdia-box .wdia-box-content {
  background-image: url(../img/top/wdia-bg2.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.wdia-box .wdia-box-content .wdia-box-name {
  font-size: clamp(33.6px, 9.5454545455vw, 42px);
  margin-bottom: 0.5em;
}
.wdia-box .wdia-box-content .wdia-box-yomikata,
.wdia-box .wdia-box-content .wdia-box-sub {
  font-size: clamp(16px, 4.5454545455vw, 20px);
  margin-bottom: 1em;
  line-height: 1.8;
}
.wdia-box .wdia-box-content .wdia-box-cap {
  line-height: 1.8;
}
.wdia-box .wdia-box-footer {
  text-align: center;
  background-color: #0040a2;
  color: #ffffff;
  font-size: clamp(13.6px, 3.8636363636vw, 17px);
  padding: 1em 0.5em;
  line-height: 1.5;
}
.wdia-box .wdia-box-footer a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.wdia-box .wdia-box-footer p {
  margin-bottom: 0;
}

.entry-btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  margin-top: 2em;
}
.entry-btn a img {
  margin-bottom: 0.5em;
}
.entry-btn a:hover img {
  transform: scale(1.025);
  transition: all 0.2s ease-out;
}

.area-narrow {
  max-width: 454px;
  padding-left: 25px;
  padding-right: 25px;
  border-left: 7px solid #000000;
  border-right: 7px solid #000000;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.terms .terms-title {
  text-align: center;
}
.terms .terms-container {
  height: 30vh;
  overflow-y: scroll;
  border: 1px solid #808080;
  padding: 0.5em 1.5em;
}
.terms .terms-container .terms-container-inner {
  width: 100%;
  font-size: 12px;
  text-align: justify;
}
.terms .terms-container .terms-container-inner a {
  white-space: normal;
}
.terms .terms-container .terms-container-inner ul {
  padding-left: 1.5em;
}

.tab-btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  align-items: start;
}

footer {
  display: grid;
  justify-items: center;
  align-content: center;
  margin-top: 5em;
  margin-left: -25px;
  margin-right: -25px;
  font-size: 10px;
  color: #ffffff;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  padding: 2em;
  background-color: #000000;
}
footer .footer-logo {
  width: 142px;
}
footer .copyright p {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.topics-cloud {
  margin: auto;
  max-width: 350px;
}
.topics-cloud h3 {
  color: #ffffff;
  font-weight: 800;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  font-size: 21px;
  margin-bottom: 0;
}
.topics-cloud .topics-inner {
  width: 350px;
  background-color: #e2e2e2;
  padding: 14px 21px;
  height: 95px;
  font-size: 14px;
  border-radius: 16px;
  margin-bottom: 4em;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.topics-cloud .topics-inner ul {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
}
.topics-cloud .topics-inner .date {
  color: #00409f;
}

.bottom-items {
  position: fixed;
  bottom: 8px;
  display: grid;
  grid-template-columns: auto 50px;
  gap: 8px;
  align-items: end;
  justify-items: stretch;
  width: 390px;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .bottom-items {
    max-width: calc(100vw - 50px);
  }
}
.bottom-items .topics-cloud h3 {
  display: none;
}
.bottom-items .topics-cloud .topics-inner {
  margin-bottom: 0;
  width: auto;
  max-width: 332px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  height: 80px;
}

@media screen and (max-width: 980px) {
  .side-menu .bl-right {
    display: none;
  }
  .bg .bl-left {
    display: none;
  }
}
#header .menu {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 440px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #header .menu {
    display: block;
  }
  .area-narrow {
    border-left: 0;
    border-right: 0;
    overflow-y: hidden;
  }
  .bg {
    display: none;
  }
}
.disabled-blk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  font-size: clamp(18px, 5vw, 22px);
  pointer-events: all;
}
.disabled-blk p {
  color: #ffffff;
}

.campaign1-s1-entry-disabled-blk {
  display: none;
}

.disabled .campaign1-s1-entry-disabled-blk {
  display: flex;
}

.campaign1-s1-vote-disabled-blk {
  display: none;
}

.disabled .campaign1-s1-vote-disabled-blk {
  display: flex;
}

.campaign2-entry-disabled-blk {
  display: none;
}

.disabled .campaign2-entry-disabled-blk {
  display: flex;
}/*# sourceMappingURL=main.css.map */