@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #2C2F36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.bnr {
  display: none;
}

body.-res {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(222, 229, 235, 0.3)), to(rgba(222, 229, 235, 0.3))), #FFFFFF;
  background: linear-gradient(0deg, rgba(222, 229, 235, 0.3), rgba(222, 229, 235, 0.3)), #FFFFFF;
}

.mv {
  position: relative;
}

.mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__inner {
    top: 55%;
  }
}

.mv__heading {
  text-align: center;
  color: #fff;
  font-size: clamp(2.8125rem, 1.5441rem + 2.2549vw, 4.25rem);
  letter-spacing: 0.16em;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__heading {
    font-size: clamp(1.875rem, 1.553rem + 1.5152vw, 2.5rem);
  }
}

.mv__ja {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media print, screen and (max-width: 1023.9px) {
  .mv__ja {
    font-size: 15px;
  }
}

.main-body {
  padding-bottom: 170px;
  background-color: rgba(222, 229, 235, 0.75);
}
@media print, screen and (max-width: 1023.9px) {
  .main-body {
    padding-bottom: 60px;
  }
}
.main-body.-res {
  background: none;
  padding-top: 60px !important;
}
@media print, screen and (max-width: 1023.9px) {
  .main-body.-res {
    padding-top: 0px !important;
  }
}

.flow {
  margin-top: 10px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: rgba(187, 204, 219, 0.5);
}
@media print, screen and (max-width: 1023.9px) {
  .flow {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .flow__inner {
    margin-left: auto;
  }
}

.flow__heading {
  font-size: 24px;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .flow__heading {
    font-size: 20px;
  }
}

.flow__row {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .flow__row {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.table-area {
  padding-top: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .table-area {
    padding-top: 60px;
    margin-left: auto;
  }
}

.step-heading {
  font-size: 36px;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.step-heading.-res {
  margin-bottom: 14px;
  font-size: 22px;
}
@media print, screen and (max-width: 1023.9px) {
  .step-heading.-res {
    font-size: 19px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .step-heading {
    font-size: 20px;
  }
}

.step-heading__num {
  width: 100px;
  display: block;
  margin-right: -15px;
}
@media print, screen and (max-width: 1023.9px) {
  .step-heading__num {
    width: 80px;
    margin-right: 0px;
  }
}

.step-text {
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .step-text {
    margin-top: 30px;
    font-size: 14px;
  }
}

.table-venue:not(.-active) .table-wrap,
.table-equipment:not(.-active) {
  display: none;
}

.table-wrap {
  margin-top: 50px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1023.9px) {
  .table-wrap {
    margin-top: 30px;
  }
}

table.-mt {
  margin-top: 15px;
}

.table {
  border-collapse: collapse;
  width: 100%;
  background: #FFF;
  max-width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .table.-res {
    width: 600px;
    white-space: wrap;
    max-width: 600px;
    margin-inline: auto;
  }
}
.table thead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
}
.table tr {
  border: none;
}
.table th {
  padding-block: 10px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.01em;
  background-color: rgba(142, 176, 211, 0.8);
  position: relative;
  z-index: 0;
  line-height: 1.3;
}
@media print, screen and (min-width: 1024px) {
  .table th + th {
    border-left: 1px solid #fff;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .table th + th::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -0.5px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .table th:nth-of-type(odd)::before {
    left: -0.5px;
  }
}
.table td {
  font-size: 13px;
  text-align: center;
  padding-block: 20px;
}
.table.-s1 {
  margin-top: 10px;
}
.table.-s1.-nomt {
  margin-top: 0;
}
.table.-s1 th {
  padding: 0;
}
.table.-s1 td {
  border: 1px solid #ccc;
  line-height: 1.1;
}
.table.-s1 td.vl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0 4px;
}
@media print, screen and (max-width: 1023.9px) {
  .table {
    width: 1098px;
    white-space: nowrap;
    max-width: 1098px;
  }
  .table.-equip {
    width: 600px;
    white-space: wrap;
    max-width: 600px;
    margin-inline: auto;
  }
}

.-vl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  padding-block: 0 !important;
}
@media print, screen and (max-width: 1023.9px) {
  .-vl span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 1.6em;
    white-space: nowrap;
  }
}

.exName {
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  padding-block: 2px !important;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #ccc;
  background-image: url(../img/simulation/bg.webp);
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .exName span {
    -webkit-writing-mode: vertical-rl !important;
        -ms-writing-mode: tb-rl !important;
            writing-mode: vertical-rl !important;
    width: 1.6em;
    white-space: nowrap;
    text-align: center;
  }
}

.text-td {
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  text-align: center;
  background-color: #fff;
  padding-block: 20px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.text-td.-price {
  background-color: #DEE5EB;
}
.text-td.-price.-active {
  background-color: #fef9c2;
}
.text-td.-left {
  text-align: left;
  padding-left: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .text-td.-left {
    padding-left: 10px;
  }
}
.select-td {
  padding-block: 20px;
  text-align: center;
  position: relative;
  width: 122px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (max-width: 1023.9px) {
  .select-td {
    width: 80px;
  }
}
.select-td:has(select)::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03LjUgNC41TDQgOEwwLjUgNC41IiBzdHJva2U9IndoaXRlIi8+PC9zdmc+") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  z-index: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .select-td:has(select)::before {
    right: 8px;
    height: 6px;
    width: 6px;
  }
}
.select-td:has(select)::after {
  content: "";
  display: block;
  height: 100%;
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #1a5c9a;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media print, screen and (max-width: 1023.9px) {
  .select-td:has(select)::after {
    width: 20px;
  }
}

.select {
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select:selected, .select:checked {
  background-color: rgba(222, 229, 235, 0.75);
}
.select::-webkit-outer-spin-button, .select::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.select:is(select) {
  padding-right: 30px;
  cursor: pointer;
}

.table-cap {
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media print, screen and (max-width: 1023.9px) {
  .table-cap {
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.6;
  }
}

.table-cap {
  max-width: 1120px;
  margin-left: 350px;
}
@media print, screen and (max-width: 1023.9px) {
  .table-cap {
    margin-left: auto;
  }
}

:root {
  --border:#cecfd0;
  --head:#eaf0f7;
  --band:#f5f7f9;
  --highlight:#fff3b0;
  --bgnum:#dee5eb;
  --head-bg:rgba(142, 176, 211, 0.8); /* 見出しの青グレー */
  --head-bg2: rgba(142, 176, 211, 0.6); /* 下段見出しの薄め */
  --border2:#fff;
  --text:#0b2a3a;
}

.tabel-rel {
  position: relative;
}

@media print, screen and (max-width: 640px) {
  .table-wrap {
    overflow-x: scroll;
  }
}

.rate {
  border-collapse: collapse;
  width: 100%;
  background: #FFF;
  max-width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
@media print, screen and (max-width: 1023.9px) {
  .rate {
    width: 1100px;
    white-space: nowrap;
    max-width: 1100px;
  }
}

.rate th,
.rate td {
  border: 1px solid var(--border2);
  padding: 0.6rem 0rem;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  font-size: 11.5px;
  line-height: 1.35;
  white-space: nowrap;
}
.rate thead th {
  background: var(--head-bg);
  font-weight: 700;
}

.rate thead tr:nth-child(2) th {
  background: var(--head-bg2);
  font-weight: 600;
  font-size: 11px;
}
.rate thead small {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  margin-top: 0.2em;
}
.bg {
  background: url(../img/simulation/bg.webp);
}

/*
th,td{
  border:1px solid var(--border);
  padding:8px 10px;
  vertical-align:middle;
 }
 */
.highlight {
  background: var(--highlight);
}

.num-bg {
  background: var(--bgnum);
}

.venue-cell {
  background: #f7f8fa;
  font-weight: 600;
}

.total {
  width: 360px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 20px 16px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 8;
  background-color: #181b22;
  color: white;
}
@media print, screen and (max-width: 1023.9px) {
  .total {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    bottom: 0;
    position: sticky;
  }
}
.total .total__btn {
  cursor: pointer;
}

.total__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.total__price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px 4px 90px 4px auto;
  grid-template-columns: 45px 90px auto;
  gap: 4px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 14px;
}
.total__price span.-num {
  text-align: right;
  font-size: 16px;
}
.total__price + .total__price {
  margin-top: 8px;
}
@media print, screen and (max-width: 1023.9px) {
  .total__price + .total__price {
    margin-top: 4px;
  }
}

.total__total {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
}
.total__total.-res {
  border: none;
  padding-bottom: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .total__total {
    margin-top: 6px;
    font-size: 14px;
  }
}
.total__total span.-num {
  font-size: 28px;
}
@media print, screen and (max-width: 1023.9px) {
  .total__total span.-num {
    font-size: 22px;
  }
}

.total__btn-row {
  margin-top: 12px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.total__btn {
  border: none;
  background-color: #fff;
  border-radius: 4px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #1a5c9a;
}
.total__btn.-blue {
  background-color: #1a5c9a;
  color: #fff;
}

.main-body {
  padding: 0 !important;
  background-color: transparent !important;
}

.table-area-wrap {
  padding-bottom: 170px;
  background-color: rgba(222, 229, 235, 0.75);
}
@media print, screen and (max-width: 1023.9px) {
  .table-area-wrap {
    padding-bottom: 60px;
  }
}

.-res .table-area-wrap {
  background: none;
  padding-bottom: 10px;
}

.modal-trigger-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(222, 229, 235, 0.3);
}
@media print, screen and (max-width: 1023.9px) {
  .modal-trigger-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.modal-trigger {
  background-color: #181b22;
  color: #fff;
  display: block;
  border: none;
  border-radius: 10px;
  font-size: 26px;
  width: 500px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .modal-trigger {
    height: 56px;
    width: 256px;
    gap: 8px;
    font-size: 16px;
  }
}
.modal-trigger::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgdmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMUwxNiA5TDggMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjxwYXRoIGQ9Ik0wLjkxNTE2MSA5SDE2LjAwMDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal-trigger::after {
    width: 14px;
    height: 14px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(222, 229, 235, 0.7);
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.modal__inner {
  overflow: hidden;
  width: 88%;
  max-height: 790px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1440px;
  background: #fff;
  border-radius: 20px;
  padding: 100px 80px 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__inner {
    padding: 60px 0px 30px;
    border-radius: 10px;
  }
}

.modal__body {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
}

.modal__scroll-area {
  overflow-y: scroll;
  margin-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__scroll-area {
    margin-top: 10px;
    position: relative;
  }
}

.modal__close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
  background-color: transparent;
  border: none;
  color: #1a5c9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__close {
    top: 20px;
    right: 20px;
    font-size: 14px;
  }
}
.modal__close::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljc2MSAwTDIwIDEuMjVMMS40MTUxIDIwTDAuMTc2MTA1IDE4Ljc1TDE4Ljc2MSAwWiIgZmlsbD0iIzFBNUM5QSIvPgo8cGF0aCBkPSJNMS4yMzg5IDBMMC4wMDEgMS4yNUwxOC41ODQ5IDIwTDE5LjgyMzkgMTguNzVMMS4yMzg5IDBaIiBmaWxsPSIjMUE1QzlBIi8+Cjwvc3ZnPgo=");
}
@media print, screen and (max-width: 1023.9px) {
  .modal__close::after {
    height: 15px;
    width: 15px;
  }
}

.modal__heading {
  font-weight: bold;
  font-size: 24px;
  padding-left: 30px;
  border-left: 2px solid #1a5c9a;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__heading {
    font-size: 20px;
    padding-left: 15px;
    margin-left: 20px;
  }
}

.modal__number {
  text-align: right;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__number {
    font-size: 12px;
    margin-right: 20px;
    margin-top: 25px;
  }
}

.modal__table {
  background-color: #fff;
}

.modal__row {
  border-bottom: 1px solid #ccc;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 200px 20px 1fr 20px 220px 20px 100px;
  grid-template-columns: 200px 1fr 220px 100px;
  padding: 20px 30px 20px 70px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__row {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
    -ms-grid-rows: auto 0px auto 0px auto;
        grid-template-areas: "text text" "date date" "button1 button2";
    gap: 0px;
    padding: 20px 15px;
  }
}

.modal__item-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__item-row {
    grid-area: date;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.modal__text.-en {
  font-family: "Outfit", sans-serif;
}

.modal__again {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #181b22;
  border-radius: 4px;
  height: 56px;
  width: 220px;
  border-radius: 5px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__again {
    height: 56px;
    grid-area: button1;
    width: 180px;
  }
}
.modal__again::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgdmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMUwxNiA5TDggMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjxwYXRoIGQ9Ik0wLjkxNTE2MSA5SDE2LjAwMDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.modal__delete {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9a1a1a;
  height: 56px;
  width: 100px;
  border-radius: 5px;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__delete {
    height: 56px;
    grid-area: button2;
    width: 80px;
  }
}
@media print, screen and (max-width: 1023.9px){
  .modal__item-row {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .modal__again {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .modal__delete {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}

.modal__swipe {
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__swipe {
    display: block;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .modal__swipe.fade-out {
    opacity: 0;
  }
}

.contents-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.contents-wrap.-nomt {
  padding-top: 0px;
}
@media print, screen and (max-width: 1023.9px) {
  .contents-wrap {
    padding: 0 20px;
  }
}

.h1Area {
  position: relative;
}

.resH1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .resH1 {
    width: 150px;
    margin-right: auto;
  }
}

.resH2 {
  text-align: center;
  padding-top: 7%;
  font-size: 23px;
}
@media print, screen and (max-width: 1023.9px) {
  .resH2 {
    font-size: 19px;
    padding-top: 75px;
  }
}

.resDate {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .resDate {
    font-size: 11px;
    bottom: auto;
    top: 20px;
    right: 10px;
  }
}

.total__btn.-res {
  background: #000;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: #FFF;
  margin: 100px auto;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}
@media print, screen and (max-width: 1023.9px) {
  .total__btn.-res {
    margin: 40px auto;
    font-size: 14px;
    height: 45px;
  }
}
.total__btn.-res::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMUwxNCA4TDcgMTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40Ii8+CjxwYXRoIGQ9Ik0wLjgwMDY1OSA4SDE0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNCIvPgo8L3N2Zz4K") no-repeat center;
  width: 15px;
  height: 16px;
  margin-left: 10px;
}

body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

@media print {
  header, footer, .mv, .breadcrumbs, .flow, .modal-trigger-area, .modal, .total__btn.-res {
    display: none;
  }
  .contents {
    width: 100%;
    margin-inline: auto;
  }
  .table-area {
    padding-top: 50px;
    zoom: 62%;
  }
  .text-td.-price.-active {
    background: #fef9c2 !important;
  }
  .table.-res, .table.-equip {
    width: 100%;
    max-width: 100%;
  }
  .table-wrap {
    overflow-x: hidden;
  }
  .table-area-wrap {
    padding-bottom: 30px !important;
  }
}