@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: 0 0
}
body {
  line-height: 1.6
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}
li,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
html {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color: #303233;
  word-wrap: break-word;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  html {
    font-size: 87.5%
  }
}
@media print,
screen and (max-width:30em) {
  html {
    font-size: 87.5%!important
  }
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: var(--SIZE_HEADER_HEIGHT);
  -webkit-text-size-adjust: 100%
}
a:link {
  color: #0d0d0d
}
a:visited {
  color: #0d0d0d
}
a:hover {
  color: #06c;
  text-decoration: none
}
img {
  vertical-align: bottom
}
@media print,
screen and (max-width:30em) {
  img {
    width: 100%
  }
}
strong {
  font-weight: 700
}
input {
  padding: 0;
  background: 0 0;
  border: solid 1px #666;
  border-radius: 2px
}
select,
textarea {
  border: solid 1px #666;
  border-radius: 2px
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0)
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0)
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg)
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg)
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg)
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg)
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg)
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg)
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg)
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg)
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg)
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg)
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.39063deg) skewY(.39063deg);
    transform: skewX(.39063deg) skewY(.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.39063deg) skewY(.39063deg);
    transform: skewX(.39063deg) skewY(.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0)
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0)
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0)
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0)
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0)
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0)
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0)
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0)
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
  }
}
@keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  50% {
    opacity: 1
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  50% {
    opacity: 1
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
@keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.o-title_read {
  line-height: 1.66667;
  margin: 0 auto;
  max-width: 1260px;
  padding: 2.3125rem 0 0 30px;
  width: 100%;
  font-size: 1.5rem
}
@media print,
screen and (max-width:60em) {
  .o-title_read {
    padding: 2.3125rem 26px 0;
    font-size: 1.125rem
  }
}
@media print,
screen and (max-width:30em) {
  .o-title_read {
    padding: 2.3125rem 0 0;
    font-size: .875rem
  }
}
.o-title_ttl {
  color: #0d0d0d;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 0 0 30px;
  position: relative;
  width: 100%;
  font-size: 3rem
}
@media print,
screen and (max-width:60em) {
  .o-title_ttl {
    padding: 0 26px;
    font-size: 2.5rem
  }
}
@media print,
screen and (max-width:30em) {
  .o-title_ttl {
    padding: 0;
    font-size: 1.75rem
  }
}
.o-title_ttl:after {
  background: #06c;
  bottom: -10px;
  content: ' ';
  height: 2px;
  left: 30px;
  margin: -2% 0 0;
  position: absolute;
  width: 64px
}
@media print,
screen and (max-width:60em) {
  .o-title_ttl:after {
    left: 26px;
    width: 44px
  }
}
@media print,
screen and (max-width:30em) {
  .o-title_ttl:after {
    left: 0;
    width: 2rem
  }
}
.o-title_ttlArea {
  background: #fff;
  padding: 4.8125rem 0 6rem
}
@media print,
screen and (max-width:60em) {
  .o-title_ttlArea {
    padding: 2.875rem 0 2.875rem;
    font-size: 1.125rem
  }
}
@media print,
screen and (max-width:30em) {
  .o-title_ttlArea {
    padding: 2.125rem 1.875rem 2.3125rem
  }
}
.o-title-black {
  color: #000
}
.o-title-white {
  color: #fff
}
.o-title-con_read {
  line-height: 2;
  padding: 1.5625rem 0 0;
  text-align: center;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .o-title-con_read {
    font-size: .9375rem
  }
}
.o-title-con_ttl {
  font-weight: 700;
  padding: 3.125rem 0 0;
  text-align: center;
  font-size: 1.875rem
}
@media print,
screen and (max-width:30em) {
  .o-title-con_ttl {
    font-size: 1.0625rem
  }
}
.u-mt00 {
  margin-top: 0
}
.u-pci {
  display: inline-block
}
@media print,
screen and (max-width:30em) {
  .u-pci {
    display: none
  }
}
.u-spi {
  display: none
}
@media print,
screen and (max-width:30em) {
  .u-spi {
    display: inline-block
  }
}
.u-pc {
  display: block
}
@media print,
screen and (max-width:60em) {
  .u-pc {
    display: none
  }
}
.u-sp {
  display: none
}
@media print,
screen and (max-width:30em) {
  .u-sp {
    display: block
  }
}
.u-bp60u {
  display: none
}
@media print,
screen and (max-width:60em) {
  .u-bp60u {
    display: block
  }
}
.o-link_more-blue-def {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0,102,204,.8);
  border: solid 1px #fff;
  color: #fff!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none!important;
  width: 278px
}
@media print,
screen and (max-width:30em) {
  .o-link_more-blue-def {
    height: auto;
    padding: .9375rem 0 1.0625rem;
    font-size: .9375rem
  }
}
.o-link_more-blue-def:after {
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: -.5rem 0 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .o-link_more-blue-def:after {
    font-size: .9375rem
  }
}
.o-link_more-blue-slim {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0,102,204,.8);
  border: solid 1px #fff;
  color: #fff!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none!important;
  width: 278px;
  font-size: .875rem
}
@media print,
screen and (max-width:60em) {
  .o-link_more-blue-slim {
    width: 17.375rem
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .o-link_more-blue-slim {
    width: 80%
  }
}
@media print,
screen and (max-width:30em) {
  .o-link_more-blue-slim {
    height: auto;
    padding: .9375rem 0;
    font-size: .8125rem
  }
}
.o-link_more-blue-slim:after {
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: -.5rem 0 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .o-link_more-blue-slim:after {
    font-size: .8125rem
  }
}
.o-link_more-def {
  color: #0d0d0d
}
.o-link_more-def span {
  display: inline-block;
  margin: 0;
  padding: 0 3rem 0 0;
  position: relative;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .o-link_more-def span {
    font-size: .75rem
  }
}
.o-link_more-def span:after {
  color: red;
  content: '＞';
  font-size: .7rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  right: 0;
  top: .2rem;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .o-link_more-def span:after {
    margin: -2px 0 0;
    font-size: .75rem
  }
}
.o-link_more-right {
  color: #0d0d0d;
  text-decoration: none!important
}
.o-link_more-right span {
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  width: 112px;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .o-link_more-right span {
    width: 5.5rem;
    font-size: .875rem
  }
}
.o-link_more-right span:after {
  color: red;
  content: '＞';
  font-size: .7rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  right: 0;
  top: .2rem;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .o-link_more-right span:after {
    margin: -2px 0 0;
    font-size: .875rem
  }
}
.l-aBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 530px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%
}
@media print,
screen and (max-width:30em) {
  .l-aBox {
    height: auto;
    width: 100%
  }
}
.l-aBox_pgBox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
@media print,
screen and (max-width:30em) {
  .l-aBox_pgBox {
    padding: 7.25rem 0 6.625rem
  }
}
.l-aBox_pgBox.cm {
  background-image: url(/common/images/top/top_attention_bg-cm.jpg)
}
.l-aBox_pgBox.world {
  background-image: url(/common/images/top/top_attention_bg01.jpg)
}
.l-aBox_pgBox.fstyle {
  background-image: url(/common/images/top/top_attention_bg02.jpg)
}
.l-aBox_pgBox.funlab {
  background-image: url(/common/images/top/top_attention_bg03.jpg)
}
.l-aBox_pgBox.president {
  background-image: url(/company/images/index_photo_president.jpg);
  background-position: center top;
  padding: 12rem 0 6.625rem
}
.l-aBox_pgBox.business {
  background-image: url(/company/images/index_photo_01.jpg)
}
.l-aBox_pgBox.history {
  background-image: url(/company/images/index_photo_02.jpg)
}
.l-aBox_pgBox.vision {
  background-image: url(/company/images/index_photo_05.png)
}
.l-aBox_textBox {
  padding: 0 1.875rem;
  text-align: center
}
@media print,
screen and (max-width:30em) {
  .l-aBox_textBox {
    padding: 2.5rem 0 3.125rem
  }
}
@media print,
screen and (max-width:30em) {
  .l-aBox_textBoxInner {
    width: 100%
  }
}
.l-aBox_textBox_read {
  line-height: 2.14286;
  width: 100%;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .l-aBox_textBox_read {
    font-size: .9375rem
  }
}
.l-aBox_textBox_mark {
  margin: 0 0 1.6875rem
}
@media print,
screen and (max-width:30em) {
  .l-aBox_textBox_mark.world {
    width: 34.66667%
  }
}
.l-aBox_textBox_ttl {
  font-weight: 700;
  margin: 0 0 1.25rem;
  width: 100%;
  font-size: 1.625rem
}
@media print,
screen and (max-width:30em) {
  .l-aBox_textBox_ttl {
    font-size: 1.1875rem
  }
}
.l-aBox_ttl {
  background: #f8f8f8;
  font-weight: 700;
  padding: 6.25rem 0 4rem;
  text-align: center;
  font-size: 2.25rem
}
@media print,
screen and (max-width:30em) {
  .l-aBox_ttl {
    padding: 2rem 0 1.9375rem;
    font-size: 1.3125rem
  }
}
.l-bg-black {
  background: #000
}
.l-bg-blue {
  background: #123684
}
.l-bg-gray {
  background: #f8f8f8
}
.l-bg-lightBlue {
  background: #06c
}
.l-bg-white {
  background: #fff
}
.l-column-item2-a {
  width: 49%
}
.l-column-item2-b {
  width: 49%
}
@media print,
screen and (max-width:30em) {
  .l-column-item2-b {
    width: 100%
  }
}
.l-column-item3 {
  width: 32%
}
@media print,
screen and (max-width:30em) {
  .l-column-item3.is-spFull {
    width: 100%
  }
}
.l-content-full {
  width: 100%
}
.l-content-rlt {
  position: relative
}
.l-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media print,
screen and (max-width:30em) {
  .l-content-wrap.is-desktop {
    display: block
  }
}
.l-content-wrap-rv {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.l-content-wrap-jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media print,
screen and (max-width:30em) {
  .l-content-wrap-jc.is-desktop {
    display: block
  }
}
.l-content-wrap-fw-jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1rem
}
.l-content-ljstif-3:before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.l-content-ljstif-3:after {
  content: "";
  display: block;
  width: 32%;
  height: 0
}
.l-content-ljstif-4:before {
  content: "";
  display: block;
  width: 25%;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.l-content-ljstif-4:after {
  content: "";
  display: block;
  width: 25%;
  height: 0
}
#l-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 400;
}

