@charset "UTF-8";
:root {
  --base-color1: var(--v-color1);
  --base-color2: var(--v-color2);
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  margin: 0;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.main-heading,
.news-heading {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 2rem;
  padding-bottom: 0.6em;
  margin-bottom: 0.7em;
  border-bottom: 5px solid var(--base-color2);
}

/* 共通見出し（h3相当）*/
/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button {
  display: inline-block;
  border-radius: 10em;
  line-height: 1.2;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.92em 6.4em 0.93em 6.4em;
  transition: opacity 0.3s ease;
  background-color: var(--base-color1);
}
.link-button.disabled {
  pointer-events: none;
  background-color: darkgray;
}
.link-button.bg_wht{
  background-color: #ffffff;
  color: #000;
  border: 1px solid #999;
  max-width: 348px;
  width: 100%;
}
.link-button.__accent{
  padding: 0.42em 1em 0.4em 1em !important;
}
.link-button.__accent .info_text{
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
}
.items-detail-main a.link-button{
  color: #fff !important;
}
.items-detail-main a.link-button4.__accent{
  color: #fff !important;
}
.items-detail-main a.link-button:hover{
  text-decoration: none !important;
}
.items-detail-main a.link-button4.__accent:hover{
  text-decoration: none !important;
}
@media screen and (max-width: 479.98px) {
  .link-button {
    padding: 0.88em 6em 0.93em 6em;
  }
  .link-button.bg_wht{
    max-width: 336px;
  }
}
@media screen and (max-width: 359.98px) {
  .link-button {
    padding: 0.86em 4em 0.92em 4em;
  }
}
.link-button.__back {
  background-color: #AAAAAA;
}

.link-button2 {
  display: inline-block;
  border-radius: 10em;
  line-height: 1.2;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  padding: 0.82em 1.8em 0.82em 1.8em;
  background-color: var(--base-color1);
  transition: opacity 0.3s ease;
}

.link-button3 {
  display: inline-block;
  border-radius: 10em;
  line-height: 1.2;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5em 2.2em 0.55em 2.2em;
  background-color: var(--base-color1);
  transition: opacity 0.3s ease;
}

.link-button4 {
  display: inline-block;
  border-radius: 10em;
  line-height: 1.2;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.92em 3.5em 0.93em 3.5em;
  background-color: var(--base-color1);
  transition: opacity 0.3s ease;
}
.link-button4.__accent{
  position: relative;
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
.link-button4.__accent::after{
  content: "";
  position: absolute;
  right:25px ;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width:20px ;
  height:20px;
  background: url("../img/base/icon-outside.svg") no-repeat center / contain;
}
@media screen and (max-width: 575.98px) {
  .link-button4 {
    padding: 0.92em 2.5em 0.93em 2.5em;
  }
}
@media screen and (max-width: 359.98px) {
  .link-button4 {
    font-size: 1.4rem;
    padding: 0.92em 2.5em 0.94em 2.5em;
  }
}

.link-button5 {
  display: block;
  border-radius: 10em;
  line-height: 1.2;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.92em 1em 0.93em 1em;
  background-color: var(--base-color1);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 359.98px) {
  .link-button5 {
    font-size: 1.4rem;
  }
}
.link-button5.__detail {
  background-color: #AAAAAA;
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover, a.link-button2:hover, a.link-button3:hover, a.link-button4:hover {
  opacity: 0.75;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  padding-bottom: 150px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -209px;
    padding-bottom: 209px;
  }
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
.header .inner {
  max-width: none;
  width: 100%;
  z-index: 1010;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922); */
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    width: 100%;
    z-index: 1010;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922); */
  }
}
@media screen and (max-width: 1099.98px){
  .header .inner.is-zindex{
    z-index: 99 !important;
  }
}
.header-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.header-logo-transparency {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #fff0;
}
.header-logo-transparency .site-logo{
  max-width: var(--v-header_logo_size_large, 210px);
}
.header-logo-transparency .site-logo a{
  display: block;
  max-height: 50px;
}
.header-logo-transparency .site-logo img{
  display: block;
  max-height: 50px;
}
.header-content{
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 5%);
}
.header-logo .site-logo {
  max-width: var(--v-header_logo_size_large, 210px);
}
.header-logo a,
.header-logo img {
  display: block;
  max-height: 50px;
  /* width: 100%; */
}
@media screen and (max-width: 1099.98px) {
  .header-content-inner {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* スクロール時固定用 */
/* --------------------------------

  footer

-------------------------------- */
.footer .inner {
  max-width: none;
  position: static;
}
.footer-logo {
  display: inline-block;
  max-width: 209px;
}
.footer-logo__area {
  padding: 2.2em 1em;
  background-color: #fff;
  text-align: center;
}
.footer-main {
  padding: 2em;
  background-color: var(--base-color1);
}
@media screen and (max-width: 479.98px) {
  .footer-main {
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 359.98px) {
  .footer-main {
    padding: 1.5em 1em;
  }
}
.footer-nav {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-nav li:not(:last-child) {
  margin-right: 1em;
}
@media screen and (max-width: 359.98px) {
  .footer-nav li:not(:last-child) {
    margin-right: 0.5em;
  }
}
.footer-nav li a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.footer-nav li a:hover {
  opacity: 0.75;
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 640px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
}
.footer .pagetop.pagetop-search {
  right: 25px;
  bottom: 92px;
  opacity: 1;
  pointer-events: auto;
  display: none;
}
@media screen and (min-width: 640px), print {
  .footer .pagetop.pagetop-search {
    right: 25px;
    bottom: 92px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.6509803922);
  border-radius: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: background-color 0.2s ease;
}
.footer .pagetop a:hover {
  background-color: rgba(0, 0, 0, 0.8509803922);
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.48em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 639.98px) {
  .footer .pagetop a::before {
    width: 0.9em;
    height: 0.9em;
    top: 0.48em;
    right: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
.footer .copy small {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  z-index: 1;
}
.footer .copy {
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  height: 81px;
  padding: 1.8em 1em 1.8em 1em;
  background-color: var(--base-color1);
}
.footer .copy small a:not(:last-child){
  margin-right: 1em;
}
.footer .copy small span:not(:last-child){
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .footer .copy small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer .pagetop.is-hide {
    display: none !important;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  z-index: 1010;
  opacity: 0;
  transition-property: opacity left;
  transition-duration: 0.3s;
}
.nav.__accent{
  width: 456px;
}
.nav.__accent .nav-block{
  width: 100%;
}
@media screen and (max-width: 1099.98px) {
  .nav {
    width: 315px;
    left: -315px;
  }
  .nav.__accent{
    width: 315px;
    left: -315px;
  }
}
@media screen and (max-width: 359.98px) {
  .nav {
    width: 290px;
    left: -290px;
  }
  .nav.__accent{
    width: 290px;
    left: -290px;
  }
}
.nav-open .nav {
  transition-property: opacity left;
  transition-duration: 0.3s;
  left: 0;
  opacity: 1;
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav .inner {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3em 0 1em 0;
  background-color: var(--base-color1);
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    position: static;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    padding: 4em 3em 2em 0;
  }
}
.nav-heading {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 2.8rem;
  border-bottom: 2px solid #fff;
  padding: 0 0 0.6em 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1099.98px) {
  .nav-heading {
    padding: 0 0 0.5em 1.5em;
    margin-bottom: 0.8em;
  }
}
.nav-block {
  width: 50%;
}
.nav-block.__none{
  display: none;
}

@media screen and (max-width: 1099.98px) {
  .nav-block {
    width: 100%;
  }
}
.nav-block:first-child {
  margin: 0 7.5em 0 0;
}
.nav-block.__none:first-child{
  margin: 0;
}
@media screen and (max-width: 1439.98px) {
  .nav-block:first-child {
    margin: 0 2em 0 0;
  }
  .nav-block.__none:first-child{
    margin: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-block:first-child {
    margin: 0 0 2em 0;
  }
  .nav-block.__none:first-child{
    margin: 0;
  }
}

.connect-banner {
  text-align: center;
}
.connect-banner:not(:last-child) {
  margin-bottom: 1em;
}
.connect-link {
  display: inline-block;
  transition: opacity 0.2s ease;
}
.connect-link:hover {
  opacity: 0.75;
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    padding: 0 0 0 3em;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    padding: 0 0 0 3em;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item:not(:last-child) {
    margin-bottom: 1.8em;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-bottom: 2.2em;
  }
}
.main-nav .nav-item.nav-member .nav-link{
  display: inline-block;
}
.main-nav .nav-item.nav-member .nav-link span{
  padding-right: 2em;
}
.main-nav .nav-item.nav-member .nav-link span::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/base/icon-outside.svg") no-repeat center / contain;
}
.main-nav .nav-item.nav-member .nav-text::before {
  width: 20px;
  height: 20px;
  background: url("../img/base/member-icon.png") no-repeat center/cover;
}
.main-nav .nav-item.nav-logout .nav-text::before {
  left: -3px;
  width: 23px;
  height: 20px;
  background: url("../img/base/logout-icon.png") no-repeat center/cover;
}
.main-nav .nav-item.nav-ticket .nav-text::before {
  top: 52%;
  width: 22px;
  height: 22px;
  background: url("../img/base/ticket-icon.png") no-repeat center/cover;
}
.main-nav .nav-link {
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.main-nav .nav-link:hover {
  opacity: 0.75;
}
.main-nav .nav-link span {
  position: relative;
  display: block;
}
.main-nav .nav-text {
  position: relative;
  padding-left: 2em;
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-text {
    font-size: 1.8rem;
  }
}
.main-nav .nav-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
}

/* ドロップダウンナビ */
.sub-nav {
  padding: 1em 0 0 3.2em;
}
.sub-nav-item {
  position: relative;
  padding-left: 2em;
}
.sub-nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 20px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sub-nav-item:not(:last-child) {
  margin-bottom: 1em;
}
.sub-nav-link {
  color: #fff;
  line-height: 1.2;
  font-size: 1.8rem;
  transition: opacity 0.3s ease;
}
.sub-nav-link:hover {
  opacity: 0.75;
}

/* ナビゲーション開閉ボタン */
.nav-button {
  position: fixed;
  top: 30px;
  left: 25px;
  line-height: 1;
  cursor: pointer;
  z-index: 1010;
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 22px;
}
.nav-button-icon span {
  display: block;
  width: 25px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--v-color-hamburger-menu);
}
.nav-button-icon span:first-child {
  top: 0;
}
.nav-button-icon span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.nav-button-icon span:last-child {
  bottom: 0;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  position: absolute;
  top: 25px;
  right: 28px;
}
@media screen and (max-width: 1099.98px) {
  .nav-button.is-zindex{
    z-index: 99 !important;
  }
  .nav-close-button {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 479.98px) {
  .lang-wrapper-button div{
    display: none;
  }
}
.nav-close-button .nav-button-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1099.98px) {
  .nav-close-button .nav-button-icon {
    width: 15px;
    height: 15px;
  }
}
.nav-close-button .nav-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 10em;
  -webkit-border-radius: 10em;
  -ms-border-radius: 10em;
}
@media screen and (max-width: 1099.98px) {
  .nav-close-button .nav-button-icon::before {
    width: 18px;
  }
}
.nav-close-button .nav-button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 10em;
  -webkit-border-radius: 10em;
  -ms-border-radius: 10em;
}
@media screen and (max-width: 1099.98px) {
  .nav-close-button .nav-button-icon::after {
    width: 18px;
  }
}
.nav-close-button .nav-button-icon:hover {
  opacity: 0.75;
}

/* ナビゲーション背景 */
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2509803922);
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 1.5em 1em 0 1em;
  margin-top: 184px;
  background: #fff;
  z-index: 100;
  flex: 1;
  overflow-x: hidden;
}
.main.js-margin {
  transition: margin 0.5s 0.3s ease;
  margin-top: 148px;
}
.main.__accent {
  background-color: var(--base-color2);
}
@media screen and (min-width: 1100px), print {
  #search-page .main {
    margin-top: 124px;
  }
  #search-page .main.js-margin {
    transition: margin 0.5s 0.3s ease;
    margin-top: 84px;
  }
}
#top .main {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 2.3em 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

