@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
  display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/* Add Reset */

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

dl,
dt,
dd,
ol,
ul,
li {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

figure {
  margin: 0;
}


/* Clearfix */

.clear {
  clear: both;
}

.outlinefix {
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

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

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #4b8fb5;
}

a:visited {
  text-decoration: none;
  color: #4b8fb5;
}

a:hover {
  color: #78afe6;
}

::-moz-selection {
  background: #97BDC8;
  color: #FFF;
}

::selection {
  background: #97BDC8;
  color: #FFF;
}

a::-moz-selection {
  background: #ccc;
  color: #FFF;
}

a::selection {
  background: #ccc;
  color: #FFF;
}


/* LAYOUT CSS
------------------------------------------------------------------ */

* {
  box-sizing: border-box;
}


/*
base-font-size : 10px;
62.5% = 10px = 1em = 1rem
(Default)
*/

html {
  font-size: 62.5%;
  height: 100%;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
  backface-visibility: hidden;
}

html.is-open {
  overflow-y: hidden;
}

*::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
body {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#wrap {
  position: relative;
  width: 100%;
  padding: 0 0 0;
}


/* Contents
------------------------------------------------------------------ */

#content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 200px 0 200px;
}

main {
  position: relative;
  margin: 0 auto;
  padding: 0 0;
}

@media (min-width: 768px) and (max-width: 960px) {
  main {
    width: 100%;
  }
}

@media (max-width: 767px) {
  main {
    width: 100%;
  }
}


/* Header
------------------------------------------------------------------ */

.l-header {
  width: 100%;
}


/* Footer
------------------------------------------------------------------ */

.l-footer {
  width: 100%;
}


/* Section
------------------------------------------------------------------ */


/*MainSection*/

.l-section {
  position: relative;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 960px) {
  .l-section {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .l-section {
    padding: 0 20px;
    margin-top: 150px;
  }
}

.l-sub {
  position: relative;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
}

.l-sub:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .l-sub {
    margin-top: 50px;
  }
}

.l-child {
  position: relative;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.l-child:first-child {
  margin-top: 0;
}

.module {
  position: relative;
  margin-bottom: 75px;
}

.module:first-child {
  margin-top: 0;
}


/* PageTitle Headline */

.page-title {
  color: #2e3e7a;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}

.page-title span {
  display: block;
}

.page-title span~span {
  margin-top: 20px;
}

.page-title span.en {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  font-weight: bold;
}

.page-title span.ja {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .page-title span.en {
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .page-title span.ja {
    font-size: 34px;
    font-size: 3.4rem;
    white-space: nowrap;
  }
}

*::-ms-backdrop,
h2.page-title {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
h2.page-title {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}


/* Section Headline */

.section-title {
  position: relative;
  display: block;
  color: #333366;
  line-height: 1;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 3px;
}

*::-ms-backdrop,
.section-title {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.section-title {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}


/* Layout Style */

.l-fluid {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 960px) {
  .l-fluid {
    padding: 0 0;
  }
}

@media (max-width: 767px) {
  .l-fluid {
    padding: 0 0;
  }
}

.l-fixed {
  position: relative;
  width: 960px;
}

@media (min-width: 960px) and (max-width: 1200px) {
  .l-fixed {
    width: 100%;
    max-width: 960px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .l-fixed {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .l-fixed {
    width: 100%;
    padding: 0 20px;
  }
}

.container {
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 960px) and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 960px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}


/* contL
------------------------------------------------------------------ */

.l-main {
  float: left;
  width: 730px;
  margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 960px) {
  .l-main {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l-main {
    float: none;
    width: 100%;
  }
}

.half-col {
  width: 465px;
}

.col-left {
  float: left;
}

@media (min-width: 768px) and (max-width: 960px) {
  .col-left {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .col-left {
    float: none;
    width: 100%;
  }
}

.col-right {
  float: right;
}

@media (min-width: 768px) and (max-width: 960px) {
  .col-right {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .col-right {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}


/* contR
------------------------------------------------------------------ */

.l-sidebar {
  float: right;
  width: 200px;
}

@media (min-width: 768px) and (max-width: 960px) {
  .l-sidebar {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .l-sidebar {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}


/* Header
 ------------------------------------------------------------------ */

header.l-header {
  padding: 25px 30px 20px;
  background-color: transparent;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Headline */
  /* Home Btn */
  /* Global Nav */
  /* Remote Nav */
  /* Status : Srcoll */
}

header.l-header h1 {
  float: left;
}

header.l-header h1 a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

header.l-header h1 a:hover {
  opacity: 0.5;
}

header.l-header h1 svg {
  fill: #333;
  height: 33px;
}

header.l-header #home-btn {
  display: none;
  text-align: center;
}

header.l-header #home-btn a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4wIPEC4NFzdWWwAABL1JREFUSMddlzuOHGUUhb9z/5p2iBEY55ZgAUgELAA7JwB7CR4j26yAJWAQNkvgERDbAwkBkQUxkiUWYLAwCY9p9z0E/7OtUXVV9191H+eec/4aPXz0I/v9npOTQilBRCDRziIECp1IuibxXkS8A1wBLoZAiufAb5IeK/S94BGwl4TqOiVE/S7sZHdhx/b3P/8AcDgcWuL6QLu+KOmuxGlEXAKIqMEABEi6LLiM9C5wO0J/SLov6R72896IFJQS2ImA2J3swFDKRimlHRullOulbL+G4pOIcqk+WJAKEfU6SkERKIJt29i2jYjyeinlk1LKr2XbrpdSKFHYthY/giiFWjoAbgcF/MD2V7YvI9VV13UhbNfvbo8KMrPd07HgsuAr2w8sFWGwaWGI/rQENsX2t5JuzmQ1kCQywXhA7VYIFja9xlFUO90UfGtTXBcBCHtNwD3Q+/ZYn514Bs3MPuHxrBRkTvzUqlB95n3DZ1riRoMFmw9tPhqVti7G+kBmQi8x2pTc1kSM3ypS2Mi+ZfhQAlWowfZF0OeSGpQTtjn/VogN1qDE7KtLZiasY6jF1Uf9OfZFy0QlCnfBb3Q8MzvPNLrvREhPffa0Ee0sEYrjqkcBRvCG0d1GLnY2pzOBAJNeoW19mcbqHlijuJCOO+1QL4RyhfwU2AXmqu1LXS7LfZM4UOFlBl9nWJNGm2+g8TfZ4Xa/4ZLTV8P4aq8+E5yTJFg4aVJRQ3BJBjVR6zIkEEdpay9NFTmYe23DvD2DMwRe2QjEYD0lSgtcZxzRCojonk643jDiEEge48s0xm9vtt6yDVOaZDZmhzpfWzeeHbYue/fRGd04wvI5faCbg98Mm1c6c1YGz/nW+bnPeUnUZ6vWtTrpcjERg1INZnAmNq9ErehYlyKa46x2HE0ac86KBncE6mbTzmqa7x6jZWRpE8BfI/xUznCgCXXVXk1Y2VvXm92vPjv8dVFH0jYJ48y/IqQnYhF834VeSqoOa031kiUyj1zDGHeIPaHO9JOw+bl32HeaxXaqQbDeocbUVlafx7ABD9kMELyErAX9EoKz6FVPj1o+16Dzt2hz9BHErcvecsvqptdxrzkLSWfAs8UYCSCWRMMOB8RLRa0oZ+3U7dq5yKiz+ZBk5u+Z+SjA54Iv+qxCxx1HLJrtRbDIZiFNet27tchnvnmQfoB9Ho0g9yQ9jdHKouGj4cwCKnoe3Y2ZpnEejl6POsSG30H3aHJC8Bz7No293eZNDdrZ3V0oe/A83ljU5bIY0DoR7NvpfO6ObOv6m0D3uw2uG0I3lq5r0iv1jjGZL16tiNH5feOvKwJJzEQC6Q7wXX/NicWP5461dDEMYZVPgxevJPvOzjt13ln3npcM6yDxQaAvYzH7SWI3LnWJTKkNqWRWQmW9x+kvsT9w+uDDlFRMsx/2cJB0inQjpKeLxI9s0b0rHx85i3iKfcP41OYwYE/jTLb9/gVI7M/3RBSy1DkVxdfe4mFE+bhE3nLGa9MqGS9y4y1jmIWfGd/H+akbkRgFHnixf1El+sPDn/jv3/+4sNsRZe6v/R+4EkEpcSK4hnRV+B3MFcGrrY4/gd+wHxuf4TwznNs56OzFwfbn5+wu7Pgf01NkhnNNIVAAAAAASUVORK5CYII=);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

header.l-header #home-btn a:hover {
  opacity: 0.5;
}

header.l-header ul#g-nav {
  margin-top: 4px;
  float: right;
  text-align: right;
}

header.l-header ul#g-nav li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 28px;
  margin-left: 25px;
}

header.l-header ul#g-nav li.nav-top {
  display: none;
}

header.l-header ul#g-nav li:first-child {
  margin-left: 0;
}

header.l-header ul#g-nav li a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  color: #333;
}

header.l-header ul#g-nav li a:visited {
  color: #333;
}

header.l-header ul#g-nav li a:hover {
  opacity: 0.5;
  color: #333;
}

header.l-header ul#g-nav li.language-list a {
  padding: 10px 20px;
  background-color: #333;
  border-radius: 50px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

header.l-header ul#g-nav li.language-list a span.language01 {
  display: inline;
}

header.l-header ul#g-nav li.language-list a span.language02 {
  display: none;
  font-style: italic;
}

header.l-header ul#g-nav li.language-list a:link {
  color: #FFF;
}

