@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  word-wrap: break-word;
}

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

p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

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

nav, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

body {
  text-rendering: optimizelegibility;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  font-family: ' ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  background-color: #fff;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /* font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body.f-lang-en {
  font-family: "Helvetica Neue Bold","Helvetica Neue", Helvetica,sans-serif;
}

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

/* ==========================================================================
 layout
============================================================================*/
.l-accsess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  /*border-top: 1px solid #ececec;*/
  padding: 2% 10px;
}

.l-shop-accsess {
  width: 50%;
}

.l-address {
  width: 40%;
}

.l-group-title__accsess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 10px;
  margin: 0 auto;
}

.l-map-layout {
  padding: 0 10px;
}

.l-map-layout iframe {
  width: 100%;
  height: 280px;
}

.l-acsess-address dt {
  color: #555;
  margin: 25px 0 0;
  font-size: 14px;
}

.l-acsess-address dd {
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 0.9em;
}

@media only screen and (max-width: 768px) {
  .l-accsess {
    padding: 5% 0;
  }
  .l-shop-accsess {
    width: 100%;
  }
  .l-address {
    width: 100%;
    padding: 0 15px;
  }
  .l-address .l-acsess-address {
    text-align: center;
  }
}

/*!l-contents */
.l-container {
  margin: 0 auto 80px;
  max-width: 1400px;
}

.l-description {
  position: relative;
}

.l-container__events {
  max-width: 100%;
}

/*pagenation*/
.pagenation {
  text-align: center;
}

.pagenation .wp-pagenavi {
  display: inline-block;
}

.pagenation .wp-pagenavi a {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.pagenation .wp-pagenavi .page-numbers.current {
  font-size: 16px;
  position: relative;
  padding: 0 8px;
  line-height: 1;
  display: inline-block;
  /* border-width: 10px; */
  /* border-bottom: 1px solid #777; */
}

.pagenation .wp-pagenavi .page-numbers.current:after {
  content: "";
  padding: 0 8px 6px;
  display: block;
  border-bottom: 2px solid #777;
}

.pagenation .wp-pagenavi .next.page-numbers {
  color: #FFF;
}

.pagenation .wp-pagenavi .next.page-numbers:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: 2px;
}

.pagenation .wp-pagenavi .prev.page-numbers {
  color: #FFF;
}

.pagenation .wp-pagenavi .prev.page-numbers:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: 2px;
}

/*!layout-footer*/
.l-footer {
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1.45;
}

.l-footer .l-footer-bottom {
  background: #e4e4e4;
  padding: 60px 0 40px;
}

.l-footer .l-footer__sites
ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer .l-footer__sites
ul li {
  display: inline-block;
}

.l-footer .l-footer__sns ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer .l-footer__sns img {
  width: 28px;
  margin: 0 10px;
}

.l-footer .l-footer__sns .facebook img {
  width: 16px;
}

.l-footer .l-footer__sites {
  margin: 1rem;
}

.l-footer .l-footer__sites a {
  font-size: 13px;
  color: #000;
  padding: 0 5px;
  font-weight: 700;
}

.l-footer .l-footer__copyright li {
  font-size: 11px;
  margin: 10px 20px;
}

/*! layout/_header */
.l-header-wrap {
  width: 100%;
}

