@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
#page_top {
  animation: cloak-in 0.75s;
}

body {
  -webkit-font-smoothing: antialiased;
}

body img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
li,
dd,
dt,
dh {
  list-style: none;
}

svg {
  display: block;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.wapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .wapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.pc_order_0 {
  order: 0;
}
@media screen and (max-width: 767px) {
  .pc_order_0 {
    order: unset;
  }
}

.fw_0 {
  font-weight: 0;
}

.pc_order_1 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .pc_order_1 {
    order: unset;
  }
}

.fw_100 {
  font-weight: 100;
}

.pc_order_2 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .pc_order_2 {
    order: unset;
  }
}

.fw_200 {
  font-weight: 200;
}

.pc_order_3 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .pc_order_3 {
    order: unset;
  }
}

.fw_300 {
  font-weight: 300;
}

.pc_order_4 {
  order: 4;
}
@media screen and (max-width: 767px) {
  .pc_order_4 {
    order: unset;
  }
}

.fw_400 {
  font-weight: 400;
}

.pc_order_5 {
  order: 5;
}
@media screen and (max-width: 767px) {
  .pc_order_5 {
    order: unset;
  }
}

.fw_500 {
  font-weight: 500;
}

.pc_order_6 {
  order: 6;
}
@media screen and (max-width: 767px) {
  .pc_order_6 {
    order: unset;
  }
}

.fw_600 {
  font-weight: 600;
}

.pc_order_7 {
  order: 7;
}
@media screen and (max-width: 767px) {
  .pc_order_7 {
    order: unset;
  }
}

.fw_700 {
  font-weight: 700;
}

.pc_order_8 {
  order: 8;
}
@media screen and (max-width: 767px) {
  .pc_order_8 {
    order: unset;
  }
}

