@charset "UTF-8";
:root {
  font-family: YakuHanJP, "BIZ UDゴシック", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.hover:hover {
  filter: brightness(1.1);
}

.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.indent > * {
  text-indent: initial;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.break {
  display: inline-block;
}

.shadow {
  box-shadow: 0 2px 0.5rem rgba(128, 128, 128, 0.5);
}

.break-pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .break-pc {
    display: none;
  }
}

.break-smp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .break-smp {
    display: block;
  }
}

a {
  color: #c80000;
  text-decoration: none;
}

.underline {
  border-bottom: 1px dotted #c80000;
}

img {
  display: block;
  pointer-events: none;
}

h3 {
  font-size: 2.7rem;
}

html {
  background-color: white;
}

body {
  position: relative;
  overflow-x: hidden;
}
body .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  background-color: white;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
  z-index: 0;
  filter: blur(0.2rem);
}
@media screen and (max-width: 1000px) {
  body .background {
    object-position: right center;
  }
}
body .tingle-modal {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: initial;
}
body .tingle-modal.tingle-modal--overflow {
  padding: 0;
}
body .tingle-modal .tingle-modal-box {
  width: auto;
  max-width: 900px;
  background-color: transparent;
  border-radius: 0.4rem;
}
body .tingle-modal .tingle-modal-box .tingle-modal-box__content {
  margin: 5vh 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  body .tingle-modal .tingle-modal-box .tingle-modal-box__content {
    margin: 2rem 2rem 8rem;
  }
}
@media screen and (max-width: 540px) {
  body .tingle-modal .tingle-modal-box .tingle-modal-box__content {
    margin: 2rem 2rem 8rem;
  }
}
body .tingle-modal .tingle-modal-box .tingle-modal-box__content img {
  width: 100%;
  border-radius: 0.4rem;
}
body .tingle-modal .tingle-modal-box .tingle-modal-box__content img:nth-of-type(n+2) {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1000px) {
  body .tingle-modal .tingle-modal__close {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: white;
  }
  body .tingle-modal .tingle-modal__close .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  body .tingle-modal .tingle-modal__close .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  header {
    top: initial;
    bottom: 0;
    width: 100%;
  }
}
header .ended {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #c80000;
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  header .ended {
    font-size: 2rem;
  }
}
header .ended p {
  padding: 1em 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  header .ended p {
    width: 100%;
    padding-bottom: 0;
  }
}
header .ended a {
  margin-left: 1rem;
  padding: 1em 0;
  color: white;
  font-size: 1.6rem;
  opacity: 0.8;
}
header .ended a:hover {
  opacity: 1;
}
header .ended a span {
  position: relative;
  display: inline-block;
}
header .ended a span::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted white;
}
header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  header nav ul {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
  }
}
header nav ul li {
  margin: 1.5rem 0;
  padding: 0 1rem;
}
@media screen and (max-width: 1000px) {
  header nav ul li {
    margin: 0.5rem 0;
    padding: 0 1rem;
  }
}
header nav ul li:nth-of-type(n+2) {
  position: relative;
}
header nav ul li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1px;
  height: 1.6rem;
  background-color: rgba(200, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  header nav ul li:nth-of-type(n+2)::before {
    display: none;
  }
}
header nav ul li a {
  position: relative;
  display: block;
  padding: 0.5rem;
  font-size: 1.6rem;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  header nav ul li a {
    padding: 0.25rem;
    font-size: max(1.5vw, 1.2rem);
    text-align: center;
    line-height: 1.5;
  }
}
header nav ul li a.current {
  pointer-events: none;
  z-index: 1;
}
header nav ul li a.current::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  width: 2rem;
  height: 2rem;
  background: url(../img/chibipochi.png) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  transform-origin: center center;
  animation: swingHeaderTop 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 1000px) {
  header nav ul li a.current::after {
    top: calc(max(1.5vw, 1.2rem) / 2);
    left: initial;
    right: 100%;
    width: max(1.5vw, 1.2rem);
    height: max(1.5vw, 1.2rem);
    animation: swingHeaderBottom 1s ease-in-out infinite alternate;
  }
}
@keyframes swingHeaderTop {
  from {
    transform: translateX(-50%) rotateZ(10deg);
  }
  to {
    transform: translateX(-50%) rotateZ(-10deg);
  }
}
@keyframes swingHeaderBottom {
  from {
    transform: rotateZ(10deg);
  }
  to {
    transform: rotateZ(-10deg);
  }
}
header nav ul li a:hover {
  color: rgba(0, 0, 0, 0.75);
}
header .link-pochi {
  position: absolute;
  top: 0.2rem;
  left: 0.6rem;
  display: block;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  header .link-pochi {
    display: none;
  }
}
header .link-pochi img {
  width: 100%;
  height: 100%;
}

