@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap");
@font-face {
  font-family: 'Glacial';
  src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Glacial';
  font-weight: bold;
  src: url("../fonts/GlacialIndifference-Bold.otf") format("opentype");
}

.container {
  padding-left: 36px;
  padding-right: 36px;
}

@media (max-width: 350px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}

h1 {
  font-size: 20px;
}

button {
  outline: none !important;
}

body {
  color: #474544;
  font-size: 16px;
}

.no-overflow {
  overflow: hidden;
}

.sns-bottom {
  padding: 20px 0 10px;
  background-color: #474544;
  text-align: center;
}

.sns-bottom a {
  display: inline-block;
  margin: 0 5px;
}

.sns-bottom a img {
  height: 30px;
}

::selection {
  background-color: #851B06;
  color: #fff;
}

.link-btn {
  display: block;
  height: 42px;
  line-height: 40px;
  width: 100%;
  max-width: 240px;
  border-radius: 21px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 2px 3px #00000029;
  border: none;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.link-btn:hover, .link-btn:active {
  color: inherit;
  outline: none;
}

.link-btn__center {
  margin-left: auto;
  margin-right: auto;
}

.link-btn__w-sm {
  width: 120px;
}

.link-btn__w-md {
  width: 180px;
}

.link-btn__no-shadow {
  box-shadow: none;
}

.link-btn__primary {
  background-color: #851B06;
  color: white;
}

.link-btn__primary:hover, .link-btn__primary:active {
  color: white;
}

.link-btn__secondary {
  background-color: white;
  color: #851B06;
}

.link-btn__secondary:hover, .link-btn__secondary:active {
  color: #851B06;
}

.link-btn__disabled {
  background-color: #EFEFEF;
  color: #474544;
}

select,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"] {
  background-color: white;
  border: none;
  border-bottom: 1px solid #CDCDCD;
  width: 100%;
  padding-bottom: 10px;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.03, 1.01);
}

select:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  outline: none;
  border-bottom: 1px solid #851B06;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
  font-size: 12px;
  font-weight: bold;
}

.hwds {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.hwds._true {
  opacity: 0;
}

.other-btn {
  font-size: 14px;
  color: #474544;
  text-decoration: none;
}

.other-btn:hover {
  color: inherit;
}

.avatar-select {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  margin-bottom: 20px;
}

.avatar-select input {
  display: none;
}

.avatar-select img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.form-set {
  margin-bottom: 30px;
}

.form-set label {
  margin-bottom: 5px;
}

.form-set--error input[type="text"],
.form-set--error input[type="number"],
.form-set--error input[type="password"],
.form-set--error input[type="email"],
.form-set--error input[type="search"] {
  border-color: red;
  color: red;
}

.form-set--error sub {
  color: red;
  margin-top: 8px;
  display: block;
}

._jp {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

h1.main-title {
  font-family: "Glacial";
  text-align: center;
  font-weight: bold;
  color: #851B06;
  margin-bottom: 20px;
}

p.body-text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

p.body-text ._impt {
  font-weight: bold;
  color: #851B06;
}

@media (max-width: 350px) {
  p.body-text {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
}

.content-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 154px);
  padding-bottom: 42px;
}

.content-top {
  padding-bottom: 42px;
}

.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .3s;
}

.header.header--up {
  top: -100px;
}

.header.header--solid {
  background-color: white;
  box-shadow: 0px 0px 2px #00000029;
}

.header.header--tp {
  background-color: transparent;
  box-shadow: none;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

.header__right {
  height: 24px;
}

.header__back {
  border: 0;
  background-color: transparent;
  outline: none !important;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.header__back i {
  font-size: 18px;
}

.header__back._icon-white {
  color: white;
}

.header__logo {
  height: 30px;
}

.header__logo g path {
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.header__logo._logo-white g path {
  fill: white;
}

.header__drawer-btn {
  padding: 0;
  cursor: pointer;
  width: 26px;
  height: 24px;
  background-color: transparent;
  border: none;
  text-align: center;
  outline: none !important;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
  position: relative;
}

.header__drawer-btn > div {
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #851B06;
  width: 100%;
  border-radius: 32px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.header__drawer-btn > div::after, .header__drawer-btn > div::before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 3px;
  width: 100%;
  background-color: #851B06;
  transform-origin: center;
  border-radius: 32px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.header__drawer-btn > div::after {
  bottom: -7px;
  left: 0;
}

.header__drawer-btn > div::before {
  top: -7px;
  left: 0;
}

.header__drawer-btn._active > div {
  background-color: transparent;
}

.header__drawer-btn._active > div::after, .header__drawer-btn._active > div::before {
  background-color: white;
}

.header__drawer-btn._active > div::after {
  transform: rotate(45deg);
  bottom: 0;
}

.header__drawer-btn._active > div::before {
  transform: rotate(-45deg);
  top: 0;
}

.drawer {
  position: fixed;
  z-index: 98;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #851B06;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.03, 1.01);
}

.drawer__sc {
  min-height: calc(100vh - 60px);
}

.drawer__link {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-top: 84px;
}

.drawer__link li {
  margin-bottom: 34px;
}

@media (max-width: 350px) {
  .drawer__link li {
    margin-bottom: 20px;
  }
}

.drawer__link li a {
  font-family: "Glacial";
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.drawer._show {
  right: 0;
}

.footer p {
  font-size: 12px;
  color: white;
  margin-bottom: 0;
}

@media (max-width: 350px) {
  .footer p {
    font-size: 10px;
  }
}

.footer--home .footer__bottom {
  background-color: #851B06;
  padding: 8px 0 7px;
  text-align: center;
}

.footer--main .footer__bottom {
  background-image: url("../img/misc/footer-grd.svg");
  height: 60px;
  background-size: auto 60px;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

.footer--main .footer__bottom p {
  margin-bottom: 7px;
}

.footer--flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/*# sourceMappingURL=style.css.map */
table tr td span.block {
  color: #FFF;
  background-color: #333;
}
table tr td span {
  border: 1px solid #333;
  border-radius: 50%;
  padding: 1px 8px;
  margin: 0 5px;
  margin-bottom: 0 !important;
}
._notes table tr 
{
  border: 1px solid #000;
}
.one-line
{
  display: block;
  width: 100%;
}
._sheets p 
{
  margin-bottom: 0 !important;
}
._sheets p strong
{
  border-bottom: 1px solid black;
  padding-bottom: 1px;
}

#main.register .card-wrapper.tryoutSection {
  max-width: 400px;
  width: 100%;
  margin: 67px auto 0;
}

@media screen and (max-width: 767px) {
  .content-top {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 540px) {
  #main {
    min-height: calc(100vh - 94px) !important;
  }
}