.fw_800 {
  font-weight: 800;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.6;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

/* ==========================================================================
justify-content
========================================================================== */
.j_between {
  justify-content: space-between;
}

.j_start {
  justify-content: flex-start;
}

.j_end {
  justify-content: flex-end;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_baseline {
  justify-content: space-baseline;
}

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

/* ==========================================================================
align-items
========================================================================== */
.ali_baseline {
  align-items: baseline;
}

.ali_center {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.ali_start {
  align-items: flex-start;
}

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

/* ==========================================================================
align-content
========================================================================== */
.alc_center {
  align-content: center;
}

.alc_end {
  align-content: flex-end;
}

.alc_around {
  align-content: space-around;
}

.alc_between {
  align-content: space-between;
}

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

/* ==========================================================================
row
========================================================================== */
.row {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #323232;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
  font-weight: 500;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Shippori Mincho B1", serif;
}

.t_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

#mintyou,
.mintyou {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS 明朝 E, Meiryo, serif;
}

.entitle {
  font-family: "Josefin Sans", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.cormorant {
  font-family: "Cormorant", serif;
}

.sawamin {
  font-family: "Sawarabi Mincho", sans-serif;
}

.Bebas {
  font-family: "Bebas Neue", cursive;
}

.ShipporiMincho {
  font-family: "Shippori Mincho B1", serif;
}

.Garamond {
  font-family: "Cormorant Garamond", serif;
}

.cp {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Verdana;
}

.bellefair {
  font-family: "Bellefair", serif;
}

.staatliches {
  font-family: "Staatliches", cursive;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.txtset {
  text-align: justify;
  leading-trim: both;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:33:59
    Author     : SPG-1105
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:34:06
    Author     : SPG-1105
*/
.bg_fff {
  background: #fff;
}

.bg_F3F2F1 {
  background: #F3F2F1;
}

.bg_0096E1 {
  background: #0096E1;
}

.cl_fff {
  color: #fff;
}

.cl_0096E1 {
  color: #0096E1;
}

.cl_FFEF00 {
  color: #FFEF00;
}

.cl_000 {
  color: #000;
}

.cl_231814 {
  color: #231814;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerPc {
  padding-top: 32px;
  padding-bottom: 31px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .headerPc {
    padding: 1.66% 0% 1.61% 0%;
  }
}

.logoHeader svg {
  width: 100%;
  height: auto;
}

.headerPcFx {
  width: 989px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .headerPcFx {
    width: 77.26%;
  }
}
@media screen and (max-width: 1279px) {
  .headerPcFx {
    width: 98%;
  }
}

.logoHeader {
  width: 131px;
}
@media screen and (max-width: 1279px) {
  .logoHeader {
    width: 13.24%;
  }
}

.secHeaderPcBx {
  width: 680px;
  transform: translate(1%, 0%);
}
@media screen and (max-width: 1279px) {
  .secHeaderPcBx {
    width: 68.75%;
  }
}

.txtHeaderPcTel {
  text-align: right;
}

.littleTxtHeaderPcTel {
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .littleTxtHeaderPcTel {
    font-size: 1.7200938233vw;
  }
}

.mainTxtHeaderPcTel {
  text-decoration: none;
  color: #0096E1;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  transform: translate(-2%, 0px);
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .mainTxtHeaderPcTel {
    font-size: 2.8146989836vw;
  }
}

.txtHeaderPcTel02 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 9px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .txtHeaderPcTel02 {
    margin: 0% 0% 0% 1.32%;
  }
}

.txtTimeHeaderPc {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: right;
  transform: translate(0px, -16%);
}
@media screen and (max-width: 1279px) {
  .txtTimeHeaderPc {
    margin: 0% 0% 0% 0%;
  }
}

.txtLittleTimeHeaderPc {
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .txtLittleTimeHeaderPc {
    font-size: 1.1727912432vw;
  }
}

.txtBigTimeHeaderPc {
  font-size: 25px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 700;
  transform: translate(-1.55%, 0px);
}
@media screen and (max-width: 1279px) {
  .txtBigTimeHeaderPc {
    font-size: 1.9546520719vw;
  }
}

.txtLittleTimeHeaderPc02 {
  display: inline-block;
  transform: translate(-4.65%, 0px);
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
@media screen and (max-width: 767px) {
  .baseheader {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
  }
}

.headerSp {
  padding: 3.8% 0% 2.13% 0%;
}

.headerSpFx {
  width: 307px;
  margin: auto;
  align-items: flex-end;
}
@media screen and (max-width: 1279px) {
  .headerSpFx {
    width: 81.86%;
  }
}

.logoTxtHeaderSp {
  width: 277px;
}
@media screen and (max-width: 1279px) {
  .logoTxtHeaderSp {
    width: 90.22%;
  }
}

.logoHeaderSp {
  width: 86px;
  transform: translate(0px, -3%);
}
@media screen and (max-width: 1279px) {
  .logoHeaderSp {
    width: 31.04%;
  }
}
.logoHeaderSp svg {
  width: 100%;
  height: auto;
}

.secHeaderSpBx {
  width: 173px;
}
@media screen and (max-width: 1279px) {
  .secHeaderSpBx {
    width: 62.45%;
  }
}

.txtHeaderSpTel {
  width: 100%;
}

.littleTxtHeaderSpTel {
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .littleTxtHeaderSpTel {
    font-size: 3.2vw;
  }
}

.mainTxtHeaderSpTel {
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
  color: #0096E1;
  transform: translate(-4%, 0px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mainTxtHeaderSpTel {
    font-size: 4.2666666667vw;
  }
}

.txtHeaderSpTel02 {
  margin-top: -1.11%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}

.txtTimeHeaderSp {
  margin-top: -0.11%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .txtTimeHeaderSp {
    font-size: 2.6666666667vw;
  }
}

.btnHeaderSp {
  cursor: pointer;
  width: 30px;
  margin: 0% 0 0 0;
  transform: translate(0px, -17%);
}
@media screen and (max-width: 1279px) {
  .btnHeaderSp {
    width: 9.77%;
  }
}

.headerSpFFx {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: scroll;
  padding-top: 45px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  display: none;
}
@media screen and (max-width: 1279px) {
  .headerSpFFx {
    padding: 12% 0% 0% 0%;
  }
}
.headerSpFFx::-webkit-scrollbar {
  display: none;
}

.headerSpFFxLxn {
  width: 81.06%;
  margin: auto;
}

.btnHeaderCloseSp {
  width: 30px;
  cursor: pointer;
  margin: 0 2% 0 auto;
}
@media screen and (max-width: 1279px) {
  .btnHeaderCloseSp {
    width: 8%;
  }
}

.navHeaderSp {
  width: 65.8%;
  margin-top: 8.12%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}

.liNavHeaderSp {
  border-bottom: 1px solid #fff;
}

.btnNavHeaderSpT {
  padding: 10.65% 0% 10.25% 0%;
  text-decoration: none;
  background: url(../img/iconAHeaderSp.svg) no-repeat right center;
  background-size: 6.4vw auto;
}

.iconAHeaderSp {
  width: 100%;
}

.h3IconAHeaderSp {
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h3IconAHeaderSp {
    font-size: 6.9333333333vw;
  }
}
.h3IconAHeaderSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.h3IconAHeaderSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}

.h2IconAHeaderSp {
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 0%;
  margin-bottom: 1.5%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h2IconAHeaderSp {
    font-size: 3.7333333333vw;
  }
}
.h2IconAHeaderSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.h2IconAHeaderSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}

.ctaHeaderSp {
  margin-top: 13.222%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}

.liCtaHeaderSp {
  width: 307px;
}
@media screen and (max-width: 1279px) {
  .liCtaHeaderSp {
    width: 100%;
  }
}
.liCtaHeaderSp:nth-child(n+2) {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .liCtaHeaderSp:nth-child(n+2) {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnCtaHeaderSp01 {
  aspect-ratio: 307/61;
  border: 4px solid #A4E2FB;
  background: #fff;
  border-radius: 999px;
  /* CSS3草案 */
  -webkit-border-radius: 999px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 999px;
  /* Firefox用 */
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btnCtaHeaderSp01 {
    font-size: 4.8vw;
  }
}
.btnCtaHeaderSp01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.btnCtaHeaderSp01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
.btnCtaHeaderSp01 .iconBlow {
  display: block;
  text-align: center;
  width: 87.01%;
  margin: auto;
  background: url(../img/iconBlow.svg) no-repeat right center;
  background-size: 4vw auto;
}

.btnCtaHeaderSp02 {
  aspect-ratio: 307/61;
  aspect-ratio: 307/61;
  border: 4px solid #FFC100;
  background: #FFC100;
  border-radius: 999px;
  /* CSS3草案 */
  -webkit-border-radius: 999px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 999px;
  /* Firefox用 */
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btnCtaHeaderSp02 {
    font-size: 4.8vw;
  }
}
.btnCtaHeaderSp02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.btnCtaHeaderSp02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
.btnCtaHeaderSp02 .iconWhite {
  display: block;
  text-align: center;
  width: 87.01%;
  margin: auto;
  background: url(../img/iconWhite.svg) no-repeat right center;
  background-size: 4vw auto;
}

.logoHeaderSpMenuIn {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 86px;
}
@media screen and (max-width: 1279px) {
  .logoHeaderSpMenuIn {
    margin-top: 16.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .logoHeaderSpMenuIn {
    width: 28.01%;
  }
}

.copyHeaderSP {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .copyHeaderSP {
    margin-top: 6.51%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .copyHeaderSP {
    font-size: 2.6666666667vw;
  }
}
.copyHeaderSP::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.copyHeaderSP::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 1279px) {
  .copyHeaderSP {
    padding: 0% 0% 26.05% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  padding-top: 26px;
  padding-bottom: 48px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .footer {
    padding: 1.35% 0% 2.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 7.04% 0% 5.33% 0%;
  }
}

.iconFooter {
  width: 131px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .iconFooter {
    width: 10.23%;
  }
}
@media screen and (max-width: 767px) {
  .iconFooter {
    width: 86px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .iconFooter {
    width: 22.93%;
  }
}
.iconFooter svg {
  width: 100%;
}

.copy {
  margin-top: 27px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .copy {
    margin-top: 2.1%;
    margin-bottom: 1.56%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .copy {
    font-size: 1.0164190774vw;
  }
}
.copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .copy {
    margin-top: 2.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .copy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .copy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}

.h2FooterSpBx {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .h2FooterSpBx {
    margin-top: 2.57%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .h2FooterSpBx {
    font-size: 1.1727912432vw;
  }
}
@media screen and (max-width: 767px) {
  .h2FooterSpBx {
    margin-top: 0.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2FooterSpBx {
    font-size: 2.6666666667vw;
  }
}

.secFooterSpTel {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .secFooterSpTel {
    margin-top: 0.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secFooterSpTel {
    margin-top: 2.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtFooterSpTel {
  width: 100%;
  text-align: center;
}

.littleTxtFooterSpTel {
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .littleTxtFooterSpTel {
    font-size: 1.7200938233vw;
  }
}
@media screen and (max-width: 767px) {
  .littleTxtFooterSpTel {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .littleTxtFooterSpTel {
    font-size: 4vw;
  }
}

.mainTxtFooterSpTel {
  text-decoration: none;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #0096E1;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .mainTxtFooterSpTel {
    font-size: 2.8146989836vw;
  }
}
@media screen and (max-width: 767px) {
  .mainTxtFooterSpTel {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mainTxtFooterSpTel {
    font-size: 6.6666666667vw;
  }
}

.txtFooterSpTel02 {
  margin-top: -3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .txtFooterSpTel02 {
    margin-top: -0.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtFooterSpTel02 {
    margin-top: -0.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtTimeFooterSp {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .txtTimeFooterSp {
    margin-top: 1.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtTimeFooterSp {
    margin-top: 0.2%;
    margin-bottom: 7%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtLittleTimeFooterSp {
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .txtLittleTimeFooterSp {
    font-size: 1.1727912432vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLittleTimeFooterSp {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLittleTimeFooterSp {
    font-size: 2.6666666667vw;
  }
}

.txtBigTimeFooterSp {
  font-size: 25px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -7px;
  margin-right: -3px;
}
@media screen and (max-width: 1279px) {
  .txtBigTimeFooterSp {
    font-size: 1.9546520719vw;
  }
}
@media screen and (max-width: 1279px) {
  .txtBigTimeFooterSp {
    margin: 0% -0.24% 0% -0.55%;
  }
}
@media screen and (max-width: 767px) {
  .txtBigTimeFooterSp {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBigTimeFooterSp {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexFv {
  height: 615px;
  background: url(../img/index/imgIndexFvPc.png) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .indexFv {
    height: auto;
    aspect-ratio: 375/415;
    background: url(../img/index/imgIndexFvSp.png) no-repeat top center;
    background-size: auto 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexFvCta {
  padding-top: 51px;
  padding-bottom: 37px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/index/bgIndexFvCtaPc.png) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 1279px) {
  .indexFvCta {
    padding: 2.65% 0% 1.92% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexFvCta {
    padding-top: 4px;
    padding-bottom: 23px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../img/index/bgIndexFvCtaSp.png) no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .indexFvCta {
    padding: 1.06% 0% 6.13% 0%;
  }
}

.picIndexFvCta {
  width: 633.5px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .picIndexFvCta {
    width: 49.49%;
  }
}
@media screen and (max-width: 767px) {
  .picIndexFvCta {
    width: 302.61px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .picIndexFvCta {
    width: 80.69%;
  }
}

.ulIndexFvCta {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 737px;
}
@media screen and (max-width: 1279px) {
  .ulIndexFvCta {
    margin-top: 2.57%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .ulIndexFvCta {
    width: 57.57%;
  }
}
@media screen and (max-width: 767px) {
  .ulIndexFvCta {
    margin-top: 2.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 307px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .ulIndexFvCta {
    width: 81.86%;
  }
}

.liIndexFvCta {
  width: 340px;
}
@media screen and (max-width: 1279px) {
  .liIndexFvCta {
    width: 46.19%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexFvCta {
    width: 100%;
  }
  .liIndexFvCta:nth-child(n+2) {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liIndexFvCta:nth-child(n+2) {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liIndexFvCta01 {
  display: inline-block;
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(to right, #A4E2FB, #4497DC);
  overflow: hidden;
}

.btnIndexFvCta01 {
  width: 100%;
  text-decoration: none;
  aspect-ratio: 340/60;
  background: #fff;
  border-radius: 999px;
  /* CSS3草案 */
  -webkit-border-radius: 999px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 999px;
  /* Firefox用 */
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .btnIndexFvCta01 {
    font-size: 1.7200938233vw;
  }
}
.btnIndexFvCta01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.btnIndexFvCta01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnIndexFvCta01 {
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
    aspect-ratio: 307/53;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnIndexFvCta01 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btnIndexFvCta01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .btnIndexFvCta01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}
.btnIndexFvCta01 .iconBlow {
  display: block;
  text-align: center;
  width: 290px;
  margin: auto;
  font-weight: 700;
  background: url(../img/iconBlow.svg) no-repeat 99% 61%;
  background-size: 5.8620689655% auto;
}
@media screen and (max-width: 1279px) {
  .btnIndexFvCta01 .iconBlow {
    width: 85.29%;
  }
}
@media screen and (max-width: 767px) {
  .btnIndexFvCta01 .iconBlow {
    width: 87.01%;
    background: url(../img/iconBlow.svg) no-repeat right center;
    background-size: 4vw auto;
  }
}

.btnIndexFvCta02 {
  aspect-ratio: 340/67;
  border: 4px solid #FFC100;
  background: #FFC100;
  border-radius: 999px;
  /* CSS3草案 */
  -webkit-border-radius: 999px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 999px;
  /* Firefox用 */
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .btnIndexFvCta02 {
    font-size: 1.7200938233vw;
  }
}
.btnIndexFvCta02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.btnIndexFvCta02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnIndexFvCta02 {
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnIndexFvCta02 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btnIndexFvCta02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .btnIndexFvCta02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}
.btnIndexFvCta02 .iconWhite {
  display: block;
  text-align: center;
  width: 290px;
  margin: auto;
  font-weight: 700;
  background: url(../img/iconWhite.svg) no-repeat 99% 61%;
  background-size: 5.8620689655% auto;
}
@media screen and (max-width: 1279px) {
  .btnIndexFvCta02 .iconWhite {
    width: 85.29%;
  }
}
@media screen and (max-width: 767px) {
  .btnIndexFvCta02 .iconWhite {
    width: 87.01%;
    background: url(../img/iconWhite.svg) no-repeat right center;
    background-size: 4vw auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexBtm {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .indexBtm {
    margin-top: 1.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexBtm {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .indexBtm {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulIndexBtm {
  width: 994px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .ulIndexBtm {
    width: 77.65%;
  }
}
@media screen and (max-width: 767px) {
  .ulIndexBtm {
    width: 85.86%;
    transform: translate(1.25vw, 0px);
  }
}

.liIndexBtm {
  width: 314px;
}
@media screen and (max-width: 1279px) {
  .liIndexBtm {
    width: 31.91%;
  }
}
.liIndexBtm a {
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  display: block;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .liIndexBtm a {
    border-radius: 0px;
    /* CSS3草案 */
    -webkit-border-radius: 0px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;
    /* Firefox用 */
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .liIndexBtm {
    width: 307px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liIndexBtm {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexBtm:nth-child(n+2) {
    margin-top: -0.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.liIndexBtm img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexMainCnt {
  margin-top: 83px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .indexMainCnt {
    margin-top: 4.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexMainCnt {
    margin-top: 10.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .picIndexMainCnt {
    width: 87.73%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .picIndexMainCnt {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picGifIndexMainsFx {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 938px;
}
@media screen and (max-width: 1279px) {
  .picGifIndexMainsFx {
    margin-top: 1.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .picGifIndexMainsFx {
    width: 73.28%;
  }
}
@media screen and (max-width: 767px) {
  .picGifIndexMainsFx {
    width: 314px;
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .picGifIndexMainsFx {
    width: 83.73%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .picGifIndexMainsFx {
    margin-top: 6.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picGifIndexMainsFx01 {
  width: 202px;
}
@media screen and (max-width: 1279px) {
  .picGifIndexMainsFx01 {
    width: 21.53%;
  }
}

.mainPicGifIndexMains {
  width: 486px;
}
@media screen and (max-width: 1279px) {
  .mainPicGifIndexMains {
    width: 51.81%;
  }
}
@media screen and (max-width: 767px) {
  .mainPicGifIndexMains {
    width: 100%;
  }
}

.picGifIndexMainsFx02 {
  width: 202px;
}
@media screen and (max-width: 1279px) {
  .picGifIndexMainsFx02 {
    width: 21.53%;
  }
}

.picGifIndexMainsFx03 {
  width: 202px;
}
@media screen and (max-width: 1279px) {
  .picGifIndexMainsFx03 {
    width: 21.53%;
  }
}

.blowCntIndexMains {
  position: relative;
  border-radius: 34px;
  /* CSS3草案 */
  -webkit-border-radius: 34px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 34px;
  /* Firefox用 */
  width: 985px;
  margin-top: 105px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 24px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .blowCntIndexMains {
    width: 76.95%;
  }
}
@media screen and (max-width: 1279px) {
  .blowCntIndexMains {
    margin-top: 8.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .blowCntIndexMains {
    padding: 3.2% 0% 1.87% 0%;
  }
}
@media screen and (max-width: 767px) {
  .blowCntIndexMains {
    width: 100%;
    width: 335px;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    margin-top: 12.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 7.19% 0% 4.09% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .blowCntIndexMains {
    width: 89.33%;
  }
}

.picBlowCntIndexMains {
  position: absolute;
  left: 8.25%;
  bottom: 0%;
  width: 344px;
}
@media screen and (max-width: 1279px) {
  .picBlowCntIndexMains {
    width: 34.92%;
  }
}
@media screen and (max-width: 767px) {
  .picBlowCntIndexMains {
    left: 0;
    right: 0;
    position: relative;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 229px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .picBlowCntIndexMains {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .picBlowCntIndexMains {
    width: 68.35%;
  }
}

.iconBlowCntIndexMains {
  width: 321px;
  position: absolute;
  left: 59.225%;
  top: -34%;
}
@media screen and (max-width: 1279px) {
  .iconBlowCntIndexMains {
    width: 32.58%;
  }
}
@media screen and (max-width: 767px) {
  .iconBlowCntIndexMains {
    width: 222px;
    top: -11%;
    left: 17%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .iconBlowCntIndexMains {
    width: 66.26%;
  }
}

.secBlowCntIndexMains {
  width: 412px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 493px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .secBlowCntIndexMains {
    width: 41.82%;
  }
}
@media screen and (max-width: 1279px) {
  .secBlowCntIndexMains {
    margin: 0% 0% 0% 50.05%;
  }
}
@media screen and (max-width: 767px) {
  .secBlowCntIndexMains {
    width: 299px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secBlowCntIndexMains {
    width: 89.25%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secBlowCntIndexMains {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2BlowCntIndexMains {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .h2BlowCntIndexMains {
    font-size: 2.5019546521vw;
  }
}
.h2BlowCntIndexMains::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.h2BlowCntIndexMains::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2BlowCntIndexMains {
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2BlowCntIndexMains {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2BlowCntIndexMains::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .h2BlowCntIndexMains::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}

.txtBlowCntIndexMains {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .txtBlowCntIndexMains {
    margin: 3.39% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .txtBlowCntIndexMains {
    font-size: 1.250977326vw;
  }
}
.txtBlowCntIndexMains::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.txtBlowCntIndexMains::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBlowCntIndexMains {
    margin-top: 3.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBlowCntIndexMains {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBlowCntIndexMains::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .txtBlowCntIndexMains::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}

.btnBlowCntIndexMains {
  display: block;
  width: 193px;
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .btnBlowCntIndexMains {
    width: 46.84%;
  }
}
@media screen and (max-width: 1279px) {
  .btnBlowCntIndexMains {
    margin-top: 12.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnBlowCntIndexMains {
    width: 130px;
    margin-top: 4.35%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnBlowCntIndexMains {
    width: 43.47%;
  }
}

.txtBtnBlowCntIndexMains {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  display: block;
}
@media screen and (max-width: 1279px) {
  .txtBtnBlowCntIndexMains {
    font-size: 1.8764659891vw;
  }
}
.txtBtnBlowCntIndexMains::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.txtBtnBlowCntIndexMains::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtnBlowCntIndexMains {
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
    transform: translate(3%, 0px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnBlowCntIndexMains {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnBlowCntIndexMains::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .txtBtnBlowCntIndexMains::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}

.iconBlowFCntIndexMains {
  width: 100%;
  margin-top: -8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .iconBlowFCntIndexMains {
    margin: -1.95% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconBlowFCntIndexMains {
    margin: -4.22% 0% 0% 0%;
  }
}
.iconBlowFCntIndexMains svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ulIndexMainCnt {
  width: 736px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .ulIndexMainCnt {
    width: 57.5%;
  }
}
@media screen and (max-width: 1279px) {
  .ulIndexMainCnt {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulIndexMainCnt {
    margin-top: 5.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 307px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .ulIndexMainCnt {
    width: 81.86%;
  }
}

.liIndexMainCnt {
  width: 340px;
}
@media screen and (max-width: 1279px) {
  .liIndexMainCnt {
    width: 46.19%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexMainCnt {
    width: 307px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liIndexMainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexMainCnt:nth-child(n+2) {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liIndexMainCnt:nth-child(n+2) {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnIndexMainCnt01 {
  aspect-ratio: 340/67;
  border: 4px solid #A4E2FB;
  background: #fff;
  border-radius: 999px;
  /* CSS3草案 */
  -webkit-border-radius: 999px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 999px;
  /* Firefox用 */
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .btnIndexMainCnt01 {
    font-size: 1.7200938233vw;
  }
}
.btnIndexMainCnt01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.btnIndexMainCnt01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnIndexMainCnt01 {
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnIndexMainCnt01 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btnIndexMainCnt01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .btnIndexMainCnt01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}
.btnIndexMainCnt01 .iconBlow {
  display: block;
  text-align: center;
  width: 290px;
  margin: auto;
  font-weight: 700;
  background: url(../img/iconBlow.svg) no-repeat right center;
  background-size: 5.8620689655% auto;
}
@media screen and (max-width: 1279px) {
  .btnIndexMainCnt01 .iconBlow {
    width: 85.29%;
  }
}
@media screen and (max-width: 767px) {
  .btnIndexMainCnt01 .iconBlow {
    width: 88.01%;
    background: url(../img/iconBlow.svg) no-repeat right center;
    background-size: 4vw auto;
  }
}

.btnIndexMainCnt02 {
  aspect-ratio: 340/67;
  border: 4px solid #FFC100;
  background: #FFC100;
  border-radius: 999px;
  /* CSS3草案 */
  -webkit-border-radius: 999px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 999px;
  /* Firefox用 */
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .btnIndexMainCnt02 {
    font-size: 1.7200938233vw;
  }
}
.btnIndexMainCnt02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.btnIndexMainCnt02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnIndexMainCnt02 {
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnIndexMainCnt02 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btnIndexMainCnt02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .btnIndexMainCnt02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}
.btnIndexMainCnt02 .iconWhite {
  display: block;
  text-align: center;
  width: 290px;
  margin: auto;
  font-weight: 700;
  background: url(../img/iconWhite.svg) no-repeat right center;
  background-size: 5.8620689655% auto;
}
@media screen and (max-width: 1279px) {
  .btnIndexMainCnt02 .iconWhite {
    width: 85.29%;
  }
}
@media screen and (max-width: 767px) {
  .btnIndexMainCnt02 .iconWhite {
    width: 88.01%;
    background: url(../img/iconWhite.svg) no-repeat right center;
    background-size: 4vw auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexMainCnt02 {
  margin-top: 88px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .indexMainCnt02 {
    margin-top: 4.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexMainCnt02 {
    margin-top: 64px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .indexMainCnt02 {
    margin-top: 17.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexMainCnt03 {
  margin-top: 88px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .indexMainCnt03 {
    margin-top: 4.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexMainCnt03 {
    margin-top: 64px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .indexMainCnt03 {
    margin-top: 17.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexFooterBefore {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/index/FooterBeforePc.png) no-repeat top center;
  background-size: auto 100%;
  padding-top: 118px;
  padding-bottom: 119px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .indexFooterBefore {
    margin-top: 4.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .indexFooterBefore {
    padding: 6.14% 0% 6.19% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexFooterBefore {
    margin-top: 72px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/index/FooterBeforeSp.png) no-repeat top center;
    background-size: cover;
    padding: 8.33% 0% 70.66% 0%;
    aspect-ratio: 375/434;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .indexFooterBefore {
    margin-top: 19.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtIndexFooterBeforeLxn {
  width: 985px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .txtIndexFooterBeforeLxn {
    width: 76.95%;
  }
}
@media screen and (max-width: 767px) {
  .txtIndexFooterBeforeLxn {
    width: 82.41%;
  }
}

.txtIndexFooterBefore {
  width: 474px;
  font-size: 45px;
  line-height: 1.3;
  letter-spacing: 0em;
  text-indent: 0em;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1279px) {
  .txtIndexFooterBefore {
    width: 48.12%;
  }
}
@media screen and (max-width: 1279px) {
  .txtIndexFooterBefore {
    font-size: 3.5183737295vw;
  }
}
.txtIndexFooterBefore::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.txtIndexFooterBefore::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtIndexFooterBefore {
    width: 316.56px;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .txtIndexFooterBefore {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexFooterBefore {
    font-size: 8.5333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.underPages {
  padding-top: 60.5px;
  padding-bottom: 56px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .underPages {
    padding: 3.15% 0% 2.91% 0%;
  }
}
@media screen and (max-width: 767px) {
  .underPages {
    padding: 5% 0% 10.66% 0%;
  }
}

.navlabNavBtns {
  width: 942px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .navlabNavBtns {
    width: 73.59%;
  }
}
.liLabNavBtns {
  width: 228px;
}
@media screen and (max-width: 1279px) {
  .liLabNavBtns {
    width: 24.54%;
  }
}

.btnLabNavBtns img {
  width: 100%;
}

.btnLabNavBtnsNonActive {
  display: none;
}

.btnLabNavBtns.active .btnLabNavBtnsNonActive {
  display: block;
}

.btnLabNavBtns.active .btnLabNavBtnsNonNon {
  display: none;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secLabInfoLxn {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 818px;
}
@media screen and (max-width: 1279px) {
  .secLabInfoLxn {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .secLabInfoLxn {
    width: 63.9%;
  }
}
@media screen and (max-width: 767px) {
  .secLabInfoLxn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 307px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secLabInfoLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secLabInfoLxn {
    width: 81.86%;
  }
}

.h2LabInfoLxn {
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .h2LabInfoLxn {
    font-size: 3.4401876466vw;
  }
}
@media screen and (max-width: 767px) {
  .h2LabInfoLxn {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2LabInfoLxn {
    font-size: 7.2vw;
  }
}

.h3LabInfoLxn {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .h3LabInfoLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .h3LabInfoLxn {
    font-size: 3.4401876466vw;
  }
}
@media screen and (max-width: 767px) {
  .h3LabInfoLxn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .h3LabInfoLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3LabInfoLxn {
    font-size: 7.2vw;
  }
}

.txtLabInfoLxn {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 470px;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .txtLabInfoLxn {
    margin-top: 2.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .txtLabInfoLxn {
    width: 57.45%;
  }
}
@media screen and (max-width: 1279px) {
  .txtLabInfoLxn {
    font-size: 1.3291634089vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLabInfoLxn {
    margin-top: 4.81%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    line-height: 1.3;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLabInfoLxn {
    font-size: 3.7333333333vw;
  }
}

.photoLabInfoLxn {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 321px;
}
@media screen and (max-width: 1279px) {
  .photoLabInfoLxn {
    margin-top: 1.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .photoLabInfoLxn {
    width: 39.24%;
  }
}
@media screen and (max-width: 767px) {
  .photoLabInfoLxn {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 68%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .photoLabInfoLxn {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoLabInfoLxn img {
  width: 100%;
}

.flowLabInfoLxn {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .flowLabInfoLxn {
    margin-top: 4.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .flowLabInfoLxn {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .flowLabInfoLxn {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3KanseiLabInfoLxn {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .h3KanseiLabInfoLxn {
    margin-top: 1.34%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .h3KanseiLabInfoLxn {
    font-size: 3.2838154808vw;
  }
}
@media screen and (max-width: 767px) {
  .h3KanseiLabInfoLxn {
    margin-top: 9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3KanseiLabInfoLxn {
    font-size: 3.7333333333vw;
  }
}

.iframeKanseiLabInfo {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 514px;
  position: relative;
  aspect-ratio: 514/289;
  overflow: hidden;
  border-radius: 13px;
  /* CSS3草案 */
  -webkit-border-radius: 13px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 13px;
  /* Firefox用 */
}
@media screen and (max-width: 1279px) {
  .iframeKanseiLabInfo {
    margin-top: 1.22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .iframeKanseiLabInfo {
    width: 62.83%;
  }
}
@media screen and (max-width: 767px) {
  .iframeKanseiLabInfo {
    margin-top: 4.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    aspect-ratio: 307/150;
  }
}
.iframeKanseiLabInfo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.iframeKanseiLabInfo video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.labFeaturesWap {
  margin-top: 123px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .labFeaturesWap {
    margin-top: 6.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .labFeaturesWap {
    margin-top: 10.8%;
    margin-bottom: 11%;
    margin-left: auto;
    margin-right: auto;
  }
}

.labFeaturesLxn {
  width: 981px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .labFeaturesLxn {
    width: 76.64%;
  }
}
@media screen and (max-width: 767px) {
  .labFeaturesLxn {
    width: 270px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .labFeaturesLxn {
    width: 72%;
  }
}

.h2LabFeaturesLxn {
  font-size: 42px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .h2LabFeaturesLxn {
    font-size: 3.2838154808vw;
  }
}
@media screen and (max-width: 767px) {
  .h2LabFeaturesLxn {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2LabFeaturesLxn {
    font-size: 5.6vw;
  }
}

.brdLabFeaturesLxn {
  margin-top: -3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  width: 564px;
}
@media screen and (max-width: 1279px) {
  .brdLabFeaturesLxn {
    margin-top: -0.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .brdLabFeaturesLxn {
    width: 57.49%;
  }
}
@media screen and (max-width: 767px) {
  .brdLabFeaturesLxn {
    margin-top: 0.22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    width: 164px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .brdLabFeaturesLxn {
    width: 60.74%;
  }
}

.ulLabFeaturesLxn {
  margin-top: 56px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .ulLabFeaturesLxn {
    margin-top: 5.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulLabFeaturesLxn {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .ulLabFeaturesLxn {
    margin-top: 8.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liLabFeatures {
  width: 315px;
}
@media screen and (max-width: 1279px) {
  .liLabFeatures {
    width: 32.11%;
  }
}
@media screen and (max-width: 767px) {
  .liLabFeatures {
    width: 100%;
  }
  .liLabFeatures:nth-child(n+2) {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3LabFeatures {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .h3LabFeatures {
    margin-top: 3.49%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .h3LabFeatures {
    font-size: 1.7200938233vw;
  }
}
@media screen and (max-width: 767px) {
  .h3LabFeatures {
    margin-top: 3.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3LabFeatures {
    font-size: 4.8vw;
  }
}

.txtLabFeatures {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .txtLabFeatures {
    margin-top: 2.85%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .txtLabFeatures {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLabFeatures {
    margin-top: 2.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLabFeatures {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.labWorksPoints {
  margin-top: 113px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .labWorksPoints {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .labWorksPoints {
    margin-top: 9.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secLabWorksPoints {
  width: 983px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .secLabWorksPoints {
    width: 76.79%;
  }
}
@media screen and (max-width: 767px) {
  .secLabWorksPoints {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secLabWorksPoints {
    width: 89.33%;
  }
}

.h2LabWorksPoints {
  font-size: 42px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .h2LabWorksPoints {
    font-size: 3.2838154808vw;
  }
}
@media screen and (max-width: 767px) {
  .h2LabWorksPoints {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2LabWorksPoints {
    font-size: 5.6vw;
  }
}

.brdLabWorksPoints {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  width: 184px;
}
@media screen and (max-width: 1279px) {
  .brdLabWorksPoints {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .brdLabWorksPoints {
    width: 18.71%;
  }
}
@media screen and (max-width: 767px) {
  .brdLabWorksPoints {
    margin-top: 0.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .brdLabWorksPoints {
    width: 29.85%;
  }
}

.ulLabWorksPoints {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 983px;
}
@media screen and (max-width: 1279px) {
  .ulLabWorksPoints {
    margin-top: 4.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .ulLabWorksPoints {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ulLabWorksPoints {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .ulLabWorksPoints {
    margin-top: 4.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liLabWorksPoints {
  width: 233px;
  margin-top: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 17px;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  border: 3px solid #0096E1;
  aspect-ratio: 233/65;
  font-size: 21px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .liLabWorksPoints {
    width: 23.7%;
  }
}
@media screen and (max-width: 1279px) {
  .liLabWorksPoints {
    margin: 0% 1.72% 2.44% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .liLabWorksPoints {
    font-size: 1.6419077404vw;
  }
}
@media screen and (max-width: 767px) {
  .liLabWorksPoints {
    width: 109px;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 4px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    border: 1px solid #0096E1;
    aspect-ratio: 109/46;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liLabWorksPoints {
    width: 32.53%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liLabWorksPoints {
    margin: 0% 1.19% 1.19% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liLabWorksPoints {
    font-size: 3.7333333333vw;
  }
}
.liLabWorksPoints:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .liLabWorksPoints:nth-child(4n) {
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liLabWorksPoints:nth-child(4n) {
    margin: 0% 1.19% 1.19% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liLabWorksPoints:nth-child(3n) {
    margin-right: 0;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.labIntroduction {
  margin-top: 139px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .labIntroduction {
    margin-top: 7.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .labIntroduction {
    margin-top: 14.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secLabIntroduction {
  padding-top: 71px;
  padding-bottom: 88px;
  padding-left: 0px;
  padding-right: 0px;
  width: 985px;
  margin: auto;
  border-radius: 34px;
  /* CSS3草案 */
  -webkit-border-radius: 34px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 34px;
  /* Firefox用 */
  position: relative;
}
@media screen and (max-width: 1279px) {
  .secLabIntroduction {
    padding: 5.54% 0% 6.87% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .secLabIntroduction {
    width: 76.95%;
  }
}
@media screen and (max-width: 767px) {
  .secLabIntroduction {
    padding: 8.6% 0% 8.53% 0%;
    width: 335px;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secLabIntroduction {
    width: 89.33%;
  }
}

.h2LabIntroduction {
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  border-radius: 999px;
  /* CSS3草案 */
  -webkit-border-radius: 999px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 999px;
  /* Firefox用 */
  aspect-ratio: 311/53;
  width: 311px;
  margin: auto;
  position: absolute;
  top: -1.45%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .h2LabIntroduction {
    font-size: 2.5019546521vw;
  }
}
@media screen and (max-width: 1279px) {
  .h2LabIntroduction {
    width: 31.57%;
  }
}
@media screen and (max-width: 767px) {
  .h2LabIntroduction {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    aspect-ratio: 154/27;
    width: 46.57%;
    top: -1.1%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2LabIntroduction {
    font-size: 4.8vw;
  }
}

.h3LabIntroduction {
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .h3LabIntroduction {
    font-size: 2.5019546521vw;
  }
}
@media screen and (max-width: 767px) {
  .h3LabIntroduction {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3LabIntroduction {
    font-size: 4.8vw;
  }
}

.txtLabIntroduction {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .txtLabIntroduction {
    margin-top: 0.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .txtLabIntroduction {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLabIntroduction {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLabIntroduction {
    font-size: 3.7333333333vw;
  }
}

.keiiLabIntroduction {
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 785px;
}
@media screen and (max-width: 1279px) {
  .keiiLabIntroduction {
    margin-top: 2.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .keiiLabIntroduction {
    width: 79.69%;
  }
}
@media screen and (max-width: 767px) {
  .keiiLabIntroduction {
    margin-top: 6.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 307px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .keiiLabIntroduction {
    width: 91.64%;
  }
}

.h4KeiiLabIntroduction {
  width: 120px;
  border: 3px solid #0096E1;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1279px) {
  .h4KeiiLabIntroduction {
    width: 15.28%;
  }
}
@media screen and (max-width: 1279px) {
  .h4KeiiLabIntroduction {
    font-size: 1.7200938233vw;
  }
}
@media screen and (max-width: 767px) {
  .h4KeiiLabIntroduction {
    width: 91px;
    margin: auto;
    border: 1px solid #0096E1;
    aspect-ratio: 81/19;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .h4KeiiLabIntroduction {
    width: 29.64%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4KeiiLabIntroduction {
    font-size: 3.7333333333vw;
  }
}

.txtKeiiLabIntroduction {
  width: 625px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .txtKeiiLabIntroduction {
    width: 79.61%;
  }
}
@media screen and (max-width: 1279px) {
  .txtKeiiLabIntroduction {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .txtKeiiLabIntroduction {
    margin-top: 4.21%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 307px;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .txtKeiiLabIntroduction {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtKeiiLabIntroduction {
    font-size: 3.4666666667vw;
  }
}

.picLabIntroduction {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .picLabIntroduction {
    margin-top: 2.43%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picLabIntroduction {
    margin-top: 6.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
  }
}

.picLabIntroduction img {
  width: 100%;
}

.cntLabIntroduction {
  margin-top: 51px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .cntLabIntroduction {
    margin-top: 5.17%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .cntLabIntroduction {
    width: 92%;
    margin-top: 7.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h4LabIntroduction {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .h4LabIntroduction {
    margin-top: 3.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .h4LabIntroduction {
    font-size: 1.7200938233vw;
  }
}
@media screen and (max-width: 767px) {
  .h4LabIntroduction {
    margin-top: 5.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4LabIntroduction {
    font-size: 3.7333333333vw;
  }
}

.txtLabIntroductionBtm {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 29px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .txtLabIntroductionBtm {
    margin-top: 0.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .txtLabIntroductionBtm {
    font-size: 2.2673964034vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLabIntroductionBtm {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLabIntroductionBtm {
    font-size: 4.2666666667vw;
  }
}

.youtubeLabIntroduction {
  margin-top: 49px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 514px;
  position: relative;
  aspect-ratio: 514/289;
  overflow: hidden;
  border-radius: 13px;
  /* CSS3草案 */
  -webkit-border-radius: 13px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 13px;
  /* Firefox用 */
}
@media screen and (max-width: 1279px) {
  .youtubeLabIntroduction {
    margin-top: 4.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .youtubeLabIntroduction {
    width: 52.18%;
  }
}
@media screen and (max-width: 767px) {
  .youtubeLabIntroduction {
    margin-top: 8.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 307px;
    aspect-ratio: 307/150;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .youtubeLabIntroduction {
    width: 91.64%;
  }
}
.youtubeLabIntroduction iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.youtubeLabIntroduction video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.youtubeLabIntroduction02 {
  aspect-ratio: 514/386;
}
@media screen and (max-width: 767px) {
  .youtubeLabIntroduction02 {
    aspect-ratio: 307/150;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.labCta {
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .labCta {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .labCta {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .labCta {
    margin-top: 8.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulLabCta {
  width: 736px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .ulLabCta {
    width: 57.5%;
  }
}
@media screen and (max-width: 767px) {
  .ulLabCta {
    width: 307px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .ulLabCta {
    width: 81.86%;
  }
}

.liLabCta {
  width: 340px;
}
@media screen and (max-width: 1279px) {
  .liLabCta {
    width: 46.19%;
  }
}
@media screen and (max-width: 767px) {
  .liLabCta {
    width: 100%;
  }
}

.liLabCta01 {
  display: inline-block;
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(to right, #A4E2FB, #4497DC);
  overflow: hidden;
}

.btnLabCta01 {
  width: 100%;
  aspect-ratio: 340/60;
  text-decoration: none;
  background: #FFF;
  border-radius: 999px;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .btnLabCta01 {
    font-size: 1.7200938233vw;
  }
}
@media screen and (max-width: 767px) {
  .btnLabCta01 {
    aspect-ratio: 307/53;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnLabCta01 {
    font-size: 4.8vw;
  }
}

.iconBlow {
  background: url(../img/iconBlow.svg) no-repeat center right;
  background-size: auto 70%;
  width: 290px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .iconBlow {
    width: 85.29%;
  }
}
@media screen and (max-width: 767px) {
  .iconBlow {
    width: 263px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .iconBlow {
    width: 85.66%;
  }
}

.btnLabCta02 {
  width: 100%;
  aspect-ratio: 340/67;
  border-radius: 999px;
  /* CSS3草案 */
  -webkit-border-radius: 999px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 999px;
  /* Firefox用 */
  color: #FFF;
  text-decoration: none;
  background: #FFC100;
  border: 4px solid #FFC100;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .btnLabCta02 {
    font-size: 1.7200938233vw;
  }
}
@media screen and (max-width: 767px) {
  .btnLabCta02 {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 307/61;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnLabCta02 {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnLabCta02 {
    font-size: 4.8vw;
  }
}

.iconWhite {
  background: url(../img/iconWhite.svg) no-repeat center right;
  background-size: auto 70%;
  width: 290px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .iconWhite {
    width: 85.29%;
  }
}
@media screen and (max-width: 767px) {
  .iconWhite {
    width: 263px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .iconWhite {
    width: 85.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1279px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.brdLcbHFeaturesLxn {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  width: 510px;
}
@media screen and (max-width: 1279px) {
  .brdLcbHFeaturesLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .brdLcbHFeaturesLxn {
    width: 51.98%;
  }
}
@media screen and (max-width: 767px) {
  .brdLcbHFeaturesLxn {
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    width: 207px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .brdLcbHFeaturesLxn {
    width: 76.66%;
  }
}

.labFeaturesFx {
  margin-top: 56px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 651px;
}
@media screen and (max-width: 1279px) {
  .labFeaturesFx {
    margin-top: 5.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .labFeaturesFx {
    width: 66.36%;
  }
}
@media screen and (max-width: 767px) {
  .labFeaturesFx {
    margin-top: 8.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.labFeaturesFx02 {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .labFeaturesFx02 {
    margin-top: 4.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .labFeaturesFx02 {
    margin-top: 9.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.labFeaturesFx03 {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .labFeaturesFx03 {
    margin-top: 4.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .labFeaturesFx03 {
    margin-top: 9.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoLabFeatures {
  width: 297px;
}
@media screen and (max-width: 1279px) {
  .photoLabFeatures {
    width: 45.62%;
  }
}
@media screen and (max-width: 767px) {
  .photoLabFeatures {
    width: 100%;
  }
}

.secLabFeatures {
  width: 314px;
}
@media screen and (max-width: 1279px) {
  .secLabFeatures {
    width: 48.23%;
  }
}
@media screen and (max-width: 767px) {
  .secLabFeatures {
    margin-top: 3.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.h2LabFeatures {
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .h2LabFeatures {
    font-size: 1.7200938233vw;
  }
}
@media screen and (max-width: 767px) {
  .h2LabFeatures {
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2LabFeatures {
    font-size: 4.8vw;
  }
}

.txtLabFeatures02 {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .txtLabFeatures02 {
    margin-top: 1.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .txtLabFeatures02 {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLabFeatures02 {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLabFeatures02 {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1279px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1279px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1279px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.brdLcbH20FeaturesLxn {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  width: 318px;
}
@media screen and (max-width: 1279px) {
  .brdLcbH20FeaturesLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .brdLcbH20FeaturesLxn {
    width: 32.41%;
  }
}
@media screen and (max-width: 767px) {
  .brdLcbH20FeaturesLxn {
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    width: 207px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .brdLcbH20FeaturesLxn {
    width: 76.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1279px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.lastIntorductionFx {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 574px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .lastIntorductionFx {
    margin-top: 4.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .lastIntorductionFx {
    width: 58.27%;
  }
}
@media screen and (max-width: 767px) {
  .lastIntorductionFx {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 307px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .lastIntorductionFx {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .lastIntorductionFx {
    width: 91.64%;
  }
}

.liLastIntorductionFx {
  width: 267px;
}
@media screen and (max-width: 1279px) {
  .liLastIntorductionFx {
    width: 46.51%;
  }
}
@media screen and (max-width: 767px) {
  .liLastIntorductionFx {
    width: 146px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liLastIntorductionFx {
    width: 47.55%;
  }
}

.secLabIntroduction {
  padding-top: 71px;
  padding-bottom: 58px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .secLabIntroduction {
    padding: 5.54% 0% 4.53% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secLabIntroduction {
    padding: 8.6% 0% 8.53% 0%;
  }
}

/* ==========================================================================
Component
========================================================================== */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

@keyframes fadein_sc_top {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_top2 {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  70% {
    opacity: 1;
    transform: translate3d(0px, -10px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_left {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_right {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity_0_fade_set {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
}
.opacity_0_fade_set.active {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fadeleft_in {
  opacity: 0;
  transform: translate3d(-20px, 0px, 0px);
}
.opacity_0_fadeleft_in.active {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}

.opacity_0_faderight_in {
  opacity: 0;
  transform: translate3d(20px, 0px, 0px);
}
.opacity_0_faderight_in.active {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}
.opacity_0_fade_in.active {
  -webkit-animation: fadein_in 0.75s ease 0.35s forwards alternate;
  animation: fadein_in 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_fade_set > li {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_list_fade_set.active > li:nth-child(1) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12) {
  -webkit-animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
}

.listcnt .moveList {
  opacity: 0;
}
.listcnt.active .moveList:nth-child(1) {
  -webkit-animation: fadein_in 0.75s ease 0.15s forwards alternate;
  animation: fadein_in 0.75s ease 0.15s forwards alternate;
}
.listcnt.active .moveList:nth-child(2) {
  -webkit-animation: fadein_in 0.75s ease 0.3s forwards alternate;
  animation: fadein_in 0.75s ease 0.3s forwards alternate;
}
.listcnt.active .moveList:nth-child(3) {
  -webkit-animation: fadein_in 0.75s ease 0.45s forwards alternate;
  animation: fadein_in 0.75s ease 0.45s forwards alternate;
}
.listcnt.active .moveList:nth-child(4) {
  -webkit-animation: fadein_in 0.75s ease 0.6s forwards alternate;
  animation: fadein_in 0.75s ease 0.6s forwards alternate;
}
.listcnt.active .moveList:nth-child(5) {
  -webkit-animation: fadein_in 0.75s ease 0.75s forwards alternate;
  animation: fadein_in 0.75s ease 0.75s forwards alternate;
}
.listcnt.active .moveList:nth-child(6) {
  -webkit-animation: fadein_in 0.75s ease 0.9s forwards alternate;
  animation: fadein_in 0.75s ease 0.9s forwards alternate;
}
.listcnt.active .moveList:nth-child(7) {
  -webkit-animation: fadein_in 0.75s ease 1.05s forwards alternate;
  animation: fadein_in 0.75s ease 1.05s forwards alternate;
}
.listcnt.active .moveList:nth-child(8) {
  -webkit-animation: fadein_in 0.75s ease 1.2s forwards alternate;
  animation: fadein_in 0.75s ease 1.2s forwards alternate;
}
.listcnt.active .moveList:nth-child(9) {
  -webkit-animation: fadein_in 0.75s ease 1.35s forwards alternate;
  animation: fadein_in 0.75s ease 1.35s forwards alternate;
}
.listcnt.active .moveList:nth-child(10) {
  -webkit-animation: fadein_in 0.75s ease 1.5s forwards alternate;
  animation: fadein_in 0.75s ease 1.5s forwards alternate;
}

.listcntmainasu .moveList {
  opacity: 0;
}
.listcntmainasu.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
}

.listcntmainasu .moveList1 {
  opacity: 0;
}

.listcntmainasu.active .moveList1 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
}

.listcntmainasu .moveList2 {
  opacity: 0;
}

.listcntmainasu.active .moveList2 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
}

.listcntmainasu .moveList3 {
  opacity: 0;
}

.listcntmainasu.active .moveList3 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
}

.listcntmainasu .moveList4 {
  opacity: 0;
}

.listcntmainasu.active .moveList4 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
}

.listcntmainasu .moveList5 {
  opacity: 0;
}

.listcntmainasu.active .moveList5 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
}

.listcntmainasu .moveList6 {
  opacity: 0;
}

.listcntmainasu.active .moveList6 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
}

.listcntmainasu .moveList7 {
  opacity: 0;
}

.listcntmainasu.active .moveList7 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
}

.listcntmainasu .moveList8 {
  opacity: 0;
}

.listcntmainasu.active .moveList8 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
}

.listcntmainasu .moveList9 {
  opacity: 0;
}

.listcntmainasu.active .moveList9 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
}

.listcntmainasu .moveList10 {
  opacity: 0;
}

.listcntmainasu.active .moveList10 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
}

.listcntmainasuLeft .moveList {
  opacity: 0;
}
.listcntmainasuLeft.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
}

.opacity_0_list_left_fade_set > li,
.opacity_0_list_left_fade_set section,
.opacity_0_list_left_fade_set div,
.opacity_0_list_left_fade_set tr,
.opacity_0_list_left_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_left_fade_set.active > li:nth-child(1),
.opacity_0_list_left_fade_set.active section:nth-child(1),
.opacity_0_list_left_fade_set.active div:nth-child(1),
.opacity_0_list_left_fade_set.active p:nth-child(1),
.opacity_0_list_left_fade_set.active h2:nth-child(1),
.opacity_0_list_left_fade_set.active h3:nth-child(1),
.opacity_0_list_left_fade_set.active h4:nth-child(1),
.opacity_0_list_left_fade_set.active h5:nth-child(1),
.opacity_0_list_left_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(2),
.opacity_0_list_left_fade_set.active section:nth-child(2),
.opacity_0_list_left_fade_set.active div:nth-child(2),
.opacity_0_list_left_fade_set.active p:nth-child(2),
.opacity_0_list_left_fade_set.active h2:nth-child(2),
.opacity_0_list_left_fade_set.active h3:nth-child(2),
.opacity_0_list_left_fade_set.active h4:nth-child(2),
.opacity_0_list_left_fade_set.active h5:nth-child(2),
.opacity_0_list_left_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(3),
.opacity_0_list_left_fade_set.active section:nth-child(3),
.opacity_0_list_left_fade_set.active div:nth-child(3),
.opacity_0_list_left_fade_set.active p:nth-child(3),
.opacity_0_list_left_fade_set.active h2:nth-child(3),
.opacity_0_list_left_fade_set.active h3:nth-child(3),
.opacity_0_list_left_fade_set.active h4:nth-child(3),
.opacity_0_list_left_fade_set.active h5:nth-child(3),
.opacity_0_list_left_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(4),
.opacity_0_list_left_fade_set.active section:nth-child(4),
.opacity_0_list_left_fade_set.active div:nth-child(4),
.opacity_0_list_left_fade_set.active p:nth-child(4),
.opacity_0_list_left_fade_set.active h2:nth-child(4),
.opacity_0_list_left_fade_set.active h3:nth-child(4),
.opacity_0_list_left_fade_set.active h4:nth-child(4),
.opacity_0_list_left_fade_set.active h5:nth-child(4),
.opacity_0_list_left_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(5),
.opacity_0_list_left_fade_set.active section:nth-child(5),
.opacity_0_list_left_fade_set.active div:nth-child(5),
.opacity_0_list_left_fade_set.active p:nth-child(5),
.opacity_0_list_left_fade_set.active h2:nth-child(5),
.opacity_0_list_left_fade_set.active h3:nth-child(5),
.opacity_0_list_left_fade_set.active h4:nth-child(5),
.opacity_0_list_left_fade_set.active h5:nth-child(5),
.opacity_0_list_left_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(6),
.opacity_0_list_left_fade_set.active section:nth-child(6),
.opacity_0_list_left_fade_set.active div:nth-child(6),
.opacity_0_list_left_fade_set.active p:nth-child(6),
.opacity_0_list_left_fade_set.active h2:nth-child(6),
.opacity_0_list_left_fade_set.active h3:nth-child(6),
.opacity_0_list_left_fade_set.active h4:nth-child(6),
.opacity_0_list_left_fade_set.active h5:nth-child(6),
.opacity_0_list_left_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(7),
.opacity_0_list_left_fade_set.active section:nth-child(7),
.opacity_0_list_left_fade_set.active div:nth-child(7),
.opacity_0_list_left_fade_set.active p:nth-child(7),
.opacity_0_list_left_fade_set.active h2:nth-child(7),
.opacity_0_list_left_fade_set.active h3:nth-child(7),
.opacity_0_list_left_fade_set.active h4:nth-child(7),
.opacity_0_list_left_fade_set.active h5:nth-child(7),
.opacity_0_list_left_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(8),
.opacity_0_list_left_fade_set.active section:nth-child(8),
.opacity_0_list_left_fade_set.active div:nth-child(8),
.opacity_0_list_left_fade_set.active p:nth-child(8),
.opacity_0_list_left_fade_set.active h2:nth-child(8),
.opacity_0_list_left_fade_set.active h3:nth-child(8),
.opacity_0_list_left_fade_set.active h4:nth-child(8),
.opacity_0_list_left_fade_set.active h5:nth-child(8),
.opacity_0_list_left_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(9),
.opacity_0_list_left_fade_set.active section:nth-child(9),
.opacity_0_list_left_fade_set.active div:nth-child(9),
.opacity_0_list_left_fade_set.active p:nth-child(9),
.opacity_0_list_left_fade_set.active h2:nth-child(9),
.opacity_0_list_left_fade_set.active h3:nth-child(9),
.opacity_0_list_left_fade_set.active h4:nth-child(9),
.opacity_0_list_left_fade_set.active h5:nth-child(9),
.opacity_0_list_left_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(10),
.opacity_0_list_left_fade_set.active section:nth-child(10),
.opacity_0_list_left_fade_set.active div:nth-child(10),
.opacity_0_list_left_fade_set.active p:nth-child(10),
.opacity_0_list_left_fade_set.active h2:nth-child(10),
.opacity_0_list_left_fade_set.active h3:nth-child(10),
.opacity_0_list_left_fade_set.active h4:nth-child(10),
.opacity_0_list_left_fade_set.active h5:nth-child(10),
.opacity_0_list_left_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(11),
.opacity_0_list_left_fade_set.active section:nth-child(11),
.opacity_0_list_left_fade_set.active div:nth-child(11),
.opacity_0_list_left_fade_set.active p:nth-child(11),
.opacity_0_list_left_fade_set.active h2:nth-child(11),
.opacity_0_list_left_fade_set.active h3:nth-child(11),
.opacity_0_list_left_fade_set.active h4:nth-child(11),
.opacity_0_list_left_fade_set.active h5:nth-child(11),
.opacity_0_list_left_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(12),
.opacity_0_list_left_fade_set.active section:nth-child(12),
.opacity_0_list_left_fade_set.active div:nth-child(12),
.opacity_0_list_left_fade_set.active p:nth-child(12),
.opacity_0_list_left_fade_set.active h2:nth-child(12),
.opacity_0_list_left_fade_set.active h3:nth-child(12),
.opacity_0_list_left_fade_set.active h4:nth-child(12),
.opacity_0_list_left_fade_set.active h5:nth-child(12),
.opacity_0_list_left_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
}

.opacity_0_list_right_fade_set > li,
.opacity_0_list_right_fade_set section,
.opacity_0_list_right_fade_set div,
.opacity_0_list_right_fade_set tr,
.opacity_0_list_right_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_right_fade_set.active > li:nth-child(1),
.opacity_0_list_right_fade_set.active section:nth-child(1),
.opacity_0_list_right_fade_set.active div:nth-child(1),
.opacity_0_list_right_fade_set.active p:nth-child(1),
.opacity_0_list_right_fade_set.active h2:nth-child(1),
.opacity_0_list_right_fade_set.active h3:nth-child(1),
.opacity_0_list_right_fade_set.active h4:nth-child(1),
.opacity_0_list_right_fade_set.active h5:nth-child(1),
.opacity_0_list_right_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(2),
.opacity_0_list_right_fade_set.active section:nth-child(2),
.opacity_0_list_right_fade_set.active div:nth-child(2),
.opacity_0_list_right_fade_set.active p:nth-child(2),
.opacity_0_list_right_fade_set.active h2:nth-child(2),
.opacity_0_list_right_fade_set.active h3:nth-child(2),
.opacity_0_list_right_fade_set.active h4:nth-child(2),
.opacity_0_list_right_fade_set.active h5:nth-child(2),
.opacity_0_list_right_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(3),
.opacity_0_list_right_fade_set.active section:nth-child(3),
.opacity_0_list_right_fade_set.active div:nth-child(3),
.opacity_0_list_right_fade_set.active p:nth-child(3),
.opacity_0_list_right_fade_set.active h2:nth-child(3),
.opacity_0_list_right_fade_set.active h3:nth-child(3),
.opacity_0_list_right_fade_set.active h4:nth-child(3),
.opacity_0_list_right_fade_set.active h5:nth-child(3),
.opacity_0_list_right_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(4),
.opacity_0_list_right_fade_set.active section:nth-child(4),
.opacity_0_list_right_fade_set.active div:nth-child(4),
.opacity_0_list_right_fade_set.active p:nth-child(4),
.opacity_0_list_right_fade_set.active h2:nth-child(4),
.opacity_0_list_right_fade_set.active h3:nth-child(4),
.opacity_0_list_right_fade_set.active h4:nth-child(4),
.opacity_0_list_right_fade_set.active h5:nth-child(4),
.opacity_0_list_right_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(5),
.opacity_0_list_right_fade_set.active section:nth-child(5),
.opacity_0_list_right_fade_set.active div:nth-child(5),
.opacity_0_list_right_fade_set.active p:nth-child(5),
.opacity_0_list_right_fade_set.active h2:nth-child(5),
.opacity_0_list_right_fade_set.active h3:nth-child(5),
.opacity_0_list_right_fade_set.active h4:nth-child(5),
.opacity_0_list_right_fade_set.active h5:nth-child(5),
.opacity_0_list_right_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(6),
.opacity_0_list_right_fade_set.active section:nth-child(6),
.opacity_0_list_right_fade_set.active div:nth-child(6),
.opacity_0_list_right_fade_set.active p:nth-child(6),
.opacity_0_list_right_fade_set.active h2:nth-child(6),
.opacity_0_list_right_fade_set.active h3:nth-child(6),
.opacity_0_list_right_fade_set.active h4:nth-child(6),
.opacity_0_list_right_fade_set.active h5:nth-child(6),
.opacity_0_list_right_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(7),
.opacity_0_list_right_fade_set.active section:nth-child(7),
.opacity_0_list_right_fade_set.active div:nth-child(7),
.opacity_0_list_right_fade_set.active p:nth-child(7),
.opacity_0_list_right_fade_set.active h2:nth-child(7),
.opacity_0_list_right_fade_set.active h3:nth-child(7),
.opacity_0_list_right_fade_set.active h4:nth-child(7),
.opacity_0_list_right_fade_set.active h5:nth-child(7),
.opacity_0_list_right_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(8),
.opacity_0_list_right_fade_set.active section:nth-child(8),
.opacity_0_list_right_fade_set.active div:nth-child(8),
.opacity_0_list_right_fade_set.active p:nth-child(8),
.opacity_0_list_right_fade_set.active h2:nth-child(8),
.opacity_0_list_right_fade_set.active h3:nth-child(8),
.opacity_0_list_right_fade_set.active h4:nth-child(8),
.opacity_0_list_right_fade_set.active h5:nth-child(8),
.opacity_0_list_right_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(9),
.opacity_0_list_right_fade_set.active section:nth-child(9),
.opacity_0_list_right_fade_set.active div:nth-child(9),
.opacity_0_list_right_fade_set.active p:nth-child(9),
.opacity_0_list_right_fade_set.active h2:nth-child(9),
.opacity_0_list_right_fade_set.active h3:nth-child(9),
.opacity_0_list_right_fade_set.active h4:nth-child(9),
.opacity_0_list_right_fade_set.active h5:nth-child(9),
.opacity_0_list_right_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(10),
.opacity_0_list_right_fade_set.active section:nth-child(10),
.opacity_0_list_right_fade_set.active div:nth-child(10),
.opacity_0_list_right_fade_set.active p:nth-child(10),
.opacity_0_list_right_fade_set.active h2:nth-child(10),
.opacity_0_list_right_fade_set.active h3:nth-child(10),
.opacity_0_list_right_fade_set.active h4:nth-child(10),
.opacity_0_list_right_fade_set.active h5:nth-child(10),
.opacity_0_list_right_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(11),
.opacity_0_list_right_fade_set.active section:nth-child(11),
.opacity_0_list_right_fade_set.active div:nth-child(11),
.opacity_0_list_right_fade_set.active p:nth-child(11),
.opacity_0_list_right_fade_set.active h2:nth-child(11),
.opacity_0_list_right_fade_set.active h3:nth-child(11),
.opacity_0_list_right_fade_set.active h4:nth-child(11),
.opacity_0_list_right_fade_set.active h5:nth-child(11),
.opacity_0_list_right_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(12),
.opacity_0_list_right_fade_set.active section:nth-child(12),
.opacity_0_list_right_fade_set.active div:nth-child(12),
.opacity_0_list_right_fade_set.active p:nth-child(12),
.opacity_0_list_right_fade_set.active h2:nth-child(12),
.opacity_0_list_right_fade_set.active h3:nth-child(12),
.opacity_0_list_right_fade_set.active h4:nth-child(12),
.opacity_0_list_right_fade_set.active h5:nth-child(12),
.opacity_0_list_right_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
}

.moveTopBtms {
  transition: 0.5s;
}
.moveTopBtms:hover {
  transform: translate(0px, -5px);
}

.scrollHarukazeFvPosta {
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 110%;
    opacity: 0;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3%;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=common.css.map */