@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html body {
  position: relative;
}
html body .is-split {
  display: inline-block;
  color: #ffffff;
  opacity: 0;
  transform: translate(-13px, 0);
}
@media screen and (max-width: 768px) {
  html body .is-split {
    transform: translate(-10px, 0);
  }
}
html body .organizer__inner-list--item {
  opacity: 0;
  transform: translate(-10px);
}
html body .first-split {
  display: inline-block;
  opacity: 0;
  transform: translate(-10px, -10px);
}
html body .main-text {
  opacity: 0;
  transform: translate(20px, 0);
}
html body .scroll-ticket {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 16px 28px 25px;
  overflow: hidden;
  font-weight: bold;
  visibility: hidden;
  background: var(--red);
  border: solid 2px var(--red);
  border-right: none;
  border-radius: 40px 0 0 40px;
  opacity: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all var(--transition);
  translate: 100% -50%;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
html body .scroll-ticket p {
  position: relative;
  z-index: 5;
  color: #fff;
  transition: all var(--transition);
}
html body .scroll-ticket .side-ticket {
  position: relative;
  z-index: 5;
  width: 26px;
  height: 18px;
  margin-bottom: 14px;
  fill: #fff;
  transition: all var(--transition);
  rotate: -15deg;
}
@media screen and (max-width: 950px) {
  html body .scroll-ticket .side-ticket {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  html body .scroll-ticket {
    top: auto;
    right: 50%;
    bottom: 25px;
    width: 230px;
    height: 50px;
    padding: 0;
    margin-right: 0;
    font-size: 15px;
    border-radius: 25px;
    writing-mode: horizontal-tb;
    translate: 50%;
  }
}
html body .scroll-ticket span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .scroll-ticket:hover p {
  color: var(--red);
}
html body .scroll-ticket:hover .side-ticket {
  fill: var(--red);
}
html body .scroll-ticket:hover span {
  width: 700px;
  height: 700px;
}
html body .scroll-ticket.is-active {
  visibility: visible;
  opacity: 1;
  translate: 0% -50%;
}
@media screen and (max-width: 768px) {
  html body .scroll-ticket.is-active {
    translate: 50%;
  }
}
html body .main .mv-bottom {
  position: relative;
}

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