.l-header-wrap .l-fixed-header {
  padding: 15px;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.l-header-wrap.is-mouse-bg:after {
  background: #ffffffd9;
  width: 100%;
  content: '';
  position: absolute;
  height: 120px;
  z-index: 10;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.l-fixed-header__group {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-headline-title {
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  line-height: 1;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.l-headline-title img {
  width: 100%;
  max-width: 190px;
}

.l-fixed-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.l-fixed-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto;
  padding: 0;
}

.l-fixed-header-nav__menu {
  position: relative;
  padding-left: 30px;
}

.l-fixed-header-nav__menu .c-dropdown-header__menu-wrap {
  position: absolute;
  width: 100%;
  max-width: 200px;
  margin-top: 1px;
  background: #ffffffba;
  /* width: 100%; */
  /* height: 140px; */
  z-index: 100;
  /* display: none; */
}

.l-fixed-header-nav__menu .c-dropdown-header__menu-wrap li a {
  display: block;
  width: 148px;
  height: 40px;
  color: #333;
  font-size: 13px;
  padding: 10px 0;
  line-height: 1.8;
  border-top: 1px solid #eee;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link:hover {
  opacity: .7;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link .l-nav__current {
  border-bottom: 3px solid #333;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link:before {
  border-bottom: solid 2px #222;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link:after {
  border-bottom: solid 2px #222;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link:before {
  left: 50%;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link:after {
  right: 50%;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link:hover::before {
  width: 50%;
}

.l-fixed-header-nav__menu .l-fixed-header-nav__link:hover::after {
  width: 50%;
}

.l-fixed-header-nav__menu.ut-ac__nav:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #6c6c6c;
  border-right: solid 1px #6c6c6c;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 32%;
  right: -16px;
}

.l-fixed-header-nav__lungage .l-fixed-header-nav__flow-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 25px;
  border-left: 1px solid #FFF;
}

/*other-header*/
.l-fixed-header--top {
  position: relative;
  padding: 15px;
  margin: 0;
  z-index: 100;
}

.l-fixed-header--top .l-fixed-header-nav__lungage .l-fixed-header-nav__flow-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 25px;
  border-left: 1px solid #333;
}

.l-fixed-header--top .is-active-bg:after {
  background: #ffffffba;
  width: 100%;
  content: '';
  position: absolute;
  height: 120px;
}

.l-fixed-header--top.clicked:after {
  background: #ffffffba;
  width: 100%;
  content: '';
  position: absolute;
  height: 120px;
}

.l-header-wrap.ut-header-main__bg.is-mouse-bg:after {
  background: #23232314;
  width: 100%;
  content: '';
  position: absolute;
  height: 120px;
  z-index: 10;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.l-header-wrap.ut-header-main__bg .l-fixed-header-nav__menu .c-dropdown-header__menu-wrap {
  position: absolute;
  width: auto;
  max-width: 300px;
  margin-top: 1px;
  padding: 10px;
  border-radius: 2px;
  background: rgba(25, 25, 25, 0.19);
  z-index: 100;
  /* display: none; */
}

.l-header-wrap.ut-header-main__bg .l-fixed-header-nav__menu .c-dropdown-header__menu-wrap li a {
  display: block;
  width: 148px;
  height: 40px;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 0;
  line-height: 1.8;
  border-top: 1px solid #eee;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-hide-lungage {
  display: none;
}

@media only screen and (max-width: 980px) {
  .l-fixed-header--top.clicked:after {
    content: normal;
  }
}

@media only screen and (max-width: 920px) {
  .l-fixed-header__group {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .l-fixed-header-nav__lungage {
    display: none;
  }
  .l-fixed-header-nav__lungage .l-fixed-header-nav__flow-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .l-fixed-header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
  }
  .l-fixed-header-nav__lungage {
    display: none;
  }
  /*header nav open*/
  .l-fixed-header-nav.open {
    display: block;
  }
  .l-fixed-header-nav.open a {
    color: #FFF;
  }
  .l-fixed-header-nav.open .l-fixed-header-nav__list {
    display: block;
    padding: 60px 0;
  }
  .l-fixed-header-nav.open .l-fixed-header-nav__list .l-fixed-header-nav__menu {
    display: block;
    text-align: left;
  }
  .l-fixed-header-nav.open .l-fixed-header-nav__list .l-fixed-header-nav__menu .l-fixed-header-nav__link {
    padding: 20px 20px 0;
  }
  .l-fixed-header-nav__list .l-fixed-header-nav__menu .c-dropdown-header__menu-wrap.ut-ac-menu__sp {
    display: block;
    position: relative;
    background: none;
    height: auto;
    top: 0;
    left: 10px;
  }
  .l-fixed-header-nav__list .l-fixed-header-nav__menu .c-dropdown-header__menu-wrap li a {
    color: #cecece;
    border-bottom: 1px solid #eee;
    border-top: none;
    font-weight: bold;
  }
  .l-header-wrap.ut-header-main__bg .l-fixed-header-nav__menu .c-dropdown-header__menu-wrap li a {
    border-top: none;
    color: #FFF;
  }
  .l-nav-button {
    display: block;
    cursor: pointer;
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
  }
  .l-nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .l-nav-button {
    z-index: 20;
    position: relative;
    width: 28px;
    height: 26px;
  }
  .l-nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
  }
  .l-hide-lungage {
    display: block;
  }
  .l-nav-button span:nth-of-type(1) {
    top: 0;
  }
  .l-nav-button span:nth-of-type(2) {
    top: 10px;
  }
  .l-nav-button span:nth-of-type(3) {
    bottom: 4px;
  }
  .l-nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    background-color: #FFF;
  }
  .l-nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    background-color: #FFF;
  }
  .l-nav-button.ut-bg-text--white span {
    background-color: #FFF;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-wrap .l-fixed-header {
    padding: 15px;
    margin: 0;
  }
  .l-fixed-header--top {
    padding: 0 10px;
    margin: 0;
    height: 75px;
  }
  .l-fixed-header-nav {
    display: none;
  }
  .l-fixed-header-nav .l-fixed-header-nav__menu {
    padding-left: 10px;
    display: inline-block;
  }
  .l-fixed-header-nav__link {
    font-size: .9em;
  }
  .l-headline-title {
    padding: 0 6px 0 0;
    height: 100%;
  }
  .l-headline-title img {
    max-width: 148px;
  }
}

@media only screen and (max-width: 320px) {
  .l-fixed-header-nav {
    max-width: 100%;
  }
  .l-fixed-header-nav .l-fixed-header-nav__menu {
    padding-left: 5px;
    display: inline-block;
  }
  .l-fixed-header-nav__link {
    font-size: .8em;
  }
  .l-fixed-header-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    width: 100%;
    max-width: 176px;
  }
}

/*list*/
.l-list-article img {
  width: 49%;
  padding: 10px;
}

/*!list-title more */
.l-information-title__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .l-information-title__group {
    padding: 0 15px 10px;
  }
}

