:root {
  --h-ff-root: "TikTok Sans", sans-serif;
  --h-ff-ttl: "TikTok Sans", sans-serif;
  --h-lh: 1.2;
  --h-fw-root: 400;
  --h-fs-root: 10px;
  --h-fs: 1.4rem;
  --h-fs-h1: 2.4rem;
  --h-fs-h2: 2.2rem;
  --h-fs-h3: 2rem;
  --h-fs-h4: 1.8rem;
  --h-fs-h5: 1.6rem;
  --h-fs-h6: 1.4rem;
  --hc-primary: #fe2c55;
  --hc-01: #232323;
  --hc-02: #2cf5ee;
  --hc-03: #b1b3b3;
  --hc-04: #1e1e1e;
  --hc-05: #25f4ee;
  --hc-06: #edd4b2;
  --hc-07: #747474;
  --hc-08: #d9d9d9;
  --hbg-root: #000;
  --hc-root: #fff;
}

* {
  outline: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--hbg-root);
  color: var(--hc-root);
  font-size: var(--h-fs);
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}

label,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: 0;
}

form {
  width: 100%;
}

strong {
  font-weight: 700;
}

@media only screen and (max-width: 1199.98px) {
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  font-family: var(--h-ff-root);
  font-size: var(--h-fs-root);
  line-height: var(--h-lh);
}

body {
  font-family: var(--h-ff-root);
  font-weight: var(--h-fw-root);
  line-height: var(--h-lh);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: var(--h-lh);
}

h1 {
  font-size: var(--h-fs-h1);
}

h2 {
  font-size: var(--h-fs-h2);
}

h3 {
  font-size: var(--h-fs-h3);
}

h4 {
  font-size: var(--h-fs-h4);
}

h5 {
  font-size: var(--h-fs-h5);
}

h6 {
  font-size: var(--h-fs-h6);
}

.h-img--cover {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  transition: translate 0.3s;
}

.h-img--contain {
  height: 100%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  transition: translate 0.3s;
}

.w-100p {
  width: 100% !important;
}

.w-50p {
  width: 50% !important;
}

.w-25p {
  width: 25% !important;
}

.w-540 {
  width: 540px !important;
}

.w-265 {
  width: 265px !important;
}

.w-250 {
  width: 250px !important;
}

.w-200 {
  width: 200px !important;
}

.w-150 {
  width: 150px !important;
}

.w-125 {
  width: 125px !important;
}

.w-120 {
  width: 120px !important;
}

.w-100 {
  width: 100px !important;
}

.w-75 {
  width: 75px !important;
}

.w-50 {
  width: 50px !important;
}

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

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

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

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

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

.mb-15 {
  margin-bottom: 15px !important;
}

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

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

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

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

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

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

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

.h-container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 16px;
}

.h-box {
  background-color: var(--hc-01);
  border-radius: 33px;
  margin-bottom: 70px;
  padding: 73px 20px;
  text-align: center;
}
.h-box__inner {
  max-width: 1095px;
  margin-inline: auto;
  text-align: left;
  width: 100%;
}
.h-box__wrap {
  margin-top: 80px;
  text-align: center;
}

.xl-block {
  display: none;
}

.xxl-inline {
  display: inline;
}

