@charset "UTF-8";
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../../assets/fonts/lightcase.eot?55356177");
  src: url("../../assets/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../../assets/fonts/lightcase.woff?55356177") format("woff"), url("../../assets/fonts/lightcase.ttf?55356177") format("truetype"), url("../../assets/fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "\e802";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
   * Mixin providing icon defaults to be used on top of font-lightcase.
   *
   * Example usage:
   * @include icon(#e9e9e9)
   */
/**
   * Mixin providing icon defaults including a hover status to be used
   * on top of font-lightcase.
   *
   * Example usage:
   * @include icon-hover(#e9e9e9, #fff)
   */
/**
   * Provides natural content overflow behavior and scrolling support
   * even so for touch devices.
   *
   * Example usage:
   * @include overflow()
   */
/**
   * Neutralizes/resets dimensions including width, height, position as well as margins,
   * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
   *
   * Example usage:
   * @include clear(true)
   *
   * @param boolean $important
   */
@-webkit-keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case,
html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content,
html[data-lc-type=video] #lightcase-content {
    background-color: #000;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
#lightcase-content h2,
#lightcase-content h3,
#lightcase-content h4,
#lightcase-content h5,
#lightcase-content h6,
#lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
#lightcase-content h2,
#lightcase-content h3,
#lightcase-content h4,
#lightcase-content h5,
#lightcase-content h6,
#lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #000;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  /*
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
  */
  background: url("/assets/img/common/ico/ico_close.svg") 0 0/100% auto no-repeat;
  position: fixed;
  top: 30px;
  right: 30px;
  display: block;
  height: 8.2vw;
  width: 8.2vw;
  cursor: pointer;
}
a[class*=lightcase-icon-].lightcase-icon-close::before {
  content: "";
}
@media (min-width: 769px) {
  a[class*=lightcase-icon-].lightcase-icon-close {
    height: 48px;
    width: 48px;
  }
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover,
#lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #000;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* @Reference site */
/* @MEMO */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

button:focus {
  outline: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
@media (min-width: 769px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 6px;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #dcff00;
}

/* sanitize overwrite */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: initial;
  padding: 0;
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritance in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 */
}

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

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 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 */
  -webkit-text-decoration: underline dotted;
          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: #ffff00;
  color: #000000;
}

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

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

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

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

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

@-webkit-keyframes smartphoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smartphoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes smartphoto-loader {
  0% {
    opacity: 0.4;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@keyframes smartphoto-loader {
  0% {
    opacity: 0.4;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.smartphoto {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: smartphoto;
          animation-name: smartphoto;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.smartphoto[aria-hidden=true] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  /*
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  */
  background: url("/assets/img/common/ico/ico_close.svg") 0 0/100% auto no-repeat;
  position: fixed;
  top: 30px;
  right: 30px;
  display: block;
  height: 8.2vw;
  width: 8.2vw;
  cursor: pointer;
}
@media (min-width: 769px) {
  .smartphoto-dismiss {
    height: 48px;
    width: 48px;
  }
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none;
}

.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  -webkit-animation-name: smartphoto-img-wrap;
          animation-name: smartphoto-img-wrap;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.smartphoto-img-left {
  transform: translateX(150%) !important;
}

.smartphoto-img-right {
  transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden=true] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
}
.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden=true] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartPhotoArrowHideIcon {
  display: none;
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
          animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden=true] {
  -webkit-animation-name: smartphoto-hide;
          animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}
.smartphoto-nav a:focus {
  opacity: 0.8;
}

.smartphoto-nav a.current {
  opacity: 1;
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smartphoto-caption:focus {
  outline: none;
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: smartphoto-loader 0.5s infinite linear;
          animation: smartphoto-loader 0.5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic Pro W3", "銉掋儵銈儙瑙掋偞 Pro W3", "銉°偆銉偑", sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #000;
  word-break: normal;
  word-wrap: break-word;
}
body.-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

#wovn-translate-widget {
  right: auto;
  position: fixed;
  z-index: 100;
}
@media (max-width: 768px) {
  #wovn-translate-widget {
    bottom: 4vw;
    left: 4vw;
  }
}
@media (min-width: 769px) {
  #wovn-translate-widget {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .relationship #wovn-translate-widget {
    bottom: 25.3vw;
    width: 96px;
  }
}

#acmncopy {
  position: relative;
}
@media (min-width: 769px) {
  #acmncopy {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
}
@media (max-width: 768px) {
  .discography_archive #acmncopy, .discography_single #acmncopy, .goods #acmncopy, .event_collabo #acmncopy {
    padding-left: 15px !important;
  }
}
@media (min-width: 769px) {
  .discography_archive #acmncopy, .discography_single #acmncopy, .goods #acmncopy, .event_collabo #acmncopy {
    padding-left: 30px !important;
  }
}
@media (max-width: 768px) {
  .discography_archive #acmncopy .footerNav, .discography_archive #acmncopy .copyright, .discography_single #acmncopy .footerNav, .discography_single #acmncopy .copyright, .goods #acmncopy .footerNav, .goods #acmncopy .copyright, .event_collabo #acmncopy .footerNav, .event_collabo #acmncopy .copyright {
    width: auto !important;
  }
}