header.l-header ul#g-nav li.language-list a:visited {
  color: #FFF;
}

header.l-header ul#g-nav li.language-list a:hover {
  opacity: 0.5;
  color: #FFF;
}

header.l-header ul#r-nav {
  display: none;
  text-align: center;
  width: 100%;
}

header.l-header ul#r-nav li {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  margin-left: 5px;
}

header.l-header ul#r-nav li:first-child {
  margin-left: 0;
}

header.l-header ul#r-nav li a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  color: #333;
}

header.l-header ul#r-nav li a:link {
  color: #333;
}

header.l-header ul#r-nav li a:visited {
  color: #333;
}

header.l-header ul#r-nav li a:hover {
  color: #666666;
}

header.l-header.is-scroll {
  background-color: #FFF;
  position: fixed;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

header.l-header.is-scroll h1 svg {
  fill: #333;
}

header.l-header.is-scroll ul#g-nav li a:link {
  color: #333;
}

header.l-header.is-scroll ul#g-nav li a:visited {
  color: #333;
}

header.l-header.is-scroll ul#g-nav li a:hover {
  color: #333;
}

header.l-header.is-scroll ul#g-nav li.language-list a {
  color: #FFF;
}

header.l-header.is-scroll ul#g-nav li.language-list a:link {
  color: #FFF;
}

header.l-header.is-scroll ul#g-nav li.language-list a:visited {
  color: #FFF;
}

header.l-header.is-scroll ul#g-nav li.language-list a:hover {
  color: #FFF;
}

@media (min-width: 768px) and (max-width: 960px) {
  header.l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    padding: 0;
    /* Status : Opened (Opened Add Transition)*/
    /* Headline */
    /* Global Nav */
    /* Remote Nav */
  }
  header.l-header.nav-open {
    background-color: transparent;
  }
  header.l-header.nav-opened {
    transition: all 0.2s ease-out 0.5s;
    -webkit-transition: all 0.2s ease-out 0.5s;
  }
  header.l-header h1 {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    float: none;
    text-align: center;
    margin: 0 auto;
    height: 16px;
    overflow: hidden;
  }
  header.l-header h1 svg {
    height: 28px;
  }
  header.l-header h1 g#jp {
    display: none;
  }
  header.l-header #nav-box {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    width: 100vw;
    max-width: 280px;
    background-color: #eeeeee;
    z-index: 3001;
    transform: translateX(280px);
    -webkit-transform: translateX(280px);
    /* Status : Open */
    /* Status : Opened (Opened Add Transition)*/
  }
  header.l-header #nav-box.nav-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.2s ease-out 0.5s;
    -webkit-transition: all 0.2s ease-out 0.5s;
  }
  header.l-header #nav-box.nav-opened {
    transition: all 0.2s ease-out 0.5s;
    -webkit-transition: all 0.2s ease-out 0.5s;
  }
  header.l-header #nav-area {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  header.l-header #home-btn {
    display: block;
  }
  header.l-header ul#g-nav {
    margin-top: 20px;
    float: none;
  }
  header.l-header ul#g-nav li {
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #DDD;
  }
  header.l-header ul#g-nav li.nav-top {
    display: block;
  }
  header.l-header ul#g-nav li:first-child {
    margin-left: 0;
  }
  header.l-header ul#g-nav li a {
    padding: 10px 20px;
    display: block;
  }
  header.l-header ul#g-nav li a:link {
    color: #333;
  }
  header.l-header ul#g-nav li a:visited {
    color: #333;
  }
  header.l-header ul#g-nav li a:hover {
    color: #666666;
  }
  header.l-header ul#g-nav li.language-list {
    width: calc(100% - 40px);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0;
  }
  header.l-header ul#g-nav li.language-list a {
    padding: 10px 20px;
    background-color: #333;
    border-radius: 25px;
    border: 1px solid #FFF;
  }
  header.l-header ul#g-nav li.language-list a span.language01 {
    display: none;
  }
  header.l-header ul#g-nav li.language-list a span.language02 {
    display: inline;
  }
  header.l-header ul#g-nav li.language-list a:link {
    color: #FFF;
  }
  header.l-header ul#g-nav li.language-list a:visited {
    color: #FFF;
  }
  header.l-header ul#g-nav li.language-list a:hover {
    opacity: 1;
    color: #FFF;
    background-color: #666666;
  }
  header.l-header ul#r-nav {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  header.l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    padding: 0;
    /* Headline */
    /* Home Btn */
    /* Global Nav */
    /* Remote Nav */
  }
  header.l-header.nav-open {
    background-color: transparent;
  }
  header.l-header h1 {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    float: none;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 16px;
  }
  header.l-header h1 svg {
    max-width: 200px;
  }
  header.l-header h1 g#jp {
    display: none;
  }
  header.l-header #home-btn {
    display: block;
  }
  header.l-header #nav-box {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    width: 160px;
    background-color: #eeeeee;
    z-index: 3001;
    transform: translateX(160px);
    -webkit-transform: translateX(160px);
    /* Status : Open */
    /* Status : Opened (Opened Add Transition)*/
  }
  header.l-header #nav-box.nav-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.2s ease-out 0.5s;
    -webkit-transition: all 0.2s ease-out 0.5s;
  }
  header.l-header #nav-box.nav-opened {
    transition: all 0.2s ease-out 0.5s;
    -webkit-transition: all 0.2s ease-out 0.5s;
  }
  header.l-header #nav-area {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  header.l-header ul#g-nav {
    margin-top: 20px;
    float: none;
  }
  header.l-header ul#g-nav li {
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    border-bottom: 1px solid #DDD;
  }
  header.l-header ul#g-nav li.nav-top {
    display: block;
  }
  header.l-header ul#g-nav li:first-child {
    margin-left: 0;
  }
  header.l-header ul#g-nav li a {
    padding: 10px 0;
    display: block;
  }
  header.l-header ul#g-nav li a:link {
    color: #333;
  }
  header.l-header ul#g-nav li a:visited {
    color: #333;
  }
  header.l-header ul#g-nav li a:hover {
    color: #666666;
  }
  header.l-header ul#g-nav li.language-list {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0;
  }
  header.l-header ul#g-nav li.language-list a {
    padding: 5px 20px;
    background-color: #333;
    border-radius: 20px;
    border: 1px solid #FFF;
  }
  header.l-header ul#g-nav li.language-list a span.language01 {
    display: none;
  }
  header.l-header ul#g-nav li.language-list a span.language02 {
    display: inline;
  }
  header.l-header ul#g-nav li.language-list a:link {
    color: #FFF;
  }
  header.l-header ul#g-nav li.language-list a:visited {
    color: #FFF;
  }
  header.l-header ul#g-nav li.language-list a:hover {
    opacity: 1;
    color: #FFF;
    background-color: #666666;
  }
  header.l-header ul#r-nav {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}


/* Top Page Only : Loading Set */

body.top header.l-header {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  /* Status : Loading Complete */
}

