@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  /* padding: 0.35em 0.75em 0.625em; */ /* 2 */
  padding: 0;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root,
html,
body {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
}

body {
  font-size: 16px;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 15px;
  }
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

html {
  word-break: normal;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

table th {
  font-weight: normal;
}

img {
  width: 100%;
}

button {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a::before, a::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}
a:hover:before, a:hover::after {
  opacity: 0.6;
}

a img {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

a img:hover {
  opacity: 0.6;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
}

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

form {
  width: 100%;
}

pre {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.Wrapper a, .Wrapper-mypage a, .Wrapper p, .Wrapper-mypage p, .Wrapper table th, .Wrapper-mypage table th, .Wrapper table td, .Wrapper-mypage table td, .Wrapper dt, .Wrapper-mypage dt, .Wrapper dd, .Wrapper-mypage dd {
  font-weight: 300;
}
.Wrapper a, .Wrapper-mypage a {
  text-decoration: underline;
}
.Wrapper a:hover, .Wrapper-mypage a:hover {
  text-decoration: underline;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  width: 100%;
  height: 80px;
}
@media only screen and (max-width: 980px) {
  .drawer-nav {
    position: fixed;
    z-index: 2;
    top: 80px;
    overflow: hidden;
    width: 20.25rem;
    height: 100%;
    padding-bottom: 50px;
    background-color: #f4f3f2;
  }
}
.drawer-nav a {
  color: #333333;
}

@media only screen and (max-width: 980px) {
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
  }
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .drawer-menu-item {
    position: relative;
  }
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Bottom
\*!------------------------------------*/
.drawer--bottom .drawer-nav {
  bottom: -100%;
  top: initial;
  left: 0;
  width: 100%;
  max-height: 100%;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 980px) {
  .drawer--bottom .drawer-nav {
    height: 100vh;
  }
}

.drawer--bottom.drawer-open .drawer-nav {
  bottom: 0px;
}

.drawer--bottom .drawer-hamburger,
.drawer--bottom.drawer-open .drawer-hamburger {
  right: 0;
}

@media only screen and (max-width: 980px) {
  .drawer--bottom .drawer-dropdown .drawer-dropdown-menu {
    position: static;
  }
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -20.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 20.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -20.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  display: none;
  position: fixed;
  z-index: 5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
@media only screen and (max-width: 980px) {
  .drawer-hamburger {
    display: block;
    width: 2rem;
    top: 98px;
    right: 6px;
    padding-top: 10px;
  }
  _:-ms-fullscreen, :root .drawer-hamburger {
    top: 50px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .drawer-hamburger-icon {
    margin-top: -15px;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #bf9d6d;
}
@media only screen and (max-width: 980px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #bf9d6d;
    height: 4px;
  }
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
@media only screen and (max-width: 780px) {
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: -10px;
    height: 4px;
  }
}

.drawer-hamburger-icon:after {
  top: 10px;
}
@media only screen and (max-width: 780px) {
  .drawer-hamburger-icon:after {
    top: 10px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 780px) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Bottom */
  .drawer--sidebar.drawer--bottom .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 20.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 20.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 20.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 2.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 2.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 2.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 5.5rem;
}

@media (min-width: 780px) {
  .drawer-navbar {
    height: 2.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 2.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 2.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 20.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f4f3f2;
}
@media only screen and (max-width: 980px) {
  .drawer-dropdown-menu {
    width: auto;
    background-color: #f4f3f2;
  }
}

@media only screen and (max-width: 980px) {
  .drawer-dropdown-menu-wide {
    /*     width: 230px; */
  }
}
@media only screen and (max-width: 980px) {
  .drawer-dropdown-menu-wide {
    width: 100%;
  }
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
  border-bottom: solid 1px #999999;
}
@media only screen and (max-width: 980px) {
  .drawer-dropdown-menu > li {
    width: 100%;
  }
}
.drawer-dropdown-menu > li:last-child {
  border-bottom: none;
}
.drawer-dropdown-menu > li:hover {
  background-color: #f4f3f2;
}

.drawer-dropdown-menu-item {
  line-height: 2.75rem;
  padding: 0;
  line-height: initial;
  padding: 8px 0;
  display: block;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
  font-size: 16px;
}

.drawer-dropdown-menu-item:hover {
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: none;
  /* @include mq-tb {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    transition: transform .2s ease, opacity .2s ease;
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  } */
}
@media only screen and (max-width: 980px) {
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 40px;
  }
  .drawer-dropdown .drawer-caret:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #333333;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .drawer-dropdown .drawer-caret:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 780px) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/* .Wrapper {
  padding-top: $header-height;
  @include mq-tb {
    padding-top: $sp-header-height;
  }
} */
.l-base {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 40px;
}
@media only screen and (max-width: 780px) {
  .l-base {
    margin: 0 15px;
    padding-bottom: 20px;
    width: auto;
  }
}

.l-pankuzu {
  background-color: #fafaf8;
}
.l-pankuzu ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px;
  font-size: 12px;
}
@media only screen and (max-width: 1400px) {
  .l-pankuzu ul {
    padding: 5px 35px;
  }
}
@media only screen and (max-width: 780px) {
  .l-pankuzu ul {
    padding: 5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    letter-spacing: -1px;
  }
}
.l-pankuzu ul li:after {
  content: "＞";
  margin: 0 15px;
}
@media only screen and (max-width: 780px) {
  .l-pankuzu ul li:after {
    margin: 0 5px;
  }
}
.l-pankuzu ul li:last-of-type:after {
  content: "";
}
.l-pankuzu a {
  font-weight: initial;
  text-decoration: none;
}
.l-pankuzu a:hover {
  text-decoration: none;
}
.l-pankuzu > a:only-child {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 5px 0px;
  font-size: 12px;
}
@media only screen and (max-width: 1400px) {
  .l-pankuzu > a:only-child {
    padding: 5px 35px;
  }
}
@media only screen and (max-width: 780px) {
  .l-pankuzu > a:only-child {
    padding: 5px 15px;
  }
}

.l-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .l-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 calc(100% - 300px);
      -ms-flex: 0 2 calc(100% - 300px);
          flex: 0 2 calc(100% - 300px);
  margin-right: 35px;
  max-width: 865px;
}
@media only screen and (max-width: 980px) {
  .l-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
_:-ms-fullscreen, :root .l-main {
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-main {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.l-sub {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media only screen and (max-width: 980px) {
  .l-sub {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
_:-ms-fullscreen, :root .l-sub {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  min-height: 0%;
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-sub {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.l-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1400px) {
  .l-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1000px;
        -ms-flex: 0 1 1000px;
            flex: 0 1 1000px;
    margin: 0 80px;
  }
}
@media only screen and (max-width: 980px) {
  .l-column {
    margin: 0 35px;
  }
}
@media only screen and (max-width: 780px) {
  .l-column {
    margin: 0;
    padding: 0;
  }
}

.l-row, .l-row-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-fifColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 60px) / 5);
  max-width: calc((100% - 60px) / 5);
  margin-right: 15px;
}
.l-fifColumn:nth-of-type(5n), .l-fifColumn:last-of-type {
  margin-right: 0;
}
.l-fifColumn:nth-of-type(n+6) {
  margin-top: 20px;
}
@media only screen and (max-width: 980px) {
  .l-fifColumn {
    width: calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .l-fifColumn:nth-of-type(5n) {
    margin-right: 20px;
  }
  .l-fifColumn:nth-of-type(3n) {
    margin-right: 0;
  }
  .l-fifColumn:nth-of-type(n+4) {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 780px) {
  .l-fifColumn {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .l-fifColumn:nth-of-type(5n) {
    margin-right: 20px;
  }
  .l-fifColumn:nth-of-type(3n) {
    margin-right: 20px;
  }
  .l-fifColumn:nth-of-type(2n) {
    margin-right: 0;
  }
  .l-fifColumn:nth-of-type(n+3) {
    margin-top: 0px;
  }
}
_:-ms-fullscreen, :root .l-fifColumn {
  display: block;
  width: calc((99% - 80px) / 5);
  max-width: calc((99% - 80px) / 5);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-fifColumn {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
  }
}

.l-quaColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 45px) / 4);
  max-width: calc((100% - 45px) / 4);
  margin-right: 15px;
}
.l-quaColumn:nth-of-type(4n), .l-quaColumn:last-of-type {
  margin-right: 0;
}
.l-quaColumn:nth-of-type(n+5) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-quaColumn {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .l-quaColumn:nth-of-type(2n) {
    margin-right: 0;
  }
}
_:-ms-fullscreen, :root .l-quaColumn {
  display: block;
  width: calc((99% - 60px) / 4);
  max-width: calc((99% - 60px) / 4);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-quaColumn {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
  }
}

.l-triColumn, .l-triColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.l-triColumn:nth-of-type(3n), .l-triColumn-wide:nth-of-type(3n), .l-triColumn:last-of-type, .l-triColumn-wide:last-of-type {
  margin-right: 0;
}
.l-triColumn:nth-of-type(n+4), .l-triColumn-wide:nth-of-type(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-triColumn, .l-triColumn-wide {
    width: calc((100% - 20px) / 2);
    min-width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .l-triColumn:nth-of-type(3n), .l-triColumn-wide:nth-of-type(3n) {
    margin-right: 20px;
  }
  .l-triColumn:nth-of-type(2n), .l-triColumn-wide:nth-of-type(2n) {
    margin-right: 0;
  }
  .l-triColumn:nth-of-type(n+3), .l-triColumn-wide:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
_:-ms-fullscreen, :root .l-triColumn, :root .l-triColumn-wide {
  display: block;
  width: calc((99% - 40px) / 3);
  max-width: calc((99% - 40px) / 3);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-triColumn, :root .l-triColumn-wide {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
  }
}

.l-halfColumn, .l-halfColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.l-halfColumn:nth-of-type(2n), .l-halfColumn-wide:nth-of-type(2n), .l-halfColumn:last-of-type, .l-halfColumn-wide:last-of-type {
  margin-right: 0;
}
.l-halfColumn:nth-of-type(n+3), .l-halfColumn-wide:nth-of-type(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-halfColumn, .l-halfColumn-wide {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen, :root .l-halfColumn, :root .l-halfColumn-wide {
  display: block;
  width: calc((99% - 20px) / 2);
  max-width: calc((99% - 20px) / 2);
}

.l-triColumn-wide {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-right: 0px;
}
.l-triColumn-wide:nth-of-type(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-triColumn-wide {
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 780px) {
  .l-triColumn-wide:last-of-type {
    margin-bottom: 0;
  }
}
_:-ms-fullscreen, :root .l-triColumn-wide {
  display: block;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
_:-ms-fullscreen a, :root .l-triColumn-wide a {
  display: block;
}

.l-halfColumn-wide {
  width: 50%;
  max-width: 50%;
  margin-right: 0px;
}
.l-halfColumn-wide:nth-of-type(n+3) {
  margin-top: 20px;
}
_:-ms-fullscreen, :root .l-halfColumn-wide {
  display: block;
  width: 50%;
  max-width: 50%;
}

.l-fullColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
}
.l-fullColumn-wide:nth-of-type(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-fullColumn-wide {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen, :root .l-fullColumn-wide {
  display: block;
  width: 100%;
  max-width: 100%;
}

.l-midColumn {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
@media only screen and (max-width: 780px) {
  .l-midColumn {
    width: 92%;
    max-width: 92%;
  }
}

.l-fluid, .l-fluid-gray, .CalenderList > div:nth-of-type(odd) {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 980px) {
  .l-fluid, .l-fluid-gray, .CalenderList > div:nth-of-type(odd) {
    width: calc(100vw - 50px);
  }
}
.l-fluid-gray, .CalenderList > div:nth-of-type(odd) {
  background-color: #fafaf8;
  padding: 40px 0;
  margin: calc(40px * 2) 0;
}
@media only screen and (max-width: 980px) {
  .l-fluid-gray, .CalenderList > div:nth-of-type(odd) {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 780px) {
  .l-fluid-gray, .CalenderList > div:nth-of-type(odd) {
    padding: 20px 0;
  }
}
.l-fluid__inner, .Lineup__block, .CalenderList > div:nth-of-type(odd) > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1400px) {
  .l-fluid__inner, .Lineup__block, .CalenderList > div:nth-of-type(odd) > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1000px;
        -ms-flex: 0 1 1000px;
            flex: 0 1 1000px;
    margin: 0 80px;
  }
}
@media only screen and (max-width: 980px) {
  .l-fluid__inner, .Lineup__block, .CalenderList > div:nth-of-type(odd) > div {
    margin: 0 35px;
  }
}
@media only screen and (max-width: 780px) {
  .l-fluid__inner, .Lineup__block, .CalenderList > div:nth-of-type(odd) > div {
    margin: 0 15px;
    width: auto;
  }
}
.l-fluid__inner > div, .Lineup__block > div, .CalenderList > div:nth-of-type(odd) > div > div {
  margin-bottom: 0;
}

.l-row, .l-row-center,
.l-fullColumn-wide,
.l-fluid,
.l-fluid-gray,
.CalenderList > div:nth-of-type(odd) {
  margin: 35px 0;
}
@media only screen and (max-width: 780px) {
  .l-row, .l-row-center,
  .l-fullColumn-wide,
  .l-fluid,
  .l-fluid-gray,
  .CalenderList > div:nth-of-type(odd) {
    margin: 15px 0;
  }
}

.Imgbox, .Imgbox-bk, .Imgbox-cut, .Imgbox-fit {
  width: 100%;
  position: relative;
}
.Imgbox img, .Imgbox-bk img, .Imgbox-cut img, .Imgbox-fit img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.Imgbox-fit {
  padding-top: 100%;
  border: solid #e1e1e1 0.25px;
}
.Imgbox-fit img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Imgbox-cut {
  padding-top: 66.6666666667%;
}
.Imgbox-cut img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Imgbox-bk {
  padding-top: 66.6666666667%;
  background-color: #f4f4f4;
}
.Imgbox-bk img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background-color: #fafaf8;
  padding: 20px 10px;
}
.Infobox__title {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 780px) {
  .Infobox__title {
    margin-bottom: 15px;
  }
}
.Infobox__date {
  font-size: 14px;
}
.Infobox__date:last-child {
  margin-top: auto;
}

.Exhibitionblock,
.Eventblock {
  margin-bottom: 90px;
}
@media only screen and (max-width: 780px) {
  .Exhibitionblock,
  .Eventblock {
    margin-bottom: 40px;
  }
}

.Exhibitionblock__box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 780px) {
  .Exhibitionblock__box {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.Eventblock__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .Eventblock__box {
    background-color: #fafaf8;
    padding: 10px;
  }
}
.Eventblock__box .Imgbox, .Eventblock__box .Imgbox-fit, .Eventblock__box .Imgbox-cut, .Eventblock__box .Imgbox-bk {
  padding-top: 0;
  -webkit-flex-basis: 340px;
      -ms-flex-preferred-size: 340px;
          flex-basis: 340px;
}
@media only screen and (max-width: 780px) {
  .Eventblock__box .Imgbox, .Eventblock__box .Imgbox-fit, .Eventblock__box .Imgbox-cut, .Eventblock__box .Imgbox-bk {
    -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
            flex-basis: 160px;
  }
}
@media only screen and (max-width: 780px) {
  .Eventblock__box .Imgbox img, .Eventblock__box .Imgbox-fit img, .Eventblock__box .Imgbox-cut img, .Eventblock__box .Imgbox-bk img {
    height: auto;
  }
}
@media only screen and (max-width: 780px) {
  .Eventblock__box .Infobox {
    padding: 0 0 0 10px;
  }
}

.Linkimgbox {
  position: relative;
}
.Linkimgbox a:hover .Linkimgbox__icon {
  opacity: 1;
}
.Linkimgbox a:hover img {
  opacity: 1;
}
.Linkimgbox__icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #333333;
  z-index: 10;
}
.Linkimgbox__icon img {
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 85%;
}
.Linkimgbox p {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.tagbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 780px) {
  .tagbox {
    margin-bottom: 5px;
  }
}
.tagbox:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  .tagbox:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.tag, .tag-rental, .tag-cooperate, .tag-recommend, .tag-bggray, .tag-bgred, .tag-borderred, .tag-wide {
  display: inline-block;
  min-width: 180px;
  padding: 0 5px;
  height: 24px;
  line-height: 21px;
  font-size: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid #666666 1px;
  margin-left: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.tag-borderred {
  border: solid #e20000 1px;
  background-color: #fff;
}
.tag-bgred {
  border: none;
  background-color: #e20000;
  color: #fff;
}
.tag-bggray {
  border: none;
  background-color: #666666;
  color: #fff;
}
.tag-recommend {
  border: none;
  background-color: #243466;
  color: #fff;
}
.tag-cooperate {
  border: none;
  background-color: #036eb8;
  color: #fff;
}
.tag-rental {
  border: none;
  background-color: #777;
  color: #fff;
}
.tag:first-of-type, .tag-wide:first-of-type, .tag-borderred:first-of-type, .tag-bgred:first-of-type, .tag-bggray:first-of-type, .tag-recommend:first-of-type, .tag-cooperate:first-of-type, .tag-rental:first-of-type {
  margin: 0;
}

.sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 15px;
}

.share, .share-facebook, .share-twitter {
  position: relative;
  font-size: 12px;
  margin: 0 10px;
  width: 80px;
  text-align: center;
}
.share a, .share-facebook a, .share-twitter a {
  color: #fff;
  display: block;
  padding: 2px 5px 2px 4px;
  line-height: 18px;
  text-decoration: none;
}
.share a:before, .share-facebook a:before, .share-twitter a:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 15px;
  font-weight: 400;
  margin-right: 4px;
}
.share a:hover, .share-facebook a:hover, .share-twitter a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .share a, .share-facebook a, .share-twitter a {
    font-weight: 400;
    padding: 1px 2px 1px 1px;
  }
}
.share-twitter {
  background-color: #1d9bf0;
}
.share-twitter a:before {
  content: "\f099";
}
.share-facebook {
  background-color: #1977d9;
}
.share-facebook a:before {
  content: "\f39e";
}

.btnradius {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 20px;
  background-color: #d4d4d4;
  font-size: 16px;
  color: #666666;
}

.snsradius, .snsradius-youtube, .snsradius-facebook, .snsradius-instagram, .snsradius-twitter {
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 33px;
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.snsradius i, .snsradius-youtube i, .snsradius-facebook i, .snsradius-instagram i, .snsradius-twitter i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 0;
}
.snsradius:hover, .snsradius-youtube:hover, .snsradius-facebook:hover, .snsradius-instagram:hover, .snsradius-twitter:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media only screen and (max-width: 980px) {
  .snsradius:hover, .snsradius-youtube:hover, .snsradius-facebook:hover, .snsradius-instagram:hover, .snsradius-twitter:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.snsradius-twitter {
  font-size: 25px;
  background: #000000;
}
.snsradius-instagram {
  background: -webkit-linear-gradient(315deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.snsradius-instagram::before {
  content: "";
  position: absolute;
  top: 27px;
  left: -12px;
  width: 59px;
  height: 40px;
  background: -webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}
.snsradius-instagram .fa-instagram {
  font-size: 30px;
}
.snsradius-facebook {
  background: -webkit-gradient(linear, left top, left bottom, from(#5c80c6), color-stop(74%, #34528c));
  background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}
.snsradius-facebook .fa-facebook-f {
  position: relative;
  top: 23px;
  left: 17px;
  font-size: 43px;
}
.snsradius-youtube {
  font-size: 24px;
  background: -webkit-linear-gradient(315deg, #c9293c 0%, #FF0000 100%);
  background: linear-gradient(135deg, #c9293c 0%, #FF0000 100%);
}

html {
  height: 100%;
  scroll-padding-top: 165px;
}
@media only screen and (max-width: 980px) {
  html {
    scroll-padding-top: 80px;
  }
}

.linkAnchor:before {
  display: block;
  content: " "; /* 完全に空だとなぜか効かないことがあったので半角スペースだけ入れる */
  margin-top: calc(165px * -1); /* ヘッダーの高さ */
  height: 165px; /* ヘッダーの高さ */
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 780px) {
  .linkAnchor:before {
    margin-top: calc(80px * -1); /* ヘッダーの高さ */
    height: 80px; /* ヘッダーの高さ */
  }
}

.anchor {
  display: block;
  height: 0px;
  padding-top: calc(165px + 35px);
  margin-top: calc((165px + 35px) * -1);
}
@media only screen and (max-width: 780px) {
  .anchor {
    padding-top: calc(80px + 15px);
    margin-top: calc((80px + 15px) * -1);
  }
}

table {
  width: 100%;
  margin: 25px 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 15px;
}

table caption {
  text-align: left;
  font-weight: 400;
}

table th,
table td {
  padding: 8px 4px 8px 6px;
  background: transparent;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
}

table th {
  width: 25%;
  min-width: 200px;
  background: #fafaf8;
  vertical-align: top;
}

table td {
  background: #fff;
  vertical-align: top;
}

table.none {
  width: 100%;
  margin: 10px 0 15px;
  border: none;
  border: 1px solid #333333;
}

table.none th,
table.none td {
  border: none;
  border: 1px solid #333333;
}

table.none th {
  width: 28%;
  vertical-align: top;
  background: #fff;
}

@media only screen and (max-width: 780px) {
  table {
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
  }
  table th,
  table td {
    padding: 8px 5px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
  }
}
table thead th, table thead td {
  background-color: #e9e9e9;
  text-align: center;
}

.memo {
  margin: -20px 0 20px 5px;
}
.memo p {
  text-align: right;
  font-size: 1.3rem;
  font-size: 13px;
}
.memo ul {
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  font-size: 1.3rem;
  font-size: 13px;
}
.memo li {
  float: none;
  width: 100%;
}
.memo li:before {
  content: "*";
  margin-right: 8px;
}

@media only screen and (max-width: 780px) {
  .Table-sp {
    display: block;
    font-size: 15px;
  }
  .Table-sp tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .Table-sp tr:last-of-type {
    border-bottom: 1px solid #dbdbdb;
  }
  .Table-sp th,
  .Table-sp td {
    padding: 5px 8px;
    width: 100%;
    min-width: 100%;
    border-bottom: none;
  }
  .Table-sp th {
    width: 100%;
  }
}

.Table-border th {
  background-color: #fff;
}
.Table-border th, .Table-border td {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.Table-Concert th {
  background-color: #fff;
}
.Table-Concert th, .Table-Concert td {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 780px) {
  .Table-Concert {
    display: block;
    font-size: 15px;
  }
  .Table-Concert tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .Table-Concert tr:last-of-type {
    border-bottom: 1px solid #dbdbdb;
  }
  .Table-Concert th,
  .Table-Concert td {
    background: transparent;
    padding: 5px 8px;
    width: 100%;
    min-width: 100%;
    border: 1px solid #dbdbdb;
    border-bottom: none;
  }
  .Table-Concert th {
    background: #fafaf8;
  }
}

.Table-Recruit th {
  background-color: #fff;
  width: 15%;
  min-width: 150px;
}
.Table-Recruit th, .Table-Recruit td {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 780px) {
  .Table-Recruit {
    display: block;
    font-size: 15px;
  }
  .Table-Recruit tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .Table-Recruit tr:last-of-type {
    border-bottom: 1px solid #dbdbdb;
  }
  .Table-Recruit th,
  .Table-Recruit td {
    background: transparent;
    padding: 5px 8px;
    width: 100%;
    min-width: 100%;
    border: 1px solid #dbdbdb;
    border-bottom: none;
  }
  .Table-Recruit th {
    background: #fafaf8;
  }
}

@media only screen and (max-width: 780px) {
  .Table-spWidth {
    width: 100% !important;
  }
}

hr {
  width: 99vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 780px) {
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.hr2 {
  width: 90%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 780px) {
  .hr2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #333333;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

/* ===== H2 ===== */
h2 {
  font-size: 28px;
  margin: 40px 0 30px;
}
@media only screen and (max-width: 780px) {
  h2 {
    font-size: 22px;
    margin: 30px 0 40px;
  }
}

/* ===== H3 ===== */
h3 {
  font-size: 20px;
  margin: 40px 0 25px;
  padding: 4px 0;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  h3 {
    font-size: 19px;
    margin: 30px 0 20px;
    line-height: 22px;
  }
}

/* ===== H4 ===== */
h4 {
  font-size: 18px;
  margin: 30px 0 10px;
  padding: 4px 0;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  h4 {
    font-size: 18px;
  }
}

/* ===== H5 ===== */
h5 {
  font-size: 17px;
  margin: 30px 0 10px;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  h5 {
    font-size: 17px;
  }
}

/* ===== H6 ===== */
h6 {
  font-size: 16px;
  margin: 25px 0 10px;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  h6 {
    font-size: 16px;
  }
}

.pagetopLabel {
  margin: 60px auto 40px;
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  border-bottom: solid 1px #dbdbdb;
}
@media only screen and (max-width: 780px) {
  .pagetopLabel {
    font-size: 24px;
    margin: 30px auto 20px;
    padding-bottom: 5px;
    text-align: center;
    padding-left: 0;
  }
  .pagetopLabel:before {
    width: 0;
  }
}

.readLabel {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 780px) {
  .readLabel {
    margin: 0 auto 15px;
  }
}
.readLabel__main {
  font-size: 26px;
  margin-bottom: 10px;
  color: #b38a51;
}
@media only screen and (max-width: 780px) {
  .readLabel__main {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 400;
  }
}
.readLabel__sub {
  font-size: 18px;
  margin-bottom: 0px;
  color: #b38a51;
}
.readLabel-center {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .readLabel-center {
    text-align: left;
  }
}

h3.bgLabel, h3.bgLabel-gray01, h3.bgLabel-gray02, h3.bgLabel-black, h3.bgLabel-key, h3.archiveLabel {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  h3.bgLabel, h3.bgLabel-gray01, h3.bgLabel-gray02, h3.bgLabel-black, h3.bgLabel-key, h3.archiveLabel {
    text-align: left;
    padding-left: 8px;
  }
}

h5.bgLabel, h5.bgLabel-gray01, h5.bgLabel-gray02, h5.bgLabel-black, h5.bgLabel-key, h5.archiveLabel,
h6.bgLabel,
h6.bgLabel-gray01,
h6.bgLabel-gray02,
h6.bgLabel-black,
h6.bgLabel-key,
h6.archiveLabel {
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 780px) {
  h5.bgLabel, h5.bgLabel-gray01, h5.bgLabel-gray02, h5.bgLabel-black, h5.bgLabel-key, h5.archiveLabel,
  h6.bgLabel,
  h6.bgLabel-gray01,
  h6.bgLabel-gray02,
  h6.bgLabel-black,
  h6.bgLabel-key,
  h6.archiveLabel {
    padding-left: 8px;
  }
}

.bgLabel, .bgLabel-gray01, .bgLabel-gray02, .bgLabel-black, .bgLabel-key, .archiveLabel {
  padding: 2px 0 3px;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .bgLabel, .bgLabel-gray01, .bgLabel-gray02, .bgLabel-black, .bgLabel-key, .archiveLabel {
    font-weight: 400;
    padding: 5px 0 5px;
  }
}
.bgLabel-gray01 {
  background-color: #dddddd;
  color: #333333;
}
.bgLabel-gray02 {
  background-color: #666666;
}
.bgLabel-black {
  background-color: #333333;
}
.bgLabel-key, .archiveLabel {
  background-color: #d6c1a2;
  color: #333333;
}

.link {
  position: relative;
  min-width: 200px;
  display: inline-block;
  min-height: 44px;
  margin: 0px 10px 30px 0px;
}
@media only screen and (max-width: 780px) {
  .link {
    display: block;
    margin: 10px 0px;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.link a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 10px 10px 10px 40px;
  font-weight: 400;
  min-height: 44px;
}
@media only screen and (max-width: 780px) {
  .link a {
    line-height: initial;
    min-height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.link a:hover {
  text-decoration: none;
  opacity: 1;
}
.link a::before {
  content: "";
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link.gray {
  border: solid 1px #cccccc;
}
.link.gray a {
  background: #fafaf8;
}
.link.gray a:hover {
  background: #cccccc;
}
.link.skyblue {
  border: solid 1px #8cd9ff;
}
.link.skyblue a {
  background: #ecf9ff;
}
.link.skyblue a:hover {
  background: #8cd9ff;
}
.link.dtl a:before {
  background-image: url("../images/ico-link-dtl-black.svg");
}
.link.external a:before {
  background-image: url("../images/ico-link-external-black.svg");
  height: 20px;
}
.link.pdf a:before {
  background-image: url("../images/ico-link-pdf.svg");
}
.link.word a:before {
  background-image: url("../images/ico-link-word.svg");
}
.link.excel a:before {
  background-image: url("../images/ico-link-excel.svg");
}
.link.pdf a, .link.word a, .link.excel a {
  padding: 10px 10px 10px 50px;
}
.link.pdf a:before, .link.word a:before, .link.excel a:before {
  left: 10px;
}
@media only screen and (max-width: 780px) {
  .link.pdf a, .link.word a, .link.excel a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.link.pdf span, .link.word span, .link.excel span {
  font-weight: 300;
  margin-left: 5px;
}

/* 外部リンク */
.linkBlank a {
  position: relative;
  margin-right: 22px;
}
.linkBlank a:after {
  content: "";
  background-image: url(../images/ico-link-external-black.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
  position: absolute;
  bottom: 1px;
  margin-left: 4px;
}

/* 矢印アイコン付きリンク */
.linkArrow a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 14px;
}
.linkArrow a:before, .linkArrow a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.linkArrow a:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 8px solid #333333;
}

.linkPdf a, .linkWord a, .linkExcel a {
  display: inline;
}
.linkPdf a:after, .linkWord a:after, .linkExcel a:after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 4px;
}
.linkPdf a span, .linkWord a span, .linkExcel a span {
  font-size: 12px;
}
.linkPdf a:after {
  background-image: url("../images/ico-link-pdf.svg");
}
.linkWord a:after {
  background-image: url("../images/ico-link-word.svg");
}
.linkExcel a:after {
  background-image: url("../images/ico-link-excel.svg");
}

/* チケットボタン */
.ticketbtn, .ticketbtn-general, .ticketbtn-friends, .ticketbtn-sitizen {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 170px;
  margin-bottom: 15px;
  margin: 0px 10px 10px 0px;
}
.ticketbtn a, .ticketbtn-general a, .ticketbtn-friends a, .ticketbtn-sitizen a {
  padding: 7px 30px 8px 54px;
  background-image: url("../images/ico_ticket_bkwhite.svg");
  background-size: 30px 21px;
  background-repeat: no-repeat;
  background-position: 16px center;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 4px #888888;
          box-shadow: 2px 2px 4px #888888;
  text-decoration: none;
  min-width: 460px;
}
@media only screen and (max-width: 780px) {
  .ticketbtn a, .ticketbtn-general a, .ticketbtn-friends a, .ticketbtn-sitizen a {
    min-width: auto;
  }
}
.ticketbtn a:hover, .ticketbtn-general a:hover, .ticketbtn-friends a:hover, .ticketbtn-sitizen a:hover {
  text-decoration: none;
}
.ticketbtn-sitizen a {
  background-color: #a2d5fd;
  border: solid 1px #91c9f4;
}
.ticketbtn-friends a {
  background-color: #c6e6fe;
  border: solid 1px #a2d5fd;
}
.ticketbtn-general a {
  background-color: #e6f1fc;
  border: solid 1px #c6e6fe;
}

/* 下にスクロール用ボタン */
.btn, .btn-toplink, .btn-pagelink, .btn-ticketlink {
  display: inline-block;
}
.btn a, .btn-toplink a, .btn-pagelink a, .btn-ticketlink a {
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333333;
  border-radius: 0.3rem;
  font-size: 15px;
  position: relative;
  padding: 10px 3rem 10px 2rem;
  text-decoration: none;
  margin: 5px 10px 30px 0px;
}
.btn a::before, .btn-toplink a::before, .btn-pagelink a::before, .btn-ticketlink a::before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f078";
}
.btn a:hover, .btn-toplink a:hover, .btn-pagelink a:hover, .btn-ticketlink a:hover {
  text-decoration: none;
}
.btn-ticketlink a {
  background-color: #d6c1a2;
  background-image: url("../images/ico_ticket_bkwhite.svg");
  background-size: 30px 21px;
  padding-left: 54px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.btn-pagelink a {
  background-color: #d6c1a2;
}
.btn-toplink a {
  background-color: #d6c1a2;
}
.btn-toplink a::before {
  content: "\f077";
}

/* サムネイル付きボタン */
.thumbnailpdf {
  border: solid 1px #ccc;
  padding: 10px;
  display: inline-table;
  width: calc((100% - 30px) / 2);
  margin-right: 10px;
}
@media only screen and (max-width: 780px) {
  .thumbnailpdf {
    width: 100%;
  }
}
.thumbnailpdf li:first-child {
  position: relative;
  width: 180px;
  height: 150px;
  float: left;
}
@media only screen and (max-width: 780px) {
  .thumbnailpdf li:first-child {
    width: 80px;
    height: 80px;
  }
}
.thumbnailpdf li:first-child img {
  width: auto;
  top: 50%;
  position: absolute;
  left: 50%;
  max-width: 180px;
  max-height: 150px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 780px) {
  .thumbnailpdf li:first-child img {
    max-width: 80px;
    max-height: 80px;
  }
}
.thumbnailpdf li:last-child {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
}
.thumbnailpdf li p {
  margin: 5px 0 0;
}

.maillink {
  text-decoration: underline;
}

.txt-center {
  margin: auto auto;
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.fontSS {
  font-size: 0.8rem !important;
}

.notice {
  color: #D2322E;
}

.italic {
  font-style: italic;
}

.linethrough {
  text-decoration: line-through;
}

.txt, .txt-02 {
  max-width: 100%;
  margin: 35px auto;
}
@media only screen and (max-width: 780px) {
  .txt, .txt-02 {
    width: 100%;
  }
}
.txt-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.txt-02 p,
.txt-02 div {
  width: calc((100% - 35px) / 2);
}
@media only screen and (max-width: 980px) {
  .txt-02 p,
  .txt-02 div {
    width: 100%;
  }
}

.Captionbox {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  color: #555;
  line-height: 1.6 !important;
}
@media only screen and (max-width: 780px) {
  .Captionbox {
    font-size: 11px;
  }
}
.Captionbox span {
  display: block;
  width: 100%;
}
.Captionbox__textL {
  font-size: 18px;
}
.Captionbox__textM {
  font-size: 16px;
}

.column, .Emgbox {
  margin: 35px auto;
  padding: 35px;
  background: #fafaf8;
  overflow: hidden;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .column, .Emgbox {
    padding: 35px 15px;
  }
}
@media only screen and (max-width: 780px) {
  .column, .Emgbox {
    padding: 10px;
  }
}
.column__title, .Emgbox__title {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
  font-weight: 300;
}
.column__subtitle {
  margin: 0 auto 15px;
}
.column__title + div, .Emgbox__title + div, .column__subtitle + div {
  margin: 20px auto 0;
}
@media only screen and (max-width: 780px) {
  .column__title + div, .Emgbox__title + div, .column__subtitle + div {
    margin: 15px auto 0;
  }
}
.column > div, .Emgbox > div {
  margin: 0;
}
.column .Imgbox-fit, .Emgbox .Imgbox-fit {
  background-color: #fff;
}

.Imgtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0;
}
@media only screen and (max-width: 780px) {
  .Imgtext {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Imgtext > div:first-of-type {
  margin-right: 35px;
}
@media only screen and (max-width: 780px) {
  .Imgtext > div:first-of-type {
    margin: 0 auto 10px;
  }
}
.Imgtext > div:last-of-type.Imgtext__img, .Imgtext > div.Imgtext__img-SS:last-of-type, .Imgtext > div.Imgtext__img-S:last-of-type, .Imgtext > div.Imgtext__img-M:last-of-type, .Imgtext > div.Imgtext__img-L:last-of-type {
  margin-left: auto;
}
.Imgtext__img, .Imgtext__img-SS, .Imgtext__img-S, .Imgtext__img-M, .Imgtext__img-L {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 780px) {
  .Imgtext__img, .Imgtext__img-SS, .Imgtext__img-S, .Imgtext__img-M, .Imgtext__img-L {
    margin: 0 auto 0px;
  }
}
.Imgtext__img-SS img, .Imgtext__img-S img, .Imgtext__img-M img, .Imgtext__img-L img {
  -o-object-fit: contain;
     object-fit: contain;
}
.Imgtext__img-SS {
  width: 180px;
}
.Imgtext__img-SS img {
  width: 180px;
}
.Imgtext__img-S {
  width: 285px;
}
.Imgtext__img-S img {
  width: 285px;
  max-height: 285px;
}
.Imgtext__img-M {
  width: 380px;
}
.Imgtext__img-M img {
  width: 380px;
  max-height: 380px;
}
.Imgtext__img-L {
  width: 480px;
}
.Imgtext__img-L img {
  width: 480px;
  max-height: 480px;
}
@media only screen and (max-width: 980px) {
  .Imgtext__img-L {
    width: 380px;
  }
  .Imgtext__img-L img {
    width: 380px;
    max-height: 380px;
  }
}
@media only screen and (max-width: 780px) {
  .Imgtext__img-SS, .Imgtext__img-S {
    width: 200px;
  }
  .Imgtext__img-SS img, .Imgtext__img-S img {
    width: 200px;
  }
  .Imgtext__img-M, .Imgtext__img-L {
    width: 100%;
  }
  .Imgtext__img-M img, .Imgtext__img-L img {
    width: 100%;
  }
}
.Imgtext__text {
  font-weight: 300;
}
@media only screen and (max-width: 780px) {
  .Imgtext__text {
    width: 100%;
  }
}

.Emgbox {
  background-color: #fff;
  border: solid 3px #A00000;
}
.Emgbox__title {
  color: #A00000;
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 780px) {
  .Emgbox__title {
    font-size: 20px;
  }
}
.Emgbox__subtitle {
  margin-top: 0;
}

ul.disc {
  margin-bottom: 20px;
}
ul.disc > li {
  margin-bottom: 2px;
  font-weight: 300;
  list-style: disc inside;
  margin-left: 8px;
  margin-bottom: 5px;
  text-indent: -1.4em;
  padding-left: 1em;
}
ul.disc > li a {
  text-indent: initial;
}

ul.kome > li {
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
}
ul.kome > li a {
  text-indent: initial;
}

ul.annot > li {
  font-weight: 300;
  text-indent: -3em;
  padding-left: 3em;
}

ol.num {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
ol.num > li {
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
  font-weight: 300;
}
ol.num > li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: transparent;
  border: #333333 1px solid;
  color: #333333;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  top: 3px;
}

table ul.disc,
table ol.num {
  margin-bottom: 0;
}

.Acdmenu {
  border: solid 1px #dbdbdb;
}
@media only screen and (max-width: 980px) {
  .Acdmenu {
    border: none;
    margin-bottom: 40px;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  position: relative;
  background: #d6c1a2;
  display: block;
  padding: 10px;
  padding-left: 20px;
}
@media only screen and (max-width: 980px) {
  .acd-label {
    border: solid 1px #dbdbdb;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .acd-label:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    top: 41%;
    border: 2px solid;
    border-color: transparent transparent #333333 #333333;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media only screen and (max-width: 980px) {
  .acd-check:checked + .acd-label {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 980px) {
  .acd-check:checked + .acd-label:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.acd-content li {
  min-height: 40px;
  border-top: solid 1px #dbdbdb;
  font-size: 14px;
  height: auto;
}
.acd-content li:first-of-type {
  border-top: none;
}
.acd-content li a {
  display: block;
  padding: 10px;
  padding-left: 25px;
  text-decoration: none;
}
.acd-content li a:hover {
  text-decoration: none;
  background-color: #fafaf8;
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .acd-content li {
    height: 0;
    min-height: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
  }
}

.acd-check:checked + .acd-label + .acd-content li {
  min-height: 40px;
  opacity: 1;
  visibility: visible;
}

.accordion *, .accordion *:before, .accordion *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion {
  position: relative;
  margin-bottom: 35px;
}
.accordion label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 3em; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(250, 252, 252, 0.95)));
  background: -webkit-linear-gradient(top, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.accordion input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.accordion label:after {
  line-height: 2.1rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  content: " 続きをよむ";
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 20px;
  background-color: #999;
}
.accordion input {
  display: none;
}
.accordion .accordion-box {
  overflow: hidden;
  height: 8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion .accordion-box h5 {
  margin-top: 0;
}
.accordion input:checked + label:after {
  content: " 閉じる";
}
.accordion input:checked ~ .accordion-box {
  height: auto;
  padding-bottom: 2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.Header, .Header-system {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 165px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 980px) {
  .Header, .Header-system {
    background: -webkit-linear-gradient(72deg, white 0%, #f7fbff 55%, #bfdfff 69%, #33a0ec 85%, #036eb8 100%);
    background: linear-gradient(18deg, white 0%, #f7fbff 55%, #bfdfff 69%, #33a0ec 85%, #036eb8 100%);
  }
}
@media only screen and (max-width: 980px) {
  .Header, .Header-system {
    top: 0;
    height: 80px;
    border-bottom: solid 1px #52839E;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.Header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 85px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 35px;
  z-index: -2;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__main {
    padding: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .Header__main {
    height: 80px;
    background: -webkit-linear-gradient(48deg, rgb(255, 255, 255) 0%, rgb(247, 251, 255) 40%, rgb(191, 223, 255) 47%, rgb(51, 160, 236) 56%, rgb(3, 110, 184) 90%);
    background: linear-gradient(42deg, rgb(255, 255, 255) 0%, rgb(247, 251, 255) 40%, rgb(191, 223, 255) 47%, rgb(51, 160, 236) 56%, rgb(3, 110, 184) 90%);
  }
}
@media only screen and (max-width: 780px) {
  .Header__main {
    padding: 0;
    background-size: initial;
    background-position: right 60% top 40%;
    background: -webkit-linear-gradient(48deg, rgb(255, 255, 255) 0%, rgb(247, 251, 255) 50%, rgb(191, 223, 255) 57%, rgb(51, 160, 236) 66%, rgb(3, 110, 184) 100%);
    background: linear-gradient(42deg, rgb(255, 255, 255) 0%, rgb(247, 251, 255) 50%, rgb(191, 223, 255) 57%, rgb(51, 160, 236) 66%, rgb(3, 110, 184) 100%);
  }
}
_:-ms-fullscreen, :root .Header__main {
  -ms-flex-pack: start;
      justify-content: start;
}

.Header__logo {
  margin-right: auto;
  padding-right: 30px;
}
.Header__logo:hover {
  opacity: 1;
}
.Header__logo:hover:after {
  opacity: 1;
}
.Header__logo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 300px;
}
@media only screen and (max-width: 780px) {
  .Header__logo img {
    width: 270px;
    margin-left: 10px;
  }
}
_:-ms-fullscreen, :root .Header__logo img {
  height: 100%;
  width: 200px;
}

.Header__logo img:hover {
  opacity: 0.6;
}
.Header__logo::after {
  content: "";
  display: inline-block;
  background-image: url(../images/object_header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 140px;
  width: 200px;
  position: absolute;
  top: 0;
  z-index: -1;
}
@-moz-document url-prefix() {
  .Header__logo::after {
    left: 320px;
  }
}
.Header__logo::after:hover {
  opacity: 1;
}
@media only screen and (max-width: 780px) {
  .Header__logo::after {
    height: auto;
  }
}
.Header__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 980px) {
  .Header__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 15px 5%;
  }
}
@media only screen and (max-width: 780px) {
  .Header__box {
    margin: 15px 0 5px;
  }
}
.Header__box > div {
  height: 30px;
  margin: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__box > div {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 980px) {
  .Header__box > div {
    margin: 15px 0;
  }
}
.Header__box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header__mypage, .Header__language, .Header__font {
  min-width: 130px;
  border-radius: 15px;
  background-color: #fff;
  border: solid 1px #2d3c55;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .Header__mypage, .Header__language, .Header__font {
    min-width: 200px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__mypage, .Header__language, .Header__font {
    min-width: 150px;
  }
}
.Header__mypage a {
  line-height: 29px;
  position: relative;
  padding-left: 15px;
}
.Header__mypage a:before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico_mypage.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 19px;
  height: 24px;
  top: 50%;
  position: absolute;
  left: 10px;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
}
.Header__language a {
  line-height: 29px;
}
.Header__font {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Header__font ul {
  width: 100%;
}
.Header__font li {
  font-size: 13px;
  position: relative;
  font-size: 0;
  height: 30px;
  padding: 3px;
  min-width: 33.3333333333%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Header__font li:hover, .Header__font li:active {
  opacity: 0.6;
  text-decoration: none;
  cursor: pointer;
}
.Header__font li:nth-of-type(2)::before, .Header__font li:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #2d3c55;
  position: absolute;
  top: 0px;
  left: 0px;
}
.Header__font li::after {
  content: "A";
  line-height: 22px;
}
.Header__font li:nth-of-type(1)::after {
  font-size: 14px;
}
.Header__font li:nth-of-type(2)::after {
  font-size: 18px;
}
.Header__font li:nth-of-type(3)::after {
  font-size: 22px;
}
@media only screen and (max-width: 780px) {
  .Header__font {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  .Header__sns {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .Header__sns ul {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.Header__sns li {
  margin: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Header__sns li {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 980px) {
  .Header__sns li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 780px) {
  .Header__sns li {
    margin: 2px 2px;
  }
}
.Header__nav {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #f3f3f3;
}

.Header.gnavnone, .gnavnone.Header-system {
  height: 85px;
}
@media only screen and (max-width: 980px) {
  .Header.gnavnone, .gnavnone.Header-system {
    height: 80px;
  }
}
.Header.gnavnone .Header__nav, .gnavnone.Header-system .Header__nav {
  display: none;
}
@media only screen and (max-width: 980px) {
  .Header.gnavnone .Header__nav, .gnavnone.Header-system .Header__nav {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  .Footer {
    padding-bottom: 45px;
  }
}
.Footer__link.l-fluid-gray, .CalenderList > div.Footer__link:nth-of-type(odd) {
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .Footer__link.l-fluid-gray, .CalenderList > div.Footer__link:nth-of-type(odd) {
    padding: 20px 0 0;
  }
}
.Footer__link .l-row, .Footer__link .l-row-center {
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 780px) {
  .Footer__link .l-row, .Footer__link .l-row-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.Footer__sitemap {
  position: relative;
  background-color: #fdfdfa;
  padding: 30px 0 80px;
}
@media only screen and (max-width: 780px) {
  .Footer__sitemap {
    padding: 10px 0 80px;
  }
}
.Footer__sitemap > ul {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .Footer__sitemap > ul {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 780px) {
  .Footer__sitemap > ul {
    margin: 0 15px;
    width: auto;
    padding: 20px 0;
  }
}
.Footer__sitemap:after {
  content: "";
  background-image: url(../images/mmview.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  width: 400%;
  height: 200px;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .Footer__sitemap:after {
    background-size: initial;
  }
}
@media only screen and (max-width: 780px) {
  .Footer__sitemap:after {
    background-size: contain;
    width: 650%;
    height: 140px;
  }
}
.Footer__gradation {
  background: -webkit-linear-gradient(16deg, rgb(255, 255, 255) 0%, rgb(247, 251, 255) 42%, rgb(191, 223, 255) 56%, rgb(17, 118, 189) 92%, rgb(3, 110, 184) 100%);
  background: linear-gradient(74deg, rgb(255, 255, 255) 0%, rgb(247, 251, 255) 42%, rgb(191, 223, 255) 56%, rgb(17, 118, 189) 92%, rgb(3, 110, 184) 100%);
}
@media only screen and (max-width: 780px) {
  .Footer__gradation {
    padding: 15px 0;
    background: -webkit-linear-gradient(290deg, white 0%, #f7fbff 52%, #bfdfff 66%, #1176bd 92%, #036eb8 100%);
    background: linear-gradient(160deg, white 0%, #f7fbff 52%, #bfdfff 66%, #1176bd 92%, #036eb8 100%);
  }
}
.Footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 8px 0;
}
@media only screen and (max-width: 780px) {
  .Footer__menu {
    padding: 15px 0;
  }
}
.Footer__menu li a {
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  padding: 0 10px;
}
@media only screen and (max-width: 780px) {
  .Footer__menu li a {
    font-size: 12px;
    padding: 0 3px;
  }
}
.Footer__menu li:before, .Footer__menu li:last-of-type:after {
  content: "|";
  display: inline-block;
  color: #333333;
  width: 0.1em;
  height: 1em;
  margin: 0 3px;
}
.Footer__prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 280px;
  margin: 0 auto;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Footer__prof {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 780px) {
  .Footer__prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
_:-ms-fullscreen, :root .Footer__prof {
  -ms-flex-pack: start;
      justify-content: start;
}

.Footer__prof a {
  display: inline-block;
  max-width: 200px;
  margin: 40px 40px 40px 20px;
}
@media only screen and (max-width: 780px) {
  .Footer__prof a {
    margin: 10px 0 15px 10px;
    position: absolute;
    width: 60%;
    max-width: 60%;
  }
}
.Footer__prof p {
  color: #333333;
  font-weight: 400;
  font-size: 15px;
}
.Footer__prof p:nth-of-type(2) {
  margin-top: 15px;
  font-size: 12px;
}
@media only screen and (max-width: 780px) {
  .Footer__prof p:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 780px) {
  .Footer__prof p {
    padding: 10px 10px 0;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
  }
}
@media only screen and (max-width: 780px) {
  .Footer__object {
    width: 100%;
    margin-top: 60px;
  }
}
.Footer__object img {
  width: auto;
  height: 280px;
}
@media only screen and (max-width: 780px) {
  .Footer__object img {
    width: 100%;
    height: auto;
  }
}

.FooterMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.FooterMenu .splink {
  pointer-events: none;
}
@media only screen and (max-width: 780px) {
  .FooterMenu .splink {
    pointer-events: initial;
  }
}
.FooterMenu__list {
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .FooterMenu__list {
    width: calc((100% - 45px) / 4);
    max-width: calc((100% - 45px) / 4);
  }
  .FooterMenu__list:nth-of-type(n+5) {
    margin-top: 20px;
  }
  .FooterMenu__list:nth-of-type(n+4) {
    margin-right: 0px;
  }
  .FooterMenu__list:nth-of-type(n+5) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .FooterMenu__list {
    font-size: 14px;
  }
  .FooterMenu__list:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 780px) {
  .FooterMenu__list:nth-of-type(n+4) {
    margin-top: 0px;
  }
}
.FooterMenu__list ul {
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
}
@media only screen and (max-width: 780px) {
  .FooterMenu__list ul {
    display: none;
  }
}
.FooterMenu__list ul li a {
  line-height: 13px;
}

.Menu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 18px;
}
@media only screen and (max-width: 980px) {
  .Menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Menu__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .Menu__list {
    width: 90%;
    margin: 0 auto;
    border-bottom: dashed 1px #333333;
  }
}
.Menu__lista {
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
@media only screen and (max-width: 980px) {
  .Menu__list:last-of-type {
    margin-bottom: 50px;
  }
}
.Menu__list:last-of-type .Menu__link::after {
  content: "";
  display: inline-block;
  background-color: #dbdbdb;
  width: 1px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 980px) {
  .Menu__list:last-of-type .Menu__link::after {
    display: none;
  }
}
.Menu__link {
  display: block;
  height: 80px;
  text-align: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  padding-top: 9px;
  padding: 9px 4px 0px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 27px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
.Menu__link:hover, .Menu__link.open {
  background-color: rgba(244, 243, 242, 0.5);
  opacity: 1;
}
@media only screen and (max-width: 780px) {
  .Menu__link:hover, .Menu__link.open {
    background-color: #f4f3f2;
  }
}
.Menu__link:hover .Menu__icon-concert, .Menu__link.open .Menu__icon-concert {
  background-image: url(../images/ico_concert-hover.svg);
}
.Menu__link:hover .Menu__icon-ticket, .Menu__link.open .Menu__icon-ticket {
  background-image: url(../images/ico_ticket-hover.svg);
}
.Menu__link:hover .Menu__icon-infomation, .Menu__link.open .Menu__icon-infomation {
  background-image: url(../images/ico_infomation-hover.svg);
}
.Menu__link:hover .Menu__icon-guide, .Menu__link.open .Menu__icon-guide {
  background-image: url(../images/ico_guide-hover.svg);
}
.Menu__link:hover .Menu__icon-aboutus, .Menu__link.open .Menu__icon-aboutus {
  background-image: url(../images/ico_aboutus-hover.svg);
}
.Menu__link:hover .Menu__icon-enjoy, .Menu__link.open .Menu__icon-enjoy {
  background-image: url(../images/ico_enjoy-hover.svg);
}
.Menu__link:hover .Menu__icon-archive, .Menu__link.open .Menu__icon-archive {
  background-image: url(../images/ico_archive-hover.svg);
}
.Menu__link:hover .Menu__icon-acsess, .Menu__link.open .Menu__icon-acsess {
  background-image: url(../images/ico_acsess-hover.svg);
}
@media only screen and (max-width: 980px) {
  .Menu__link {
    height: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    text-align: left;
    border-left: none;
    border-bottom: none;
    padding-left: 1.5rem;
    padding-top: 0;
    line-height: 3rem;
    font-size: 16px;
    background-color: #f4f3f2;
  }
}
@media only screen and (min-width: 1201px) {
  .Menu__link-sp {
    display: none;
  }
}
.Menu__link::before {
  content: "";
  display: inline-block;
  background-color: #dbdbdb;
  width: 1px;
  height: 62px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 980px) {
  .Menu__link::before {
    display: none;
  }
}
.Menu__icon, .Menu__icon-acsess, .Menu__icon-archive, .Menu__icon-enjoy, .Menu__icon-aboutus, .Menu__icon-guide, .Menu__icon-infomation, .Menu__icon-ticket, .Menu__icon-concert {
  width: 100%;
  height: 40px;
  display: block;
  background-position: center;
}
@media only screen and (max-width: 980px) {
  .Menu__icon, .Menu__icon-acsess, .Menu__icon-archive, .Menu__icon-enjoy, .Menu__icon-aboutus, .Menu__icon-guide, .Menu__icon-infomation, .Menu__icon-ticket, .Menu__icon-concert {
    display: none;
  }
}
.Menu__icon-concert {
  background-image: url(../images/ico_concert.svg);
}
.Menu__icon-concert:hover {
  background-image: url(../images/ico_concert-hover.svg);
}
.Menu__icon-ticket {
  background-image: url(../images/ico_ticket.svg);
}
.Menu__icon-ticket:hover {
  background-image: url(../images/ico_ticket-hover.svg);
}
.Menu__icon-infomation {
  background-image: url(../images/ico_infomation.svg);
}
.Menu__icon-infomation:hover {
  background-image: url(../images/ico_infomation-hover.svg);
}
.Menu__icon-guide {
  background-image: url(../images/ico_guide.svg);
}
.Menu__icon-guide:hover {
  background-image: url(../images/ico_guide-hover.svg);
}
.Menu__icon-aboutus {
  background-image: url(../images/ico_aboutus.svg);
}
.Menu__icon-aboutus:hover {
  background-image: url(../images/ico_aboutus-hover.svg);
}
.Menu__icon-enjoy {
  background-image: url(../images/ico_enjoy.svg);
}
.Menu__icon-enjoy:hover {
  background-image: url(../images/ico_enjoy-hover.svg);
}
.Menu__icon-archive {
  background-image: url(../images/ico_archive.svg);
}
.Menu__icon-archive:hover {
  background-image: url(../images/ico_archive-hover.svg);
}
.Menu__icon-acsess {
  background-image: url(../images/ico_acsess.svg);
}
.Menu__icon-acsess:hover {
  background-image: url(../images/ico_acsess-hover.svg);
}

.drawer-dropdown .drawer-dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .drawer-dropdown .drawer-dropdown-menu {
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu {
    padding: 50px 0;
  }
}
@media (min-width: 780px) and (max-width: 1201px) {
  .drawer-dropdown .drawer-dropdown-menu {
    padding: 10px 5px 15px;
  }
}
@media only screen and (min-width: 980px) {
  .drawer-dropdown .drawer-dropdown-menu {
    padding: 30px 20px;
  }
  .drawer-dropdown .drawer-dropdown-menu ul {
    width: 100%;
  }
}
@media only screen and (min-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu ul:nth-of-type(2n).txtmenu {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu {
    width: calc((100% - 240px) / 4);
    border-bottom: none;
    margin-right: 80px;
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu:nth-of-type(4n) {
    margin-right: 0;
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu:nth-child(n+5) {
    margin-top: 40px;
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu > a {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu > a:hover {
    opacity: 1;
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu > a:hover:before {
    background-color: rgba(0, 0, 0, 0);
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu > a::before {
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu > a::after {
    content: ">";
    position: absolute;
    right: 5px;
    -webkit-transform: scale(0.6, 1) translateY(-50%);
            transform: scale(0.6, 1) translateY(-50%);
    color: #fff;
    top: 50%;
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu > a span {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 10px;
  }
}
@media (min-width: 780px) and (max-width: 1201px) {
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
  }
  .drawer-dropdown .drawer-dropdown-menu li.imgmenu:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu li.txtmenu {
    width: calc((100% - 240px) / 4);
    border-bottom: none;
    margin-right: 80px;
    margin-top: 60px;
  }
  .drawer-dropdown .drawer-dropdown-menu li.txtmenu:nth-of-type(4n) {
    margin-right: 0;
  }
  .drawer-dropdown .drawer-dropdown-menu li.txtmenu:nth-child(-n+4) {
    margin-top: 0;
  }
  .drawer-dropdown .drawer-dropdown-menu li.txtmenu > a {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-right: 10px;
  }
  .drawer-dropdown .drawer-dropdown-menu li.txtmenu > a::after {
    content: ">";
    position: absolute;
    right: 0px;
    -webkit-transform: scale(0.6, 1) translateY(-50%);
            transform: scale(0.6, 1) translateY(-50%);
    color: #333333;
    top: 50%;
  }
}
@media (min-width: 780px) and (max-width: 1201px) {
  .drawer-dropdown .drawer-dropdown-menu li.txtmenu {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 780px) {
  .drawer-dropdown img {
    display: none;
  }
  .drawer-dropdown .drawer-dropdown-menu-item {
    font-size: 14px;
  }
}
.drawer-dropdown .drawer-dropdown-menu ul.submenu li a {
  font-size: 14px;
  text-decoration: none;
}
.drawer-dropdown .drawer-dropdown-menu ul.submenu li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu ul.submenu li a {
    padding-left: 3rem;
    font-size: 12px;
  }
}
@media only screen and (max-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu ul.submenu {
    margin-bottom: 10px;
  }
}

.Quicknav {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100vh;
  background-color: #333333;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 980px) {
  .Quicknav {
    top: initial;
    bottom: 0;
    width: 100%;
    height: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.Quicknav__btn, .Quicknav__btn-acsess, .Quicknav__btn-ticket, .Quicknav__btn-hamburger, .Quicknav__btn-mypage, .Quicknav__btn-practice, .Quicknav__btn-search {
  height: 10%;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .Quicknav__btn, .Quicknav__btn-acsess, .Quicknav__btn-ticket, .Quicknav__btn-hamburger, .Quicknav__btn-mypage, .Quicknav__btn-practice, .Quicknav__btn-search {
    height: initial;
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Quicknav__btn a, .Quicknav__btn-acsess a, .Quicknav__btn-ticket a, .Quicknav__btn-hamburger a, .Quicknav__btn-mypage a, .Quicknav__btn-practice a, .Quicknav__btn-search a {
  color: #fff;
  position: relative;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 8px;
}
.Quicknav__btn-acsess a {
  background-image: url(../images/ico_acsess-white.svg);
}
.Quicknav__btn-ticket a {
  background-image: url(../images/ico_ticket-white.svg);
}
.Quicknav__btn-hamburger {
  display: none;
}
@media only screen and (max-width: 980px) {
  .Quicknav__btn-hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.Quicknav__btn-mypage a {
  background-image: url(../images/ico_mypage-white.svg);
}
.Quicknav__btn-practice a {
  background-image: url(../images/ico_practice-white.svg);
}
.Quicknav__btn-search {
  width: initial;
}
.Quicknav__btn-search a {
  background-image: url(../images/ico_search-white.svg);
}
@media only screen and (max-width: 980px) {
  .Quicknav__btn-search a {
    background-image: url(../images/ico_search.svg);
    display: block;
    width: 38px;
    height: 38px;
    background-size: contain;
    margin: 0;
    position: initial;
  }
}
.Quicknav__tooltip {
  display: none;
  margin-top: 8px;
  margin-left: 60px;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  background: #333333;
  width: 95px;
}
.Quicknav__tooltip:before {
  content: "";
  position: absolute;
  border: 9px solid transparent;
  border-top: 10px solid #333333;
  margin-left: -25px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.Quicknav__btn:hover .Quicknav__tooltip, .Quicknav__btn-acsess:hover .Quicknav__tooltip, .Quicknav__btn-ticket:hover .Quicknav__tooltip, .Quicknav__btn-hamburger:hover .Quicknav__tooltip, .Quicknav__btn-mypage:hover .Quicknav__tooltip, .Quicknav__btn-practice:hover .Quicknav__tooltip, .Quicknav__btn-search:hover .Quicknav__tooltip {
  display: inline-block;
  top: 0px;
  left: 80px;
}
@media only screen and (max-width: 980px) {
  .Quicknav__btn:hover .Quicknav__tooltip, .Quicknav__btn-acsess:hover .Quicknav__tooltip, .Quicknav__btn-ticket:hover .Quicknav__tooltip, .Quicknav__btn-hamburger:hover .Quicknav__tooltip, .Quicknav__btn-mypage:hover .Quicknav__tooltip, .Quicknav__btn-practice:hover .Quicknav__tooltip, .Quicknav__btn-search:hover .Quicknav__tooltip {
    display: none;
  }
}

body {
  width: calc(100% - 50px);
  margin-left: auto;
}
@media only screen and (max-width: 980px) {
  body {
    width: 100%;
    margin-left: initial;
  }
}

.drawer-hamburger {
  position: initial;
  z-index: 999;
}

.Footer__gradation {
  position: relative;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 999;
}

#pagetop a {
  display: block;
  padding: 0;
  width: 50px;
  height: 45px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-indent: -9999px;
  text-align: center;
  line-height: 0.8rem;
  background: #333333 url("../images/ico-top.svg") no-repeat center 14px;
  background-size: 28px auto;
}
@media only screen and (max-width: 780px) {
  #pagetop a {
    width: 50px;
    height: 45px;
    background: #333333 url("../images/ico-top.svg") no-repeat center 15px;
    background-size: 22px auto;
  }
}

#pagetop a:hover {
  text-decoration: none;
  background: #444 url("../images/ico-top.svg") no-repeat center 14px;
  background-size: 28px auto;
}
@media only screen and (max-width: 780px) {
  #pagetop a:hover {
    background: #333333 url("../images/ico-top.svg") no-repeat center 15px;
    background-size: 22px auto;
  }
}

/*	背景色変更
------------------------------------------------------------*/
#background li:first-child.inverse-blue,
#background li:first-child.inverse-black,
#fontZoom li:first-child.inverse-blue,
#fontZoom li:first-child.inverse-black {
  border-left: solid 1px #fff !important;
}

.bg-gray.inverse-black,
.bg-gray.inverse-black {
  background: #00008B;
}

#header_right a.inverse-blue,
#header_right a.inverse-black,
.header > div.inverse-blue li,
.header > div.inverse-black li {
  border: solid 1px #fff;
}

div#gnav-box.inverse-blue,
div#gnav-box.inverse-black {
  border-top: solid 1px #fff;
}

.nav-block.inverse-blue,
.nav-block.inverse-black {
  border-bottom: solid 1px #fff;
}

#gnav img.inverse-black,
#logo .inverse-black,
img.inverse-black {
  background: #fff !important;
}

.inverse-black,
#container-box.inverse-black {
  background: #000 !important;
  color: #fff !important;
}

.label.tag.inverse-blue, .label.inverse-blue.tag-wide, .label.inverse-blue.tag-borderred, .label.inverse-blue.tag-bgred, .label.inverse-blue.tag-bggray, .label.inverse-blue.tag-recommend, .label.inverse-blue.tag-cooperate, .label.inverse-blue.tag-rental,
.label.tag.inverse-black,
.label.inverse-black.tag-wide,
.label.inverse-black.tag-borderred,
.label.inverse-black.tag-bgred,
.label.inverse-black.tag-bggray,
.label.inverse-black.tag-recommend,
.label.inverse-black.tag-cooperate,
.label.inverse-black.tag-rental {
  color: #fff !important;
}

.drawer-overlay.drawer-toggle.inverse-black,
.drawer-overlay.drawer-toggle.inverse-blue {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.drawer-hamburger-icon.inverse-black,
.drawer-hamburger-icon.inverse-black:before,
.drawer-hamburger-icon.inverse-black:after,
.drawer-hamburger-icon.inverse-blue,
.drawer-hamburger-icon.inverse-blue:before,
.drawer-hamburger-icon.inverse-blue:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff !important;
}

ul#fade-in.inverse-black,
ul#fade-in.inverse-blue {
  border-top: solid 1px #ccc;
}

.linkArrow.inverse-black a:before,
.linkArrow.inverse-blue a:before {
  border-left: 5px solid #fff;
}

.inverse-blue,
#container-box.inverse-blue {
  background: #00008B !important;
  color: #fff !important;
}

#gnav img.inverse-blue,
#logo .inverse-blue,
img.inverse-blue {
  background: #fff !important;
}

h4.inverse-blue,
h4.inverse-black,
h6.back.inverse-blue,
h6.back.inverse-black {
  border: solid 1px #bbb;
}

label.tab_item.inverse-blue,
label.tab_item.inverse-black {
  border: solid 1px #848484;
}

@media (max-width: 790px) {
  #background li.inverse-blue,
  #background li.inverse-black,
  #language li.inverse-blue,
  #language li.inverse-black,
  #fontZoom li.inverse-blue,
  #fontZoom li.inverse-black {
    border: solid 1px #ccc !important;
  }
  a:hover.toggle.inverse-blue,
  a:hover.toggle.inverse-black,
  #background li:hover.inverse-blue a,
  #background li:hover.inverse-black a,
  #language li:hover.inverse-blue a,
  #language li:hover.inverse-black a,
  #fontZoom li:hover.inverse-blue a,
  #fontZoom li:hover.inverse-black a {
    background: #666666 !important;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  margin-top: -7px;
  margin-bottom: 5px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media only screen and (max-width: 780px) {
  .bx-wrapper {
    margin-bottom: 5px;
  }
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}
ul.bxslider li {
  font-size: 12px;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
#bxslider {
  margin: 5px 0;
}

.bx-wrapper {
  /* -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc; */
  /* border: 5px solid #fff; */
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides a {
  width: 100%;
}

.flexslider .slides img,
.flexslider .slides video {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 40px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.carousel li a {
  width: 100%;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
} */
.flex-pauseplay a {
  display: block;
  width: 29px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  right: 5px;
  /* bottom: 5px; */
  /* left: 10px; */
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  /* color: #000; */
  color: #a7a7a7;
  /* border: solid 1px #999; */
  padding: 0 0 0 6px;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 18px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 20%;
  bottom: -40px;
  text-align: center;
  z-index: 9;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #a7a7a7;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 30px;
}

.flex-control-paging li a:hover {
  background: #565656;
}

.flex-control-paging li a.flex-active {
  background: #565656;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 790px) {
  /* .flex-direction-nav{
    display:none;
  } */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .flexslider {
    margin-bottom: 60px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.Turnbox {
  display: block;
}
.Turnbox nav {
  /* jsで付与する */
  /* jsで付与される */
  /* jsで付与される */
}
.Turnbox nav__inner {
  height: 85px;
  right: 0;
  overflow: hidden;
}
.Turnbox nav .active {
  top: 60px !important;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Turnbox nav ul {
  float: right;
  line-height: 85px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.Turnbox nav li {
  display: inline-block;
  margin: 0;
}
.Turnbox nav li a {
  color: #666666;
  font-size: 14px;
}
.Turnbox nav li::before {
  content: " / ";
  margin: 0 0 0 5px;
  color: #666666;
}
.Turnbox nav li:first-child::before {
  display: none;
}
.Turnbox nav .search {
  width: 20px;
  height: 85px;
  float: right;
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
}
.Turnbox nav .search::before {
  content: url(../images/ico_search.svg);
  position: absolute;
  top: 32px;
  right: -4px;
}
.Turnbox nav .search:hover::before {
  opacity: 0.6;
}
.Turnbox nav .search_active::before {
  content: "×";
  color: #666666;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  position: absolute;
  top: 26px;
}
.Turnbox nav .search_box {
  position: absolute;
  font-size: 14px;
  line-height: 56px;
  top: -100px;
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Turnbox nav .search_box_active {
  top: 0px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Turnbox nav input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #666666;
  width: 80%;
}
.Turnbox nav input[type=text]:focus {
  outline: none;
  background: transparent;
}

.Movie {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
}
.Movie__text h5 {
  margin-top: 0;
}

.Movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 780px) {
  .l-halfColumn .Movie, .l-halfColumn-wide .Movie {
    max-width: 80%;
    margin: 0 auto;
    padding: 45% 0 0;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 33%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toph1 {
  display: none;
}

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

.l-fluid .toph2, .l-fluid-gray .toph2, .CalenderList > div:nth-of-type(odd) .toph2 {
  margin-top: 0;
}

.flexslider {
  max-width: calc(100vw - 50px);
}
@media only screen and (max-width: 980px) {
  .flexslider {
    width: 100%;
    max-width: 100%;
  }
}

.flexslider .slides a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .flexslider .slides a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flexslider .slides a > div {
  width: 22.2222222222%;
  background-color: #333333;
  color: #fff;
  padding: 0 10px;
  padding-top: 70px;
}
@media only screen and (max-width: 1400px) {
  .flexslider .slides a > div {
    /* width: calc(100% /7 * 2); */
    padding-top: 40px;
  }
}
@media only screen and (max-width: 980px) {
  .flexslider .slides a > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0px;
  }
}
.flexslider .slides a > div .title {
  font-size: 22px;
}
@media only screen and (max-width: 1400px) {
  .flexslider .slides a > div .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 980px) {
  .flexslider .slides a > div .title {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 780px) {
  .flexslider .slides a > div .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-right: 8px;
  }
}
.flexslider .slides a > div .title span {
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 780px) {
  .flexslider .slides a > div .title span {
    font-size: 10px;
  }
}
.flexslider .slides a > div .date {
  font-size: 16px;
  line-height: 30px;
  margin-top: 18px;
}
@media only screen and (max-width: 980px) {
  .flexslider .slides a > div .date {
    position: relative;
    margin-top: 0;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 780px) {
  .flexslider .slides a > div .date {
    font-size: 10px;
    line-height: 14px;
    margin: 10px 0;
  }
}
.flexslider .slides a > div .date:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 1px;
}
@media only screen and (max-width: 980px) {
  .flexslider .slides a > div .date:before {
    position: absolute;
    width: 1px;
    height: 70px;
    top: calc(50% - 35px);
    left: -20px;
  }
}
@media only screen and (max-width: 780px) {
  .flexslider .slides a > div .date:before {
    height: 30px;
    top: calc(50% - 5px);
    left: -10px;
  }
}
.flexslider .slides a picture {
  width: 77.7777777778%;
  /*     @include mq-main {
        width: calc(100% /7 * 5);
      } */
}
@media only screen and (max-width: 980px) {
  .flexslider .slides a > div,
  .flexslider .slides a picture {
    width: 100%;
  }
}
.flexslider .slides a.imageonry picture {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-direction-nav a {
  opacity: 0.7;
  top: 50%;
  top: initial;
  bottom: -35px;
  width: 15px;
  height: 25px;
}
@media only screen and (max-width: 780px) {
  .flex-direction-nav a {
    bottom: -40px;
  }
}

.flex-control-paging li a {
  width: 9px;
  height: 9px;
}
.flex-control-paging li a.flex-active {
  background: #bf9d6d;
}

.flex-direction-nav .flex-prev {
  left: 35%;
}
@media only screen and (max-width: 780px) {
  .flex-direction-nav .flex-prev {
    left: 15%;
  }
}
.flex-direction-nav .flex-prev:before {
  content: "";
  background-image: url(../images/ico_prev.svg);
  display: inline-block;
  height: 25px;
  width: 15px;
  background-repeat: no-repeat;
}

.flex-direction-nav .flex-next {
  right: 35%;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .flex-direction-nav .flex-next {
    right: 15%;
  }
}
.flex-direction-nav .flex-next:before {
  content: "";
  background-image: url(../images/ico_next.svg);
  display: inline-block;
  height: 25px;
  width: 15px;
  background-repeat: no-repeat;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  border: solid 1px #999;
  bottom: -34px;
  padding: 2px 0 0 6px;
  z-index: initial;
  text-decoration: none;
}
.flex-pauseplay a:hover {
  text-decoration: none;
}

/* 左右の矢印の位置を調整 */
.slick-next {
  position: absolute;
  display: block;
  right: -30px;
  top: 50%;
  cursor: pointer;
}
.slick-next:before {
  content: url(../images/ico_next.svg);
}
@media only screen and (max-width: 980px) {
  .slick-next {
    right: 35%;
    top: 105%;
  }
}
@media only screen and (max-width: 780px) {
  .slick-next {
    right: 15%;
  }
}

.slick-prev {
  position: absolute;
  display: block;
  left: -30px;
  top: 50%;
  cursor: pointer;
}
.slick-prev:before {
  content: url(../images/ico_prev.svg);
}
@media only screen and (max-width: 980px) {
  .slick-prev {
    left: 35%;
    top: 105%;
  }
}
@media only screen and (max-width: 780px) {
  .slick-prev {
    left: 15%;
  }
}

/* スライド数のドットの感覚 */
.slick-dots {
  bottom: -34px;
}
.slick-dots li {
  margin: 0 1px;
}
@media only screen and (max-width: 780px) {
  .slick-dots li {
    width: 16px;
  }
}

/* スライド数のドットの色 */
.slick-dots li button:before {
  color: #a7a7a7;
  opacity: 1;
  content: "●";
  font-size: 11px;
}

.slick-dots li.slick-active button:before {
  color: #bf9d6d;
}

/* スライド開始、停止ボタン用 */
.slick-slider-button {
  background-color: transparent;
  border: solid 1px #999;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  float: right;
  margin-top: -25px;
}
@media only screen and (max-width: 780px) {
  .slick-slider-button {
    margin-right: 3px;
  }
}

.slick-dots {
  width: 220px;
  right: calc(50% - 110px);
}

.Pickupblock {
  max-width: calc(100vw - 200px);
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .Pickupblock {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Pickupblock__item {
  padding: 0 calc(35px / 2);
}
.Pickupblock__label, .Pickupblock__label-rental, .Pickupblock__label-cooperate, .Pickupblock__label-recommend {
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 2px 0;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: -1px;
}
.Pickupblock__label-recommend {
  background-color: #243466;
}
.Pickupblock__label-cooperate {
  background-color: #036eb8;
}
.Pickupblock__label-rental {
  background-color: #777;
}
.Pickupblock__btn {
  margin-top: 30px;
  text-align: center;
}
.Pickupblock__btn a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background-color: #f4f3f2;
  font-size: 16px;
  min-width: 160px;
  text-decoration: none;
}
.Pickupblock__btn a:hover {
  text-decoration: none;
}
.Pickupblock a {
  text-decoration: none;
}
.Pickupblock a:hover {
  text-decoration: none;
}

.Topcalender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.Topcalender > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.Topcalender > div:first-of-type {
  width: calc((100% - 20px) / 3 * 2);
  max-width: calc((100% - 20px) / 3 * 2);
  margin-right: 20px;
}
@media only screen and (max-width: 780px) {
  .Topcalender > div:first-of-type {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.Topcalender > div:nth-of-type(2) {
  width: calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3 * 2);
}
@media only screen and (max-width: 780px) {
  .Topcalender > div:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
}
.Topcalender__title {
  font-size: 25px;
  margin: 0 0 35px;
}
@media only screen and (max-width: 780px) {
  .Topcalender__title {
    font-size: 20px;
    text-align: center;
    margin: 35px 0 15px;
  }
}
.Topcalender__concert, .Topcalender__concert-reception, .Topcalender__concert-small, .Topcalender__concert-main {
  background-color: #fff;
}
.Topcalender__concert > div, .Topcalender__concert-reception > div, .Topcalender__concert-small > div, .Topcalender__concert-main > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 40px 25px;
}
@media only screen and (max-width: 980px) {
  .Topcalender__concert > div, .Topcalender__concert-reception > div, .Topcalender__concert-small > div, .Topcalender__concert-main > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px 20px;
  }
}
@media only screen and (max-width: 780px) {
  .Topcalender__concert > div, .Topcalender__concert-reception > div, .Topcalender__concert-small > div, .Topcalender__concert-main > div {
    padding: 10px;
  }
}
.Topcalender__concert-main {
  margin-bottom: 35px;
}
@media only screen and (max-width: 980px) {
  .Topcalender__concert-main {
    margin-bottom: 15px;
  }
}
.Topcalender__concert-main h3 {
  border-bottom: 2px solid #F2E3C2;
}
.Topcalender__concert-small {
  margin-bottom: 35px;
}
@media only screen and (max-width: 980px) {
  .Topcalender__concert-small {
    margin-bottom: 15px;
  }
}
.Topcalender__concert-small h3 {
  border-bottom: 2px solid #c6e6ff;
}
.Topcalender__concert-reception h3 {
  border-bottom: 2px solid #e0e0e0;
}
.Topcalender__concert h3, .Topcalender__concert-main h3, .Topcalender__concert-small h3, .Topcalender__concert-reception h3 {
  font-size: 18px;
  margin: 0 0 10px;
  display: block;
  width: 100%;
  padding: 10px 40px 10px;
}
@media only screen and (max-width: 980px) {
  .Topcalender__concert h3, .Topcalender__concert-main h3, .Topcalender__concert-small h3, .Topcalender__concert-reception h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px 15px;
    margin: 0;
  }
}
@media only screen and (max-width: 780px) {
  .Topcalender__concert h3, .Topcalender__concert-main h3, .Topcalender__concert-small h3, .Topcalender__concert-reception h3 {
    padding: 10px;
  }
}
.Topcalender__concert a, .Topcalender__concert-main a, .Topcalender__concert-small a, .Topcalender__concert-reception a {
  width: calc((100% - 30px) / 2);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
.Topcalender__concert a:hover, .Topcalender__concert-main a:hover, .Topcalender__concert-small a:hover, .Topcalender__concert-reception a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .Topcalender__concert a, .Topcalender__concert-main a, .Topcalender__concert-small a, .Topcalender__concert-reception a {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .Topcalender__concert a:nth-of-type(2), .Topcalender__concert-main a:nth-of-type(2), .Topcalender__concert-small a:nth-of-type(2), .Topcalender__concert-reception a:nth-of-type(2) {
    margin-top: 20px;
  }
}
.Topcalender__concert a:nth-of-type(2):before, .Topcalender__concert-main a:nth-of-type(2):before, .Topcalender__concert-small a:nth-of-type(2):before, .Topcalender__concert-reception a:nth-of-type(2):before {
  content: "";
  width: 1px;
  height: 100%;
  border: 0.5px dashed #ededed;
  position: absolute;
  left: -15px;
}
@media only screen and (max-width: 980px) {
  .Topcalender__concert a:nth-of-type(2):before, .Topcalender__concert-main a:nth-of-type(2):before, .Topcalender__concert-small a:nth-of-type(2):before, .Topcalender__concert-reception a:nth-of-type(2):before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -11px;
  }
}
.Topcalender__concert a:only-of-type, .Topcalender__concert-main a:only-of-type, .Topcalender__concert-small a:only-of-type, .Topcalender__concert-reception a:only-of-type {
  width: 100%;
}
.Topcalender__concert a .title, .Topcalender__concert-main a .title, .Topcalender__concert-small a .title, .Topcalender__concert-reception a .title {
  font-size: 16px;
  font-weight: 400;
}
.Topcalender__concert a .title span, .Topcalender__concert-main a .title span, .Topcalender__concert-small a .title span, .Topcalender__concert-reception a .title span {
  display: block;
  font-size: 14px;
}
.Topcalender__concert a .date, .Topcalender__concert-main a .date, .Topcalender__concert-small a .date, .Topcalender__concert-reception a .date {
  font-size: 15px;
  margin-top: 25px;
}
@media only screen and (max-width: 980px) {
  .Topcalender__concert a .date, .Topcalender__concert-main a .date, .Topcalender__concert-small a .date, .Topcalender__concert-reception a .date {
    margin-top: 5px;
  }
}
.Topcalender__calender {
  background-color: #fff;
  padding: 0 20px;
}
@media only screen and (max-width: 1400px) {
  .Topcalender__calender {
    padding: 0 10px;
  }
}
.Topcalender__calender .CalendarMenu {
  margin: 10px 0;
  font-size: 16px;
}
.Topcalender__calender .CalendarMenu li {
  line-height: 26px;
}
.Topcalender__calender .CalendarMenu span {
  font-size: 25px;
}
.Topcalender__calender .CalendarMenu span:before {
  content: "\a";
  white-space: pre;
}
.Topcalender__linkbtn {
  margin-top: 10px;
}
.Topcalender__linkbtn a {
  background-color: #d6c1a2;
  display: block;
  text-align: center;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.Topcalender__linkbtn a::before {
  content: "";
  background-image: url(../images/ico_calender.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  margin-left: -30px;
}
.Topcalender__linkbtn a::after {
  content: ">";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
}
.Topcalender__linkbtn a::after:hover {
  opacity: 0.6;
}
.Topcalender__linkbtn a:hover {
  text-decoration: none;
}

.Topnews {
  padding: 0 30px;
}
@media only screen and (max-width: 980px) {
  .Topnews {
    padding: 0;
  }
}
@media only screen and (max-width: 780px) {
  .Topnews {
    padding: 0 8px;
  }
}
.Topnews li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .Topnews li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.Topnews__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 35px;
}
@media only screen and (max-width: 780px) {
  .Topnews__head {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.Topnews__date {
  margin-left: 40px;
  min-width: 120px;
}
@media only screen and (max-width: 780px) {
  .Topnews__date {
    position: relative;
    min-width: 120px;
    margin-left: 0px;
    margin-right: 15px;
    line-height: 25px;
  }
}
.Topnews .newicon a span,
.Topnews .newicon p span {
  display: inline-block;
  color: #fff;
  background: #A00000;
  padding: 0px 12px 0px;
  font-size: 12px;
  margin-left: 5px;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .Topnews .newicon a span,
  .Topnews .newicon p span {
    font-size: 11px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 780px) {
  .Topnews .pin {
    margin-left: 20px;
  }
}
.Topnews .pin::before {
  content: "";
  background-image: url(../images/ico_pin.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
  position: absolute;
  margin-top: 4px;
  margin-left: -28px;
}
.Topnews__btn {
  margin-top: 30px;
  text-align: center;
}
.Topnews__btn a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background-color: #fff;
  font-size: 16px;
  min-width: 160px;
  text-decoration: none;
}
.Topnews__btn a:hover {
  text-decoration: none;
}

.Archibeevent .Infobox {
  background-color: #fff;
  border-bottom: solid 1px #666666;
}
.Archibeevent .Infobox:hover {
  opacity: 1;
  background-color: #f1f1f1;
}
.Archibeevent .Infobox__title {
  margin: 0;
}

@media only screen and (max-width: 780px) {
  .Calendar__pc {
    display: none;
  }
}
.Calendar__sp {
  display: none;
}
@media only screen and (max-width: 780px) {
  .Calendar__sp {
    display: block;
  }
}
.Calendar__bkwhite {
  background-color: #fff;
  padding: 1px 10px;
}

@media only screen and (max-width: 780px) {
  .CalendarTop {
    margin-bottom: 20px;
  }
}
.CalendarTop__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.CalendarTop__tab li {
  margin: 0 5px;
  width: 250px;
}
@media only screen and (max-width: 780px) {
  .CalendarTop__tab li {
    width: calc((100% - 20px) / 2);
  }
}
.CalendarTop__tab li a {
  display: block;
  text-align: center;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  background-color: #f4f4f4;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .CalendarTop__tab li a {
    height: 40px;
    line-height: 40px;
  }
}
.CalendarTop__tab li a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  margin-left: -30px;
}
@media only screen and (max-width: 780px) {
  .CalendarTop__tab li a:before {
    top: 10px;
  }
}
.CalendarTop__tab li a.calendar::before {
  background-image: url(../images/ico_calender.svg);
}
.CalendarTop__tab li a.list::before {
  background-image: url(../images/ico_list.svg);
}
.CalendarTop__tab li a.select {
  background-color: #bf9d6d;
}
.CalendarTop__tab li a:hover {
  background-color: #bf9d6d;
  opacity: 1;
  text-decoration: none;
}
.CalendarTop__tab li a:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .CalendarTop .CalendarCaption {
    margin-top: 5px;
  }
}

.CalendarMenu {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 5px;
}
@media only screen and (max-width: 780px) {
  .CalendarMenu {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 26px;
    height: 50px;
  }
}
.CalendarMenu li {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  min-width: 60px;
}
.CalendarMenu li.onlymonth {
  margin: -60px auto 0;
}
.CalendarMenu a.precal, .CalendarMenu a.nextcal {
  text-decoration: none;
}
.CalendarMenu a.precal:before {
  content: "<";
}
.CalendarMenu a.nextcal::after {
  content: ">";
}
.CalendarMenu span {
  font-size: 38px;
}
.CalendarMenu span:before {
  content: "\a";
  white-space: pre;
}
@media only screen and (max-width: 780px) {
  .CalendarMenu span {
    font-size: 25px;
  }
}

.CalendarCaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.CalendarCaption li {
  margin-left: 10px;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
  min-width: 85px;
}
.CalendarCaption li:before {
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
  top: 4px;
}
.CalendarCaption li.reception:before {
  background: #e0e0e0;
}
.CalendarCaption li.concert:before {
  background: #ede7d1;
  border: 1px solid #bf9d6d;
}
.CalendarCaption li.closed:before {
  background: #e0e0e0;
}
.CalendarCaption li.main:before {
  background-color: #F2E3C2;
}
.CalendarCaption li.small:before {
  background-color: #ddf0ff;
}
.CalendarCaption li.select:before {
  background: #bf9d6d;
}

table.CalendarSmall {
  display: table;
  padding: 0;
  margin: 20px 0 10px;
  width: 100%;
  background-color: #fff;
}
table.CalendarSmall thead tr:first-of-type {
  border-bottom: 1px solid #333333;
}
table.CalendarSmall th,
table.CalendarSmall td {
  border: none;
}
table.CalendarSmall th {
  padding: 5px;
  text-align: center;
  background: #fff;
  color: #333333;
  min-width: 14.2857142857%;
  width: 14.2857142857%;
  font-size: 16px;
  letter-spacing: 2px;
}
table.CalendarSmall th.saturday {
  color: #136ecd;
}
table.CalendarSmall th.sunday {
  color: #c81757;
}
@media only screen and (max-width: 1400px) {
  table.CalendarSmall th {
    padding: 2px;
  }
}
table.CalendarSmall td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: unset;
  line-height: 140%;
  padding: 5px;
  vertical-align: top;
  height: 40px;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  max-height: 300px;
}
@media only screen and (max-width: 1400px) {
  table.CalendarSmall td {
    height: 40px;
    padding: 2px;
  }
}
@media only screen and (max-width: 780px) {
  table.CalendarSmall td {
    height: 30px;
  }
}
table.CalendarSmall td a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}
table.CalendarSmall td a:hover {
  opacity: 1;
  text-decoration: none;
}
table.CalendarSmall td a:hover p {
  background-color: #bf9d6d;
}
table.CalendarSmall td p {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 22px;
  white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
  table.CalendarSmall td p {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 980px) {
  table.CalendarSmall td p {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 780px) {
  table.CalendarSmall td p {
    font-size: 20px;
  }
}
table.CalendarSmall td.holiday p {
  background: #e0e0e0;
}
table.CalendarSmall td.saturday p {
  color: #136ecd;
}
table.CalendarSmall td.sunday p {
  color: #c81757;
}
table.CalendarSmall td.concert p {
  background: #ede7d1;
  border: solid 1px #bf9d6d;
}
table.CalendarSmall td.select p {
  background: #bf9d6d;
}

.CalendarSmall__title {
  font-size: 20px;
  text-align: center;
  margin: 30px 0 10px;
  padding: 10px;
  border: solid 1px #bf9d6d;
  border-radius: 40px;
}
.CalendarSmall__concert, .CalendarSmall__concert-reception, .CalendarSmall__concert-small, .CalendarSmall__concert-main {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
}
.CalendarSmall__concert:before, .CalendarSmall__concert-reception:before, .CalendarSmall__concert-small:before, .CalendarSmall__concert-main:before {
  content: "";
  border: 0.5px dashed #ededed;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -14px;
}
.CalendarSmall__concert:last-of-type, .CalendarSmall__concert-reception:last-of-type, .CalendarSmall__concert-small:last-of-type, .CalendarSmall__concert-main:last-of-type {
  margin-bottom: 20px;
}
.CalendarSmall__concert:last-of-type::before, .CalendarSmall__concert-reception:last-of-type::before, .CalendarSmall__concert-small:last-of-type::before, .CalendarSmall__concert-main:last-of-type::before {
  content: none;
}
@media only screen and (max-width: 780px) {
  .CalendarSmall__concert, .CalendarSmall__concert-reception, .CalendarSmall__concert-small, .CalendarSmall__concert-main {
    padding-left: 10px;
    margin-left: -10px;
  }
}
.CalendarSmall__concert-main {
  border-left: solid 10px #F2E3C2;
}
.CalendarSmall__concert-small {
  border-left: solid 10px #c6e6ff;
}
.CalendarSmall__concert-reception {
  border-left: solid 10px #e0e0e0;
}
.CalendarSmall__concert .title, .CalendarSmall__concert-main .title, .CalendarSmall__concert-small .title, .CalendarSmall__concert-reception .title {
  font-size: 16px;
  font-weight: 400;
}
.CalendarSmall__concert .title span, .CalendarSmall__concert-main .title span, .CalendarSmall__concert-small .title span, .CalendarSmall__concert-reception .title span {
  display: block;
  font-size: 14px;
}
.CalendarSmall__concert .date, .CalendarSmall__concert-main .date, .CalendarSmall__concert-small .date, .CalendarSmall__concert-reception .date {
  margin-top: 5px;
  font-size: 15px;
}

table.CalendarTbl {
  display: table;
  padding: 0;
  margin: 20px 0 10px;
  width: 100%;
  background-color: #fff;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
table.CalendarTbl th {
  padding: 2px 10px;
  text-align: center;
  background: #F1F1F1;
  color: #333333;
  min-width: 14.2857142857%;
  width: 14.2857142857%;
}
table.CalendarTbl th.saturday {
  color: #136ecd;
  background-color: #e3effc;
}
table.CalendarTbl th.sunday {
  color: #c81757;
  background-color: #fce2eb;
}
table.CalendarTbl td {
  border-color: #CDCDCD;
  min-width: unset;
  line-height: 140%;
  padding: 0;
  vertical-align: top;
  height: 120px;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  max-height: 300px;
}
table.CalendarTbl td p {
  padding: 5px 10px 0 10px;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}
table.CalendarTbl td.saturday p:first-of-type {
  color: #136ecd;
}
table.CalendarTbl td.sunday p:first-of-type {
  color: #c81757;
}
table.CalendarTbl td.holiday {
  background: #f6f6f6;
}
table.CalendarTbl a {
  text-decoration: none;
}
table.CalendarTbl a:hover {
  text-decoration: none;
}

.CalendarTbl__concert, .CalendarTbl__concert-reception, .CalendarTbl__concert-small, .CalendarTbl__concert-main {
  display: block;
  width: auto;
  text-decoration: none;
  position: relative;
  margin: 5px 2px;
  padding: 15px 5px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400 !important;
}
@media only screen and (max-width: 980px) {
  .CalendarTbl__concert, .CalendarTbl__concert-reception, .CalendarTbl__concert-small, .CalendarTbl__concert-main {
    line-height: 14px;
    margin: 5px 1px;
    padding: 8px 3px;
  }
}
.CalendarTbl__concert span, .CalendarTbl__concert-reception span, .CalendarTbl__concert-small span, .CalendarTbl__concert-main span {
  font-size: 12px;
  line-height: 13px;
  font-weight: 300;
}
.CalendarTbl__concert span::before, .CalendarTbl__concert-reception span::before, .CalendarTbl__concert-small span::before, .CalendarTbl__concert-main span::before {
  content: "\a";
  white-space: pre;
}
.CalendarTbl__concert-main {
  background-color: #F2E3C2;
}
.CalendarTbl__concert-small {
  background-color: #ddf0ff;
}
.CalendarTbl__concert-reception {
  background-color: #e0e0e0;
}
.CalendarTbl__concert .tag-recommend, .CalendarTbl__concert-main .tag-recommend, .CalendarTbl__concert-small .tag-recommend, .CalendarTbl__concert-reception .tag-recommend,
.CalendarTbl__concert .tag-cooperate,
.CalendarTbl__concert-main .tag-cooperate,
.CalendarTbl__concert-small .tag-cooperate,
.CalendarTbl__concert-reception .tag-cooperate,
.CalendarTbl__concert .tag-rental,
.CalendarTbl__concert-main .tag-rental,
.CalendarTbl__concert-small .tag-rental,
.CalendarTbl__concert-reception .tag-rental {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 20px;
  line-height: 19px;
  margin-bottom: 4px;
  padding: 0 0.8em;
  font-size: 11px;
  font-weight: 200;
}

.CalenderList > div:nth-of-type(odd) {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  .CalenderList > div:nth-of-type(odd) {
    padding: 30px 48px;
  }
}
@media only screen and (max-width: 780px) {
  .CalenderList > div:nth-of-type(odd) {
    padding-left: 6px;
  }
}
@media only screen and (max-width: 1400px) {
  .CalenderList > div:nth-of-type(odd) > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1200px;
        -ms-flex: 0 1 1200px;
            flex: 0 1 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1400px) {
  .CalenderList > div:nth-of-type(odd) > div .CalenderList__date,
  .CalenderList > div:nth-of-type(odd) > div .CalenderList__concert-main,
  .CalenderList > div:nth-of-type(odd) > div .CalenderList__concert-small,
  .CalenderList > div:nth-of-type(odd) > div .CalenderList__concert-reception {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1000px;
        -ms-flex: 0 1 1000px;
            flex: 0 1 1000px;
    margin: 30px 88px 0;
  }
}
@media only screen and (max-width: 980px) {
  .CalenderList > div:nth-of-type(odd) > div .CalenderList__date,
  .CalenderList > div:nth-of-type(odd) > div .CalenderList__concert-main,
  .CalenderList > div:nth-of-type(odd) > div .CalenderList__concert-small,
  .CalenderList > div:nth-of-type(odd) > div .CalenderList__concert-reception {
    margin: 20px auto;
  }
}
.CalenderListdiv:last-of-type {
  margin-bottom: 40px;
}
.CalenderList__date {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .CalenderList__date {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.CalenderList__date span {
  font-size: 20px;
}
.CalenderList__concert, .CalenderList__concert-reception, .CalenderList__concert-small, .CalenderList__concert-main {
  padding-left: 20px;
  margin-top: 30px;
  position: relative;
}
.CalenderList__concert:before, .CalenderList__concert-reception:before, .CalenderList__concert-small:before, .CalenderList__concert-main:before {
  content: "";
  border: 0.5px dashed #ededed;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -16px;
}
.CalenderList__concert:first-of-type, .CalenderList__concert-reception:first-of-type, .CalenderList__concert-small:first-of-type, .CalenderList__concert-main:first-of-type {
  margin-top: 20px;
}
.CalenderList__concert:first-of-type::before, .CalenderList__concert-reception:first-of-type::before, .CalenderList__concert-small:first-of-type::before, .CalenderList__concert-main:first-of-type::before {
  content: none;
}
.CalenderList__concert > div, .CalenderList__concert-reception > div, .CalenderList__concert-small > div, .CalenderList__concert-main > div {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}
.CalenderList__concert > div:only-child, .CalenderList__concert-reception > div:only-child, .CalenderList__concert-small > div:only-child, .CalenderList__concert-main > div:only-child {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert > div, .CalenderList__concert-reception > div, .CalenderList__concert-small > div, .CalenderList__concert-main > div {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
  }
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert, .CalenderList__concert-reception, .CalenderList__concert-small, .CalenderList__concert-main {
    position: relative;
    padding-left: 10px;
    margin-left: -10px;
    margin-top: 15px;
    padding-top: 5px;
  }
}
.CalenderList__concert-main {
  border-left: solid 10px #F2E3C2;
}
.CalenderList__concert-main .pamphlet {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  margin: 2em 10px 0 20px;
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert-main .pamphlet {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
    position: absolute;
    width: 60px;
    right: 0;
  }
}
.CalenderList__concert-small {
  border-left: solid 10px #ddf0ff;
}
.CalenderList__concert-small .pamphlet {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  margin: 2em 10px 0 20px;
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert-small .pamphlet {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
    position: absolute;
    width: 60px;
    right: 0;
  }
}
.CalenderList__concert-reception {
  border-left: solid 10px #e0e0e0;
}
.CalenderList__concert-reception .pamphlet {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  margin: 2em 10px 0 20px;
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert-reception .pamphlet {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
    position: absolute;
    width: 60px;
    right: 0;
  }
}
.CalenderList__concert h3, .CalenderList__concert-main h3, .CalenderList__concert-small h3, .CalenderList__concert-reception h3 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 5px;
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert h3, .CalenderList__concert-main h3, .CalenderList__concert-small h3, .CalenderList__concert-reception h3 {
    font-size: 17px;
    line-height: 20px;
    padding-right: 70px;
  }
}
.CalenderList__concert p, .CalenderList__concert-main p, .CalenderList__concert-small p, .CalenderList__concert-reception p {
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert p:nth-of-type(1), .CalenderList__concert-main p:nth-of-type(1), .CalenderList__concert-small p:nth-of-type(1), .CalenderList__concert-reception p:nth-of-type(1),
  .CalenderList__concert p:nth-of-type(2),
  .CalenderList__concert-main p:nth-of-type(2),
  .CalenderList__concert-small p:nth-of-type(2),
  .CalenderList__concert-reception p:nth-of-type(2) {
    padding-right: 70px;
  }
}
.CalenderList__concert p:nth-of-type(2)::before, .CalenderList__concert-main p:nth-of-type(2)::before, .CalenderList__concert-small p:nth-of-type(2)::before, .CalenderList__concert-reception p:nth-of-type(2)::before {
  content: "/";
  white-space: pre;
}
.CalenderList__concert dl, .CalenderList__concert-main dl, .CalenderList__concert-small dl, .CalenderList__concert-reception dl {
  overflow: hidden;
  font-size: 15px;
  line-height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px 0 5px;
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert dl, .CalenderList__concert-main dl, .CalenderList__concert-small dl, .CalenderList__concert-reception dl {
    font-size: 14px;
    line-height: 24px;
  }
}
.CalenderList__concert dl dt, .CalenderList__concert-main dl dt, .CalenderList__concert-small dl dt, .CalenderList__concert-reception dl dt {
  width: 90px;
}
@media only screen and (max-width: 980px) {
  .CalenderList__concert dl dt, .CalenderList__concert-main dl dt, .CalenderList__concert-small dl dt, .CalenderList__concert-reception dl dt {
    width: 50px !important;
    margin-right: 0 !important;
  }
}
.CalenderList__concert dl dd, .CalenderList__concert-main dl dd, .CalenderList__concert-small dl dd, .CalenderList__concert-reception dl dd {
  width: calc(100% - 90px);
}
@media only screen and (max-width: 980px) {
  .CalenderList__concert dl dd, .CalenderList__concert-main dl dd, .CalenderList__concert-small dl dd, .CalenderList__concert-reception dl dd {
    width: calc(100% - 50px) !important;
  }
}
.CalenderList__concert a.ticketbtn, .CalenderList__concert-main a.ticketbtn, .CalenderList__concert-small a.ticketbtn, .CalenderList__concert-reception a.ticketbtn, .CalenderList__concert a.ticketbtn-sitizen, .CalenderList__concert-main a.ticketbtn-sitizen, .CalenderList__concert-small a.ticketbtn-sitizen, .CalenderList__concert-reception a.ticketbtn-sitizen, .CalenderList__concert a.ticketbtn-friends, .CalenderList__concert-main a.ticketbtn-friends, .CalenderList__concert-small a.ticketbtn-friends, .CalenderList__concert-reception a.ticketbtn-friends, .CalenderList__concert a.ticketbtn-general, .CalenderList__concert-main a.ticketbtn-general, .CalenderList__concert-small a.ticketbtn-general, .CalenderList__concert-reception a.ticketbtn-general {
  background-color: #fff;
  border: solid 1px #3f3f3f;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 0px 20px;
  margin: 3px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
}
.CalenderList__concert a.ticketbtn:hover, .CalenderList__concert-main a.ticketbtn:hover, .CalenderList__concert-small a.ticketbtn:hover, .CalenderList__concert-reception a.ticketbtn:hover, .CalenderList__concert a.ticketbtn-sitizen:hover, .CalenderList__concert-main a.ticketbtn-sitizen:hover, .CalenderList__concert-small a.ticketbtn-sitizen:hover, .CalenderList__concert-reception a.ticketbtn-sitizen:hover, .CalenderList__concert a.ticketbtn-friends:hover, .CalenderList__concert-main a.ticketbtn-friends:hover, .CalenderList__concert-small a.ticketbtn-friends:hover, .CalenderList__concert-reception a.ticketbtn-friends:hover, .CalenderList__concert a.ticketbtn-general:hover, .CalenderList__concert-main a.ticketbtn-general:hover, .CalenderList__concert-small a.ticketbtn-general:hover, .CalenderList__concert-reception a.ticketbtn-general:hover {
  opacity: 1;
  background-color: #bf9d6d;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .CalenderList__concert a.ticketbtn, .CalenderList__concert-main a.ticketbtn, .CalenderList__concert-small a.ticketbtn, .CalenderList__concert-reception a.ticketbtn, .CalenderList__concert a.ticketbtn-sitizen, .CalenderList__concert-main a.ticketbtn-sitizen, .CalenderList__concert-small a.ticketbtn-sitizen, .CalenderList__concert-reception a.ticketbtn-sitizen, .CalenderList__concert a.ticketbtn-friends, .CalenderList__concert-main a.ticketbtn-friends, .CalenderList__concert-small a.ticketbtn-friends, .CalenderList__concert-reception a.ticketbtn-friends, .CalenderList__concert a.ticketbtn-general, .CalenderList__concert-main a.ticketbtn-general, .CalenderList__concert-small a.ticketbtn-general, .CalenderList__concert-reception a.ticketbtn-general {
    padding: 0px 5px;
  }
}
.CalenderList__concert .contact, .CalenderList__concert-main .contact, .CalenderList__concert-small .contact, .CalenderList__concert-reception .contact {
  margin-left: 120px;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .CalenderList__concert .contact, .CalenderList__concert-main .contact, .CalenderList__concert-small .contact, .CalenderList__concert-reception .contact {
    margin-left: 0px;
    padding: 0px;
  }
}

table.CalendarRoom {
  width: 100%;
  table-layout: fixed;
}
@-moz-document url-prefix() {
  table.CalendarRoom {
    background-color: #808080;
    border-collapse: separate;
    border-spacing: 1px;
    margin-top: -1px;
  }
  @-moz-document url-prefix() {
    table.CalendarRoom {
      margin-top: 25px;
    }
  }
  @media only screen and (max-width: 780px) {
    table.CalendarRoom {
      margin-top: 0;
    }
    @-moz-document url-prefix() {
      table.CalendarRoom {
        margin-top: 5px;
      }
    }
  }
  table.CalendarRoom tr, table.CalendarRoom th, table.CalendarRoom td {
    border: none !important;
  }
}
_::-webkit-full-page-media, _:future, :root table.CalendarRoom {
  table-layout: auto !important;
}

table.CalendarRoom th,
table.CalendarRoom td {
  border: solid 1px #808080;
  padding: 8px 0;
}
table.CalendarRoom th {
  min-width: initial;
  width: initial;
  text-align: center;
  background-color: #fff;
}
table.CalendarRoom tr:first-of-type th {
  font-weight: 400;
}
table.CalendarRoom tr:first-of-type th:nth-of-type(-n+8) {
  width: calc((100% - 90px) / 7);
  background-color: #F1F1F1;
}
@media only screen and (max-width: 780px) {
  table.CalendarRoom tr:first-of-type th:nth-of-type(-n+8) {
    font-size: 16px;
  }
}
table.CalendarRoom tr:first-of-type th:first-of-type {
  width: 90px;
  background-color: #fff;
}
@media only screen and (max-width: 780px) {
  table.CalendarRoom tr:first-of-type th:first-of-type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
table.CalendarRoom tr:nth-of-type(2) th {
  font-size: 14px;
}
@media only screen and (max-width: 980px) {
  table.CalendarRoom tr:nth-of-type(2) th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 780px) {
  table.CalendarRoom tr:nth-of-type(2) th {
    font-size: 14px;
    padding: 4px 0 2px;
  }
  table.CalendarRoom tr:nth-of-type(2) th span {
    font-size: 10px;
  }
  table.CalendarRoom tr:nth-of-type(2) th span::before {
    content: "\a";
    white-space: pre;
  }
}
table.CalendarRoom tr:nth-of-type(2) th:nth-of-type(3n) {
  border-right: solid 1px #808080;
}
table.CalendarRoom tr:nth-of-type(2) th:nth-of-type(3n)::after {
  content: none;
}
table.CalendarRoom tr:nth-of-type(2) th,
table.CalendarRoom td {
  text-align: center;
  border-right: none;
  border-left: none;
  position: relative;
}
table.CalendarRoom tr:nth-of-type(2) th::after,
table.CalendarRoom td::after {
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  border: dashed 0.5px #e1e1e1;
  right: -1px;
  top: 2px;
}
@-moz-document url-prefix() {
  @media only screen and (min-width: 780px) {
    table.CalendarRoom tr:nth-of-type(2) th::after,
    table.CalendarRoom td::after {
      border: none;
    }
  }
}
table.CalendarRoom tr:nth-of-type(2) th:nth-of-type(3n),
table.CalendarRoom td:nth-of-type(1),
table.CalendarRoom td:nth-of-type(4),
table.CalendarRoom td:nth-of-type(7),
table.CalendarRoom td:nth-of-type(10),
table.CalendarRoom td:nth-of-type(13),
table.CalendarRoom td:nth-of-type(16),
table.CalendarRoom td:nth-of-type(19),
table.CalendarRoom td:nth-of-type(22) {
  border-right: solid 1px #808080;
}
table.CalendarRoom tr:nth-of-type(2) th:nth-of-type(3n)::after,
table.CalendarRoom td:nth-of-type(1)::after,
table.CalendarRoom td:nth-of-type(4)::after,
table.CalendarRoom td:nth-of-type(7)::after,
table.CalendarRoom td:nth-of-type(10)::after,
table.CalendarRoom td:nth-of-type(13)::after,
table.CalendarRoom td:nth-of-type(16)::after,
table.CalendarRoom td:nth-of-type(19)::after,
table.CalendarRoom td:nth-of-type(22)::after {
  content: none;
}
table.CalendarRoom td {
  padding: 0;
  font-size: 22px;
  line-height: 34px;
}
table.CalendarRoom td:nth-of-type(1) {
  border-left: solid 1px #808080;
  font-size: 16px;
}
table.CalendarRoom a {
  text-decoration: none;
}
table.CalendarRoom a:hover {
  text-decoration: none;
}
table.CalendarRoom th.saturday,
table.CalendarRoom tr:first-of-type th.saturday {
  color: #136ecd;
  background-color: #e3effc;
}
table.CalendarRoom td.saturday {
  background-color: #fafcff;
}
table.CalendarRoom tr:nth-of-type(1) td.saturday,
table.CalendarRoom tr:nth-of-type(3) td.saturday,
table.CalendarRoom tr:nth-of-type(5) td.saturday {
  background-color: #ecf4fd;
}
table.CalendarRoom th.sunday,
table.CalendarRoom tr:first-of-type th.sunday {
  color: #c81757;
  background-color: #fce2eb;
}
table.CalendarRoom td.sunday {
  background-color: #fef9fb;
}
table.CalendarRoom td.today {
  color: #b3b3b3;
}
table.CalendarRoom tr:nth-of-type(1) td.sunday,
table.CalendarRoom tr:nth-of-type(3) td.sunday,
table.CalendarRoom tr:nth-of-type(5) td.sunday {
  background-color: #fdebf2;
}
table.CalendarRoom tr:nth-of-type(1) td,
table.CalendarRoom tr:nth-of-type(3) td,
table.CalendarRoom tr:nth-of-type(5) td {
  background-color: #f9f9f9;
}

table.CalendarHall {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  table.CalendarHall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@-moz-document url-prefix() {
  table.CalendarHall {
    background-color: #808080;
    border-collapse: separate;
    border-spacing: 1px;
    margin-top: -1px;
  }
  @media only screen and (max-width: 780px) {
    table.CalendarHall {
      margin-top: 0;
    }
  }
  @media only screen and (min-width: 780px) {
    table.CalendarHall tr, table.CalendarHall th, table.CalendarHall td {
      border: none !important;
    }
  }
}
table.CalendarHall th,
table.CalendarHall td {
  border: solid 1px #808080;
  padding: 4px 0;
  border-top: none;
}
table.CalendarHall th {
  min-width: initial;
  width: initial;
  text-align: center;
  background-color: #fff;
}
table.CalendarHall tr:first-of-type th {
  font-weight: 400;
  width: 14.2857142857%;
  background-color: #F1F1F1;
}
@media only screen and (max-width: 780px) {
  table.CalendarHall tr:nth-of-type(2) {
    display: none;
  }
}
table.CalendarHall tr:nth-of-type(2) th {
  font-size: 14px;
  padding: 2px 0;
}
@media only screen and (max-width: 980px) {
  table.CalendarHall tr:nth-of-type(2) th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 780px) {
  table.CalendarHall tr:nth-of-type(2) th {
    font-size: 8px;
    line-height: 10px;
  }
  table.CalendarHall tr:nth-of-type(2) th span {
    font-size: 10px;
  }
  table.CalendarHall tr:nth-of-type(2) th span::before {
    content: "\a";
    white-space: pre;
  }
}
table.CalendarHall tr:nth-of-type(2) th:nth-of-type(3n) {
  border-right: solid 1px #808080;
}
table.CalendarHall tr:nth-of-type(2) th:nth-of-type(3n)::after {
  content: none;
}
table.CalendarHall tr:nth-of-type(2) th,
table.CalendarHall td {
  text-align: center;
  border-right: none;
  border-left: none;
  position: relative;
}
table.CalendarHall tr:nth-of-type(2) th::after,
table.CalendarHall td::after {
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  border: dashed 0.5px #e1e1e1;
  right: -1px;
  top: 2px;
}
@-moz-document url-prefix() {
  @media only screen and (min-width: 780px) {
    table.CalendarHall tr:nth-of-type(2) th::after,
    table.CalendarHall td::after {
      border: none;
    }
  }
}
table.CalendarHall tr:nth-of-type(2) th:nth-of-type(1) {
  border-left: solid 1px #808080;
}
table.CalendarHall tr:nth-of-type(2) th:nth-of-type(3n),
table.CalendarHall td:nth-of-type(3n) {
  border-right: solid 1px #808080;
}
table.CalendarHall tr:nth-of-type(2) th:nth-of-type(3n)::after,
table.CalendarHall td:nth-of-type(3n)::after {
  content: none;
}
table.CalendarHall thead {
  width: 110px;
}
@media only screen and (max-width: 780px) {
  table.CalendarHall thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  table.CalendarHall thead th {
    font-size: 16px;
    width: 110px !important;
    height: 30px;
  }
}
table.CalendarHall tbody {
  width: calc(100% - 110px);
}
@media only screen and (max-width: 780px) {
  table.CalendarHall tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  table.CalendarHall tbody td {
    height: 30px;
    line-height: 30px;
    width: 33.3333333333%;
  }
}
table.CalendarHall td {
  padding: 0;
  font-size: 22px;
  line-height: 34px;
}
table.CalendarHall td:nth-of-type(1) {
  border-left: solid 1px #808080;
}
@media only screen and (max-width: 780px) {
  table.CalendarHall td:nth-of-type(1) {
    border-left: none;
  }
}
table.CalendarHall:first-of-type {
  margin-top: 25px;
}
table.CalendarHall th.saturday,
table.CalendarHall tr:first-of-type th.saturday {
  color: #136ecd;
  background-color: #e3effc;
}
@media only screen and (max-width: 780px) {
  table.CalendarHall td.saturday {
    background-color: #e3effc;
  }
}
table.CalendarHall tr:nth-of-type(1) td.saturday,
table.CalendarHall tr:nth-of-type(3) td.saturday,
table.CalendarHall tr:nth-of-type(5) td.saturday {
  background-color: #f1f7fe;
}
table.CalendarHall th.sunday,
table.CalendarHall tr:first-of-type th.sunday {
  color: #c81757;
  background-color: #fce2eb;
}
@media only screen and (max-width: 780px) {
  table.CalendarHall td.sunday {
    background-color: #fce2eb;
  }
}
table.CalendarHall tr:nth-of-type(1) td.sunday,
table.CalendarHall tr:nth-of-type(3) td.sunday,
table.CalendarHall tr:nth-of-type(5) td.sunday {
  background-color: #fdf0f5;
}
table.CalendarHall tr:nth-of-type(1) td,
table.CalendarHall tr:nth-of-type(3) td,
table.CalendarHall tr:nth-of-type(5) td {
  background-color: #f9f9f9;
}
table.CalendarHall.forsp {
  display: none;
}
@media only screen and (max-width: 780px) {
  table.CalendarHall.forsp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
table.CalendarHall.forsp tr {
  border-top: solid 1px #808080;
}
table.CalendarHall.forsp th {
  height: 50px;
  background-color: #fff !important;
}
table.CalendarHall.forsp td {
  height: 50px;
  background-color: #E9ECB2;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 0 2px;
}
table.CalendarHall.forsp td span {
  font-size: 10px;
}
table.CalendarHall.forsp + .CalendarHall tr:first-of-type th {
  border-top: solid 1px #808080;
}
@media only screen and (max-width: 780px) {
  table.CalendarHall.forsp + .CalendarHall tr:first-of-type th {
    border-top: none;
  }
}

.RecommendListdiv:last-of-type {
  margin-bottom: 40px;
}
.RecommendList__concert {
  display: block;
  background-color: #fafaf8;
  padding: 10px;
  padding-left: 20px;
  margin-top: 30px;
  position: relative;
  text-decoration: none;
}
.RecommendList__concert:first-of-type {
  margin-top: 20px;
}
.RecommendList__concert:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .RecommendList__concert {
    padding-left: 10px;
    margin-left: -10px;
  }
}
.RecommendList__concert p {
  display: inline-block;
}
.RecommendList__concert p:nth-of-type(2)::before {
  content: "/";
  white-space: pre;
}
.RecommendList__concert dl {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .RecommendList__concert dl {
    font-size: 14px;
    line-height: 24px;
  }
}
.RecommendList__concert dl dt {
  width: 80px;
}
@media only screen and (max-width: 980px) {
  .RecommendList__concert dl dt {
    width: 40px;
  }
}
.RecommendList__concert dl dd {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 980px) {
  .RecommendList__concert dl dd {
    width: calc(100% - 40px);
  }
}
.RecommendList__concert a.ticketbtn, .RecommendList__concert a.ticketbtn-sitizen, .RecommendList__concert a.ticketbtn-friends, .RecommendList__concert a.ticketbtn-general {
  background-color: #fff;
  border: solid 1px #3f3f3f;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 0px 20px;
  margin: 3px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
}
.RecommendList__concert a.ticketbtn:hover, .RecommendList__concert a.ticketbtn-sitizen:hover, .RecommendList__concert a.ticketbtn-friends:hover, .RecommendList__concert a.ticketbtn-general:hover {
  opacity: 1;
  background-color: #bf9d6d;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  .RecommendList__concert a.ticketbtn, .RecommendList__concert a.ticketbtn-sitizen, .RecommendList__concert a.ticketbtn-friends, .RecommendList__concert a.ticketbtn-general {
    padding: 0px 5px;
  }
}
.RecommendList__concert .contact {
  background-color: #e2e2e2;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 400;
  margin-left: 160px;
}
@media only screen and (max-width: 780px) {
  .RecommendList__concert .contact {
    margin-left: 0;
  }
}
.RecommendList__title {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 4px 0;
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 0px;
}
.RecommendList__imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 5px;
}
@media only screen and (max-width: 780px) {
  .RecommendList__imgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.RecommendList .Imgbox-fit {
  width: 150px;
  height: 150px;
  min-width: 150px;
  padding-top: 150px;
  margin-right: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media only screen and (max-width: 780px) {
  .RecommendList .Imgbox-fit {
    width: 80px;
    height: 80px;
    min-width: 80px;
    padding-top: 80px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.concertprpage .Imgtext h2 {
  margin: 0 0 10px;
}
.concertprpage .Imgtext__img-M {
  text-align: center;
}
.concertprpage .Imgtext__img-M .Captionbox {
  text-align: center;
  margin-bottom: 0.5em;
}
.concertprpage .Imgtext__img-M .link {
  margin: 0 0 30px 0;
}

.archive__list-recommend .CalenderList__concert-main,
.archive__list-recommend .CalenderList__concert-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cameraicon {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding: 4px;
  border-radius: 50%;
  border: solid 1px #333333;
  color: #333333;
  background-color: #fff;
  line-height: 18px;
}
.cameraicon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* .fixed {
  position: fixed;
  right: 0;
} */
.Seatblock__seat > div {
  position: relative;
  margin: 0 auto;
  padding: 5px;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat > div img {
    max-height: initial;
  }
}
.Seatblock__seat a {
  position: absolute;
  display: block;
}
.Seatblock__seat a:hover {
  opacity: 1;
}
.Seatblock__seat a:hover .cameraicon, .Seatblock__seat a.select .cameraicon {
  padding: 5px;
  border: none;
  color: #fff;
  background-color: #bf9d6d;
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:hover .cameraicon, .Seatblock__seat a.select .cameraicon {
    padding: 8px;
  }
}
.Seatblock__seat a:nth-of-type(1) {
  top: 31%;
  left: 58%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(1) {
    left: 60%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(1) {
    left: 61%;
  }
}
.Seatblock__seat a:nth-of-type(2) {
  top: 45%;
  left: 39%;
  /*
  @include mq-sp {
    top: 45%;
    left: 42%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(2) {
    left: 36%;
  }
}
.Seatblock__seat a:nth-of-type(3) {
  top: 38%;
  left: 50%;
  -webkit-transform: translateX(-31%);
          transform: translateX(-31%);
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(3) {
    top: 39%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Seatblock__seat a:nth-of-type(4) {
  top: 59%;
  left: 39%;
  /*
  @include mq-sp {
    top: 58%;
    left: 42%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(4) {
    left: 36%;
  }
}
.Seatblock__seat a:nth-of-type(5) {
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-31%);
          transform: translateX(-31%);
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(5) {
    top: 58%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Seatblock__seat a:nth-of-type(6) {
  top: 53%;
  left: 59%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(6) {
    left: 60%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(6) {
    left: 61%;
  }
}
.Seatblock__seat a:nth-of-type(7) {
  top: 74%;
  left: 39%;
  /*
  @include mq-sp {
  top: 72%;
  left: 42%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(7) {
    left: 36%;
  }
}
.Seatblock__seat a:nth-of-type(8) {
  top: 71%;
  left: 50%;
  -webkit-transform: translateX(-31%);
          transform: translateX(-31%);
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(8) {
    top: 72%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Seatblock__seat a:nth-of-type(9) {
  top: 72%;
  left: 58%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(9) {
    left: 60%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(9) {
    left: 57%;
  }
}
.Seatblock__seat a:nth-of-type(10) {
  top: 86%;
  left: 49%;
  -webkit-transform: translateX(-31%);
          transform: translateX(-31%);
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(10) {
    top: 86%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Seatblock__seat a:nth-of-type(11) {
  top: 87%;
  left: 38%;
  /*
  @include mq-sp {
  top: 92%;
  left: 42%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(11) {
    left: 34%;
  }
}
.Seatblock__seat a:nth-of-type(12) {
  top: 93%;
  left: 50%;
  -webkit-transform: translateX(-31%);
          transform: translateX(-31%);
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(12) {
    top: 93%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Seatblock__seat a:nth-of-type(13) {
  top: 92%;
  left: 61%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(13) {
    left: 64%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(13) {
    left: 64%;
  }
}
.Seatblock__seat a:nth-of-type(14) {
  top: 6%;
  left: 58%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(14) {
    left: 60%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(14) {
    left: 57%;
  }
}
.Seatblock__seat a:nth-of-type(15) {
  top: 8%;
  left: 41%;
  /*
  @include mq-sp {
  top: 6%;
  left: 42%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(15) {
    left: 36%;
  }
}
.Seatblock__seat a:nth-of-type(16) {
  top: 11%;
  left: 29%;
  /*
  @include mq-sp {
    top: 15%;
    left: 36%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(16) {
    left: 22%;
  }
}
.Seatblock__seat a:nth-of-type(17) {
  top: 27%;
  left: 29%;
  /*
  @include mq-sp {
    top: 27%;
    left: 36%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(17) {
    left: 22%;
  }
}
.Seatblock__seat a:nth-of-type(18) {
  top: 58%;
  left: 29%;
  /*
  @include mq-sp {
    top: 58%;
    left: 36%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(18) {
    left: 22%;
  }
}
.Seatblock__seat a:nth-of-type(19) {
  top: 18%;
  left: 68%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(19) {
    left: 74%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(19) {
    left: 71%;
  }
}
.Seatblock__seat a:nth-of-type(20) {
  top: 42%;
  left: 68%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(20) {
    left: 74%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(20) {
    left: 71%;
  }
}
.Seatblock__seat a:nth-of-type(21) {
  top: 27%;
  left: 17%;
  /*
  @include mq-sp {
    top: 27%;
    left: 29%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(21) {
    left: 8%;
  }
}
.Seatblock__seat a:nth-of-type(22) {
  top: 59%;
  left: 17%;
  /*
  @include mq-sp {
    top: 58%;
    left: 29%;
  } */
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(22) {
    left: 8%;
  }
}
.Seatblock__seat a:nth-of-type(23) {
  top: 29%;
  left: 79%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(23) {
    left: 88%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(23) {
    left: 85%;
  }
}
.Seatblock__seat a:nth-of-type(24) {
  top: 44%;
  left: 79%;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat a:nth-of-type(24) {
    left: 88%;
  }
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(24) {
    left: 85%;
  }
}
.Seatblock__seat a:nth-of-type(25) {
  top: 77%;
  left: 50%;
  -webkit-transform: translateX(-31%);
          transform: translateX(-31%);
}
@media only screen and (max-width: 780px) {
  .Seatblock__seat a:nth-of-type(25) {
    top: 76%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Seatblock__image {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .Seatblock__image {
    position: static;
  }
}
.Seatblock__image p {
  text-align: left;
}
@media only screen and (max-width: 780px) {
  .Seatblock {
    position: relative;
  }
}

/* これが無いとモーダルウィンドウ表示の際に余白が出る */
* {
  margin: 0;
  padding: 0;
}

.js-modal:first-of-type {
  display: block;
}
@media only screen and (max-width: 780px) {
  .js-modal:first-of-type {
    display: none;
  }
}
.js-modal-open {
  cursor: pointer;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 780px) {
  .modal {
    width: 100vw;
  }
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
}
@media only screen and (max-width: 780px) {
  .modal-bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
  }
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333333;
}
@media only screen and (max-width: 780px) {
  .modal-content {
    width: 80%;
    color: #fff;
  }
}
.modal-content img {
  max-height: 440px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}

/* モーダルクローズボタン */
.modal-closebtn {
  font-size: 0;
}
@media only screen and (max-width: 780px) {
  .modal-closebtn {
    display: inline-block;
    position: relative;
    float: right;
  }
  .modal-closebtn:before {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .modal-closebtn::after {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
@media only screen and (max-width: 780px) {
  body.fixed {
    position: fixed;
    right: 0;
  }
}

@media only screen and (max-width: 980px) {
  .Flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .Flow > div:first-of-type {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 780px) {
  .Flow > div:first-of-type {
    margin-right: 0px;
  }
}

.Flowblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 980px) {
  .Flowblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Flowblock__box {
  position: relative;
  width: calc((100% - 250px) / 8);
  height: 13rem;
  background: #f1f1f1;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box {
    width: 200px;
    margin-top: 40px;
    height: 100px;
  }
}
.Flowblock__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  border-top: 104px solid #f1f1f1;
  border-left: 30px solid transparent;
  border-bottom: 104px solid #f1f1f1;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box::before {
    left: 0;
    top: -29px;
    border-right: 100px solid #f1f1f1;
    border-top: 30px solid transparent;
    border-left: 100px solid #f1f1f1;
    border-bottom: none;
  }
}
.Flowblock__box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -29px;
  border-top: 104px solid transparent;
  border-left: 30px solid #f1f1f1;
  border-bottom: 104px solid transparent;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box::after {
    top: initial;
    bottom: -29px;
    right: 0;
    border-right: 100px solid transparent;
    border-top: 30px solid #f1f1f1;
    border-left: 100px solid transparent;
    border-bottom: none;
  }
}
.Flowblock__box:hover, .Flowblock__box:active, .Flowblock__box.select {
  opacity: 1;
  background-color: #bf9d6d;
}
.Flowblock__box:hover:before, .Flowblock__box:active:before, .Flowblock__box.select:before {
  opacity: 1;
  border-top: 104px solid #bf9d6d;
  border-bottom: 104px solid #bf9d6d;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box:hover:before, .Flowblock__box:active:before, .Flowblock__box.select:before {
    border-top: 30px solid transparent;
    border-bottom: none;
    border-right: 100px solid #bf9d6d;
    border-left: 100px solid #bf9d6d;
  }
}
.Flowblock__box:hover::after, .Flowblock__box:active::after, .Flowblock__box.select::after {
  opacity: 1;
  border-left: 30px solid #bf9d6d;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box:hover::after, .Flowblock__box:active::after, .Flowblock__box.select::after {
    border-left: none;
    border-right: 100px solid transparent;
    border-top: 30px solid #bf9d6d;
    border-left: 100px solid transparent;
  }
}
.Flowblock__box:first-of-type {
  border-radius: 10px 3px 3px 10px;
}
.Flowblock__box:first-of-type::before {
  content: none;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box:first-of-type {
    margin-top: 0;
    border-radius: 10px 10px 3px 3px;
  }
}
.Flowblock__box:last-of-type {
  width: calc((100% - 250px) / 8 + 10px);
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box:last-of-type {
    width: 200px;
    border-radius: 0 0 10px 10px;
  }
}
.Flowblock__box:last-of-type::after {
  content: none;
}
.Flowblock__box:last-of-type .Flowblock__txt {
  left: 45%;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box:last-of-type .Flowblock__txt {
    left: 57%;
    top: 48%;
  }
}
.Flowblock__txt {
  position: absolute;
  top: 50%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 12;
  text-align: center;
}
.Flowblock__txt p {
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  text-underline-offset: 2px;
  text-decoration: underline;
}
@media only screen and (max-width: 980px) {
  .Flowblock__txt p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .Flowblock__txt {
    width: 80%;
    text-align: left;
    top: 50%;
  }
}
.Flowblock__number {
  position: absolute;
  top: -25px;
  left: 40%;
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 50%;
  border: solid 1px #dddddd;
  margin-left: -25px;
}
@media only screen and (max-width: 980px) {
  .Flowblock__number {
    top: 50%;
    left: 5%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
.Flowblock__box:first-of-type .Flowblock__number {
  left: 50%;
}
@media only screen and (max-width: 980px) {
  .Flowblock__box:first-of-type .Flowblock__number {
    left: 5%;
  }
}

@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.Flow-top .Flowblock__box {
  height: 96px;
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__box {
    width: calc((100% - 70px) / 4);
    height: 70px;
    margin: 20px 10px 10px;
  }
}
.Flow-top .Flowblock__box::before {
  border-top: 48px solid #f1f1f1;
  border-left: 30px solid transparent;
  border-bottom: 48px solid #f1f1f1;
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__box::before {
    top: 0;
    left: -19px;
    border-top: 35px solid #f1f1f1;
    border-left: 20px solid transparent;
    border-bottom: 35px solid #f1f1f1;
    border-right: none;
  }
}
.Flow-top .Flowblock__box::after {
  border-top: 48px solid transparent;
  border-left: 30px solid #f1f1f1;
  border-bottom: 48px solid transparent;
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__box::after {
    top: 0;
    right: -19px;
    bottom: 0;
    border-top: 35px solid transparent;
    border-left: 20px solid #f1f1f1;
    border-bottom: 35px solid transparent;
    border-right: none;
  }
}
.Flow-top .Flowblock__box:hover:before, .Flow-top .Flowblock__box:active:before, .Flow-top .Flowblock__box.select:before {
  border-top: 48px solid #bf9d6d;
  border-bottom: 48px solid #bf9d6d;
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__box:hover:before, .Flow-top .Flowblock__box:active:before, .Flow-top .Flowblock__box.select:before {
    border-top: 35px solid #bf9d6d;
    border-left: 20px solid transparent;
    border-bottom: 35px solid #bf9d6d;
    border-right: none;
  }
}
.Flow-top .Flowblock__box:hover:after, .Flow-top .Flowblock__box:active:after, .Flow-top .Flowblock__box.select:after {
  border-left: 30px solid #bf9d6d;
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__box:hover:after, .Flow-top .Flowblock__box:active:after, .Flow-top .Flowblock__box.select:after {
    border-top: 35px solid transparent;
    border-left: 20px solid #bf9d6d;
    border-bottom: 35px solid transparent;
    border-right: none;
  }
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__box:first-of-type {
    border-radius: 10px 3px 3px 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__box:last-of-type {
    border-radius: 0 10px 10px 0;
    width: calc((100% - 70px) / 4);
    margin-right: 0;
  }
}
.Flow-top .Flowblock__box:last-of-type .Flowblock__txt {
  left: 45%;
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__box:last-of-type .Flowblock__txt {
    left: 45%;
  }
}
.Flow-top .Flowblock__txt {
  left: 50%;
}
.Flow-top .Flowblock__txt p {
  font-size: 14px;
}
@media only screen and (max-width: 780px) {
  .Flow-top .Flowblock__txt p {
    font-size: 12px;
  }
}
.Flow-top .Flowblock__number {
  width: 40px;
  height: 40px;
  line-height: 38px;
  left: 50%;
}
@media only screen and (max-width: 980px) {
  .Flow-top .Flowblock__number {
    top: -5px;
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    z-index: 10;
    border-radius: 50%;
    border: solid 1px #dddddd;
    margin-left: -25px;
  }
}
@media only screen and (max-width: 780px) {
  .Flow-top .Flowblock__number {
    top: -8px;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}
.Flow-top .Flowblock__box:first-of-type .Flowblock__number {
  left: 55%;
}

.Flowline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 980px) {
  .Flowline {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.Flowline > div {
  width: 12.5%;
  position: relative;
}
.Flowline > div:first-of-type:before {
  content: none;
}
.Flowline > div:nth-of-type(2) {
  width: 18.75%;
}
.Flowline > div:nth-of-type(3) {
  width: 6.25%;
}
.Flowline > div:last-of-type {
  width: 25%;
}
.Flowline > div:last-of-type:before {
  content: none;
}
@media only screen and (max-width: 980px) {
  .Flowline > div {
    width: auto;
    height: 135px;
  }
  .Flowline > div:first-of-type, .Flowline > div:nth-of-type(2), .Flowline > div:last-of-type {
    width: auto;
  }
  .Flowline > div:first-of-type p {
    top: 0;
  }
}
.Flowline > div::before {
  content: "";
  display: inline-block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  margin-top: 50px;
}
@media only screen and (max-width: 980px) {
  .Flowline > div::before {
    width: 1px;
    height: 100%;
    margin-top: initial;
    margin-left: 40px;
  }
}
.Flowline > div p {
  position: absolute;
  top: 25px;
  background-color: #fff;
  padding: 10px;
}
@media only screen and (max-width: 980px) {
  .Flowline > div p {
    top: 20px;
    padding-right: 0;
  }
}

#archive-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 780px) {
  #archive-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#lnav {
  width: 210px;
}
@media only screen and (max-width: 1400px) {
  #lnav {
    width: 180px;
  }
}
@media only screen and (max-width: 780px) {
  #lnav {
    display: none;
  }
}

#contentsR {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1400px) {
  #contentsR {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 780px) {
  #contentsR {
    width: 100%;
  }
}

.contentsFull {
  width: 100%;
}

#lnav ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid #bf9d6d;
}
#lnav ul li a {
  display: block;
  margin: 0;
  padding: 12px 10px 12px 20px;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  #lnav ul li a {
    font-size: 12px;
    padding: 2vw 1vw 2vw 2vw;
    border-bottom: 1px solid #ddd;
  }
}
#lnav ul li a:hover, #lnav ul li a.active {
  background-color: #bf9d6d;
  opacity: 1;
}
#lnav ul li a:first-child {
  border-top: none;
}

.selectLink {
  display: none;
}
@media only screen and (max-width: 780px) {
  .selectLink {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
}

.selectLink select {
  background-color: #bf9d6d;
  color: #fff;
  border: transparent;
  padding: 5px 8px 5px 8px;
  min-width: 195px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/ico_next-white.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 5px;
}

.selectLink select::-ms-expand {
  display: none;
}

.accordion-content div:first-child {
  margin-top: 5px;
}

.archive__list, .Columnlist__list, .archive__list-recommend {
  display: block;
  width: 100%;
  text-decoration: none;
}
.archive__list dl, .Columnlist__list dl, .archive__list-recommend dl {
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .archive__list dl, .Columnlist__list dl, .archive__list-recommend dl {
    padding: 5px 0 5px 5px;
  }
}
.archive__list dl .tagbox, .Columnlist__list dl .tagbox, .archive__list-recommend dl .tagbox {
  margin-bottom: 5px;
}
.archive__list dl .txt, .Columnlist__list dl .txt, .archive__list-recommend dl .txt, .archive__list dl .txt-02, .Columnlist__list dl .txt-02, .archive__list-recommend dl .txt-02 {
  margin: 0 auto;
}
.archive__list dl .txt h4, .Columnlist__list dl .txt h4, .archive__list-recommend dl .txt h4, .archive__list dl .txt-02 h4, .Columnlist__list dl .txt-02 h4, .archive__list-recommend dl .txt-02 h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.archive__list dl .txt h4 span, .Columnlist__list dl .txt h4 span, .archive__list-recommend dl .txt h4 span, .archive__list dl .txt-02 h4 span, .Columnlist__list dl .txt-02 h4 span, .archive__list-recommend dl .txt-02 h4 span {
  font-size: 14px;
}
.archive__list dl .txt h4 span::after, .Columnlist__list dl .txt h4 span::after, .archive__list-recommend dl .txt h4 span::after, .archive__list dl .txt-02 h4 span::after, .Columnlist__list dl .txt-02 h4 span::after, .archive__list-recommend dl .txt-02 h4 span::after {
  content: "\a";
  white-space: pre;
}
@media only screen and (max-width: 780px) {
  .archive__list dl .txt h4, .Columnlist__list dl .txt h4, .archive__list-recommend dl .txt h4, .archive__list dl .txt-02 h4, .Columnlist__list dl .txt-02 h4, .archive__list-recommend dl .txt-02 h4 {
    font-size: 16px;
  }
}
.archive__list dl .txt p, .Columnlist__list dl .txt p, .archive__list-recommend dl .txt p, .archive__list dl .txt-02 p, .Columnlist__list dl .txt-02 p, .archive__list-recommend dl .txt-02 p {
  font-size: 14px;
  margin: 0 0 2px;
}
.archive__list:first-child dl, .Columnlist__list:first-child dl, .archive__list-recommend:first-child dl {
  border-top: 1px solid #dbdbdb;
}

a.archive__list, a.Columnlist__list, a.archive__list-recommend {
  text-decoration: none;
}
a.archive__list:hover, a.Columnlist__list:hover, a.archive__list-recommend:hover {
  background-color: #f1f1f1;
  opacity: 1;
  text-decoration: none;
}

.archive__list-recommend dl dt {
  width: 90px;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .archive__list-recommend dl dt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 15px;
  }
}
.archive__list-recommend dl dd {
  width: calc(100% - 120px);
}
.archive__list-recommend dl .txt h4 span, .archive__list-recommend dl .txt-02 h4 span {
  font-size: 14px;
}
.archive__list-recommend dl .txt h4 span::after, .archive__list-recommend dl .txt-02 h4 span::after {
  content: "\a";
  white-space: pre;
}
.archive__list-recommend dl .txt p, .archive__list-recommend dl .txt-02 p {
  font-size: 14px;
  margin: 0 0 2px;
}

.RoomInfo {
  width: calc(100% - 50px);
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  background-color: #fafaf8;
  border-radius: 50px 50px 0 0;
  border: solid 1px #4b4b4b;
  border-bottom: none;
  -webkit-box-shadow: 0 0 5px #888888;
          box-shadow: 0 0 5px #888888;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
@media only screen and (max-width: 980px) {
  .RoomInfo {
    width: 100%;
  }
}
.RoomInfo.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.RoomInfo.close {
  -webkit-transform: translate(0, calc(100% - 70px));
          transform: translate(0, calc(100% - 70px));
}
.RoomInfo.close > div {
  margin-top: 15px;
}
@media only screen and (max-width: 980px) {
  .RoomInfo.close {
    -webkit-transform: translate(0, calc(100% - 115px));
            transform: translate(0, calc(100% - 115px));
  }
}
.RoomInfo > div {
  max-width: 1200px;
  margin: 35px auto;
}
@media only screen and (max-width: 1400px) {
  .RoomInfo > div {
    margin: 35px;
  }
}
@media only screen and (max-width: 980px) {
  .RoomInfo > div {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 780px) {
  .RoomInfo > div {
    margin: 15px;
    margin-bottom: 70px;
    padding: 0;
  }
}
.RoomInfo__title {
  font-size: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 780px) {
  .RoomInfo__title {
    margin-left: 15px;
    margin-bottom: 0;
  }
}
.RoomInfo__btn {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
  /* &:before{
    display: block;
    content: "";
    position: absolute;
    top: -15px;
    right:0;
    bottom:0;
    left: 15px;
    margin:auto;
    width: 30px;
    height: 2px;
    background-color: #333333;
    transition: .2s;
    transform: rotate(135deg);
    &:hover {
      opacity: 1;
    }
  }
  &:after{
    display: block;
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #333333;
    transition: .3s;
    transform: rotate(45deg);
  } */
}

.RoomInfo.open .RoomInfo__btn:before {
  content: "";
  display: block;
  width: 30px;
  height: 0px;
  border-top: #333333 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.RoomInfo.open .RoomInfo__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 0px;
  border-top: #333333 2px solid;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.RoomInfo.close .RoomInfo__btn:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: #333333 2px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.RoomInfo.close .RoomInfo__btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: #333333 2px solid;
  border-right: #333333 2px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.Header-system {
  height: auto;
}

.Menu-system {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 18px;
  /*   .Menu__list:last-of-type .Menu-system__link {
      @include mq-sp {
        line-height: 30px;
      }
    } */
}
.Menu-system .Menu__list {
  width: 100%;
  border-bottom: none;
}
.Menu-system .Menu__list:last-of-type {
  margin-bottom: 0;
}
.Menu-system__link {
  position: relative;
  display: block;
  line-height: 50px;
  text-align: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-size: 1rem;
}
.Menu-system__link::before {
  content: "";
  display: inline-block;
  background-color: #dbdbdb;
  width: 1px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Menu-system__link.gray {
  background-color: rgba(244, 243, 242, 0.5);
}
@media only screen and (max-width: 980px) {
  .Menu-system__link {
    line-height: 28px;
    font-size: 14px;
    padding: 3px 0;
  }
}
@media only screen and (max-width: 780px) {
  .Menu-system__link {
    line-height: 15px;
    font-size: 14px;
    padding: 3px 0;
  }
}
.Menu-system__link:hover, .Menu-system__link.open {
  background-color: rgba(244, 243, 242, 0.5);
}

.Menu__list:last-of-type .Menu-system__link::after {
  height: 32px;
}

.Wrapper-mypage {
  padding-top: 0px;
}
@media only screen and (max-width: 980px) {
  .Wrapper-mypage {
    padding-top: 35px;
  }
}

.l-pankuzu .username {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-pankuzu .username .logout {
  margin-left: 18px;
}
.l-pankuzu .username .logout a {
  text-decoration: underline;
  cursor: pointer;
}

.Progressbar {
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .Progressbar {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 10px;
  }
}
.Progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  color: #999999;
  font-weight: bold;
  counter-increment: steps;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 16px;
}
.Progressbar li::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  content: "";
  line-height: 36px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  content: counter(steps);
}
.Progressbar li::after {
  position: absolute;
  top: 16px;
  left: -50%;
  width: 100%;
  height: 8px;
  content: "";
  background-color: #F5F5F5;
}
.Progressbar li span {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .Progressbar li span {
    display: none;
  }
}
.Progressbar li:first-child:after {
  content: none;
}
.Progressbar li.active {
  color: #333333;
}
.Progressbar li.active::before {
  background-color: #bf9d6d;
  color: #333333;
}
.Progressbar li.active:after {
  background-color: #bf9d6d;
}
.Progressbar li.complete::before {
  background-color: #bf9d6d;
}
.Progressbar li.complete:after {
  background-color: #bf9d6d;
}
@media only screen and (max-width: 780px) {
  .Progressbar li.active span {
    display: block;
    font-size: 8px;
    line-height: 10px;
  }
}

.Choicebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .Choicebox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.Choicebox li {
  position: relative;
  width: 33.3333333333%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  background-color: #F1F3CA;
  border: solid 1px #bf9d6d;
  margin: 10px 10px 10px 0px;
}
.Choicebox li:last-of-type {
  margin-right: 0px;
}
@media only screen and (max-width: 780px) {
  .Choicebox li {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
}
.Choicebox a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}
.Choicebox a:hover {
  text-decoration: none;
  background-color: #fff;
}
.Choicebox__date {
  font-size: 14px;
  line-height: 16px;
}
.Choicebox__date:before {
  content: "\a";
  white-space: pre;
}
@media only screen and (max-width: 780px) {
  .Choicebox__date:before {
    content: " ";
  }
}
.Choicebox__btn {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 10px;
  background-color: #bf9d6d;
  color: #fff;
  font-weight: 500;
  border-radius: 16px;
}
.Choicebox li.tbd {
  background-color: #f1f1f1;
  border: dotted 2px #dbdbdb;
}
@media only screen and (max-width: 780px) {
  .Choicebox li.tbd {
    display: none;
  }
}

.Copybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -25px;
  margin-top: 30px;
}
.Copybox li {
  position: relative;
  width: 200px;
  background-color: #f1f1f1;
  border: solid 1px #dbdbdb;
  margin: 10px 10px 10px 0px;
}
@media only screen and (max-width: 780px) {
  .Copybox li {
    width: calc((100% - 10px) / 2);
  }
  .Copybox li:last-of-type {
    margin-right: 0;
  }
}
.Copybox a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
}
.Copybox a:hover {
  text-decoration: none;
  background-color: #fff;
}
@media only screen and (max-width: 780px) {
  .Copybox a {
    padding: 5px 5px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.Copybox i {
  margin-right: 5px;
}

.Form th {
  line-height: 30px;
}
.Form th span {
  color: #A00000;
  font-size: 12px;
}
.Form td {
  line-height: 30px;
}
.Form td span,
.Form .l-fluid__inner span,
.Form .Lineup__block span,
.Form .CalenderList > div:nth-of-type(odd) > div span {
  font-size: 12px;
  line-height: 15px;
  display: block;
}
.Form td span.ttl,
.Form .l-fluid__inner span.ttl,
.Form .Lineup__block span.ttl,
.Form .CalenderList > div:nth-of-type(odd) > div span.ttl {
  font-weight: 500;
}
.Form td input, .Form td textarea,
.Form .l-fluid__inner input,
.Form .Lineup__block input,
.Form .CalenderList > div:nth-of-type(odd) > div input,
.Form .l-fluid__inner textarea,
.Form .Lineup__block textarea,
.Form .CalenderList > div:nth-of-type(odd) > div textarea {
  max-width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Form td select,
.Form .l-fluid__inner select,
.Form .Lineup__block select,
.Form .CalenderList > div:nth-of-type(odd) > div select {
  min-width: 100px;
  background-color: #ffffff;
  cursor: pointer;
}
.Form td label,
.Form .l-fluid__inner label,
.Form .Lineup__block label,
.Form .CalenderList > div:nth-of-type(odd) > div label {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  cursor: pointer;
}
.Form td label input[type=checkbox],
.Form td label input[type=radio],
.Form .l-fluid__inner label input[type=checkbox],
.Form .Lineup__block label input[type=checkbox],
.Form .CalenderList > div:nth-of-type(odd) > div label input[type=checkbox],
.Form .l-fluid__inner label input[type=radio],
.Form .Lineup__block label input[type=radio],
.Form .CalenderList > div:nth-of-type(odd) > div label input[type=radio] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 780px) {
  .Form td label input[type=checkbox],
  .Form td label input[type=radio],
  .Form .l-fluid__inner label input[type=checkbox],
  .Form .Lineup__block label input[type=checkbox],
  .Form .CalenderList > div:nth-of-type(odd) > div label input[type=checkbox],
  .Form .l-fluid__inner label input[type=radio],
  .Form .Lineup__block label input[type=radio],
  .Form .CalenderList > div:nth-of-type(odd) > div label input[type=radio] {
    top: -6px;
  }
}
.Form td input, .Form td select, .Form td label,
.Form .l-fluid__inner input,
.Form .Lineup__block input,
.Form .CalenderList > div:nth-of-type(odd) > div input,
.Form .l-fluid__inner select,
.Form .Lineup__block select,
.Form .CalenderList > div:nth-of-type(odd) > div select,
.Form .l-fluid__inner label,
.Form .Lineup__block label,
.Form .CalenderList > div:nth-of-type(odd) > div label {
  height: 28px;
  margin: 3px;
  cursor: pointer;
}
.Form td textarea,
.Form .l-fluid__inner textarea,
.Form .Lineup__block textarea,
.Form .CalenderList > div:nth-of-type(odd) > div textarea {
  vertical-align: top;
  cursor: text;
}
.Form td input[type=text],
.Form td input[type=password],
.Form td input[type=email],
.Form td input[type=time],
.Form .l-fluid__inner input[type=text],
.Form .Lineup__block input[type=text],
.Form .CalenderList > div:nth-of-type(odd) > div input[type=text],
.Form .l-fluid__inner input[type=password],
.Form .Lineup__block input[type=password],
.Form .CalenderList > div:nth-of-type(odd) > div input[type=password],
.Form .l-fluid__inner input[type=email],
.Form .Lineup__block input[type=email],
.Form .CalenderList > div:nth-of-type(odd) > div input[type=email],
.Form .l-fluid__inner input[type=time],
.Form .Lineup__block input[type=time],
.Form .CalenderList > div:nth-of-type(odd) > div input[type=time] {
  cursor: text;
}
.Form td .Terms__check input[type=checkbox],
.Form .l-fluid__inner .Terms__check input[type=checkbox],
.Form .Lineup__block .Terms__check input[type=checkbox],
.Form .CalenderList > div:nth-of-type(odd) > div .Terms__check input[type=checkbox] {
  height: 20px;
  margin-top: 0;
  left: -20px;
  cursor: pointer;
}
.Form__btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 780px) {
  .Form__btnbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Form__btn, .Form__btn-return, .Form__btn-confirm {
  text-align: center;
  margin-top: 10px;
  min-width: 200px;
}
@media only screen and (max-width: 780px) {
  .Form__btn, .Form__btn-return, .Form__btn-confirm {
    width: 450px;
    max-width: 80%;
  }
}
.Form__btn input, .Form__btn-return input, .Form__btn-confirm input,
.Form__btn a,
.Form__btn-return a,
.Form__btn-confirm a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  padding: 20px 40px;
  border: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}
.Form__btn input:hover, .Form__btn-return input:hover, .Form__btn-confirm input:hover,
.Form__btn a:hover,
.Form__btn-return a:hover,
.Form__btn-confirm a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .Form__btn input, .Form__btn-return input, .Form__btn-confirm input,
  .Form__btn a,
  .Form__btn-return a,
  .Form__btn-confirm a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.Form__btn-confirm input, .Form__btn-confirm a {
  background-color: #bf9d6d;
}
.Form__btn-confirm input[disabled], .Form__btn-confirm a[disabled] {
  background-color: #fafaf8;
}
.Form__btn-return {
  margin-right: 15px;
}
@media only screen and (max-width: 780px) {
  .Form__btn-return {
    margin-right: 0px;
  }
}
.Form__btn-return input, .Form__btn-return a {
  background-color: #D5D5D5;
}
.Form .l-fluid__inner select, .Form .Lineup__block select, .Form .CalenderList > div:nth-of-type(odd) > div select,
.Form .l-fluid__inner input,
.Form .Lineup__block input,
.Form .CalenderList > div:nth-of-type(odd) > div input {
  outline: none;
  border: solid 1px #888888;
  background-color: #ffffff;
}
.Form .l-fluid__inner input[disabled], .Form .Lineup__block input[disabled], .Form .CalenderList > div:nth-of-type(odd) > div input[disabled] {
  background-color: #f2f2f2;
  border: solid 1px #dddddd;
}
.Form .l-fluid__inner .Form__btn-confirm input, .Form .Lineup__block .Form__btn-confirm input, .Form .CalenderList > div:nth-of-type(odd) > div .Form__btn-confirm input {
  height: auto;
  padding: 10px 40px;
  margin-top: 20px;
  border: none;
  background-color: #bf9d6d;
}
.Form .l-fluid__inner .Form__btn-return input, .Form .Lineup__block .Form__btn-return input, .Form .CalenderList > div:nth-of-type(odd) > div .Form__btn-return input {
  height: auto;
  padding: 10px 40px;
  margin-top: 20px;
  border: none;
  background-color: #D5D5D5;
}

.Terms {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  padding: 0.5em;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 12px;
  background-color: #fff;
}
.Terms__check {
  display: block;
  text-align: center;
  margin-top: 30px;
  line-height: 19px;
}
.Terms__check label {
  position: relative;
}
.Terms__check input {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -20px;
}
.Terms ol.num > li {
  font-weight: 400;
  padding-left: 20px;
}
.Terms ol.num > li::before {
  font-size: 10px;
  height: 15px;
  width: 15px;
  line-height: 13px;
  top: 2px;
}

.kiyaku {
  margin-bottom: 10px;
}
.kiyaku li {
  text-indent: -2.6rem;
  padding-left: 2.5rem;
}

.additionbtn {
  border: solid 1px #000000;
  width: 24px;
  height: 24px;
  line-height: 18px;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  margin-left: 5px;
}
.additionbtn:hover {
  background-color: #D5D5D5;
}

.banti-notice {
  display: none;
}

.banti-inputarea:focus-within .banti-notice {
  display: block;
  padding: 15px 0 10px;
}

.banti-inputarea:focus-within .banti-notice div {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffc9c9;
  border-radius: 3px;
}
@media only screen and (max-width: 780px) {
  .banti-inputarea:focus-within .banti-notice div {
    font-size: 12px;
  }
}
.banti-inputarea:focus-within .banti-notice div br {
  display: none;
}
@media only screen and (max-width: 780px) {
  .banti-inputarea:focus-within .banti-notice div br {
    display: block;
  }
}

.banti-inputarea:focus-within .banti-notice div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ffc9c9;
}

span.gokakunin {
  display: inline-block !important;
  background-color: red;
  padding: 3px 6px;
  padding-bottom: 3px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 3px;
  margin-right: 9px;
}

span.banti {
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 500;
  color: #000000 !important;
}

.tabs {
  background-color: #fff;
  margin: -2em auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabs .tab_item {
  width: 50%;
  height: 55px;
  line-height: 55px;
  background-color: #f6f6f6;
  border-bottom: solid 3px #ddd;
  text-align: center;
  color: #565656;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs input[type=radio]:checked + .tab_item {
  background-color: #bf9d6d;
}
.tabs input[name=tab_item] {
  display: none;
}
.tabs .tab_content {
  display: none;
  width: 100%;
}
.tabs #jp:checked ~ #jp_content,
.tabs #eng:checked ~ #eng_content {
  display: block;
}

.attentionlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 2em;
  width: 60%;
}
@media only screen and (max-width: 980px) {
  .attentionlist {
    width: 80%;
  }
}
@media only screen and (max-width: 780px) {
  .attentionlist {
    width: 100%;
    margin-left: 1.4em;
  }
}
.attentionlist li {
  width: 50%;
  font-size: 12px;
}
@media only screen and (max-width: 780px) {
  .attentionlist li {
    width: 100%;
  }
}

.Form__btnbox.hazimete {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -15px;
  margin-bottom: 20px;
}
.Form__btnbox.hazimete p {
  line-height: 42px;
}
.Form__btnbox.hazimete .Form__btn-confirm {
  margin-top: 0;
}
.Form__btnbox.hazimete .Form__btn-confirm a {
  padding: 0;
  line-height: 42px;
}

.Mypagenews__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.Mypagenews__list {
  background-color: #fafaf8;
  padding: 20px;
}
@media only screen and (max-width: 780px) {
  .Mypagenews__list {
    padding: 15px 10px;
  }
}
.Mypagenews__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 780px) {
  .Mypagenews__list li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.Mypagenews__list li:last-of-type {
  margin-bottom: 0;
}
.Mypagenews__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-right: 15px;
}
@media only screen and (max-width: 780px) {
  .Mypagenews__head {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.Mypagenews__date {
  margin-left: 20px;
  min-width: 190px;
}
@media only screen and (max-width: 780px) {
  .Mypagenews__date {
    min-width: 120px;
    margin-left: 0px;
    margin-right: 15px;
    line-height: 25px;
  }
}
.Mypagenews__btn {
  margin-top: 15px;
  text-align: center;
}
.Mypagenews__btn a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background-color: #f4f3f2;
  font-size: 16px;
  min-width: 160px;
  text-decoration: none;
}
.Mypagenews__btn a:hover {
  text-decoration: none;
}
.Mypagenews .noreadicon::after {
  content: "未読";
  color: #fff;
  background: #A00000;
  padding: 0px 14px 1px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 2px;
}
@media only screen and (max-width: 780px) {
  .Mypagenews .noreadicon::after {
    left: 110px;
    right: initial;
    top: 0px;
  }
}

.Mypagebtn {
  width: calc((100% - 80px) / 3);
  max-width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
.Mypagebtn:nth-of-type(n+4) {
  margin-top: 40px;
}
@media only screen and (max-width: 780px) {
  .Mypagebtn {
    margin-right: 20px;
  }
  .Mypagebtn:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .Mypagebtn:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .Mypagebtn:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .Mypagebtn:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 20px;
  }
  .Mypagebtn:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-right: 0px;
  }
  .Mypagebtn:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
.Mypagebtn:nth-of-type(n+4) {
  margin-top: 20px;
}
.Mypagebtn img {
  max-width: 80px;
}
.Mypagebtn img.signup {
  width: 80px;
}
@media only screen and (max-width: 780px) {
  .Mypagebtn img.signup {
    width: 60px;
  }
}
.Mypagebtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 25px;
  border: solid 1px #bf9d6d;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px #b9b9b9;
          box-shadow: 2px 2px 4px #b9b9b9;
  min-height: 145px;
}
.Mypagebtn a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .Mypagebtn a {
    padding: 25px 5px;
  }
}
.Mypagebtn a p {
  font-size: 18px;
  font-weight: 400;
  margin-top: auto;
}
@media only screen and (max-width: 780px) {
  .Mypagebtn a p {
    font-size: 16px;
  }
}
.Mypagebtn a.disable {
  border: solid 1px #666666;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #888888;
}
.Mypagebtn a.disable:hover {
  opacity: 1;
}

.l-halfColumn.Mypagebtn, .Mypagebtn.l-halfColumn-wide {
  width: calc((100% - 40px) / 2);
  max-width: calc((100% - 80px) / 2);
}
@media only screen and (max-width: 780px) {
  .l-halfColumn.Mypagebtn, .Mypagebtn.l-halfColumn-wide {
    margin-right: 0;
  }
}

.s-reservelist {
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .s-reservelist {
    margin-bottom: 30px;
  }
}
.s-reservelist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
@media only screen and (max-width: 780px) {
  .s-reservelist li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 5px;
  }
}
.s-reservelist li:nth-of-type(2n) {
  background-color: #fafaf8;
}
.s-reservelist li span {
  font-weight: 300;
}
.s-reservelist .date {
  margin-right: 20px;
}
@media only screen and (max-width: 780px) {
  .s-reservelist .date {
    width: 100%;
    margin-right: 0px;
  }
}
.s-reservelist .room {
  min-width: 80px;
}
.s-reservelist .time {
  min-width: 250px;
}
.s-reservelist .cancel,
.s-reservelist .canceldone {
  margin-left: auto;
  min-width: 140px;
  border-radius: 4px;
  padding: 1px 15px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .s-reservelist .cancel,
  .s-reservelist .canceldone {
    margin-top: 4px;
  }
}
.s-reservelist .cancel {
  border: 1px solid rgba(25, 118, 210, 0.5);
  font-weight: 400;
}
.s-reservelist .canceldone {
  border: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  border-radius: 4px;
}

.s-reservelist.pager {
  margin-top: -40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .s-reservelist.pager {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}

.s-reservemenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 780px) {
  .s-reservemenu {
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s-reservemenu__month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .s-reservemenu__month {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.s-reservemenu__month li {
  margin: 0 5px;
}
.s-reservemenu__month li a {
  text-decoration: none;
  text-align: center;
  display: block;
  padding-left: 2px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 100px;
  border: solid 1px #ccc;
  font-weight: 400;
}
.s-reservemenu__month li a:hover {
  text-decoration: none;
  background: #f1f1f1;
}
@media only screen and (max-width: 780px) {
  .s-reservemenu__month li a {
    width: 40px;
    height: 40px;
    line-height: 39px;
  }
}
.s-reservemenu__possible {
  line-height: 24px;
  display: block;
  text-align: center;
  width: 200px;
  background-color: #f1f1f1;
  padding: 10px 20px;
}
.s-reservemenu__possible span {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  vertical-align: bottom;
  padding: 0 5px;
}

.s-reservemenu + .CalendarMenu {
  margin-top: 10px;
}

.s-concertlist {
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .s-concertlist {
    margin-bottom: 30px;
  }
}
.s-concertlist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
@media only screen and (max-width: 780px) {
  .s-concertlist li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 5px;
  }
}
.s-concertlist li:nth-of-type(2n) {
  background-color: #fafaf8;
}
.s-concertlist li .tag-cooperate,
.s-concertlist li .tag-recommend,
.s-concertlist li .tag-rental {
  min-width: 110px;
  margin-right: 10px;
}

.s-concertlist.pager {
  margin-top: -40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .s-concertlist.pager {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}

.link-rental a {
  border: solid 1px #999;
  padding: 1em 3em;
  margin-left: -0.5em;
  text-decoration: none;
  background-color: #f9f9f9;
}
.link-rental a:hover {
  text-decoration: none;
}

.CalendarHall input[type=checkbox],
.CalendarRoom input[type=checkbox] {
  display: none;
}
.CalendarHall label,
.CalendarRoom label {
  display: block;
  width: 100%; /* ラベルの横幅を指定する */
  cursor: pointer;
}
.CalendarHall label:hover,
.CalendarRoom label:hover {
  background-color: #E9ECB2; /* マウスオーバー時の背景色を指定する */
}
.CalendarHall input[type=checkbox]:checked + label,
.CalendarRoom input[type=checkbox]:checked + label {
  background: #bf9d6d;
}

.Permission__txt {
  margin-bottom: -20px;
}

table.Permission th {
  width: 10%;
  min-width: 5%;
}
table.Permission td {
  width: 5%;
  min-width: 5%;
}
table.Permission th.txt-C, table.Permission td.txt-C {
  text-align: center;
}
table.Permission th.txt-R, table.Permission td.txt-R {
  text-align: right;
}
table.Permission th.w-practice, table.Permission td.w-practice {
  width: 50px;
}
table.Permission .fontL {
  font-size: 1.4rem;
}
@media only screen and (max-width: 780px) {
  table.Permission .fontL {
    font-size: 1.25rem;
  }
}
table.Permission .fontL.txt-C {
  display: block;
  text-align: center;
  margin-top: -1.9rem;
}
@media only screen and (max-width: 780px) {
  table.Permission .fontL.txt-C {
    margin-top: 0;
  }
}
table.Permission span.font-M {
  font-size: 1.1rem;
}
table.Permission span.txt-C {
  display: block;
  text-align: center;
}
table.Permission span.txt-R {
  float: right;
  margin-right: 10px;
}

.w_10 {
  width: 10% !important;
}

.w_20 {
  width: 20% !important;
}

.w_30 {
  width: 30% !important;
}

.w_40 {
  width: 40% !important;
}

.w_50 {
  width: 50% !important;
}

.w_60 {
  width: 60% !important;
}

.w_70 {
  width: 70% !important;
}

.w_80 {
  width: 80% !important;
}

.w_90 {
  width: 90% !important;
}

.w_100 {
  width: 100% !important;
}

.font_12 {
  font-size: 12px;
}

.l-column {
  counter-reset: chapter;
}

.questionLabel {
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #bf9d6d));
  background: -webkit-linear-gradient(transparent 85%, #bf9d6d 0%);
  background: linear-gradient(transparent 85%, #bf9d6d 0%);
  position: relative;
}
@media only screen and (max-width: 980px) {
  .questionLabel {
    line-height: 24px;
    display: initial;
  }
}
.questionLabel::before {
  content: "Q. ";
  color: #bf9d6d;
  font-size: 22px;
  line-height: 25px;
  position: absolute;
  left: -30px;
  font-weight: 500;
  letter-spacing: -2px;
}

.answerLabel {
  display: inline-block;
  margin-left: 50px;
  position: relative;
  margin-top: 8px;
}
@media only screen and (max-width: 780px) {
  .answerLabel {
    left: -24px;
  }
}
.answerLabel::before {
  content: "A.";
  color: #666666;
  font-size: 22px;
  position: absolute;
  left: -24px;
  top: -5px;
  letter-spacing: 2px;
  font-weight: 500;
}

ul.tab_area,
ul.Tabarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
  border-bottom: solid 3px #ddd;
}
@media only screen and (max-width: 780px) {
  ul.tab_area,
  ul.Tabarea {
    margin-bottom: 20px;
  }
}
ul.tab_area li,
ul.Tabarea li {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: block;
  font-weight: 400;
  text-align: center;
  color: #565656;
  background-color: #f4f4f4;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
}
@media only screen and (max-width: 780px) {
  ul.tab_area li,
  ul.Tabarea li {
    font-weight: 500;
    border-left: 5px solid #fff;
    height: 45px;
    line-height: 45px;
  }
}
ul.tab_area li:first-child,
ul.Tabarea li:first-child {
  border: none;
}
ul.tab_area li a,
ul.Tabarea li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #565656;
}
ul.tab_area li a:hover,
ul.Tabarea li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  ul.tab_area li a,
  ul.Tabarea li a {
    font-weight: 500;
  }
}
ul.tab_area li:hover, ul.tab_area li.select,
ul.Tabarea li:hover,
ul.Tabarea li.select {
  background-color: #d6c1a2;
  opacity: 1;
}

ul.pager {
  margin: 50px 0 10px;
  padding: 0;
  text-align: center;
}

ul.pager li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

ul.pager li span,
ul.pager li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
  vertical-align: middle;
  font-size: 13px;
}

ul.pager li a:hover,
ul.pager li span {
  background: #bf9d6d;
  opacity: 1;
}

.Ticketbtn a {
  position: relative;
  border: solid 2px #d6c1a2;
  text-decoration: none;
  border-radius: 10px;
  padding: 20px 6px 32px;
}
.Ticketbtn a:hover {
  text-decoration: none;
  background-color: #eee4d7;
}
.Ticketbtn a::before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #d6c1a2;
  line-height: 1;
  position: absolute;
  bottom: 2px;
  font-size: 26px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin: 0;
  padding: 0;
  content: "\f078";
}
@media only screen and (max-width: 780px) {
  .Ticketbtn .internet {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .Ticketbtn .tell {
    margin-top: 20px;
    margin-right: 20px;
  }
  .Ticketbtn .tell .Ticketbtn__txt {
    display: none;
  }
}
@media only screen and (max-width: 780px) {
  .Ticketbtn .store {
    margin-right: 0;
  }
  .Ticketbtn .store .Ticketbtn__txt {
    display: none;
  }
}
.Ticketbtn__img {
  height: 100px;
}
.Ticketbtn__img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}
.Ticketbtn h2 {
  margin: 20px 0 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
.Ticketbtn ul.disc li {
  font-size: 14px;
  text-indent: -20px;
}
.Ticketbtn ul.kome li {
  font-size: 12px;
}

.TicketLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 30px;
}
@media only screen and (max-width: 780px) {
  .TicketLabel {
    margin: 30px 0 40px;
  }
}
.TicketLabel__img {
  width: 80px;
  margin-right: 10px;
}
.TicketLabel__number {
  font-size: 30px;
  letter-spacing: 1px;
  margin-right: 5px;
  font-weight: 600;
}
.TicketLabel .readLabel__main {
  margin: 0;
  font-weight: 400;
}

.miraist b {
  display: block;
  margin-bottom: 0.5em;
  font-size: 21px;
  color: #bf9d6d;
  padding: 0.1rem 1rem;
  border-left: 5px solid #bf9d6d;
}
@media only screen and (max-width: 780px) {
  .miraist b {
    font-size: 18px;
  }
}
.miraist .btn_entry a {
  color: #fff;
  background-color: #bf3438;
}
.miraist .btn_registered a {
  color: #fff;
  background-color: #488EBF;
}
.miraist .btn_gray a {
  background: #fafaf8;
  border: solid 1px #cccccc;
  color: #333333;
}
.miraist .btn a, .miraist .btn-ticketlink a, .miraist .btn-pagelink a, .miraist .btn-toplink a {
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  font-size: 18px;
  position: relative;
  padding: 1.2rem 4rem 1.2rem 3rem;
}
.miraist .btn a:before, .miraist .btn-ticketlink a:before, .miraist .btn-pagelink a:before, .miraist .btn-toplink a:before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f054";
}

a.accessbtn {
  text-decoration: none;
  text-align: center;
  border: 1px solid #bf9d6d;
  padding: 15px;
  font-size: 18px;
  white-space: nowrap;
}
a.accessbtn:hover {
  text-decoration: none;
  background-color: #d6c1a2;
  opacity: 1;
}
@media only screen and (max-width: 780px) {
  a.accessbtn {
    padding: 10px;
    font-size: 16px;
  }
}

.cost .tabs {
  background-color: #fff;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cost .tabs .tab_item,
.cost .tabs .tab_item {
  width: 150px;
  height: 30px;
  line-height: 30px;
  background-color: #e9e9e9;
  text-align: center;
  color: #565656;
  border-bottom: none;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: -10px;
}
@media only screen and (max-width: 780px) {
  .cost .tabs .tab_item,
  .cost .tabs .tab_item {
    width: 80px;
  }
}
.cost .tabs input[type=radio]:checked + .tab_item,
.cost .tabs .tab_item:hover {
  position: relative;
  background-color: #bf9d6d;
}
.cost .tabs input[type=radio]:checked + .tab_item::after,
.cost .tabs .tab_item:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #bf9d6d;
}
.cost .tabs input[name=tab_item1],
.cost .tabs input[name=tab_item2],
.cost .tabs input[name=tab_item3],
.cost .tabs input[name=tab_item4] {
  display: none;
}
.cost .tabs .tab_content {
  display: none;
  width: 100%;
}
.cost .tabs #heijitsu1:checked ~ #heijitsu1_content,
.cost .tabs #kyuuzitsu1:checked ~ #kyuuzitsu1_content,
.cost .tabs #heijitsu2:checked ~ #heijitsu2_content,
.cost .tabs #kyuuzitsu2:checked ~ #kyuuzitsu2_content,
.cost .tabs #butai:checked ~ #butai_content,
.cost .tabs #onkyo:checked ~ #onkyo_content,
.cost .tabs #syomei:checked ~ #syomei_content,
.cost .tabs #butai2:checked ~ #butai2_content,
.cost .tabs #onkyo2:checked ~ #onkyo2_content,
.cost .tabs #syomei2:checked ~ #syomei2_content,
.cost .tabs #gakki:checked ~ #gakki_content {
  display: block;
}
.cost .guidetbl th {
  width: 60%;
}

dl.cholist > dt {
  font-size: 14px;
  font-weight: 300;
  text-indent: -3.7em;
  padding-left: 3.7em;
}
dl.cholist > dt a {
  text-indent: initial;
}
dl.cholist > dd {
  font-size: 14px;
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 4em;
}
dl.cholist > dd a {
  text-indent: initial;
}

.nav_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}

.Webfriends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 30px;
}
@media only screen and (max-width: 780px) {
  .Webfriends {
    margin: 30px 0 40px;
  }
}
.Webfriends__img {
  width: 80px;
  margin-right: 10px;
}
.Webfriends__number {
  font-size: 23px;
  letter-spacing: 1px;
  margin-right: 5px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea00));
  background: -webkit-linear-gradient(transparent 60%, #ffea00 0%);
  background: linear-gradient(transparent 60%, #ffea00 0%);
  padding: 0 0.4em;
}
.Webfriends .readLabel__main {
  margin: 0 0 0 0.5em;
  font-weight: 400;
  color: #333;
}

h4.Webfriends a {
  font-weight: 500;
}

.sitemap > li > a,
.sitemap > li > span {
  display: block;
  margin: 0 0 20px;
  padding: 4px 0 6px 15px;
  background-color: #f4f4f4;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .sitemap > li > a,
  .sitemap > li > span {
    padding: 3px 0 4px 10px;
  }
}

.sitemap li ul {
  margin-bottom: 20px;
}

.sitemap li ul li {
  margin: 10px 10px 10px 30px;
}

.sitemap li ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 14px;
  vertical-align: middle;
}

.sitemap li ul li a:before,
.sitemap li ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sitemap li ul li a:before {
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #333333;
}

.gsc-search-box td,
.gsc-above-wrapper-area-container td {
  border: none;
}

.gsc-input {
  margin: 0 !important;
}

.gsc-input-box {
  border: none;
}

.gsc-above-wrapper-area-container {
  margin: 0;
}

@media only screen and (max-width: 780px) {
  form.gsc-search-box {
    width: 70% !important;
  }
}

@media only screen and (max-width: 780px) {
  .gsc-orderby {
    display: none;
  }
}

.checklist th, .checklist td {
  min-width: auto;
}
.checklist tr th:nth-of-type(1),
.checklist tr td:nth-of-type(1) {
  width: 5%;
}
@media only screen and (max-width: 780px) {
  .checklist tr th:nth-of-type(1),
  .checklist tr td:nth-of-type(1) {
    width: 12%;
  }
}
.checklist tr th:nth-of-type(3), .checklist tr td:nth-of-type(3),
.checklist tr th:nth-of-type(4), .checklist tr td:nth-of-type(4),
.checklist tr th:nth-of-type(5), .checklist tr td:nth-of-type(5) {
  width: 7%;
  text-align: center;
}
.checklist tr th:nth-of-type(6),
.checklist tr td:nth-of-type(6) {
  width: 19%;
}

.newspage,
.columnpage {
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .newspage,
  .columnpage {
    margin-bottom: 40px;
  }
}
.newspage .Titlebox,
.columnpage .Titlebox {
  margin: 0px auto 40px;
}
@media only screen and (max-width: 780px) {
  .newspage .Titlebox,
  .columnpage .Titlebox {
    margin: 0px auto 20px;
  }
}
.newspage .Titlebox .titleLabel__main,
.columnpage .Titlebox .titleLabel__main {
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dbdbdb;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .newspage .Titlebox .titleLabel__main,
  .columnpage .Titlebox .titleLabel__main {
    font-size: 18px;
    line-height: 23px;
  }
}
.newspage .Titlebox .titleLabel__sub,
.columnpage .Titlebox .titleLabel__sub {
  margin-top: 10px;
  font-weight: 400;
}

@media only screen and (max-width: 980px) {
  .columnpage {
    margin-bottom: 0px;
  }
}
.columnpage .l-content {
  margin-top: 60px;
}
@media only screen and (max-width: 780px) {
  .columnpage .l-content {
    margin-top: 30px;
  }
}

.columnpage .mt-image-center {
  display: block;
  width: 66.6666666667%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .columnpage .mt-image-center {
    width: 80%;
  }
}
.columnpage .mt-image-left,
.columnpage .mt-image-right,
.columnpage .mt-image-none {
  display: block;
  width: auto;
  max-width: 100%;
}

.newspage .Titlebox {
  margin: 60px auto 40px;
}
@media only screen and (max-width: 780px) {
  .newspage .Titlebox {
    margin: 30px auto 20px;
  }
}

.concertprpage .pagetopLabel {
  margin-bottom: 15px;
  font-size: 25px;
}
@media only screen and (max-width: 780px) {
  .concertprpage .pagetopLabel {
    text-align: left;
    font-size: 20px;
    line-height: 23px;
  }
}
.concertprpage .pagetopLabel span {
  font-size: 22px;
}
@media only screen and (max-width: 780px) {
  .concertprpage .pagetopLabel span {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.concertprpage .Emgbox {
  padding: 20px;
}

.concertprpage .mt-image-center {
  display: block;
  width: 66.6666666667%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .concertprpage .mt-image-center {
    width: 80%;
  }
}
.concertprpage .mt-image-left,
.concertprpage .mt-image-right,
.concertprpage .mt-image-none {
  display: block;
  width: auto;
  max-width: 100%;
}

.Columnlist__title h1 {
  margin-bottom: 20px;
}
.Columnlist__title h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
}

.Columnlist__list dl dt {
  width: 120px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .Columnlist__list dl dt {
    width: 90px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 15px;
  }
}
.Columnlist__list dl dd {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 780px) {
  .Columnlist__list dl dd {
    width: calc(100% - 115px);
  }
}
.Columnlist__list dl .txt h4 span, .Columnlist__list dl .txt-02 h4 span {
  font-size: 14px;
}
.Columnlist__list dl .txt h4 span::after, .Columnlist__list dl .txt-02 h4 span::after {
  content: "\a";
  white-space: pre;
}
.Columnlist__list dl .txt p, .Columnlist__list dl .txt-02 p {
  font-size: 14px;
  margin: 0 0 2px;
}
.Columnlist__list dl .txt p:nth-of-type(2n), .Columnlist__list dl .txt-02 p:nth-of-type(2n) {
  margin: 10px 0;
}
.Columnlist__list dl .txt p:nth-of-type(2n):after, .Columnlist__list dl .txt-02 p:nth-of-type(2n):after {
  content: "...";
}

.newspage .Topnews li {
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 780px) {
  .newspage .Topnews li {
    padding: 10px 5px;
  }
}
.newspage .Topnews li:nth-of-type(2n) {
  background-color: #fafaf8;
}
.newspage .Topnews__body {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.newspage .Topnews__body a {
  padding: 10px 0;
}
@media only screen and (max-width: 780px) {
  .newspage .Topnews__body a {
    padding: 0;
  }
}

.LineupTop {
  margin-top: -36px;
}
.LineupTop__top {
  background-image: url("../images/lineup/top.png");
  background-size: cover;
  background-position: center;
  min-height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.LineupTop__top h1 {
  text-align: center;
  color: #fff;
}
.LineupTop__menu {
  background-color: #036eb2;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.LineupTop__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .LineupTop__menu ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.LineupTop__menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  text-align: center;
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 980px) {
  .LineupTop__menu li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
.LineupTop__menu li:first-of-type {
  border-left: solid 1px #fff;
}
@media only screen and (max-width: 980px) {
  .LineupTop__menu li:first-of-type {
    border-left: none;
  }
}
@media (min-width: 780px) and (max-width: 1201px) {
  .LineupTop__menu li:nth-of-type(2n) {
    -webkit-flex-basis: 110%;
        -ms-flex-preferred-size: 110%;
            flex-basis: 110%;
  }
}
@media only screen and (max-width: 980px) {
  .LineupTop__menu li:nth-of-type(2n) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 780px) and (max-width: 1201px) {
  .LineupTop__menu li:nth-of-type(3n) {
    -webkit-flex-basis: 120%;
        -ms-flex-preferred-size: 120%;
            flex-basis: 120%;
  }
}
@media only screen and (max-width: 980px) {
  .LineupTop__menu li:nth-of-type(3n) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    border-top: solid 1px #fff;
  }
}
@media only screen and (max-width: 980px) {
  .LineupTop__menu li:nth-of-type(4n) {
    border-top: solid 1px #fff;
  }
}
.LineupTop__menu a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
}
@media only screen and (max-width: 780px) {
  .LineupTop__menu a {
    font-size: 12px;
  }
}
.LineupTop__menu a:hover {
  text-decoration: none;
  background-color: #048de4;
  opacity: 1;
}

.Lineup {
  background-image: url("../images/lineup/lineupbk.png"), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(37%, rgb(255, 255, 255)), color-stop(41%, rgb(244, 241, 231)), to(rgb(241, 237, 225)));
  background-image: url("../images/lineup/lineupbk.png"), -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(244, 241, 231) 41%, rgb(241, 237, 225) 100%);
  background-image: url("../images/lineup/lineupbk.png"), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(244, 241, 231) 41%, rgb(241, 237, 225) 100%);
  background-size: cover;
  margin-top: 10px;
  margin-bottom: -40px;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .Lineup {
    margin-bottom: -80px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup {
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup {
    background-image: url("../images/lineup/lineupbk-sp.png"), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(37%, rgb(255, 255, 255)), color-stop(41%, rgb(244, 241, 231)), to(rgb(241, 237, 225)));
    background-image: url("../images/lineup/lineupbk-sp.png"), -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(244, 241, 231) 41%, rgb(241, 237, 225) 100%);
    background-image: url("../images/lineup/lineupbk-sp.png"), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(244, 241, 231) 41%, rgb(241, 237, 225) 100%);
  }
}
.Lineup:after {
  content: "";
  background: url("../images/lineup/kamome.png");
  background-size: cover;
  width: 100px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 5px;
}
.Lineup__head {
  padding-top: 120px;
  font-weight: 400;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #bf9d6d;
}
@media only screen and (min-width: 1201px) {
  .Lineup__head {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 980px) {
  .Lineup__head {
    padding-top: 150px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__head {
    padding-top: 80px;
    font-size: 19px;
    margin-bottom: 30px;
  }
}
.Lineup__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 45px 40px 5px;
  margin-bottom: 80px;
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 980px) {
  .Lineup__block {
    padding: 40px 30px 0px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__block {
    padding: 30px 15px 0px;
    border-radius: 30px;
    margin-bottom: 50px;
  }
}
.Lineup__block h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 780px) {
  .Lineup__block h4 {
    font-size: 18px;
  }
}
.Lineup__block table {
  margin-top: 10px;
}
.Lineup__block table span {
  font-size: 12px;
}
.Lineup__title, .Lineup__title-long {
  position: relative;
  background: #036eb2;
  height: 64px;
  line-height: 56px;
  font-size: 24px;
  color: #fff;
  margin: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  padding-left: 40px;
  width: 70%;
  min-width: 710px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  .Lineup__title, .Lineup__title-long {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    padding-left: 30px;
    font-size: 18px;
    width: 95%;
    min-width: initial;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__title, .Lineup__title-long {
    font-size: 16px;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    padding-left: 15px;
    height: 46px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 30px;
  }
}
.Lineup__title:after, .Lineup__title-long:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -64px;
  border-style: solid;
  border-color: transparent transparent transparent #036eb2;
  border-width: 32px 0 32px 65px;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .Lineup__title:after, .Lineup__title-long:after {
    right: -35px;
    border-width: 23px 0 23px 36px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__title-long {
    height: 54px;
    line-height: 22px;
  }
  .Lineup__title-long::after {
    border-width: 27px 0 27px 36px;
  }
}
.Lineup__img {
  width: 380px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -7px;
}
@media only screen and (max-width: 780px) {
  .Lineup__img {
    width: 380px;
    max-width: 90%;
  }
}
.Lineup__slide {
  width: 380px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 780px) {
  .Lineup__slide {
    width: 380px;
    max-width: 90%;
  }
}
.Lineup__box, .Lineup__box-half, .Lineup__box-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 780px) {
  .Lineup__box, .Lineup__box-half, .Lineup__box-full {
    margin-bottom: 25px !important;
  }
}
.Lineup__box-full {
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .Lineup__box-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Lineup__box-full .Lineup__slide {
  width: 50%;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Lineup__box-full .Lineup__slide .bx-wrapper {
  width: 380px;
}
@media only screen and (max-width: 780px) {
  .Lineup__box-full .Lineup__slide .bx-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__box-full .Lineup__slide {
    width: 380px;
    max-width: 90%;
    padding-right: 0px;
  }
}
.Lineup__box-full .Lineup__txt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0;
  width: 52%;
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Lineup__box-full .Lineup__txt {
    width: 50%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__box-full .Lineup__txt {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.Lineup__box-full.arrange .Lineup__slide {
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Lineup__box-full.arrange .Lineup__slide .bx-wrapper {
  width: 380px;
}
@media only screen and (max-width: 780px) {
  .Lineup__box-full.arrange .Lineup__slide .bx-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__box-full.arrange .Lineup__slide {
    width: 380px;
    max-width: 90%;
    padding-right: 0px;
  }
}
.Lineup__box-full.arrange .Lineup__txt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0;
  width: 52%;
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}
@media (min-width: 780px) and (max-width: 1201px) {
  .Lineup__box-full.arrange .Lineup__txt {
    width: 50%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__box-full.arrange .Lineup__txt {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.Lineup__box-half {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 780px) {
  .Lineup__box-half {
    width: 100%;
  }
}
.Lineup__box-half .Lineup__img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 980px) {
  .Lineup__box-half .Lineup__img {
    width: 380px;
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.Lineup__box-half .Lineup__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 980px) {
  .Lineup__box-half .Lineup__slide {
    width: 380px;
    max-width: 90%;
  }
}
.Lineup__box-half .Lineup__slide .bx-wrapper {
  width: 380px;
}
@media only screen and (max-width: 780px) {
  .Lineup__box-half .Lineup__slide .bx-wrapper {
    margin-bottom: 30px;
  }
}
.Lineup__box-half:nth-of-type(odd) {
  padding-left: 20px;
}
@media only screen and (max-width: 780px) {
  .Lineup__box-half:nth-of-type(odd) {
    padding-left: 0px;
  }
}
.Lineup__box-half:nth-of-type(even) {
  padding-right: 20px;
}
@media only screen and (max-width: 780px) {
  .Lineup__box-half:nth-of-type(even) {
    padding-right: 0px;
  }
}
.Lineup__box p, .Lineup__box-full p, .Lineup__box-half p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 780px) {
  .Lineup__box p, .Lineup__box-full p, .Lineup__box-half p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__box .link, .Lineup__box-full .link, .Lineup__box-half .link {
    width: initial;
  }
}
.Lineup__box .link a, .Lineup__box-full .link a, .Lineup__box-half .link a {
  min-width: 350px;
}
@media only screen and (max-width: 780px) {
  .Lineup__box .link a, .Lineup__box-full .link a, .Lineup__box-half .link a {
    display: block;
    width: 100%;
    min-width: 100%;
  }
}
.Lineup__slogan {
  color: #bf9d6d;
  font-weight: 500 !important;
  font-size: 20px;
}
@media only screen and (max-width: 980px) {
  .Lineup__slogan {
    font-size: 18px;
  }
}
@media only screen and (max-width: 780px) {
  .Lineup__slogan {
    font-size: 16px;
  }
}

.YearLineup .LineupTop h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.YearLineup .LineupTop__top {
  background-image: url("../images/lineup/top2022.png");
  background-size: cover;
  background-position: top;
}
.YearLineup .LineupTop__top h1 {
  text-align: center;
  color: #fff;
}
.YearLineup .LineupTop__menu {
  background-color: #926F44;
}
.YearLineup .LineupTop__menu ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.YearLineup .LineupTop__menu li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 980px) {
  .YearLineup .LineupTop__menu li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
.YearLineup .LineupTop__menu li:nth-of-type(-n+4) {
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 980px) {
  .YearLineup .LineupTop__menu li:nth-of-type(-n+4) {
    border-bottom: none;
  }
}
.YearLineup .LineupTop__menu li:nth-of-type(5) {
  border-left: solid 1px #fff;
}
@media only screen and (max-width: 980px) {
  .YearLineup .LineupTop__menu li:nth-of-type(5) {
    border-top: solid 1px #fff;
    border-left: none;
  }
}
@media only screen and (max-width: 980px) {
  .YearLineup .LineupTop__menu li:nth-of-type(7) {
    border-top: solid 1px #fff;
  }
}
.YearLineup .LineupTop__menu li:nth-of-type(3) a, .YearLineup .LineupTop__menu li:nth-of-type(8) a {
  padding: 1.2em 5px;
}
.YearLineup .LineupTop__menu li:hover {
  text-decoration: none;
  background-color: #b18958;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.YearLineup .LineupTop__menu a {
  padding: 7px 5px;
  font-size: 15px;
}
.YearLineup .LineupTop__menu a:hover {
  text-decoration: none;
  background-color: #b18958;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 780px) {
  .YearLineup .LineupTop__menu a {
    font-size: 12px;
  }
}
.YearLineup .Lineup {
  background-image: url("../images/lineup/lineupbg2022.png"), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(37%, rgb(255, 255, 255)), color-stop(41%, rgb(244, 241, 231)), to(rgb(241, 237, 225)));
  background-image: url("../images/lineup/lineupbg2022.png"), -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(244, 241, 231) 41%, rgb(241, 237, 225) 100%);
  background-image: url("../images/lineup/lineupbg2022.png"), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(244, 241, 231) 41%, rgb(241, 237, 225) 100%);
  background-size: cover;
  margin-top: 10px;
  margin-bottom: -40px;
  padding-bottom: 40px;
  padding-top: 9em;
}
@media only screen and (max-width: 780px) {
  .YearLineup .Lineup {
    background-image: url("../images/lineup/lineupbg2022-sp.png"), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(37%, rgb(255, 255, 255)), color-stop(41%, rgb(244, 241, 231)), to(rgb(241, 237, 225)));
    background-image: url("../images/lineup/lineupbg2022-sp.png"), -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(244, 241, 231) 41%, rgb(241, 237, 225) 100%);
    background-image: url("../images/lineup/lineupbg2022-sp.png"), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgb(244, 241, 231) 41%, rgb(241, 237, 225) 100%);
    padding-top: 6em;
  }
}
.YearLineup .Lineup__block {
  background: rgb(255, 255, 255);
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 29%, rgb(244, 241, 231) 79%, rgb(241, 237, 225) 100%);
  background: radial-gradient(circle, rgb(255, 255, 255) 29%, rgb(244, 241, 231) 79%, rgb(241, 237, 225) 100%);
  border-radius: 50px;
  border: solid 1px #f0e8cc;
}
@media only screen and (max-width: 980px) {
  .YearLineup .Lineup__block {
    padding: 40px 30px 0px;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup .Lineup__block {
    padding: 30px 15px 0px;
    border-radius: 30px;
    margin-bottom: 50px;
  }
}
.YearLineup .Lineup__block:nth-child(1) .link.gray {
  border: solid 1px #9f7d52;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.YearLineup .Lineup__block:nth-child(1) .link.gray a {
  /*          background-color:#BDA366;*/
  background-image: -webkit-linear-gradient(306deg, #c2ab77, #a68459 20%, #a68459);
  background-image: linear-gradient(144deg, #c2ab77, #a68459 20%, #a68459);
  color: #FFFFFF;
}
.YearLineup .Lineup__block:nth-child(1) .link.gray a:before {
  background-image: url(../images/ico-link-dtl-white.svg);
}
.YearLineup .Lineup__block:nth-child(1) .link.gray a:hover {
  opacity: 0.95;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.YearLineup .Lineup__block:nth-child(1) .link.gray:before, .YearLineup .Lineup__block:nth-child(1) .link.gray:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 150px/30px;
}
.YearLineup .Lineup__block:nth-child(1) .link.gray:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
          transform: skew(8deg) rotate(3deg);
}
.YearLineup .Lineup__title, .YearLineup .Lineup__title-long {
  background: #926F44;
}
.YearLineup .Lineup__title:after, .YearLineup .Lineup__title-long:after {
  border-color: transparent transparent transparent #926F44;
}
.YearLineup .Lineup__title-long#chap7 {
  font-size: 20px;
}
@media only screen and (max-width: 980px) {
  .YearLineup .Lineup__title-long#chap7 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup .Lineup__title-long#chap7 {
    font-size: 16px;
  }
}
.YearLineup .Lineup__txt .link {
  margin: 0px 10px 10px 0px;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup .Lineup__txt .link {
    display: block;
  }
}
.YearLineup .Lineup__txt a {
  min-width: 440px;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup .Lineup__txt a {
    min-width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup .Lineup__txt a {
    min-width: 100%;
  }
}
.YearLineup .Lineup__slogan {
  margin-bottom: 1em;
}
.YearLineup .Lineup__slogan a {
  color: #2872AE;
  font-weight: 500 !important;
}
.YearLineup .Lineup__box-full .Lineup__slide {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.YearLineup .Lineup__box-half:nth-of-type(odd) {
  padding-right: 20px;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup .Lineup__box-half:nth-of-type(odd) {
    padding-left: 0px;
  }
}
.YearLineup .Lineup__box-half:nth-of-type(even) {
  padding-left: 20px;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup .Lineup__box-half:nth-of-type(even) {
    padding-right: 0px;
  }
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup .Lineup__box-half .Lineup__txt {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup .Lineup__box-half .Lineup__txt {
    display: block;
    width: 100%;
  }
}
.YearLineup .Lineup__img {
  margin-bottom: 2em;
}
.YearLineup .Lineup__img span {
  text-align: right;
  display: block;
  font-size: 12px;
}
.YearLineup .Lineup__slide p {
  width: 380px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 780px) {
  .YearLineup .Lineup__slide p {
    width: 380px;
    max-width: 90%;
  }
}
.YearLineup .Lineup__slide p span {
  text-align: right;
  display: block;
  font-size: 12px;
}
.YearLineup .Lineup .txt, .YearLineup .Lineup .txt-02 {
  margin: 0 auto 3em;
  width: 94%;
}

.bxslider li span {
  text-align: right;
  display: block;
  font-size: 12px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  height: 20px;
}

.bx-wrapper {
  margin-bottom: 40px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: initial;
  bottom: -28px;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  width: 22px;
  color: #cdcdcd;
  height: 22px;
  text-indent: 0;
  z-index: 9999;
  font-size: 12px;
}
@media only screen and (max-width: 780px) {
  .bx-wrapper .bx-controls-direction a {
    bottom: -16px;
  }
}

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .bx-wrapper .bx-pager {
    bottom: -8px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 9px;
  height: 9px;
  background: #cdcdcd;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #bf9d6d;
}

.YearLineup-2023 .LineupTop h1 {
  font-weight: 500;
}
.YearLineup-2023 .LineupTop__top {
  background-image: url("../images/lineup/top2023.png");
  background-size: cover;
  background-position: top;
}
.YearLineup-2023 .LineupTop__top h1 {
  text-align: center;
  color: #100964;
}
.YearLineup-2023 .LineupTop__menu {
  background-color: #100964;
}
.YearLineup-2023 .LineupTop__menu ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.YearLineup-2023 .LineupTop__menu li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 980px) {
  .YearLineup-2023 .LineupTop__menu li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
.YearLineup-2023 .LineupTop__menu li:nth-of-type(-n+4) {
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 980px) {
  .YearLineup-2023 .LineupTop__menu li:nth-of-type(-n+4) {
    border-bottom: none;
  }
}
.YearLineup-2023 .LineupTop__menu li:nth-of-type(5) {
  border-left: solid 1px #fff;
}
@media only screen and (max-width: 980px) {
  .YearLineup-2023 .LineupTop__menu li:nth-of-type(5) {
    border-top: solid 1px #fff;
    border-left: none;
  }
}
@media only screen and (max-width: 980px) {
  .YearLineup-2023 .LineupTop__menu li:nth-of-type(7) {
    border-top: solid 1px #fff;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup-2023 .LineupTop__menu li:nth-of-type(1) a {
    font-size: 10px;
    line-height: 18px;
  }
}
.YearLineup-2023 .LineupTop__menu li:nth-of-type(3) a, .YearLineup-2023 .LineupTop__menu li:nth-of-type(4) a, .YearLineup-2023 .LineupTop__menu li:nth-of-type(5) a, .YearLineup-2023 .LineupTop__menu li:nth-of-type(6) a, .YearLineup-2023 .LineupTop__menu li:nth-of-type(7) a, .YearLineup-2023 .LineupTop__menu li:nth-of-type(8) a {
  padding: 1.2em 5px;
}
.YearLineup-2023 .LineupTop__menu li:hover {
  text-decoration: none;
  background-color: #b18958;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.YearLineup-2023 .LineupTop__menu a {
  padding: 7px 5px;
  font-size: 15px;
  min-height: 60px;
}
.YearLineup-2023 .LineupTop__menu a:hover {
  text-decoration: none;
  background-color: #B47CA9;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 980px) {
  .YearLineup-2023 .LineupTop__menu a {
    min-height: 50px;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup-2023 .LineupTop__menu a {
    font-size: 12px;
  }
}
.YearLineup-2023 .Lineup {
  background: #FFFFFF;
  margin-top: 10px;
  margin-bottom: -40px;
  padding-bottom: 40px;
  padding-top: 4em;
}
@media only screen and (max-width: 780px) {
  .YearLineup-2023 .Lineup {
    padding-top: 2em;
    padding-bottom: 20px;
  }
}
.YearLineup-2023 .Lineup:after {
  display: none;
}
.YearLineup-2023 .Lineup__block {
  background: #F9C5D8;
  border-radius: 0px;
}
@media only screen and (max-width: 980px) {
  .YearLineup-2023 .Lineup__block {
    padding: 40px 30px 0px;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup-2023 .Lineup__block {
    padding: 30px 15px 0px;
    border-radius: 0px;
    margin-bottom: 30px;
  }
}
.YearLineup-2023 .Lineup__block:nth-child(1) .link.gray {
  border: solid 1px #1F246A;
  position: relative;
}
.YearLineup-2023 .Lineup__block:nth-child(1) .link.gray a {
  background-color: #1F246A;
  color: #ffffff;
}
.YearLineup-2023 .Lineup__block:nth-child(1) .link.gray a:before {
  background-image: url(../images/ico-link-dtl-white.svg);
}
.YearLineup-2023 .Lineup__block:nth-child(1) .link.gray a:hover {
  text-decoration: none;
  background-color: #B47CA9;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.YearLineup-2023 .Lineup__block:nth-child(1) .link.gray:before, .YearLineup-2023 .Lineup__block:nth-child(1) .link.gray:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 150px/30px;
}
.YearLineup-2023 .Lineup__block:nth-child(1) .link.gray:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
          transform: skew(8deg) rotate(3deg);
}
.YearLineup-2023 .Lineup__title, .YearLineup-2023 .Lineup__title-long {
  background: initial;
  width: 100%;
  height: initial;
  line-height: 38px;
  font-size: 32px;
  color: #100964;
  font-family: "Noto Serif JP", serif;
  padding-left: 30px;
}
.YearLineup-2023 .Lineup__title:after, .YearLineup-2023 .Lineup__title-long:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 18px;
  bottom: -18px;
  top: initial;
  left: 0;
  border-style: solid;
  background-color: #100964;
  border: initial;
}
@media only screen and (max-width: 780px) {
  .YearLineup-2023 .Lineup__title:after, .YearLineup-2023 .Lineup__title-long:after {
    height: 7px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 980px) {
  .YearLineup-2023 .Lineup__title, .YearLineup-2023 .Lineup__title-long {
    font-size: 20px;
    line-height: 24px;
    padding-left: 15px;
  }
}
.YearLineup-2023 .Lineup__img {
  margin-bottom: 2em;
}
.YearLineup-2023 .Lineup__img span {
  text-align: right;
  display: block;
  font-size: 12px;
}
.YearLineup-2023 .Lineup__txt {
  margin: 0 auto;
  width: 380px;
  max-width: 100%;
}
.YearLineup-2023 .Lineup__txt .link {
  margin: 0px 10px 10px 0px;
  width: 100%;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup-2023 .Lineup__txt .link {
    display: block;
  }
}
.YearLineup-2023 .Lineup__txt a {
  min-width: 100%;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup-2023 .Lineup__txt a {
    min-width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup-2023 .Lineup__txt a {
    min-width: 100%;
  }
}
.YearLineup-2023 .Lineup__txt .subtitle {
  font-size: 0.7rem;
}
.YearLineup-2023 .Lineup .txt, .YearLineup-2023 .Lineup .txt-02 {
  margin: 0 auto 3em;
  width: 94%;
}
.YearLineup-2023 .Lineup .bx-wrapper {
  background-color: initial;
}
.YearLineup-2023 .Lineup .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #0F1B6E;
}
.YearLineup-2023 .Lineup .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #B47CA9;
}
.YearLineup-2023 .Lineup .bx-wrapper .bx-controls-direction a {
  color: #B47CA9;
}

.YearLineup-2024 .LineupTop h1 {
  font-weight: 500;
}
.YearLineup-2024 .LineupTop__top {
  background-image: url("../images/lineup/top2024.png");
  background-size: cover;
  background-position: top;
}
.YearLineup-2024 .LineupTop__top h1 {
  text-align: center;
  color: #ffffff;
}
.YearLineup-2024 .LineupTop__menu {
  background-color: #2ea7e0;
}
.YearLineup-2024 .LineupTop__menu ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.YearLineup-2024 .LineupTop__menu li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 980px) {
  .YearLineup-2024 .LineupTop__menu li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
.YearLineup-2024 .LineupTop__menu li br {
  display: none;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup-2024 .LineupTop__menu li br {
    display: inline;
  }
}
@media only screen and (max-width: 980px) {
  .YearLineup-2024 .LineupTop__menu li br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .YearLineup-2024 .LineupTop__menu li br {
    display: inline;
  }
}
.YearLineup-2024 .LineupTop__menu:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.YearLineup-2024 .LineupTop a {
  padding: 1.2em 5px;
  font-size: 15px;
  min-height: 60px;
}
.YearLineup-2024 .LineupTop a:hover {
  text-decoration: none;
  background-color: #036eb8;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 980px) {
  .YearLineup-2024 .LineupTop a {
    min-height: 50px;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup-2024 .LineupTop a {
    font-size: 12px;
  }
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup-2024 .LineupTop li:nth-of-type(3) a,
  .YearLineup-2024 .LineupTop li:nth-of-type(4) a {
    padding: 7px 5px;
  }
}
@media only screen and (max-width: 980px) {
  .YearLineup-2024 .LineupTop li:nth-of-type(3) a,
  .YearLineup-2024 .LineupTop li:nth-of-type(4) a {
    padding: 1.2em 5px;
  }
}
@media only screen and (max-width: 480px) {
  .YearLineup-2024 .LineupTop li:nth-of-type(3) a,
  .YearLineup-2024 .LineupTop li:nth-of-type(4) a {
    padding: 7px 5px;
  }
}
.YearLineup-2024 .Lineup {
  background: #FFFFFF;
  margin-top: 10px;
  margin-bottom: -40px;
  padding-bottom: 40px;
  padding-top: 4em;
}
@media only screen and (max-width: 780px) {
  .YearLineup-2024 .Lineup {
    padding-top: 2em;
    padding-bottom: 20px;
  }
}
.YearLineup-2024 .Lineup:after {
  display: none;
}
.YearLineup-2024 .Lineup__block {
  border-radius: 0px;
}
@media only screen and (max-width: 980px) {
  .YearLineup-2024 .Lineup__block {
    padding: 40px 30px 0px;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup-2024 .Lineup__block {
    padding: 30px 15px 0px;
    border-radius: 0px;
    margin-bottom: 30px;
  }
}
.YearLineup-2024 .Lineup__block.chap1 {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(39%, rgb(197, 222, 243)), to(rgb(141, 190, 231)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(197, 222, 243) 39%, rgb(141, 190, 231) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(197, 222, 243) 39%, rgb(141, 190, 231) 100%);
}
.YearLineup-2024 .Lineup__block.chap1 .Lineup__title, .YearLineup-2024 .Lineup__block.chap1 .Lineup__title-long {
  color: #00428e;
}
.YearLineup-2024 .Lineup__block.chap1 .Lineup__title::after, .YearLineup-2024 .Lineup__block.chap1 .Lineup__title-long::after {
  background-color: #00428e;
}
.YearLineup-2024 .Lineup__block.chap2 {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(39%, rgb(250, 217, 215)), to(rgb(245, 178, 173)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(250, 217, 215) 39%, rgb(245, 178, 173) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(250, 217, 215) 39%, rgb(245, 178, 173) 100%);
}
.YearLineup-2024 .Lineup__block.chap2 .Lineup__title, .YearLineup-2024 .Lineup__block.chap2 .Lineup__title-long {
  color: #a40023;
}
.YearLineup-2024 .Lineup__block.chap2 .Lineup__title::after, .YearLineup-2024 .Lineup__block.chap2 .Lineup__title-long::after {
  background-color: #a40023;
}
.YearLineup-2024 .Lineup__block.chap3 {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(39%, rgb(253, 228, 169)), to(rgb(251, 200, 79)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(253, 228, 169) 39%, rgb(251, 200, 79) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(253, 228, 169) 39%, rgb(251, 200, 79) 100%);
}
.YearLineup-2024 .Lineup__block.chap3 .Lineup__title, .YearLineup-2024 .Lineup__block.chap3 .Lineup__title-long {
  color: #934e00;
}
.YearLineup-2024 .Lineup__block.chap3 .Lineup__title::after, .YearLineup-2024 .Lineup__block.chap3 .Lineup__title-long::after {
  background-color: #934e00;
}
.YearLineup-2024 .Lineup__block.chap4 {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(39%, rgb(188, 226, 209)), to(rgb(119, 196, 161)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(188, 226, 209) 39%, rgb(119, 196, 161) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(188, 226, 209) 39%, rgb(119, 196, 161) 100%);
}
.YearLineup-2024 .Lineup__block.chap4 .Lineup__title, .YearLineup-2024 .Lineup__block.chap4 .Lineup__title-long {
  color: #007152;
}
.YearLineup-2024 .Lineup__block.chap4 .Lineup__title::after, .YearLineup-2024 .Lineup__block.chap4 .Lineup__title-long::after {
  background-color: #007152;
}
.YearLineup-2024 .Lineup__block:nth-child(1) .link.gray {
  border: solid 1px #a18c70;
  position: relative;
}
.YearLineup-2024 .Lineup__block:nth-child(1) .link.gray a {
  background-color: #a18c70;
  color: #ffffff;
}
.YearLineup-2024 .Lineup__block:nth-child(1) .link.gray a:before {
  background-image: url(../images/ico-link-dtl-white.svg);
}
.YearLineup-2024 .Lineup__block:nth-child(1) .link.gray a:hover {
  text-decoration: none;
  background-color: #726756;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.YearLineup-2024 .Lineup__block:nth-child(1) .link.gray:before, .YearLineup-2024 .Lineup__block:nth-child(1) .link.gray:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 150px/30px;
}
.YearLineup-2024 .Lineup__block:nth-child(1) .link.gray:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
          transform: skew(8deg) rotate(3deg);
}
.YearLineup-2024 .Lineup__title, .YearLineup-2024 .Lineup__title-long {
  background: initial;
  width: 100%;
  height: initial;
  line-height: 38px;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  padding-left: 30px;
}
.YearLineup-2024 .Lineup__title:after, .YearLineup-2024 .Lineup__title-long:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  bottom: -7px;
  top: initial;
  left: 0;
  border-style: solid;
  border: initial;
}
@media only screen and (max-width: 780px) {
  .YearLineup-2024 .Lineup__title:after, .YearLineup-2024 .Lineup__title-long:after {
    height: 7px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 980px) {
  .YearLineup-2024 .Lineup__title, .YearLineup-2024 .Lineup__title-long {
    font-size: 20px;
    line-height: 24px;
    padding-left: 15px;
  }
}
.YearLineup-2024 .Lineup__img {
  margin-bottom: 2em;
}
.YearLineup-2024 .Lineup__img span {
  text-align: right;
  display: block;
  font-size: 12px;
}
.YearLineup-2024 .Lineup__txt {
  margin: 0 auto;
  width: 380px;
  max-width: 100%;
}
.YearLineup-2024 .Lineup__txt .link {
  margin: 0px 10px 10px 0px;
  width: 100%;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup-2024 .Lineup__txt .link {
    display: block;
  }
}
.YearLineup-2024 .Lineup__txt a {
  min-width: 100%;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .YearLineup-2024 .Lineup__txt a {
    min-width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .YearLineup-2024 .Lineup__txt a {
    min-width: 100%;
  }
}
.YearLineup-2024 .Lineup__txt .subtitle {
  font-size: 0.7rem;
}
.YearLineup-2024 .Lineup .txt, .YearLineup-2024 .Lineup .txt-02 {
  margin: 0 auto 3em;
  width: 94%;
}
.YearLineup-2024 .Lineup .bx-wrapper {
  background-color: initial;
}
.YearLineup-2024 .Lineup .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #bf9d6d;
}
.YearLineup-2024 .Lineup .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #cdcdcd;
}
.YearLineup-2024 .Lineup .bx-wrapper .bx-controls-direction a {
  color: #888888;
}

.encoreList {
  margin-top: 2em;
}
.encoreList dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  margin: 0em 0 0;
  padding: 2em;
}
.encoreList dl:nth-of-type(odd) {
  background-color: #fafaf8;
}
@media only screen and (max-width: 780px) {
  .encoreList dl {
    display: block;
    padding: 1em 1.5em;
  }
}
.encoreList dt {
  margin: 0;
  width: 200px;
}
@media only screen and (max-width: 780px) {
  .encoreList dt {
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 1em;
  }
}
.encoreList dd {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 780px) {
  .encoreList dd {
    width: 100%;
  }
}
.encoreList dd div {
  margin: 2em 0 0;
  padding: 2em 0 0;
  border-top: solid 1px #ddd;
}
.encoreList dd div:nth-of-type(1) {
  padding: 0;
  margin: 0;
  border-top: none;
}
.encoreList dd a {
  font-weight: 500;
  margin: 0.3em 0 0.5em;
}

.archiveLabel {
  font-size: 20px;
  margin: 40px 0 25px;
  padding: 4px 15px;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .archiveLabel {
    font-size: 19px;
    margin: 30px 0 20px;
    line-height: 22px;
  }
}

.ArchiveTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none !important;
}
.ArchiveTop__head {
  text-align: center;
  background-color: #bf9d6d;
  padding: 18px 0;
  font-size: 22px;
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .ArchiveTop__head {
    padding: 10px 0;
    font-size: 20px;
  }
}
.ArchiveTop__body {
  border: solid 1px #dbdbdb;
  border-top: none;
  padding: 40px 30px;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 780px) {
  .ArchiveTop__body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
  }
}
.ArchiveTop__title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400 !important;
}
.ArchiveTop__text {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 780px) {
  .ArchiveTop__text {
    width: 100%;
  }
}
.ArchiveTop__img {
  width: 200px;
}
@media only screen and (max-width: 780px) {
  .ArchiveTop__img {
    width: 200px;
    margin: 0 auto;
  }
}

.ArchiveSerchbox {
  margin: 40px 0px 90px;
}
.ArchiveSerchbox__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dbdbdb;
  padding: 40px 0;
  margin: 0 0 30px;
}
@media only screen and (max-width: 780px) {
  .ArchiveSerchbox__box {
    padding: 30px 0;
  }
}
.ArchiveSerchbox__halfbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 90%;
}
.ArchiveSerchbox__halfbox div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ArchiveSerchbox__halfbox span {
  margin-right: 10px;
  font-weight: 300;
}
@media only screen and (max-width: 780px) {
  .ArchiveSerchbox__halfbox span {
    min-width: 115px;
  }
}
@media only screen and (max-width: 980px) {
  .ArchiveSerchbox__halfbox {
    width: 95%;
    gap: 20px;
  }
}
@media only screen and (max-width: 780px) {
  .ArchiveSerchbox__halfbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ArchiveSerchbox__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media only screen and (max-width: 780px) {
  .ArchiveSerchbox__btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ArchiveSerchbox input[type=text] {
  border: 1px solid #dbdbdb;
  width: 80%;
  height: 45px;
  padding: 0 10px;
}
@media only screen and (max-width: 780px) {
  .ArchiveSerchbox input[type=text] {
    width: 95%;
  }
}
.ArchiveSerchbox input[type=submit],
.ArchiveSerchbox input[type=reset],
.ArchiveSerchbox a.submit {
  width: 30%;
  font-size: 15px;
  display: inline-block;
  padding: 10px 0px;
  letter-spacing: 5px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.ArchiveSerchbox input[type=submit]:hover,
.ArchiveSerchbox input[type=reset]:hover,
.ArchiveSerchbox a.submit:hover {
  cursor: pointer;
  opacity: 0.4;
}
@media only screen and (max-width: 780px) {
  .ArchiveSerchbox input[type=submit],
  .ArchiveSerchbox input[type=reset],
  .ArchiveSerchbox a.submit {
    width: 47%;
  }
}
.ArchiveSerchbox input[type=submit],
.ArchiveSerchbox a.submit {
  background-color: #0D64AA;
  border: solid 1px #0D64AA;
  color: #ffffff;
}
.ArchiveSerchbox input[type=reset] {
  background-color: #fafaf8;
  border: 1px solid #fafaf8;
}
.ArchiveSerchbox__tbl {
  margin-top: 60px;
}
@media only screen and (max-width: 780px) {
  .ArchiveSerchbox__tbl {
    margin-top: 40px !important;
  }
}
.ArchiveSerchbox__tbl .pager {
  margin-top: 20px;
}
.ArchiveSerchbox__nodata {
  text-align: center;
  margin-top: 90px;
}

.ArchiveAccordionbox {
  margin: 40px 0px 90px;
  font-weight: 300;
}
.ArchiveAccordionbox__inner {
  overflow: hidden;
}
.ArchiveAccordionbox details summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
}
.ArchiveAccordionbox details summary::after {
  content: "＋";
  position: absolute;
  right: 10px;
}
.ArchiveAccordionbox details[open] summary {
  background: #fafaf8;
}
.ArchiveAccordionbox details[open] summary::after {
  content: "ー";
}
.ArchiveAccordionbox details summary::-webkit-details-marker {
  display: none;
}

@media only screen and (max-width: 780px) {
  table.pianotable {
    max-width: initial;
    width: initial;
    word-break: keep-all;
    margin: 0px 0;
  }
}
table.pianotable th {
  width: initial;
  min-width: initial;
  text-align: center;
}
table.pianotable td {
  font-size: 14px;
}
table.pianotable th:nth-child(1) {
  width: 75px;
}
table.pianotable th:nth-child(2) {
  width: 220px;
}
@media only screen and (max-width: 780px) {
  table.pianotable th:nth-child(2) {
    min-width: 150px !important;
  }
}
table.pianotable th:nth-child(3) {
  width: 250px;
}
table.pianotable th:nth-child(4) {
  width: calc(100% - 525px);
}
@media only screen and (max-width: 780px) {
  table.pianotable th:nth-child(4) {
    min-width: 600px !important;
    width: initial;
  }
}
table.pianotable tr td:nth-child(-n+3) {
  text-align: center;
}

table.justcomposedtable {
  table-layout: fixed;
}
@media only screen and (max-width: 780px) {
  table.justcomposedtable {
    table-layout: auto;
    max-width: initial;
    width: initial;
    word-break: keep-all;
    margin: 0px 0;
  }
}
table.justcomposedtable th {
  width: initial;
  min-width: initial;
  text-align: center;
}
table.justcomposedtable td {
  font-size: 14px;
}
table.justcomposedtable th:nth-child(1) {
  width: 65px;
}
table.justcomposedtable th:nth-child(2) {
  width: 210px;
}
@media only screen and (max-width: 780px) {
  table.justcomposedtable th:nth-child(2) {
    min-width: 150px !important;
  }
}
@media only screen and (max-width: 780px) {
  table.justcomposedtable th:nth-child(3),
  table.justcomposedtable th:nth-child(4) {
    min-width: 550px !important;
    width: initial;
  }
}
table.justcomposedtable tr td:nth-child(-n+2) {
  text-align: center;
}

table.justcomposedtable-song {
  table-layout: fixed;
}
@media only screen and (max-width: 780px) {
  table.justcomposedtable-song {
    table-layout: auto;
    max-width: initial;
    width: initial;
    word-break: keep-all;
    margin: 0px 0;
  }
}
table.justcomposedtable-song th {
  width: initial;
  min-width: initial;
  text-align: center;
}
table.justcomposedtable-song td {
  font-size: 14px;
}
table.justcomposedtable-song th:nth-child(1) {
  width: 150px;
}
@media only screen and (max-width: 780px) {
  table.justcomposedtable-song th:nth-child(1) {
    min-width: 150px !important;
  }
}
table.justcomposedtable-song th:nth-child(2) {
  width: 300px;
}
@media only screen and (max-width: 780px) {
  table.justcomposedtable-song th:nth-child(2) {
    min-width: 300px !important;
  }
}
@media only screen and (max-width: 780px) {
  table.justcomposedtable-song th:nth-child(3) {
    min-width: 550px !important;
    width: initial;
  }
}
table.justcomposedtable-song tr td:nth-child(-n+2) {
  text-align: center;
}

@media only screen and (max-width: 780px) {
  .tableArea {
    max-width: 100%;
    overflow: auto; /*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
    margin: 25px 0;
  }
}

.scroll-hint-text {
  margin-top: 0;
}

@media only screen and (max-width: 980px) {
  .Archivepage-piano,
  .Archivepage-just {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
.Archivepage-piano .Imgtext__text table,
.Archivepage-just .Imgtext__text table {
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .Archivepage-piano .Imgtext__text table,
  .Archivepage-just .Imgtext__text table {
    margin-bottom: 40px;
  }
}
.Archivepage-piano .Imgtext__text table .songlist,
.Archivepage-just .Imgtext__text table .songlist {
  margin-bottom: 10px;
}
.Archivepage-piano .Imgtext__text table .songlist:last-of-type,
.Archivepage-just .Imgtext__text table .songlist:last-of-type {
  margin-bottom: initial;
}
.Archivepage-piano .Imgtext__text table .songlist li,
.Archivepage-just .Imgtext__text table .songlist li {
  text-indent: -1em;
  padding-left: 1em;
}
.Archivepage-piano .Imgtext__text table .songlist li::before,
.Archivepage-just .Imgtext__text table .songlist li::before {
  content: "・";
}
.Archivepage-piano .Imgtext__text table .songlist li a,
.Archivepage-just .Imgtext__text table .songlist li a {
  display: unset;
}
.Archivepage-piano .column table th, .Archivepage-piano .Emgbox table th, .Archivepage-piano .column table td, .Archivepage-piano .Emgbox table td,
.Archivepage-just .column table th,
.Archivepage-just .Emgbox table th,
.Archivepage-just .column table td,
.Archivepage-just .Emgbox table td {
  background-color: initial;
  border: none;
  border-bottom: 1px solid #dbdbdb;
}
.Archivepage-piano .column table th, .Archivepage-piano .Emgbox table th,
.Archivepage-just .column table th,
.Archivepage-just .Emgbox table th {
  width: 10%;
  min-width: 80px;
}
@media only screen and (max-width: 980px) {
  .Archivepage-piano .Imgtext__img-S,
  .Archivepage-just .Imgtext__img-S {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    width: 100%;
  }
  .Archivepage-piano .Imgtext__img-S a, .Archivepage-piano .Imgtext__img-S img,
  .Archivepage-just .Imgtext__img-S a,
  .Archivepage-just .Imgtext__img-S img {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.Archivepage-justsong {
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .Archivepage-justsong {
    margin-bottom: 30px;
  }
}
.Archivepage-justsong .Table-Concert {
  display: table;
}
.Archivepage-justsong .Performbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding: 25px;
  border: 1px solid #e1e1e1;
  background-color: #fafaf8;
  text-decoration: none;
}
.Archivepage-justsong .Performbtn:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .Archivepage-justsong .Performbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 2.5%;
    gap: 15px;
  }
}
.Archivepage-justsong .Performbtn__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.Archivepage-justsong .Performbtn__ttl {
  margin-bottom: auto;
  font-size: 18px;
}
@media only screen and (max-width: 780px) {
  .Archivepage-justsong .Performbtn__ttl {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}
.Archivepage-justsong .Performbtn__img {
  width: 120px;
}
@media only screen and (max-width: 780px) {
  .Archivepage-justsong .Performbtn__img {
    width: 60%;
  }
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 980px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  .tbnone {
    display: none;
  }
}

@media only screen and (max-width: 780px) {
  .spnone {
    display: none;
  }
}

.sponly {
  display: none;
}
@media only screen and (max-width: 780px) {
  .sponly {
    display: block;
  }
}

.tbnone.spblock {
  display: block;
}
@media only screen and (max-width: 980px) {
  .tbnone.spblock {
    display: none;
  }
}
@media only screen and (max-width: 780px) {
  .tbnone.spblock {
    display: block;
  }
}

.w-auto {
  width: auto;
  max-width: 100%;
}

.mt20 {
  margin-top: 20px;
}

.pb0 {
  padding-bottom: 0px;
}

ul.tab_area,
ul.Tabarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
  border-bottom: solid 3px #ddd;
}
@media only screen and (max-width: 780px) {
  ul.tab_area,
  ul.Tabarea {
    margin-bottom: 20px;
  }
}
ul.tab_area li,
ul.Tabarea li {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: block;
  font-weight: 400;
  text-align: center;
  color: #565656;
  background-color: #f4f4f4;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
}
@media only screen and (max-width: 780px) {
  ul.tab_area li,
  ul.Tabarea li {
    font-weight: 500;
    border-left: 5px solid #fff;
    height: 45px;
    line-height: 45px;
  }
}
ul.tab_area li:first-child,
ul.Tabarea li:first-child {
  border: none;
}
ul.tab_area li a,
ul.Tabarea li a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #565656;
}
ul.tab_area li a:hover,
ul.Tabarea li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  ul.tab_area li a,
  ul.Tabarea li a {
    font-weight: 500;
  }
}
ul.tab_area li:hover, ul.tab_area li.select,
ul.Tabarea li:hover,
ul.Tabarea li.select {
  background-color: #bf9d6d;
  opacity: 1;
}

/* ページャー */
ul.pager {
  margin: 50px 0 10px;
  padding: 0;
  text-align: center;
}

ul.pager li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

ul.pager li span,
ul.pager li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
  vertical-align: middle;
  font-size: 13px;
}

ul.pager li a:hover,
ul.pager li span {
  background: #bf9d6d;
  opacity: 1;
}

/* .Quicknav__btn-acsess {
	@include mq-tb {
		order: 1;
	}
}
.Quicknav__btn-mypage {
	@include mq-tb {
		width: calc(100% / 5 * 2);
	}
}
*//*# sourceMappingURL=main.min.css.map */