.title_wrap {
  text-align: center;
  margin: 2em 0;
  position: relative;
}

.all_wrap {
  padding-bottom: 3em;
}

.remodal {
  text-align: left;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1200px;
  }
}
.f_mon {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}

.bg_yl {
  background-color: #e4e4e4;
}

.bg_lg {
  background-color: #e4e4e4;
}

.bg_slg {
  background-color: #fafafa;
}

/*color*/
.vis_h {
  visibility: hidden;
}

.brPc {
  display: none;
}

@media screen and (min-width: 768px) {
  .brPc {
    display: block;
  }
}
.brSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .brSp {
    display: block;
  }
}
html {
  background: #17172e;
  font-size: 62.5%;
  font-size: calc(1rem + (1vw - 3.2px) * 0.5);
  min-height: 0vw;
}

@media (max-width: 320px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 150%;
  }
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #00245f;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 0;
}

body.noscroll {
  height: 100vh;
  overflow: hidden;
}

body.bg {
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.comingsoon {
  background-image: url(../images/comingsoon_back.webp);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
}

.comingsoon .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comingsoon.none {
  display: none;
}

#covid {
  display: block;
}

#covid.none {
  display: none;
}

#contentsRapper {
  display: block;
  position: relative;
  padding-top: 100vh;
}

#contentsRapper section:not(#kv) {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: relative;
  z-index: 1;
}

#contentsRapper.none {
  display: none;
}

.contentsRapper {
  opacity: 0%;
}

.kv-animation1 {
  opacity: 100% !important;
}

section {
  position: relative;
  z-index: 1;
}

#loader-bg {
  position: fixed;
  height: 100vh;
  background-color: #283b79;
}

#loader-bg .inner {
  height: 100vh;
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease-in-out;
  transition-delay: 0s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#loader-bg .inner .loadLogo {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #loader-bg .inner .loadLogo {
    width: 54%;
  }
}
#loader-bg .inner .logo_loading {
  width: 60%;
  animation: loading_logo infinite 1.3s;
}

@media screen and (max-width: 768px) {
  #loader-bg .inner .logo_loading {
    width: 80vw;
  }
}
#loader-bg.end {
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

#loader-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@keyframes loading_logo {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
#header_top {
  opacity: 0;
  transition: all 0.3s;
}

#header_top.active {
  opacity: 1;
  transition: all 0.3s;
}

.int {
  opacity: 0;
  transform: translate(0, 2em);
  transition-duration: 0.3s;
}

.int.active {
  opacity: 1;
  transition-duration: 0.3s;
  transform: translate(0, 0);
}

.op1 {
  opacity: 1 !important;
  transition: all 0.3s;
}

.op0 {
  opacity: 0 !important;
  transition: all 0.3s;
}

.on {
  opacity: 0.7;
  transition: all 0.3s;
}