.slider {
  position: relative;
  padding: 3em 0;
  overflow: hidden;
}
@media screen and (max-width: 479.98px) {
  .slider {
    padding: 2.3em 0;
  }
}
.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}
.slider-main {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 479.98px) {
  .slider .section-heading {
    margin-bottom: 0.5em;
  }
}
.slider-body {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 1.3em 1.5em;
  margin: 0 15px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to top, rgba(51,51,51,0.6) 40%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 479.98px) {
  .slider-body {
    margin: 0 7px;
    height: 70px;
    padding: 1.05em 1em 0.8em 1em;
  }
}
@media screen and (max-width: 359.98px) {
  .slider-body {
    height: 55px;
    padding: 0.72em 1em 0.63em 1em;
  }
}
.slider-title {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 479.98px) {
  .slider-title {
    margin-bottom: 0.3em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .slider-title {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.slider-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 479.98px) {
  .slider-desc {
    font-size: 1rem;
  }
}
.slider-img {
  display: block;
  position: relative;
  max-width: 300px;
}
.slider-img::before {
  content: "";
  display: block;
  padding-top: 225px;
}
@media screen and (max-width: 479.98px) {
  .slider-img::before {
    padding-top: 80%;
  }
}
.slider-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  max-width: none;
  transform: translate(-50%, -50%);
  max-width: 300px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
}
@media screen and (max-width: 479.98px) {
  .slider-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    max-width: none;
    transform: translate(-50%, -50%);
  }
}
.slider-more {
  text-align: center;
  margin-top: 4.5em;
  padding: 0 1em;
}
@media screen and (max-width: 479.98px) {
  .slider-more {
    margin-top: 3.5em;
  }
}
.slider .slick-slider {
  width: 100%;
  height: 100%;
  max-width: 332px;
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
  padding: 0;
}
.slider .slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-slider .slick-list {
  overflow: visible;
}
@media screen and (min-width: 480px), print {
  .slider .slick-slider .slick-list {
    overflow: visible;
  }
}
.slider .slick-slider.slick-slider3 {
  max-width: 500px;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 {
    max-width: 354px;
  }
}
.slider .slick-slider.slick-slider3 .slide {
  padding: 0;
}
.slider .slick-slider.slick-slider3 .slick-list {
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 .slick-list {
    overflow: visible;
  }
}
.slider .slick-slider.slick-slider3 .slider-img {
  max-width: 500px;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 .slider-img {
    max-width: 354px;
  }
}
.slider .slick-slider.slick-slider3 .slider-img::before {
  content: "";
  display: block;
  padding-top: 375px;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 .slider-img::before {
    padding-top: 265px;
  }
}
@media screen and (max-width: 359.98px) {
  .slider .slick-slider.slick-slider3 .slider-img::before {
    padding-top: 216px;
  }
}
.slider .slick-slider.slick-slider3 .slider-img img {
  border-radius: 0;
  max-width: 500px;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: inherit;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 .slider-img img {
    max-width: 354px;
    height: 265px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 359.98px) {
  .slider .slick-slider.slick-slider3 .slider-img img {
    height: 216px;
  }
}
.slider .slick-slider.slick-slider4 {
  max-width: 386px;
}
.slider .slick-slider.slick-slider1 {
  max-width: 540px;
}
.slider .slick-slider.slick-slider2 {
  max-width: 960px;
}
@media screen and (max-width: 767.98px){
  .slider .slick-slider.slick-slider2 {
    max-width: 540px;
  }
}
.slider .slick-slider.slick-slider1 .slide, .slider .slick-slider.slick-slider2 .slide {
  padding: 0 15px;
}
@media screen and (max-width: 479.98px) {
  .slider .slick-slider.slick-slider1 .slide, .slider .slick-slider.slick-slider2 .slide {
    padding: 0 7px;
  }
}
.slider .slick-slider.slick-slider1 .slider-img {
  display: block;
  position: relative;
  max-width: 540px;
}
.slider .slick-slider.slick-slider2 .slider-img{
  display: block;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767.98px){
  .slider .slick-slider.slick-slider2 .slider-img {
    max-width: 540px;
  }
}
.slider .slick-slider.slick-slider1 .slider-img::before, .slider .slick-slider.slick-slider2 .slider-img::before {
  content: "";
  display: block;
  padding-top: 295px;
}
@media screen and (max-width: 479.98px) {
  .slider .slick-slider.slick-slider1 .slider-img::before, .slider .slick-slider.slick-slider2 .slider-img::before {
    padding-top: 198px;
  }
}
@media screen and (max-width: 359.98px) {
  .slider .slick-slider.slick-slider1 .slider-img::before, .slider .slick-slider.slick-slider2 .slider-img::before {
    padding-top: 162px;
  }
}
.slider .slick-slider.slick-slider1 .slider-img img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 295px;
  aspect-ratio: inherit;
  transform: translate(-50%, -50%);
  max-width: 540px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slider .slick-slider.slick-slider2 .slider-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 295px;
  aspect-ratio: inherit;
  transform: translate(-50%, -50%);
  max-width: 960px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 767.98px){
  .slider .slick-slider.slick-slider2 .slider-img img {
    max-width: 540px;
  }
}
@media screen and (max-width: 479.98px) {
  .slider .slick-slider.slick-slider1 .slider-img img, .slider .slick-slider.slick-slider2 .slider-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 198px;
    aspect-ratio: inherit;
    max-width: none;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 359.98px) {
  .slider .slick-slider.slick-slider1 .slider-img img, .slider .slick-slider.slick-slider2 .slider-img img {
    height: 162px;
  }
}
.slider .slick-slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}
.slider .slick-slider .slide a {
  transition: opacity 0.3s ease;
}
.slider .slick-slider .slide a:hover {
  opacity: 0.75;
}
.slider .ticket-slide-container {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 1.8em 1.6em 1.6em 1.6em;
}
.slider .ticket-slide-header {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.7em;
  z-index: 1;
}
.slider .ticket-slide-title {
  padding: 0 0 0 0.5em;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 1em;
  border-left: 6px solid var(--base-color1);
}
.slider .ticket-slide-buttons {
  margin-top: 1.5em;
}
.slider .ticket-slide-more:not(:last-child) {
  margin-bottom: 1em;
}
.slider .ticket-slide-define {
  display: flex;
  margin-bottom: 0.7em;
}
.slider .ticket-slide-define dt, .slider .ticket-slide-define dd {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  font-weight: 400;
  z-index: 1;
  word-wrap: break-word;
}
.slider .ticket-slide-define dd{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.slider .ticket-slide-define dt {
  margin-right: 0.5em;
  width: 6em;
}
.ticket-slide-define_discount {
  color: red !important;
}
.slider .ticket-slide .items-history-detail {
  margin-top: 1.2em;
}
.slider .ticket-slide .ticket-used-image {
  position: absolute;
  top: 8px;
  right: 15px;
  max-width: 105px;
  z-index: 0;
}
.slider .slider-dots {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 110;
}
.slider .slider-dots ul {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.slider .slider-dots li {
  position: relative;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 100%;
}
.slider .slider-dots li:not(:last-child) {
  margin-right: 18px;
}
.slider .slider-dots li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: #EEEEEE;
  border-radius: 100%;
}
.slider .slider-dots li.slick-active:before {
  background-color: #333333;
}
.slider .slider-dots button {
  display: none;
}
.slider .slider-nums {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
}
.slider .slider-arrows {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 110;
}
.slider .slider-prev,
.slider .slider-next {
  display: block;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.slider .slider-prev {
  left: 10px;
  background: url("../img/base/arrow-icon_left.svg") no-repeat center/cover;
}
.slider .slider-next {
  right: 10px;
  background: url("../img/base/arrow-icon_right.svg") no-repeat center/cover;
}

.ticket-slide {
  width: 300px;
}
.ticket-slide-info {
  position: relative;
  width: 302px;
  padding: 0 2px;
}
.ticket-slide-info_define dt, .ticket-slide-info_define dd {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 400;
  word-break: break-all;
  word-wrap: break-word;
}
.ticket-slide-info_main {
  flex: 1;
  min-width: 0;
}
.ticket-slide-info_qr {
  display: block;
  max-width: 140px;
  margin: .5em auto;
}
@media screen and (max-width: 359.98px) {
  .ticket-slide-info_qr {
    max-width: 100px;
  }
}

.ticket-qr-slider {
  display: none;
}
.ticket-qr-slider.slick-initialized {
  display: block;
}

.qr-arrows {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.qr-arrows .qr-prev, .qr-arrows .qr-next {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color:var(--base-color1);
  cursor: pointer;
  /* transition: background-color 0.3s ease; */
}
.qr-arrows .qr-prev.slick-disabled, .qr-arrows .qr-next.slick-disabled {
  background-color: #aaaaaa;
  cursor: inherit;
}
/* .qr-arrows .qr-prev:hover, .qr-arrows .qr-next:hover {
  background-color: #aaaaaa;
} */
.qr-arrows .qr-prev::before, .qr-arrows .qr-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.qr-arrows .qr-prev {
  margin-right: 0.5em;
}
.qr-arrows .qr-prev::before {
  transform: translate(-30%, -50%) rotate(-45deg);
}
.qr-arrows .qr-next::before {
  transform: translate(-70%, -50%) rotate(135deg);
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  margin-top: 190px;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 60px;
    z-index: 0;
  }
}
.page-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #004010;
  text-align: center;
  padding: 0 0.5em;
}
@media screen and (max-width: 479.98px) {
  .page-title-inner {
    height: 80px;
  }
}
.page-title-name {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 359.98px) {
  .page-title-name {
    font-size: 18px;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
/* --------------------------------

  検索BOX

-------------------------------- */
.global-search {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 479.98px) {
  .global-search {
    max-width: 354px;
  }
}
.global-search__area {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.75em 1em;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  #search-page .global-search__area {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-search__area.active {
    opacity: 0;
    pointer-events: none;
    display: none;
    transition: all 0.5s 0.3s ease;
  }
}

#searchform {
  position: relative;
  width: 100%;
  height: 40px;
}

#searchbox {
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  height: 40px;
  width: 100%;
  padding: 0 65px 0 10px;
  border-radius: 10em;
  background-color: #fff;
  color: #333333;
  font-size: 1.4rem;
  line-height: 40px;
  border: 1px solid #bbb;
  border-radius: 8px;
}
#searchbox::-moz-placeholder {
  color: #bbb;
}
#searchbox:-ms-input-placeholder {
  color: #bbb;
}
#searchbox::placeholder {
  color: #bbb;
}
#searchbox:focus {
  border: 1px solid #bbb;
}

#searchbox_detail {
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  height: 40px;
  width: 100%;
  padding: 0 65px 0 10px;
  border-radius: 10em;
  background-color: #fff;
  color: #333333;
  font-size: 1.4rem;
  line-height: 40px;
  border: 1px solid #707070;
  border-radius: 8px;
}
#searchbox_detail::-moz-placeholder {
  color: #bbb;
}
#searchbox_detail:-ms-input-placeholder {
  color: #bbb;
}
#searchbox_detail::placeholder {
  color: #bbb;
}
#searchbox_detail:focus {
  border: 1px solid #bbb;
}

#searchbtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background:var(--base-color1) url("../img/base/icon-search_wht.svg") no-repeat center;
  background-size: 48%;
  border-radius: 0 8px 8px 0;
  transition: opacity 0.2s ease;
}
#searchbtn:hover {
  opacity: 0.75;
}
.clearButton{
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  font-size: 1.6rem;
  color: #ddd;
  cursor: pointer;
  visibility:hidden;
}
.add-clear-span a{
  opacity: .7;
  transition: opacity 0.2s ease;
}
.add-clear-span a:hover{
  opacity: 1;
}
/* --------------------------------

  各種ボタン

-------------------------------- */
.close-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.close-button-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  transition: opacity 0.2s ease;
}
.close-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 17px;
  height: 3px;
  border-radius: 10em;
  background-color: #fff;
}
.close-button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 17px;
  height: 3px;
  border-radius: 10em;
  background-color: #fff;
}
.close-button-icon:hover {
  opacity: 0.75;
}

/* --------------------------------

  モーダル

-------------------------------- */
@media screen and (min-width: 480px), print {
  /* モーダル全体(背景＋本体) */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1100;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2509803922);
  }
  /* モーダル背景 */
  .modal-bg {
    display: none;
    position: absolute;
    height: 100vh;
    width: 100%;
    cursor: pointer;
  }
  /* モーダル本体 */
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 485px;
    max-height: 100vh;
    max-width: 1194px;
    padding: 1em;
    /* scrollbar-width: none;
    -ms-overflow-style: none; */
  }
  .items-select-inner{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .modal-content::-webkit-scrollbar {
    display: none;
  }
  .select-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 485px;
    max-height: 100vh;
    max-width: 1194px;
    padding: 1em;
    /* overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; */
  }
  .select-modal-content::-webkit-scrollbar {
    display: none;
  }
  .modal-content-inner {
    position: relative;
    background: #fff;
    padding: 3.3em 2em 3em 2em;
    border-radius: 30px;
    min-height: 485px;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1490196078);
  }
  .modal-btn {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .modal-btn-icon {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: var(--base-color1);
    transition: opacity 0.2s ease;
  }
  .modal-btn-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 10em;
    background-color: #fff;
  }
  .modal-btn-icon span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal-btn-icon span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal-btn-icon:hover {
    opacity: 0.75;
  }
}
body.modal-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.modal-fixed::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 479.98px) {
  .modal {
    opacity: 0;
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
    pointer-events: none;
    transition-property: opacity, top;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  .select-modal-content {
    height: 100%;
  }
  .modal-btn {
    position: absolute;
    right: 23px;
    top: 23px;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .modal-btn:hover {
    opacity: 0.75;
  }
  .modal-btn-icon {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--base-color1);
  }
  .modal-btn-icon::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 5px;
    transform: rotate(45deg);
    display: block;
    width: 13px;
    height: 3px;
    background-color: #fff;
    border-radius: 10em;
  }
  .modal-btn-icon::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 12px;
    transform: rotate(-45deg);
    display: block;
    width: 13px;
    height: 3px;
    background-color: #fff;
    border-radius: 10em;
  }
  .modal-btn-icon span {
    background-color: var(--base-color1);
  }
}
.member-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1100;
}
.member-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 485px;
  max-height: 100vh;
  max-width: 1194px;
  padding: 1em;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.member-modal-content::-webkit-scrollbar {
  display: none;
}
.member-modal-content_inner {
  position: relative;
  background: #fff;
  padding: 3em 2em 3em 2em;
  border-radius: 30px;
  min-height: 485px;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.member-modal-intro {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  color: #333333;
}
.member-modal-text {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  color: #333333;
  margin-top: 1.3em;
}
.member-modal-text a {
  color: #0045FF;
  transition: opacity 0.2s ease;
}
.member-modal-text a:hover {
  opacity: 0.75;
}
.member-modal-text a.__underline {
  text-decoration: underline;
}
.member-modal-text a.__underline:hover {
  text-decoration: none;
}
.member-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}
.member-modal-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}
.member-modal-btn_icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.member-modal-btn_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  background-color: var(--base-color1);
}
.member-modal-btn_icon span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.member-modal-btn_icon span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.member-modal-btn_icon:hover {
  opacity: 0.75;
}

.ticket-info-modal {
  /* モーダル背景 */
  /* モーダル本体 */
}
.ticket-info-modal.ticket-detail-modal .modal-content {
  max-width: 450px;
}
.ticket-info-modal.ticket-detail-modal .modal-content-inner {
  padding: 3em 2em 1.5em 2em;
}
@media screen and (max-width: 479.98px) {
  .ticket-info-modal.ticket-detail-modal .modal-content-inner {
    padding: 2.5em 1em 1.5em 1em;
  }
}
.ticket-info-modal.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1100;
}
@media screen and (max-width: 479.98px) {
  .ticket-info-modal.modal {
    opacity: 1;
    bottom: auto;
    left: auto;
    right: auto;
    pointer-events: auto;
    transition: none;
  }
}
.ticket-info-modal .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}
.ticket-info-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: auto;
  max-height: 100vh;
  max-width: 367px;
  padding: 1em;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ticket-info-modal .modal-content::-webkit-scrollbar {
  display: none;
}
.ticket-info-modal .select-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: auto;
  max-height: 100vh;
  max-width: 1194px;
  padding: 1em;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ticket-info-modal .select-modal-content::-webkit-scrollbar {
  display: none;
}
.ticket-info-modal .modal-content-inner {
  position: relative;
  background: #fff;
  padding: 3em 1.2em 1.5em 1.2em;
  border-radius: 30px;
  min-height: auto;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1490196078);
}
.ticket-info-modal .use-modal-btn {
  position: absolute;
  top: 12px;
  right: 12px;
}
.ticket-info-modal .use-modal-btn_icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--base-color1);
  border-radius: 100%;
  transition: opacity 0.2s ease;
}
.ticket-info-modal .use-modal-btn_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 10em;
  background-color: #fff;
}
.ticket-info-modal .use-modal-btn_icon span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ticket-info-modal .use-modal-btn_icon span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ticket-info-modal .use-modal-btn_icon:hover {
  opacity: 0.75;
}