.smartphoto-count {
  display: none;
}

.l-copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .l-copyright {
    display: none;
  }
}

.l-gheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 200;
  color: #fff;
}
@media (min-width: 769px) {
  .l-gheader {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    height: auto;
    z-index: 100;
    min-width: 1280px;
  }
}
.l-gheader::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 768px) {
  .l-gheader::before {
    height: 21.3vw;
  }
}
@media (min-width: 769px) {
  .l-gheader::before {
    height: 130px;
  }
}
@media (min-width: 769px) {
  body.top .l-gheader::before {
    background: #000;
    height: 95px;
  }
}
body.goods .l-gheader::before {
  background: linear-gradient(180deg, rgba(20, 28, 66, 0.6) 0%, rgba(20, 28, 66, 0.45) 50%, rgba(20, 28, 66, 0) 100%);
  opacity: 0.4;
}
@media (min-width: 769px) {
  .-light_bg .l-gheader {
    color: #000;
  }
}
.l-gheader__logo {
  position: relative;
  z-index: 1;
  width: 35.3vw;
  height: 10.6vw;
  margin: 4vw auto;
  background: url(/paradoxlive/assets/img/common/header/ph_logo.svg?1686215450) no-repeat;
  background-size: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 769px) {
  .l-gheader__logo {
    width: 200px;
    height: 65px;
    margin: 22px 0 0;
    opacity: 1;
    visibility: visible;
  }
}
.top .l-gheader__logo, .l-gheader__logo.-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .-light_bg .l-gheader__logo {
    background: url(/paradoxlive/assets/img/common/header/ph_logo_bk.svg?1686215450) no-repeat;
    background-size: 100%;
  }
}
.l-gheader__logo a {
  display: block;
  height: 100%;
}
@media (max-width: 768px) {
  .l-gheader.-open {
    z-index: 500;
  }
}