body.top header.l-header.is-loaded {
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

body.top header.l-header.is-loaded {
  position: fixed;
}

@media (min-width: 768px) and (max-width: 960px) {
  body.top header.l-header {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  body.top header.l-header.is-loaded {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
  }
}

@media (max-width: 767px) {
  body.top header.l-header {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  body.top header.l-header.is-loaded {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
  }
}


/* Nav Btn */

#nav-btn {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  z-index: 4001;
  outline: none;
  color: #fff;
  font-size: 0px;
  font-size: 0rem;
  cursor: pointer;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* Btn : Open */
  /* Status : Clicked (Cliked Add Transition) */
  /* Loading : default */
}

#nav-btn button {
  position: absolute;
  width: 19px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
}

#nav-btn button:focus {
  outline: none;
}

#nav-btn span {
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #333;
}

#nav-btn span.bar1 {
  top: 0;
  animation: hamburger01 1.5s forwards;
  -webkit-animation: hamburger01 1.5s forwards;
}

#nav-btn span.bar2 {
  top: 7px;
}

#nav-btn span.bar3 {
  bottom: 0;
  animation: hamburger02 1.5s forwards;
  -webkit-animation: hamburger02 1.5s forwards;
}

#nav-btn.btn-open {
  opacity: 1;
  visibility: visible;
}

#nav-btn.btn-open span.bar1 {
  top: 0;
  animation: hamburger01_open 1.5s forwards;
  -webkit-animation: hamburger01_open 1.5s forwards;
}

#nav-btn.btn-open span.bar2 {
  opacity: 0;
}

#nav-btn.btn-open span.bar3 {
  bottom: 0;
  animation: hamburger02_open 1.5s forwards;
  -webkit-animation: hamburger02_open 1.5s forwards;
}

#nav-btn.btn-clicked {
  transition: all 0.2s ease-out 0.5s;
  -webkit-transition: all 0.2s ease-out 0.5s;
}

#nav-btn.btn-loaded span.bar1 {
  animation: none;
}

#nav-btn.btn-loaded span.bar3 {
  animation: none;
}

@media (min-width: 768px) and (max-width: 960px) {
  #nav-btn {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  #nav-btn {
    opacity: 1;
    visibility: visible;
  }
  #nav-btn.btn-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}


/* Hamburger Btn : Animate */

@keyframes hamburger01 {
  0% {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
  }
  20% {
    transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
  }
  80% {
    transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes hamburger01 {
  0% {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
  }
  20% {
    transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
  }
  80% {
    transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes hamburger01_open {
  0% {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  20% {
    transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
  }
  80% {
    transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes hamburger01_open {
  0% {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  20% {
    transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
  }
  80% {
    transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}

@keyframes hamburger02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
  20% {
    transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
  }
  80% {
    transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes hamburger02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
  20% {
    transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
  }
  80% {
    transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes hamburger02_open {
  0% {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  20% {
    transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
  }
  80% {
    transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}

@-webkit-keyframes hamburger02_open {
  0% {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  20% {
    transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
  }
  80% {
    transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}


/*
 *
 * Top Page
 *
*/


/* Top-MainVisual
------------------------------------------------------------------ */

#main-visual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 960px) {
  #main-visual {
    height: 100%;
  }
}

@media (max-width: 767px) {
  #main-visual {
    height: 100%;
  }
}


/* Catch */

#main-catch-txt02 {
  position: absolute;
  z-index: 101;
  left: 10%;
  bottom: 15vh;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 2px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(75px);
  color: #333;
  will-change: transform, opacity;
}

#main-catch-txt02.is-loaded {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

#main-illust {
  position: absolute;
  z-index: 100;
  top: 46%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 39vw;
  height: 39vw;
  max-width: 667px;
  max-height: 667px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/top/gradation.jpg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 5.6s linear;
}

#main-illust.is-loaded {
  opacity: 0.9;
  visibility: visible;
}

@media (min-width: 960px) and (max-width: 1200px) {
  #main-catch-txt02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #main-illust {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50vw;
    height: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  #main-catch-txt02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #main-illust {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 70vw;
    height: 70vw;
  }
}

@media (max-width: 767px) {
  #main-catch-txt02 {
    left: 50%;
    transform: translateY(75px) translateX(-50%);
    letter-spacing: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main-catch-txt02.is-loaded {
    transform: translateY(0) translateX(-50%);
  }
  #main-illust {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80vw;
    height: 80vw;
  }
}


/* Press Box */

#press-box {
  width: 100%;
  min-height: 80px;
  position: absolute;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  background-color: #EEE;
  z-index: 1003;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  /* Status : Loading Complete */
}

#press-box .container {
  width: 100%;
  max-width: 900px;
}

#press-box h3 {
  display: none;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
}

#press-box li {
  display: none;
}

#press-box li:first-child {
  display: block;
}

#press-box #press-btn-close {
  display: none;
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 19px;
  height: 16px;
  color: #fff;
  border: 0;
  outline: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

#press-box #press-btn-close span {
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  background-color: #FFF;
}

#press-box #press-btn-close span.bar1 {
  top: 0;
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
}

#press-box #press-btn-close span.bar2 {
  display: none;
  top: 7px;
}

#press-box #press-btn-close span.bar3 {
  bottom: 0;
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
}

#press-box #press-btn-close:hover {
  opacity: 0.5;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 960px) {
  #press-box {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    background-color: #333;
    width: 100%;
    height: 100%;
    min-height: auto;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transform: none;
    -webkit-transform: none;
    /* Status : Loading Complete */
    /* Status : Visible (Modal Window) */
  }
  #press-box .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0;
    visibility: hidden;
  }
  #press-box h3 {
    position: absolute;
    top: calc(100% - 75%);
    display: block;
    width: 100%;
    font-size: 35px;
    font-size: 3.5rem;
    color: #FFF;
  }
  #press-box li {
    padding: 0 50px;
    line-height: 2;
  }
  #press-box #press-btn-close {
    display: block;
  }
  #press-box.is-loaded {
    opacity: 0;
    visibility: hidden;
    transform: none;
    -webkit-transform: none;
  }
  #press-box.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 5001;
  }
  #press-box.is-visible .container {
    visibility: visible;
  }
}

@media (max-width: 767px) {
  #press-box {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    padding: 20px 20px;
    background-color: #333;
    width: 100%;
    height: 100%;
    min-height: auto;
    z-index: -1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transform: none;
    -webkit-transform: none;
    /* Status : Loading Complete */
    /* Status : Visible (Modal Window) */
  }
  #press-box .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0;
    visibility: hidden;
  }
  #press-box h3 {
    position: absolute;
    top: calc(100% - 85%);
    display: block;
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
    color: #FFF;
  }
  #press-box li {
    padding: 0 50px;
    line-height: 2;
  }
  #press-box #press-btn-close {
    display: block;
  }
  #press-box.is-loaded {
    opacity: 0;
    visibility: hidden;
    transform: none;
    -webkit-transform: none;
  }
  #press-box.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 5001;
  }
  #press-box.is-visible .container {
    visibility: visible;
  }
}


/* Btn Open */

#press-btn-open {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  border: 0;
  padding-left: 55px;
  border-radius: 0;
  background-color: #eeeeee;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: inherit;
  font-style: italic;
  z-index: 1001;
  color: #333;
  font-style: normal;
  -webkit-appearance: none;
  text-align: left;
}

#press-btn-open.is-loaded {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

#press-btn-open::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMS4zIDIyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjExLjMgMjIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMzMzMzMzO30NCgkuc3Qxe2ZpbGw6Izk5OTk5OTt9DQo8L3N0eWxlPg0KPGc+DQoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyOCwxMDUuOTk5OTkgMjExLjMsMTA1Ljk5OTk5IDAsLTAuMDAwMDEgCSIvPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMjExLjMsMTEyLjY5OTk5IDI4LjcsMTEyLjY5OTk5IDAsMjIwIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: 25px;
}

#press-btn-open span {
  display: block;
}

#press-btn-open span:first-child {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

#press-btn-open span:first-child::after {
  content: " \a";
}

#press-btn-open span~span {
  font-size: 11px;
  font-size: 1.1rem;
}

@media (min-width: 768px) and (max-width: 960px) {
  #press-btn-open {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  #press-btn-open.is-loaded {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
  }
  #press-btn-open.is-loaded:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  #press-btn-open {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  #press-btn-open.is-loaded {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
  }
  #press-btn-open.is-loaded:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}


/* Scroll Icon */

#press-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  z-index: 1100;
  /* Status : Line Start */
  /* Status : Start (Mask Start) */
}

