@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #32191C;
}

p {
  line-height: 1.8;
}

.re-image {
  width: 100%;
  height: auto;
}

.btn {
  width: 430px;
  min-height: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  .btn {
    width: 34.4vw;
    min-height: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 67.1875vw;
    min-height: 12.5vw;
  }
}
.btn a {
  position: relative;
  display: block;
  padding: 0.8em;
  font-size: 24px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s ease;
  background-color: #fff;
}
@media only screen and (max-width: 1250px) {
  .btn a {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a {
    font-size: 4.375vw;
    padding: 0.6em;
    border-radius: 15.625vw;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FF1A2B;
  transform: skewX(-10deg);
  transition: all 0.35s ease;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 14px;
  height: 13px;
  background: url("../img/parts/arrow_bk.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  .btn a::after {
    right: 1.76vw;
    width: 1.12vw;
    height: 1.04vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a::after {
    width: 2.8125vw;
    height: 2.65625vw;
    right: 4.6875vw;
  }
}
.btn a span {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color: #32191C;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  .btn a span {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a span {
    font-size: 4.375vw;
  }
}
.btn a span.jp {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 1250px) {
  .btn a span.jp {
    font-size: 1.12vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn a span.jp {
    font-size: 2.8125vw;
  }
}
.btn a:hover::before {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .btn a:hover::before {
    width: 0;
  }
}
.btn a:hover::after {
  background-image: url("../img/parts/arrow_wh.svg");
}
@media only screen and (max-width: 768px) {
  .btn a:hover::after {
    background-image: url("../img/parts/arrow_bk.svg");
  }
}
.btn a:hover span {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn a:hover span {
    color: #32191C;
  }
}
.btn__right a::after {
  right: inherit;
  left: 22px;
  transform: scale(-1, 1) translateY(-50%);
  transform-origin: center;
}
@media only screen and (max-width: 1250px) {
  .btn__right a::after {
    left: 1.76vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn__right a::after {
    left: 4.6875vw;
  }
}
.btn.off {
  opacity: 0.5;
  pointer-events: none;
}

@-webkit-keyframes rotateY {
  0% {
    transform: rotateY(180deg);
  }
  10% {
    transform: rotateY(720deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes rotateY {
  0% {
    transform: rotateY(180deg);
  }
  10% {
    transform: rotateY(720deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
#bnr-ticket {
  position: fixed;
  right: 60px;
  bottom: 40px;
  width: 239px;
  z-index: 5;
}
@media only screen and (max-width: 1250px) {
  #bnr-ticket {
    width: 19.12vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnr-ticket {
    width: 24.84375vw;
    right: 5.3125vw;
    bottom: 6.25vw;
  }
}
#bnr-ticket a {
  display: block;
  transition: all 0.4s ease;
}
#bnr-ticket a:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  #bnr-ticket a:hover {
    transform: scale(1);
  }
}
#bnr-ticket a:hover .kira img {
  filter: brightness(1.5);
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  #bnr-ticket a:hover .kira img {
    filter: unset;
    transform: scale(1);
  }
}
#bnr-ticket a:hover .txt {
  transform: scale(0.9);
}
@media only screen and (max-width: 768px) {
  #bnr-ticket a:hover .txt {
    transform: scale(1);
  }
}
#bnr-ticket .base img {
  transform-origin: 49% 56%;
  -webkit-animation: rotate 80s infinite linear;
          animation: rotate 80s infinite linear;
}
#bnr-ticket .kira {
  position: absolute;
  top: 0;
  left: 40px;
  width: 105px;
  -webkit-animation: rotateY 8s ease infinite;
          animation: rotateY 8s ease infinite;
}
@media only screen and (max-width: 1250px) {
  #bnr-ticket .kira {
    left: 3.2vw;
    width: 8.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnr-ticket .kira {
    width: 10.9375vw;
    left: 4.375vw;
  }
}
#bnr-ticket .kira img {
  transition: all 0.4s 0.1s ease;
}
#bnr-ticket .txt {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s 0.05s ease;
}

#head-logo {
  position: absolute;
  top: 55px;
  left: 70px;
  width: 239px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #head-logo {
    top: 8.59375vw;
    left: 4.6875vw;
    width: 37.34375vw;
  }
}

#whole-frame {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
}
#whole-frame span {
  position: absolute;
  display: block;
}
#whole-frame .left-top {
  top: 12px;
  left: 12px;
  width: 43px;
  height: 55px;
  background: url("../img/parts/frame_left_top.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #whole-frame .left-top {
    top: 1.875vw;
    left: 1.875vw;
    width: 6.71875vw;
    height: 8.59375vw;
  }
}
#whole-frame .left-center {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 143px;
  background: url("../img/parts/frame_left_center.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #whole-frame .left-center {
    width: 6.25vw;
    height: 22.34375vw;
  }
}
#whole-frame .left-btm {
  bottom: 12px;
  left: 12px;
  width: 47px;
  height: 55px;
  background: url("../img/parts/frame_left_btm.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #whole-frame .left-btm {
    bottom: 1.875vw;
    left: 1.875vw;
    width: 7.34375vw;
    height: 8.59375vw;
  }
}
#whole-frame .btm-center {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 79px;
  height: 10px;
  background: url("../img/parts/frame_btm_center.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #whole-frame .btm-center {
    bottom: 1.875vw;
    width: 12.34375vw;
    height: 1.5625vw;
  }
}
#whole-frame .right-btm {
  bottom: 12px;
  right: 12px;
  width: 86px;
  height: 55px;
  background: url("../img/parts/frame_right_btm.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #whole-frame .right-btm {
    bottom: 1.875vw;
    right: 1.875vw;
    width: 13.4375vw;
    height: 8.59375vw;
  }
}
#whole-frame .right-center {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 143px;
  background: url("../img/parts/frame_right_center.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #whole-frame .right-center {
    width: 6.25vw;
    height: 22.34375vw;
  }
}