/* --------------------------------

  スクロール（スマホ時）

-------------------------------- */
@media screen and (max-width: 479.98px) {
  .js-smooth {
    top: 120px;
    opacity: 1;
    pointer-events: visible;
    transition-property: opacity, top;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
  .js-smooth.js-scroll{
    top: 90px;
  }
  .js-smooth.js-margin {
    top: 144px;
  }
  .js-smooth.js-margin.js-scroll {
    top: 90px;
  }
  .js-smooth.not-important {
    top: 144px;
  }
  .js-smooth.not-important.js-scroll {
    top: 90px;
  }
  .scroll-content {
    position: relative;
    background: #fff;
    padding: 3.3em 2em 2em 2em;
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1490196078);
    border: 1px solid #EEEEEE;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .scroll-content::-webkit-scrollbar {
    display: none;
  }
}
.slider {
  position: relative;
  padding: 3em 0;
  overflow: hidden;
}
@media screen and (max-width: 479.98px) {
  .slider {
    padding: 2.3em 0;
  }
}
.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}
.slider-main {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 479.98px) {
  .slider .section-heading {
    margin-bottom: 0.5em;
  }
}
.slider-body {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 1.3em 1.5em;
  margin: 0 15px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to top, rgba(51,51,51,0.6) 40%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 479.98px) {
  .slider-body {
    margin: 0 7px;
    height: 70px;
    padding: 1.05em 1em 0.8em 1em;
  }
}
@media screen and (max-width: 359.98px) {
  .slider-body {
    height: 55px;
    padding: 0.72em 1em 0.63em 1em;
  }
}
.slider-title {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 479.98px) {
  .slider-title {
    margin-bottom: 0.3em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .slider-title {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.slider-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 479.98px) {
  .slider-desc {
    font-size: 1rem;
  }
}
.slider-img {
  display: block;
  position: relative;
  max-width: 300px;
}
.slider-img::before {
  content: "";
  display: block;
  padding-top: 225px;
}
@media screen and (max-width: 479.98px) {
  .slider-img::before {
    padding-top: 80%;
  }
}
.slider-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  max-width: none;
  transform: translate(-50%, -50%);
  max-width: 300px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
}
@media screen and (max-width: 479.98px) {
  .slider-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    max-width: none;
    transform: translate(-50%, -50%);
  }
}
.slider-more {
  text-align: center;
  margin-top: 4.5em;
  padding: 0 1em;
}
@media screen and (max-width: 479.98px) {
  .slider-more {
    margin-top: 3.5em;
  }
}
.slider .slick-slider {
  width: 100%;
  height: 100%;
  max-width: 332px;
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
  padding: 0;
}
.slider .slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-slider .slick-list {
  overflow: visible;
}
@media screen and (min-width: 480px), print {
  .slider .slick-slider .slick-list {
    overflow: visible;
  }
}
.slider .slick-slider.slick-slider3 {
  max-width: 500px;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 {
    max-width: 354px;
  }
}
.slider .slick-slider.slick-slider3 .slide {
  padding: 0;
}
.slider .slick-slider.slick-slider3 .slick-list {
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 .slick-list {
    overflow: visible;
  }
}
.slider .slick-slider.slick-slider3 .slider-img {
  max-width: 500px;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 .slider-img {
    max-width: 354px;
  }
}
.slider .slick-slider.slick-slider3 .slider-img::before {
  content: "";
  display: block;
  padding-top: 375px;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 .slider-img::before {
    padding-top: 265px;
  }
}
@media screen and (max-width: 359.98px) {
  .slider .slick-slider.slick-slider3 .slider-img::before {
    padding-top: 216px;
  }
}
.slider .slick-slider.slick-slider3 .slider-img img {
  border-radius: 0;
  max-width: 500px;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: inherit;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 575.98px) {
  .slider .slick-slider.slick-slider3 .slider-img img {
    max-width: 354px;
    height: 265px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 359.98px) {
  .slider .slick-slider.slick-slider3 .slider-img img {
    height: 216px;
  }
}
.slider .slick-slider.slick-slider4 {
  max-width: 386px;
}
.slider .slick-slider.slick-slider1 {
  max-width: 540px;
}
.slider .slick-slider.slick-slider2{
  max-width: 960px;
}
@media screen and (max-width: 767.98px){
  .slider .slick-slider.slick-slider2 {
    max-width: 540px;
  }
}
.slider .slick-slider.slick-slider1 .slide, .slider .slick-slider.slick-slider2 .slide {
  padding: 0 15px;
}
@media screen and (max-width: 479.98px) {
  .slider .slick-slider.slick-slider1 .slide, .slider .slick-slider.slick-slider2 .slide {
    padding: 0 7px;
  }
}
.slider .slick-slider.slick-slider1 .slider-img {
  display: block;
  position: relative;
  max-width: 540px;
}
.slider .slick-slider.slick-slider2 .slider-img {
  display: block;
  position: relative;
  max-width: 960px;
}
@media screen and (max-width: 767.98px){
  .slider .slick-slider.slick-slider2 .slider-img {
    max-width: 540px;
  }
}
.slider .slick-slider.slick-slider1 .slider-img::before, .slider .slick-slider.slick-slider2 .slider-img::before {
  content: "";
  display: block;
  padding-top: 295px;
}
@media screen and (max-width: 479.98px) {
  .slider .slick-slider.slick-slider1 .slider-img::before, .slider .slick-slider.slick-slider2 .slider-img::before {
    padding-top: 198px;
  }
}
@media screen and (max-width: 359.98px) {
  .slider .slick-slider.slick-slider1 .slider-img::before, .slider .slick-slider.slick-slider2 .slider-img::before {
    padding-top: 162px;
  }
}
.slider .slick-slider.slick-slider1 .slider-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 295px;
  aspect-ratio: inherit;
  transform: translate(-50%, -50%);
  max-width: 540px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slider .slick-slider.slick-slider2 .slider-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 295px;
  aspect-ratio: inherit;
  transform: translate(-50%, -50%);
  max-width: 960px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 767.98px){
  .slider .slick-slider.slick-slider2 .slider-img img {
    max-width: 540px;
  }
}
@media screen and (max-width: 479.98px) {
  .slider .slick-slider.slick-slider1 .slider-img img, .slider .slick-slider.slick-slider2 .slider-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 198px;
    aspect-ratio: inherit;
    max-width: none;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 359.98px) {
  .slider .slick-slider.slick-slider1 .slider-img img, .slider .slick-slider.slick-slider2 .slider-img img {
    height: 162px;
  }
}
.slider .slick-slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}
.slider .slick-slider .slide a {
  transition: opacity 0.3s ease;
}
.slider .slick-slider .slide a:hover {
  opacity: 0.75;
}
.slider .ticket-slide-container {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 1.8em 1.6em 1.6em 1.6em;
}
.slider .ticket-slide-header {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.7em;
  z-index: 1;
}
.slider .ticket-slide-title {
  padding: 0 0 0 0.5em;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 1em;
  border-left: 6px solid var(--base-color1);
}
.slider .ticket-slide-buttons {
  margin-top: 1.5em;
}
.slider .ticket-slide-more:not(:last-child) {
  margin-bottom: 1em;
}
.slider .ticket-slide-define {
  display: flex;
  margin-bottom: 0.7em;
}
.slider .ticket-slide-define dt, .slider .ticket-slide-define dd {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  font-weight: 400;
  z-index: 1;
  word-wrap: break-word;
}
.slider .ticket-slide-define dt {
  margin-right: 0.5em;
  width: 6em;
}
.slider .ticket-slide .items-history-detail {
  margin-top: 1.2em;
}
.slider .ticket-slide .ticket-used-image {
  position: absolute;
  top: 8px;
  right: 15px;
  max-width: 105px;
  z-index: 0;
}
.slider .slider-dots {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 110;
}
.slider .slider-dots ul {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.slider .slider-dots li {
  position: relative;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 100%;
}
.slider .slider-dots li:not(:last-child) {
  margin-right: 18px;
}
.slider .slider-dots li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: #EEEEEE;
  border-radius: 100%;
}
.slider .slider-dots li.slick-active:before {
  background-color: #333333;
}
.slider .slider-dots button {
  display: none;
}
.slider .slider-nums {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
}
.slider .slider-arrows {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 110;
}
.slider .slider-prev,
.slider .slider-next {
  display: block;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.slider .slider-prev {
  left: 10px;
  background: url("../img/base/arrow-icon_left.svg") no-repeat center/cover;
}
.slider .slider-next {
  right: 10px;
  background: url("../img/base/arrow-icon_right.svg") no-repeat center/cover;
}

.ticket-slide {
  width: 300px;
}
.ticket-slide-info {
  position: relative;
  width: 302px;
  padding: 0 2px;
}
.ticket-slide-info_define dt, .ticket-slide-info_define dd {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 400;
  word-break: break-all;
  word-wrap: break-word;
}
.ticket-slide-info_main {
  flex: 1;
  min-width: 0;
}
.ticket-slide-info_qr {
  display: block;
  text-align: center;
  margin: .5em auto;
  max-width: 140px;
}
@media screen and (max-width: 359.98px) {
  .ticket-slide-info_qr {
    max-width: 100px;
  }
}

.ticket-qr-slider {
  display: none;
}
.ticket-qr-slider.slick-initialized {
  display: block;
}

.qr-arrows {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

.qr-arrows .qr-prev, .qr-arrows .qr-next {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color:var(--base-color1);
  cursor: pointer;
  /* transition: background-color 0.3s ease; */
}
.qr-arrows .qr-prev.slick-disabled, .qr-arrows .qr-next.slick-disabled {
  background-color: #aaaaaa;
  cursor: inherit;
}
/* .qr-arrows .qr-prev:hover, .qr-arrows .qr-next:hover {
  background-color: #aaaaaa;
} */
.qr-arrows .qr-prev::before, .qr-arrows .qr-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.qr-arrows .qr-prev {
  margin-right: 0.5em;
}
.qr-arrows .qr-prev::before {
  transform: translate(-30%, -50%) rotate(-45deg);
}
.qr-arrows .qr-next::before {
  transform: translate(-70%, -50%) rotate(135deg);
}

.items-select-step_num {
  display: flex;
  justify-content: center;
  /* margin-top: 1em; */
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.form-area-gender td input[type=radio] {
  position: relative;
  opacity: 0;
  width: 1px;
}
.form-area-gender td label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
  padding-left: 38px;
}
.form-area-gender td label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
.form-area-gender td label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
}
.form-area-gender td input:checked + label::after {
  background-color: var(--base-color1);
  opacity: 1;
}

@media screen and (max-width: 479.98px) {
  .user-contact-form {
    margin-left: -2em;
    margin-right: -2em;
  }
  .user-contact-form.cancel_reason_form{
    margin-left: 0;
    margin-right: 0;
  }
  .form-area-gender td label {
    margin-right: 0.4em;
    padding-left: 38px;
  }
}
@media screen and (max-width: 359.98px) {
  .form-area-gender td label::after{
    width: 15px;
    height: 15px;
  }
  .form-area-gender td label::before{
    width: 25px;
    height: 25px;
  }
  .user-contact-form {
    margin-left: -1em;
    margin-right: -1em;
  }
  .form-area-gender td label {
    margin-right: 6px;
    padding-left: 31px;
  }
}

.user-contact-text {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  max-width: 900px;
  margin: 0.5em auto 1.3em;
}

.bo_user-contact-text {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  max-width: 900px;
  margin: 0.5em auto 0em;
}

.form-table {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.form-table th, .form-table td {
  display: block;
}
.form-table th {
  position: relative;
  vertical-align: top;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--base-color2);
  padding: 0.75em 1em;
}
.form-table td {
  vertical-align: middle;
  padding: 1em 0 1.5em 0;
}
.form-table td.cancel_reason_input{
  padding-left: 1px;
  padding-bottom: 0;
}
@media screen and (max-width: 479.98px) {
  .form-table td {
    padding: 1em 1em 1.5em 1em;
  }
  .cancel_reason_form .form-table td.cancel_reason_input{
    padding: 1em 0 0 0;
  }
}
.form-table-attention {
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 1em;
  word-break: break-all;
}
.form-table-wrap {
  display: flex;
}
.form-table-group {
  margin-right: 0.6em;
}
.form-table-group:last-child {
  margin-right: 0em;
}
.question_body .form-table-group{
  width: 100%;
}

/* フォーム部品：タイトル */
.form-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #333333;
}

/* フォーム部品：入力必須マーク */
.form-icon {
  display: inline-block;
  height: 20px;
  border-radius: 6px;
  background-color: #FF0000;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 3px 12px;
  line-height: 1;
  margin-left: 1em;
  white-space: nowrap;
}
.form-icon-required {
  background-color: #FF0000;
}
.form-icon-required::before {
  font-weight: 400;
}

/* フォーム部品：入力欄 */
.form-control {
  width: 100%;
  height: 2em;
  padding: 0.1em 0.5em 0.2em 0.5em;
  color: #333333;
  font-family: inherit;
  font-size: 1.8rem;
  line-height: 1.4;
  border-radius: 5px;
  font-weight: 300;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}
.form-control:focus, .form-control:active {
  outline: none;
  border-color: #CCCCCC;
  background-color: #fff;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.form-control:-ms-input-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.form-control::placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.form-control.form-long {
  padding: 0.1em 0.5em 0.3em 0.5em;
}
.form-control.form-short {
  max-width: 140px;
}
.form-control.form-middle {
  max-width: 228px;
}

.form-control.form-phone {
  max-width: 500px;
  margin-bottom: 10px;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
  border-color: #c00;
}

span.validate-error {
  display: block !important;
  font-size: 0.85em;
  color: #c00;
}
span.validate-error:first-of-type {
  margin-top: 0.5em;
}
span.validate-error:last-of-type {
  margin-bottom: -0.5em;
}

.error-message-check span.validate-error:first-of-type {
  margin-top: 0;
  margin-bottom: -0.5em;
}
.error-message-check span.validate-error:not(:first-of-type) {
  display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  padding-top: 2em;
  text-align: center;
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 120px;
  margin: 0.5em;
  padding: 0.35em 1em 0.28em 1em;
  line-height: 1.1;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: inherit;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 10em;
  background: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
.form-button-send {
  border-color: #0882C7;
  background: #0882C7;
}
.form-button-send:hover {
  border-color: #6DD900;
  background: #6DD900;
}
.form-button-back {
  border-color: #999;
  background: #999;
}
.form-button-back:hover {
  border-color: #ccc;
  background: #ccc;
}
.form-button-inline {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.7em 1em;
  font-size: 1.8rem;
}
.form-button-inline::after {
  display: none;
}
.form-button-search {
  border-color: #6DD900;
  background: #6DD900;
}
.form-button-search:hover {
  border-color: #6DD900;
  background: #6DD900;
}
.form-button-upload {
  margin: 0;
  padding: 0.8em 1em;
  font-size: 1.1em;
  color: #fff;
  background: #e21664;
}
.form-button-upload:hover {
  color: #fff;
  text-decoration: none;
  background: #e94709;
}
.form-button-upload::after {
  display: none;
}
.form-table .form-area-gender td{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 479.98px) {
  .form-table .form-area-gender td{
    padding: 1em .8em 1.5em .8em;
  }
}
/* --------------------------------

  pagination

-------------------------------- */
.pagination {
  margin: 3em 0 0 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .pagination {
    margin: 1.5em 0 0 0;
  }
}

.pagination span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0.2rem;
  padding: 3px;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 0.35rem;
  background-color: #fff;
  border: 1px solid #707070;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .pagination span {
    padding: 5px;
  }
}

.page_counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_counter span {
  cursor: pointer;
}

.pagination .prev-icon.disable, .pagination .next-icon.disable {
  pointer-events: none;
  cursor: auto;
  background-color: #eee;
}
.pagination .prev-icon.disable::before, .pagination .next-icon.disable::before {
  border-color: #333;
}

.pagination .prev-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-45deg);
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}

.pagination .next-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(135deg);
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}

.pagination .page_number:hover, .pagination .page_number.current {
  background-color: var(--base-color1);
  border-color: var(--base-color1);
  color: #fff;
}
@media screen and (min-width: 480px) {
  .pagination .next-icon:hover{
    background-color: var(--base-color1);
    border-color: var(--base-color1);
    color: #fff;
  }
  .pagination .next-icon:hover::before {
    background-color: var(--base-color1);
    border-color: var(--base-color1);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .pagination .prev-icon:hover{
    background-color: var(--base-color1);
    border-color: var(--base-color1);
    color: #fff;
  }
  .pagination .prev-icon:hover::before {
    background-color: var(--base-color1);
    border-color: var(--base-color1);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}

.pagination-all-text {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  margin-top: 0.7em;
}

.pagination span:hover {
  text-decoration: none;
}

/* --------------------------------

  progress

-------------------------------- */
.progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}
.progress-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.progress-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid var(--base-color1);
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
.progress-loading-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-ransform: translate(-50% , -50%);
  display: block;
  width: 32px;
  height: 32px;
}
.progress-loading-icon span{
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.progress-loading-icon span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  border: 2px solid #ddd;
  border-top: 2px solid var(--base-color1);
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 5em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 0.8em;
}

