@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 600;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}
/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

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

html {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 !important;
}

html,
body {
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.6;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

img {
  vertical-align: bottom;
}

object {
  pointer-events: none;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 545px) {
  .sp {
    display: block !important;
  }
}

.tab {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .notab {
    display: none !important;
  }
}

@media screen and (max-width: 545px) {
  .pc {
    display: none !important;
  }
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

.drop {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.3);
}

ol,
ul {
  list-style: none;
}

:root {
  --fs-body: 16px;
  --fs-h2: 48px;
  --fs-h2-so: 42px;
  --fs-h3: 32px;
  --fs-tab: 20px;
  --fs-caption: 18px;
  --fs-small: 16px;
  --fs-tiny: 14px;
  --mb-def: 80px;
}
@media screen and (max-width: 1024px) {
  :root {
    --fs-body: 16px;
    --fs-h2: 42px;
    --fs-h2-so: 32px;
    --fs-h3: 26px;
    --fs-tab: 18px;
    --fs-caption: 16px;
    --fs-small: 16px;
    --fs-tiny: 14px;
    --mb-def: 60px;
  }
}
@media screen and (max-width: 545px) {
  :root {
    --fs-body: 14px;
    --fs-h2: 28px;
    --fs-h2-so: 24px;
    --fs-h3: 20px;
    --fs-tab: 16px;
    --fs-caption: 14px;
    --fs-small: 14px;
    --fs-tiny: 11px;
    --mb-def: 40px;
  }
}

p {
  font-size: var(--fs-body);
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 545px) {
  p {
    text-align: left;
  }
}
p a {
  text-decoration: underline;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 545px) {
  h1 {
    font-size: 28px;
  }
}

h2,
p.lar {
  width: auto;
  margin-bottom: 32px;
  font-weight: bold;
  text-align: center;
  font-size: var(--fs-h2);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 545px) {
  h2,
  p.lar {
    text-align: left;
    margin-bottom: 20px;
  }
}
h2.white,
p.lar.white {
  color: #fff;
}
h2 span.red,
p.lar span.red {
  background: #cc0000;
  padding: 0 6px 0;
  color: #fff;
}
h2 span.black,
p.lar span.black {
  background: #000;
  padding: 0 6px 0;
  color: #fff;
}
h2.section_h2,
p.lar.section_h2 {
  text-align: center;
  justify-content: center;
}

p.lar {
  font-size: var(--fs-h2-so);
}

h3 {
  font-size: var(--fs-h3);
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 545px) {
  h3 {
    text-align: left;
    margin-bottom: 15px;
  }
}

.inner {
  width: 88%;
  max-width: 1102px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.in_inner {
  padding-left: 54px;
  padding-right: 54px;
}
@media screen and (max-width: 1024px) {
  .in_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.in_inner.info_box {
  padding-left: 74px;
  padding-right: 74px;
}
@media screen and (max-width: 545px) {
  .in_inner.info_box {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

span.h2_icon {
  width: 42px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 545px) {
  span.h2_icon {
    width: 24px;
    margin-right: 10px;
  }
}
span.h2_icon.min {
  width: 36px;
}
@media screen and (max-width: 545px) {
  span.h2_icon.min {
    width: 20px;
  }
}
span.h2_icon img {
  vertical-align: baseline;
}

.red_btn {
  width: 20px;
  vertical-align: bottom;
}
@media screen and (max-width: 545px) {
  .red_btn {
    width: 18px;
  }
}

.link_btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #cc0000;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  transition: color 0.3s ease-in-out;
  padding: 5px 20px;
  /* 光の帯 */
}
.link_btn.gray {
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.link_btn.orange {
  background: #ff7a27;
}
.link_btn.black {
  background: #000;
}
.link_btn.nohover {
  cursor: default; /* マウスカーソルを指マーク（pointer）ではなく通常の矢印にする */
  pointer-events: none; /* マウスイベント（クリックやホバー判定）自体を無効化 */
}
@media screen and (max-width: 545px) {
  .link_btn {
    margin-top: 0px;
    padding: 5px 20px;
  }
}
.link_btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}
@media (hover: hover) {
  .link_btn:hover::before {
    animation: linkBtnShine 0.75s ease-in-out;
  }
}
.link_btn p {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  color: #fff;
  font-size: var(--fs-caption);
  font-weight: bold;
  text-align: center;
}
.link_btn.min {
  display: block;
  border-radius: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 545px) {
  .link_btn.min {
    margin-top: 5px;
  }
}
.link_btn.min p {
  font-size: var(--fs-small);
  line-height: 1;
}

@keyframes linkBtnShine {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}
.min_link {
  margin-top: 20px;
}
.min_link a {
  display: flex;
  justify-content: right;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 545px) {
  .min_link a {
    justify-content: left;
  }
}
.min_link a span {
  margin-left: 15px;
}
@media screen and (max-width: 545px) {
  .min_link a span {
    margin-left: 5px;
  }
}
.min_link p {
  font-weight: bold;
}

.obi {
  width: 100%;
  height: auto;
  transform: translate(0, 0);
  background: url("../img/BG-schedule-w3000-PC.png") center center;
  background-size: cover;
  background-repeat: repeat-x;
}
.obi.under {
  transform: translate(0, 0);
}
@media screen and (max-width: 545px) {
  .obi.under {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 545px) {
  .obi {
    background-repeat: repeat-x;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(30px, 3vw, 50px);
}
.flex.two li {
  width: 47.42%;
  max-width: 313px;
}
@media screen and (max-width: 545px) {
  .flex.four {
    padding: 0 4vw;
  }
}
.flex.four li {
  width: 22.72%;
  max-width: 150px;
}
.flex.sec_box {
  margin-bottom: var(--mb-def);
  gap: clamp(30px, 5vw, 50px);
}

.car1 {
  width: 118px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, calc(-60px - 50%));
}
@media screen and (max-width: 545px) {
  .car1 {
    width: 14.5vw;
  }
}

.car2 {
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -100%);
}
@media screen and (max-width: 545px) {
  .car2 {
    width: 36vw;
    position: absolute;
    top: 0;
    right: 14vw;
    transform: translate(35%, -100%);
  }
}

.gray {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: var(--mb-def);
}
.gray .in_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 545px) {
  .gray .in_inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.gray p {
  text-align: center;
}
@media screen and (max-width: 545px) {
  .gray p {
    text-align: left;
  }
}
.gray dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 545px) {
  .gray dl {
    padding: 0;
    margin-bottom: 20px;
  }
}
.gray dl dt {
  width: 40%;
  line-height: 1.6;
  margin-right: 5%;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  font-size: var(--fs-small);
}
@media screen and (max-width: 1024px) {
  .gray dl dt {
    width: 55%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 545px) {
  .gray dl dt {
    margin-bottom: 8px;
  }
}
.gray dl dt:last-of-type {
  margin-bottom: 0;
}
.gray dl dd {
  width: 55%;
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: var(--fs-small);
}
.gray dl dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .gray dl dd {
    width: 42%;
  }
}
@media screen and (max-width: 545px) {
  .gray dl dd {
    margin-bottom: 8px;
  }
}

.red {
  color: #cc0000;
}

.orange {
  color: #ff7a27;
}

section {
  padding: 80px 0 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 545px) {
  section {
    padding: 40px 0 20px;
  }
}
section#hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  /* 高さは固定しない。中身(画像)の実サイズにそのまま追従させる */
}
section#hero::before {
  content: "";
  position: absolute;
  inset: 0; /* top/left/right/bottom: 0 と同義。高さautoの親でも正しく全面に広がる */
  background-image: url("../img/hero.png");
  background-size: cover;
  background-position: center;
  filter: blur(12px) brightness(60%);
  z-index: -1;
  transform: scale(1.1);
}
section#hero .inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
section#hero .logo {
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 76%;
  transform: translate(-50%, -11%);
}
section#hero .hero_img {
  width: 100%;
}
section#hero .hero_img .pc,
section#hero .hero_img .sp {
  /* 高さ指定は不要。img側で完結させる */
}
section#hero .hero_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100dvh; /* ← ここがポイント */
  margin: 0 auto; /* 幅が縮んだ時に左右中央寄せ */
}
section#banner .flex {
  gap: clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 545px) {
  section#banner .flex {
    gap: inherit;
  }
}
section#banner .flex .box {
  width: 47%;
  max-width: 466px;
}
section#banner .flex .box img {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  section#banner .flex .box {
    width: 47%;
  }
}
@media screen and (max-width: 545px) {
  section#banner .flex .box {
    width: 100%;
    margin-bottom: 20px;
  }
  section#banner .flex .box:last-child {
    margin-bottom: 0;
  }
}
section#about .gray {
  margin-top: 40px;
}
@media screen and (max-width: 545px) {
  section#about .sec_box h2 + p {
    text-align: left;
  }
}
section#about .sec_box .imgbox {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 545px) {
  section#about .sec_box .imgbox {
    margin-bottom: 20px;
  }
}
section#about .sec_box .imgbox img {
  width: 156px;
  margin-bottom: 40px;
}
@media screen and (max-width: 545px) {
  section#about .sec_box .imgbox img {
    margin-bottom: 20px;
    max-width: 80px;
  }
}
section#about .sec_box p {
  text-align: center;
}
section#schedule {
  overflow: hidden;
  padding: 0;
}
section#schedule h2 {
  margin-bottom: 50px;
}
section#schedule .inner {
  padding: 80px 40px 40px;
  max-width: 1100px;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.56);
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  section#schedule .inner {
    padding: 60px 30px 60px;
  }
}
@media screen and (max-width: 545px) {
  section#schedule .inner {
    padding: 40px 20px 80px;
  }
}
section#regulation .link_btn {
  margin-bottom: 80px;
  padding: 10px 60px;
}
@media screen and (max-width: 1024px) {
  section#regulation .link_btn {
    margin-bottom: 60px;
    padding: 10px 50px;
  }
}
@media screen and (max-width: 545px) {
  section#regulation .link_btn {
    margin-bottom: 40px;
    padding: 10px 40px;
    width: 100%;
  }
}
section#regulation .in_inner {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  section#regulation .in_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 545px) {
  section#regulation .in_inner {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
