@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.l-footer {
  margin-top: 0;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-unit.-bg-gradient {
  position: relative;
  background-color: #6c93ff;
  background-image: linear-gradient(92deg, rgb(108, 147, 255) 0%, rgb(175, 194, 237) 0%, rgb(253, 248, 216) 48%, rgb(204, 213, 236) 73%, rgb(157, 180, 255) 100%);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: contain;
}
@media only screen and (min-width:1200px), print {
  .l-unit.-bg-gradient {
    background-image: linear-gradient(92deg, rgb(108, 147, 255) 0%, rgb(253, 248, 216) 25%, rgb(253, 248, 216) 55%, rgb(157, 180, 255) 100%);
  }
}
@media only screen and (min-width:1200px), print {
  .l-unit.-bg-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("/campaign/2026/nightgolf/images/bg_stars.png");
    background-position: center center;
    background-repeat: repeat-y;
    background-size: contain;
    mix-blend-mode: screen;
    -webkit-animation: stars-twinkle 1.9s ease-in-out infinite, stars-glint 7s linear infinite;
            animation: stars-twinkle 1.9s ease-in-out infinite, stars-glint 7s linear infinite;
    will-change: opacity, filter, background-position;
  }
}

@-webkit-keyframes stars-twinkle {
  0%, 100% {
    opacity: 0.52;
    -webkit-filter: brightness(1) contrast(1);
            filter: brightness(1) contrast(1);
  }
  28%, 72% {
    opacity: 0.78;
    -webkit-filter: brightness(1.45) contrast(1.08);
            filter: brightness(1.45) contrast(1.08);
  }
  50% {
    opacity: 0.96;
    -webkit-filter: brightness(1.8) contrast(1.15) drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
            filter: brightness(1.8) contrast(1.15) drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
  }
}