#press-mask::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #EEE;
  bottom: 0;
  left: 0;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  z-index: 1101;
}

#press-mask.is-loaded {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

#press-mask.is-loaded::before {
  width: 100%;
}

#press-mask.is-start {
  bottom: 80px;
  height: 0;
}

#press-mask.is-start::before {
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 960px) {
  #press-mask {
    height: 50px;
  }
  #press-mask.is-start {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  #press-mask {
    height: 50px;
  }
  #press-mask.is-start {
    bottom: 50px;
  }
}


/* Top-Content
------------------------------------------------------------------ */

body.top .l-section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0;
}

body.top .l-section h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

body.top .l-section h3 span {
  position: relative;
}

body.top .l-section h3 span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #e6a4be transparent transparent;
  transform: translate(-150%, -50%);
  -webkit-transform: translate(-150%, -50%);
}

body.top .l-section h3 span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #8faad0;
  transform: translate(150%, -50%);
  -webkit-transform: translate(150%, -50%);
}

body.top .l-section h3+ul,
body.top .l-section h3+div {
  margin-top: 50px;
}

body.top .l-section h3+p {
  margin-top: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.75;
  font-feature-settings: "palt";
}

@media (min-width: 768px) and (max-width: 960px) {
  body.top .l-section h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  body.top .l-section {
    margin-top: 0;
  }
  body.top .l-section h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}


/* 
body.top .l-fluid header,
body.top .l-fluid div {
  position: relative;
  z-index: 2000;
}
 */

body.top .l-fixed {
  margin: 0 auto;
}


/* News Section */

.sec-news {
  position: relative;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#news-feed {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  background-image: url(../images/common/loading@2x.gif);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center center;
}

#news-feed.is-visible {
  background-image: none;
}

#news-feed li {
  padding: 20px 0;
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #4b8fb5;
}

#news-feed li:first-child {
  display: block;
  padding-top: 0;
}

#news-feed li time {
  margin-right: 10px;
  color: #333;
}

#news-feed li i {
  vertical-align: -4px;
  vertical-align: -0.4rem;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
}

#news-feed li [class^=icon-]:before,
#news-feed li [class*=" icon-"]:before {
  margin-left: 0;
  margin-right: 15px;
}

#news-feed li span {
  vertical-align: middle;
}

#news-feed li a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  background-color: transparent;
}

@media (min-width: 768px) and (max-width: 960px) {
  #news-feed {
    min-height: 300px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #news-feed {
    min-height: 420px;
    overflow: hidden;
  }
  #news-feed li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #news-feed li span {
    display: block;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #4b8fb5;
  }
  #news-feed li a i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.fb-container {
  width: 100%;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 960px) {
  .fb-container {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .fb-container {
    overflow: hidden;
  }
}


/* AboutUs Section */

.sec-aboutus {
  background-color: #EEE;
}

#aboutus-txt {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
}

#aboutus-txt figure {
  width: 200px;
  height: 210px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#aboutus-txt figure+p {
  margin-top: 50px;
}

#aboutus-txt #aboutus-infographics01 {
  position: absolute;
  top: 0;
  left: 0;
  fill: #FFF;
  stroke: #97BDC8;
  stroke-miterlimit: 10;
  z-index: 500;
}

#aboutus-txt #aboutus-infographics02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 114.52px;
  fill: #cbe0e3;
  z-index: 499;
}

@media (min-width: 768px) and (max-width: 960px) {
  #aboutus-txt {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  #aboutus-txt {
    padding: 0 20px;
  }
}


/* Technology Section */

#technology-list {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#technology-list li {
  width: 45%;
  height: 176px;
  position: relative;
  padding: 0 0;
  text-align: center;
  color: #4ba2b5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  box-shadow: 0 0 0 0 #bbb, inset 0 0 0 #fff;
  font-weight: bold;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjczLjYgMjM3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzMuNiAyMzc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7c3Ryb2tlOiNDNkRFRTY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjA0LjksMC41IDY4LjcsMC41IDAuNiwxMTguNSA2OC43LDIzNi41IDIwNC45LDIzNi41IDI3MywxMTguNSAiLz4NCjwvc3ZnPg0K);
  background-size: 203px 176px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#technology-list li:nth-child(n+3) {
  margin-top: 30px;
}

#technology-list li::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMS4zIDIyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjExLjMgMjIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNEJBMkI1O30NCgkuc3Qxe2ZpbGw6I0U4RjFGMjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyOCwxMDYgMjExLjMsMTA2IDAsMCAJIi8+DQoJPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIyMTEuMywxMTIuNyAyOC43LDExMi43IDAsMjIwIAkiLz4NCjwvZz4NCjwvc3ZnPg0K);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: 50px;
}

#technology-list li::after {
  content: "";
  position: absolute;
  left: 65px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: calc(100% - 268px);
  height: 1px;
  border-top: 1px solid #94cdd9;
}

#technology-list li h4 {
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: left;
  line-height: 1;
}

#technology-list li h4 span.ja {
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}

#technology-list li h4 span.en {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 960px) {
  #technology-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #technology-list li {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  #technology-list li:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #technology-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #technology-list li {
    width: 100%;
    height: 88px;
    margin-top: 30px;
    margin-left: 0;
    background-size: 102px 88px;
  }
  #technology-list li:first-child {
    margin-top: 0;
  }
  #technology-list li::before {
    width: 25px;
  }
  #technology-list li::after {
    content: "";
    position: absolute;
    left: 35px;
    width: calc(100% - 136px);
  }
  #technology-list li h4 {
    left: 35px;
  }
  #technology-list li h4 span.ja {
    top: -15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #technology-list li h4 span.en {
    top: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
}


/* Product Section */

.sec-product {
  background-color: #EEE;
}

.sec-product .container {
  width: 1120px;
}

.sec-product .cart-button a {
  display: block;
  padding: 15px 15px;
  width: auto;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  border: 5px solid #FFF;
  border-radius: 0;
  background-color: #f1f7f8;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, white 5px, white 10px);
  margin-top: 30px;
  color: #4b8fb5;
}

.sec-product .cart-button a div {
  display: inline-block;
  text-align: left;
  padding-left: 40px;
}

.sec-product .cart-button a div::before {
  content: "\e800";
  position: absolute;
  left: 0;
  width: 40px;
  font-weight: normal;
  font-family: "fontello";
  font-size: 30px;
  font-size: 3rem;
}

.sec-product .cart-button a svg {
  fill: #4b8fb5;
  margin-left: 0.3rem;
  width: 155px;
  height: 12px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.sec-product .cart-button a .button-txt {
  letter-spacing: 3px;
  margin: 5px 0 0 0;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
}

.sec-product .cart-button a:link {
  color: #4b8fb5;
}

.sec-product .cart-button a:visited {
  color: #4b8fb5;
}

.sec-product .cart-button a:hover {
  box-shadow: 0px 0px 10px 5px #e8f1f2;
  background-color: #f1f7f8;
  color: #97b9cc;
}

.sec-product .cart-button a:hover svg {
  fill: #97b9cc;
}

@media (min-width: 960px) and (max-width: 1200px) {
  .sec-product .container {
    width: 100%;
    max-width: 960px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .sec-product .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec-product .container {
    width: 100%;
  }
}

#product-box {
  padding: 30px;
  background-color: #FFF;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

#product-box #product-inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#product-box #product-inner::-webkit-scrollbar {
  height: 10px;
}

#product-box #product-inner::-webkit-scrollbar-track {
  margin: 0 2px;
  border-radius: 5px;
  background-color: #EEE;
}

#product-box #product-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #c9c9c9;
}

#product-box #product-inner #product-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
}

#product-box #product-inner #product-list li {
  text-align: center;
  min-width: 350px;
  padding: 30px;
}

#product-box #product-inner #product-list li figure {
  height: 75px;
  position: relative;
}

#product-box #product-inner #product-list li figure img {
  max-width: 200px;
  max-height: 75px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#product-box #product-inner #product-list li h4 {
  position: relative;
  min-height: 50px;
  margin-top: 20px;
  white-space: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

#product-box #product-inner #product-list li h4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#product-box #product-inner #product-list li p {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
}

#product-box #product-inner #product-list li .button {
  margin-top: 20px;
}

@media (min-width: 960px) and (max-width: 1200px) {
  #product-box {
    max-width: 960px;
  }
  #product-box #product-inner #product-list li {
    min-width: calc(100% / 2);
  }
}

