@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
#page_top {
  animation: cloak-in 0.75s;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #000;
}

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: 1201px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .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
========================================================================== */
/* ==========================================================================
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;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Shippori Mincho B1", serif;
}

.t_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.entitle {
  font-family: "Josefin Sans", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.cormorant {
  font-family: "Cormorant", serif;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.noto_thin {
  font-weight: 100;
}

.noto_extraLight {
  font-weight: 200;
}

.noto_light {
  font-weight: 300;
}

.noto_regular {
  font-weight: 400;
}

.noto_medium {
  font-weight: 500;
}

.noto_semiBold {
  font-weight: 600;
}

.noto_bold {
  font-weight: 700;
}

.noto_extraBold {
  font-weight: 800;
}

.noto_black {
  font-weight: 900;
}

.barlow-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.baseHeader {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

.headerPcFx {
  position: relative;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .headerPcFx {
    padding: 0.67% 0% 0.62% 0%;
  }
}

.logoHeaderWap {
  width: 534px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .logoHeaderWap {
    width: 44.46%;
  }
}
@media screen and (max-width: 1200px) {
  .logoHeaderWap {
    margin: 0% 0% 0% 0.49%;
  }
}

.logoHeader {
  width: 100%;
}

.btnLogoHeader {
  width: 216.3844px;
}
@media screen and (max-width: 1200px) {
  .btnLogoHeader {
    width: 40.67%;
  }
}

.h1HeaderPcFx {
  width: 309px;
  font-size: 12px;
  line-height: 2.8333333333;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  font-feature-settings: "palt";
  margin: 0 0 2px 0;
}
@media screen and (max-width: 1200px) {
  .h1HeaderPcFx {
    width: 58.08%;
  }
}
@media screen and (max-width: 1200px) {
  .h1HeaderPcFx {
    font-size: 1vw;
  }
}
.h1HeaderPcFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.8333333333) * 0.5em);
  content: "";
}
.h1HeaderPcFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.8333333333) * 0.5em);
  content: "";
}

.btnTelHeader {
  position: absolute;
  right: 0;
  top: 0;
  width: 283px;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .btnTelHeader {
    width: 23.56%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerSp {
  position: relative;
  background: #FFF;
}

.headerSpTop {
  background: #FFF;
}

.btnLogoHeaderSp {
  margin: 5.2% 0% 0% 3.2%;
  width: 68.5%;
  text-decoration: none;
}
.btnLogoHeaderSp img {
  width: 216.3844px;
}
@media screen and (max-width: 1200px) {
  .btnLogoHeaderSp img {
    width: 84.85%;
  }
}
.btnLogoHeaderSp h2 {
  line-height: 1;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  font-feature-settings: "palt";
  margin: 3.5% 0% 0% 0%;
}
@media screen and (max-width: 767px) {
  .btnLogoHeaderSp h2 {
    font-size: 2.6666666667vw;
  }
}
.btnLogoHeaderSp h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnLogoHeaderSp h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.btnMenuHeaderSp {
  width: 23.5%;
}
.btnMenuHeaderSp img {
  width: 100%;
}

.btnMenuHeaderSp.off .off {
  display: block;
}
.btnMenuHeaderSp.off .on {
  display: none;
}

.btnMenuHeaderSp.on .off {
  display: none;
}
.btnMenuHeaderSp.on .on {
  display: block;
}

.navHeaderSp {
  display: none;
  width: 100%;
  background: #FFF;
}

.ulHeaderSp {
  width: 260px;
  margin-top: 4.9%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0% 11.46% 0%;
}
@media screen and (max-width: 1200px) {
  .ulHeaderSp {
    width: 69.33%;
  }
}

.liHeaderSp {
  border-bottom: 1px solid #9BBA86;
}

.btnHeaderSp {
  padding: 8.84% 0% 2.35% 0%;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 0.84375;
  letter-spacing: 0.01em;
  text-indent: -0.01em;
}
@media screen and (max-width: 767px) {
  .btnHeaderSp {
    font-size: 5.3333333333vw;
  }
}
.btnHeaderSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.84375) * 0.5em);
  content: "";
}
.btnHeaderSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.84375) * 0.5em);
  content: "";
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .footer {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 2.6% 0% 1.56% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 17.86% 0% 0% 0%;
    padding: 10.66% 0% 6.2% 0%;
  }
}

.footerFx {
  width: 841px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .footerFx {
    width: 70.02%;
  }
}
@media screen and (max-width: 1200px) {
  .footerFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footerFx {
    width: 272px;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 13%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .footerFx {
    width: 72.53%;
  }
}

.logoFooter {
  width: 272px;
}
@media screen and (max-width: 1200px) {
  .logoFooter {
    width: 32.34%;
  }
}
@media screen and (max-width: 767px) {
  .logoFooter {
    width: 100%;
  }
}

.addressFooter {
  width: 257px;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .addressFooter {
    width: 30.55%;
  }
}
@media screen and (max-width: 1200px) {
  .addressFooter {
    margin: 0.23% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .addressFooter {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .addressFooter {
    width: 100%;
    margin: 9% 0% 0% 0%;
  }
}

.txtAddressFooter {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtAddressFooter {
    font-size: 1.3333333333vw;
  }
}
.txtAddressFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.txtAddressFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAddressFooter {
    line-height: 1.25;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAddressFooter {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAddressFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .txtAddressFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

.copoInfoFooter {
  width: 242px;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .copoInfoFooter {
    width: 28.77%;
  }
}
@media screen and (max-width: 1200px) {
  .copoInfoFooter {
    margin: 0.23% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .copoInfoFooter {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .copoInfoFooter {
    width: 100%;
    margin: 10% 0% 0% 0%;
  }
}

.txtCopoInfoFooter {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtCopoInfoFooter {
    font-size: 1.3333333333vw;
  }
}
.txtCopoInfoFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3125) * 0.5em);
  content: "";
}
.txtCopoInfoFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3125) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtCopoInfoFooter {
    line-height: 1.25;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCopoInfoFooter {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCopoInfoFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
    content: "";
  }
  .txtCopoInfoFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
    content: "";
  }
}

.txtCopoInfoFooter a {
  display: block;
  margin: 0.5% 0 0 0;
}

.copy {
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 2.1;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .copy {
    font-size: 0.8333333333vw;
  }
}
.copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1) * 0.5em);
  content: "";
}
.copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .copy {
    margin: 0.72% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    line-height: 2.1;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 3.05% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .copy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.1) * 0.5em);
    content: "";
  }
  .copy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.1) * 0.5em);
    content: "";
  }
}

.spNavfixed {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.btnspNav {
  display: block;
  width: 100%;
}
.btnspNav:hover {
  opacity: 1;
}
.btnspNav img {
  width: 100%;
  max-width: unset;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
スライダ矢印
========================================================================== */
.jsIndexSlider {
  position: relative;
}