/* TOP NEWS */
.top-news-section {
  padding: 0 1em 2em 1em;
}
@media screen and (min-width: 1100px), print {
  .top-news-section {
    padding: 0 2em 3em 2em;
  }
}

/* TOP SLIDER */
.top-slider-section.__bg-accent {
  background-color: var(--base-color2);
  padding-bottom: 2.2em;
}
@media screen and (min-width: 480px), print {
  .top-slider-section.__bg-accent {
    padding-bottom: 2.8em;
  }
}

/* --------------------------------

  idxx　商品紹介

-------------------------------- */
.items .narrow-search-close {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1100px), print {
  .items .narrow-search-close {
    display: none;
  }
}
.items .narrow-search-close_icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.items .narrow-search-close_icon::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  transform: rotate(-135deg);
  display: block;
  width: 13px;
  height: 3px;
  background-color: var(--base-color1);
  border-radius: 10em;
}
.items .narrow-search-close_icon::after{
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  transform: rotate(-45deg);
  display: block;
  width: 13px;
  height: 3px;
  background-color: var(--base-color1);
  border-radius: 10em;
}
.items .narrow-search-button {
  display: flex;
  /* position: fixed; */
  /* right: 5px;
  bottom: 5px; */
  width: 100px;
  height: 30px;
  /* text-align: center; */
  /* overflow: hidden; */
  z-index: 100;
  border-radius: 5px;
  /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137); */
  /* transition-property: opacity;
  transition-duration: 0.3s; */
  color: var(--base-color1);
  border-color: var(--base-color1);
  border-width: 1px;
  background-color: #fff;
}
@media screen and (min-width: 640px), print {
  .items .narrow-search-button {
    right: 5px;
    bottom: 5px;
    width: 100px;
    height: 30px;
  }
}
@media screen and (min-width: 1100px), print {
  .items .narrow-search-button {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}
.items .narrow-search-button:hover .narrow-search-icon::before {
  opacity: 0.25;
}
.items .narrow-search-icon {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* background-color: var(--base-color1);
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-top: 1.5em;
  transition-property: opacity;
  transition-duration: 0.3s; */
}
/* .items .narrow-search-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 26px;
  top: 10px;
  background: url("../img/base/icon-search_wht.svg") no-repeat center/contain;
}
.items .narrow-search-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 100%;
  background-color: #fff;
  transition-property: opacity;
  transition-duration: 0.3s;
} */
.items-section {
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .items-section {
    padding: 0 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .items-section {
    padding: 0 .5em;
  }
}
.items-section .inner {
  max-width: 1206px;
}
.items-slider-section .slider {
  padding: 0 0 2em 0;
}
@media screen and (max-width: 479.98px) {
  .items-slider-section .slider {
    padding: 0 0 1.5em 0;
  }
}
.items-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .items-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-container {
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .items-container {
    align-items: inherit;
  }
}
@media screen and (max-width: 639.98px) {
  .items-container {
    align-items: center;
  }
}
@media screen and (max-width: 479.98px) {
  .items-container {
    align-items: inherit;
  }
}
.items-top {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 1em;
}
.all-count-icon {
  position: relative;
}
.all-count-icon[data-num="0"]::before {
  display: none;
}
.all-count-icon::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: attr(data-num);
  min-width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding: 3px 2px 4px 2px;
  font-size: 10px;
  font-weight: bold;
  background-color: red;
  color: white;
  border-radius: 10px;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  z-index: 1;
}
.items-main {
  flex: 1;
  min-width: 0;
  max-width: 728px;
  margin-left: 3em;
}
@media screen and (max-width: 1279.98px) {
  .items-main {
    margin-left: 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .items-main {
    max-width: 352px;
  }
}
@media screen and (max-width: 479.98px) {
  .items-main {
    max-width: none;
  }
}
.items-side {
  max-width: 354px;
  width: 100%;
}
@media screen and (max-width: 1279.98px) {
  .items-side {
    max-width: 354px;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-side {
    opacity: 0;
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    z-index: 100;
    pointer-events: none;
    transition-property: opacity top;
    transition-duration: 0.5s;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-side.js-smooth {
    top: 184px;
    opacity: 1;
    z-index: 101;
    pointer-events: visible;
    transition-property: opacity top;
    transition-duration: 0.5s;
    overflow-y: auto;
    background-color: var(--base-color2);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .items-side.js-smooth::-webkit-scrollbar {
    display: none;
  }
  .js-margin .items-side.js-smooth {
    transition: top 0.5s 0.3s ease;
    top: 144px;
  }
  #search-page .js-margin .items-side.js-smooth {
    top: 80px;
  }
  #search-page .items-side.js-smooth {
    top: 130px;
  }
  #search-page .items-side.js-smooth.js-scroll{
    top: 80px;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-side.js-smooth .items-header {
    top: 184px;
    opacity: 1;
    pointer-events: visible;
    transition-property: opacity top;
    transition-duration: 0.5s;
  }
  .js-margin .items-side.js-smooth .items-header {
    transition: top 0.5s 0.3s ease;
    top: 144px;
  }
  #search-page .js-margin .items-side.js-smooth .items-header {
    top: 80px;
  }
  #search-page .items-side.js-smooth .items-header {
    top: 130px;
  }
  #search-page .items-side.js-smooth.js-scroll .items-header{
    top: 80px;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-side.js-smooth .items-search_foot {
    bottom: 0;
    opacity: 1;
    pointer-events: visible;
    transition-property: opacity bottom;
    transition-duration: 0.5s;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-side.js-smooth.not-important {
    top: 144px;
    transition: top 0.5s 0.3s ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-side.js-smooth.not-important .items-header {
    top: 144px;
    transition: top 0.5s 0.3s ease;
  }
}
.items-block {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /*height: 954px;*/
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.items-block::-webkit-scrollbar {
  display: none;
}
.items-block .items-title {
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  padding-bottom: 3px;
  margin-bottom: 1em;
  word-break: break-all;
}
@media screen and (max-width: 359.98px) {
  .items-block .items-title {
    margin-bottom: 0.7em;
  }
}
.items-block .items-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 39px;
}
.items-block-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em -1em 0;
}
.items-block-group .progress-loading-icon {
  position: relative;
  padding: 32px 0;
}
@media screen and (max-width: 640px) {
  .items-block-group .progress-loading-icon {
    left: 0%;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-block-group {
    margin: 0 -1em 0 0;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 639.98px) {
  .items-block-group {
    margin: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 479.98px) {
  .items-block-group {
    padding: 0;
  }
}
.items-box {
  width: calc(50% - 16px);
  margin: 0 1em 1em 0;
  background-color: #fff;
}
@media screen and (max-width: 639.98px) {
  .items-box {
    margin: 0 0 1em 0;
    width: 100%;
    max-width: 352px;
  }
}
@media screen and (max-width: 479.98px) {
  .items-box {
    max-width: none;
    padding: 0 0.5em;
  }
}
.items-link {
  display: block;
  transition: all 0.3s ease;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #EEEEEE;
  border-radius: 30px;
}
.items-link:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.items-image {
  position: relative;
}
.items-image .no_image{
  display: block;
  width: 100%;
  height: 188px;
  border-radius: 29px 29px 0 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, var(--base-color2) 2px, var(--base-color2) 4px );
}
@media screen and (max-width: 359.98px) {
  .items-image .no_image{
    height: 175px;
  }
}
.slider-img .no_image{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 375px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, var(--base-color2) 2px, var(--base-color2) 4px );
}
@media screen and (max-width: 575.98px) {
  .slider-img .no_image{
    height: 265px;
  }
}
@media screen and (max-width: 359.98px) {
  .slider-img .no_image{
    height: 216px;
  }
}
.items-image img {
  display: block;
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 29px 29px 0 0;
}
@media screen and (max-width: 359.98px) {
  .items-image img {
    height: 175px;
  }
}
.items-body {
  position: relative;
  padding: 0 1.2em 1.2em 1.2em;
  border-radius: 0 0 29px 29px;
  min-height: 187px;
}
@media screen and (max-width: 359.98px) {
  .items-body {
    padding: 0 1em 1em 1em;
    min-height: 175px;
  }
}
.items-cat {
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.5em 1.5em;
  background-color: var(--base-color1);
  margin-left: -1.2em;
}

.items-cat-list {
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.5em 1.5em;
  background-color: var(--base-color1);
  margin-left: -1.2em;

}

.items-cat-list-cannot-be-bought {
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.5em 1.5em;
  background-color: var(--base-color2);
  margin-left: -1.2em;
}

.items-detail-header .items-cat {
  margin-left: -1.3em;
}
@media screen and (max-width: 359.98px) {
  .items-cat {
    font-size: 1.6rem;
    margin-left: -1em;
  }
}


.items-title {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 1.1em;
  padding-top: 1.1em;
}
.items-title.__bokun{
  color: var(--base-color1);
}
@media screen and (max-width: 359.98px) {
  .items-title {
    font-size: 1.8rem;
    margin-bottom: 0.8em;
    padding-top: 0.8em;
  }
}
.items-fee {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.6em;
  margin-right: 0.2em;
  color: var(--base-color1);
}
@media screen and (max-width: 359.98px) {
  .items-fee {
    font-size: 1.8rem;
  }
}

.items-name {
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.6em;
  margin-right: 0.3em;
  color: var(--base-color1);
}
@media screen and (max-width: 359.98px) {
  .items-name {
    font-size: 1.8rem;
  }
}

.items-etc {
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.6em;
  color: var(--base-color1);
}
@media screen and (max-width: 359.98px) {
  .items-etc {
    font-size: 1.3rem;
  }
}
.items-excerpt {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333333;
}
.items-header {
  position: relative;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 1em;
  background-color: var(--base-color1);
}
@media screen and (max-width: 1099.98px) {
  .items-header {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 50px;
    opacity: 0;
    pointer-events: visible;
    transition-property: opacity top;
    transition-duration: 0.5s;
  }
}
.items-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 2.2rem;
}
.items-search_body {
  padding: 1em 2em 1em 2em;
  background-color: var(--base-color2);
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}
@media screen and (max-width: 1099.98px) {
  .items-heading{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .items-header{
    padding: 0 5em;
  }
  .items-search_body {
    margin: 50px 0 88px 0;
    padding: 1em 1.2em 1em 1.2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-search_body .global-search {
    max-width: none;
  }
}
.items-search_foot {
  padding: 0 2em 3em 2em;
  border-radius: 0 0 16px 16px;
  background-color: var(--base-color2);
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1099.98px) {
  .items-search_foot {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 1em 1em;
    background-color: #fff;
    border-radius: 0;
    z-index: 1100;
    opacity: 0;
    pointer-events: visible;
    transition-property: opacity bottom;
    transition-duration: 0.5s;
  }
}
.items-search_contents {
  position: relative;
  padding:1.7em 0;
  /* margin: .8em 0; */
}
.items-search_box + .items-search_contents{
  padding-bottom: .9em;
}
.items-search_contents:not(:last-child)::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: -2em;
  right: -2em;
  border-bottom: 1px solid #707070;
}
.items-search-type {
  background-color: #fff;
  padding: 1em;
  margin-top: 1em;
}
.current_place_area{
  margin-top: 1.2em;
}
@media screen and (max-width: 479.98px) {
  .items-search-type {
    padding: 1em;
  }
}
.items-search-type_wrap {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  margin-bottom: 1em;
}
.items-search-type_label {
  display: flex;
  align-items: center;
  column-gap: 1em;
  background-color: white;
}
.items-search-type_label svg {
  display: none;
  fill: var(--v-color-product-type-icon);
}
.items-search-svg-icon {
  width: 25px;
  height: 25px;
  display: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: auto;
  background-color: var(--v-color-product-type-icon);
  -webkit-mask-size: 25px auto;
  mask-size: 25px auto;
}
.items-search-type_label:first-child {
  /* margin-right: 1em; */
}
.items-search-type_label input[type="checkbox"]{
  display: none;
}
.items-search-type_label span{
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.5rem;
  padding-left: 2em;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  min-width: 0;
}
.items-search-type_label span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width:22px ;
  height: 22px;
  border-radius: 4px;
  border: 2px solid #a3a3a3;
  background-color: #fff;
}
.items-search-type_label span::after{
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  transform: rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  width: 8px;
  height: 13px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.items-search-type_label input[type="checkbox"]:checked + svg + span::before{
  background-color:var(--base-color1);
  border-color:var(--base-color1) ;
}
.items-search-type_label input[type="checkbox"]:checked + .items-search-svg-icon + span::before{
  background-color:var(--base-color1);
  border-color:var(--base-color1) ;
}
.items-type-box{
  padding: 1em 1.9em;
  background-color: #fff;
}
@media screen and (min-width: 1100px){
  .items-search-type_label:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .items-search-type_label {
    position: relative;
    background-color: white;
    margin:0 0 12px 0;
    padding: 1.5em 1.5em 1.5em 4em;
    border-radius: 14px;
  }
  .items-search-svg-icon {
    display: inline-block;
  }
  .items-search-type_label svg{
    display: block;
  }
  .items-search-type_label span::before{
    left: 24px;
  }
  .items-search-type_label span{
    padding: 0;
    position: static;
  }
  .items-search-type_label span::after{
    top: 50%;
    left: 31px;
    transform:translateY(-63%) rotate(-135deg);
    -webkit-transform: translateY(-63%) rotate(-135deg);
  }
}
@media screen and (max-width: 359.98px) {
  .items-search-type_label:first-child {
    /* margin-right: 1em; */
  }
}
.items-search-type_label.__type03 {
  display: block;
  text-align: center;
  cursor: pointer;
}
.items-search-type_label .check-input:checked + .check-icon::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.items-search-type_label .check-icon {
  position: relative;
  padding-left: 1.8em;
  font-size: 1.4rem;
}
.items-search-type_label .check-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.items-search-type_label .check-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  transform: rotate(135deg);
  display: block;
  width: 10px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.items-search-type .ticket-check-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  text-align: center;
  border: 2px solid #999;
  cursor: pointer;
  margin: 0 5px;
}
@media screen and (max-width: 359.98px) {
  .items-search-type .ticket-check-group {
    width: 90px;
    height: 90px;
  }
}
.items-search-type .ticket-check-group svg {
  fill: #999;
}
.items-search-type .ticket-check-input:checked + .ticket-check-group {
  background-color: var(--base-color1);
  border: 2px solid var(--base-color1);
}
.items-search-type .ticket-check-input:checked + .ticket-check-group svg {
  fill: #fff;
}
.items-search-type .ticket-check-input:checked + .ticket-check-group .ticket-check-icon {
  color: #fff;
}
.items-search-type .ticket-check-icon {
  position: relative;
  /* display: block; */
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0.5em;
  color: #999;
}
@media screen and (max-width: 359.98px) {
  .items-search-type .ticket-check-icon {
    font-size: 1.1rem;
  }
}
.items-search-type input[type=checkbox] {
  /* display: none; */
}
.items-search_title {
  display: block;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
  margin-top: 0.8em;
}
.items-search_contants_title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: .6em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 41px;
}
.items-search_subtitle {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 1.5rem;
  margin-bottom: 0.7em;
  margin-top: -0.7em;
}
.items-search-select_area {
  margin-top: 1.6em;
}
.items-search-select_box {
  position: relative;
}
.items-search-select_box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  transform: translateY(-40%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #333333;
  z-index: 1;
  pointer-events: none;
}
.items-search-select_box select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  padding: 0.5em 2.5em 0.65em 1.5em;
}
.items-search-select_box select::-ms-expand {
  display: none;
}
.items-search-select_box select option {
  height: 40px;
}
.items-search-input {
  display: none;
}
.items-search-input:checked + label {
  background-color: var(--base-color1);
  color: #fff;
  opacity: 1;
}
.items-search-input:checked + label::before {
  background: url("../img/base/icon-search_wht.svg") no-repeat center/contain;
}
.items-search-keyword {
  position: relative;
  display: inline-block;
  border: 2px solid var(--base-color1);
  border-radius: 11px;
  color: #333;
  background-color: #fff;
  padding: 0.5em 1em 0.5em 2em;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.2;
}
.items-search-keyword::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-45%);
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/base/icon-search_blk.svg") no-repeat center/contain;
}
.items-search-keyword_group {
  margin: 0 0.5em 0.5em 0;
}
.items-search-keyword_area {
  margin-top: 1.8em;
}
.items-search-keyword_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em -0.5em 0;
}
.items-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 354px;
  width: 40%;
  height: 50px;
  border-radius: 10em;
  background-color: var(--base-color1);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 0.5em 0 0.5em;
  /* margin: 0 auto; */
  transition: opacity 0.3s ease;
}
.items-search-button:hover {
  opacity: 0.75;
}