#btn-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 158px;
  height: 114px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  #btn-nav {
    width: 24.6875vw;
    height: 17.8125vw;
  }
}
#btn-nav p {
  position: absolute;
  top: 16px;
  right: 14px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 768px) {
  #btn-nav p {
    top: 2.5vw;
    right: 2.1875vw;
    font-size: 2.8125vw;
  }
}
#btn-nav span {
  position: absolute;
  right: 17px;
  left: inherit;
  display: block;
  width: 47px;
  height: 2px;
  background-color: #32191C;
  transition: all 0.35s ease;
  transform-origin: center;
}
@media only screen and (max-width: 768px) {
  #btn-nav span {
    right: 2.65625vw;
    width: 7.34375vw;
    height: 0.3125vw;
  }
}
#btn-nav span:nth-child(2) {
  top: 45px;
}
@media only screen and (max-width: 768px) {
  #btn-nav span:nth-child(2) {
    top: 7.03125vw;
  }
}
#btn-nav span:nth-child(3) {
  top: 52px;
}
@media only screen and (max-width: 768px) {
  #btn-nav span:nth-child(3) {
    top: 8.125vw;
  }
}
#btn-nav.active {
  background-color: #32191C;
}
#btn-nav.active p {
  transform: translateY(-10px);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #btn-nav.active p {
    transform: translateY(-1.5625vw);
  }
}
#btn-nav.active span {
  background-color: #fff;
}
#btn-nav.active span:nth-child(2) {
  top: 38px;
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  #btn-nav.active span:nth-child(2) {
    top: 5.9375vw;
  }
}
#btn-nav.active span:nth-child(3) {
  top: 38px;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
  #btn-nav.active span:nth-child(3) {
    top: 5.9375vw;
  }
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: right;
  width: 100%;
  height: 100vh;
  z-index: 20;
  transition: all 0.25s ease;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #header {
    width: 100vw;
  }
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 150vw;
  height: 100%;
  background-color: rgba(50, 25, 28, 0.6);
  opacity: 0;
  transition: all 0.25s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media only screen and (max-width: 768px) {
  #header::before {
    display: none;
  }
}
#header.active {
  visibility: inherit;
  opacity: 1;
}
#header.active::before {
  opacity: 1;
}
#header nav {
  position: relative;
  width: 500px;
  min-height: 100%;
  padding: 100px 80px;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: scroll;
}
@media only screen and (max-width: 1250px) {
  #header nav {
    width: 40vw;
    padding: 15.625vw 6.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav {
    width: 100%;
    padding: 15.625vw 8.4375vw;
  }
}
#header nav > ul {
  width: 100%;
  padding: 0 0 54px;
  border-top: 1px solid #32191C;
}
@media only screen and (max-width: 1250px) {
  #header nav > ul {
    padding: 0 0 4.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul {
    padding: 0 0 7.8125vw;
  }
}
#header nav > ul li {
  border-bottom: 1px solid #32191C;
}
#header nav > ul li a {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  height: 135px;
  line-height: 1;
  color: #514252;
  transition: all 0.5s ease;
  text-decoration: none;
}
@media only screen and (max-width: 1250px) {
  #header nav > ul li a {
    font-size: 4.48vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul li a {
    height: 21.5625vw;
    font-size: 8.75vw;
  }
}
#header nav > ul li a svg {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #header nav > ul li a svg {
    width: 100%;
    height: auto;
  }
}
#header nav > ul li a svg path {
  fill: #32191C;
  transition: all 0.35s ease;
}
#header nav > ul li a .jp {
  position: relative;
  left: 0;
  display: block;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  transition: all 0.27s ease;
}
@media only screen and (max-width: 768px) {
  #header nav > ul li a .jp {
    font-size: 2.1875vw;
    margin-top: 1.5625vw;
  }
}
#header nav > ul li a:hover svg {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #header nav > ul li a:hover svg {
    left: 0;
    transform: unset;
  }
}
#header nav > ul li a:hover .jp {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #header nav > ul li a:hover .jp {
    left: 0;
    transform: unset;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul li:nth-child(1) a svg {
    width: 15.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul li:nth-child(2) a svg {
    width: 20.78125vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul li:nth-child(3) a svg {
    width: 22.34375vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul li:nth-child(4) a svg {
    width: 27.96875vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul li:nth-child(5) a svg {
    width: 22.96875vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul li:nth-child(6) a svg {
    width: 21.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul li:nth-child(7) a svg {
    width: 44.6875vw;
  }
}
#header nav > ul li.off {
  opacity: 0.3;
  pointer-events: none;
}
#header nav .official {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #header nav .official {
    padding-bottom: 12.5vw;
  }
}
#header nav .official p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #header nav .official p {
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .official p {
    width: 35.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .official p svg {
    width: 100%;
    height: auto;
  }
}
#header nav .official p svg path {
  fill: #32191C;
}
#header nav .official ul {
  display: grid;
  grid-template-columns: 29px 38px 24px;
  gap: 0 30px;
}
@media only screen and (max-width: 768px) {
  #header nav .official ul {
    grid-template-columns: 4.53125vw 5.9375vw 3.75vw;
    gap: 0 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .official ul {
    grid-template-columns: 5.9375vw 7.65625vw 4.6875vw;
  }
}