.shadow {
  filter: drop-shadow(0px 0px 4px #000) drop-shadow(0px 0px 4px #000);
}

.button a {
  text-decoration: none;
  padding: 1em 0;
  min-width: 16em;
  background-color: #000;
  border-radius: 50px;
  font-size: 0.6em;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .button a {
    padding: 0.8em 3em;
    font-size: 0.8em;
    min-width: 14em;
  }
}
.button.left {
  text-align: left;
}

.button.white a {
  background-color: #fff;
  color: #000000;
  font-weight: bold;
}

.button.grad-b a {
  background: #efc465;
  background: linear-gradient(45deg, #efc465 0%, #f07c34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#efc465", endColorstr="#f07c34",GradientType=1 );
  box-shadow: 0 0 0 2px #fff;
  font-weight: bold;
}

.button.transparent a {
  background: none;
  box-shadow: 0 0 0 1px #fff;
  font-weight: bold;
}

.button.sns a {
  text-decoration: none;
  min-width: 18em;
  margin: 0 1em;
  margin-bottom: 1.5em;
  position: relative;
}

.button.sns a.tw {
  background-color: #86afe8;
}

.button.sns a.tw:after {
  content: "";
  background-image: url(../images/icon_tw.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

.button.sns a.fb {
  background-color: #0875fb;
}

.button.sns a.fb:after {
  content: "";
  background-image: url(../images/icon_fb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

.head_wrap {
  max-width: calc(1920px + 4em);
  margin: 0 auto;
  padding: 0 2em;
}

.head_wrap.ovh {
  overflow: hidden;
}

.header_height {
  height: 5vw;
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .header_height {
    height: 13vw;
  }
}
.full_wrap.ovh {
  overflow: hidden;
}

@media screen and (min-width: 1921px) {
  .full_wrap {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.wide_wrap {
  padding: 0 2em;
}

.wide_wrap.ovh {
  overflow: hidden;
}

@media screen and (min-width: 1500px) {
  .wide_wrap {
    padding: 0 2em;
    max-width: 1501px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wide_wrap {
    padding: 0 1.3em;
  }
}
.mid_wrap.ovh {
  overflow: hidden;
}

@media screen and (min-width: 1201px) {
  .mid_wrap {
    padding: 0 2em;
    width: 70%;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .mid_wrap {
    padding: 0 1.5em;
    width: 80%;
    margin: 0 auto;
    min-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .mid_wrap {
    padding: 0 1.3em;
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
}
.nar_wrap {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .nar_wrap {
    padding: 0 1.3em;
  }
}
#info {
  z-index: 1000;
  position: fixed;
  padding: 0.2em 1em;
  right: 5%;
  bottom: 5%;
  z-index: 3;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #info {
    right: 50%;
    transform: translateX(50%);
    bottom: 2%;
  }
}
#info > .inner {
  background-color: #000;
  box-shadow: 0 0 0 2px #86afe8;
  text-align: center;
  position: relative;
}

#info .info_wrap {
  padding: 0.3em 1em;
  font-size: 0.6em;
  font-weight: bold;
  white-space: nowrap;
}

#info #info_inner {
  visibility: hidden;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s;
  padding: 0 1em;
  height: 0px;
}

#info #info_inner.open {
  visibility: visible;
  padding: 2em 1em;
  height: auto;
  transition: all 0.3s;
}

#info #info_inner ul {
  margin: 1em 0 1em 2em;
}

#info #info_inner ul li {
  margin-bottom: 0.3em;
  list-style: disc;
}

#info h1 {
  line-height: 1;
  position: relative;
}

#info h1:before {
  content: "!";
  text-align: center;
  line-height: 1.2;
  font-size: 100%;
  font-weight: bold;
  background-color: #f26838;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  color: #00245f;
  position: absolute;
  left: 0;
  top: 0;
}

#info h1:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 1.2;
  font-size: 100%;
  font-weight: bold;
  width: 1.2em;
  height: 1.2em;
  color: #00245f;
  position: absolute;
  right: 0;
  top: 0;
}

#kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-height: 600px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #kv {
    min-height: 900px;
  }
}
#kv .parallax-flower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: url(../images/layer.png);
  background-size: 120% auto;
  background-position: 40% center;
  background-repeat: no-repeat;
  opacity: 0.7;
  mix-blend-mode: screen;
  will-change: background-position;
}

@media screen and (max-width: 767px) {
  #kv .parallax-flower {
    background-size: cover;
    background-position: 30% center;
  }
}
#kv > .inner {
  position: relative;
  z-index: 2;
  height: 100%;
}

#kv .logo_wrap {
  display: none;
}

#kv .logo {
  width: 30%;
  height: auto;
  max-width: 800px;
  position: absolute;
  top: 10%;
  left: 4%;
  filter: drop-shadow(0.1em 0.1em 0.3em #585252);
  opacity: 1;
  visibility: visible;
  will-change: opacity, transform;
}

