@charset "UTF-8";
/**
 * Name: _config.scss
 */
/**
 * Name: _normalize3.0.2.scss
 */
/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -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/10/11.
 * 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/10/11.
 */
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;
}

/**
 * Name: _reset.scss
 */
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/**
 * Name: _default.scss
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #4c4c4c;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4c4c4c;
  line-height: 1.8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

ul, ol {
  list-style-type: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.8;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

/**
 * Name: mixins/_hideaway.scss
 */
/**
 * Name: mixins/_centerEl.scss
 */
/**
 * Name: mixins/_fontSize.scss
 */
/**
 * Name: mixins/_clearfix.scss
 */
/**
 * Name: mixins/_hideaway.scss
 */
/**
 * Name: mixins/_hideaway.scss
 */
/**
 * Name: mixins/_opacity.scss
 */
.header {
  height: 72px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  min-height: 60px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 871px) {
  .header {
    overflow: visible;
    height: 60px;
  }
}

.header_inner {
  position: relative;
}

.header_logo {
  float: left;
  position: relative;
  padding: 10px 10px 10px 2%;
}

@media (max-width: 871px) {
  .header_logo {
    padding: 9px 0px 9px 2%;
  }
}

.header_logo a {
  color: #fff !important;
  text-decoration: none;
}

.header_logo a img {
  height: 50px !important;
  width: auto;
}

@media (max-width: 871px) {
  .header_logo a img {
    height: 40px !important;
  }
}

.header_nav {
  float: right;
  padding: 27px 20px;
}

@media (max-width: 871px) {
  .header_nav {
    display: none;
  }
}

.header_nav_list {
  overflow: hidden;
  margin: 0;
}

.header_nav_list li {
  float: left;
  font-size: 18px;
  margin: 0 20px;
  line-height: 1.0;
  list-style-type: none;
  color: #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
}

.header_nav_list li:hover {
  opacity: 0.75;
}

.header_nav_list li a {
  color: #fff;
  display: block;
  line-height: 1;
}

.header_nav_list li a:hover {
  text-decoration: none;
}

.header_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 10000;
  display: none;
}

@media (max-width: 871px) {
  .header_menu {
    display: block;
  }
}