article {
  font-size: 1.6rem;
  overflow-x: hidden;
}
article section {
  position: relative;
  min-height: 75vh;
}
article section.wave-top {
  margin-top: -2.1rem;
}
article section.wave-top::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 200vw;
  height: 4.2rem;
  background-repeat: repeat-x;
  transform: translateX(-50vw);
  transform-origin: left bottom;
  animation: slide 40s ease-in-out infinite alternate;
}
article section.wave-top.blue {
  background-color: #0064d2;
}
article section.wave-top.blue::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgMTAwIDQyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGZpbGw9IiMwMDY0RDIiIGQ9Ik0xMDAsMzFjLTcuMzU2LDYuMzQ4LTE1Ljg5MSwxMC0yNS4wMDEsMTBTNTcuMzU2LDM3LjM0OCw1MCwzMVMzNC4xMSwyMSwyNSwyMVM3LjM1NiwyNC42NTIsMCwzMXYxMWgxMDBWMzF6DQoJIiAvPg0KPC9zdmc+);
}
article section.wave-top.blue h3 {
  color: #ffe600;
}
article section.wave-top.yellow {
  background-color: #ffe600;
}
article section.wave-top.yellow::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgMTAwIDQyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGZpbGw9IiNGRkU2MDAiIGQ9Ik0xMDAsMzFjLTcuMzU2LDYuMzQ4LTE1Ljg5MSwxMC0yNS4wMDEsMTBTNTcuMzU2LDM3LjM0OCw1MCwzMVMzNC4xMSwyMSwyNSwyMVM3LjM1NiwyNC42NTIsMCwzMXYxMWgxMDBWMzF6DQoJIiAvPg0KPC9zdmc+);
  animation-delay: 4s;
}
article section.wave-top.yellow h3 {
  color: #0064d2;
}
article section.wave-top.white {
  background-color: white;
}
article section.wave-top.white::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgMTAwIDQyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMDAsMzFjLTcuMzU2LDYuMzQ4LTE1Ljg5MSwxMC0yNS4wMDEsMTBTNTcuMzU2LDM3LjM0OCw1MCwzMVMzNC4xMSwyMSwyNSwyMVM3LjM1NiwyNC42NTIsMCwzMXYxMWgxMDBWMzF6DQoJIiAvPg0KPC9zdmc+);
  animation-delay: 2s;
}
article section.wave-top.white h3 {
  color: #c80000;
}
@keyframes slide {
  from {
    transform: translateX(-50vw);
  }
  to {
    transform: translateX(0vw) scaleY(125%);
  }
}
article section [class$=-wrapper]:not(.swiper-wrapper) {
  width: 1000px;
  margin: 0 auto;
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 1000px) {
  article section [class$=-wrapper]:not(.swiper-wrapper) {
    width: 100%;
    padding: 10rem 2rem;
  }
}
article section [class$=-wrapper]:not(.swiper-wrapper) h2,
article section [class$=-wrapper]:not(.swiper-wrapper) h3 {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  article section [class$=-wrapper]:not(.swiper-wrapper) h2,
  article section [class$=-wrapper]:not(.swiper-wrapper) h3 {
    line-height: 1.5;
  }
}
article section [class$=-wrapper]:not(.swiper-wrapper) h2::first-letter,
article section [class$=-wrapper]:not(.swiper-wrapper) h3::first-letter {
  font-size: 1.5em;
}
article section [class$=-wrapper]:not(.swiper-wrapper) h2 small,
article section [class$=-wrapper]:not(.swiper-wrapper) h3 small {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
  font-family: "Courier New", "Comic Sans MS", "Times New Roman", "Georgia";
  transform: rotateZ(-2.5deg) translate(-2.5rem, -60%);
  opacity: 0.1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  article section [class$=-wrapper]:not(.swiper-wrapper) h2 small,
  article section [class$=-wrapper]:not(.swiper-wrapper) h3 small {
    top: 0;
    font-size: min(10vw, 5rem);
    transform: rotateZ(-2.5deg) translate(0, -1.5em);
  }
}
article section [class$=-wrapper]:not(.swiper-wrapper) h2 small::first-letter,
article section [class$=-wrapper]:not(.swiper-wrapper) h3 small::first-letter {
  font-size: 1.5em;
}
article section#top {
  margin-top: 5.6rem;
  height: calc(100vh - 5.6rem);
  max-height: 150vw;
}
@media screen and (max-width: 1000px) {
  article section#top {
    height: 100vh;
    margin: 0;
  }
}
article section#top .top-wrapper.fullscreen {
  position: relative;
  width: 100%;
  height: calc(100vh - 5.6rem);
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.fullscreen {
    height: 120%;
  }
}
article section#top .top-wrapper.fullscreen .top-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.fullscreen .top-layout {
    object-position: 10% center;
  }
}
article section#top .top-wrapper.fullscreen h1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.fullscreen h1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
article section#top .top-wrapper.fullscreen h1 img {
  width: 40vw;
  height: 30vw;
  margin-top: 2rem;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.25));
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.fullscreen h1 img {
    width: 90vw;
    height: 67.5vw;
    max-height: 50vh;
  }
}
article section#top .top-wrapper.flex-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 100vh;
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.flex-row {
    flex-direction: column;
    justify-content: flex-end;
    height: 90vh;
    max-height: 150vw;
  }
}
article section#top .top-wrapper.flex-row h1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
  backdrop-filter: blur(1rem);
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.flex-row h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 75vw;
    max-height: 50vh;
    z-index: 1;
    backdrop-filter: initial;
  }
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.flex-row h1::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: -5rem;
    width: calc(100vw + 10rem);
    height: 50vh;
    background-color: transparent;
    mix-blend-mode: initial;
    backdrop-filter: blur(0.2rem);
  }
}
article section#top .top-wrapper.flex-row h1 img {
  width: 600px;
  height: 450px;
  max-width: 70%;
  max-height: 60vh;
  margin: 0 auto;
  opacity: 0;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5)) drop-shadow(0 2px 8px rgba(0, 76, 159, 0.5));
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.flex-row h1 img {
    position: absolute;
    top: 5vw;
    left: 5vw;
    width: 90vw;
    height: 67.5vw;
    max-width: initial;
    max-height: 35vh;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75)) drop-shadow(0 4px 4px rgba(0, 76, 159, 0.5));
  }
}
article section#top .top-wrapper.flex-row .top-layout {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 1000px) {
  article section#top .top-wrapper.flex-row .top-layout {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100vw;
    max-height: 50vh;
    z-index: 0;
  }
}
article section#top .animation {
  position: fixed;
  top: 5.6rem;
  left: 0;
  perspective: 500px;
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  article section#top .animation {
    top: 0;
  }
}
article section#top .animation #path {
  position: absolute;
  top: 4rem;
  left: 4rem;
  width: 100vw;
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  article section#top .animation #path {
    top: 1rem;
    left: -1rem;
  }
}
article section#top .animation [id^=seagull-] {
  position: absolute;
  top: 4rem;
  left: 4rem;
  transform-style: preserve-3d;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.25));
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  article section#top .animation [id^=seagull-] {
    top: 1rem;
    left: -1rem;
  }
}
article section#top .animation #seagull-small {
  width: 2rem;
  height: 1rem;
  transform: rotateX(0deg) rotateY(10deg);
}
article section#top .animation #seagull-large {
  width: 6rem;
  height: 3rem;
  transform: rotateX(0deg) rotateY(10deg);
}
article section.introduction .introduction-wrapper {
  position: relative;
  padding-bottom: 0;
  color: #ffe600;
  text-shadow: 0 2px 0 #004c9f;
}
article section.introduction .introduction-wrapper h2 {
  display: block;
  padding-bottom: 1rem;
  font-size: 4rem;
  line-height: 1.5;
  border-bottom: 2px dashed #e60000;
}
@media screen and (max-width: 1000px) {
  article section.introduction .introduction-wrapper h2 {
    font-size: 3rem;
  }
}
article section.introduction .introduction-wrapper h2 span {
  display: block;
  transform: skewX(-5deg);
}
@media screen and (max-width: 1000px) {
  article section.introduction .introduction-wrapper h2 span {
    transform: initial;
  }
}
article section.introduction .introduction-wrapper .introduction-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  article section.introduction .introduction-wrapper .introduction-flex {
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.75;
  }
}
article section.introduction .introduction-wrapper .introduction-flex span {
  width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  article section.introduction .introduction-wrapper .introduction-flex span {
    text-align: justify;
    letter-spacing: 0.05em;
  }
}
article section.introduction .introduction-wrapper .introduction-flex.live span {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  article section.introduction .introduction-wrapper .introduction-flex.live span {
    width: 100%;
  }
  article section.introduction .introduction-wrapper .introduction-flex.live span br:not(.break) {
    display: none;
  }
}
article section.introduction .introduction-wrapper .introduction-flex.live + img {
  display: none;
}
article section.introduction .introduction-wrapper .introduction-flex a {
  max-width: 35%;
  height: 14rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  article section.introduction .introduction-wrapper .introduction-flex a {
    width: 100%;
    max-width: initial;
    height: auto;
    margin: 2rem 0 8rem;
  }
}
article section.introduction .introduction-wrapper .introduction-flex a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
article section.introduction .introduction-wrapper > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-width: 170px;
  object-fit: contain;
  object-position: right bottom;
}
@media screen and (max-width: 1000px) {
  article section.introduction .introduction-wrapper > img {
    display: none;
  }
}
article section.introduction .ecobag {
  padding: 8rem 0 10rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  article section.introduction .ecobag {
    margin: 10vw 0 0;
    padding: 10rem 2rem;
  }
}
article section.introduction .ecobag .ecobag-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  margin-left: 5rem;
  padding: 1.5rem 1.5rem 1.5rem 9.5rem;
  background-color: #32c832;
  color: white;
  border-radius: 1rem;
}
@media screen and (max-width: 1000px) {
  article section.introduction .ecobag .ecobag-wrapper {
    margin: 0;
    padding: 4rem 1.5rem 1.5rem;
  }
}
article section.introduction .ecobag .ecobag-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9rem;
  width: calc(150px + 3rem);
  height: calc(150px + 3rem);
  background-color: #32c832;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  article section.introduction .ecobag .ecobag-wrapper::before {
    top: max(-20vw - 1.5rem, -13.5rem);
    left: 50%;
    width: calc(25vw + 3rem);
    height: calc(25vw + 3rem);
    max-width: 18rem;
    max-height: 18rem;
    transform: translateX(-50%);
  }
}
article section.introduction .ecobag .ecobag-wrapper img {
  position: absolute;
  top: 50%;
  left: -7.5rem;
  width: 15rem;
  height: 15rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  article section.introduction .ecobag .ecobag-wrapper img {
    top: max(-20vw, -12rem);
    left: 50%;
    width: 25vw;
    height: 25vw;
    max-width: 15rem;
    max-height: 15rem;
    transform: translateX(-50%);
  }
}
article section.introduction .ecobag .ecobag-wrapper h4 {
  font-size: 2rem;
  text-align: left;
  letter-spacing: 0.1em;
  z-index: 1;
}
article section.introduction .ecobag .ecobag-wrapper p {
  margin-top: 1rem;
  text-align: left;
  z-index: 1;
}
article section.introduction .ecobag .ecobag-wrapper p small {
  margin-top: 1rem;
}
article section.introduction .ecobag .ecobag-wrapper p .yellow {
  color: yellow;
}
article section#enter .enter-wrapper h3 {
  color: #c80000;
}
article section#enter .enter-wrapper h3 span {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #c80000;
}
article section#enter .enter-wrapper .enter-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  article section#enter .enter-wrapper .enter-flex {
    flex-direction: column;
  }
}
article section#enter .enter-wrapper .enter-flex > div {
  width: calc(50% - 2rem);
  margin-top: 3rem;
}
@media screen and (max-width: 1000px) {
  article section#enter .enter-wrapper .enter-flex > div {
    width: 100%;
  }
}
article section#enter .enter-wrapper .enter-flex h4 {
  display: inline-block;
  margin: 0;
  padding: 0.5rem;
  color: #0064d2;
  font-size: 2rem;
  border: 1px solid #0064d2;
  border-radius: 0.4rem;
}
article section#enter .enter-wrapper .enter-flex ul {
  list-style: none;
}
article section#enter .enter-wrapper .enter-flex ul li {
  position: relative;
  margin-top: 1rem;
  padding-left: 0.75em;
  line-height: 1.5;
}
article section#enter .enter-wrapper .enter-flex ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -0.25em;
  width: 1em;
  height: 1em;
  text-align: center;
}
article section#enter .enter-wrapper .enter-flex ul li.annotation::before {
  content: "※";
}
article section#enter .enter-wrapper .enter-flex ul li .red {
  color: #c80000;
}
article section#enter .enter-wrapper p {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
article section#enter .enter-wrapper p span {
  display: inline;
  background: linear-gradient(transparent 60%, yellow 70%, yellow 90%, transparent 100%);
}
article section#main .main-wrapper > p {
  position: relative;
  margin-top: 3rem;
  line-height: 1.5;
}
article section#main .main-wrapper > p small {
  position: absolute;
  bottom: -1em;
  right: 0;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper > p small {
    position: relative;
  }
}
article section#main .main-wrapper .main-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 480px;
  margin-top: 10rem;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex {
    flex-direction: column;
    height: auto;
    margin-top: 8rem;
  }
}
article section#main .main-wrapper .main-flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex:nth-of-type(even) {
    flex-direction: column;
  }
}
article section#main .main-wrapper .main-flex:nth-of-type(even) .main-text {
  margin-left: -2rem;
}
article section#main .main-wrapper .main-flex .main-text {
  position: relative;
  width: calc(400px + 2rem);
  margin-top: -1.5rem;
  text-align: center;
  transform: rotateZ(-2.5deg);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text {
    width: auto;
    max-width: 80%;
  }
}
article section#main .main-wrapper .main-flex .main-text::before {
  content: "";
  position: absolute;
  top: -2rem;
  width: calc(100% + 2rem);
  height: calc(100% + 4rem);
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text::before {
    top: -1rem;
    width: calc(100% + 1rem);
    height: calc(100% + 2rem);
  }
}
article section#main .main-wrapper .main-flex .main-text.left {
  margin-right: -2rem;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text.left {
    margin-right: 0;
  }
}
article section#main .main-wrapper .main-flex .main-text.left::before {
  left: -1rem;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text.left::before {
    left: -0.5rem;
  }
}
article section#main .main-wrapper .main-flex .main-text.right {
  margin-left: -2rem;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text.right {
    margin-left: 0;
  }
}
article section#main .main-wrapper .main-flex .main-text.right::before {
  right: -1rem;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text.right::before {
    right: -0.5rem;
  }
}
article section#main .main-wrapper .main-flex .main-text h4 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text h4 {
    flex-direction: column-reverse;
  }
}
article section#main .main-wrapper .main-flex .main-text h4 span {
  margin-top: 1rem;
  color: #e60000;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
}
article section#main .main-wrapper .main-flex .main-text h4 span small {
  display: block;
  margin-top: 1rem;
  font-size: 2rem;
}
article section#main .main-wrapper .main-flex .main-text h4 img {
  width: auto;
  height: 120px;
  margin-right: 1em;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text h4 img {
    height: 80px;
  }
}
article section#main .main-wrapper .main-flex .main-text p {
  position: relative;
  width: 80%;
  margin: 2rem auto 0;
  padding: 0.5rem 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-text p {
    width: 100%;
    margin: 0 auto;
  }
}
article section#main .main-wrapper .main-flex .main-image {
  position: relative;
  width: 600px;
  height: 480px;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-image {
    width: 100%;
    height: 75vw;
  }
}
article section#main .main-wrapper .main-flex .main-image .swiper-wrapper {
  width: 600px;
  height: 450px;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-image .swiper-wrapper {
    width: 100%;
    height: auto;
  }
}
article section#main .main-wrapper .main-flex .main-image .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: auto;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-flex .main-image .swiper-wrapper img {
    width: calc(100vw - 4rem);
    height: calc((100vw - 4rem) * 0.75);
  }
}
article section#main .main-wrapper .main-flex .main-image .swiper-wrapper img.swiper-slide {
  cursor: pointer;
}
article section#main .main-wrapper .main-flex .main-image .swiper-button-prev,
article section#main .main-wrapper .main-flex .main-image .swiper-button-next {
  top: initial;
  bottom: 0;
  height: 2rem;
  color: #0064d2;
}
article section#main .main-wrapper .main-flex .main-image .swiper-button-prev::after,
article section#main .main-wrapper .main-flex .main-image .swiper-button-next::after {
  font-size: 2rem;
}
article section#main .main-wrapper .main-flex .main-image .swiper-pagination {
  bottom: 2px;
  pointer-events: none;
}
article section#main .main-wrapper .main-flex .main-image .swiper-pagination .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-horizontal-gap, 4px);
  background-color: white;
  opacity: 0.9;
  box-shadow: 0 0 1px black, 0 1px 4px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