#footer {
  position: relative;
  padding: 80px 0 50px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 14.0625vw 0 10.625vw;
    background-size: 100%;
  }
}
#footer .wrap {
  position: relative;
}
#footer .share {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #footer .share {
    margin-bottom: 3.90625vw;
  }
}
#footer .share p {
  width: 260px;
  margin: 0 auto 42px;
}
@media only screen and (max-width: 768px) {
  #footer .share p {
    width: 40.625vw;
    margin-bottom: 6.5625vw;
  }
}
#footer .share p svg {
  width: 100%;
  height: auto;
}
#footer .share .btn {
  width: 405px;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  #footer .share .btn {
    width: 64.84375vw;
    height: 12.5vw;
  }
}
#footer .share .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  border: none;
  background-image: linear-gradient(90deg, #22a4ff, #ff1a2b, #ffa631);
}
#footer .share .btn a::before {
  background-color: #fff;
}
#footer .share .btn a::after {
  background-image: url("../img/parts/arrow_wh.svg");
}
#footer .share .btn a span {
  font-size: 18px;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer .share .btn a span {
    font-size: 3.125vw;
  }
}
#footer .share .btn a:hover span {
  color: #32191C;
}
@media only screen and (max-width: 768px) {
  #footer .share .btn a:hover span {
    color: #fff;
  }
}
#footer .sns {
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  #footer .sns {
    margin-bottom: 7.5vw;
  }
}
#footer .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .sns ul {
    gap: 0 2.8125vw;
  }
}
#footer .sns ul li {
  width: 48px;
}
@media only screen and (max-width: 768px) {
  #footer .sns ul li {
    width: 7.5vw;
  }
}
#footer .sns ul li a {
  display: block;
}
#footer .official {
  text-align: center;
  padding-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  #footer .official {
    padding-bottom: 7.5vw;
  }
}
#footer .official p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #footer .official p {
    margin-bottom: 1.5625vw;
  }
}
#footer .official ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
@media only screen and (max-width: 768px) {
  #footer .official ul {
    gap: 0 4.6875vw;
  }
}
#footer .official ul li {
  width: 32px;
}
@media only screen and (max-width: 768px) {
  #footer .official ul li {
    width: 5vw;
  }
}
#footer .bnr-list {
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list {
    width: 65.625vw;
    margin: 0 auto 6.25vw;
  }
}
#footer .bnr-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul {
    gap: 2.1875vw 2.8125vw;
  }
}
#footer .bnr-list ul li {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul li {
    width: 31.25vw;
  }
}
#footer .bnr-list ul li a {
  display: block;
}
#footer .supporter-list {
  margin-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  #footer .supporter-list {
    width: 78.125vw;
    margin: 0 auto 11.875vw;
  }
}
#footer .supporter-list p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .supporter-list p {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
  }
}
#footer .supporter-list ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .supporter-list ul {
    gap: 0 2.8125vw;
  }
}
#footer .supporter-list ul li {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  #footer .supporter-list ul li {
    width: 37.5vw;
  }
}
#footer .supporter-list ul li a {
  display: block;
}
#footer .copy {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 2.1875vw;
  }
}

#modal-block {
  background-color: rgba(50, 25, 28, 0.8);
}
#modal-block .close {
  top: 0;
  right: 0;
  width: 158px;
  height: 114px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    width: 24.6875vw;
    height: 17.8125vw;
  }
}
#modal-block .close span {
  position: absolute;
  right: 17px;
  left: inherit;
  display: block;
  width: 47px;
  height: 2px;
  background-color: #32191C;
  transition: all 0.35s ease;
  transform-origin: center;
}
@media only screen and (max-width: 768px) {
  #modal-block .close span {
    right: 2.65625vw;
    width: 7.34375vw;
    height: 0.3125vw;
  }
}
#modal-block .close span:nth-child(1) {
  top: 38px;
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  #modal-block .close span:nth-child(1) {
    top: 5.9375vw;
  }
}
#modal-block .close span:nth-child(2) {
  top: 38px;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
  #modal-block .close span:nth-child(2) {
    top: 5.9375vw;
  }
}