.header_menu span {
  position: absolute;
  left: 16px;
  width: 27px;
  height: 3px;
  border: 50px;
  background: #fff;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}

.header_menu span:nth-child(1) {
  top: 18px;
}

.header_menu span:nth-child(2) {
  top: 28px;
}

.header_menu span:nth-child(3) {
  top: 38px;
}

.header_menu.active span:nth-child(1) {
  top: 28px;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.header_menu.active span:nth-child(2) {
  opacity: 0;
}

.header_menu.active span:nth-child(3) {
  top: 28px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.header_side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010101;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  display: none;
  z-index: 9999;
}

@media (max-width: 871px) {
  .header_side {
    display: block;
  }
}

.header_side.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header_side_inner {
  padding-top: 60px;
}

.header_side_nav li {
  padding: 20px 20px;
  color: #fff;
}

.header_side_nav li a {
  color: #fff;
}

.footer {
  color: #fff;
}

.footer .boxInner {
  width: 1120px;
  overflow: hidden;
}

@media (max-width: 871px) {
  .footer .boxInner {
    width: 100%;
    padding: 0 20px;
  }
}

.footer .footer_title {
  font-family: 'Rubik', sans-serif;
  margin-bottom: 26px;
}

@media (max-width: 871px) {
  .footer .footer_title {
    text-align: center;
  }
}

.footer_wcon {
  padding: 100px 0 90px;
  background: #323433;
}

.footer_wcon.footer_wcon-access {
  padding: 100px 0 0px;
}

@media (max-width: 871px) {
  .footer_wcon.footer_wcon-access {
    padding: 50px 0 0;
  }
}

.footer_wcon_inner {
  background: #fff;
  padding: 30px;
}

@media (max-width: 871px) {
  .footer_wcon_inner {
    padding: 20px;
  }
}

.footer_wcon_inner h2 {
  background: black;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 871px) {
  .footer_wcon_inner h2 img {
    width: 80% !important;
  }
}

.footer_wcon_inner p {
  text-align: center;
  color: #010101;
}

.footer_wcon_inner_box {
  padding: 20px 0;
}

.footer_wcon_inner .access_logo {
  margin-top: 60px;
}

.footer_wcon_list {
  overflow: hidden;
  margin-top: 20px;
}

.footer_wcon_list .item {
  float: left;
  width: 23.0%;
  margin-right: 2.5%;
}

@media (max-width: 871px) {
  .footer_wcon_list .item {
    width: 31.5%;
    margin-right: 2.5%;
    margin-top: 2.5%;
  }
  .footer_wcon_list .item:nth-child(3n) {
    margin-right: 0;
  }
}

.footer_wcon_list .item:last-child {
  margin-right: 0;
}

.footer_wcon_list .item img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer_wcon .contact_group {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 871px) {
  .footer_wcon .contact_group {
    width: 90%;
  }
}

.footer_wcon .contact_group table {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 871px) {
  .footer_wcon .contact_group table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.footer_wcon .contact_group table th {
  width: 50%;
  text-align: right;
  padding-right: 20px;
  color: #010101;
}

@media (max-width: 871px) {
  .footer_wcon .contact_group table th {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: left;
  }
}

.footer_wcon .contact_group table th .required {
  color: #fff;
  font-size: 10px;
  background-color: #846e1b;
  padding: 7px 12px 6px 12px;
  vertical-align: middle;
  margin-left: 10px;
}

.footer_wcon .contact_group table td {
  width: 50%;
  padding: 20px 0;
  color: #010101;
}

@media (max-width: 871px) {
  .footer_wcon .contact_group table td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.footer_wcon .contact_group table td input[type="text"],
.footer_wcon .contact_group table td input[type="tel"],
.footer_wcon .contact_group table td input[type="email"],
.footer_wcon .contact_group table td select,
.footer_wcon .contact_group table td textarea {
  font-size: 14px;
  width: 70%;
  display: block;
  border: 1px solid #b5b5b5;
  padding: 10px 24px;
  border-radius: none;
  -webkit-appearance: none;
}

@media (max-width: 871px) {
  .footer_wcon .contact_group table td input[type="text"],
  .footer_wcon .contact_group table td input[type="tel"],
  .footer_wcon .contact_group table td input[type="email"],
  .footer_wcon .contact_group table td select,
  .footer_wcon .contact_group table td textarea {
    width: 100%;
  }
}

.footer_wcon .contact_group .contact_input {
  margin-bottom: 40px;
}

.footer_wcon .contact_group .contact_input .submit {
  position: relative;
  text-align: center;
}

.footer_wcon .contact_group .contact_input .submit_ov {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rbga(0, 0, 0, 0);
}

.footer_wcon .contact_group .contact_input .submit_ov.active {
  display: block;
}

.footer_wcon .contact_group .contact_input .submit input[type="submit"] {
  background-color: #a40000;
  color: #fff;
  font-weight: bold;
  padding: 16px 80px;
  border: 2px solid #a40000;
  border-radius: 3px;
}

@media (max-width: 871px) {
  .footer_wcon .contact_group .contact_input .submit input[type="submit"] {
    width: 100%;
  }
}

.footer_wcon .contact_group .contact_input .submit input[type="submit"]:hover {
  opacity: 0.75;
}


.footer_box1 {
  padding: 47px 0 90px;
  background: #323433;
  border-top: 1px solid #fff;
  color: #fff;
}

.footer_box2 {
  overflow: hidden;
  padding: 23px 0;
  background: #101010;
}

.footer_box2 nav {
  overflow: hidden;
}

@media (max-width: 871px) {
  .footer_box2 nav {
    text-align: center;
  }
}

.footer_about {
  float: left;
  width: 350px;
  padding-right: 34px;
}

@media (max-width: 871px) {
  .footer_about {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}

.footer_about_logo {
  margin-bottom: 20px;
}

.footer_about_desc {
  font-size: 14px;
  margin-bottom: 25px;
}

.footer_about_access {
  font-size: 12px;
}

.footer_contact {
  float: left;
  width: 344px;
}

@media (max-width: 871px) {
  .footer_contact {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}

.footer_contact_list li {
  margin-bottom: 24px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.footer_contact_list li:hover {
  opacity: 0.75;
}

.footer_info {
  float: right;
  width: 350px;
  overflow: hidden;
}

@media (max-width: 871px) {
  .footer_info {
    width: 100%;
    padding: 0;
  }
}

.footer_info .more_btn {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  text-align: center;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.footer_info .more_btn:hover {
  opacity: 0.75;
}

.footer_info .more_btn:hover {
  text-decoration: none;
  opacity: 0.75;
}

.footer_info_left {
  float: left;
  width: 148px;
}

.footer_info_left_title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.footer_info_left_desc {
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer_info_right {
  float: right;
  width: 174px;
  margin-top: 15px;
}

.footer_nav {
  overflow: hidden;
  float: right;
  margin-bottom: 25px;
}

@media (max-width: 871px) {
  .footer_nav {
    display: inline-block;
    float: none;
  }
}

.footer_nav li {
  float: left;
  font-size: 14px;
  margin: 0 20px;
  line-height: 1.0;
  color: #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
}

@media (max-width: 871px) {
  .footer_nav li {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0;
  }
}

.footer_nav li:hover {
  opacity: 0.75;
}

.footer_nav li a {
  color: #fff;
  display: block;
  line-height: 1;
}

.footer_nav li a:hover {
  text-decoration: none;
}

.footer_nav li:last-child {
  margin: 0 0 0 20px;
}

@media (max-width: 871px) {
  .footer_nav li:last-child {
    margin: 0 0 20px 0;
  }
}

.footer_copy {
  text-align: right;
  font-size: 14px;
}

@media (max-width: 871px) {
  .footer_copy {
    width: 100%;
    text-align: center;
  }
}

.footer_desc {
  text-align: right;
  font-size: 14px;
}

@media (max-width: 871px) {
  .footer_desc {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.sp_show {
  display: none;
}

@media (max-width: 871px) {
  .sp_show {
    display: block;
  }
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.ls-small {
  letter-spacing: -0.08em !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs18 {
  font-size: 18px !important;
}

.boxInner {
  width: 1040px;
  margin: 0 auto;
}

@media (max-width: 871px) {
  .boxInner {
    width: 90%;
    margin: 0 auto;
  }
}

.museumViwer {
  width: 100%;
  height: 520px;
  background: #ccc;
}

.tileTitle {
  width: 500px;
  height: 50px;
  line-height: 50px;
  margin: 88px auto 55px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.75)), color-stop(80%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 871px) {
  .tileTitle {
    width: 100% !important;
    font-size: 18px;
  }
}

.event_contents {
  /* padding: 150px 0 106px; */
  padding: 100px 0 106px;
  background: #323433;
}

.event_contents_box {
  /* padding: 70px 0; */
  /* background: rgba(0, 0, 0, 0.75); */
}

.event_contents_box.box1 {
  /* margin-bottom: 120px; */
}

.event_contents_box .gallery_slider {
  position: relative;
}

.event_contents_box .gallery_slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 6px;
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #080808;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-weight: bold;
}

.event_contents_box .gallery_slider .slick-prev {
  left: 0;
}

.event_contents_box .gallery_slider .slick-next {
  right: 0;
}

.event_contents_box .gallery_nav {
  overflow: hidden;
}

.event_contents_box .gallery_nav img {
  width: 17%;
  margin-right: 3.7%;
  margin-top: 3.7%;
}

.event_contents_box .gallery_nav img:first-child {
  margin-left: 0;
}

.event_contents_box .gallery_nav img:last-child {
  margin-right: 0;
}

.event_contents_box .gallery_nav img:nth-child(5n) {
  margin-right: 0;
}

.event_contents_box .gallery_nav img.slick-active {
  -webkit-box-shadow: 0 0 0 0 inset #fff;
  box-shadow: 0 0 0 0 inset #fff;
}

.event_contents .thumbnail .slick-current {
  border: 1px solid #fff;
}

.event_detail {
  /* padding: 70px 0 100px; */
  /* background: #010101; */
  background: #323433;
}

.event_detail_list {
  width: 100%;
  border: 5px solid #fff;
  overflow: hidden;
  text-align: center;
  table-layout: fixed;
}

.event_detail_list .item {
  width: 25%;
}

.event_detail_list .item p {
  border-right: 1px solid #fff;
}

.event_detail_list .item th {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #fff 1px solid;
  border-top: none;
  padding: 15px 0;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
  color: #fff;
  background: #052a47;
}

.event_detail_list .item td {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #fff 1px solid;
  border-top: none;
  padding: 15px 0;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
  background: #e5e5e5;
}

.page_about {
  padding: 76px 0 155px;
  background: #010101;
  color: #fff;
  text-align: center;
}

@media (max-width: 871px) {
  .page_about {
    padding: 80px 0;
  }
}

.page_about h2 {
  font-size: 32px;
  margin-bottom: 50px;
}

@media (max-width: 871px) {
  .page_about h2 {
    font-size: 24px;
  }
}

@media (max-width: 871px) {
  .page_about p,.txt13 {
    font-size: 13px;
  }
}

.eventSpace_eventspace {
  padding: 8px;
  margin-bottom: 100px;
  background: rgba(0, 0, 0, 0.75);
}

.eventSpace_eventspace_mono {
  border: 1px solid #fff;
  padding: 5px;
}

.eventSpace_eventspace_mono_title {
  color: #fff;
  font-size: 22px;
  padding: 5px;
  text-align: center;
}

.eventSpace_eventspace_list {
  overflow: hidden;
  border: 1px solid #fff;
}

.eventSpace_eventspace_list .item {
  float: left;
  width: 25%;
  border-right: 1px solid #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
	text-align: center
}
.eventSpace_eventspace_list .item span {
	color:#fff;
	background: #333;
	display: block;border-top: 1px solid #fff
}

@media (max-width: 871px) {
  .eventSpace_eventspace_list .item {
    width: 100%;
    border-right: 0;
    border-top: 1px solid #fff;
  }
}

.eventSpace_eventspace_list .item:hover {
  opacity: 0.75;
}

@media (max-width: 871px) {
  .eventSpace_eventspace_list .item:first-child {
    border-top: none;
  }
}

.eventSpace_eventspace_list .item:last-child {
  border: none;
}

@media (max-width: 871px) {
  .eventSpace_eventspace_list .item:last-child {
    border-top: 1px solid #fff;
  }
}

/*
.eventSpace_eventspace_list .item_top {
  position: relative;
  height: 80px;
  margin-bottom: 0;
}
*/
.eventSpace_eventspace_list .item_top {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
  height: 100px;
  margin-bottom: 0;
	color: #fff;
}
.eventSpace_eventspace_list .item_top small {
	font-size: 80%;
}

@media (max-width: 871px) {
  .eventSpace_eventspace_list .item_top {
    height: 100px;
    margin-bottom: 1%;
  }
}

/*
.eventSpace_eventspace_list .item_top h3 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1.3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
}
*/
.eventSpace_eventspace_list .item_top h3 {
  line-height: 1.1;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
}

.item_bottom {
	width: 100%;
	height: 200px;
}
.item_bottom img{
	width: 100%;
  height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 871px) {
  .eventSpace_eventspace_list .item_bottom {
    height: 150px;
  }
  .eventSpace_eventspace_list .item_bottom img {
    display: none;
  }
  .eventSpace_eventspace_list .item_bottom.museum_img {
    background: url("../images/top/event_space/sp/museum.jpg") no-repeat center/cover;
  }
  .eventSpace_eventspace_list .item_bottom.showroom_img {
    background: url("../images/top/event_space/sp/showroom.jpg") no-repeat center/cover;
  }
  .eventSpace_eventspace_list .item_bottom.lavie_img {
    background: url("../images/top/event_space/sp/lavie.jpg") no-repeat center/cover;
  }
  .eventSpace_eventspace_list .item_bottom.akarenga_img {
    background: url("../images/top/event_space/sp/akarenga.jpg") no-repeat center/cover;
  }
  .eventSpace_eventspace_list .item_bottom.garage_img {
    background: url("../images/top/event_space/sp/garage.jpg") no-repeat center/cover;
  }
}

.show_pc {
  display: block;
}

@media (max-width: 871px) {
  .show_pc {
    display: none;
  }
}

.show_sp {
  display: none;
}

@media (max-width: 871px) {
  .show_sp {
    display: block;
  }
}

.top .section_tit {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 10px 0;
}

.top .kv {
  height: 100%;
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 871px) {
  .top .kv {
    background: url("../images/top/kv.jpg") repeat top center/auto 100%;
  }
}

.top .kv_ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.top .kv_desc {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 40px;
}

@media (max-width: 871px) {
  .top .kv_desc {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
  }
}

.top .kv video.video-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: -100;
}

@media (max-width: 871px) {
  .top .kv video.video-bg {
    display: none;
  }
}

.top .kv .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 0);
}

.top .noticeBox {
  position: relative;
  padding: 70px 0;
  background: #323433;
  color: #fff;
  text-align: center;
}

.top .noticeBox_ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.top .noticeBox .boxInner {
  position: relative;
  z-index: 1;
}

.top .noticeBox_tit {
  font-size: 22px;
  margin-bottom: 20px;
}

.top .noticeBox_desc {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 871px) {
  .top .noticeBox_desc {
    font-size: 16px;
  }
}

.top .noticeBox a {
  display: block;
  margin-top: 25px;
  color: #f37272;
  font-size: 20px;
  text-decoration: underline;
}

.top .noticeBox_img {
  margin-top: 80px;
}

@media (max-width: 871px) {
  .top .noticeBox_img {
    margin-top: 40px;
  }
}

.top .museums {
  padding: 80px 0 0;
  background: #323433;
}

@media (max-width: 871px) {
  .top .museums {
    padding: 100px 0 0;
  }
}

.top .museums_eventspace {
  padding: 8px;
  margin-bottom: 200px;
  background: rgba(0, 0, 0, 0.75);
}

.top .museums_eventspace_list {
  overflow: hidden;
  border: 1px solid #fff;
}

.top .museums_eventspace_list .item {
  float: left;
  width: 20%;
  border-right: 1px solid #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

@media (max-width: 871px) {
  .top .museums_eventspace_list .item {
    width: 100%;
    border-right: 0;
    border-top: 1px solid #fff;
  }
}

.top .museums_eventspace_list .item:hover {
  opacity: 0.75;
}

@media (max-width: 871px) {
  .top .museums_eventspace_list .item:first-child {
    border-top: none;
  }
}

.top .museums_eventspace_list .item:last-child {
  border: none;
}

@media (max-width: 871px) {
  .top .museums_eventspace_list .item:last-child {
    border-top: 1px solid #fff;
  }
}

.top .museums_eventspace_list .item_top {
  position: relative;
  height: 80px;
  margin-bottom: 28px;
}

@media (max-width: 871px) {
  .top .museums_eventspace_list .item_top {
    height: 100px;
    margin-bottom: 1%;
  }
}

.top .museums_eventspace_list .item_top h3 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1.3;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
}

@media (max-width: 871px) {
  .top .museums_eventspace_list .item_bottom {
    height: 150px;
  }
  .top .museums_eventspace_list .item_bottom img {
    display: none;
  }
  .top .museums_eventspace_list .item_bottom.museum_img {
    background: url("../images/top/event_space/sp/museum.jpg") no-repeat center/cover;
  }
  .top .museums_eventspace_list .item_bottom.showroom_img {
    background: url("../images/top/event_space/sp/showroom.jpg") no-repeat center/cover;
  }
  .top .museums_eventspace_list .item_bottom.lavie_img {
    background: url("../images/top/event_space/sp/lavie.jpg") no-repeat center/cover;
  }
  .top .museums_eventspace_list .item_bottom.akarenga_img {
    background: url("../images/top/event_space/sp/akarenga.jpg") no-repeat center/cover;
  }
  .top .museums_eventspace_list .item_bottom.garage_img {
    background: url("../images/top/event_space/sp/garage.jpg") no-repeat center/cover;
  }
}

.top .museums_intro {
  padding: 80px 0 146px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.top .museums_intro_list .item {
  position: relative;
  overflow: hidden;
}

.top .museums_intro_list .item.type1 .item_box1 {
  position: relative;
  float: left;
  width: 645px;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item.type1 .item_box1 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.top .museums_intro_list .item.type1 .item_box2 {
  position: relative;
  float: right;
  width: 357px;
  height: 454px;
  margin-left: 18px;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item.type1 .item_box2 {
    float: none;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}

.top .museums_intro_list .item.type1 .more_btn {
  position: absolute;
  left: 0;
  bottom: 25px;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item.type1 .more_btn {
    margin-top: 20px;
    display: block;
    text-align: center;
    position: static;
    left: auto;
    bottom: auto;
  }
}

.top .museums_intro_list .item.type1 .slick-prev {
  left: 6px;
}

.top .museums_intro_list .item.type1 .slick-next {
  left: 48px;
}

.top .museums_intro_list .item.type2 .item_box1 {
  position: relative;
  float: right;
  width: 645px;
  margin-left: 38px;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item.type2 .item_box1 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.top .museums_intro_list .item.type2 .item_box2 {
  position: relative;
  float: right;
  width: 357px;
  height: 454px;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item.type2 .item_box2 {
    float: none;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}

.top .museums_intro_list .item.type2 .more_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item.type2 .more_btn {
    margin-top: 20px;
    display: block;
    text-align: center;
    position: static;
    left: auto;
    bottom: auto;
  }
}

.top .museums_intro_list .item.type2 .slick-prev {
  right: 48px;
}

.top .museums_intro_list .item.type2 .slick-next {
  right: 6px;
}

.top .museums_intro_list .item h3 {
  margin-bottom: 60px;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item h3 {
    margin-bottom: 30px;
  }
}

.top .museums_intro_list .item h3 span {
  display: block;
  text-align: center;
  line-height: 1.3;
}

.top .museums_intro_list .item h3 .title1 {
  font-size: 24px;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item h3 .title1 {
    font-size: 18px !important;
  }
}

.top .museums_intro_list .item h3 .title2 {
  font-size: 42px;
  font-family: 'Cormorant Garamond', serif;
}

@media (max-width: 871px) {
  .top .museums_intro_list .item h3 .title2 {
    font-size: 32px;
  }
}

.top .museums_intro_list .item p {
  font-size: 14px;
}

.top .museums_intro_list .item .more_btn {
  padding: 10px 14px;
  color: #fff;
  background: #a7a7a7;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.top .museums_intro_list .item .more_btn:hover {
  opacity: 0.75;
}

.top .museums_intro_list .item .more_btn:hover {
  text-decoration: none;
  opacity: 0.75;
}

.top .museums .img_slider {
  position: relative;
}

.top .museums .slick-arrow {
  position: absolute;
  bottom: 6px;
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #080808;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-weight: bold;
}

.top .haku_banner {
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
}

.top .haku_banner:hover {
  opacity: 0.85;
}

.museum .kv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url("../images/museum/kv.jpg") no-repeat center/cover;
}

.museum .kv_desc {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-family: 'Cormorant Garamond', serif;
  width: 528px;
  padding: 15px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.75)), color-stop(80%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 871px) {
  .museum .kv_desc {
    width: 100%;
  }
}

.showroom .kv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url("../images/showroom/kv.jpg") no-repeat center/cover;
}

.showroom .kv_desc {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-family: 'Cormorant Garamond', serif;
  width: 528px;
  padding: 15px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.75)), color-stop(80%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 871px) {
  .showroom .kv_desc {
    width: 100%;
  }
}

.lavie .kv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url("../images/lavie/kv.jpg") no-repeat center/cover;
}

.lavie .kv_desc {
  position: absolute;
  right: 2%;
  bottom: 12%;
  font-family: 'Cormorant Garamond', serif;
  width: 528px;
  padding: 15px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.75)), color-stop(80%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 871px) {
  .lavie .kv_desc {
    width: 100%;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

.akarenga .kv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url("../images/akarenga/kv.jpg") no-repeat center/cover;
}

.akarenga .kv_desc {
  position: absolute;
  left: 2%;
  bottom: 12%;
  font-family: 'Cormorant Garamond', serif;
  width: 528px;
  padding: 15px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.75)), color-stop(80%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 871px) {
  .akarenga .kv_desc {
    width: 100%;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

.garage .kv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url("../images/garage/kv.jpg") no-repeat center/cover;
}

.garage .kv_desc {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-family: 'Cormorant Garamond', serif;
  width: 528px;
  padding: 15px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.75)), color-stop(80%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 871px) {
  .garage .kv_desc {
    width: 100%;
  }
}

.haku .header {
  background: rgba(0, 0, 0, 0.9);
}

.haku .contents {
  padding-top: 72px;
}

@media (max-width: 871px) {
  .haku .contents {
    padding-top: 60px;
  }
}

.haku .kv {
  position: relative;
  padding-top: 52.1875%;
  background: url("../images/haku/kv2.jpg") no-repeat center/cover;
}

@media (max-width: 871px) {
  .haku .kv {
    padding-top: 269.37173%;
    background: url("../images/haku/kv_sp.jpg") no-repeat center/cover;
  }
}

.haku_visual {
  background: #000;
  background-image: url("../images/haku/bg_assets1.png"), url("../images/haku/bg_assets2.png");
  background-position: left bottom, right top;
  background-size: auto 80%, auto 55%;
  background-repeat: no-repeat;
}

.haku_visual h2 {
  padding: 80px 0 120px;
  text-align: right;
}

@media (max-width: 871px) {
  .haku_visual h2 {
    padding: 40px 0 40px;
  }
  .haku_visual h2 img {
    width: 30%;
  }
}

.haku_about {
  padding: 150px 0 120px;
  text-align: center;
}

@media (max-width: 871px) {
  .haku_about {
    padding: 80px 0 100px;
  }
}

.haku_about h2 {
  font-size: 32px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.1em;
  color: #B9B79B;
  margin-bottom: 50px;
}

@media (max-width: 871px) {
  .haku_about h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.haku_about h3 {
  position: relative;
  font-size: 28px;
  margin-bottom: 50px;
}

@media (max-width: 871px) {
  .haku_about h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.haku_about h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 34%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 14%;
  height: 1px;
  background: #010101;
  margin-bottom: 50px;
}

@media (max-width: 871px) {
  .haku_about h3::before {
    left: 27%;
  }
}

.haku_about h3::after {
  content: '';
  display: block;
  position: absolute;
  text-align: right;
  top: 50%;
  right: 19%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 14%;
  height: 1px;
  background: #010101;
}

@media (max-width: 871px) {
  .haku_about h3::after {
    right: 12%;
  }
}

.haku_about p {
  font-size: 22px;
  line-height: 2.8;
  margin-bottom: 100px;
}

@media (max-width: 871px) {
  .haku_about p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.haku_about .haku_icon {
  margin-bottom: 100px;
  width: 178px;
}

@media (max-width: 871px) {
  .haku_about .haku_icon {
    display: none;
    width: 120px;
  }
}

.haku_about .haku_btn {
  display: block;
  width: 340px;
  text-align: center;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  margin: 0 auto 40px;
}

@media (max-width: 871px) {
  .haku_about .haku_btn {
    width: 100%;
  }
}

.haku_about .haku_btn:hover {
  opacity: 0.75;
  text-decoration: none;
}

/* -------------------------- 2024-2-6 
*/
.link_wrap {
	text-align: center
}
.link_btn {
  padding: 10px;
	width: 100% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
  color: #fff;
	text-align: center;
/*  background: #a7a7a7;*/
	border:1px solid #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.link_btn:hover {
/*  opacity: 0.75;*/
	background: #000;
  text-decoration: none;	
	cursor: pointer
}

/*  party */
.party {
	color: #fff;
}
.aC,.sp_left {
	text-align: center;
}
.aL {
	text-align: left;
}
.aR {
	text-align: right;
}
.party_box {
	display: none;
}
.party_tab th{
	text-align: left;
	padding: 15px 10px 15px 0;
	width:8em
}
.menu_list li{
	line-height: 1.5 !important;
	
}
.btnz:hover {
	cursor: pointer;
	text-decoration: underline
}
.party__read {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
}
.party__img {
	width:45%;
}
.party__txt {
	width: 50%
}

@media (max-width: 871px) {
	.sp_left {
	text-align: left;
	}	
	.party_tab th,.party_tab td  {
		display: block
	}
	.party_tab td {
		margin-bottom: 10px
	}
	.party__read {
		display: block;
	}
	.party__img {
		width: 100%;
	}
	.party__txt {
		width: 100%;		
	}
}

/* 2024-03-13 */
.map__wrap {
    height: 320px;
}

/* 2024-07-15 */
.area__wrap {
    color:#fff;
}
.area__wrap h3 {
    font-size: 24px;
    margin-bottom: 20px
}
.area__wrap h4 {
    font-size: 18px;
}
.faq__list dt{
    text-indent: -1.8em;
    padding-left: 1.8em;
    margin-bottom: 0.7em;
    line-height: 1.7;
    font-size: 18px;
    font-weight: bold
}
.faq__list dd{
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-left: 2em;
    margin-bottom: 1.5em;
    line-height: 1.7
}
.faq__list dt span {
    font-size: 120%;
    margin-right: 10px
}
.faq__list dd span {
        margin-right: 10px
}
.gallery__wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.gal__left,.gal__right {
width:48%;
}
@media (max-width: 871px) {
   .area__wrap h3 {
    font-size: 18px;
    } 
    .area__wrap h4 {
    font-size: 16px;
    }  
    .faq__list dt{line-height: 1.5;}
    .faq__list dd{
        margin-left: 10px;
    }
    .gallery__wrap {
        display: block;
    }
    .gal__left,.gal__right {
    width:100%;
    }    
}

.dan-1 {
	text-indent: -1em;
	padding-left: 1em;
}

/* banner data */
 .bnr_data {
    position: fixed;
	 z-index:10;
    width: 280px;
    height: auto;
    bottom: 25px;
    left: 25px;
	 /*transition: bottom 0.3s ease;  スムーズな動きのための設定 */
  }
  .bnr_data.close {
    display: none !important;
  }
  .bnr_data .bnr_close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -10px;
    right: -10px;
  }
  .bnr_data .bnr_close img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bnr_data .bnr_close:hover {
    cursor: pointer;
  }
  .bnr_data .bnr {
    width: 100%;
    height: auto;
  }
  .bnr_data a {
    display: block;
  }

  @media screen and (max-width: 600px) {
    .bnr_data {
      width: 250px;
      bottom: 25px;
		left:50%;
/*      right: 30px;*/
		transform: translateX(-50%);
      z-index: 100;
    }
  }

/* About */
.about_fig {
	display: flex;
	flex-flow: row wrap;
}
.about_fig li {
	width: calc(100%/5);
	margin-bottom: 20px;
	padding:0 10px;
}
.about_fig li img {
	max-width: 100%;
	height: auto;
}
.boxInner .ab_tit-3,
.boxInner .about_fig a{
	color: #fff;
}
.ab_txt-14 {
	font-size:14px;
	line-height: 1.2;
	margin-top: 7px;
	text-align: left !important
}
.ab_txt {
	text-align: left !important;
	line-height: 1.5;
}
.ab_tit-3 {
	color: #010101;
	font-size: 18px;
	margin-bottom: 12px
}
.boxInner .ab_tit-3{
	font-size: 14px;
}
.ab_ul {
	color: #010101;
	line-height: 1.5;
}
.ab_dl {
	padding: 8px 16px;
	border:1px solid #ccc;
	text-decoration: none !important;
	transition: 0.3s all ease;
}
.ab_dl:hover {
	background: #ccc;
} 
.ab_dl-list {
	display: flex;
	flex-flow: row;
}
.ab_dl-list li {
	margin-right: 20px;
	margin-bottom: 15px;
}
.ic_pdf {
	position: relative;
	padding-left: 20px;
}
.ic_pdf::before {
	position: absolute;
	top:0;
	left: 0;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/ic_pdf.png") no-repeat;
	background-size: cover;
}
 @media screen and (max-width: 600px) {
	 .ab_tit-3 {
		  font-size: 16px;
	 }
	.boxInner .ab_tit-3 {
		  font-size: 13px;
	 } 
	 .ab_txt,
	 .ab_ul,
	 .ab_dl{
		 font-size: 14px;
	 }
	 .ab_txt-14 {
		 font-size: 12px;
	 }
	 .about_fig li {
	width: calc(100%/2);
	 }
	 .ab_dl-list {
		 display: block;
	 }
}

.blk {
	color: #010101 !important;
}
.whi {
	color: #fff;
}
/* 2025-09-23 */
.notice_list {
	display: flex;
	justify-content: space-between;
}
.notice_list li {
	width:30%;
}
.notice_list li h3 {
	font-size: 18px;
}
.notice_list li a {
	margin-top: 10px !important;
}
.notice_list li a.link_btn {
	color: #fff;
	text-decoration: none;
	background: #333;
	border:1px solid #ccc;
	font-size: 14px;
	padding: 7px;
}
.notice_list li a.link_btn:hover {
	background: #000;
  text-decoration: none;	
}
 @media screen and (max-width: 600px) {
	 .notice_list {
		 display: block;
	 }
	.notice_list li {
	width:100%;
		margin-bottom: 20px
	}	
	 .notice_list li:last-child {
		 margin-bottom: 0;
	 }
	.notice_list li a {
	margin-top: 5px !important;
} 
}
/* 25-12-19 */
.spl_box {
	background: #fff;
	padding: 30px;
	color: #000;
}
.spl_box big {
	font-size: 140%;
}
.spl_box img {
	max-width: 100%;
	height: auto
}

/* 26-01-30 */
.th_req {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}
.th_req span {
	flex-shrink: 0;
}

.form_error {
  display: none;
  color: #d40000 !important;
  font-size: 0.9em;
  margin-bottom: 8px;
	text-align: left
}

.list_media.error {
  border: 2px solid #d40000;
  padding: 10px;
  border-radius: 4px;
}

/* 2026-02-13 */
.event-list {
	display: flex;
	margin-bottom: 40px
}
.event-list li {
	width:calc(100% / 4);
	padding:0.5em 1em;
	border-right: 1px solid #999
}
.event-list li:last-child {
		border-right: 0px solid #ccc
}

.event-list li p:nth-child(3) {
	text-align: left;
	font-size: 14px !important;
}
.event-list li img {
	max-width: 100%;
	height: auto
}
 @media screen and (max-width: 600px) {
.event-list {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 40px
}	
	.event-list li {
		padding:0 1em;
	width:calc(100% / 2);
		margin-bottom: 40px
	 }
.event-list li:nth-child(2){
		border-right: 0px solid #ccc
}	 
.event-list li p:nth-child(3) {
	text-align: left;
	font-size: 13px !important;
}	 
}