article section#main .main-wrapper .main-flex .main-image .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0064d2;
}
article section#event .event-wrapper .event-flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  article section#event .event-wrapper .event-flex {
    flex-direction: row;
  }
}
article section#event .event-wrapper .event-flex .event-card {
  display: flex;
  flex-direction: column;
  width: 310px;
  height: auto;
  margin-top: 4rem;
  padding: 0.5rem;
  background-color: white;
  line-height: 1.5;
  border-radius: 0.9rem;
}
@media screen and (max-width: 1000px) {
  article section#event .event-wrapper .event-flex .event-card {
    width: 100%;
  }
}
article section#event .event-wrapper .event-flex .event-card:nth-of-type(n+2) {
  margin-left: 1rem;
}
@media screen and (max-width: 1000px) {
  article section#event .event-wrapper .event-flex .event-card:nth-of-type(n+2) {
    margin-left: 0;
  }
}
article section#event .event-wrapper .event-flex .event-card img {
  width: 100%;
  border-radius: 0.4rem;
}
@media screen and (max-width: 1000px) {
  article section#event .event-wrapper .event-flex .event-card img {
    width: 100%;
    height: calc(100vw - 4rem - 1rem);
  }
}
article section#event .event-wrapper .event-flex .event-card h4 {
  padding: 0.5rem;
  font-size: 2rem;
}
article section#event .event-wrapper .event-flex .event-card h4 span {
  font-weight: normal;
}
article section#event .event-wrapper .event-flex .event-card p {
  padding: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