@media print, screen and (max-width: 60em) and (min-width: 47.5em) {
  #l-header {
    height: 100px;
  }
}
@media print, screen and (max-width: 47.5em) and (min-width: 30em) {
  #l-header {
    height: 74px;
  }
}
@media print, screen and (max-width: 30em) {
  #l-header {
    height: 57px;
  }
}
#l-header .menu-triggerBox {
  display: none;
  left: 37px;
  position: absolute;
  top: 21px;
  z-index: 1
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  #l-header .menu-triggerBox {
    display: block
  }
}
@media print,
screen and (max-width:30em) {
  #l-header .menu-triggerBox {
    display: block;
    left: 30px;
    top: 18px
  }
}
#l-header .menu-trigger,
#l-header .menu-trigger span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}
#l-header .menu-trigger {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  width: 38px
}
@media print,
screen and (max-width:30em) {
  #l-header .menu-trigger {
    height: 22px;
    width: 27px
  }
}
#l-header .menu-trigger span {
  background-color: #000;
  border-radius: 4px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%
}
#l-header .menu-trigger span:nth-of-type(1) {
  top: 0
}
#l-header .menu-trigger span:nth-of-type(2) {
  top: 50%
}
@media print,
screen and (max-width:30em) {
  #l-header .menu-trigger span:nth-of-type(2) {
    top: 47%
  }
}
#l-header .menu-trigger span:nth-of-type(3) {
  bottom: 0
}
#l-header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  -ms-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg)
}
@media print,
screen and (max-width:30em) {
  #l-header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    -ms-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg)
  }
}
#l-header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0
}
#l-header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg)
}
@media print,
screen and (max-width:30em) {
  #l-header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg)
  }
}
.l-header_area1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 34px;
  position: relative;
  max-width: 1461px;
  width: 100%
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-header_area1 {
    display: block;
    padding: 0 20px 0 26px
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-header_area1 {
    display: block
  }
}
@media print,
screen and (max-width:30em) {
  .l-header_area1 {
    display: block;
    height: 57px;
    padding: 0 2em
  }
}
.l-header_area1-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  width: 140px
}
@media print,
screen and (max-width:60em) {
  .l-header_area1-1 {
    height: 54px;
    width: 120px
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-header_area1-1 {
    height: 74px;
    margin: 0 auto;
    width: 140px
  }
}
@media print,
screen and (max-width:30em) {
  .l-header_area1-1 {
    height: 60px;
    margin: 0 auto;
    width: 113px
  }
}
.l-header_area1-1 .header_logo {
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .l-header_area1-1 .header_logo p {
    line-height: 1
  }
}
.l-header_area1-1 .header_logo img {
  height: auto!important;
  margin: 0 0 0!important;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .l-header_area1-1 .header_logo img {
    height: auto!important;
    margin: 0 0 0!important;
    width: auto
  }
}
.l-header_area1-2 {
  width: 75%
}
@media print,
screen and (max-width:71rem) {
  .l-header_area1-2 {
    width: 80%
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-header_area1-2 {
    padding: 0 0 4px;
    width: 100%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-header_area1-2 {
    display: none
  }
}
@media print,
screen and (max-width:30em) {
  .l-header_area1-2 {
    display: none
  }
}
.l-header_area1-2 p {
  cursor: pointer;
  line-height: 1rem
}
.l-header_area1-2 p.active {
  color: #06c
}
.l-header_area1-4 {
  height: 20px;
  width: 130px
}
@media print,
screen and (max-width:60em) {
  .l-header_area1-4 {
    display: none
  }
}
.l-header_global-nav {
  background: 0 0;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0
}
@media print,
screen and (max-width:71rem) {
  .l-header_global-nav {
    font-size: .85rem;
    padding: 0 1em 0 0
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-header_global-nav {
    padding: 0
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-header_global-nav {
    padding: 0
  }
}
.l-header_global-nav .nav_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.l-header_global-nav .nav_listItem {
  height: 74px;
  padding: 1.7em .25rem
}
.l-header_global-nav .nav_listItem:hover {
  color: #06c
}
@media print,
screen and (max-width:71rem) {
  .l-header_global-nav .nav_listItem {
    padding: 1.7em .25rem
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-header_global-nav .nav_listItem {
    height: auto;
    padding: 0
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-header_global-nav .nav_listItem {
    height: auto;
    padding: 0
  }
}
.l-header_global-nav .nav_listItem a {
  align-items: center;
  display: block;
  height: 100%;
  display: inline-flex;
  text-decoration: none
}
.l-header_global-nav .nav_listItem a.active {
  color: #06c
}
.l-header_global-nav .nav_listItem a.is-current {
  color: #06c;
  position: relative;
}

.l-header_global-nav .nav_listItem a.is-current::before {
    background-color: #06C;
    bottom: -23px;
    content: '';
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1px;
}

@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-header_global-nav .nav_listItem a {
    padding: 0 0 1.3em
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-header_global-nav .nav_listItem a {
    padding: 0 0 1.3em
  }
  .l-header_global-nav .nav_listItem a.is-current::before {
    bottom: -9px;
  }
}
.l-header_global-nav .nav_list.itemNav {
  padding: 0 1%;
  width: 20%
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-header_global-nav .nav_list.itemNav {
    height: 37px;
    position: absolute;
    top: 12px;
    right: 2vw
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-header_global-nav .nav_list.itemNav {
    position: absolute;
    right: 14em;
    top: 1.8em;
    width: 23%
  }
}
.l-header_global-nav .nav_list.itemNav .itemNav-dl {
  background-image: url("/common/images/l-header/header_nav_icon_catalogue.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  height: 21px;
  width: 21px;
}
.l-header_global-nav .nav_list.itemNav .itemNav-dl:hover {
  background-image: url("/common/images/l-header/header_nav_icon_catalogue_on.svg");
}
.l-header_global-nav .nav_list.itemNav .itemNav-contact {
  background-image: url(/common/images/l-header/header_nav_icon03.svg);
  background-repeat: no-repeat
}
.l-header_global-nav .nav_list.itemNav .itemNav-contact:hover {
  background-image: url(/common/images/l-header/header_nav_icon03_on.svg);
  background-repeat: no-repeat
}
.l-header_global-nav .nav_list.itemNav .itemNav-global {
  background-image: url(/common/images/l-header/header_nav_icon01.svg);
  background-repeat: no-repeat
}
.l-header_global-nav .nav_list.itemNav .itemNav-global:hover {
  background-image: url(/common/images/l-header/header_nav_icon01_on.svg);
  background-repeat: no-repeat
}
.l-header_global-nav .nav_list.itemNav .itemNav-global.active {
  background-image: url(/common/images/l-header/header_nav_icon01_on.svg)
}
.l-header_global-nav .nav_list.itemNav .itemNav-icon {
  display: block;
  height: 100%
}
.l-header_global-nav .nav_list.itemNav .itemNav-search {
  background-image: url(/common/images/l-header/header_nav_icon04.svg);
  background-repeat: no-repeat
}
.l-header_global-nav .nav_list.itemNav .itemNav-search:hover {
  background-image: url(/common/images/l-header/header_nav_icon04_on.svg);
  background-repeat: no-repeat
}
.l-header_global-nav .nav_list.itemNav .itemNav-search.active {
  background-image: url(/common/images/l-header/header_nav_icon04_on.svg)
}
.l-header_global-nav .nav_list.itemNav li {
  cursor: pointer;
  height: 100%;
  padding: 1.6rem 0 .8rem;
  width: 21px
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-header_global-nav .nav_list.itemNav li {
    padding: 0
  }
}
.l-header_global-nav .nav_list.siteNav {
  padding: 0 3% 0 0;
  width: 77%
}
@media print,
screen and (max-width:71rem) {
  .l-header_global-nav .nav_list.siteNav {
    width: 82%
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-header_global-nav .nav_list.siteNav {
    height: auto;
    width: 100%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-header_global-nav .nav_list {
    height: auto;
    width: 100%
  }
}
#l_footer {
  z-index: 0;
  position: relative;
  background: #123684
}
.l-footer {
  background: #123684;
  color: #fff;
  padding: 5rem 0 0;
  width: 100%
}
@media print,
screen and (max-width:60em) {
  .l-footer {
    padding: 2rem 0 0
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-footer {
    width: 100%;
    padding: 0
  }
}
@media print,
screen and (max-width:30em) {
  .l-footer {
    padding: 0
  }
}
.l-footer a {
  color: #fff;
  text-decoration: none
}
.l-footer_inner {
  margin: 0 auto;
  padding: 0 25px 3.125rem;
  max-width: 1280px;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .l-footer_inner {
    padding: 0 10px
  }
}
.l-footer_area1 {
  padding: 0 0 3.5rem;
  width: 100%
}
@media print,
screen and (max-width:60em) {
  .l-footer_area1 {
    padding: 0 0 2rem
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-footer_area1 {
    display: none
  }
}
@media print,
screen and (max-width:30em) {
  .l-footer_area1 {
    display: none
  }
}
.l-footer_area1 .l-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-footer_area1 .l-footer_nav {
    display: block
  }
}
.l-footer_area1 .l-footer_navCategory {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 .875rem
}
.l-footer_area1 .l-footer_navCategory-csr {
  padding: 2rem 0 0
}
.l-footer_area1 .l-footer_navCategory-pi {
  padding: 5.7rem 0 0
}
.l-footer_area1 .l-footer_navCategory a:hover {
  text-decoration: underline!important
}
.l-footer_area1 .l-footer_navLink a {
  color: #e3e3e3;
  font-size: .8rem
}
.l-footer_area1 .l-footer_navLink a:hover {
  text-decoration: underline!important
}
.l-footer_area1 .l-footer_navLink li {
  line-height: .8rem;
  margin: 0 0 1rem
}
.l-footer_area1 .l-footer_navLink .anc_icon {
  padding: 0 .4em;
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: middle
}
.l-footer_area1 .l-footer_nav-ir {
  margin: 0 0 2.75rem
}
.l-footer_area1 .l-footer_nav-recruit {
  margin: 0 0 5.875rem
}
@media print,
screen and (max-width:60em) {
  .l-footer_area1 .l-footer_nav .column {
    padding: 0 2% 0 0;
    width: 20%
  }
}
.l-footer_area2 {
  padding: 0 0
}
@media print,
screen and (max-width:60em) {
  .l-footer_area2 {
    background: #123684;
    border-top: solid 1px #fff;
    padding: 1.5rem 0 1.2em;
    width: 100%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-footer_area2 {
    border-top: none
  }
}
@media print,
screen and (max-width:30em) {
  .l-footer_area2 {
    border-top: none
  }
}
.l-footer_area2Ttl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0 0;
  width: 100%
}
@media print,
screen and (max-width:60em) {
  .l-footer_area2Ttl {
    max-width: 100%;
    padding: 1rem 0 0
  }
  .l-footer_area2Ttl span {
    font-size: .8rem;
    padding: 0 0 0 1.5em
  }
}
@media print,
screen and (max-width:30em) {
  .l-footer_area2Ttl {
    border-top: solid 1px #fff;
    max-width: 100%;
    margin: .3rem 0 0;
    padding: 1rem 0 0
  }
  .l-footer_area2Ttl span {
    font-size: .8rem;
    padding: 0 0 0 1.5em
  }
}
@media print,
screen and (max-width:60em) {
  .l-footer_area2Ttl-feg img {
    width: 9rem
  }
}
@media print,
screen and (max-width:30em) {
  .l-footer_area2Ttl-feg img {
    width: 6rem
  }
}
@media print,
screen and (max-width:60em) {
  .l-footer_area2Ttl-mn img {
    width: 18rem
  }
}
@media print,
screen and (max-width:30em) {
  .l-footer_area2Ttl-mn img {
    width: 13rem
  }
}
.l-footer_area2 .l-footer_copyright {
  margin: 0 0 0 auto;
  padding: 1.375rem 0 0;
  font-size: .75rem
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-footer_area2 .l-footer_copyright {
    border-top: solid 1px #fff;
    margin: 1.25rem 0 0;
    padding: 1.25rem 0 0
  }
}
@media print,
screen and (max-width:30em) {
  .l-footer_area2 .l-footer_copyright {
    margin: .7rem 0 0;
    padding: 1.25rem 0 0;
    font-size: .75rem
  }
}
.l-footer_area2 .l-footer_logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.l-footer_area2 .l-footer_utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media print,
screen and (max-width:60em) {
  .l-footer_area2 .l-footer_utility {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.l-footer_area2 .l-footer_utility li {
  margin: 0 1.25rem 1.3em 0
}
@media print,
screen and (max-width:60em) {
  .l-footer_area2 .l-footer_utility li {
    border-right: solid 1px #fff;
    margin: 0 1.5rem .8rem 0;
    padding: 0 1.5rem 0 0
  }
}
.l-footer_area2 .l-footer_utility li a {
  font-size: .75rem
}
.l-footer_area2 .l-footer_utility li a:hover {
  text-decoration: underline!important
}
@media print,
screen and (max-width:30em) {
  .l-footer_area2 .l-footer_utility li a {
    font-size: .9rem
  }
}
.l-footer_area2 .l-footer_utilityBox {
  border-top: solid 1px #fff;
  font-size: .6rem;
  padding: 1.875rem 0 0
}
@media print,
screen and (max-width:60em) {
  .l-footer_area2 .l-footer_utilityBox {
    border-top: none;
    display: block;
    padding: 0
  }
}
.l-footer_cookieAlertBox {
  bottom: 0;
  display: none;
  position: fixed;
  background: #575757;
  width: 100%;
  z-index: 200
}
.l-footer_cookieAlertBoxInner {
  color: #fff;
  margin: 0 auto;
  max-width: 1260px;
  padding: 2.1875rem 42px 3rem;
  position: relative;
  max-width: 1280px;
  width: 100%;
  font-size: 1.125rem
}
@media print,
screen and (max-width:30em) {
  .l-footer_cookieAlertBoxInner {
    padding: 2.1875rem 1.5625rem 3rem;
    font-size: .8125rem
  }
}
.l-footer_cookieAlertBox .l-footer_cookieAboutlBtn {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 1.625rem 0 0;
  position: relative;
  text-decoration: none;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .l-footer_cookieAlertBox .l-footer_cookieAboutlBtn {
    padding: 0 0 0 .8rem
  }
}
.l-footer_cookieAlertBox .l-footer_cookieAboutlBtn:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  left: 8rem;
  margin: -.5rem 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .l-footer_cookieAlertBox .l-footer_cookieAboutlBtn:after {
    left: 9rem;
    margin: -.3rem 0 0;
    font-size: .8125rem
  }
}
.l-footer_cookieAlertBox .l-footer_cookieApprovalBtn {
  border: solid 1px #fff;
  cursor: pointer;
  margin: 1rem auto 0;
  max-width: 350px;
  padding: 1.0625rem 0;
  text-align: center;
  width: 94%;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .l-footer_cookieAlertBox .l-footer_cookieApprovalBtn {
    width: 100%
  }
}
.l-footer_cookieAlertBox .l-footer_cookieCloseBtn {
  cursor: pointer;
  display: block;
  line-height: 1;
  margin: 1.5rem 0 0 auto;
  padding: 0 1.5rem 0 0;
  position: relative;
  width: 84px;
  font-size: .875rem
}
.l-footer_cookieAlertBox .l-footer_cookieCloseBtn:after {
  background: #fff;
  content: "";
  display: block;
  height: .8rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px
}
.l-footer_cookieAlertBox .l-footer_cookieCloseBtn:before {
  background: #fff;
  content: "";
  display: block;
  height: .8rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1px
}
.l_breadcrumb {
  margin-top: -1rem;
  padding: 1.6rem 0 .5rem;
  position: relative;
  z-index: 1
}
@media print,
screen and (max-width:30em) {
  .l_breadcrumb {
    padding: 1.2rem 0 .1rem
  }
}
.l_breadcrumb .separator {
  margin: 0 1.25em;
  font-size: .875rem
}
@media print,
screen and (min-width:61em) {
  .l_breadcrumb .separator {
    vertical-align: top
  }
}
@media print,
screen and (max-width:30em) {
  .l_breadcrumb .separator {
    line-height: 1;
    margin: 0 .8em;
    font-size: 1rem
  }
}
.l_breadcrumb > p {
  font-size: 0;
  line-height: 1.4;
  margin: auto;
  padding: 0 34px;
  max-width: 1360px;
  width: 100%
}
@media print,
screen and (max-width:60em) {
  .l_breadcrumb > p {
    padding: 0 26px
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l_breadcrumb > p {
    padding: 6px 37px
  }
}
@media print,
screen and (max-width:30em) {
  .l_breadcrumb > p {
    padding: 6px 30px
  }
}
.l_breadcrumb a {
  font-size: .8rem
}
@media print,
screen and (min-width:61em) {
  .l_breadcrumb a {
    margin: 1px 0 0;
    display: inline-block
  }
}
@media print,
screen and (max-width:30em) {
  .l_breadcrumb a {
    font-size: .8125rem
  }
}
.l_breadcrumb a:last-child {
  color: #06c
}
.l-globalNav_baseLayer {
  background: #000;
  bottom: 0;
  display: none;
  height: 100%;
  opacity: .7;
  position: absolute;
  width: 100%;
  z-index: 300
}
.l-globalNav_attentionBox {
  margin: 0 auto;
  max-width: 1049px;
  padding: 0 0 2rem;
  width: 96%
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_attentionBox {
    width: 100%
  }
}
.l-globalNav_attentionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.l-globalNav_attentionItem {
  margin: 0 4% 0 0;
  width: 19.83%
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-globalNav_attentionItem {
    margin: 0 0 1rem 0;
    padding: 0 1rem;
    width: 100%
  }
}
@media print,
screen and (max-width:30em) {
  .l-globalNav_attentionItem {
    margin: 0 0 .5rem 0;
    padding: 0 1rem;
    width: 100%
  }
}
.l-globalNav_attentionItem img {
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .l-globalNav_attentionItem img {
    display: block;
    margin: 0 auto;
    width: 90%
  }
}
.l-globalNav_attentionItem a {
  display: block;
  text-decoration: none
}
.l-globalNav_attentionItem p {
  margin: .375rem 0 0;
  font-size: .75rem
}
@media print,
screen and (max-width:60em) {
  .l-globalNav_attentionItem p {
    margin: .2rem 0 0 .7rem;
    font-size: .875rem
  }
}
.l-globalNav_attentionItem p img {
  margin: 0 0 3px .3rem;
  width: 13px
}
@media print,
screen and (max-width:30em) {
  .l-globalNav_attentionItem p img {
    margin: 0 0 0 .2rem;
    width: 6.5%
  }
}

.l-globalNav_irLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin: 0 auto 1.2em;
  max-width: 1049px;
  width: 100%
}
.l-globalNav_productsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 1.2em;
  max-width: 500px;
  width: 100%
}

.l-globalNav_irLink-bot,
.l-globalNav_productsLink-bot {
  margin: 0 auto 1.4em;
  max-width: 1049px;
  text-align: right;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .l-globalNav_productsLink-bot .productsLinkBot-def:first-child {
    margin: 0 0 .6rem 0
  }
}
.l-globalNav_irLink-bot .irLinkBot-def:after,
.l-globalNav_productsLink-bot .productsLinkBot-def:after {
  color: red;
  content: '＞';
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  margin: -.45rem 0 0;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .l-globalNav_irLink-bot .irLinkBot-def:after,
  .l-globalNav_productsLink-bot .productsLinkBot-def:after {
    line-height: 1.3;
    margin: -.7rem 0 0
  }
}
.l-globalNav_irLink-bot .irLinkBot-cat:after,
.l-globalNav_productsLink-bot .productsLinkBot-cat:after {
  background-image: url(/common/images/l-header/header_nav_contents_icon01.svg);
  background-repeat: no-repeat;
  content: ' ';
  height: 14px;
  margin: -.45rem 0 0;
  width: 14px
}
.l-globalNav_irLink-bot a,
.l-globalNav_productsLink-bot a {
  color: #0d0d0d;
  font-size: .8rem;
  display: inline-block;
  margin: 0 0 0 2.4rem;
  padding: 0 2.6rem 0 0;
  position: relative
}
.l-globalNav_irLink-bot a:after,
.l-globalNav_productsLink-bot a:after {
  position: absolute;
  right: 0;
  top: 50%
}
.l-globalNav_irLink a{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #06c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  padding: 1rem 2rem 1rem 1.2rem;
  position: relative;
  width: 28%;
}
.l-globalNav_productsLink a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #06c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  padding: 1rem 2rem 1rem 1.2rem;
  position: relative;
  width: 40%
}
.l-globalNav_irLink a:after,
.l-globalNav_productsLink a:after {
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: -.5rem 0 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: scale(.8,1);
  -ms-transform: scale(.8,1);
  transform: scale(.8,1)
}
.l-globalNav_cont {
  background: #eee;
  display: none;
  padding: 0;
  position: fixed;
  top: 74px;
  width: 100%;
  z-index: 400;
  max-height: calc(100% - 120px);
  overflow-y: auto;
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_cont {
    padding: 0;
    top: 98px;
    max-height: calc(100% - 140px);
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-globalNav_cont {
    display: none!important
  }
}
.l-globalNav_contBox {
  background: #fff;
  display: none
}
.l-globalNav_contBox.megadown_ir .l-globalNav_linkItem:first-child,
.l-globalNav_contBox.megadown_product .l-globalNav_linkItem:first-child {
  font-weight: 700;
  margin: 0 0 1.7rem;
  font-size: .9375rem
}
.l-globalNav_contBoxInner {
  background: #eee;
  padding: 2rem 0 4rem
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_contBoxInner {
    padding: 3rem 27px 0
  }
}
.l-globalNav_contBoxInner-nom {
  background: #eee;
  padding: 2rem 0 1rem
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_contBoxInner-nom {
    padding: 2rem 27px 1rem
  }
}
.l-globalNav_contBoxInner-pu {
  padding: 1rem 0
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_contBoxInner-pu {
    padding: 1rem 27px
  }
}
.l-globalNav_contBoxInner-pu .l-globalNav_contTtl {
  border-bottom: none;
  padding: .8rem 0 .2rem
}
.l-globalNav_contClose {
  cursor: pointer;
  margin: 0 auto;
  max-width: 1380px;
  position: relative;
  text-align: right;
  width: 96%;
  z-index: 1;
  font-size: .875rem
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_contClose {
    right: 20px;
    width: 100%
  }
}
.l-globalNav_contClose a {
  padding: 0 20px 0 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 30px
}
.l-globalNav_contClose a:before {
  border-top: 1px solid #0d0d0d;
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 0;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
  width: 11px
}
.l-globalNav_contClose a:after {
  border-top: 1px solid #0d0d0d;
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 0;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  width: 11px
}
.l-globalNav_contClose a:hover:before {
  border-top: 1px solid #06c
}
.l-globalNav_contClose a:hover:after {
  border-top: 1px solid #06c
}
.l-globalNav_contInner {
  margin: 0 auto;
  position: relative;
  width: 100%
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_contInner {
    padding: 0 0
  }
}
.l-globalNav_contTtl {
  border-bottom: solid 1px #575757;
  font-size: 1rem;
  padding: 0 0 1rem;
  margin: 0 auto 1.4em;
  max-width: 1049px;
  width: 96%
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_contTtl {
    width: 100%
  }
}
.l-globalNav_cont_topLink {
  font-size: .9rem;
  margin: 0 0 2rem
}
.l-globalNav_cont a {
  text-decoration: none
}
.l-globalNav_contSec {
  background: #eee;
  display: none;
  padding: 0 0 1.875rem 0;
  position: fixed;
  top: 74px;
  width: 100%;
  z-index: 400
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_contSec {
    top: 100px
  }
}
.l-globalNav_contSecBox {
  display: none
}
.l-globalNav_contSecBox.megadown_search {
  border-bottom: solid 1px #707070;
  padding: .625rem 0
}
.l-globalNav_contSecBox.megadown_search .search-input {
  background-image: url(/common/images/l-header/header_search_ttl.svg);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  padding: .3rem;
  width: 100%!important
}
.l-globalNav_contSecBox.megadown_search .search-input.active {
  background-image: none
}
.l-globalNav_contSecBox.megadown_search .header_search {
  width: 100%
}
.l-globalNav_contSecBox.megadown_search .header_search .fb img {
  width: 23px
}
.l-globalNav_contSecBox.megadown_search p {
  width: 100%
}
.l-globalNav_contSecBox.megadown_search p .fc {
  width: 94%
}
.l-globalNav_contSecBox.megadown_global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 .625rem
}
.l-globalNav_contSecBox.megadown_global p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 1px #aeaeae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%
}
.l-globalNav_contSecBox.megadown_global p:last-child {
  border-right: none
}
.l-globalNav_contSecBox.megadown_global a {
  padding: 0 3rem 0 0;
  position: relative;
  text-decoration: none;
  font-size: .875rem
}
.l-globalNav_contSecBox.megadown_global a:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.l-globalNav_contSecInner {
  margin: 0 auto;
  max-width: 1380px;
  padding: 4rem 0 0;
  position: relative;
  width: 93%
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_contSecInner {
    padding: 3rem 27px 0
  }
}
.l-globalNav_linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 2em;
  max-width: 1049px;
  width: 96%
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav_linkBox {
    margin: 0 0 2rem;
    width: 100%
  }
}
.l-globalNav_linkList {
  padding: 0 1rem 0 0;
  width: 100%
}
.l-globalNav_linkItem {
  margin: 0 0 1rem;
  line-height: 1.2
}
.l-globalNav_linkItem .anc_icon {
  margin: 0 0 0 10px
}
@media print,
screen and (max-width:30em) {
  .l-globalNav_linkItem .anc_icon {
    width: 14px
  }
}
.l-globalNav-sp_cont {
  display: none;
  height: 100%;
  pointer-events: none;
  position: fixed;
  top: 74px;
  width: 100%;
  z-index: 400
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .l-globalNav-sp_cont {
    display: none
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-globalNav-sp_cont {
    display: block
  }
}
@media print,
screen and (max-width:30em) {
  .l-globalNav-sp_cont {
    display: block;
    top: 57px
  }
}
.l-globalNav-sp_contBox {
  -webkit-perspective: 500px;
  perspective: 500px;
  width: 18rem
}
@media print,
screen and (max-width:30em) {
  .l-globalNav-sp_contBox {
    width: 19rem
  }
}
.l-globalNav-sp_contBox.is-opened {
  pointer-events: auto
}
.l-globalNav-sp_contBox.sp_contBox-1 .l-globalNav-sp_contBoxWrap {
  background: #eee
}
.l-globalNav-sp_contBox.sp_contBox-2 {
  margin: 0 0 0 -15rem
}
.l-globalNav-sp_contBox.sp_contBox-2 .l-globalNav-sp_contBoxWrap {
  -webkit-box-shadow: -2px 0 3px #ccc;
  box-shadow: -2px 0 3px #ccc;
  background: #e5e5e5
}
.l-globalNav-sp_contBox.sp_contBox-3 {
  margin: 0 0 0 -15rem;
  width: 16rem
}
.l-globalNav-sp_contBox.sp_contBox-3 .l-globalNav-sp_contBoxWrap {
  -webkit-box-shadow: -2px 0 3px #ccc;
  box-shadow: -2px 0 3px #ccc;
  background: #f6f6f6
}
.l-globalNav-sp_contBoxWrap {
  height: 100%;
  padding: 1rem 0 0;
  position: relative;
  opacity: 0;
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1)
}
.l-globalNav-sp_contBoxWrap.is-opened {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0)
}
.l-globalNav-sp_contInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden
}
.l-globalNav-sp_itemLink {
  bottom: 6rem;
  padding: 3rem 0 0 1.5rem
}
.l-globalNav-sp_itemLinkBox-1 {
  background-image: url(/common/images/l-header/header-sp_nav_icon01.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  margin: 0 0 1rem;
  padding: 0 0 0 1.8rem;
  width: 90%;
  font-size: .75rem
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .l-globalNav-sp_itemLinkBox-1 {
    background-size: 13px
  }
}
@media print,
screen and (max-width:30em) {
  .l-globalNav-sp_itemLinkBox-1 {
    font-size: .8125rem
  }
}
.l-globalNav-sp_itemLinkBox-1 a {
  color: #0d0d0d;
  display: inline-block;
  padding: 0 1rem 0 0;
  position: relative;
  text-decoration: none;
  width: auto
}
.l-globalNav-sp_itemLinkBox-1 a:after {
  content: '＞';
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.l-globalNav-sp_itemLinkBox-1 a:first-child {
  margin: 0 .5rem 0 0
}
.l-globalNav-sp_itemLinkBox-2 {
  border: solid 1px #000;
  margin: 0 0 1.25rem;
  width: 100%
}
.l-globalNav-sp_itemLinkBox-2 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.l-globalNav-sp_itemLinkBox-2 p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 6px 4px
}
.l-globalNav-sp_itemLinkBox-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.l-globalNav-sp_itemLinkBox-3 .itemNav-contact {
  background-image: url(/common/images/l-header/header_nav_icon03.svg);
  background-repeat: no-repeat;
  width: 25px
}
.l-globalNav-sp_itemLinkBox-3 .itemNav-dl {
  background-image: url("/common/images/l-header/header_nav_icon_catalogue.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
}
.l-globalNav-sp_itemLinkBox-3 a {
  background-size: cover;
  display: block;
  height: 24px;
  margin: 0 1.75rem 0 0
}
.l-globalNav-sp_linkItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .l-globalNav-sp_linkItem {
    font-size: .9375rem
  }
}
.l-globalNav-sp_linkItem:active {
  background: rgba(0,102,204,.3)
}
.l-globalNav-sp_linkItem .linkItem-anc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem
}
.l-globalNav-sp_linkItem .linkItem-anc .anc_icon {
  margin: 0 0 0 .2rem;
  padding: 0;
  width: .9rem;
  vertical-align: text-bottom
}
.l-globalNav-sp_linkItem .linkItem-anc a {
  color: #0d0d0d;
  padding: .3125rem 0;
  text-decoration: none;
  width: 100%
}
.l-globalNav-sp_linkItem .linkItem-anc a.linkItem-ancCtb3 {
  padding: .75rem 1.25rem
}
.l-globalNav-sp_linkItem .linkItem-anc p {
  padding: .75rem 0;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .l-globalNav-sp_linkItem .linkItem-anc p {
    font-size: 1rem
  }
}
.l-globalNav-sp_linkItem .linkItem-btn {
  background: url(/common/images/icon_plus.svg) center 52% no-repeat;
  background-size: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .75rem 0;
  width: 4rem;
  font-size: 1.25rem
}
.l-globalNav-sp_linkItem .linkItem-btn.is-minus {
  background: url(/common/images/icon_minus.svg) center center no-repeat;
  background-size: 30%
}
.l-globalNav-sp_linkItem .linkItem-btn.is-noIcon {
  background: 0 0;
  background-size: 20%
}
.l-globalNav-sp_linkItem .linkItem-recommend {
  margin: .9375rem 0 0;
  padding: .9375rem 0;
  border-top: solid 1px #999
}
.l-globalNav-sp_linkItem .linkItem-recommendBtn {
  margin: .9375rem 0 0;
  padding: .9375rem 0
}
.l-globalNav-sp_linkList {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  width: 100%
}
.l-globalNav-sp_linkList.is-opened {
  opacity: 1;
  pointer-events: auto
}
.l-globalNav-sp_linkListTtl {
  margin: 0 0 .7rem;
  padding: 0 0 0 56px;
  font-size: 1.0625rem
}
.l-globalNav-sp_linkListTtl p {
  border-bottom: solid 1px #999
}
.l-globalNav-sp_linkListTtl p a {
  color: #0d0d0d;
  display: block;
  margin: 0 0 .5625rem;
  padding: 0;
  text-decoration: none;
  width: 100%
}
.l-globalNav-sp_linkListTtl-ctb3 {
  margin: 0 0 1rem;
  padding: 0 0 0 1.25rem
}
.l-globalNav-sp_linkListTtl-ctb3 p {
  border-bottom: solid 1px #999
}
.l-globalNav-sp_linkListTtl-ctb3 p a {
  display: block;
  margin: 0 0 .5625rem;
  padding: .5625rem 0;
  width: 100%
}
.l-globalNav-sp_irLink,
.l-globalNav-sp_productsLink {
  bottom: 6rem;
  padding: 2rem 0 0 1.5rem;
  width: 90%
}
.l-globalNav-sp_productsLink .l-globalNav_irLink,
.l-globalNav-sp_productsLink .l-globalNav_productsLink {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}
.l-globalNav-sp_productsLink .l-globalNav_irLink a,
.l-globalNav-sp_productsLink .l-globalNav_productsLink a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.9375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1rem;
  margin: 0 0 .7rem;
  padding: 1.2rem 0;
  text-align: center;
  text-decoration: none;
  width: 48%;
  font-size: .6875rem
}
.l-globalNav-sp_productsLink .l-globalNav_irLink a:after,
.l-globalNav-sp_productsLink .l-globalNav_productsLink a:after {
  display: none
}
.l-globalNav-sp_productsLink .l-globalNav_irLink-bot,
.l-globalNav-sp_productsLink .l-globalNav_productsLink-bot {
  width: 100%
}
.l-globalNav-sp_productsLink .l-globalNav_irLink-bot a,
.l-globalNav-sp_productsLink .l-globalNav_productsLink-bot a {
  color: #0d0d0d;
  margin: 0 0 .8rem .6rem;
  padding: 0 1.2rem .1rem 0;
  text-decoration: none;
  font-size: .8125rem
}
.l-globalNav-sp_productsLink .l-globalNav_irLink-bot div,
.l-globalNav-sp_productsLink .l-globalNav_productsLink-bot div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.l-globalNav-sp_productsLink .l-globalNav_productsLink-list-block {
  display: block;
  text-align: left;
  padding-left: 2.5rem;
}
.l-globalNav-sp_productsLink .l-globalNav_productsLink-list-block a {
  margin-left: 0;
}
.l-globalNav-sp_searchBox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .5rem 0 0 1.5rem;
  width: 90%
}
.l-globalNav-sp_searchWrap {
  border: solid 1px #000;
  margin: 0 0 1.25rem;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .l-globalNav-sp_searchWrap .search-input {
    border: none;
    font-size: smaller;
    width: 80%
  }
}
.l-globalNav-sp_searchWrap button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  width: 19px
}
.l-globalNav-sp_searchWrap p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px
}
.l-globalNav-sp_searchWrap p span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px
}
.l-globalNav-sp_searchWrap input {
  width: 90%
}
.anc_icon {
  width: auto!important
}
@media print,
screen and (max-width:30em) {
  .sidebar_ir_mail_icon {
    width: 10%
  }
}
#l_content {
  margin: auto;
  padding: 40px 20px 80px;
  max-width: 1300px;
  letter-spacing: 0!important
}
.b_topic-path {
  background: #f8f8f8;
  margin-top: -1rem;
  padding: 1.6rem 0 0.5rem;
  position: relative;
  z-index: 1;
}

