@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*===========================
Mixin
===========================*/
/*===========================
Reset
===========================*/
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

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

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

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

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

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */ }

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

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

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

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

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

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

:root, html, body {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "Shippori Mincho", system-ui;
  font-size: 1.1em;
  line-height: 2em; }
  @media only screen and (max-width: 767px) {
    :root, html, body {
      font-size: 1.1em; } }

body {
  background-color: #ffffff; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: normal; }

/* Scss Document */
.l-bgColor--light {
  background-color: #F7F7F7; }
.l-bgColor--alpha {
  background-color: rgba(255, 255, 255, 0.9); }
.l-bgColor--dark {
  background-color: #19250E; }
.l-bgColor--black {
  background-color: #000000; }

.l-shadow {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

.l-shadow--inset {
  -webkit-box-shadow: inset 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

.l-column {
  -webkit-flex: 0 1 1260px;
  -ms-flex: 0 1 1260px;
  flex: 0 1 1260px;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1260px; }
  @media only screen and (max-width: 767px) {
    .l-column {
      padding: 0 16px;
      width: auto; } }

.l-row {
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  overflow: hidden;
  margin: 0 auto; }
  .l-row--flexStart {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .l-row > .l-flexAuto-2column {
    -webkit-flex: 1 1 618px;
    -ms-flex: 1 1 618px;
    flex: 1 1 618px;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .l-row > .l-flexAuto-2column {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .l-row > .l-flexAuto-2column-type2 {
    -webkit-flex: 1 0 618px;
    -ms-flex: 1 0 618px;
    flex: 1 0 618px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .l-row > .l-flexAuto-2column-type2 {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .l-row > .l-flexAuto-3column {
    -webkit-flex: 1 0 388px;
    -ms-flex: 1 0 388px;
    flex: 1 0 388px; }
    @media only screen and (max-width: 767px) {
      .l-row > .l-flexAuto-3column {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .l-row > .l-flexAuto-4column {
    -webkit-flex: 1 0 283px;
    -ms-flex: 1 0 283px;
    flex: 1 0 283px; }
    @media only screen and (max-width: 767px) {
      .l-row > .l-flexAuto-4column {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .l-row > .l-flexAuto-5column {
    -webkit-flex: 1 0 220px;
    -ms-flex: 1 0 220px;
    flex: 1 0 220px; }
    @media only screen and (max-width: 767px) {
      .l-row > .l-flexAuto-5column {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
  .l-row > .l-flexAuto-6column {
    -webkit-flex: 1 0 16.4307692308px;
    -ms-flex: 1 0 16.4307692308px;
    flex: 1 0 16.4307692308px; }
    @media only screen and (max-width: 767px) {
      .l-row > .l-flexAuto-6column {
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%; } }

.l-overlay-contentRight {
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.l-overlay-half {
  width: 50%;
  padding-left: 48px;
  padding-right: 48px; }
  @media only screen and (max-width: 767px) {
    .l-overlay-half {
      padding-left: 24px;
      padding-right: 24px;
      width: 100%;
      padding-left: 16px;
      padding-right: 16px; } }

/* Scss Document */
.button {
  max-width: 320px;
  display: inline-block;
  padding: 8px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 1.2em;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none; }
  .button:hover {
    opacity: 0.7; }
  .button--regular {
    border: 1px solid #9A9A9A;
    color: #19250E;
    padding: 12px; }
    .button--regular a {
      color: #0089FF;
      transition: 0.5s;
      opacity: 1; }
    .button--regular a:hover, .button--regular a:active, .button--regular a:focus {
      color: #0089FF;
      opacity: 0.7; }
  .button--theme {
    background-color: #19250E;
    color: #ffffff; }
    .button--theme a {
      color: #ffffff !important; }
  .button--small {
    font-size: 0.9em;
    display: inline; }
  .button--large {
    width: 100%;
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .button {
      width: 90%; } }

.button--scrolltotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0;
  width: 50px;
  height: 60px;
  padding: 0;
  color: #9A9A9A; }
  .button--scrolltotop a {
    width: 50px;
    height: 60px;
    display: block;
    padding: 5px 5px;
    text-align: center;
    font-size: 60%;
    color: #9A9A9A; }
  .button--scrolltotop .fa-chevron-up {
    font-size: 2em; }

/* Scss Document */
.logo {
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .logo--footer {
    height: 50px;
    width: 250px; }
  .logo--top {
    height: 43vh; }
    .logo--top img {
      height: 100%; }
  .logo--sp {
    height: 25px;
    width: 80%;
    display: block; }
    .logo--sp img {
      width: 100%;
      height: auto; }

/* Scss Document */
.Menu {
  font-family: "Shippori Mincho", system-ui;
  font-size: 1em;
  letter-spacing: 1px;
  height: 80px;
  padding: 0px 24px 24px 24px; }
  .Menu li {
    padding: 16px;
    display: block;
    cursor: pointer; }
    .Menu li a {
      color: #000000;
      transition: 0.5s;
      opacity: 1;
      text-decoration: none; }
    .Menu li a:hover, .Menu li a:active, .Menu li a:focus {
      color: #000000;
      opacity: 0.7;
      text-decoration: none; }
    .Menu li a {
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .Menu {
      font-size: 1em; } }
  .Menu__dropmenu {
    display: block;
    height: auto; }
    .Menu__dropmenu li {
      position: relative;
      cursor: pointer;
      width: 100%; }
      .Menu__dropmenu li:hover {
        background-color: #ffffff;
        color: #19250E; }
        .Menu__dropmenu li:hover a {
          color: #19250E; }
  .MenuBox {
    z-index: 9;
    position: absolute;
    top: 0px;
    right: -400px;
    display: block;
    overflow: hidden;
    height: auto;
    width: 0px;
    background-color: #ffffff;
    padding-bottom: 24px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .MenuBox--open {
      right: 0px;
      width: auto;
      min-width: 380px;
      top: 0px;
      height: 100vh;
      overflow-y: scroll;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -ms-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .MenuBox--open {
          width: 100%; } }
  .MenuOpen--btn, .MenuClose--btn, .MenuInstagram--btn {
    height: 45px;
    width: 45px;
    display: block;
    cursor: pointer;
    margin-top: 7px;
    color: #F7F7F7;
    font-size: 2em;
    margin-right: 1rem; }
    @media only screen and (max-width: 767px) {
      .MenuOpen--btn, .MenuClose--btn, .MenuInstagram--btn {
        margin-top: 0; } }
  .MenuInstagram--btn {
    height: 30px;
    width: 30px;
    margin-right: 24px;
    margin-top: 5px;
    font-size: 1.7rem; }
    .MenuInstagram--btn a {
      color: #ffffff;
      transition: 0.5s;
      opacity: 1;
      text-decoration: none; }
    .MenuInstagram--btn a:hover, .MenuInstagram--btn a:active, .MenuInstagram--btn a:focus {
      color: #ffffff;
      opacity: 0.7;
      text-decoration: none; }
  .MenuClose--btn {
    margin-left: 16px;
    margin-top: 16px;
    color: #9A9A9A; }
  .Menu__foot {
    display: block;
    margin-bottom: 48px; }
    .Menu__foot--main-en {
      padding: 0px 24px 24px 24px; }
      .Menu__foot--main-en > li {
        padding: 16px;
        display: block; }

.SNS {
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin: 0px;
  padding: 16px 0px 0px 0px; }
  .SNS a:hover, .SNS a:active, .SNS a:focus {
    color: #0089FF;
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .SNS {
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; } }
  .SNS__item {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative; }
  .ie .SNS__item {
    display: block;
    float: right;
    margin-right: 24px;
    margin-left: 24px; }

/* Scss Document */
h1 {
  font-size: 1em;
  color: #ffffff;
  padding: 1.5em;
  font-weight: normal;
  line-height: 2em; }

h2 {
  font-size: 2em;
  color: #19250E;
  padding: 0.5em;
  font-weight: 500;
  margin: 1.7em 0 0 1.7em;
  letter-spacing: 0.1em;
  line-height: 1.5em; }
  h2 a {
    color: #0089FF;
    transition: 0.5s;
    opacity: 1; }
  h2 a:hover, h2 a:active, h2 a:focus {
    color: #0089FF;
    opacity: 0.7; }
  @media only screen and (max-width: 767px) {
    h2 {
      margin: 0;
      font-size: 1.6em; } }

h3 {
  font-size: 1.4em;
  color: #19250E;
  font-weight: 500;
  position: relative;
  padding: 0.5em 0.5em 0.5em 0em; }
  h3 a {
    color: #0089FF;
    transition: 0.5s;
    opacity: 1; }
  h3 a:hover, h3 a:active, h3 a:focus {
    color: #0089FF;
    opacity: 0.7; }
  h3::before {
    content: '■'; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.2em; } }

h4 {
  font-size: 1.1em;
  color: #19250E;
  padding: 0.5em;
  font-weight: 500; }
  h4 a {
    color: #0089FF;
    transition: 0.5s;
    opacity: 1; }
  h4 a:hover, h4 a:active, h4 a:focus {
    color: #0089FF;
    opacity: 0.7; }

.banner {
  position: relative;
  height: 130px;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  margin-bottom: 24px;
  list-style-type: none; }
  .banner:hover {
    opacity: 0.7; }
  .banner__main {
    height: 130px; }
  .banner__head {
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
    font-size: 1.5rem; }
    .banner__head a {
      color: #ffffff;
      transition: 0.5s;
      opacity: 1;
      text-decoration: none; }
    .banner__head a:hover, .banner__head a:active, .banner__head a:focus {
      color: #ffffff;
      opacity: 0.7;
      text-decoration: none; }

/*ImgLiquid hover effect*/
.hoverEffect {
  position: relative;
  color: #ffffff; }
  .hoverEffect div {
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    padding: 0 16px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    box-sizing: border-box; }
  .hoverEffect p {
    position: relative;
    top: 0; }

.e-hover {
  transition: 0.5s;
  opacity: 1; }
  .e-hover:hover {
    opacity: 0.7; }

/* Scss Document */
.PageNav {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #9A9A9A;
  text-align: center;
  overflow: hidden; }
  .PageNav a {
    color: #0089FF;
    transition: 0.5s;
    opacity: 1; }
  .PageNav a:hover, .PageNav a:active, .PageNav a:focus {
    color: #0089FF;
    opacity: 0.7; }
  .PageNav__item {
    height: 45px;
    width: 45px;
    padding: 8px;
    margin: 0 0 5px 0;
    background-color: #F7F7F7;
    border-left: 1px solid #9A9A9A;
    border-top: 1px solid #9A9A9A;
    border-bottom: 1px solid #9A9A9A; }
    .PageNav__item:last-child {
      border-right: 1px solid #9A9A9A; }
    @media only screen and (max-width: 767px) {
      .PageNav__item {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 8px;
        border: 1px solid #9A9A9A; } }
    .PageNav__item--selected {
      border: 1px solid #464646;
      color: #464646; }
    .PageNav__item-en {
      font-size: 90%; }
    .PageNav__item-cn {
      font-size: 85%;
      width: 65px;
      padding-top: 11px; }
  .PageNavDetail__item {
    width: 100px; }

.Header {
  padding-top: 8px;
  padding-bottom: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .Header {
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .Header__sub {
    width: 80%;
    display: -webkit-flex;
    /* iOS Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    align-items: center;
    margin-left: 2%; }
  .Header--manual {
    padding: 24px;
    background-color: #999999;
    font-size: 1.5em;
    color: #ffffff; }

.Nav__fixed {
  position: fixed;
  width: 100%;
  z-index: 8;
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .Nav__fixed > .MenuOpen--btn {
    color: #9A9A9A; }
.Nav__fixedSNS {
  top: 24px;
  right: 120px; }
.Nav__item-en {
  background-color: #19250E;
  border-radius: 50%;
  text-align: center;
  font-size: 2em;
  width: 45px;
  height: 45px;
  padding-top: 5px;
  margin-right: 24px; }
  .Nav__item-en a {
    color: #ffffff;
    transition: 0.5s;
    opacity: 1;
    text-decoration: none; }
  .Nav__item-en a:hover, .Nav__item-en a:active, .Nav__item-en a:focus {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none; }

.Nav__sub {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 400px;
  z-index: 6;
  background-color: #ffffff;
  padding-bottom: 8px;
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .Nav__sub a {
    color: #ffffff;
    transition: 0.5s;
    opacity: 1;
    text-decoration: none; }
  .Nav__sub a:hover, .Nav__sub a:active, .Nav__sub a:focus {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .Nav__sub {
      width: 100%; } }
  .Nav__sub__item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
    .Nav__sub__item span {
      font-size: 1em; }

/* Scss Document */
.Footer {
  background-color: #19250E;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 90%; }
  .Footer__body {
    width: 50%;
    display: -webkit-flex;
    /* iOS Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    line-height: 2em;
    color: #ffffff; }
    .Footer__body a {
      color: #ffffff;
      transition: 0.5s;
      opacity: 1;
      text-decoration: none; }
    .Footer__body a:hover, .Footer__body a:active, .Footer__body a:focus {
      color: #ffffff;
      opacity: 0.7;
      text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .Footer__body {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .Footer__body li, .Footer__body ul, .Footer__body li a {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      @media only screen and (max-width: 767px) {
        .Footer__body li, .Footer__body ul, .Footer__body li a {
          margin-bottom: 16px; } }
    .Footer__body li a {
      text-decoration: underline; }
    .Footer__body ul li {
      width: 100%; }
    .Footer__body li a:hover, .Footer__body li a:focus {
      color: #ffffff;
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .Footer__body {
        width: 100%; } }
  .Footer__sub {
    display: -webkit-flex;
    /* iOS Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .Footer__sub {
        width: 100%;
        margin-bottom: 24px; } }
  .Footer__foot {
    display: -webkit-flex;
    /* iOS Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-bottom: 24px;
    clear: both; }
  .Footer--manual {
    color: #000000;
    border-top: 1px solid #999999; }

.Article {
  padding-left: 3%;
  padding-right: 3%; }
  @media only screen and (max-width: 767px) {
    .Article {
      padding-left: 3%;
      padding-right: 3%; } }
  .Article__head {
    margin-left: 0;
    padding-left: 0; }
  .Article__body {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative; }
    .Article__body a {
      color: #0089FF;
      transition: 0.5s;
      opacity: 1; }
    .Article__body a:hover, .Article__body a:active, .Article__body a:focus {
      color: #0089FF;
      opacity: 0.7; }
    .Article__body img, .Article__body p img {
      margin-top: 16px;
      max-width: 100%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .Article__body img, .Article__body p img {
          max-width: 100%;
          height: auto; } }
    .Article__body figure.image {
      display: inline-block;
      border: 0px solid gray;
      margin: 0 2px 0 1px;
      background: #ffffff; }
    .Article__body figure.align-left {
      float: left; }
    .Article__body figure.align-right {
      float: right; }
    .Article__body figure.image img {
      margin: 0 auto;
      display: block; }
    .Article__body figure.image figcaption {
      margin: 6px 8px 6px 8px;
      text-align: center;
      font-size: 85%; }
      .Article__body figure.image figcaption a {
        color: #0089FF;
        transition: 0.5s;
        opacity: 1; }
      .Article__body figure.image figcaption a:hover, .Article__body figure.image figcaption a:active, .Article__body figure.image figcaption a:focus {
        color: #0089FF;
        opacity: 0.7; }
  .Article__foot {
    text-align: right;
    padding-top: 24px;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .Article__foot {
        text-align: center; } }
  .Article--withSidebar {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%; }
    @media only screen and (max-width: 767px) {
      .Article--withSidebar {
        max-width: 100%; } }
    .Article--withSidebar ul {
      margin-bottom: 48px; }
      @media only screen and (max-width: 767px) {
        .Article--withSidebar ul {
          padding: 0; } }

@media only screen and (max-width: 767px) {
  .clear-mobile {
    clear: both;
    float: none;
    display: block;
    margin: 10px auto; } }

.publishDate {
  text-align: right;
  color: #464646;
  font-size: 90%;
  padding-bottom: 24px; }

.EntryPanel {
  position: relative; }
  .EntryPanel a {
    transition: 0.5s;
    opacity: 1; }
    .EntryPanel a:hover {
      opacity: 0.7; }
  .EntryPanel--horizontal {
    display: -webkit-flex;
    /* iOS Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .EntryPanel--horizontal {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .EntryPanel--horizontal .EntryPanel__main {
      -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      display: -webkit-flex;
      /* iOS Safari */
      display: -ms-flexbox;
      /* IE10 */
      display: flex;
      -ms-flex-flow: column;
      -webkit-flex-flow: column;
      flex-flow: column;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      -ms-flex-item-align: center;
      -webkit-align-self: center;
      align-self: center;
      margin-left: 16px;
      padding: 8px;
      height: 322.5px; }
      @media only screen and (max-width: 767px) {
        .EntryPanel--horizontal .EntryPanel__main {
          margin-left: 0;
          height: 272.5px; } }
    .EntryPanel--horizontal .EntryPanel__sub {
      -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      min-width: 250px;
      overflow: hidden;
      height: 322.5px; }
      @media only screen and (max-width: 767px) {
        .EntryPanel--horizontal .EntryPanel__sub {
          height: 215px; } }
      @media only screen and (max-width: 767px) {
        .EntryPanel--horizontal .EntryPanel__sub {
          height: 272.5px; } }
  .EntryPanel--vertical {
    display: -webkit-flex;
    /* iOS Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column; }
  .EntryPanel .EntryPanel__main {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    /* iOS Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 50px; }
  .EntryPanel .EntryPanel__sub {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    height: 350px;
    margin-top: 5em; }
    @media only screen and (max-width: 767px) {
      .EntryPanel .EntryPanel__sub {
        margin-top: 0; } }
  .EntryPanel .EntryPanel__sub--category {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #19250E;
    font-size: 80%;
    padding: 8px 12px;
    width: 38%;
    color: #ffffff;
    text-align: center;
    z-index: 2; }
    .EntryPanel .EntryPanel__sub--category a {
      color: #ffffff; }
  .EntryPanel__thumb {
    width: 100%;
    height: auto; }
  .EntryPanel__circle {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    list-style-type: none;
    margin: 1rem;
    position: relative;
    font-size: 1.1rem; }
    .EntryPanel__circle a {
      text-decoration: none; }
    .EntryPanel__circle-extra {
      border: 1px solid #9A9A9A; }
    .EntryPanel__circle .EntryPanel__circle__main {
      background-color: #000;
      height: 150px;
      filter: brightness(0.5); }
    .EntryPanel__circle .EntryPanel__circle__main-extra {
      background-color: #ffffff;
      filter: brightness(1); }
    .EntryPanel__circle .EntryPanel__circle__head {
      color: #ffffff;
      text-align: center;
      display: -webkit-flex;
      /* iOS Safari */
      display: -ms-flexbox;
      /* IE10 */
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-top: -60%; }
      .EntryPanel__circle .EntryPanel__circle__head a {
        color: #ffffff;
        transition: 0.5s;
        opacity: 1;
        text-decoration: none; }
      .EntryPanel__circle .EntryPanel__circle__head a:hover, .EntryPanel__circle .EntryPanel__circle__head a:active, .EntryPanel__circle .EntryPanel__circle__head a:focus {
        color: #ffffff;
        opacity: 0.7;
        text-decoration: none; }
    .EntryPanel__circle .EntryPanel__circle__head-extra {
      color: #19250E;
      margin-top: -90%; }
      .EntryPanel__circle .EntryPanel__circle__head-extra a {
        color: #0089FF;
        transition: 0.5s;
        opacity: 1; }
      .EntryPanel__circle .EntryPanel__circle__head-extra a:hover, .EntryPanel__circle .EntryPanel__circle__head-extra a:active, .EntryPanel__circle .EntryPanel__circle__head-extra a:focus {
        color: #0089FF;
        opacity: 0.7; }

/*===========================
Overlay Panel
===========================*/
.OverlayPanel {
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*max-width: $base-content-width;*/
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto; }
  .OverlayPanel a {
    color: #0089FF;
    transition: 0.5s;
    opacity: 1; }
  .OverlayPanel a:hover, .OverlayPanel a:active, .OverlayPanel a:focus {
    color: #0089FF;
    opacity: 0.7; }
  .OverlayPanel--leftTop {
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    left: 3rem;
    top: 2.5rem;
    height: auto;
    width: auto;
    min-width: 200px;
    max-width: 500px;
    max-height: 80%;
    margin-right: 24px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      .OverlayPanel--leftTop {
        display: block;
        position: inherit;
        padding-bottom: 24px;
        left: 0;
        top: 0;
        max-width: 1000px; } }
  .OverlayPanel--leftCenter {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .OverlayPanel--leftBottom {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .OverlayPanel--center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 24px; }
  .OverlayPanel--center-type2 {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .OverlayPanel--centerBottom {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    bottom: 0;
    height: 5rem;
    top: unset; }
  .OverlayPanel--rightTop {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .OverlayPanel--rightCenter {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .OverlayPanel--rightBottom {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 48px; }
    .OverlayPanel--rightBottom-type2 {
      padding: 8px; }
  @media only screen and (max-width: 767px) {
    .OverlayPanel--outside {
      width: 100%;
      margin: 0 0 0 0;
      text-align: center;
      display: block; } }
  .OverlayPanel--bgBlack-alpha {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff; }
    .OverlayPanel--bgBlack-alpha a {
      color: #ffffff;
      transition: 0.5s;
      opacity: 1;
      text-decoration: none; }
    .OverlayPanel--bgBlack-alpha a:hover, .OverlayPanel--bgBlack-alpha a:active, .OverlayPanel--bgBlack-alpha a:focus {
      color: #ffffff;
      opacity: 0.7;
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .OverlayPanel--bgBlack-alpha {
        background-color: #19250E; } }
  .OverlayPanel--bgWhite-alpha {
    background-color: rgba(255, 255, 255, 0.7);
    color: #19250E; }
    .OverlayPanel--bgWhite-alpha a {
      color: #0089FF;
      transition: 0.5s;
      opacity: 1; }
    .OverlayPanel--bgWhite-alpha a:hover, .OverlayPanel--bgWhite-alpha a:active, .OverlayPanel--bgWhite-alpha a:focus {
      color: #0089FF;
      opacity: 0.7; }
  .OverlayPanel--bgWhite-alpha-border {
    background-color: rgba(255, 255, 255, 0.7);
    color: #19250E;
    border: 1px solid #9A9A9A;
    padding: 16px 48px;
    margin: 48px; }
    .OverlayPanel--bgWhite-alpha-border a {
      color: #0089FF;
      transition: 0.5s;
      opacity: 1; }
    .OverlayPanel--bgWhite-alpha-border a:hover, .OverlayPanel--bgWhite-alpha-border a:active, .OverlayPanel--bgWhite-alpha-border a:focus {
      color: #0089FF;
      opacity: 0.7; }

.table {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  font-size: 1.1em;
  /*override all td widths on sp*/ }
  .table td {
    padding: 16px; }
  .table--basic-2column td:first-child {
    width: 40%;
    min-width: 100px; }
  .table--basic-2column td:last-child {
    width: 60%; }
  .table--basic-2column--firstWider td:first-child {
    width: 30%;
    min-width: 200px; }
  .table--basic-2column--firstWider td:last-child {
    width: 70%; }
  .table-borderRed {
    border-collapse: separate;
    /*Chrome table appearance bug fix*/
    border-spacing: 0px;
    /*Chrome table appearance bug fix*/ }
    .table-borderRed td {
      border-left: 1px solid #19250E;
      border-top: 1px solid #19250E; }
      .table-borderRed td:last-child {
        border-right: 1px solid #19250E; }
      @media only screen and (max-width: 767px) {
        .table-borderRed td {
          border-right: 1px solid #19250E; } }
    .table-borderRed tr:last-child > td {
      border-bottom: 1px solid #19250E; }
      @media only screen and (max-width: 767px) {
        .table-borderRed tr:last-child > td:first-child {
          border-bottom: none; } }
  .table-borderBetweenRowsGray tr {
    border-bottom: 1px solid #9A9A9A; }
    .table-borderBetweenRowsGray tr:last-child {
      border-top: none; }
  @media only screen and (max-width: 767px) {
    .table td, .table td:first-child, .table td:last-child {
      display: block;
      width: 100%; } }

.ListBox {
  padding: 48px;
  margin: 0 auto; }
  .ListBox a {
    color: #0089FF;
    transition: 0.5s;
    opacity: 1; }
  .ListBox a:hover, .ListBox a:active, .ListBox a:focus {
    color: #0089FF;
    opacity: 0.7; }
  @media only screen and (max-width: 767px) {
    .ListBox {
      max-width: 100%; } }
  .ListBox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 48px;
    border: 1px solid #9A9A9A;
    background-color: #F7F7F7; }
    .ListBox ul li {
      padding: 8px 24px; }
  .ListBox__item {
    -webkit-flex: 1 1 47%;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
    height: 210px;
    overflow: hidden;
    margin: 8px; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../dist/img/../../dist/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../dist/fonts/slick.eot");
  src: url("../../dist/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/slick.woff") format("woff"), url("../../dist/fonts/slick.ttf") format("truetype"), url("../../dist/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #9A9A9A;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

/* Scss Document */
.slider {
  overflow: hidden;
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .slider {
      width: 100%; } }
  .slider--image {
    position: relative; }
    .slider--imageTop {
      height: 50vh; }
      @media only screen and (max-width: 767px) {
        .slider--imageTop {
          height: 25vh; } }
    .slider--imagePageEyecatch {
      height: 210px; }
    .slider--imageThumb {
      height: 120px;
      width: 120px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .slider--imageThumb {
          height: 100px;
          width: 100px; } }
      .slider--imageThumb a:-webkit-any-link {
        outline-style: none !important; }
    .slider--imageBlank {
      margin: 0 auto;
      width: 100%; }
      .slider--imageBlank img {
        margin: 0 auto;
        display: block; }

.sliderThumb {
  width: 90%;
  margin: 0 auto; }

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  visibility: hidden; }

.prev-arrow {
  left: 40px;
  width: 40;
  height: 50; }

.next-arrow {
  right: 40px;
  width: 40;
  height: 50; }

.Sidebar {
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column;
  min-width: 100px; }
  .Sidebar a {
    color: #000000;
    transition: 0.5s;
    opacity: 1;
    text-decoration: none; }
  .Sidebar a:hover, .Sidebar a:active, .Sidebar a:focus {
    color: #000000;
    opacity: 0.7;
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .Sidebar {
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; } }
  .Sidebar--right {
    margin-left: 48px;
    background-color: #ffffff;
    padding: 16px; }
    @media only screen and (max-width: 767px) {
      .Sidebar--right {
        margin-left: 0; } }
  .Sidebar--left {
    background-color: #ffffff; }
    .Sidebar--left ul {
      padding: 0;
      margin: 0;
      align-content: flex-start; }
    @media only screen and (max-width: 767px) {
      .Sidebar--left {
        margin-left: 0; } }
  .Sidebar__head {
    margin-top: 16px;
    padding: 8px; }
  .Sidebar__body {
    position: relative;
    padding-top: 32px;
    padding-bottom: 24px;
    display: -webkit-flex;
    /* iOS Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .Sidebar__item {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    background-color: #19250E;
    padding: 16px 24px;
    margin-bottom: 16px;
    display: block;
    color: #ffffff; }
    .Sidebar__item a {
      color: #ffffff;
      transition: 0.5s;
      opacity: 1;
      text-decoration: none; }
    .Sidebar__item a:hover, .Sidebar__item a:active, .Sidebar__item a:focus {
      color: #ffffff;
      opacity: 0.7;
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .Sidebar__item {
        -webkit-flex: 1 0 28%;
        -ms-flex: 1 0 28%;
        flex: 1 0 28%;
        margin-right: 3px; } }
    @media only screen and (max-width: 360px) {
      .Sidebar__item {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .Sidebar__image {
    height: 200px; }
    .Sidebar__image--horizontal {
      width: 150px;
      height: 100px; }

.SearchForm {
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
  margin: 0px; }
  @media only screen and (max-width: 767px) {
    .SearchForm {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 16px 0px 0px 0px; } }
  .ie .SearchForm {
    overflow: hidden; }
  .SearchForm--large {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .SearchForm__head--large {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 230px; }
    .ie .SearchForm__head--large {
      display: block;
      float: left; }
  .SearchForm__body {
    -webkit-flex: 0 1 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%; }
    .ie .SearchForm__body {
      display: block;
      float: left;
      width: 80%; }
    .SearchForm__body--large {
      -webkit-flex: 0 1 80%;
      -ms-flex: 0 1 80%;
      flex: 0 1 80%; }
      .ie .SearchForm__body--large {
        display: block;
        float: left;
        width: 60%; }
  .SearchForm__input {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 100%;
    height: 24px;
    border-radius: 0px;
    margin-top: 3px; }
    @media only screen and (max-width: 767px) {
      .SearchForm__input {
        margin: 1% 0px;
        height: 48px; } }
    .SearchForm__input--large {
      height: 48px;
      margin-top: 0px; }
    .ie .SearchForm__input {
      margin-top: 2px; }
  .SearchForm__foot {
    margin-top: 1px;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%; }
    .SearchForm__foot--large {
      -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
      flex: 0 1 300px;
      height: 48px;
      margin: 0px 0px 0px 24px; }
      @media only screen and (max-width: 767px) {
        .SearchForm__foot--large {
          margin: 0px; } }
    .ie .SearchForm__foot {
      display: block;
      float: left;
      width: 15%; }
  @media only screen and (max-width: 767px) {
    .SearchForm__head, .SearchForm__body, .SearchForm__foot {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.Form__main {
  max-width: 800px; }
  .Form__main .form-group {
    padding: 16px 0; }
  .Form__main input, .Form__main textarea, .Form__main select {
    border: 1px solid #9A9A9A;
    border-radius: 5px; }
  .Form__main input, .Form__main select {
    height: 32px; }
  .Form__main textarea {
    height: 200px; }
  .Form__main label, .Form__main input, .Form__main textarea, .Form__main select {
    width: 100%; }
.Form__head {
  font-size: 105%;
  display: block;
  margin-bottom: 8px;
  color: #707070;
  font-weight: 500; }
.Form .radio label, .Form .checkbox label {
  display: -webkit-flex;
  /* iOS Safari */
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.Form .radio input, .Form .checkbox input {
  margin-right: 16px;
  -webkit-flex: 0 1 20px;
  -ms-flex: 0 1 20px;
  flex: 0 1 20px;
  border: none; }
.Form--select {
  padding-top: 0px; }
  .Form--select .form-group {
    margin-bottom: 24px; }
    .Form--select .form-group label {
      width: 100%;
      display: block; }
    .Form--select .form-group .checkbox {
      margin-right: 8px; }
.Form--upload {
  padding: 24px;
  background-color: #F7F7F7;
  border-radius: 5px; }
  @media only screen and (max-width: 767px) {
    .Form--upload {
      padding: 16px; } }

#result [class*="hidden-"] {
  display: none; }

#map-canvas {
  width: 100%;
  height: 400px; }
  #map-canvas--large {
    max-width: 100%;
    height: 700px; }

.marker-infoWindow {
  display: none; }

.map-num {
  color: #19250E;
  padding-right: 8px; }
.map-nameList a {
  color: #000000;
  transition: 0.5s;
  opacity: 1;
  text-decoration: none; }
.map-nameList a:hover, .map-nameList a:active, .map-nameList a:focus {
  color: #000000;
  opacity: 0.7;
  text-decoration: none; }
.map-infoWindow-title {
  width: 250px;
  font-weight: 500;
  font-size: 150%;
  padding-bottom: 5px;
  display: block;
  padding-top: 32px; }
.map-infoWindow-address {
  font-size: 120%;
  display: block;
  width: 250px;
  line-height: 20px;
  padding-bottom: 5px; }

.u-nopadding--column {
  padding-left: 0px;
  padding-right: 0px; }

.u-border {
  border: 1px solid #19250E; }
  .u-border-white {
    border: 1px solid #ffffff; }
  .u-border--2px {
    border: 2px solid #19250E; }
  .u-border-gray {
    border: 1px solid #9A9A9A; }
  .u-borderBottom-gray {
    border-bottom: 2px solid #9A9A9A; }
  .u-borderBottom-red {
    border-bottom: 2px solid #19250E; }
  .u-borderTop-gray {
    border-top: 2px solid #9A9A9A; }
  .u-borderTop-red {
    border-top: 2px solid #19250E; }

.u-paddingBottom {
  padding-bottom: 48px; }
  .u-paddingBottom--half {
    padding-bottom: 24px; }
.u-paddingTop {
  padding-top: 48px; }
  .u-paddingTop--half {
    padding-top: 24px; }
.u-paddingLeft {
  padding-left: 48px; }
  .u-paddingLeft--half {
    padding-left: 24px; }
.u-paddingRight {
  padding-right: 48px; }
  .u-paddingRight--half {
    padding-right: 24px; }

.u-marginBottom {
  margin-bottom: 48px; }
  .u-marginBottom--half {
    margin-bottom: 24px; }
.u-marginTop {
  margin-top: 48px; }
  .u-marginTop--half {
    margin-top: 24px; }
.u-marginLeft {
  margin-left: 48px; }
  .u-marginLeft--half {
    margin-left: 24px; }
.u-marginRight {
  margin-right: 48px; }
  .u-marginRight--half {
    margin-right: 24px; }

.u-nomargin--sides {
  margin-left: 0;
  margin-right: 0; }

.u-alignRight {
  text-align: right; }
.u-alignCenter {
  text-align: center; }
.u-alignLeft {
  text-align: left; }

.u-roundCorner {
  border-radius: 5px; }

.u-circle {
  border-radius: 50%; }

.u-relative {
  position: relative; }

@media only screen and (max-width: 767px) {
  .u-sp-displaynone {
    display: none; } }

@media only screen and (min-width: 768px) {
  .u-pc-displaynone {
    display: none; } }

.color-red {
  color: #FF0105; }
  .color-red a {
    color: #FF0105; }
.color-white {
  color: #ffffff; }
  .color-white a, .color-white a:hover, .color-white a:active, .color-white a:focus {
    color: #ffffff; }