.swiperButtonPrev {
  cursor: pointer;
  position: absolute;
  left: 18.4vw;
  top: 15.4vw;
  width: 27px;
  aspect-ratio: 26/50;
  background: url(../img/swiperButtonPrev.svg) no-repeat center center;
  background-size: auto 100%;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .swiperButtonPrev {
    width: 1.4%;
  }
}
@media screen and (max-width: 767px) {
  .swiperButtonPrev {
    top: 50%;
    left: 2vw;
    width: 15px;
    aspect-ratio: 15/30;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .swiperButtonPrev {
    width: 4%;
  }
}

.swiperButtonNext {
  cursor: pointer;
  position: absolute;
  right: 18.4vw;
  top: 15.4vw;
  width: 27px;
  aspect-ratio: 26/50;
  background: url(../img/swiperButtonNext.svg) no-repeat center center;
  background-size: auto 100%;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .swiperButtonNext {
    width: 1.4%;
  }
}
@media screen and (max-width: 767px) {
  .swiperButtonNext {
    top: 50%;
    right: 2vw;
    width: 15px;
    aspect-ratio: 15/30;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .swiperButtonNext {
    width: 4%;
  }
}

/* ==========================================================================
スライダページャー
========================================================================== */
.swiperPagination {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .swiperPagination {
    margin-top: 0.83%;
    margin-bottom: 0.83%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .swiperPagination {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .swiperPagination {
    margin-top: 2.13%;
    margin-bottom: 2.13%;
    margin-left: auto;
    margin-right: auto;
  }
}

.swiper-pagination-bullet {
  margin: 0 9px !important;
  height: 12px !important;
  width: 12px !important;
  background: #DCDDDD !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    margin: 0 6px !important;
    height: 12px !important;
    width: 12px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #DCDDDD !important;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgAbout {
  padding-top: 300px;
  padding-bottom: 71px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .bgAbout {
    padding: 15.62% 0% 3.69% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bgAbout {
    padding: 51.5% 0% 3.73% 0%;
  }
}

.bgAbout {
  background: url(../img/bgAboutPc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgAbout {
    background: url(../img/bgAboutSp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.logoAbout {
  width: 683px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .logoAbout {
    width: 56.86%;
  }
}
@media screen and (max-width: 767px) {
  .logoAbout {
    width: 341px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .logoAbout {
    width: 90.93%;
  }
}

.aboutMain {
  margin-top: 131px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 882px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}
@media screen and (max-width: 1200px) {
  .aboutMain {
    margin-top: 10.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .aboutMain {
    width: 73.43%;
  }
}
@media screen and (max-width: 1200px) {
  .aboutMain {
    padding: 2.58% 0% 2.58% 0%;
  }
}
@media screen and (max-width: 767px) {
  .aboutMain {
    margin-top: 16.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    padding: 3.7% 0% 2.9% 0%;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .aboutMain {
    width: 85.33%;
  }
}

.h2AboutMain {
  font-size: 34px;
  line-height: 0.9926470588;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .h2AboutMain {
    font-size: 2.8333333333vw;
  }
}
.h2AboutMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.9926470588) * 0.5em);
  content: "";
}
.h2AboutMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.9926470588) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2AboutMain {
    line-height: 0.8881578947;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2AboutMain {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2AboutMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 0.8881578947) * 0.5em);
    content: "";
  }
  .h2AboutMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 0.8881578947) * 0.5em);
    content: "";
  }
}
.h2AboutMain .underline_FFFBC7 {
  background: linear-gradient(transparent 60%, #FFFBC7 60%);
  padding: 0 6px 0 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 11px;
}
@media screen and (max-width: 1200px) {
  .h2AboutMain .underline_FFFBC7 {
    margin: 0% 1.24% 0% 0%;
  }
}

.txtAboutMain {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 1.619047619;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .txtAboutMain {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtAboutMain {
    font-size: 1.75vw;
  }
}
.txtAboutMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.619047619) * 0.5em);
  content: "";
}
.txtAboutMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.619047619) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAboutMain {
    margin-top: 3.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAboutMain {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAboutMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .txtAboutMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.service {
  padding-top: 132px;
  padding-bottom: 84px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .service {
    padding: 6.87% 0% 4.37% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .service {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding: 11.4% 0% 6.5% 0%;
  }
}

.secService {
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .secService {
    width: 79.93%;
  }
}
@media screen and (max-width: 767px) {
  .secService {
    width: 87%;
  }
}

.h2Service {
  width: 609px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .h2Service {
    width: 63.43%;
  }
}
@media screen and (max-width: 767px) {
  .h2Service {
    width: 325px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Service {
    width: 100%;
  }
}

.serviceLoopWap {
  margin-top: 57px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .serviceLoopWap {
    margin: 5.93% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .serviceLoopWap {
    margin: 2.4% 0% 0% 0%;
  }
}

.liServiceLoopFx {
  width: 300px;
  margin-top: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liServiceLoopFx {
    width: 31.25%;
  }
}
@media screen and (max-width: 1200px) {
  .liServiceLoopFx {
    margin: 0% 0% 4.68% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liServiceLoopFx {
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liServiceLoopFx {
    width: 92.3%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liServiceLoopFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.liServiceLoopFx:nth-child(3n+2) {
  margin-top: 0px;
  margin-bottom: 45px;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .liServiceLoopFx:nth-child(3n+2) {
    margin: 0% 3.12% 4.68% 3.12%;
  }
}
@media screen and (max-width: 767px) {
  .liServiceLoopFx:nth-child(3n+2) {
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liServiceLoopFx:nth-child(n+2) {
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2liServiceLoopFx {
  width: 100%;
}

.txtliServiceLoopFx {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .txtliServiceLoopFx {
    margin: 3.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtliServiceLoopFx {
    font-size: 1.25vw;
  }
}
.txtliServiceLoopFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.txtliServiceLoopFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtliServiceLoopFx {
    margin: 2.5% 0% 0% 0%;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtliServiceLoopFx {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtliServiceLoopFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .txtliServiceLoopFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.photoliServiceLoopFx {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .photoliServiceLoopFx {
    margin: 4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoliServiceLoopFx {
    margin: 3.5% 0% 0% 0%;
  }
}

/*coupon*/
.couponService {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .couponService {
    margin: 6.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .couponService {
    margin: 1% 0% 0% 0%;
  }
}

.txtCouponService {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 1.5178571429;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .txtCouponService {
    margin: 4.66% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtCouponService {
    font-size: 1.1666666667vw;
  }
}
.txtCouponService::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5178571429) * 0.5em);
  content: "";
}
.txtCouponService::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5178571429) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtCouponService {
    margin: 4.5% 0% 0% 0%;
    line-height: 1.5178571429;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCouponService {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCouponService::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5178571429) * 0.5em);
    content: "";
  }
  .txtCouponService::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5178571429) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.works {
  padding-top: 100px;
  padding-bottom: 89px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .works {
    padding: 5.2% 0% 4.63% 0%;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding: 11% 0% 25.33% 0%;
  }
}

.secWorks {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .secWorks {
    width: 91.59%;
  }
}
@media screen and (max-width: 767px) {
  .secWorks {
    width: 86%;
  }
}

.h2Works {
  width: 609px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .h2Works {
    width: 55.36%;
  }
}
@media screen and (max-width: 767px) {
  .h2Works {
    width: 321px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Works {
    width: 100%;
  }
}

.WorksLoopWap {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .WorksLoopWap {
    margin: 1.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .WorksLoopWap {
    margin: 6.9% 0% 0% 0%;
  }
}

.WorksLoopFx {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .WorksLoopFx {
    width: 80.5%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .WorksLoopFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liWorksLoopFx {
  width: 260px;
  margin-top: 30px;
  margin-bottom: 21px;
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .liWorksLoopFx {
    width: 23.65%;
  }
}
@media screen and (max-width: 1200px) {
  .liWorksLoopFx {
    margin: 2.72% 1.81% 1.91% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .liWorksLoopFx {
    width: 23.6%;
  }
}
@media screen and (max-width: 767px) {
  .liWorksLoopFx {
    width: 321px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liWorksLoopFx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liWorksLoopFx {
    margin: 0% 0% 0% 0%;
  }
}
.liWorksLoopFx:nth-child(4n) {
  margin-top: 30px;
  margin-bottom: 21px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liWorksLoopFx:nth-child(4n) {
    margin: 2.72% 0% 1.91% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liWorksLoopFx:nth-child(4n) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liWorksLoopFx:nth-child(4n) {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liWorksLoopFx:nth-child(n+2) {
    width: 321px;
    margin: 15% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liWorksLoopFx:nth-child(n+2) {
    width: 100%;
  }
}

.detailWorksLoopFx {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .detailWorksLoopFx {
    margin: 2.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .detailWorksLoopFx {
    margin: 3% 0% 0% 0%;
  }
}

.h3DetailWorksLoopFx {
  width: 84px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 0px;
  aspect-ratio: 84/21;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
}
@media screen and (max-width: 1200px) {
  .h3DetailWorksLoopFx {
    width: 32.43%;
  }
}
@media screen and (max-width: 1200px) {
  .h3DetailWorksLoopFx {
    padding: 0% 0% 0% 2.31%;
  }
}
@media screen and (max-width: 1200px) {
  .h3DetailWorksLoopFx {
    font-size: 1.25vw;
  }
}
.h3DetailWorksLoopFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.h3DetailWorksLoopFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3DetailWorksLoopFx {
    width: 32%;
    aspect-ratio: 84/20.8877;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0% 0% 0% 2%;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-indent: -0.2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3DetailWorksLoopFx {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailWorksLoopFx {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailWorksLoopFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .h3DetailWorksLoopFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.txtDetailWorksLoopFxTop {
  width: 100%;
  font-feature-settings: "palt";
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14.5px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-indent: 0em;
  aspect-ratio: 260/52;
}
@media screen and (max-width: 1200px) {
  .txtDetailWorksLoopFxTop {
    margin: 1.93% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtDetailWorksLoopFxTop {
    font-size: 1.2083333333vw;
  }
}
.txtDetailWorksLoopFxTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.txtDetailWorksLoopFxTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailWorksLoopFxTop {
    aspect-ratio: unset;
    margin: 1.9% 0% 0% 0%;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailWorksLoopFxTop {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailWorksLoopFxTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .txtDetailWorksLoopFxTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.detailWorksLoopFx02 {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .detailWorksLoopFx02 {
    margin: 2.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .detailWorksLoopFx02 {
    margin: 3.4% 0% 0% 0%;
  }
}

.detailWorksLoopFx03 {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .detailWorksLoopFx03 {
    margin: 3.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .detailWorksLoopFx03 {
    margin: 3.1% 0% 0% 0%;
  }
}

.txtDetailWorksLoopFx {
  width: 172px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtDetailWorksLoopFx {
    width: 66.4%;
  }
}
@media screen and (max-width: 1200px) {
  .txtDetailWorksLoopFx {
    font-size: 1.25vw;
  }
}
.txtDetailWorksLoopFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.txtDetailWorksLoopFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailWorksLoopFx {
    width: 66%;
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: -1% 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailWorksLoopFx {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailWorksLoopFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .txtDetailWorksLoopFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.area {
  background: #D5EAD8;
  padding-top: 78px;
  padding-bottom: 129px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .area {
    padding: 4.06% 0% 6.71% 0%;
  }
}
@media screen and (max-width: 767px) {
  .area {
    padding: 10.13% 0% 13.6% 0%;
  }
}

.secAreaW {
  width: 930.7407px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .secAreaW {
    width: 77.49%;
  }
}
@media screen and (max-width: 767px) {
  .secAreaW {
    width: 86%;
  }
}

.h2Area {
  width: 609px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .h2Area {
    width: 50.7%;
  }
}
@media screen and (max-width: 767px) {
  .h2Area {
    width: 100%;
    margin: auto;
  }
}

.areaFx {
  margin-top: 64px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 939.7407px;
}
@media screen and (max-width: 1200px) {
  .areaFx {
    margin-top: 5.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .areaFx {
    width: 78.24%;
  }
}
@media screen and (max-width: 767px) {
  .areaFx {
    margin-top: 7.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 97.64%;
  }
}

.picArea {
  width: 315px;
}
@media screen and (max-width: 1200px) {
  .picArea {
    width: 33.84%;
  }
}
@media screen and (max-width: 767px) {
  .picArea {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picArea {
    width: 100%;
  }
}

.secArea {
  width: 591.6087px;
}
@media screen and (max-width: 1200px) {
  .secArea {
    width: 63.56%;
  }
}
@media screen and (max-width: 767px) {
  .secArea {
    margin: 9.9% 0% 0% 0%;
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secArea {
    width: 100%;
  }
}

.areaDetail {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .areaDetail {
    font-size: 1vw;
  }
}
.areaDetail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.areaDetail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .areaDetail {
    line-height: 1.75;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .areaDetail {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .areaDetail::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .areaDetail::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
}

.txtAreaDetail {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtAreaDetail {
    font-size: 1vw;
  }
}
.txtAreaDetail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.txtAreaDetail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAreaDetail {
    line-height: 1.75;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAreaDetail {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAreaDetail::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .txtAreaDetail::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
}

.txtBtnAreaDetail {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtBtnAreaDetail {
    margin-top: 0.85%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnAreaDetail {
    font-feature-settings: "palt";
    margin-top: 3.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    letter-spacing: 0em;
    text-indent: 0em;
    color: #606060;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnAreaDetail {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnAreaDetail::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .txtBtnAreaDetail::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.flow {
  padding-top: 95px;
  padding-bottom: 151px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .flow {
    padding: 4.94% 0% 7.86% 0%;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 16.6% 0% 30.4% 0%;
  }
}

.secFlow {
  width: 1000.5px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .secFlow {
    width: 83.3%;
  }
}
@media screen and (max-width: 767px) {
  .secFlow {
    width: 87.9%;
  }
}

.h2Flow {
  width: 609px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .h2Flow {
    width: 60.86%;
  }
}
@media screen and (max-width: 767px) {
  .h2Flow {
    width: 321px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Flow {
    width: 98.07%;
  }
}

.flowBigWap {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .flowBigWap {
    margin: 5.99% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap {
    margin: 6.4% 0% 0% 0%;
  }
}

.flowStepCnt {
  width: 715px;
}
@media screen and (max-width: 1200px) {
  .flowStepCnt {
    width: 71.46%;
  }
}
@media screen and (max-width: 767px) {
  .flowStepCnt {
    width: 327.3px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .flowStepCnt {
    width: 100%;
  }
}

.picStepNomer {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .picStepNomer {
    width: 22.37%;
  }
}
@media screen and (max-width: 767px) {
  .picStepNomer {
    width: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picStepNomer {
    width: 30.55%;
  }
}
.picStepNomer img {
  display: block;
  width: 100%;
  height: auto;
}

.secFlowCnt {
  width: 525px;
}
@media screen and (max-width: 1200px) {
  .secFlowCnt {
    width: 73.42%;
  }
}
@media screen and (max-width: 767px) {
  .secFlowCnt {
    width: 66.16%;
  }
}

.h2FlowCnt {
  font-size: 23px;
  line-height: 1.4347826087;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h2FlowCnt {
    font-size: 1.9166666667vw;
  }
}
.h2FlowCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
.h2FlowCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .h2FlowCnt {
    margin: 1.67% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h2FlowCnt {
    line-height: 1.4347826087;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2FlowCnt {
    font-size: 4.2933333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2FlowCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4347826087) * 0.5em);
    content: "";
  }
  .h2FlowCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4347826087) * 0.5em);
    content: "";
  }
}

.telFlowCntWap {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .telFlowCntWap {
    margin: 3.61% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .telFlowCntWap {
    margin: 7.23% 0% 0% 0%;
  }
}

.iconTelFlowCntWap {
  width: 32.4521px;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .iconTelFlowCntWap {
    width: 6.18%;
  }
}
@media screen and (max-width: 1200px) {
  .iconTelFlowCntWap {
    margin: 1.14% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconTelFlowCntWap {
    width: 21.1763px;
    margin: 2.38% 0% 0% 1.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTelFlowCntWap {
    width: 10.08%;
  }
}

.telFlowCntBox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 0px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .telFlowCntBox {
    margin: 0% 0% 0% 0.76%;
  }
}
@media screen and (max-width: 767px) {
  .telFlowCntBox {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .telFlowCntBox {
    margin: 0% 0% 0% 2.38%;
  }
}

.telFlowCnt {
  font-feature-settings: "palt";
  line-height: 0.55;
  font-size: 57px;
  letter-spacing: -0.01em;
  text-indent: 0.01em;
  color: #00913A;
}
@media screen and (max-width: 1200px) {
  .telFlowCnt {
    font-size: 4.75vw;
  }
}
@media screen and (max-width: 767px) {
  .telFlowCnt {
    display: block;
    letter-spacing: -0.02em;
    text-indent: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .telFlowCnt {
    font-size: 10.6666666667vw;
  }
}

.txtFlowCnt {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .txtFlowCnt {
    margin: 1.14% 0% 0% 0.38%;
  }
}
@media screen and (max-width: 1200px) {
  .txtFlowCnt {
    font-size: 1.5vw;
  }
}
.txtFlowCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.txtFlowCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFlowCnt {
    margin: 5.9% 0% 0% 1%;
    line-height: 1.2222222222;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFlowCnt {
    font-size: 3.36vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFlowCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2222222222) * 0.5em);
    content: "";
  }
  .txtFlowCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2222222222) * 0.5em);
    content: "";
  }
}

.btnFlowCntContact {
  width: 300px;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 21px;
  line-height: 1.5595238095;
  letter-spacing: 0em;
  text-indent: 0em;
  aspect-ratio: 300/40;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .btnFlowCntContact {
    width: 57.14%;
  }
}
@media screen and (max-width: 1200px) {
  .btnFlowCntContact {
    margin: 1.52% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .btnFlowCntContact {
    font-size: 1.75vw;
  }
}
.btnFlowCntContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5595238095) * 0.5em);
  content: "";
}
.btnFlowCntContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5595238095) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnFlowCntContact {
    width: 97%;
    margin: 4.38% 0% 0% 2.5%;
    line-height: 1.5595238095;
    letter-spacing: 0em;
    text-indent: 0em;
    aspect-ratio: 210/28;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnFlowCntContact {
    font-size: 3.92vw;
  }
}
@media screen and (max-width: 767px) {
  .btnFlowCntContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5595238095) * 0.5em);
    content: "";
  }
  .btnFlowCntContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5595238095) * 0.5em);
    content: "";
  }
}

.arrowFlowCntContact {
  width: 90%;
  background: url(../img/arrowFlowCntContactPc.svg) no-repeat 97% center;
  background-size: auto 30%;
  text-align: center;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .arrowFlowCntContact {
    background: url(../img/arrowFlowCntContactPc.svg) no-repeat 96% center;
    background-size: auto 30%;
  }
}

.txtBtmFlowCntContact {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 3px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .txtBtmFlowCntContact {
    margin: 0.95% 0% 0% 0.57%;
  }
}
@media screen and (max-width: 1200px) {
  .txtBtmFlowCntContact {
    font-size: 1.5vw;
  }
}
.txtBtmFlowCntContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
.txtBtmFlowCntContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtmFlowCntContact {
    margin: 3.5% 0% 0% 3%;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtmFlowCntContact {
    font-size: 3.36vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtmFlowCntContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
  .txtBtmFlowCntContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3333333333) * 0.5em);
    content: "";
  }
}

.photoFlow {
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .photoFlow {
    width: 26.98%;
  }
}
@media screen and (max-width: 767px) {
  .photoFlow {
    margin-top: 5.5%;
    margin-bottom: 0%;
    margin-left: 7.4%;
    margin-right: auto;
    width: 270px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .photoFlow {
    width: 82.49%;
  }
}

.flowBigWap02 {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .flowBigWap02 {
    margin: 0.99% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap02 {
    margin-top: 26px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .flowBigWap02 {
    margin: 7.94% 0% 0% 0%;
  }
}
.flowBigWap02 .h2FlowCnt {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 23px;
  line-height: 1.4347826087;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .flowBigWap02 .h2FlowCnt {
    margin: 2.47% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .flowBigWap02 .h2FlowCnt {
    font-size: 1.9166666667vw;
  }
}
.flowBigWap02 .h2FlowCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
.flowBigWap02 .h2FlowCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .flowBigWap02 .h2FlowCnt {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.4347826087;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .flowBigWap02 .h2FlowCnt {
    margin: 1.52% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flowBigWap02 .h2FlowCnt {
    font-size: 4.2933333333vw;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap02 .h2FlowCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4347826087) * 0.5em);
    content: "";
  }
  .flowBigWap02 .h2FlowCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4347826087) * 0.5em);
    content: "";
  }
}
.flowBigWap02 .txtStep2FlowCntContact {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .flowBigWap02 .txtStep2FlowCntContact {
    margin: 4% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .flowBigWap02 .txtStep2FlowCntContact {
    font-size: 1.5vw;
  }
}
.flowBigWap02 .txtStep2FlowCntContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
.flowBigWap02 .txtStep2FlowCntContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .flowBigWap02 .txtStep2FlowCntContact {
    margin: 3.52% 0% 0% 0%;
    line-height: 1.2222222222;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flowBigWap02 .txtStep2FlowCntContact {
    font-size: 3.36vw;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap02 .txtStep2FlowCntContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2222222222) * 0.5em);
    content: "";
  }
  .flowBigWap02 .txtStep2FlowCntContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2222222222) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap02 .photoFlow {
    margin-top: 0.5%;
    margin-bottom: 0%;
    margin-left: 7.4%;
    margin-right: auto;
  }
}

.flowBigWap03 {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .flowBigWap03 {
    margin: 0.79% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap03 {
    margin: 8.94% 0% 0% 0%;
  }
}
.flowBigWap03 .h2FlowCnt {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 23px;
  line-height: 1.4347826087;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .flowBigWap03 .h2FlowCnt {
    margin: 2.85% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .flowBigWap03 .h2FlowCnt {
    font-size: 1.9166666667vw;
  }
}
.flowBigWap03 .h2FlowCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
.flowBigWap03 .h2FlowCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .flowBigWap03 .h2FlowCnt {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.4347826087;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .flowBigWap03 .h2FlowCnt {
    margin: 1.52% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flowBigWap03 .h2FlowCnt {
    font-size: 4.2933333333vw;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap03 .h2FlowCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4347826087) * 0.5em);
    content: "";
  }
  .flowBigWap03 .h2FlowCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4347826087) * 0.5em);
    content: "";
  }
}
.flowBigWap03 .txtStep2FlowCntContact {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .flowBigWap03 .txtStep2FlowCntContact {
    margin: 3.8% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .flowBigWap03 .txtStep2FlowCntContact {
    font-size: 1.5vw;
  }
}
.flowBigWap03 .txtStep2FlowCntContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
.flowBigWap03 .txtStep2FlowCntContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .flowBigWap03 .txtStep2FlowCntContact {
    margin: 5.6% 0% 0% 0%;
    line-height: 1.2222222222;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flowBigWap03 .txtStep2FlowCntContact {
    font-size: 3.36vw;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap03 .txtStep2FlowCntContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2222222222) * 0.5em);
    content: "";
  }
  .flowBigWap03 .txtStep2FlowCntContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2222222222) * 0.5em);
    content: "";
  }
}
.flowBigWap03 .txtStep2SubFlowCntContact {
  font-feature-settings: "palt";
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .flowBigWap03 .txtStep2SubFlowCntContact {
    margin: 0.76% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .flowBigWap03 .txtStep2SubFlowCntContact {
    font-size: 1.3333333333vw;
  }
}
.flowBigWap03 .txtStep2SubFlowCntContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.flowBigWap03 .txtStep2SubFlowCntContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .flowBigWap03 .txtStep2SubFlowCntContact {
    margin: 1.52% 0% 0% 0%;
    line-height: 1.2833333333;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flowBigWap03 .txtStep2SubFlowCntContact {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap03 .txtStep2SubFlowCntContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2833333333) * 0.5em);
    content: "";
  }
  .flowBigWap03 .txtStep2SubFlowCntContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2833333333) * 0.5em);
    content: "";
  }
}
.flowBigWap03 .photoFlow {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .flowBigWap03 .photoFlow {
    margin: 0.57% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap03 .photoFlow {
    margin: 5.3% 0% 0% 7.4%;
  }
}

.flowBigWap04 {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .flowBigWap04 {
    margin: 1.09% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap04 {
    margin: 6.7% 0% 0% 0%;
  }
}
.flowBigWap04 .h2FlowCnt {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 23px;
  line-height: 1.4347826087;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .flowBigWap04 .h2FlowCnt {
    margin: 2.28% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .flowBigWap04 .h2FlowCnt {
    font-size: 1.9166666667vw;
  }
}
.flowBigWap04 .h2FlowCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
.flowBigWap04 .h2FlowCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .flowBigWap04 .h2FlowCnt {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.4347826087;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .flowBigWap04 .h2FlowCnt {
    margin: 1.52% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flowBigWap04 .h2FlowCnt {
    font-size: 4.2933333333vw;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap04 .h2FlowCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4347826087) * 0.5em);
    content: "";
  }
  .flowBigWap04 .h2FlowCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4347826087) * 0.5em);
    content: "";
  }
}
.flowBigWap04 .txtStep2FlowCntContact {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .flowBigWap04 .txtStep2FlowCntContact {
    margin: 4% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .flowBigWap04 .txtStep2FlowCntContact {
    font-size: 1.5vw;
  }
}
.flowBigWap04 .txtStep2FlowCntContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
.flowBigWap04 .txtStep2FlowCntContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .flowBigWap04 .txtStep2FlowCntContact {
    margin: 5.9% 0% 0% 0%;
    line-height: 1.2222222222;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flowBigWap04 .txtStep2FlowCntContact {
    font-size: 3.36vw;
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap04 .txtStep2FlowCntContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2222222222) * 0.5em);
    content: "";
  }
  .flowBigWap04 .txtStep2FlowCntContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2222222222) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .flowBigWap04 .photoFlow {
    margin: 5% 0% 0% 7.4%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.faq {
  padding-top: 69px;
  padding-bottom: 96px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .faq {
    padding: 3.59% 0% 5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 10.2% 0% 7.46% 0%;
  }
}

.secFaq {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .secFaq {
    width: 66.66%;
  }
}
@media screen and (max-width: 767px) {
  .secFaq {
    width: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secFaq {
    width: 80%;
  }
}

.h2Faq {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 0px;
  margin-bottom: 44px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h2Faq {
    font-size: 1.6666666667vw;
  }
}
.h2Faq::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.h2Faq::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .h2Faq {
    margin: 0% 0% 5.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h2Faq {
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin-top: 0px;
    margin-bottom: 44px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Faq {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Faq::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .h2Faq::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Faq {
    margin: 0% 0% 14.66% 0%;
  }
}

.secFaqMain:nth-child(n+3) {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secFaqMain:nth-child(n+3) {
    margin: 2.62% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFaqMain:nth-child(n+3) {
    margin: 7% 0% 0% 0%;
  }
}

.qList {
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .qList {
    padding: 1.75% 0% 1.87% 0%;
  }
}
@media screen and (max-width: 767px) {
  .qList {
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .qList {
    padding: 4.66% 0% 5% 0%;
  }
}

.qListFx {
  width: 777px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .qListFx {
    width: 97.12%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .qListFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 1%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .qListFx {
    width: 94.66%;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 2.1%;
    margin-right: auto;
  }
}

.iconQ {
  width: 16.7415px;
}
@media screen and (max-width: 1200px) {
  .iconQ {
    width: 2.15%;
  }
}
@media screen and (max-width: 767px) {
  .iconQ {
    width: 16.7146px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconQ {
    width: 5.94%;
  }
}

.h3QList {
  width: 730px;
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h3QList {
    width: 93.95%;
  }
}
@media screen and (max-width: 1200px) {
  .h3QList {
    font-size: 1.5vw;
  }
}
.h3QList::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7222222222) * 0.5em);
  content: "";
}
.h3QList::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3QList {
    font-feature-settings: "palt";
    width: 82.51%;
    line-height: 1;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3QList {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h3QList::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h3QList::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.iconTrigger {
  position: relative;
}

.iconTrigger {
  width: 18px;
}
@media screen and (max-width: 1200px) {
  .iconTrigger {
    width: 2.31%;
  }
}
@media screen and (max-width: 767px) {
  .iconTrigger {
    width: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTrigger {
    width: 6.4%;
  }
}

.qList.off .iconTrigger .off {
  display: none;
}
.qList.off .iconTrigger .on {
  display: block;
}

.qList.on .iconTrigger .off {
  display: block;
}
.qList.on .iconTrigger .on {
  display: none;
}

.aList {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 0px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .aList {
    margin: 0.62% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .aList {
    padding: 1.87% 0% 1.37% 0%;
  }
}
@media screen and (max-width: 767px) {
  .aList {
    margin: 1.66% 0% 0% 0%;
    padding: 4.7% 0% 5.5% 0%;
  }
}
.aList:nth-child(n+3) {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .aList:nth-child(n+3) {
    margin: 2.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .aList:nth-child(n+3) {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .aList:nth-child(n+3) {
    margin: 1.66% 0% 0% 0%;
  }
}

.aListFx {
  width: 777px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  margin-right: auto;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .aListFx {
    width: 97.12%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .aListFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 1%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .aListFx {
    width: 281px;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 2.5%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .aListFx {
    width: 93.66%;
  }
}

.iconA {
  width: 13.836px;
}
@media screen and (max-width: 1200px) {
  .iconA {
    width: 1.78%;
  }
}
@media screen and (max-width: 767px) {
  .iconA {
    width: 14.836px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconA {
    width: 5.27%;
  }
}

.cntAlist {
  width: 754px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .cntAlist {
    width: 97.03%;
  }
}
@media screen and (max-width: 1200px) {
  .cntAlist {
    font-size: 1.5vw;
  }
}
.cntAlist::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
.cntAlist::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .cntAlist {
    font-feature-settings: "palt";
    width: 91.5%;
    line-height: 1;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntAlist {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .cntAlist::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .cntAlist::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.contact {
  padding-top: 99px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .contact {
    padding: 8.24% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 10.73%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.secContact {
  width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secContact {
    width: 66.61%;
  }
}
@media screen and (max-width: 1200px) {
  .secContact {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secContact {
    width: 320px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secContact {
    width: 85.33%;
  }
}

.h2Contact {
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h2Contact {
    font-size: 1.6666666667vw;
  }
}
.h2Contact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.h2Contact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2Contact {
    line-height: 1.75;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Contact {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Contact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .h2Contact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
}

.formInCnt {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .formInCnt {
    margin-top: 4.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .formInCnt {
    margin-top: 8.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tableFormCnt {
  width: 100%;
}

.thFormCnt {
  text-align: left;
  vertical-align: middle;
  width: 216px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .thFormCnt {
    width: 27%;
  }
}
@media screen and (max-width: 1200px) {
  .thFormCnt {
    padding: 1.25% 0% 1.25% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thFormCnt {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thFormCnt {
    padding: 3.12% 0% 1.56% 0%;
  }
}

.vTop {
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .vTop {
    padding: 1.62% 0% 1.25% 0%;
  }
}

.h3FormCnt {
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h3FormCnt {
    font-size: 1.5vw;
  }
}
.h3FormCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3FormCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3FormCnt {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FormCnt {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h3FormCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h3FormCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.tdFormCnt {
  display: flex;
  width: 582px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .tdFormCnt {
    width: 72.75%;
  }
}
@media screen and (max-width: 1200px) {
  .tdFormCnt {
    padding: 1.25% 0% 1.25% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tdFormCnt {
    width: 100%;
    padding: 2.56% 0% 3.12% 0%;
  }
}

.inputWap {
  width: 100%;
}

.inputW100 {
  width: 100%;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 18px;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .inputW100 {
    padding: 0.2% 0.58% 0.2% 0.58%;
  }
}
@media screen and (max-width: 1200px) {
  .inputW100 {
    font-size: 1.5vw;
  }
}
.inputW100::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.inputW100::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .inputW100 {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    padding: 2.5% 2.18% 3.1% 2.18%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .inputW100 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .inputW100::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .inputW100::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.dateTimeSelect {
  width: 100%;
  width: 324px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .dateTimeSelect {
    width: 55.67%;
  }
}
@media screen and (max-width: 1200px) {
  .dateTimeSelect {
    margin: 0% 1.37% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dateTimeSelect {
    width: 201px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .dateTimeSelect {
    width: 62.81%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .dateTimeSelect {
    margin: 0% 2.5% 0% 0%;
  }
}

.dateTdForm {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .datepicker {
    padding: 4.5% 2.18% 5.1% 2.18%;
  }
}

.iconCalendar {
  position: absolute;
  display: block;
  top: 16%;
  right: 1%;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconCalendar {
    width: 6.17%;
  }
}
@media screen and (max-width: 767px) {
  .iconCalendar {
    width: 13.25%;
    top: 16%;
  }
}

.iconCalendar img {
  margin: auto;
  display: block;
}

.timeSelect {
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .timeSelect {
    width: 41.23%;
  }
}
@media screen and (max-width: 767px) {
  .timeSelect {
    width: 111px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .timeSelect {
    width: 34.68%;
  }
}

.timeTdForm {
  width: 209px;
}
@media screen and (max-width: 1200px) {
  .timeTdForm {
    width: 87.08%;
  }
}
@media screen and (max-width: 767px) {
  .timeTdForm {
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .timeTdForm {
    width: 72.07%;
  }
}

@media screen and (max-width: 767px) {
  .timeTdForm .inputW100 {
    padding: 11.06% 4.18% 11.06% 4.18%;
  }
}

.txtTimeTdForm {
  margin: 0 auto 0 3%;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtTimeTdForm {
    font-size: 1.5vw;
  }
}
.txtTimeTdForm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtTimeTdForm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .txtTimeTdForm {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .txtTimeTdForm {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTimeTdForm {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTimeTdForm::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .txtTimeTdForm::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.radioWap {
  text-align: left;
  width: 100%;
  margin: 1.3% 0 0 0.2%;
}
@media screen and (max-width: 767px) {
  .radioWap {
    margin: 3.3% 0 0 0%;
  }
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 11px;
}
@media screen and (max-width: 1200px) {
  .mwform-checkbox-field input,
  .mwform-radio-field input {
    margin: 0% 1.89% 0% 0.85%;
  }
}
.mwform-radio-field-text {
  font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .mwform-radio-field-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .mwform-radio-field-text {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mwform-radio-field-text {
    font-size: 4.8vw;
  }
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form .vertical-item + .vertical-item {
    margin: 5.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form .vertical-item + .vertical-item {
    margin: 9.9% 0% 0% 0%;
  }
}

.mwform-radio-field label {
  display: flex;
  align-items: flex-start;
}

.textW100 {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 18px;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  text-indent: 0em;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .textW100 {
    padding: 0.85% 1.02% 0.85% 1.02%;
  }
}
@media screen and (max-width: 1200px) {
  .textW100 {
    font-size: 1.5vw;
  }
}
.textW100::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
.textW100::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .textW100 {
    margin: 2% 0 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    text-indent: 0em;
    height: 55vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .textW100 {
    padding: 2.5% 1.87% 2.5% 1.87%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .textW100 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .textW100::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
  .textW100::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.1666666667) * 0.5em);
    content: "";
  }
}

tr:last-child .thFormCnt {
  vertical-align: top;
  padding-top: 47px;
  padding-bottom: 44px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  tr:last-child .thFormCnt {
    padding: 5.87% 0% 5.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  tr:last-child .thFormCnt {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  tr:last-child .thFormCnt {
    padding: 3.12% 0% 1.56% 0%;
  }
}

tr:last-child .tdFormCnt {
  padding-top: 38px;
  padding-bottom: 44px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  tr:last-child .tdFormCnt {
    padding: 4.75% 0% 5.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  tr:last-child .tdFormCnt {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  tr:last-child .tdFormCnt {
    padding: 1.56% 0% 3.12% 0%;
  }
}

.txtThFormCnt {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .txtThFormCnt {
    font-size: 1.25vw;
  }
}
.txtThFormCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.txtThFormCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .txtThFormCnt {
    margin: 2.31% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtThFormCnt {
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtThFormCnt {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtThFormCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .txtThFormCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtThFormCnt {
    margin: 1.56% 0% 0% 0%;
  }
}

.readPrivacy {
  width: 100%;
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .readPrivacy {
    margin: 3.62% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .readPrivacy {
    margin: 10% auto 0% auto;
    width: 91%;
  }
}

.h2ReadPrivacy {
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h2ReadPrivacy {
    font-size: 1.5vw;
  }
}
.h2ReadPrivacy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.h2ReadPrivacy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2ReadPrivacy {
    line-height: 1.7777777778;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ReadPrivacy {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2ReadPrivacy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7777777778) * 0.5em);
    content: "";
  }
  .h2ReadPrivacy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7777777778) * 0.5em);
    content: "";
  }
}

.cntReadPrivacy {
  width: 100%;
  border: 2px solid #000000;
  overflow: auto;
  height: 171px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .cntReadPrivacy {
    padding: 1.25% 1.62% 1.25% 1.62%;
  }
}
@media screen and (max-width: 1200px) {
  .cntReadPrivacy {
    margin: 2.37% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cntReadPrivacy {
    height: 35.199947vw;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 6.62% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntReadPrivacy {
    padding: 1.87% 1.87% 1.87% 1.87%;
  }
}

.txtReadPrivacy {
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtReadPrivacy {
    font-size: 1.25vw;
  }
}
.txtReadPrivacy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.txtReadPrivacy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtReadPrivacy {
    line-height: 1.4;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtReadPrivacy {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtReadPrivacy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .txtReadPrivacy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}

.checkReadPrivacy {
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .checkReadPrivacy {
    margin: 2.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .checkReadPrivacy {
    margin: 4% 0% 0% 0%;
  }
}

.checkReadPrivacy label {
  display: flex;
}

.checkReadPrivacy [type=checkbox] {
  order: 2;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 25px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .checkReadPrivacy [type=checkbox] {
    width: 6vw;
    height: 6vw;
    margin: 1% 0 0 0;
  }
}

.mwform-checkbox-field-text {
  font-size: 18px;
  letter-spacing: 0em;
  text-indent: 0em;
  order: 1;
  margin-top: 1px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .mwform-checkbox-field-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .mwform-checkbox-field-text {
    letter-spacing: 0em;
    text-indent: 0em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mwform-checkbox-field-text {
    font-size: 4.8vw;
  }
}

.toConfirm {
  cursor: pointer;
  width: 290px;
  margin-top: 73px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .toConfirm {
    width: 36.25%;
  }
}
@media screen and (max-width: 1200px) {
  .toConfirm {
    margin-top: 9.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .toConfirm {
    width: 290px;
    margin-top: 6.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .toConfirm {
    width: 90.62%;
  }
}

.kakuninSubmit {
  width: 100%;
  border: none;
  aspect-ratio: 290/48;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .kakuninSubmit {
    font-size: 1.5vw;
  }
}
.kakuninSubmit::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.kakuninSubmit::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .kakuninSubmit {
    aspect-ratio: 290/48;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kakuninSubmit {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .kakuninSubmit::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .kakuninSubmit::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.mainCONFRIMDUMMY,
.mainCONFRIM {
  padding-top: 68px;
  padding-bottom: 46px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/bgContactPc.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  .mainCONFRIMDUMMY,
  .mainCONFRIM {
    padding: 3.54% 0% 2.39% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainCONFRIMDUMMY,
  .mainCONFRIM {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../img/bgContactSp.png) no-repeat top center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .mainCONFRIMDUMMY,
  .mainCONFRIM {
    padding: 10.66% 0% 0% 0%;
  }
}

.mainCONFRIM {
  padding-top: 70px;
  padding-bottom: 46px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/bgContactPc.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  .mainCONFRIM {
    padding: 3.64% 0% 2.39% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainCONFRIM {
    padding-top: 40px;
    padding-bottom: 46px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../img/bgContactSp.png) no-repeat top center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .mainCONFRIM {
    padding: 10.66% 0% 12.26% 0%;
  }
}

.h2TopConfirm {
  font-feature-settings: "palt";
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .h2TopConfirm {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TopConfirm {
    font-size: 6.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}

.formConfirm {
  width: 826px;
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .formConfirm {
    width: 43.02%;
  }
}
@media screen and (max-width: 1200px) {
  .formConfirm {
    margin-top: 1.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .formConfirm {
    width: 317px;
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .formConfirm {
    width: 84.53%;
  }
}

.mainCONFRIM .thFormCnt {
  padding-top: 10px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .mainCONFRIM .thFormCnt {
    padding: 3.47% 2.2% 1% 2.2%;
  }
}
.mainCONFRIM .tdFormCnt {
  padding-top: 0px;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .mainCONFRIM .tdFormCnt {
    padding: 0 2.2% 0% 2.2%;
  }
}
.mainCONFRIM .radioWap {
  margin: 0;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.mw_wp_form.mw_wp_form_confirm .formInCnt {
  margin: 0;
}
.mw_wp_form.mw_wp_form_confirm .thFormCnt {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form.mw_wp_form_confirm .thFormCnt {
    padding: 1.25% 0.87% 0.62% 0.87%;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .thFormCnt {
    padding-top: 11px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .mw_wp_form.mw_wp_form_confirm .thFormCnt {
    padding: 3.47% 2.2% 1.57% 2.2%;
  }
}
.mw_wp_form.mw_wp_form_confirm .tdFormCnt {
  text-align: left;
  width: 100%;
  color: #666666;
  border-bottom: 1px solid #9BBA86;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form.mw_wp_form_confirm .tdFormCnt {
    padding: 0.62% 0.87% 1.25% 0.87%;
  }
}
@media screen and (max-width: 1200px) {
  .mw_wp_form.mw_wp_form_confirm .tdFormCnt {
    font-size: 1.5vw;
  }
}
.mw_wp_form.mw_wp_form_confirm .tdFormCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7222222222) * 0.5em);
  content: "";
}
.mw_wp_form.mw_wp_form_confirm .tdFormCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .tdFormCnt {
    line-height: 1.7222222222;
    letter-spacing: 0em;
    text-indent: 0em;
    padding-top: 5px;
    padding-bottom: 11px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .tdFormCnt {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .tdFormCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7222222222) * 0.5em);
    content: "";
  }
  .mw_wp_form.mw_wp_form_confirm .tdFormCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7222222222) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .mw_wp_form.mw_wp_form_confirm .tdFormCnt {
    padding: 1.57% 2.2% 3.47% 2.2%;
  }
}
.mw_wp_form.mw_wp_form_confirm .h3FormCnt span {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .iconCalendar {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .dateTimeSelect {
  width: 110px;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form.mw_wp_form_confirm .dateTimeSelect {
    width: 13.75%;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .dateTimeSelect {
    width: 32.75%;
  }
}
.mw_wp_form.mw_wp_form_confirm .timeSelect {
  justify-content: flex-start;
  width: 110px;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form.mw_wp_form_confirm .timeSelect {
    width: 13.75%;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .timeSelect {
    width: 17.75%;
  }
}
.mw_wp_form.mw_wp_form_confirm .timeTdForm {
  width: 57px;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form.mw_wp_form_confirm .timeTdForm {
    width: 51.81%;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .timeTdForm {
    width: 51.81%;
  }
}
.mw_wp_form.mw_wp_form_confirm .readPrivacy {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .toConfirm {
  display: none;
}

.toThanks {
  width: 290px;
  margin-top: 110px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .toThanks {
    width: 36.25%;
  }
}
@media screen and (max-width: 1200px) {
  .toThanks {
    margin-top: 13.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .toThanks {
    margin-top: 9.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .toThanks {
    width: 91.48%;
  }
}

.toThanksButton {
  width: 100%;
}

.btmToBackWap {
  width: 100%;
}

.btnToBack {
  width: 100%;
  border: none;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-indent: 0em;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .btnToBack {
    font-size: 1.25vw;
  }
}
.btnToBack::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.btnToBack::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnToBack {
    line-height: 1.2;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnToBack {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .btnToBack::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .btnToBack::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.btmToThanksWap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btmToThanksWap {
    margin: 3.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btmToThanksWap {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btmToThanksWap {
    margin: 6.3% 0% 0% 0%;
  }
}

.btnToThanks {
  width: 100%;
  border: none;
  aspect-ratio: 290/48;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .btnToThanks {
    font-size: 1.5vw;
  }
}
.btnToThanks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnToThanks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnToThanks {
    aspect-ratio: 290/48;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnToThanks {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .btnToThanks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .btnToThanks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.mainTHANKSDUMMY,
.mainTHANKS {
  padding-top: 393px;
  padding-bottom: 276px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/bgContactPc.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  .mainTHANKSDUMMY,
  .mainTHANKS {
    padding: 20.46% 0% 14.37% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainTHANKSDUMMY,
  .mainTHANKS {
    padding: 29% 0% 2% 0%;
    background: url(../img/bgContactSp.png) no-repeat top center;
    background-size: 100% auto;
  }
}

.mainTHANK {
  padding-top: 397px;
  padding-bottom: 397px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/bgContactPc.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  .mainTHANK {
    padding: 20.67% 0% 20.67% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainTHANK {
    padding-top: 110px;
    padding-bottom: 75px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../img/bgContactSp.png) no-repeat top center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .mainTHANK {
    padding: 29.33% 0% 20% 0%;
  }
}

.secTopThanks {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secTopThanks {
    width: 340px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secTopThanks {
    width: 90.66%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secTopThanks {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2TopThanks {
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .h2TopThanks {
    font-size: 2vw;
  }
}
.h2TopThanks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4166666667) * 0.5em);
  content: "";
}
.h2TopThanks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4166666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TopThanks {
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TopThanks {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TopThanks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .h2TopThanks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.txtTopThanks {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 41px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .txtTopThanks {
    font-size: 1.6666666667vw;
  }
}
.txtTopThanks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtTopThanks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .txtTopThanks {
    margin: 3.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtTopThanks {
    line-height: 1.51;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 16% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTopThanks {
    font-size: 5.3333333333vw;
  }
}

/* ==========================================================================
Component
========================================================================== */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:33:59
    Author     : SPG-1105
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:34:06
    Author     : SPG-1105
*/
.bg_fff {
  background: #FFF;
}

.bg_D5EAD8 {
  background: #D5EAD8;
}

.bg_fff_70 {
  background: rgba(255, 255, 255, 0.7);
}

.bg_006934 {
  background: #006934;
}

.bg_00913A {
  background: #00913A;
}

.cl_FF0000 {
  color: #FF0000;
}

.cl_000 {
  color: #000;
}

.cl_fff {
  color: #FFF;
}

.undernone {
  text-decoration: none;
}

.brd_1_006934 {
  border: 1px solid #006934;
}

.brd_1_000 {
  border: 1px solid #000;
}

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

@keyframes fadein_sc_top {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_top2 {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  70% {
    opacity: 1;
    transform: translate3d(0px, -10px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_left {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_right {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity_0_fade_set {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
}
.opacity_0_fade_set.active {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fadeleft_in {
  opacity: 0;
  transform: translate3d(-20px, 0px, 0px);
}
.opacity_0_fadeleft_in.active {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}

.opacity_0_faderight_in {
  opacity: 0;
  transform: translate3d(20px, 0px, 0px);
}
.opacity_0_faderight_in.active {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

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

.opacity_0_list_fade_set > li {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_list_fade_set.active > li:nth-child(1) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12) {
  -webkit-animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
}

.listcnt .moveList {
  opacity: 0;
}
.listcnt.active .moveList:nth-child(1) {
  -webkit-animation: fadein_in 0.75s ease 0.15s forwards alternate;
  animation: fadein_in 0.75s ease 0.15s forwards alternate;
}
.listcnt.active .moveList:nth-child(2) {
  -webkit-animation: fadein_in 0.75s ease 0.3s forwards alternate;
  animation: fadein_in 0.75s ease 0.3s forwards alternate;
}
.listcnt.active .moveList:nth-child(3) {
  -webkit-animation: fadein_in 0.75s ease 0.45s forwards alternate;
  animation: fadein_in 0.75s ease 0.45s forwards alternate;
}
.listcnt.active .moveList:nth-child(4) {
  -webkit-animation: fadein_in 0.75s ease 0.6s forwards alternate;
  animation: fadein_in 0.75s ease 0.6s forwards alternate;
}
.listcnt.active .moveList:nth-child(5) {
  -webkit-animation: fadein_in 0.75s ease 0.75s forwards alternate;
  animation: fadein_in 0.75s ease 0.75s forwards alternate;
}
.listcnt.active .moveList:nth-child(6) {
  -webkit-animation: fadein_in 0.75s ease 0.9s forwards alternate;
  animation: fadein_in 0.75s ease 0.9s forwards alternate;
}
.listcnt.active .moveList:nth-child(7) {
  -webkit-animation: fadein_in 0.75s ease 1.05s forwards alternate;
  animation: fadein_in 0.75s ease 1.05s forwards alternate;
}
.listcnt.active .moveList:nth-child(8) {
  -webkit-animation: fadein_in 0.75s ease 1.2s forwards alternate;
  animation: fadein_in 0.75s ease 1.2s forwards alternate;
}
.listcnt.active .moveList:nth-child(9) {
  -webkit-animation: fadein_in 0.75s ease 1.35s forwards alternate;
  animation: fadein_in 0.75s ease 1.35s forwards alternate;
}
.listcnt.active .moveList:nth-child(10) {
  -webkit-animation: fadein_in 0.75s ease 1.5s forwards alternate;
  animation: fadein_in 0.75s ease 1.5s forwards alternate;
}

.listcntmainasu .moveList {
  opacity: 0;
}
.listcntmainasu.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
}

.listcntmainasu .moveList1 {
  opacity: 0;
}

.listcntmainasu.active .moveList1 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
}

.listcntmainasu .moveList2 {
  opacity: 0;
}

.listcntmainasu.active .moveList2 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
}

.listcntmainasu .moveList3 {
  opacity: 0;
}

.listcntmainasu.active .moveList3 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
}

.listcntmainasu .moveList4 {
  opacity: 0;
}

.listcntmainasu.active .moveList4 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
}

.listcntmainasu .moveList5 {
  opacity: 0;
}

.listcntmainasu.active .moveList5 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
}

.listcntmainasu .moveList6 {
  opacity: 0;
}

.listcntmainasu.active .moveList6 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
}

.listcntmainasu .moveList7 {
  opacity: 0;
}

.listcntmainasu.active .moveList7 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
}

.listcntmainasu .moveList8 {
  opacity: 0;
}

.listcntmainasu.active .moveList8 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
}

.listcntmainasu .moveList9 {
  opacity: 0;
}

.listcntmainasu.active .moveList9 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
}

.listcntmainasu .moveList10 {
  opacity: 0;
}

.listcntmainasu.active .moveList10 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
}

.listcntmainasuLeft .moveList {
  opacity: 0;
}
.listcntmainasuLeft.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
}

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

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

.moveTopBtms {
  transition: 0.5s;
}
.moveTopBtms:hover {
  transform: translate(0px, -5px);
}

.scrollHarukazeFvPosta {
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 110%;
    opacity: 0;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

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

ul.bxslider {
  list-style: none;
}

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

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

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

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

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

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=common.css.map */