article section#service .service-wrapper .service-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  article section#service .service-wrapper .service-flex {
    flex-direction: column;
  }
}
article section#service .service-wrapper .service-flex > div {
  width: calc(50% - 4rem);
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  article section#service .service-wrapper .service-flex > div {
    width: 100%;
  }
}
article section#service .service-wrapper .service-flex .buy {
  position: relative;
}
article section#service .service-wrapper .service-flex .buy h4 {
  position: relative;
  padding: 1rem;
  background-color: #c80000;
  color: yellow;
  font-size: 2rem;
}
article section#service .service-wrapper .service-flex .buy h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35vw;
  height: 35vw;
  max-width: 142px;
  height: 142px;
  background: url(../img/pochikun-buy.png) no-repeat;
  background-size: cover;
  background-position: top left;
}
@media screen and (min-width: 1000px) {
  article section#service .service-wrapper .service-flex .buy h4::after {
    display: none;
  }
}
article section#service .service-wrapper .service-flex .buy p {
  margin-top: 1rem;
  line-height: 1.5;
}
article section#service .service-wrapper .service-flex .buy p:first-of-type {
  margin-top: 2rem;
}
article section#service .service-wrapper .service-flex .buy p small {
  font-size: 0.8em;
}
article section#service .service-wrapper .service-flex .buy .buy-end {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem;
  background-color: black;
  color: white;
  font-size: 2rem;
  line-height: 1;
  border-radius: 0.4rem;
}
article section#service .service-wrapper .service-flex .buy .pochikun {
  position: absolute;
  bottom: -220px;
  right: 0;
  animation: bounce 2s ease-in-out infinite;
}
@media screen and (max-width: 1000px) {
  article section#service .service-wrapper .service-flex .buy .pochikun {
    display: none;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-0.2rem) scale(1.01) rotateZ(1deg);
  }
  20% {
    transform: translateY(0);
  }
}
article section#service .service-wrapper .service-flex .buy .speech {
  position: absolute;
  bottom: -140px;
  right: 130px;
  display: inline-block;
  padding: 1rem;
  background-color: white;
  color: black;
  font-size: 1.6rem;
  border: 2px solid grey;
  border-radius: 1.8rem;
  transform: rotateZ(-2.5deg) translateY(-50%);
}
@media screen and (max-width: 1000px) {
  article section#service .service-wrapper .service-flex .buy .speech {
    display: none;
  }
}
article section#service .service-wrapper .service-flex .buy .speech::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: -0.65rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: white;
  border-top: 2px solid grey;
  border-right: 2px solid grey;
  transform: scaleY(50%) rotateZ(45deg);
}
article section#service .service-wrapper .service-flex .testrun h4 {
  padding: 1rem;
  background-color: #007fff;
  color: white;
  font-size: 2rem;
}
article section#service .service-wrapper .service-flex .testrun img {
  width: 100%;
  height: auto;
}
article section#service .service-wrapper .service-flex .testrun p {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
article section#service .service-wrapper .service-flex .testrun p small {
  display: inline-block;
  font-size: 0.8em;
}
article section#access .access-wrapper .google-map {
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  article section#access .access-wrapper .google-map {
    width: 100%;
    height: calc(100vw - 4rem);
  }
}
article section#access .access-wrapper .access-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  article section#access .access-wrapper .access-flex {
    flex-direction: column;
  }
}
article section#access .access-wrapper .access-flex button {
  width: 400px;
  height: 240px;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  article section#access .access-wrapper .access-flex button {
    width: 100%;
    height: auto;
    border-radius: 0;
    pointer-events: none;
  }
}
article section#access .access-wrapper .access-flex button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
article section#access .access-wrapper .access-flex #route {
  display: none;
}
article section#access .access-wrapper .access-flex #route .modal-container .modal-content {
  width: 100%;
  height: 80vh;
  max-width: 80vw;
}
article section#access .access-wrapper .access-flex #route .modal-container .modal-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
article section#access .access-wrapper .access-flex .access-text {
  width: calc(600px - 2rem);
}
@media screen and (max-width: 1000px) {
  article section#access .access-wrapper .access-flex .access-text {
    width: 100%;
  }
}
article section#access .access-wrapper .access-flex .access-text h4 {
  background: black;
  color: white;
  padding: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  article section#access .access-wrapper .access-flex .access-text h4 {
    margin-top: 2rem;
  }
}
article section#access .access-wrapper .access-flex .access-text .venue-title {
  margin-top: 1rem;
  padding: 1rem;
  color: black;
  font-size: 2rem;
  border-bottom: 2px dashed black;
}
article section#access .access-wrapper .access-flex .access-text .transport {
  margin: 0 0 0 1rem;
}
article section#access .access-wrapper .access-flex .access-text .transport h5 {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.5rem;
  background-color: white;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  box-shadow: 0 1px 0 black;
}
article section#access .access-wrapper .access-flex .access-text .transport p {
  margin-top: 1rem;
  color: black;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  article section#access .access-wrapper .access-flex .access-text .transport p {
    padding-left: 1rem;
    text-indent: -1rem;
  }
}
article section#access .access-wrapper .access-flex .access-text .transport p strong {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
}
article section#access .access-wrapper .access-flex .access-text .transport p strong::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1.2rem;
}
article section#information .information-wrapper h3 {
  color: black;
}
article section#information .information-wrapper h3 span::before {
  border-color: black;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper h3 span::before {
    display: none;
  }
}
article section#information .information-wrapper h3 #admfree {
  position: absolute;
  top: -38px;
  right: -38px;
  width: 176px;
  height: 176px;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper h3 #admfree {
    top: -3em;
    right: -19px;
    width: 88px;
    height: 88px;
  }
}
article section#information .information-wrapper .information-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex {
    flex-direction: column-reverse;
  }
}
article section#information .information-wrapper .information-flex .information-text {
  width: calc(700px - 8rem);
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text {
    width: 100%;
    margin-top: 4rem;
  }
}
article section#information .information-wrapper .information-flex .information-text > table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text > table {
    margin-top: 0;
  }
}
article section#information .information-wrapper .information-flex .information-text > table thead {
  font-size: 2rem;
  text-align: left;
}
article section#information .information-wrapper .information-flex .information-text > table thead th {
  position: relative;
}
article section#information .information-wrapper .information-flex .information-text > table thead th strong {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 1rem;
  background-color: #0064d2;
  color: white;
  line-height: 1;
  border-radius: 0.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text > table thead th strong {
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    transform: initial;
  }
}
article section#information .information-wrapper .information-flex .information-text > table > tbody > tr {
  border-bottom: 1px solid grey;
}
article section#information .information-wrapper .information-flex .information-text > table > tbody > tr:first-of-type {
  border-top: 1px solid grey;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text > table > tbody > tr:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text > table > tbody > tr > th,
  article section#information .information-wrapper .information-flex .information-text > table > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
