@charset "UTF-8";
/*
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;
}

/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
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: 1101px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .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-wieght: 0;
}

.pc_order_1 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .pc_order_1 {
    order: unset;
  }
}

.fw_100 {
  font-wieght: 100;
}

.pc_order_2 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .pc_order_2 {
    order: unset;
  }
}

.fw_200 {
  font-wieght: 200;
}

.pc_order_3 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .pc_order_3 {
    order: unset;
  }
}

.fw_300 {
  font-wieght: 300;
}

.pc_order_4 {
  order: 4;
}
@media screen and (max-width: 767px) {
  .pc_order_4 {
    order: unset;
  }
}

.fw_400 {
  font-wieght: 400;
}

.pc_order_5 {
  order: 5;
}
@media screen and (max-width: 767px) {
  .pc_order_5 {
    order: unset;
  }
}

.fw_500 {
  font-wieght: 500;
}

.pc_order_6 {
  order: 6;
}
@media screen and (max-width: 767px) {
  .pc_order_6 {
    order: unset;
  }
}

.fw_600 {
  font-wieght: 600;
}

.pc_order_7 {
  order: 7;
}
@media screen and (max-width: 767px) {
  .pc_order_7 {
    order: unset;
  }
}

.fw_700 {
  font-wieght: 700;
}

.pc_order_8 {
  order: 8;
}
@media screen and (max-width: 767px) {
  .pc_order_8 {
    order: unset;
  }
}

.fw_800 {
  font-wieght: 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
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #323232;
  font-weight: 400;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
  font-weight: 400;
}

#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;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.test {
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  .test {
    font-size: 1.0909090909vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .test {
    font-size: 1.8666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.base_header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.bgHeaderPc {
  background: url(../img/bgHeaderPc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgHeaderPc {
    background: url(../img/bgHeaderSP.jpg) no-repeat top center;
    background-size: auto 100%;
  }
}

.headerPc {
  padding-top: 5.5px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .headerPc {
    padding: 0.28% 0% 0.31% 0%;
  }
}
@media screen and (max-width: 1100px) {
  .headerPc {
    padding: 1% 0% 1% 0%;
  }
}

.headerPcWap {
  flex-flow: row wrap;
}

/* ==========================================================================
ロゴ・電話
========================================================================== */
.logoAreaPc {
  width: 624px;
  margin: 0% 0 0 0.5%;
}
@media screen and (max-width: 1100px) {
  .logoAreaPc {
    width: 56.72%;
  }
}
@media screen and (max-width: 1100px) {
  .logoAreaPc {
    width: 45.72%;
  }
}

.logoPc {
  width: 202px;
  margin: 0.7% 0 0 0%;
}
@media screen and (max-width: 1100px) {
  .logoPc {
    width: 32.43%;
  }
}

.telAreaPc {
  width: 414px;
}
@media screen and (max-width: 1100px) {
  .telAreaPc {
    width: 66.48%;
  }
}

/* ==========================================================================
ナビ
========================================================================== */
.navPc {
  width: 453px;
  margin: 0 0.5% 0 0;
}
@media screen and (max-width: 1100px) {
  .navPc {
    width: 41.18%;
  }
}
@media screen and (max-width: 1100px) {
  .navPc {
    width: 48%;
  }
}

.ulNavPc {
  width: 100%;
}

.liNavPc {
  width: 90.4px;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 1100px) {
  .liNavPc {
    width: 8.21%;
  }
}
.liNavPc:first-child {
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 1100px) {
  .liNavPc {
    width: 25%;
  }
}

.btmNavPc {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .btmNavPc {
    padding: 5.53% 0% 5.53% 0%;
  }
}

