@charset "UTF-8";
/* media_query */
/* color */
/* fonts */
@font-face {
  font-family: "iconfont";
  src: url("/common/iconfonts/iconfont.eot?1512795851");
  src: url("/common/iconfonts/iconfont.eot?#iefix") format("eot"), url("/common/iconfonts/iconfont.woff?1512795851") format("woff"), url("/common/iconfonts/iconfont.ttf?1512795851") format("truetype"), url("/common/iconfont/iconfont.svg#iconfont") format("svg"); }

.icon-calender::before, .icon-clock::before, .icon-close::before, .icon-earth::before, .icon-facebook::before, .icon-google_plus::before, .icon-hatena::before, .icon-ico_eye::before, .icon-ico_plus::before, .icon-ico_share::before, .icon-icon_404::before, .icon-icon_account::before, .icon-icon_account6::before, .icon-left_arrow::before, .icon-newspaper::before, .icon-pinterest::before, .icon-play::before, .icon-quotation::before, .icon-right_arrow::before, .icon-rss::before, .icon-search::before, .icon-twitter::before, .icon-window::before, .icon-youtube::before, .topCarousel .slick-prev::before, .topCarousel .slick-next::before, .topCarousel__time::before, .topCarouselMain .slick-prev::before, .topCarouselMain .slick-next::before, .topCarouselMain__time::before, .articleStatus__watch::before, .articleStatus__share::before, .articleStatus__playIcon::before, .thumbnailItem__playIcon::before, .thumbnailItem__contentsIcon::before, .thumbnailItem__hoverPlayIcon::before, .thumbnailItem__time::before, .titleArea__moreLinkText::before, .topNewsArea__arrow::before, .topNewsArea__nextButton::before, .topNewsArea__prevButton::before, .rankingList .slick-prev::before, .rankingList .slick-next::before, .photoPanel__icon::before, .photoPanel__playIcon::before, .columnist .slick-prev::before, .columnist .slick-next::before, .photoArea .slick-prev::before, .photoArea .slick-next::before, .snsList__icon::before, .snsList__facebook::before, .snsList__twitter::before, .snsList__pinterest::before, .snsList__youtube::before, .snsList__rss::before, .snsList__google::before, .snsList__hatena::before, .tourismMain__linkArrow::before, .searchResult__buttonText::before, .newsLookback__dateBox::before, .newsLookback__moreButtonText::before, .ui-widget-content .ui-datepicker-prev::before, .ui-widget-content .ui-datepicker-next::before, .editArea blockquote > span span::before, .paging__listItem--prev .paging__link::before, .paging__listItem--next .paging__link::before, .news__printText::before, .news__quotationName::before, .news__otherWindow::before, .news__tablePrevButton::before, .news__tableNextButton::before, .news__time::before, .news__languageIcon::before, .news__photoListBox .slick-prev::before, .news__photoListBox .slick-next::before, .news__closeButton::before, .snsBar__facebook::before, .snsBar__twitter::before, .snsBar__pinterest::before, .snsBar__youtube::before, .snsBar__plus::before, .header__searchIcon::before, .header__languageIcon::before, .header__spMenuClose::before, .header__subMenuHeaderArrow::before, .test .icon::before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

/*
#overview
_iconfonts
*/
/*
#styleguide
アイコンフォント一覧

「@include icon(svgのファイル名);」で読み込む。
デフォルトは::beforeで読まれるので、::afterで使用する場合は「@include icon(svgのファイル名, after);」とする

```

<div class="icon-calender">@include icon(calender);</div>

<div class="icon-clock">@include icon(clock);</div>

<div class="icon-close">@include icon(close);</div>

<div class="icon-earth">@include icon(earth);</div>

<div class="icon-facebook">@include icon(facebook);</div>

<div class="icon-google_plus">@include icon(google_plus);</div>

<div class="icon-hatena">@include icon(hatena);</div>

<div class="icon-ico_eye">@include icon(ico_eye);</div>

<div class="icon-ico_plus">@include icon(ico_plus);</div>

<div class="icon-ico_share">@include icon(ico_share);</div>

<div class="icon-icon_404">@include icon(icon_404);</div>

<div class="icon-icon_account">@include icon(icon_account);</div>

<div class="icon-icon_account6">@include icon(icon_account6);</div>

<div class="icon-left_arrow">@include icon(left_arrow);</div>

<div class="icon-newspaper">@include icon(newspaper);</div>

<div class="icon-pinterest">@include icon(pinterest);</div>

<div class="icon-play">@include icon(play);</div>

<div class="icon-quotation">@include icon(quotation);</div>

<div class="icon-right_arrow">@include icon(right_arrow);</div>

<div class="icon-rss">@include icon(rss);</div>

<div class="icon-search">@include icon(search);</div>

<div class="icon-twitter">@include icon(twitter);</div>

<div class="icon-window">@include icon(window);</div>

<div class="icon-youtube">@include icon(youtube);</div>

```
*/
.icon-calender::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-clock::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-close::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-earth::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-facebook::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-google_plus::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-hatena::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-ico_eye::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-ico_plus::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-ico_share::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-icon_404::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-icon_account::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-icon_account6::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-left_arrow::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-newspaper::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-pinterest::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-play::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-quotation::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-right_arrow::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-rss::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-search::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-twitter::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-window::before {
  content: "";
  display: block;
  text-indent: 0; }