.items-detail-section {
  padding: 0 1em 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .items-detail-section {
    padding: 0 2em 5em 2em;
  }
}
.items-detail-image {
  max-width: 300px;
  margin: 1.8em auto 1em;
}
.items-detail-heading {
  display: block;
  background-color: #fff;
  padding: 1.5em 0.95em 0.2em 0.95em;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  /* font-weight: 700; */
  color: #333333;
}
.items-detail-container {
  position: relative;
}
@media screen and (min-width: 1280px), print {
  .items-detail-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279.98px) {
  .items-detail-container {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  .items-detail-container {
    max-width: 354px;
  }
}
.items-detail-main {
  max-width: 500px;
  width: 100%;
  margin-left: 3em;
}
@media screen and (max-width: 1279.98px) {
  .items-detail-main {
    margin-left: 0;
  }
}
.items-detail-side {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .items-detail-side {
    max-width: 354px;
  }
}
.items-detail-side .slider {
  padding: 0;
}
@media screen and (max-width: 575.98px) {
  .items-detail-side .slider {
    overflow: visible;
  }
}
.items-detail-side .slider-main {
  padding: 0;
}
.items-detail-header .items-title {
  padding-top: 1.8em;
}
.items-detail-header .ticket-title {
  display: block;
  border-left: 6px solid var(--base-color1);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333333;
  padding: 0 0 0 0.5em;
  margin-bottom: 0.7em;
}
.items-detail-block {
  position: relative;
  padding: 2em 1.3em 2em 1.3em;
  background-color: #fff;
  word-break: break-all;
}
.items-detail-block a{
  color: var(--base-color1);
}
.items-detail-block a:hover{
  text-decoration: underline;
}
.items-detail-main a{
  color: var(--base-color1);
}
.items-detail-main a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 359.98px) {
  .items-detail-block {
    padding: 2em 1em 2em 1em;
  }
}
.items-detail-block:first-child {
  position: relative;
  border-top: none;
}
.items-detail-block.__info {
  padding-top: 0;
}
@media screen and (max-width: 1279.98px) {
  .items-detail-block.__info {
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 1279.98px) {
  .items-detail-block.__info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.3em;
    right: 1.3em;
    height: 1px;
    background-color: #EEEEEE;
  }
}
@media screen and (max-width: 359.98px) {
  .items-detail-block.__info::before {
    left: 1em;
    right: 1em;
  }
}
.items-detail-block.__facility::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.3em;
  right: 1.3em;
  height: 1px;
  background-color: #EEEEEE;
}
@media screen and (max-width: 359.98px) {
  .items-detail-block.__facility::before {
    left: 1em;
    right: 1em;
  }
}
.items-detail-body {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
}
.items-detail-back {
  text-align: center;
  margin-top: 3.5em;
}
@media screen and (max-width: 1099.98px) {
  .items-detail-back {
    margin-top: 3.5em;
  }
}
.items-detail-ticket {
  margin-top: 2.2em;
}
.items-detail-ticket_card {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  padding: 0.7em 1em 0.7em 1.2em;
  min-height: 68px;
  border: 1px solid #DDDDDD;
  border-left: 6px solid var(--base-color1);
}
@media screen and (min-width: 576px), print {
  .items-detail-ticket_card {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 68px;
    padding: 0.7em 1em 0.7em 1.2em;
  }
}
@media screen and (max-width: 359.98px) {
  .items-detail-ticket_card {
    min-height: 77px;
    padding: 0.85em 1em 0.7em 1.2em;
  }
}
.items-detail-ticket_card:not(:last-child) {
  margin-bottom: 0.8em;
}
.items-detail-ticket_header.__accent {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .items-detail-ticket_header {
    /* margin-bottom: 0.3em; */
  }
}
.items-detail-ticket_title {
  font-size: 1.7rem;
  line-height: 1.47;
}
@media screen and (max-width: 359.98px) {
  .items-detail-ticket_title {
    font-size: 1.5rem;
  }
}
.items-detail-ticket_fee {
  font-size: 1.7rem;
  line-height: 1.47;
}
@media screen and (max-width: 359.98px) {
  .items-detail-ticket_fee {
    font-size: 1.5rem;
  }
}
.items-detail-ticket_more {
  text-align: center;
  margin-top: 1.5em;
}

@media screen and (max-width: 479.98px) {
  .items-select-inner {
    height: 100%;
  }
}
.items-select-step {
  position: relative;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1490196078);
  display: none;
}
@media screen and (max-width: 479.98px) {
  .items-select-step {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    box-shadow: none;
  }
}
.items-select-step.is-active {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 479.98px) {
  .items-select-step.__form .items-select-step_body {
    border-radius: 30px 30px 0 0;
  }
}
/*
@media screen and (max-width: 359.98px) {
  .items-select-step.__form .items-select-step_body {
    padding: 0em 1em 1.5em 1em;
  }
}
*/
@media screen and (max-width: 359.98px) {
  .items-select-step.__form .items-select-step_button {
    margin-top: 0.3em;
  }
}
.items-select-step.__form .items-select-step_conf {
  margin-bottom: 1.7em;
}
.items-select-step_people .step-people-table {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
}
.items-select-step_people .step-people-table th, .items-select-step_people .step-people-table td {
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
  padding: 1em 0;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #EEEEEE;
}
.items-select-step_people .step-people-table th {
  padding-right: 1em;
}
.items-select-step_people .step-people-table .summary {
  font-size: 1.3rem;
}
.items-select-step_people .step-people-table .explanation {
  font-size: 1.3rem;
}
.items-select-step_people .step-people-table_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.items-select-step_people .step-people-table_wrap .people-input-live {
  display: none;
}
.items-select-step_people .step-people-table_wrap .people-input-text {
  display: block;
  max-width: 35px;
  text-align: center;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  pointer-events: none;
  margin: 0 1em 0 1em;
}
@media screen and (max-width: 479.98px) {
  .items-select-step_people .step-people-table_wrap .people-input-text {
    margin: 0 0.3em 0 0.3em;
  }
}
.items-select-step_people .step-people-table_wrap .people-input-minus {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  transition: opacity 0.3s ease;
}
.items-select-step_people .step-people-table_wrap .people-input-minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 3px;
  background-color: #AAAAAA;
}
.items-select-step_people .step-people-table_wrap .people-input-minus:hover {
  opacity: 0.75;
}
.items-select-step_people .step-people-table_wrap .people-input-minus.is-disable {
  opacity: 0.3;
}
.items-select-step_people .step-people-table_wrap .people-input-minus.is-disable:hover {
  opacity: 0.3;
}
.items-select-step_people .step-people-table_wrap .people-input-plus {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  transition: opacity 0.3s ease;
}
.items-select-step_people .step-people-table_wrap .people-input-plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 3px;
  background-color: #AAAAAA;
}
.items-select-step_people .step-people-table_wrap .people-input-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 3px;
  height: 15px;
  background-color: #AAAAAA;
}
.items-select-step_people .step-people-table_wrap .people-input-plus:hover {
  opacity: 0.75;
}
.items-select-step_people .step-people-table_wrap .people-input-plus.is-disable {
  opacity: 0.3;
}
.items-select-step_people .step-people-table_wrap .people-input-plus.is-disable:hover {
  opacity: 0.3;
}
.items-select-step_conf .step-conf-info {
  max-width: 900px;
  margin: 0 auto 1.2em;
}
.items-select-step_conf .step-conf-title {
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0 0 0 0.5em;
  color: #333333;
  margin-bottom: 0.7em;
  border-left: 6px solid var(--base-color1);
}
.items-select-step_conf .step-conf-max {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #333333;
}
.items-select-step_conf .step-conf-date {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
}
.items-select-step_conf .step-conf-fee_num {
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
  font-weight: 700;
  font-size: 2rem;
  color: #333333;
  line-height: 1.2;
  margin-top: 0.8em;
}
.items-select-step_conf .step-conf-fee_table {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #DDDDDD;
}
.items-select-step_conf .step-conf-fee_table th, .items-select-step_conf .step-conf-fee_table td {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 0 .5em 0;
  display: block;
  font-weight: 400;
  color: #333333;
}
.items-select-step_conf .step-conf-fee_table tr{
  display: block;
  padding-bottom: 0.5em;
}
.items-select-step_conf .step-conf-fee_table td p:not(:last-child){
  padding: 0 0 .5em 0;
}
.items-select-step_conf .step-conf-fee_table td:last-child{
  margin-top: -30px;
}
.step-fin-container .items-select-step_conf .step-conf-fee_table th, .items-select-step_conf .step-conf-fee_table td{
  padding: 0 0 .5em 0;
}

@media screen and (max-width: 479.98px) {
  .items-select-step_conf .step-conf-fee_table td:last-child{
    margin-top: -26px;
  }
  .items-select-step_conf .step-conf-fee_table th, .items-select-step_conf .step-conf-fee_table td {
    font-size: 1.6rem;
  }
  .items-select-step_conf .step-conf-fee_num{
    font-size: 1.8rem;
  }
  .user-contact-text{
    font-size: 1.6rem;
    padding: 0 1em;
  }
  .items-select-step.__form .items-select-step_conf{
    padding: 0 1em;
  }
}

.items-select-step_conf .step-conf-fee_table td strong {
  display: block;
  text-align: right;
}

.items-select-step_conf .step-conf-fee-sum_table {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.items-select-step_conf .step-conf-fee-sum_table th,
.items-select-step_conf .step-conf-fee-sum_table td {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 0 .5em 0;
  display: table-cell;   /* ← display:block を解除 */
  font-weight: 400;
  color: #333333;
}
.items-select-step_conf .step-conf-fee-sum_table tr {
  display: table-row;    /* ← display:block を解除 */
  padding-bottom: 0.5em;
}
.items-select-step_conf .step-conf-fee-sum_table td p:not(:last-child) {
  padding: 0 0 .5em 0;
}
.items-select-step_conf .step-conf-fee-sum_table td:last-child {
  margin-top: -30px;
}
.step-fin-container .items-select-step_conf .step-conf-fee-sum_table th,
.items-select-step_conf .step-conf-fee-sum_table td {
  padding: 0 0 .5em 0;
}
@media screen and (max-width: 479.98px) {
  .items-select-step_conf .step-conf-fee-sum_table td:last-child {
    margin-top: -26px;
  }
  .items-select-step_conf .step-conf-fee-sum_table th,
  .items-select-step_conf .step-conf-fee-sum_table td {
    font-size: 1.6rem;
  }
}
.items-select-step_conf .step-conf-fee-sum_table td strong {
  display: inline;       /* ← display:block を解除 */
  text-align: right;
}

.items-select-step_conf .step-conf-fee-sum_table td.is-red,
.items-select-step_conf .step-conf-fee-sum_table td span.is-red {
  color: red;
}

.items-select-step_time .step-time-label input[type=radio] {
  display: none;
}
.items-select-step_time .step-time-label .radio-input-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  border-radius: 100%;
  border: 1px solid #999;
  cursor: pointer;
}
.items-select-step_time .step-time-label .radio-input:checked + .radio-input-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 1px solid var(--base-color1);
  background-color: var(--base-color1);
}
.items-select-step_time .step-time-table {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.items-select-step_time .step-time-table th, .items-select-step_time .step-time-table td {
  font-size: 1.5rem;
  line-height: 1.2;
  vertical-align: middle;
  padding: 2em 0;
  color: #333333;
  font-weight: 400;
  border-bottom: 1px solid #DDDDDD;
}
.items-select-step_time .step-time-table th{
  padding-right: 1em;
}
.items-select-step_time .step-time-table td {
  text-align: center;
}
.items-select-step_button {
  margin-top: 1.5em;
}
@media screen and (max-width: 479.98px) {
  .items-select-step_time .step-time-table th{
    width: 13em;
  }
}
@media screen and (max-width: 359.98px) {
  .items-select-step_button {
    padding: 0 0.5em;
  }
  .items-select-step_time .step-time-table th{
    width: 12em;
  }
}
.items-select-step_button input,
.items-select-step_button button {
  display: block;
  max-width: 354px;
  width: 100%;
  margin: 0 auto;
  padding: 0.92em 2em 0.93em 2em;
}
.items-select-step_button input:hover,
.items-select-step_button button:hover {
  opacity: 0.75;
}
.items-select-step_button input:not(:last-child),
.items-select-step_button button:not(:last-child) {
  margin-bottom: 0.5em;
}
.items-select-step_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  border-radius: 30px 30px 0 0;
  background-color: var(--base-color2);
  padding: 0.2em 4em 0.1em 2.5em;
}
@media screen and (max-width: 479.98px) {
  .items-select-step_header {
    padding: 0.2em 4em 0.1em 2em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1490196078);
  }
}
.items-select-step_heading {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
}
.items-select-step_subheading {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 1em;
}

.items-select-step_subheading-conf {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 1em;
  line-height: 1.7;
  border-left: 6px solid var(--base-color1);
  padding: 0 0 0 0.5em !important;
}


@media screen and (max-width: 479.98px) {
  .items-select-step_subheading {
    text-align: center;
  }
}
.items-select-step_num {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
}
.items-select-step_body {
  min-height: 553px;
  padding: 2em;
}
@media screen and (max-width: 479.98px) {
  .items-select-step_body {
    height: 100%;
    min-height: auto;
    background: #fff;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 5.5em;
    border-radius: 30px 30px 0 0;
  }
  .items-select-step_body::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 359.98px) {
  .items-select-step_body {
    padding: 5.5em 1em 1em 1em;
  }
}
/* @media screen and (min-width: 480px), print {
  .items-select-step_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
} */
.items-select-step .modal-btn {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-45%);
}
@media screen and (max-width: 479.98px) {
  .items-select-step .modal-btn {
    right: 13px;
    transform: translateY(-50%);
  }
}