@keyframes stars-twinkle {
  0%, 100% {
    opacity: 0.52;
    -webkit-filter: brightness(1) contrast(1);
            filter: brightness(1) contrast(1);
  }
  28%, 72% {
    opacity: 0.78;
    -webkit-filter: brightness(1.45) contrast(1.08);
            filter: brightness(1.45) contrast(1.08);
  }
  50% {
    opacity: 0.96;
    -webkit-filter: brightness(1.8) contrast(1.15) drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
            filter: brightness(1.8) contrast(1.15) drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
  }
}
@-webkit-keyframes stars-glint {
  0%, 100% {
    background-position: center 0;
  }
  50% {
    background-position: center 14px;
  }
}
@keyframes stars-glint {
  0%, 100% {
    background-position: center 0;
  }
  50% {
    background-position: center 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-unit.-bg-gradient::before {
    -webkit-animation: none;
            animation: none;
  }
}
@media only screen and (min-width:768px), tv, print {
  .l-unit__box {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width:768px) and (max-width:1023.97px) {
  .l-unit__box {
    width: 768px;
  }
}
@media only screen and (min-width:1024px) and (max-width:1199.97px) {
  .l-unit__box {
    width: 1024px;
  }
}
@media only screen and (min-width:1200px), print {
  .l-unit__box {
    width: 1200px;
  }
}
.l-unit__box {
  /* 印刷用 */
}
@media print {
  .l-unit__box {
    width: 1024px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1280px) {
  .l-unit__box.-pcw-wide {
    width: 1280px;
  }
}
@media only screen and (max-width:767.97px) {
  .l-unit__box.has-padding-sp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width:1199.97px) {
  .l-unit__box.has-padding-basic {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width:1199.97px) {
  .l-unit__box.has-padding-basic-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width:1199.97px) {
  .l-unit__box.has-padding-basic-narrow {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ボタン */
.a-btn {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: inherit;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.a-btn:hover {
  opacity: 0.7;
}
.a-btn:disabled {
  background-color: #cccccc !important;
  color: #fff !important;
}
.a-btn:disabled:hover {
  opacity: 1 !important;
}
.a-btn.-apply {
  padding: 13px 10px 11px;
  background: #c1c2dd;
  background: linear-gradient(294deg, rgb(193, 194, 221) 0%, rgb(248, 233, 224) 40%, rgb(254, 250, 215) 50%, rgb(242, 230, 229) 69%, rgb(207, 216, 250) 100%);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #1f1f1f;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 22px;
  font-size: 1.375rem;
}
.a-btn.-course {
  width: 290px;
  padding: 6px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}
.a-btn.-pgm {
  background: #0083c7;
  background: linear-gradient(294deg, rgb(0, 131, 199) 0%, rgb(59, 162, 215) 45%, rgb(76, 180, 234) 50%, rgb(59, 162, 215) 55%, rgb(0, 131, 199) 100%);
}
.a-btn.-accordia {
  background: #4fb758;
  background: linear-gradient(294deg, rgb(79, 183, 88) 0%, rgb(79, 183, 88) 45%, rgb(85, 208, 80) 50%, rgb(79, 183, 88) 55%, rgb(79, 183, 88) 100%);
}

.a-btn__label {
  display: block;
}

.a-btn__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width:768px), tv, print {
  .a-btn__arrow {
    right: 22px;
  }
}

.a-btn.-course .a-btn__arrow {
  right: 12px;
  font-size: 11px;
}
@media only screen and (min-width:768px), tv, print {
  .a-btn.-course .a-btn__arrow {
    right: 10px;
  }
}

.a-link {
  display: inline-block;
  color: #0076ff;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.m-info-table {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  text-align: left;
}

.m-info-table__item {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #001B45;
  display: block;
}
@media only screen and (min-width:1200px), print {
  .m-info-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-info-table__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  background-color: #f2f2f2;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 10px 16px 8px;
}
@media only screen and (min-width:1200px), print {
  .m-info-table__term {
    padding: 17px 16px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.m-info-table__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 300;
  background-color: #fff;
  padding: 13px 16px 16px;
  line-height: 1.7;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width:1200px), print {
  .m-info-table__desc {
    padding: 16px;
    line-height: 1.8;
  }
}
.m-info-table__desc strong {
  font-weight: 700;
}
.m-info-table__desc strong:not(:first-child) {
  margin-block: 0.5em;
}
.m-info-table__desc strong {
  display: inline-block;
}
.m-info-table__desc ul {
  margin: 0;
  padding-left: 1.2em;
}
.m-info-table__desc ul li {
  list-style: disc;
}
.m-info-table__desc ul li > ul li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.m-info-table__desc ul li > ul li::before {
  content: "※";
  position: absolute;
  left: -1.2em;
  width: 4px;
  height: 4px;
  background-color: #ddd;
  border-radius: 50%;
}
.m-info-table__desc ul li + li {
  margin-top: 6px;
}

.m-cv {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  pointer-events: none;
  -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
}
.m-cv.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.m-cv__btn {
  width: 360px;
}

.o-ng-kv {
  background: #000;
  position: relative;
  overflow: hidden;
  min-height: 550px;
  padding: 25px 15px 22px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width:1200px), print {
  .o-ng-kv {
    min-height: 735px;
    padding-top: 31px;
    padding-bottom: 31px;
  }
}

.o-ng-kv__main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
}

.o-ng-kv__bgImg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.o-ng-kv__bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-ng-kv__logos {
  margin: 0;
  width: min(100%, 260px);
}
@media only screen and (min-width:1200px), print {
  .o-ng-kv__logos {
    width: min(100%, 375px);
  }
}
.o-ng-kv__logos img {
  width: 100%;
  height: auto;
}

.o-ng-kv__ttl {
  line-height: 1;
  width: min(100%, 160px);
}
@media only screen and (min-width:1200px), print {
  .o-ng-kv__ttl {
    width: min(100%, 254px);
    margin-top: 28px;
  }
}
.o-ng-kv__ttl img {
  width: 100%;
  height: auto;
}

.o-ng-kv__campaign {
  margin: 20px 0 0;
  max-width: 400px;
  width: min(100%, 312px);
}
@media only screen and (min-width:1200px), print {
  .o-ng-kv__campaign {
    width: min(100%, 532px);
    max-width: inherit;
    margin-top: 22px;
  }
}
.o-ng-kv__campaign img {
  width: 100%;
  height: auto;
}

.o-ng-kv__desc {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
@media only screen and (min-width:1200px), print {
  .o-ng-kv__desc {
    margin-top: -20px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
  }
}
.o-ng-kv__desc strong {
  font-size: 1.35em;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.o-ng-kv__apply {
  margin-top: 18px;
  margin-inline: auto;
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width:1200px), print {
  .o-ng-kv__apply {
    width: 360px;
    margin-top: 16px;
  }
}

.o-ng-kv__bottom-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}
@media only screen and (min-width:1200px), print {
  .o-ng-kv__bottom-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-top: 40px;
  }
}

.o-ng-kv__animate-item {
  will-change: opacity, transform, filter;
}
.o-ng-kv.is-animate .o-ng-kv__animate-item {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease, -webkit-filter 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease, -webkit-filter 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease, -webkit-transform 0.8s ease, -webkit-filter 0.8s ease;
}
.o-ng-kv.is-animate .o-ng-kv__animate-item.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.o-ng-kv__period {
  color: #fff;
  font-size: 1em;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (min-width:1200px), print {
  .o-ng-kv__period {
    font-size: 1.6em;
  }
}

.o-benefits {
  color: #354254;
  padding: 27px 0 100px;
  color: #001B45;
  text-align: center;
}
@media only screen and (min-width:1200px), print {
  .o-benefits {
    padding: 60px 0 110px;
  }
}
.o-benefits.-secondary {
  padding-top: 0;
  padding-bottom: 70px;
}
@media only screen and (min-width:1200px), print {
  .o-benefits.-secondary {
    padding-bottom: 130px;
  }
}

.o-benefits__head {
  width: 220px;
  margin: 0 auto;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__head {
    width: 290px;
  }
}
.o-benefits__head img {
  width: 100%;
  height: auto;
}
.o-benefits.-seconday .o-benefits__head {
  width: 264px;
}
@media only screen and (min-width:1200px), print {
  .o-benefits.-seconday .o-benefits__head {
    width: 326px;
  }
}

.o-benefits__lead {
  margin-top: -10px;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__lead {
    margin-top: -20px;
  }
}

.o-benefits__lead-label {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  padding: 4px 20px;
  background: #fa9a16;
  font-family: "Noto Serif JP", serif;
  background: #2e5f94;
  background: #2e5f94;
  background: linear-gradient(97deg, rgb(46, 95, 148) 0%, rgb(9, 154, 233) 62%, rgb(23, 86, 126) 100%);
}

.o-benefits__lead-text {
  margin-top: 12px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__lead-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.o-benefits__image {
  width: min(100%, 344px);
  margin: 30px auto 0;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__image {
    width: 430px;
    margin-top: 34px;
  }
}
.o-benefits__image img {
  width: 100%;
  height: auto;
}

.o-benefits__image.-ball {
  width: min(100%, 344px);
}
@media only screen and (min-width:1200px), print {
  .o-benefits__image.-ball {
    margin-top: 20px;
    width: min(100%, 364px);
  }
}

.o-benefits__image.-ticket {
  width: min(100%, 344px);
}
@media only screen and (min-width:1200px), print {
  .o-benefits__image.-ticket {
    margin-top: 20px;
    width: min(100%, 350px);
  }
}

.o-benefits__table {
  max-width: 930px;
  margin: 28px auto 0;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__table {
    margin-top: 30px;
  }
}
@media only screen and (min-width:1200px), print {
  .o-benefits__card .o-benefits__table {
    margin-top: 12px;
  }
}

.o-benefits__note {
  margin-top: 25px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #354254;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__note {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.o-benefits__note-link {
  color: #277dff;
  text-decoration: underline;
}

.o-benefits__subcopy {
  margin: 0 0 10px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__subcopy {
    margin-bottom: 12px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width:1200px), print {
  .o-benefits__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 66px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 770px;
    margin-inline: auto;
  }
}

.o-benefits__count {
  margin: 14px 0 0;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__count {
    margin-top: 18px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width:1200px), print {
  .o-benefits__table.-narrow .m-info-table__term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
  }
}
@media only screen and (min-width:1200px), print {
  .o-benefits__table.-narrow .m-info-table__term,
  .o-benefits__table.-narrow .m-info-table__desc {
    padding: 1px 12px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.o-benefits__caption {
  margin: 10px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__caption {
    margin-top: 12px;
  }
}

.o-benefits__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: min(100%, 290px);
  margin: 28px auto 0;
}
@media only screen and (min-width:1200px), print {
  .o-benefits__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    gap: 36px;
    margin-top: 32px;
  }
}

.o-terms {
  padding: 0px 0 80px;
  color: #001B45;
  max-width: 1000px;
  margin-inline: auto;
}
@media only screen and (min-width:1200px), print {
  .o-terms {
    padding: 0px 0 120px;
  }
}

.o-terms__ttl {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (min-width:1200px), print {
  .o-terms__ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.o-terms__sub-ttl {
  margin: 0 0 24px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-top: 30px;
}
@media only screen and (min-width:1200px), print {
  .o-terms__sub-ttl {
    padding-top: 50px;
    margin-bottom: 38px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.o-terms__highlight {
  display: inline-block;
  padding: 1px 6px;
  background-color: #ffe347;
  font-weight: 700;
  margin-block: 0.5rem;
}