.icon-youtube::before {
  content: "";
  display: block;
  text-indent: 0; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

body.ja {
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  background-color: #f3f6f7; }
  
body.en { /* add jpt */
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  background-color: #f3f6f7; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    color: #000; }

p {
  margin: 0; }

h1, h2, h3, h4 {
  margin: 0; }

ul, ol, li {
  margin: 0;
  padding: 0; }

input, select, button {
  outline: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none; }

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.slick-slide:focus {
  outline: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */ }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  -webkit-border-radius: 5px;
          border-radius: 5px; }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */ }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.mainSection {
  margin: 0;
  overflow: hidden; }
  .mainSection::before {
    content: '';
    display: block;
    height: 52px; }
  @media screen and (max-width: 800px) {
    .mainSection {
      margin: 0; }
      .mainSection::before {
        height: 65px; } }
  .mainSection__section {
    padding: 0 30px;
    max-width: 1080px;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .mainSection__section {
        padding: 0; } }
    .mainSection__section.is-news + .movieArea {
      margin: 30px 0 0; }
    @media screen and (max-width: 800px) {
      .mainSection__section--noMargin {
        margin-top: -20px; } }
    .mainSection__section--pcMargin {
      margin: 30px auto 0; }
      @media screen and (max-width: 800px) {
        .mainSection__section--pcMargin {
          margin: 0; } }
    @media screen and (max-width: 800px) {
      .mainSection__section .twoColumnBox:first-child {
        margin-top: 0; } }
  .mainSection__contentBox {
    position: relative;
    background-color: #fff;
    margin: 30px 0 0;
    padding: 38px 30px 98px; }
    @media screen and (max-width: 800px) {
      .mainSection__contentBox {
        margin: 20px 0 0;
        padding: 60px 0 90px; } }
  .mainSection__contentBox02 {
    position: relative;
    background-color: #fff;
    margin: 30px 0 0;
    padding: 38px 30px 98px; }
    @media screen and (max-width: 800px) {
      .mainSection__contentBox02 {
        margin: 20px 0 0;
        padding: 60px 0 50px; } }
  .mainSection__contentBox03 {
    position: relative;
    background-color: #fff;
    margin: 30px 0 0;
    padding: 38px 30px; }
    @media screen and (max-width: 800px) {
      .mainSection__contentBox03 {
        margin: 20px 0 0;
        padding: 30px 0 30px; } }
    .mainSection__contentBox03 .tagList__inner {
      padding: 0; }
    .mainSection__contentBox03 .paging {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%; }
    .mainSection__contentBox03--noMargin {
      margin: 0; }
  .mainSection__contentBox04 {
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 38px 30px 140px; }
    @media screen and (max-width: 800px) {
      .mainSection__contentBox04 {
        margin: 0;
        padding: 30px 0 100px; } }
    .mainSection__contentBox04 .tagList__inner {
      padding: 0; }
    .mainSection__contentBox04 .paging {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%; }
  .mainSection__NewsSection {
    padding: 0 30px 0; }
    .mainSection__NewsSection .twoColumnBox {
      padding: 60px 0 0; }
    @media screen and (max-width: 800px) {
      .mainSection__NewsSection {
        padding: 0;
        background-color: transparent; }
        .mainSection__NewsSection .twoColumnBox {
          padding: 0; } }
  .mainSection__contentItem {
    margin: 90px 0 0; }
    .mainSection__contentItem:first-child {
      margin-top: 0; }
    .mainSection__contentItem .rankingList {
      margin: 20px 0 0; }
  .mainSection__footerBox {
    background-color: #000;
    padding: 0 30px; }
  .mainSection.is-simple {
    background-color: #fff; }
    .mainSection.is-simple .breadcrumb {
      background-color: #fff;
      margin: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px; }
    .mainSection.is-simple .breadcrumb__list {
      max-width: 1020px;
      margin: auto;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .mainSection.is-simple .news__tableData--color {
      background-color: #fff; }
    .mainSection.is-simple::before {
      height: 20px; }

.topCarousel {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: auto; }
  .topCarousel ul, .topCarousel ol, .topCarousel li {
    list-style: none; }
  .topCarousel.is-subList .topCarousel__imageBoxWrapper::before {
    content: '';
    display: block;
    padding-top: 42%; }
  @media screen and (max-width: 800px) {
    .topCarousel.is-subList .topCarousel__imageBoxWrapper::before {
      content: '';
      display: block;
      padding-top: 300px; } }
  .topCarousel.is-subList .topCarousel__imageBoxWrapper::after {
    content: '';
    width: 600px;
    position: absolute;
    right: 0;
    height: 100%;
    pointer-events: none;
    top: 0;
    background-image: url(/img/gra_01.png); /* update jpt */
    background-repeat: repeat-y; }
    @media screen and (max-width: 1200px) {
      .topCarousel.is-subList .topCarousel__imageBoxWrapper::after {
        display: none; } }
  @media screen and (max-width: 1200px) {
    .topCarousel.is-subList .topCarousel__imageBoxWrapper::before {
      display: none; } }
  .topCarousel.is-subList .topCarousel__imageBox {
    position: absolute;
    width: calc(100% - 500px);
    height: 100%;
    top: 0;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .topCarousel.is-subList .topCarousel__imageBox {
        width: 100%;
        position: relative; } }
  .topCarousel__imageBox {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-color: #dbe4e7;
    position: relative;
    width: 100%; }
    .topCarousel__imageBox::before {
      content: '';
      display: block;
      padding-top: 42%; }
    @media screen and (max-width: 800px) {
      .topCarousel__imageBox::before {
        content: '';
        display: block;
        padding-top: 300px; } }
  .topCarousel__imageBoxWrapper {
    overflow: hidden;
    position: relative; }
  .topCarousel__textBox {
    background-color: #fff;
    position: relative;
    margin: -60px 0 0;
    width: 690px;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .topCarousel__textBox {
        left: 0;
        padding: 12px 20px;
        margin: 0;
        width: 100%; } }
  .topCarousel__title {
    font-size: 36px;
    word-wrap: break-word;
    margin: 5px 0 0;
    line-height: 1.5; }
    @media screen and (max-width: 800px) {
      .topCarousel__title {
        font-size: 30px; } }
  .topCarousel__infomation {
    color: rgba(0, 0, 0, 0.77);
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px; }
  @media screen and (max-width: 800px) {
    .topCarousel__list {
      background: #fff;
      padding: 0 0 90px 0; } }
  .topCarousel .slick-prev {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    right: 122px;
    bottom: 185px;
    top: auto;
    left: auto; }
    .topCarousel .slick-prev::before {
      content: "";
      display: block;
      text-indent: 0; }
    @media screen and (max-width: 800px) {
      .topCarousel .slick-prev {
        display: none !important; } }
    .topCarousel .slick-prev::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #363736;
      font-size: 15px; }
  .topCarousel .slick-next {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    right: 68px;
    bottom: 185px;
    left: auto;
    top: auto; }
    .topCarousel .slick-next::before {
      content: "";
      display: block;
      text-indent: 0; }
    @media screen and (max-width: 800px) {
      .topCarousel .slick-next {
        display: none !important; } }
    .topCarousel .slick-next::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #363736;
      font-size: 15px; }
  .topCarousel .slick-list {
    overflow: hidden; }
  .topCarousel .slick-dots {
    bottom: 0; }
    @media screen and (max-width: 800px) {
      .topCarousel .slick-dots {
        bottom: 50px; } }
  .topCarousel__time {
    padding: 0 0 0 32px;
    position: relative; }
    .topCarousel__time::before {
      content: "";
      display: block;
      text-indent: 0; }
    .topCarousel__time::before {
      font-size: 22px;
      position: absolute;
      left: 0;
      top: -9px; }
  .topCarousel__textBoxWrapper {
    max-width: 1020px;
    margin: auto;
    width: calc(100% - 60px); }
    @media screen and (max-width: 800px) {
      .topCarousel__textBoxWrapper {
        width: 100%; } }
  .topCarousel--search::before {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: calc(100% - 60px);
    height: 100%;
    max-width: 1020px;
    margin: auto;
    left: 0;
    right: 0; }
  .topCarousel--search .slick-arrow {
    display: none !important; }
  .topCarousel--search + .mainSection__section .searchResult__listWrapper {
    margin: 0; }
  @media screen and (max-width: 800px) {
    .topCarousel--search .topCarousel__list {
      padding: 0 0 20px 0; } }
  .topCarousel--video::before {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: 1020px;
    margin: auto;
    left: 0;
    right: 0; }
  .topCarousel--video + .mainSection__section .twoColumnBox {
    margin-top: 0; }
  .topCarousel__text {
    font-size: 16px;
    padding: 0;
    width: calc(100% - 60px);
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .topCarousel__text {
        width: 100%;
        font-size: 18px;
        padding: 0 20px; } }
  .topCarousel__subList {
    width: 360px;
    position: absolute;
    right: 70px;
    top: 39%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 1; }
    .topCarousel__subList .slick-track {
      -webkit-transform: translate3d(0px, 0px, 0px) !important;
              transform: translate3d(0px, 0px, 0px) !important; }
    @media screen and (max-width: 1200px) {
      .topCarousel__subList {
        opacity: 0;
        right: -400px; } }
    .topCarousel__subList .slick-list {
      max-height: 556px; }
      @media screen and (max-width: 1400px) {
        .topCarousel__subList .slick-list {
          max-height: 460px; } }
  .topCarousel__subListItem {
    font-size: 0;
    margin: 0 0 50px;
    cursor: pointer; }
    .topCarousel__subListItem:after {
      content: "";
      clear: both;
      display: block; }
    @media screen and (max-width: 1400px) {
      .topCarousel__subListItem {
        margin: 0 0 20px; } }
    .topCarousel__subListItem:last-child {
      margin: 0; }
    .topCarousel__subListItem.slick-center .topCarousel__subImageBox::after {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      border: 3px solid #ff5500;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .topCarousel__subListItem:hover .topCarousel__subImageBoxShadow {
      opacity: 1; }
  .topCarousel__subImageBox {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-color: #dbe4e7;
    width: 160px;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer; }
  .topCarousel__subImageBoxShadow {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0; }
  .topCarousel__subTextBox {
    display: inline-block;
    width: 160px;
    padding: 0 0 0 16px;
    float: left; }
  .topCarousel__subTextTitle {
    color: #fff;
    font-size: 16px; }
  .topCarousel__subTextTime {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6); }
  .topCarousel__subTextTitleWrapper {
    max-height: 54px;
    overflow: hidden; }
  .topCarousel__subImageLink {
    position: relative;
    display: block;
    z-index: 2; }
    .topCarousel__subImageLink::before {
      content: '';
      display: block;
      padding-top: 56.25%; }

.topCarouselMain {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 60px; }
  .topCarouselMain ul, .topCarouselMain ol, .topCarouselMain li {
    list-style: none; }
  .topCarouselMain:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (max-width: 1200px) {
    .topCarouselMain {
      margin-bottom: 30px; } }
  @media screen and (max-width: 800px) {
    .topCarouselMain {
      margin-bottom: auto; } }
  .topCarouselMain__list {
    width: 100%;
    float: none; }
    @media screen and (max-width: 1200px) {
      .topCarouselMain__list {
        width: 100%;
        float: none; } }
  .topCarouselMain.is-subList .topCarouselMain__list {
    width: calc(100% - 460px);
    float: left; }
    @media screen and (max-width: 1200px) {
      .topCarouselMain.is-subList .topCarouselMain__list {
        width: 100%;
        position: relative;
        padding: 0 0 50px; } }
    @media screen and (max-width: 800px) {
      .topCarouselMain.is-subList .topCarouselMain__list {
        padding: 0 0 90px; } }
  .topCarouselMain.is-subList .topCarousel__imageBox {
    position: absolute;
    width: calc(100% - 500px);
    height: 100%;
    top: 0;
    left: 0; }
    @media screen and (max-width: 1200px) {
      .topCarouselMain.is-subList .topCarousel__imageBox {
        width: 100%;
        position: relative; } }
  .topCarouselMain__imageBox {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-color: #dbe4e7;
    background-position: top center;
    position: relative;
    background-color: #000;
    width: 100%; }
    .topCarouselMain__imageBox::before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .topCarouselMain__imageBoxWrapper {
    overflow: hidden;
    position: relative; }
  .topCarouselMain__textBox {
    color: #fff;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%); }
    .topCarouselMain__textBox .topCarouselMain__link {
      color: #fff;
      display: block;
      overflow: hidden; }
      .topCarouselMain__textBox .topCarouselMain__link:hover {
        color: #fff; }
    @media screen and (max-width: 800px) {
      .topCarouselMain__textBox {
        position: static;
        background: black;
        left: 0;
        padding: 12px 20px;
        margin: 0;
        width: 100%; } }
  .topCarouselMain__title {
    font-size: 36px;
    word-wrap: break-word;
    margin: 5px 0 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    @media screen and (max-width: 800px) {
      .topCarouselMain__title {
        font-size: 22px;
        margin: 15px 0 0; } }
  .topCarouselMain__titleWrapper {
    overflow: hidden; }
  .topCarouselMain__infomation {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; }
 
  @media screen and (max-width: 800px) {
    .topCarouselMain__list {
      background: #fff; }
      .topCarouselMain__list.js-tourismMain {
        margin-bottom: 90px; } }
  .topCarouselMain__listItem:not(:first-child) {
    opacity: 0; }
  .topCarouselMain .slick-prev {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    right: 122px;
    bottom: 185px;
    top: auto;
    left: auto; }
    .topCarouselMain .slick-prev::before {
      content: "";
      display: block;
      text-indent: 0; }
    @media screen and (max-width: 800px) {
      .topCarouselMain .slick-prev {
        display: none !important; } }
    .topCarouselMain .slick-prev::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #363736;
      font-size: 15px; }
  .topCarouselMain .slick-next {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    right: 68px;
    bottom: 185px;
    left: auto;
    top: auto; }
    .topCarouselMain .slick-next::before {
      content: "";
      display: block;
      text-indent: 0; }
    @media screen and (max-width: 800px) {
      .topCarouselMain .slick-next {
        display: none !important; } }
    .topCarouselMain .slick-next::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #363736;
      font-size: 15px; }
  .topCarouselMain .slick-list {
    overflow: hidden; }
  .topCarouselMain .slick-dots {
    bottom: 0; }
    @media screen and (max-width: 800px) {
      .topCarouselMain .slick-dots {
        bottom: 50px; } }
  .topCarouselMain__time {
    padding: 0 0 0 32px;
    position: relative;
    top: -6px; }
    .topCarouselMain__time::before {
      content: "";
      display: block;
      text-indent: 0; }
    .topCarouselMain__time::before {
      font-size: 22px;
      position: absolute;
      left: 0;
      top: -11px; }
  .topCarouselMain__textBoxWrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+20,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, black), to(black));
    background: linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    background: none !important; }
    .topCarouselMain__textBoxWrapper.is-pc {
      display: block; }
      @media screen and (max-width: 800px) {
        .topCarouselMain__textBoxWrapper.is-pc {
          display: none; } }
    .topCarouselMain__textBoxWrapper.is-sp {
      position: relative;
      display: none;
      padding-top: 50px;
      margin-top: -50px; }
      @media screen and (max-width: 800px) {
        .topCarouselMain__textBoxWrapper.is-sp {
          display: block; } }
    .topCarouselMain__textBoxWrapper.is-pc {
      min-height: 170px; }
      .topCarouselMain__textBoxWrapper.is-pc .thumbnailItem__play {
        left: 30px; }
      @media screen and (max-width: 1200px) {
        .topCarouselMain__textBoxWrapper.is-pc {
          min-height: 200px; } }
    .topCarouselMain__textBoxWrapper.is-sp .thumbnailItem__play {
      left: 20px;
      top: 10px; }
  .topCarouselMain--search::before {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: calc(100% - 60px);
    height: 100%;
    max-width: 1020px;
    margin: auto;
    left: 0;
    right: 0; }
  .topCarouselMain--search .slick-arrow {
    display: none !important; }
  .topCarouselMain--search + .mainSection__section .searchResult__listWrapper {
    margin: 0; }
  @media screen and (max-width: 800px) {
    .topCarouselMain--search .topCarousel__list {
      padding: 0 0 20px 0; } }
  .topCarouselMain--video::before {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: 1020px;
    margin: auto;
    left: 0;
    right: 0; }
  .topCarouselMain--video + .mainSection__section .twoColumnBox {
    margin-top: 0; }
  .topCarouselMain__text {
    font-size: 16px;
    padding: 0;
    width: calc(100% - 60px);
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .topCarouselMain__text {
        width: 100%;
        font-size: 18px;
        padding: 0 20px; } }
  .topCarouselMain__subList {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /*    width: 360px;
    position: absolute;
    right: 70px;
    top: 39%;
    transform: translateY(-50%);
    transition: .4s;
    opacity: 1;
    .slick-track {
      transform: translate3d(0px, 0px, 0px)!important;
    }
    @include max-screen($hd-min) {
      opacity: 0;
      right: -400px;
    }*/ }
    .topCarouselMain__subList .slick-list {
      padding: 0 !important;
      height: auto !important; }
  .topCarouselMain__subListItem {
    font-size: 0;
    padding: 30px 20px 30px 30px;
    cursor: pointer;
    border-top: 1px solid #eee !important; }
    .topCarouselMain__subListItem:after {
      content: "";
      clear: both;
      display: block; }
    .topCarouselMain__subListItem:first-child {
      border-top: 0px solid #eee !important; }
    @media screen and (max-width: 1400px) {
      .topCarouselMain__subListItem {
        padding: 20px 20px 20px 30px; } }
    .topCarouselMain__subListItem:last-child {
      margin: 0; }
    .topCarouselMain__subListItem.slick-center .topCarouselMain__subImageBox::after {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      border: 3px solid #ff5500;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .topCarouselMain__subListItem:hover .topCarouselMain__subImageBoxShadow {
      opacity: 1; }
  .topCarouselMain__subImageBox {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-color: #dbe4e7;
    width: 160px;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer; }
  .topCarouselMain__subImageBoxShadow {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0; }
  .topCarouselMain__subTextBox {
    display: inline-block;
    width: 230px;
    padding: 0 0 0 16px;
    float: left; }
  .topCarouselMain__subTextTitle {
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  .topCarouselMain__subTextTime {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px; }
  .topCarouselMain__subTextTitleWrapper {
    overflow: hidden;
    max-height: 82px; }
  .topCarouselMain__subImageLink {
    position: relative;
    display: block;
    z-index: 2; }
    .topCarouselMain__subImageLink::before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .topCarouselMain__subListWrapper {
    width: 460px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 1;
    border-bottom: 1px solid #eee !important; }
    .topCarouselMain__subListWrapper .slick-track {
      -webkit-transform: translate3d(0px, 0px, 0px) !important;
              transform: translate3d(0px, 0px, 0px) !important; }
    @media screen and (max-width: 1200px) {
      .topCarouselMain__subListWrapper {
        opacity: 0;
        right: -460px; } }

.topCarouselMain.is-maxWidth--1020 {
  max-width: 1020px; }

.articleStatus {
  background-color: #ff5500;
  height: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding: 0 18px;
  white-space: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 10px; }
  .articleStatus ul, .articleStatus ol, .articleStatus li {
    list-style: none; }
  .articleStatus:last-child {
    margin-right: 0; }
  .articleStatus__watch {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 10px 0 0; }
    .articleStatus__watch::before {
      content: "";
      display: block;
      text-indent: 0; }
    .articleStatus__watch::before {
      position: absolute;
      left: 0;
      top: -2px;
      font-size: 15px; }
  .articleStatus__share {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px; }
    .articleStatus__share::before {
      content: "";
      display: block;
      text-indent: 0; }
    .articleStatus__share::before {
      position: absolute;
      left: 0;
      top: 0px;
      font-size: 15px; }
  .articleStatus.is-purple {
    background-color: #ae5da1; }
  .articleStatus.is-orange {
    background-color: #ff5500; }
  .articleStatus.is-lightBlue {
    background-color: #78c4e8; }
  .articleStatus.is-yellow {
    background-color: #ffb91e; }
  .articleStatus.is-lightOrange {
    background-color: #f68258; }
  .articleStatus__playIcon {
    width: 29px;
    height: 29px;
    background-color: #000;
    position: absolute;
    right: -29px;
    top: 0; }
    .articleStatus__playIcon::before {
      content: "";
      display: block;
      text-indent: 0; }
    .articleStatus__playIcon::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 18px;
      color: #fff; }
    @media screen and (max-width: 1200px) {
      .articleStatus__playIcon {
        width: 20px;
        height: 20px;
        right: -20px; }
        .articleStatus__playIcon::before {
          font-size: 12px; } }
    @media screen and (max-width: 800px) {
      .articleStatus__playIcon {
        width: 29px;
        height: 29px;
        right: -29px; }
        .articleStatus__playIcon::before {
          font-size: 18px; } }

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

@media screen and (max-width: 800px) {
  .thumbnailItem:after {
    content: "";
    clear: both;
    display: block; } }

@media screen and (max-width: 800px) {
  .thumbnailItem__link--tourismTop, .thumbnailItem__link--newsLookback {
    float: left;
    height: 66px;
    width: 66px;
    display: inline-block; } }

@media screen and (max-width: 800px) {
  .thumbnailItem .is-first--newsLookbackImg {
    float: none;
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 800px) {
  .thumbnailItem .is-first--newsLookbackDiv {
    float: none;
    width: 100%;
    padding: 0 !important; } }

.thumbnailItem__imageBox { /* 関連記事・画像 */
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-color: #fff; /* jpt #dbe4e7 -> #fff */
  position: relative;
  } 
  .thumbnailItem__imageBox::before {
    content: "";
    display: block;
   padding-top: 65.25%; }
  .thumbnailItem__imageBox.is-contents:hover .thumbnailItem__contentsIcon {
    opacity: 1;
    display: none; }
  .thumbnailItem__imageBox.is-contents:hover::after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__imageBox.is-contents::after {
      display: none; }
    .thumbnailItem__imageBox.is-contents .thumbnailItem__contentsIcon {
      display: none; } }
  .thumbnailItem__imageBox.is-video:hover .thumbnailItem__hoverPlayIcon {
    opacity: 1; }
  .thumbnailItem__imageBox.is-video:hover::after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__imageBox.is-video::after {
      display: none; }
    .thumbnailItem__imageBox.is-video .thumbnailItem__hoverPlayIcon {
      display: none; } }

@media screen and (max-width: 800px) {
  .thumbnailItem__link--tourismTop, .thumbnailItem__link--newsLookback {
    float: left;
    height: 66px;
    width: 66px;
    display: inline-block; } }

@media screen and (max-width: 800px) {
  .thumbnailItem .is-first--newsLookbackImg {
    float: none;
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 800px) {
  .thumbnailItem .is-first--newsLookbackDiv {
    float: none;
    width: 100%;
    padding: 0 !important; } }

.thumbnailItem__imageBox::before {
  padding-top: 56.25%; }

.thumbnailItem__imageBox--news::before {
  padding-top: 66.66667%; }

@media screen and (max-width: 800px) {
  .thumbnailItem__imageBox--news {
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-position: top !important; }
    .thumbnailItem__imageBox--news::before {
      padding-top: 100%; } }
.thumbnailItem__imageBox--newsDetail {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-color: #dbe4e7;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__imageBox--newsDetail {
      display: block;
	  -webkit-background-size: cover;
              background-size: cover;
      width: 66px;
      height: 66px;
      float: left; } }
  .thumbnailItem__imageBox--newsDetail::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .thumbnailItem__imageBox--newsDetail.is-contents:hover .thumbnailItem__contentsIcon {
    opacity: 1;
    display: none; }
  .thumbnailItem__imageBox--newsDetail.is-contents:hover::after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__imageBox--newsDetail.is-contents::after {
      display: none; }
    .thumbnailItem__imageBox--newsDetail.is-contents .thumbnailItem__contentsIcon {
      display: none; } }
  .thumbnailItem__imageBox--newsDetail.is-video:hover .thumbnailItem__hoverPlayIcon {
    opacity: 1; }
  .thumbnailItem__imageBox--newsDetail.is-video:hover::after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__imageBox--newsDetail.is-video::after {
      display: none; }
    .thumbnailItem__imageBox--newsDetail.is-video .thumbnailItem__hoverPlayIcon {
      display: none; } }
.thumbnailItem__textBox {
  position: relative;
  background-color: #fff;
  margin: 0;
  width: calc(100% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__textBox {
      max-width: 100%;
      margin: 0;
      padding: 10px 20px 0; } }

.thumbnailItem .textBoxWide, .thumbnailItem .thumbnailItem__textBoxWide, .thumbnailItem .thumbnailItem__textBoxWide--newsDetail, .thumbnailItem .thumbnailItem__textBoxWide--tourismTop, .thumbnailItem .thumbnailItem__textBoxWide--newsLookback {
  padding: 10px 0px 0;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media screen and (max-width: 800px) {
  .thumbnailItem__textBoxWide--newsDetail {
    padding: 20px 20px 0 !important;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    -webkit-line-clamp: 3;
    padding: 20px 20px 0;
    float: left;
    width: calc(100% - 80px); } }

@media screen and (max-width: 800px) {
  .thumbnailItem__textBoxWide--tourismTop, .thumbnailItem__textBoxWide--newsLookback {
    float: left;
    width: calc(100% - 66px);
    padding: 0 0 0 18px !important; } }

.thumbnailItem__titleWrapper {
  overflow: hidden; }
  .thumbnailItem__titleWrapper .thumbnailItem__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; } /* update jpt 3 -> 5 */

.thumbnailItem__title {
  font-size: 16px;
  margin: 0; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__title {
      font-size: 22px; } }

.thumbnailItem__infomation {
  color: rgba(0, 0, 0, 0.77);
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0; }

.thumbnailItem__date {
  display: inline-block; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__date {
      margin: 0; } }

.thumbnailItem__name {
  display: inline-block; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__name {
      margin: 0; } }

.thumbnailItem__textWrapper {
  overflow: hidden;
  margin: 15px 0 0; }
  .thumbnailItem__textWrapper .thumbnailItem__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 0; }

.thumbnailItem__text {
  color: #494949;
  font-size: 14px;
  margin: 20px 0 0; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__text {
      margin: 0; } }

.thumbnailItem__readMore {
  display: block;
  font-size: 12px;
  margin: 20px 0 0;
  color: #000;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold; }
  .thumbnailItem__readMore:hover {
    color: #ff5500; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__readMore {
      display: none; } }

.thumbnailItem__play {
  position: absolute;
  top: -40px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  height: 28px;
  padding: 0;
  pointer-events: none; }

.thumbnailItem__playNumber {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  display: none; }

.thumbnailItem__playIcon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background-color: #fff; }
  .thumbnailItem__playIcon::before {
    content: "";
    display: block;
    text-indent: 0; }
  .thumbnailItem__playIcon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000; }

.thumbnailItem__list {
  font-size: 0;
  margin: 0 -27px -30px 0;
  width: calc(100%); } /* update jpt calc(100% + 27px) -> calc(100%) */
  @media screen and (max-width: 800px) {
    .thumbnailItem__list {
      margin: 0;
      width: 100%; } }
  .thumbnailItem__list--col3 .thumbnailItem__listItem {
    width: 33.3%; }
  .thumbnailItem__list--col3 .thumbnailItem__textBox {
    width: calc(100% - 60px); }

.thumbnailItem__listItem {
  width: 33.3%;
  display: inline-block;
  padding: 0 27px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 20px; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__listItem {
      width: 100%;
      padding: 30px 0 0;
      margin: 0 0 30px;
      border-top: 1px solid rgba(172, 172, 172, 0.4); }
      .thumbnailItem__listItem:first-child {
        padding: 0;
        border-top: 0px solid rgba(172, 172, 172, 0.4); } }

.thumbnailItem__listWrapper {
  margin: 30px 0 0; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__listWrapper {
      padding: 0 20px; } }
  @media screen and (max-width: 800px) {
    .thumbnailItem__listWrapper + .titleArea__moreLink {
      margin-top: 30px; } }

.thumbnailItem__contentsIcon {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: 1; }
  .thumbnailItem__contentsIcon::before {
    content: "";
    display: block;
    text-indent: 0; }
  .thumbnailItem__contentsIcon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff; }

.thumbnailItem__hoverPlayIcon {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: 1; }
  .thumbnailItem__hoverPlayIcon::before {
    content: "";
    display: block;
    text-indent: 0; }
  .thumbnailItem__hoverPlayIcon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff; }

.thumbnailItem__subTitle {
  font-size: 16px;
  font-weight: bold; }
  @media screen and (max-width: 800px) {
    .thumbnailItem__subTitle {
      font-size: 18px; } }

.thumbnailItem .is-hoverArticle:hover + * .articleStatus {
  opacity: 0; }

@media screen and (max-width: 800px) {
  .thumbnailItem .is-hoverArticle + * .articleStatus {
    opacity: 1 !important; } }

.thumbnailItem__twoColumnWrapper {
  margin: 35px 0 0; }
  .thumbnailItem__twoColumnWrapper .thumbnailItem__listItem {
    width: 33.33%;
    margin: 0 0 35px; }
    @media screen and (max-width: 1200px) {
      .thumbnailItem__twoColumnWrapper .thumbnailItem__listItem {
        width: 50%; } }
    @media screen and (max-width: 1000px) {
      .thumbnailItem__twoColumnWrapper .thumbnailItem__listItem {
        width: 100%; } }

.thumbnailItem__time {
  padding: 0 0 0 32px;
  position: relative;
  top: -4px; }
  .thumbnailItem__time::before {
    content: "";
    display: block;
    text-indent: 0; }
  .thumbnailItem__time::before {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -11px; }

.thumbnailItem .articleStatus {
  margin: 10px 15px 10px 0; }

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

.topSubRecommend__inner {
  padding: 30px 30px 38px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 800px) {
    .topSubRecommend__inner {
      padding: 0 0 30px; } }
  .topSubRecommend__inner::before {
    content: '';
    width: 100%;
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 0; }

.topSubRecommend__list {
  font-size: 0;
  margin: 0 -27px 0 0;
  width: calc(100% + 27px); }

.topSubRecommend__listItem {
  width: 25%;
  display: inline-block;
  padding: 0 27px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.topSubRecommend .titleArea__moreLink {
  top: -40px; }

.titleArea {
  position: relative;
  margin: 0 0 0 -30px; }
  .titleArea ul, .titleArea ol, .titleArea li {
    list-style: none; }
  .titleArea:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (max-width: 800px) {
    .titleArea {
      padding: 0 0 0 20px;
      margin: 0; } }
  .titleArea__title {
    font-size: 24px;
    position: relative;
    padding: 0 0 0 18px;
    float: left; }
    .titleArea__title::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 28px;
      background-color: #78c4e8;
      left: 0;
      top: 5px; }
    .titleArea__title.is-purple::before {
      background-color: #ae5da1; }
    .titleArea__title.is-orange::before {
      background-color: #ff5500; }
    .titleArea__title.is-lightBlue::before {
      background-color: #78c4e8; }
    .titleArea__title.is-yellow::before {
      background-color: #ffb91e; }
    .titleArea__title.is-gray::before {
      background-color: #434343; }
    .titleArea__title.is-lightOrange::before {
      background-color: #f68258; }
    .titleArea__title.is-green::before {
      background-color: #18b2af; }
  .titleArea__simpleTitle {
    font-size: 18px;
    position: relative;
    float: left; }
  .titleArea__moreLink {
    color: rgba(0, 0, 0, 0.77);
    padding: 0 25px 0 0;
    position: absolute;
    top: 38px;
    right: 10px;
    font-size: 14px; }
    .titleArea__moreLink:hover {
      color: rgba(0, 0, 0, 0.77); }
    @media screen and (max-width: 800px) {
      .titleArea__moreLink {
        border: 1px solid #d5d5d5;
        width: calc(100% - 40px);
        padding: 15px 0;
        margin: auto;
        color: #000;
        position: static;
        display: block;
        text-align: center;
        top: auto;
        right: auto;
        font-size: 26px; }
        .titleArea__moreLink:hover {
          color: #000; } }
    .titleArea__moreLink.is-tourism {
      top: 40px; }
  .titleArea__moreLinkText::before {
    content: "";
    display: block;
    text-indent: 0; }
  .titleArea__moreLinkText::before {
    font-size: 16px;
    color: #78c4e8;
    position: absolute;
    top: -2px;
    right: 0; }
  .titleArea__moreLinkText.is-noPlus::before {
    font-size: 0;
    pointer-events: none; }

  .titleArea__moreLinkText.is-purple::before {
    color: #ae5da1; }
  .titleArea__moreLinkText.is-orange::before {
    color: #ff5500; }
  .titleArea__moreLinkText.is-lightBlue::before {
    color: #78c4e8; }
  .titleArea__moreLinkText.is-yellow::before {
    color: #ffb91e; }
  .titleArea__moreLinkText.is-gray::before {
    color: #434343; }
  .titleArea__moreLinkText.is-lightOrange::before {
    color: #f68258; }
  @media screen and (max-width: 800px) {
    .titleArea__moreLinkText {
      font-size: 14px;
      position: relative;
      padding: 0 25px 0 0;
      display: inline-block; } }
  .titleArea__borderTitle {
    text-align: center;
    position: relative;
    font-size: 18px; }
    .titleArea__borderTitle::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #dcdcdc; }
  .titleArea__borderTitleText {
    background-color: #fff;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    z-index: 1; }

.twoColumnBox {
  width: 100%;
  max-width: 1020px;
  margin: 30px 0 0;
  background: #fff;
  font-size: 0; }
  @media screen and (max-width: 800px) {
    .twoColumnBox {
      display: block;
      margin-top: 30px; } }
  .twoColumnBox__mainBox {
    width: calc(100% - 360px);
    display: inline-block;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .twoColumnBox__mainBox:after {
      content: "";
      clear: both;
      display: block; }
    @media screen and (max-width: 800px) {
      .twoColumnBox__mainBox {
        width: 100%;
        display: block;
        padding: 50px 0 30px; } }
    .twoColumnBox__mainBox .paging {
      position: relative;
      bottom: 0;
      left: auto;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      width: 100%;
      margin: 30px 0 0; }
    @media screen and (max-width: 800px) {
      .twoColumnBox__mainBox--noBottomMargin {
        width: 100%;
        display: block;
        padding: 50px 0 0; } }
    @media screen and (max-width: 800px) {
      .twoColumnBox__mainBox.is-news {
        padding: 50px 0 0px; } }
    .twoColumnBox__mainBox.is-simple {
      width: 100% !important; }
  .twoColumnBox__subBox {
    width: 330px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    margin-left: 30px; }
    .twoColumnBox__subBox::after {
      content: '';
      position: absolute;
      width: 355px;
      height: 100%;
      background-color: #fff;
      z-index: -1;
      right: 0;
      top: 0; }
    @media screen and (max-width: 800px) {
      .twoColumnBox__subBox {
        width: 100%;
        display: block;
        padding: 70px 0 75px;
        margin: 20px 0 0;
        background-color: #fff;
        border-top: 20px solid #f3f6f7;
        float: none; }
        .twoColumnBox__subBox::after {
          display: none; } }
  .twoColumnBox .rankingList {
    position: relative; }
    @media screen and (max-width: 800px) {
      .twoColumnBox .rankingList {
        top: 0;
        margin: 0; } }
  .twoColumnBox--news {
    margin: 0 auto;
    position: relative; }
    .twoColumnBox--news .twoColumnBox__mainBox {
      padding: 0 30px 0 30px;
      width: calc(100% - 310px); }
    .twoColumnBox--news .twoColumnBox__subBox {
      width: 280px;
      padding: 0;
      top: 0; }
      .twoColumnBox--news .twoColumnBox__subBox .rankingList {
        top: 0; }
    @media screen and (max-width: 1000px) {
      .twoColumnBox--news .twoColumnBox__mainBox {
        width: 100%;
        display: block; }
      .twoColumnBox--news .twoColumnBox__subBox {
        width: 100%;
        display: block;
        padding: 0 0 100px 0; }
        .twoColumnBox--news .twoColumnBox__subBox::after {
          display: none; } }
    @media screen and (max-width: 800px) {
      .twoColumnBox--news .twoColumnBox__mainBox {
        width: 100%;
        padding: 0;
        background-color: transparent; }
      .twoColumnBox--news .twoColumnBox__subBox {
        width: 100%;
        padding: 60px 0 70px;
        top: 0; } }
  @media screen and (max-width: 800px) {
    .twoColumnBox.is-news .twoColumnBox__mainBox {
      padding: 0 0 70px; }
    .twoColumnBox.is-news .titleArea {
      display: none; }
    .twoColumnBox.is-news .topNewsArea__tabListWrapper {
      margin: 0; } }
  .twoColumnBox__list .thumbnailItem__listItem {
    width: 50%; }
    @media screen and (max-width: 800px) {
      .twoColumnBox__list .thumbnailItem__listItem {
        width: 100%; } }

.topNewsArea {
  position: relative; }
  .topNewsArea ul, .topNewsArea ol, .topNewsArea li {
    list-style: none; }
  .topNewsArea:after {
    content: "";
    clear: both;
    display: block; }
  .topNewsArea__tabList {
    margin: 0;
    height: 45px;
    left: 0;
    top: 0;
    margin: 0 0 0 -1px;
    padding: 0 100px 0 20px; }
    @media screen and (max-width: 800px) {
      .topNewsArea__tabList {
        margin: 0;
        height: 45px;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 0 0 -1px; } }
  .topNewsArea__tabListWrapper {
    position: relative;
    margin: 25px 0 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .topNewsArea__tabListWrapper {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        position: relative;
        margin: 25px 0 0;
        width: 100%;
        height: 45px;
        overflow: hidden;
        padding: 0 40px 0 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .topNewsArea__tabListScroll {
    position: relative;
    margin: 0;
    width: 100%;
    height: 45px;
    padding: 0 0 20px; }
    @media screen and (max-width: 800px) {
      .topNewsArea__tabListScroll {
        position: relative;
        margin: 0;
        overflow-x: scroll;
        width: 100%;
        height: 45px;
        padding: 0 0 20px; } }
  .topNewsArea__arrow {
    display: none; }
    @media screen and (max-width: 800px) {
      .topNewsArea__arrow {
        display: block;
        width: 34px;
        border-left: 1px solid #dedede;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        height: 45px; }
        .topNewsArea__arrow::before {
          content: "";
          display: block;
          text-indent: 0; }
        .topNewsArea__arrow::before {
          position: absolute;
          top: 10px;
          left: 11px;
          font-size: 14px;
          color: #acacac; } }
  .topNewsArea__tabListItem {
    display: inline-block;
    margin: 0 8px 0 0;
    border: 1px solid #dedede;
    line-height: 44px;
    padding: 0 13px;
    font-weight: bold;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: rgba(0, 0, 0, 0.77);
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: auto; }
    .topNewsArea__tabListItem:hover {
      background-color: #acacac;
      border: 1px solid #acacac;
      color: #fff; }
    .topNewsArea__tabListItem.is-selected {
      background-color: #ffb91e;
      color: #fff;
      border: 0px solid transparent; }
    .topNewsArea__tabListItem:last-child {
      margin: 0 200px 9px 0; }
    @media screen and (max-width: 800px) {
      .topNewsArea__tabListItem {
        border: 0px solid transparent;
        line-height: 1;
        padding: 13px 0;
        color: rgba(0, 0, 0, 0.77); }
        .topNewsArea__tabListItem:hover {
          color: rgba(0, 0, 0, 0.77);
          background-color: #fff;
          border: none; }
        .topNewsArea__tabListItem.is-selected {
          background-color: transparent;
          color: #ffb91e; } }
  @media screen and (max-width: 800px) {
    .topNewsArea__tabListItemText {
      padding: 0 20px;
      border-left: 1px solid #dedede;
      line-height: 1; } }
  .topNewsArea__newsList {
    font-size: 0;
    width: calc(100% + 30px);
    margin: 0 -30px 0 0; }
    .topNewsArea__newsList:after {
      content: "";
      clear: both;
      display: block; }
    @media screen and (max-width: 800px) {
      .topNewsArea__newsList {
        width: 100%;
        margin: 0; } }
  .topNewsArea__newsListWrapper {
    overflow: hidden;
    margin: 40px 0 0; }
    @media screen and (max-width: 800px) {
      .topNewsArea__newsListWrapper {
        margin: 0 0 30px; } }
  .topNewsArea__newsListItem {
    width: 50%;
    display: inline-block;
    padding: 0 30px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top; }
    @media screen and (max-width: 800px) {
      .topNewsArea__newsListItem:first-of-type .thumbnailItem__imageBoxWrapper {
        display: none; }
      .topNewsArea__newsListItem:first-of-type:before {
        content: '';
        width: 100%;
        padding-top: 66.66667%;
        display: block;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: center;
        background-color: #dbe4e7;
        background-image: url(../images/materials/top_image_02.jpg); } }
    @media screen and (max-width: 1200px) {
      .topNewsArea__newsListItem {
        width: 50%; } }
    @media screen and (max-width: 992px) {
      .topNewsArea__newsListItem {
        width: 100%; }
        .topNewsArea__newsListItem .topNewsArea__newsListItemInner {
          height: auto; } }
    .topNewsArea__newsListItem.is-textOnly .topNewsArea__newsListItemInner:hover {
      -webkit-box-shadow: 0px 12px 22px 0px rgba(49, 57, 77, 0.06);
              box-shadow: 0px 12px 22px 0px rgba(49, 57, 77, 0.06); }
    @media screen and (max-width: 800px) {
      .topNewsArea__newsListItem {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #dedede; }
        .topNewsArea__newsListItem.is-textOnly .topNewsArea__newsListItemInner {
          padding: 20px 0 0; }
          .topNewsArea__newsListItem.is-textOnly .topNewsArea__newsListItemInner:hover {
            -webkit-box-shadow: 0px 12px 22px 0px rgba(49, 57, 77, 0);
                    box-shadow: 0px 12px 22px 0px rgba(49, 57, 77, 0); } }
  .topNewsArea__newsListItemInner {
    position: relative;
    background-color: #fff;
    padding: 0 0 28px;
    margin: 0 0 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .topNewsArea__newsListItemInner:after {
      content: "";
      clear: both;
      display: block; }
    @media screen and (max-width: 800px) {
      .topNewsArea__newsListItemInner {
        padding: 15px 20px 20px;
        margin: 0;
        height: auto; }
        .topNewsArea__newsListItemInner::before {
          display: none; } }
  .topNewsArea .thumbnailItem__title {
    font-size: 16px; }
    @media screen and (max-width: 800px) {
      .topNewsArea .thumbnailItem__title {
        font-size: 22px; } }
  .topNewsArea__nextButton {
    height: 45px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0.99)), color-stop(75%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 74%, white 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);    /* IE6-9 */ }
    .topNewsArea__nextButton::before {
      content: "";
      display: block;
      text-indent: 0; }
    .topNewsArea__nextButton::before {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #a0a0a0;
      font-size: 15px; }
    @media screen and (max-width: 800px) {
      .topNewsArea__nextButton {
        display: none; } }
  .topNewsArea__prevButton {
    height: 45px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+35,ffffff+99&1+34,0+99 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(34%, white), color-stop(35%, rgba(255, 255, 255, 0.98)), color-stop(99%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 34%, rgba(255, 255, 255, 0.98) 35%, rgba(255, 255, 255, 0) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */ }
    .topNewsArea__prevButton::before {
      content: "";
      display: block;
      text-indent: 0; }
    .topNewsArea__prevButton::before {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #a0a0a0;
      font-size: 15px; }
    @media screen and (max-width: 800px) {
      .topNewsArea__prevButton {
        display: none; } }
 .topNewsArea .thumbnailItem__titleWrapper,
  .topNewsArea .thumbnailItem__textWrapper {
    max-height: 110px;
    overflow: hidden; }

  @media screen and (max-width: 800px) {
    .topNewsArea .thumbnailItem__imageBoxWrapper {
      width: 66px;
      display: inline-block;
      float: left; } }
  @media screen and (max-width: 800px) {
    .topNewsArea .thumbnailItem__textBoxWide {
      padding: 0px 20px 35px; } }
  @media screen and (max-width: 800px) {
    .topNewsArea .thumbnailItem__textBoxWide--side {
      float: left;
      width: calc(100% - 66px);
      padding: 0 0 0 18px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-height: 75px; } }
  @media screen and (max-width: 800px) {
    .topNewsArea .thumbnailItem__imageBox::before {
      padding-top: 100%; } }

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

@media screen and (max-width: 800px) {
  .rankingList {
    padding: 0 20px; } }

.rankingList__listItem {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 20px 0 20px;
  border-top: 1px solid rgba(220, 220, 222, 0.5); }
  @media screen and (max-width: 800px) {
    .rankingList__listItem {
      padding: 15px 0 0; }
      .rankingList__listItem:nth-of-type(n+5) {
        display: none; } }

.rankingList .rankingList__itemBox {
  position: relative; }
  .rankingList .rankingList__itemBox:after {
    content: "";
    clear: both;
    display: block; }

.rankingList__inner {
  padding: 0;
  background-color: #f2f2f2; }
  @media screen and (max-width: 800px) {
    .rankingList__inner {
      background-color: transparent; } }

.rankingList__ranking {
  color: rgba(217, 217, 217, 0.7);
  font-weight: bold;
  font-size: 77px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -23px;
  z-index: 0; }
  @media screen and (max-width: 800px) {
    .rankingList__ranking {
      width: 100px;
      height: 23px;
      line-height: 23px;
      font-size: 77px;
      right: 0px;
      left: auto;
      top: 28px;
      bottom: 0;
      text-align: right; } }

.rankingList__mainTitle {
  font-size: 18px;
  background-color: #e6e6e6;
  padding: 40px 30px 5px; }
  @media screen and (max-width: 800px) {
    .rankingList__mainTitle {
      text-align: center;
      position: relative;
      background-color: transparent;
      padding: 0 30px 0; }
      .rankingList__mainTitle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #dcdcdc; } }

@media screen and (max-width: 800px) {
  .rankingList__mainTitleText {
    background-color: #fff;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    z-index: 1; } }

.rankingList__titleWrapper {
  overflow: hidden;
  padding: 0;
  max-height: 67px; }

.rankingList__title {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.rankingList__link {
  display: block;
  position: relative; }
  .rankingList__link:hover .rankingList__title {
    text-decoration: underline; }

.rankingList__name {
  display: none;
  color: rgba(0, 0, 0, 0.77);
  font-size: 12px; }
  @media screen and (max-width: 800px) {
    .rankingList__name {
      display: inline-block; } }

.rankingList__time {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.77); }
  @media screen and (max-width: 800px) {
    .rankingList__time {
      display: inline-block; } }

.rankingList__image {
  width: 100%; }

.rankingList__imageBox {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-color: #dbe4e7;
  -webkit-background-size: cover;
          background-size: cover;
  width: 66px;
  height: 66px; }

.rankingList__imageWrapper {
  position: relative;
  float: left;
  max-width: 116px; }
  @media screen and (max-width: 800px) {
    .rankingList__imageWrapper {
      max-width: initial;
      width: 75px; } }

.rankingList__textBox {
  float: left;
  width: calc(100% - 66px);
  padding: 0 0 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 75px; }
  @media screen and (max-width: 800px) {
    .rankingList__textBox {
      display: inline-block;
      width: calc(100% - 80px);
      padding: 0 0 0 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-height: 75px; } }

.rankingList__list {
  margin: 0;
  padding: 20px 0 10px; }
  @media screen and (max-width: 800px) {
    .rankingList__list {
      margin: 35px 0 0;
      padding: 0; } }
  .rankingList__list--side .rankingList__listItem:first-child {
    border-top: 0px;
    padding: 0 20px 0; }
    @media screen and (max-width: 800px) {
      .rankingList__list--side .rankingList__listItem:first-child {
        padding: 0; } }
    .rankingList__list--side .rankingList__listItem:first-child .rankingList__imageBox {
      width: 100%;
      height: auto; }
      .rankingList__list--side .rankingList__listItem:first-child .rankingList__imageBox::before {
        content: '';
        display: block;
        padding-top: 56.25%; }
    .rankingList__list--side .rankingList__listItem:first-child .rankingList__imageWrapper {
      max-width: 100%;
      float: none;
      width: 100%; }
    .rankingList__list--side .rankingList__listItem:first-child .rankingList__textBox {
      float: none;
      width: 100%;
      padding: 10px 0 0 0; }
    .rankingList__list--side .rankingList__listItem:first-child .rankingList__ranking {
      top: auto;
      bottom: -42px; }
      @media screen and (max-width: 800px) {
        .rankingList__list--side .rankingList__listItem:first-child .rankingList__ranking {
          bottom: 13px; } }
  .rankingList__list--slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 48px; }
    .rankingList__list--slide .rankingList__listItem {
      margin: 0 0 20px; }
    .rankingList__list--slide .rankingList__textBox {
      width: calc(100% - 138px); }

.rankingList__moreButton {
  display: none; }
  @media screen and (max-width: 800px) {
    .rankingList__moreButton {
      border: 1px solid #d5d5d5;
      font-size: 14px;
      width: 100%;
      padding: 15px 0;
      margin: 40px auto 0;
      color: #000;
      position: static;
      display: block;
      text-align: center; } }

.rankingList .slick-prev {
  width: 24px;
  height: 24px;
  border: 2px solid #dcdcdc; }
  @media screen and (max-width: 800px) {
    .rankingList .slick-prev {
      display: none !important; } }

.rankingList .slick-prev {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  border: 2px solid #dcdcdc;
  z-index: 1;
  left: 0;
  top: 37%; }
  .rankingList .slick-prev::before {
    content: "";
    display: block;
    text-indent: 0; }
  .rankingList .slick-prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dcdcdc;
    font-size: 10px; }

.rankingList .slick-next {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  border: 2px solid #dcdcdc;
  z-index: 1;
  right: 0;
  top: 37%; }
  .rankingList .slick-next::before {
    content: "";
    display: block;
    text-indent: 0; }
  @media screen and (max-width: 800px) {
    .rankingList .slick-next {
      display: none !important; } }
  .rankingList .slick-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #dcdcdc;
    font-size: 10px; }

.rankingList .slick-disabled {
  border: 2px solid rgba(220, 220, 220, 0.25); }

.rankingList__subBoxItem {
  position: relative;
  margin: 0 0 120px 0; }
  .rankingList__subBoxItem::before {
    content: '';
    height: 35px;
    background-color: #f3f6f7;
    position: absolute;
    top: -60px;
    left: -38px;
    width: calc(100% + 76px);
    display: block; }
  .rankingList__subBoxItem:first-child::before {
    display: none; }
  .rankingList__subBoxItem:last-child {
    margin: 0; }
  @media screen and (max-width: 800px) {
    .rankingList__subBoxItem {
      margin: 0 0 150px 0; }
      .rankingList__subBoxItem::before {
        height: 20px;
        width: 100%;
        left: 0; } }

.photoPanel {
  position: relative;
  margin: 30px 0 0; }
  .photoPanel ul, .photoPanel ol, .photoPanel li {
    list-style: none; }
  .photoPanel:after {
    content: "";
    clear: both;
    display: block; }
  .photoPanel__title {
    font-size: 26px;
    margin: 15px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .photoPanel__mainBox {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 13.5px 0 0; }
    .photoPanel__mainBox .photoPanel__image::before {
      padding-top: 76.8%; }
    @media screen and (max-width: 800px) {
      .photoPanel__mainBox {
        width: 100%;
        padding: 0; } }
  .photoPanel__subBox {
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 13.5px; }
    @media screen and (max-width: 800px) {
      .photoPanel__subBox {
        width: 100%;
        padding: 0; } }
    .photoPanel__subBox .photoPanel__image::before {
      padding-top: 75.7%; }
    .photoPanel__subBox .photoPanel__title {
      font-size: 20px; }
      @media screen and (max-width: 1200px) {
        .photoPanel__subBox .photoPanel__title {
          font-size: 1.5vw; } }
    @media screen and (max-width: 1200px) {
      .photoPanel__subBox .photoPanel__playIcon {
        width: 30px;
        height: 30px; }
        .photoPanel__subBox .photoPanel__playIcon::before {
          font-size: 15px; } }
  .photoPanel__upperBox {
    display: table;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .photoPanel__upperBox {
        padding-bottom: 25px;
        margin: 0 0 30px;
        border-bottom: 1px solid rgba(172, 172, 172, 0.4); } }
    .photoPanel__upperBox:last-of-type {
      margin-top: 13.5px; }
  .photoPanel__firstBox {
    display: table-cell;
    width: 64%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 13.5px 0 0; }
    .photoPanel__firstBox .photoPanel__image::before {
      padding-top: 85%; }
    @media screen and (max-width: 1200px) {
      .photoPanel__firstBox {
        display: block;
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 800px) {
      .photoPanel__firstBox {
        width: 100%;
        padding: 0; }
        .photoPanel__firstBox::before {
          padding-top: 76.9%; } }
  .photoPanel__secondBox {
    display: table-cell;
    width: 36%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 13.5px;
    position: relative; }
    .photoPanel__secondBox .photoPanel__image::before {
      padding-top: calc(78% - 13.5px); }
    @media screen and (max-width: 1200px) {
      .photoPanel__secondBox {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 26px; } }
    @media screen and (max-width: 800px) {
      .photoPanel__secondBox {
        width: 100%;
        padding: 0;
        margin: 0; } }
    .photoPanel__secondBox .photoPanel__listItem {
      width: calc(100% - 13.5px); }
      .photoPanel__secondBox .photoPanel__listItem:nth-child(1) {
        position: absolute;
        top: 0;
        padding: 0; }
        @media screen and (max-width: 1200px) {
          .photoPanel__secondBox .photoPanel__listItem:nth-child(1) {
            position: relative;
            width: 50%;
            padding: 0 13.5px 0 0; } }
        @media screen and (max-width: 1000px) {
          .photoPanel__secondBox .photoPanel__listItem:nth-child(1) {
            width: 100%;
            padding: 0; } }
      .photoPanel__secondBox .photoPanel__listItem:nth-child(2) {
        position: absolute;
        bottom: 0;
        padding: 0; }
        @media screen and (max-width: 1200px) {
          .photoPanel__secondBox .photoPanel__listItem:nth-child(2) {
            position: relative;
            width: 50%;
            padding: 0 0 0 13.5px; } }
        @media screen and (max-width: 1000px) {
          .photoPanel__secondBox .photoPanel__listItem:nth-child(2) {
            width: 100%;
            padding: 0;
            margin-top: 26px; } }
        @media screen and (max-width: 800px) {
          .photoPanel__secondBox .photoPanel__listItem:nth-child(2) {
            margin: 0; } }
  .photoPanel__bottomBox {
    margin-top: 13.5px; }
    .photoPanel__bottomBox .photoPanel__listItem:nth-child(1) {
      padding: 0 13.5px 0 0; }
      @media screen and (max-width: 1000px) {
        .photoPanel__bottomBox .photoPanel__listItem:nth-child(1) {
          width: 100%;
          padding: 0;
          padding-bottom: 25px; } }
    .photoPanel__bottomBox .photoPanel__listItem:nth-child(2) {
      padding: 0 0 0 13.5px; }
      @media screen and (max-width: 1000px) {
        .photoPanel__bottomBox .photoPanel__listItem:nth-child(2) {
          width: 100%;
          padding: 0;
          margin-top: 26px; } }
      @media screen and (max-width: 800px) {
        .photoPanel__bottomBox .photoPanel__listItem:nth-child(2) {
          padding-bottom: 25px;
          margin: 0 0 30px;
          border-bottom: 1px solid rgba(172, 172, 172, 0.4); } }
    @media screen and (max-width: 800px) {
      .photoPanel__bottomBox .photoPanel__listItem {
        padding-bottom: 25px;
        margin: 0 0 30px;
        border-bottom: 1px solid rgba(172, 172, 172, 0.4); } }
    @media screen and (max-width: 800px) {
      .photoPanel__bottomBox {
        margin: 0; } }
    .photoPanel__bottomBox + .photoPanel__upperBox {
      margin: 13.5px 0 0; }
      @media screen and (max-width: 800px) {
        .photoPanel__bottomBox + .photoPanel__upperBox {
          margin: 0;
          border-bottom: 0;
          padding-bottom: 0; } }
  .photoPanel__image {
    background-color: #000;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .photoPanel__image::before {
      content: "";
      display: block;
      padding-top: 76.9%;
      background-color: rgba(0, 0, 0, 0.4); }
  .photoPanel__list:after {
    content: "";
    clear: both;
    display: block; }
  .photoPanel__listItem {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    float: left;
    text-align: left; }
    .photoPanel__listItem:nth-child(1) {
      padding: 0 13.5px 13.5px 0; }
    .photoPanel__listItem:nth-child(2) {
      padding: 0 0 13.5px 13.5px; }
    .photoPanel__listItem:nth-child(3) {
      padding: 13.5px 13.5px 0 0; }
    .photoPanel__listItem:nth-child(4) {
      padding: 13.5px 0 0 13.5px; }
    .photoPanel__listItem:nth-child(5) {
      padding: 13.5px 13.5px 0 0; }
    .photoPanel__listItem:nth-child(6) {
      padding: 13.5px 0 0 13.5px; }
    @media screen and (max-width: 800px) {
      .photoPanel__listItem {
        width: 100%;
        float: auto;
        padding-bottom: 25px;
        margin: 0 0 30px;
        border-bottom: 1px solid rgba(172, 172, 172, 0.4); }
        .photoPanel__listItem:nth-child(1) {
          padding: 0;
          padding-bottom: 25px; }
        .photoPanel__listItem:nth-child(2) {
          padding: 0;
          padding-bottom: 25px; }
        .photoPanel__listItem:nth-child(3) {
          padding: 0;
          padding-bottom: 25px; }
        .photoPanel__listItem:nth-child(4) {
          padding: 0;
          padding-bottom: 25px; }
        .photoPanel__listItem:nth-child(5) {
          padding: 0;
          padding-bottom: 25px; }
        .photoPanel__listItem:nth-child(6) {
          padding: 0;
          padding-bottom: 25px; } }
  .photoPanel__textBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .photoPanel__category {
    font-size: 14px; }
    @media screen and (max-width: 1200px) {
      .photoPanel__category {
        font-size: 1vw; } }
    @media screen and (max-width: 800px) {
      .photoPanel__category {
        font-size: 10px; } }
  .photoPanel__name {
    font-size: 26px;
    font-weight: bold; }
    @media screen and (max-width: 1200px) {
      .photoPanel__name {
        font-size: 1.8vw; } }
    @media screen and (max-width: 800px) {
      .photoPanel__name {
        margin: 10px 0 0;
        font-size: 22px; } }
  .photoPanel__text {
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 1200px) {
      .photoPanel__text {
        font-size: 1.2vw; } }
    @media screen and (max-width: 800px) {
      .photoPanel__text {
        font-size: 15px; } }
  .photoPanel__icon {
    background-color: #f68258;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    height: 30px;
    width: 30px;
    position: relative;
    margin: 10px auto; }
    .photoPanel__icon::before {
      content: "";
      display: block;
      text-indent: 0; }
    .photoPanel__icon::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 11px;
      color: #fff; }
  @media screen and (max-width: 800px) {
    .photoPanel + .titleArea__moreLink {
      margin: 30px auto 0; } }
  .photoPanel__playIcon {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: auto; }
    .photoPanel__playIcon::before {
      content: "";
      display: block;
      text-indent: 0; }
    .photoPanel__playIcon::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 20px;
      color: #fff; }
  .photoPanel .articleStatus {
    position: relative;
    top: auto;
    left: auto; }
  .photoPanel__wrapper--tourism .photoPanel__icon {
    background-color: #ae5da1; }
  @media screen and (max-width: 800px) {
    .photoPanel__wrapper--tourism + .titleArea__moreLink {
      margin-top: 30px; } }
  .photoPanel__wrapper--tourismResource .photoPanel__listItem {
    width: 50%;
    padding: 0 0 40px 40px; }
  .photoPanel__wrapper--tourismResource .photoPanel__list {
    margin: 0 0 0 -40px;
    width: calc(100% + 40px); }
  @media screen and (max-width: 1000px) {
    .photoPanel__wrapper--tourismResource .photoPanel__listItem {
      width: 100%;
      padding: 0 0 40px 40px; }
    .photoPanel__wrapper--tourismResource .photoPanel__list {
      margin: 0 0 0 -40px;
      width: calc(100% + 40px); } }
  @media screen and (max-width: 800px) {
    .photoPanel__wrapper--tourismResource .photoPanel__listItem {
      padding: 0; } }

.movieArea {
  background: #000;
  padding: 38px 30px 10px;
  color: #fff;
  position: relative; }
  .movieArea ul, .movieArea ol, .movieArea li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .movieArea {
      padding: 40px 0 65px;
      margin: 0; } }
  .movieArea a {
    color: #fff; }
    .movieArea a:hover {
      color: #fff; }
  .movieArea .thumbnailItem__textBox {
    background-color: #000; }
    .movieArea .thumbnailItem__textBox--main {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+20,1+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, black), to(black));
      background: linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
      .movieArea .thumbnailItem__textBox--main.is-pc {
        display: block; }
        @media screen and (max-width: 800px) {
          .movieArea .thumbnailItem__textBox--main.is-pc {
            display: none; } }
      .movieArea .thumbnailItem__textBox--main.is-sp {
        position: relative;
        display: none;
        padding-top: 50px;
        margin-top: -50px; }
        @media screen and (max-width: 800px) {
          .movieArea .thumbnailItem__textBox--main.is-sp {
            display: block; } }
  .movieArea .thumbnailItem__title {
    color: #fff;
    font-size: 16px; }
  .movieArea .thumbnailItem__name {
    color: #ff5500; }
    @media screen and (max-width: 800px) {
      .movieArea .thumbnailItem__name {
        color: rgba(0, 0, 0, 0.77); } }
  .movieArea .thumbnailItem__textBox {
    max-width: 346px; }
    @media screen and (max-width: 800px) {
      .movieArea .thumbnailItem__textBox {
        padding: 10px 0 30px; } }
  .movieArea .movieArea__titleArea {
    max-width: 1020px;
    margin: auto;
    position: relative; }
    .movieArea .movieArea__titleArea .titleArea {
      margin: 0; }
    .movieArea .movieArea__titleArea .titleArea__moreLink {
      top: 0;
      right: 0;
      display: block; }
      @media screen and (max-width: 800px) {
        .movieArea .movieArea__titleArea .titleArea__moreLink {
          display: none; } }
  @media screen and (max-width: 800px) {
    .movieArea .articleStatus {
      left: 0; } }
  .movieArea__list {
    font-size: 0;
    margin: 0 -27px 0 0;
    width: calc(100% + 27px); }
    @media screen and (max-width: 800px) {
      .movieArea__list {
        margin: 0;
        width: 100%; } }
  .movieArea__listItem {
    width: 33.33%;
    display: inline-block;
    padding: 0 27px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 800px) {
      .movieArea__listItem {
        position: relative;
        width: 100%;
        padding: 0 0 25px;
        margin: 0 0 30px; }
        .movieArea__listItem::after {
          content: '';
          position: absolute;
          bottom: 0;
          width: calc(100% + 40px);
          margin-left: -20px;
          height: 1px;
          background-color: rgba(172, 172, 172, 0.4); }
        .movieArea__listItem:last-child::after {
          background-color: transparent; } }
  .movieArea__mainBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+20,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, black), to(black));
    background: linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%); }
    .movieArea__mainBox.is-pc {
      display: block; }
      @media screen and (max-width: 800px) {
        .movieArea__mainBox.is-pc {
          display: none; } }
    .movieArea__mainBox.is-sp {
      position: relative;
      display: none;
      padding-top: 50px;
      margin-top: -50px; }
      @media screen and (max-width: 800px) {
        .movieArea__mainBox.is-sp {
          display: block; } }
    @media screen and (max-width: 800px) {
      .movieArea__mainBox {
        position: relative;
        width: 100%;
        padding: 50px 0 0 !important;
        margin: -50px 0 30px !important; }
        .movieArea__mainBox::after {
          content: '';
          position: absolute;
          bottom: 0;
          width: calc(100% + 40px);
          margin-left: -20px;
          height: 1px;
          background-color: rgba(172, 172, 172, 0.4); } }
    .movieArea__mainBox .thumbnailItem__title {
      font-size: 30px; }
    .movieArea__mainBox .thumbnailItem__textBox {
      width: 100%;
      max-width: 100%;
      background-color: transparent;
      padding: 25px 20px 10px; }
    .movieArea__mainBox .thumbnailItem__name {
      color: rgba(0, 0, 0, 0.77); }
    .movieArea__mainBox .thumbnailItem {
      /*margin: -70px 0 0;*/ }
    @media screen and (max-width: 800px) {
      .movieArea__mainBox {
        margin: 0; }
        .movieArea__mainBox .thumbnailItem__imageBox {
          width: 100%;
          margin: 0; }
          .movieArea__mainBox .thumbnailItem__imageBox::before {
            padding-top: 67%; }
        .movieArea__mainBox .thumbnailItem__title {
          font-size: 22px; }
        .movieArea__mainBox .thumbnailItem__textBox {
          max-width: initial;
          padding: 19px 20px 30px; }
        .movieArea__mainBox .articleStatus {
          left: 20px; }
        .movieArea__mainBox .thumbnailItem {
          margin: 0; }
        .movieArea__mainBox .thumbnailItem__play {
          left: 30px; } }
  .movieArea__mainImage {
    margin: 35px auto 0;
    max-width: 1020px; }
    .movieArea__mainImage .thumbnailItem__imageBox {
      background-position: top center;
      width: 100%;
      margin: 0; }
      .movieArea__mainImage .thumbnailItem__imageBox::before {
        padding-top: 56.25%; }
    @media screen and (max-width: 800px) {
      .movieArea__mainImage .thumbnailItem__imageBox {
        width: 100%;
        margin: 0; } }
  .movieArea__subBox {
    margin: 20px auto 0;
    max-width: 1020px; }
    @media screen and (max-width: 800px) {
      .movieArea__subBox {
        padding: 0 20px;
        margin: 0; } }
  .movieArea .titleArea__moreLink {
    display: none; }
    @media screen and (max-width: 800px) {
      .movieArea .titleArea__moreLink {
        display: block;
        right: auto; } }
  .movieArea .thumbnailItem__time {
    color: rgba(255, 255, 255, 0.7); }
    .movieArea .thumbnailItem__time::before {
      color: rgba(255, 255, 255, 0.7); }
  .movieArea .thumbnailItem__textBoxWide {
    background-color: #000; }
    @media screen and (max-width: 800px) {
      .movieArea .thumbnailItem__textBoxWide {
        padding: 20px 0 0; } }
  @media screen and (max-width: 800px) {
    .movieArea + .mainSection__section .mainSection__contentBox02:first-child {
      margin: 0; } }
  .movieArea + .mainSection__section .mainSection__contentBox03:first-child {
    margin: 0; }
  @media screen and (max-width: 800px) {
    .movieArea + .mainSection__section .mainSection__contentBox03 {
      padding: 90px 0 30px; } }

.columnist {
  text-align: center;
  margin: 0;
  padding: 0 0 50px 0;
  position: relative;
  z-index: 1; }
  .columnist ul, .columnist ol, .columnist li {
    list-style: none; }
  .columnist__inner {
    padding: 0 68px; }
    @media screen and (max-width: 800px) {
      .columnist__inner {
        padding: 0; } }
  .columnist__title {
    font-size: 18px;
    padding: 5px 20px;
    background-color: #fff;
    display: inline-block; }
  .columnist__image {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-color: #dbe4e7;
    background-color: transparent;
    width: 100px;
    height: 140px;
    margin: auto; }
  .columnist__name {
    font-size: 14px;
    margin: 8px 0 0;
    font-weight: bold; }
  .columnist__english {
    font-size: 12px;
    margin: 0; }
  .columnist__list {
    margin: 40px 0 0;
    padding: 0 40px; }
    .columnist__list--pc {
      display: block; }
    .columnist__list--sp {
      display: none; }
    @media screen and (max-width: 800px) {
      .columnist__list {
        padding: 0; }
        .columnist__list--pc {
          display: none; }
        .columnist__list--sp {
          display: block; } }
  .columnist__listItem {
    width: 135px; }
    @media screen and (max-width: 800px) {
      .columnist__listItem:nth-child(n + 5) {
        display: none; } }
  .columnist .slick-prev {
    width: 24px;
    height: 24px;
    border: 2px solid #dcdcdc; }
    @media screen and (max-width: 800px) {
      .columnist .slick-prev {
        display: none !important; } }
  .columnist .slick-prev {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    border: 2px solid #dcdcdc;
    z-index: 1; }
    .columnist .slick-prev::before {
      content: "";
      display: block;
      text-indent: 0; }
    .columnist .slick-prev::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #dcdcdc;
      font-size: 10px; }
  .columnist .slick-next {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    border: 2px solid #dcdcdc;
    z-index: 1; }
    .columnist .slick-next::before {
      content: "";
      display: block;
      text-indent: 0; }
    @media screen and (max-width: 800px) {
      .columnist .slick-next {
        display: none !important; } }
    .columnist .slick-next::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #dcdcdc;
      font-size: 10px; }
  @media screen and (max-width: 800px) {
    .columnist .slick-dots {
      bottom: -60px; } }
  @media screen and (max-width: 800px) and (max-width: 800px) {
    .columnist .slick-dots li:nth-child(n + 5) {
      display: none; } }
  @media screen and (max-width: 800px) {
    .columnist .slick-track {
      margin: auto; } }
  .columnist__moreButton {
    display: none; }
    @media screen and (max-width: 800px) {
      .columnist__moreButton {
        border: 1px solid #d5d5d5;
        font-size: 14px;
        width: calc(100% - 40px);
        padding: 15px 0;
        margin: 80px auto 0;
        color: #000;
        position: static;
        display: block;
        text-align: center; } }
  .columnist .slick-disabled {
    border: 2px solid rgba(220, 220, 220, 0.25); }

.photoArea {
  position: relative; }
  .photoArea ul, .photoArea ol, .photoArea li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .photoArea {
      background-color: #000;
      padding: 0 0 100px; } }
  .photoArea__mainBox {
    background-color: #000;
    width: 100%;
    margin: 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 38px 30px; }
    .photoArea__mainBox .photoArea__image {
      background-position: top center; }
      .photoArea__mainBox .photoArea__image::after {
        position: absolute;
        content: '';
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        top: 0; }
    @media screen and (max-width: 800px) {
      .photoArea__mainBox {
        padding: 38px 20px 0;
        width: 100%;
        margin: 0 auto; } }
  .photoArea .photoArea__mainBoxInner {
    max-width: 1020px;
    margin: auto;
    position: relative; }
    .photoArea .photoArea__mainBoxInner .titleArea__moreLink {
      right: 0;
      top: 0;
      display: block; }
      @media screen and (max-width: 800px) {
        .photoArea .photoArea__mainBoxInner .titleArea__moreLink {
          display: none; } }
  .photoArea__title {
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
    color: #fff;
    text-align: center;
    font-weight: normal; }
    @media screen and (max-width: 800px) {
      .photoArea__title {
        font-size: 22px;
        position: relative; }
        .photoArea__title::before {
          content: '';
          position: absolute;
          bottom: -15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 19px;
          height: 2px;
          background-color: #ff5500; } }
  .photoArea__image {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-color: #dbe4e7;
    position: relative;
    display: block; }
    .photoArea__image::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .photoArea__textWrapper {
    overflow: hidden;
    background-color: #000;
    z-index: 2;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%); }
    @media screen and (max-width: 800px) {
        background-color: #000;
        margin: 0;
        padding-top: 30px;
        position: static; }
  .photoArea__text {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 16.8vw; }
    .photoArea__text:hover {
      color: #fff; }
    @media screen and (max-width: 1200px) {
      .photoArea__text {
        font-size: 3vw; } }
    @media screen and (max-width: 800px) {
      .photoArea__text {
        background-color: #000;
        margin: 0;
        font-size: 3.5vw;
        max-height: 18vw; } }
  .photoArea__mainList {
    margin: 35px auto 0;
    width: calc(100% - 200px); }
    @media screen and (max-width: 800px) {
      .photoArea__mainList {
        width: 100%; } }
  .photoArea__subList {
    width: calc(80% - 136px);
    max-width: 680px;
    position: relative;
    margin: auto; }
    .photoArea__subList .slick-track {
      background: #fff;
      padding: 3px;
      -webkit-transform: translate3d(0px, 0px, 0px) !important;
              transform: translate3d(0px, 0px, 0px) !important; }
      @media screen and (max-width: 800px) {
        .photoArea__subList .slick-track {
          -webkit-transform: translate3d(0px, 0px, 0px) !important;
                  transform: translate3d(0px, 0px, 0px) !important; } }
    .photoArea__subList .slick-current .photoArea__image::after {
      position: absolute;
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      top: 0;
      border: 3px solid #ff5500;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .photoArea__subList {
        width: 100%;
        top: 0;
        margin: 25px 0 0; }
        .photoArea__subList .slick-track {
          background-color: transparent; } }
  .photoArea__subListItem {
    padding: 10px;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .photoArea__subListItem {
        padding: 5px; } }
    .photoArea__subListItem:hover .photoArea__image::after {
      position: absolute;
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 1; }
  .photoArea .slick-prev {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    background: #fff;
    z-index: 1;
    left: -40px; }
    .photoArea .slick-prev::before {
      content: "";
      display: block;
      text-indent: 0; }
    .photoArea .slick-prev::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #000;
      font-size: 10px; }
    @media screen and (max-width: 800px) {
      .photoArea .slick-prev {
        display: none !important; } }
  .photoArea .slick-next {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    z-index: 1;
    background: #fff;
    right: -40px; }
    .photoArea .slick-next::before {
      content: "";
      display: block;
      text-indent: 0; }
    .photoArea .slick-next::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #000;
      font-size: 10px; }
    @media screen and (max-width: 800px) {
      .photoArea .slick-next {
        display: none !important; } }
  .photoArea__subListWrapper {
    padding: 0 30px; }
  .photoArea__subListInner {
    background-color: #fff;
    max-width: 1020px;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .photoArea__subListInner {
        background-color: #000; } }
  .photoArea .titleArea__moreLinkText {
    color: #acacac; }
    @media screen and (max-width: 800px) {
      .photoArea .titleArea__moreLinkText {
        color: #fff; } }
  .photoArea .titleArea__moreLink {
    display: none; }
    @media screen and (max-width: 800px) {
      .photoArea .titleArea__moreLink {
        display: block;
        margin: 45px auto 0; } }

.tagList {
  text-align: center; }
  .tagList ul, .tagList ol, .tagList li {
    list-style: none; }
  .tagList__title {
    font-size: 18px; }
    @media screen and (max-width: 800px) {
      .tagList__title {
        text-align: center;
        position: relative; }
        .tagList__title::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          height: 1px;
          width: 100%;
          background-color: #dcdcdc; } }
  @media screen and (max-width: 800px) {
    .tagList__titleText {
      background-color: #fff;
      padding: 0 15px;
      display: inline-block;
      position: relative;
      z-index: 1; } }
  .tagList__list {
    text-align: center;
    margin: 16px auto 0;
    font-size: 0;
    width: 75%; }
  .tagList__listItem {
    display: inline-block;
    margin: 0 5px 10px; }
  .tagList__tag {
    background-color: #434343;
    padding: 5px 20px;
    color: #fff;
    font-size: 15px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 6px;
            border-radius: 6px; }
    .tagList__tag:hover {
      background-color: #000;
      color: #fff; }
    @media screen and (max-width: 800px) {
      .tagList__tag {
        font-size: 17px; } }
  .tagList__inner {
    padding: 58px 20px 80px;
    background: #fff; }
    @media screen and (max-width: 800px) {
      .tagList__inner {
        padding: 58px 20px 45px; } }

.newsLetter {
  padding: 55px 0 0; }
  .newsLetter ul, .newsLetter ol, .newsLetter li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .newsLetter {
      border-top: 1px solid #dcdcdc;
      padding: 55px 0 0; } }
  .newsLetter__title {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 800px) {
      .newsLetter__title {
        font-size: 25px; } }
  .newsLetter__lead {
    color: #d2d2d2;
    font-size: 16px;
    margin: 0 0 0;
    text-align: center; }
  .newsLetter__input {
    border: 0;
    padding: 0 10px;
    font-size: 1.3em;
    color: #000;
    border: solid 1px #dadae1 solid;
    margin: 0 5px 0 0;
    max-width: 380px;
    display: inline-block;
    height: 48px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    width: calc(100% - 145px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px; }
    @media screen and (max-width: 800px) {
      .newsLetter__input {
        display: block;
        width: 100%;
        max-width: initial; } }
  .newsLetter__button {
    background-color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 50px;
    color: #000;
    line-height: 50px;
    padding: 0 25px;
    display: inline-block;
    font-size: 14px;
    border-style: none; }
    @media screen and (max-width: 800px) {
      .newsLetter__button {
        display: block;
        width: 100%;
        margin: 15px 0 0; } }
  .newsLetter__inputWrapper {
    text-align: center;
    margin: 24px 0 0; }

.snsList {
  padding: 0 0 40px; }
  .snsList ul, .snsList ol, .snsList li {
    list-style: none; }
  .snsList__list {
    margin: 40px 0 0;
    text-align: center; }
  .snsList__listItem {
    display: inline-block;
    margin: 0 5px; }
  .snsList__icon {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #000;
    position: relative;
    display: inline-block; }
    .snsList__icon::before {
      content: "";
      display: block;
      text-indent: 0; }
    .snsList__icon::before {
      color: #fff;
      top: 10px;
      font-size: 25px;
      position: relative; }
  .snsList__facebook {
    background-color: #3a559f; }
    .snsList__facebook::before {
      content: "";
      display: block;
      text-indent: 0; }
  .snsList__twitter {
    background-color: #00a6e1; }
    .snsList__twitter::before {
      content: "";
      display: block;
      text-indent: 0; }
  .snsList__pinterest {
    background-color: #be1a1c; }
    .snsList__pinterest::before {
      content: "";
      display: block;
      text-indent: 0; }
  .snsList__youtube {
    background-color: #e62117; }
    .snsList__youtube::before {
      content: "";
      display: block;
      text-indent: 0; }
  .snsList__rss {
    background-color: #f78422; }
    .snsList__rss::before {
      content: "";
      display: block;
      text-indent: 0; }
  .snsList__google {
    background-color: #dd4b39; }
    .snsList__google::before {
      content: "";
      display: block;
      text-indent: 0; }
  .snsList__hatena {
    background-color: #00a4de; }
    .snsList__hatena::before {
      content: "";
      display: block;
      text-indent: 0; }
  .snsList__titleWrapper {
    text-align: center; }
  .snsList__title {
    font-size: 15px;
    color: #fff;
    font-family: 'Libre Baskerville', serif; }

.tourismList {
  position: relative;
  overflow: hidden; }
  .tourismList ul, .tourismList ol, .tourismList li {
    list-style: none; }
  .tourismList:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (max-width: 800px) {
    .tourismList {
      padding: 0 0 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .tourismList .tourismList__title {
        margin-top: 30px; }
      .tourismList:first-child .tourismList__title {
        margin-top: 0; } }
  .tourismList__title {
    font-size: 18px;
    position: relative;
    margin: 30px 0 0;
    color: rgba(0, 0, 0, 0.5); }
  .tourismList__imageBox {
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    line-height: 1; }
    .tourismList__imageBox::before {
      content: '';
      display: block;
      padding-top: 96%; }
    @media screen and (max-width: 800px) {
      .tourismList__imageBox::before {
        padding-top: 113%; } }
  .tourismList__list {
    margin: 10px 0 0;
    max-width: 100%; }
    .tourismList__list .slick-track {
      margin: 0 0 0 -40px; }
    @media screen and (min-width: 801px) {
      .tourismList__list .slick-track {
        width: calc(100% + 40px) !important; } }
    @media screen and (max-width: 800px) {
      .tourismList__list .slick-track {
        margin: 0 0 0 -15px;
        padding: 0 0 40px; }
      .tourismList__list.slick-slider {
        margin-bottom: 0; } }
    .tourismList__list.is-green .articleStatus {
      background-color: #15aea8; }
    .tourismList__list.is-green .slick-dots li button:before {
      background-color: #15aea8;
      width: 8px !important;
      height: 8px !important; }
    .tourismList__list.is-red .articleStatus {
      background-color: #dc0113; }
    .tourismList__list.is-red .slick-dots li button:before {
      background-color: #dc0113;
      width: 8px !important;
      height: 8px !important; }
    .tourismList__list.is-purple .articleStatus {
      background-color: #a75a9b; }
    .tourismList__list.is-purple .slick-dots li button:before {
      background-color: #a75a9b;
      width: 8px !important;
      height: 8px !important; }
    .tourismList__list.is-yellow .articleStatus {
      background-color: #ea9202; }
    .tourismList__list.is-yellow .slick-dots li button:before {
      background-color: #ea9202;
      width: 8px !important;
      height: 8px !important; }
    .tourismList__list.is-blue .articleStatus {
      background-color: #0299df; }
    .tourismList__list.is-blue .slick-dots li button:before {
      background-color: #0299df;
      width: 8px !important;
      height: 8px !important; }
  .tourismList__listItem {
    width: 33.33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 40px; }
    @media screen and (max-width: 800px) {
      .tourismList__listItem {
        padding: 0 0 0 15px;
        max-width: 300px; } }
  .tourismList__textBox {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    color: #fff;
    width: 100%; }
    .tourismList__textBox .articleStatus {
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      position: absolute;
      top: -50px; }
    @media screen and (max-width: 800px) {
      .tourismList__textBox .articleStatus {
        top: -40px;
        left: 0; } }
  .tourismList .slick-dots {
    left: 4px;
    bottom: 0;
    width: 0px;
    white-space: nowrap; }
    .tourismList .slick-dots li {
      width: 16px;
      height: 16px; }

.tourismPhotoList {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .tourismPhotoList ul, .tourismPhotoList ol, .tourismPhotoList li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .tourismPhotoList {
      padding: 0 10px; } }
  .tourismPhotoList__list {
    width: calc(100% + 20px);
    margin: 40px 0 0 -10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1; }
    @media screen and (max-width: 800px) {
      .tourismPhotoList__list {
        width: 100%;
        margin: 40px 0 0 0; } }
  .tourismPhotoList__listItem {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px 20px; }
    @media screen and (max-width: 800px) {
      .tourismPhotoList__listItem {
        width: 50%; } }
  .tourismPhotoList__link {
    display: block;
    overflow: hidden;
    position: relative; }
    .tourismPhotoList__link::after {
      content: '';
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background-color: transparent;
      -webkit-transition: .5s;
      transition: .5s; }
    .tourismPhotoList__link:hover::after {
      background-color: rgba(0, 0, 0, 0.5); }
    .tourismPhotoList__link:hover .tourismPhotoList__image {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    @media screen and (max-width: 800px) {
      .tourismPhotoList__link:hover::after {
        background-color: transparent; }
      .tourismPhotoList__link:hover .tourismPhotoList__image {
        -webkit-transform: scale(1);
                transform: scale(1); } }
  .tourismPhotoList__image {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s; }

.tourismMain {
  position: absolute;
  z-index: 1;
  right: 0;
  padding-top: 50px; }
  .tourismMain ul, .tourismMain ol, .tourismMain li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .tourismMain {
      padding-top: 0; } }
  .tourismMain__linkButton {
    float: right;
    position: relative;
    display: inline-block;
    bottom: 30px;
    right: 0;
    height: 50px;
    padding: 0 70px 0 16px;
    line-height: 50px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    margin-bottom: -40px; }
    .tourismMain__linkButton:hover {
      color: #fff; }
    @media screen and (max-width: 800px) {
      .tourismMain__linkButton {
        bottom: 65px;
        margin-bottom: 20px; } }
  .tourismMain__linkArrow {
    width: 50px;
    height: 50px;
    background-color: #434343;
    position: absolute;
    right: 0;
    top: 0; }
    .tourismMain__linkArrow::before {
      content: "";
      display: block;
      text-indent: 0; }
    .tourismMain__linkArrow::before {
      position: absolute;
      font-size: 14px;
      color: #fff;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.tourismDetailMain {
  position: relative;
  overflow: hidden; }
  .tourismDetailMain ul, .tourismDetailMain ol, .tourismDetailMain li {
    list-style: none; }
  .tourismDetailMain:after {
    content: "";
    clear: both;
    display: block; }
  .tourismDetailMain__imageBox {
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center; }
    .tourismDetailMain__imageBox::before {
      content: '';
      display: block;
      padding-top: 42%; }
    @media screen and (max-width: 800px) {
      .tourismDetailMain__imageBox::before {
        content: '';
        display: block;
        padding-top: 300px; } }
  .tourismDetailMain__textBox {
    max-width: 690px;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -60px 0 0 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .tourismDetailMain__textBox {
        margin: 0;
        padding: 20px 20px 70px; } }
  .tourismDetailMain__contentBox {
    padding: 0 30px; }
    @media screen and (max-width: 800px) {
      .tourismDetailMain__contentBox {
        padding: 0; } }
  .tourismDetailMain__contentBoxInner {
    background-color: #fff;
    padding: 0 38px 60px; }
    @media screen and (max-width: 800px) {
      .tourismDetailMain__contentBoxInner {
        padding: 0; } }

.searchResult {
  position: relative; }
  .searchResult ul, .searchResult ol, .searchResult li {
    list-style: none; }
  .searchResult__moreButton {
    border: 1px solid #dedede;
    padding: 10px 20px; }
  .searchResult__listWrapper {
    margin-top: 80px; }
    @media screen and (max-width: 800px) {
      .searchResult__listWrapper {
        margin-top: 80px;
        padding: 0 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .searchResult__buttonText {
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 0 24px 0 0; }
    .searchResult__buttonText::before {
      content: "";
      display: block;
      text-indent: 0; }
    .searchResult__buttonText::before {
      font-size: 16px;
      color: #78c4e8;
      position: absolute;
      top: -2px;
      right: 0; }
  .searchResult__buttonWrapper {
    text-align: center;
    margin-top: 50px; }
  .searchResult .thumbnailItem__listItem {
    margin-top: 0px; }
    @media screen and (max-width: 1200px) {
      .searchResult .thumbnailItem__listItem {
        width: 50%; } }
    @media screen and (max-width: 800px) {
      .searchResult .thumbnailItem__listItem {
        width: 100%; } }
  .searchResult__titleArea {
    text-align: center;
    padding: 80px 20px 0px; }
  .searchResult__title {
    font-size: 36px;
    font-weight: normal;
    display: inline-block; }
  .searchResult__searchText {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 800px) {
    .searchResult .articleStatus {
      left: 0; } }
  @media screen and (max-width: 800px) {
    .searchResult .thumbnailItem__textBox {
      padding: 10px 20px 30px 0; } }
  .searchResult__inputWrapper {
    max-width: 100%;
    margin: auto;
    position: relative;
    display: inline-block; }
  .searchResult__input {
    border: 1px solid #e1e5e6;
    line-height: 68px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: black;
    font-size: 26px;
    padding: 0 20px;
    width: 100%;
    max-width: 340px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 20px; }
  .searchResult__button {
    background-color: #000;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 20px;
    height: 68px;
    color: #fff;
    line-height: 68px;
    min-width: 100px;
    padding: 0 25px;
    display: inline-block;
    border-style: none;
    margin: 0 0 20px 10px;
    vertical-align: middle; }
  .searchResult + .paging {
    margin-bottom: 30px; }

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

@media screen and (max-width: 800px) {
  .newsLookback {
    padding: 0 20px; } }
.newsLookback__dateBox {
  width: 270px;
  text-align: center;
  padding: 0;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin: 25px auto 0;
  font-size: 14px;
  position: relative; }
  .newsLookback__dateBox::before {
    content: "";
    display: block;
    text-indent: 0; }
  .newsLookback__dateBox::before {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    font-size: 12px;
    color: #90979e; }
  @media screen and (max-width: 800px) {
    .newsLookback__dateBox {
      width: calc(100% - 80px); } }

.newsLookback__date {
  display: inline-block;
  position: relative;
  width: 100%; }

.newsLookback__dateInput {
  outline: 0;
  border: 0px;
  background: transparent;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 50px;
  height: 50px;
  cursor: pointer; }

.newsLookback__timelineListWrapper {
  position: relative;
  padding: 0 20px;
  margin: 50px 0 60px; }
  .newsLookback__timelineListWrapper::after {
    content: '';
    width: 1px;
    height: calc(100% - 80px);
    position: absolute;
    background-color: #ccc;
    left: 50%;
    top: 0; }
    @media screen and (max-width: 1200px) {
      .newsLookback__timelineListWrapper::after {
        left: 20px; } }
  @media screen and (max-width: 800px) {
    .newsLookback__timelineListWrapper {
      margin: 50px 0 30px; }
      .newsLookback__timelineListWrapper::after {
        left: 28px;
        background-color: #d1f0ef;
        width: 2px; } }

.newsLookback__timelineList {
  position: relative; }
  .newsLookback__timelineList:after {
    content: "";
    clear: both;
    display: block; }

.newsLookback__timelineItem {
  width: 50%;
  font-size: 0;
  position: relative; }
  .newsLookback__timelineItem:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (max-width: 1200px) {
    .newsLookback__timelineItem {
      width: 100%; } }
  .newsLookback__timelineItem:nth-child(odd) {
    float: left;
    margin: 100px 0 0; }
    @media screen and (max-width: 1200px) {
      .newsLookback__timelineItem:nth-child(odd) {
        float: right;
        margin: 50px 0 0; }
        .newsLookback__timelineItem:nth-child(odd) .newsLookback__timePointerPc {
          right: auto;
          left: -10px; }
          .newsLookback__timelineItem:nth-child(odd) .newsLookback__timePointerPc::before {
            right: 18px;
            left: auto; } }
    @media screen and (max-width: 800px) {
      .newsLookback__timelineItem:nth-child(odd) {
        margin: 0;
        padding: 65px 0 0; } }
    .newsLookback__timelineItem:nth-child(odd) .newsLookback__timeItem {
      float: right; }
      @media screen and (max-width: 1200px) {
        .newsLookback__timelineItem:nth-child(odd) .newsLookback__timeItem {
          float: left; } }
    .newsLookback__timelineItem:nth-child(odd) .newsLookback__timeItem::before {
      left: auto;
      right: 0; }
      @media screen and (max-width: 1200px) {
        .newsLookback__timelineItem:nth-child(odd) .newsLookback__timeItem::before {
          left: 0;
          right: auto; } }
    .newsLookback__timelineItem:nth-child(odd) .thumbnailItem {
      float: left; }
      @media screen and (max-width: 1200px) {
        .newsLookback__timelineItem:nth-child(odd) .thumbnailItem {
          float: right; } }
  .newsLookback__timelineItem:nth-child(even) {
    float: right;
    margin: 100px 0 0; }
    @media screen and (max-width: 1200px) {
      .newsLookback__timelineItem:nth-child(even) {
        margin: 50px 0 0; } }
    @media screen and (max-width: 800px) {
      .newsLookback__timelineItem:nth-child(even) {
        margin: 0;
        padding: 65px 0 0; } }
    .newsLookback__timelineItem:nth-child(even) .thumbnailItem {
      float: right; }
    .newsLookback__timelineItem:nth-child(even) .newsLookback__timePointerPc {
      left: -10px;
      right: auto; }
      .newsLookback__timelineItem:nth-child(even) .newsLookback__timePointerPc::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 1px;
        background-color: #ccc;
        left: auto;
        right: 17px;
        top: 8px;
        z-index: -1; }
  .newsLookback__timelineItem:first-child {
    margin: 0; }
    @media screen and (max-width: 800px) {
      .newsLookback__timelineItem:first-child {
        padding: 30px 0 0; } }
  .newsLookback__timelineItem:nth-child(2) {
    margin: 130px 0 0; }
    @media screen and (max-width: 1200px) {
      .newsLookback__timelineItem:nth-child(2) {
        margin: 50px 0 0; } }
    @media screen and (max-width: 800px) {
      .newsLookback__timelineItem:nth-child(2) {
        margin: 0;
        padding: 65px 0 0; } }
  @media screen and (max-width: 800px) {
    .newsLookback__timelineItem::before {
      content: '';
      width: calc(100% - 20px);
      height: 1px;
      background-color: #ccc;
      position: absolute;
      bottom: 0;
      right: -20px;
      z-index: 1; } }
  .newsLookback__timelineItem .thumbnailItem {
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 1200px) {
      .newsLookback__timelineItem .thumbnailItem {
        width: calc(100% - 20px); } }
    @media screen and (max-width: 800px) {
      .newsLookback__timelineItem .thumbnailItem {
        width: calc(100% - 40px);
        float: right; } }
  .newsLookback__timelineItem .thumbnailItem__infomation {
    margin: 10px 0 0;
    display: block; }
    @media screen and (max-width: 1200px) {
      .newsLookback__timelineItem .thumbnailItem__infomation {
        display: inline-block;
        margin: 0 0 0 15px; } }

.newsLookback__timeItem {
  width: 40px;
  display: inline-block;
  position: relative;
  vertical-align: top; }
  @media screen and (max-width: 1200px) {
    .newsLookback__timeItem {
      width: 40px; } }
  @media screen and (max-width: 800px) {
    .newsLookback__timeItem::before {
      display: none; } }

.newsLookback__time {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: bold;
  top: 52px; }
  @media screen and (max-width: 800px) {
    .newsLookback__time {
      top: -40px;
      left: 60px;
      color: #000; } }

.newsLookback__timePointerSp {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #2bb8b6;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 50%;
  background-color: #fff;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .newsLookback__timePointerSp {
      display: block;
      left: 9px;
      top: -38px; } }

.newsLookback__timePointerPc {
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #2bb8b6;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 50%;
  background-color: #fff;
  z-index: 1; }
  .newsLookback__timePointerPc::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #ccc;
    left: 18px;
    top: 8px;
    z-index: -1; }
  @media screen and (max-width: 800px) {
    .newsLookback__timePointerPc {
      display: none; } }

.newsLookback__moreButton {
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  margin: 0 auto 0;
  padding: 10px 20px;
  cursor: pointer;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 800px) {
    .newsLookback__moreButton {
      margin-bottom: 20px;
      width: calc(100% - 40px); } }
  .newsLookback__moreButton .is-closeText {
    display: none; }
  .newsLookback__moreButton .is-openText {
    display: block; }
  .newsLookback__moreButton.is-open .is-closeText {
    display: block; }
  .newsLookback__moreButton.is-open .is-openText {
    display: none; }
  .newsLookback__moreButton.is-open .newsLookback__moreButtonText::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.newsLookback__moreButtonText {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 0;
  font-size: 14px; }
  .newsLookback__moreButtonText::before {
    content: "";
    display: block;
    text-indent: 0; }
  .newsLookback__moreButtonText::before {
    right: 0;
    position: absolute;
    top: -3px;
    color: #2bb8b6;
    font-size: 16px; }

.newsLookback .thumbnailItem__list {
  margin: 50px 0 0; }
  .newsLookback .thumbnailItem__list .thumbnailItem__listItem:nth-child(n+7) {
    display: none; }
  .newsLookback .thumbnailItem__list.is-open .thumbnailItem__listItem {
    display: inline-block; }

.contentsPanel {
  display: table;
  table-layout: fixed;
  margin: 30px 0 0; }
  .contentsPanel ul, .contentsPanel ol, .contentsPanel li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .contentsPanel {
      display: block; } }
  .contentsPanel__mainBoxInner {
    padding: 0 30px 0 0; }
    @media screen and (max-width: 800px) {
      .contentsPanel__mainBoxInner {
        padding: 0; } }
  .contentsPanel__mainBox {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 330px); }
    .contentsPanel__mainBox .thumbnailItem__imageBox {
      width: calc(100% + 70px);
      margin: 0 0 0 -70px; }
    @media screen and (max-width: 800px) {
      .contentsPanel__mainBox {
        width: 100%;
        display: block; }
        .contentsPanel__mainBox .thumbnailItem__imageBox {
          width: 100%;
          margin: 0; } }
  .contentsPanel__subBox {
    width: 300px;
    display: table-cell;
    vertical-align: top; }
    .contentsPanel__subBox .thumbnailItem__text {
      display: none; }
    @media screen and (max-width: 800px) {
      .contentsPanel__subBox {
        width: 100%;
        display: block; } }

.tourismArea {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 40px 0 80px; }
  .tourismArea ul, .tourismArea ol, .tourismArea li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .tourismArea {
      background-image: none !important;
      background-color: #fff;
      margin: 20px 0 0;
      padding: 60px 0 80px; } }
  .tourismArea__inner {
    max-width: 1020px;
    width: 100%;
    margin: auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px; }
    @media screen and (max-width: 800px) {
      .tourismArea__inner {
        padding: 0; } }
  .tourismArea__panel {
    display: table;
    table-layout: fixed;
    margin: 30px 0 0;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .tourismArea__panel {
        display: block; } }
  .tourismArea__mainBoxInner {
    padding: 0 30px 0 0; }
    @media screen and (max-width: 800px) {
      .tourismArea__mainBoxInner {
        padding: 0; } }
  .tourismArea__mainBox {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 330px);
    position: relative; }
    .tourismArea__mainBox::before {
      content: '';
      position: absolute;
      z-index: 0;
      width: calc(100% - 30px);
      height: 100%;
      background-color: #143666; }
    @media screen and (max-width: 800px) {
      .tourismArea__mainBox {
        width: 100%;
        display: block; }
        .tourismArea__mainBox .thumbnailItem__imageBox {
          width: 100%;
          margin: 0; } }
  .tourismArea__subBox {
    width: 300px;
    display: table-cell;
    vertical-align: top; }
    .tourismArea__subBox .thumbnailItem__text {
      display: none; }
    @media screen and (max-width: 800px) {
      .tourismArea__subBox {
        width: 100%;
        display: block;
        margin-top: 30px; } }
    .tourismArea__subBox .thumbnailItem:nth-child(2) {
      margin-top: 30px; }
    .tourismArea__subBox--bottom {
      width: calc(100% + 30px);
      display: block;
      margin: 30px 0 0 -30px;
      font-size: 0;
      overflow: hidden; }
      @media screen and (max-width: 800px) {
        .tourismArea__subBox--bottom {
          width: 100%;
          margin: 0; } }
      .tourismArea__subBox--bottom .thumbnailItem {
        width: calc(33.333% - 30px);
        display: inline-block;
        margin: 0 0 0 30px;
        position: relative; }
        .tourismArea__subBox--bottom .thumbnailItem::before {
          content: '';
          position: absolute;
          top: 100px;
          z-index: 0;
          width: 100%;
          height: 1000px;
          background-color: #143666; }
          @media screen and (max-width: 800px) {
            .tourismArea__subBox--bottom .thumbnailItem::before {
              background-color: transparent; } }
        .tourismArea__subBox--bottom .thumbnailItem:nth-child(2) {
          margin-top: 0; }
          @media screen and (max-width: 800px) {
            .tourismArea__subBox--bottom .thumbnailItem:nth-child(2) {
              margin-top: 30px; } }
        @media screen and (max-width: 800px) {
          .tourismArea__subBox--bottom .thumbnailItem {
            width: 100%;
            margin: 30px 0 0; } }
  @media screen and (max-width: 800px) {
    .tourismArea .titleArea {
      padding: 0;
      margin: 0 0 0 20px; } }
  .tourismArea .titleArea__title {
    color: #fff;
    padding: 0 0 0 30px; }
    @media screen and (max-width: 800px) {
      .tourismArea .titleArea__title {
        color: #000; } }
  .tourismArea .titleArea__moreLink {
    color: #fff;
    top: 0;
    right: 30px; }
    @media screen and (max-width: 800px) {
      .tourismArea .titleArea__moreLink {
        margin-top: 30px;
        color: #000; } }
  .tourismArea .thumbnailItem__textBoxWide {
    padding: 20px;
    background-color: #143666;
    color: #fff; }
  .tourismArea .thumbnailItem__link {
    color: #fff; }
    .tourismArea .thumbnailItem__link:hover {
      color: #fff; }
  .tourismArea .thumbnailItem__text {
    color: #fff; }
  .tourismArea .thumbnailItem__infomation {
    color: #fff; }
  @media screen and (max-width: 800px) {
    .tourismArea .thumbnailItem__textWrapper {
      display: none; } }
  .tourismArea .thumbnailItem {
    vertical-align: top; }

.ui-widget-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(10, 10, 10, 0.15);
          box-shadow: 0px 1px 3px 0px rgba(10, 10, 10, 0.15);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 0px;
  font-size: 16px;
  top: 230px !important; }
  @media screen and (max-width: 800px) {
    .ui-widget-content {
      left: 50% !important;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 235px !important; } }
  .ui-widget-content .ui-state-default {
    color: #9e9e9e;
    border: 0px;
    background-color: transparent;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px; }
    .ui-widget-content .ui-state-default.ui-state-active {
      background-color: #18b2af;
      color: #fff; }
  .ui-widget-content .ui-widget-header {
    border: 0px;
    background-color: #18b2af;
    color: #fff;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    padding: 10px 0 0; }
  .ui-widget-content thead {
    background-color: #18b2af;
    color: #fff; }
    .ui-widget-content thead th {
      padding: .7em .3em .10px; }
  .ui-widget-content tbody {
    padding: 0 8px; }
  .ui-widget-content .ui-datepicker-prev {
    left: 70px;
    top: 8px;
    border: 0px;
    cursor: pointer; }
    .ui-widget-content .ui-datepicker-prev::before {
      content: "";
      display: block;
      text-indent: 0; }
    .ui-widget-content .ui-datepicker-prev::before {
      color: #fff;
      position: relative;
      left: 3px;
      top: 6px;
      font-size: 12px; }
    .ui-widget-content .ui-datepicker-prev:hover {
      left: 70px;
      top: 8px;
      background-color: transparent;
      border: 0px; }
  .ui-widget-content .ui-datepicker-next {
    right: 60px;
    top: 8px;
    border: 0px;
    cursor: pointer; }
    .ui-widget-content .ui-datepicker-next::before {
      content: "";
      display: block;
      text-indent: 0; }
    .ui-widget-content .ui-datepicker-next::before {
      color: #fff;
      position: relative;
      left: 3px;
      top: 6px;
      font-size: 12px; }
    .ui-widget-content .ui-datepicker-next:hover {
      right: 60px;
      top: 8px;
      background-color: transparent;
      border: 0px; }

.ui-datepicker {
  padding: 0; }

.editArea {
  font-size: 18px;
  margin: 40px 0 0; }
  .editArea p:first-of-type {
    margin-top: -6.3px; }
  .editArea p + p {
    margin-top: 1em; }
  @media screen and (max-width: 800px) {
    .editArea {
      font-size: 20px;
      padding: 0 20px; }
      .editArea p {
        margin-top: 0; } }
  .editArea h1,
  .editArea h2,
  .editArea h3,
  .editArea h4,
  .editArea h5,
  .editArea h6 {
    font-size: 24px;
    margin-bottom: 18px; }
    @media screen and (max-width: 800px) {
      .editArea h1,
      .editArea h2,
      .editArea h3,
      .editArea h4,
      .editArea h5,
      .editArea h6 {
        font-size: 26px;
        margin-bottom: 20px; } }
  .editArea ul,
  .editArea ol {
    margin-left: 1em; }
  .editArea img {
    max-width: 100%; }
    @media screen and (max-width: 800px) {
      .editArea img {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important; } }
  .editArea strong {
    font-weight: bold; }
  .editArea em {
    font-style: italic;
    font-family: "ＭＳ ゴシック", sans-serif; }
  .editArea a {
    color: #3299bc; }
    .editArea a:hover {
      color: #3299bc; }
  .editArea blockquote {
    margin: 70px 0 0;
    text-align: left;
    font-weight: 100;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 20px; }
    .editArea blockquote::before {
      content: '';
      position: absolute;
      left: 0;
      width: 3px;
      height: 100%;
      background-color: #f2f2f2; }
    @media screen and (max-width: 800px) {
      .editArea blockquote {
        padding: 0 20px; } }
    .editArea blockquote > span {
      text-align: center;
      margin: 26px 0 0; }
      .editArea blockquote > span span {
        font-size: 20px;
        position: relative;
        padding: 0 0 0 56px;
        display: inline-block;
        font-family: 'Vollkorn', serif;
        margin: 30px 0 0; }
        .editArea blockquote > span span::before {
          content: "";
          display: block;
          text-indent: 0; }
        .editArea blockquote > span span::before {
          position: absolute;
          font-size: 40px;
          color: #d62d4a;
          left: 0;
          bottom: -9px; }
  .editArea small {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin: 12px 0 0; }
  .editArea table {
    border-right: 1px solid #4f4d47;
    border-spacing: 0;
    margin: 35px auto 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px; }
    @media screen and (max-width: 800px) {
      .editArea table {
        width: 100%;
        margin-top: 40px; } }

  .editArea th {
    background-color: #434343;
    color: #fff;
    text-align: center;
    padding: 10px;
    vertical-align: top; }
  .editArea td {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    padding: 10px 20px;
    vertical-align: middle;
    min-width: 130px; }
    @media screen and (max-width: 800px) {
      .editArea td:last-child {
        border: 1px solid #4f4d47; } }
  .editArea .photobox {
    margin: 35px 0 18px;
    padding: 10px 20px;
    border: 2px solid #4f4d47;
    font-size: 14px; }
    .editArea .photobox p {
      margin: 0; }

.paging {
  text-align: center;
  font-family: 'Montserrat', sans-serif; }
  .paging ul, .paging ol, .paging li {
    list-style: none; }
  .paging__list {
    width: 32px;
    display: inline-block;
    margin: auto;
    width: 100%; }
  .paging__listItem {
    position: relative;
    margin: 0 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    min-width: 32px; }
    .paging__listItem--prev .paging__link {
      position: relative;
      padding: 0 10px 0 28px; }
      .paging__listItem--prev .paging__link::before {
        content: "";
        display: block;
        text-indent: 0; }
      .paging__listItem--prev .paging__link::before {
        position: absolute;
        left: 0;
        font-size: 18px; }
    .paging__listItem--next .paging__link {
      position: relative;
      padding: 0 28px 0 10px; }
      .paging__listItem--next .paging__link::before {
        content: "";
        display: block;
        text-indent: 0; }
      .paging__listItem--next .paging__link::before {
        position: absolute;
        right: 0;
        font-size: 18px; }
    @media screen and (max-width: 800px) {
      .paging__listItem:first-child {
        display: none; }
      .paging__listItem:last-child {
        display: none; } }
    .paging__listItem.is-current .paging__link {
      color: #000; }
    .paging__listItem.is-current::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      height: 2px;
      width: 100%;
      background-color: #000; }
    .paging__listItem.is-disabled .paging__link {
      color: rgba(0, 0, 0, 0.5);
      cursor: auto;
      pointer-events: none; }
  .paging__link {
    display: block;
    height: 52px;
    line-height: 52px;
    color: #000; }
    @media screen and (max-width: 800px) {
      .paging__link {
        color: rgba(0, 0, 0, 0.5); } }
  @media screen and (max-width: 800px) {
    .paging__NewsSection {
      padding: 0;
      background-color: transparent; } }
  .paging__text {
    display: inline-block;
    line-height: 52px;
    position: relative;
    top: -4px; }

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

.slick-dots li {
  margin: 0; }

.slick-dots .slick-active {
  font-size: 0; }
  .slick-dots .slick-active button::before {
    opacity: 1;
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #000;
    content: ''; }

.slick-dots button {
  position: relative; }
  .slick-dots button::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    width: 6px !important;
    height: 6px !important;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #aaacac;
    content: "" !important; }

.breadcrumb {
  background-color: #f3f6f7;
  padding: 12px 0 12px 195px; }
  .breadcrumb ul, .breadcrumb ol, .breadcrumb li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb__listItem {
    font-size: 10px;
    padding: 0 0 0 12px;
    position: relative;
    opacity: .6;
    display: inline-block; }
    .breadcrumb__listItem::before {
      content: '>';
      position: absolute;
      left: 0;
      top: 1px; }
    .breadcrumb__listItem:first-child {
      padding: 0; }
      .breadcrumb__listItem:first-child::before {
        display: none; }
  .breadcrumb__link {
    color: #000; }

.news {
  font-size: 14px;
  line-height: 1.7; }
  .news__inner {
    padding: 0 0 50px; }
    @media screen and (max-width: 1000px) {
      .news__inner {
        padding: 0;
        margin: 0;
        border: transparent; } }
    .news__inner .paging__listItem {
      font-size: 18px; }
      @media screen and (max-width: 800px) {
        .news__inner .paging__listItem {
          font-size: 20px; } }
    .news__inner em,
    .news__inner i {
      font-style: italic;
      font-family: "ＭＳ ゴシック", sans-serif; }
  @media screen and (max-width: 800px) {
    .news__block {
      background-color: #fff;
      margin: 20px 0 0;
      padding: 60px 0; }
      .news__block:first-child {
        margin: 0;
        padding: 0 0 60px; } }
  .news__block a {
    color: #3299bc; }
    .news__block a:hover {
      color: #3299bc;
      text-decoration: underline; }
  .news__mainImage {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-color: #dbe4e7;
    -webkit-background-size: cover;
            background-size: cover;
    background-color: transparent;
    width: 100%; }
    .news__mainImage::before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    @media screen and (max-width: 800px) {
      .news__mainImage::before {
        padding-top: 300px; } }
  .news__textBox {
    padding: 20px 0 0;
    background-color: #fff;
    margin: 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .news__textBox {
        width: calc(100% - 20px);
        margin: 0;
        padding: 20px 20px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .news__textBox:first-child {
      padding-top: 0; }
  .news__title {
    font-size: 36px;
    line-height: 1.5; }
    @media screen and (max-width: 800px) {
      .news__title {
        font-size: 30px; } }
  .news__infomation {
    color: rgba(0, 0, 0, 0.77);
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -6px; }
  .news__text {
    font-size: 16px; }
  .news__print {
    margin: 30px 0 20px; /* update jpt buttom 0->20 */
    text-align: center; }
    @media screen and (max-width: 800px) {
      .news__print {
        margin: 25px 0 10px;/* update jpt buttom 0->10 */
        text-align: center; } }
  .news__printButton {
    background-color: #434343;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
            appearance: none;
    padding: 10px 20px;
    position: relative;
    font-size: 13px;
    color: #fff; }
  .news__printText {
    padding: 0 0 0 20px;
    position: relative; }
    .news__printText::before {
      content: "";
      display: block;
      text-indent: 0; }
    .news__printText::before {
      position: absolute;
      left: 0;
      top: -1px;
      font-size: 14px; }
  .news__sentenceTitle {
    font-size: 24px; }
    @media screen and (max-width: 800px) {
      .news__sentenceTitle {
        padding: 0 20px;
        font-size: 26px; } }
  .news__sentenceBox {
    margin: 30px 0 0; }
    @media screen and (max-width: 800px) {
      .news__sentenceBox {
        padding: 0 20px; }
        .news__sentenceBox .news__sentenceTitle {
          padding: 0; } }
  .news__sentenceBorderBox {
    margin: 50px 0 0;
    padding: 50px 0 0;
    border-top: 1px solid #ececec; }
    @media screen and (max-width: 800px) {
      .news__sentenceBorderBox {
        margin: 0;
        padding: 0;
        border: transparent; } }
  .news__sentence {
    font-size: 18px;
    line-height: 1.7; }
    .news__sentence + .news__sentence {
      margin: 25px 0 0; }
    @media screen and (max-width: 800px) {
      .news__sentence {
        font-size: 20px; } }
  .news__tagBox {
    margin: 60px 0 0; }
    @media screen and (max-width: 800px) {
      .news__tagBox {
        margin: 0;
        padding: 0 20px; } }
  .news__quotation {
    text-align: center;
    margin: 26px 0 0; }
  .news__quotationName {
    font-size: 20px;
    position: relative;
    padding: 0 0 0 56px;
    display: inline-block;
    font-family: 'Vollkorn', serif; }
    .news__quotationName::before {
      content: "";
      display: block;
      text-indent: 0; }
    .news__quotationName::before {
      position: absolute;
      font-size: 40px;
      color: #d62d4a;
      left: 0;
      bottom: -9px; }
  .news__quotationText {
    margin: 70px 0 0;
    text-align: center;
    font-size: 25px;
    font-weight: 100; }
    @media screen and (max-width: 800px) {
      .news__quotationText {
        padding: 0 20px; } }
  .news__sentenceImage {
    width: 100%;
    margin: 50px 0 0; }
  .news__writerBox {
    background-color: #f3f6f7;
    padding: 36px;
    font-size: 0; }
    @media screen and (max-width: 800px) {
      .news__writerBox {
        padding: 30px 20px;
        text-align: center; } }
  .news__writerImage {
    width: 100%; }
  .news__writerImageWrapper {
    width: 90px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top; }
    @media screen and (max-width: 800px) {
      .news__writerImageWrapper {
        display: block;
        margin: auto; } }
  .news__writerImage {
    width: 100%; }
  .news__writerTextWrapper {
    width: calc(100% - 90px);
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block; }
    @media screen and (max-width: 800px) {
      .news__writerTextWrapper {
        width: 100%;
        display: block;
        padding: 0;
        margin: 20px 0 0; } }
  .news__writerNameTitle {
    font-size: 18px;
    color: #949494;
    font-family: 'Vollkorn', serif;
    font-style: oblique; }
    @media screen and (max-width: 800px) {
      .news__writerNameTitle {
        font-size: 15px; } }
  .news__writerName {
    font-size: 18px;
    margin: 5px 0 0;
    font-weight: bold; }
  .news__writerTextBox {
    font-size: 16px;
    margin: 15px 0 0; }
    @media screen and (max-width: 800px) {
      .news__writerTextBox {
        font-size: 18px;
        margin: 20px 0 0;
        text-align: left; } }
  .news__writerBottomBox {
    margin: 20px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ecebf0; }
    @media screen and (max-width: 800px) {
      .news__writerBottomBox {
        padding: 0;
        border-top: transparent; } }
  .news__writerStatus {
    font-size: 12px;
    display: inline-block;
    margin: 0 15px 0 0; }
  .news__writerDate {
    font-size: 12px;
    display: inline-block;
    font-style: italic; }
  .news__recommendBox, .news__relatedBox {
    margin: 60px 0 0; }
    .news__recommendBox .thumbnailItem__listItem, .news__relatedBox .thumbnailItem__listItem {
      width: 50%;
      margin: 0 0 30px; }
    @media screen and (max-width: 800px) {
      .news__recommendBox, .news__relatedBox {
        margin: 0; }
        .news__recommendBox .thumbnailItem__listItem, .news__relatedBox .thumbnailItem__listItem {
          width: 100%; } }
  .news .tagList__list {
    margin: 30px auto 0; }
  .news__moreButton {
    border: 1px solid #d5d5d5;
    font-size: 14px;
    width: 300px;
    padding: 15px 0;
    margin: 40px auto 0;
    color: #000;
    position: static;
    display: block;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .news__moreButton {
        width: 100%;
        margin: 0; } }
    .news__moreButton .news__closeText {
      display: none; }
    .news__moreButton.is-close .news__moreText {
      display: none; }
    .news__moreButton.is-close .news__closeText {
      display: block; }
  .news__moreButtonWrapper {
    text-align: center;
    padding: 0 20px; }
    @media screen and (max-width: 800px) {
      .news__moreButtonWrapper {
        margin: 0 0 40px; } }
  .news .thumbnailItem__listWrapper .thumbnailItem__listItem:nth-child(n + 6) {
    display: none; }
  .news .thumbnailItem__listWrapper.is-open .thumbnailItem__listItem:nth-child(n + 6) {
    display: inline-block; }
  @media screen and (max-width: 800px) {
    .news.is-guide .news__block {
      padding: 0;
      margin: 0; } }
  .news__otherWindow {
    display: inline-block;
    margin: 0 5px; }
    .news__otherWindow::before {
      content: "";
      display: block;
      text-indent: 0; }
    .news__otherWindow::before {
      font-size: 18px;
      color: #3299bc; }
  .news__peopleBox {
    border: 1px solid #000;
    padding: 35px 20px;
    margin: 35px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .news__peopleBox:after {
      content: "";
      clear: both;
      display: block; }
    @media screen and (max-width: 800px) {
      .news__peopleBox {
        width: calc(100% - 40px);
        margin: 35px auto 0; } }
    .news__peopleBox a {
      color: #3299bc; }
      .news__peopleBox a:hover {
        color: #3299bc;
        text-decoration: underline; }
  .news__peopleImage {
    width: 125px;
    float: left; }
    @media screen and (max-width: 800px) {
      .news__peopleImage {
        display: block;
        margin: 0 auto;
        float: none; } }
  .news__peopleInfomation {
    width: calc(100% - 155px);
    float: right; }
    @media screen and (max-width: 800px) {
      .news__peopleInfomation {
        float: none;
        width: 100%;
        text-align: center; } }
  .news__peopleName {
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 800px) {
      .news__peopleName {
        font-size: 18px; } }
  .news__peopleText {
    font-size: 16px; }
    @media screen and (max-width: 800px) {
      .news__peopleText {
        font-size: 18px;
        text-align: left; } }
  .news__languageBox {
    margin: 40px 0 10px; /* jpt update bottom 0 -> 10px */
    background-color: #f3f6f7;
    padding: 15px 15px 15px 45px;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 800px) {
      .news__languageBox {
        width: calc(100% - 40px);
        margin: 40px auto 10px; } } /* update JPT bottom margin 0 -> 10 */
  .news__languageText {
    display: block;
    cursor: pointer; }
  .news__languageList {
    display: block;
    line-height: 1.3;
    height: 0;
    -webkit-transition: .4s;
    transition: .4s;
    overflow: hidden; }
    .news__languageList.is-active {
      height: 26px; }
  .news__languageListItem {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 5px 0 0;
    margin-top: 10px; }
  .news__leftImage {
    float: left;
    margin: 20px 20px 20px 0; }
  .news__rightImage {
    float: left;
    margin: 20px 0 20px 20px; }
  .news__sentence--border {
    padding: 0 0 0 50px;
    position: relative;
    font-size: 22px;
    color: #7b7b7b; }
    .news__sentence--border::before {
      content: '';
      position: absolute;
      top: 15px;
      left: 0;
      width: 40px;
      height: 1px;
      background-color: #7b7b7b; }
  .news__cautionMark {
    color: #3299bc;
    font-size: 12px; }
  .news__borderBox {
    border: 1px solid #000;
    padding: 30px 25px;
    font-size: 16px;
    margin: 40px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .news__borderBox {
        width: calc(100% - 40px);
        margin: 40px auto 0; } }
  @media screen and (max-width: 800px) {
    .news__tableWrapper {
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .news__tableScroll {
      width: 100%;
      overflow-x: hidden; } }
  .news__table {
    border-right: 1px solid #4f4d47;
    border-spacing: 0;
    margin: 35px auto 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .news__table {
        width: auto;
        margin: 40px 20px 0;
        border-right: 20px solid #fff; } }
  .news__tableHeader {
    background-color: #434343;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    vertical-align: top; }
  .news__tableData {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    padding: 10px 20px;
    vertical-align: top;
    min-width: 130px; }
    .news__tableData--color {
      background-color: #f3f6f7; }
    @media screen and (max-width: 800px) {
      .news__tableData:last-child {
        border-right: 1px solid #4f4d47; } }
  .news .news__tableNavigation::before, .news .news__tableNavigation::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .news__tableNavigation {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 20px 0 0;
    position: relative;
    display: none; }
    @media screen and (max-width: 800px) {
      .news__tableNavigation {
        display: block;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.5);
        text-align: center;
        margin: 20px 0 0;
        position: relative; }
        .news__tableNavigation:before {
          left: 20%;
          border-bottom: 3px solid #666;
          border-left: 3px solid #666; }
        .news__tableNavigation:after {
          right: 20%;
          border-top: 3px solid #666;
          border-right: 3px solid #666; } }
  .news__time {
    padding: 0 0 0 32px;
    position: relative; }
    .news__time::before {
      content: "";
      display: block;
      text-indent: 0; }
    .news__time::before {
      font-size: 22px;
      position: absolute;
      left: 0;
      top: -11px; }
  .news__writter {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 20px; }
  .news__textLabel {
    color: #3299bc; }
    .news__textLabel:hover {
      text-decoration: underline; }
  .news__tagItem {
    margin: 20px 0 0;
    text-align: right; }
    .news__tagItem:after {
      content: "";
      clear: both;
      display: block; }


  .news__languageIcon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 44px;
    background-color: #3299bc; }
    .news__languageIcon::before {
      content: "";
      display: block;
      text-indent: 0; }
    .news__languageIcon::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 15px;
      color: #fff; }
  .news__iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 50px; }
    .news__iframe iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .news__emphasis {
    color: #3299bc; }
    .news__emphasis:hover {
      color: #3299bc; }
  .news__note {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin: 12px 0 0; }
    .news__note + .news__note {
      margin-top: 0; }
  .news__linkText {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 45px; }
    @media screen and (max-width: 800px) {
      .news__linkText {
        font-size: 20px; } }
  .news__linkColor {
    color: #3299bc;
    display: inline-block;
    margin: 0 5px; }
    .news__linkColor:hover {
      color: #3299bc; }
  .news .photoListBox, .news .news__photoListBox, .news .news__photoListBox--isSimple {
    background-color: #000;
    padding: 20px 55px;
    position: relative; }
    .news .photoListBox .slick-prev, .news .news__photoListBox .slick-prev, .news .news__photoListBox--isSimple .slick-prev {
      width: 25px;
      height: 25px;
      background-color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: -35px; }
      .news .photoListBox .slick-prev::before, .news .news__photoListBox .slick-prev::before, .news .news__photoListBox--isSimple .slick-prev::before {
        content: "";
        display: block;
        text-indent: 0; }
      .news .photoListBox .slick-prev::before, .news .news__photoListBox .slick-prev::before, .news .news__photoListBox--isSimple .slick-prev::before {
        color: #000;
        font-size: 12px;
        right: 1px;
        position: relative; }
    .news .photoListBox .slick-next, .news .news__photoListBox .slick-next, .news .news__photoListBox--isSimple .slick-next {
      width: 25px;
      height: 25px;
      background-color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      right: -35px; }
      .news .photoListBox .slick-next::before, .news .news__photoListBox .slick-next::before, .news .news__photoListBox--isSimple .slick-next::before {
        content: "";
        display: block;
        text-indent: 0; }
      .news .photoListBox .slick-next::before, .news .news__photoListBox .slick-next::before, .news .news__photoListBox--isSimple .slick-next::before {
        color: #000;
        font-size: 12px;
        right: -1px;
        position: relative; }
  .news__photoListBox {
    margin-top: 20px; }
  .news__photoListBox--isSimple {
    margin-top: 100px; }
  .news__photoListItem {
    padding: 0 10px; }
  .news__photoListImage {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-color: #dbe4e7;
    position: relative; }
    .news__photoListImage::before {
      content: '';
      display: block;
      padding-top: 76%; }
  .news__photoText {
    font-size: 14px;
    margin: 5px 0 0; }
  .news__photoTextLink {
    color: #3299bc; }
    .news__photoTextLink:hover {
      color: #3299bc; }
  .news__facebookBlock {
    margin: 50px 0 0; }
  .news__linkNoColor {
    color: inherit; }
    .news__linkNoColor:hover {
      color: inherit; }
  .news .tagList__tag {
    color: #fff; }
    .news .tagList__tag:hover {
      color: #fff; }
  .news .thumbnailItemLink, .news .thumbnailItem__link, .news .thumbnailItem__link--newsDetail {
    color: #000; }
    .news .thumbnailItemLink:hover, .news .thumbnailItem__link:hover, .news .thumbnailItem__link--newsDetail:hover {
      color: #000; }
  .news .thumbnailItem__link--newsDetail:hover {
    text-decoration: none; }
  @media screen and (max-width: 800px) {
    .news .thumbnailItem__link--newsDetail {
      position: relative;
      font-size: 14px;
      font-weight: normal; } }
  .news__closeBox {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #c7c7c7;
    margin-top: 40px; }
  .news__closeButton {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 0 20px 0 40px;
    font-weight: bold;
    background-color: #babcbe;
    position: relative;
    display: inline-block; }
    .news__closeButton::before {
      content: "";
      display: block;
      text-indent: 0; }
    .news__closeButton::before {
      color: #fff;
      font-size: 14px;
      position: absolute;
      left: 10px;
      top: 48%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .news__closeButton:hover {
      background-color: #6d6d6d;
      color: #fff; }
  .news .twitter-share-button {
    position: relative !important;
    top: 5px; }
  .news .fb-like {
    top: -2px; }      
/* add jpt start */
.medialist_print_area {
    margin: 5px 0 75px;height:50px;vertical-align: middle; /* 5 0 15 -> 5 0 75 */
  .news__print {
    margin: 30px 0 45px; /* update jpt buttom 0->45 */
    text-align: center; }
    @media screen and (max-width: 800px) {
      .news__print {
        margin: 25px 0 10px;/* update jpt buttom 0->10 */
        text-align: center; } }
  .news__printButton {
    background-color: #434343;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
            appearance: none;
    padding: 10px 20px;
    position: relative;
    font-size: 13px;
    color: #fff; }
  .news__printText {
    padding: 0 0 0 20px;
    position: relative; }
    .news__printText::before {
      content: "";
      display: block;
      text-indent: 0; }
    .news__printText::before {
      position: absolute;
      left: 0;
      top: -1px;
      font-size: 14px; }
}
/* add jpt end */

.snsBar {
  position: absolute;
  top: 158px;
  left: 30px;
  border: 1px solid #e6e6e6;
  z-index: 1002;
  -webkit-transition: top .3s;
  transition: top .3s; }
  .snsBar ul, .snsBar ol, .snsBar li {
    list-style: none; }
  @media screen and (max-width: 1200px) {
    .snsBar {
      left: 0px; } }
  .snsBar.is-fixed {
    position: fixed;
    left: 30px;
    top: 105px; }
    @media screen and (max-width: 1200px) {
      .snsBar.is-fixed {
        left: 0px; } }
    @media screen and (max-width: 1000px) {
      .snsBar.is-fixed {
        top: -50px;
        right: 20px;
        left: auto; } }
  @media screen and (max-width: 1000px) {
    .snsBar {
      display: block;
      position: fixed;
      top: -50px;
      right: 20px;
      left: auto;
      border: transparent;
      -webkit-transition: .5s ease;
      transition: .5s ease;
      font-size: 0; }
      .snsBar.is-display {
        top: 3px;
        display: block; } }
  @media screen and (max-width: 1000px) and (max-width: 800px) {
    .snsBar.is-display {
      top: 10px;
      display: block; } }
  .snsBar__item {
    border-top: 1px solid #e6e6e6;
    background-color: transparent; }
    .snsBar__item:first-child {
      border-top: 0px; }
    @media screen and (max-width: 1000px) {
      .snsBar__item {
        border-top: transparent;
        display: inline-block;
        margin: 0 0 0 10px; }
        .snsBar__item.snsBar__item--youtube {
          display: none; } }
    .snsBar__item__item--plus {
      display: none; }
      @media screen and (max-width: 1000px) {
        .snsBar__item__item--plus {
          display: block; } }
  .snsBar__link {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    background-color: #fff; }
    .snsBar__link::before {
      color: #fff;
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 22px; }
    @media screen and (max-width: 1000px) {
      .snsBar__link {
        width: 45px;
        height: 45px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: transparent; } }
  .snsBar__facebook::before {
    content: "";
    display: block;
    text-indent: 0; }
  .snsBar__facebook::before {
    color: #20348c; }
  @media screen and (max-width: 1000px) {
    .snsBar__facebook {
      background-color: #20348c; }
      .snsBar__facebook::before {
        color: #fff; } }
  .snsBar__twitter::before {
    content: "";
    display: block;
    text-indent: 0; }
  .snsBar__twitter::before {
    color: #00a6e1; }
  @media screen and (max-width: 1000px) {
    .snsBar__twitter {
      background-color: #00a6e1; }
      .snsBar__twitter::before {
        color: #fff; } }
  .snsBar__pinterest::before {
    content: "";
    display: block;
    text-indent: 0; }
  .snsBar__pinterest::before {
    color: #be1a1c; }
  @media screen and (max-width: 1000px) {
    .snsBar__pinterest {
      background-color: #be1a1c; }
      .snsBar__pinterest::before {
        color: #fff; } }
  .snsBar__youtube::before {
    content: "";
    display: block;
    text-indent: 0; }
  .snsBar__youtube::before {
    color: #000; }
  @media screen and (max-width: 1000px) {
    .snsBar__youtube {
      background-color: #000; }
      .snsBar__youtube::before {
        color: #fff; } }
  .snsBar__plus {
    display: none; }
    .snsBar__plus::before {
      content: "";
      display: block;
      text-indent: 0; }
    .snsBar__plus::before {
      color: #000; }
    @media screen and (max-width: 1000px) {
      .snsBar__plus {
        background-color: #e5e5e5;
        display: block; }
        .snsBar__plus::before {
          color: #9c9c9c;
          font-size: 15px; } }

@-webkit-keyframes SNSBarfade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.topCarouselMain__title:lang(en),
.news__title:lang(en),
.topCarousel__title:lang(en) {
  font-size: 32px; }

.rankingList__time:lang(en) {
  font-size: 10px; }

.rankingList__title:lang(en) {
  font-size: 13px; }
  @media screen and (max-width: 800px) {
    .rankingList__title:lang(en) {
      font-size: 22px; } }

.editArea:lang(en) {
  font-size: 17px; }
  @media screen and (max-width: 800px) {
    .editArea:lang(en) {
      font-size: 20px; } }
.movieArea__mainBox .thumbnailItem__title:lang(en) {
  font-size: 26px; }
  @media screen and (max-width: 800px) {
    .movieArea__mainBox .thumbnailItem__title:lang(en) {
      font-size: 22px; } }

.movieArea__subBox .thumbnailItem__title:lang(en) {
  font-size: 16px; }
  @media screen and (max-width: 800px) {
    .movieArea__subBox .thumbnailItem__title:lang(en) {
      font-size: 22px; } }

.news__title:lang(en) {
  font-size: 32px; }
  @media screen and (max-width: 800px) {
    .news__title:lang(en) {
      font-size: 28px; } }

@media screen and (max-width: 800px) {
  .newsLookback .thumbnailItem__title:lang(en), .searchResult .thumbnailItem__title:lang(en) {
    font-size: 22px; } }

.photoArea__text:lang(en) {
  font-size: 32px; }
  @media screen and (max-width: 800px) {
    .photoArea__text:lang(en) {
      font-size: 3.5vw; } }

@media screen and (max-width: 800px) {
  .thumbnailItem__title--tourismTop:lang(en) {
    font-size: 13px; } }

@media screen and (max-width: 800px) {
  .thumbnailItem__text:lang(en) {
    font-size: 13px; } }

.topCarousel__title:lang(en) {
  font-size: 32px; }
  @media screen and (max-width: 800px) {
    .topCarousel__title:lang(en) {
      font-size: 28px; } }

.topCarouselMain__title:lang(en) {
  font-size: 32px; }
  @media screen and (max-width: 800px) {
    .topCarouselMain__title:lang(en) {
      font-size: 28px; } }

.topNewsArea .thumbnailItem__title:lang(en) {
  font-size: 16px; }
  @media screen and (max-width: 800px) {
    .topNewsArea .thumbnailItem__title:lang(en) {
      font-size: 22px; } }

@media screen and (max-width: 800px) {
  .topSubRecommend .thumbnailItem__title:lang(en) {
    font-size: 22px; } }

@media screen and (max-width: 800px) {
  .thumbnailItem__list--original .thumbnailItem__title:lang(en) {
    font-size: 22px !important; } }

@media screen and (max-width: 800px) {
  .columnist__name:lang(en) {
    font-size: 16px; } }

.news__relatedBox .thumbnailItem__title:lang(en), .news__recommendBox .thumbnailItem__title:lang(en) {
  font-size: 16px; }
  @media screen and (max-width: 800px) {
    .news__relatedBox .thumbnailItem__title:lang(en), .news__recommendBox .thumbnailItem__title:lang(en) {
      font-size: 22px; } }
  .news__relatedBox .thumbnailItem__title:lang(en) .thumbnailItem__link--newsDetail:lang(en), .news__recommendBox .thumbnailItem__title:lang(en) .thumbnailItem__link--newsDetail:lang(en) {
    font-size: 16px; }
    @media screen and (max-width: 800px) {
      .news__relatedBox .thumbnailItem__title:lang(en) .thumbnailItem__link--newsDetail:lang(en), .news__recommendBox .thumbnailItem__title:lang(en) .thumbnailItem__link--newsDetail:lang(en) {
        display: block;
        font-size: 22px;
        font-weight: bold; } }

.news .news__sentence:lang(en) {
  font-size: 17px; }
  @media screen and (max-width: 800px) {
    .news .news__sentence:lang(en) {
      font-size: 22px; } }

@media screen and (max-width: 800px) {
  .news__peopleInfomation .news__peopleName:lang(en) {
    font-size: 20px; } }

@media screen and (max-width: 800px) {
  .news__inner .editArea h3:lang(en) {
    font-size: 28px; } }

@media screen and (max-width: 800px) {
  .news__inner .editArea p:lang(en) {
    font-size: 22px; } }

@media screen and (max-width: 800px) {
  .news__inner .editArea .news__tableScroll th:lang(en), .news__inner .editArea .news__tableScroll td:lang(en) {
    font-size: 16px; } }

@media screen and (max-width: 800px) {
  .news__inner .editArea .news__tableScroll p:lang(en) {
    font-size: 16px; } }

@media screen and (max-width: 800px) {
  .news__inner .editArea .news__textLabel:lang(en) {
    font-size: 22px; } }

@media screen and (max-width: 800px) {
  .news__sentenceBorderBox .news__writerTextBox:lang(en) {
    font-size: 20px; } }

@media screen and (max-width: 800px) {
  .topCarousel__text:lang(en) {
    font-size: 22px; } }

@media screen and (max-width: 800px) {
  .mainSection__contentBox03 .thumbnailItem__title:lang(en) {
    font-size: 22px; } }

@media screen and (max-width: 800px) {
  .photoPanel .thumbnailItem__title:lang(en) {
    font-size: 22px; } }

@media screen and (max-width: 800px) {
  .mainSection__contentBox .thumbnailItem__title:lang(en) {
    font-size: 22px; } }

@media screen and (max-width: 800px) {
  .is-V001:lang(en) {
    font-size: 22px; } }

.map {
  text-align: center; }
  @media screen and (max-width: 800px) {
    .map {
      padding: 40px 0; } }
  .map__title {
    font-size: 35px;
    position: relative;
    line-height: 1;
    margin-top: 30px; }
    .map__title::before {
      content: '';
      position: absolute;
      height: 1px;
      width: 380px;
      background-color: #efefef;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 6px; }
  .map__titleText {
    background-color: #fff;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    line-height: 1; }
  .map__lead {
    color: #c2c2c2;
    font-size: 22px;
    position: relative;
    z-index: 3; }
  .map__imageBox {
    line-height: 1;
    position: relative;
    -webkit-background-size: cover;
            background-size: cover;
    max-width: 640px;
    margin: 80px auto 0; }
    .map__imageBox::before {
      content: '';
      display: block;
      padding-top: 100%; }
    @media screen and (max-width: 800px) {
      .map__imageBox {
        width: calc(100% - 40px); } }
  .map__item {
    height: 0px;
    width: 0px;
    position: absolute; }
    .map__item.is-left .map__itemText {
      right: auto;
      left: -10px;
      padding: 0 0 0 30px; }
      .map__item.is-left .map__itemText::after {
        right: auto;
        left: 0; }
    @media screen and (max-width: 800px) {
      .map__item.is-left .map__itemText {
        padding: 0 0 0 20px; } }
  .map__itemText {
    font-size: 22px;
    padding: 0 30px 0 0;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .map__itemText::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-color: #e60012;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .map__itemText::before {
      content: '';
      position: absolute;
      bottom: -2px;
      height: 2px;
      background-color: #000;
      width: calc(100% - 30px);
      opacity: 0; }
    @media screen and (max-width: 800px) {
      .map__itemText {
        font-size: 15px;
        padding: 0 20px 0 0; }
        .map__itemText::after {
          width: 13px;
          height: 13px; } }
    .map__itemText:hover::before {
      opacity: 1; }
      @media screen and (max-width: 800px) {
        .map__itemText:hover::before {
          opacity: 0; } }
  .map__button {
    background-color: #000;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    margin: 80px auto 0; }
    .map__button:hover {
      color: #fff; }

.header {
  position: relative;
  font-size: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%; }
  .header ul, .header ol, .header li {
    list-style: none; }
  @media screen and (max-width: 800px) {
    .header {
      height: 65px;
      position: fixed;
      top: 0;
      z-index: 1000;
      width: 100%; } }
  .header__inner {
    background-color: #000;
    height: 52px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 800px) {
      .header__inner {
        height: 65px; } }
  .header__menuList {
    font-size: 0; }
    .header__menuList--right {
      position: absolute;
      right: 0;
      top: 0; }
      .header__menuList--right .header__menuListItem:first-child {
        border-left: 1px solid rgba(191, 191, 191, 0.5); }
        @media screen and (max-width: 800px) {
          .header__menuList--right .header__menuListItem:first-child {
            border-left: 0px solid rgba(191, 191, 191, 0.5); } }
      @media screen and (max-width: 1000px) {
        .header__menuList--right {
          right: 65px; } }
      @media screen and (max-width: 800px) {
        .header__menuList--right {
          right: 52px; } }
  .header__logoImage {
    background-repeat: no-repeat;
    background-image: url(/img/logo.png); /* update jpt */
    background-position: center;
    -webkit-background-size: 90% 90%;
            background-size: 90%;
    width: 220px;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 1000px) {
      .header__logoImage {
        width: 180px; } }
    @media screen and (max-width: 800px) {
      .header__logoImage {
        -webkit-background-size: 90% 90%;
                background-size: 90%;
        width: 100%;
        height: 100%; } }
  .header__logo {
    display: inline-block;
    border-right: 0px solid rgba(191, 191, 191, 0.5);
    background-color: #fff; }
    .header__logo .header__menuListLink {
      height: 52px;
      width: 100%;
      display: inline-block;
      padding: 0 5px; }
    @media screen and (max-width: 1000px) {
      .header__logo {
        position: absolute;
        left: 0;
        border-right: 0px !important;
        max-width: 190px;
        width: 50%; }
        .header__logo .header__menuListLink {
          height: 52px; }
        .header__logo .header__genreImage {
          display: inline-block;
          vertical-align: middle; } }
    @media screen and (max-width: 800px) {
      .header__logo {
        position: absolute;
        -webkit-background-size: 95% 95%;
                background-size: 95%; }
        .header__logo .header__menuListLink {
          height: 65px; } }
  .header__menuList {
    display: inline-block; }
    @media screen and (max-width: 1000px) {
      .header__menuList--spMenu {
        border-bottom: 1px solid rgba(191, 191, 191, 0.5); } }
    .header__menuList--search {
      background-color: #000;
      position: fixed;
      top: 0;
      right: 180px;
      z-index: 1005; }
      .header__menuList--search.is-white .header__searchIcon {
        background-color: #fff; }
        .header__menuList--search.is-white .header__searchIcon::before {
          color: #000; }
      .header__menuList--search.is-white:hover {
        border-left: 0px solid rgba(191, 191, 191, 0.5) !important;
        background-color: #f3f6f7; }
        .header__menuList--search.is-white:hover .header__searchInput {
          background-color: #f3f6f7 !important; }
        .header__menuList--search.is-white:hover .header__searchContainer {
          border-left: 1px solid rgba(191, 191, 191, 0.5);
          width: 16em; }
          @media screen and (max-width: 370px) {
            .header__menuList--search.is-white:hover .header__searchContainer {
              width: 12em; } }
        .header__menuList--search.is-white:hover .header__searchIcon {
          background-color: #f3f6f7; }
      .header__menuList--search .header__searchIcon {
        background-color: #000; }
        .header__menuList--search .header__searchIcon::before {
          color: #fff; }
      .header__menuList--search .header__searchInput {
        background-color: #fff !important; }
        .header__menuList--search .header__searchInput::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.5); }
      .header__menuList--search .header__menuListItem {
        border-right: 0px; }
      .header__menuList--search:hover {
        border-left: 0px solid rgba(191, 191, 191, 0.5) !important;
        background-color: #f3f6f7; }
        .header__menuList--search:hover .header__searchInput {
          background-color: #fff !important;
          color: #000; }
        .header__menuList--search:hover .header__searchContainer {
          border-left: 1px solid rgba(191, 191, 191, 0.5);
          width: 16em; }
          @media screen and (max-width: 370px) {
            .header__menuList--search:hover .header__searchContainer {
              width: 12em; } }
        .header__menuList--search:hover .header__searchIcon {
          background-color: #1b1b1b !important; }
      @media screen and (max-width: 1000px) {
        .header__menuList--search {
          z-index: 1000;
          right: 245px; } }
      @media screen and (max-width: 800px) {
        .header__menuList--search {
          right: 55px;
          z-index: 1000; } }
  .header__spMenuIcon {
    display: none;
    position: fixed;
    top: 13px;
    left: 20px;
    height: 32px; }
    @media screen and (max-width: 1000px) {
      .header__spMenuIcon {
        display: block;
        top: 13px;
        left: auto;
        right: 20px; } }
    @media screen and (max-width: 800px) {
      .header__spMenuIcon {
        display: block;
        top: 18px; } }
    .header__spMenuIcon span {
      width: 18px;
      height: 2px;
      left: 7px;
      display: block;
      background: #fff;
      position: absolute;
      -webkit-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      .header__spMenuIcon span:nth-child(1) {
        top: 7px; }
      .header__spMenuIcon span:nth-child(2) {
        top: 13px; }
      .header__spMenuIcon span:nth-child(3) {
        top: 19px; }
  .header__spMenuIconBox {
    position: relative;
    width: 32px; }
  .header__menuListItem {
    display: inline-block;
    border-right: 1px solid rgba(191, 191, 191, 0.5);
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    line-height: 0; }
    @media screen and (max-width: 800px) {
      .header__menuListItem {
        border-right: 0px solid rgba(191, 191, 191, 0.5); } }
    @media screen and (max-width: 1000px) {
      .header__menuListItem--more {
        position: relative; }
        .header__menuListItem--more::after {
          content: '';
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #e5e5e5; } }
    .header__menuListItem--logo {
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 190px 32px;
              background-size: 190px 32px;
      width: 234px; }
      .header__menuListItem--logo .header__menuListLink {
        height: 52px;
        width: 100%; }
      @media screen and (max-width: 800px) {
        .header__menuListItem--logo {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-background-size: 148px 24px;
                  background-size: 148px 24px; } }
    @media screen and (max-width: 800px) {
      .header__menuListItem--follow {
        display: none; } }
    .header__menuListItem--search:hover {
      border-left: 0px solid rgba(191, 191, 191, 0.5) !important;
      background-color: #fff; }
      .header__menuListItem--search:hover .header__searchInput {
        background-color: #fff !important;
        color: #000;
        padding-left: 20px; }
        @media screen and (max-width: 370px) {
          .header__menuListItem--search:hover .header__searchInput {
            padding-left: 10px; } }
      .header__menuListItem--search:hover .header__searchContainer {
        border-left: 1px solid rgba(191, 191, 191, 0.5);
        width: 16em; }
        @media screen and (max-width: 370px) {
          .header__menuListItem--search:hover .header__searchContainer {
            width: 12em; } }
    .header__menuListItem--genre {
      display: none; }
      @media screen and (max-width: 1000px) {
        .header__menuListItem--genre {
          display: none; } }
    .header__menuListItem.header__menuListItem--genre .header__menuListLink:hover {
      background-color: transparent;
      color: #fff; }
    .header__menuListItem.header__logo .header__menuListLink:hover {
      background-color: transparent;
      color: #fff; }
    .header__menuListItem .header__menuListLink:hover {
      background-color: #aa5d9b;
      color: #fff; }
      .header__menuListItem .header__menuListLink:hover .header__menuMore {
        background-color: #aa5d9b;
        color: #fff; }
        .header__menuListItem .header__menuListLink:hover .header__menuMore::after {
          border-color: transparent transparent transparent white; }
  .header__menuListLink {
    color: #fff !important;
    padding: 0 18px;
    line-height: 52px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .header__menuListLink:hover {
      color: #fff !important; }
    .header__menuListLink--pc {
      display: block; }
      .header__menuListLink--pc:hover {
        text-decoration: underline; }
      @media screen and (max-width: 1000px) {
        .header__menuListLink--pc {
          display: none !important; } }
    .header__menuListLink--underline:hover {
      text-decoration: underline; }
    .header__menuListLink--sp {
      display: none; }
      @media screen and (max-width: 1000px) {
        .header__menuListLink--sp {
          display: block; } }
  .header__menuMore {
    color: rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 0 20px 0 0; }
    .header__menuMore::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4); }
  .header__searchIcon {
    display: block;
    line-height: 52px;
    padding: 0 25px; }
    .header__searchIcon::before {
      content: "";
      display: block;
      text-indent: 0; }
    .header__searchIcon::before {
      color: #fff;
      font-size: 20px; }
    @media screen and (max-width: 800px) {
      .header__searchIcon {
        position: absolute;
        right: 60px;
        top: 32px;
        line-height: 0;
        padding: 0; }
        .header__searchIcon::before {
          color: #fff; } }
  .header__languageIcon {
    display: none;
    position: absolute;
    right: 20px;
    top: 32px; }
    .header__languageIcon::before {
      content: "";
      display: block;
      text-indent: 0; }
    .header__languageIcon::before {
      color: #fff;
      font-size: 20px; }
    @media screen and (max-width: 800px) {
      .header__languageIcon {
        display: block; } }
  @media screen and (max-width: 800px) {
    .header__selectLanguage {
      display: none; } }
  .header__languageArrow {
    position: relative;
    padding: 0 18px 0 0;
    display: inline-block; }
    .header__languageArrow::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #ffffff transparent transparent transparent; }
  .header__searchContainer {
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 251ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: width 251ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; }
    @media screen and (max-width: 800px) {
      .header__searchContainer {
        right: 95px;
        height: 65px;
        line-height: 65px; } }
  .header__searchInput {
    word-break: normal;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    font-family: TradeGothic,Helvetica,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",游ゴシック体,游ゴシック,太ゴB101,"Futo Go B101",メイリオ,Meiryo,"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
    letter-spacing: 0.025em;
    background: none !important;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
    @media screen and (max-width: 800px) {
      .header__searchInput {
        height: 65px; } }
  .header.is-white .header__logo {
    border-right: 0px solid rgba(191, 191, 191, 0.5);
    background-repeat: no-repeat;
    -webkit-background-size: 90% 90%;
            background-size: 90%;
    background-position: center; }
    @media screen and (max-width: 800px) {
      .header.is-white .header__logo {
        -webkit-background-size: 148px auto;
                background-size: 148px auto;
        width: 148px; } }
  .header.is-white .header__logoImage {
    background-image: url(/img/logo.png); } /* update jpt */
  .header.is-white .header__inner {
    background-color: #fff;
    border-bottom: 1px solid rgba(191, 191, 191, 0.5); }
  .header.is-white .header__menuListLink {
    color: #000; }
  .header.is-white .header__menuListItem:hover {
    color: #fff; }
    .header.is-white .header__menuListItem:hover .header__menuListLink {
      color: #fff; }
    .header.is-white .header__menuListItem:hover .header__languageArrow::after {
      border-color: #ffffff transparent transparent transparent; }
  .header.is-white .header__searchIcon::before {
    color: #000; }
  .header.is-white .header__languageArrow::after {
    border-color: #000 transparent transparent transparent; }
  .header.is-white .header__menuMore {
    color: #b2b2b2; }
    .header.is-white .header__menuMore::after {
      border-color: transparent transparent transparent #e5e5e5; }
  .header.is-white .header__searchIcon::before {
    color: #000; }
  .header.is-white .header__languageIcon::before {
    color: #000; }
  .header.is-white .header__spMenuIcon span {
    background: #033560; }
  .header.is-white .header__searchContainer {
    background-color: #FFF; }
  .header.is-white .header__searchInput {
    color: #000; }
  .header.is-white + .header__spMenuWrapper {
    color: #000; }
    .header.is-white + .header__spMenuWrapper .header__menuListLink {
      color: #000; }
    .header.is-white + .header__spMenuWrapper .header__menuListItem:hover {
      color: #fff; }
      .header.is-white + .header__spMenuWrapper .header__menuListItem:hover .header__menuListLink {
        color: #fff; }
      .header.is-white + .header__spMenuWrapper .header__menuListItem:hover .header__menuMore {
        color: #fff; }
        .header.is-white + .header__spMenuWrapper .header__menuListItem:hover .header__menuMore::after {
          border-color: transparent transparent transparent white; }
    .header.is-white + .header__spMenuWrapper .header__menuMore {
      color: #000; }
      .header.is-white + .header__spMenuWrapper .header__menuMore::after {
        right: -5px;
        border-color: transparent transparent transparent #e5e5e5; }
    .header.is-white + .header__spMenuWrapper .header__menuList {
      border-left: 1px solid rgba(191, 191, 191, 0.5); }
    .header.is-white + .header__spMenuWrapper .snsList__title {
      color: #000;
      font-weight: bold; }
  .header.is-white .header__menuListItem--search:hover {
    background-color: #f3f6f7; }
    .header.is-white .header__menuListItem--search:hover .header__searchInput {
      background-color: #f3f6f7 !important; }
  .header__snsList {
    background-color: #1b1b1b;
    height: 52px;
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%; }
    .header__snsList .snsList__list {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0; }
    .header__snsList .snsList__listItem {
      margin: 0 0 0 16px; }
    .header__snsList .snsList__icon {
      width: 22px;
      height: 22px;
      -webkit-border-radius: 0;
              border-radius: 0; }
      .header__snsList .snsList__icon::before {
        top: 0px;
        font-size: 15px; }
    .header__snsList .snsList__facebook::before {
      top: 2px;
      left: 2px; }
    .header__snsList.is-active {
      top: 52px; }
  .header__languageListWrapper {
    background-color: #1b1b1b;
    height: 52px;
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%; }
    .header__languageListWrapper.is-active {
      top: 52px; }
    @media screen and (max-width: 800px) {
      .header__languageListWrapper {
        height: 65px; }
        .header__languageListWrapper.is-active {
          top: 65px; } }
  .header__languageList {
    position: absolute;
    right: 95px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    padding: 0 10px; }
    @media screen and (max-width: 800px) {
      .header__languageList {
        right: 5px; } }
  .header__languageListItem {
    padding: 0 10px;
    display: inline-block; }
  .header__languageListLink {
    color: #fff;
    font-size: 14px; 
    font-weight:normal; /* update jpt */
   }

    .header__languageListLink:hover {
      color: #fff;
      text-decoration: underline; }
    .header__languageListLink.is-active {
      color: rgba(255, 255, 255, 0.2);
      pointer-events: none; }
      .header__languageListLink.is-active:hover {
        color: rgba(255, 255, 255, 0.2); }
  .header__overlay {
    display: none;
    visibility: hidden; }
    @media screen and (max-width: 1000px) {
      .header__overlay {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1003;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: opacity 443ms ease-out, visibility 443ms ease-out;
        transition: opacity 443ms ease-out, visibility 443ms ease-out; }
        .header__overlay.is-active {
          visibility: visible;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; } }
  .header__spMenuWrapper {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 230px;
    z-index: 1004; }
    @media screen and (max-width: 1000px) {
      .header__spMenuWrapper {
        opacity: 1;
        background-color: #fff;
        color: #000;
        left: auto;
        width: 270px;
        height: 100%;
        position: fixed;
        -webkit-transform: translateX(-100%) scale(1);
                transform: translateX(-100%) scale(1);
        -webkit-transition: .4s;
        transition: .4s; }
        .header__spMenuWrapper.is-active {
          -webkit-transform: translateX(0) scale(1);
                  transform: translateX(0) scale(1); }
        .header__spMenuWrapper .snsList {
          position: absolute;
          bottom: 0;
          left: 15px; }
        .header__spMenuWrapper .snsList__icon {
          width: 50px;
          height: 50px; }
          .header__spMenuWrapper .snsList__icon::before {
            top: 8px;
            font-size: 22px; }
        .header__spMenuWrapper .snsList__list {
          margin: 15px 0 0; }
        .header__spMenuWrapper .snsList__listItem {
          margin: 0 3px; }
        .header__spMenuWrapper .header__menuList {
          display: block;
          margin: 0; }
        .header__spMenuWrapper .header__menuListItem {
          display: block;
          border-right: 0px;
          border-top: 1px solid rgba(191, 191, 191, 0.5); }
          .header__spMenuWrapper .header__menuListItem .header__menuListLink {
            display: block;
            color: #000; }
          .header__spMenuWrapper .header__menuListItem .header__menuMore {
            display: block; }
          .header__spMenuWrapper .header__menuListItem--genre {
            display: none; } }
      @media screen and (max-width: 1000px) and (max-width: 1000px) {
        .header__spMenuWrapper .header__menuListItem--genre {
          display: none; } }
    .header__spMenuWrapper .snsList {
      display: none; }
      @media screen and (max-width: 1000px) {
        .header__spMenuWrapper .snsList {
          display: block; } }
    .header__spMenuWrapper .header__spMenuClose::before {
      color: #bfbfbf; }
    .header__spMenuWrapper.is-black {
      background-color: #000; }
      .header__spMenuWrapper.is-black .header__menuListLink {
        color: #fff; }
      .header__spMenuWrapper.is-black .header__menuMore {
        color: #fff; }
        .header__spMenuWrapper.is-black .header__menuMore::after {
          border-color: transparent transparent transparent #e5e5e5; }
  .header__spMenuLogoWrapper {
    background-color: #fff;
    height: 75px;
    padding: 10px 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none; }
    @media screen and (max-width: 1000px) {
      .header__spMenuLogoWrapper {
        display: block; } }
  .header__spMenuLogo {
    background: url(/img/logo.png) no-repeat 100%; /* update jpt */
    background-position: center;
    -webkit-background-size: 160px auto;
            background-size: 160px auto;
    width: 160px;
    height: 40px;
    display: none;
    margin: 0 0 0 0; }
    @media screen and (max-width: 1000px) {
      .header__spMenuLogo {
        display: block; } }
  .header__spMenuClose {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none; }
    .header__spMenuClose::before {
      content: "";
      display: block;
      text-indent: 0; }
    .header__spMenuClose::before {
      font-size: 20px;
      color: #000; }
    @media screen and (max-width: 1000px) {
      .header__spMenuClose {
        display: block; } }
  .header__genreImage {
    vertical-align: middle;
    display: none; }
  .header.is-news .header__logoImage {
    background-image: url(/img/logo_news.png); } /* update jpt */
  .header.is-news .header__logo.header__menuListItem {
    border-right: 0; }
  .header.is-news + .header__spMenuWrapper {
    left: 230px; }
    @media screen and (max-width: 1000px) {
      .header.is-news + .header__spMenuWrapper {
        left: auto; } }
    .header.is-news + .header__spMenuWrapper .header__menuListItem--genre {
      display: inline-block; }
      @media screen and (max-width: 1000px) {
        .header.is-news + .header__spMenuWrapper .header__menuListItem--genre {
          display: none; } }
    .header.is-news + .header__spMenuWrapper .header__genreImage--news {
      display: inline-block; }
  @media screen and (max-width: 1000px) {
    .header__subMenuListWrapper {
      height: calc(100vh - 76px);
      overflow-y: scroll; }
      .header__subMenuListWrapper::-webkit-scrollbar {
        display: none; } }
  .header__subMenuWrapper {
    background-color: #1b1b1b;
    height: 52px;
    position: fixed;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    z-index: 2; }
    .header__subMenuWrapper.is-open {
      top: 52px; }
      @media screen and (max-width: 1000px) {
        .header__subMenuWrapper.is-open {
          left: -0px;
          top: 0; } }
    .header__subMenuWrapper.is-black {
      background-color: #000; }
      .header__subMenuWrapper.is-black .header__subMenuHeaderTitle {
        color: #fff; }
      .header__subMenuWrapper.is-black .header__subMenuListLink {
        color: #fff;
        font-weight:normal; /* update jpt */
       }
      .header__subMenuWrapper.is-black .header__subMenuHeaderArrow::before {
        color: #fff; }
      .header__subMenuWrapper.is-black .header__spMenuClose::before {
        color: #fff; }
    @media screen and (max-width: 1000px) {
      .header__subMenuWrapper {
        position: fixed;
        width: 270px;
        height: auto;
        z-index: 1005;
        top: 0;
        left: -460px;
        background-color: #fff;
        min-height: 345px; } }
    .header__subMenuWrapper[name="wordpress"] .header__subMenuList {
      position: relative;
      left: 225px; }
      @media screen and (max-width: 1000px) {
        .header__subMenuWrapper[name="wordpress"] .header__subMenuList {
          left: auto; } }
    .header__subMenuWrapper[name="news"] .header__subMenuList {
      position: relative;
      left: 363px; }
      @media screen and (max-width: 1000px) {
        .header__subMenuWrapper[name="news"] .header__subMenuList {
          left: auto; } }
    .header__subMenuWrapper[name="tourism"] .header__subMenuList {
      position: relative;
      left: 460px; }
      @media screen and (max-width: 1000px) {
        .header__subMenuWrapper[name="tourism"] .header__subMenuList {
          left: auto; } }
    .header__subMenuWrapper[name="more"] .header__subMenuList {
      position: relative;
      left: 0px; }
      @media screen and (max-width: 1000px) {
        .header__subMenuWrapper[name="more"] .header__subMenuList {
          left: auto; } }
  .header__subMenuListItem {
    display: inline-block; }
    @media screen and (max-width: 1000px) {
      .header__subMenuListItem {
        display: block; } }
  .header__subMenuListLink {
    padding: 0 10px;
    line-height: 52px;
    display: block;
    color: #fff !important;
    font-size: 14px; }
    .header__subMenuListLink:hover {
      color: #fff !important;
      text-decoration: underline; }
    @media screen and (max-width: 1000px) {
      .header__subMenuWrapper.is-black .header__subMenuListLink {
        color: #000;
        padding: 0 10px;
        line-height: 52px;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-weight: bold;
        border-bottom: 1px solid rgba(193, 193, 193, 0.3); }
        .header__subMenuListLink:hover {
          color: #000; } }
  .header__subMenuHeader {
    display: none; }
    @media screen and (max-width: 1000px) {
      .header__subMenuHeader {
        display: block;
        height: 75px;
        position: relative;
        border-bottom: 1px solid rgba(193, 193, 193, 0.3); } }
  .header__subMenuHeaderArrow {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2; }
    .header__subMenuHeaderArrow::before {
      content: "";
      display: block;
      text-indent: 0; }
    .header__subMenuHeaderArrow::before {
      font-size: 18px;
      color: #000; }
  .header__subMenuHeaderTitle {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 20px; }

.footer {
  background-color: #000;
  color: #fff;
  text-align: center; }
  .footer ul, .footer ol, .footer li {
    list-style: none; }
  .footer__listArea {
    padding: 25px 120px 30px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .footer__listArea:after {
      content: "";
      clear: both;
      display: block; }
    @media screen and (max-width: 800px) {
      .footer__listArea {
        padding: 60px 20px 25px; } }
  .footer__listItem {
    display: inline-block;
    padding: 0 1%;
    font-size: 12px;
    line-height: 36px; }
    @media screen and (max-width: 800px) {
      .footer__listItem {
        padding: 0 10px; } }
  .footer__link {
    color: #fff;
    display: inline-block; }
    .footer__link:hover {
      color: #fff; }
  .footer__logo {
    float: left;
    margin: 0 80px 0 0;
    width: 190px;
    height: 52px;
    background: url(/img/logo_w.png) no-repeat 100%; /* update jpt */
    background-position: center;
    -webkit-background-size: 186px auto;
            background-size: 186px auto;
    display: inline-block; }
    @media screen and (max-width: 800px) {
      .footer__logo {
        float: none;
        margin: 0 auto;
        width: 190px;
        display: block; } }
  .footer__logoImage {
    width: 100%; }
  .footer__list {
    float: left;
    width: calc(100% - 300px); }
    @media screen and (max-width: 800px) {
      .footer__list {
        float: none;
        width: 100%;
        margin: 20px 0 0;
        text-align: center; } }
  .footer__copyrightArea {
    border-top: 1px solid #313131;
    padding: 45px 0 10px;
    text-align: center; }
  .footer__copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px; }

.test {
  background-color: red;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  @media screen and (max-width: 800px) {
    .test {
      background-color: blue; } }
  .test .icon::before {
    content: "";
    display: block;
    text-indent: 0; }
  .test .sprite::before {
    background-image: url(/img/sprite.png); /* update jpt */
    background-position: 0px 0px;
    width: 164px;
    height: 164px;
    content: "";
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .test .sprite--retine::before {
    background-image: url(/img/sprite.png); /* update jpt */
    background-position: 0px 0px;
    width: 82px;
    height: 82px;
    -webkit-background-size: 164px 164px;
            background-size: 164px 164px;
    content: "";
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle; }

@page {
  size: A4; }

/* A4横 */
@media print {
  .header {
    display: none; }
  .header__spMenuWrapper {
    display: none; }
  .mainSection::before {
    display: none; }
  .topCarousel .slick-track {
    width: 100% !important; }
  .topCarousel .topCarousel__listItem {
    width: 100% !important;
    display: none; }
    .topCarousel .topCarousel__listItem.slick-active {
      display: block !important; } }
.logo {
  font-family: Libre Baskerville;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 52px;
  width: 100%;
  padding: 80px 0 40px; }
  .logo__textBig {
    font-size: 60px;
    margin-bottom: 10px; }
  .logo__textSmall {
    font-size: 30px; }
  @media screen and (max-width: 800px) {
    .logo {
      background-color: #fff;
      top: 65px;
      padding: 80px 0 60px; }
      .logo__textBig {
        font-size: 96px;
        margin-bottom: 20px; }
      .logo__textSmall {
        font-size: 48px; } }