/* 完了画面 */
.step-fin-section {
  padding: 0 1em 2em 1em;
}
@media screen and (min-width: 1100px), print {
  .step-fin-section {
    padding: 0 2em 2em 2em;
  }
}
.step-fin-section .inner {
  max-width: 900px;
}
.step-fin-section .step-conf-fee_num.complete_total{
  font-size: 1.8rem;
}

.history-detail-options{
  font-size: 1.4rem;
  line-height: 1.2;
}
.history-detail-options p:not(:last-child){
  margin-bottom: .5em;
}
@media screen and (max-width: 639.98px) {
  .step-fin-section .step-conf-fee_num.complete_total{
    font-size: 1.4rem;
  }

  .step-fin-section .items-select-step_conf .step-conf-fee_table td:last-child{
    margin-top: -24px;
  }
  .step-fin-section .items-select-step_conf .step-conf-fee_table th, .step-fin-section .items-select-step_conf .step-conf-fee_table td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .step-fin-section .items-select-step_conf .step-conf-fee_table td:last-child{
    margin-top: -24px;
  }
}
/* .step-fin-section .items-select-step_conf .step-conf-fee_table th {
  width: 9em;
} */
@media screen and (max-width: 639.98px) {
  .step-fin-section .items-select-step_conf .step-conf-fee_table {
    table-layout: auto;
  }
}
.step-fin-section button.link-button:hover {
  opacity: 0.75;
}


.step-fin .items-select-step_conf .step-conf-fee_table .total{
  border-top: 1px solid #EEEEEE;
  padding: 1rem 0 0 0 ;
}


.step-fin-limit {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 359.98px) {
  .step-fin-limit {
    font-size: 1.4rem;
  }
}
.step-fin-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 479.98px) {
  .step-fin-text {
    margin-bottom: 1.2em;
  }
}
.step-fin-container {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #999;
  padding: 3em 2em;
}
@media screen and (max-width: 479.98px) {
  .step-fin-container {
    padding: 1.5em 1.8em 1.5em 1.8em;
  }
}
@media screen and (max-width: 359.98px) {
  .step-fin-container {
    padding: 1.5em 1.5em 1.5em 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .step-fin-container .items-select-step_conf .step-conf-title{
    font-size: 1.6rem;
  }
}
.step-fin-buttons {
  margin-bottom: 3em;
  margin-top: 2em;
}
.step-fin-history {
  text-align: center;
  margin-top: 1em;
}
#id_other_mail_address{
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 359.98px) {
  #id_other_mail_address{
    font-size: 1.4rem;
  }
}

/* 購入履歴  */
.items-history {
  max-width: 740px;
  margin: 0 auto;
  margin-top: 3em;
}
@media screen and (max-width: 1099.98px) {
  .items-history {
    margin-top: 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .items-history {
    margin-top: 1.5em;
  }
}
.items-history-section {
  padding: 0 1em 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .items-history-section {
    padding: 1em 2em 2.5em 2em;
  }
}
.items-history-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -2em -2em 0;
}
@media screen and (max-width: 767.98px) {
  .items-history-container {
    margin: 0 0 -1em 0;
    flex-direction: column;
    align-items: center;
  }
}
.items-history-block {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 1.6em;
  margin: 0 2em 2em 0;
  width: calc(50% - 32px);
}
@media screen and (max-width: 767.98px) {
  .items-history-block {
    width: 100%;
    max-width: 354px;
    margin: 0 0 1em 0;
  }
}
.items-history-header {
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #dddddd;
}
.items-history-button {
  display: block;
  max-width: 303px;
  width: 100%;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #fff;
  background-color: #AAAAAA;
  text-align: center;
  padding: 0.78em 0.5em;
  transition: opacity 0.2s ease;
}
.items-history-button:hover {
  opacity: 0.75;
}
.items-history-button span {
  position: relative;
  padding-right: 1.5em;
}
.items-history-button span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  transform: rotate(-135deg);
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.items-history-button.open span::after {
  transform: rotate(45deg);
  top: 12px;
}
.items-history-fee {
  margin-bottom: 1.5em;
}
.items-history-fee_define {
  display: flex;
  margin-block: 0;
  align-items: baseline;
}

.items-history-fee_define dt {
  flex: 0 0 6.2em;
  margin: 0 0.3em 0 0;
  white-space: nowrap;
  font-weight: normal;
}

.items-history-fee_define dd {
  margin: 0;
  flex: 0 0 auto;
  text-align: left;
}

.items-history-fee_define:not(:last-child) {
  margin-bottom: 0.05em;
}

.items-history-fee_discount {
  color: red;
}

.items-history-title {
  padding: 0 0 0 0.5em;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 0.7em;
  border-left: 6px solid var(--base-color1);
}
.items-history-date {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
}

/* チケットを利用する  */
.ticket-use-section {
  padding: 0 0 2.5em 0;
}
@media screen and (min-width: 1100px), print {
  .ticket-use-section {
    padding: 1em 0 2.5em 0;
  }
}
.ticket-use-section .slider {
  padding: 0.5em 0 3em 0;
}
@media screen and (min-width: 1100px), print {
  .ticket-use-section .slider {
    padding: 1.3em 0 3em 0;
  }
}
.ticket-use-section .slider-main {
  padding-bottom: 0;
}

/* ダミー 後で削除 */
.settlement-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #fff;
}
.settlement-area a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.settlement-area p {
  font-size: 2.2rem;
  color: #333333;
  line-height: 1.2;
  font-weight: 700;
}

.items-history-detail_body {
  border-radius: 0 0 15px 15px;
}

.items-history-section.__history .items-history-detail_body {
  display: none;
  border: 1px solid #DDDDDD;
  padding: 1.3em 0.8em;
}

.history-detail-heading {
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  border-bottom: 1px solid var(--base-color1);
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
}
.history-detail-item:not(:last-child) {
  margin-bottom: 1em;
}
.history-detail-type:not(:last-child) {
  margin-bottom: 1em;
}
.history-detail-subheading {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: #333333;
  font-weight: 700;
}
.history-detail-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.history-detail-table th, .history-detail-table td {
  line-height: 1.4;
  vertical-align: top;
  font-weight: 400;
  font-size: 1.3rem;
  display: table-cell;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.history-detail-table th {
  width: 7.5em;
  padding-right: 2.5em;
}
.history-detail-table td span {
  display: block;
}

.alert-danger {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 1em;
}
.alert-danger ul li {
  color: #C00000;
  font-size: 1.5rem;
  line-height: 1.5;
}

/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news-topics:nth-child(2n) {
  background-color: #fff;
}
.news-topics:nth-child(2n+1) {
  background-color: var(--base-color2);
}
.news-more {
  text-align: center;
  margin-top: 2em;
}
.news-link {
  position: relative;
  display: block;
  padding: 0.9em 2.5em 0.9em 1em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 479.98px) {
  .news-link {
    padding: 0.9em 2em 0.9em 1em;
  }
}
.news-link:hover {
  opacity: 0.75;
}
.news-link:hover .news-icon {
  right: 20px;
}
@media screen and (max-width: 479.98px) {
  .news-link:hover .news-icon {
    right: 17px;
  }
}
.news-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--base-color1);
  border-right: 2px solid var(--base-color1);
  transition: right 0.3s ease;
}
@media screen and (max-width: 479.98px) {
  .news-icon {
    right: 20px;
  }
}
.news-date {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 20px;
  height: 20px;
  color: #333333;
  margin-right: 0.8em;
}
.news-cat {
  padding: 3px 0.83em 3px 0.83em;
  display: inline-block;
  height: 20px;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  border-radius: 6px;
}
.news-cat:not(:last-of-type) {
  margin-right: 0.5em;
}
.news-cat.__new {
  color: #FF0000;
  background-color: #fff;
  border: 1px solid #FF0000;
}
.news-cat.__important {
  color: #fff;
  background-color: #FF0000;
  border: 1px solid #FF0000;
}
.news-info {
  display: flex;
  align-items: center;
}
.news-info.__mb {
  margin-bottom: 1em;
}
.news-title {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333333;
  margin-top: 0.4em;
}
.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4rem;
}
.news-text {
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-important {
  position: relative;
  color: #fff;
  line-height: 1.2;
  font-size: 1.2rem;
  padding-left: 3em;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.news-important::before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AF0000;
  font-weight: 700;
}
.news-important:hover {
  opacity: 0.75;
}
.news-important__area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 2em 0 0;
  background-color: var(--v-color-band);
}
@media screen and (max-width: 479.98px) {
  .news-important__area {
    padding: 0 1.8em 0 0;

  }
}
/* googlemap icon */
.gmap-link {
  opacity: .7;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
}
.gmap-link:hover{
  opacity: 1;
}
.gmap-link svg{
  fill: var(--base-color1);
}
.items-title-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.items-detail-header .items-title-wrap .items-title{
  padding-top: 0;
  margin-bottom: 0;
  /* margin-right: 1em; */
  font-size: 2rem;
  font-weight: 700;
}
.items-detail-header .items-title-wrap{
  padding-top: 1.8em;
  margin-bottom: 1.1em;
}

/* error page */
.error-section{
  padding: 0 1em 1em 1em;
}
.error-text{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.error-back{
  text-align: center;
  margin-top: 2.5em;
}
/* outer link */
.outer-link{
  color: var(--base-color1) ;
  text-decoration: underline;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
}
a.outer-link:hover{
  opacity: .75;
}
.outer-link-more{
  text-align: center;
  margin-top: 1.5em;
}
.outer-link-more button{
  margin: 0 auto;
}
.outer-link-more button:hover{
  opacity: .75;
}


.items-detail-block.__facility .items-title{
  display: block;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  padding-top: 0;
  /* font-weight: 700; */
  color: #333333;
}

/* loading */
.loading-icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
}

/* custom html style */
.news-body a{
  color:var(--base-color1) ;
}
.news-body a:hover{
  text-decoration: underline;
}
.news-body pre{
  white-space: pre-wrap;
}
.items-detail-body a{
  color:var(--base-color1) ;
}
.items-detail-body a:hover{
  text-decoration: underline;
}
.items-detail-body pre{
  white-space: pre-wrap;
}
.items-detail-body p{
  white-space: pre-line;
  word-break: break-all;
}

/* top login */
.top-login-section{
  padding:2.5em 1em ;
  margin-bottom: 3em;
  background-color:var(--base-color2) ;
}
@media screen and (min-width: 1100px), print {
  .top-login-section{
    padding:3em 2em ;
    margin-bottom: 3em;
  }
}
.top-login-text{
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}
.top-login-more{
  text-align: center;
  margin-top: 1.5em;
}
/* 施設情報 */
.items-detail-define{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  word-break: break-all;
}
.items-detail-define dt,.items-detail-define dd{
  font-weight: 400;
}
.items-detail-define dt{
  width: 4.5em;
  margin-right: .7em;
}
.items-detail-define dd{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  min-width: 0;
}
/* チケット利用スライダー　矢印非表示 */
.ticket-use-section .slider .slick-arrow.slick-disabled{
  display: none !important;
}

.homepage-link{
  color: var(--base-color1);
}
.homepage-link:hover{
  text-decoration: underline;
}

/* 購入完了画面　ローディング*/
#form-result{
  position: relative;
  display: block;
  width: 100%;
}
#form-result .progress-loading-icon{
  left: auto;
  right: 10px;
  top: -30px;
  width: 24px;
  height: 24px;
  transform: inherit;
}
#form-result .progress-loading-icon span{
  width: 24px;
  height: 24px;
}
#form-result .progress-loading-icon span::before{
  width: 24px;
  height: 24px;
}
/* 購入完了画面　レイアウト調整*/
.step-fin-attention{
  color: #cc0000;
  margin-bottom: 1.5em;
}
.step-fin-container.order_num{
  border-color: var(--base-color1);
  margin-bottom: 1.5em;
  text-align: center;
}
.step-fin-container.order_num .ttl{
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: .4em;
}
@media screen and (max-width: 479.98px) {
  .step-fin-container.order_num{
    padding: 1.8em 1.5em;
  }
}
@media screen and (max-width: 359.98px) {
  .step-fin-container.order_num{
    padding: 1.8em 1.5em;
  }
}

/* 20221024 追加 */
.top-login-att{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1.5em;
}

/* slider news*/
.gallery-slide{
  display: block;
  position: relative;
}
.gallery-slide::before{
  content: "";
  display: block;
  padding-top: 375px;
}
.gallery-slide img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 0;
  max-width: 500px;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: inherit;
  box-shadow: none;
  border: none;
}
.gallery-side-slider{
  margin:10px 0 ;
}
.gallery-side{
  margin: 0 -10px 0 0;
}
.gallery-slide-side{
  display: block;
  position: relative;
  width: calc(33.33333% - 10px) !important;
  margin: 0 10px 0 0;
  cursor: pointer;
  /* max-width: 160px; */
}
.gallery-slide-side:not(:last-child){
  /* margin-right: 10px; */
}
.gallery-slide-side::before{
  content: "";
  display: block;
  padding-top: 120px;
}
.gallery-slide-side img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 0;
  /* max-width: 160px; */
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: inherit;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 575.98px){
  .gallery-slide img{
    max-width: 354px;
    height: 265px;
  }
  .gallery-slide::before{
    padding-top: 265px;
  }
  .gallery-slide-side{
    width: calc(33.33333% - 5px) !important;
    margin: 0 5px 0 0;
  }
  .gallery-side{
    margin: 0 -5px 0 0;
  }
  .gallery-slide-side img{
    height: 85px;
  }
  .gallery-slide-side::before{
    padding-top: 85px;
  }
  .gallery-side-slider{
    margin: 5px 0;
  }
}

@media screen and (max-width: 359.98px){
  .gallery-slide img{
    max-width: 354px;
    height: 216px;
  }
  .gallery-slide::before{
    padding-top: 216px;
  }
  .gallery-slide-side img{
    height: 70px;
  }
  .gallery-slide-side::before{
    padding-top: 70px;
  }
}