@media (max-width: 767px) {
  #product-box {
    padding: 20px;
  }
  #product-box #product-inner #product-list li {
    text-align: center;
    min-width: calc(100%);
    padding: 30px;
  }
  #product-box #product-inner #product-list li h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


/* ProductList : Swipe Announce */

#product-swipe {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
}

#product-swipe span {
  position: relative;
}

#product-swipe span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: #666666;
  left: 0;
}

#product-swipe span::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: #666666;
  right: 0;
}

#product-swipe span i {
  font-style: normal;
}

#product-swipe span i::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-top: -1px;
  margin-right: 20px;
  background-color: #666666;
  vertical-align: middle;
}

#product-swipe span i::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-top: -1px;
  margin-left: 20px;
  background-color: #666666;
  vertical-align: middle;
}


/* Product Modal Window */

#product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEE;
  display: none;
  z-index: 6000;
}

#product-modal h3 {
  display: none;
}

#product-modal-box {
  position: absolute;
  width: calc(100% - 118px);
  height: auto;
  max-height: calc(100% - 112px);
  overflow-y: auto;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #FFF;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) and (max-width: 960px) {
  #product-modal-box {
    width: calc(100% - 40px);
    max-height: calc(100% - 91px);
    top: 66px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) {
  #product-modal-box {
    width: calc(100% - 40px);
    max-height: calc(100% - 76px);
    top: 56px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

#product-btn-close {
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 19px;
  height: 16px;
  color: #333;
  border: 0;
  outline: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

#product-btn-close span {
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  background-color: #333;
}

#product-btn-close span.bar1 {
  top: 0;
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
}

#product-btn-close span.bar2 {
  display: none;
  top: 7px;
}

#product-btn-close span.bar3 {
  bottom: 0;
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
}

#product-btn-close:hover {
  opacity: 0.5;
  cursor: pointer;
}

.product-modal-inner {
  display: none;
  padding: 30px 20px;
  border: 3px solid #CCC;
}

.product-modal-inner.is-open {
  display: block;
}

.product-modal-inner .product-detail {
  float: left;
  width: calc(100% / 2 - 50px);
}

.product-modal-inner .product-detail~.product-detail {
  float: right;
}

.product-modal-inner .product-detail h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.product-modal-inner .product-detail p {
  line-height: 1.75;
  font-size: 13px;
  font-size: 1.3rem;
}

.product-modal-inner .product-detail .product-detail-logo {
  margin-top: 30px;
}

.product-modal-inner .product-detail .product-detail-logo .logo {
  width: 20%;
  float: left;
  text-align: center;
}

.product-modal-inner .product-detail .product-detail-logo .logo img {
  max-height: 100px;
}

.product-modal-inner .product-detail .product-detail-logo p {
  margin: 0;
  width: calc(80% - 30px);
  float: right;
}

.product-modal-inner .product-detail .product-detail-txt {
  margin-top: 30px;
}

.product-modal-inner .product-detail .product-detail-txt h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.product-modal-inner .product-detail .product-detail-txt h5 span {
  border-bottom: 5px solid #333;
}

.product-modal-inner .product-detail .product-detail-txt h5+p,
.product-modal-inner .product-detail .product-detail-txt h5+figure,
.product-modal-inner .product-detail .product-detail-txt h5+table {
  margin-top: 20px;
}

.product-modal-inner .product-detail .product-detail-txt dl {
  margin-top: 30px;
}

.product-modal-inner .product-detail .product-detail-txt dl dt {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 1.5;
}

.product-modal-inner .product-detail .product-detail-txt dl dd {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.product-modal-inner .product-detail .product-detail-txt table {
  width: 100%;
  margin-top: 20px;
  word-wrap: normal;
  word-break: break-all;
}

.product-modal-inner .product-detail .product-detail-txt caption {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
}

.product-modal-inner .product-detail .product-detail-txt table>thead>tr>th,
.product-modal-inner .product-detail .product-detail-txt table>tbody>tr>th,
.product-modal-inner .product-detail .product-detail-txt table>tfoot>tr>th {
  padding: 10px 15px 10px 0;
  vertical-align: top;
  border-top: 0px solid #dddddd;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.428571429;
}

.product-modal-inner .product-detail .product-detail-txt table>tbody>tr>td,
.product-modal-inner .product-detail .product-detail-txt table>tfoot>tr>td {
  padding: 10px 0px 10px 0;
  vertical-align: top;
  border-top: 0px solid #dddddd;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.428571429;
}

.product-modal-inner .product-detail .product-detail-txt .col2 {
  float: left;
  width: calc( calc(100% / 2) - 10px);
}

.product-modal-inner .product-detail .product-detail-txt .col2~.col2 {
  float: right;
}

.product-modal-inner .product-detail figure {
  text-align: center;
}

.product-modal-inner .product-detail figure img {
  max-height: 400px;
}

.product-modal-inner .product-detail .button a {
  border: 1px solid #333;
  background-color: #333;
}

.product-modal-inner .product-detail .button a:link {
  color: #FFF;
}

.product-modal-inner .product-detail .button a:visited {
  color: #FFF;
}

.product-modal-inner .product-detail .button a:hover {
  background-color: transparent;
  color: #333;
}

@media (min-width: 960px) and (max-width: 1200px) {
  .product-modal-inner .product-detail {
    width: 100%;
    float: none;
  }
  .product-modal-inner .product-detail~.product-detail {
    float: none;
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .product-modal-inner .product-detail {
    width: 100%;
    float: none;
  }
  .product-modal-inner .product-detail~.product-detail {
    float: none;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .product-modal-inner .product-detail {
    width: 100%;
    float: none;
  }
  .product-modal-inner .product-detail~.product-detail {
    float: none;
    margin-top: 50px;
  }
  .product-modal-inner .product-detail h4 {
    line-height: 1.5;
  }
  .product-modal-inner .product-detail .product-detail-logo .logo {
    width: 100%;
    float: none;
  }
  .product-modal-inner .product-detail .product-detail-logo .logo img {
    max-height: 80px;
    max-width: 80%;
  }
  .product-modal-inner .product-detail .product-detail-logo p {
    margin: 20px 0 0;
    width: 100%;
    float: none;
  }
  .product-modal-inner .product-detail .product-detail-txt h5 span {
    line-height: 2;
  }
  .product-modal-inner .product-detail .product-detail-txt table>thead>tr>th,
  .product-modal-inner .product-detail .product-detail-txt table>tbody>tr>th,
  .product-modal-inner .product-detail .product-detail-txt table>tfoot>tr>th {
    white-space: normal;
  }
}

#bnr-box {
  width: calc(1120px - 60px);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  position: relative;
}

#bnr-box #bnr-area {
  position: static;
}

#bnr-box .bx-wrapper {
  position: static;
}

#bnr-box .bx-controls {
  position: static;
}

#bnr-box .bx-controls-direction {
  position: static;
}

#bnr-box .bnr-item {
  display: none;
}

#bnr-box .patent-item:first-child {
  display: block;
}

#bnr-box .bx-wrapper .bnr-item {
  text-align: center;
}

#bnr-box .bx-wrapper .bnr-item img {
  max-width: 100%;
  display: inline;
}

@media (min-width: 960px) and (max-width: 1200px) {
  #bnr-box {
    width: calc(960px - 60px);
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  #bnr-box {
    width: calc(100% - 60px);
  }
}

@media (max-width: 767px) {
  #bnr-box {
    width: calc(100% - 60px);
  }
}


/* Recruit */

#sec-recruit h3 {
  color: #000;
}

#sec-recruit .button a {
  border: 1px solid #000;
}

#sec-recruit .button a:link {
  color: #000;
}

#sec-recruit .button a:visited {
  color: #000;
}

#sec-recruit .button a:hover {
  background-color: #000;
  color: #FFF;
}


/*
 *
 * Lower Page
 *
 */


/* Lower Page Layout : section
------------------------------------------------------------------ */

body.lower .l-section {
  margin-top: 0;
}

body.lower .l-section header {
  text-align: center;
}

body.lower .l-section header strong {
  font-size: 15px;
  font-size: 1.5rem;
  color: #2e3e7a;
}

body.lower .l-section header strong br {
  display: none;
}

body.lower .l-section p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
}

body.lower .l-section h3 {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 3px;
  color: #2e3e7a;
}