/* ==========================================================================
 object
============================================================================*/
/*! object */
.annotation-text {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.acsess-infomation {
  text-align: left;
  padding: 0 10px;
}

.news-title--small {
  padding: 2% 2% 0;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.news-title {
  font-weight: 300;
  padding: 0 2% 4%;
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  .news-title {
    font-size: 1.3em;
  }
  .annotation-text {
    font-size: 16px;
  }
}

/* ==========================================================================
compornent
============================================================================*/
.c-link-button {
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 2% 0;
}

.c-link-button .c-btn__link {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto;
  padding: 20px 40px;
  font-family: "Helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}

.c-link-button .c-btn__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: -4px 10px 0 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.c-detail-link__btn {
  padding: 0 2%;
}

.c-event-link {
  display: block;
  margin: 20px 0 0;
  position: relative;
}

.c-event-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 86px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-event-link .c-event-link-text {
  padding: 8px 26px 8px 22px;
  border-radius: 100px;
  border: 1px solid #555;
  border-radius: 50px;
  font-size: 12px;
  display: inline-block;
}

.c-link-button__more {
  position: relative;
}

.c-link-button__more .c-btn__link {
  display: inline-block;
  position: relative;
  font-size: 1em;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 20px 0 0;
}

.c-link-button__more .c-btn__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  margin: -3px 0 0 0;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

@media only screen and (max-width: 768px) {
  .c-link-button .c-btn__link {
    font-size: 14px;
    padding: 20px 25px;
  }
  .c-link-button__more .c-btn__link {
    padding: 0 15px 0 0;
  }
  .c-event-link {
    margin: 20px 0 40px;
  }
  .c-event-link::after {
    left: 80px;
    margin: -3px 0 0 0;
  }
  .c-event-link .c-event-link-text {
    padding: 8px 22px 8px 16px;
  }
}

/*!card layout*/
.c-grid-card__article-top {
  /*border-top: 1px solid #ececec;*/
  padding: 20px 0 10px;
}

.c-grid-card__article-top a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-grid-card__article-top a:hover {
  opacity: .8;
  color: #555;
}

.c-grid-card__article {
  padding: 20px 0 10px;
}

.c-grid-card__article a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-grid-card__article a:hover {
  opacity: .8;
  color: #555;
}

.c-grid-card--exhibition_info {
  display: block;
  width: 49.5%;
  padding: 0 20px 0;
}

.c-grid-card--exhibition_info .c-image-list__in_holding {
  width: 100%;
  padding: 0 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-grid-card--exhibition_info .c-image-list__in_holding .c-image-list__item {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.c-grid-card--exhibition_info .c-image-list__in_holding .c-image-list__item img {
  width: 100%;
}

.c-grid-card--exhibition_info .c-image-list__estimated-item {
  margin: 0 auto 20px;
  width: 100%;
  padding: 0 0 20px;
}

.c-grid-card--exhibition_info .c-image-list__estimated-item .c-image-list__item {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.c-grid-card--exhibition_info .c-image-list__estimated-item .c-image-list__item img {
  width: 100%;
}

.c-grid-card--exhibition_info .c-image-list__estimated-item .c-image-list__item .c-image-list__image-container {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-grid-card--exhibition_info .c-image-list {
    padding: 0;
  }
  .c-grid-card--exhibition_info .c-image-list .c-image-list__item {
    width: 100%;
    padding: 0 0 25px 0;
    position: relative;
    margin-bottom: 20px;
    background: #f5f5f5;
  }
}

.c-grid-card--twice .c-image-list {
  margin: 0 auto;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-grid-card--twice .c-image-list .c-image-list__item {
  width: 48%;
  padding: 0 10px;
  position: relative;
}

.c-grid-card--twice .c-image-list .c-image-list__item img {
  width: 100%;
}

.c-grid-card--twice .c-image-list .c-image-list__item .c-image-list__image-container {
  margin-bottom: 10px;
}

.c-grid-card--twice .c-image-list .c-facility-list img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  border-radius: 4px;
}

.c-grid-card--twice .c-image-list .c-facility-list img:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
  .c-grid-card--twice .c-image-list {
    padding: 0;
  }
  .c-grid-card--twice .c-image-list .c-image-list__item {
    width: 100%;
    padding: 0 0 15px 0;
    position: relative;
    margin-bottom: 20px;
    background: #f5f5f5;
  }
}

@media only screen and (max-width: 768px) {
  .c-grid-card--text .c-image-list {
    padding: 0;
  }
  .c-grid-card--text .c-image-list .c-image-list__item {
    width: 100%;
    padding: 0 0 20px 0;
    position: relative;
    margin-bottom: 0px;
    background: none;
  }
}

.c-grid-card--multiple {
  max-width: 1400px;
  margin: 0 auto;
}

.c-grid-card--multiple .c-image-list {
  margin: 0 auto;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-grid-card--multiple .c-image-list .c-image-list__item {
  width: 20%;
  padding: 0 10px 20px;
}

.c-grid-card--multiple .c-image-list .c-image-list__item img {
  width: 100%;
  border-radius: 0;
}

.c-grid-card-exhibition__twice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 0;
  max-width: 1400px;
  margin: 0 auto;
}

.c-image-facility__image-container {
  margin: 0 auto;
  width: 70vw;
  max-width: 980px;
  padding: 10px 10px 30px;
}

.c-image-facility__image-container img {
  width: 100%;
}

.c-grid-card--facility .c-image-list {
  margin: 0 auto;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1400px;
}

.c-grid-card--facility .c-image-list .c-image-caption {
  width: 100%;
  margin-bottom: 10px;
}

.c-grid-card--facility .c-image-list .c-image-caption figure {
  line-height: 0;
}

.c-grid-card--facility .c-image-list .c-image-list__item {
  width: 24%;
  max-width: 800px;
  padding: 0 5px;
  border-radius: 4px;
  background: #FFF;
}

.c-grid-card--facility .c-image-list .c-image-list__item img {
  width: 100%;
  border-radius: 0;
}

.c-grid-card--facility .c-image-facility__gallery-list .c-image-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.c-grid-card--facility .c-image-facility__gallery-list .c-image-list .c-image-caption {
  margin-bottom: 0;
}

.c-grid-card--facility .c-image-facility__gallery-list .c-image-list .c-image-list__facility-caption {
  font-size: 14px;
  color: #333;
}

.c-grid-card--facility .c-image-facility__gallery-list .c-image-list .c-image-list__item {
  width: 24.2%;
  margin-right: 10px;
  background: none;
}

.c-grid-card--facility .c-image-facility__gallery-list .c-image-list__title-category--top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .c-grid-card__article {
    padding: 10px 0;
  }
  .c-grid-card--multiple .c-image-list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: inline-block;
  }
  .c-grid-card--multiple .c-image-list .c-image-list__item {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0 0 10px;
    white-space: normal;
  }
  .c-grid-card--multiple .c-image-list .c-image-list__item .c-image-list__image-container {
    width: 100%;
    max-width: 200px;
  }
  .c-grid-card--multiple .c-image-list .c-image-list__item .c-image-list__image-container .c-image-list__supplement {
    font-size: .5em;
    line-height: 1.2;
    display: inline-block;
    padding: 10px 0;
  }
  .c-grid-card--exhibition_info {
    width: 100%;
    padding: 0;
  }
  .c-grid-card--exhibition_info .c-image-list__in_holding {
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F5F5F5;
  }
  .c-grid-card--exhibition_info .c-image-list__estimated-item {
    margin: 0 auto 40px;
    width: 100%;
    padding: 20px;
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-grid-card--exhibition_info .c-image-list__estimated-item .c-image-list__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
  }
  .c-grid-card-exhibition__twice {
    display: block;
  }
}

.c-grid-card--multiple .c-image-list__news {
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-grid-card--multiple .c-image-list__news .c-image-list__item {
  width: 25%;
  padding: 0 .8% 3%;
}

.c-grid-card--multiple .c-image-list__news .c-image-list__item img {
  width: 100%;
  border-radius: 0;
}

.c-grid-card--multiple .c-image-list__item .c-image-list__image-container {
  position: relative;
  margin-bottom: .5em;
}
.c-grid-card--multiple .c-image-list__item .c-image-list__image-container span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    background: #333;
}

.c-grid-card--multiple .c-image-list__item .c-image-list__image-container img {
    vertical-align: bottom;
}

.c-grid-card--multiple .c-image-list__news .c-image-list__item .c-image-list__label-large {
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .c-grid-card--multiple .c-image-list__news {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-grid-card--multiple .c-image-list__news .c-image-list__item {
    width: 49%;
    padding: 0 0 20px;
  }
  .c-grid-card--multiple .c-image-list__item .c-image-list__image-container span {
      font-size: 2.667vw;
  }
}

.c-grid-card--multiple .c-image-list__exhibition {
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-grid-card--multiple .c-image-list__exhibition .c-image-list__item {
  width: 25%;
  padding: 0 .8% 3%;
}

.c-grid-card--multiple .c-image-list__exhibition .c-image-list__item img {
  width: 100%;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  .c-grid-card--multiple .c-image-list__exhibition {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-grid-card--multiple .c-image-list__exhibition .c-image-list__item {
    width: 49%;
    padding: 0 0 20px;
  }
}

/*inner text ver. 
  .c-image-list__title-large-category {
      position: absolute;
      bottom: 25px;
      left: 20px;
      color: #FFF;
  }*/
/*outer text ver.*/
.c-image-list__title-large-category {
  color: #333;
  position: relative;
  overflow: hidden;
}

.c-image-list__title-large-category .c-image-list__bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-image-list__title-category {
  padding: 0;
}

.c-image-facility-list {
  padding: 15px 0 10px;
}

/*top news */
.c-grid-card--multiple .c-image-list__news--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 1px solid #dcdcdc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 10px;
}

.c-grid-card--multiple .c-image-list__news--wrap .c-image-list__image-container {
  width: 40%;
}

.c-grid-card--multiple .c-image-list__news--wrap .c-image-list__supplement {
  width: 50%;
}

.c-grid-card--multiple .c-image-list__news--wrap .c-image-list__supplement .c-image-list__title {
  font-size: 13px;
  color: #333;
}

.c-grid-card--multiple .c-image-list__news--wrap .c-image-list__supplement .c-image-list__date-title {
  font-size: 12px;
  line-height: 1.5;
  display: block;
  color: #555;
  font-weight: bold;
  margin: 0 0 4px;
}

.c-grid-card--multiple .c-image-list__type-news .c-image-list__item {
  width: 32vw;
  max-width: 460px;
  padding: 0 10px 20px;
}

@media only screen and (max-width: 768px) {
  .c-grid-card--multiple .c-image-list__type-news .c-image-list__item {
    width: 50vw;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
  .c-grid-card--multiple .c-image-list__type-news .c-image-list__news--wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-grid-card--multiple .c-image-list__type-news .c-image-list__news--wrap .c-image-list__image-container {
    width: 50%;
    margin-right: 10px;
  }
  .c-grid-card--multiple .c-image-list__type-news .c-image-list__news--wrap .c-image-list__supplement {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .c-grid-card__article-top {
    padding: 20px 0 0;
  }
  .c-image-list__title-large-category {
    padding: 0 15px 20px;
  }
  .c-grid-card--facility .c-image-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-grid-card--facility .c-image-list .c-image-list__item {
    width: 50%;
  }
  .c-image-facility__image-container {
    width: 90vw;
    padding: 0 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-grid-card--facility .c-image-facility__gallery-list {
    background: #f5f5f5;
    padding: 20px 0 30px;
  }
  .c-grid-card--facility .c-image-facility__gallery-list .c-image-list .c-image-list__item {
    width: 50%;
    margin-right: 0;
    padding: 10px 15px;
    background: none;
  }
  .c-grid-card--facility .c-image-facility__gallery-list .c-image-list__title-category--top {
    padding: 0 15px 10px;
  }
}

@media only screen and (max-width: 480px) {
  .c-grid-card--facility .c-image-list {
    width: 100vw;
    padding: 0;
  }
  .c-grid-card--facility .c-image-list .c-image-list__item {
    width: 100vw;
    border-radius: 0;
    margin: 1px 0 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-grid-card--facility .c-image-list .c-image-list__item:last-child {
    margin-bottom: 1px;
  }
  .c-grid-card--facility .c-image-facility__gallery-list {
    background: #F5F5F5;
    padding: 20px 0 30px;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .c-grid-card--facility .c-image-facility__gallery-list .c-image-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-grid-card--facility .c-image-facility__gallery-list .c-image-list .c-image-caption {
    width: 100%;
  }
  .c-grid-card--facility .c-image-facility__gallery-list .c-image-list .c-image-list__title-category {
    padding: 0;
  }
  .c-grid-card--facility .c-image-facility__gallery-list .c-image-list .c-image-list__item {
    width: 100%;
  }
  .c-image-facility-list {
    padding: 0;
    background: #f5f5f5;
  }
  .c-grid-card__article--facility {
    padding: 20px 0 30px;
  }
  .c-grid-card--facility .c-image-list .c-image-caption {
    width: 40%;
  }
  .c-grid-card--facility .c-image-list .c-image-list__title-category {
    width: 60%;
    padding: 0 0 0 10px;
  }
  .c-grid-card--multiple .c-image-list__type-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-grid-card--multiple .c-image-list__type-news .c-image-list__item {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
  .c-grid-card--multiple .c-image-list__news--wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-grid-card--multiple .c-image-list__news--wrap .c-image-list__image-container {
    width: 50%;
    margin-right: 10px;
  }
  .c-grid-card--multiple .c-image-list__news--wrap .c-image-list__supplement {
    width: 100%;
  }
  .c-grid-card--multiple .c-image-list__news--wrap .c-image-list__supplement .c-image-list__date-title {
    margin: 0;
  }
  .c-grid-card--multiple .c-image-list__news--wrap .c-image-list__supplement .c-image-list__title {
    font-size: 12px;
    line-height: 1.5;
  }
}

/*!project/c- */
.c-page-hero {
  position: relative;
  width: 100%;
}

.c-page-hero img {
  width: 100%;
}

.c-page-hero--bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.c-hero-image--inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-hero-image--inner .c-page-hero--img {
  width: 100vw;
  height: 100vh;
}

.c-hero-image--inner .c-page-hero--img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.c-hero-image--inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-hero-image--inner .c-page-hero__photo--adjustment {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.c-hero-image--inner .c-page-hero__photo--adjustment img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 2000px;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.c-hero-image--inner .c-hero-title__category {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 0;
  width: 100%;
  text-align: center;
  background: #f5f5f5;
}

.c-hero-image--inner .c-page-hero--adjustment {
  position: relative;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0;
}

.c-hero-image--inner .c-list-hero--img {
  /* height: 80vh;*/
}

.c-hero-image--inner .c-list-hero--img img {
  /*position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;*/
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

@media only screen and (max-width: 768px) {
  .c-hero-image--inner {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-hero-image--inner .c-page-hero--img {
    width: 100%;
  }
  .c-hero-image--inner .c-page-hero--img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .c-hero-image--inner .c-list-hero--img {
    /* height: 50vh;*/
  }
  .c-hero-image--inner .c-page-hero--adjustment {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .c-hero-image--inner .c-page-hero__photo--adjustment img {
    height: 100%;
  }
  .c-hero-image--inner .c-hero-title__category {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .c-page-hero--bg {
    background-size: auto;
  }
}

@media only screen and (max-width: 480px) {
  .c-hero-image--inner .c-page-hero--adjustment {
    max-width: 90%;
  }
  .c-hero-image--inner .c-hero-title__category {
    bottom: 0;
  }
  .c-hero-image--inner .c-page-hero__photo--adjustment img {
    height: 100%;
  }
}

.c-image-list__label {
  font-size: 0.7em;
}

.c-image-list__title {
  font-size: .9em;
  display: block;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 2%;
}

.c-image-list__date {
  font-size: 0.8em;
  color: #555;
  display: block;
  line-height: 1.4;
}

.c-image-list__label-swiper {
  font-size: 12px;
  line-height: 1.5;
  padding: 10px;
  background: #f5f5f5;
  font-family: "Gothic MB101 Regular",sans-serif;
}

.c-image-label {
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  line-height: 1.2;
  margin-right: 10px;
  color: #333333;
  display: inline-block;
  border: 1px solid #5b5b5b;
  border-radius: 2px;
}

.c-image-list__title-large {
  font-size: 15px;
  display: block;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 5px;
}

.c-image-list__date-large {
  font-size: 13px;
  display: block;
}

.c-image-list__title-small {
  font-size: 1rem;
  font-weight: 700;
}

.c-image-list__date--detail {
  font-size: 0.7em;
  font-weight: 700;
  display: block;
}

.c-image-list__text {
  font-size: 13px;
  padding: 0;
}

/*label*/
.c-label {
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
  line-height: 1.4;
  margin-right: 10px;
  color: #ffffff;
  background: #333;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 2px;
}

.c-label__feature {
  color: #ffffff;
  background: #333;
}

.c-label-large-title {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
}

.c-label-location__date {
  font-size: 12px;
  display: inline-block;
  color: #555;
}

.c-label-text__white {
  color: #FFF;
}

.c-label__past {
  background: #ffffffd4;
  color: #333;
  position: absolute;
  right: 0;
  border: none;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 0;
  margin: 0;
}

.c-label.c-label__estimated {
  background: #000c;
  color: #fff;
  position: absolute;
  top:0;
  right: 0;
  border: none;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 0;
  margin: 0;
}

.c-annotation-text {
  font-size: 14px;
  color: #555;
}

.c-tag-list {
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}

.c-tag-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 20px;
}

.c-tag-list ul li:first-child {
  padding-right: 10px;
  margin-right: 15px;
  /* line-height: 1.2; */
  border-right: 1px solid #DEDEDE;
}

@media only screen and (max-width: 768px) {
  .c-image-list__title {
    font-size: .9em;
    line-height: 1.4;
  }
  .c-image-list__title-large {
    font-size: 15px;
  }
  .c-image-list__label-large {
    font-size: 13px;
    line-height: 1.4;
  }
  .c-image-list__label-swiper {
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 0;
  }
  .c-label-large-title {
    font-size: 12px;
  }
  .c-label-location__date {
    font-size: 11px;
  }
}

.c-lead-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 20px;
  text-align: center;
  font-family: "Helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
  margin: 0;
}

.c-sub-title {
  font-size: 1.6em;
  font-weight: 600;
  padding: 0 2%;
  margin: 4% 0 2%;
  line-height: 1.5;
  font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}

.c-title__center {
  text-align: center;
}

.c-sub-title__card-title {
  font-size: 1.6em;
  font-weight: 600;
  padding: 0;
  font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}

.c-image-list__title-facility {
  padding: 0 5px 5px 30px;
  font-size: 16px;
  display: block;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
}

.c-page-list__title .year_archive {
  margin: 0 0 30px;
}

.c-page-list__title .year_archive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 10px;
  margin: 0 2%;
  border-bottom: 1px solid #DEDEDE;
}

.c-page-list__title .year_archive ul li {
  display: inline-block;
  margin-right: 15px;
  border-right: none;
  line-height: 1;
}

.c-page-list__title .year_archive ul li a {
  position: relative;
  padding: 8px 10px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #222;
  border: 0;
  display: block;
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #555;
}

.c-page-list__title .year_archive ul li a:hover {
  color: #999;
}

.c-page-list__title .year_archive ul li a:after {
  content: "";
  border-right: 1px solid #8d8d8d;
  height: 18px;
  top: 8px;
  right: 0;
  position: absolute;
  display: inline-block;
  /* position: relative; */
}

.c-page-list__title .year_archive ul li:last-child {
  border: none;
}

.c-page-list__title .year_archive ul .e_active {
  margin-right: 15px;
  width: 20vw;
}

.c-page-list__title .year_archive ul .e_active a {
  font-weight: bold;
  color: #222;
  text-align: center;
  padding: 0;
}

.c-page-list__title .year_archive ul .e_active a:after {
  content: "";
  border-bottom: 2px solid #333;
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  left: -4px;
  height: 2px;
  width: 100%;
}

.c-page-list__title .year_archive ul .ac-toggle-btn {
  width: 50vw;
}

.c-page-list__title .year_archive ul .ac-toggle-btn a {
  text-align: center;
  padding: 0;
}

.c-page-list__title .c-age-title {
  font-size: 20px;
  font-weight: 600;
  padding: 0 2%;
  margin: 40px 0 25px;
  line-height: 1;
}

.c-page-list__title .year_archive ul .link-archive-wrap {
  width: 80vw;
  margin: 0;
}

.c-page-list__title .year_archive ul .link-archive-wrap .link-archive-btn {
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
}

.c-page-list__title .year_archive ul .link-archive-wrap .link-archive-btn a {
  font-size: 13px;
  border: 1px solid #afafaf;
  padding: 8px 6vw;
  line-height: 1.5;
  border-radius: 100px;
  color: #333;
  display: inline-block;
}

.c-page-list__title .year_archive ul li:last-child::after {
  border: none;
  display: none;
}

.c-page-list__title .year_archive ul .e_active:after {
  content: "";
  border-bottom: 2px solid #333;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  width: 12vw;
}

.c-page-list__title .year_archive ul .e_active a:after {
  display: none;
}

.c-page-list__title .year_archive ul ul.panel-inner {
  border: none;
  padding: 35px 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-page-list__title .year_archive ul ul.panel-inner li a {
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  color: #333;
}

.c-page-list__title .year_archive ul ul.panel-inner li a:after {
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-page-list__title .year_archive ul .link-archive-wrap .link-archive-btn a:after {
  display: none;
}

.c-select-wrap .select {
  display: inline-block;
  position: relative;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background-color: #FFF;
}

.c-select-wrap .select:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #6c6c6c;
  border-right: solid 1px #6c6c6c;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 30%;
  right: 12px;
}

.c-select-wrap .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  margin: -1px;
  width: 136px;
  height: 34px;
  padding: 4px 20px 4px 12px;
  color: #333;
  border: 0;
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
  font-size: 13px;
}

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

.c-image-list__gallery-tittle {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 0 20px;
}

@media only screen and (max-width: 980px) {
  .c-page-list__title .year_archive ul {
    padding: 30px 0 10px;
    margin: 0 2%;
    position: relative;
  }
  .c-page-list__title .year_archive ul li a {
    position: relative;
    padding: 2px 18px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    color: #222;
    border: 0;
    display: block;
    -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #555;
  }
  .c-page-list__title .year_archive ul li a:after {
    width: 70px;
    height: 16px;
    top: 3px;
  }
  .c-page-list__title .year_archive ul li.ac-toggle-btn {
    display: inline-block;
  }
}

.c-page-list__title .year_archive ul .non_active {
  margin-right: 15px;
  width: 20vw;
}

.c-page-list__title .year_archive ul .non_active a {
  font-weight: bold;
  color: #222;
  text-align: center;
  padding: 0;
}

.c-page-list__title .year_archive ul .non_active a:after {
  content: "";
  border-bottom: 2px solid #333;
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  left: -4px;
  height: 2px;
  width: 100%;
}

.c-page-list__title .year_archive ul .non_active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  width: 12vw;
}

.c-page-list__title .year_archive ul .non_active a:after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-lead-title {
    font-size: 14px;
    padding: 0 15px 10px;
  }
  .c-lead-title br {
    display: none;
  }
  .c-sub-title {
    font-size: 1.4em;
    font-weight: 600;
    padding: 4% 2%;
    margin: 2% 0;
    font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
  }
  .c-sub-title__card-title {
    font-size: 1.4em;
  }
  .c-image-list__gallery-tittle {
    margin: 0 20px 20px;
  }
  .c-page-list__title .year_archive {
    margin: 0 0 20px;
  }
  .c-page-list__title .year_archive ul {
    padding: 0 10px 6px;
    margin: 0;
  }
  .c-page-list__title .year_archive ul li a {
    padding: 2px 10px;
    font-size: 16px;
  }
  .c-page-list__title .year_archive ul ul.panel-inner {
    padding: 40px 0 20px;
  }
  .c-page-list__title .year_archive ul ul.panel-inner li a {
    font-size: 15px;
    padding: 5px;
  }
  .c-page-list__title .year_archive ul .e_active {
    width: 22vw;
  }
  .c-page-list__title .year_archive ul .e_active a {
    padding: 0;
  }
  .c-page-list__title .year_archive ul .e_active:after {
    width: 16vw;
    left: 0;
  }
  .c-page-list__title .year_archive .link-archive-btn a {
    font-size: 12px;
  }
  .c-select-wrap .select select {
    width: 114px;
    height: 32px;
    padding: 0px 18px 0px 10px;
  }
  
  .c-page-list__title .year_archive ul .non_active {
    width: 22vw;
  }
  .c-page-list__title .year_archive ul .non_active a {
    padding: 0;
  }
  .c-page-list__title .year_archive ul .non_active:after {
    width: 16vw;
    left: 0;
  }
}

@media only screen and (max-width: 380px) {
  .c-page-list__title .year_archive ul li:nth-child(n + 4) {
    display: none;
  }
  .c-page-list__title .year_archive ul .ac-toggle-btn {
    display: inline-block;
  }
  .c-page-list__title .year_archive ul .e_active {
    width: 50vw;
  }
  .c-page-list__title .year_archive ul li a {
    font-size: 4vw;
    padding: 2px 16px;
  }
  .c-page-list__title .year_archive ul .e_active:after {
    left: 0;
    width: 25vw;
  }
  .c-page-list__title .year_archive ul .link-archive-wrap .link-archive-btn a {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  .c-page-list__title .year_archive ul .non_active {
    width: 50vw;
  }
  .c-page-list__title .year_archive ul .non_active:after {
    left: 0;
    width: 25vw;
  }
}

@media only screen and (max-width: 320px) {
  .c-page-list__title .year_archive ul li a {
    padding: 2px 10px;
    font-size: 14px;
  }
  .c-page-list__title .year_archive ul li a:after {
    top: 1px;
  }
  .c-page-list__title .year_archive ul li.ac-toggle-btn {
    display: inline-block;
  }
  .link-archive-btn a {
    padding: 5px 10px;
    font-size: 12px;
  }
}

/* ==========================================================================
 utility
============================================================================*/
.ut-bt20 {
  margin-bottom: 20px;
}

.ut-bt40 {
  margin-bottom: 40px;
}

.ut-bt60 {
  margin-bottom: 60px;
}

.ut-bb {
  border-top: 1px solid #ececec;
}

.ut-hide-sp {
  display: none;
}

.ut-bg-text--white {
  color: #FFF;
}

.ut-bg-text--black {
  color: #333;
}

.ut-guide-hide {
  border: none;
}

.l-nav-button.ut-color-wh span {
  background-color: #FFF;
}

.ut-end_flag {
  background: #DEDEDE;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 4px;
  color: #333;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}

.ut-pdf-size {
  font-size: 12px;
  color: #777;
  font-weight: bold;
  padding: 0 0 0 5px;
}

.ut-count01:before {
  content: "1";
  border: 1px solid #333;
  display: block;
  float: left;
  line-height: 1.6;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 0;
  color: #333;
  margin: 0;
  position: absolute;
  left: 0;
}

.ut-count02:before {
  content: "2";
  border: 1px solid #333;
  display: block;
  float: left;
  line-height: 1.6;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 0;
  color: #333;
  margin: 0;
  position: absolute;
  left: 0;
}

.ut-count03:before {
  content: "3";
  border: 1px solid #333;
  display: block;
  float: left;
  line-height: 1.6;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 0;
  color: #333;
  margin: 0;
  position: absolute;
  left: 0;
}

.ut-count04:before {
  content: "4";
  border: 1px solid #333;
  display: block;
  float: left;
  line-height: 1.6;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 0;
  color: #333;
  margin: 0;
  position: absolute;
  left: 0;
}

.ut-count05:before {
  content: "5";
  border: 1px solid #333;
  display: block;
  float: left;
  line-height: 1.6;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 0;
  color: #333;
  margin: 0;
  position: absolute;
  left: 0;
}

/*number */
.ut-number-01:before {
  content: "1";
}

.ut-number-02:before {
  content: "2";
}

.ut-number-03:before {
  content: "3";
}

.ut-number-04:before {
  content: "4";
}

.ut-number-05:before {
  content: "5";
}

.ut-number-06:before {
  content: "6";
}

.ut-number-07:before {
  content: "7";
}

.ut-number-08:before {
  content: "8";
}

.ut-number-09:before {
  content: "9";
}

.ut-number-10:before {
  content: "10";
}

.ut-number-11:before {
  content: "11";
}

.ut-number-12:before {
  content: "12";
}

.ut-number-13:before {
  content: "13";
}

.ut-number-14:before {
  content: "14";
}

.ut-number-15:before {
  content: "15";
}

.ut-number-16:before {
  content: "16";
}

.ut-number-17:before {
  content: "17";
}

.ut-number-18:before {
  content: "18";
}

.ut-number-19:before {
  content: "19";
}

.ut-number-20:before {
  content: "20";
}

.ut-number-21:before {
  content: "21";
}

.ut-number-22:before {
  content: "22";
}

.ut-number-23:before {
  content: "23";
}

.ut-number-24:before {
  content: "24";
}

.ut-number-25:before {
  content: "25";
}

.ut-number-26:before {
  content: "26";
}

.ut-number-27:before {
  content: "27";
}

.ut-number-28:before {
  content: "28";
}

.ut-number-29:before {
  content: "29";
}

.ut-number-30:before {
  content: "30";
}

.ut-number-01:before,
.ut-number-02:before,
.ut-number-03:before,
.ut-number-04:before,
.ut-number-05:before,
.ut-number-06:before,
.ut-number-07:before,
.ut-number-08:before,
.ut-number-09:before,
.ut-number-10:before,
.ut-number-11:before,
.ut-number-12:before,
.ut-number-13:before,
.ut-number-14:before,
.ut-number-15:before,
.ut-number-16:before,
.ut-number-17:before,
.ut-number-18:before,
.ut-number-19:before,
.ut-number-20:before,
.ut-number-21:before,
.ut-number-22:before,
.ut-number-23:before,
.ut-number-24:before,
.ut-number-25:before,
.ut-number-26:before,
.ut-number-27:before,
.ut-number-28:before,
.ut-number-29:before,
.ut-number-30:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  vertical-align: baseline;
  border-radius: 50%;
  position: relative;
  right: 10px;
  text-indent: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #555;
}

.ut-display-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .ut-hide-sp {
    display: block;
  }
  .sp-br {
    display: none;
  }
  .ut-number-01:before,
  .ut-number-02:before,
  .ut-number-03:before,
  .ut-number-04:before,
  .ut-number-05:before,
  .ut-number-06:before,
  .ut-number-07:before,
  .ut-number-08:before,
  .ut-number-09:before,
  .ut-number-10:before,
  .ut-number-11:before,
  .ut-number-12:before,
  .ut-number-13:before,
  .ut-number-14:before,
  .ut-number-15:before,
  .ut-number-16:before,
  .ut-number-17:before,
  .ut-number-18:before,
  .ut-number-19:before,
  .ut-number-20:before,
  .ut-number-21:before,
  .ut-number-22:before,
  .ut-number-23:before,
  .ut-number-24:before,
  .ut-number-25:before,
  .ut-number-26:before,
  .ut-number-27:before,
  .ut-number-28:before,
  .ut-number-29:before,
  .ut-number-30:before {
    padding: 4px 8px;
    right: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: super;
  }
  .ut-display-pc {
    display: none;
  }
  .ut-display-sp {
    display: block;
  }
  .ut-count01:before,
  .ut-count02:before,
  .ut-count03:before,
  .ut-count04:before {
    line-height: 1.5;
    height: 20px;
    width: 20px;
    font-size: 13px;
  }
}

/*
@media only screen and (max-width: 480px) {
    .ut-display-pc {display: none;}
    .ut-display-sp {display: block;}
  }
*/
/*!swiper */
.swiper-wrapper {
  /*height: 100vh;*/
}

.swiper-wrapper .swiper-slide.slide-bg01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-wrapper .swiper-slide.slide-bg02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-wrapper .swiper-slide.slide-bg03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: #FFF;
}

.swiper-wrapper a {
  display: block;
  margin: 0 auto;
  line-height: 0;
}

.swiper-wrapper .swiper-slide.slide-bg02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-wrapper .swiper-slide.slide-bg03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.swiper-container {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  display: inline-block;
  border-radius: 100%;
  background: #d6d6d6;
  opacity: .7;
}

.swiper-pagination {
  position: absolute;
  bottom: 12px;
  left: 20px;
  line-height: 1;
}

.swiper-pagination-bullet-active {
  background: #333;
  opacity: .9;
  width: 10px;
  height: 10px;
}

.fade-in {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.fade-in.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-dropdown-header__menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .swiper-wrapper {
    height: 100%;
    max-height: 100%;
  }
  .swiper-wrapper .swiper-slide.slide-bg01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .swiper-wrapper .swiper-slide.slide-bg02 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .swiper-wrapper .swiper-slide.slide-bg03 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .swiper-pagination {
    bottom: 60px;
    right: 0;
    left: 0;
  }
  .c-page-hero--bg__list .swiper-wrapper {
    height: 100%;
  }
  .swiper-pagination-bullet {
    width: 8px;
  }
  .swiper-pagination-bullet-active {
    width: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .swiper-wrapper {
    max-height: 100%;
  }
  .swiper-wrapper .swiper-slide.slide-bg01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .swiper-wrapper .swiper-slide.slide-bg02 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .swiper-wrapper .swiper-slide.slide-bg03 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

/* ==========================================================================
 members
============================================================================*/
/*Online Banner*/
.l-banner {
  padding: 0 20px;
  margin-bottom: 90px;
}

.l-banner .l-banner__item {
  height: 200px;
  background-color: #F5F5F5;
  border-radius: 4px;
  overflow: hidden;
}

.l-banner .l-banner__link-wrap {
  position: relative;
}

.l-banner .l-banner__link-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  background-color: #585858;
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.l-banner .l-banner__link-wrap:hover:before {
  width: 100%;
  opacity: 1;
}

.l-banner .l-banner__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 50px;
}

.l-banner .l-banner__link:hover {
  color: #ffffff;
  opacity: 1;
}

.l-banner .l-banner__link:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 13px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.961%22%20height%3D%2227.094%22%20viewBox%3D%220%200%2014.961%2027.094%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_30%22%20data-name%3D%22%E3%83%91%E3%82%B9%2030%22%20d%3D%22M1542.612%2C1675.213l12.84%2C12.84-12.84%2C12.84%22%20transform%3D%22translate(-1541.905%20-1674.505)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.l-banner .l-banner__link:hover:after {
  right: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.961%22%20height%3D%2227.094%22%20viewBox%3D%220%200%2014.961%2027.094%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_30%22%20data-name%3D%22%E3%83%91%E3%82%B9%2030%22%20d%3D%22M1542.612%2C1675.213l12.84%2C12.84-12.84%2C12.84%22%20transform%3D%22translate(-1541.905%20-1674.505)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.c-banner__title {
  font-size: 40px;
  font-weight: 600;
  font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
  line-height: 1.4;
}

.c-banner__title:not(:only-child) {
  margin-bottom: calc(20px - .2em);
}

.c-banner__sub-title {
  font-size: 20.6px;
  font-weight: 600;
  font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}

/*Online Page*/
.l-archive__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.l-archive__header > *:first-child {
  white-space: nowrap;
}

.l-archive__header > * {
  margin: 0;
  padding: 0 2%;
}

.l-archive__header p {
  font-size: 16px;
  color: #585858;
}

/*Event Tag*/
.c-image-list__tag-group {
  font-size: 0;
}

.c-image-list__tag {
  display: inline-block;
  margin-top: .8em;
  margin-right: .8em;
  font-size: 10px;
  line-height: 1;
  padding: .8em;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
}

/*
.c-image-list__tag:last-child {
  margin-right: 0;
}
*/

@media only screen and (max-width: 768px) {
  /*Online Banner*/
  .l-banner .l-banner__link-wrap:before {
    content: none;
  }
  .l-banner .l-banner__link:hover {
    color: #000000;
    opacity: 1;
  }
  /*Online Banner*/
  .c-banner__title {
    font-size: 36px;
  }
  .c-banner__sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  /*Online Banner*/
  .l-banner {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .l-banner .l-banner__item {
    height: 44.53vw;
  }
  .l-banner .l-banner__link {
    padding: 0 16vw 0 4vw;
  }
  .l-banner .l-banner__link:after {
    right: 5.333vw;
    width: 3.2vw;
  }
  .l-banner .l-banner__link:hover:after {
    right: 4vw;
  }
  .c-banner__title {
    font-size: 7.467vw;
  }
  .c-banner__title:not(:only-child) {
    margin-bottom: calc(4vw - .2em);
  }
  .c-banner__sub-title {
    font-size: 3.733vw;
  }
  /*Online Page*/
  .l-archive__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .l-archive__header > *:first-child {
    margin-top: 2%;
    margin-bottom: 0.85em;
  }
  .l-archive__header p {
    font-size: 14px;
  }
}


.c-page-list__title .year_archive ul .active {
    text-decoration: underline;
}
