@charset 'utf-8';
@import url("https://fonts.googleapis.com/css?family=Lusitana&display=swap");
/* use npm version */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * 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 images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * 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;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
img {
  vertical-align: bottom;
  border: 0;
}
/* lib */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
/*
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.modaal-content-container {
  padding: 30px;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}
.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0,0,0,0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
/* font */
/* original */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@media print, screen and (min-width: 769px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}
.ut__Mt0 {
  margin-top: 0 !important;
}
.ut__Mb0 {
  margin-bottom: 0 !important;
}
.ut__TextLeft {
  text-align: left !important;
}
.ut__TextCenter {
  text-align: center !important;
}
.ut__TextRight {
  text-align: right !important;
}
.ut__TextBold {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .st__Section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .st__Section {
    margin-top: 10.666666666666668vw;
  }
}
.st__SectionTitle {
  background: #f2f3f8;
}
@media print, screen and (min-width: 769px) {
  .st__SectionTitle {
    font-size: 18px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionTitle {
    font-size: 3.733333333333334vw;
    padding: 3.733333333333334vw 3.466666666666666vw;
  }
}
.st__SectionBox {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__SectionBox {
    margin-top: 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionBox {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .st__SectionText {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionText {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    margin-top: 4vw;
  }
}
.st__sectionLink {
  color: #1a2f7e;
  text-decoration: none;
  font-weight: bold;
}
.st__sectionLink:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .st__ListLink {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLink {
    margin: 1.333333333333333vw 0;
  }
}
.st__ListLinkItem {
  position: relative;
  line-height: 1.625;
}
@media print, screen and (min-width: 769px) {
  .st__ListLinkItem {
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLinkItem {
    padding-left: 3.2vw;
    margin-bottom: 0.533333333333333vw;
    font-size: 3.2vw;
  }
}
.st__ListLinkItem:last-child {
  margin-bottom: 0;
}
.st__ListLinkItem::before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .st__ListLinkItem::before {
    width: 8px;
    height: 8px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .st__ListLinkItem::before {
    width: 1.866666666666667vw;
    height: 1.866666666666667vw;
    left: -0.666666666666667vw;
  }
}
.st__ListLinkItem a {
  text-decoration: none;
  font-weight: bold;
  color: #1a2f7e;
}
.st__ListLinkItem a:hover {
  text-decoration: underline;
}
.st__SectionListItem {
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__SectionListItem {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .st__SectionListItem {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
  }
}
.st__SectionListItem::before {
  content: "・";
}
.st__Anclist {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .st__Anclist {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__Anclist {
    margin-bottom: 4vw;
  }
}
.st__AnclistItem {
  line-height: 1.65;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistItem {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistItem {
    margin-top: 2vw;
  }
}
.st__AnclistItem:first-child {
  margin-left: 0;
  margin-top: 0;
}
.st__AnclistLink {
  position: relative;
  display: inline-block;
  color: #000;
}
.st__AnclistLink:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistLink {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistLink {
    font-size: 3.733333333333334vw;
    padding-left: 4vw;
  }
}
.st__AnclistLink::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 45%;
  transform: translate(0, -50%) rotate(45deg);
  left: 2px;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .st__AnclistLink::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__AnclistLink::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__sectionImg {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__sectionImg {
    margin: 4vw 0;
  }
}
.st__ImgCenter {
  text-align: center;
}
.st__ImgCenter img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgCenter img {
    width: 100%;
  }
}
.st__ImgLeft {
  text-align: left;
}
.st__ImgLeft img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgLeft img {
    width: 100%;
  }
}
.st__ImgRight {
  text-align: right;
}
.st__ImgRight img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .st__ImgRight img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .st__WithImgBlock {
    display: flex;
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .st__WithImgBlock {
    margin: 4vw 0;
  }
}
.st__WithImgBlock > img {
  display: block;
}
@media screen and (max-width: 768px) {
  .st__WithImgBlock > img {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .st__WithImgBlockText {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .st__WithImgBlockText {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    margin-top: 4vw;
  }
}
.st__Tab {
  margin-top: 70px;
  margin-bottom: 70px;
  border-bottom: 2px solid #162b7c;
}
@media screen and (max-width: 768px) {
  .st__Tab {
    display: none;
  }
}
.st__TabList {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__TabListEl {
    border: 1px solid #000;
    margin-left: 5px;
    border-bottom: none;
  }
}
.st__TabListEl:first-of-type {
  margin-left: 0;
}
.st__TabListCont {
  display: block;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: 0.5s;
}
.st__TabListCont.is-active {
  background: #162b7c;
  color: #fff;
  pointer-events: none;
}
.st__TabListCont:hover {
  background: #000;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .st__TabListCont {
    width: 210px;
    padding: 12px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .st__SelectLinkWrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .st__SelectLinkWrap {
    position: relative;
    margin-top: 8vw;
    margin-bottom: 9.333333333333334vw;
  }
  .st__SelectLinkWrap::before {
    content: "";
    position: absolute;
    background: #eee;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  .st__SelectLinkWrap::after {
    content: "";
    position: absolute;
    right: 2.933333333333333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.266666666666667vw 1.333333333333333vw 0 1.333333333333333vw;
    border-color: #999 transparent transparent transparent;
    pointer-events: none;
  }
}
.st__SelectLink {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .st__SelectLink {
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    font-size: 3.733333333333334vw;
    padding: 2.666666666666667vw;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .st__NewsList {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsList {
    margin-bottom: 8vw;
  }
}
.st__NewsListEl {
  border-bottom: 1px dotted #ccc;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl {
    display: flex;
    align-items: baseline;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl {
    padding: 2.666666666666667vw;
  }
}
.st__NewsListEl a {
  color: #0090b4;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl a {
    font-size: 3.733333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__NewsListEl img {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListEl img {
    margin-left: 1.333333333333333vw;
    width: 2.933333333333333vw !important;
    height: 2.666666666666667vw !important;
    vertical-align: text-bottom;
  }
}
.st__NewsListEl--Important {
  padding: 25px 15px;
  background: #fae7e7;
  border: 1px solid #e87e7e;
}
.st__NewsListHead {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .st__NewsListHead {
    margin-bottom: 1.333333333333333vw;
  }
}
.st__NewsListDate {
  font-weight: bold;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListDate {
    font-size: 16px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListDate {
    font-size: 3.2vw;
    margin-right: 2.666666666666667vw;
  }
}
.st__NewsTag {
  flex-shrink: 0;
  background: #f7f7f7;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .st__NewsTag {
    min-width: 90px;
    font-size: 13px;
    border-left: 5px solid transparent;
    margin-right: 20px;
    padding: 3px 5px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsTag {
    min-width: 20vw;
    font-size: 2.4vw;
    border-left: 0.8vw solid transparent;
    padding: 0.8vw 0;
  }
}
.st__NewsTag[data-category*="type-opera"] {
  border-left: 5px solid #2a5269;
}
.st__NewsTag[data-category*="type-ballet"] {
  border-left: 5px solid #b32453;
}
.st__NewsTag[data-category*="type-event"] {
  border-left: 5px solid #bf6540;
}
.st__NewsTag[data-category*="type-play"] {
  border-left: 5px solid #249bb3;
}
.st__NewsTag[data-category*="type-info"] {
  border-left: 5px solid #d6a622;
}
.st__NewsTag[data-category*="type-training"] {
  border-left: 5px solid #01bb00;
}
.st__NewsTag[data-category*="type-dance"] {
  border-left: 5px solid #b3243b;
}
.st__NewsTag[data-category*="type-20th"] {
  border-left: 5px solid #901061;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .st__NewsListDate {
    width: 160px;
  }
}
.st__NewsListCont {
  line-height: 1.5;
  color: #0090b4;
}
.st__NewsListCont:visited {
  color: #6e65ae;
}
.st__NewsListCont:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont {
    font-size: 3.733333333333334vw;
  }
}
.st__NewsListCont[target="_blank"]::after {
  content: '';
  display: inline-block;
  background: url("cpathicon_blank01.svg") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont[target="_blank"]::after {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont[target="_blank"]::after {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
    margin-left: 1.6vw;
  }
}
.st__NewsListCont[href$="pdf"]::after {
  content: '';
  display: inline-block;
  background: url("/common_files/images/com_ic11.gif") no-repeat left top;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__NewsListCont[href$="pdf"]::after {
    width: 13px;
    height: 14px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsListCont[href$="pdf"]::after {
    width: 3.466666666666666vw;
    height: 3.733333333333334vw;
    margin-left: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__articleHead {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .st__articleHead {
    margin-bottom: 3.466666666666666vw;
  }
}
.st__NewsData {
  font-weight: bold;
  padding: 2px 0;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .st__NewsData {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__NewsData {
    font-size: 3.2vw;
  }
}
.st__articleTitle {
  font-family: MyYuMinchoM, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  line-height: 1.65;
}
@media print, screen and (min-width: 769px) {
  .st__articleTitle {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .st__articleTitle {
    font-size: 5.333333333333334vw;
    margin-bottom: 30px;
  }
}
.st__snsBtnList {
  display: flex;
  justify-content: flex-end;
}
.st__snsBtnList > li {
  margin: 0 5px;
}
.st__articleSocial {
  margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLinkHeading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLinkHeading {
    font-size: 3.2vw;
    margin-bottom: 2.933333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink {
    font-size: 2.933333333333333vw;
  }
}
.st__relatedLink a {
  position: relative;
  padding-left: 1em;
}
.st__relatedLink a::before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.st__relatedLink a::after {
  margin-left: 5px;
  display: inline-block;
}
.st__relatedLink a[target="_blank"]::after {
  content: "";
  background: url("/common_files/images/com_ic10.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink a[target="_blank"]::after {
    width: 11px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink a[target="_blank"]::after {
    width: 2.2vw;
    height: 2vw;
  }
}
.st__relatedLink a[href*=".pdf"]::after {
  content: "";
  background: url("/common_files/images/com_ic11.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink a[href*=".pdf"]::after {
    width: 13px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink a[href*=".pdf"]::after {
    width: 2.6vw;
    height: 2.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__relatedLink + .st__relatedLink {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__relatedLink + .st__relatedLink {
    margin-top: 2.666666666666667vw;
  }
}
.st__list01 li {
  position: relative;
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li {
    font-size: 2.933333333333333vw;
  }
}
.st__list01 li:before {
  content: "";
  position: absolute;
  display: block;
  background: #4234ac;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li:before {
    left: 2px;
    top: 5px;
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li:before {
    left: 0.533333333333333vw;
    top: 1.066666666666667vw;
    width: 0.8vw;
    height: 0.8vw;
  }
}
.st__list01 li a::after {
  margin-left: 5px;
  display: inline-block;
}
.st__list01 li a[target="_blank"]::after {
  content: "";
  background: url("/common_files/images/com_ic10.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li a[target="_blank"]::after {
    width: 11px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li a[target="_blank"]::after {
    width: 2.2vw;
    height: 2vw;
  }
}
.st__list01 li a[href*=".pdf"]::after {
  content: "";
  background: url("/common_files/images/com_ic11.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .st__list01 li a[href*=".pdf"]::after {
    width: 13px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li a[href*=".pdf"]::after {
    width: 2.6vw;
    height: 2.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__list01 li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__list01 li + li {
    margin-top: 2.666666666666667vw;
  }
}
.st__Table {
  border: 1px solid #ccd0e6;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .st__Table {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .st__Table {
    margin-top: 6.133333333333333vw;
  }
}
.st__TableHead {
  background: #e1e4f1;
  text-align: left;
  border-right: 1px solid #ccd0e6;
  border-bottom: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__TableHead {
    padding: 14px 18px;
    width: 168px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__TableHead {
    padding: 2.133333333333333vw 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    width: 23.733333333333334vw;
    line-height: 1.636363636363636;
  }
}
.st__TableBody {
  border-bottom: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__TableBody {
    padding: 14px 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st__TableBody {
    padding: 2.133333333333333vw 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    line-height: 1.636363636363636;
  }
}
.st__Box {
  border: 1px solid #ccd0e6;
}
@media print, screen and (min-width: 769px) {
  .st__Box {
    padding: 20px 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st__Box {
    padding: 3.466666666666666vw 2.666666666666667vw;
    margin-top: 4vw;
  }
}
html,
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}
.st__Breadcrumb {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .st__Breadcrumb {
    min-width: 1080px;
    padding: 40px 0 34px;
  }
}
@media screen and (max-width: 768px) {
  .st__Breadcrumb {
    padding: 4vw 0 5.333333333333334vw;
  }
}
.st__Breadcrumb.st__Breadcrumb--bt01 {
  border-top: 1px solid #bfc4d9;
}
.st__BreadcrumbList {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st__BreadcrumbList {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .st__BreadcrumbList {
    width: 89.33333333333333vw;
  }
}
.st__BreadcrumbListEl {
  display: inline-block;
}
.st__BreadcrumbListEl::after {
  content: '＞';
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .st__BreadcrumbListEl::after {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .st__BreadcrumbListEl::after {
    margin: 0 0.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st__BreadcrumbListEl {
    font-size: 14px;
  }
  .st__BreadcrumbListEl:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .st__BreadcrumbListEl {
    font-size: 2.666666666666667vw;
  }
}
.st__BreadcrumbListEl:last-child::after {
  content: none;
}
@media print, screen and (min-width: 769px) {
  .st__BreadcrumbListEl:last-child:hover {
    text-decoration: none;
  }
}
.st__BreadcrumbLink {
  color: #000;
  text-decoration: none;
}
.js-copyGuard {
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .ac__wheelchairIcon {
    width: 150px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .ac__wheelchairIcon {
    width: 26.666666666666668vw;
  }
}
.ac__Mv {
  width: 100%;
  background: #f2f3f8;
}
@media print, screen and (min-width: 769px) {
  .ac__Mv {
    margin: 110px auto 0;
    min-width: 1080px;
    background-size: cover;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .ac__Mv {
    margin-top: 32vw;
    background-size: cover;
    height: 26.666666666666668vw;
  }
}
.ac__MvTitle {
  color: #000;
  text-align: center;
  font-family: MyYuMinchoM, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  font-weight: normal;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .ac__MvTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ac__MvTitle {
    font-size: 8vw;
  }
}
.ac__Main {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 769px) {
  .ac__Main {
    padding: 70px 0;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .ac__Main {
    padding: 10.666666666666668vw 0;
  }
}
.ac__MainInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .ac__MainInner {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .ac__MainInner {
    width: 89.33333333333333vw;
  }
}
.ac__GoogleMap {
  position: relative;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .ac__GoogleMap {
    padding-bottom: 37%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .ac__GoogleMap {
    padding-bottom: 90%;
    margin: 2.666666666666667vw 0;
  }
}
.ac__GoogleMap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ac__MapRoute {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .ac__MapRoute {
    margin: 30px auto;
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .ac__MapRoute {
    margin: 4vw auto;
  }
}
@media print, screen and (min-width: 769px) {
  .ac__MapRouteImg {
    width: 308px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ac__MapRouteImg {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.ac__MapRouteImg img {
  width: 100%;
}
.ac__MapRouteImg:last-of-type {
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .ac__BusMap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .ac__BusMap {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .ac__BusMapImg {
    width: 466px;
  }
}
@media screen and (max-width: 768px) {
  .ac__BusMapImg {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.ac__BusMapImg img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .ac__BusMapRoute {
    width: 580px;
  }
}
.ac__BusMapRouteTtl {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .ac__BusMapRouteTtl {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ac__BusMapRouteTtl {
    font-size: 3.2vw;
    line-height: 1.583333333333333;
    margin-bottom: 2.666666666666667vw;
  }
}
.ac__BusMapRouteTable {
  border: 1px solid #ccd0e6;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .ac__BusMapRouteTable {
    margin-bottom: 30px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .ac__BusMapRouteTable {
    margin-bottom: 4vw;
    line-height: 1.583333333333333;
  }
}
.ac__BusMapRouteTable th {
  background: #e1e4f1;
  text-align: left;
  border-right: 1px solid #ccd0e6;
  border-bottom: 1px solid #ccd0e6;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .ac__BusMapRouteTable th {
    padding: 14px 18px;
    width: 280px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ac__BusMapRouteTable th {
    padding: 2.133333333333333vw 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    width: 44.666666666666664vw;
  }
}
.ac__BusMapRouteTable td {
  border-bottom: 1px solid #ccd0e6;
  box-sizing: border-box;
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  .ac__BusMapRouteTable td {
    padding: 14px 18px;
    font-size: 16px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .ac__BusMapRouteTable td {
    padding: 2.133333333333333vw 2.666666666666667vw;
    font-size: 2.933333333333333vw;
    width: 44.666666666666664vw;
  }
}
.ac__BusMapRouteTable:last-of-type {
  margin-bottom: 0;
}
.ac__BusMapRouteNum {
  display: block;
  position: relative;
  padding-left: 26px;
}
.ac__BusMapRouteNum::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .ac__BusMapRouteNum::before {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 768px) {
  .ac__BusMapRouteNum::before {
    width: 3.333333333333333vw;
    height: 3.333333333333333vw;
  }
}
.ac__BusMapRouteNum--01::before {
  background-image: url("/assets/images/access/icon_num01.png");
}
.ac__BusMapRouteNum--02::before {
  background-image: url("/assets/images/access/icon_num02.png");
}
.ac__BusMapRouteNum--03::before {
  background-image: url("/assets/images/access/icon_num03.png");
}
.ac__BusMapRouteNum--04::before {
  background-image: url("/assets/images/access/icon_num04.png");
}
.ac__BusMapRouteNum--05::before {
  background-image: url("/assets/images/access/icon_num05.png");
}
.ac__BusMapRouteNum--06::before {
  background-image: url("/assets/images/access/icon_num06.png");
}
@media print, screen and (min-width: 769px) {
  .page-events {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .page-events {
    margin-top: 32vw;
  }
}
.tp__About {
  background: #f2f3f8;
}
@media print, screen and (min-width: 769px) {
  .tp__About {
    padding: 80px 0 60px;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__About {
    padding: 10.666666666666668vw 0;
  }
}
.tp__AboutInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutInner {
    max-width: 1400px;
  }
}
.tp__AboutTtl {
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutTtl {
    font-size: 14px;
    max-width: 1080px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutTtl {
    font-size: 2.666666666666667vw;
    margin-bottom: 5.333333333333334vw;
    text-align: center;
  }
}
.tp__AboutTtl > span {
  font-family: 'Lusitana', serif;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutTtl > span {
    font-size: 50px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutTtl > span {
    display: block;
    font-size: 9.333333333333334vw;
    text-align: center;
    margin-bottom: 1.333333333333333vw;
  }
}
.tp__AboutIntro {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutIntro {
    font-size: 24px;
    margin: 0 auto 26px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutIntro {
    font-size: 4vw;
    margin: 0 auto 5.066666666666666vw;
    width: 89.33333333333333vw;
    text-align: center;
  }
}
.tp__AboutSection {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection {
    max-width: 1320px;
  }
}
.tp__AboutSection--01 {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--01 {
    padding-bottom: 324px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--01 {
    padding-bottom: 10.666666666666668vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--01 .tp__AboutSectionCard {
    width: 624px;
    top: 40px;
    right: 0;
    padding: 50px 60px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--01 .tp__AboutSectionCard {
    width: 89.33333333333333vw;
    margin: 45.33333333333333vw auto 5.333333333333334vw;
    padding: 5.333333333333334vw;
  }
}
.tp__AboutSection--01 .tp__AboutSectionImg--sub01 {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--01 .tp__AboutSectionImg--sub01 {
    bottom: -190px;
    left: 76px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--01 .tp__AboutSectionImg--sub01 {
    width: 52.53333333333333vw;
    bottom: -29.333333333333332vw;
    left: 5.333333333333334vw;
  }
}
.tp__AboutSection--01 .tp__AboutSectionImg--sub02 {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--01 .tp__AboutSectionImg--sub02 {
    bottom: -225px;
    left: 528px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--01 .tp__AboutSectionImg--sub02 {
    width: 40vw;
    bottom: -40vw;
    right: 5.333333333333334vw;
  }
}
.tp__AboutSection--02 {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--02 {
    padding-bottom: 448px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--02 {
    padding-bottom: 10.666666666666668vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--02 .tp__AboutSectionCard {
    width: 624px;
    top: 40px;
    left: 0;
    padding: 50px 60px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--02 .tp__AboutSectionCard {
    width: 89.33333333333333vw;
    margin: 40.8vw auto 0;
    padding: 5.333333333333334vw;
  }
}
.tp__AboutSection--02 .tp__AboutSectionImg--sub01 {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--02 .tp__AboutSectionImg--sub01 {
    bottom: -190px;
    right: 76px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--02 .tp__AboutSectionImg--sub01 {
    width: 52.53333333333333vw;
    bottom: -22.26666666666667vw;
    right: 5.333333333333334vw;
  }
}
.tp__AboutSection--02 .tp__AboutSectionImg--sub02 {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--02 .tp__AboutSectionImg--sub02 {
    bottom: -346px;
    right: 512px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--02 .tp__AboutSectionImg--sub02 {
    width: 40.53333333333333vw;
    bottom: -35.733333333333334vw;
    left: 5.333333333333334vw;
  }
}
.tp__AboutSection--03 {
  position: relative;
  width: 100%;
  max-width: 1400px;
}
.tp__AboutSection--03 .tp__AboutSectionCard {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSection--03 .tp__AboutSectionCard {
    margin: -60px auto 55px;
    width: 1080px;
    padding: 50px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSection--03 .tp__AboutSectionCard {
    width: 89.33333333333333vw;
    margin: 5.333333333333334vw auto 10.666666666666668vw;
    padding: 5.333333333333334vw;
  }
}
.tp__AboutSection--03 .tp__AboutSectionImg img {
  width: 100%;
}
.tp__AboutSectionImg {
  position: relative;
}
.js__AboutFadeImg {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.75s;
}
.js__AboutFadeImg.is-faded {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .js__AboutFadeImg img {
    width: 100%;
  }
}
.tp__AboutSectionCard {
  box-sizing: border-box;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCard {
    position: absolute;
  }
}
.tp__AboutSectionCardTtl {
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardTtl {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardTtl {
    font-size: 10.666666666666668vw;
    margin-bottom: 4.533333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardTtl span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardTtl span {
    font-size: 8vw;
  }
}
.tp__AboutSectionCardIntro {
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardIntro {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardIntro {
    font-size: 3.2vw;
    margin-bottom: 5.066666666666666vw;
  }
}
.tp__AboutSectionCardLinksWrap {
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardLinksWrap {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardLinksWrap {
    padding-top: 4vw;
  }
}
.tp__AboutSectionCardLinks {
  display: flex;
  flex-wrap: wrap;
}
.tp__AboutSectionCardLinksEl {
  font-weight: bold;
}
.tp__AboutSectionCardLinksEl a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
}
.tp__AboutSectionCardLinksEl a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardLinksEl a {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardLinksEl a {
    font-size: 3.2vw;
    padding-left: 6.666666666666667vw;
  }
}
.tp__AboutSectionCardLinksEl a::before,
.tp__AboutSectionCardLinksEl a::after {
  backface-visibility: hidden;
  content: "";
  position: absolute;
  background: #000;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardLinksEl a::before,
  .tp__AboutSectionCardLinksEl a::after {
    bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardLinksEl a::before,
  .tp__AboutSectionCardLinksEl a::after {
    bottom: 0.8vw;
  }
}
.tp__AboutSectionCardLinksEl a::before {
  height: 1px;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardLinksEl a::before {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardLinksEl a::before {
    width: 5.333333333333334vw;
  }
}
.tp__AboutSectionCardLinksEl a::after {
  height: 1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardLinksEl a::after {
    width: 8px;
    left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardLinksEl a::after {
    width: 2.133333333333333vw;
    left: 3.066666666666666vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardLinks--m01 .tp__AboutSectionCardLinksEl {
    margin-right: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardLinks--m01 .tp__AboutSectionCardLinksEl {
    margin-right: 2.666666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
}
.tp__AboutSectionCardLinks--m01 .tp__AboutSectionCardLinksEl:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardLinksTxt {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardLinksTxt {
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__AboutSectionCardLinks + .tp__AboutSectionCardLinksTxt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutSectionCardLinks + .tp__AboutSectionCardLinksTxt {
    margin-top: 6.666666666666667vw;
  }
}
.tp__AboutBtn {
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .tp__AboutBtn {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .tp__AboutBtn {
    width: 56.00000000000001vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__Follow {
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__Follow {
    padding: 5.333333333333334vw 0 5.333333333333334vw;
  }
}
.tp__FollowInner {
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowInner {
    width: 100%;
    padding: 80px 0 40px;
  }
}
.tp__FollowSns {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSns {
    min-width: 1080px;
    max-width: 1400px;
    height: 450px;
    background: url("/assets/images/top/bg_follow.jpg") no-repeat center center;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsInner {
    position: absolute;
    background: rgba(255,255,255,0.95);
    max-width: 1340px;
    width: 100%;
    height: 390px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.tp__FollowTtl {
  font-weight: normal;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowTtl {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowTtl {
    font-size: 2.666666666666667vw;
    margin-bottom: 5.333333333333334vw;
  }
}
.tp__FollowTtl > span {
  font-family: 'Lusitana', serif;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowTtl > span {
    font-size: 50px;
    padding-top: 40px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowTtl > span {
    font-size: 9.333333333333334vw;
    margin-bottom: 1.333333333333333vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsList {
    display: flex;
    justify-content: center;
  }
}
.tp__FollowSnsListEl {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsListEl {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowSnsListEl {
    border-top: 1px solid #ddd;
    cursor: pointer;
  }
  .tp__FollowSnsListEl:last-child {
    border-bottom: 1px solid #ddd;
  }
  .tp__FollowSnsListEl::before {
    position: absolute;
    right: 5.333333333333334vw;
    top: 4.666666666666667vw;
    content: "";
    width: 4vw;
    height: 4vw;
    border-right: 2px solid #00226a;
    border-bottom: 2px solid #00226a;
    transform: rotate(45deg);
    transform-origin: center;
    transition: 0.5s;
    pointer-events: none;
  }
  .tp__FollowSnsListEl.is-open::before {
    transform: rotate(225deg);
    top: 6vw;
  }
}
.tp__FollowSnsListTtl {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsListTtl {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowSnsListTtl {
    font-size: 3.733333333333334vw;
    padding: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsListTtl span {
    display: block;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsListLinksWrap {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowSnsListLinksWrap {
    display: none;
    margin-top: 1.333333333333333vw;
    padding: 0 5.333333333333334vw 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowSnsListLinks {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowSnsListLinksEl {
    width: 15.466666666666667vw;
    margin-right: 8vw;
  }
  .tp__FollowSnsListLinksEl:last-child {
    margin-right: 0;
  }
}
.tp__FollowSnsListLinksEl a {
  color: #000;
  text-decoration: none;
}
.tp__FollowSnsListLinksEl a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsListLinksEl a {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowSnsListLinksEl a {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsListLinksEl a img {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowSnsListLinksEl a img {
    width: 100%;
    margin-bottom: 1.866666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowSnsListLinksEl a p {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowSnsListLinksEl a p {
    text-align: center;
    font-size: 3.2vw;
  }
}
.tp__FollowGroup {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroup {
    min-width: 1080px;
    max-width: 1400px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroup {
    width: 89.33333333333333vw;
    padding: 8vw 0;
  }
}
.tp__FollowGroupTtl {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroupTtl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroupTtl {
    font-size: 4vw;
    margin-bottom: 2.133333333333333vw;
  }
}
.tp__FollowGroupTxt {
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroupTxt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroupTxt {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.tp__FollowGroupPartnersList {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroupPartnersList {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroupPartnersList {
    width: 93.33333333333333vw;
    justify-content: space-between;
    margin-left: -2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroupPartnersListEl {
    margin: 0 16px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroupPartnersListEl {
    height: 3.2vw;
    font-size: 0;
  }
  .tp__FollowGroupPartnersListEl a {
    display: block;
    height: 100%;
  }
  .tp__FollowGroupPartnersListEl:last-child {
    margin-right: 0;
  }
}
.tp__FollowGroupPartnersListEl img {
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroupPartnersListEl:nth-child(2) {
    height: 22px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroupPartnersListEl:nth-child(2) {
    height: 3.2vw;
    margin-top: 0.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroupPartnersListEl--tbs {
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroupPartnersListEl--tbs {
    height: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroupPartnersListEl--pia {
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroupPartnersListEl--pia {
    height: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__FollowGroupPartnersListEl--hitachi {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__FollowGroupPartnersListEl--hitachi {
    height: 2.4vw;
  }
}
.tp__ImportantNotices {
  background: #fae7e7;
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNotices {
    padding: 40px 0;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__ImportantNotices {
    padding: 10.666666666666668vw 0;
  }
}
.tp__ImportantNoticesInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNoticesInner {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__ImportantNoticesInner {
    width: 89.33333333333333vw;
  }
}
.tp__ImportantNoticesTitle {
  text-align: center;
  color: #000;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNoticesTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__ImportantNoticesTitle {
    font-size: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNoticesList {
    margin-top: 20px;
  }
}
.tp__ImportantNoticesListEl {
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNoticesListEl {
    display: flex;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tp__ImportantNoticesListEl {
    margin-top: 2.666666666666667vw;
  }
}
.tp__ImportantNoticesDays {
  color: #000;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNoticesDays {
    width: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNoticesDays {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tp__ImportantNoticesDays {
    font-size: 3.2vw;
  }
}
.tp__ImportantNoticesLinkWrap {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNoticesLinkWrap {
    width: 980px;
  }
}
.tp__ImportantNoticesLink {
  display: inline-block;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  .tp__ImportantNoticesLink {
    font-size: 18px;
  }
  .tp__ImportantNoticesLink:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .tp__ImportantNoticesLink {
    font-size: 3.733333333333334vw;
  }
}
.tp__info {
  box-sizing: border-box;
  background: #f2f3f8;
}
@media print, screen and (min-width: 769px) {
  .tp__info {
    padding: 70px 0;
    background-size: cover;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__info {
    padding: 9.333333333333334vw 0 8vw;
    background-size: cover;
  }
}
.tp__infoInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp__infoInner {
    width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoInner {
    width: 89.33333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__infoAddress {
    width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoAddress {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__infoAddressImg {
    width: 178px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoAddressImg {
    width: 42.66666666666667vw;
    margin-bottom: 6.666666666666667vw;
  }
}
.tp__infoAddressImg img {
  width: 100%;
}
.tp__infoAddressTxt {
  line-height: 1.7;
}
@media print, screen and (min-width: 769px) {
  .tp__infoAddressTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoAddressTxt {
    font-size: 3.2vw;
    margin-bottom: 2.666666666666667vw;
  }
}
.tp__infoAddressDirections {
  line-height: 1.7;
}
@media print, screen and (min-width: 769px) {
  .tp__infoAddressDirections {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoAddressDirections {
    font-size: 3.2vw;
  }
}
.tp__infoAddressDirections ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.tp__infoAddressDirections ul li::before {
  content: "※";
}
.tp__infoBox {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__infoBox {
    width: 740px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__infoBtnList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoBtnList {
    margin-bottom: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__infoBtnListEl {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoBtnListEl {
    width: 56.00000000000001vw;
    margin: 0 auto 1.333333333333333vw;
  }
  .tp__infoBtnListEl:last-child {
    margin-bottom: 0;
  }
}
.tp__infoOffice {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .tp__infoOffice {
    width: 640px;
    box-sizing: border-box;
    padding: 26px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoOffice {
    padding: 5.333333333333334vw;
  }
}
.tp__infoOffice .tp__infoOfficeTtl {
  font-weight: bold;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  .tp__infoOffice .tp__infoOfficeTtl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoOffice .tp__infoOfficeTtl {
    font-size: 3.733333333333334vw;
    margin-bottom: 2.666666666666667vw;
  }
}
.tp__infoOffice > p {
  line-height: 1.7;
}
@media print, screen and (min-width: 769px) {
  .tp__infoOffice > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoOffice > p {
    font-size: 3.2vw;
  }
}
.tp__infoOfficeTel {
  color: #000;
  text-decoration: none;
}
.tp__infoOfficeTel:link,
.tp__infoOfficeTel:visited {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  .tp__infoOfficeTel {
    pointer-events: none;
  }
}
.tp__infoOfficeLink {
  color: #000;
}
.tp__infoOfficeLink:link,
.tp__infoOfficeLink:visited {
  color: #000;
}
.tp__infoOfficeLink:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp__infoJasrac {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp__infoJasrac {
    margin: 8vw auto 0;
    width: 13.333333333333334vw;
  }
}
.tp__infoJasrac img {
  width: 100%;
}
.tp__Mv {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__Mv {
    min-width: 1080px;
    margin: 110px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__Mv {
    margin-top: 32vw;
  }
}
.tp__MvInner {
  width: 100%;
  position: relative;
}
.tp__MvList {
  width: 100%;
}
.tp__MvList .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .tp__MvList .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
.tp__MvList .slick-next,
.tp__MvList .slick-prev {
  text-indent: -9999px;
  font-size: 0;
}
.tp__MvList .slick-next::before,
.tp__MvList .slick-prev::before {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  backface-visibility: hidden;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .tp__MvList .slick-next::before,
  .tp__MvList .slick-prev::before {
    height: 22px;
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvList .slick-next::before,
  .tp__MvList .slick-prev::before {
    display: none;
  }
}
.tp__MvList .slick-next {
  right: 50px;
}
.tp__MvList .slick-next::before {
  transform: rotate(-45deg);
}
.tp__MvList .slick-prev {
  left: 50px;
}
.tp__MvList .slick-prev::before {
  transform: rotate(-225deg);
}
.tp__MvList .slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .tp__MvList .slick-dots {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvList .slick-dots {
    bottom: 8vw;
  }
}
.tp__MvList .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__MvList .slick-dots button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvList .slick-dots button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.tp__MvList .slick-dots .slick-active button {
  background: #fff;
}
.tp__MvListEl {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__MvListEl {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvListEl {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.tp__MvListImg--pc {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__MvListImg--pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvListImg--pc {
    display: none !important;
  }
}
.tp__MvListImg--sp {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__MvListImg--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvListImg--sp {
    display: block;
  }
}
.tp__MvBnr {
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  z-index: 99;
  transition: transform 1s, opacity 1s;
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnr {
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnr {
    position: fixed;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnr[aria-hidden="true"] {
    transform: translate(0, 100%);
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnr[aria-hidden="true"] {
    opacity: 0;
    transform: translate(0, 100%);
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnr--adjustFV {
    position: fixed;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnrInner {
    width: 830px;
    padding: 20px 0;
    margin-right: 33px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnrInner {
    width: 80vw;
    margin: 0 auto;
    padding: 2.666666666666667vw 0;
  }
}
.tp__MvBnrInner img {
  width: 100%;
}
.tp__MvBnrLead {
  width: 100%;
}
.tp__MvBnrLead img {
  display: block;
  width: 100%;
  height: auto;
}
.tp__MvBnrList {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tp__MvBnrList {
    margin-top: 1.333333333333333vw;
  }
}
.tp__MvBnrList img {
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnrListEl:nth-child(1) {
    width: 322px;
    height: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnrListEl:nth-child(2) {
    width: 101px;
    height: 15px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnrListEl:nth-child(2) {
    width: 20.133333333333333vw;
    height: 2.8vw;
    margin-left: 3.2vw;
    margin-top: 1.066666666666667vw;
    margin-left: 0vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnrListEl:nth-child(3) {
    width: 78px;
    height: 18px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnrListEl:nth-child(3) {
    width: 17.333333333333336vw;
    height: 3.2vw;
    margin-left: 2.133333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnrListEl:nth-child(4) {
    width: 78px;
    height: 15px;
    margin-left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnrListEl:nth-child(4) {
    width: 14.666666666666666vw;
    height: 2.8vw;
    margin-left: 2.133333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnrListEl:nth-child(5) {
    width: 32px;
    height: 17px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnrListEl:nth-child(5) {
    width: 6.4vw;
    height: 3.466666666666666vw;
    margin-left: 2.133333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnrListEl:nth-child(6) {
    width: 80px;
    height: 13px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnrListEl:nth-child(6) {
    width: 12vw;
    height: 2.8vw;
    margin-left: 2.133333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MvBnrListEl:nth-child(7) {
    width: 33px;
    height: 15px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MvBnrListEl:nth-child(7) {
    width: 6.533333333333332vw;
    height: 3.2vw;
    margin-left: 2.133333333333333vw;
  }
}
.tp__MvBnrListLink {
  display: block;
  width: 100%;
  height: 100%;
}
.tp__MvBnrListLink img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.tp__MainNav {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__MainNav {
    border-top: 4px solid #fff;
    min-width: 1080px;
  }
}
.tp__MainNavList {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp__MainNavList {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavEl {
    border-left: 4px solid #fff;
    width: 33.3125%;
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavEl {
    border-top: 0.533333333333333vw solid #fff;
    width: 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavEl:nth-child(1) {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavEl:nth-child(2) .tp__MainNavText {
    padding: 7.066666666666667vw 0 0 4.533333333333333vw;
  }
}
.tp__MainNavLink {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavLink {
    overflow: hidden;
    backface-visibility: hidden;
  }
  .tp__MainNavLink:hover img {
    transform: scale(1.1) rotate(0.0001deg);
    outline: 1px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavLink {
    display: flex;
  }
}
.tp__MainNavImg img {
  transition: transform 0.5s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp__MainNavImg {
    width: 50vw;
  }
}
.tp__MainNavText {
  background: #000;
  line-height: 1;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavText {
    padding: 26px 0 26px 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavText {
    padding: 10.133333333333333vw 0 4vw 4.533333333333333vw;
    box-sizing: border-box;
    width: 50vw;
    line-height: 1.2;
  }
}
.tp__MainNavText::before,
.tp__MainNavText::after {
  backface-visibility: hidden;
  content: "";
  position: absolute;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavText::before,
  .tp__MainNavText::after {
    right: 13px;
    bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavText::before,
  .tp__MainNavText::after {
    right: 2.666666666666667vw;
    bottom: 4vw;
  }
}
.tp__MainNavText::before {
  height: 1px;
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavText::before {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavText::before {
    width: 5.466666666666667vw;
  }
}
.tp__MainNavText::after {
  height: 1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavText::after {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavText::after {
    width: 2.133333333333333vw;
  }
}
.tp__MainNavTextMain {
  font-family: 'Lusitana', serif;
  color: #fff;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavTextMain {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavTextMain {
    font-size: 5.333333333333334vw;
  }
}
.tp__MainNavTextSub {
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__MainNavTextSub {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tp__MainNavTextSub {
    font-size: 2.666666666666667vw;
    margin-top: 1.6vw;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__News {
    padding: 80px 0 60px;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__News {
    padding: 10.666666666666668vw 0;
  }
}
.tp__NewsInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp__NewsInner {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsInner {
    width: 89.33333333333333vw;
  }
}
.tp__NewsTtl {
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .tp__NewsTtl {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsTtl {
    font-size: 2.666666666666667vw;
    margin-bottom: 5.333333333333334vw;
    text-align: center;
  }
}
.tp__NewsTtl > span {
  font-family: 'Lusitana', serif;
}
@media print, screen and (min-width: 769px) {
  .tp__NewsTtl > span {
    font-size: 50px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsTtl > span {
    display: block;
    font-size: 9.333333333333334vw;
    text-align: center;
    margin-bottom: 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__NewsList {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsList {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__NewsListEl {
    display: flex;
    align-items: baseline;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsListEl {
    margin-bottom: 5.333333333333334vw;
  }
}
.tp__NewsListEl--Important {
  padding: 25px 15px;
  background: #fae7e7;
  border: 1px solid #e87e7e;
}
.tp__NewsListHead {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tp__NewsListHead {
    margin-bottom: 1.333333333333333vw;
  }
}
.tp__NewsListDate {
  font-weight: bold;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .tp__NewsListDate {
    font-size: 16px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsListDate {
    font-size: 3.2vw;
    margin-right: 2.666666666666667vw;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .tp__NewsListDate {
    width: 110px;
  }
}
.tp__NewsListCont {
  line-height: 1.5;
  color: #000;
}
.tp__NewsListCont:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp__NewsListCont {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsListCont {
    font-size: 3.733333333333334vw;
  }
}
.tp__NewsTag {
  flex-shrink: 0;
  background: #f7f7f7;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp__NewsTag {
    min-width: 100px;
    font-size: 13px;
    border-left: 5px solid transparent;
    margin-right: 20px;
    padding: 3px 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsTag {
    min-width: 20vw;
    font-size: 2.4vw;
    border-left: 0.8vw solid transparent;
    padding: 0.8vw 0;
  }
}
.tp__NewsTag[data-category="opera"] {
  border-left: 5px solid #2a5269;
}
.tp__NewsTag[data-category="ballet"] {
  border-left: 5px solid #b32453;
}
.tp__NewsTag[data-category="event"] {
  border-left: 5px solid #bf6540;
}
.tp__NewsTag[data-category="drama"] {
  border-left: 5px solid #249bb3;
}
.tp__NewsTag[data-category="news"] {
  border-left: 5px solid #d6a622;
}
.tp__NewsTag[data-category="training"] {
  border-left: 5px solid #01bb00;
}
.tp__NewsTag[data-category="dance"] {
  border-left: 5px solid #b3243b;
}
.tp__NewsTag[data-category="theatrics"] {
  border-left: 5px solid #249bb3;
}
.tp__NewsTag[data-category="musical"] {
  border-left: 5px solid #bf6540;
}
.tp__NewsTag[data-category="other"] {
  border-left: 5px solid #6e6e6e;
}
.tp__NewsBtn {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp__NewsBtn {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .tp__NewsBtn {
    width: 56.00000000000001vw;
  }
}
.tp__btn {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
.tp__btn:link,
.tp__btn:visited {
  color: #000;
}
@media print, screen and (min-width: 769px) {
  .tp__btn {
    font-size: 16px;
    padding: 20px;
  }
  .tp__btn:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .tp__btn {
    font-size: 2.933333333333333vw;
    padding: 3.466666666666666vw 2.666666666666667vw;
  }
}
.tp__btn::before,
.tp__btn::after {
  backface-visibility: hidden;
  content: "";
  position: absolute;
  background: #000;
  transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
  .tp__btn::before,
  .tp__btn::after {
    right: 20px;
    bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp__btn::before,
  .tp__btn::after {
    right: 2.666666666666667vw;
    bottom: 4vw;
  }
}
.tp__btn::before {
  height: 1px;
}
@media print, screen and (min-width: 769px) {
  .tp__btn::before {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .tp__btn::before {
    width: 5.333333333333334vw;
  }
}
.tp__btn::after {
  height: 1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
@media print, screen and (min-width: 769px) {
  .tp__btn::after {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tp__btn::after {
    width: 2.133333333333333vw;
  }
}
.tp__btn:hover {
  color: #fff;
  background: #000;
}
.tp__btn:hover::before,
.tp__btn:hover::after {
  background: #fff;
}
.is__NewsModal--open {
  overflow: hidden;
}
.is__NewsModal--open .tp__Emergency {
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255,255,255,0.98);
  opacity: 1;
  pointer-events: auto;
}
.tp__Emergency {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.75s;
  background: transparent;
  overflow: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.tp__EmergencyCloseBtn {
  position: absolute;
  cursor: pointer;
  z-index: 30;
}
@media print, screen and (min-width: 769px) {
  .tp__EmergencyCloseBtn {
    top: 26px;
    right: 26px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__EmergencyCloseBtn {
    top: 2.666666666666667vw;
    right: 2.666666666666667vw;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
.tp__EmergencyCloseBtn::before,
.tp__EmergencyCloseBtn::after {
  content: "";
  background: #333;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .tp__EmergencyCloseBtn::before,
  .tp__EmergencyCloseBtn::after {
    width: 26px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .tp__EmergencyCloseBtn::before,
  .tp__EmergencyCloseBtn::after {
    width: 80%;
    height: 2px;
  }
}
.tp__EmergencyCloseBtn::before {
  transform: rotate(45deg);
}
.tp__EmergencyCloseBtn::after {
  transform: rotate(-45deg);
}
.tp__EmergencyInner {
  background: #fff;
  border: 4px solid #c11919;
}
@media print, screen and (min-width: 769px) {
  .tp__EmergencyInner {
    width: 800px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__EmergencyInner {
    width: 73.33333333333333vw;
    max-height: 70vh;
    padding: 6.666666666666667vw;
    overflow-y: auto;
  }
}
.tp__EmergencyTtl {
  font-weight: bold;
  text-align: center;
  color: #c11919;
}
@media print, screen and (min-width: 769px) {
  .tp__EmergencyTtl {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .tp__EmergencyTtl {
    font-size: 4.533333333333333vw;
    margin-bottom: 6.133333333333333vw;
  }
}
.tp__EmergencySubTtl {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .tp__EmergencySubTtl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__EmergencySubTtl {
    font-size: 3.733333333333334vw;
    margin-bottom: 4vw;
  }
}
.tp__EmergencyTxt {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .tp__EmergencyTxt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__EmergencyTxt {
    font-size: 3.733333333333334vw;
    margin-bottom: 4vw;
  }
}
.tp__EmergencyLogo {
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp__EmergencyLogo {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .tp__EmergencyLogo {
    width: 24vw;
  }
}
.tp__EmergencyLogo > img {
  max-width: 100%;
}
.tp__pickUp {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUp {
    height: 408px;
    padding: 100px 0 70px;
    background-size: cover;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__pickUp {
    padding: 9.333333333333334vw 0 15.333333333333332vw;
    height: 72vw;
    background-size: cover;
  }
}
.tp__pickUpInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUpInner {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__pickUpInner {
    width: 89.33333333333333vw;
  }
}
.tp__pickUpTtl {
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUpTtl {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__pickUpTtl {
    font-size: 2.666666666666667vw;
    margin-bottom: 8vw;
    text-align: center;
  }
}
.tp__pickUpTtl > span {
  font-family: 'Lusitana', serif;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUpTtl > span {
    font-size: 50px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__pickUpTtl > span {
    display: block;
    font-size: 9.333333333333334vw;
    text-align: center;
    margin-bottom: 1.333333333333333vw;
  }
}
.tp__pickUpList {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUpList {
    width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .tp__pickUpList {
    width: 65.33333333333333vw;
  }
}
.tp__pickUpList .slick-prev,
.tp__pickUpList .slick-next {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  text-indent: -9999px;
  font-size: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tp__pickUpList .slick-prev,
  .tp__pickUpList .slick-next {
    width: 10.666666666666668vw;
    height: 16vw;
  }
}
.tp__pickUpList .slick-prev::before,
.tp__pickUpList .slick-next::before {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUpList .slick-prev::before,
  .tp__pickUpList .slick-next::before {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__pickUpList .slick-prev::before,
  .tp__pickUpList .slick-next::before {
    height: 5.333333333333334vw;
    width: 5.333333333333334vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.tp__pickUpList .slick-prev {
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUpList .slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__pickUpList .slick-prev {
    left: -12vw;
  }
}
.tp__pickUpList .slick-prev::before {
  transform: rotate(-225deg);
}
.tp__pickUpList .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUpList .slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__pickUpList .slick-next {
    right: -12vw;
  }
}
.tp__pickUpList .slick-next::before {
  transform: rotate(-45deg);
}
.tp__pickUpListEl {
  border: 1px solid #ccc;
}
.tp__pickUpListEl img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__pickUpListEl {
    margin: 0 4px;
  }
}
.tp__Pg {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__Pg {
    background: url("/assets/images/top/bg_programme.jpg") no-repeat center center;
    background-size: cover;
    min-width: 1080px;
    margin: 0 auto;
    padding: 66px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp__Pg {
    background: #f2f3f8;
    padding: 12vw 0 10.666666666666668vw;
  }
}
.tp__PgInner {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__PgInner {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgInner {
    width: 89.33333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__PgHead {
    display: flex;
    align-items: flex-start;
  }
}
.tp__PgTitle {
  font-family: 'Lusitana', serif;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .tp__PgTitle {
    font-size: 44px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgTitle {
    text-align: center;
    font-size: 8vw;
  }
}
.tp__PgTitleSub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .tp__PgTitleSub {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgTitleSub {
    display: block;
    font-size: 3.733333333333334vw;
    margin-top: 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__PgNoteList--pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgNoteList--pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__PgNoteList--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgNoteList--sp {
    display: block;
  }
}
.tp__PgNoteList {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .tp__PgNoteList {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgNoteList {
    margin-top: 7.199999999999999vw;
  }
}
.tp__PgNoteEl {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__PgNoteEl {
    font-size: 14px;
    margin-left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgNoteEl {
    font-size: 2.933333333333333vw;
    margin-left: 7.199999999999999vw;
  }
}
.tp__PgNoteEl::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__PgNoteEl::before {
    width: 11px;
    height: 11px;
    left: -16px;
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgNoteEl::before {
    width: 3.2vw;
    height: 3.2vw;
    left: -4vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgNoteEl:nth-child(1) {
    margin-left: 4vw;
  }
}
.tp__PgNoteEl:nth-child(1)::before {
  background: #162b7c;
}
.tp__PgNoteEl:nth-child(2)::before {
  background: #fff;
  border: 1px solid #b7bddb;
}
.tp__PgDays {
  font-family: 'Lusitana', serif;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDays {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDays {
    margin-top: 7.199999999999999vw;
  }
}
.tp__PgDaysYear {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDaysYear {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDaysYear {
    font-size: 4.933333333333334vw;
  }
}
.tp__PgDaysMonth {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDaysMonth {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDaysMonth {
    font-size: 15.2vw;
  }
}
.tp__PgDaysDay {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDaysDay {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDaysDay {
    font-size: 15.2vw;
  }
}
.tp__PgDaysWeek {
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDaysWeek {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDaysWeek {
    font-size: 4.533333333333333vw;
  }
}
.tp__PgNone {
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__PgNone {
    font-size: 20px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgNone {
    font-size: 5.333333333333334vw;
    margin-top: 10.666666666666668vw;
  }
}
.tp__PgNone[aria-hidden="true"] {
  display: none;
}
.tp__PgBox {
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .tp__PgBox {
    margin-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgBox {
    margin-top: 6.4vw;
  }
}
.tp__PgBoxListEl {
  display: flex;
}
.tp__PgBoxListEl:nth-child(1) .tp__PgBoxRight {
  border-top: none;
}
.tp__PgBoxListEl[data-length='false'] {
  display: none;
}
.tp__PgBoxListTitle {
  font-weight: bold;
  text-align: right;
  border-right: 1px solid #b7bddb;
}
@media print, screen and (min-width: 769px) {
  .tp__PgBoxListTitle {
    flex-shrink: 0;
    width: 120px;
    font-size: 18px;
    padding-right: 26px;
    padding-top: 30px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgBoxListTitle {
    font-size: 2.933333333333333vw;
    width: 19.466666666666665vw;
    padding-right: 2.666666666666667vw;
    padding-top: 5.333333333333334vw;
    padding-left: 1.333333333333333vw;
  }
}
.tp__PgBoxRight {
  border-top: 1px solid #b7bddb;
}
@media print, screen and (min-width: 769px) {
  .tp__PgBoxRight {
    width: 885px;
    margin-left: 26px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgBoxRight {
    width: 62.66666666666667vw;
    padding: 5.333333333333334vw 0;
    margin-left: 3.466666666666666vw;
  }
}
.tp__PgDetailListEl {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailListEl {
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDetailListEl {
    margin-top: 5.333333333333334vw;
  }
}
.tp__PgDetailListEl:nth-child(1) {
  margin-top: 0;
}
.tp__PgDetailListEl::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailListEl::before {
    width: 11px;
    height: 11px;
    left: -32px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDetailListEl::before {
    width: 3.2vw;
    height: 3.2vw;
    left: -5.066666666666666vw;
    top: 0;
  }
}
.tp__PgDetailListEl[data-rent="true"]::before {
  background: #162b7c;
}
.tp__PgDetailListEl[data-rent="false"]::before {
  background: #fff;
  border: 1px solid #b7bddb;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailListEl[data-nontime="true"] {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDetailListEl[data-nontime="true"] {
    margin-bottom: 9.333333333333334vw;
  }
}
.tp__PgDetailHead {
  display: flex;
}
.tp__PgDetailCategory {
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailCategory {
    font-size: 13px;
    width: 110px;
    padding: 3px 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDetailCategory {
    font-size: 2.4vw;
    width: 26.666666666666668vw;
    padding: 0.8vw 0;
  }
}
.tp__PgDetailCategory[data-category="opera"] {
  border-left: 5px solid #2a5269;
}
.tp__PgDetailCategory[data-category="ballet"] {
  border-left: 5px solid #b32453;
}
.tp__PgDetailCategory[data-category="event"] {
  border-left: 5px solid #bf6540;
}
.tp__PgDetailCategory[data-category="drama"] {
  border-left: 5px solid #249bb3;
}
.tp__PgDetailCategory[data-category="dance"] {
  border-left: 5px solid #b3243b;
}
.tp__PgDetailCategory[data-category="musical"] {
  border-left: 5px solid #bf6540;
}
.tp__PgDetailCategory[data-category="other"] {
  border-left: 5px solid #6e6e6e;
}
.tp__PgDetailTime {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailTime {
    font-size: 18px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDetailTime {
    font-size: 3.733333333333334vw;
    margin-left: 2.133333333333333vw;
  }
}
.tp__PgDetailLink {
  color: #000;
  word-break: break-all;
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailLink {
    font-size: 18px;
    margin-left: 16px;
    line-height: 1.357142857142857;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgDetailLink {
    font-size: 3.733333333333334vw;
    display: block;
    margin-top: 2.133333333333333vw;
    line-height: 1.357142857142857;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailLink[data-time="false"] {
    width: 750px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailLink[data-time="true"] {
    width: 700px;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__PgDetailLink[data-long="true"] {
    width: 500px;
  }
}
.tp__PgBtn {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .tp__PgBtn {
    width: 320px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__PgBtn {
    width: 56.00000000000001vw;
    margin: 9.066666666666666vw auto 0;
  }
}
.tp__WhatsOn {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #000;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOn {
    padding: 70px 0 60px;
    min-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOn {
    padding: 9.333333333333334vw 0 10.666666666666668vw;
  }
}
.tp__WhatsOnInner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnInner {
    width: 1080px;
  }
}
.tp__WhatsOnTtl {
  font-weight: normal;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnTtl {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnTtl {
    font-size: 2.666666666666667vw;
    margin-bottom: 8vw;
    text-align: center;
  }
}
.tp__WhatsOnTtl > span {
  font-family: 'Lusitana', serif;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnTtl > span {
    font-size: 50px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnTtl > span {
    display: block;
    font-size: 9.333333333333334vw;
    text-align: center;
    margin-bottom: 1.333333333333333vw;
  }
}
.tp__WhatsOnList {
  margin: 0 auto;
  position: relative;
}
.tp__WhatsOnList .slick-track {
  display: flex !important;
}
.tp__WhatsOnList .slick-slide {
  height: inherit !important;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnList {
    width: 980px;
    margin-bottom: 60px;
  }
}
.tp__WhatsOnList .slick-prev,
.tp__WhatsOnList .slick-next {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  text-indent: -9999px;
  font-size: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnList .slick-prev,
  .tp__WhatsOnList .slick-next {
    background: rgba(0,0,0,0.2);
    width: 10.666666666666668vw;
    height: 16vw;
  }
}
.tp__WhatsOnList .slick-prev::before,
.tp__WhatsOnList .slick-next::before {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnList .slick-prev::before,
  .tp__WhatsOnList .slick-next::before {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnList .slick-prev::before,
  .tp__WhatsOnList .slick-next::before {
    border-color: #fff;
    height: 4vw;
    width: 4vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnList .slick-prev {
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnList .slick-prev {
    left: 0;
    top: 30.666666666666664vw;
  }
}
.tp__WhatsOnList .slick-prev::before {
  transform: rotate(-225deg);
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnList .slick-next {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnList .slick-next {
    right: 0;
    top: 30.666666666666664vw;
  }
}
.tp__WhatsOnList .slick-next::before {
  transform: rotate(-45deg);
}
.tp__WhatsOnListEl {
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListEl {
    background: #fff;
    margin: 0 5px;
    width: 320px;
  }
}
.tp__WhatsOnListImgWrap {
  background: #000;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListImgWrap {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListImgWrap {
    height: 76vw;
  }
}
.tp__WhatsOnListImg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tp__WhatsOnListContHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListContHead {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListContHead {
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListCont {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListCont {
    padding: 4vw 5.333333333333334vw 10.666666666666668vw;
  }
}
.tp__WhatsOnListTag {
  flex-shrink: 0;
  background: #f7f7f7;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListTag {
    min-width: 80px;
    font-size: 13px;
    border-left: 5px solid transparent;
    margin-right: 20px;
    padding: 3px 8px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListTag {
    min-width: 17.333333333333336vw;
    font-size: 2.4vw;
    border-left: 0.8vw solid transparent;
    padding: 0.8vw 1.066666666666667vw;
  }
}
.tp__WhatsOnListTag[data-category="opera"] {
  border-left: 5px solid #2a5269;
}
.tp__WhatsOnListTag[data-category="ballet"] {
  border-left: 5px solid #b32453;
}
.tp__WhatsOnListTag[data-category="event"] {
  border-left: 5px solid #bf6540;
}
.tp__WhatsOnListTag[data-category="drama"] {
  border-left: 5px solid #249bb3;
}
.tp__WhatsOnListTag[data-category="news"] {
  border-left: 5px solid #d6a622;
}
.tp__WhatsOnListTag[data-category="training"] {
  border-left: 5px solid #01bb00;
}
.tp__WhatsOnListTag[data-category="dance"] {
  border-left: 5px solid #b3243b;
}
.tp__WhatsOnListTag[data-category="theatrics"] {
  border-left: 5px solid #249bb3;
}
.tp__WhatsOnListTag[data-category="musical"] {
  border-left: 5px solid #bf6540;
}
.tp__WhatsOnListTag[data-category="other"] {
  border-left: 5px solid #6e6e6e;
}
.tp__WhatsOnListTtl {
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListTtl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListTtl {
    margin-bottom: 6.666666666666667vw;
  }
}
.tp__WhatsOnListTtl > a {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListTtl > a {
    font-size: 20px;
    pointer-events: none;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListTtl > a {
    font-size: 4.8vw;
    color: #fff;
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListDate {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListDate {
    color: #fff;
    font-size: 3.733333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListEl:hover .tp__WhatsOnListBtnWrap {
    opacity: 1;
  }
}
.tp__WhatsOnListBtnWrap {
  width: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListBtnWrap {
    justify-content: center;
    height: 240px;
    align-items: center;
    flex-direction: column;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListBtnWrap {
    justify-content: space-between;
    bottom: 0;
    width: 89.33333333333333vw;
  }
}
.tp__WhatsOnListBtnWrap > .tp__btn {
  display: block;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  border-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListBtnWrap > .tp__btn {
    padding: 20px;
    font-size: 14px;
    width: 250px;
    margin: 10px 0;
  }
  .tp__WhatsOnListBtnWrap > .tp__btn:hover {
    background: #fff;
    color: #000;
  }
  .tp__WhatsOnListBtnWrap > .tp__btn:hover::before,
  .tp__WhatsOnListBtnWrap > .tp__btn:hover::after {
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListBtnWrap > .tp__btn {
    padding: 4vw;
    width: 100%;
    font-size: 2.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListBtnWrap > .tp__btn.tp__WhatsOnListBtn--information {
    display: none;
  }
}
.tp__WhatsOnListBtnWrap > .tp__btn::before,
.tp__WhatsOnListBtnWrap > .tp__btn::after {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListBtnWrap > .tp__btn::before,
  .tp__WhatsOnListBtnWrap > .tp__btn::after {
    right: 20px;
    bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListBtnWrap > .tp__btn::before,
  .tp__WhatsOnListBtnWrap > .tp__btn::after {
    right: 2.666666666666667vw;
    bottom: 3.733333333333334vw;
  }
}
.tp__WhatsOnBtn {
  margin: auto;
}
.tp__WhatsOnBtn > .tp__btn {
  border-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnBtn {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnBtn {
    width: 56.00000000000001vw;
    margin-top: 6.666666666666667vw;
  }
}
.tp__WhatsOnListNowStatusTag {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListNowStatusTag {
    width: 95px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListNowStatusTag {
    width: 25.333333333333336vw;
    height: 20vw;
  }
}
.tp__WhatsOnListNowStatusTag::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(67,97,185,0.8) transparent transparent transparent;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListNowStatusTag::before {
    border-width: 75px 95px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListNowStatusTag::before {
    border-width: 20vw 25.333333333333336vw 0 0;
  }
}
.tp__WhatsOnListNowStatusTag span {
  position: relative;
  color: #fff;
  transform: rotate(-39deg);
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListNowStatusTag span {
    top: -10px;
    left: -16px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListNowStatusTag span {
    font-size: 4.266666666666667vw;
    top: -2.666666666666667vw;
    left: -4.266666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tp__WhatsOnListNowStatusTag--twoLine span {
    top: -13px;
    left: -19px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tp__WhatsOnListNowStatusTag--twoLine span {
    font-size: 3.733333333333334vw;
    top: -3.466666666666666vw;
    left: -5.333333333333334vw;
  }
}
.tp__WhatsOn--theatrics .tp__WhatsOnListNowStatusTag::before {
  border-top-color: rgba(117,194,213,0.8);
}
.tp__WhatsOn--theatrics .tp__WhatsOnListNowStatusTag::before {
  border-top-color: rgba(117,194,213,0.8);
}
.tp__WhatsOn--ballet .tp__WhatsOnListNowStatusTag::before,
.tp__WhatsOn--dance .tp__WhatsOnListNowStatusTag::before {
  border-top-color: rgba(214,88,100,0.8);
}
@media print {
  .st__Header,
  .st__HeaderGenre,
  .st__HeaderGenreDetail,
  .gd__LocalNav,
  .tp__MvBnr {
    display: none !important;
  }
  #printGuard {
    opacity: 0;
  }
}