@media only screen and (max-width: 1199.98px) {
  .h-box {
    border-radius: 8px;
    margin-bottom: 20px;
    padding-block: 28px;
  }
  #creator-submit-event .h-box {
    padding-block: 20px;
  }
  .h-box__wrap {
    margin-top: 30px;
  }
  .xl-block {
    display: block;
  }
  .xxl-inline {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
.he-btn--primary {
  background-color: var(--hc-primary);
  align-items: center;
  border-radius: 100vw;
  color: var(--hc-root);
  display: inline-flex;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  height: 66px;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
  width: 193px;
}
.he-btn--primary:hover {
  background-color: var(--hc-02);
  color: var(--hc-01);
  cursor: pointer;
}
.he-btn--primary.is-submitting {
  font-size: 0;
  pointer-events: none;
  position: relative;
}
.he-btn--primary.is-submitting::before {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--hc-root);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  animation: rotate 0.8s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.he-btn--sticky {
  background-color: var(--hc-primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 20px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s, color 0.3s;
}
.he-btn--sticky:hover {
  background-color: var(--hc-02);
  color: var(--hc-01);
  cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
  .he-btn--primary {
    font-size: 1.2rem;
    height: 30px;
    width: 100px;
  }
  .he-btn--sticky {
    font-size: 1.2rem;
    padding: 5px 15px;
  }
}
.he-radio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.he-radio li {
  margin-bottom: 10px;
  position: relative;
}
.he-radio li:last-child {
  margin-bottom: 0;
}
.he-radio label {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: inline-block;
  font-size: 2.4rem;
  padding-left: 36px;
  position: relative;
  transition: color 0.3s;
}
.he-radio label::before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 21px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 2px;
  transition: border-color 0.3s;
  width: 21px;
}
.he-radio label::after {
  background-color: var(--hc-primary);
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 13px;
  left: 5px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 7px;
  transition: opacity 0.3s;
  width: 13px;
}
.he-radio label:hover {
  color: var(--hc-root);
}
.he-radio input {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.he-radio input:checked + label {
  color: var(--hc-root);
}
.he-radio input:checked + label::after {
  opacity: 1;
}
.he-radio--choose {
  align-items: center;
  background-color: var(--hc-04);
  border-radius: 100vw;
  -moz-column-gap: 35px;
       column-gap: 35px;
  display: flex;
  height: 90px;
  justify-content: center;
}
.he-radio--choose li {
  margin-bottom: 0;
}
.he-radio--choose label {
  padding-left: 0;
  padding-top: 35px;
}
.he-radio--choose label::after, .he-radio--choose label::before {
  left: 50%;
  transform: translateX(-50%);
}
.he-radio--group {
  background-color: var(--hc-04);
  border-radius: 100vw;
  -moz-column-gap: 50px;
       column-gap: 50px;
  display: flex;
  height: 130px;
  justify-content: center;
  padding-top: 24px;
}
.he-radio--group li {
  margin-bottom: 0;
}
.he-radio--group label {
  padding-left: 0;
  padding-top: 35px;
  text-align: center;
}
.he-radio--group label::after, .he-radio--group label::before {
  left: 50%;
  transform: translateX(-50%);
}
.he-radio--quest {
  align-items: center;
  background-color: var(--hc-04);
  border-radius: 100vw;
  -moz-column-gap: 50px;
       column-gap: 50px;
  display: flex;
  height: 70px;
  justify-content: center;
}
.he-radio--quest li {
  margin-bottom: 0;
}
.he-radio--quest label {
  height: 23px;
  font-size: 0;
  padding-left: 0;
  padding-top: 0;
  text-align: center;
  width: 23px;
}
.he-radio--quest label::before {
  position: relative;
  left: 0;
  top: 0;
}
.he-radio--quest label::after {
  left: 5px;
  top: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .he-radio label {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .he-radio label::before {
    height: 9px;
    width: 9px;
  }
  .he-radio label::after {
    height: 7px;
    left: 2px;
    top: 4px;
    width: 7px;
  }
  .he-radio--choose {
    align-items: flex-start;
    background-color: transparent;
    -moz-column-gap: 0;
         column-gap: 0;
    height: auto;
    position: relative;
    text-align: center;
  }
  .he-radio--choose::before {
    background-color: var(--hc-04);
    border-radius: 100vw;
    content: "";
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .he-radio--choose li {
    width: 20%;
  }
  .he-radio--choose label {
    padding-left: 0;
    padding-top: 37px;
  }
  .he-radio--choose label::before {
    top: 10px;
  }
  .he-radio--choose label::after {
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
  }
  .he-radio--group {
    align-items: flex-start;
    background-color: transparent;
    -moz-column-gap: 14px;
         column-gap: 14px;
    height: auto;
    padding-top: 0;
    position: relative;
    text-align: center;
  }
  .he-radio--group::before {
    background-color: var(--hc-04);
    border-radius: 100vw;
    content: "";
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .he-radio--group label {
    padding-left: 0;
    padding-top: 37px;
  }
  .he-radio--group label::before {
    top: 10px;
  }
  .he-radio--group label::after {
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
  }
  .he-radio--quest {
    -moz-column-gap: 15px;
         column-gap: 15px;
    height: 23px;
  }
  .he-radio--quest li {
    display: inline-flex;
    height: 11px;
  }
  .he-radio--quest label {
    font-size: 0;
    height: 11px;
    padding-left: 0;
    width: 11px;
  }
  .he-radio--quest label::after {
    top: 2px;
  }
}
.he-checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
}
.he-checkbox li {
  margin-top: 50px;
  position: relative;
}
.he-checkbox label {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: inline-block;
  font-size: 2.4rem;
  padding-left: 36px;
  position: relative;
  transition: color 0.3s;
}
.he-checkbox label::before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 23px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 2px;
  transition: border-color 0.3s;
  width: 23px;
}
.he-checkbox label::after {
  background-color: var(--hc-primary);
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 15px;
  left: 5px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 7px;
  transition: opacity 0.3s;
  width: 15px;
}
.he-checkbox label:hover {
  color: var(--hc-root);
}
.he-checkbox input {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.he-checkbox input:checked + label {
  color: var(--hc-root);
}
.he-checkbox input:checked + label::after {
  opacity: 1;
}
@media only screen and (max-width: 1199.98px) {
  .he-checkbox li {
    margin-top: 20px;
  }
  .he-checkbox label {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .he-checkbox label::before {
    height: 9px;
    width: 9px;
  }
  .he-checkbox label::after {
    height: 7px;
    left: 2px;
    top: 4px;
    width: 7px;
  }
}
.he-textbox {
  background-color: var(--hc-01);
  border: 1px solid var(--hc-root);
  border-radius: 100vw;
  color: var(--hc-root);
  font-size: 2.4rem;
  height: 48px;
  padding: 14px 44px;
  transition: border-color 0.3s;
  width: 100%;
}
.he-textbox ::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.he-textbox ::placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.he-textbox ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.he-textbox :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.he-textbox ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.he-textbox :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.he-textbox ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1199.98px) {
  .he-textbox {
    font-size: 1.6rem;
    height: 28px;
    padding: 6px 10px;
  }
}
.he-textarea {
  background-color: var(--hc-01);
  border: none;
  border-bottom: 1px solid var(--hc-root);
  color: var(--hc-root);
  font-size: 2.4rem;
  margin-top: 50px;
  min-height: 33px;
  overflow: hidden;
  resize: none;
  transition: border-color 0.3s;
  width: 100%;
}
.he-textarea ::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.he-textarea ::placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.he-textarea ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.he-textarea :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.he-textarea ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.he-textarea :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.he-textarea ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1199.98px) {
  .he-textarea {
    font-size: 1.6rem;
    min-height: 12px;
    margin-top: 20px;
  }
}

.he-headline--primary {
  color: var(--hc-06);
  font-size: 9.2rem;
  font-weight: 700;
  margin-block: 0 70px;
  text-align: center;
}
.he-headline--primary span {
  display: block;
  font-size: 4rem;
}
.he-headline--small {
  color: var(--hc-06);
  font-size: 5rem;
  margin-block: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .he-headline--primary {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .he-headline--primary span {
    font-size: 1.6rem;
  }
  .he-headline--small {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.hc-banner__img {
  height: auto;
  width: 100%;
}
.hc-note {
  background-color: var(--hc-primary);
  color: var(--hc-root);
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 80px;
  padding-block: 40px;
  text-align: center;
}
.hc-note__img {
  border-radius: 34px;
  height: auto;
  width: 100%;
}
.hc-note__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.62;
  margin-block: 0 5px;
  text-align: center;
}
.hc-note__dresscode {
  align-items: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.hc-note__dresscode li {
  background-color: var(--hc-primary);
  border-radius: 50%;
  display: inline-block;
  height: 95px;
  width: 95px;
}
.hc-note__dresscode li:nth-child(2) {
  background-color: var(--hc-02);
}
.hc-note__dresscode li:nth-child(3) {
  background-color: var(--hc-root);
}
.hc-note__dresscode li:last-child {
  background-color: var(--hbg-root);
  border: 1px solid var(--hc-root);
}
.hc-note__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-note__list li {
  background-color: var(--hc-04);
  border-radius: 100vw;
  color: var(--hc-root);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 24px 84px 24px 214px;
  position: relative;
  text-align: center;
  width: 100%;
}
.hc-note__list span {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  left: 56px;
  position: absolute;
  top: 0;
  width: 92px;
}
.hc-note__list img {
  height: 68px;
  width: auto;
}
@media only screen and (max-width: 1199.98px) {
  .hc-note {
    font-size: 1.2rem;
    margin-bottom: 30px;
    padding: 10px 12px;
    text-align: left;
  }
  .hc-note__img {
    border-radius: 8px;
  }
  .hc-note__ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .hc-note__dresscode {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .hc-note__dresscode li {
    height: 24px;
    width: 24px;
  }
  .hc-note__list li {
    border-radius: 8px;
    font-size: 1.2rem;
    margin-bottom: 7px;
    padding: 8px 11px 8px 70px;
  }
  .hc-note__list span {
    left: 18px;
    width: 30px;
  }
  .hc-note__list img {
    height: auto;
    width: 30px;
  }
}
.hc-footer {
  margin-top: 160px;
}
#thank-you .hc-footer {
  display: none;
}
.hc-footer::after {
  background-color: var(--hc-primary);
  content: "";
  display: block;
  height: 66px;
  margin-top: 58px;
}
.hc-footer__container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.hc-footer__nav {
  align-items: center;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.hc-footer__nav a {
  color: var(--hc-03);
  font-size: 1.6rem;
  line-height: 1;
  transition: color 0.3s;
  text-decoration: none;
}
.hc-footer__nav a:hover {
  color: var(--hc-root);
  text-decoration: none;
}
.hc-footer__social {
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  display: flex;
  justify-content: flex-end;
}
.hc-footer__social a {
  text-decoration: none;
}
.hc-footer__social a:hover {
  color: var(--hc-root);
  text-decoration: none;
}
.hc-footer__social a:hover img {
  filter: brightness(0) invert(1);
}
.hc-footer__social img {
  height: auto;
  transition: filter 0.3s;
  width: 16px;
}
.hc-footer__info {
  align-items: flex-end;
  color: var(--hc-03);
  display: inline-flex;
  font-size: 1.6rem;
  line-height: 1;
  gap: 8px;
}
.hc-footer__info img {
  height: auto;
  width: 85px;
}
.hc-footer__copy {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .hc-footer {
    margin-top: 60px;
  }
  .hc-footer::after {
    height: 20px;
    margin-top: 10px;
  }
  .hc-footer__nav {
    display: none;
  }
  .hc-footer__copy {
    color: var(--hc-03);
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
  }
  .hc-footer__info {
    font-size: 1rem;
  }
  .hc-footer__info img {
    width: 30px;
  }
}
.hc-form__step {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease, translate 0.4s ease;
  translate: 0 30px;
}
.hc-form__step.is-active {
  display: block;
}
.hc-form__step.is-show {
  opacity: 1;
  translate: 0 0;
}
.hc-form__row {
  margin-bottom: 80px;
}
.hc-form__row:last-child {
  margin-bottom: 0;
}
.hc-form__row.is-error .he-textarea,
.hc-form__row.is-error .he-textbox {
  border-color: var(--hc-primary);
}
.hc-form__row.is-error .he-checkbox label::before,
.hc-form__row.is-error .he-radio label::before {
  border-color: var(--hc-primary);
}
.hc-form__ttl {
  color: var(--hc-primary);
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  margin-block: 0 20px;
}
.hc-form__ttl em {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-style: normal;
  font-size: 2rem;
  margin-top: 20px;
  font-weight: 300;
}
.hc-form__ttl small {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
}
.hc-form__box {
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  display: flex;
  margin-bottom: 30px;
}
.hc-form__box:nth-child(2) {
  align-items: flex-end;
}
.hc-form__box::last-child {
  margin-bottom: 0;
}
.hc-form__box.is-error .he-textarea,
.hc-form__box.is-error .he-textbox {
  border-color: var(--hc-primary);
}
.hc-form__box.is-error .he-checkbox label::before,
.hc-form__box.is-error .he-radio label::before {
  border-color: var(--hc-primary);
}
.hc-form__col:first-child {
  flex: 1;
}
.hc-form__col:last-child {
  width: 410px;
}
.hc-form__note {
  color: var(--hc-root);
  font-size: 2rem;
  font-weight: 300;
}
.hc-form__quest {
  color: var(--hc-root);
  font-size: 2.4rem;
  font-weight: 400;
  margin-block: 0;
}
.hc-form__point {
  align-items: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-form__point li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  width: 23px;
}
@media only screen and (max-width: 1199.98px) {
  .hc-form__ttl {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .hc-form__ttl em {
    font-size: 1rem;
    margin-top: 5px;
  }
  .hc-form__ttl small {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .hc-form__row {
    margin-bottom: 30px;
  }
  .hc-form__note {
    font-size: 1rem;
  }
  .hc-form__quest {
    font-size: 1.2rem;
  }
  .hc-form__col:last-child {
    width: 143px;
  }
  .hc-form__point {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .hc-form__point li {
    font-size: 1.2rem;
    width: 12px;
  }
}
.hc-toash {
  display: flex;
  flex-direction: column-reverse;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
.hc-toash__item, .hc-toash__item--error, .hc-toash__item--success, .hc-toash__item--info, .hc-toash__item--warning {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-width: 300px;
  margin-top: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transform: translateX(100%);
  visibility: hidden;
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
}
.hc-toash__item.init, .init.hc-toash__item--error, .init.hc-toash__item--success, .init.hc-toash__item--info, .init.hc-toash__item--warning {
  opacity: 1;
  visibility: visible;
}
.hc-toash__item.show, .show.hc-toash__item--error, .show.hc-toash__item--success, .show.hc-toash__item--info, .show.hc-toash__item--warning {
  transform: translateX(0);
}
.hc-toash__item--warning {
  border-bottom: 3px solid #FBC02D;
}
.hc-toash__item--info {
  border-bottom: 3px solid #0288D1;
}
.hc-toash__item--success {
  border-bottom: 3px solid #388E3C;
}
.hc-toash__item--error {
  border-bottom: 3px solid #D32F2F;
}
.hc-toash__ttl {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.hc-toash__content {
  color: #444;
  font-size: 1.4rem;
  line-height: 1.3;
}
.hc-toash__btn {
  border: 1px solid #eaeaea;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  pointer-events: visible;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  transition: background-color 0.3s;
  visibility: hidden;
  width: 20px;
}
.hc-toash__btn::before, .hc-toash__btn::after {
  background-color: #212121;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.3s;
  width: 10px;
}
.hc-toash__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-toash__btn:hover {
  background-color: #D32F2F;
  cursor: pointer;
}
.hc-toash__btn:hover::before, .hc-toash__btn:hover::after {
  background-color: #fff;
}

.hc-thank-you {
  height: 100vh;
  width: 100vw;
}
.hc-thank-you img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.hc-countdown {
  margin-top: 75px;
}
.hc-countdown__ttl {
  color: var(--hc-root);
  font-size: 4rem;
  line-height: 1.15;
  margin-bottom: 20px;
  text-align: center;
}
.hc-countdown__time {
  -moz-column-gap: 80px;
       column-gap: 80px;
  display: flex;
  justify-content: center;
}
.hc-countdown__time span {
  align-items: center;
  color: var(--hc-05);
  flex-direction: column;
  display: inline-flex;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
}
.hc-countdown__time span::after {
  color: var(--hc-root);
  content: attr(data-txt);
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .hc-countdown {
    margin-top: 20px;
  }
  .hc-countdown__ttl {
    font-size: 1.242rem;
  }
  .hc-countdown__ttl br {
    display: none;
  }
  .hc-countdown__time {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .hc-countdown__time span {
    font-size: 3.9rem;
  }
  .hc-countdown__time span::after {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.hc-timeline {
  margin-block: 105px 50px;
}
.hc-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-timeline__list li {
  align-items: flex-start;
  border-bottom: 1px solid var(--hc-07);
  -moz-column-gap: 110px;
       column-gap: 110px;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.hc-timeline__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hc-timeline__time {
  color: var(--hc-02);
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.05;
  padding-top: 15px;
  width: 190px;
}
.hc-timeline__content {
  color: var(--hc-root);
  font-size: 5rem;
  flex: 1;
  line-height: 1.2;
}
.hc-timeline__content span {
  color: var(--hc-primary);
  display: block;
  font-size: 3.6rem;
  margin-top: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .hc-timeline {
    margin-block: 30px 40px;
  }
  .hc-timeline li {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .hc-timeline__time {
    font-size: 1.2rem;
    padding-top: 4px;
    width: 80px;
  }
  .hc-timeline__content {
    font-size: 1.6rem;
  }
  .hc-timeline__content span {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.hc-carousel--profile .splide__arrow {
  background-color: transparent;
  border-radius: 0;
  height: 40px;
  opacity: 1;
  top: 35%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 40px;
}
.hc-carousel--profile .splide__arrow::before {
  background: url("../img/icon/i-arrow.svg") no-repeat center center/18px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hc-carousel--profile .splide__arrow svg {
  display: none;
}
.hc-carousel--profile .splide__arrow:hover {
  opacity: 0.7;
}
.hc-carousel--profile .splide__arrow--prev {
  left: 0;
}
.hc-carousel--profile .splide__arrow--next {
  right: 0;
}
.hc-carousel--profile .splide__arrow--next::before {
  transform: rotate(180deg);
}
.hc-carousel--profile .splide__pagination {
  -moz-column-gap: 37px;
       column-gap: 37px;
  margin-top: 72px;
  position: relative;
}
.hc-carousel--profile .splide__pagination__page {
  background-color: var(--hc-08);
  height: 21px;
  margin: 0;
  width: 21px;
}
.hc-carousel--profile .splide__pagination__page.is-active {
  background-color: var(--hc-primary);
  transform: scale(1);
}
@media only screen and (max-width: 1199.98px) {
  .hc-carousel--profile .splide__arrow {
    width: 20px;
  }
  .hc-carousel--profile .splide__arrow::before {
    background-size: 10px;
  }
  .hc-carousel--profile .splide__arrow--prev {
    left: -20px;
  }
  .hc-carousel--profile .splide__arrow--next {
    right: -20px;
  }
  .hc-carousel .splide__pagination, .hc-carousel--profile .splide__pagination {
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-top: 23px;
  }
  .hc-carousel .splide__pagination__page, .hc-carousel--profile .splide__pagination__page {
    height: 4px;
    width: 4px;
  }
}
.hc-profile__item {
  display: flex;
  flex-direction: column;
  min-height: 398px;
  padding-left: 436px;
  position: relative;
}
.hc-profile__avatar {
  left: 0;
  position: absolute;
  top: 0;
}
.hc-profile__avatar img {
  height: 398px;
  max-height: 398px;
  max-width: 408px;
  width: auto;
}
.hc-profile__name {
  border-bottom: 1px solid var(--hc-07);
  color: var(--hc-06);
  display: block;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.hc-profile__name em {
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
}
.hc-profile__info {
  color: var(--hc-06);
  font-size: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .hc-profile__info {
    font-size: 1.2rem;
  }
  .hc-profile__item {
    min-height: inherit;
    padding-left: 0;
  }
  .hc-profile__name {
    border-bottom: none;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding-bottom: 30px;
    text-align: left;
  }
  .hc-profile__name em {
    font-size: 1.2rem;
  }
  .hc-profile__avatar {
    position: relative;
  }
  .hc-profile__avatar img {
    height: 154px;
    width: 158px;
  }
  .hc-profile__head {
    align-items: flex-end;
    -moz-column-gap: 12px;
         column-gap: 12px;
    display: flex;
    margin-bottom: 8px;
  }
}
.hc-table {
  overflow-x: auto;
}
.hc-table table {
  border-collapse: collapse;
  border: 1px solid var(--hc-08);
  min-width: 1920px;
}
.hc-table th {
  background-color: var(--hc-primary);
  border: 1px solid var(--hc-08);
  color: var(--hc-root);
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}
.hc-table th:first-child {
  text-align: center;
  width: 30px;
}
.hc-table th:nth-child(2) {
  width: 125px;
}
.hc-table th:nth-child(3) {
  width: 125px;
}
.hc-table th:nth-child(4) {
  width: 175px;
}
.hc-table th:nth-child(5) {
  width: 135px;
}
.hc-table th:last-child, .hc-table th:nth-child(17) {
  width: 100px;
}
.hc-table td {
  border: 1px solid var(--hc-08);
  font-size: 1.2rem;
  padding: 5px;
}
.hc-table td:nth-child(11), .hc-table td:nth-child(12), .hc-table td:nth-child(13), .hc-table td:nth-child(14), .hc-table td:nth-child(15), .hc-table td:last-child, .hc-table td:first-child {
  text-align: center;
}
.hl--guests-form {
  overflow: hidden;
  min-height: 100vh;
  width: 100vw;
}
#report .hl--primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

/*# sourceMappingURL=guests-form.min.css.map*/