@-webkit-keyframes circle_scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes circle_scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.l-gnav__trigger {
  position: fixed;
  top: 5vw;
  right: 5vw;
  width: 45px;
  height: 45px;
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
@media (min-width: 769px) {
  .l-gnav__trigger {
    display: none;
  }
}
.l-gnav__trigger.-active {
  background: url(/paradoxlive/assets/img/common/header/ico_trigger_active.svg) no-repeat center/35px;
}
.l-gnav__trigger .circle {
  width: calc(33.333% - 10px);
  height: calc(33.333% - 10px);
  margin: 5px;
  background: #fff;
  border-radius: 50%;
  mix-blend-mode: exclusion;
}
.l-gnav__trigger .circle:nth-child(2n) {
  -webkit-animation: circle_scale 1s 0s ease infinite alternate;
          animation: circle_scale 1s 0s ease infinite alternate;
}
.-light_bg .l-gnav__trigger .circle {
  background: #000;
}
.-trigger_glay .l-gnav__trigger .circle {
  background: #999;
}
.l-gnav__trigger.-active .circle {
  opacity: 0;
}

@-webkit-keyframes flash {
  50% {
    opacity: 0.2;
  }
}

@keyframes flash {
  50% {
    opacity: 0.2;
  }
}
@-webkit-keyframes subNavIn {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes subNavIn {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .l-gnav__wrapper {
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .l-gnav__wrapper {
    height: 100%;
    opacity: 0;
    overflow: scroll;
    padding: 80px 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.l-gnav__wrapper.-active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .l-gnav__bg {
    background-color: #0c0030;
    border-radius: 50%;
    height: 400vw;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    width: 400vw;
    position: fixed;
    top: 40px;
    left: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .l-gnav__bg.-active {
    transform: translate(-50%, -50%) scale(1);
  }
}

.l-gnav {
  margin-top: -10px;
}
@media (min-width: 769px) {
  .l-gnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 14px 76px 0 0;
    width: 770px;
  }
}

.l-gnav__item {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 25px auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .l-gnav__item {
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .l-gnav__item {
    font-size: 0.8125rem;
    margin: 11px 12px 0;
    width: auto;
    font-size: 0.9375rem;
  }
  .l-gnav__item.-relationship {
    margin-top: 8px;
  }
  .l-gnav__item.-relationship:after {
    top: 21px;
  }
}
@media (min-width: 769px) {
  .l-gnav__item.-goods {
    margin-right: 26px;
  }
}
@media (min-width: 769px) {
  .l-gnav__item.-eventcollabo {
    margin-right: 21px;
  }
}
@media (min-width: 769px) {
  .l-gnav__item.-battle, .l-gnav__item.-guidelines {
    margin-right: 17px;
  }
}
.l-gnav__item.-youtube {
  color: #FF0000;
}
@media (min-width: 769px) {
  .l-gnav__item.-youtube {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .l-gnav__item.-youtube span {
    padding-left: 7.2vw;
  }
}
@media (min-width: 769px) {
  .l-gnav__item.-youtube span {
    padding-left: 27px;
  }
}
.l-gnav__item.-youtube span::before {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/paradoxlive/assets/img/common/ico/ico_youtube_red.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .l-gnav__item.-youtube span::before {
    height: 3.7vw;
    width: 5.3vw;
  }
}
@media (min-width: 769px) {
  .l-gnav__item.-youtube span::before {
    height: 14px;
    width: 20px;
  }
}
.l-gnav__item.-youtube:after {
  background-color: #FF0000;
}
.l-gnav__item.-sns {
  cursor: pointer;
}
@media (max-width: 768px) {
  .l-gnav__item.-sns {
    display: none;
  }
}
@media (min-width: 769px) {
  .l-gnav__item.-sns {
    margin-right: 7px;
  }
}
.l-gnav__item.-sns:hover .l-gnav__sns__select {
  -webkit-animation: subNavIn 0.3s ease-out both;
          animation: subNavIn 0.3s ease-out both;
  display: block;
  transform: translate(0, 0);
}
.l-gnav__item.-sns:after {
  content: none;
}
.l-gnav__item:after {
  background: #fff;
  content: "";
  display: none;
  height: 4px;
  transform: scaleX(0);
  transform-origin: 0 0;
  width: 100%;
  position: absolute;
  top: 18px;
  left: 0;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .l-gnav__item:after {
    display: block;
  }
}
.l-gnav__item:not(.-sns).-active:after, .l-gnav__item:not(.-sns):hover:after {
  transform: scaleX(1);
}
.-light_bg .l-gnav__item {
  filter: none;
}
@media (min-width: 769px) {
  .-light_bg .l-gnav__item:after {
    background: #000;
  }
}
.l-gnav__item__ja {
  font-weight: 600;
}
.l-gnav__item.-new:before {
  -webkit-animation: flash 2s linear infinite;
          animation: flash 2s linear infinite;
  background: url(/paradoxlive/assets/img/common/ico/ico_new.svg) no-repeat 0 0/100%;
  color: #dcff00;
  content: "";
  display: block;
  font-weight: bold;
  height: 9px;
  transform: translateX(50%);
  width: 23px;
  position: absolute;
  top: -8px;
  right: 50%;
}
@media (min-width: 769px) {
  .l-gnav__item.-new:before {
    height: 9px;
    width: 25px;
    position: absolute;
    top: -8px;
    right: 0;
  }
}

@media (min-width: 769px) {
  .l-gnav__sns__trigger {
    padding-right: 12px;
    position: relative;
  }
  .l-gnav__sns__trigger::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    border: solid transparent;
    border-width: 6px 4px 0;
    border-top-color: #FFF;
    display: block;
    transform: translate(0, -50%);
  }
  .-light_bg .l-gnav__sns__trigger::after {
    border-top-color: #000;
  }
}

.l-gnav__sns__select {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #0c0030;
  position: relative;
  display: none;
  width: 104px;
}
.l-gnav__sns__select::before {
  position: absolute;
  top: -10px;
  left: 50%;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 0 7px 10px;
  border-bottom-color: #0c0030;
  transform: translate(-50%, 0);
}

.l-gnav__sns__item {
  font-size: 0.875rem;
  border-bottom: 1px solid #6d6683;
  color: #FFF;
  line-height: 32px;
}
.l-gnav__sns__item:last-child {
  border: none;
}
.l-gnav__sns__item a:hover {
  opacity: 0.7;
}

.l-share {
  font-weight: 500;
  margin-top: 40px;
  pointer-events: none;
}
@media (min-width: 769px) {
  .l-share {
    height: 255px;
    margin: 0;
    overflow: hidden;
    transition: 0.8s;
    width: 245px;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 769px) {
  .l-share:before {
    background-color: #0c0030;
    border-radius: 50%;
    content: "";
    height: 400px;
    pointer-events: none;
    transform: scale(0);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    width: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.l-share.-active {
  pointer-events: auto;
  z-index: 9999;
}
@media (min-width: 769px) {
  .l-share.-active:before {
    transform: scale(1);
  }
}
@media (min-width: 769px) {
  .l-share.-active .l-share__ttl,
.l-share.-active .l-share__list {
    opacity: 1;
    transition-delay: 0.3s;
    visibility: visible;
  }
}
.l-share:hover {
  pointer-events: auto;
  z-index: 9999;
}
@media (min-width: 769px) {
  .l-share:hover .l-share__btn {
    background: url(/paradoxlive/assets/img/common/header/ico_share.svg) no-repeat center/100% !important;
  }
}

@media (min-width: 769px) {
  .l-share__btn {
    position: absolute;
    top: 35px;
    right: 30px;
    background: url(/paradoxlive/assets/img/common/header/ico_share.svg) no-repeat center/100%;
    border: none;
    cursor: pointer;
    height: 28px;
    pointer-events: auto;
    padding: 0;
    width: 27px;
  }
  .-light_bg .l-share__btn {
    background: url(/paradoxlive/assets/img/common/header/ico_share_bk.svg) no-repeat center/100%;
  }
}

.l-share__ttl {
  text-align: center;
  font-size: 0.6875rem;
}
@media (min-width: 769px) {
  .l-share__ttl {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right top;
    transition: 0.3s;
    visibility: hidden;
    position: absolute;
    top: 130px;
    right: 37px;
    font-size: 0.75rem;
  }
}
@media (min-width: 769px) {
  .-light_bg .l-share__ttl {
    color: #fff;
  }
}

.l-share__list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .l-share__list {
    display: block;
    margin: 40px 0 0 70px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 120px;
  }
}

.l-share__item + * {
  margin-left: 30px;
}
@media (min-width: 769px) {
  .l-share__item + * {
    margin: 30px 0 0;
  }
}
.l-share__item a {
  display: block;
  text-decoration: underline;
  font-size: 0.8125rem;
}
@media (min-width: 769px) {
  .l-share__item a {
    padding-left: 25px;
    position: relative;
    text-decoration: none;
    font-size: 0.9375rem;
  }
}
@media (min-width: 769px) {
  .l-share__item a:before {
    font-size: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}
@media (min-width: 769px) {
  .l-share__item.-twitter a:before {
    content: url(/paradoxlive/assets/img/common/ico/ico_twitter.svg);
    width: 22px;
  }
}
@media (min-width: 769px) {
  .l-share__item.-facebook a:before {
    content: url(/paradoxlive/assets/img/common/ico/ico_facebook.svg);
    width: 12px;
  }
}
@media (min-width: 769px) {
  .l-share__item.-line a:before {
    content: url(/paradoxlive/assets/img/common/ico/ico_line.svg);
    width: 26px;
  }
}
@media (min-width: 769px) {
  .-light_bg .l-share__item {
    color: #fff;
  }
}

.l-snslink {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .l-snslink {
    display: none;
  }
}

.l-snslink__item {
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 15px;
}
@media (min-width: 769px) {
  .l-snslink__item {
    margin: 0 10px;
  }
}
.l-snslink__item a {
  display: block;
  height: 100%;
}
.l-snslink__item.-youtube {
  background-image: url(/paradoxlive/assets/img/common/ico/ico_youtube.svg);
  height: 26px;
  width: 22px;
}
.l-snslink__item.-twitter {
  background-image: url(/paradoxlive/assets/img/common/ico/ico_x.svg);
  background-size: 100% 100%;
  height: 25px;
  width: 25px;
}
.l-snslink__item.-tiktok {
  background-image: url(/paradoxlive/assets/img/common/ico/ico_tiktok.svg);
  height: 23px;
  width: 20px;
}
.l-snslink__item.-facebook {
  background-image: url(/paradoxlive/assets/img/common/ico/ico_facebook.svg);
  height: 23px;
  width: 12px;
}
.l-snslink__item.-weibo {
  background-image: url(/paradoxlive/assets/img/common/ico/ico_weibo.svg);
  height: 23px;
  width: 28px;
}
.l-snslink__item.-bilibili {
  background-image: url(/paradoxlive/assets/img/common/ico/ico_bilibili.svg);
  height: 18px;
  width: 38px;
}

@-webkit-keyframes line_anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes line_anim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bg_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes bg_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.js-in_anim:not(.-custom) {
  transition: all 1s ease;
  transform: translate(-10px, 0);
  opacity: 0;
}
@media (min-width: 769px) {
  .js-in_anim:not(.-custom) {
    transform: translate(-20px, 0);
  }
}
.js-in_anim:not(.-custom).-active {
  opacity: 1;
  transform: translate(0, 0);
}
.js-in_anim:not(.-custom).-h100 {
  height: 100%;
}

.js-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 1s ease;
}
.js-curtain.-active {
  opacity: 0;
}

.c-main {
  position: relative;
}
@media (min-width: 769px) {
  .c-main {
    min-height: 100vh;
    min-width: 1280px;
    padding-bottom: 52px;
  }
  .top .c-main {
    padding-bottom: 0;
    min-height: 100%;
  }
}

.c-br_nrw {
  display: none;
}
@media (max-width: 768px) {
  .c-br_nrw {
    display: block;
  }
}

.c-br_wide {
  display: none;
}
@media (min-width: 769px) {
  .c-br_wide {
    display: block;
  }
}

.c-characterNav {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  z-index: 300;
}
@media (max-width: 768px) {
  .c-characterNav {
    margin: 90px auto 0;
    padding: 0 5.3vw;
    position: relative;
  }
  .single .c-characterNav {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .c-characterNav {
    position: absolute;
    top: 90px;
    left: 65px;
    width: 410px;
  }
}
@media (min-width: 1560px) {
  .c-characterNav {
    position: fixed;
    top: 33px;
    left: 260px;
  }
}

.c-characterNav__item {
  position: relative;
  white-space: nowrap;
  margin: 0 6px 6px 0;
}
.c-characterNav__item:hover .c-characterNav__members {
  display: block;
}
.c-characterNav__item:hover .c-characterNav__members ul {
  -webkit-animation: subNavIn 0.3s ease-out both;
          animation: subNavIn 0.3s ease-out both;
}
.character_archive .c-characterNav__item.-item_bae .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_bae .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_bae.-current .c-characterNav__team {
  border-color: #eb6455;
}
.character_archive .c-characterNav__item.-item_bae.-current .c-characterNav__team a {
  background-color: #eb6455;
  color: #FFF;
}
.character_archive .c-characterNav__item.-item_thecatswhiskers .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_thecatswhiskers .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_thecatswhiskers.-current .c-characterNav__team {
  border-color: #005290;
}
.character_archive .c-characterNav__item.-item_thecatswhiskers.-current .c-characterNav__team a {
  background-color: #005290;
  color: #FFF;
}
.character_archive .c-characterNav__item.-item_cozmez .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_cozmez .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_cozmez.-current .c-characterNav__team {
  border-color: #d0afd2;
}
.character_archive .c-characterNav__item.-item_cozmez.-current .c-characterNav__team a {
  background-color: #d0afd2;
  color: #FFF;
}
.character_archive .c-characterNav__item.-item_akanyatsura .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_akanyatsura .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_akanyatsura.-current .c-characterNav__team {
  border-color: #ffc832;
}
.character_archive .c-characterNav__item.-item_akanyatsura.-current .c-characterNav__team a {
  background-color: #ffc832;
  color: #FFF;
}
.character_archive .c-characterNav__item.-item_buraikan .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_buraikan .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_buraikan.-current .c-characterNav__team {
  border-color: #a68f3c;
}
.character_archive .c-characterNav__item.-item_buraikan.-current .c-characterNav__team a {
  background-color: #a68f3c;
  color: #FFF;
}
.character_archive .c-characterNav__item.-item_visty .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_visty .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_visty.-current .c-characterNav__team {
  border-color: #ffaed4;
}
.character_archive .c-characterNav__item.-item_visty.-current .c-characterNav__team a {
  background-color: #ffaed4;
  color: #FFF;
}
.character_archive .c-characterNav__item.-item_amprule .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_amprule .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_amprule.-current .c-characterNav__team {
  border-color: #083a1c;
}
.character_archive .c-characterNav__item.-item_amprule.-current .c-characterNav__team a {
  background-color: #083a1c;
  color: #FFF;
}
.character_archive .c-characterNav__item.-item_t_1nm8 .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_t_1nm8 .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_t_1nm8.-current .c-characterNav__team {
  border-color: #b8bcc4;
}
.character_archive .c-characterNav__item.-item_t_1nm8.-current .c-characterNav__team a {
  background-color: #b8bcc4;
  color: #FFF;
}
.character_archive .c-characterNav__item.-item_gokuluck .c-characterNav__team {
  background-color: transparent;
}
.character_archive .c-characterNav__item.-item_gokuluck .c-characterNav__team:hover {
  opacity: 0.7;
}
.character_archive .c-characterNav__item.-item_gokuluck.-current .c-characterNav__team {
  border-color: #F75A18;
}
.character_archive .c-characterNav__item.-item_gokuluck.-current .c-characterNav__team a {
  background-color: #F75A18;
  color: #FFF;
}
.single .c-characterNav__item.-item_bae .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_bae .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_bae.-current .c-characterNav__team {
  border-color: #5a2ab0;
}
.single .c-characterNav__item.-item_bae.-current .c-characterNav__team a {
  background-color: #5a2ab0;
  color: #eb6455;
}
.single .c-characterNav__item.-item_thecatswhiskers .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_thecatswhiskers .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_thecatswhiskers.-current .c-characterNav__team {
  border-color: #32aaff;
}
.single .c-characterNav__item.-item_thecatswhiskers.-current .c-characterNav__team a {
  background-color: #32aaff;
  color: #005290;
}
.single .c-characterNav__item.-item_cozmez .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_cozmez .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_cozmez.-current .c-characterNav__team {
  border-color: #8646cc;
}
.single .c-characterNav__item.-item_cozmez.-current .c-characterNav__team a {
  background-color: #8646cc;
  color: #d0afd2;
}
.single .c-characterNav__item.-item_akanyatsura .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_akanyatsura .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_akanyatsura.-current .c-characterNav__team {
  border-color: #e85f24;
}
.single .c-characterNav__item.-item_akanyatsura.-current .c-characterNav__team a {
  background-color: #e85f24;
  color: #ffc832;
}
.single .c-characterNav__item.-item_buraikan .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_buraikan .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_buraikan.-current .c-characterNav__team {
  border-color: #dcff00;
}
.single .c-characterNav__item.-item_buraikan.-current .c-characterNav__team a {
  background-color: #dcff00;
  color: #a68f3c;
}
.single .c-characterNav__item.-item_visty .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_visty .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_visty.-current .c-characterNav__team {
  border-color: #e9589a;
}
.single .c-characterNav__item.-item_visty.-current .c-characterNav__team a {
  background-color: #e9589a;
  color: #ffaed4;
}
.single .c-characterNav__item.-item_amprule .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_amprule .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_amprule.-current .c-characterNav__team {
  border-color: #b0268a;
}
.single .c-characterNav__item.-item_amprule.-current .c-characterNav__team a {
  background-color: #b0268a;
  color: #083a1c;
}
.single .c-characterNav__item.-item_t_1nm8 .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_t_1nm8 .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_t_1nm8.-current .c-characterNav__team {
  border-color: #ffe600;
}
.single .c-characterNav__item.-item_t_1nm8.-current .c-characterNav__team a {
  background-color: #ffe600;
  color: #b8bcc4;
}
.single .c-characterNav__item.-item_gokuluck .c-characterNav__team {
  background-color: transparent;
}
.single .c-characterNav__item.-item_gokuluck .c-characterNav__team:hover {
  opacity: 0.7;
}
.single .c-characterNav__item.-item_gokuluck.-current .c-characterNav__team {
  border-color: #00418f;
}
.single .c-characterNav__item.-item_gokuluck.-current .c-characterNav__team a {
  background-color: #00418f;
  color: #F75A18;
}

.c-characterNav__team {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-characterNav__team {
    font-size: 0.6875rem;
  }
}
@media (min-width: 769px) {
  .c-characterNav__team {
    font-size: 0.8125rem;
  }
}
.c-characterNav__team a {
  display: block;
}
@media (max-width: 768px) {
  .c-characterNav__team a {
    padding: 0 10px;
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  .c-characterNav__team a {
    padding: 0 15px;
  }
}

.c-characterNav__members {
  position: absolute;
  top: 26px;
  left: 50%;
  display: none;
  transform: translate(-50%, 0);
  min-width: 105px;
  z-index: 10;
  padding-top: 10px;
}
.-item_bae .c-characterNav__members {
  transform: translate(-30%, 0);
}
.-item_buraikan .c-characterNav__members {
  transform: translate(-40%, 0);
}
.c-characterNav__members ul {
  background-color: #0c0030;
}
.c-characterNav__members ul::before {
  position: absolute;
  top: -10px;
  left: 50%;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 0 7px 10px;
  border-bottom-color: #0c0030;
  transform: translate(-50%, 0);
}
.-item_bae .c-characterNav__members ul::before {
  left: 30%;
}
.-item_buraikan .c-characterNav__members ul::before {
  left: 30%;
}

.c-characterNav__members__item {
  border-bottom: 1px solid #6d6683;
  color: #FFF;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-characterNav__members__item {
    font-size: 0.6875rem;
  }
}
@media (min-width: 769px) {
  .c-characterNav__members__item {
    font-size: 0.8125rem;
  }
}
.c-characterNav__members__item:last-child {
  border: none;
}
.c-characterNav__members__item a {
  display: block;
  padding: 0 14px;
}
.c-characterNav__members__item a:hover {
  opacity: 0.7;
}

.c-close {
  position: fixed;
  top: 5vw;
  right: 5vw;
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .c-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
}
.c-close:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  transform: rotate(45deg);
}
.c-close:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .c-cookie_top {
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
}
@media (min-width: 769px) {
  .c-cookie_top {
    position: fixed;
    bottom: 20px;
    right: 150px;
  }
}
.c-cookie_top a {
  font-size: 0.625rem;
  color: #FFF;
  text-decoration: underline;
}
.c-cookie_top a:hover {
  text-decoration: none;
}

.c-external {
  position: relative;
}
.c-external:after {
  display: inline-block;
  position: relative;
  top: -0.5em;
  margin-left: 0.25em;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/paradoxlive/assets/img/common/ico/ico_external.svg) 0 0/100%;
}
@media (min-width: 769px) {
  .-light_bg .c-external:after {
    background: url(/paradoxlive/assets/img/common/ico/ico_external_bk.svg) 0 0/100%;
  }
}
.c-external.-red:after {
  background: url(/paradoxlive/assets/img/common/ico/ico_external_red.svg) 0 0/100%;
}

.c-hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 769px) {
  .c-hover_op {
    transition: all 0.3s ease;
  }
  .c-hover_op:hover {
    opacity: 0.7;
  }
}

.c-hover_bright {
  transition: all 0.3s ease;
}
.c-hover_bright:hover {
  filter: brightness(140%);
}

.c-hover_zoom {
  transition: all 0.3s ease;
}
.c-hover_zoom:hover {
  transform: scale(1.1);
}

img.c-fit_y {
  max-width: initial;
  width: auto;
  height: 100%;
  vertical-align: top;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  opacity: 0;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 瀵惧繙 */
  overflow-y: scroll;
  pointer-events: none;
  scrollbar-width: none;
  /* Firefox 瀵惧繙 */
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.c-modal.-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 1000;
}
.c-modal::-webkit-scrollbar {
  /* Chrome, Safari 瀵惧繙 */
  display: none;
}

.c-modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  position: relative;
  width: 100%;
}

.c-modal__close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}
@media (max-width: 768px) {
  .c-modal__close {
    width: 8.2vw;
  }
}
@media (min-width: 769px) {
  .c-modal__close {
    transition: transform 0.3s ease;
    width: 48px;
  }
}
@media (min-width: 769px) {
  .c-modal__close:hover {
    transform: scale(1.25);
  }
}

.c-modal_movie__iframewrap {
  aspect-ratio: 16/9;
  margin: 0 auto;
  max-width: 80vw;
  position: relative;
  width: 100%;
}
.c-modal_movie__iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-pagenate {
  position: relative;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (min-width: 769px) {
  .c-pagenate {
    width: 90px;
    height: 90px;
  }
}
.c-pagenate__item {
  position: relative;
  height: 10px;
  width: 25%;
  transition: all 0.2s ease;
}
.c-pagenate__item:after {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.c-pagenate__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-pagenate__item.-prev {
  position: absolute;
  top: 27.5%;
  left: 17.5%;
}
@media (min-width: 769px) {
  .c-pagenate__item.-prev:hover {
    margin-left: -3px;
  }
}
.c-pagenate__item.-next {
  position: absolute;
  top: 65%;
  left: 57.5%;
}
.c-pagenate__item.-next:after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(135deg);
}
@media (min-width: 769px) {
  .c-pagenate__item.-next:hover {
    margin-left: 3px;
  }
}

@media (min-width: 769px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 768px) {
  .c-visible_wide {
    display: none;
  }
}

.u-guide {
  z-index: 9999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/paradoxlive/assets/img/common/util/guide.png) repeat-y top center;
  position: fixed;
  top: 0;
  left: 0;
}