@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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;
  --clr-black: #000;
  --clr-white: #fff;
  --clr-bg-gray: #edeff0;
  --clr-blue: #0068b7;
  --clr-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 .main .content__wrapper__inner .main-content .article {
  color: #000;
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner {
  width: 100%;
  background: #fff;
  padding: 60px;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 1000px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .ticket-area__inner {
    padding: 50px 20px;
  }
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner h2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .ticket-area__inner h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 22px;
  }
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  height: 4px;
  width: 60px;
  background: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .ticket-area__inner h2::after {
    height: 2px;
    width: 40px;
  }
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl {
  display: flex;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl {
    flex-direction: column;
  }
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl.mt {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl.mt {
    margin-top: 15px;
  }
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl dt {
  min-width: 250px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl dt {
    font-size: 14px;
    padding: 0;
  }
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl dt .title-area {
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  background: var(--red);
  width: fit-content;
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl dd {
  margin-top: 10px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl dd {
    margin-top: 0;
    font-size: 14px;
  }
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl dd .ticket-name {
  font-weight: bold;
}
html body .main .content__wrapper__inner .main-content .article .ticket-area__inner dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

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