#kv .logo.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  #kv .logo {
    width: 60%;
    top: 10%;
    left: 10%;
    filter: drop-shadow(0.1em 0.1em 0.3em #585252);
  }
}
#kv .logo .companyLogo {
  width: 64%;
  margin: 0 auto;
}

#kv .copy {
  width: 30%;
  height: auto;
  max-width: 150px;
  position: absolute;
  transform: translateX(-50%);
  top: 20%;
  left: 80%;
}

@media screen and (max-width: 767px) {
  #kv .copy {
    max-width: 100px;
    top: 30%;
    left: 80%;
  }
}
#kv .bottom {
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 10%;
  filter: drop-shadow(0.1em 0.1em 0.2em #000);
  opacity: 1;
  visibility: visible;
  will-change: opacity, transform;
}

#kv .bottom.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  #kv .bottom {
    left: 10%;
    bottom: 15%;
    font-size: 100%;
  }
}
#kv .bottom .bottomLogo {
  width: 54%;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #kv .bottom .bottomLogo {
    width: 64%;
    margin-bottom: 0.5em;
  }
}
#kv.bg_kv {
  z-index: 0;
  background-image: url(../images/kv.jpg);
  background-position: 40% center;
  background-size: 120% auto;
  background-repeat: no-repeat;
  transition: background-position 0.1s ease;
}

@media screen and (max-width: 767px) {
  #kv.bg_kv {
    background-image: url(../images/kv_sp.jpg);
    background-size: cover;
    background-position: 50% center;
  }
}
.termend {
  background-color: rgba(0, 0, 0, 0.7803921569);
  border: 1px solid #fff;
  padding: 1em;
  display: none;
}

.termend.pc {
  position: absolute;
  right: 1em;
  bottom: 8em;
}

@keyframes layermove {
  0% {
    transform: translate(-0.5em, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-0.5em, 0);
  }
}
#copytext {
  padding: 3em 0 0;
}

#copytext .hash {
  color: #86afe8;
}

#copytext .hash span {
  margin: 0 0.5em;
  white-space: nowrap;
  display: inline-block;
}

#section1 {
  position: relative;
  z-index: inherit;
}

#section1 > .inner {
  position: relative;
  z-index: 100;
}

#section1 .bg_img {
  position: absolute;
  z-index: 2;
  width: 36vw;
  bottom: -4em;
  right: 0;
  max-height: inherit;
}

#section1 .contents_image {
  background-image: url(../images/contents.webp);
}

@media screen and (max-width: 767px) {
  #section1 .contents_image {
    padding-top: 50%;
  }
}
#section1 .contents_head_wrap {
  padding: 2em 0 0;
}

.app_button {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .app_button {
    width: 90%;
  }
}
.app_button a {
  padding: 1em;
}

#sns_icon {
  text-align: center;
}

#sns_icon a {
  width: 1.5em;
  margin: 0.3em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #sns_icon a {
    margin: 0.3em;
  }
}
#sns_icon .tw {
  width: 0.9em;
}

@media screen and (max-width: 767px) {
  #sns_icon .tw {
    width: 1.2em;
  }
}
#contents {
  padding-top: 2em;
}

#contents .contents_wrap {
  margin: auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #contents .contents_wrap {
    flex-direction: column;
  }
}
#contents .contents_wrap .contentsBox {
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  padding: 1.7em;
  width: 47%;
}

@media screen and (max-width: 767px) {
  #contents .contents_wrap .contentsBox {
    width: 100%;
    margin-bottom: 1.7em;
    padding: 1.5em;
  }
}
#contents .contents_wrap .contentsBox p {
  font-size: 0.55em;
}