section#regulation .in_inner.no_bottom {
  margin-bottom: 0;
}
section#regulation .in_inner h2 {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
section#regulation .in_inner h2 span {
  display: inline-block;
}
section#regulation .in_inner.right {
  text-align: right;
}
@media screen and (max-width: 545px) {
  section#regulation .in_inner.right {
    text-align: left;
  }
}
section#regulation .in_inner.right .h2_icon {
  order: 2;
  margin-right: 0;
  margin-left: 20px;
  width: 48px;
}
@media screen and (max-width: 545px) {
  section#regulation .in_inner.right .h2_icon {
    order: inherit;
    width: 32px;
    margin-left: 0;
    margin-right: 10px;
  }
}
section#regulation .in_inner.right h2,
section#regulation .in_inner.right p {
  text-align: right;
  justify-content: right;
}
@media screen and (max-width: 545px) {
  section#regulation .in_inner.right h2,
  section#regulation .in_inner.right p {
    text-align: left;
    justify-content: left;
  }
}
section#regulation .in_inner.left {
  text-align: left;
}
section#regulation .in_inner.left h2,
section#regulation .in_inner.left p {
  text-align: left;
}
section#regulation .gray .in_inner {
  margin-bottom: 0;
}
section#regulation .photobox {
  gap: clamp(10px, 2vw, 20px);
}
@media screen and (max-width: 545px) {
  section#regulation .photobox {
    gap: inherit;
  }
}
section#regulation .photobox li {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 545px) {
  section#regulation .photobox li {
    width: 100%;
  }
  section#regulation .photobox li:first-child {
    margin-bottom: 20px;
  }
}
section#region {
  background: linear-gradient(to bottom, rgb(245, 204, 204) 0px, #ffffff 400px);
}
@media screen and (max-width: 545px) {
  section#region {
    background: linear-gradient(to bottom, rgb(245, 204, 204) 0px, #ffffff 200px);
  }
}
section#region .inner {
  max-width: 1000px;
}
section#region h2 {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 545px) {
  section#region h2 {
    text-align: left;
  }
}
section#region h2 .h2_icon {
  width: 48px;
}
@media screen and (max-width: 545px) {
  section#region h2 .h2_icon {
    width: 32px;
  }
}
section#region #region_list {
  position: sticky;
  top: 0;
  z-index: 100;
  container-type: scroll-state;
}
section#region #region_list .inner {
  padding-top: 50px;
}
@media screen and (max-width: 545px) {
  section#region #region_list .inner {
    padding-top: 25px;
  }
}
section#region #region_list .bg {
  width: 100%;
}
section#region #region_list.is-stuck .bg {
  background-color: #fff;
}
section#region .tab_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  gap: clamp(20px, 3vw, 36px);
}
section#region .tab_list li {
  margin-bottom: 15px;
}
@media screen and (max-width: 545px) {
  section#region .tab_list li {
    margin-bottom: 15px;
  }
}
section#region .tab_list li a {
  display: flex;
  align-items: center;
}
section#region .tab_list li a p {
  line-height: 1;
  font-weight: bold;
  font-size: var(--fs-tab);
}
section#region .tab_list li a p,
section#region .tab_list li a img {
  display: inline-block;
  margin-left: 5px;
}
section#region .lists {
  padding: 0px 0 40px;
}
section#region .lists h3 {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 545px) {
  section#region .lists h3 {
    padding-left: 10px;
  }
}
section#region .lists p {
  text-align: left;
}
section#region .lists p.red {
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 545px) {
  section#region .lists p.red {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 545px) {
  section#region .lists .info_box {
    padding: 0 calc(5vw + 10px);
  }
}
section#region .lists dl {
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 50px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 545px) {
  section#region .lists dl {
    gap: 10px 40px;
    margin-bottom: 20px;
  }
}
section#region .lists dl dt {
  font-size: var(--fs-tiny);
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  font-weight: bold;
}
section#region .lists dl dd {
  font-size: var(--fs-body);
}
section#region .lists .region_box {
  padding-top: 80px;
}
@media screen and (max-width: 545px) {
  section#region .lists .region_box {
    padding-top: 60px;
  }
}
section#region .lists ul {
  display: flex;
  gap: 0px 30px;
}
@media screen and (max-width: 545px) {
  section#region .lists ul {
    justify-content: center;
  }
}
@media screen and (max-width: 545px) {
  section#region .lists .link_btn {
    padding: 5px 16px;
  }
}
section#region .lists .link_btn p {
  line-height: 2em;
  font-size: var(--fs-small);
  word-break: keep-all;
}
section#region .lists .lists_box {
  padding: 40px 0;
}
@media screen and (max-width: 545px) {
  section#region .lists .lists_box {
    padding: 20px 0;
  }
}
section#region .lists .lists_box:nth-child(odd of .lists_box) {
  background-color: #ffffff;
}
section#region .lists .lists_box:nth-child(2n of .lists_box) {
  background-color: #f0f0f0;
}
section#sponsor {
  background: rgba(0, 0, 0, 0.1);
}
section#sponsor h2 {
  text-align: center;
  font-size: var(--fs-h2-so);
}
section#sponsor p.organization {
  font-size: var(--fs-small);
  text-align: left;
  text-indent: -3em;
  margin-left: 3em;
  margin-top: 120px;
  margin-bottom: 30px;
}
section#sponsor p.support {
  font-size: var(--fs-small);
  text-align: left;
  text-indent: -3em;
  margin-left: 3em;
}
section#sponsor ul {
  max-width: 660px;
  margin: 0px auto;
  gap: inherit;
  align-items: center;
  justify-content: space-between;
}
section#sponsor ul.main_sp {
  margin: 90px auto;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  section#sponsor ul.main_sp {
    margin: 40px auto 30px;
  }
}
section#sponsor ul.main_sp li {
  width: 59.69%;
  max-width: 394px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  section#sponsor ul.main_sp li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 545px) {
  section#sponsor ul.main_sp li {
    margin-bottom: 40px;
  }
}
section#sponsor ul.main_sp li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 545px) {
  section#sponsor ul.four {
    margin-top: 5vw;
  }
}
section#sponsor ul li.cbs {
  width: 21.21%;
}
section#sponsor ul li.rbgs {
  width: 12.81%;
  text-align: center;
}

footer {
  padding-top: 80px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 60px;
  }
}
@media screen and (max-width: 545px) {
  footer {
    padding-top: 40px;
  }
}

.footer_nav p {
  font-size: var(--fs-small);
  text-decoration: underline;
  color: #cc0000;
}

.copy {
  padding-bottom: 126px;
  margin-top: 50px;
}
@media screen and (max-width: 545px) {
  .copy {
    padding-bottom: 40px;
    margin-top: 30px;
  }
}
.copy p {
  font-size: 12px;
  text-align: left;
  text-align: justify;
}
@media screen and (max-width: 545px) {
  .copy p {
    font-size: 10px;
  }
}