html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  position: relative;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #fff;
  background: #000;
  line-break: strict;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul, body ol {
  list-style: none;
}
body a:link, body a:visited, body a:active {
  color: #ff0;
}
body a:hover {
  color: #c00;
}

.home .contents {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  width: 600px;
  margin: auto;
}
@media (max-width: 600px) {
  .home .contents {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.home .contents .bg {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.home .contents .bg img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: initial;
  object-fit: cover;
}
.home .contents .bg2 {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 80%;
  bottom: 0;
  z-index: -1;
}
.home .contents .bg2 img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: initial;
  object-fit: cover;
}
.home .contents::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgba(0, 0, 0, 0.5);
}

header {
  background: #000;
  position: absolute;
  top: 0;
  margin-bottom: auto;
  width: 100%;
  display: flex;
  align-items: center;
}

header .btn-home {
  width: 14%;
  padding: 5px;
  margin-left: 5px;
}

header .btn-sns {
  margin-left: auto;
  margin-right: 70px;
  display: flex;
  justify-content: flex-end;
}
header .btn-sns > a {
  display: block;
  width: 10%;
  margin: 5px;
}

header .btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  min-height: 50px;
  height: 100%;
  padding: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .btn-menu svg {
  width: 40px;
}
header .btn-menu line {
  stroke: #000;
  stroke-width: 3;
}

.u-mg0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pd0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mg10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pd10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mg20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pd20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mg30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pd30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mg40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pd40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mg50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pd50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-logo {
  width: 60%;
  padding: 10vh 3vw;
  margin: auto;
}
.main-logo + p {
  font-size: 0.75rem;
}

.nav-entrance {
  display: flex;
  width: 90%;
}
.nav-entrance > a {
  display: block;
  width: 50%;
  text-align: center;
}
.nav-entrance > a > span {
  display: block;
  text-align: center;
}
.nav-entrance > a > span:nth-child(1) {
  font-family: serif;
  font-size: 2rem;
}
.nav-entrance a:link, .nav-entrance a:visited, .nav-entrance a:active {
  color: #fff;
  text-decoration: none;
}

/*# sourceMappingURL=andclub.css.map */