.h3NavPc {
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.06em;
  text-indent: 0.06em;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .h3NavPc {
    font-size: 1.0909090909vw;
  }
}
.h3NavPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3NavPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.txtNavPc {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .txtNavPc {
    margin: 1.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 1100px) {
  .txtNavPc {
    font-size: 0.9090909091vw;
  }
}
.txtNavPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtNavPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerSp {
  padding: 1.46% 0% 1.5% 0%;
}

.bgHeaderSp {
  background: url(../img/bgHeaderSP.jpg) no-repeat top center;
  background-size: 100% 100%;
}

/* ==========================================================================
ロゴ・ボタン
========================================================================== */
.logoAreaSp {
  width: 698.7178px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .logoAreaSp {
    width: 93.16%;
  }
}

.logoSp {
  width: 352.6519px;
}
@media screen and (max-width: 1100px) {
  .logoSp {
    width: 50.47%;
  }
}

.telAreaSp {
  width: 318px;
}
@media screen and (max-width: 1100px) {
  .telAreaSp {
    width: 45.51%;
  }
}
.telAreaSp:hover {
  opacity: 1;
}

/* ==========================================================================
ナビ
========================================================================== */
.navSp {
  margin-top: 1.5%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 698.7178px;
}
@media screen and (max-width: 1100px) {
  .navSp {
    width: 93.16%;
  }
}

.ulNavSp {
  width: 100%;
}

.liNavSp {
  width: 140px;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 1100px) {
  .liNavSp {
    width: 20.03%;
  }
}
.liNavSp:first-child {
  border-left: 1px solid #FFF;
}

.btmNavSp {
  display: block;
  width: 100%;
  padding: 0% 0% 0% 0%;
  text-decoration: none;
}

.h3NavSp {
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .h3NavSp {
    font-size: 2.5333333333vw;
  }
}
.h3NavSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3NavSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.txtNavSp {
  line-height: 1.0526315789;
  font-feature-settings: "palt";
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .txtNavSp {
    font-size: 2.5333333333vw;
  }
}
.txtNavSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.0526315789) * 0.5em);
  content: "";
}
.txtNavSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.0526315789) * 0.5em);
  content: "";
}
@media screen and (max-width: 1100px) {
  .txtNavSp {
    margin: 0% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fv {
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .fv {
    margin-top: 1.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .fv {
    margin-top: 2.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picfv {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .picfv {
    width: 90.9%;
  }
}
@media screen and (max-width: 767px) {
  .picfv {
    width: 700px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .picfv {
    width: 93.33%;
  }
}

.txtFV {
  width: 508px;
  margin-top: 27px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .txtFV {
    width: 46.18%;
  }
}
@media screen and (max-width: 1100px) {
  .txtFV {
    margin-top: 2.45%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtFV {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 613.9741px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .txtFV {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .txtFV {
    width: 81.86%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.teacher {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 48px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .teacher {
    margin: 1.56% 0% 0% 0%;
  }
}
@media screen and (max-width: 1100px) {
  .teacher {
    padding: 2.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .teacher {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 3.13% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .teacher {
    margin: 3.33% 0% 0% 0%;
  }
}

.teacherFx {
  width: 840px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .teacherFx {
    width: 76.36%;
  }
}
@media screen and (max-width: 1100px) {
  .teacherFx {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .teacherFx {
    width: 91.13%;
    margin: auto;
  }
}

/* ==========================================================================
コーチプロフィール
========================================================================== */
@media screen and (max-width: 767px) {
  .h2TeacherFxWapSp {
    width: 668.5194px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .h2TeacherFxWapSp {
    width: 100%;
  }
}

.secTeacher {
  width: 617.0002px;
}
@media screen and (max-width: 1100px) {
  .secTeacher {
    width: 73.45%;
  }
}
@media screen and (max-width: 767px) {
  .secTeacher {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 367.9613px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .secTeacher {
    margin: 2.99% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .secTeacher {
    width: 55.04%;
  }
}

.h2TeacherFxWapPc {
  margin: 0 0 0 0.5%;
}

/* ==========================================================================
コーチプロフィールタイトル
========================================================================== */
.h2TeacherFx {
  width: 100%;
  justify-content: flex-start;
  margin: 1.3% 0 0 0;
}
@media screen and (max-width: 767px) {
  .h2TeacherFx {
    width: 621.1004px;
    margin: 1% 0 0 1%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .h2TeacherFx {
    width: 92.9%;
  }
}

.iconTeacherFx {
  width: 43.0758px;
}
@media screen and (max-width: 1100px) {
  .iconTeacherFx {
    width: 6.98%;
  }
}
@media screen and (max-width: 767px) {
  .iconTeacherFx {
    width: 43.0758px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .iconTeacherFx {
    width: 6.93%;
  }
}

.mainH2 {
  width: 245px;
  font-size: 30px;
  line-height: 1;
  margin: 1% 0 0 1%;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-indent: -0.075em;
}
@media screen and (max-width: 1100px) {
  .mainH2 {
    width: 39.7%;
  }
}
@media screen and (max-width: 1100px) {
  .mainH2 {
    font-size: 2.7272727273vw;
  }
}
.mainH2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.mainH2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .mainH2 {
    width: 242px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .mainH2 {
    width: 38.96%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mainH2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .mainH2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .mainH2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.picTeacherFx {
  width: 310px;
  margin: 1.5% 0 0 1.1%;
}
@media screen and (max-width: 1100px) {
  .picTeacherFx {
    width: 50.24%;
  }
}
@media screen and (max-width: 767px) {
  .picTeacherFx {
    width: 48.85%;
    margin: 1% 0 0 2.5%;
  }
}

/* ==========================================================================
コーチプロフィール文章
========================================================================== */
.txtTeacherFx {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 1.5333333333;
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1100px) {
  .txtTeacherFx {
    margin: 3.24% 0% 0% 0%;
  }
}
@media screen and (max-width: 1100px) {
  .txtTeacherFx {
    font-size: 1.3636363636vw;
  }
}
.txtTeacherFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5333333333) * 0.5em);
  content: "";
}
.txtTeacherFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTeacherFx {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.2916666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .txtTeacherFx {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTeacherFx {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTeacherFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2916666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtTeacherFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2916666667) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
コーチプロフィール写真
========================================================================== */
.photoTeacher {
  width: 189px;
}
@media screen and (max-width: 1100px) {
  .photoTeacher {
    width: 22.5%;
  }
}
@media screen and (max-width: 767px) {
  .photoTeacher {
    margin: 2.99% 2% 0% 0%;
    width: 40.42%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.schoolInfo {
  padding-top: 53px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .schoolInfo {
    padding: 2.76% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .schoolInfo {
    padding: 7% 0% 0% 0%;
  }
}

/* ==========================================================================
メインタイトル
========================================================================== */
.h1SchoolInfo {
  width: 1000px;
  margin: auto;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  border: 2px solid #0068B7;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0em;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .h1SchoolInfo {
    width: 90.9%;
  }
}
@media screen and (max-width: 1100px) {
  .h1SchoolInfo {
    padding: 0.9% 0% 1.45% 0%;
  }
}
@media screen and (max-width: 1100px) {
  .h1SchoolInfo {
    font-size: 2.7272727273vw;
  }
}
.h1SchoolInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h1SchoolInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h1SchoolInfo {
    width: 700px;
    padding: 1% 0% 2% 0%;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0em;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 1px solid #0068B7;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .h1SchoolInfo {
    width: 93.33%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1SchoolInfo {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h1SchoolInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h1SchoolInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
3カラム
========================================================================== */
.schoolInfoFx {
  width: 920px;
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .schoolInfoFx {
    width: 83.63%;
  }
}
@media screen and (max-width: 1100px) {
  .schoolInfoFx {
    margin-top: 2.54%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .schoolInfoFx {
    width: 700px;
    margin: 3.9% auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .schoolInfoFx {
    width: 93.33%;
  }
}

.secSchoolInfo {
  padding-top: 14px;
  padding-bottom: 19px;
  padding-left: 14px;
  padding-right: 14px;
  width: 290px;
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
}
@media screen and (max-width: 1100px) {
  .secSchoolInfo {
    padding: 1.52% 1.52% 2.06% 1.52%;
  }
}
@media screen and (max-width: 1100px) {
  .secSchoolInfo {
    width: 31.52%;
  }
}
@media screen and (max-width: 767px) {
  .secSchoolInfo {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    width: 700px;
    padding: 2.85% 1.71% 3.8% 1.71%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .secSchoolInfo {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .secSchoolInfo02 {
    margin-top: 33px;
    margin-bottom: 33px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .secSchoolInfo02 {
    margin: 4.4% 0% 4.4% 0%;
  }
}

@media screen and (max-width: 767px) {
  .secSchoolInfo03 {
    padding: 2.85% 1.71% 4.57% 1.71%;
  }
}

/* ==========================================================================
3カラム:タイトル
========================================================================== */
.titleSchoolInfo {
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px dotted #3F3B3A;
}
@media screen and (max-width: 1100px) {
  .titleSchoolInfo {
    padding: 0% 0% 5.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .titleSchoolInfo {
    align-items: center;
    padding: 0% 0% 2% 0%;
  }
}

.h3TitleSchoolInfo {
  color: #3F3B3A;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  font-weight: 800;
}
@media screen and (max-width: 1100px) {
  .h3TitleSchoolInfo {
    font-size: 1.8181818182vw;
  }
}
.h3TitleSchoolInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3TitleSchoolInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3TitleSchoolInfo {
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleSchoolInfo {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleSchoolInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h3TitleSchoolInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.rubyTitleSchoolInfo {
  color: #0068B7;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 7px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .rubyTitleSchoolInfo {
    font-size: 1.5454545455vw;
  }
}
.rubyTitleSchoolInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.rubyTitleSchoolInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1100px) {
  .rubyTitleSchoolInfo {
    margin: 0% 0% 0% 2.64%;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitleSchoolInfo {
    margin: 0% 0% 0% 1%;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyTitleSchoolInfo {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyTitleSchoolInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .rubyTitleSchoolInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
3カラム:テキスト
========================================================================== */
.txtSchoolInfo {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.5333333333;
  letter-spacing: 0.01em;
  text-indent: -0.01em;
}
@media screen and (max-width: 1100px) {
  .txtSchoolInfo {
    margin: 5.66% 0% 0% 0%;
  }
}
@media screen and (max-width: 1100px) {
  .txtSchoolInfo {
    font-size: 1.3636363636vw;
  }
}
.txtSchoolInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5333333333) * 0.5em);
  content: "";
}
.txtSchoolInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtSchoolInfo {
    margin: 2.1% 0% 0% 0%;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-indent: -0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtSchoolInfo {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.nyushi {
  padding-top: 89px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .nyushi {
    padding: 4.63% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .nyushi {
    padding: 8.3% 0% 0% 0%;
  }
}

.bgh1Nyushi {
  background: url(../img/bgh1NyushiPc.png) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgh1Nyushi {
    background: url(../img/bgh1NyushiSp.png) no-repeat top center;
    background-size: 100% 100%;
  }
}

.h1Nyushi {
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  letter-spacing: 0.1em;
  text-indent: 0em;
  width: 1000px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .h1Nyushi {
    font-size: 3.1818181818vw;
  }
}
@media screen and (max-width: 1100px) {
  .h1Nyushi {
    width: 90.9%;
  }
}
@media screen and (max-width: 1100px) {
  .h1Nyushi {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .h1Nyushi {
    padding: 0.9% 0% 1.27% 0%;
  }
}
@media screen and (max-width: 1100px) {
  .h1Nyushi {
    padding: 1% 0% 1% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h1Nyushi {
    letter-spacing: 0.1em;
    text-indent: 0em;
    width: 93%;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1Nyushi {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .h1Nyushi {
    padding: 1.46% 0% 1.6% 0%;
  }
}

.nyushiFx {
  width: 918px;
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .nyushiFx {
    width: 83.45%;
  }
}
@media screen and (max-width: 1100px) {
  .nyushiFx {
    margin-top: 4.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .nyushiFx {
    width: 700px;
    margin-top: 4.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .nyushiFx {
    width: 93.33%;
  }
}

.secNyushi {
  width: 640px;
}
@media screen and (max-width: 1100px) {
  .secNyushi {
    width: 69.03%;
  }
}
@media screen and (max-width: 767px) {
  .secNyushi {
    width: 462px;
    margin: 2.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .secNyushi {
    width: 66%;
  }
}

.h2Nyushi {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .h2Nyushi {
    padding: 0% 0% 0% 1.87%;
  }
}
@media screen and (max-width: 767px) {
  .h2Nyushi {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .h2Nyushi {
    padding: 0% 0% 0% 1.57%;
  }
}

.brdNyushi {
  border-bottom: 1px dashed #3F3B3A;
  height: 1px;
  width: 485px;
  position: absolute;
  right: 0;
  top: 25%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .brdNyushi {
    width: 75.78%;
  }
}
@media screen and (max-width: 767px) {
  .brdNyushi {
    width: 547px;
    top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .brdNyushi {
    width: 78.14%;
  }
}

.h2NyushiWap {
  font-feature-settings: "palt";
  font-weight: 800;
  font-size: 27px;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1100px) {
  .h2NyushiWap {
    font-size: 2.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .h2NyushiWap {
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2NyushiWap {
    font-size: 3.6vw;
  }
}

.txtNyushi {
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5333333333;
  letter-spacing: 0.025em;
  text-indent: -0.025em;
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .txtNyushi {
    font-size: 1.3636363636vw;
  }
}
.txtNyushi::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5333333333) * 0.5em);
  content: "";
}
.txtNyushi::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 1100px) {
  .txtNyushi {
    margin: 3.28% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtNyushi {
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-indent: -0.025em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtNyushi {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtNyushi::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtNyushi::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .txtNyushi {
    margin: 0% 0% 0% 0%;
  }
}

.photoNyushi {
  width: 224px;
  margin: 1% 0 0 0;
}
@media screen and (max-width: 1100px) {
  .photoNyushi {
    width: 24.16%;
  }
}
@media screen and (max-width: 767px) {
  .photoNyushi {
    width: 205px;
    margin: 3.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .photoNyushi {
    width: 29.28%;
  }
}

.nyushiFx02 {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .nyushiFx02 {
    margin-top: 2.27%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .nyushiFx02 {
    margin-top: 4.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.nyushiFx02 .brdNyushi {
  width: 346px;
}
@media screen and (max-width: 1100px) {
  .nyushiFx02 .brdNyushi {
    width: 54.06%;
  }
}
@media screen and (max-width: 1100px) {
  .nyushiFx02 .brdNyushi {
    width: 50.06%;
  }
}
@media screen and (max-width: 767px) {
  .nyushiFx02 .brdNyushi {
    width: 406px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .nyushiFx02 .brdNyushi {
    width: 58%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.eiken {
  padding-top: 58px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .eiken {
    padding: 3.02% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .eiken {
    padding: 6.5% 0% 0% 0%;
  }
}

.eikenFx {
  align-items: center;
  width: 918px;
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .eikenFx {
    width: 83.45%;
  }
}
@media screen and (max-width: 1100px) {
  .eikenFx {
    margin-top: 2.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .eikenFx {
    width: 608px;
    margin-top: 1.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .eikenFx {
    width: 81.06%;
  }
}

.txtTopEiken {
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.01em;
  text-indent: 0em;
  margin: 0 0 0 3.5%;
}
@media screen and (max-width: 1100px) {
  .txtTopEiken {
    font-size: 2.1818181818vw;
  }
}
.txtTopEiken::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
.txtTopEiken::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 1100px) {
  .txtTopEiken {
    margin: 0 0 0 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtTopEiken {
    line-height: 1.5454545455;
    letter-spacing: -0.01em;
    text-indent: 0.01em;
    width: 383.3525px;
    margin: 1.5% 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTopEiken {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTopEiken::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5454545455) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtTopEiken::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5454545455) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .txtTopEiken {
    width: 63.05%;
  }
}

.photoEikenTop {
  width: 244px;
}
@media screen and (max-width: 1100px) {
  .photoEikenTop {
    width: 27.29%;
  }
}
@media screen and (max-width: 767px) {
  .photoEikenTop {
    width: 197px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .photoEikenTop {
    width: 32.4%;
  }
}

.stepWap {
  width: 990px;
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .stepWap {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .stepWap {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .stepWap {
    width: 668px;
    margin-top: 27px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .stepWap {
    width: 89.06%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .stepWap {
    margin-top: 3.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.eikenStep {
  align-items: center;
  justify-content: flex-start;
  flex-flow: unset;
}

.eikenStep:nth-child(n+2) {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .eikenStep:nth-child(n+2) {
    margin: 3.13% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .eikenStep:nth-child(n+2) {
    margin: 4% 0 0 0;
  }
}

.iconEiken {
  width: 62px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 21px;
}
@media screen and (max-width: 1100px) {
  .iconEiken {
    width: 6.26%;
  }
}
@media screen and (max-width: 1100px) {
  .iconEiken {
    margin: 0% 2.12% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconEiken {
    width: 11.5%;
    margin: 0% 1.2% 0% 0%;
  }
}

.txtStepEeiken {
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1100px) {
  .txtStepEeiken {
    font-size: 1.6363636364vw;
  }
}
.txtStepEeiken::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
.txtStepEeiken::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3888888889) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtStepEeiken {
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-indent: 0.02em;
    width: 87%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtStepEeiken {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtStepEeiken::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtStepEeiken::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.faq {
  padding-top: 107px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .faq {
    padding: 9.72% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 7% 0% 0% 0%;
  }
}

.faqWap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .faqWap {
    width: 90.9%;
  }
}
@media screen and (max-width: 767px) {
  .faqWap {
    width: 700px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .faqWap {
    width: 93.33%;
  }
}

.bgFaqContainer {
  background: url(../img/bgFaqContainerPc.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1100px) {
  .bgFaqContainer {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .bgFaqContainer {
    background: url(../img/bgFaqContainerSp.png) no-repeat center top;
    background-size: 100% 100%;
  }
}

.faqContainer {
  padding-top: 48px;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .faqContainer {
    padding: 4.36% 0% 6.36% 0%;
  }
}
@media screen and (max-width: 767px) {
  .faqContainer {
    padding: 8.3% 9.14% 7.7% 9.14%;
  }
}

/* ==========================================================================
よくあるご質問タイトル設定
========================================================================== */
.h1Faq {
  width: 440px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-indent: 0em;
  margin: 0 auto;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .h1Faq {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  .h1Faq {
    font-size: 2.2727272727vw;
  }
}
.h1Faq::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.h1Faq::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h1Faq {
    width: 440px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .h1Faq {
    width: 77.19%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1Faq {
    font-size: 3.3333333333vw;
  }
}

.brdFaqLeft {
  background: #3F3B3A;
  height: 1px;
  width: 110px;
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .brdFaqLeft {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .brdFaqLeft {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .brdFaqLeft {
    width: 25%;
  }
}

.brdFaqRight {
  background: #3F3B3A;
  height: 1px;
  width: 110px;
  position: absolute;
  right: 0;
  top: 25%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .brdFaqRight {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .brdFaqRight {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .brdFaqRight {
    width: 25%;
  }
}

/* ==========================================================================
よくあるご質問PC設定
========================================================================== */
.FaqCntFxPc {
  margin-top: 63px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 826px;
}
@media screen and (max-width: 1100px) {
  .FaqCntFxPc {
    margin-top: 5.72%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .FaqCntFxPc {
    width: 75.09%;
  }
}
@media screen and (max-width: 1100px) {
  .FaqCntFxPc {
    width: 770px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .FaqCntFxPc {
    width: 77%;
  }
}

.secFaqCntFxPc {
  width: 355px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 28px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxPc {
    width: 45.51%;
  }
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxPc {
    margin: 0% 0% 0% 3.58%;
  }
}

.secFaqCntFxPc05 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxPc05 {
    margin: 0% 0% 0% 0%;
  }
}

.secFaqCntFxPc02 {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 28px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxPc02 {
    margin: 5.12% 0% 0% 3.58%;
  }
}

.secFaqCntFxPc06 {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 28px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxPc06 {
    margin: 5.12% 0% 0% 3.58%;
  }
}

.secFaqCntFxPc03 {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 28px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxPc03 {
    margin: 5.12% 0% 0% 3.58%;
  }
}

.secFaqCntFxPc07 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 28px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxPc07 {
    margin: 2.56% 0% 0% 3.58%;
  }
}

.secFaqCntFxPc04 {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 28px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxPc04 {
    margin: 5.12% 0% 0% 3.58%;
  }
}

.titleFaqCntFxPc {
  align-items: center;
}

.iconQ {
  width: 41.521px;
}
@media screen and (max-width: 1100px) {
  .iconQ {
    width: 27.67975px;
  }
}
@media screen and (max-width: 767px) {
  .iconQ {
    width: 27.67975px;
    margin: 0 0 0 1%;
  }
}

.h3FaqCntFx {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0em;
}
@media screen and (max-width: 1100px) {
  .h3FaqCntFx {
    margin: 0% 0% 0% 0.9%;
  }
}
@media screen and (max-width: 1100px) {
  .h3FaqCntFx {
    font-size: 1.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FaqCntFx {
    margin: 0% 0% 0% 3%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FaqCntFx {
    font-size: 3.7333333333vw;
  }
}

.txtFaqCntFx {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1100px) {
  .txtFaqCntFx {
    margin: 1.09% 0% 0% 0%;
  }
}
@media screen and (max-width: 1100px) {
  .txtFaqCntFx {
    font-size: 1.3636363636vw;
  }
}
.txtFaqCntFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5333333333) * 0.5em);
  content: "";
}
.txtFaqCntFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFaqCntFx {
    margin: 1.5% 0% 0% 0.5%;
    line-height: 1.2727272727;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFaqCntFx {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFaqCntFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2727272727) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtFaqCntFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2727272727) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
よくあるご質問SP設定
========================================================================== */
.FaqCntFxSp {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .FaqCntFxSp {
    margin-top: 0.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .FaqCntFxSp {
    margin-top: 11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secFaqCntFxSp {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .secFaqCntFxSp {
    margin: 5.78% 0% 0% 0%;
  }
}

.secFaqCntFxSp01 {
  margin: 0;
}

.secFaqCntFxSp03 {
  margin: 6.5% 0 0 0;
}

.secFaqCntFxSp05 {
  margin: 6% 0 0 0;
}

.secFaqCntFxSp06 {
  margin: 6% 0 0 0;
}

.secFaqCntFxSp07 {
  margin: 7.5% 0 0 0;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.access {
  padding-top: 95px;
  padding-bottom: 121px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .access {
    padding: 8.63% 0% 11% 0%;
  }
}
@media screen and (max-width: 767px) {
  .access {
    padding: 7% 0% 7.5% 0%;
  }
}

.secAccess {
  width: 955px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .secAccess {
    width: 86.81%;
  }
}
@media screen and (max-width: 767px) {
  .secAccess {
    width: 89%;
  }
}

.h1Access {
  font-size: 25px;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-indent: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .h1Access {
    font-size: 2.2727272727vw;
  }
}
.h1Access::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.92) * 0.5em);
  content: "";
}
.h1Access::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.92) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h1Access {
    line-height: 0.92;
    padding: 0% 0% 0% 1.33%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1Access {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h1Access::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 0.92) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h1Access::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 0.92) * 0.5em);
    content: "";
  }
}

.ggmap {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 695px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  border: 5px solid #FFF;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .ggmap {
    margin-top: 0.81%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .ggmap {
    padding: 63.18% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ggmap {
    margin: 2% auto 0 auto;
    width: 660px;
    padding: 84.4% 0% 0% 0%;
    border: 3px solid #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .ggmap {
    width: 100%;
  }
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgFooter {
  background: url(../img/bgFooterPc.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgFooter {
    background: url(../img/bgFooterSp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.footer {
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .footer {
    padding: 0.62% 0% 0.67% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.6% 0% 3.5% 0%;
  }
}

.footerFx {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footerFx {
    width: 696px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .footerFx {
    width: 92.8%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .footerFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.nameFooter {
  border-right: 1px solid #FFF;
  width: 228px;
  padding-top: 6px;
  padding-bottom: 29px;
  padding-left: 11px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .nameFooter {
    width: 20.72%;
  }
}
@media screen and (max-width: 1100px) {
  .nameFooter {
    padding: 0.54% 0% 2.63% 1%;
  }
}
@media screen and (max-width: 1100px) {
  .nameFooter {
    width: 23.63%;
  }
}
@media screen and (max-width: 767px) {
  .nameFooter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-right: none;
    width: 96.68%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .nameFooter {
    padding: 0% 0% 0% 0%;
  }
}

.h1nameFooter {
  font-feature-settings: "palt";
  font-size: 17px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1100px) {
  .h1nameFooter {
    font-size: 1.5454545455vw;
  }
}
@media screen and (max-width: 767px) {
  .h1nameFooter {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1nameFooter {
    font-size: 4vw;
  }
}

.txtNameFooter {
  font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .txtNameFooter {
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width: 1100px) {
  .txtNameFooter {
    margin: 0.88% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtNameFooter {
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtNameFooter {
    font-size: 3.3333333333vw;
  }
}

.addressFooter {
  width: 873px;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 0px;
}
@media screen and (max-width: 1100px) {
  .addressFooter {
    width: 79.36%;
  }
}
@media screen and (max-width: 1100px) {
  .addressFooter {
    padding: 1.09% 0% 0.45% 2.72%;
  }
}
@media screen and (max-width: 1100px) {
  .addressFooter {
    width: 76.36%;
  }
}
@media screen and (max-width: 767px) {
  .addressFooter {
    width: 100%;
    margin: 2.1% 0% 0% 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .addressFooter {
    padding: 0% 0% 0% 0%;
  }
}

.txtAddressFooter {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: 0.015em;
  text-indent: -0.015em;
}
@media screen and (max-width: 1100px) {
  .txtAddressFooter {
    font-size: 1.0909090909vw;
  }
}
.txtAddressFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.txtAddressFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAddressFooter {
    line-height: 1.25;
    letter-spacing: -0.005em;
    text-indent: 0.005em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAddressFooter {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAddressFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtAddressFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}
.txtAddressFooter a {
  color: #FFF;
}

.txtFooter {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-indent: 0.02em;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 1100px) {
  .txtFooter {
    font-size: 1.0909090909vw;
  }
}
@media screen and (max-width: 1100px) {
  .txtFooter {
    margin: 1.36% 0.9% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtFooter {
    letter-spacing: -0.02em;
    text-indent: 0.02em;
    margin: 1.5% -0.1% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFooter {
    font-size: 2.6666666667vw;
  }
}

/*
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
*/
.cl_fff {
  color: #FFF;
}

.cl_3F3B3A {
  color: #3F3B3A;
}

.cl_0068B7 {
  color: #0068B7;
}

.bg_F5F2E9 {
  background: #F5F2E9;
}

.bg_fff {
  background: #FFF;
}

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  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;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  animation-name: animsition-loading;
}
@keyframes animsition-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  animation-name: fade-out;
}
@keyframes fade-in-up {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}
@keyframes fade-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  animation-name: fade-out-up;
}
@keyframes fade-in-up-sm {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  animation-name: fade-in-up-sm;
}
@keyframes fade-out-up-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  animation-name: fade-out-up-sm;
}
@keyframes fade-in-up-lg {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  animation-name: fade-in-up-lg;
}
@keyframes fade-out-up-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  animation-name: fade-out-up-lg;
}
@keyframes fade-in-down {
  0% {
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  animation-name: fade-in-down;
}
@keyframes fade-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  animation-name: fade-out-down;
}
@keyframes fade-in-down-sm {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  animation-name: fade-in-down-sm;
}
@keyframes fade-out-down-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  animation-name: fade-out-down-sm;
}
@keyframes fade-in-down-lg {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  animation-name: fade-in-down;
}
@keyframes fade-out-down-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  animation-name: fade-out-down-lg;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  animation-name: fade-in-left;
}
@keyframes fade-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  animation-name: fade-out-left;
}
@keyframes fade-in-left-sm {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  animation-name: fade-in-left-sm;
}
@keyframes fade-out-left-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  animation-name: fade-out-left-sm;
}
@keyframes fade-in-left-lg {
  0% {
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  animation-name: fade-in-left-lg;
}
@keyframes fade-out-left-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  animation-name: fade-out-left-lg;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  animation-name: fade-in-right;
}
@keyframes fade-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  animation-name: fade-out-right;
}
@keyframes fade-in-right-sm {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  animation-name: fade-in-right-sm;
}
@keyframes fade-out-right-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  animation-name: fade-out-right-sm;
}
@keyframes fade-in-right-lg {
  0% {
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  animation-name: fade-in-right-lg;
}
@keyframes fade-out-right-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  animation-name: fade-out-right-lg;
}
@keyframes rotate-in {
  0% {
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  animation-name: rotate-in;
}
@keyframes rotate-out {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  animation-name: rotate-out;
}
@keyframes rotate-in-sm {
  0% {
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  animation-name: rotate-in-sm;
}
@keyframes rotate-out-sm {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  animation-name: rotate-out-sm;
}
@keyframes rotate-in-lg {
  0% {
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  animation-name: rotate-in-lg;
}
@keyframes rotate-out-lg {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  animation-name: rotate-out-lg;
}
@keyframes flip-in-x {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  animation-name: flip-in-x;
  backface-visibility: visible !important;
}
@keyframes flip-out-x {
  0% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  animation-name: flip-out-x;
  backface-visibility: visible !important;
}
@keyframes flip-in-x-nr {
  0% {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  animation-name: flip-in-x-nr;
  backface-visibility: visible !important;
}
@keyframes flip-out-x-nr {
  0% {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  animation-name: flip-out-x-nr;
  backface-visibility: visible !important;
}
@keyframes flip-in-x-fr {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  animation-name: flip-in-x-fr;
  backface-visibility: visible !important;
}
@keyframes flip-out-x-fr {
  0% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  animation-name: flip-out-x-fr;
  backface-visibility: visible !important;
}
@keyframes flip-in-y {
  0% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  animation-name: flip-in-y;
  backface-visibility: visible !important;
}
@keyframes flip-out-y {
  0% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  animation-name: flip-out-y;
  backface-visibility: visible !important;
}
@keyframes flip-in-y-nr {
  0% {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  animation-name: flip-in-y-nr;
  backface-visibility: visible !important;
}
@keyframes flip-out-y-nr {
  0% {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  animation-name: flip-out-y-nr;
  backface-visibility: visible !important;
}
@keyframes flip-in-y-fr {
  0% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  animation-name: flip-in-y-fr;
  backface-visibility: visible !important;
}
@keyframes flip-out-y-fr {
  0% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  animation-name: flip-out-y-fr;
  backface-visibility: visible !important;
}
@keyframes zoom-in {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  animation-name: zoom-in;
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  animation-name: zoom-out;
}
@keyframes zoom-in-sm {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  animation-name: zoom-in-sm;
}
@keyframes zoom-out-sm {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  animation-name: zoom-out-sm;
}
@keyframes zoom-in-lg {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  animation-name: zoom-in-lg;
}
@keyframes zoom-out-lg {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  animation-name: zoom-out-lg;
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  animation-name: overlay-slide-in-top;
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  animation-name: overlay-slide-out-top;
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  animation-name: overlay-slide-in-bottom;
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  animation-name: overlay-slide-out-bottom;
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  animation-name: overlay-slide-in-left;
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  animation-name: overlay-slide-out-left;
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  animation-name: overlay-slide-in-right;
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  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_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;
  position: relative;
}
.opacity_0_fade_set.active {
  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 {
  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 {
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}
.opacity_0_fade_in.active {
  animation: fadein_in 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_fade_set > li, .opacity_0_list_fade_set section, .opacity_0_list_fade_set div, .opacity_0_list_fade_set tr, .opacity_0_list_fade_set figure {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_list_fade_set.active > li:nth-child(1), .opacity_0_list_fade_set.active section:nth-child(1), .opacity_0_list_fade_set.active div:nth-child(1), .opacity_0_list_fade_set.active p:nth-child(1), .opacity_0_list_fade_set.active h2:nth-child(1), .opacity_0_list_fade_set.active h3:nth-child(1), .opacity_0_list_fade_set.active h4:nth-child(1), .opacity_0_list_fade_set.active h5:nth-child(1), .opacity_0_list_fade_set.active figure:nth-child(1) {
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2), .opacity_0_list_fade_set.active section:nth-child(2), .opacity_0_list_fade_set.active div:nth-child(2), .opacity_0_list_fade_set.active p:nth-child(2), .opacity_0_list_fade_set.active h2:nth-child(2), .opacity_0_list_fade_set.active h3:nth-child(2), .opacity_0_list_fade_set.active h4:nth-child(2), .opacity_0_list_fade_set.active h5:nth-child(2), .opacity_0_list_fade_set.active figure:nth-child(2) {
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3), .opacity_0_list_fade_set.active section:nth-child(3), .opacity_0_list_fade_set.active div:nth-child(3), .opacity_0_list_fade_set.active p:nth-child(3), .opacity_0_list_fade_set.active h2:nth-child(3), .opacity_0_list_fade_set.active h3:nth-child(3), .opacity_0_list_fade_set.active h4:nth-child(3), .opacity_0_list_fade_set.active h5:nth-child(3), .opacity_0_list_fade_set.active figure:nth-child(3) {
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4), .opacity_0_list_fade_set.active section:nth-child(4), .opacity_0_list_fade_set.active div:nth-child(4), .opacity_0_list_fade_set.active p:nth-child(4), .opacity_0_list_fade_set.active h2:nth-child(4), .opacity_0_list_fade_set.active h3:nth-child(4), .opacity_0_list_fade_set.active h4:nth-child(4), .opacity_0_list_fade_set.active h5:nth-child(4), .opacity_0_list_fade_set.active figure:nth-child(4) {
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5), .opacity_0_list_fade_set.active section:nth-child(5), .opacity_0_list_fade_set.active div:nth-child(5), .opacity_0_list_fade_set.active p:nth-child(5), .opacity_0_list_fade_set.active h2:nth-child(5), .opacity_0_list_fade_set.active h3:nth-child(5), .opacity_0_list_fade_set.active h4:nth-child(5), .opacity_0_list_fade_set.active h5:nth-child(5), .opacity_0_list_fade_set.active figure:nth-child(5) {
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6), .opacity_0_list_fade_set.active section:nth-child(6), .opacity_0_list_fade_set.active div:nth-child(6), .opacity_0_list_fade_set.active p:nth-child(6), .opacity_0_list_fade_set.active h2:nth-child(6), .opacity_0_list_fade_set.active h3:nth-child(6), .opacity_0_list_fade_set.active h4:nth-child(6), .opacity_0_list_fade_set.active h5:nth-child(6), .opacity_0_list_fade_set.active figure:nth-child(6) {
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7), .opacity_0_list_fade_set.active section:nth-child(7), .opacity_0_list_fade_set.active div:nth-child(7), .opacity_0_list_fade_set.active p:nth-child(7), .opacity_0_list_fade_set.active h2:nth-child(7), .opacity_0_list_fade_set.active h3:nth-child(7), .opacity_0_list_fade_set.active h4:nth-child(7), .opacity_0_list_fade_set.active h5:nth-child(7), .opacity_0_list_fade_set.active figure:nth-child(7) {
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8), .opacity_0_list_fade_set.active section:nth-child(8), .opacity_0_list_fade_set.active div:nth-child(8), .opacity_0_list_fade_set.active p:nth-child(8), .opacity_0_list_fade_set.active h2:nth-child(8), .opacity_0_list_fade_set.active h3:nth-child(8), .opacity_0_list_fade_set.active h4:nth-child(8), .opacity_0_list_fade_set.active h5:nth-child(8), .opacity_0_list_fade_set.active figure:nth-child(8) {
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9), .opacity_0_list_fade_set.active section:nth-child(9), .opacity_0_list_fade_set.active div:nth-child(9), .opacity_0_list_fade_set.active p:nth-child(9), .opacity_0_list_fade_set.active h2:nth-child(9), .opacity_0_list_fade_set.active h3:nth-child(9), .opacity_0_list_fade_set.active h4:nth-child(9), .opacity_0_list_fade_set.active h5:nth-child(9), .opacity_0_list_fade_set.active figure:nth-child(9) {
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10), .opacity_0_list_fade_set.active section:nth-child(10), .opacity_0_list_fade_set.active div:nth-child(10), .opacity_0_list_fade_set.active p:nth-child(10), .opacity_0_list_fade_set.active h2:nth-child(10), .opacity_0_list_fade_set.active h3:nth-child(10), .opacity_0_list_fade_set.active h4:nth-child(10), .opacity_0_list_fade_set.active h5:nth-child(10), .opacity_0_list_fade_set.active figure:nth-child(10) {
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11), .opacity_0_list_fade_set.active section:nth-child(11), .opacity_0_list_fade_set.active div:nth-child(11), .opacity_0_list_fade_set.active p:nth-child(11), .opacity_0_list_fade_set.active h2:nth-child(11), .opacity_0_list_fade_set.active h3:nth-child(11), .opacity_0_list_fade_set.active h4:nth-child(11), .opacity_0_list_fade_set.active h5:nth-child(11), .opacity_0_list_fade_set.active figure:nth-child(11) {
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12), .opacity_0_list_fade_set.active section:nth-child(12), .opacity_0_list_fade_set.active div:nth-child(12), .opacity_0_list_fade_set.active p:nth-child(12), .opacity_0_list_fade_set.active h2:nth-child(12), .opacity_0_list_fade_set.active h3:nth-child(12), .opacity_0_list_fade_set.active h4:nth-child(12), .opacity_0_list_fade_set.active h5:nth-child(12), .opacity_0_list_fade_set.active figure:nth-child(12) {
  animation: fadein_sc_top 0.75s ease 4.2s 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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  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) {
  animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  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;
  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;
  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;
  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%;
  border-bottom-left-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;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* ==========================================================================
Reset
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Component
========================================================================== *//*# sourceMappingURL=common.css.map */