@media screen and (max-width: 767px) {
  #contents h2 {
    text-align: center;
  }
}
#contents .contentsBox3 {
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  margin-top: 2.3em;
  padding: 1.7em 2em 1.7em 1.7em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #contents .contentsBox3 {
    width: calc(100% - 2em);
    flex-direction: column;
  }
}
#contents .contentsBox3 .contentsImg {
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #contents .contentsBox3 .contentsImg {
    order: 1;
    width: 100%;
    margin-top: 1em;
  }
}
#contents .contentsBox3 .eventName h2 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #contents .contentsBox3 .eventName {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  #contents .contentsBox3 .eventDate {
    order: 2;
    margin-top: 1em;
  }
  #contents .contentsBox3 .eventDate h2 {
    text-align: center;
  }
}
#campaign {
  padding-top: 2em;
}

#campaign .contentsBox {
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  margin-top: 4em;
  padding: 1.7em;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #campaign .contentsBox {
    width: calc(100% - 2em);
    padding: 2em 1.7em;
  }
}
#campaign .contentsBox .titleWrap {
  background-color: #b3a076;
  padding: 0.2em 0.7em;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#campaign .contentsBox .discountImg {
  width: 85%;
  margin: 1em auto;
}

@media screen and (max-width: 767px) {
  #campaign .contentsBox .discountImg {
    width: 95%;
    margin: 0.7em auto;
  }
}
#campaign .contentsBox .text {
  font-size: 0.7rem;
  margin-bottom: 0.5em;
}

#campaign .contentsBox .contentstitle {
  margin: 3em auto auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92%;
}

@media screen and (max-width: 767px) {
  #campaign .contentsBox .contentstitle {
    margin: 3em auto auto auto;
  }
}
#campaign .contentsBox .contentstitle .border {
  background-color: #ffffff;
  width: calc((100% - 25em) / 2);
  height: 1px;
}

#campaign .contentsBox .contentstitle p {
  font-weight: 700;
  padding: 0 5%;
}

#campaign .contentsBox .discountBox1 {
  margin-top: 0.5em;
  padding: 1.7em;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #campaign .contentsBox .discountBox1 {
    margin-top: 1em;
    padding: 0em;
    justify-content: center;
  }
}
#campaign .contentsBox .discountBox1 .contentsImg {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #campaign .contentsBox .discountBox1 .contentsImg {
    width: 48%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  #campaign .contentsBox .discountBox1 .contentsImg:nth-child(2n-1):nth-of-type(-n + 4) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  #campaign .contentsBox .discountBox1 .contentsImg:nth-child(2) {
    margin: 0 5%;
  }
  #campaign .contentsBox .discountBox1 .contentsImg:nth-child(n+4) {
    margin-top: 1.5em;
  }
  #campaign .contentsBox .discountBox1 .contentsImg:nth-child(4) {
    margin-right: 5%;
  }
}
#campaign .contentsBox .discountBox2 {
  margin-top: 0.5em;
  padding: 1.7em;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #campaign .contentsBox .discountBox2 {
    margin-top: 1em;
    padding: 0em;
    justify-content: center;
  }
}
#campaign .contentsBox .discountBox2 .contentsImg {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #campaign .contentsBox .discountBox2 .contentsImg {
    width: 48%;
    margin-top: 6%;
  }
}
@media screen and (max-width: 767px) {
  #campaign .contentsBox .discountBox2 .contentsImg:nth-child(2n-1) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  #campaign .contentsBox .discountBox2 .contentsImg:nth-child(2) {
    margin: 0 5%;
  }
  #campaign .contentsBox .discountBox2 .contentsImg:nth-child(n+4) {
    margin-top: 1.5em;
  }
  #campaign .contentsBox .discountBox2 .contentsImg:nth-child(5) {
    margin: 1.5em 5% 0 5%;
  }
}
#campaign .contentsBox .attension {
  padding: 0.5em 1.7em;
}

#campaign .contentsBox .attension .attensionText {
  font-size: 0.3em;
}

@media screen and (max-width: 767px) {
  #campaign .contentsBox .attension {
    margin-top: 2em;
    padding: 0.3em 0;
  }
}
#contentsWrap {
  padding-top: 3em;
}

#contentsWrap .contentsWrapTitle {
  padding: 1em 0;
}