.b_topic-path .top {
  text-transform: uppercase;
}

.b_topic-path .separator {
  margin: 0 1.25em;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 61em) {
  .b_topic-path .separator {
    vertical-align: baseline;
  }
}
@media print, screen and (max-width: 30em) {
  .b_topic-path .separator {
    line-height: 1;
    margin: 0 0.8em;
    font-size: 1rem;
  }
}
.b_topic-path > p {
  font-size: 0;
  line-height: 1.4;
  margin: auto;
  padding: 0 34px;
  max-width: 1360px;
  width: 100%;
}

.b_topic-path a {
  font-size: 0.875rem;
  color: #0d0d0d;
}
.b_topic-path a:visited {
  color: #0d0d0d;
}
.b_topic-path a:any-link:focus, .b_topic-path a:any-link:hover {
  color: #005eb8;
}

@media print, screen and (min-width: 61em) {
  .b_topic-path a {
    margin: 1px 0 0;
    display: inline-block;
  }
}
@media print, screen and (max-width: 30em) {
  .b_topic-path a {
    font-size: 0.8125rem;
  }
}
.b_topic-path a:last-child {
  color: #06c;
}
.header_search .fb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header_search .fc {
  border-bottom: none
}
.m_link._for-top a {
  padding-left: 0;
  padding-right: 2.5rem!important;
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  .m_link._for-top a {
    font-size: .875rem
  }
}
.m_link._for-top a:before {
  height: .5em;
  margin-top: -.15em;
  top: .85rem!important;
  width: .5em
}
.m_link._page-nav .link_prev a:before {
  left: auto;
  right: .1rem
}
.m_link a:not(.anc_button) {
  padding-left: 0;
  padding-right: 2rem;
  text-decoration: none
}
.m_links._box > li {
  margin: 0 3px 5px 0;
  min-width: 149px;
  text-align: center;
  font-size: 1.125rem
}
@media print,
screen and (max-width:30em) {
  .m_links._box > li {
    min-width: 3.5rem;
    font-size: .875rem
  }
}
.m_links._box > li a {
  background: #e3e3e3;
  color: #0d0d0d;
  font-weight: 400;
  padding: .75rem 1.5rem!important
}
.m_links._box > li a:hover {
  background: #06c;
  color: #fff!important
}
.m_links._box > li a:not([href]) {
  background: #06c
}
.m_links._subtoc li a {
  padding-left: 0;
  padding-right: 2rem
}
.m_links._tab .tablist a {
  background: #06c;
  border-top: none;
  border-radius: 0;
  color: #fff;
  padding: 1rem 20px
}
.m_links._tab .tablist a[href] {
  background: #fff;
  color: #0d0d0d
}
.m_links._tab .tablist a:hover {
  background: #06c;
  color: #fff;
  text-decoration: none!important
}
.m_links._tab .tablist > li {
  font-size: 1.1rem
}
.anc_button,
.m_image .embedded_link,
.m_link a:not(.anc_button),
.m_links > li a:not(.anc_button),
.m_map .map_link a,
.m_video .embedded_link,
.srm_action_button .prev_area a {
  text-decoration: none
}
.anc_button::before,
.m_image .embedded_link::before,
.m_link a:not(.anc_button)::before,
.m_links > li a:not(.anc_button)::before,
.m_map .map_link a::before,
.m_video .embedded_link::before,
.srm_action_button .prev_area a::before {
  height: .5em;
  width: .5em
}
.anc_button::before,
.m_link a:not(.anc_button)::before {
  left: auto;
  right: .7rem;
  top: 1.55em
}
.srm_action_button .prev_area a::before {
  top: .85rem
}
.m_link a:not(.anc_button)::before {
  top: .8rem
}
.m_image .embedded_link,
.m_video .embedded_link {
  text-decoration: none
}
.m_image .embedded_link {
  display: block!important
}
.m_image .embedded_link:before {
  left: auto;
  right: .2rem
}
.m_links > li a:not(.anc_button)::before {
  left: auto;
  right: .7rem;
  top: .8rem
}
.m_video .embedded_link::before {
  left: auto;
  right: 0;
  top: .8rem
}
.m_link._page-nav .link_next a:before {
  left: auto;
  right: .5rem;
  top: .8rem
}
.m_link._page-nav .link_prev a:before {
  left: .5rem;
  top: .9rem
}
.m_link._page-nav .link_prev a:not(.anc_button) {
  padding-left: 2rem;
  padding-right: 0
}
.m_links._subtoc a:not(.anc_button)::before {
  top: .7em
}
.box_link .anc_button:before {
  right: 1rem
}
.box_button .anc_button:before {
  right: 1rem;
  top: 1.55em
}
.m_links._subtoc_box a:not(.anc_button):hover {
  color: #06c
}
.anc_button._conversion:hover {
  color: #fff!important;
  text-decoration: underline!important
}
.srm_separator {
  vertical-align: baseline
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .srm_action_button .submit_area {
    width: 50%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .srm_action_button .submit_area {
    width: 50%
  }
}
.srm_action_button .submit_area {
  text-align: center
}
.b_page-title {
  background: #fff;
  padding: 4.125rem 0 4.3125rem 1rem
}
@media print,
screen and (max-width:60em) {
  .b_page-title {
    padding: 4.125rem 0 4.3125rem
  }
}
@media print,
screen and (max-width:30em) {
  .b_page-title {
    padding: 2.125rem 1.875rem 2.875rem
  }
}
.b_page-titleRead {
  line-height: 1.66667;
  margin: 0 auto;
  max-width: 1280px;
  padding: 2.3125rem 10px 0;
  width: 100%;
  font-size: 1.5rem
}
@media print,
screen and (max-width:60em) {
  .b_page-titleRead {
    padding: 2.3125rem 2rem 0;
    font-size: 1.125rem
  }
}
@media print,
screen and (max-width:30em) {
  .b_page-titleRead {
    padding: 2.3125rem 0 0;
    font-size: .75rem
  }
}
.b_page-title h1 {
  color: #0d0d0d;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 10px;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 3rem
}
@media print,
screen and (max-width:60em) {
  .b_page-title h1 {
    padding: 0 2rem;
    font-size: 2.5rem
  }
}
@media print,
screen and (max-width:30em) {
  .b_page-title h1 {
    padding: 0;
    font-size: 1.75rem
  }
}
.b_page-title h1:after {
  background: #06c;
  bottom: -10px;
  content: ' ';
  height: 2px;
  left: 10px;
  margin: -2% 0 0;
  position: absolute;
  width: 64px
}
@media print,
screen and (max-width:60em) {
  .b_page-title h1:after {
    left: 2rem;
    width: 44px
  }
}
@media print,
screen and (max-width:30em) {
  .b_page-title h1:after {
    left: 0;
    width: 2rem
  }
}
@media print,
screen and (max-width:30em) {
  .b_page-title h1.is-fstyle {
    padding: .3em 0
  }
}
.b_page-title h1.is-fstyle:after {
  display: none!important
}
.b_page-title._image h1 {
  padding-top: 0;
  padding-bottom: 0;
  background: no-repeat top center;
  background-image: none!important
}
.m_hdg#anchor_1,
.m_hdg#anchor_2,
.m_hdg#anchor_3,
.m_hdg#anchor_4,
.m_hdg#anchor_5,
.m_hdg#anchor_6,
.m_hdg#anchor_7,
.m_hdg#anchor_8,
.m_hdg#anchor_9 {
  margin: -2.3em 0 0;
  padding: 4.55em 0 0
}
.m_hdg._A h1,
.m_hdg._A h3,
.m_hdg._A h4,
.m_hdg._A h5,
.m_hdg._A h6 {
  background: #fff;
  border-left: 4px solid #06c;
  color: #0d0d0d;
  font-weight: 700;
  line-height: 1.35294;
  padding: 0 0 0 22px;
  font-size: 2.125rem
}
@media print,
screen and (max-width:30em) {
  .m_hdg._A h1,
  .m_hdg._A h3,
  .m_hdg._A h4,
  .m_hdg._A h5,
  .m_hdg._A h6 {
    font-size: 1.3125rem
  }
}
.m_hdg._A h2 {
  background: #fff;
  border-left: 4px solid #06c;
  color: #0d0d0d;
  font-weight: 700;
  line-height: 1.35294;
  padding: 0 0 0 16px;
  font-size: 1.625rem
}
@media print,
screen and (max-width:30em) {
  .m_hdg._A h2 {
    font-size: 1.3125rem
  }
}
.m_hdg._B {
  margin: 2em 0 0
}
@media print,
screen and (max-width:30em) {
  .m_hdg._B {
    margin: 1.5rem 0 0
  }
}
.m_hdg._B h2,
.m_hdg._B h3,
.m_hdg._B h4,
.m_hdg._B h5,
.m_hdg._B h6 {
  background: #f4f4f4;
  border-left: none;
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 20px .8125rem;
  font-size: 1.375rem
}
@media print,
screen and (max-width:30em) {
  .m_hdg._B h2,
  .m_hdg._B h3,
  .m_hdg._B h4,
  .m_hdg._B h5,
  .m_hdg._B h6 {
    font-size: 1.375rem
  }
}
.m_hdg._C {
  margin: 0;
  padding: 1.75em 0 0
}
.m_hdg._C h2,
.m_hdg._C h3,
.m_hdg._C h4,
.m_hdg._C h5,
.m_hdg._C h6 {
  border-left: 4px solid #06c;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 20px
}
.m_share .share_button .icon {
  width: auto
}
.m_hdg._D h2,
.m_hdg._D h3,
.m_hdg._D h4,
.m_hdg._D h5,
.m_hdg._D h6 {
  border-left: 4px solid #06c
}
.m_hdg._E h2,
.m_hdg._E h3,
.m_hdg._E h4,
.m_hdg._E h5,
.m_hdg._E h6 {
  border-left: 4px solid #06c
}
.m_image .embedded_link,
.m_video .embedded_link {
  display: inline-block;
  padding-left: 0;
  padding-right: 1.5em
}
.m_video .embedded_link a {
  text-decoration: none!important
}
.m_links > li a:not(.anc_button) {
  color: #06c;
  font-weight: 400;
  padding-left: 0;
  padding-right: 2rem;
  text-decoration: none!important
}
.m_links > li a:not(.anc_button):hover {
  color: #06c
}
.m_links > li a:not(.anc_button)[href] {
  color: #0d0d0d
}
.m_links > li a:not(.anc_button)[href]:hover {
  color: #06c
}
.m_listpage_link > li {
  background: #fff
}
.m_listpage_link > li a {
  display: inline
}
.m_listpage_link > li a:hover {
  color: #06c
}
.m_listpage_link > li a[href] {
  display: inline
}
.m_listpage_link > li a[href]:hover {
  text-decoration: none
}
.m_listpage_link._dark > li {
  background: #d6d6d6;
  color: #3f3f3f
}
.m_listpage_link._dark .link_text:before {
  border-top: .1em solid #3f3f3f;
  border-right: .1em solid #3f3f3f;
  right: 1.2rem
}
.m_listpage_link .link_text {
  border: none;
  padding: .875em 45px .875em 20px
}
.m_listpage_link .link_text:before {
  right: 1.2rem
}
.listpage_text .m_text p {
  font-size: .9375rem
}
.m_tab [role=tab] {
  background: #fff;
  border-top: none;
  border-radius: 0;
  padding: 1rem 20px
}
.m_tab [role=tab]:hover {
  background: #06c;
  color: #fff;
  text-decoration: none
}
.m_tab [role=tab] a:hover {
  color: #fff
}
.m_tab [role=tab][aria-selected=true] {
  border-color: #e4ebf2;
  color: #fff;
  background: #06c
}
.m_tab [role=tablist]:last-child:not(:first-child) [role=tab] {
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: .75em;
  border-radius: 0;
  border-top: none;
  border-bottom: none
}
.m_map .map_link a {
  padding-left: 0;
  padding-right: 1.44rem;
  display: inline-block;
  position: relative;
  text-decoration: none
}
.m_map .map_link a::before {
  left: auto;
  right: .3rem;
  top: .8rem
}
.m_chronological-legend .icon {
  padding: .2em 1em .3rem
}
.m_faq .a_icon,
.m_faq .q_icon {
  padding: .17em .17em .25em
}
.m_faq .q_icon {
  padding: .17em .17em .35em
}
.anc_button[href]:focus,
.anc_button[href]:hover {
  color: #06c;
  text-decoration: none
}
.hdg_link .m_link a:not(.anc_button)::before {
  top: .9rem
}
.sidebar_local-nav > h2 {
  background: #f4f4f4;
  border-left: 4px solid #06c;
  color: #0d0d0d;
  padding: 0 0 0 15px;
  text-align: left
}
.sidebar_local-nav > h2 a {
  padding: 1em 20px 1em 0
}
.sidebar_local-nav > h2 a:hover {
  color: #06c;
  text-decoration: none!important
}
.sidebar_local-nav .nav_list > li a:hover {
  color: #06c;
  text-decoration: none!important
}
.sidebar_local-nav .nav_list > li a:not([href]) {
  background: #e3f1ff;
  color: #004d99
}
.sidebar_local-nav nav {
  margin: -1px 0 0
}
.sidebar_link_button a[href]:focus,
.sidebar_link_button a[href]:hover {
  color: #06c;
  text-decoration: none
}
.sidebar_ir_mail .sidebar_ir_mail_buttons .sidebar_ir_mail_button[href]:focus,
.sidebar_ir_mail .sidebar_ir_mail_buttons .sidebar_ir_mail_button[href]:hover {
  color: #06c;
  text-decoration: none
}
#company .m_listpage_link li {
  background: #fff
}
.b_page-title._brightening {
  background: #00020d url(/brightening/images/bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5.375rem 0
}
@media print,
screen and (max-width:30em) {
  .b_page-title._brightening {
    background-image: url(/brightening/images/bg--sp.jpg);
    padding: 2.5rem 0
  }
}
.b_page-title._brightening p {
  padding: 0
}
@media print,
screen and (max-width:30em) {
  .b_page-title._brightening p {
    font-size: 1.875rem
  }
}
.brightening_title_area {
  color: #fff;
  padding: 8.5625rem 0 7.6875rem;
  position: relative;
  text-align: center;
  z-index: 1
}
@media print,
screen and (max-width:30em) {
  .brightening_title_area {
    padding: 3.75rem 0 3.75rem
  }
}
.brightening_title_area .subheading {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1.6875rem 0 0;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
@media print,
screen and (max-width:30em) {
  .brightening_title_area .subheading {
    padding: .625rem 0 0;
    font-size: .875rem
  }
}
@media print,
screen and (max-width:30em) {
  .brightening_title_area h1 {
    margin: 0 auto;
    width: 80%
  }
}
.sidebar_relation .title {
  text-decoration: none
}
.sidebar_relation > li {
  padding-right: 0
}
.sidebar_relation > li:before {
  display: none
}
.page-title_nav a {
  color: #fff
}
.company_history_next_section a {
  color: #fff
}
.company_history_subtoc a {
  color: #fff
}
@media print,
screen and (max-width:30em) {
  .m_image-sbs._image_middle .image_area img.text_signature {
    max-width: 80%
  }
}
@media print,
screen and (max-width:30em) {
  .m_box._A {
    padding: 0 19px 1.5em
  }
}
@media print,
screen and (max-width:30em) {
  .m_box._A .m_hdg._C {
    padding: 1.2em 0 0
  }
}
.m_box._A .m_hdg._C h2 {
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  #l_sidebar .m_box._A {
    padding-top: 1.5em
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .m_image-sbs._image_first {
    display: block
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .m_image-sbs._image_first {
    display: block
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .m_image-sbs._image_first .text_area {
    margin-bottom: 15px
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .m_image-sbs._image_first .text_area {
    margin-bottom: 15px
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .m_image-sbs._image_first .image_area,
  .m_image-sbs._image_first .text_area {
    display: block
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .m_image-sbs._image_first .image_area,
  .m_image-sbs._image_first .text_area {
    display: block
  }
}
.mlc-module-title {
  margin: 2em 0 1em;
  padding: .5em 1em;
  border-radius: .5em;
  color: #fff;
  background: #333
}
.p-common_pageTop {
  left: 0;
  position: absolute;
  text-align: right;
  top: -40px;
  width: 100%
}
.p-common_pageTop p {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%
}
.p-common_pageTop a {
  color: #0d0d0d;
  display: none;
  padding: 0 2.5rem 0 0;
  position: relative;
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  .p-common_pageTop a {
    padding: 0 2rem 0 0;
    font-size: .875rem
  }
}
.p-common_pageTop a:before {
  border-right: .1em solid #e50000;
  border-top: .1em solid #e50000;
  content: "";
  height: .5em;
  left: auto;
  margin-top: -.15em;
  position: absolute;
  right: .5rem;
  top: .85em;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  width: .5em
}
.p-common_pageTop a:hover {
  color: #06c
}
.p-common_news {
  background: #f8f8f8;
  padding: 6.25rem 0 4.3125rem
}
@media print,
screen and (max-width:30em) {
  .p-common_news {
    padding: 3.125rem 1.25rem
  }
}
.p-common_newsContents {
  background: #fff;
  max-width: 1358px;
  margin: 0 auto 2.5rem;
  padding: 3.125rem 6.375rem 4.3125rem 5.4375rem
}
@media print,
screen and (max-width:60em) {
  .p-common_newsContents {
    padding: 3.125rem 3.25rem 4.3125rem 2.9375rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-common_newsContents {
    padding: 2rem 1.125rem 1.9375rem
  }
}
.p-common_newsTtl {
  font-weight: 700;
  margin: 0 auto 1.4375rem;
  font-size: 2rem
}
@media print,
screen and (max-width:30em) {
  .p-common_newsTtl {
    font-size: 1.4375rem
  }
}
.p-common_newsList {
  margin: 0 0 1.125rem
}
.p-common_newsList_link {
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  width: 112px;
  font-size: .875rem
}
.p-common_newsList_link:after {
  color: red;
  content: '＞';
  font-size: .7rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  right: 0;
  top: .2rem;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .p-common_newsList_link:after {
    margin: -2px 0 0;
    font-size: .75rem
  }
}
.p-common_newsList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4375rem 1.125rem 1.3125rem;
  font-size: .875rem
}
.p-common_newsList-item:nth-child(odd) {
  background: #f8f8f8
}
@media print,
screen and (max-width:30em) {
  .p-common_newsList-item:nth-child(odd) {
    background: 0 0
  }
}
@media print,
screen and (max-width:30em) {
  .p-common_newsList-item {
    display: block;
    padding: .75rem 0 1.3125rem
  }
}
.p-common_newsList-subttl {
  margin: 1rem 0 0;
  padding: 0 0 0 1.2rem;
  position: relative
}
.p-common_newsList-subttl:after {
  background: #333;
  content: ' ';
  height: 1px;
  left: 0;
  position: absolute;
  top: .75rem;
  width: .7rem
}
@media print,
screen and (max-width:30em) {
  .p-common_newsList .item-date {
    padding: 0 0 1rem 1rem
  }
}
.p-common_newsList .item-date span {
  border-right: solid 1px #cbcbcb;
  padding: 0 1.5rem 0 0
}
@media print,
screen and (max-width:30em) {
  .p-common_newsList .item-date span {
    padding: 0 1.125rem 0 0;
    font-size: .875rem
  }
}
.p-common_newsList .item-text {
  padding: 0 0 0 1.5rem
}
@media print,
screen and (max-width:30em) {
  .p-common_newsList .item-text {
    line-height: 1.32353;
    padding: 0;
    font-size: .875rem
  }
}
.p-common_linkBox-a {
  margin: 4.375rem auto;
  max-width: 1300px;
  padding: 0 20px;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-common_linkBox-a {
    background: #f8f8f8;
    margin: 0 auto;
    padding: 2.5rem 2.25rem
  }
}
.p-common_linkBox-a2 {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-common_linkBox-a2 {
    margin: 0 auto;
    padding: 0 2rem
  }
}
.p-top_emergency {
  background: #e3e3e3;
  padding: .5rem 1rem;
  text-align: center
}
.p-top_emergency span {
  font-weight: 700
}
.p-top_keyword {
  background-image: -o-linear-gradient(rgba(185,197,211,.3) 1px,transparent 0),-o-linear-gradient(left,rgba(185,197,211,.3) 1px,transparent 0);
  background-image: linear-gradient(rgba(185,197,211,.3) 1px,transparent 0),linear-gradient(90deg,rgba(185,197,211,.3) 1px,transparent 0);
  background-size: 30px 30px;
  border-top: solid 10px #fff
}
@media print,
screen and (max-width:30em) {
  .p-top_keyword {
    background-size: 20px 20px
  }
}
.p-top_keywordInner {
  background: url(/common/images/top/top_bg01.png) center center;
  background-repeat: no-repeat;
  padding: 0 0 10.5625rem
}
@media print,
screen and (max-width:60em) {
  .p-top_keywordInner {
    background-size: 120%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-top_keywordInner {
    background-size: 130%
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_keywordInner {
    background: url(/common/images/top/top_bg01--sp.png) center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0 2.9375rem
  }
}
.p-top_keywordBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25em 0;
  position: relative;
  text-decoration: none!important;
  width: 323px;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .p-top_keywordBtn {
    margin: 2.0625rem 0 0;
    width: 85%
  }
}
.p-top_keywordBtn:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: -.5rem 0 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.p-top_keywordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 3.4375rem 0 0;
  width: 797.04px
}
@media print,
screen and (max-width:60em) {
  .p-top_keywordList {
    width: 100%
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_keywordList {
    margin: 0 auto;
    padding: 0;
    width: 90%
  }
}
.p-top_keywordList_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 138px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 .6rem .8rem;
  width: 246px
}
@media print,
screen and (max-width:60em) {
  .p-top_keywordList_item {
    margin: 0 0 .8rem;
    width: 33%
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_keywordList_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    line-height: 1.41667;
    margin: 0 0 1.375rem;
    width: 50%
  }
}
.p-top_keywordList_item p {
  font-size: .87rem;
  text-align: center;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-top_keywordList_item p {
    width: 80%
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_keywordList_item img {
    width: 41.33333%
  }
}
.p-top_keywordList_item.active {
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  color: #06c
}
.p-top_keywordTtl {
  font-size: 2.25em;
  font-weight: 700;
  text-align: center;
  padding: 9.3125rem 0 0
}
@media print,
screen and (max-width:30em) {
  .p-top_keywordTtl {
    padding: 3.625rem 0 0;
    font-size: 1.3125rem
  }
}
.p-top_mainVisual {
  max-height: 920px;
  overflow: hidden;
  position: relative
}
.p-top_mainVisual-catch {
  left: 50%;
  margin: -6.5% 0 0 -17.5%;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 35%
}
@media print,
screen and (max-width:30em) {
  .p-top_mainVisual-catch {
    margin: -14.5% 0 0 -36.5%;
    width: 72%
  }
}
.p-top_mainVisual-catch img {
  width: 100%
}
.p-top_mainVisual-container {
  text-align: center
}
.p-top_mainVisual .mainVisual-img video {
  width: 100%
}
.p-top_visualNav {
  background: #f8f8f8;
  overflow: hidden;
  padding: 0 0 .8rem 20px
}
.p-top_visualNavInner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 3.75em 10px 0;
  position: relative;
  width: 100%
}
@media print,
screen and (max-width:60em) {
  .p-top_visualNavInner {
    width: 120%
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_visualNavInner {
    padding: 3.75em 0 0;
    width: 240%
  }
}
.p-top_visualNavInner .swiper-wrapper {
  padding: 0 0 8.625rem;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-top_visualNavInner .swiper-wrapper {
    padding: 0 0 5.5rem
  }
}
.p-top_visualNavInner .swiper-slide {
  height: 100%;
  width: 100%
}
.p-top_visualNavInner .swiper-slide a {
  display: block;
  text-decoration: none;
  width: 100%
}
.p-top_visualNavInner .swiper-slide img {
  width: 100%
}
.p-top_visualNavInner .swiper-button-next,
.p-top_visualNavInner .swiper-button-prev {
  background: #06c;
  bottom: 0;
  color: #fff;
  height: 55px;
  text-decoration: none;
  top: auto;
  width: 55px
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-top_visualNavInner .swiper-button-next,
  .p-top_visualNavInner .swiper-button-prev {
    height: 55px;
    width: 55px
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_visualNavInner .swiper-button-next,
  .p-top_visualNavInner .swiper-button-prev {
    height: 38px;
    width: 38px
  }
}
.p-top_visualNavInner .swiper-button-next a,
.p-top_visualNavInner .swiper-button-prev a {
  height: 100%;
  width: 100%
}
.p-top_visualNavInner .swiper-button-prev {
  left: 10px
}
.p-top_visualNavInner .swiper-button-prev:after {
  content: '＜';
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .p-top_visualNavInner .swiper-button-prev {
    left: 0
  }
}
.p-top_visualNavInner .swiper-button-next {
  left: 69px
}
@media print,
screen and (max-width:30em) {
  .p-top_visualNavInner .swiper-button-next {
    left: 42px
  }
}
.p-top_visualNavInner .swiper-button-next:after {
  content: '＞';
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.p-top_visualNavInner .swiper-button-next:after,
.p-top_visualNavInner .swiper-button-prev:after {
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  .p-top_visualNavInner .swiper-button-next:after,
  .p-top_visualNavInner .swiper-button-prev:after {
    font-size: .7rem
  }
}
.p-top_visualNavInner .swiper-pagination {
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 15%;
  text-align: left;
  width: 85%
}
@media print,
screen and (max-width:60em) {
  .p-top_visualNavInner .swiper-pagination {
    width: 67%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-top_visualNavInner .swiper-pagination {
    left: 128px;
    width: 62%
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_visualNavInner .swiper-pagination {
    bottom: 20px;
    left: 7rem;
    width: 28%
  }
}
.p-top_visualNavInner .swiper-pagination-bullet {
  border-radius: 0;
  cursor: default;
  display: block;
  height: 2px;
  margin: 0!important;
  width: 100%
}
.p-top_visualNavInner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #06c
}
.p-top_visualNavInner .swiper-slideText {
  padding: .5em 0 0;
  font-size: 1.125rem
}
@media print,
screen and (max-width:30em) {
  .p-top_visualNavInner .swiper-slideText {
    font-size: .875rem
  }
}
.p-top_news {
  background: #f8f8f8;
  padding: 6.25rem 0 4.3125rem
}
@media print,
screen and (max-width:30em) {
  .p-top_news {
    padding: 3.125rem 1.25rem
  }
}
.p-top_newsContents {
  background: #fff;
  max-width: 1358px;
  margin: 0 auto 2.5rem;
  padding: 3.125rem 6.375rem 4.3125rem 5.4375rem
}
@media print,
screen and (max-width:60em) {
  .p-top_newsContents {
    padding: 3.125rem 3.25rem 4.3125rem 2.9375rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_newsContents {
    padding: 2rem 1.125rem 1.9375rem
  }
}
.p-top_newsTtl {
  margin: 0 auto 1.4375rem;
  font-size: 2.25rem
}
@media print,
screen and (max-width:30em) {
  .p-top_newsTtl {
    font-size: 1.3125rem
  }
}
.p-top_newsList {
  margin: 0 0 1.125rem
}
.p-top_newsList_link {
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  width: 112px;
  font-size: .875rem
}
.p-top_newsList_link:after {
  color: red;
  content: '＞';
  font-size: .7rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  right: 0;
  top: .2rem;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .p-top_newsList_link:after {
    margin: -2px 0 0;
    font-size: .75rem
  }
}
.p-top_newsList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4375rem 1.125rem 1.3125rem;
  font-size: .875rem
}
.p-top_newsList-item:nth-child(odd) {
  background: #f8f8f8
}
@media print,
screen and (max-width:30em) {
  .p-top_newsList-item:nth-child(odd) {
    background: 0 0
  }
}
@media print,
screen and (max-width:30em) {
  .p-top_newsList-item {
    padding: 0 1.25rem 1.3125rem
  }
}
.p-top_newsList .item-date span {
  border-right: solid 1px #cbcbcb;
  padding: 0 1.5rem 0 0
}
@media print,
screen and (max-width:30em) {
  .p-top_newsList .item-date span {
    padding: 0 1.125rem 0 0;
    font-size: .75rem
  }
}
.p-top_newsList .item-text {
  padding: 0 0 0 1.5rem
}
@media print,
screen and (max-width:30em) {
  .p-top_newsList .item-text {
    line-height: 1.32353;
    font-size: .75rem
  }
}
.p-company_slogan {
  font-weight: 700;
  margin: 1.6875rem 0 0;
  font-size: 2.5rem
}
@media print,
screen and (max-width:30em) {
  .p-company_slogan {
    font-size: 1.5625rem
  }
}
.p-company_slogan-sub {
  font-weight: 700;
  font-size: 1.875rem
}
@media print,
screen and (max-width:30em) {
  .p-company_slogan-sub {
    font-size: 1.125rem
  }
}
.p-company_sloganBox {
  background-image: url(/company/images/index_slogan_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 7.875rem 0 6.4375rem;
  text-align: center
}
@media print,
screen and (max-width:30em) {
  .p-company_sloganBox {
    padding: 5.25rem 0 5.125rem
  }
}
.p-company_sloganBtn {
  margin: 3.625rem auto 0
}
@media print,
screen and (max-width:30em) {
  .p-company_sloganBtn {
    width: 66.66667%
  }
}
.p-company_sloganRead {
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 2.1875rem 0 0
}
@media print,
screen and (max-width:30em) {
  .p-company_sloganRead {
    font-size: .9375rem
  }
}
.p-company_attentionBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 530px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%
}
@media print,
screen and (max-width:30em) {
  .p-company_attentionBox {
    height: auto;
    width: 100%
  }
}
.p-company_attentionBox-prdLink {
  display: inline-block;
  font-weight: 700;
  margin: 1.5rem 0 0 -1rem;
  position: relative;
  text-decoration: none!important
}
@media print,
screen and (max-width:30em) {
  .p-company_attentionBox-prdLink {
    font-size: 1.125rem
  }
}
.p-company_attentionBox-prdLink:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  line-height: 1;
  margin: -.5rem 0 0;
  position: absolute;
  right: -2em;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.p-company_attentionBox.pgBox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
@media print,
screen and (max-width:30em) {
  .p-company_attentionBox.pgBox {
    padding: 7.25rem 0 6.625rem
  }
}
.p-company_attentionBox.pgBox.world {
  background-image: url(/common/images/top/top_attention_bg01.jpg)
}
.p-company_attentionBox.pgBox.fstyle {
  background-image: url(/common/images/top/top_attention_bg02.jpg)
}
.p-company_attentionBox.pgBox.funlab {
  background-image: url(/common/images/top/top_attention_bg03.jpg)
}
.p-company_visualNav {
  background: #f8f8f8;
  padding: 0 0 100px 0
}
@media print,
screen and (max-width:60em) {
  .p-company_visualNav {
    overflow: hidden;
    padding: 0 0 100px 20px
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNav {
    width: 100%;
    padding: 0 0 0 1.25rem
  }
}
.p-company_visualNavInner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 3.75em 10px 0;
  position: relative;
  width: 100%
}
@media print,
screen and (max-width:60em) {
  .p-company_visualNavInner {
    width: 120%
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner {
    padding: 6.25em 0 0 2.0625em;
    width: 240%
  }
}
.p-company_visualNavInnerTtl {
  font-weight: 700;
  padding: 5.625rem 0 0;
  text-align: center;
  font-size: 2.25rem
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInnerTtl {
    background: #fff;
    font-weight: 400;
    padding: 3.125rem 0 14.375rem;
    position: absolute;
    width: 95%;
    font-size: 1.375rem
  }
}
.p-company_visualNavInner .swiper-wrapper {
  padding: 0 0 8.625rem;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner .swiper-wrapper {
    padding: 0 0 5.5rem
  }
}
.p-company_visualNavInner .swiper-slide {
  height: 100%;
  width: 100%
}
.p-company_visualNavInner .swiper-slide img {
  width: 100%
}
.p-company_visualNavInner .swiper-button-next,
.p-company_visualNavInner .swiper-button-prev {
  background: #06c;
  bottom: 0;
  color: #fff;
  height: 55px;
  top: auto;
  width: 55px
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-company_visualNavInner .swiper-button-next,
  .p-company_visualNavInner .swiper-button-prev {
    height: 8vw;
    width: 6.8%
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner .swiper-button-next,
  .p-company_visualNavInner .swiper-button-prev {
    height: 38px;
    width: 38px
  }
}
.p-company_visualNavInner .swiper-button-prev {
  left: 0
}
.p-company_visualNavInner .swiper-button-prev:after {
  content: '＜';
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.p-company_visualNavInner .swiper-button-next {
  left: 69px
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-company_visualNavInner .swiper-button-next {
    left: 7.3%
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner .swiper-button-next {
    left: 42px
  }
}
.p-company_visualNavInner .swiper-button-next:after {
  content: '＞';
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.p-company_visualNavInner .swiper-button-next:after,
.p-company_visualNavInner .swiper-button-prev:after {
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner .swiper-button-next:after,
  .p-company_visualNavInner .swiper-button-prev:after {
    font-size: .7rem
  }
}
.p-company_visualNavInner .swiper-pagination {
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 15%;
  text-align: left;
  width: 85%
}
@media print,
screen and (max-width:60em) {
  .p-company_visualNavInner .swiper-pagination {
    width: 67%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-company_visualNavInner .swiper-pagination {
    left: 19%;
    width: 62%
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner .swiper-pagination {
    bottom: 36px;
    left: 5rem;
    width: 28%
  }
}
.p-company_visualNavInner .swiper-pagination-bullet {
  border-radius: 0;
  cursor: default;
  display: block;
  height: 2px;
  margin: 0!important;
  width: 100%
}
.p-company_visualNavInner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #06c
}
.p-company_visualNavInner .swiper-slideLink {
  bottom: 0;
  padding: 0 2em 1.8125em 0;
  position: absolute;
  right: 0
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner .swiper-slideLink {
    padding: 0 .6875em 1.1875em 0;
    font-size: .875rem
  }
}
.p-company_visualNavInner .swiper-slideText {
  background: #fff;
  bottom: 0;
  font-weight: 700;
  height: 13.9375em;
  padding: 1.3125em 1.625em 0;
  position: absolute;
  right: 0;
  width: 87.83784%;
  font-size: 1.125rem
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner .swiper-slideText {
    font-size: 1.0625rem
  }
}
.p-company_visualNavInner .swiper-slideText span {
  display: block;
  font-weight: 400;
  padding: 1.25rem 0 0;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .p-company_visualNavInner .swiper-slideText span {
    font-size: .9375rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_igNav {
    display: block
  }
}
.p-company_igNav-left {
  background-image: url(/company/images/index_photo_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 4.125rem 0;
  text-align: center
}
@media print,
screen and (max-width:60em) {
  .p-company_igNav-left {
    padding: 2.875rem 0
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_igNav-left {
    margin: 0 0 1.5rem;
    padding: 3.75rem 0
  }
}
.p-company_igNav-right {
  background-image: url(/company/images/index_photo_04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 4.125rem 0;
  text-align: center
}
@media print,
screen and (max-width:60em) {
  .p-company_igNav-right {
    padding: 2.875rem 0
  }
}
@media print,
screen and (max-width:60em) {
  .p-company_igNav-right {
    padding: 4 .375rem 0
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_igNav-right {
    padding: 3.75rem 0
  }
}
.p-company_igNav .lbCont_link {
  margin: 1.5rem auto 0
}
@media print,
screen and (max-width:30em) {
  .p-company_igNav .lbCont_mark {
    width: 4.75rem
  }
}
.p-company_igNav .lbCont_ttl {
  margin: 1rem 0 0;
  font-size: 1.625rem
}
@media print,
screen and (max-width:60em) {
  .p-company_igNav .lbCont_ttl {
    font-size: 1.25rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_igNav .lbCont_ttl {
    font-size: 1.1875rem
  }
}
.p-company_btnNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1280px;
  padding: 4.375rem 10px 6.25rem;
  width: 100%
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .p-company_btnNav {
    padding: 4.375rem 23px
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_btnNav {
    background: #f8f8f8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    padding: 4.375rem 1.5rem 4.375rem
  }
}
.p-company_btnNavItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ababab;
  color: #fff!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1.2% .875rem 0;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none!important;
  width: 24%;
  font-size: 1.25rem
}
@media print,
screen and (max-width:60em) {
  .p-company_btnNavItem {
    font-size: 1rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-company_btnNavItem {
    height: 3rem;
    margin: 0 0 .5rem 0;
    padding: 0 .5rem;
    width: 49%;
    font-size: .875rem
  }
}
.p-company_btnNavItem:hover {
  background: #06c;
  opacity: 1
}
.p-company_btnNavItem:nth-child(4n) {
  margin: 0 0 .875rem
}
@media print,
screen and (max-width:30em) {
  .p-company_btnNavItem:nth-child(4n) {
    margin: 0 0 .5rem 0
  }
}
.p-company-kw_read {
  padding: 2.375rem 3rem 0;
  font-size: 1.5rem
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_read {
    padding: .75rem 1rem 0;
    font-size: .875rem
  }
}
.p-company-kw_ttl {
  padding: 0 20px;
  text-align: center
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-company-kw_ttl {
    margin: 0 auto;
    width: 80%
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_ttl {
    margin: 0 auto;
    width: 70%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-company-kw_ttl img {
    width: 100%
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_ttl img {
    width: 100%
  }
}
.p-company-kw_ttlArea {
  background-image: -o-linear-gradient(rgba(185,197,211,.3) 1px,transparent 0),-o-linear-gradient(left,rgba(185,197,211,.3) 1px,transparent 0);
  background-image: linear-gradient(rgba(185,197,211,.3) 1px,transparent 0),linear-gradient(90deg,rgba(185,197,211,.3) 1px,transparent 0);
  background-size: 30px 30px;
  margin: 0 0 6.875rem;
  text-align: center
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_ttlArea {
    background-size: 15px 15px;
    margin: 0 0 1.875rem
  }
}
.p-company-kw_ttlInnner {
  background-image: url(/company/images/keyword_ttl_bg.svg);
  background-size: 1460px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 8.125rem 0 8.25rem
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_ttlInnner {
    background-size: 120%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-company-kw_ttlInnner {
    background-size: 130%
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_ttlInnner {
    background-image: url(/company/images/keyword_ttl_bg--sp.svg);
    background-size: 107%;
    padding: 1.5625rem 0
  }
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_cont {
    padding: 0 1rem 0
  }
}
.p-company-kw_cont06 {
  padding: 0 0 7.5rem
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_cont06 {
    padding: 0 1rem 7.5rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_cont06 {
    padding: 0 0 4rem
  }
}
.p-company-kw_contBg {
  height: 348px;
  text-indent: -9999px;
  width: 100%;
  z-index: -1
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBg {
    height: 46vw;
    margin: 0 auto;
    width: 90%
  }
}
.p-company-kw_contBg-key01 {
  background: url(/company/images/keyword_cont_bg01.jpg) center center no-repeat;
  background-size: auto
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_contBg-key01 {
    background-size: cover
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBg-key01 {
    background: url(/company/images/keyword_cont_bg01--sp.jpg) center center no-repeat;
    background-size: contain
  }
}
.p-company-kw_contBg-key02 {
  background: url(/company/images/keyword_cont_bg02.jpg) center center no-repeat;
  background-size: auto
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_contBg-key02 {
    background-size: cover
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBg-key02 {
    background: url(/company/images/keyword_cont_bg02--sp.jpg) center center no-repeat;
    background-size: contain
  }
}
.p-company-kw_contBg-key03 {
  background: url(/company/images/keyword_cont_bg03.jpg) center center no-repeat;
  background-size: auto
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_contBg-key03 {
    background-size: cover
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBg-key03 {
    background: url(/company/images/keyword_cont_bg03--sp.jpg) center center no-repeat;
    background-size: contain
  }
}
.p-company-kw_contBg-key04 {
  background: url(/company/images/keyword_cont_bg04.jpg) center center no-repeat;
  background-size: auto
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_contBg-key04 {
    background-size: cover
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBg-key04 {
    background: url(/company/images/keyword_cont_bg04--sp.jpg) center center no-repeat;
    background-size: contain
  }
}
.p-company-kw_contBg-key05 {
  background: url(/company/images/keyword_cont_bg05.jpg) center center no-repeat;
  background-size: auto
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_contBg-key05 {
    background-size: cover
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBg-key05 {
    background: url(/company/images/keyword_cont_bg05--sp.jpg) center center no-repeat;
    background-size: contain
  }
}
.p-company-kw_contBg-key06 {
  background: url(/company/images/keyword_cont_bg06.jpg) center center no-repeat;
  background-size: auto
}
@media print,
screen and (max-width:60em) {
  .p-company-kw_contBg-key06 {
    background-size: cover
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBg-key06 {
    background: url(/company/images/keyword_cont_bg06--sp.jpg) center center no-repeat;
    background-size: contain
  }
}
.p-company-kw_contBox {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  margin: -2.5rem auto 0;
  max-width: 972px;
  padding: 3.125rem 1rem 3.75rem;
  text-align: center;
  width: 94%
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBox {
    padding: 1.875rem 0 1.75rem;
    width: 80%
  }
}
.p-company-kw_contBox_read {
  font-weight: 700;
  padding: 1.625rem 1rem 0;
  font-size: 1.75rem
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBox_read {
    padding: .75rem 1rem 0;
    font-size: 1.0625rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_contBox_ttl {
    margin: 0 auto;
    width: 30%
  }
}
.p-company-kw_imgBox {
  max-width: 990px;
  margin: 0 auto;
  padding: 3rem 2rem 3.125rem;
  text-align: center;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-company-kw_imgBox {
    padding: 1rem 0 1.25rem
  }
}
.p-company-kw_imgBox img {
  width: 100%
}
.p-company_docBox {
  padding-bottom: 5rem
}
.p-company_docBox img {
  margin: 0 0 .8125rem;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-company_docBox img {
    margin-top: 1rem
  }
}
.p-company_docLinkText span {
  font-size: 1.25rem
}
@media print,
screen and (max-width:30em) {
  .p-company_docLinkText span {
    font-size: .875rem
  }
}
.p-company_docLinkText span:after {
  top: 0;
  font-size: 1.25rem
}
@media print,
screen and (max-width:30em) {
  .p-company_docLinkText span:after {
    top: .15rem;
    font-size: .875rem
  }
}
.p-company_docSubText {
  margin: .875rem 0 0;
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  .p-company_docSubText {
    font-size: .6875rem
  }
}
.p-company_historyBtn {
  background-image: url(/company/images/history/history_bg02.jpg);
  background-size: cover;
  padding: 71px 0
}
@media print,
screen and (max-width:30em) {
  .p-company_historyBtn {
    padding: 12vw 0
  }
}
.p-company_historyBtn a {
  border: solid 1px #fff;
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 1056px;
  padding: 42px 5%;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 80%;
  font-size: 2.125rem
}
@media print,
screen and (max-width:30em) {
  .p-company_historyBtn a {
    padding: 3vw 5%;
    font-size: 1.125rem
  }
}
.p-company_historyBtn a:before {
  margin-top: -.2em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: .4em;
  width: .4em;
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.p-company_historyBtn.innovationVer {
  background-image: url(/company/images/history/history_bg01.jpg)
}
#product {
  position: relative
}
main.is-fixed {
  overflow: hidden
}
.p-product_fixedBox {
  background: #fff;
  bottom: 4.125rem;
  -webkit-box-shadow: -8px 4px 20px -7px rgba(0,0,0,.3);
  box-shadow: -8px 4px 20px -7px rgba(0,0,0,.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: -12.1875rem;
  width: 16.25rem;
  z-index: 1
}
@media print,
screen and (max-width:30em) {
  .p-product_fixedBox {
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    right: 0;
    width: 100%
  }
}
.p-product_fixedBoxCont {
  padding: 1.25rem 0 1.25rem .875rem;
  width: 12.1875rem
}
@media print,
screen and (max-width:30em) {
  .p-product_fixedBoxCont {
    display: none;
    padding: 1rem .875rem .5rem;
    width: 100%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product_fixedBoxContInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
}
.p-product_fixedBoxCont a {
  background: #06c;
  color: #fff;
  display: block;
  margin: 0 0 .875rem;
  padding: .5625rem 0 .4375rem .625rem;
  position: relative;
  text-decoration: none;
  font-size: .75rem
}
@media print,
screen and (max-width:30em) {
  .p-product_fixedBoxCont a {
    margin: 0 0 .5rem;
    padding: .875rem 0 .625rem .625rem;
    width: 48%;
    font-size: .6875rem
  }
}
.p-product_fixedBoxCont a:after {
  background: #fff;
  content: "";
  display: block;
  height: .6rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px
}
@media print,
screen and (max-width:30em) {
  .p-product_fixedBoxCont a:after {
    top: 1.3rem
  }
}
.p-product_fixedBoxCont a:before {
  background: #fff;
  content: "";
  display: block;
  height: .6rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: .5 .5rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1px
}
.p-product_fixedBoxCont a:last-child {
  margin: 0
}
@media print,
screen and (max-width:30em) {
  .p-product_fixedBoxCont a:last-child {
    margin: 0 0 .5rem;
    width: 48%
  }
}
.p-product_fixedBoxTtl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/product/images/fixed_icon01.svg);
  background-position: center 76%;
  background-repeat: no-repeat;
  background-size: 30%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 4.0625rem;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .p-product_fixedBoxTtl {
    background-position: 94% center;
    background-size: 5%;
    padding: 1rem 0 1.125rem;
    width: 100%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product_fixedBoxTtl:hover {
    opacity: 1
  }
}
@-webkit-keyframes slideBox {
  0% {
    right: -12.1875rem
  }
  100% {
    right: 0
  }
}
@keyframes slideBox {
  0% {
    right: -12.1875rem
  }
  100% {
    right: 0
  }
}
.p-product_fixedBox.is-active {
  -webkit-animation: slideBox .2s ease-in 0s 1 forwards;
  animation: slideBox .2s ease-in 0s 1 forwards
}
.p-product_fixedBox.is-active .p-product_fixedBoxTtl {
  background-image: url(/product/images/fixed_icon02.svg);
  background-size: 20%
}
.p-product_fixedBox.is-active-sp .p-product_fixedBoxTtl {
  background-image: url(/product/images/fixed_icon02.svg);
  background-size: 4%
}
.p-product_fixedBox.is-active-sp .p-product_fixedBoxCont {
  display: block
}
.p-product_fixedBox.is-fixed {
  bottom: 6rem;
  position: absolute
}
.p-product_topBg {
  height: 332px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
  z-index: -1
}
.p-product_topBg-communication {
  background: url(/product/images/index_bg_01.jpg) center center no-repeat;
  background-size: cover
}
.p-product_topBg-energy {
  background: url(/product/images/index_bg_02.jpg) center center no-repeat;
  background-size: cover
}
.p-product_topBg-automotive {
  background: url(/product/images/index_bg_03.jpg) center center no-repeat;
  background-size: cover
}
.p-product_topBg-electronic {
  background: url(/product/images/index_bg_04.jpg) center center no-repeat;
  background-size: cover
}
.p-product_topBg-construction {
  background: url(/product/images/index_bg_05.jpg) center center no-repeat;
  background-size: cover
}
.p-product_topBg-development {
  background: url(/product/images/index_bg_06.jpg) center center no-repeat;
  background-size: cover
}
.p-product_topLinkBox {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  margin: 2.5rem auto 6rem;
  max-width: 1100px;
  padding: 2rem 0;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-product_topLinkBox {
    margin: 2.5rem auto 3rem;
    width: 90%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product_topLinkBox .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .p-product_topLinkBox .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .p-product_topLinkBox .order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .p-product_topLinkBox .order4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}
.p-product_topItem-brandLink {
  color: #fff!important;
  margin: 1.125rem 0 0;
  padding: 0 0;
  position: relative;
  text-decoration: none!important;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .p-product_topItem-brandLink {
    padding: 0 0 0 .8rem;
    font-size: .8125rem
  }
}
.p-product_topItem-brandLink:after {
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  left: 12rem;
  line-height: 1;
  margin: -.5rem 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .p-product_topItem-brandLink:after {
    left: 10rem;
    margin: -.4rem 0 0;
    font-size: .8125rem
  }
}
.p-product_topItem-close {
  color: #fff;
  cursor: pointer;
  margin: 1.125rem 0 0;
  padding: 0 1.25rem 0 0;
  position: relative;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .p-product_topItem-close {
    padding: 0 2rem 0 0;
    font-size: .8125rem
  }
}
.p-product_topItem-close:after {
  background: #fff;
  content: "";
  display: block;
  height: .8rem;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: .34rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px
}
.p-product_topItem-close:before {
  background: #fff;
  content: "";
  display: block;
  height: .8rem;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: .34rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1px
}
.p-product_topItemBox {
  display: none;
  padding: 19px 0 0;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-product_topItemBox {
    padding: 0
  }
}
.p-product_topItemBox_inner {
  margin: 19px 0 0;
  padding: 3.125rem 8% 2.375rem;
  position: relative
}
@media print,
screen and (max-width:30em) {
  .p-product_topItemBox_inner {
    padding: 1.5rem 1.375rem
  }
}
.p-product_topItemBox_inner:before {
  border: 12px solid transparent;
  border-bottom: 18px solid #06c;
  content: "";
  left: 9.2%;
  margin-left: -15px;
  position: absolute;
  top: -28px
}
@media print,
screen and (max-width:30em) {
  .p-product_topItemBox_inner:before {
    left: 11%;
    top: -25px
  }
}
.p-product_topItemBox_inner.is-rightSide:before {
  left: 55.5%
}
@media print,
screen and (max-width:30em) {
  .p-product_topItemBox_inner.is-rightSide:before {
    left: 11%
  }
}
.p-product_toplistItem {
  background: #fff;
  margin: 0 1% 1rem 0;
  width: 32%
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-product_toplistItem {
    margin-bottom: 1.6rem;
    width: 46%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product_toplistItem {
    margin: 0 0 .6rem;
    width: 48%
  }
}
@media print,
screen and (min-width:61em) {
  .p-product_toplistItem:nth-child(3n) {
    margin: 0 0 1rem 0
  }
}
.p-product_toplistItem-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1rem;
  min-height: 3.8rem;
  padding: 1rem 1.5rem 1rem 1rem;
  position: relative;
  text-decoration: none!important;
  width: 100%;
  font-size: .875rem
}
@media print,
screen and (max-width:60em) {
  .p-product_toplistItem-link {
    font-size: .75rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-product_toplistItem-link {
    line-height: .8rem;
    padding: .625rem 1.5rem .625rem .6875rem;
    font-size: .6875rem
  }
}
.p-product_toplistItem-link:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: -.5rem 0 0;
  position: absolute;
  right: .375rem;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .p-product_toplistItem-link:after {
    right: .25rem;
    font-size: .8125rem
  }
}
.p-product_toplistItem-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.p-product_toplistItem img {
  width: 100%
}
.p-product_topLink {
  padding: 2.875rem 2rem 2rem 0;
  position: relative;
  width: 38%;
  font-size: 1.125rem
}
@media print,
screen and (max-width:60em) {
  .p-product_topLink {
    font-size: .875rem
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-product_topLink {
    width: 39%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product_topLink {
    padding: 1.875rem 2.125rem;
    width: 100%;
    font-size: 1rem
  }
}
.p-product_topLink:nth-child(even) {
  margin-right: 8%
}
@media print,
screen and (max-width:30em) {
  .p-product_topLink:nth-child(even) {
    margin-right: 0
  }
}
.p-product_topLink:nth-child(odd) {
  margin-left: 8%
}
@media print,
screen and (max-width:30em) {
  .p-product_topLink:nth-child(odd) {
    margin-left: 0
  }
}
.p-product_topLink:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: scale(1.1,.8) rotate(90deg);
  -ms-transform: scale(1.1,.8) rotate(90deg);
  transform: scale(1.1,.8) rotate(90deg)
}
@media print,
screen and (max-width:30em) {
  .p-product_topLink:after {
    right: 2.125rem;
    font-size: .8125rem
  }
}
.p-product_topLink.is-active:after {
  margin: 0 0;
  right: 1.14rem;
  -webkit-transform: scale(1,.8) rotate(270deg);
  -ms-transform: scale(1,.8) rotate(270deg);
  transform: scale(1,.8) rotate(270deg)
}
@media print,
screen and (max-width:30em) {
  .p-product_topLink.is-active:after {
    right: 2.25rem;
    -webkit-transform: scale(1.1,.8) rotate(270deg);
    -ms-transform: scale(1.1,.8) rotate(270deg);
    transform: scale(1.1,.8) rotate(270deg);
    font-size: .8125rem
  }
}
.p-product_topLink span {
  cursor: pointer;
  display: block
}
.p-product_topLink span:hover {
  color: #06c
}
.prd_primaryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.prd_primaryItemTtl {
  padding: 2.875rem 2rem 2.875rem 0;
  position: relative;
  width: 42%;
  font-size: 1.125rem
}
@media print,
screen and (max-width:60em) {
  .prd_primaryItemTtl {
    font-size: .875rem
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .prd_primaryItemTtl {
    padding: 3.5rem 0 2rem;
    width: 46%
  }
}
@media print,
screen and (max-width:30em) {
  .prd_primaryItemTtl {
    padding: 1.875rem 2.125rem;
    width: 100%
  }
}
.prd_primaryItemTtl:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  margin: -2% 0 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .prd_primaryItemTtl:after {
    right: 2.125rem;
    font-size: .8125rem
  }
}
.prd_primaryItemTtl.is-active:after {
  right: .13rem;
  -webkit-transform: scale(1,.7) rotate(90deg);
  -ms-transform: scale(1,.7) rotate(90deg);
  transform: scale(1,.7) rotate(90deg)
}
@media print,
screen and (max-width:30em) {
  .prd_primaryItemTtl.is-active:after {
    right: 2.25rem;
    -webkit-transform: scale(1.1,.8) rotate(90deg);
    -ms-transform: scale(1.1,.8) rotate(90deg);
    transform: scale(1.1,.8) rotate(90deg);
    font-size: .8125rem
  }
}
.p-product-seach_inner {
  padding: 0 0 5rem
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_inner {
    padding: 0 0 3.125rem
  }
}
.p-product-seach_ancBox {
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,#f8f8f8),to(#f8f8f8));
  background: -o-linear-gradient(#fff 0,#fff 50%,#f8f8f8 50%,#f8f8f8 100%);
  background: linear-gradient(#fff 0,#fff 50%,#f8f8f8 50%,#f8f8f8 100%);
  width: 100%
}
.p-product-seach_ancItem {
  padding: 1.25rem 0;
  font-size: 1.25rem
}
@media print,
screen and (max-width:60em) {
  .p-product-seach_ancItem {
    font-size: 1rem
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-product-seach_ancItem {
    padding: 1.25rem 0 0;
    width: 40%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_ancItem {
    padding: 1.25rem 0 0;
    width: 48%;
    font-size: .8125rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_ancItem-50alp {
    width: 17%
  }
}
.p-product-seach_ancItem a {
  display: inline-block;
  padding: 0 2rem 0 0;
  position: relative;
  text-decoration: none
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-product-seach_ancItem a {
    width: 100%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_ancItem a {
    display: block;
    padding: 0 1.25rem 0 0;
    width: 100%
  }
}
.p-product-seach_ancItem a:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: -.4rem 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: scale(1.1,.8) rotate(90deg);
  -ms-transform: scale(1.1,.8) rotate(90deg);
  transform: scale(1.1,.8) rotate(90deg)
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_ancItem a:after {
    font-size: .75rem;
    margin: -.3rem 0 0
  }
}
.p-product-seach_ancList {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -35px auto 0;
  max-width: 1260px;
  padding: 0 6.25rem 0;
  width: 100%
}
@media print,
screen and (max-width:60em) {
  .p-product-seach_ancList {
    margin: 0 auto;
    padding: 0 1.875rem 0;
    width: 93%
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-product-seach_ancList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.875rem 1.875rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_ancList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem 1.875rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_ancList-50alp:before {
    content: "";
    display: block;
    width: 17%;
    height: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .p-product-seach_ancList-50alp:after {
    content: "";
    display: block;
    width: 17%;
    height: 0
  }
}
.p-product-seach_area {
  margin-top: 4.375rem
}
@media print,
screen and (max-width:60em) {
  .p-product-seach_area {
    margin-top: 4.375rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_area {
    margin-top: 3.125rem
  }
}
.p-product-seach_areaInner {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  margin: 0 auto;
  max-width: 1260px;
  padding: 1.875rem 3.75rem;
  width: 100%
}
@media print,
screen and (max-width:60em) {
  .p-product-seach_areaInner {
    margin: 0 auto;
    padding: 1.25rem 2.5rem;
    width: 93%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_areaInner {
    padding: .0625rem 1.25rem
  }
}
.p-product-seach_linkItem {
  display: block;
  padding: 0 10% 0 0;
  text-decoration: none!important;
  width: 100%;
  font-size: .9375rem
}
@media print,
screen and (max-width:60em) {
  .p-product-seach_linkItem {
    font-size: .875rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_linkItem {
    padding: 0 14% 0 0;
    font-size: .9375rem
  }
}
.p-product-seach_linkList {
  margin: 0 0 2.625rem;
  position: relative;
  width: 28%
}
@media print,
screen and (max-width:60em) {
  .p-product-seach_linkList {
    width: 45%
  }
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_linkList {
    margin: 0 0 1.25rem;
    width: 100%
  }
}
.p-product-seach_linkList:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: -.5rem 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_linkList:last-child {
    margin: 0 0 2rem
  }
}
.p-product-seach_linkListBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.1875rem 0 0
}
@media print,
screen and (max-width:30em) {
  .p-product-seach_linkListBox {
    padding: 1.75rem 0 0;
    display: block
  }
}
.p-product-seach_linkListBox:before {
  content: "";
  display: block;
  width: 28%;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.p-product-seach_linkListBox:after {
  content: "";
  display: block;
  width: 28%;
  height: 0
}
.p-btw_pageTop {
  padding: 1rem 0 0;
  text-align: right;
  width: 100%
}
.p-btw_pageTop p {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%
}
.p-btw_pageTop a {
  padding: 0 2.5rem 0 0;
  position: relative;
  text-decoration: none;
  font-size: 1rem
}
@media print,
screen and (max-width:60em) {
  .p-btw_pageTop a {
    color: #0d0d0d
  }
}
.p-btw_pageTop a:before {
  border-right: .1em solid #e50000;
  border-top: .1em solid #e50000;
  content: "";
  height: .5em;
  left: auto;
  margin-top: -.15em;
  position: absolute;
  right: .5rem;
  top: .85em;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  width: .5em
}
.p-btw_inner {
  background: #000;
  position: relative
}
@media print,
screen and (max-width:60em) {
  .p-btw_title-mv {
    position: absolute;
    width: 100%
  }
}
.p-btw_title-mv video {
  position: fixed;
  top: 74px;
  left: 0;
  height: auto;
  min-height: 100%;
  z-index: 0
}
@media print,
screen and (max-width:60em) {
  .p-btw_title-mv video {
    position: relative;
    top: 0;
    width: 100%
  }
}
.p-btw_title-mv .p-btw_title-text {
  color: #fff;
  margin: 24vw 0 0;
  position: absolute;
  text-align: center;
  width: 100%
}
.p-btw_title-mv .p-btw_title-text .subheading {
  padding: 1.6875rem 0 0;
  font-size: 1.125rem
}
.p-btw_title-mv .p-btw_title-text h1 {
  font-size: 3.875rem
}
.p-btw_taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.p-btw_taglistIcon {
  margin: 0 6% 0 0
}
.p-btw_taglistItem {
  border: solid 1px #0d0d0d;
  border-radius: 5px;
  border-right: none;
  line-height: 1.2;
  width: 100%
}
.p-btw_taglistItem:hover {
  border: solid 1px #06c;
  border-right: none
}
.p-btw_taglistItem:last-child {
  border-right: solid 1px #0d0d0d
}
.p-btw_taglistItem:last-child:hover {
  border: solid 1px #06c
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-btw_taglistItem:nth-child(3n) {
    border-right: solid 1px #0d0d0d
  }
  .p-btw_taglistItem:nth-child(n+4) {
    border-top: none
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .p-btw_taglistItem:nth-child(3n) {
    border-right: solid 1px #0d0d0d
  }
  .p-btw_taglistItem:nth-child(3n) {
    border-right: solid 1px #0d0d0d
  }
  .p-btw_taglistItem:nth-child(n+4) {
    border-top: none
  }
}
.p-btw_taglistItem.itemSpeed {
  background: url(/brightening/images/index_icon_speed.svg) 13px center no-repeat
}
.p-btw_taglistItem.itemSpeed:hover {
  background: url(/brightening/images/index_icon_speed_on.svg) 13px center no-repeat;
  background-color: #06c
}
.p-btw_taglistItem.itemSpeed.cr-item {
  background: url(/brightening/images/index_icon_speed_on.svg) 13px center no-repeat;
  background-color: #06c;
  border: solid 1px #06c;
  border-right: none
}
.p-btw_taglistItem.itemSpeed.cr-item a {
  color: #fff
}
.p-btw_taglistItem.itemSmart {
  background: url(/brightening/images/index_icon_smart.svg) 13px center no-repeat
}
.p-btw_taglistItem.itemSmart:hover {
  background: url(/brightening/images/index_icon_smart_on.svg) 13px center no-repeat;
  background-color: #06c
}
.p-btw_taglistItem.itemSmart.cr-item {
  background: url(/brightening/images/index_icon_smart_on.svg) 13px center no-repeat;
  background-color: #06c;
  border: solid 1px #06c;
  border-right: none
}
.p-btw_taglistItem.itemSmart.cr-item a {
  color: #fff
}
.p-btw_taglistItem.itemMaterial {
  background: url(/brightening/images/index_icon_material.svg) 13px center no-repeat
}
.p-btw_taglistItem.itemMaterial:hover {
  background: url(/brightening/images/index_icon_material_on.svg) 13px center no-repeat;
  background-color: #06c
}
.p-btw_taglistItem.itemMaterial.cr-item {
  background: url(/brightening/images/index_icon_material_on.svg) 13px center no-repeat;
  background-color: #06c;
  border: solid 1px #06c;
  border-right: none
}
.p-btw_taglistItem.itemMaterial.cr-item a {
  color: #fff
}
.p-btw_taglistItem.itemMobility {
  background: url(/brightening/images/index_icon_mobility.svg) 13px center no-repeat
}
.p-btw_taglistItem.itemMobility:hover {
  background: url(/brightening/images/index_icon_mobility_on.svg) 13px center no-repeat;
  background-color: #06c
}
.p-btw_taglistItem.itemMobility.cr-item {
  background: url(/brightening/images/index_icon_mobility_on.svg) 13px center no-repeat;
  background-color: #06c;
  border: solid 1px #06c;
  border-right: none
}
.p-btw_taglistItem.itemMobility.cr-item a {
  color: #fff
}
.p-btw_taglistItem.itemMedical {
  background: url(/brightening/images/index_icon_medical.svg) 13px center no-repeat
}
.p-btw_taglistItem.itemMedical:hover {
  background: url(/brightening/images/index_icon_medical_on.svg) 13px center no-repeat;
  background-color: #06c
}
.p-btw_taglistItem.itemMedical.cr-item {
  background: url(/brightening/images/index_icon_medical_on.svg) 13px center no-repeat;
  background-color: #06c;
  border: solid 1px #06c;
  border-right: none
}
.p-btw_taglistItem.itemMedical.cr-item a {
  color: #fff
}
.p-btw_taglistItem.itemEcology {
  background: url(/brightening/images/index_icon_ecology.svg) 13px center no-repeat
}
.p-btw_taglistItem.itemEcology:hover {
  background: url(/brightening/images/index_icon_ecology_on.svg) 13px center no-repeat;
  background-color: #06c
}
.p-btw_taglistItem.itemEcology.cr-item {
  background: url(/brightening/images/index_icon_ecology_on.svg) 13px center no-repeat;
  background-color: #06c;
  border: solid 1px #06c;
  border-right: none
}
.p-btw_taglistItem.itemEcology.cr-item a {
  color: #fff
}
.p-btw_taglistItem a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 .8rem 0 2.8rem;
  text-decoration: none;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_taglistItem a {
    padding: 0 .5rem 0 3rem;
    font-size: .75rem
  }
}
.p-btw_taglistItem a:hover {
  color: #fff
}
.p-btw_tagCount {
  bottom: 0;
  display: none;
  left: 100px;
  position: absolute;
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_tagCount {
    display: block
  }
}
.p-btw_top {
  padding: 0 0 2rem
}
.p-btw_topBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #0d0d0d;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 21.4375rem;
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_topBtn {
    width: 100%;
    font-size: .875rem
  }
}
.p-btw_topBtnBox {
  padding: 3.75rem 0 .5rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_topBtnBox {
    padding: 1.875rem 0 .5rem
  }
}
.p-btw_topBtn:after {
  color: red;
  content: '＞';
  font-weight: 400;
  margin: -.625rem 0 0;
  position: absolute;
  right: .9rem;
  top: 50%;
  -webkit-transform: scale(1.1,.8) rotate(90deg);
  -ms-transform: scale(1.1,.8) rotate(90deg);
  transform: scale(1.1,.8) rotate(90deg);
  font-size: 1rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_topBtn:after {
    margin: -.625rem 0 0;
    font-size: .875rem
  }
}
.p-btw_topBtn:hover {
  color: #06c
}
.p-btw_topContents {
  background: #f8f8f8;
  margin: 0 auto;
  max-width: 1366px;
  padding: 3.75rem 3.4375rem;
  position: relative
}
@media print,
screen and (max-width:60em) {
  .p-btw_topContents {
    padding: 0 1.375rem 2.75rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-btw_topContents {
    overflow: hidden;
    padding: 1.875rem 1.375rem 2.75rem
  }
}
.p-btw_topLinkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 3.75rem .2rem 0
}
.p-btw_topLinkBox:before {
  content: "";
  display: block;
  width: 25%;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.p-btw_topLinkBox:after {
  content: "";
  display: block;
  width: 25%;
  height: 0
}
.p-btw_topLinkItem {
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  margin: 0 1% 1.125rem 0;
  position: relative;
  width: 24%
}
@media print,
screen and (min-width:61em) {
  .p-btw_topLinkItem:nth-child(4n) {
    margin: 0 0 1.125rem
  }
  .p-btw_topLinkItem:nth-child(n+9) {
    display: none
  }
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-btw_topLinkItem {
    width: 49%
  }
  .p-btw_topLinkItem:nth-child(2n) {
    margin: 0 0 1.125rem
  }
  .p-btw_topLinkItem:nth-child(n+9) {
    display: none
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .p-btw_topLinkItem {
    width: 32%
  }
  .p-btw_topLinkItem:nth-child(3n) {
    margin: 0 0 1.125rem
  }
  .p-btw_topLinkItem:nth-child(n+10) {
    display: none
  }
}
@media print,
screen and (max-width:30em) {
  .p-btw_topLinkItem {
    margin: 0 2% .75rem 0;
    width: 48%
  }
  .p-btw_topLinkItem:nth-child(2n) {
    margin: 0 0 .75rem
  }
  .p-btw_topLinkItem:nth-child(n+9) {
    display: none
  }
}
.p-btw_topLinkItem .linkItemText-box {
  padding: 1.5625rem 1.4375rem 5rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_topLinkItem .linkItemText-box {
    padding: .6875rem .8125rem .875rem
  }
}
.p-btw_topLinkItem .linkItemText-date {
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_topLinkItem .linkItemText-date {
    font-size: .75rem
  }
}
.p-btw_topLinkItem .linkItemText-sentence {
  line-height: 1.5;
  padding: 1rem 0 0;
  font-size: 1rem
}
@media print,
screen and (max-width:60em) {
  .p-btw_topLinkItem .linkItemText-sentence {
    font-size: 1rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-btw_topLinkItem .linkItemText-sentence {
    height: 10.2rem;
    font-size: .8125rem
  }
}
.p-btw_topLinkItem .linkItemText-tag {
  border-top: solid 1px #dbdbdb;
  bottom: 0;
  margin: 1rem 0 0;
  padding: 1rem 0 1rem;
  position: absolute;
  width: 85%;
  font-size: .875rem
}
@media print,
screen and (max-width:60em) {
  .p-btw_topLinkItem .linkItemText-tag {
    font-size: .875rem
  }
}
@media print,
screen and (max-width:30em) {
  .p-btw_topLinkItem .linkItemText-tag {
    font-size: .75rem
  }
}
.p-btw_topLinkItem .linkItemText-tag a {
  color: #123684;
  display: inline-block
}
.p-btw_topLinkItem .linkItemText-tag a:hover {
  color: #06c
}
.p-btw_topLinkItem .linkItemText-tag p {
  color: #0d0d0d;
  display: inline-block
}
.p-btw_topLinkItem img {
  width: 100%
}
.p-btw_visualNavInner {
  margin: 0 auto;
  max-width: 1257px;
  padding: 3.75em 0 0;
  position: relative;
  width: 100%
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner {
    padding: 0;
    width: 240%
  }
}
.p-btw_visualNavInnerTtl {
  padding: 5.625rem 0 0;
  text-align: center;
  font-size: 2.25rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInnerTtl {
    background: #fff;
    font-weight: 400;
    padding: 3.125rem 0 14.375rem;
    position: absolute;
    width: 95%;
    font-size: 1.25rem
  }
}
.p-btw_visualNavInner .swiper-wrapper {
  padding: 0 0 2px;
  width: 100%
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-btw_visualNavInner .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .p-btw_visualNavInner .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-wrapper {
    padding: 0 0 3.75rem
  }
}
.p-btw_visualNavInner .swiper-slide {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 100%;
  width: 100%
}
@media print,
screen and (max-width:47.5em) and (min-width:30em) {
  .p-btw_visualNavInner .swiper-slide {
    width: 33%
  }
}
@media print,
screen and (max-width:60em) and (min-width:47.5em) {
  .p-btw_visualNavInner .swiper-slide {
    width: 33%
  }
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
.p-btw_visualNavInner .swiper-slide img {
  width: 1.6rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-slide img {
    width: 12%
  }
}
.p-btw_visualNavInner .swiper-button-next,
.p-btw_visualNavInner .swiper-button-prev {
  display: none
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-button-next,
  .p-btw_visualNavInner .swiper-button-prev {
    background: #06c;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    top: auto;
    width: 38px
  }
}
.p-btw_visualNavInner .swiper-button-prev {
  left: 0
}
.p-btw_visualNavInner .swiper-button-prev:after {
  content: '＜';
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.p-btw_visualNavInner .swiper-button-next {
  left: 43px
}
.p-btw_visualNavInner .swiper-button-next:after {
  content: '＞';
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
.p-btw_visualNavInner .swiper-button-next:after,
.p-btw_visualNavInner .swiper-button-prev:after {
  font-size: 1rem
}
@media print,
screen and (max-width:60em) {
  .p-btw_visualNavInner .swiper-button-next:after,
  .p-btw_visualNavInner .swiper-button-prev:after {
    display: none
  }
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-button-next:after,
  .p-btw_visualNavInner .swiper-button-prev:after {
    display: block;
    font-size: .7rem
  }
}
.p-btw_visualNavInner .swiper-pagination {
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 15%;
  text-align: left;
  width: 85%
}
@media print,
screen and (max-width:60em) {
  .p-btw_visualNavInner .swiper-pagination {
    width: 67%
  }
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-pagination {
    bottom: 36px;
    left: 12%;
    width: 28%
  }
}
.p-btw_visualNavInner .swiper-pagination-bullet {
  border-radius: 0;
  cursor: default;
  display: block;
  height: 2px;
  margin: 0!important;
  width: 100%
}
.p-btw_visualNavInner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #06c
}
.p-btw_visualNavInner .swiper-slideText {
  background: #fff;
  bottom: 0;
  height: 9.3125em;
  padding: 1.3125em 1.625em 0;
  position: absolute;
  right: 0;
  width: 87.83784%;
  font-size: 1.125rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-slideText {
    font-size: .8125rem
  }
}
.p-btw_visualNavInner .swiper-slideLink {
  bottom: 0;
  padding: 0 2em 1.8125em 0;
  position: absolute;
  right: 0
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-slideLink {
    padding: 0 .6875em 1.1875em 0;
    font-size: .75rem
  }
}
.p-btw_visualNavInner .swiper-slideLink a {
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  width: 112px;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-slideLink a {
    width: 5rem;
    font-size: .75rem
  }
}
.p-btw_visualNavInner .swiper-slideLink a:after {
  color: red;
  content: '＞';
  font-size: .7rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  right: 0;
  top: .2rem;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .p-btw_visualNavInner .swiper-slideLink a:after {
    margin: -2px 0 0;
    font-size: .75rem
  }
}
#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto
}
#video-background {
  z-index: -2
}
#video-overlay {
  z-index: -1
}
#p-btw_videoBackground,
#p-btw_videoOverlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto
}
#p-btw_videoBackground {
  z-index: -2
}
#p-btw_videoOverlay {
  z-index: -1
}
.error_search {
  border-bottom: solid 1px #707070
}
.error_search .fb button img {
  width: 23px
}
.error_search .fc {
  width: 100%
}
.error_search .searchBox {
  width: 100%
}
.error_search .searchBox.ui-autocomplete-input {
  border: none
}
.error_search p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#module {
  margin: 30px auto;
  max-width: 1260px;
  width: 100%
}
#module .modlueBlock {
  margin: 0 0 50px
}
#module h3 {
  margin: 0 0 .5rem
}
#module h4 {
  margin: 0 0 .5rem
}
#module textarea {
  margin: 1em 0;
  padding: .5em;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 10em;
  color: #0c0;
  background: #000;
  font-size: 85%;
  font-family: Consolas,'Andale Mono',Monaco,monospace
}


[lang=ja] .l-header .nav_link > svg {
  margin-top: 3px;
}
[lang=ja] .globalNav_optionList .nav_link > svg {
  margin-top: 3px;
}

.l-header {
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.l-header li {
  list-style: none;
}
.l-header a {
  box-sizing: border-box;
  text-decoration: none !important;
  color: inherit;
}
.l-header a:visited {
  color: inherit;
}
.l-header a:hover, .l-header a:focus {
  color: #005eb8;
}
.l-header:has(.l-header_hamburgerButton.active) .globalNav {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.l-header_outer {
  padding: 19px 40px;
  background-color: #FFF;
  border-top: 9px solid;
  border-image: linear-gradient(to right, #005EB8 30%, #00B5E2 70%, #D9F3FA 100%) 1;
  position: relative;
}
.l-header_inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.l-header_content {
  display: none;
}
.l-header_hamburgerButton {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  width: 38px;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: transform;
}
.l-header_hamburgerButton::before, .l-header_hamburgerButton::after {
  background-color: #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 27px;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: transform;
}
.l-header_hamburgerButton::before {
  transform: translateY(-8px);
}
.l-header_hamburgerButton::after {
  transform: translateY(8px);
}
.l-header_hamburgerButton.active::before {
  transform: rotate(45deg);
}
.l-header_hamburgerButton.active::after {
  transform: rotate(-45deg);
}
.l-header_hamburgerText {
  font-size: 0;
}
.l-header_hamburgerText::before {
  background-color: #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  inset: 0;
  margin: auto;
  position: absolute;
  opacity: 1;
  width: 27px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: opacity;
}
.l-header_hamburgerButton.active .l-header_hamburgerText::before {
  opacity: 0;
}
.l-header_icon {
  vertical-align: bottom;
  margin: 0 0 3px 0.3rem;
  width: 13px;
  height: auto;
}
.l-header .nav_link {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  gap: clamp(4px, 0.6vw, 10px);
  transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: color;
}
.l-header .nav_link > svg {
  width: 22px;
  height: 22px;
}
.l-header .nav_link:hover, .l-header .nav_link:focus {
  color: #005eb8;
}
.l-header .nav_link.active {
  color: #005eb8;
}
.l-header--platform .l-globalNav_inner .l-globalNav_logo {
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 759px) {
  .l-header--platform .l-globalNav_inner .l-globalNav_logo {
    font-size: 1rem;
  }
}
.l-header--platform .l-globalNav_inner .l-globalNav_logo .l-globalNav_link:hover, .l-header--platform .l-globalNav_inner .l-globalNav_logo .l-globalNav_link:focus {
  color: #000;
}

@media (max-width: 959px) {
  .l-header_outer {
    padding: 18px 20px;
  }
  .l-header_inner {
    align-items: start;
  }
  .l-header_logoImage {
    width: 120px;
    height: auto;
  }
  .l-header_icon {
    margin-bottom: 5px;
    margin-left: 6px;
  }
  .l-header--platform .l-globalNav_logo {
    font-size: 87.5%;
  }
  .l-header--platform .globalNav_searchBox {
    padding-block: 24px;
  }
  .l-header--platform .globalNav_mainLink {
    display: none;
    font-size: 1.14285714rem;
  }
  .l-header--platform .globalNav_mainLink:any-link {
    display: block;
  }
  .l-header--platform .globalNav_mainLink:any-link::before {
    right: 20px;
  }
  .l-header--platform .globalNav_mainLink:any-link::after {
    right: 18px;
  }
  .l-header--platform .globalNav_mainLink:any-link:hover::before, .l-header--platform .globalNav_mainLink:any-link:focus::before {
    right: 10px;
  }
  .l-header--platform .globalNav_mainLink:any-link:hover::after, .l-header--platform .globalNav_mainLink:any-link:focus::after {
    right: 8px;
  }
  .l-header--platform .globalNav_content {
    position: static;
    transform: revert;
    height: auto;
    padding-bottom: 0;
  }
  .l-header--platform .globalNav_content .globalNav_link {
    position: relative;
    font-size: 1.14285714rem;
  }
  .l-header--platform .globalNav_content .globalNav_link::after {
    background-color: #005EB8;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    bottom: 50%;
    right: 18px;
    width: 10px;
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: right;
  }
  .l-header--platform .globalNav_content .globalNav_link::before {
    overflow: visible;
    background-color: #005EB8;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: calc(50% - 3px);
    transform: translateY(-50%);
    width: 24px;
    right: 20px;
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: right, width;
  }
  .l-header--platform .globalNav_content .globalNav_link:hover::after, .l-header--platform .globalNav_content .globalNav_link:focus::after {
    right: 8px;
  }
  .l-header--platform .globalNav_content .globalNav_link:hover::before, .l-header--platform .globalNav_content .globalNav_link:focus::before {
    right: 10px;
    width: 34px;
  }
  .l-header--platform .globalNav_contentTitle {
    background-color: revert;
    font-weight: normal;
  }
  .l-header--platform .globalNav_contentTitle > a {
    padding: 0;
  }
  .l-header--platform .globalNav_contentInner {
    padding-bottom: 0;
  }
  .l-header--platform .globalNav_layout .globalNav_link {
    padding-left: 40px;
  }
  .l-header--platform .globalNav_inner.active .globalNav_content {
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width: 960px) {
  .l-header {
    transition: top 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: top;
  }
  .l-header.is-scrolled {
    top: calc(var(--SIZE_HEADER_OPTIONS_HEIGHT) * -1);
  }
  .l-header_outer {
    border-top: 12px solid;
    transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: visibility;
  }
  .l-header.is-scrolled .l-header_outer {
    visibility: hidden;
  }
  .l-header_logoImage {
    width: 150px;
    height: auto;
  }
  .l-header:has(.l-header_hamburgerButton.active) .globalNav {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .l-header_hamburgerButton {
    display: none;
  }
  .l-header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(32px, 3.2vw, 56px);
  }
  .l-header_content .nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(14px, 1.5vw, 32px);
  }
  .l-header_content .m-button {
    align-items: center;
    background-color: #005eb8;
    color: #FFF;
    display: inline-flex;
    line-height: 1.5;
    padding: 16px 56px 16px 24px;
    text-decoration: none;
    position: relative;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: background-color;
  }
  .l-header_content .m-button::before {
    background-color: #FFF;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: calc(50% - 3px);
    right: 16px;
    transform: translateY(-50%);
    width: 24px;
    z-index: 10;
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: right, width;
  }
  .l-header_content .m-button::after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    bottom: 50%;
    right: 14px;
    width: 10px;
    z-index: 10;
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: right;
  }
  .l-header_content .m-button:hover, .l-header_content .m-button:focus {
    background-color: #002F6C;
    color: #FFF;
  }
  .l-header_content .m-button:hover::before, .l-header_content .m-button:focus::before {
    right: 6px;
    width: 34px;
  }
  .l-header_content .m-button:hover::after, .l-header_content .m-button:focus::after {
    right: 4px;
  }
  .l-header_content .m-button:visited {
    color: #FFF;
  }
  .l-header_content .m-button > svg {
    margin-right: 16px;
  }
  .l-header--platform .globalNav_content .globalNav_contentTitle {
    font-size: 1.25rem;
  }
  .l-header--platform .globalNav_link {
    font-size: 1rem;
  }
}
.l-globalNav {
  background-color: #ddd;
  position: relative;
  z-index: 1000;
}
.l-globalNav_outer {
  height: 40px;
}
.l-globalNav_inner {
  margin: 0 auto;
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}
.l-globalNav_contSec {
  display: none;
}

.l-globalNav_logoLink {
  display: flex;
  align-items: center;
}

.l-globalNav_logoImage {
  width: auto;
  height: 14px;
}

@media print, screen and (min-width: 960px) {
  .l-globalNav {
    background-color: #ddd;
    position: relative;
    z-index: 1000;
  }
  .l-globalNav_outer {
    padding: 0 40px;
    height: 55px;
    position: relative;
  }
  .l-globalNav_inner {
    margin: 0 auto;
    padding-inline: 0;
    max-width: 1360px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 18px;
  }
  .l-globalNav_logoImage {
    width: auto;
    height: 18.5px;
    vertical-align: text-top;
  }
  .l-globalNav_contClose {
    cursor: pointer;
    margin: 0 auto;
    max-width: 1380px;
    position: relative;
    text-align: right;
    width: 96%;
    font-size: 0.875rem;
    z-index: 1;
  }
  .l-globalNav_contClose a {
    padding: 0 20px 0 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 30px;
  }
  .l-globalNav_contClose a::before {
    border-top: 1px solid #0d0d0d;
    content: "";
    display: block;
    position: absolute;
    top: 53%;
    right: 0;
    transform: skewY(-45deg);
    width: 11px;
  }
  .l-globalNav_contClose a::after {
    border-top: 1px solid #0d0d0d;
    content: "";
    display: block;
    position: absolute;
    top: 53%;
    right: 0;
    transform: skewY(45deg);
    width: 11px;
  }
  .l-globalNav_contClose a:hover, .l-globalNav_contClose a:focus {
    color: #005eb8;
  }
  .l-globalNav_contClose a:hover::before, .l-globalNav_contClose a:focus::before {
    border-top: 1px solid #005eb8;
  }
  .l-globalNav_contClose a:hover::after, .l-globalNav_contClose a:focus::after {
    border-top: 1px solid #005eb8;
  }
  .l-globalNav_contSec {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: calc(100dvh - var(--SIZE_HEADER_HEIGHT));
    padding-bottom: 1.875rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .l-globalNav_contSecBox.megadown_search {
    border-bottom: solid 1px #707070;
    padding: 0.625rem 0;
  }
  .l-globalNav_contSecBox.megadown_search .header_search {
    width: 100%;
  }
  .l-globalNav_contSecBox.megadown_search .header_search .l-content-wrap-jc {
    display: flex;
    justify-content: space-between;
  }
  .l-globalNav_contSecBox.megadown_search p .fc {
    width: 94%;
    border-bottom: none;
  }
  .l-globalNav_contSecBox.megadown_search .search-input {
    background-image: url(/common/images/l-header/header_search_ttl.svg);
    background-repeat: no-repeat;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 0.3rem;
    width: 100% !important;
    background-color: #eee;
  }
  .l-globalNav_contSecBox.megadown_search .search-input.active {
    background-image: none;
  }
  .l-globalNav_contSecBox.megadown_search .l-content-wrap-jc .fb {
    align-items: center;
    border-bottom: none;
    display: flex;
  }
  .l-globalNav_contSecBox.megadown_search .header_search .fb img {
    width: 23px;
  }
  .l-globalNav_contSecBox.megadown_global {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.625rem;
  }
  .l-globalNav_contSecBox.megadown_global p {
    align-items: center;
    border-right: solid 1px #aeaeae;
    display: flex;
    height: 25px;
    justify-content: center;
    width: 50%;
  }
  .l-globalNav_contSecBox.megadown_global p:last-child {
    border-right: none;
  }
  .l-globalNav_contSecBox.megadown_global a {
    padding: 0 0 0 3rem;
    position: relative;
    text-decoration: none;
    font-size: 0.875rem;
  }
  .l-globalNav_contSecInner {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr minmax(auto, 1380px) 1fr;
    background: #eee;
    padding: 4rem 27px 1.875rem 27px;
    position: relative;
    width: 100%;
    max-width: revert;
  }
  .l-globalNav_contSecBox {
    grid-column: 2;
  }
  .l-globalNav_contSecBox.megadown_global a:hover::after, .l-globalNav_contSecBox.megadown_global a:focus::after {
    left: 24px;
  }
  .l-globalNav_contSecBox.megadown_global a:hover::before, .l-globalNav_contSecBox.megadown_global a:focus::before {
    right: 7px;
    width: 34px;
  }
  .l-globalNav_contSecBox.megadown_global a::after {
    background-color: #005EB8;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    bottom: 50%;
    top: 10px;
    left: 14px;
    width: 10px;
    transition: left 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: left;
  }
  .l-globalNav_contSecBox.megadown_global a::before {
    background-color: #005EB8;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: calc(50% - 3px);
    transform: translateY(-50%);
    width: 24px;
    left: 0px;
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: right, width;
  }
}
.globalNav {
  position: absolute;
  top: 40px;
  left: 0;
  display: grid;
  width: 100%;
}
.globalNav:has(.globalNav_content.active) {
  overflow: visible;
}
.globalNav_inner {
  background-color: #FFF;
  width: 100%;
  overflow: hidden;
}
.globalNav_searchBox {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
}
.globalNav:has(.globalNav_mainLink.active) .globalNav_searchBox {
  visibility: hidden;
  transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: visibility;
}
.globalNav_form {
  position: relative;
  width: 100%;
}
.globalNav_searchInput {
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  padding: 5px;
  padding-right: 42px;
  border: 1px solid #000;
  outline: none;
}
.globalNav_searchSubmit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.globalNav_searchSubmit:active {
  position: absolute;
}
.globalNav_mainList {
  border-top: 1px solid #E6E6E6;
}
.globalNav_mainItem {
  display: flex;
  align-items: center;
}
.globalNav_mainLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%;
  font-size: 1.143rem;
  border-bottom: 1px solid #E6E6E6;
}
.globalNav_mainLink::after {
  content: "";
  background-image: url(/common/images/l-header-new/link.svg);
  width: 14px;
  height: 16px;
}
.globalNav_mainLink:any-link {
  padding-right: 50px;
  position: relative;
}
.globalNav_mainLink:any-link::after {
  background-color: #005EB8;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  bottom: 50%;
  right: 14px;
  width: 10px;
  transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: right;
}
.globalNav_mainLink:any-link::before {
  overflow: visible;
  background-color: #005EB8;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: calc(50% - 3px);
  transform: translateY(-50%);
  width: 24px;
  right: 16px;
  transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: right, width;
}
.globalNav_mainLink:any-link:hover::after, .globalNav_mainLink:any-link:focus::after {
  right: 4px;
}
.globalNav_mainLink:any-link:hover::before, .globalNav_mainLink:any-link:focus::before {
  right: 6px;
  width: 34px;
}
.globalNav_content {
  scrollbar-gutter: stable;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  height: 100%;
  transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: opacity;
  z-index: 10;
}
.globalNav_content.active {
  visibility: visible;
  opacity: 1;
}
.globalNav_content:has(.globalNav_titleLink.active) {
  overflow: visible;
}
.globalNav_back {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 16px 20px;
  width: 100%;
  text-align: start;
  border-bottom: 1px solid #E6E6E6;
}
.globalNav_back::before {
  content: "";
  background-image: url(/common/images/l-header-new/link.svg);
  width: 14px;
  height: 16px;
  transform: rotate(180deg);
}
.globalNav_contentTitle {
  font-size: 1.14285714rem;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  background-color: #F2FBFD;
}
.globalNav_contentTitle > a {
  display: block;
  width: 100%;
  padding: 20px;
}
.globalNav_close {
  display: none;
}
.globalNav_layoutItem--border {
  position: relative;
  margin-top: 18px;
  padding-top: 18px;
}
.globalNav_layoutItem--border::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #999;
}
.globalNav_list--nested {
  display: none;
}
.globalNav_list--nested .globalNav_item:has(.globalNav_link--top) {
  border-bottom: 1px solid #E6E6E6;
}
.globalNav_content.active .globalNav_list--nested {
  display: block;
}
.globalNav_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.globalNav_link {
  padding: 20px;
  width: 100%;
  font-size: 1.14285714rem;
}
.globalNav_link--top:any-link {
  font-weight: bold;
  background-color: #F2FBFD;
}
.globalNav_titleLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  font-size: 1.14285714rem;
}
.globalNav_titleLink::after {
  content: "";
  background-image: url(/common/images/l-header-new/link.svg);
  width: 14px;
  height: 16px;
}
.globalNav_options {
  margin-top: 24px;
}
.globalNav:has(.globalNav_content.active) .globalNav_options {
  visibility: hidden;
  transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: visibility;
}
.globalNav_options .m-button:not(#_override) {
  margin: 0 auto;
  margin-top: 24px;
  background-color: #005eb8;
  color: #FFF;
  line-height: 1.5;
  padding: 16px 56px 16px 24px;
  text-decoration: none;
  position: relative;
  max-width: fit-content;
  transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: background-color;
}
.globalNav_options .m-button:not(#_override)::before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: calc(50% - 3px);
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  z-index: 10;
  transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: right, width;
}
.globalNav_options .m-button:not(#_override)::after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  bottom: 50%;
  right: 14px;
  width: 10px;
  z-index: 10;
  transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: right;
}
.globalNav_options .m-button:not(#_override):hover, .globalNav_options .m-button:not(#_override):focus {
  background-color: #002F6C;
  color: #FFF;
}
.globalNav_options .m-button:not(#_override):hover::before, .globalNav_options .m-button:not(#_override):focus::before {
  right: 6px;
  width: 34px;
}
.globalNav_options .m-button:not(#_override):hover::after, .globalNav_options .m-button:not(#_override):focus::after {
  right: 4px;
}
.globalNav_options .m-button:not(#_override) > svg {
  margin-right: 16px;
}
.globalNav_optionsList {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 24px;
  justify-content: center;
}
.globalNav_optionsList .nav_item:first-child {
  justify-self: end;
  display: flex;
  align-items: center;
}
.globalNav_optionsList .nav_item:nth-child(2) {
  position: relative;
}
.globalNav_optionsList .nav_item:nth-child(2) .nav_link {
  padding-block: 3px;
}
.globalNav_optionsList .nav_item:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.globalNav_optionsList .nav_link {
  font-size: 0.8571428571rem;
  padding-inline: 12px;
}
.globalNav_optionsList .nav_link:hover, .globalNav_optionsList .nav_link:focus {
  color: #005eb8;
}
.globalNav_optionsList .nav_link > svg {
  width: 22px;
  height: 22px;
}
.globalNav .m-button {
  display: flex;
  justify-self: center;
  transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: background-color;
}
.globalNav:has(.globalNav_content.active) .globalNav .m-button {
  display: none;
}
.globalNav .m-button:hover, .globalNav .m-button:focus {
  background-color: #002F6C;
}
.globalNav .m-button:hover::after, .globalNav .m-button:focus::after {
  right: 4px;
}
.globalNav .m-button:hover::before, .globalNav .m-button:focus::before {
  right: 6px;
  width: 34px;
}
.globalNav .m-button::after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: right;
}
.globalNav .m-button::before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: calc(50% - 3px);
  transform: translateY(-50%);
  width: 24px;
  right: 16px;
  transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: right, width;
}
.globalNav_pickup {
  padding-inline: 20px;
}
.globalNav_pickupList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 24px;
  margin: 0 auto;
  margin-top: 24px;
}
:not(.globalNav_pickupItem) .globalNav_pickupContent {
  margin: 16px;
}
.globalNav_pickupLink {
  display: flex;
  flex-direction: column-reverse;
}
.globalNav_pickupLink:hover .globalNav_pickupImgContainer::before, .globalNav_pickupLink:focus .globalNav_pickupImgContainer::before {
  background-color: #002F6C;
  opacity: 0.3;
}
.globalNav_pickupCaption {
  display: block;
  font-size: 0.8571428571rem;
  padding-top: 5px;
}
.globalNav_pickupImgContainer {
  position: relative;
}
.globalNav_pickupImgContainer::before {
  background-color: #002F6C;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: opacity;
}
.globalNav_pickupItemImg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.globalNav_irLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  max-width: 1049px;
}
.globalNav_irLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 2.9375rem;
  margin: 0 0 0.7rem;
  padding: 1.2rem 5px;
  background: #005eb8;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 0.857rem;
  line-height: 1rem;
  transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: background-color;
}
.globalNav_irLink a:hover, .globalNav_irLink a:focus {
  color: #FFF;
  background-color: #002F6C;
}
.globalNav_irLink a:visited {
  color: #FFF;
}

@media (max-width: 959px) {
  .globalNav {
    height: 0;
    transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: height;
  }
  .l-header:has(.l-header_hamburgerButton.active) .globalNav {
    height: calc(100dvh - var(--SIZE_HEADER_HEIGHT));
  }
  .globalNav_inner {
    visibility: hidden;
    scrollbar-gutter: stable;
    transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: height;
  }
  .globalNav_inner.active {
    height: 100%;
    visibility: visible;
    overflow-y: auto;
  }
  .globalNav_content {
    position: absolute;
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: calc(100dvh - var(--SIZE_HEADER_HEIGHT));
    visibility: hidden;
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: transform, opacity, visibility;
  }
  .globalNav_content.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .globalNav_contentInner {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
  .globalNav_contentInner:has(.globalNav_content.active) > .globalNav_contentTitle {
    visibility: hidden;
    transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: visibility;
  }
  .globalNav_contentInner:has(.globalNav_content.active) > .globalNav_back {
    visibility: hidden;
    transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: visibility;
  }
  .globalNav_layout:has(.globalNav_content.active) .globalNav_titleLink {
    visibility: hidden;
    transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: visibility;
  }
  .globalNav_layout:has(.globalNav_content.active) + .globalNavProducts {
    visibility: hidden;
    transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: visibility;
  }
  .globalNav_layout:has(.globalNav_content.active) ~ .globalNav_pickup {
    visibility: hidden;
    transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: visibility;
  }
  .globalNav_layout:has(.globalNav_content.active) ~ .globalNav_irLink {
    visibility: hidden;
    transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: visibility;
  }
  .globalNav_mainList:has(.globalNav_mainLink.active) .globalNav_mainLink {
    visibility: hidden;
    transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: visibility;
  }
  .globalNav_pickup {
    padding-bottom: 24px;
  }
  .globalNavProducts:last-child {
    padding-bottom: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .globalNav {
    position: unset;
    width: revert;
    background-color: unset;
    transform: none;
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .globalNav_optionsList {
    display: flex;
  }
  .globalNav_mainItem::after {
    display: none;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #000;
    pointer-events: auto;
    height: calc(100dvh - var(--SIZE_HEADER_HEIGHT));
    opacity: 0.4;
    z-index: -1;
  }
  .globalNav_mainItem .globalNav_content:not(.active)::after {
    opacity: 0;
    pointer-events: none;
  }
  .globalNav_mainItem:has(.globalNav_mainLink.active)::after {
    display: block;
  }
  .globalNav_inner {
    background-color: revert;
    padding: revert;
  }
  .globalNav_searchBox {
    display: none;
  }
  .globalNav_mainList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    gap: clamp(40px, 3.5vw, 60px);
    height: 100%;
    border-top: none;
  }
}
@media print and (max-width: 1200px), screen and (min-width: 960px) and (max-width: 1200px) {
  .globalNav_mainList {
    gap: clamp(16px, 1.8vw, 40px);
  }
}
@media print, screen and (min-width: 960px) {
  .globalNav_mainLink {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: color;
    line-height: 100%;
    border-bottom: none;
    padding: 0;
    font-size: 1rem;
  }
  .globalNav_mainLink::after {
    content: unset;
  }
  .globalNav_mainLink.active {
    color: #005eb8;
  }
  .globalNav_mainLink.active::before {
    content: unset;
  }
  .globalNav_mainLink.is-current {
    position: relative;
    color: #005eb8;
  }
  .globalNav_mainLink.is-current::before {
    position: absolute;
    left: 50%;
    bottom: -23px;
    display: block;
    width: 1px;
    height: 18px;
    content: "";
    background-color: #06C;
    transform: translateX(-50%);
  }
  .globalNav_mainLink:hover, .globalNav_mainLink:focus {
    color: #005eb8;
  }
  .globalNav_list {
    font-weight: normal;
  }
  .globalNav_list--nested {
    padding-block: 0;
  }
  .globalNav_item {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
    font-size: 0.875rem;
    padding: 0;
    border-bottom: none;
  }
  .globalNav_item::after {
    content: unset;
  }
  .globalNav_item:has(> .globalNav_link--top) {
    display: none;
  }
  .globalNav_link {
    font-size: 0.875rem;
    padding: 0;
  }
  .globalNav_content.active .globalNav_list--nested {
    display: block;
    visibility: visible;
  }
  .globalNav_list--nested .globalNav_item {
    padding: 0;
  }
  .globalNav_titleLink {
    padding: 0;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  .globalNav_titleLink::after {
    content: unset;
  }
  .globalNav_content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0 16px;
    max-height: calc(100vh - var(--SIZE_HEADER_HEIGHT));
    overflow-x: hidden;
    background-color: #F7F7F7;
    transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: height;
  }
  .globalNav_content.active .globalNav_content {
    display: contents;
  }
  .globalNav_contentInner {
    max-width: 1049px;
    margin: 0 auto;
  }
  .globalNav_contentInner .globalNav_contentInner {
    margin: 0;
  }
  .globalNav_back {
    display: none;
  }
  .globalNav_contentTitle {
    font-weight: normal;
    padding: 0px 0px 16px;
    margin: 0;
    border-bottom: 1px solid #575757;
    grid-row: 1;
    grid-column: 1/-1;
    background-color: unset;
    font-size: 1rem;
  }
  .globalNav_contentTitle > a {
    padding: 0;
    width: 100%;
  }
  .globalNav_closeWrapper {
    position: relative;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
  }
  .globalNav_closeWrapper + .globalNav_contentInner {
    padding-top: 30px;
  }
  .globalNav_close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .globalNav_close:active {
    position: absolute;
  }
  .globalNav_closeText {
    position: relative;
    padding-right: 24px;
    font-size: 0.875rem;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: color;
  }
  .globalNav_closeText:hover, .globalNav_closeText:focus {
    color: #005eb8;
  }
  .globalNav_closeText:hover::after, .globalNav_closeText:hover::before, .globalNav_closeText:focus::after, .globalNav_closeText:focus::before {
    background-color: #005eb8;
  }
  .globalNav_closeText::after, .globalNav_closeText::before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #0d0d0d;
  }
  .globalNav_closeText::after {
    transform: rotate(45deg);
  }
  .globalNav_closeText::before {
    transform: rotate(-45deg);
  }
  .globalNav_layout {
    max-width: 1049px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    padding-bottom: 42px;
    border: none;
  }
  .globalNav_layout--column3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .globalNav_layout--column5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .globalNav_layout--column6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .globalNav_layout--column7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .globalNav_layoutItem {
    grid-row: 2;
  }
  .globalNav_layoutItem--border {
    display: none;
  }
  .globalNav_layoutItem > .globalNav_list {
    margin-top: 22px;
  }
  .globalNav_options {
    display: none;
  }
  .globalNav_pickup {
    display: block;
    margin-inline: calc(50% - 50vi);
    padding: 16px;
    padding-bottom: 42px;
    background-color: #FFF;
  }
  .globalNav_pickupTitle > a {
    display: none;
  }
  .globalNav_pickupList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
    max-width: 1049px;
    margin: 0 auto;
    margin-top: 32px;
  }
  .globalNav_pickupItem {
    width: 100%;
  }
  .globalNav_pickupCaption {
    font-size: 0.875rem;
    margin-top: 5px;
  }
  .globalNav_pickupItemImg {
    width: 100%;
  }
  .globalNav_irLink {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    margin-top: 0;
    padding-bottom: 42px;
    padding-right: 0;
    flex-wrap: nowrap;
    margin-left: 0;
    width: 100%;
  }
  .globalNav_irLink a {
    position: relative;
    justify-content: space-between;
    padding: 16px 24px;
    width: 100%;
    height: 55px;
    font-size: 0.875rem;
    font-weight: bold;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: background-color;
  }
  .globalNav_irLink a:hover, .globalNav_irLink a:focus {
    background-color: #002F6C;
  }
  .globalNav_irLink a:hover::after, .globalNav_irLink a:focus::after {
    right: 4px;
  }
  .globalNav_irLink a:hover::before, .globalNav_irLink a:focus::before {
    right: 6px;
    width: 34px;
  }
  .globalNav_irLink a::after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    bottom: 50%;
    right: 14px;
    width: 10px;
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: right;
  }
  .globalNav_irLink a::before {
    background-color: #FFF;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: calc(50% - 3px);
    transform: translateY(-50%);
    width: 24px;
    right: 16px;
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
    will-change: right, width;
  }
}
.globalNavProducts {
  margin-top: 24px;
  padding-inline: 20px;
}
.globalNavProducts_item {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 36px;
  position: relative;
  font-size: 1.14285714rem;
}
.globalNavProducts_item::after {
  background-color: #005EB8;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  bottom: 50%;
  left: 16px;
  width: 10px;
  transition: left 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: left;
}
.globalNavProducts_item::before {
  background-color: #005EB8;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: calc(50% - 3px);
  transform: translateY(-50%);
  width: 24px;
  left: 0;
  transition: left 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) , width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: left, width;
}
.globalNavProducts_item:hover::after, .globalNavProducts_item:focus::after {
  left: 26px;
}
.globalNavProducts_item:hover::before, .globalNavProducts_item:focus::before {
  right: 6px;
  width: 34px;
}
.globalNavProducts_item.nav_catalogItem {
  padding-left: 22px;
  position: relative;
}
.globalNavProducts_item.nav_catalogItem > .nav_catalogLink {
  padding-left: 14px;
}
.globalNavProducts_item.nav_catalogItem > svg {
  position: absolute;
  left: 3px;
}
.globalNavProducts_item.nav_catalogItem::before {
  content: unset;
}
.globalNavProducts_item.nav_catalogItem::after {
  content: unset;
}

@media print, screen and (min-width: 960px) {
  .globalNavProducts {
    margin-top: 0;
    padding-inline: 0;
  }
  .globalNavProducts_item {
    font-size: 0.875rem;
  }
  .globalNavProducts_item.nav_catalogItem > .nav_catalogLink {
    padding-left: 8px;
  }
}
.l-scrollTopNavi {
  background-color: transparent;
  bottom: 20px;
  line-height: 1;
  margin-top: -51px;
  opacity: 0;
  pointer-events: none;
  position: sticky;
  visibility: hidden;
  font-size: 0.7142857143rem;
  z-index: 1000;
  transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) ;
  will-change: opacity;
}
.l-scrollTopNavi.is-show {
  opacity: 1;
  visibility: visible;
}
.l-scrollTopNavi__inner {
  margin: auto 20px;
  max-width: 1280px;
  min-width: 280px;
}
.l-scrollTopNavi .l-navigation-link {
  text-align: right;
}
.l-scrollTopNavi .l-navigation-link__link {
  background-color: #002850;
  border: 1px solid #FFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 48px;
  pointer-events: auto;
  position: relative;
  width: 48px;
}
.l-scrollTopNavi .l-navigation-link__link::before {
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  top: 21px;
  left: 15px;
  transform: rotate(-45deg);
  width: 17px;
}
.l-scrollTopNavi .l-navigation-link__text {
  opacity: 0;
}

@media print, screen and (min-width: 960px) {
  .l-scrollTopNavi {
    font-size: 0.625rem;
  }
}
@media (scripting: none) {
  .l-header {
    position: static;
  }
  .l-header_hamburgerButton {
    display: none;
  }
  .l-globalNav_outer {
    height: auto;
  }
  .l-globalNav_inner {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 10px;
    height: auto;
  }
  .l-globalNav_contSec {
    position: static;
    display: block;
    background-color: revert;
  }
  .l-globalNav_contClose {
    display: none;
  }
  .globalNav {
    position: static;
    width: 100%;
    height: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .globalNav_inner {
    width: 100%;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
  .globalNav_searchBox {
    display: block;
  }
  .globalNav_mainItem, .globalNav_item {
    width: 100%;
    flex-direction: column;
  }
  .globalNav_mainLink, .globalNav_close, .globalNav_back, .globalNav_titleLink {
    display: none;
  }
  .globalNav_content {
    width: 100%;
    height: auto;
    position: static;
    transform: revert;
    opacity: 1;
    visibility: visible;
  }
  .globalNav_mainList {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 20px;
  }
  .globalNav_list {
    display: block;
    width: 100%;
  }
}


.l-footer {
  position: relative;
  background-color: #002f6c;
  color: #FFF;
  z-index: 0;
}
.l-footer a {
  color: #FFF;
  text-decoration: none;
}
.l-footer a:visited {
  color: inherit;
}
.l-footer_icon {
  vertical-align: middle;
  margin: 0 0 3px 0.3rem;
  width: 13px;
  height: auto;
}
.l-footer:not(#_override) {
  padding: 32px 0 24px;
}
.l-footer_category {
  padding-inline: 16px;
}
.l-footer_categoryList {
  display: flex;
  column-gap: 40px;
  row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer_categoryLink {
  font-size: 16px;
}
.l-footer_categoryLink:hover:any-link, .l-footer_categoryLink:focus:any-link {
  text-decoration: underline;
}
.l-footer_links {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.l-footer_infoList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.l-footer_infoItem {
  display: flex;
  align-items: center;
}
.l-footer_infoItem::after {
  content: "|";
  margin: 0 16px;
  font-size: 21px;
}
.l-footer_infoLink {
  font-size: 12px;
}
.l-footer_infoLink:hover:any-link, .l-footer_infoLink:focus:any-link {
  text-decoration: underline;
}
.l-footer_snsTitle {
  font-size: 14px;
  text-align: center;
}
.l-footer_snsList {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.l-footer_snsImage {
  width: 100%;
  height: auto;
}
.l-footer_brandAssets {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.l-footer_logo {
  width: 300px;
  margin: 0 auto;
}
.l-footer_logoImage {
  width: 100%;
  height: auto;
}
.l-footer_copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 24px;
}

@media print, screen and (min-width: 760px) {
  .l-footer:not(#_override) {
    padding: 24px 0 16px;
  }
  .l-footer_categoryList {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 890px;
  }
  .l-footer_categoryItem {
    justify-self: center;
  }
  .l-footer_categoryLink {
    font-size: 18px;
  }
  .l-footer_links {
    padding-top: 40px;
    gap: 40px;
  }
  .l-footer_infoList {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .l-footer_infoItem::after {
    content: unset;
  }
  .l-footer_snsTitle {
    font-size: 16px;
    line-height: 1.8;
  }
  .l-footer_snsList {
    column-gap: 40px;
    padding: 16px 0;
  }
  .l-footer_brandAssets {
    padding-top: 32px;
  }
  .l-footer_logo {
    width: 400px;
  }
  .l-footer_copyright {
    margin-top: 32px;
    font-size: 12px;
  }
}