/* bokun */
.items-num-area{
  margin-bottom: 20px;
}
.items-num-define{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.items-num-define dt,.items-num-define dd{
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.items-detail-tags{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px -10px -10px 0;
}
.items-detail-tags .tag-item{
  display: inline-block;
  border: 1px solid var(--base-color1);
  border-radius: 8px;
  height: 28px;
  text-align: center;
  padding: 3px 5px;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.2;
  margin: 0 10px 10px 0;
}
.bokun-detail-body{
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom:15px ;
}
.bokun-detail-body p:not(:last-child){
  margin-bottom: 5px;
}
.bokun-check-item{
  margin-bottom:25px ;
}
.bokun-check-heading{
  position: relative;
  display: block;
  padding-left: 1.5em;
  line-height: 1.4;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.bokun-check-heading::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width:18px ;
  height: 12px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-top: 4px solid var(--base-color1);
  border-right: 4px solid var(--base-color1);
}
.bokun-check-body{
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.4;
}
.bokun-check-body p{
  word-break: break-all;
}
.items-detail-block.__information .items-detail-heading{
  padding: 0;
  margin-bottom: 30px;
}
.items-detail-block.__add .items-detail-heading{
  padding: 0;
  margin-bottom: 30px;
}
.items-detail-block.__sales .items-detail-heading{
  padding: 0;
  margin-bottom: 30px;
}
.items-detail-block.__checkdetail .items-detail-heading{
  padding: 0;
  margin-bottom: 30px;
}
.items-detail-block.__add .items-detail-ticket_more{
  margin-top: 55px;
}

.items-detail-block.__reserve{
  padding-top: 0;
}
.items-detail-block.__reserve .items-detail-ticket_more{
  margin-top: 0;
}

.items-detail-block.__information::before ,.items-detail-block.__add::before ,.items-detail-block.__sales::before,.items-detail-block.__checkdetail::before{
  content: "";
  position: absolute;
  top: 0;
  left: 1.3em;
  right: 1.3em;
  height: 1px;
  background-color: #EEEEEE;
}
@media screen and (max-width: 359.98px) {
  .items-detail-block.__information::before ,.items-detail-block.__add::before ,.items-detail-block.__sales::before,.items-detail-block.__checkdetail::before{
    left: 1em;
    right: 1em;
  }
}

.items-detail-bokun_request{
  background-color: #dfdfdf;
  display: block;
  padding: 1.5em;
  max-width: 420px;
  margin: 0 auto 2em;
  border-radius: 15px;
}
.bokun-request-title{
  display: block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.bokun-request-agree_label{
  margin-top: 0.8em;
  display: flex;
  justify-content: center;
}
.bokun-request-agree_label span{
  position: relative;
  display: block;
  padding-left: 2em;
  font-size: 1.5rem;
  line-height: 1.2;
}
.bokun-request-agree_label span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width:22px ;
  height: 22px;
  border-radius: 4px;
  background-color: #fff;
}
.bokun-request-agree_label span::after{
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  width: 8px;
  height: 13px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.bokun-request-agree_label input[type="checkbox"]:checked + span::before{
  background-color:var(--base-color1);
}
.bokun-request-agree_label #bokun_request_agree{
  display: none;
}


.items_privacy_policy{
  background-color: #dfdfdf;
  display: block;
  padding: 1.5em;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2em;
  border-radius: 15px;
}
@media screen and (max-width: 479.98px) {
  .items_privacy_policy {
    max-width: 350px;
  }
}

.privacy_policy_link{
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--base-color1) ;
  text-decoration: none;
}
.privacy_policy_link:hover{
  text-decoration: none;
  border-bottom: 1px solid var(--base-color1);
}
.privacy_policy_link span{
  position: relative;
  display: block;
  padding-right:1.5em ;
}
.privacy_policy_link span::after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: var(--base-color1) ;
}

.privacy_policy-agree_label{
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
}
.privacy_policy-agree_label span{
  position: relative;
  display: block;
  padding-left: 2em;
  font-size: 1.5rem;
  line-height: 1.2;
}
.privacy_policy-agree_label span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width:22px ;
  height: 22px;
  border-radius: 4px;
  background-color: #fff;
}
.privacy_policy-agree_label span::after{
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  width: 8px;
  height: 13px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.privacy_policy-agree_label input[type="checkbox"]:checked + span::before{
  background-color:var(--base-color1);
}
.privacy_policy-agree_label #bokun_privacy_policy_agree{
  display: none;
}

.privacy_policy-agree_label #linktivity_privacy_policy_agree{
  display: none;
}