body.lower .l-section h3 span.en {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

body.lower .l-section h3 span.ja {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

body.lower .l-section h3+ul,
body.lower .l-section h3+div,
body.lower .l-section h3+table {
  margin-top: 50px;
}

body.lower .l-section h3+p {
  margin-top: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
}

@media (min-width: 768px) and (max-width: 960px) {
  body.lower .l-section {
    padding: 0 0;
  }
  body.lower .l-section h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  body.lower .l-section h3 span.en {
    font-size: 25px;
    font-size: 2.5rem;
  }
  body.lower .l-section h3 span.ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  body.lower .l-section {
    padding: 0 0;
  }
  body.lower .l-section header strong br {
    display: block;
  }
  body.lower .l-section h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  body.lower .l-section h3 span.en {
    font-size: 25px;
    font-size: 2.5rem;
  }
  body.lower .l-section h3 span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

body.lower .l-sub {
  margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 960px) {
  body.lower .l-sub {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  body.lower .l-sub {
    padding: 0 20px;
  }
}

body.lower .l-child {
  margin-top: 75px;
}

body.lower .l-child~.l-child::before {
  content: "";
  width: 50px;
  height: 7px;
  background-color: #2e3e7a;
  display: block;
  margin: 0 auto 75px;
}

body.lower table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  word-wrap: normal;
  word-break: break-all;
  border-collapse: collapse;
}

body.lower caption {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

body.lower table>thead>tr>th,
body.lower table>tbody>tr>th,
body.lower table>tfoot>tr>th {
  padding: 15px 15px 10px 0;
  vertical-align: top;
  border-top: 0px solid #dddddd;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.75;
}

body.lower table>tbody>tr>td,
body.lower table>tfoot>tr>td {
  padding: 15px 0px 10px 0;
  vertical-align: top;
  border-top: 0px solid #dddddd;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
}

body.lower table>tbody>tr {
  border-bottom: 1px solid #CCC;
}


/* Page Cover
------------------------------------------------------------------ */

#page-cover {
  position: relative;
  width: 100%;
  border: 0px solid #000;
  padding: 50px 0;
}

@media (min-width: 768px) and (max-width: 960px) {
  #page-cover {
    padding: 80px 0 50px;
  }
}

@media (max-width: 767px) {
  #page-cover {
    padding: 80px 0 50px;
  }
}

#page-cover+.l-sub {
  margin-top: 0;
}


/* Each Lower Pages
------------------------------------------------------------------ */

#page-aboutus #page-icon {
  width: 200px;
  height: 210px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#page-aboutus #page-icon+p {
  margin-top: 50px;
}

#page-aboutus #page-icon #aboutus-infographics01 {
  position: absolute;
  top: 0;
  left: 0;
  fill: #FFF;
  stroke: #94bbc6;
  stroke-miterlimit: 10;
  z-index: 500;
}

#page-aboutus #page-icon #aboutus-infographics02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 114.52px;
  fill: #e8f1f2;
  z-index: 499;
}

#page-aboutus table {
  max-width: 750px;
  margin-top: 20px;
}

#page-technology #page-icon {
  width: 300px;
  height: 142px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#page-technology #page-icon+p {
  margin-top: 50px;
}

#page-technology #page-icon svg {
  position: absolute;
  fill: #FFF;
  stroke: #94bbc6;
  stroke-width: 1;
}

#page-technology #page-icon #technology-infographics01 {
  width: 166px;
  height: 142px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#page-technology #page-icon #technology-infographics02 {
  width: 83px;
  height: 71px;
  top: 0;
  left: 0;
}

#page-technology #page-icon #technology-infographics03 {
  width: 83px;
  height: 71px;
  bottom: 0;
  right: 0;
}

#page-technology .sec-technical h3.section-title {
  padding: 30px 0;
  color: #5190b7;
  border-bottom: 1px dotted #5190b7;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  letter-spacing: normal;
}

#page-technology .sec-technical h3.section-title span.wrap-title {
  display: block;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 35px;
  /* horizontal line */
}

#page-technology .sec-technical h3.section-title span.wrap-title::before,
#page-technology .sec-technical h3.section-title span.wrap-title::after {
  content: "";
  position: absolute;
  background-color: rgba(81, 144, 183, 0.6);
  transition: transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
}

#page-technology .sec-technical h3.section-title span.wrap-title::before {
  bottom: 0;
  left: calc(50% - 6px / 2);
  width: 6px;
  height: 24px;
}

#page-technology .sec-technical h3.section-title span.wrap-title::after {
  bottom: 9px;
  left: calc(50% - 24px / 2);
  width: 24px;
  height: 6px;
  transform-origin: center;
  -webkit-transform-origin: center;
}

#page-technology .sec-technical h3.section-title span.ja {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

#page-technology .sec-technical h3.section-title span.en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: normal;
}

#page-technology .sec-technical h3.section-title.is-toggle {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

#page-technology .sec-technical h3.section-title.is-toggle span.wrap-title::before,
#page-technology .sec-technical h3.section-title.is-toggle span.wrap-title::after {
  background-color: #5190b7;
}

#page-technology .sec-technical h3.section-title.is-toggle span.wrap-title::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#page-technology .sec-technical h3.section-title.is-toggle span.wrap-title::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

#page-technology .sec-technical:first-child .section-title {
  border-top: 1px dotted #5190b7;
}

#page-technology .sec-technical~.sec-technical {
  margin-top: 0;
}

#page-technology .sec-technical~.sec-technical::before {
  content: none;
}

#page-technology .sec-technical .detail-technical {
  display: none;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 1px dotted #5190b7;
}

#page-technology .sec-technical .detail-technical .container {
  padding: 0;
}

#page-technology .sec-technical .detail-technical h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#page-technology .sec-technical .detail-technical h4 strong {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  background-color: #333;
  color: #FFF;
  line-height: normal;
}

#page-technology .sec-technical .detail-technical h4+p {
  margin-top: 30px;
}

#page-technology .sec-technical .detail-technical dl {
  margin-top: 30px;
}

#page-technology .sec-technical .detail-technical dl dt {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

#page-technology .sec-technical .detail-technical dl dd {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

#page-recruit #page-icon {
  width: 212px;
  height: 196px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#page-recruit #page-icon svg {
  position: absolute;
}

#page-recruit #page-icon svg #line {
  fill: none;
  stroke: #94BBC6;
  stroke-width: 1;
}

#page-recruit #page-icon svg #cirlcle {
  fill: #4B8FB5;
}

#page-recruit #page-icon #recruit-infographics01 {
  width: 212px;
  height: 196px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#page-recruit .recruit-box {
  border: 3px solid #CCC;
  display: table;
}

#page-recruit .recruit-box .recruit-message {
  display: table-cell;
  width: 50%;
  padding: 25px;
  background-color: #EFEFEF;
  vertical-align: middle;
}

#page-recruit .recruit-box .recruit-detail {
  display: table-cell;
  width: 50%;
  padding: 30px;
}

@media (max-width: 767px) {
  #page-recruit .recruit-box {
    display: block;
  }
  #page-recruit .recruit-box .recruit-message {
    display: block;
    width: 100%;
    padding: 20px;
  }
  #page-recruit .recruit-box .recruit-detail {
    display: block;
    width: 100%;
  }
}

#patent-box {
  border: 5px solid #CCC;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#patent-area {
  padding: 50px 20px 20px;
  background-color: #EFEFEF;
}

#patent-area .bx-wrapper::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-bottom: 2px dashed #CCC;
}

#patent-area .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: 1.5px;
  outline: 0;
  width: auto;
  height: auto;
  z-index: 1500;
  text-indent: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  font-size: 30px;
  font-size: 3rem;
  color: #CCC;
}

#patent-area .bx-wrapper .bx-controls-direction a:link {
  color: #CCC;
}

#patent-area .bx-wrapper .bx-controls-direction a:visited {
  color: #CCC;
}

#patent-area .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.5;
  color: #CCC;
}

#patent-area .bx-wrapper .bx-prev {
  left: -13px;
  background: none;
}

#patent-area .bx-wrapper .bx-prev span:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
}

#patent-area .bx-wrapper .bx-next {
  right: -13px;
  background: none;
}

#patent-area .bx-wrapper .bx-next span:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
}

.patent-item {
  height: 100px;
  font-size: 14px;
  text-align: center;
  display: none;
  /* Status : Active */
}

.patent-item:first-child {
  display: block;
}

