@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #e1e1e1;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity .5s;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30,30,30,.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: rgba(0,0,0,0);
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: rgba(0,0,0,0);
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: rgba(0,0,0,0);
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(0,0,0,0);
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30,30,30,.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0,0,0,.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: .3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: rgba(0,0,0,0);
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30,30,30,.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid rgba(100,100,100,.4);
  border-top: 6px solid rgba(255,255,255,.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: rgba(0,0,0,0);
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset rgba(0,0,0,0);
  border-bottom: 6px inset rgba(0,0,0,0);
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: rgba(0,0,0,0);
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset rgba(0,0,0,0);
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.c-anchor {
  position: absolute;
  top: -50px;
  width: 10px;
  height: 10px;
}

.c-box {
  padding: 20px;
  margin-top: 40px;
  position: relative;
}

.c-box--round-s-white {
  border-radius: 15px;
  background-color: #fff;
}

.c-box--round-m-white {
  border-radius: 20px;
  background-color: #fff;
}

.c-box__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-box__img-box {
  border-radius: 8px;
  overflow: hidden;
}

.c-box__title {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 170%;
  color: #ea8d8d;
}

.c-box__tag {
  background-color: #ea8d8d;
  color: #fff;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 10%;
  display: block;
  max-width: 62px;
  margin-bottom: -38px;
  margin-top: 17px;
  display: inline-block;
}

.c-box__txt {
  color: #656565;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 170%;
  margin-top: 10px;
}

.c-btn {
  width: auto;
  padding: 25px 80px;
  background-color: #fff;
  text-align: center;
  font-size: 17px;
  letter-spacing: 10%;
  color: #fff;
  background-color: #d19e7d;
  display: inline-block;
  color: #fff !important;
}

.c-cv-area {
  width: 100%;
  height: 75px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  text-align: center;
  opacity: 0;
  transition: 1s;
  z-index: 10;
}

.c-cv-area--disp {
  opacity: 1;
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 1s;
}

.js-left-fadeIn {
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  opacity: 0;
  transition: 1s;
}

.c-fade-active {
  opacity: 1 !important;
}

.c-fade-left-active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1 !important;
}

.c-fade-up {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.c-fade-up-active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1 !important;
}

.c-fade-daley {
  opacity: 0;
}