.bokun-info-item:not(:last-child){
  margin-bottom:25px ;
}
.bokun-add-item:not(:last-child){
  margin-bottom:30px ;
}
.bokun-sales-text{
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
}
.bokun-header{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding-right: 2em;
}
.bokun-sales-inner{
  position: relative;
  padding-right: 2em;
}
.bokun-add-item .bokun-header{
  padding-right: 5em;
}
.bokun-info-item .bokun-header{
  margin-bottom: 10px;
}
.bokun-title{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  display: block;
  border-left: 6px solid var(--base-color1);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333333;
  padding: 0 0 0 0.5em;
}
.bokun-map-more svg{
  fill: var(--base-color1);
}
.bokun-map-more{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.bokun-map-more a{
  display: inline-block;
  transition: all .3s ease;
}
.bokun-map-more a:hover{
  opacity: .8;
}
.bokun-detail-icons{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bokun-icon-item{
  width: 25%;
}
.bokun-icon{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.bokun-icon svg{
  max-height: 45px;
  fill: var(--base-color1);
}
.bokun-icon-item{
  margin: 0 20px 0 0 ;
}
.bokun-icon-item:last-child{
  margin: 0;
}
.bokun-detail-icons{
    margin: 1.5em .5em 0 .5em;
}
.bokun-icon-define{
  margin-top: 5px;
}
.bokun-icon-define dt,.bokun-icon-define dd{
  font-size: 1.6rem;
  line-height:1.6 ;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767.98px){
  .bokun-icon-define dt,.bokun-icon-define dd{
    font-size: 1.4rem;
  }
  .bokun-icon-item{
    margin: 0 10px 0 0 ;
  }
  .bokun-detail-icons{
      margin: 1.5em .5em 0 .5em;
  }
  .bokun-icon{
    width: 40px;
    height: 40px;
  }
  .bokun-icon svg{
    max-height: 40px;
  }
}
@media screen and (max-width: 459.98px){
  .bokun-sales-text{
    font-size: 1.3rem;
  }
  .items-detail-tags .tag-item{
    font-size: 1.4rem;
    padding: 4px 5px;
  }
}

.ticket-slide-usedate{
  margin-top: 10px;
}
.ticket-slide-usedate dt,.ticket-slide-usedate dd{
  text-align: center;
  line-height: 1.4;
  font-size: 2rem;
  color: #000;
  font-weight: 400;
}



.gallery-detail-main__thumb img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 0;
  /* max-width: 160px; */
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: inherit;
  box-shadow: none;
  border: none;
}
.gallery-detail-item img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 0;
  /* max-width: 160px; */
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: inherit;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.gallery-detail-main__thumb{
  position: relative;
  display: block;
}
.gallery-detail-main__thumb::before{
  content: "";
  display: block;
  padding-top: 375px;
}
.gallery-detail-item{
  position: relative;
  display: block;
}
.gallery-detail-item a{
  display: block;
}
.gallery-detail-item::before{
  content: "";
  display: block;
  padding-top: 120px;
}
.gallery-detail-main{
  margin-bottom: 10px;
}
.gallery-detail-sub{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}
.gallery-detail-item{
  width: calc(33.33333% - 10px);
  margin: 0 10px 10px 0;
}
.items-detail-block.__info.__bokuninfo{
  margin-top: 0;
}
@media screen and (max-width: 575.98px){
  .gallery-detail-main{
    margin-bottom: 5px;
  }
  .gallery-detail-sub{
    margin: 0 -5px 0 0;
  }
  .gallery-detail-item{
    width: calc(33.33333% - 5px);
    margin: 0 5px 5px 0;
  }
  .gallery-detail-main__thumb img{
    height: 265px;
  }
  .gallery-detail-main__thumb::before{
    padding-top: 265px;
  }
  .gallery-detail-item img{
    height: 85px;
  }
  .gallery-detail-item::before{
    padding-top: 85px;
  }
}

@media screen and (max-width: 359.98px){
  .gallery-detail-main__thumb img{
    max-width: 354px;
    height: 216px;
  }
  .gallery-detail-main__thumb::before{
    padding-top: 216px;
  }
  .gallery-detail-item img{
    height: 70px;
  }
  .gallery-detail-item::before{
    padding-top: 70px;
  }
}


.form-tel-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-tel-att{
  font-size: 1.4rem;
  color: #FF0000;
  font-weight: 400;
  line-height: 1.4;
  margin-left:1em ;
}
.ticket-detail-more{
  margin-top: 1em;
  text-align: center;
}
.ticket-pickup-msg{
  margin-top: .5em;
  /* margin-bottom: 1em; */
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
  word-break: break-all;
}
.ticket-pickup-msg a{
  color:var(--base-color1);
  text-decoration: underline;
  word-break: break-all;
}
.ticket-pickup-heading{
  display: block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  font-weight: 400;
}
.ticket-pickup-msg a:hover{
  text-decoration: none;
}
.ticket-slide-more{
  text-align: center;
}
.cancel_button{
  display: inline-block;
  text-decoration: underline;
  color:var(--base-color1);
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 400;
}
.cancel_button.disabled {
  pointer-events: none;
}
.cancel_button:hover{
  text-decoration: none;
}
.redirect-container{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
}
.redirect-text{
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.redirect-more{
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767.98px){
  .redirect-text{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px){
  .form-table th.form-tel-head{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-tel-att{
    margin-left:0 ;
    margin-top: .5em;
  }
  .redirect-text{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 359.98px){
  .cancel_button{
    font-size: 1.4rem;
  }
}




.lang-wrapper-list{
  display: none;
  position: fixed;
  top: 23px;
  left: 74px;
  width: 180px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #bbb;
  transition: height ease 0.3s;
}
.lang-wrapper{
  position: fixed;
  top: 30px;
  left: 85px;
  overflow: hidden;
  z-index: 1010;
}
.lang-wrapper-button {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lang-wrapper-button div{
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  margin-left: 8px;
  color: var(--v-color-lang-menu-text)
}
.lang-wrapper-button svg{
  fill: var(--v-color-lang-menu);
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.lang-wrapper.active .lang-wrapper-button{
  display: none;
}
.lang-wrapper.active .lang-wrapper-list{
  display: block;
}
.lang-wrapper .lang-item:first-child{
  border-radius: 14px 14px 0 0;
}
.lang-wrapper .lang-item:last-child{
  border-radius: 0 0 14px 14px;
}
.lang-wrapper .lang-item{
  position: relative;
  display: block;
  padding: 6px 40px 6px 50px;
  color: #000;
  text-align: left;
  font-size: 1.6rem;
  cursor: pointer;
}
.lang-wrapper .lang-item svg{
  fill: var(--base-color1);
  position: absolute;
  top: 6px;
  left: 10px;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.lang-wrapper .lang-item::after{
  content: "";
  position: absolute;
  top: 9px;
  right: 20px;
  display: block;
  width: 15px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid var(--base-color1);
  border-right: 2px solid var(--base-color1);
  opacity: 0;
}
.lang-wrapper .lang-item.selected svg{
  opacity: 1;
}
.lang-wrapper .lang-item.selected::after{
  opacity: 1;
}
.lang-wrapper .lang-item.selected{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lang-wrapper .lang-item:hover{
  background-color: var(--base-color2);
}
@media screen and (max-width: 575.98px){
  .lang-wrapper{
    top: 30px;
    left: 65px;
  }
  .lang-wrapper-list{
    left: 54px;
  }
}
@media screen and (max-width: 1099.98px){
  .lang-wrapper.is-zindex{
    z-index: 99 !important;
  }
}



.form-table td.question_body{
  padding: 1em 1em 1.5em 1em;
}

.form-table td.question_body_multi{
  padding: 1em 1em 1.5em 1em;
}

.form-table td input.booking_question_short_text,.form-table td textarea.booking_question_long_text{
  width: 100%;
  height: 2em;
  padding: 0.1em 0.5em 0.2em 0.5em;
  color: #333333;
  font-family: inherit;
  font-size: 1.8rem;
  line-height: 1.4;
  border-radius: 5px;
  font-weight: 300;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}
input.booking_question_date{
  width: 100%;
  height: 2em;
  padding: 0.1em 0.5em 0.2em 0.5em;
  color: #333333;
  font-family: inherit;
  font-size: 1.8rem;
  line-height: 1.4;
  border-radius: 5px;
  font-weight: 300;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}
.form-table-group.__select-icon{
  position: relative;
  max-width:228px ;
}
.form-table-group.__select-icon::before{
  content: "";
  position: absolute;
  top: 51%;
  right: 15px;
  display: block;
  transform: translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #AAAAAA;
  z-index: 1;
}

select.booking_question_options {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 2em;
  max-width: 228px;
  padding: 0.1em 2em 0.2em 0.5em;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.4;
  border-radius: 5px;
  font-weight: 300;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}
select.booking_question_options::-ms-expand {
  display: none;
}
.form-table td input.booking_question_short_text:focus,.form-table td input.booking_question_short_text:active,.form-table td textarea.booking_question_long_text:focus,.form-table td textarea.booking_question_long_text:active{
  outline: none;
  border-color: #CCCCCC;
  background-color: #fff;
  box-shadow: none;
}
input.booking_question_date:focus,input.booking_question_date:active{
  outline: none;
  border-color: #CCCCCC;
  background-color: #fff;
  box-shadow: none;
}
.form-table td input.booking_question_short_text::-moz-placeholder,.form-table td textarea.booking_question_long_text::-moz-placeholder{
  color: #AAAAAA;
  font-weight: 300;
}
.form-table td input.booking_question_short_text:-ms-input-placeholder,.form-table td textarea.booking_question_long_text:-ms-input-placeholder{
  color: #AAAAAA;
  font-weight: 300;
}
.form-table td input.booking_question_short_text::placeholder,.form-table td textarea.booking_question_long_text::placeholder{
  color: #AAAAAA;
  font-weight: 300;
}

.form-table-answer{
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  text-align: left;
}

.user-contact-form.__mt{
  margin-top: 2em;
}
@media screen and (max-width: 575.98px){
  .user-contact-form.__mt{
    margin-top: 1.5em;
  }
}
textarea.booking_question_long_text {
  resize: none !important;
  width:100% !important;
  height: 6em !important;
  padding: 0.1em 0.5em 0.3em 0.5em !important;
}
input.booking_question_short_text {
  max-width: 228px !important;
}
input.booking_question_date{
  max-width: 228px !important;
}

/* --------------------------------

  BOKUN スライダー

-------------------------------- */
.swiper-gallary {
  max-width: 500px;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-button-next, .swiper-button-prev {
  width: 38px;
  height: 100%;
  top: 0 !important;
  margin-top: 0 !important;
  background: rgba(0, 0, 0, .5);
}
.swiper-button-next::after, .swiper-button-prev::after {
  /* display: none; */
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  display: none;
}

.swiper-button-next {
  right: 0;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}

.mySwiper2 {
  width: 100%;
  margin-bottom: 10px;
}

.mySwiper2 .swiper-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.mySwiper2 .swiper-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 0;
  /* max-width: 160px; */
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: inherit;
  box-shadow: none;
  border: none;
}
.mySwiper .swiper-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 0;
  /* max-width: 160px; */
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  aspect-ratio: inherit;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.mySwiper2 .swiper-img,.mySwiper .swiper-img{
  position: relative;
  display: block;
}
.mySwiper2 .swiper-img::before{
  content: "";
  display: block;
  padding-top: 375px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, var(--base-color2) 2px, var(--base-color2) 4px );

}
.mySwiper .swiper-img::before{
  content: "";
  display: block;
  padding-top: 120px;
}

.mySwiper {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  /* line-height: 111px; */
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.mySwiper .swiper-slide:hover {
  opacity: 0.8;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 0.8;
}

@media screen and (max-width: 575.98px){
  .mySwiper2 {
    margin-bottom: 5px;
  }
  .mySwiper {
    margin-bottom: 5px;
  }
  .mySwiper2 .swiper-img img{
    height: 265px;
  }
  .mySwiper2 .swiper-img::before{
    padding-top: 265px;
  }
  .mySwiper .swiper-img img{
    height: 85px;
  }
  .mySwiper .swiper-img::before{
    padding-top: 85px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 28px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    /* display: none; */
    font-size: 2rem;
  }
}

@media screen and (max-width: 359.98px){
  .mySwiper2 .swiper-img img{
    max-width: 354px;
    height: 216px;
  }
  .mySwiper2 .swiper-img::before{
    padding-top: 216px;
  }
  .mySwiper .swiper-img img{
    height: 70px;
  }
  .mySwiper .swiper-img::before{
    padding-top: 70px;
  }
}



.ticket-cancel-heading,.ticket-used-heading{
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  margin-bottom: 1.5em;
}
.ticket-used-text{
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 400;
  color: #333;
  margin-bottom: 1.5em;
}
.ticket-used-more.__mt{
  margin-top: .8em;
}
.ticket-cancel-poricy{
  padding: 20px;
  border-radius: 15px;
  background-color: var(--base-color2);
  margin-bottom:1.5em ;
}
.ticket-cancel-poricy dt{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
  margin-bottom: 1rem;
}
.ticket-cancel-poricy dd{
  position: relative;
  padding-left:1.5em ;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  color: #333;
  margin-top: 10px;
}
.ticket-cancel-poricy dd::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 15px;
  height: 9px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-top: 3px solid var(--base-color1);
  border-right: 3px solid var(--base-color1);
}
.ticket-cancel-poricy-lt{
  padding: 20px;
  border-radius: 15px;
  background-color: var(--base-color2);
  margin-bottom:1.5em ;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.form-table th.cancel_reason_head{
  background-color: #fff;
  padding: 0;
}
.cancel_reason_input textarea{
  resize: none !important;
  width: 100%;
  height: 8em;
  color: #333333;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 15px;
  font-weight: 300;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 0.3em 0.5em 0.3em 0.5em !important;
}
.link-button5.cancel_back{
  background-color: #AAAAAA !important;
  color: #fff;
}
.link-button5.cancel_back:hover{
  opacity: .75;
}
.cancel_reason_form{
  margin-bottom: .8em;
}
.cancel_button_txt.cancel_fin_txt{
  color:var(--base-color1) ;
}
.ticket-slide-info_main.__cancel{
  margin-right: 0;
}
@media screen and (max-width: 459.98px){
  .link-button5.cancel_back:hover{
    opacity: 1;
  }
}




.items-image{
  position: relative;
}
.items-rurubu-info{
  position: absolute;
  top:16px ;
  right: 13px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding:6px 11px ;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  box-shadow: 3px 3px 3px #00000029;
}
.swiper-gallary .items-rurubu-info{
  top: 0;
  right: 0;
  z-index: 10;
}
.items-rurubu-info .image{
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  background-color: var(--base-color1) ;
  padding-bottom: 1px;
}
.items-rurubu-info .image svg{
  width: auto;
  height: 10px;
  fill: #fff;
}
.items-rurubu-info .ttl{
  color: var(--base-color1) ;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-left: 4px;
}

.product_detail_link{
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: var(--base-color1) ;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.product_detail_link:hover{
  text-decoration: none;
  border-bottom: 1px solid var(--base-color1);
}
.product_detail_link span{
  position: relative;
  display: block;
  padding-right:1.5em ;
}
.product_detail_link span::after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: var(--base-color1) ;
}

.cancel_reason_form .form-title{
  font-size: 1.5rem;
}

.items-detail-define .map_wrap{
  position: relative;
  padding-right: 3em;
}
.tickethub_map_more{
  position: absolute;
  bottom: 0;
  right: 0;
}
.tickethub_map_more a{
  display: inline-block;
  transition: all .3s ease;
}
.tickethub_map_more a:hover{
  opacity: .8;
  text-decoration: none;
}
.tickethub_map_more svg{
  fill: var(--base-color1);
}
.items-detail-more_than{
  margin-left: 6px;
}
.people-ticket-title{
  display: block;
  padding: 0 0 0 0.5em;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 1em;
  border-left: 6px solid var(--base-color1);
}
.people-ticket-main{
  padding-left:15px ;
}
.people-ticket-item{
  font-size:1.5rem ;
  line-height: 1.4;
}
.people-ticket-block:not(:last-child){
  margin-bottom: 1em;
}
.people-ticket-define dt,.people-ticket-define dd{
  font-size: 1.5rem;
  line-height: 1.4;
}
.people-ticket-define dt{
  font-weight: 600;
}
.people-ticket-define dd{
  font-weight: 400;
}
@media screen and (max-width: 459.98px){
  .tickethub_map_more a:hover{
    opacity: 1;
  }
  .people-ticket-title{
    font-size: 1.6rem;
  }
  .people-ticket-main{
    padding-left:10px ;
  }
  .people-ticket-item{
    font-size:1.4rem ;
  }
  .people-ticket-define dt,.people-ticket-define dd{
    font-size: 1.4rem;
  }
}


/* .form-option-area input{
  display: none;
}
.form-option-area label{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
  padding-left: 38px;
}
.form-option-area label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
.form-option-area label::after{
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
} */
.form-option-area li{
  list-style: none;
}
.form-option-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
input.form-option-area{
  display: inline-block !important;
}
.form-option-area li:not(:last-child){
  margin-right: 15px;
}
/* .form-option-area label.active::after{
  background-color: var(--base-color1);
  opacity: 1;
} */



.slick-slider.__ticket .slick-list{
  overflow: visible;
}
.slick-slider.__ticket .ticket-slide-info{
  width: 100%;
}


.ticket-cancel-slider .slick-list{
  overflow: visible !important;
}

.ticket-used-image {
    position: absolute;
    top: 8px;
    right: 15px;
    max-width: 105px;
    z-index: 0;
}



.header-bg-area{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1099;
  width: 100%;
  height: 80px;
}
.header-bg-area .bg_image{
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-bg-area .bg_image.bg_image_large{
  display: block;
}
.header-bg-area .bg_image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-bg-area .bg_image{
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer-bg-area .bg_image.bg_image_large{
  display: block;
}
.footer-bg-area .bg_image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  object-fit: cover;
}
@media screen and (max-width: 1099.98px){
  .header-logo-transparency{
    height: 80px;
  }
  .header-logo-transparency .site-logo{
    max-width: var(--v-header_logo_size_large, 210px);
  }
  .header-bg-area{
    height: 80px;
  }
  .header-logo .site-logo {
    max-width: var(--v-header_logo_size_large, 210px);
  }
}
@media screen and (max-width: 767.98px){
  .header-bg-area .bg_image.bg_image_large{
    display: none;
  }
  .header-bg-area .bg_image.bg_image_medium{
    display: block;
  }
  .footer-bg-area .bg_image.bg_image_large{
    display: none;
  }
  .footer-bg-area .bg_image.bg_image_medium{
    display: block;
  }
  .header-logo-transparency .site-logo{
    max-width: var(--v-header_logo_size_medium, 210px);
  }
  .header-logo .site-logo {
    max-width: var(--v-header_logo_size_medium, 210px);
  }
}
@media screen and (max-width: 479.98px){
  .header-bg-area .bg_image.bg_image_medium{
    display: none;
  }
  .header-bg-area .bg_image.bg_image_small{
    display: block;
  }
  .footer-bg-area .bg_image.bg_image_medium{
    display: none;
  }
  .footer-bg-area .bg_image.bg_image_small{
    display: block;
  }
  .header-logo-transparency .site-logo{
    max-width: var(--v-header_logo_size_small, 210px);
  }
  .header-logo .site-logo {
    max-width: var(--v-header_logo_size_small, 210px);
  }
}


.items-block-group.m-0{
  margin: 0 !important;
}

.footer{
  position: relative;
}


.step-fin-section .items-select-step_conf .step-conf-fee_table td:last-child{
  margin-top: 0 !important;
}

.tpg_id_linkage_regist_disabled{
  background-color: #CCC;
  cursor: not-allowed;
}

.check_terms_of_service{
  text-align: center;
  background-color: #dfdfdf;
  display: block;
  padding: 1.5em;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}

.login-content-box {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

.login-title {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
}
text-with-lines {
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.login-close-button{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: 20px; /* 必要に応じてマージンを調整 */
}

button.login-select {
    margin: 10px;
}

p.login-summary {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
}
a.login-link {
  color: var(--v-color1);
}

/* 20240617 */

.text-button-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.activity-button {
  display: inline-block;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.6em;
  color: var(--v-color1);
  background-color: #ffffff;
  border: 1px solid var(--v-color1);
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
  align-items: center;
  margin-left: 17px;
  height: 20px;
  margin-top: 5px;

}

.facility-button {
  display: inline-block;
  padding: 2px 5px 2px 5px;
  font-size: 0.6em;
  color: var(--v-color1);
  background-color: #ffffff;
  border: 1px solid var(--v-color1);
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
  padding: 2px 5px 2px 5px;
  margin: 0 0 0 1rem;
  transform: translateY(-1px);
}



/* ログイン選択画面 */
.login-main{
  display: block;
  position: relative;
  padding: 2em 1em 2.5em 1em;
  margin-top: 80px;
  z-index: 100;
  flex: 1;
  overflow-x: hidden;
}
.login-block{
  display: block;
  max-width: 528px;
  width: 100%;
  padding: 1.9em 1.9em 2.5em 1.9em;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 3px 6px #00000029;
}
.login-heading{
  display: block;
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1.3em;
}
.login-subheading{
  display: block;
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
.login-more{
  max-width: 300px;
  margin: 0 auto;
}
.login-more:not(:last-child){
  margin-bottom: 2rem;
}
.login-or{
  position: relative;
  display: block;
  text-align: center;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 2.8rem 0;
}
.login-or::before{
  content: "";
  position: absolute;
  left: 0;
  right: calc(50% + 4rem);
  top: 50%;
  height: 1px;
  background-color:#cccccc ;
}
.login-or::after{
  content: "";
  position: absolute;
  right: 0;
  left: calc(50% + 4rem);
  top: 50%;
  height: 1px;
  background-color:#cccccc ;
}
.login-txt{
  display: block;
  text-align: center;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-top: 2.5rem;
}
.login-error-info{
  max-width: 300px;
  margin: 0 auto 2rem;
  color: red;
}
.login-first-button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  height: 55px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #d9315a;
  padding: .5em;
  border-radius: 10em;
  cursor: pointer;
  transition: opacity .3s ease;
}
.login-link-button{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  min-height: 55px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: .5em;
  border-radius: 10em;
  cursor: pointer;
  transition: opacity .3s ease;
}
.login-link-button.banpaku-button::before{
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 35px;
  background: url("../images/expo_logo.png");
  background-size: cover;
}

@media (any-hover: hover) {
  .login-first-button:hover {
    opacity: .85;
  }
  .login-link-button:hover{
    opacity: .85;
  }
}

.login-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  padding: 1em;
  background-color: #888888;
}
.login-footer .copy{
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}

.login-header{
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  text-align: center;
  box-shadow: 0 3px 6px #0000000D;
  z-index: 1100;
}
.login-header a{
  display: inline-block;
}
.login-header p{
  width: 200px;
}
.login-header img{
  width: 100%;
  height: auto;
  max-height: 50px;
}


@media screen and (max-width: 479.98px){
  .login-block{
    padding: 1.5em 1em 2em 1em;
  }
  .login-link-button.tpg-button{
    font-size: 1.6rem;
  }
}

.login-regist-close-button{
  position: absolute;
  line-height: 1.5;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.login-regist-modal{
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  max-width: 900px;
  width: 100%;
  margin: 10% auto 1em;
  text-align: center;
}

.member-regist-modal{
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333333;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 1em;
}

.privacy-agree-label{
  text-align: center;
  margin: 1em 0 0 0;
  display: flex;
  justify-content: center;
}
.privacy-agree-label span{
  position: relative;
  display: block;
  padding-left: 2em;
  font-size: 1.5rem;
  line-height: 1.2;
}
.privacy-agree-label span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width:22px ;
  height: 22px;
  border-radius: 4px;
  background-color: #fff;
}
.privacy-agree-label span::after{
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  width: 8px;
  height: 13px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.privacy-agree-label input[type="checkbox"]:checked + span::before{
  background-color:var(--v-color1);
}
.privacy-agree-label #termCheckbox{
  display: none;
}
.login-input {
    text-align: center;
    margin: 1em 0 0 0;
}


/* linktivity 20241028 */
.facility-button.__linktivity{
  margin: 0 0 0 1rem;
}
.linktivity_id_text{
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 1.6rem;
}
.linktivity_id_text p{
  word-break: break-all;
}
.linktivity_detail_text{
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 2.5rem;
}
.linktivity_detail_text p{
  word-break: break-all;
}
.inktivity_price{
  display: block;
  color:#FF0000 ;
  font-weight: 700;
}
.items-detail-header .ticket-title.__linktivity{
  margin-bottom: 2.1rem;
  line-height: 3 !important;
}
.inktivity_map_button{
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}
.inktivity_map_button a{
  display: inline-block;
  transition: all .3s ease;
}
.inktivity_map_button a:hover{
  opacity: .8;
}
.inktivity_map_button svg{
  fill: var(--base-color1);
}
.items-detail-define.__linktivity dt, .items-detail-define.__linktivity dd{
  font-size: 1.5rem;
}
.items-detail-define.__linktivity dt{
  width: 7em;
}
.linktivity-plan-container .items-detail-block:not(:last-child)::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.3em;
  right: 1.3em;
  height: 1px;
  background-color: #EEEEEE;
}
.linktivity_detail_url{
  margin-top: 1.7rem;
}
.linktivity_detail_url a{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--base-color1);
  font-weight: 400;
}
.linktivity_detail_url a span{
  display: inline-block;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  margin-right: .6rem;
}
.linktivity_detail_url svg{
  fill: var(--base-color1);
  width: 14px;
  height: 14px;
  margin: 3px 0 0 0;
}
.linktivity_acordion_detail{
  display: none;
}
.linktivity_acordion_open,.linktivity_acordion_close{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 37px;
  line-height: 1.2;
  font-size:1.5rem ;
  font-weight: 400;
  color: #000000;
  text-align: center;
  padding: .5rem;
  background-color: #ffffff;
  border: 1px solid #BFBFBF;
  cursor: pointer;
  transition: opacity .3s ease;
}
.linktivity_acordion_open::before{
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-65%) rotate(-135deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--base-color1);
  border-left: 2px solid var(--base-color1);
}
.linktivity_acordion_close::before{
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-20%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--base-color1);
  border-left: 2px solid var(--base-color1);
}
.linktivity_acordion_open:hover,.linktivity_acordion_close:hover{
  opacity: .8;
}
.linktivity_acordion_close{
  margin-top: 4rem;
}
.linktivity_detail_url_area{
  margin-bottom: 25px;
}
.bokun-check-area{
  margin-top: 2.5rem;
}
.step-conf-fee.__linktivity{
  margin-bottom: 3rem;
}
@media screen and (max-width: 479.98px){
  .step-conf-fee.__linktivity{
    margin-bottom: 2rem;
  }
  .linktivity_id_text{
    margin-bottom: 1.4rem;
  }
  .linktivity_detail_text{
    margin-bottom: 2.2rem;
  }
  .items-detail-header .items-title-wrap.__linktivity{
    margin-bottom: .5em;
  }
  .linktivity_acordion_close{
    margin-top: 3rem;
  }
}