.patent-item::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  background-color: #97bdd4;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.patent-item .patent-date {
  position: absolute;
  left: 50%;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.patent-item .patent-detail {
  display: none;
}

.patent-item.is-active::after {
  width: 50px;
  height: 50px;
  background-color: #2e3e7a;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  box-shadow: 0px 0px 10px #2e3e7a;
}

.patent-item.is-active .patent-date {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .patent-item::after {
    width: 20px;
    height: 20px;
  }
  .patent-item .patent-date {
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .patent-item.is-active::after {
    width: 35px;
    height: 35px;
  }
  .patent-item.is-active .patent-date {
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
}

#detail-box {
  padding: 30px;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

#detail-box strong {
  font-size: 16px;
  font-size: 1.6rem;
}


/* Page Sitepolicy */

#page-sitepolicy #page-icon {
  width: 193px;
  height: 199px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#page-sitepolicy #page-icon svg {
  position: absolute;
  fill: #FFF;
}

#page-sitepolicy #page-icon #sitepolicy-infographics01 .top-triangle {
  fill: #4b8fb5;
}

#page-sitepolicy #page-icon #sitepolicy-infographics01 .bottom-triangle {
  fill: #e8f1f2;
}


/* Footer
------------------------------------------------------------------ */

footer.l-footer.l-section {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}


/* Contact */

#footer-contact {
  padding: 75px 0;
  background-color: transparent;
}

#footer-contact h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

#footer-contact h3 span {
  position: relative;
}

#footer-contact h3 span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #e6a4be transparent transparent;
  transform: translate(-150%, -50%);
  -webkit-transform: translate(-150%, -50%);
}

#footer-contact h3 span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #8faad0;
  transform: translate(150%, -50%);
  -webkit-transform: translate(150%, -50%);
}

#footer-contact h3+ul,
#footer-contact h3+div {
  margin-top: 50px;
}

#footer-contact h3+p {
  margin-top: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.75;
}

#footer-contact #contact-box {
  margin-top: 50px;
}

#footer-contact #contact-box address {
  text-align: center;
  font-style: normal;
}

#footer-contact #contact-box address div.contact-inner-button {
  display: inline-block;
}

#footer-contact #contact-box address div.contact-inner-button~div {
  margin-left: 30px;
}

#footer-contact #contact-box address div.contact-inner-button p {
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  #footer-contact #contact-box address div.contact-inner-button {
    display: block;
  }
  #footer-contact #contact-box address div.contact-inner-button~div {
    margin-top: 30px;
    margin-left: 0;
  }
}


/* Google Map */

#footer-map {
  width: 100%;
  height: 350px;
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 960px) {
  #footer-map {
    height: 350px;
  }
}

@media (max-width: 767px) {
  #footer-map {
    height: 300px;
  }
}

#footer-map #infoWindow {
  width: 250px !important;
  height: auto;
}

#footer-map #infoWindow #mapTitle {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

#footer-map #infoWindow #mapAddress {
  font-size: 12px;
  font-size: 1.2rem;
}

#footer-map #infoWindow #mapMore {
  font-size: 11px;
  font-size: 1.1rem;
}

#footer-map img {
  max-width: none;
}


/* Footer Info  */

#footer-info {
  position: relative;
  margin-top: 0;
  padding: 50px 0;
  text-align: center;
  background-color: #FFF;
  color: #333;
}

#footer-info .foot-logo {
  overflow: hidden;
  margin: 0 auto;
}

#footer-info .foot-logo svg {
  fill: #333;
  width: 157px;
  height: 15.78px;
}

#footer-info .foot-menu {
  margin-top: 15px;
  text-align: center;
}

#footer-info .foot-menu li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}

#footer-info .foot-menu li a {
  color: #333;
  text-decoration: underline;
}

#footer-info .foot-menu li a:link {
  color: #333;
}

#footer-info .foot-menu li a:visited {
  color: #333;
}

#footer-info .foot-menu li a:hover {
  color: #333;
}

#footer-info .footer-copyright {
  position: relative;
  margin: 15px auto 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

#footer-info .footer-copyright small {
  font-size: 11px;
  font-size: 1.1rem;
}


/*
 *
 * English Page
 *
 */

body.en {
  /* AboutUs Section */
  /* Product Section */
}

body.en #main-catch #main-catch-txt02 {
  font-family: "century", serif;
  letter-spacing: 1.4px;
}

body.en #press-box {
  display: none;
}

body.en #press-btn-open {
  display: none;
}

body.en .page-title span.en {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
}

body.en .sec-aboutus {
  background-color: #FFF;
}

body.en #product-box {
  margin-top: 50px;
  padding: 0;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

body.en #product-box #product-list {
  display: flex;
  -webkit-display: flex;
  flex-wrap: row;
  -webkit-flex-wrap: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

body.en #product-box #product-list li {
  width: calc( (100% / 2) - 10px);
  padding: 30px;
  background-color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

body.en #product-box #product-list li figure img {
  border: 5px solid #EEE;
}

body.en #product-box #product-list li h4 {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2e3e7a;
  font-weight: bold;
}

@media (max-width: 767px) {
  body.en #product-box #product-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
  }
  body.en #product-box #product-list li {
    width: 100%;
  }
  body.en #product-box #product-list li~li {
    margin-top: 20px;
  }
}


/*
 *
 * Common
 *
 */

#top-btn {
  display: none;
  width: 37px;
  height: 37px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 2900;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

#top-btn a {
  display: block;
  text-align: center;
  height: 37px;
  line-height: 37px;
  border-radius: 37px;
  font-size: 25px;
  font-size: 2.5rem;
  color: #FFF;
  background-color: #333;
}


/* Active Overlay */

.active-overlay {
  display: none;
}

@media (min-width: 768px) and (max-width: 960px) {
  .active-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    z-index: 2900;
  }
  .active-overlay.overlay-active {
    visibility: visible;
    opacity: 1;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
  }
}

@media (max-width: 767px) {
  .active-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    z-index: 2900;
  }
  .active-overlay.overlay-active {
    visibility: visible;
    opacity: 1;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
  }
}


/* Anchor,Button */

.button {
  margin-top: 50px;
}

.button button {
  display: block;
  padding: 15px 15px;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  cursor: pointer;
  color: #FFF;
  background-color: #4b8fb5;
  border: none;
}

.button button:hover {
  background-color: #97b9cc;
  color: #FFF;
}

.button a {
  display: block;
  padding: 15px 15px;
  width: auto;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  color: #FFF;
  background-color: #4b8fb5;
}

.button a span.ja {
  letter-spacing: 3px;
}

.button a:link {
  color: #FFF;
}

.button a:visited {
  color: #FFF;
}

.button a:hover {
  background-color: #97b9cc;
  color: #FFF;
}

