@charset "UTF-8";

/**
 * ================= CSS custom properties =================
 */
:root {
  /* キーカラー */
  --key-color: #e7582c;
  /* キーカラーが背景色に使われた時の、マウスオーバー色 */
  --key-color-hover: #f63;
  /* キーカラーが背景色に使われた時の、文字色 */
  --key-color-text: #fff;
  /* キーカラーが背景色に使われた時の、文字のマウスオーバー色 */
  --key-color-text-hover: #fff;
  /* コンテンツエリアの背景画像 */
  --page-bg: url('');
  /* コンテンツエリアの文字色 */
  --footer-text-color: #fff;
  /* コンテンツエリアの文字のマウスオーバー色 */
  --footer-text-color--hover: #fff;
  /* ロゴ画像のALT */
  --logo-alt: '';
  /* ロゴ画像のURL */
  --logo-url: url('');
  /* ロゴ画像の幅（PC） */
  --logo-width-pc: 265px;
  /* ロゴ画像の高さ（PC） */
  --logo-height-pc: 53px;
  /* ロゴ画像の幅（スマホ） */
  --logo-width-sp: 190px;
  /* ロゴ画像の高さ（スマホ） */
  --logo-height-sp: 38px;
  /* ロゴ画像のあるなし（あり：-9999px、なし：0） */
  --logo-text-indent: -9999px;
  /* ヘッダの高さ（PC） ※自動計算なのでこの記述のままでOK */
  --header-height-pc: calc(100px + var(--logo-height-pc));

  --pc-sidebar-max-width: 25%;
  --pc-sidebar-min-width: 300px;
  --pc-sidebar-width: max(var(--pc-sidebar-max-width), var(--pc-sidebar-min-width));
  --pc-maincontent-width: calc(100% - var(--pc-sidebar-width));
  --pc-header-height: 50px;
  --ticket-info-btn-radius: 0 6px 6px 0;
  /* カレンダー表示 */
  --calendar-main-bottom: 2.8rem;
  --calendar-main-bottom-minus: -2.8rem;
}

/**
 * ================= styles for iconfont =================
 */
.g-i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.g-i-arrow_drop_down::before {
  content: '\EA01';
}

.g-i-arrow_left::before {
  content: '\EA02';
}

.g-i-arrow_right::before {
  content: '\EA03';
}

.g-i-close::before {
  content: '\EA04';
}

.g-i-keyboard_arrow_left::before {
  content: '\EA05';
}

.g-i-keyboard_arrow_right::before {
  content: '\EA06';
}

.g-i-login::before {
  content: '\EA07';
}

.g-i-menu::before {
  content: '\EA08';
}

.g-i-person::before {
  content: '\EA09';
}

.g-i-search::before {
  content: '\EA0A';
}

.g-i-phone::before {
  content: '\E551';
}

@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.woff2?1619683110799") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.g-i::before {
  float: left;
}

/**
 * ================= reset of styles =================
 */