#contentsWrap .title {
  margin-top: 3em;
}

#contentsWrap .contentsWrap {
  margin-top: 1.3em;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #contentsWrap .contentsWrap {
    display: block;
  }
}
#contentsWrap .contentsWrap .contentsColumn {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #contentsWrap .contentsWrap .contentsColumn {
    width: 100%;
    margin-top: 1.7em;
  }
}
#contentsWrap .contentsWrap .contentsColumn .contentsTitle {
  margin-top: 0.7em;
}

#contentsWrap .contentsWrap .contentsColumn .contentsImage {
  width: 100%;
  aspect-ratio: 5/3;
}

@media screen and (max-width: 767px) {
  #contentsWrap .contentsWrap .contentsColumn .contentsImage {
    width: 100%;
  }
}
#contentsWrap .contentsWrap .contentsColumn .contentsImage img {
  border-radius: 0.5em;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contentsWrap .contentsWrap .contentsColumn2 {
  justify-content: left;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #contentsWrap .contentsWrap .contentsColumn2 {
    display: block;
  }
}
#contentsWrap .contentsWrap .contentsColumn2 .contentsImage {
  width: 47%;
  aspect-ratio: 5/3;
  margin-right: 3em;
}

@media screen and (max-width: 767px) {
  #contentsWrap .contentsWrap .contentsColumn2 .contentsImage {
    width: 100%;
    margin-right: 0em;
  }
}
#contentsWrap .contentsWrap .contentsColumn2 .contentsImage img {
  border-radius: 0.5em;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #contentsWrap .contentsWrap .contentsColumn2 .contentsTitle {
    margin-top: 1em;
  }
}
#about {
  padding-top: 3em;
}

#about .contents_wrap > .inner {
  overflow: hidden;
}

#about .text_wrap {
  font-size: 0.8em;
}

#about .text_wrap .head {
  color: #86afe8;
  letter-spacing: 0.2em;
  font-weight: bold;
  min-width: 7em;
}

#access {
  padding-top: 5em;
}

#access .text_wrap {
  font-size: 0.8em;
}

#access .text_wrap .head {
  color: #86afe8;
  letter-spacing: 0.2em;
  font-weight: bold;
  min-width: 7em;
}

#access .map {
  background-image: url(../images/map.jpg);
  position: relative;
}

#access .map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(134, 175, 232, 0.2);
  mix-blend-mode: color;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #access .map {
    padding-top: 50%;
  }
}
#section4 {
  padding: 3em 0;
}

#section3 h1 {
  color: #86afe8;
}

.footer {
  padding: 2em 0 4em;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer h1 {
  color: #fff;
}

.footer .companyName {
  color: #fff;
}

.footer .bg_img {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 1920px;
  bottom: 0;
  left: 0;
  max-height: inherit;
}

.footer .title_wrap {
  margin-top: 3em;
  margin-bottom: 1em;
}

.footer .logo_wrap {
  width: 6em;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .footer .logo_wrap {
    width: 4em;
    margin-bottom: 0.2em;
  }
}
.footer .text {
  color: #fff;
  padding: 0 1em;
  font-size: 0.7rem;
  margin-bottom: 0.5em;
}

.footer .copy {
  color: #fff;
}

.remodal {
  background: none;
  padding: 0;
}

.remodal li {
  list-style: disc;
  margin-left: 1.5em;
}

.remodal-close {
  color: #86afe8;
  position: relative;
  width: unset;
  height: unset;
  font-size: 0.8em;
  display: inline-block;
  margin: 0 auto;
  margin-top: 2em;
  vertical-align: middle;
}

.remodal-close:hover, .remodal-close:focus {
  color: #fff;
}

.remodal-close img {
  height: 1em;
  display: inline-block;
  width: unset;
  vertical-align: middle;
  fill: #86afe8;
}

.remodal-close p {
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.remodal-close:before {
  content: "";
  display: none;
}

.remodal-close:after {
  content: "";
  display: none;
}