button {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

*::-ms-backdrop,
button {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
button {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.outside-button a {
  display: block;
  padding: 15px 15px;
  width: auto;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  border: 1px solid #4b8fb5;
  background-color: #4b8fb5;
}

.outside-button a span.ja {
  letter-spacing: 3px;
}

.outside-button a:link {
  color: #FFF;
}

.outside-button a:visited {
  color: #FFF;
}

.outside-button a:hover {
  background-color: #97b9cc;
  border: 1px solid #97b9cc;
  color: #FFF;
}

.contact-inner-button.contact-idvox{
  padding-bottom: 40px;
}

#footer-contact #contact-box address div.contact-inner-button.contact-idvox p{
  font-size: 1.4em;
}

.contact-idvox .outside-button a{
  max-width: 320px;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: center;
}

.txt-box~.txt-box {
  margin-top: 50px;
}


/*
 *
 * Page Scroll Set
 *
*/

body.top .l-section h3 {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.top .l-section header {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.top .l-section .l-sub {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.top .l-section .button {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.75s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.75s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.top .l-section.page-scroll h3,
body.top .l-section.page-scroll header,
body.top .l-section.page-scroll .l-sub,
body.top .l-section.page-scroll .button {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

body.lower section.l-section h2.page-title,
body.lower div.l-section h2.page-title {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.lower section.l-section #page-icon,
body.lower div.l-section #page-icon {
  opacity: 0;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.lower section.l-section .l-sub>header,
body.lower div.l-section .l-sub>header {
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  -webkit-transition: all 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.lower section.l-section .l-child:nth-child(1),
body.lower div.l-section .l-child:nth-child(1) {
  opacity: 0;
  transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.75s;
  -webkit-transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.75s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.lower section.l-section .l-child:nth-child(2),
body.lower div.l-section .l-child:nth-child(2) {
  opacity: 0;
  transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
  -webkit-transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.lower section.l-section .l-child:nth-child(3),
body.lower div.l-section .l-child:nth-child(3) {
  opacity: 0;
  transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1.25s;
  -webkit-transition: all 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1.25s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

body.lower section.l-section.page-scroll h2.page-title,
body.lower section.l-section.page-scroll #page-icon,
body.lower section.l-section.page-scroll .l-sub>header,
body.lower section.l-section.page-scroll .l-child:nth-child(1),
body.lower section.l-section.page-scroll .l-child:nth-child(2),
body.lower section.l-section.page-scroll .l-child:nth-child(3),
body.lower div.l-section.page-scroll h2.page-title,
body.lower div.l-section.page-scroll #page-icon,
body.lower div.l-section.page-scroll .l-sub>header,
body.lower div.l-section.page-scroll .l-child:nth-child(1),
body.lower div.l-section.page-scroll .l-child:nth-child(2),
body.lower div.l-section.page-scroll .l-child:nth-child(3) {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

footer.l-section h3 {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

footer.l-section header {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

footer.l-section #contact-box {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

footer.l-section #footer-map {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.75s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.75s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

footer.l-section #footer-info {
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

footer.l-section.page-scroll h3,
footer.l-section.page-scroll header,
footer.l-section.page-scroll #contact-box,
footer.l-section.page-scroll #footer-map,
footer.l-section.page-scroll #footer-info {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


/** VARIABLES
===================================*/


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}


/** THEME
===================================*/

.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}


/* bxslider : Override
------------------------------------------------------------------ */

.bx-wrapper .bx-loading {
  background-image: none;
}

.bx-wrapper {
  margin-bottom: 0;
  border: 0 solid transparent;
  background: transparent;
  -webkit-box-shadow: 0 0 0 #ccc;
  -moz-box-shadow: 0 0 0 #ccc;
  box-shadow: 0 0 0 #ccc;
}

.bx-wrapper .bx-viewport {
  left: 0;
  border: 0 solid transparent;
  background: transparent;
  -webkit-box-shadow: 0 0 0 #ccc;
  -moz-box-shadow: 0 0 0 #ccc;
  box-shadow: 0 0 0 #ccc;
}


/* Top PressBox Slider */

#press-box {
  /* Bxslider : Override CSS */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* DIRECTION CONTROLS (Pager) */
}

#press-box .bx-wrapper {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

#press-box .bx-wrapper .bx-prev {
  left: -30px;
  background: none;
  text-align: left;
}

#press-box .bx-wrapper .bx-prev:hover,
#press-box .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

#press-box .bx-wrapper .bx-next {
  right: -30px;
  background: none;
  text-align: right;
}

#press-box .bx-wrapper .bx-next:hover,
#press-box .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

#press-box .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: inherit;
  z-index: 9999;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #8ecbde;
}

#press-box .bx-wrapper .bx-controls-direction a:link {
  color: #8ecbde;
}

#press-box .bx-wrapper .bx-controls-direction a:visited {
  color: #8ecbde;
}

#press-box .bx-wrapper .bx-controls-direction a:hover {
  color: #8ecbde;
}

#press-box .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#press-box .bx-wrapper .bx-pager {
  display: none;
  position: relative;
  bottom: auto;
  padding-top: 0;
  margin-top: 15px;
}

#press-box .bx-wrapper .bx-pager.bx-default-pager a {
  background: #000;
}

#press-box .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #FFF;
}

@media (min-width: 768px) and (max-width: 960px) {
  #press-box {
    /* DIRECTION CONTROLS (NEXT / PREV) */
    /* DIRECTION CONTROLS (Pager) */
  }
  #press-box .bx-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #FFF;
  }
  #press-box .bx-wrapper .bx-controls-direction {
    display: none;
  }
  #press-box .bx-wrapper .bx-pager {
    display: block;
    margin-top: 0;
    top: 100px;
  }
  #press-box .bx-wrapper .bx-pager-item {
    width: calc(calc(50% - 60px) / 3);
    margin: 0 10px;
  }
  #press-box .bx-wrapper .bx-pager.bx-default-pager a {
    width: 100%;
    height: 2px;
    margin: 0;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  #press-box {
    /* DIRECTION CONTROLS (NEXT / PREV) */
    /* DIRECTION CONTROLS (Pager) */
  }
  #press-box .bx-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #FFF;
  }
  #press-box .bx-wrapper .bx-controls-direction {
    display: none;
  }
  #press-box .bx-wrapper .bx-pager {
    display: block;
    margin-top: 0;
    top: 100px;
  }
  #press-box .bx-wrapper .bx-pager-item {
    width: calc(calc(50% - 60px) / 3);
    margin: 0 10px;
  }
  #press-box .bx-wrapper .bx-pager.bx-default-pager a {
    width: 100%;
    height: 2px;
    margin: 0;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}


/* Top BannerBox Slider */

#bnr-box {
  /* Bxslider : Override CSS */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* DIRECTION CONTROLS (Pager) */
}

#bnr-box .bx-wrapper {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

#bnr-box .bx-wrapper .bx-prev {
  position: relative;
  left: -30px;
  background: none;
  text-align: left;
}

#bnr-box .bx-wrapper .bx-prev:hover,
#bnr-box .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

#bnr-box .bx-wrapper .bx-next {
  position: relative;
  right: -30px;
  background: none;
  text-align: right;
}

#bnr-box .bx-wrapper .bx-next:hover,
#bnr-box .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

#bnr-box .bx-wrapper .bx-prev span,
#bnr-box .bx-wrapper .bx-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 25px;
  font-size: 2.5rem;
}

#bnr-box .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: 0;
  outline: 0;
  width: 30px;
  height: 200px;
  text-indent: inherit;
  z-index: 9999;
  line-height: 0;
  color: #4b8fb5;
}

#bnr-box .bx-wrapper .bx-controls-direction a:link {
  color: #8ecbde;
}

#bnr-box .bx-wrapper .bx-controls-direction a:visited {
  color: #8ecbde;
}

#bnr-box .bx-wrapper .bx-controls-direction a:hover {
  color: #8ecbde;
}

#bnr-box .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#bnr-box .bx-wrapper .bx-pager {
  display: none;
}

@media (min-width: 768px) and (max-width: 960px) {
  #bnr-box {
    /* DIRECTION CONTROLS (NEXT / PREV) */
    /* DIRECTION CONTROLS (Pager) */
  }
  #bnr-box .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #bnr-box .bx-wrapper .bx-pager {
    display: none;
  }
}

@media (max-width: 767px) {
  #bnr-box {
    /* DIRECTION CONTROLS (NEXT / PREV) */
    /* DIRECTION CONTROLS (Pager) */
  }
  #bnr-box .bx-wrapper .bx-prev span,
  #bnr-box .bx-wrapper .bx-next span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #bnr-box .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #bnr-box .bx-wrapper .bx-pager {
    display: none;
  }
}


/*
 *
 * Font
 *
 */


/* Font : Yu Gothic
------------------------------------------------------------------ */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "arial-black";
  src: local("Arial Black");
  font-weight: bold;
  font-display: swap;
}


/* WebIcon : fontello
------------------------------------------------------------------ */

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?83242669");
  src: url("../font/fontello.eot?83242669#iefix") format("embedded-opentype"), url("../font/fontello.woff2?83242669") format("woff2"), url("../font/fontello.woff?83242669") format("woff"), url("../font/fontello.ttf?83242669") format("truetype"), url("../font/fontello.svg?83242669#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?83242669#fontello') format('svg');
  }
}
*/

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-basket:before {
  content: "\e800";
}

.icon-location:before {
  content: "\e801";
}

.icon-popup:before {
  content: "\e802";
}

.icon-mail:before {
  content: "\e803";
}

.icon-calendar:before {
  content: "\e804";
}

.icon-left-circle:before {
  content: "\e805";
}

.icon-right-circle:before {
  content: "\e806";
}

.icon-left-open:before {
  content: "\e807";
}

.icon-right-open:before {
  content: "\e808";
}

.icon-up-open:before {
  content: "\e809";
}

.icon-info-circled:before {
  content: "\e80d";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-file-pdf:before {
  content: "\f1c1";
}

.icon-facebook-official:before {
  content: "\f230";
}