* {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*::before,
*::after {
  box-sizing: inherit;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
input,
textarea,
select,
button {
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: sans-serif;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  overflow-x: hidden;
}

em,
optgroup {
  font-style: normal;
}

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

.editor_content_rule_list ul {
  list-style: disc;
  padding-inline-start: 40px;
}

.editor_content_rule_list ol {
  list-style: decimal;
  padding-inline-start: 40px;
}

img,
video,
iframe {
  border: 0;
  height: atuo;
  max-width: 100%;
  vertical-align: bottom;
}

input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}

[hidden] {
  display: none;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

fieldset,
legend {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:inherit;
  vertical-align:baseline;
}

/**
 * ================= basic styles =================
 */
body {
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a img {
  transition: opacity 0.2s;
}

html[data-states~='no-touch'] a:hover {
  text-decoration: underline;
}

html[data-states~='no-touch'] a:hover img {
  opacity: 0.7;
}

small {
  font-size: 0.75em;
}

.check-region[role='region'][aria-hidden='true'] {
  display: none !important;
}

[role='region'][aria-hidden='true'],
[role='dialog'][aria-hidden='true'],
[role='tabpanel'][aria-hidden='true'] {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  /** @SEE /sls/public/assets/css/shit.css */
  /* width: 1px !important; */
}

/**
 * ================= styles for this project =================
 */
.g-a {
  text-decoration: none !important;
}

.g-accordionRow {
  padding: 0 0 20px;
  position: relative;
}

.g-accordionRow_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 2rem;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.g-accordionRow_btn i {
  transform: rotate(0);
  transition: transform 0.2s;
}

.g-accordionRow_btn[aria-expanded='true'] i {
  transform: rotate(180deg);
}

.g-accordion {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 0;
  color: #000;
  cursor: pointer;
  padding: 10px 30px 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

.g-accordion[aria-expanded='true'] i {
  transform: rotate(180deg);
}

.g-accordion i {
  bottom: 0;
  font-size: 2rem;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  transition: transform 0.2s;
}

.g-align-tl {
  text-align: left !important;
}

.g-align-tc {
  text-align: center !important;
}

.g-align-tr {
  text-align: right !important;
}

.g-aside {
  background-color: #fff;
  margin: 15px;
}

.g-back-to-top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 10;
}

.g-back-to-top a {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  font-size: 1.2rem;
  height: 60px;
  justify-content: center;
  text-align: center;
  transition: background-color 0.2s;
  width: 60px;
}

html[data-states~='no-touch'] .g-back-to-top a:hover {
  background-color: var(--key-color);
  color: var(--key-color-text);
  text-decoration: none;
}

.g-box-xs {
  margin-top: 5px;
}

.g-box-sm {
  margin-top: 10px;
}

.g-box-md {
  margin-top: 15px;
}

.g-box-lg {
  margin-top: 20px;
}

.g-box-xl {
  margin-top: 30px;
}

.g-btnGroup+.g-btnGroup {
  margin-top: 20px;
}

.g-btnGroup>*:nth-child(n + 2) {
  margin-top: 12.5px;
}

.g-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  text-align: center;
  transition: background-color 0.2s;
  white-space: nowrap;
  width: 100%;
}

.g-btn-def {
  background: #aaa;
  border-radius: 6px;
  color: #fff;
  padding: 6px 20px;
}

html[data-states~='no-touch'] .g-btn-def:hover {
  background: #c4c4c4;
  color: #fff;
  text-decoration: none;
}

.g-btn-sns {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: inline-flex;
  font-weight: bold;
  padding: 6px 20px 6px 15px;
}

html[data-states~='no-touch'] .g-btn-sns:hover {
  text-decoration: none;
}

.g-btn-sns img {
  border-radius: 100%;
  margin-right: 10px;
  width: 22px;
}

.g-btn-primary {
  background: var(--key-color);
  border-radius: 6px;
  color: var(--key-color-text);
  padding: 6px 20px;
}

html[data-states~='no-touch'] .g-btn-primary:hover {
  background: var(--key-color-hover);
  color: var(--key-color-text-hover);
  text-decoration: none;
}

.g-btn-secondary {
  background: #444;
  border-radius: 6px;
  color: #fff;
  padding: 6px 20px;
}

html[data-states~='no-touch'] .g-btn-secondary:hover {
  background: #5e5e5e;
  color: #fff;
  text-decoration: none;
}

.g-btn-accordion {
  background: #444;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 10px;
}

html[data-states~='no-touch'] .g-btn-accordion:hover {
  background: #5e5e5e;
  color: #fff;
  text-decoration: none;
}

.g-btn-accordion[aria-expanded='false']::before {
  content: 'MORE';
}

.g-btn-accordion[aria-expanded='true']::before {
  content: 'CLOSE';
}

.g-btn:disabled,
.g-btn[aria-disabled='true'] {
  background-color: #ccc;
  pointer-events: none;
}

.g-btn-register:disabled,
.g-btn-register[aria-disabled='true'] {
  background-color: transparent;
  color: #aaa;
  pointer-events: none;
}

.g-btn[data-expanded][aria-expanded='true']::before {
  content: attr(data-expanded);
}

.g-btn[data-collapsed][aria-expanded='false']::before {
  content: attr(data-collapsed);
}

.g-btn-sm {
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 4px 10px;
  width: auto;
}

.g-btn-lg {
  font-size: 1.6rem;
  padding: 10px 30px;
}

.g-butterfly {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.g-calendar table,
.g-calendar thead,
.g-calendar tbody {
  display: block;
}

.g-calendar [data-dow='sat'] {
  background-color: #e6f3ff;
  color: #1a0dab;
}

.g-calendar [data-dow='sun'],
.g-calendar .holiday {
  background-color: #ffe6e6;
  color: #e7482c;
}

.g-calendar [data-day='holiday'] {
  color: #e7482c;
}

.g-calendar_event dt {
  clear: left;
  float: left;
  font-weight: bold;
}

.g-calendar_event dt::after {
  content: '：';
  margin-right: 5px;
}

.g-calendar_event dd {
  overflow-wrap: break-word;
}

.calendars-region {
  margin-top: 30px;
}

.calendar-accordion {
  margin-top: 10px;
}

.g-card .g-card_head {
  margin-bottom: 10px;
}

.g-card .g-card_head img {
  width: 100%;
}

.g-card-lg .g-card_head {
  margin-bottom: 20px;
}

.g-checkbox label {
  align-items: center;
  display: inline-flex;
}

.g-checkbox input {
  margin-right: 10px;
}

.g-checkbox_err {
  color: #e00;
  display: none;
  margin-top: 5px;
}

[aria-invalid='true']~.g-checkbox_err {
  display: block;
}

.g-choice {
  background: #fff;
  padding: 10px 0;
}

.g-choice_items label {
  align-items: center;
  display: flex;
  padding: 10px 10px 10px 20px;
}

.g-choice_items input {
  margin-right: 10px;
}

.g-choice_err {
  color: #e00;
  display: none;
  padding: 10px 10px 5px 20px;
}

[aria-invalid='true']~.g-choice_err {
  display: block;
}

.g-choice_region {
  padding: 10px;
}

.g-clearfix::before,
.g-clearfix::after {
  content: '';
  display: table;
}

.g-clearfix::after {
  clear: both;
}

.g-clip {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.g-color-inherit {
  color: inherit;
}

html[data-states~='no-touch'] .g-color-inherit:hover {
  color: inherit;
}

.g-color-key {
  color: var(--key-color);
}

.g-color-orange {
  color: #ffa500;
}

.g-color-alert {
  color: #e00 !important;
}

.g-color-err {
  color: #e00;
}

.g-color-text-selpay {
  color: #000;
}

.g-color-disabled {
  color: #aaa;
}

.g-column {
  background-color: #fff;
  padding: 20px 10px;
}

.g-column-sm {
  padding: 10px 20px;
}

.g-column_h {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 7px;
}

.g-column_h:first-child {
  margin-top: 0;
}

.g-column_indent {
  margin-top: 7px;
  word-break: break-all;
}

.g-column_table {
  border-spacing: 0;
}

.g-column_table th,
.g-column_table td {
  padding: 1px;
}

.g-column_table th {
  padding-right: 20px;
}

.g-column_foot {
  margin-top: 20px;
}

.g-column-err {
  background-color: #fee;
  border: 1px solid #e00;
  color: #e00;
  margin: 20px 0;
}

.g-column-info {
  background-color: #fffedb;
  margin: 20px 0;
}

.g-column-row {
  padding: 0 !important;
}

.g-column-rowHead {
  background-color: #e00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.g-column-rowHead,
.g-column-rowBody,
.g-column-rowFoot {
  padding: 20px 10px;
}

.g-column-inner__flex {
  display: flex;
  justify-content: space-evenly;
}

.g-column-inner__object img {
  width: 450px;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.g-column-inner__object video {
  width: 100%;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.g-column-inner__object:nth-of-type(n+2) {
  margin-left: 20px
}

.g-column-inner__object:nth-last-child(n+1):nth-last-child(-n+2):first-child,
.g-column-inner__object:nth-last-child(n+1):nth-last-child(-n+2):first-child~.g-column-inner__object {
  width: 50%;
}

.g-column .g-column-inner:only-child {
  margin-bottom: 0px
}

.g-column-inner:first-child {
  margin-bottom: 20px
}

.g-column-inner:nth-child(n+2) {
  margin-top: 20px
}

.g-contents {
  background: var(--page-bg);
}

.g-copyright {
  background-color: #fff;
  font-size: 1.1rem;
  padding: 20px 15px 120px;
  text-align: center;
}

.g-creditCards {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.g-creditCards img {
  margin-right: 10px;
  width: 50px;
}

.g-eventCalendar {
  padding: 20px 15px;
}

.g-eventCalendar_h {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.g-eventCalendar_date a,
.g-eventCalendar_date span {
  background-color: var(--key-color) !important;
  color: var(--key-color-text) !important;
}

.g-eventCalendar .ui-datepicker {
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.g-eventCalendar .ui-datepicker td a,
.g-eventCalendar .ui-datepicker td span {
  text-align: center;
}

.g-eventCalendar .ui-state-active {
  background: none;
}

.g-faq {
  background-color: #fff;
}

.g-faq li:nth-child(n + 2) {
  border-top: 1px solid #ccc;
}

.g-faq li>a,
.g-faq li>div {
  display: flex;
  padding: 10px;
}

.g-faq li>a::before,
.g-faq li>div::before {
  align-items: center;
  background-color: var(--key-color);
  border-radius: 5px;
  color: var(--key-color-text);
  content: 'Q';
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin-right: 10px;
  width: 30px;
  float: left;
}

.g-faq span {
  margin-top: 0.3em;
}

.g-faq_subcategory {
  background-color: #fff;
  padding: 0 10px;
}

.g-faq_subcategory_inner {
  padding-bottom: 10px;
}

.g-faq_subcategory .g-accordion {
  background-color: #eee;
  margin-top: 1px;
}

.g-faq-answer {
  border-top: 1px solid #ccc;
}

.g-faq-answer li>div::before {
  background-color: #999;
  color: #fff;
  content: 'A';
}

.g-filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.g-filter .g-input {
  margin-bottom: 10px;
  width: 100%;
}

.g-filter .g-btn {
  margin: 0 5px;
  width: auto;
}

.g-flow_note {
  display: inline-block !important;
}

.g-flow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -10px;
}

.g-flow>* {
  margin: 5px 0 0 10px;
}

.g-flow-lg {
  margin: -10px 0 0 -20px;
}

.g-flow-lg>* {
  margin: 10px 0 0 20px;
}

.g-flow-third {
  word-break: break-all;
}

.g-flow-third>* {
  width: 100%;
}

.g-footer {
  margin-top: 40px;
  padding-bottom: 1.8vh;
}

.g-footer_list a {
  color: var(--footer-text-color);
}

.g-footer_list a:hover {
  color: var(--footer-text-color--hover);
}

.g-footer_list a::before {
  content: ">";
  font-weight: bold;
  margin-right: 0.5rem;
}

.g-footer_list i {
  font-size: 1.8rem;
}

.g-fw {
  width: 100%;
}

.g-gNav {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: transform 0.2s;
  width: 100%;
  z-index: 11;
}

.g-gNav[aria-hidden='true'] {
  display: block;
  transform: translateY(-100%);
}

.g-gNav_close {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #fff;
  display: flex;
  font-size: 4rem;
  height: 70px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}

.g-gNav_list {
  margin-top: 70px;
}

.g-gNav_list a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 20px;
  text-align: center;
  word-break: break-all;
}

.g-gNav_list_summary {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  word-break: break-all;
  text-decoration: none;
  pointer-events: none;
}

.g-gNav_list_summary::-webkit-details-marker {
  /** safari (旧chrome) */
  display: none;
}

.g-gNav_list-item-details_list-anchor {
  text-align: left;
}

.g-gNav_list-item-details_list {
  background-color: rgba(0, 0, 0, 0.8);
  width: 150%;
  overflow-y: scroll;
  max-height: 100vh;
  margin-left: -13%;
  /** firefox */
  scrollbar-width: none;
}

.g-gNav_list-item-details_list::-webkit-scrollbar {
  display: none;
}

.g-gNav_myPage a {
  align-items: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  padding: 2em 0;
}

.g-gNav_mobile-safari {
  padding-bottom: 5em;
}

.g-gNav_mobile-chrome {
  padding-bottom: 7em;
}

.g-gNav_myPage i {
  margin-right: 5px;
}

.g-h-1 {
  margin-bottom: 20px;
}

.g-h-1 .g-h_h {
  font-size: 1.8rem;
  font-weight: bold;
  word-break: break-all;
}

.g-h-2 {
  margin-bottom: 15px;
}

.g-h-2 .g-h_h {
  border-left: 3px solid var(--key-color);
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 8px;
}

.g-h-butterfly {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.g-h_alert {
  color: #e00;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 5px;
}

.g-h_extra {
  margin-top: 10px;
}

.g-h .g-tag {
  margin-top: 5px;
}

.g-header {
  background-color: #fff;
  padding: 10px 15px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
}

.g-header_logo, .g-header_logo-mypage {
  height: var(--logo-height-sp);
  width: var(--logo-width-sp);
}

.g-header_logo a,
.g-header_logo span,
.g-header_logo-mypage a,
.g-header_logo-mypage span {
  background: var(--logo-url);
  background-size: 100%;
  display: block;
  height: 100%;
  text-indent: var(--logo-text-indent);
  width: 100%;
}

.g-header_logo a::before,
.g-header_logo span::before,
.g-header_logo-mypage a::before,
.g-header_logo-mypage span::before {
  content: var(--logo-alt);
  font-size: 1.8rem;
  line-height: 1.3;
}

.g-header_search {
  align-items: center;
  display: flex;
  margin-top: 15px;
}

.g-header_search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 5px;
  width: calc(100% - 46px);
}

.g-header_search button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #444;
  border: solid 3px #fff;
  border-radius: 60px;
  box-shadow: 0 0 0 1px #696969;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2rem;
  height: 36px;
  justify-content: center;
  margin-left: 10px;
  padding: 0;
  width: 36px;
}

.g-header_myPage a,
.g-header_menu {
  align-items: center;
  color: #005bab;
  display: flex;
  flex-direction: column;
  height: 56px;
  justify-content: center;
  padding: 8px 0 0;
  width: 56px;
}

.g-header_myPage,
.g-header_menu {
  position: absolute;
  top: 0;
}

.g-header_myPage i,
.g-header_menu i {
  font-size: 2.4rem;
}

.g-header_myPage span,
.g-header_menu span {
  font-size: 1.1rem;
}

.g-header_myPage {
  right: 56px;
}

.g-header_myPage_right_padding{
  right: 15px;
}

.g-header_menu {
  background-color: transparent;
  border: 0;
  right: 0;
}

.g-header-simple {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: static;
}

.g-hidden {
  display: none !important;
}

.g-history {
  border-top: 2px solid var(--key-color);
  padding: 20px 15px;
}

.g-history_h {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.g-history_list li {
  border-bottom: 1px dotted #ccc;
}

.g-history_list a,
.g-history_list div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.g-history_list a {
  padding: 10px 0;
}

.g-history_list img {
  flex-shrink: 0;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.g-history_list i {
  font-size: 1.8rem;
  margin-left: 10px;
}

.g-homeCarousel .swiper-container {
  padding-bottom: 40px;
}

.g-homeCarousel .swiper-slide a {
  display: block;
}

.g-homeCarousel .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.g-homeCarousel .swiper-slide .top-banner {
  height: 500px;
}

.g-homeCarousel .swiper-slide .event-img {
  height: 400px;
}

.g-homeCarousel_prev,
.g-homeCarousel_next {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 4rem;
  height: 50px;
  justify-content: center;
  opacity: 0.4;
  position: absolute;
  top: calc(50% - 45px);
  transition: opacity 0.7;
  width: 50px;
  z-index: 1;
}

html[data-states~='no-touch'] .g-homeCarousel_prev:hover,
html[data-states~='no-touch'] .g-homeCarousel_next:hover {
  opacity: 1;
}

.g-homeCarousel_prev {
  left: 10px;
}

.g-homeCarousel_next {
  right: 10px;
}

.g-homeCarousel .swiper-pagination-bullet-active {
  background: var(--key-color);
}

.g-index {
  display: flex;
  margin: 0 -3px;
  position: relative;
  /* z-index: 100; */
}

.g-index::after {
  background-color: var(--key-color);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: calc(100% - 6px);
  z-index: 1;
}

.g-index>li {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}

.g-index_label {
  background-color: #aaa;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  margin: 0 3px;
  padding: 10px 2px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.g-index_label-on {
  background-color: var(--key-color);
  color: var(--key-color-text);
}

.g-index_menu {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  display: none;
  margin: 0 3px;
  min-width: calc(100% - 6px);
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}

.g-index_menu li:nth-child(n + 2) {
  margin-top: 5px;
}

.g-index_menu a {
  display: block;
}

.g-index-tc {
  text-align: center;
}

.g-inputGroup {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.g-inputGroup+.g-inputGroup {
  margin-top: 15px;
}

.g-inputGroup>input,
.g-inputGroup>button,
.g-inputGroup>select,
.g-inputGroup>span {
  margin-right: 10px;
  line-height: 21px
}

.g-inputGroup .g-input-fw {
  margin-right: 0;
}

.g-inputGroup[hidden] {
  display: none;
}

.g-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: inline-block;
  padding: 5px 10px;
}

.g-input-sm {
  max-width: 120px;
  width: 100%;
}

.g-select_non-interactive {
  pointer-events: none;
  background-color: #f2f2f2;
  color: #666;
}

.g-input-md {
  max-width: 200px;
  width: 100%;
}

.g-input-fw {
  width: 100%;
}

.g-input[readonly] {
  /* border: none; */
  /* border-bottom: 1px solid #ccc; */
  /* border-radius: 0px; */
  cursor: default;
  background-color: #f2f2f2;
  color: #666;
}

.g-input[readonly]:focus-visible {
  border-bottom: 1px solid #ccc;
  outline: 0;
  cursor: default
}

.g-itemSet {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.g-itemSet_detail>.g-itemSet_detail_inner {
  background-color: transparent;
}

.g-itemSet-live {
  z-index: 1;
}

.g-itemSet>li {
  margin-top: 15px;
}

.g-itemSet_item,
.g-itemSet_summary {
  background-color: #fff;
  padding: 10px;
}

.g-itemSet_item[aria-disabled='true'],
.g-itemSet_summary[aria-disabled='true'] {
  color: #aaa;
}

.g-itemSet_item {
  display: grid;
  grid-template-columns: 115px 1fr;
  grid-template-rows: auto 1fr;
}

.g-itemSet_item .g-itemSet_head {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  height: 70px;
  margin-right: 15px;
  width: 100px;
}

.g-itemSet_item .g-itemSet_head img {
  display: block;
  height: 100%;
  margin: auto;
  object-fit: contain;
}

.g-itemSet_item .g-itemSet_body {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.g-itemSet_item .g-itemSet_foot {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin-top: 5px;
}

.g-itemSet_summary {
  display: flex;
  flex-direction: column;
}

.g-itemSet_h {
  font-weight: bold;
  margin-bottom: 5px;
  overflow-wrap: break-word;
}

.g-itemSet_btn {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #444;
  border: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 2rem;
  justify-content: center;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.2s;
  width: 30px;
}

html[data-states~='no-touch'] .g-itemSet_btn:hover {
  background: #5e5e5e;
}

.g-itemSet_btn i {
  transition: transform 0.2s;
}

.g-itemSet_btn[aria-expanded='true'] i {
  transform: rotate(180deg);
}

.g-i-text_drop_dow {
  font-size: 13px;
}

.g-itemSet_btn[aria-expanded='false'] .g-i-text_drop_dow::before {
  content: '開く';
}

.g-itemSet_btn[aria-expanded='true'] .g-i-text_drop_dow::before {
  content: '閉じる';
}

.g-itemSet_spec {
  font-size: 1.2rem;
}

.g-itemSet_spec dt {
  clear: left;
  float: left;
  font-weight: bold;
}

.g-itemSet_spec dt::after {
  content: '：';
  margin-right: 5px;
}

.g-itemSet_region {
  background-color: #fff;
}

.g-itemSet-bordered {
  margin-bottom: 0;
}

.g-itemSet-bordered>li {
  margin-top: 0;
}

.g-itemSet-bordered>li:nth-last-child(n + 2) {
  border-bottom: 1px solid #ccc;
}

.g-itemSet-accordion>li>.g-itemSet_item,
.g-itemSet-accordion>li>.g-itemSet_summary {
  padding: 10px 40px 10px 10px;
  position: relative;
}

.g-itemSet-live>li>.g-itemSet_item,
.g-itemSet-live>li>.g-itemSet_summary {
  background: #444;
  color: #fff;
}

.g-itemSet-live>li>.g-itemSet_item[aria-disabled='true'],
.g-itemSet-live>li>.g-itemSet_summary[aria-disabled='true'] {
  color: #aaa;
}

.g-itemSet-live>li>.g-itemSet_item .g-link-arrow,
.g-itemSet-live>li>.g-itemSet_summary .g-link-arrow {
  color: #fff;
}

.g-ticketInfo>li {
  margin: 6px 0;
}

.g-itemSet-cell .g-itemSet_item {
  padding: 5px 0;
}

.g-language {
  bottom: 90px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  z-index: 10;
}

.g-language_list {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}

.g-language[aria-expanded='false'] .g-language_list {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

.g-language a {
  display: block;
  padding: 3px 0;
}

.g-language_label {
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  padding: 2px 0;
}

.g-language a,
.g-language_label {
  background-color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.2s;
}

html[data-states~='no-touch'] .g-language a:hover,
html[data-states~='no-touch'] .g-language_label:hover {
  background-color: var(--key-color);
  color: var(--key-color-text);
  text-decoration: none;
}

.g-link-u {
  text-decoration: underline;
}

html[data-states~='no-touch'] .g-link-u:hover {
  text-decoration: none;
}

.g-link-arrow {
  align-items: center;
  display: inline-flex;
}

.g-link-arrow i {
  font-size: 1.8rem;
}

.g-link-key {
  color: var(--key-color);
  text-decoration: underline;
}

html[data-states~='no-touch'] .g-link-key:hover {
  text-decoration: none;
}

.g-list {
  padding-left: 1.8em;
}

.g-list>*:nth-child(n + 2) {
  margin-top: 0.4em;
}

.g-list-disc {
  list-style: disc;
}

.g-list-decimal {
  list-style: decimal;
}

.g-list-roman {
  list-style: lower-roman;
}

.g-list-roman-u {
  list-style: upper-roman;
}

.g-list-note {
  color: #666;
  font-size: 1.2rem;
  margin-top: 7px;
  padding-left: 0;
  text-indent: -1em;
}

.g-list-note-code {
  margin: 0 0 7px 0 !important;
}

.g-list-note>* {
  margin-left: 1em;
}

.g-list-note>*:nth-child(n + 2) {
  margin-top: 0;
}

.g-list-note>*::before {
  content: '※';
}

.g-list-note-member-input {
  color: #8a8a8a !important;
}

.g-list-none-star > *::before {
  content: '';
}

.g-main {
  padding: 20px 15px;
}

.g-main_inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
}

.g-main_foot {
  margin-top: 30px;
}

.error_message {
  padding-left: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.g-media {
  overflow: hidden;
}

.g-media .g-media_head {
  float: left;
  margin-right: 20px;
  width: 200px;
}

.g-media .g-media_head img {
  width: 100%;
}

.g-media .g-media_body {
  overflow: hidden;
}

.g-media-sm .g-media_head {
  width: 100px;
}

.g-media-lg .g-media_head {
  margin-right: 30px;
  width: 350px;
}

.g-message {
  color: var(--key-color);
  font-weight: bold;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.g-modal {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

.g-modal[aria-hidden='true'] {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.g-modal_backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s;
  width: 100%;
}

.g-modal[aria-hidden='true'] .g-modal_backdrop {
  opacity: 0;
}

.g-modal_close {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #000;
  display: flex;
  font-size: 3rem;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.g-modal_spacer {
  flex-grow: 1;
  min-height: 15px;
}

.g-modal_content {
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  padding: 40px 10px;
  position: relative;
  transition: opacity 0.2s, transform 0.2s;
  width: calc(100% - 15px * 2);
}

.g-modal[aria-hidden='true'] .g-modal_content {
  opacity: 0;
  transform: translateY(-10%);
}

.g-modal_h {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-myPage {
  background-color: #fff;
  padding: 0 10px;
  text-align: center;
}

.g-myPage ul {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 700px;
  width: 100%;
}

.g-myPage li {
  margin: 0;
  width: 100%;
}

.g-myPage li a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.g-myPage li div {
  align-items: center;
  display: flex;
}

.g-myPage li span {
  align-items: center;
  display: flex;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}

.g-myPage li img {
  object-fit: contain;
}

.g-myPage li i {
  font-size: 1.8rem;
  margin-left: 10px;
}

.g-myPage [src$='-history.png'] {
  transform: scale(0.85);
}

.g-myPage [src$='mail.png'] {
  transform: scale(0.75);
}

.g-myPage [src$='-contents.png'] {
  transform: scale(0.85);
}

.g-myPage [src$='-ticket-app.png'] {
  transform: scale(0.75);
}

.g-myPage [src$='-change.png'] {
  transform: scale(0.75);
}

.g-myPage [src$='-favorite.png'] {
  transform: scale(0.67);
}

.g-myPage [src$='-sns.png'] {
  transform: scale(0.67);
}

.g-myPage [src$='-connect.png'] {
  transform: scale(0.67);
}

.g-myPage [src$='-register.png'] {
  transform: scale(0.87);
}

.g-myPage [src$='-renew.png'] {
  transform: scale(0.67);
}

.g-myPage [src$='-close.png'] {
  transform: scale(0.75);
}

.g-news {
  padding: 20px 15px;
}

.g-news_h {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.g-news_list li {
  border-bottom: 1px dotted #ccc;
}

.g-news_item {
  display: block;
  padding: 10px 0;
}

.g-news_date {
  margin-bottom: 5px;
}

.g-news_title {
  font-weight: bold;
  margin-bottom: 2px;
}

.g-news_text {
  overflow-wrap: anywhere;
}

.g-news_more {
  margin-top: 10px;
  text-align: right;
}

.g-news_more a {
  align-items: center;
  display: inline-flex;
  padding: 10px 0 10px 10px;
}

.g-news_more i {
  font-size: 1.8rem;
}

.g-orderOutput {
  position: relative;
}

.g-orderOutput_el:empty+.g-orderOutput_reset {
  display: none;
}

.ticket-app {
  margin: 10px 0;
}

.ticket-app li:first-child {
  margin-right: 10px;
}

.ticket-app li {
  width: 230px;
  list-style:none;
  margin: auto 0;
}

/* .ticket-app img {
  width: 250px;
} */

.ticket-app ul {
  display: flex;
}

.ticket-app__ul--center {
  justify-content: center;
}

.app_store img {
  width: 250px;
  margin: 0 auto;
}

.google_play {
  width: 250px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}

.pagination .page-link {
  align-items: center;
  display: inline-flex;
  padding: 0 10px;
}

.pagination [aria-current] {
  font-weight: bold;
}

.pagination .page-item:first-child:not(.disabled) .page-link:hover {
  text-decoration: none;
}

.pagination .page-item:first-child:not(.disabled) .page-link:hover::after {
  text-decoration: underline;
}

.pagination .page-item:first-child .page-link::after {
  content: ' 前へ';
  margin-left: 5px;
}

.pagination .page-item:last-child:not(.disabled) .page-link:hover {
  text-decoration: none;
}

.pagination .page-item:last-child:not(.disabled) .page-link:hover::before {
  text-decoration: underline;
}

.pagination .page-item:last-child .page-link::before {
  content: '次へ';
  margin-right: 5px;
}

.g-receipt_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.g-receipt_custom_head {
  text-align: end;
}

.g-receipt_h {
  background-color: #eee;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.g-receipt_table {
  border-spacing: 0;
  width: 100%;
}

.g-receipt_table th,
.g-receipt_table td {
  padding: 10px;
}

.g-receipt_table th {
  width: 20%;
}

.g-receipt_table td {
  width: 80%;
}

.g-receipt_table input[type='text'] {
  margin-right: 1em;
  width: 80%;
}

.g-receipt_message {
  margin: 30px 0;
  text-align: center;
}

.g-receipt_detail dt,
.g-receipt_detail dd {
  display: inline-block;
}

.g-receipt_detail dt {
  font-weight: bold;
}

.g-receipt_detail dt::after {
  content: '：';
}

.g-receipt_detail dd+dt {
  margin-left: 2em;
}

.g-receipt_flex {
  display: flex;
  width: 100%;
}

.g-receipt_col {
  flex: 1 0 0%;
}

.g-relativeArtists {
  background-color: #fff;
  padding: 15px;
}

.g-relativeArtists h2 {
  color: var(--key-color);
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.g-relativeArtists li {
  border-bottom: 1px dotted #ccc;
}

.g-relativeArtists a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.g-relativeArtists div {
  align-items: center;
  display: flex;
  flex-shrink: 1;
  justify-content: space-between;
  word-break: break-all;
  font-size: 1.2rem;
}

.g-relativeArtists_img {
  display: block;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.g-relativeArtists img {
  display: block;
  height: 100%;
  margin: auto;
  object-fit: contain;
}

.g-relativeArtists i {
  font-size: 1.8rem;
  margin-left: 10px;
}

.g-row {
  border-top: 1px solid #ccc;
  display: flex;
}

.g-row-first {
  border-top: 0;
}

.g-row>* {
  padding: 10px 15px;
}

.g-row_img {
  height: 100px;
  padding-right: 0;
  width: 100px;
}

.g-row_img img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.g-rule {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 300px;
  overflow: auto;
  width: 100%;
}

.g-rule_inner {
  padding: 20px 10px;
}

.g-search_main,
.g-search_optional {
  align-items: center;
  display: flex;
}

.g-search_main>*:nth-child(n + 2),
.g-search_optional>*:nth-child(n + 2) {
  margin-left: 10px;
}

.g-search .g-checkbox {
  margin-top: 10px;
}

.g-section {
  margin-top: 30px;
}

.g-section-sm {
  margin-top: 20px;
}

.g-selectSeats {
  padding: 10px;
}

.g-selectSeats p {
  margin-top: 10px;
}

.g-select {
  position: relative;
  width: 100%;
}

.g-select_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 0;
  color: #000;
  cursor: pointer;
  padding: 10px 30px 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

.g-select_btn[aria-expanded='true'] .g-select_i {
  transform: rotate(180deg);
}

.g-select_i {
  bottom: 0;
  font-size: 2rem;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  transition: transform 0.2s;
}

.g-select_region {
  position: relative;
}

.g-select_region[aria-hidden='false'] .g-select_menu {
  position: absolute;
}

[aria-expanded='true']+.g-select_region {
  z-index: 1;
}

.g-select_menu {
  background-color: #fff;
  width: 100%;
}

.g-select_menu li {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  margin-bottom: -1px;
}

.g-select_menu a,
.g-select_menu button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
}

html[data-states~='no-touch'] .g-select_menu a:hover,
html[data-states~='no-touch'] .g-select_menu button:hover {
  text-decoration: none;
}

.g-sellItemSet {
  padding: 10px 10px 20px;
}

.g-sellItemSet .g-sellItems {
  padding: 0;
}

.g-sellItemSet_btn {
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
  text-align: center;
}

.g-sellItems {
  padding: 10px 10px 30px;
}

.g-sellItems_item {
  color: #000;
}

.g-sellItems dt {
  align-items: center;
  background-color: #eee;
  color: #000;
  flex-shrink: 0;
  justify-content: center;
  padding: 5px 10px;
}

.g-sellItems dd {
  align-self: center;
  flex-grow: 1;
}

.g-sellItems dd.g-sellItems_btn {
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
  text-align: center;
}

.g-sellItems_ticket {
  column-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  margin: 10px 5px;
}

.g-sellItems_ticket[aria-disabled='true'] {
  color: #aaa;
}

.g-sellItems_ticket>* {
  padding: 0 2px;
}

.g-sellItems_type,
.g-sellItems_state,
.g-sellItems_price {
  grid-column: auto / span 1;
  grid-row: 1 / 2;
  justify-self: center;
  white-space: nowrap;
}

.g-sellItems_type,
.g-sellItems_state {
  white-space: normal;
}

.g-sellItems_amount {
  grid-column: auto / span 1;
  grid-row: 1 / 3;
  justify-self: end;
}

.g-sellItems_amount_limit {
    display: none;
  }

.g-sellItems_pos {
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}

.g-sellItems_note {
  font-size: 1.2rem;
  margin-top: 10px;
}

.g-sellItems-fit {
  padding: 0;
}

.g-slider {
  align-items: center;
  display: flex;
}

.g-slider input[type='range']:nth-child(1) {
  margin: 0 10px 0 0;
}

.g-slider input[type='range']:nth-child(2) {
  margin: 0 10px;
}

.g-sns li {
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.g-sns li:nth-child(n + 2) {
  margin-top: 15px;
}

.g-sns img {
  border-radius: 100%;
  margin-right: 10px;
  width: 35px;
}

.g-sns_name {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 50px 10px 0;
}

.g-sns_btn {
  margin-left: auto;
}

.g-stack-xs>*:nth-child(n + 2) {
  margin-top: 5px !important;
}

.g-stack-sm>*:nth-child(n + 2) {
  margin-top: 10px !important;
}

.g-stack-md>*:nth-child(n + 2) {
  margin-top: 15px !important;
}

.g-stack-lg>*:nth-child(n + 2) {
  margin-top: 20px !important;
}

.g-stack-xl>*:nth-child(n + 2) {
  margin-top: 30px !important;
}

.g-steps {
  counter-reset: steps;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  justify-content: center;
}

.g-steps li {
  align-items: center;
  background-color: #444;
  color: #fff;
  display: flex;
  height: 4em;
  justify-content: center;
  margin: 3px 0;
  padding: 0 5px 0 8px;
  position: relative;
}

.g-steps li:nth-child(n + 2) {
  margin-left: 12px;
}

.g-steps li::after {
  border-color: transparent transparent transparent #444;
  border-style: solid;
  border-width: 2em 0 2em 8px;
  content: '';
  height: 0;
  position: absolute;
  right: -8px;
  width: 0;
}

.g-steps li:last-child {
  padding: 0 8px;
}

.g-steps li:last-child::after {
  content: none;
}

.g-steps li[aria-current='true'] {
  background-color: var(--key-color);
  color: var(--key-color-text);
}

.g-steps li[aria-current='true']::after {
  border-color: transparent transparent transparent var(--key-color);
}

.g-steps li[aria-current='true']~li {
  background-color: #aaa;
}

.g-steps li[aria-current='true']~li::after {
  border-color: transparent transparent transparent #aaa;
}

.g-subtotal {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
  margin-top: 15px;
  text-align: right;
}

.g-subtotal_digits {
  margin: 0 5px;
}

.g-table {
  background: #fff;
  padding: 15px 10px 20px;
}

.g-section .g-section-transparent-inner {
  background-color: transparent;
  padding: 0;
}

.g-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.g-table caption {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
  white-space: normal;
}

.g-table tr[hidden] {
  display: none;
}

.g-table th,
.g-table td {
  background: #fff;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 10px 15px;
}

.g-table th {
  background-color: #eee;
  font-weight: normal;
  width: 230px;
}

.g-table td {
  border-right: 0;
}

.g-table-column table {
  border-collapse: separate;
  border-spacing: 1px;
}

.g-table-column th,
.g-table-column td {
  border: initial;
}

.g-table-column th {
  background-color: #eee;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

.g-table-column td {
  border-bottom: 1px dotted #ccc;
}

.g-table-column .g-table_spannedRow {
  margin-top: 0 !important;
  padding-top: 0;
}

.g-table-nowrap {
  white-space: nowrap;
}

.g-table_err {
  color: #e00;
  display: none;
  margin-top: 5px;
  width: 100%;
}

.g-input_err {
  color: #e00;
  margin-top: 5px;
  width: 100%;
}

[aria-invalid='true']~.g-table_err {
  display: block;
}

.g-table_wrap {
  white-space: normal;
}

.g-table_spannedRow {
  margin-top: 0 !important;
}

.g-table-sm th {
  width: 145px;
}

.g-table-lg th {
  text-align: left;
  width: 50%;
}

.g-table_borderless>td {
  background-color: #e5eef6;
  border-bottom-width: 0;
}

.g-table_spanned>td {
  border-bottom-style: solid;
  padding: 0;
}

.g-table-nested {
  padding: 0;
}

.g-table-nested td {
  border: 0;
}

.g-table_status .g-tag {
  margin-left: 10px;
}

.g-table_place .g-tag {
  border-spacing: 0;
  display: table;
  margin-top: 5px;
}

div.g-tag-status {
  display: inline-block;
  margin-right: 20px;
  vertical-align: text-bottom
}

.g-tag-status>span {
  padding: 5px;
  font-size: 0.7em;
  border-radius: 45px;
}

.g-table_note {
  background-color: #fffedb;
  font-weight: bold;
  padding: 5px 10px;
}

.g-table_foot {
  margin-top: 15px;
  text-align: center;
}

.g-table_tightCell {
  padding: 0 !important;
}

.g-tag {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  padding: 3px 5px;
  white-space: nowrap;
}

.g-tag-waiting {
  background-color: #ffa500;
  border-color: transparent;
}

.g-tag-ok {
  background-color: var(--key-color);
  border-color: transparent;
  color: var(--key-color-text);
}

.g-tag-ng {
  background-color: #ccc;
  border-color: transparent;
}

.g-tag-alert {
  background-color: #e00;
  border-color: transparent;
  color: #fff;
}

.g-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}

.g-ticketInfo a {
  background-color: #444;
  color: #fff;
  display: flex;
  border-radius: var(--ticket-info-btn-radius);
  transition: opacity 0.2s;
}

html[data-states~='no-touch'] .g-ticketInfo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.g-ticketInfo_text {
  flex-grow: 1;
  padding: 10px;
}

.g-ticketInfo_btn {
  align-items: center;
  background-color: var(--key-color);
  color: var(--key-color-text);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 5px;
  position: relative;
  width: 12%;
  min-width: 60px;
  font-weight: bold;
  border-radius: var(--ticket-info-btn-radius);
}

.g-top_event_section .g-ticketInfo_btn {
  font-size: 1.6rem;
}

.g-ticketInfo_btn i {
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  right: 0vw;
}

.g-ticketInfo_btn-disabled {
  background-color: #aaa;
  color: #fff;
}

.g-ticketInfo-nested a {
  background-color: #fff;
  color: #000;
}

.g-total_headWrapper, .no-margin {
  margin: 0;
}

.g-total_headWrapper::before,
.g-total_headWrapper::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.4s;
  width: 12px;
  z-index: 2;
}

.g-total_headWrapper::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.g-total_headWrapper-lead::before,
.g-total_headWrapper-tail::after {
  opacity: 0;
}

.g-total_headWrapper-lead.g-total_headWrapper-tail~.g-total_nav {
  display: none;
}

.g-total_nav {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 1;
}

.g-total_nav .g-i {
  transform: scale(2);
}

.g-total_prev {
  left: 0;
}

.g-total_next {
  right: 95px;
}

.g-total_head {
  display: flex;
}

.g-total_tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #aaa;
  border: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
  padding: 10px 0;
  width: 91px;
}
.buttonDisabled {
  cursor: auto;
  pointer-events: all !important;
}

.g-total_tab[aria-selected='true'] {
  background-color: #fff;
  color: #000;
}

.g-total_tab-auto {
  min-width: 91px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

.g-total_body,
.selecttotal-box__table {
  background-color: #fff;
  padding: 15px 10px 20px;
}

.g-total_body-tight {
  padding: 0 !important;
}

.g-total table {
  border-spacing: 1px;
  width: 100%;
}

.g-total th,
.g-total td {
  padding: 10px 15px;
}

.g-total th {
  background-color: #eee;
  font-weight: normal;
  white-space: normal;
}

.g-total_cb input {
  margin-right: 0;
}

.g-total_name {
  white-space: normal !important;
  width: 15%;
}

.g-total_date {
  min-width: 200px;
}

.g-total_subtotal,
.g-total_extra,
.g-total_total {
  font-weight: bold;
  padding: 7px 0;
  text-align: right;
}

.g-total_extra {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

.g-total_extra+.g-total_extra {
  border-top: 0;
  padding-top: 0;
}

.g-total_total {
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  padding-bottom: 0;
}

.g-total-nested .g-total_tab,
.g-total-wrapper .g-total_head .g-total_tab {
  border-radius: 6px;
  color: #fff;
  padding: 5px 12px;
  width: auto;
}

.g-total-nested .g-total_tab:nth-child(n + 2),
.g-total-wrapper .g-total_tab:nth-child(n + 2) {
  margin-left: 5px;
}

.g-total-nested .g-total_tab[aria-selected='true'],
.g-total-wrapper .g-total_head .g-total_tab[aria-selected='true'] {
  box-shadow: 0 0 0 1px #ccc inset;
  color: #000;
}

.g-total-nested .g-total_head,
.g-total-wrapper .g-total_head {
  padding-bottom: 15px;
}

.g-total-noKind .g-total-nested .g-total_head {
  display: none;
}

.g-total-nested .g-total_body {
  padding: 0;
}

.g-u {
  text-decoration: underline !important;
}

.g-visible-h {
  visibility: hidden !important;
}

.g-visible-v {
  visibility: visible !important;
}

.g-weight-b {
  font-weight: bold;
}

.g-wrap {
  white-space: normal;
}

.g-border {
  border-bottom: 1px solid #ccc;
}

html[data-states~='clip'] .g-wrapper {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.g-text-indent-none {
  text-indent: 0;
}

.description-resale {
    text-align: center;
    margin-bottom: 20px;
}

.description-event {
  padding: 2rem 4rem;
  background: white;
  margin-top: 2rem;
}

.preview_block {
  white-space: pre-line;
  word-break: break-all;
}

.sakuticket-notice {
  margin-bottom: 2em;
}

.sakuticket-notice p {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .modal-position {
    width: calc(100% / 1.5) !important;
    left: calc(100% / 6) !important;
  }
}

.d-wrapper{
  display: flex;
}

#show-qr-code-app {
  display: none
}

#show-qr-code-web {
  display: revert;
}

@media (min-width: 320px) {
  .warning-image img {
    width: 220px !important;
    margin-top: 20px !important;
  }
  .warning-text {
      margin-top: 10px !important;
  }
 .d-wrapper dt{
    width: 28%
  }

  .d-wrapper dd{
    width: 72%;
  }

  .g-total-wrapper .g-total_body {
    padding: 0;
  }
}

@media (min-width: 375px) {
  .warning-image img {
    width: 150px !important;
  }
  .d-wrapper dt{
    width: 24%
  }

  .d-wrapper dd{
    width: 76%;
  }

  .g-margin-top {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

@media (min-width: 576px) {
  .warning-image img {
    width: 100% !important;
  }
  .d-wrapper dt{
    width: 14%
  }

  .d-wrapper dd{
    width: 86%;
  }

  .g-margin-top {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

@media (min-width: 768px) {
  .modal-position {
    width: calc(100% / 2) !important;
    left: calc(100% / 3.5) !important;
  }
  .warning-image img {
      width: 100% !important;
      margin-top: 0px !important;
  }
  .warning-text {
      margin-top: 10px !important;
  }
  .d-wrapper dt{
    width: 12%
  }

  .d-wrapper dd{
    width: 88%;
  }
}

@media (min-width: 992px) {
  .d-wrapper dt{
    width: 8%
  }

  .d-wrapper dd{
    width: 92%;
  }
}

@media (min-width: 1024px) {
  .modal-position {
    width: calc(100% / 2.5) !important;
    left: calc(100% / 3) !important;
  }
  .warning-image img {
      width: 100% !important;
  }
  .warning-text {
      margin-top: 10px !important;
  }
  .g-i-text_drop_dow {
    display: none;
  }
}

@media (min-width: 1200px) {
  .modal-position {
    width: calc(100% / 3.6) !important;
    left: calc(100% / 2.8) !important;
  }
  .warning-image img {
      width: 100% !important;
      margin-top: 10px !important;
  }
  .d-wrapper dt{
    width: 6%
  }
  .d-wrapper dd{
    width: 94%;
  }
}
@media (max-width: 900px) {
  .dialog-text {
    font-size: 1.3rem !important;
  }

  .warning-image img {
    margin-top: 10px !important;
  }
}

@media (max-width: 1024px) {

  input,
  textarea,
  select {
    font-size: 1.6rem;
  }

  .g-select-height {
    height: 30px !important;
  }

  .g-input-lineheight {
    height: 30px !important;
  }

  .g-align-tl--smo {
    text-align: left !important;
  }

  .g-align-tc--smo {
    text-align: center !important;
  }

  .g-align-tr--smo {
    text-align: right !important;
  }

  .g-align-jc--smo {
    justify-content: center !important;
  }

  .g-btnGroup-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .g-btnGroup-reverse>*:nth-child(n + 2) {
    margin-top: 0;
  }

  .g-btnGroup-reverse>*:nth-last-child(n + 2) {
    margin-top: 15px;
  }

  .g-btn-sns {
    padding: 4px 20px 4px 15px;
  }

  .g-btn-sm--smo {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 4px 10px;
    width: auto;
  }

  .g-btn-lg--smo {
    font-size: 1.6rem;
    padding: 10px 30px;
  }

  .g-butterfly--smo {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .g-calendarList_prev,
  .g-calendarList_next {
    align-items: center;
    display: flex;
    font-size: 2rem;
    height: 30px;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 2;
  }
  .g-footer_list {
    width: 95% !important;
    margin: 20px !important;
  }
  .g-footer_list a {
    line-height: 2em !important;
    font-size: 1.4rem !important;
  }

  .g-calendarList_prev[aria-disabled='true'],
  .g-calendarList_next[aria-disabled='true'] {
    color: #aaa;
  }

  .g-calendarList_prev {
    left: 0;
  }

  .g-calendarList_next {
    right: 0;
  }

  .g-calendarList:not(.g-calendarList-gantt) thead {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  .g-calendar tbody tr {
    display: flex;
    flex-wrap: wrap;
  }

  .g-calendar table {
    background: linear-gradient(90deg, #ffe6e6 0, #ffe6e6 calc(100% / 7), #fff calc(100% / 7), #fff calc(100% / 7 * 6), #e6f3ff calc(100% / 7 * 6), #e6f3ff 100%);
    background-color: #fff;
    font-size: 1.1rem;
  }

  .g-calendar th,
  .g-calendar td,
  .g-calendar_dow div {
    padding: 5px 0 3px;
    text-align: center;
    width: calc(100% / 7);
  }

  .g-calendar td {
    min-height: 60px;
  }

  .g-calendar td[data-dow='mon']:first-child {
    margin-left: calc(100% / 7 * 1);
  }

  .g-calendar td[data-dow='tue']:first-child {
    margin-left: calc(100% / 7 * 2);
  }

  .g-calendar td[data-dow='wed']:first-child {
    margin-left: calc(100% / 7 * 3);
  }

  .g-calendar td[data-dow='thu']:first-child {
    margin-left: calc(100% / 7 * 4);
  }

  .g-calendar td[data-dow='fri']:first-child {
    margin-left: calc(100% / 7 * 5);
  }

  .g-calendar td[data-dow='sat']:first-child {
    margin-left: calc(100% / 7 * 6);
  }

  .g-calendar td[data-dow='sun']:first-child {
    margin-left: 0;
  }

  .g-calendar_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--key-color);
    border: 0;
    border-radius: 2px;
    color: var(--key-color-text);
    padding: 3px 0;
    width: 100%;
  }

  .g-calendar_btn:nth-of-type(1) {
    margin-top: 5px;
  }

  .g-calendar_btn:nth-of-type(n + 2) {
    margin-top: 1px;
  }

  .g-calendar_btn i {
    display: none;
  }

  .g-calendar_dow {
    background-color: #fff;
    display: flex;
  }

  .g-calendar_date {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }

  .g-calendar_date b {
    font-size: 2rem;
    margin: 0 2px;
  }

  .g-calendar_text {
    display: none;
  }

  .g-calendarList-gantt {
    position: relative;
  }

  .g-calendarList-gantt .g-calendar_container {
    padding-top: 45px;
  }

  .g-calendarList-gantt .g-calendar_tables {
    margin-left: 0 !important;
  }

  .g-calendarList-gantt .g-calendar_month {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0;
    position: absolute;
    top: -45px;
    width: 100%;
  }

  .g-calendarList-gantt .g-calendar_month b {
    font-size: 2rem;
    margin: 0 2px;
  }

  .g-calendarList-gantt .g-calendar thead tr:nth-child(2) {
    display: none;
  }

  .g-calendarList-gantt .g-calendar td {
    position: relative;
  }

  .g-calendarList-gantt .g-calendar td[data-dow='sun'] .g-calendar_btn {
    text-indent: 0;
  }

  .g-calendarList-gantt .g-calendar td[data-cloned] {
    color: #aaa;
  }

  .g-calendarList-gantt .g-calendar td[data-count='1'] {
    height: calc(23px * 1 + 1px * 0 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='2'] {
    height: calc(23px * 2 + 1px * 1 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='3'] {
    height: calc(23px * 3 + 1px * 2 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='4'] {
    height: calc(23px * 4 + 1px * 3 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='5'] {
    height: calc(23px * 5 + 1px * 4 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='6'] {
    height: calc(23px * 6 + 1px * 5 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='7'] {
    height: calc(23px * 7 + 1px * 6 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='8'] {
    height: calc(23px * 8 + 1px * 7 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='9'] {
    height: calc(23px * 9 + 1px * 8 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar td[data-count='10'] {
    height: calc(23px * 10 + 1px * 9 + 27px + 5px);
  }

  .g-calendarList-gantt .g-calendar_btn {
    border-radius: 0;
    left: 0;
    position: absolute;
    text-indent: -99999px;
    white-space: nowrap;
    width: 100%;
  }

  .g-calendarList-gantt .g-calendar_btn:nth-of-type(1),
  .g-calendarList-gantt .g-calendar_btn:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .g-calendarList-gantt .g-calendar_btn[data-first] {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
  }

  .g-calendarList-gantt .g-calendar_btn[data-last] {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
  }

  .g-calendarList-gantt .g-calendar_btn[data-index='0'] {
    text-indent: 0;
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='0'] {
    top: calc(23px * 0 + 1px * 0 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='1'] {
    top: calc(23px * 1 + 1px * 1 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='2'] {
    top: calc(23px * 2 + 1px * 2 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='3'] {
    top: calc(23px * 3 + 1px * 3 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='4'] {
    top: calc(23px * 4 + 1px * 4 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='5'] {
    top: calc(23px * 5 + 1px * 5 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='6'] {
    top: calc(23px * 6 + 1px * 6 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='7'] {
    top: calc(23px * 7 + 1px * 7 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='8'] {
    top: calc(23px * 8 + 1px * 8 + 27px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row-sp='9'] {
    top: calc(23px * 9 + 1px * 9 + 27px);
  }

  .g-card--smo .g-card_head {
    margin-bottom: 10px;
  }

  .g-card--smo .g-card_head img {
    width: 100%;
  }

  .g-card-lg--smo .g-card_head {
    margin-bottom: 20px;
  }

  .g-clip--smo {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  .g-column_table-responsive,
  .g-column_table-responsive thead,
  .g-column_table-responsive tbody,
  .g-column_table-responsive tr,
  .g-column_table-responsive th,
  .g-column_table-responsive td {
    display: block;
  }

  .g-column_table-responsive tr:nth-child(n + 2) {
    margin-top: 10px;
  }

  .g-column_table-responsive th {
    padding: 1px 1px 2px;
    text-align: left;
  }

  .g-column-rowHead {
    padding: 10px !important;
  }

  .g-column-rowBody {
    padding-bottom: 0 !important;
  }

  .g-column-inner__flex {
    display: block
  }

  .g-column-inner__object:nth-last-child(n+1):nth-last-child(-n+2):first-child,
  .g-column-inner__object:nth-last-child(n+1):nth-last-child(-n+2):first-child~.g-column-inner__object {
    width: unset;
  }

  .g-column-inner__object:nth-of-type(n+2) {
    margin-left: 0px
  }

  .g-column-inner__object:not(:last-child) {
    margin-bottom: 20px;
  }

  .g-column-inner__object img {
    width: 100%;
    object-fit: contain;
  }

  .g-fw--smo {
    width: 100%;
  }

  .g-gridList {
    padding: 10px;
  }

  .g-gridList ul:nth-child(n + 2) {
    margin-top: 10px;
  }

  .g-gridList li:first-child {
    font-weight: bold;
  }

  .g-gridList-keep ul {
    display: flex;
    justify-content: space-between;
  }

  .g-grid>*:nth-child(n + 2) {
    margin-top: 10px;
  }

  .g-hidden--smo {
    display: none !important;
  }

  .g-homeCarousel {
    margin: -20px -15px 0;
  }

  .g-itemSet-responsive>li {
    position: relative;
  }

  .g-itemSet-responsive>li>.g-itemSet_item,
  .g-itemSet-responsive>li>.g-itemSet_summary {
    padding: 10px;
    position: static;
  }

  .g-itemSet-responsive>li>.g-itemSet_item>.g-itemSet_btn,
  .g-itemSet-responsive>li>.g-itemSet_summary>.g-itemSet_btn {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }

  .g-itemSet-responsive>li>.g-itemSet_detail {
    min-height: 30px;
    padding: 0 10px 30px;
  }

  .g-itemSet-responsive>.g-itemSet-list_item-wide>.g-itemSet_detail {
    padding: 0 0 30px;
  }

  .g-ticketInfo_btn {
    font-size: 1.25rem;
  }

  .g-media--smo {
    overflow: hidden;
  }

  .g-media--smo .g-media_head {
    float: left;
    margin-right: 20px;
    width: 200px;
  }

  .g-media--smo .g-media_head img {
    width: 100%;
  }

  .g-media--smo .g-media_body {
    overflow: hidden;
  }

  .g-media-sm--smo .g-media_head {
    width: 100px;
  }

  .g-media-lg--smo .g-media_head {
    margin-right: 30px;
    width: 350px;
  }

  .g-myPage li br {
    display: none;
  }

  .g-myPage [src$='-check.png'] {
    transform: scale(0.9);
  }

  .g-myPage [src$='-password.png'] {
    transform: scale(0.8);
  }

  .g-orderOutput_reset {
    margin-top: 10px;
    text-align: right;
  }

  .g-receipt_head {
    flex-direction: column;
  }

  .g-receipt_custom_head {
    flex-direction: row;
  }

  .g-receipt_detail {
    overflow: hidden;
  }

  .g-receipt_detail dt {
    clear: left;
    float: left;
  }

  .g-receipt_detail dd {
    float: left;
  }

  .g-receipt_detail dd+dt {
    margin-left: 0;
  }

  .g-relativeArtists_img {
    max-width: 40px;
    min-width: 40px;
  }

  .g-row-responsive {
    flex-direction: column;
  }

  .g-row-responsive>*+* {
    padding-top: 0;
  }

  .g-row_sep::before {
    content: '／';
  }

  .g-search_optional {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }

  .g-search_main .g-input[type='text'] {
    flex-grow: 1;
  }

  .g-search .g-btn {
    width: auto;
  }

  .g-sellItemSet_h {
    font-weight: bold;
    margin: 5px 0 10px;
  }

  .g-sellItemSet_btn {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .g-sellItemSet_btn p {
    margin-right: 20px;
  }

  .g-sellItems_item:nth-child(n + 2) {
    margin-top: 15px;
  }

  .g-sellItems dd.g-sellItems_btn {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .g-sellItems dd.g-sellItems_btn p {
    margin-right: 20px;
  }

  .g-sns_status {
    position: absolute;
    right: 10px;
    top: 17px;
  }

  .g-stack-xs--smo>*:nth-child(n + 2) {
    margin-top: 5px !important;
  }

  .g-stack-sm--smo>*:nth-child(n + 2) {
    margin-top: 10px !important;
  }

  .g-stack-md--smo>*:nth-child(n + 2) {
    margin-top: 15px !important;
  }

  .g-stack-lg--smo>*:nth-child(n + 2) {
    margin-top: 20px !important;
  }

  .g-stack-xl--smo>*:nth-child(n + 2) {
    margin-top: 30px !important;
  }

  .g-steps li::before {
    content: "STEP\a" counter(steps);
    counter-increment: steps;
    text-align: center;
    white-space: pre;
  }

  .g-table table,
  .g-table caption,
  .g-table tbody,
  .g-table tr,
  .g-table th,
  .g-table td {
    display: grid;
  }

  .g-table thead {
    display: none;
  }

  .g-table tr:nth-child(n + 2) {
    margin-top: 15px;
  }

  .g-table th,
  .g-table td {
    background: none;
    border: 0;
    padding: 0;
    text-align: left;
  }

  .g-table th {
    font-weight: bold;
    margin-bottom: 5px;
    width: auto;
  }

  .g-table td {
    border-bottom: 0;
  }

  .g-table-column {
    background: transparent;
    padding: 0;
  }

  .g-table-column tr {
    background: #fff;
    padding: 15px 10px;
  }

  .g-table-column td:nth-child(n + 2) {
    margin-top: 15px;
  }

  .g-table-column [data-label]::before {
    color: #000;
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .g-table-column [data-label]:empty {
    display: none;
  }

  .g-table-nowrap--smo {
    white-space: nowrap;
  }

  .g-table-sm th {
    width: auto;
  }

  .g-table-lg th {
    width: auto;
  }

  .g-table_spanned {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .g-table-nested tr {
    padding: 0;
  }

  .g-table_status .g-color-key {
    display: inline-block;
    margin-left: 5px;
  }

  .g-table-multiple>table>tbody>tr>th[rowspan] {
    margin-bottom: 20px;
  }

  .g-table_r {
    margin-top: 20px;
  }

  .g-total_nav {
    display: none;
  }

  .g-total_shoulder {
    margin-top: 15px;
    text-align: right;
  }

  .g-total table,
  .g-total tbody,
  .g-total tr,
  .g-total th,
  .g-total td {
    display: inline-block;
  }

  .g-total thead {
    display: none;
  }

  .g-total tr:nth-child(n + 2) {
    margin-top: 15px;
  }

  .g-total th,
  .g-total td {
    padding: 0 3px;
    text-align: left;
  }

  .g-total_cb {
    float: left;
  }

  .g-total_cb~td {
    float: right;
    overflow: hidden;
    width: calc(100% - 25px);
  }

  .g-total_name {
    font-weight: bold;
    width: 100%;
  }

  .g-total_date {
    min-width: 0;
    width: 100%;
  }

  .g-total_subtotal {
    padding-top: 15px;
  }

  .g-gNav {
    overflow-y: scroll;
  }

  .pc {
    display: none;
  }

  .sp-menu_open {
    position: fixed;
    width: 100vw;
  }

  .g-footer_list {
    width: 40%;
    margin: 0 auto;
  }

  .g-footer_list a {
    line-height: 2em;
    font-size: 1.2rem;
  }

  .g-multiInputGroup {
    flex-direction: column;
    align-items: flex-start;
  }

  .g-multiInputGroup .g-input {
    min-width: 50vw;
  }

  .g-multiInputGroup .g-input:not(:first-child) {
    margin-top: 15px;
  }

  .g-creditcard-form {
    margin-left: 20px;
  }

  .g-creditcard-element {
    margin-left: 10px;
  }
  #show-qr-code-app {
    display: revert
  }

  #show-qr-code-web {
    display: none;
  }

  #show-qr-code-btn {
    transform: rotate(90deg);
    background: none;
    color:black;
    width: 20px;
    margin-top: -30px;
  }

  #show-qr-code[aria-hidden='true'] {
    opacity: 0;
  }
  #show-qr-code[aria-hidden='false'] {
    opacity: 1;
  }

  #show-qr-code {
    text-align: center;
    width: 100%;
    transition: opacity 0.4s ease-in-out;
  }
}

@media (min-width: 1025px) {
  .g-accordionRow {
    padding: 0 30px 0 0;
  }

  .g-accordionRow_btn {
    font-size: 2.5rem;
    left: auto;
    right: 0;
    top: 0;
    width: auto;
  }

  .g-accordion i {
    font-size: 2.5rem;
  }

  .g-align-tl--md {
    text-align: left !important;
  }

  .g-align-tc--md {
    text-align: center !important;
  }

  .g-align-tr--md {
    text-align: right !important;
  }

  .g-aside {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    margin: 0;
  }

  .g-aside_inner {
    height: calc(100% - var(--header-height-pc));
    margin-top: var(--header-height-pc);
    overflow-y: auto;
    position: fixed;
    width: var(--pc-sidebar-width);
  }

  .g-aside_inner {
    scrollbar-width: none;
  }

  .g-aside_inner::-webkit-scrollbar {
    display: none;
  }

  .g-aside_inner::after {
    content: '';
    display: block;
    height: 100px;
  }

  .g-back-to-top {
    bottom: 5px;
    right: 40px;
  }

  .g-back-to-top a {
    height: 80px;
    width: 80px;
  }
  .g-column_indent .g-btnGroup-inline {
    justify-content: flex-start;
  }
  .g-btnGroup + .g-btnGroup {
    margin-top: 25px;
  }
  .g-btnGroup,
  .fany_g-btnGroup {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .g-btnGroup>*:nth-child(n + 1) {
    margin: 0 7px;
  }

  .fany_g-btnGroup>*:nth-child(n + 1) {
    margin: 0 7px 7px 7px;
  }

  .g-btnGroup_extra {
    position: absolute;
    right: 0;
  }

  .g-btnGroup_extra:nth-child(n + 1) {
    margin: 0;
  }

  .g-btn {
    width: auto;
  }

  .g-btn-sns img {
    width: 30px;
  }

  .g-btn-accordion {
    width: 100%;
  }

  .g-btn-sm--md {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 4px 10px;
    width: auto;
  }

  .g-btn-lg--md {
    font-size: 1.6rem;
    padding: 10px 30px;
  }

  .g-butterfly--md {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .g-calendarList_prev,
  .g-calendarList_next {
    display: none;
  }

  .g-calendar {
    position: relative;
  }

  .g-calendar+.g-calendar {
    margin-top: 30px;
  }

  .g-calendar_main {
    background-color: #fff;
    overflow: auto;
    /*
    padding-bottom: 76px;
    */
    padding-bottom: var(--calendar-main-bottom);
  }

  .g-calendar_main::after {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 7px;
    z-index: 1;
  }

  .g-calendar_main::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    right: 0;
  }

  .g-calendar_tables {
    margin-left: 130px;
  }

  .g-calendar thead tr,
  .g-calendar tbody tr {
    display: flex;
  }

  .g-calendar table {
    background-color: #fff;
    margin-left: 130px;
  }

  .g-calendar th,
  .g-calendar td,
  .g-calendar td::before {
    border: 0 solid transparent;
    border-left-width: 1px;
    width: 31px;
  }

  .g-calendar th,
  .g-calendar td {
    align-items: center;
    background-color: #f2f2f2;
    border-left-color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 30px;
    justify-content: center;
    padding: 0;
    position: relative;
  }

  .g-calendar td::before {
    background-color: #fff;
    border-left-color: #eee;
    /*
    bottom: -76px;
    */
    bottom: var(--calendar-main-bottom-minus);
    content: '';
    display: block;
    /*
    height: 76px;
    */
    height: var(--calendar-main-bottom);
    left: -1px;
    position: absolute;
  }

  .g-calendar_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    /*
    border-radius: 2px;
    bottom: -76px;
    height: 76px;
    */
    border-radius: 0 0 2px 2px;
    cursor: pointer;
    bottom: var(--calendar-main-bottom-minus);
    height: var(--calendar-main-bottom);
    left: 0;
    letter-spacing: 0.15em;
    line-height: 1.2;
    padding: 0;
    position: absolute;
    width: 30px;
    writing-mode: vertical-rl;
  }

  .g-calendar_btn[aria-expanded='false'] {
    background-color: var(--key-color);
    color: var(--key-color-text);
  }

  .g-calendar_btn[aria-expanded='true'] {
    background-color: #ffa500;
    color: #000;
  }

  .g-calendar_btn[aria-expanded='true'] i {
    transform: rotate(180deg);
  }

  .g-calendar_btn i {
    /*
    bottom: 2px;
    font-size: 1.2rem;
    */
    bottom: 3px;
    font-size: 1.8rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: transform 0.2s;
    writing-mode: initial;
  }

  .g-calendar_dow {
    display: none;
  }

  .g-calendar_head {
    background-color: #f2f2f2;
    position: absolute;
    width: 130px;
    z-index: 3;
  }

  .g-calendar_head::before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: -7px;
    top: 0;
    width: 7px;
    z-index: 1;
  }

  .g-calendar_date {
    align-items: center;
    display: flex;
    font-weight: bold;
    height: 60px;
    justify-content: center;
  }

  .g-calendar_date b {
    font-size: 2rem;
    margin: 0 2px;
  }

  .g-calendar_text {
    align-items: center;
    display: flex;
    /*
    height: 76px;
    */
    height: var(--calendar-main-bottom);
    justify-content: center;
  }

  .g-calendar_event {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px 15px;
  }

  .g-calendarList-gantt .g-calendar[data-count='3'] .g-calendar_main {
    padding-bottom: calc(30px * 3 + 1px * 2 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='3'] td::before {
    bottom: calc(-30px * 3 - 1px * 2 - 20px);
    height: calc(30px * 3 + 1px * 2 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='4'] .g-calendar_main {
    padding-bottom: calc(30px * 4 + 1px * 3 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='4'] td::before {
    bottom: calc(-30px * 4 - 1px * 3 - 20px);
    height: calc(30px * 4 + 1px * 3 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='5'] .g-calendar_main {
    padding-bottom: calc(30px * 5 + 1px * 4 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='5'] td::before {
    bottom: calc(-30px * 5 - 1px * 4 - 20px);
    height: calc(30px * 5 + 1px * 4 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='6'] .g-calendar_main {
    padding-bottom: calc(30px * 6 + 1px * 5 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='6'] td::before {
    bottom: calc(-30px * 6 - 1px * 5 - 20px);
    height: calc(30px * 6 + 1px * 5 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='7'] .g-calendar_main {
    padding-bottom: calc(30px * 7 + 1px * 6 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='7'] td::before {
    bottom: calc(-30px * 7 - 1px * 6 - 20px);
    height: calc(30px * 7 + 1px * 6 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='8'] .g-calendar_main {
    padding-bottom: calc(30px * 8 + 1px * 7 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='8'] td::before {
    bottom: calc(-30px * 8 - 1px * 7 - 20px);
    height: calc(30px * 8 + 1px * 7 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='9'] .g-calendar_main {
    padding-bottom: calc(30px * 9 + 1px * 8 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='9'] td::before {
    bottom: calc(-30px * 9 - 1px * 8 - 20px);
    height: calc(30px * 9 + 1px * 8 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='10'] .g-calendar_main {
    padding-bottom: calc(30px * 10 + 1px * 9 + 20px);
  }

  .g-calendarList-gantt .g-calendar[data-count='10'] td::before {
    bottom: calc(-30px * 10 - 1px * 9 - 20px);
    height: calc(30px * 10 + 1px * 9 + 20px);
  }

  .g-calendarList-gantt .g-calendar_date {
    height: 90px;
  }

  .g-calendarList-gantt .g-calendar_text {
    display: block;
    height: auto;
    padding: 10px 0;
  }

  .g-calendarList-gantt .g-calendar_name {
    align-items: center;
    display: flex;
    height: 30px;
    padding: 0 10px;
    white-space: nowrap;
  }

  .g-calendarList-gantt .g-calendar_name:nth-child(n + 2) {
    margin-top: 1px;
  }

  .g-calendarList-gantt .g-calendar_tables {
    display: flex;
  }

  .g-calendarList-gantt .g-calendar_month {
    background-color: #fff;
    border-left-color: #ccc;
    width: 100%;
  }

  .g-calendarList-gantt .g-calendar_item:first-child .g-calendar_month {
    border-left-color: transparent;
  }

  .g-calendarList-gantt .g-calendar table {
    margin-left: 0;
  }

  .g-calendarList-gantt .g-calendar td[data-cloned] {
    display: none;
  }

  .g-calendarList-gantt .g-calendar_btn {
    height: 30px;
    margin-left: -2px;
    text-indent: -99999px;
    width: 33px;
    z-index: 1;
  }

  .g-calendarList-gantt .g-calendar_btn::before {
    content: attr(data-pc-label);
    margin-right: 1em;
    position: relative;
  }

  .g-calendarList-gantt .g-calendar_btn[data-index='0'] {
    font-size: 1.2rem;
    padding-left: 10px;
    text-indent: 0;
    white-space: nowrap;
    writing-mode: horizontal-tb;
    z-index: 2;
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='0'] {
    bottom: calc(-30px * 1 - 1px * 0 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='1'] {
    bottom: calc(-30px * 2 - 1px * 1 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='2'] {
    bottom: calc(-30px * 3 - 1px * 2 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='3'] {
    bottom: calc(-30px * 4 - 1px * 3 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='4'] {
    bottom: calc(-30px * 5 - 1px * 4 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='5'] {
    bottom: calc(-30px * 6 - 1px * 5 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='6'] {
    bottom: calc(-30px * 7 - 1px * 6 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='7'] {
    bottom: calc(-30px * 8 - 1px * 7 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='8'] {
    bottom: calc(-30px * 9 - 1px * 8 - 10px);
  }

  .g-calendarList-gantt .g-calendar_btn[data-row='9'] {
    bottom: calc(-30px * 10 - 1px * 9 - 10px);
  }
  .g-calendar_btn-text {
    display: none;
  }
  .g-card--md .g-card_head {
    margin-bottom: 10px;
  }

  .g-card--md .g-card_head img {
    width: 100%;
  }

  .g-card-lg--md .g-card_head {
    margin-bottom: 20px;
  }

  .g-choice {
    padding: 0;
  }

  .g-choice_items {
    align-items: center;
    display: flex;
  }

  .g-choice_items li:nth-child(n + 2) {
    margin: 0 0 0 20px;
  }

  .g-choice_items label {
    padding: 20px;
  }

  .g-choice_err {
    padding: 0 20px 15px;
  }

  .g-choice_region {
    padding: 0 20px 20px;
  }

  .g-clip--md {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  .g-column {
    padding: 20px;
  }

  .g-column-sm {
    padding: 10px 20px;
  }

  .g-column_indent {
    margin: 7px 0 0 20px;
  }

  .g-column-row {
    display: flex;
  }

  .g-column-rowHead {
    align-items: center;
    display: flex;
  }

  .g-column-rowBody {
    flex: 1;
    padding-right: 0 !important;
  }

  .g-column-rowFoot {
    align-items: center;
    display: flex;
  }

  .g-column-rowHead,
  .g-column-rowBody,
  .g-column-rowFoot {
    padding: 20px;
  }

  .g-contents-2col {
    display: grid;
    grid-template-columns: var(--pc-sidebar-width) var(--pc-maincontent-width);
    grid-template-rows: auto 1fr;
    min-height: 100vh;
  }

  .g-contents-2col::after {
    box-shadow: 0 0 6px 3px rgba(84, 0, 0, 0.7);
    content: '';
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: var(--pc-sidebar-width);
  }

  .g-copyright {
    align-items: center;
    /*background: url("/assets/img/bg-copyright.png") no-repeat top center;*/
    background: var(--bg-copyright-url) no-repeat top center;
    bottom: 0;
    display: flex;
    font-size: 1rem;
    height: 50px;
    justify-content: center;
    left: 0;
    padding: 0;
    position: fixed;
    width: var(--pc-sidebar-width);
  }

  .g-copyright-simple {
    background: none;
    position: static;
    width: auto;
  }

  .g-creditCards {
    justify-content: flex-start;
  }

  .g-eventCalendar {
    padding: 20px;
  }

  .g-faq_subcategory {
    padding: 0 20px;
  }

  .g-faq_subcategory_inner {
    padding-bottom: 20px;
  }

  .g-filter .g-input {
    margin-bottom: 0;
    width: 200px;
  }

  .g-filter .g-btn {
    margin: 0 0 0 10px;
  }

  .g-flow-third>* {
    width: calc((100% - 30px) / 3);
  }

  .g-footer {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin: 0 30px 30px;
  }

  .g-footer_list li {
    border-bottom: 0;
    display: inline;
    margin-right: 20px;
  }

  .g-footer_list a {
    background-color: transparent;
    color: var(--footer-text-color);
    display: inline;
    padding: 0;
  }

  html[data-states~='no-touch'] .g-footer_list a:hover {
    color: var(--footer-text-color--hover);
  }

  .g-footer_list i {
    display: none;
  }

  .g-gNav {
    height: var(--pc-header-height);
    width: var(--pc-maincontent-width);
    display: flex;
    z-index: 200;
  }

  .g-gNav_close {
    display: none;
  }

  .g-gNav_list {
    display: flex;
    margin: 0 0 0 4.5%;
    display: -webkit-inline-box;
    width: 100%;
  }

  .g-gNav_list_summary {
    text-align: left;
  }

  .g-gNav_list-item-details_list-item .g-gNav_list-item-details_list-anchor {
    text-align: left;
  }

  .sp {
    display: none;
  }

  .g-gNav_list a,
  .g-gNav_list details {
    height: var(--pc-header-height);
    padding: 15px 20px;
  }

  .g-first-keyword a {
    text-align: left;
  }

  html[data-states~='no-touch'] .g-gNav_list a:hover {
    box-shadow: 0 -2px 0 0 var(--key-color) inset;
    text-decoration: none;
  }

  .g-gNav_myPage {
    height: var(--pc-header-height);
    margin-left: auto;
  }

  .g-gNav_myPage a {
    background-color: var(--key-color);
    color: var(--key-color-text);
    transition: background-color 0.2s;
    height: 100%;
    font-size: 1.2rem;
    padding: 0 25px 0 15px;
  }

  html[data-states~='no-touch'] .g-gNav_myPage a:hover {
    background-color: var(--key-color-hover);
    box-shadow: none;
    color: var(--key-color-text-hover);
  }

  .g-gridList {
    display: table;
    width: 100%;
  }

  .g-gridList ul {
    display: table-row;
  }

  .g-gridList li {
    display: table-cell;
    padding: 3px 7px;
  }

  .g-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .g-grid-3 {
    margin: -5px;
  }

  .g-grid-3>* {
    padding: 5px;
    width: 33.33333333%;
  }

  .g-h {
    align-items: center;
    display: flex;
  }

  .g-h-1 .g-h_h {
    font-size: 2.2rem;
  }

  .g-h_alert {
    margin: 0 0 0 20px;
  }

  .g-h_extra {
    margin-left: auto;
    margin-top: 0;
  }

  .g-h .g-tag {
    margin: 0 0 0 20px;
  }

  .g-header {
    height: var(--header-height-pc);
    left: 0;
    padding: 30px 20px 20px;
    position: fixed;
    width: var(--pc-sidebar-width);
  }

  .g-header_logo {
    height: var(--logo-height-pc);
    margin: auto;
    width: var(--logo-width-pc);
  }

  .g-header_myPage,
  .g-header_menu {
    display: none;
  }

  .g-header-simple {
    height: auto;
    padding: 15px 30px;
    position: static;
    width: auto;
  }

  .g-header-simple .g-header_logo {
    height: var(--logo-height-sp);
    margin: 0;
    width: var(--logo-width-sp);
  }

  .g-hidden--md {
    display: none !important;
  }

  .g-history {
    padding: 20px;
  }

  .g-history_list i {
    display: none;
  }

  .g-itemSet {
    margin-bottom: 10px;
  }

  .g-itemSet>li {
    margin-top: 10px;
  }

  .g-itemSet-responsive>.g-itemSet-list_item>.g-itemSet_detail {
    padding: 0 10px;
  }

  .g-itemSet_head {
    width: 20%;
    word-break: break-all;
  }

  .g-itemSet_name {
    width: 25%;
  }

  .g-itemSet_body {
    width: 30%;
  }

  .g-itemSet_foot {
    width: 25%;
  }

  .g-itemSet_item,
  .g-itemSet_summary {
    padding: 15px 20px;
  }

  .g-itemSet_item {
    display: flex;
  }

  .g-itemSet_summary {
    flex-direction: row;
    align-items: center;
  }

  .g-itemSet_summary .g-itemSet_head {
    margin-right: 20px;
    width: 150px;
  }
  .g-itemSet_summary .g-itemSet_name {
    margin-right: 20px;
    width: 200px;
  }
  .g-itemSet_summary .g-itemSet_body {
    margin-right: 10px;
  }
  .g-itemSet_summary .g-itemSet_time {
    margin-right: 10px;
    width: 25%;
  }
  .g-itemSet_h {
    font-size: 1.6rem;
  }

  .g-itemSet_h:only-child {
    margin-bottom: 0;
  }

  .g-itemSet_btn {
    font-size: 2.5rem;
    width: 50px;
  }

  .g-itemSet_spec {
    font-size: 1.4rem;
  }

  .g-itemSet-bordered {
    margin-bottom: 0;
  }

  .g-itemSet-bordered>li {
    margin-top: 0;
  }

  .g-itemSet-accordion>li>.g-itemSet_item,
  .g-itemSet-accordion>li>.g-itemSet_summary {
    padding: 15px 70px 15px 20px;
  }

  .g-itemSet-cell .g-itemSet_item {
    padding: 0;
  }

  .g-language {
    bottom: 95px;
    right: 40px;
    width: 80px;
  }

  .g-main {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding: 30px;
  }

  .g-main_inner {
    padding: 30px 20px;
  }

  .g-main_foot {
    margin-top: 40px;
  }

  .g-resale_foot {
      margin-top: 25px;
  }

  .error_message {
    padding-left: 40px;
  }

  .g-contents-2col .g-main {
    margin-top: 50px;
  }

  .g-contents-1col .g-main_inner {
    margin: auto;
    max-width: 1000px;
  }

  .g-media--md {
    overflow: hidden;
  }

  .g-media--md .g-media_head {
    float: left;
    margin-right: 20px;
    width: 200px;
  }

  .g-media--md .g-media_head img {
    width: 100%;
  }

  .g-media--md .g-media_body {
    overflow: hidden;
  }

  .g-media-sm--md .g-media_head {
    width: 100px;
  }

  .g-media-lg--md .g-media_head {
    margin-right: 30px;
    width: 39%;
  }

  .g-message {
    font-size: 1.6rem;
  }

  .g-modal_close {
    font-size: 3.5rem;
    height: 50px;
    width: 50px;
  }

  .g-modal_spacer {
    min-height: 20px;
  }

  .g-modal_content {
    max-width: 1000px;
    padding: 50px 20px;
    width: calc(100% - 20px * 2);
  }

  .g-myPage {
    padding: 10px 20px 40px;
  }

  .g-myPage li {
    margin: 20px 10px;
    width: auto;
  }

  .g-myPage li a {
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 120px;
  }

  .g-myPage li div {
    flex-direction: column;
  }

  .g-myPage li span {
    height: 70px;
    margin: 0 0 5px;
    width: 70px;
  }

  .g-myPage li i {
    display: none;
  }

  .g-myPage [src$='-history.png'] {
    transform: scale(0.95);
  }

  .g-myPage [src$='-contents.png'] {
    transform: scale(0.85);
  }

  .g-myPage [src$='-ticket-app.png'] {
    transform: scale(0.85);
  }

  .g-myPage [src$='-change.png'] {
    transform: scale(0.85);
  }

  .g-news {
    padding: 20px;
  }

  .g-orderOutput_reset {
    position: absolute;
    right: 0;
    top: 7px;
  }

  .g-relativeArtists {
    padding: 20px 30px 0;
  }

  .g-relativeArtists h2 {
    margin-bottom: 0;
  }

  .g-relativeArtists ul {
    display: flex;
    flex-wrap: wrap;
  }

  .g-relativeArtists li {
    border-bottom: 0;
    margin: 20px 10px;
    width: 140px;
  }

  .g-relativeArtists a {
    display: block;
    padding: 0;
  }

  .g-relativeArtists div {
    display: block;
    word-break: break-all;
  }

  .g-relativeArtists_img {
    height: 140px;
    margin: 0 0 10px;
    width: 140px;
  }

  .g-relativeArtists i {
    display: none;
  }

  .g-row_img {
    height: 150px;
    width: 150px;
  }

  .g-row_sep {
    display: block;
  }

  .g-rule_inner {
    padding: 20px;
  }

  .g-search {
    display: table;
    margin: auto;
  }

  .g-search_optional {
    margin-top: 15px;
  }

  .g-search_main .g-input[type='text'] {
    max-width: 400px;
    width: 100%;
  }

  .g-search .g-checkbox {
    margin: 0 0 0 20px;
  }

  .g-section {
    margin-top: 40px;
  }

  .g-section-sm {
    margin-top: 25px;
  }

  .g-selectSeats {
    align-items: center;
    display: flex;
    padding: 10px 20px 0;
  }

  .g-selectSeats p {
    margin: 0 0 0 20px;
  }

  .g-select_i {
    font-size: 2.5rem;
  }

  .g-sellItemSet {
    display: flex;
    padding: 20px 20px 30px;
  }

  .g-sellItemSet .g-sellItems {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .g-sellItemSet .g-sellItems .g-sellItems_item {
    flex: 1;
  }

  .g-sellItemSet .g-sellItems dt {
    padding: 10px 5px;
    width: 100px;
  }

  .g-sellItemSet_el {
    flex: 1;
  }

  .g-sellItemSet_item {
    display: flex;
  }

  .g-sellItemSet_item+.g-sellItemSet_item {
    margin-top: -1px;
  }

  .g-sellItemSet_item+.g-sellItemSet_item .g-sellItemSet_h {
    border-top: 1px solid #fff;
  }

  .g-sellItemSet_h {
    align-items: center;
    background-color: #ccc;
    display: flex;
    padding: 10px 15px;
    width: 170px;
  }

  .g-sellItemSet_btn {
    font-size: 1.2rem;
    min-width: 100px;
    padding: 10px 0;
  }

  .g-sellItemSet_btn p {
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .g-sellItems {
    padding: 20px 20px 30px;
  }

  .g-sellItems_item {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    display: flex;
    /** #3568 */
    min-height: 6.6rem;
  }

  .g-sellItems_item+.g-sellItems_item {
    border-top: 0;
  }

  .g-sellItems dt {
    display: flex;
    padding: 10px 15px;
    width: 170px;
  }

  .g-sellItems dd.g-sellItems_btn {
    font-size: 1.2rem;
    /* min-width: 100px; */
    /** #3568 */
    min-width: 16.6rem;
    padding: 10px 0;
  }

  .g-sellItems dd.g-sellItems_btn p {
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .g-sellItems_ticket {
    align-items: center;
    column-gap: 0;
    display: flex;
    margin: 10px 15px;
  }

  .g-sellItems_ticket>* {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 5px;
    text-align: center;
  }

  .g-sellItems_pos {
    flex-basis: auto;
  }

  .g-sellItems-fit {
    padding: 0;
  }

  .g-sns li {
    align-items: center;
    border-top: 1px solid #ccc;
    display: flex;
    padding: 10px 30px;
  }

  .g-sns li:nth-child(n + 2) {
    margin-top: 0;
  }

  .g-sns img {
    margin-right: 20px;
    width: 40px;
  }

  .g-sns_name {
    margin: 0;
    width: 50%;
  }

  .g-sns_status {
    font-size: 1.6rem;
  }

  .g-stack-xs--md>*:nth-child(n + 2) {
    margin-top: 5px !important;
  }

  .g-stack-sm--md>*:nth-child(n + 2) {
    margin-top: 10px !important;
  }

  .g-stack-md--md>*:nth-child(n + 2) {
    margin-top: 15px !important;
  }

  .g-stack-lg--md>*:nth-child(n + 2) {
    margin-top: 20px !important;
  }

  .g-stack-xl--md>*:nth-child(n + 2) {
    margin-top: 30px !important;
  }

  .g-steps {
    font-size: 1.6rem;
  }

  .g-steps li {
    height: 3em;
    margin: 5px 0;
    padding: 0 10px 0 15px;
  }

  .g-steps li:nth-child(n + 2) {
    margin-left: 20px;
  }

  .g-steps li::after {
    border-width: 1.5em 0 1.5em 15px;
    right: -15px;
  }

  .g-steps li:last-child {
    padding: 0 15px;
  }

  .g-subtotal {
    margin-top: 20px;
  }

  .g-table {
    padding: 20px;
  }

  .g-table-fixed table {
    table-layout: fixed;
  }

  .g-table-nowrap--md {
    white-space: nowrap;
  }

  .g-table-nested {
    padding: 0;
  }

  .g-table_status {
    max-width: 160px;
    min-width: 160px;
    width: 160px;
  }

  .g-table_tag-status {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
  }

  .g-table_date {
    max-width: 200px;
    min-width: 200px;
    width: 200px;
  }

  .g-table_type {
    max-width: 95px;
    min-width: 95px;
    width: 95px;
  }

  .g-table_amount {
    max-width: 60px;
    min-width: 60px;
    width: 60px;
  }

  .g-table_price {
    max-width: 110px;
    min-width: 110px;
    width: 110px;
  }

  .g-table_link {
    max-width: 60px;
    min-width: 60px;
    width: 60px;
  }

  .g-table_due {
    max-width: 230px;
    min-width: 230px;
    width: 230px;
  }

  .g-table_method {
    max-width: 165px;
    min-width: 165px;
    width: 165px;
  }

  .g-table_credit {
    max-width: 190px;
    min-width: 190px;
    width: 190px;
  }

  .g-table_label {
    max-width: 80px;
    min-width: 80px;
    width: 80px;
  }

  .g-table_price2 {
    text-align: right;
  }

  .g-table_subject,
  .g-table_message {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .g-table_message>br {
    display: none;
  }

  .g-table_subject {
    width: 25%;
  }

  .g-table_datetime {
    width: 220px;
  }

  .g-table_btn {
    width: 70px;
  }

  .g-table-multiple>table>tbody>tr>th {
    text-align: left;
    white-space: nowrap;
    width: 1%;
  }

  .g-table-multiple>table>tbody>tr>th[rowspan] {
    border-right: 1px solid #ccc;
    white-space: normal;
    width: 300px;
  }

  .g-table-priority {
    width: 110px !important;
  }

  .g-table-event {
    width: 230px  !important;
  }

  .g-table-inner {
    padding: 0;
  }

  .g-table-inner th,
  .g-table-inner td {
    border-width: 0;
    padding: 5px 0;
    vertical-align: top;
  }

  .g-table-inner th {
    background-color: transparent;
    padding: 11px 15px 0 0;
    text-align: left;
    white-space: nowrap;
    width: 120px;
  }

  .g-table-split {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .g-table_l {
    flex: 1;
  }

  .g-table_r {
    margin-left: 20px;
  }

  .g-ticketInfo a {
    flex-direction: row;
  }

  .g-ticketInfo_text {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .g-ticketInfo_text p {
    /* flex-basis: 0;
    flex-grow: 1; */
    width: 50%;
  }

  .g-ticketInfo_text p:nth-child(n+2) {
    margin-left: 20px;
  }

  .refund-ticketInfo_text p {
    width: 22%;
  }

  .refund-ticketInfo_text p:first-child {
    width: 12%;
  }

  .g-ticketInfo_btn {
    padding: 0;
    width: 120px;
  }

  .g-ticketInfo_btn i {
    right: .5vw;
  }

  .g-ticketInfo-nested .g-ticketInfo_text p {
    /* flex-basis: auto; */
  }

  .g-total_headWrapper {
    width: calc(100% - 95px);
  }

  .g-total_body,
  .selecttotal-box__table {
    padding: 20px 20px 30px;
  }

  .g-total td {
    border-bottom: 1px dotted #ccc;
    white-space: normal;
    word-break: break-all;
    text-align: left;
  }

  .g-total_cb {
    width: 1%;
  }

  .g-total_type {
    text-align: center;
    width: 200px;
  }

  .g-total_place {
    text-align: center;
    width: 300px;
  }

  .g-total_amount {
    text-align: center;
    width: 70px;
  }

  .g-total_price {
    text-align: right;
    width: 120px;
  }

  .g-total_subtotal,
  .g-total_extra,
  .g-total_total {
    padding: 10px 15px 10px 0;
  }

  .g-total-nested .g-total_head,
  .g-total-wrapper .g-total_head {
    padding-bottom: 10px;
  }

  .g-total-nested .g-total_body {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .g-align-tl--mdo {
    text-align: left !important;
  }

  .g-align-tc--mdo {
    text-align: center !important;
  }

  .g-align-tr--mdo {
    text-align: right !important;
  }

  .g-btn-sm--mdo {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 4px 10px;
    width: auto;
  }

  .g-btn-lg--mdo {
    font-size: 1.6rem;
    padding: 10px 30px;
  }

  .g-butterfly--mdo {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .g-card--mdo .g-card_head {
    margin-bottom: 10px;
  }

  .g-card--mdo .g-card_head img {
    width: 100%;
  }

  .g-card-lg--mdo .g-card_head {
    margin-bottom: 20px;
  }

  .g-clip--mdo {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  .g-hidden--mdo {
    display: none !important;
  }

  .g-media--mdo {
    overflow: hidden;
  }

  .g-media--mdo .g-media_head {
    float: left;
    margin-right: 20px;
    width: 200px;
  }

  .g-media--mdo .g-media_head img {
    width: 100%;
  }

  .g-media--mdo .g-media_body {
    overflow: hidden;
  }

  .g-media-sm--mdo .g-media_head {
    width: 100px;
  }

  .g-media-lg--mdo .g-media_head {
    margin-right: 30px;
    width: 350px;
  }

  .g-stack-xs--mdo>*:nth-child(n + 2) {
    margin-top: 5px !important;
  }

  .g-stack-sm--mdo>*:nth-child(n + 2) {
    margin-top: 10px !important;
  }

  .g-stack-md--mdo>*:nth-child(n + 2) {
    margin-top: 15px !important;
  }

  .g-stack-lg--mdo>*:nth-child(n + 2) {
    margin-top: 20px !important;
  }

  .g-stack-xl--mdo>*:nth-child(n + 2) {
    margin-top: 30px !important;
  }
}

@media (min-width: 1024px) {
  .g-align-tl--lgo {
    text-align: left !important;
  }


  .g-align-tc--lgo {
    text-align: center !important;
  }

  .g-align-tr--lgo {
    text-align: right !important;
  }

  .g-align-tl--lg {
    text-align: left !important;
  }

  .g-align-tc--lg {
    text-align: center !important;
  }

  .g-align-tr--lg {
    text-align: right !important;
  }

  .g-btn-sm--lgo {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 4px 10px;
    width: auto;
  }

  .g-btn-sm--lg {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 4px 10px;
    width: auto;
  }

  .g-btn-lg--lgo {
    font-size: 1.6rem;
    padding: 10px 30px;
  }

  .g-btn-lg--lg {
    font-size: 1.6rem;
    padding: 10px 30px;
  }

  .g-butterfly--lgo {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .g-butterfly--lg {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .g-card--lgo .g-card_head {
    margin-bottom: 10px;
  }

  .g-card--lgo .g-card_head img {
    width: 100%;
  }

  .g-card-lg--lgo .g-card_head {
    margin-bottom: 20px;
  }

  .g-card--lg .g-card_head {
    margin-bottom: 10px;
  }

  .g-card--lg .g-card_head img {
    width: 100%;
  }

  .g-card-lg--lg .g-card_head {
    margin-bottom: 20px;
  }

  .g-clip--lgo {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  .g-clip--lg {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  .g-hidden--lgo {
    display: none !important;
  }

  .g-hidden--lg {
    display: none !important;
  }

  .g-media--lgo {
    overflow: hidden;
  }

  .g-media--lgo .g-media_head {
    float: left;
    margin-right: 20px;
    width: 200px;
  }

  .g-media--lgo .g-media_head img {
    width: 100%;
  }

  .g-media--lgo .g-media_body {
    overflow: hidden;
  }

  .g-media-sm--lgo .g-media_head {
    width: 100px;
  }

  .g-media-lg--lgo .g-media_head {
    margin-right: 30px;
    width: 350px;
  }

  .g-media--lg {
    overflow: hidden;
  }

  .g-media--lg .g-media_head {
    float: left;
    margin-right: 20px;
    width: 200px;
  }

  .g-media--lg .g-media_head img {
    width: 100%;
  }

  .g-media--lg .g-media_body {
    overflow: hidden;
  }

  .g-media-sm--lg .g-media_head {
    width: 100px;
  }

  .g-media-lg--lg .g-media_head {
    margin-right: 30px;
    width: 350px;
  }

  .g-stack-xs--lgo>*:nth-child(n + 2) {
    margin-top: 5px !important;
  }

  .g-stack-sm--lgo>*:nth-child(n + 2) {
    margin-top: 10px !important;
  }

  .g-stack-md--lgo>*:nth-child(n + 2) {
    margin-top: 15px !important;
  }

  .g-stack-lg--lgo>*:nth-child(n + 2) {
    margin-top: 20px !important;
  }

  .g-stack-xl--lgo>*:nth-child(n + 2) {
    margin-top: 30px !important;
  }

  .g-stack-xs--lg>*:nth-child(n + 2) {
    margin-top: 5px !important;
  }

  .g-stack-sm--lg>*:nth-child(n + 2) {
    margin-top: 10px !important;
  }

  .g-stack-md--lg>*:nth-child(n + 2) {
    margin-top: 15px !important;
  }

  .g-stack-lg--lg>*:nth-child(n + 2) {
    margin-top: 20px !important;
  }

  .g-stack-xl--lg>*:nth-child(n + 2) {
    margin-top: 30px !important;
  }
}

html[data-states~='no-priority'] .g-sellItemSet_btn .g-btn span,
html[data-states~='no-priority'] .g-sellItems_btn .g-btn span,
html[data-states~='no-priority'] .g-sellItemSet_btn p span,
html[data-states~='no-priority'] .g-sellItems_btn p span,
html[data-states~='no-priority'] .g-total_tab span {
  display: none;
}

[role="region"] .g-faq li:first-child {
  border-top: 1px solid #ccc;
}

.g-total_tab span {
  pointer-events: none;
}

.g-table th[required]::after {
  margin-left: 1.0em;
  padding: 0px 6px 0px 6px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  vertical-align: middle;
  content: "必須";
  display: inline-block;
}

.g-table h6[required]::after {
  margin-left: 1.0em;
  padding: 0px 6px 0px 6px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  vertical-align: middle;
  content: "必須";
  display: inline-block;
}

.g-inquiry_label dt {
  clear: left;
  float: left;
}

.g-inquiry_label dt::after {
  content: '：';
  margin-right: 5px;
}

li.indent {
  padding-left: 1em;
  padding-left: 1.5em;
}

ul.receipt_area>li.name {
  padding-bottom: 20px;
}

ul.receipt_area>li.indent {
  padding-left: 20px;
  text-indent: unset
}

.search-group {
  margin-bottom: 20px;
  text-align: left;
}

.search-group input[type="submit"] {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #e7582c;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  color: #fff
}

.search-group input[type="button"],
td.td_btn>input[type="submit"] {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #ccc;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

input[type="submit"].search-btn:hover {
  background: #f76c41;
  color: #fff
}

input[type="button"].search-btn:hover,
td.td_btn>input[type="submit"]:hover {
  background: #ddd;
}

.button-group {
  float: right;
}

.reg-box {
  text-align: left;
}

.table-order-list td,
.table-order-details td:first-child {
  background-color: #d0d6da;
}

.status_lottery,
.result_winning,
.result_lost {
  margin-left: 10px;
}

.cp_actab {
  position: relative;
  overflow: hidden;
}

.cp_actab input.acbtn {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label.aclabel {
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #ccc;
  width: 20%;
  margin: 0 0 0 auto;
  border-radius: 5px
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  color: #333333;
  background: #fff;
}

.cp_actab .cp_actab-content p {
  margin: 1em;
}

.cp_actab input.acbtn:checked~.cp_actab-content {
  max-height: 20em;
  padding: 20px
}

.cp_actab label.aclabel::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}

.cp_actab input.acbtn[type=checkbox]+label.aclabel::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 7%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.cp_actab input.acbtn[type=checkbox]:checked+label.aclabel::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 7%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.cp_actab-content>label {
  cursor: pointer;
  padding: 5px;
}

.discount-table,
.discount-table__body td>table {
  width: 100%;
  border-collapse: collapse
}

.discount-table td {
  padding: 10px
}

.discount-table__header {
  cursor: pointer;
}

.discount-table__header td {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1)
}

.discount-table__body__terms td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.discount-table__header__name {
  width: 60%;
  font-weight: bold
}

.discount-table__header__amount {
  width: 35%
}

.discount-table__body td {
  padding: 10px 20px
}

.hidden_row {
  display: none
}

.discount-table__body:last-child>td {
  padding-bottom: 60px
}

.discount-table-box:last-child .discount-table__body:last-child>td {
  padding-bottom: 0px
}

.discount-table__body__header td {
  background-color: rgba(0, 0, 0, 0.1)
}

.discount-table__body__header td,
.discount-table__body__terms td {
  padding: 10px
}

.discount-table__body__row1 {
  width: 30%;
  vertical-align: baseline
}

.discount-table__body__row2 span {
  margin-right: 10px
}

.discount-table__body__row2 br {
  display: block;
  content: "";
  margin: 10px 0
}

.g-arrow {
  text-align: center
}

.g-arrow.rotate>i {
  transition: all 0.3s;
  transform: rotate(180deg);
}

.discount-name {
  margin-right: 10px
}

.discount-name>span,
.discount-price {
  font-weight: bold
}

.g-arrow {
  text-align: center
}

.g-arrow.rotate>i {
  transition: all 0.3s;
  transform: rotate(180deg);
}

.subtotal-box {
  margin-top: 10px;
  border-top: 2px solid #aaa;
  box-sizing: border-box;
  width: 100%;
}

.subtotal {
  font-size: 1.1em;
  box-sizing: border-box;
  text-align: right
}

.subtotal-small {
  font-size: 0.7em;
}

.selecttotal-box {
  margin: 1em 0;
}

.selecttotal-box__table table {
  width: 100%;
  border-spacing: unset;
}

.selecttotal-box__table th,
.selecttotal-box__table td {
  padding: 10px 15px;
}

.selecttotal-box__table th,
.selecttotal-box__table td.subtotal {
  border-top: 1px solid #bbb
}

.selecttotal-box__table td {
  background-color: #fff;
  width: auto
}

.selecttotal-box__table_title {
  background: #eee;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.selecttotal-box__table td:first-child {
  width: 30%;
}

.selecttotal-box__table_item:not(:nth-of-type(2)) {
  text-align: right;
}

.selecttotal-box__table_item span.discount {
  color: red;
}

.g-caution_text {
  text-align: right;
  color: #e00;
  font-size: 1.2rem;
  padding-right: 15px
}

.btn-group,
.g-btnGroup,
.fany_g-btnGroup {
  display: flex;
}
@media only screen and (max-width: 480px) {
  td.selecttotal-box__table_item {
    text-align: right;
  }

  .hidden-page {
    position: absolute;
    top: 0%;
  }
}

@media screen and (max-width: 550px) and (min-width: 510px) {
  .cp_actab label.aclabel {
    padding: 0px 10px;
  }

  .cp_actab input.acbtn[type="checkbox"] + label.aclabel::after {
    top: 0;
    right: 5%;
  }

  .cp_actab input.acbtn[type=checkbox]:checked+label.aclabel::after {
    top: 0;
    right: 5%;
  }
}

@media screen and (max-width: 509px) and (min-width: 370px) {
  .cp_actab label.aclabel {
    line-height: 1.5;
    padding: 8px 10px 10px 10px;
    text-align: center;
  }

  .cp_actab input.acbtn[type=checkbox]+label.aclabel::after {
    right: 46%;
    top: 50px;
  }

  .cp_actab input.acbtn[type=checkbox]:checked+label.aclabel::after {
    right: 46%;
    top: 45px;
  }
}

@media screen and (max-width: 369px) {
  .cp_actab label.aclabel {
    line-height: 1.5;
    padding: 8px 10px 10px 10px;
    text-align: center;
  }

  .cp_actab input.acbtn[type=checkbox]+label.aclabel::after {
    right: 45%;
    top: 70px;
  }

  .cp_actab input.acbtn[type=checkbox]:checked+label.aclabel::after {
    right: 45%;
    top: 67px;
  }

  .modal-position {
    width: calc(100% / 1.2) !important;
    left: calc(100% / 9.8) !important;
  }
}

@media screen and (max-width: 1024px) {
  .btn-model-app {
    width: auto !important;
  }
  .btn-warning-app {
      line-height: 20px !important;
      width: auto !important;
  }
  span.sp_block-sm {
    display: block;
  }

  span.sp_block {
    display: block;
    margin-top: 10px;
  }

  .discount-name {
    margin-right: 0px;
    display: block;
  }

  .discount-table td {
    padding: 5px 10px;
    width: auto;
    display: block
  }

  .discount-table td {
    padding: 5px 10px;
    width: auto;
    display: block
  }

  .discount-table__header td {
    border-bottom: unset
  }

  .discount-table__header__name {
    width: auto;
    display: block
  }

  .discount-table__header__amount {
    width: auto;
    display: block;
    text-align: right
  }

  .discount-table .discount-table__header {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1)
  }

  .discount-table__body__terms td {
    border-bottom: none
  }

  .discount-table__body__terms td.discount-table__body__row1 {
    font-weight: bold;
    padding-bottom: unset
  }

  .discount-table__body__terms td.discount-table__body__row2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }

  .selecttotal-box__table td {
    display: block;
    padding: 7px 0;
  }

  .g-caution_text {
    text-align: left;
    padding-right: 0
  }
  .span-clear-purchase {
    margin-right: 0 !important;
    margin-bottom: 2px;
  }
  .btn-clear-purchase {
    width: 100vw;
    margin-right: 5px;
    text-align: right;
  }
  .btn-register-purchase{
    flex-direction: column;
    width: 35vw;
    min-width: 240px;
    margin: 0 auto;
    align-items: center;
    font-size: 1.5rem !important;
  }

  .g-resale_foot {
      margin-top: 25px;
  }

  .description-resale {
      margin-bottom: 20px;
  }

  .btn-group,
  .g-btnGroup {
    flex-direction: column;
    width: 35vw;
    min-width: 240px;
    margin: 0 auto;
  }
  .fany_g-btnGroup {
    flex-direction: column;
  }

  .btn-group-noreverse {
    display: flex;
    flex-direction: column-reverse;
    /* width: 100%; */
  }

  .g-btn-primary-order {
    order: 1;
  }

  .g-btn-def-order {
    order: 2;
    margin-top: 12.5px;
  }

  .g-btn-register {
    background: var(--key-color);
    border-radius: 6px;
    color: var(--key-color-text);
    margin-top: 15px;
    padding: 6px 20px;
  }

  html[data-states~='no-touch'] .g-btn-register:hover {
    background: var(--key-color-hover);
    color: var(--key-color-text-hover);
    text-decoration: none;
  }
  .period_txt {
    display: none;
  }

  a.sp_button-mb {
    background: var(--key-color);
    border-radius: 6px;
    color: var(--key-color-text);
    margin-top: 15px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    padding: 6px 20px;
    line-height: 46px;
  }

  td.sp_block {
    justify-content: center;
    position: relative;
    display: block;
    flex-direction: column;
    width: 35vw;
    min-width: 240px;
    margin: 0 auto;
  }

  p.sp_block {
    justify-content: center;
    position: relative;
    display: block;
    flex-direction: column;
    width: 35vw;
    min-width: 240px;
    margin: 0 auto;
  }
  .g-table th[required]::after {
    font-size: 0.875em !important;
  }
  .g-btn {
    line-height: 46px;
  }
}
.g-itemSet_h {
  overflow-wrap: break-word;
}
.editor_text a {
  overflow-wrap: anywhere !important;
}
.editor_text a:link { color: #0000ff !important; }
.editor_text a:visited { color: #000080 !important; }
.editor_text a:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
}
.editor_text a:active { color: #ff8000 !important; }
.text_red {color: red;}

.editor_text>a {
  word-break: break-all;
}

.editor_text>a:link {
  color: #0000ff;
}

.editor_text>a:visited {
  color: #000080;
}

.editor_text>a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.editor_text>a:active {
  color: #ff8000;
}

.text_red {
  color: red;
}

.sakuticket_text a {
    color: #0000ff;
    text-decoration: underline;
}

.sakuticket_text > a:hover {
    color: #ff0000;
}

/** #1149 */

.g-tel-auth-wrapper .indent-adjust {
  padding-left: 1em;
  text-indent: -1em;
}

.g-tel-auth-wrapper .g-tel-auth-intime .guide {
  width: 60%;
  border: 1.5px solid #ccc;
  margin: 20px auto 0;
  padding: 15px 0;
}

.g-tel-auth-wrapper .heading {
  font-size: 2.2rem;
}

.g-tel-auth-wrapper .heading h2,
.g-tel-auth-wrapper .heading p {
  line-height: 1.1;
}

.g-tel-auth-wrapper .heading h2 span {
  transform: translateY(.35em);
  display: inline-block;
  line-height: 1;
}

.g-tel-auth-wrapper .heading p:nth-of-type(2) {
  display: none;
}

.g-tel-auth-wrapper .heading p.sp {
  display: none;
}

.g-tel-auth-wrapper .g-tel-auth-intime .upper {
  display: flex;
  justify-content: center;
}

.g-tel-auth-wrapper .g-tel-auth-intime .upper div:first-of-type {
  margin-right: 15px;
}

.g-tel-auth-wrapper .g-tel-auth-intime .lower {
  text-align: center;
  margin-top: 7px;
}

.g-tel-auth-wrapper .phone-icon {
  position: relative;
  width: 60px;
  height: 60px;
}

.g-tel-auth-wrapper .phone-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g-tel-auth-wrapper .phone-icon svg:first-of-type {
  width: 55px;
  fill: #BEBEBE;
}

.g-tel-auth-wrapper .phone-icon svg:nth-of-type(2) {
  width: 25px;
  fill: #FFF;
}

.g-tel-auth-wrapper .phone-text p:first-of-type {
  margin-top: 4px;
}

.g-tel-auth-wrapper .g-tel-auth-intime #auth_number {
  font-weight: bold;
  font-size: 2.4rem;
}

.g-tel-auth-wrapper .note {
  margin-top: 20px;
}

.g-tel-auth-wrapper .note.sp {
  display: none;
}

.g-tel-auth-wrapper ul:nth-of-type(2) {
  margin-top: 15px;
}

.g-tel-auth-wrapper .waiting-until {
  font-size: 10px;
}

.g-tel-auth-wrapper .waiting-until.sp {
  display: none;
}

.g-tel-auth-wrapper .g-tel-auth-timeout {
  display: none;
}

.g-tel-auth-wrapper .g-tel-auth-timeout .heading h2 {
  color: #e00;
}

.g-tel-auth-wrapper .g-tel-auth-timeout .heading p {
  margin-top: 25px;
  font-weight: bold;
}

.g-tel-auth-wrapper .g-tel-auth-timeout .heading .push-type.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .g-tel-auth-wrapper .heading p {
    font-weight: bold;
  }

  .g-tel-auth-wrapper .heading p:nth-of-type(2) {
    display: block;
  }

  .g-tel-auth-wrapper .heading p:first-of-type {
    margin-top: 25px;
  }

  .g-tel-auth-wrapper .heading p.sp {
    display: block;
  }

  .g-tel-auth-wrapper .note.sp {
    display: block;
  }

  .g-tel-auth-wrapper .note.sp ul:first-of-type li:first-of-type {
    margin: 25px 0 15px;
  }

  .g-tel-auth-wrapper .note.pc {
    display: none;
  }

  .g-tel-auth-wrapper .g-tel-auth-intime .guide {
    display: none;
  }

  .g-tel-auth-wrapper .waiting-until.sp {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .g-tel-auth-wrapper .g-tel-auth-timeout .heading {
    display: none;
  }

  .g-tel-auth-wrapper .g-tel-auth-timeout .heading {
    display: block;
  }

  .g-tel-auth-wrapper .g-tel-auth-timeout .heading .push-type.pc {
    display: none;
  }

  .g-tel-auth-wrapper .g-tel-auth-timeout .heading .push-type.sp {
    display: inline;
  }

  .description-event {
    padding: 1rem;
    background: white;
    margin-top: 1rem;
  }
}

/***/
@media (min-height: 600px) {
  .g-header {
    top: 0;
  }
}
.display-none {
  display: none !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: auto;
  background: #f1ebeb;
  z-index: 999;
  opacity: 0.4;
  transition: all 0.5s;
}


.lds-dual-ring {
  display: inline-block;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 5% auto;
  border-radius: 50%;
  border: 2px solid #f1ebeb;
  border-color: #a7a3a3 transparent #979292 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.btn-register-purchase {
  font-weight: normal;
}
.relative{
  position: relative;
}

.absolute{
  position: fixed;
}

.bg-input-disabled {
  background-color: #d9d9d9 !important;
}

.bg-select-disabled {
  background-color: rgb(189 186 186) !important;
}

.g-select-border {
  border: 1px solid transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.g-select-height {
  height: 30px !important;
}

.g-input-lineheight {
  height: 30px !important;
}
.text-decoration {
  color: #e00;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none !important;
}
.change_color {
  background-color:  var(--key-color) !important;
  color: var(--key-color-text-hover) !important;
  text-decoration: none !important;
}

.th-table-cell{
  display: table-cell !important;
}
.line-height-inherit {
  line-height: inherit;
}
.modal-position {
  border-radius: 6px;
  background-color: white;
  position: absolute;
  width: calc(100% / 3);
  top: 45%;
  left: calc(100% / 2.8);
  right: 35%;
  position: fixed;
  border: 1px solid rgb(111,112,114);
  pointer-events: visible;
}
.icon-app, .electronic-ticket {
  padding: 10px;
}
.icon-app ul {
  display: flex;
  justify-content: center;
}
.icon-app {
  margin: 10px 0;
}
.icon-app li {
  width: 230px;
  list-style:none;
  margin: auto 0;
}
.icon-app .google_play {
  margin-left: 20px;
}
.modal-title ul {
  display: flex;
  padding: 10px 20px;
}
.warning-image img {
  width: 100%;
  margin: 0 auto;
}
.warning-text {
  margin-top: 10px;
  margin-left: 10px;
}
.dialog-text {
  font-size: 1.4rem;
}
.warning-text h4 p{
  color: red;
}
.icon-app-title {
  margin-bottom: 10px;
}
.btn-model-app {
  justify-content: end;
}
.btn-warning-app {
  font-size: 1.4rem;
  background-color: white;
  float: right;
  border: black 1px solid;
  padding: 7px 14px;
  margin-bottom: 2px;
  margin-right: 2px ;
}
.change-background-app {
  background-color: rgb(111,112,114) !important;
  opacity: 0.3;
  overflow-y: hidden;
}
.disabled-fix {
  pointer-events: none;
}

.g-choice_credits label {
  align-items: center;
  display: flex;
  padding: 10px 10px 10px 0px;
}

.g-choice_credits input {
  margin-right: 10px;
}

.fany-header-link {
  background-color: red;
  padding: 0px 10px;
  position: absolute;
  right: 135px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: inherit;
}
.fany-header-link:hover {
  text-decoration: none !important;
}
.fany-notice {
  background-color: red;
  color: white;
  font-family: inherit;
  font-weight: bold;
  width: fit-content;
  margin-top: 10px;
  padding: 10px;
}
.fany-notice a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 530px) {
  .sp-fany-header {
    height: 100px;
  }
  .fany-header_logo-mypage {
    position: absolute;
  }
  .fany-header-link {
    background-color: red;
    padding: 0px 10px;
    position: absolute;
    right: auto;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: inherit;
  }
  .g-link-arrow-top {
    position: relative;
    top: 20px;
  }
}