.c-fade-daley--up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.c-fade-daley--0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.c-fade-daley--01 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.c-fade-daley--02 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.c-fade-daley--03 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.c-fade-daley--04 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.c-fade-daley--05 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.c-fade-daley--06 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.c-fade-daley--07 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.c-fade-daley--08 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.c-fade-daley--09 {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.c-fade-daley--1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.c-fade-daley--15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.c-fade-daley-active .c-fade-daley {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-fade-daley-active .c-fade-daley--up {
  -webkit-animation-name: fadeInUpAnime;
  animation-name: fadeInUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUpAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-form__dl {
  margin-top: 0px;
}

.c-form__dt {
  margin-bottom: 0px;
  padding: 10px 0px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.c-form__dt--text {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}

.c-form__dd {
  margin-left: 0px;
  padding: 6px 0px;
}

.c-form__dd--input-2col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-form__dd--input-2col .c-form__input:first-child {
  margin-right: 10px;
}

.c-form__input {
  border: none !important;
  padding: 5px 15px !important;
  background-color: #fff;
  font-size: 14px;
}

.c-form__input::-webkit-input-placeholder {
  color: #cbcbcb;
}

.c-form__input:-ms-input-placeholder {
  color: #cbcbcb;
}

.c-form__input::placeholder {
  color: #cbcbcb;
}

.c-form__input--textarea {
  min-height: 120px;
  background-color: #fff;
}

.c-form__input--radio {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__input--radio--label {
  margin-bottom: 0px;
  display: inline-block;
}

.c-form__input--radio--label:not(:last-child) {
  margin-right: 70px;
}

.c-form__input--radio--label span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 33px;
  color: #fff;
}

.c-form__input--radio--label span:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

.c-form__input--radio:checked+span:after {
  content: "";
  position: absolute;
  left: 6px;
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #000;
}

.c-form__input--checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__input--checkbox--label {
  margin-bottom: 0px;
  display: block;
}

.c-form__input--checkbox--label span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 33px;
  color: #fff;
}

.c-form__input--checkbox--label span:before {
  position: absolute;
  left: 0;
  display: block;
  background-color: #fff;
  content: "";
  width: 20px;
  height: 20px;
}

.c-form__input--checkbox--label span a {
  color: #b77b3a;
  text-decoration: underline !important;
}

.c-form__input--checkbox:checked+span:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  width: 7px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form__input--select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #000;
  font-size: 14px;
  position: relative;
  width: 90px;
  padding: 5px 0px 5px 8px;
}

.c-form__input--select-box {
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.c-form__input--select-box::after {
  position: absolute;
  content: "▼";
  color: #1b1464;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 3px;
  z-index: -1;
}

.c-form__agreement {
  margin-top: 37px;
}

.c-form__agreement .c-form__input--checkbox--label {
  display: inline-block;
}

.c-form__submit-box {
  margin-top: 60px;
}

.c-form__submit--btn {
  background: none !important;
  width: 100%;
  padding: 15px 40px;
}

.c-form__submit--btn--outer {
  width: 310px;
  height: 56px;
  padding: 0px !important;
  overflow: hidden;
  display: block;
  margin: auto;
}

.c-form__required {
  font-size: 12px;
  padding: 0px 5px;
  color: #b77b3a;
}

.g-nav {
  position: absolute;
  top: 50px;
  left: -50px;
  opacity: 0;
  transition: .5s;
  pointer-events: none;
}

.g-nav__main {
  background-color: rgba(127,126,126,.7);
  padding: 32px 50px 48px 50px;
  margin-top: 18px;
}

.g-nav__item:not(:first-child) {
  margin-top: 20px;
}

.g-nav__link {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 9px rgba(0,0,1,.7);
  letter-spacing: 3px;
  font-family: "Oswald",sans-serif;
}

.g-nav__link:hover {
  color: #fff;
}

.g-nav__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1100;
  display: none;
}

.is-menu {
  opacity: 0;
}

.c-heading {
  position: relative;
}

.c-heading__info {
  position: relative;
}

.c-heading__title {
  color: #62aacc;
  font-size: 30px;
  line-height: 48.6px;
  letter-spacing: 3.2px;
}

.c-heading__title--en {
  display: inline-block;
  position: relative;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #62aacc;
}

.c-heading__title--en::after {
  content: "";
  width: 56px;
  height: 1px;
  background-color: #62aacc;
  display: block;
  position: absolute;
  top: 31px;
  left: calc(100% + 10px);
}

.c-heading__title--blue {
  color: #62aacc;
}

.c-heading__title--border {
  position: relative;
  background: linear-gradient(transparent 90%, #fffa7c 90%);
  padding-bottom: 5px;
}

.c-heading__text {
  color: #656565;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 200%;
  margin-top: 20px;
  text-align: justify;
}

.c-heading__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}

.c-heading__img-box {
  display: none;
}

.c-heading--reverse .c-heading__info {
  padding-right: 0px;
  padding-left: 76px;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.c-modal__bg {
  background-color: rgba(0,0,0,.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.c-modal__content {
  position: relative;
  max-height: 90vh;
  overflow: scroll;
  background-color: #fff;
}

.c-modal__content__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
}

.c-modal__close {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 55px;
  right: 30px;
}

.c-modal__close span {
  width: 70px;
  height: 3px;
  background-color: #838383;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-modal__close span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal__close span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal--full .c-modal__content {
  padding: 0px;
}

.c-modal--full .c-modal__close {
  z-index: 5;
}

.js-modal-open {
  cursor: pointer;
}

.nav-btn {
  cursor: pointer;
  width: 45px;
  height: 45px;
  max-width: 795px;
  display: block;
}

.nav-btn--inner {
  position: relative;
  top: -5px;
}

.nav-btn__line {
  position: absolute;
  left: 0px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  transition: all .3s;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
  width: 101px;
}

.nav-btn__line:nth-of-type(2) {
  top: 32px;
  width: 65px;
}

.nav-btn__line:nth-of-type(3) {
  top: 44px;
  width: 32px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  width: 27px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 42px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  width: 27px;
}

.c-slideshow__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #333;
  position: relative;
  padding: 15px 0px;
}

.c-slideshow__wrap:before,
.c-slideshow__wrap:after {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  left: 0px;
  background: linear-gradient(to right, #0077c8, #fedd00, #ec008c, #f9423a);
}

.c-slideshow__wrap:before {
  top: 0px;
}

.c-slideshow__wrap:after {
  bottom: 0px;
}

.c-slideshow__line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
  margin: 0;
  padding: 0;
}

.c-slideshow__img {
  width: auto;
  height: 80px;
}

.c-slideshow__collaboration .c-slideshow__item {
  width: 700px;
}

.c-slideshow__timetable .c-slideshow__item {
  width: 525px;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.c-table {
  width: 100%;
  text-align: center;
}

.c-table__dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
}

.c-table__dl__wrap {
  display: block;
}

.c-table__dl__wrap .c-table__dt {
  padding-bottom: 0px !important;
  width: 100% !important;
}

.c-table__dl__wrap .c-table__dd {
  width: 100% !important;
}

.c-table--d--style-01 .c-table__dl {
  position: relative;
  margin: 0px;
  border-bottom: solid 1px #e1e1e1;
}

.c-table--d--style-01 .c-table__dt {
  width: 150px;
  padding: 25px 20px;
  font-weight: 500;
}

.c-table--d--style-01 .c-table__dd {
  margin-left: 0px;
  width: calc(100% - 150px);
  padding: 25px 20px;
  font-weight: 400;
}

.c-title__dia {
  display: inline-block;
  background-color: #fff;
  position: relative;
}

.c-title__dia span {
  position: relative;
  z-index: 10;
}

.c-title__dia:before,
.c-title__dia:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-title__dia:before {
  left: -10px;
}

.c-title__dia:after {
  right: -10px;
}

.c-title__dia--gray {
  background-color: #707070;
  color: #fff;
  padding: 2px 30px;
}

.c-title__dia--gray:before,
.c-title__dia--gray:after {
  background-color: #707070;
  width: 20px;
  height: 20px;
  top: 4px;
}

.c-title__dia--color {
  font-size: 30px;
  letter-spacing: 6px;
  padding: 0px 80px;
  background-color: #eaeaea;
}

.c-title__dia--color:before {
  left: -18px;
}

.c-title__dia--color:after {
  right: -18px;
}

.c-title__dia--color:before,
.c-title__dia--color:after {
  background-color: #eaeaea;
  width: 33px;
  height: 33px;
  top: 5px;
}

.c-title__dia--color--01:before {
  left: -18px;
  border-left: solid 8px #37b9ef;
  border-bottom: solid 8px #37b9ef;
}

.c-title__dia--color--01:after {
  border-right: solid 8px #5ea81e;
  border-top: solid 8px #5ea81e;
}

.c-title__dia--color--02:before {
  left: -18px;
  border-left: solid 8px #d01;
  border-bottom: solid 8px #d01;
}

.c-title__dia--color--02:after {
  border-right: solid 8px #003a8d;
  border-top: solid 8px #003a8d;
}

.c-title__dia--color--03:before {
  left: -18px;
  border-left: solid 8px #5ea81e;
  border-bottom: solid 8px #5ea81e;
}

.c-title__dia--color--03:after {
  border-right: solid 8px #dc4a89;
  border-top: solid 8px #dc4a89;
}

.c-toggle:not(:first-child) {
  margin-top: 20px;
}

.c-toggle--items {
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  background-color: #fff;
}

.c-toggle--title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 160%;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 20px 60px 20px 30px;
  text-align: left;
  color: #ea8d8d;
}

.c-toggle--title:before,
.c-toggle--title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: block;
}

.c-toggle--title:before {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  right: 34px;
  width: 6px;
  height: 6px;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  z-index: 5;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: .5s;
}

.c-toggle--title:after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #f9adad;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 35px;
  right: 26px;
  transition: .5s;
}