article section#information .information-wrapper .information-flex .information-text > table > tbody > tr > th {
  padding: 2rem 2rem 2rem 0;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text > table > tbody > tr > th {
    margin-top: -0.5em;
    padding: 2rem 1rem 1rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
article section#information .information-wrapper .information-flex .information-text > table > tbody > tr > td {
  padding: 2rem 1rem 2rem 0;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text > table > tbody > tr > td {
    padding: 0 1rem 2rem;
  }
}
article section#information .information-wrapper .information-flex .information-text > table .scroll {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text > table .scroll {
    width: calc(100vw - 5rem);
    overflow: hidden;
  }
}
article section#information .information-wrapper .information-flex .information-text > table .scroll .shop-schedule {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
article section#information .information-wrapper .information-flex .information-text > table .scroll .shop-schedule th,
article section#information .information-wrapper .information-flex .information-text > table .scroll .shop-schedule td {
  padding: 1rem;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #aaa;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-text > table .scroll .shop-schedule th,
  article section#information .information-wrapper .information-flex .information-text > table .scroll .shop-schedule td {
    min-width: 4.5em;
  }
}
article section#information .information-wrapper .information-flex .information-text > table .scroll .shop-schedule th {
  background-color: rgba(0, 0, 0, 0.1);
}
article section#information .information-wrapper .information-flex .information-text > table .scroll .shop-schedule .closed {
  background: rgba(255, 0, 0, 0.2);
}
article section#information .information-wrapper .information-flex .information-text .annotation {
  margin-top: 2rem;
}
article section#information .information-wrapper .information-flex .information-flyer {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper .information-flex .information-flyer {
    width: 100%;
  }
}
article section#information .information-wrapper .information-flex .information-flyer button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
article section#information .information-wrapper .information-flex .information-flyer button img {
  width: calc(50% - 1px);
}
article section#information .information-wrapper .information-flex .information-flyer button p {
  width: 100%;
  margin-top: 0.5rem;
  color: #c80000;
  text-align: center;
}
article section#information .information-wrapper .information-flex .information-flyer #flyer {
  display: none;
}

footer {
  position: relative;
  padding: 3rem 0;
  background-color: red;
  color: white;
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 2rem;
    text-align: center;
    line-height: 1.5;
  }
}
footer ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  footer ul {
    flex-direction: column;
    width: 100%;
  }
}
footer ul li a:first-of-type {
  margin-right: 1rem;
}
@media screen and (max-width: 1000px) {
  footer ul li:last-of-type {
    margin-top: 1rem;
  }
}
footer a {
  color: white;
}/*# sourceMappingURL=style.min.css.map */