.c-toggle--title--close {
  border-radius: 15px 15px 0px 0px !important;
}

.c-toggle--title--close:before {
  top: 33px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-toggle--title--close:after {
  background-color: #bebebe;
}

.c-toggle--contents {
  padding: 0px 20px 20px 20px;
  display: none;
}

.c-toggle--contents--txt {
  padding: 25px 12px 0px 12px;
  border-top: solid 1px #f1f1f1;
  color: #656565;
  font-size: 15px;
  line-height: 170%;
}

.c-top {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #f9adad;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  transition: opacity .5s;
  display: none;
}

.c-top--disp {
  opacity: 1;
}

.c-top__img {
  width: 23px;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.l-header {
  position: fixed;
  left: 0px;
  top: -10px;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  transition: 1.5s;
  background-color: rgba(255,255,255,.35);
  height: 90px;
}

.l-header--disp {
  opacity: 1;
}

.l-header__logo {
  text-align: center;
  position: relative;
  top: 24px;
}

.l-header__nav {
  position: relative;
  top: -27px;
  margin-left: 50px;
  width: 100px;
  height: 80px;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding-top: 150px;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1320px;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.rainbow {
  background: linear-gradient(to right, #0077c8, #fedd00, #ec008c, #f9423a);
}

.top section {
  position: relative;
}

.top-ticket-btn {
  width: 243px;
  height: 243px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: .5s;
}

.top-ticket-btn--active {
  opacity: 1;
}

.top-ticket-btn:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 1 !important;
}

.top-ticket-btn__inner {
  position: absolute;
}

.top-ticket-btn__info {
  width: 204px;
  height: 204px;
  z-index: 10;
}

.top-ticket-btn__bg {
  width: 243px;
  height: 243px;
  -webkit-animation: 3s linear infinite rotation1;
  animation: 3s linear infinite rotation1;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.top-sec {
  position: relative;
}

.top-sec-fv {
  margin-bottom: 245px;
}

.top-sec-fv__wrapper {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 100;
}

.top-sec-fv__header {
  max-width: 638px;
  margin: auto;
  margin-top: 20px;
}

.top-sec-fv__title {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: .2s;
}

.top-sec-fv__title--active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.top-sec-fv__logo {
  -webkit-animation: logo_anime 4s linear infinite;
  animation: logo_anime 4s linear infinite;
}

.top-sec-fv__logo img {
  width: 100%;
}

@-webkit-keyframes logo_anime {
  0% {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }

  2.222% {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
  }

  4.444% {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }

  6.667% {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
  }

  8.889% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  11.111% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

@keyframes logo_anime {
  0% {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }

  2.222% {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
  }

  4.444% {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }

  6.667% {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
  }

  8.889% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  11.111% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.top-sec-fv__date {
  position: relative;
  padding: 26px 0px;
  margin-top: 50px;
  text-align: center;
}

.top-sec-fv__date:before,
.top-sec-fv__date:after {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  left: 0px;
  background: linear-gradient(to right, #0077c8, #fedd00, #ec008c, #f9423a);
}

.top-sec-fv__date:before {
  top: 0px;
}

.top-sec-fv__date:after {
  bottom: 0px;
}

.top-sec-fv__date--time {
  font-family: "Oswald",sans-serif;
  font-size: 41px;
  font-weight: 500;
  letter-spacing: 2px;
}

.top-sec-fv__date--time span {
  font-size: 14px;
  font-weight: normal;
}

.top-sec-fv__date--place {
  font-size: 28px;
  font-weight: bold;
}

.top-sec-fv__description {
  position: relative;
}

.top-sec-fv__description--underline {
  width: 567px;
  margin: auto;
  margin-top: 297px;
}

.top-sec-fv__description--frip {
  font-weight: bold;
  line-height: 55px;
  font-size: 31px;
  letter-spacing: 9px;
  margin-top: 97px;
}

.top-sec-fv__description--frip span {
  font-weight: bold;
  background: -webkit-linear-gradient(left, rgba(255, 237, 0, 0.3) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 80%;
  background-position: 100%;
  transition: .5s;
  display: inline-block;
  padding: 2px 15px;
}

.top-sec-fv__description--frip--active span {
  background-position: 0%;
}

.top-sec-fv__description--txt {
  font-weight: 400;
  font-size: 24px;
  line-height: 85px;
  letter-spacing: 4.2px;
  margin-top: 71px;
}

.top-sec-fv__bg {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 1300px;
  max-width: 1440px;
  width: 100%;
  height: 100%;
}

.top-sec-fv__bg__parts {
  position: absolute;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  transition: 1s;
}

.top-sec-fv__bg__parts--active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1 !important;
}

.top-sec-fv__bg__parts--01 {
  top: -40px;
  left: 64px;
}

.top-sec-fv__bg__parts--02 {
  top: 286px;
  left: 135px;
}

.top-sec-fv__bg__parts--03 {
  top: 526px;
  left: -37px;
}

.top-sec-fv__bg__parts--04 {
  top: 869px;
  left: 0px;
}

.top-sec-fv__bg__parts--05 {
  top: 1300px;
  left: -46px;
}

.top-sec-fv__bg__parts--06 {
  top: 1690px;
  left: -20px;
}

.top-sec-fv__bg__parts--07 {
  top: -110px;
  right: -11px;
}

.top-sec-fv__bg__parts--08 {
  top: 210px;
  right: 160px;
}

.top-sec-fv__bg__parts--09 {
  top: 707px;
  right: -19px;
}

.top-sec-fv__bg__parts--10 {
  top: 1210px;
  right: -20px;
}

.top-sec-fv__bg__parts--11 {
  top: 1522px;
  right: -20px;
}

.top-sec-fv__bg__parts--12 {
  top: 1149px;
  right: -90px;
}

.top-sec-collaboration {
  color: #fff;
  margin-top: 260px;
  margin-bottom: 140px;
}

.top-sec-collaboration .c-anchor {
  top: -500px;
}

.top-sec-collaboration__container {
  max-width: 1175px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
}

.top-sec-collaboration__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  gap: 160px;
}

.top-sec-collaboration__header--col {
  width: 50%;
  text-align: center;
}

.top-sec-collaboration__col {
  max-width: 457px;
  width: 100%;
  position: relative;
}

.top-sec-collaboration__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 158px;
}

.top-sec-collaboration__item__header {
  text-align: center;
  position: relative;
  margin-bottom: 18px;
}

.top-sec-collaboration__item__header--title {
  font-size: 30px;
  line-height: 35px;
  font-family: "Oswald",sans-serif;
  font-weight: normal;
}

.top-sec-collaboration__item__header--title--sub {
  font-size: 20px;
  display: block;
}

.top-sec-collaboration__item__header__link {
  position: absolute;
  top: 10px;
  right: 0px;
}

.top-sec-collaboration__item__header__link--img {
  width: 30px;
}

.top-sec-collaboration__item__wrapper {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../images/rainbow_bg@2x.png");
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-sec-collaboration__item__inner {
  background-color: #434343;
  padding: 28px 38px;
  height: 280px;
  width: calc(100% - 20px);
  position: relative;
}

.top-sec-collaboration__item__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-sec-collaboration__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  opacity: 1;
  pointer-events: none;
  transition: opacity .5s;
  z-index: 10;
}

.top-sec-collaboration__overlay--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-sec-collaboration__footer {
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.top-sec-collaboration__footer .c-title__dia {
  display: inline-block;
}

.top-sec-collaboration__profile {
  font-size: 16px;
  letter-spacing: 3px;
}

.top-sec-collaboration__salon__img-box {
  width: 54%;
}

.top-sec-collaboration__salon__detail {
  width: 50%;
  text-align: center;
  margin-left: 40px;
}

.top-sec-collaboration__salon__detail--title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 12px;
}

.top-sec-collaboration__salon__detail--title span {
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  display: block;
  margin-top: 7px;
}

.top-sec-collaboration__salon__detail--txt {
  font-size: 16px;
  position: relative;
  padding-top: 20px;
  line-height: 22px;
}

.top-sec-collaboration__salon__detail--txt:before {
  content: "";
  max-width: 150px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-sec-collaboration__btn {
  background-color: #fcf26f;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 15px;
  margin-top: 20px;
  width: 145px;
  display: inline-block !important;
}

.top-sec-collaboration__btn:hover {
  color: #000;
}

.top-sec-collaboration__batsu {
  width: 102px;
  margin: 0px 20px;
  position: relative;
  top: 30px;
}

.top-sec-collaboration__batsu--img {
  width: 100%;
}

.top-sec-collaboration__comingsoon .top-sec-collaboration__item__inner {
  padding: 0px;
}

.top-sec-collaboration__comingsoon--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-sec-collaboration__modal {
  color: #838383;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px;
}

.top-sec-collaboration__modal__img-box {
  width: 40%;
}

.top-sec-collaboration__modal__detail {
  width: 60%;
  padding-left: 70px;
  text-align: center;
}

.top-sec-collaboration__modal__position {
  font-size: 20px;
}

.top-sec-collaboration__modal__name {
  font-size: 40px;
  margin-top: 20px;
}

.top-sec-collaboration__modal__name--en {
  font-size: 28px;
  font-family: "Montserrat",sans-serif;
  margin-top: 10px;
}

.top-sec-collaboration__modal__link {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 10px;
}

.top-sec-collaboration__modal__link--img {
  width: 47px;
}

.top-sec-collaboration__modal__txt {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
  margin-top: 60px;
}

.top-sec-collaboration__modal__txt::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0px;
  top: -35px;
  background: linear-gradient(to right, #0077c8, #fedd00, #ec008c, #f9423a);
}

.top-sec-collaboration__modal__txt--para {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 30px;
}

.top-sec-collaboration__modal__txt--para--title {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.top-sec-collaboration__modal__txt--para__cont {
  position: relative;
  margin-top: 60px;
}

.top-sec-collaboration__modal__txt--para__cont::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0px;
  top: -35px;
  background: linear-gradient(to right, #0077c8, #fedd00, #ec008c, #f9423a);
}

.top-sec-collaboration--supplement {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 190px;
}

.top-sec-timetable {
  margin-top: 215px;
  padding-bottom: 300px;
}

.top-sec-timetable .c-anchor {
  top: -500px;
}

.top-sec-timetable__container {
  max-width: 1260px;
  margin: auto;
  padding: 0px 20px;
}

.top-sec-timetable__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  position: relative;
}

.top-sec-timetable__item--green .top-sec-timetable__time {
  background-color: #4da222;
}

.top-sec-timetable__item--green .top-sec-timetable__content {
  border-right: solid 25px #4da222;
}

.top-sec-timetable__item--pink .top-sec-timetable__time {
  background-color: #dc4a89;
}

.top-sec-timetable__item--pink .top-sec-timetable__content {
  border-right: solid 25px #dc4a89;
}

.top-sec-timetable__item--blue .top-sec-timetable__time {
  background-color: #37b9ef;
}

.top-sec-timetable__item--blue .top-sec-timetable__content {
  border-right: solid 25px #37b9ef;
}

.top-sec-timetable__item--01 .top-sec-timetable__content--inner {
  position: relative;
  left: -100px;
}

.top-sec-timetable__item--02 .top-sec-timetable__content--inner {
  position: relative;
  left: -100px;
}

.top-sec-timetable__item--03 .top-sec-timetable__content--inner {
  position: relative;
  left: -110px;
}

.top-sec-timetable__item--04 .top-sec-timetable__content--inner {
  position: relative;
  left: -50px;
}

.top-sec-timetable__item--05 .top-sec-timetable__content--inner {
  position: relative;
  left: -10px;
}

.top-sec-timetable__item--06 .top-sec-timetable__content--inner {
  position: relative;
  left: -110px;
}

.top-sec-timetable__item--07 .top-sec-timetable__content--inner {
  position: relative;
  left: -100px;
}

.top-sec-timetable__item--us .top-sec-timetable__img--logo {
  width: 270px;
}

.top-sec-timetable__item--us .top-sec-timetable__title {
  font-size: 59px;
}

.top-sec-timetable__item--us .top-sec-timetable__content {
  padding: 60px 40px;
}

.top-sec-timetable__item--us__parts {
  position: absolute;
  opacity: 0;
  transition: .8s cubic-bezier(1, 0, 0, 1);
  transition-delay: .2s;
  -webkit-transform: translateY(100px) scale(0);
  transform: translateY(100px) scale(0);
}

.top-sec-timetable__item--us__parts--01 {
  top: -8px;
  left: 90px;
  width: 45px;
}

.top-sec-timetable__item--us__parts--02 {
  bottom: -200px;
  left: -110px;
  width: 286px;
}

.top-sec-timetable__item--us__parts--03 {
  top: -54px;
  right: 44px;
  width: 143px;
}

.top-sec-timetable__item--us__parts--04 {
  bottom: -82px;
  right: -176px;
  width: 331px;
}

.top-sec-timetable__link {
  position: absolute;
  right: 40px;
  width: 40px;
}

.top-sec-timetable__time {
  background-color: #003a8d;
  color: #fff;
  padding: 10px;
  font-size: 50px;
  font-weight: normal;
  font-family: "Oswald",sans-serif;
  width: 200px;
  text-align: center;
  -webkit-align-self: normal;
  -ms-flex-item-align: normal;
  align-self: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-sec-timetable__content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: normal;
  -ms-flex-item-align: normal;
  align-self: normal;
  background-color: #838383;
  position: relative;
}

.top-sec-timetable__content--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 140px;
}

.top-sec-timetable__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.top-sec-timetable__title--s {
  font-size: 25px;
}

.top-sec-timetable__title--shadow {
  text-shadow: 0px 0px 6px #474545;
}

.top-sec-timetable__title--border {
  margin-left: 90px;
  position: relative;
}

.top-sec-timetable__title--border:before {
  content: "";
  width: 2px;
  height: 63px;
  background-color: #fff;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.top-sec-timetable__arrow {
  width: 64px;
  display: block;
  margin: 62px auto;
}

.top-sec-timetable__img--logo {
  height: auto;
}

.top-sec-timetable .c-fade-up-active .top-sec-timetable__item--us__parts {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}

.top-sec-ticket {
  padding-top: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("../images/ticket_bg@2x.png");
}

.top-sec-ticket .c-anchor {
  top: 0px;
}

.top-sec-ticket .c-title__dia {
  text-align: center;
}

.top-sec-ticket__subtitle {
  font-weight: normal;
  font-size: 25px;
  font-family: "Oswald",sans-serif;
  text-align: center;
  position: relative;
  margin-top: 75px;
  padding-top: 20px;
  letter-spacing: 1.5px;
}

.top-sec-ticket__subtitle:before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.top-sec-ticket__text {
  font-size: 16px;
}

.top-sec-ticket__button {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/btn_bg@2x.png");
  padding: 51px 30px 45px 30px;
  box-shadow: -2px 2px 10px #a89d9d;
  font-size: 26px;
  letter-spacing: 3.9px;
  font-weight: bold;
  margin: 90px 0px 40px 0px;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 790px;
  transition: .3s;
}

.top-sec-ticket__button:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 1 !important;
}

.top-sec-ticket__button span {
  position: relative;
  display: inline-block;
}

.top-sec-ticket__button span:after {
  content: "";
  width: 27px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/ico_link_black.svg");
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.top-sec-ticket--sec {
  max-width: 1000px;
  margin: auto;
  margin-top: 100px;
}

.top-sec-ticket__first {
  text-align: center;
}

.top-sec-ticket__first--text {
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #d01;
  margin-top: 20px;
}

.top-sec-ticket__flow {
  background-color: #fff;
  border: solid 1px #707070;
  width: calc(100% - 40px);
  margin: auto;
  margin-top: 80px;
  padding: 68px 115px 0px 115px;
}

.top-sec-ticket__flow--title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.top-sec-ticket__flow__list {
  margin-bottom: 70px;
}

.top-sec-ticket__flow__item {
  margin-bottom: 35px;
}

.top-sec-ticket__flow__item--header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.top-sec-ticket__flow__item--number {
  background-color: #676767;
  font-family: "Oswald",sans-serif;
  color: #fff;
  font-size: 21px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-sec-ticket__flow__item--text {
  font-size: 18px;
  line-height: 34.2px;
  text-align: justify;
  letter-spacing: 1px;
}

.top-sec-ticket__flow__item--text a {
  text-decoration: underline !important;
  color: #003a8d;
  font-weight: bold;
}

.top-sec-ticket__flow__item--attention {
  font-size: 14px;
  display: inline-block;
}

.top-sec-ticket__map {
  position: relative;
  max-width: 1240px;
  margin: auto;
  margin-top: 300px;
  padding: 0px 20px;
}

.top-sec-ticket__map .c-anchor {
  top: -210px;
}

.top-sec-ticket__map--box {
  height: 350px;
  margin-top: 47px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 6px #737373;
}

.top-sec-ticket__map--box iframe {
  width: 100%;
  height: 350px;
}

.top-sec-ticket__map__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-sec-ticket__map__detail--address {
  width: 40%;
}

.top-sec-ticket__map__detail--access {
  width: 60%;
}

.top-sec-ticket__map__detail--access .top-sec-ticket__map__detail--text {
  margin-top: 10px;
}

.top-sec-ticket__map__detail--title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2px;
}

.top-sec-ticket__map__detail--text {
  font-size: 18px;
  line-height: 1.6;
}

.top-sec-ticket__contact {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 237px;
}

.top-sec-ticket__contact--inner {
  margin-top: 66px;
}

.top-sec-ticket__contact--txt {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 6px;
}

.top-sec-ticket__contact--tel {
  letter-spacing: 2px;
  font-size: 47px;
}

.top-sec-ticket__contact--mail {
  letter-spacing: 2px;
}

.top-sec-footer {
  text-align: center;
  margin-top: 170px;
  padding-bottom: 20px;
}

.top-sec-footer--title {
  font-weight: 500;
  font-family: "Oswald",sans-serif;
  font-size: 25px;
}

.top-sec-footer--insta {
  width: 82px;
  margin-top: 30px;
  display: inline-block;
}

.top-sec-footer__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.top-sec-footer__menu--link {
  font-size: 12px;
}

.top-sec-footer__logo {
  position: relative;
  right: -47px;
}

.top-sec-footer--copy {
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
}

.top-sec-footer__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 100px;
  margin-top: 120px;
}

body {
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New",sans-serif;
  background-color: #000;
}

.u-ta-c {
  text-align: center;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-bl {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fw-b {
  font-weight: bold;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid rgba(0,0,0,0);
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1);
  }

  .fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

@media screen and (min-width: 900px) {
  img {
    width: auto;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .c-anchor {
    top: -200px;
  }

  .c-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding: 45px 30px;
  }

  .c-box--round-m-white {
    border-radius: 40px;
  }

  .c-box__img-box {
    width: 40%;
    border-radius: 10px;
  }

  .c-box__info {
    width: 60%;
    padding-left: 40px;
  }

  .c-box__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 34px;
  }

  .c-box__title--txt {
    width: calc(100% - 90px);
    line-height: 54px;
    margin-left: 5px;
    letter-spacing: 3.1px;
    margin-top: -7px;
  }

  .c-box__title br {
    display: none;
  }

  .c-box__tag {
    margin-bottom: 0px;
    margin-top: 2px;
    font-size: 16px;
    padding: 13px;
    max-width: 90px;
    margin-right: 10px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .c-box__txt {
    font-size: 15px;
    line-height: 200%;
    margin-top: 25px;
    letter-spacing: 2.1px;
  }

  .c-form__dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .c-form__dl--align-start {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .c-form__dt {
    width: 260px;
    padding: 15px 0px;
    margin-bottom: 0px;
  }

  .c-form__dd {
    width: calc(100% - 260px);
    padding: 12px 0px;
  }

  .c-form__input--textarea {
    min-height: 80px;
  }

  .c-form__input--checkbox--label:not(:last-child) {
    margin-right: 70px;
  }

  .c-form__submit-box {
    margin-top: 120px;
  }

  .c-form__submit--btn--outer {
    display: inline-block;
  }

  .c-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-heading__info {
    width: 57%;
    padding-right: 40px;
  }

  .c-heading__title {
    font-size: 36px;
    margin-top: 4px;
    line-height: 59px;
    letter-spacing: 3.7px;
  }

  .c-heading__title--en {
    letter-spacing: 3px;
  }

  .c-heading__title--border {
    background: linear-gradient(transparent 75%, #fffa7c 75%);
    padding-bottom: 0px;
  }

  .c-heading__text {
    letter-spacing: -0.5px;
    line-height: 184%;
    margin-top: 30px;
  }

  .c-heading__img-box {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    width: calc(100% + 100vw - 1630px);
    min-width: 800px;
    height: calc(100% + 152px);
    min-height: 445px;
    overflow: hidden;
    border-radius: 20px 0px 0px 0px;
  }

  .c-heading--reverse {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .c-heading--reverse .c-heading__img-box {
    right: 100%;
    left: auto;
    border-radius: 0px 20px 0px 0px;
  }

  .c-toggle:not(:first-child) {
    margin-top: 30px;
  }

  .c-toggle--title {
    font-size: 20px;
    margin: 0px 15px;
    letter-spacing: 3.4px;
    padding: 35px 60px 35px 35px;
  }

  .c-toggle--title:before {
    width: 10px;
    height: 10px;
    top: 45px;
    right: 49px;
  }

  .c-toggle--title:after {
    width: 40px;
    height: 40px;
    top: 52px;
    right: 34px;
  }

  .c-toggle--title--close:before {
    top: 49px;
  }

  .c-toggle--contents--txt {
    font-size: 16px;
    line-height: 180%;
    padding: 30px 30px 15px 30px;
  }

  .c-toggle--sp .c-toggle--title {
    pointer-events: none;
    cursor: auto;
  }

  .c-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-top__img {
    width: 26px;
  }

  .l-header__nav:hover .g-nav {
    opacity: 1;
    pointer-events: all;
  }

  .l-header__nav:hover .nav-btn__line:nth-of-type(1) {
    width: 66px;
  }

  .l-header__nav:hover .nav-btn__line:nth-of-type(2) {
    width: 101px;
  }

  .l-header__nav:hover .nav-btn__line:nth-of-type(3) {
    width: 66px;
  }

  .top-sec-collaboration__col--czers .top-sec-collaboration__item__header {
    margin-top: -35px;
  }

  .top-sec-collaboration__item__wrapper:hover .top-sec-collaboration__overlay {
    opacity: 0;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }

  .u-sp-hide-bl {
    display: block !important;
  }
}

@media screen and (min-width: 900px)and (min-width: 900px) {
  .c-toggle--sp .c-toggle--title:before,
  .c-toggle--sp .c-toggle--title:after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .c-box {
    padding: 70px 70px 60px 70px;
  }

  .c-box__info {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1260px) {
  .c-heading__info {
    padding-right: 90px;
  }
}

@media screen and (max-width: 1260px) {
  .c-heading--reverse .c-heading__info {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1180px) {
  .top-sec-timetable__content {
    padding: 20px 100px 20px 20px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-sec-timetable__content--inner {
    left: auto !important;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .top-sec-collaboration__col {
    max-width: 380px;
  }
}

@media screen and (max-width: 960px) {
  .top-sec-timetable__content {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-sec-timetable__content--flex {
    min-height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-sec-timetable__title--border {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 55px;
  }

  .top-sec-timetable__title--border:before {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .c-btn {
    font-size: 15px;
    padding: 20px 80px;
  }

  .c-cv-area {
    height: 62px;
  }

  .c-form__input--radio--label {
    margin-bottom: 15px;
  }

  .c-form__input--radio--label:not(:last-child) {
    margin-right: 20px;
  }

  .c-form__input--checkbox--label {
    margin-bottom: 15px;
  }

  .c-form__submit--btn--outer:not(:first-child) {
    margin-top: 20px;
  }

  .g-nav__main {
    margin-top: 0px;
    height: calc(100vh - 60px);
    width: 270px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-nav__link {
    font-size: 24px;
  }

  .g-nav__overlay {
    display: block;
    pointer-events: none;
  }

  .is-menu {
    opacity: 1;
    pointer-events: fill;
  }

  .is-menu-open .g-nav__overlay {
    pointer-events: all;
  }

  .c-heading--reverse .c-heading__info {
    padding-left: 0px;
  }

  .c-modal__close {
    top: 2px;
    right: 0px;
    width: 56px;
  }

  .c-modal__close span {
    top: 33px;
    width: 40px;
    height: 2px;
  }

  .nav-btn__line {
    height: 2px;
  }

  .nav-btn__line:nth-of-type(1) {
    width: 42px;
  }

  .nav-btn__line:nth-of-type(2) {
    top: 25px;
    width: 27px;
  }

  .nav-btn__line:nth-of-type(3) {
    top: 30px;
    width: 15px;
  }

  .c-slideshow__wrap {
    padding: 13px 0px;
  }

  .c-slideshow__img {
    height: 40px;
  }

  .c-slideshow__collaboration .c-slideshow__item {
    width: 360px;
  }

  .c-slideshow__timetable .c-slideshow__item {
    width: 260px;
  }

  .c-table__dl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .c-table__dl__wrap .c-table__dd {
    padding-top: 19px !important;
  }

  .c-table--d--style-01 {
    margin-bottom: 20px;
  }

  .c-table--d--style-01 .c-table__dl {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .c-table--d--style-01 .c-table__dt {
    width: 100%;
    padding: 0px;
  }

  .c-table--d--style-01 .c-table__dd {
    width: 100%;
    padding: 0px;
  }

  .c-title__dia--color {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0px 20px;
  }

  .c-title__dia--color:before {
    left: -13px;
  }

  .c-title__dia--color:after {
    right: -13px;
  }

  .c-title__dia--color:before,
  .c-title__dia--color:after {
    width: 24px;
    height: 24px;
    top: 2px;
  }

  .l-header {
    height: 70px;
  }

  .l-header__logo {
    top: 16px;
  }

  .l-header__logo--img {
    width: 220px;
  }

  .l-header__nav {
    top: -22px;
    margin-left: 16px;
    width: 50px;
    height: 50px;
  }

  .l-container {
    padding: 0 20px;
  }

  .top-ticket-btn {
    width: 174px;
    height: 174px;
    right: 10px;
    bottom: 40px;
  }

  .top-ticket-btn__info {
    width: 146px;
    height: 146px;
  }

  .top-ticket-btn__bg {
    width: 174px;
    height: 174px;
  }

  .top-sec-fv__header {
    padding: 0px 20px;
    margin-top: 73px;
  }

  .top-sec-fv__date {
    padding: 20px 0px;
  }

  .top-sec-fv__date:before,
  .top-sec-fv__date:after {
    height: 5px;
  }

  .top-sec-fv__date--time {
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 40px;
    position: relative;
  }

  .top-sec-fv__date--time span {
    position: absolute;
    bottom: -6px;
    margin-left: 10px;
  }

  .top-sec-fv__date--place {
    font-size: 22px;
  }

  .top-sec-fv__description .c-anchor {
    top: 330px;
  }

  .top-sec-fv__description--underline {
    width: 262px;
    margin-top: 470px;
  }

  .top-sec-fv__description--frip {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 47px;
    margin-top: 55px;
  }

  .top-sec-fv__description--frip span {
    background-size: 200% 52%;
  }

  .top-sec-fv__description--txt {
    font-size: 18px;
    line-height: 57px;
    letter-spacing: 2.3px;
    margin-top: 45px;
  }

  .top-sec-fv__bg {
    min-width: auto;
    max-width: 760px;
  }

  .top-sec-fv__bg__parts--01 {
    top: -140px;
    left: 14px;
  }

  .top-sec-fv__bg__parts--02 {
    top: 492px;
    left: 30px;
  }

  .top-sec-fv__bg__parts--03 {
    top: 636px;
    left: -41px;
  }

  .top-sec-fv__bg__parts--04 {
    top: 1252px;
    left: 15px;
  }

  .top-sec-fv__bg__parts--05 {
    top: 1648px;
    left: -86px;
  }

  .top-sec-fv__bg__parts--06 {
    top: 1945px;
    left: 27px;
  }

  .top-sec-fv__bg__parts--07 {
    top: -173px;
    right: -81px;
  }

  .top-sec-fv__bg__parts--08 {
    top: 185px;
    right: 14px;
  }

  .top-sec-fv__bg__parts--09 {
    top: 565px;
    right: -55px;
  }

  .top-sec-fv__bg__parts--10 {
    top: 1580px;
    right: -98px;
  }

  .top-sec-fv__bg__parts--11 {
    top: 1869px;
    right: -60px;
  }

  .top-sec-collaboration {
    color: #000;
    margin-top: 90px;
    margin-bottom: -57px;
  }

  .top-sec-collaboration .c-anchor {
    top: -280px;
  }

  .top-sec-collaboration__header {
    display: block;
    width: 73%;
    margin: auto;
    margin-bottom: 120px;
  }

  .top-sec-collaboration__header--col {
    width: 100%;
  }

  .top-sec-collaboration__col {
    width: 100%;
    max-width: 100%;
  }

  .top-sec-collaboration__item {
    display: block;
    margin-bottom: 108px;
  }

  .top-sec-collaboration__item__header--title {
    color: #fff;
  }

  .top-sec-collaboration__item__wrapper {
    height: auto;
    display: block;
    padding: 10px;
  }

  .top-sec-collaboration__item__inner {
    height: auto;
    width: 100%;
    background-color: #fff;
    padding: 0px;
  }

  .top-sec-collaboration__item__contents {
    padding: 0px 15px 20px 15px;
  }

  .top-sec-collaboration__overlay {
    position: relative;
    top: auto;
    left: auto;
  }

  .top-sec-collaboration__footer {
    bottom: -65px;
  }

  .top-sec-collaboration__profile {
    display: none !important;
  }

  .top-sec-collaboration__salon__img-box {
    width: 64%;
  }

  .top-sec-collaboration__salon__detail {
    margin-left: 12px;
  }

  .top-sec-collaboration__salon__detail--txt {
    line-height: 25px;
    font-size: 15px;
  }

  .top-sec-collaboration__salon__detail--txt:before {
    background-color: #000;
    max-width: 93px;
  }

  .top-sec-collaboration__btn {
    font-size: 16px;
  }

  .top-sec-collaboration__batsu {
    margin: 73px auto 50px auto;
    width: 60px;
  }

  .top-sec-collaboration__modal {
    display: block;
    padding: 75px 19px 45px 19px;
  }

  .top-sec-collaboration__modal__img-box {
    width: 100%;
  }

  .top-sec-collaboration__modal__detail {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }

  .top-sec-collaboration__modal__name {
    font-size: 42px;
    margin-top: 0px;
  }

  .top-sec-collaboration__modal__name--en {
    margin-top: 4px;
  }

  .top-sec-collaboration__modal__link {
    margin-top: 25px;
  }

  .top-sec-collaboration__modal__link--img {
    width: 40px;
  }

  .top-sec-collaboration__modal__txt {
    margin-top: 72px;
  }

  .top-sec-collaboration__modal__txt--para__cont {
    margin-top: 72px;
  }

  .top-sec-timetable {
    margin-top: 125px;
    margin-bottom: 80px;
    padding-bottom: 60px;
  }

  .top-sec-timetable .c-anchor {
    top: -280px;
  }

  .top-sec-timetable__container {
    padding: 0px 35px;
  }

  .top-sec-timetable__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-sec-timetable__item--03 .top-sec-timetable__content--inner {
    padding: 40px 10px;
  }

  .top-sec-timetable__item--04 .top-sec-timetable__img--logo {
    width: 190px;
  }

  .top-sec-timetable__item--us .top-sec-timetable__title {
    font-size: 45px;
    line-height: 60px;
    margin-top: 15px;
  }

  .top-sec-timetable__item--us .top-sec-timetable__time {
    padding: 30px 0px;
    font-size: 54px;
  }

  .top-sec-timetable__item--us .top-sec-timetable__content {
    padding: 40px 50px;
  }

  .top-sec-timetable__item--us__parts--01 {
    width: 103px;
    left: -40px;
  }

  .top-sec-timetable__item--us__parts--04 {
    width: 107px;
    bottom: -22px;
    right: -26px;
  }

  .top-sec-timetable__link {
    display: none;
  }

  .top-sec-timetable__time {
    width: 100%;
    font-size: 35px;
  }

  .top-sec-timetable__content {
    padding: 15px 10px;
    border-right: none !important;
  }

  .top-sec-timetable__content--flex {
    min-height: auto;
    display: block;
  }

  .top-sec-timetable__title {
    font-size: 25px;
  }

  .top-sec-timetable__title--s {
    font-size: 22px;
    letter-spacing: 0px;
    margin-top: 20px;
  }

  .top-sec-timetable__arrow {
    margin: 45px auto 40px auto;
  }

  .top-sec-timetable__img--logo {
    width: 100%;
  }

  .top-sec-ticket {
    padding-top: 50px;
  }

  .top-sec-ticket .c-anchor {
    top: 0px;
  }

  .top-sec-ticket__subtitle {
    margin-top: 65px;
  }

  .top-sec-ticket__subtitle:before {
    top: -15px;
  }

  .top-sec-ticket__button {
    margin: 60px 0px 40px 0px;
    padding: 20px;
    font-size: 22px;
  }

  .top-sec-ticket__button span:after {
    right: -29px;
    width: 23px;
    height: 20px;
  }

  .top-sec-ticket--sec {
    padding: 0px 20px;
  }

  .top-sec-ticket__first--text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  .top-sec-ticket__flow {
    padding: 40px 20px 0px 20px;
  }

  .top-sec-ticket__flow__item--text {
    font-size: 15px;
    line-height: 31px;
  }

  .top-sec-ticket__flow__item--attention {
    line-height: 26px;
  }

  .top-sec-ticket__map {
    margin-top: 150px;
    padding: 0px 20px;
  }

  .top-sec-ticket__map .c-anchor {
    top: -115px;
  }

  .top-sec-ticket__map--box {
    height: 250px;
    margin-bottom: 30px;
  }

  .top-sec-ticket__map--box iframe {
    height: 250px;
  }

  .top-sec-ticket__map__details {
    display: block;
  }

  .top-sec-ticket__map__detail {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-sec-ticket__map__detail--title {
    font-size: 16px;
  }

  .top-sec-ticket__map__detail--text {
    font-size: 14px;
  }

  .top-sec-ticket__contact {
    margin-top: 150px;
    padding: 0px 20px;
  }

  .top-sec-ticket__contact--txt {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .top-sec-ticket__contact--tel {
    font-size: 25px;
  }

  .top-sec-footer {
    margin-top: 110px;
  }

  .top-sec-footer__menu {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .top-sec-footer__logo {
    right: 0px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }

  .top-sec-footer--copy {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .top-sec-footer__bottom {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
  }
}

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}