@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
========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.05s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  body img {
    width: 100%;
  }
}

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: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .wapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

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

.fw_900 {
  font-weight: 900;
}

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

.fw_1000 {
  font-weight: 1000;
}

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

.fw_1100 {
  font-weight: 1100;
}

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

.fw_1200 {
  font-weight: 1200;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}
svg {
  width: 100%;
  height: auto;
}

.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: "Zen Kaku Gothic New", sans-serif;
  color: #3B3C3C;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
  font-weight: 500;
}

.maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.t_center {
  text-align: center;
}

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

#mintyou,
.mintyou {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS 明朝 E, Meiryo, serif;
}

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

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

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

.sawamin {
  font-family: "Sawarabi Mincho", sans-serif;
}

.Bebas {
  font-family: "Bebas Neue", cursive;
}

.ShipporiMincho {
  font-family: "Shippori Mincho B1", serif;
}

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

.cp {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Verdana;
}

.bellefair {
  font-family: "Bellefair", serif;
}

.staatliches {
  font-family: "Staatliches", cursive;
}

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

.cl_6EB944 {
  color: #6EB944;
}

.cl_83745E {
  color: #83745E;
}

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

.cl_83745E {
  color: #83745E;
}

.cl_83745E {
  color: #83745E;
}

.cl_3B3C3C {
  color: #3B3C3C;
}

.cl_6EB944 {
  color: #6EB944;
}

.cl_BCBCBC {
  color: #BCBCBC;
}

.cl_fff {
  color: #fff;
}

.bg_FFA500 {
  background: #FFA500;
}

.bg_FFFFF0 {
  background: #FFFFF0;
}

.bg_3B3C3C {
  background: #3B3C3C;
}

.undernone {
  text-decoration: none;
}

.txtset {
  leading-trim: both;
  text-edge: cap;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.base_header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #FFF;
}

.wap {
  overflow: clip;
}

.headerPc {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .headerPc {
    padding: 0.41% 2.08% 0.41% 2.08%;
  }
}

.logoHeader {
  width: 211px;
}

.telContactHeader {
  width: 540px;
}
@media screen and (max-width: 1199px) {
  .telContactHeader {
    width: 29.34%;
  }
}
@media screen and (max-width: 1199px) {
  .telContactHeader {
    width: 50%;
  }
}

.telHeader {
  width: 352px;
}
@media screen and (max-width: 1199px) {
  .telHeader {
    width: 65.42%;
  }
}

.telNumHeader {
  width: 263px;
  transform: translateY(-7%);
}
@media screen and (max-width: 1199px) {
  .telNumHeader {
    width: 81.67%;
  }
}

.iconTelNumHeader {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 9px;
  width: 28px;
}
@media screen and (max-width: 1199px) {
  .iconTelNumHeader {
    margin: 0% 3.42% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .iconTelNumHeader {
    width: 10.64%;
  }
}
.iconTelNumHeader svg {
  width: 100%;
  height: auto;
}

.txtTelNumHeader {
  font-size: 40px;
  line-height: 1.65;
  letter-spacing: 0em;
  color: #FFA500;
}
@media screen and (max-width: 1199px) {
  .txtTelNumHeader {
    font-size: 3.3361134279vw;
  }
}
.txtTelNumHeader::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.65) * 0.5em);
  content: "";
}
.txtTelNumHeader::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.65) * 0.5em);
  content: "";
}

.ulTelNumHeader {
  margin: 0% 0 0 0;
  display: flex;
  justify-content: flex-start;
  transform: translate(0px, -3px);
}

.liTelNumHeader {
  font-size: 16px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .liTelNumHeader {
    font-size: 1.3344453711vw;
  }
}
.liTelNumHeader:nth-child(n+2) {
  margin: 0 0 0 18px;
}

.btnContactHeaderLxn {
  width: 175px;
}
@media screen and (max-width: 1199px) {
  .btnContactHeaderLxn {
    width: 32.52%;
  }
}

.btnContactHeader {
  width: 100%;
  aspect-ratio: 175/47;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background: #6EB944;
  cursor: pointer;
  transition-duration: 0.25s;
  color: #FFF;
  z-index: 2;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.btnContactHeader:before {
  content: "";
  display: block;
  z-index: -1;
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0%;
  height: 1000%;
  background: #00998B;
}
.btnContactHeader:hover {
  overflow: hidden;
  color: #FFF;
  opacity: 1;
}
.btnContactHeader:hover:before {
  height: 100%;
  width: 100%;
}

.btnContactHeaderLxnIn {
  width: auto;
}

.iconBtnContactHeaderLxn {
  width: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 6px;
}
@media screen and (max-width: 1199px) {
  .iconBtnContactHeaderLxn {
    width: 18.91%;
  }
}
@media screen and (max-width: 1199px) {
  .iconBtnContactHeaderLxn {
    margin: 0% 5.4% 0% 0%;
  }
}
.iconBtnContactHeaderLxn svg {
  width: 100%;
  height: auto;
}

.txtBtnContactHeaderLxn {
  font-size: 16px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .txtBtnContactHeaderLxn {
    font-size: 1.3344453711vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerSpWap {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 1199px) {
  .headerSpWap {
    padding: 1.6% 0% 1.6% 0%;
  }
}

.logoHeaderSp {
  width: 147px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .logoHeaderSp {
    width: 39.2%;
  }
}

.btnHeaderSpNav {
  width: 25px;
  position: absolute;
  right: 7%;
  bottom: 12%;
}
@media screen and (max-width: 1199px) {
  .btnHeaderSpNav {
    width: 6.66%;
  }
}

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

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

.navHeaderSp {
  width: 263px;
  background: rgba(207, 225, 197, 0.95);
  margin: 0 0 0 auto;
  border-radius: 0 0 0 8px;
  position: absolute;
  right: -100%;
}
@media screen and (max-width: 1199px) {
  .navHeaderSp {
    width: 70.13%;
  }
}

.ulNavHeaderSp {
  width: 235px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ulNavHeaderSp {
    width: 89.35%;
  }
}

.liNavHeaderSp {
  border-bottom: 1px solid #FFFFFF;
  aspect-ratio: 235/154;
  display: flex;
  align-items: center;
  justify-content: center;
}
.liNavHeaderSp:last-child {
  border: unset;
}

.btnNavHeaderSp {
  width: 68%;
  margin: auto;
  justify-content: center;
}

.iconBtnNavHeaderSp {
  width: fit-content;
  margin: auto;
}

.h3BtnNavHeaderSp {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .h3BtnNavHeaderSp {
    margin-top: 5.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h3BtnNavHeaderSp {
    font-size: 4.2666666667vw;
  }
}

.txtBtnNavHeaderSp {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .txtBtnNavHeaderSp {
    margin-top: 3.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnNavHeaderSp {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
.footer {
  margin-top: 127px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 21px;
  padding-left: 0px;
  padding-right: 0px;
  background: #FFFFF0;
}
@media screen and (max-width: 1199px) {
  .footer {
    margin-top: 6.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 3.33% 0% 1.09% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 7% 0% 24% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .footer {
    margin-top: 21.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footerMainFx {
  width: 893px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .footerMainFx {
    width: 74.41%;
  }
}
@media screen and (max-width: 767px) {
  .footerMainFx {
    width: 67.66%;
  }
}

.logoFooterMain {
  width: 288px;
}
@media screen and (max-width: 1199px) {
  .logoFooterMain {
    width: 34.08%;
  }
}
@media screen and (max-width: 767px) {
  .logoFooterMain {
    width: 92%;
    height: auto;
    margin: 2% auto 0 auto;
  }
}
.logoFooterMain img {
  width: 92%;
  height: auto;
  margin: 4% 0 0 0;
}

.brdFooterMain {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 38px;
  margin-right: 29px;
  background: #3B3C3C;
  aspect-ratio: 1/84;
  width: 1px;
}
@media screen and (max-width: 1199px) {
  .brdFooterMain {
    margin: 0% 3.43% 0% 4.49%;
  }
}

.btnFooterTelLxnPc {
  width: 535px;
}
@media screen and (max-width: 1199px) {
  .btnFooterTelLxnPc {
    width: 63.31%;
  }
}

.h3BtnFooterTel {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .h3BtnFooterTel {
    font-size: 1.5012510425vw;
  }
}
.h3BtnFooterTel::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
  content: "";
}
.h3BtnFooterTel::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
  content: "";
}

.temnumfooterFx {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .temnumfooterFx {
    margin: 0.97% 0% 0% 0%;
  }
}

.iconTelNumFooter {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 7px;
  width: 37px;
  transform: translate(-4%, 12%);
}
@media screen and (max-width: 1199px) {
  .iconTelNumFooter {
    margin: 0% 1.36% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .iconTelNumFooter {
    width: 7.22%;
  }
}

.txtTelNumFooter {
  font-size: 48px;
  line-height: 1.375;
  letter-spacing: 0em;
  color: #FFA500;
}
@media screen and (max-width: 1199px) {
  .txtTelNumFooter {
    font-size: 4.0033361134vw;
  }
}
.txtTelNumFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.375) * 0.5em);
  content: "";
}
.txtTelNumFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.375) * 0.5em);
  content: "";
}

.ulTelNumFooter {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .ulTelNumFooter {
    margin: 2.92% 0% 0% 0%;
  }
}

.liTelNumFooter {
  font-size: 20px;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .liTelNumFooter {
    font-size: 1.6680567139vw;
  }
}
.liTelNumFooter:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 18px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liTelNumFooter:nth-child(n+2) {
    margin: 0% 0% 0% 3.51%;
  }
}

.btnContactFooterLxn {
  width: 175px;
  margin: 0 0 0 5%;
}
@media screen and (max-width: 1199px) {
  .btnContactFooterLxn {
    width: 34.17%;
  }
}

.btnContactFooter {
  width: 100%;
  aspect-ratio: 175/47;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background: #6EB944;
  cursor: pointer;
  transition-duration: 0.25s;
  color: #FFF;
  z-index: 2;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.btnContactFooter:before {
  content: "";
  display: block;
  z-index: -1;
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0%;
  height: 1000%;
  background: #00998B;
}
.btnContactFooter:hover {
  overflow: hidden;
  color: #FFF;
  opacity: 1;
}
.btnContactFooter:hover:before {
  height: 100%;
  width: 100%;
}

.btnContactFooterLxnIn {
  width: auto;
}

.iconBtnContactFooterLxn {
  width: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 6px;
}
@media screen and (max-width: 1199px) {
  .iconBtnContactFooterLxn {
    width: 18.91%;
  }
}
@media screen and (max-width: 1199px) {
  .iconBtnContactFooterLxn {
    margin: 0% 5.4% 0% 0%;
  }
}
.iconBtnContactFooterLxn svg {
  width: 100%;
  height: auto;
}

.txtBtnContactFooterLxn {
  font-size: 16px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .txtBtnContactFooterLxn {
    font-size: 1.3344453711vw;
  }
}

.txtCopy {
  margin-top: 81px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1199px) {
  .txtCopy {
    margin-top: 6.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtCopy {
    font-size: 1.0008340284vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCopy {
    margin-top: 6.21%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCopy {
    font-size: 2.1333333333vw;
  }
}

.footerFix {
  display: none;
}
@media screen and (max-width: 767px) {
  .footerFix {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    display: block;
  }
}

.footerFixUl {
  display: flex;
  justify-content: center;
}

.footerFixLi {
  width: 226px;
}
@media screen and (max-width: 1199px) {
  .footerFixLi {
    width: 60.26%;
  }
}

.footerFixLi02 {
  width: 149px;
}
@media screen and (max-width: 1199px) {
  .footerFixLi02 {
    width: 39.73%;
  }
}

.btnTop {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 9;
  width: 58px;
}
@media screen and (max-width: 767px) {
  .btnTop {
    bottom: 9%;
  }
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fv {
  padding-top: 59px;
  padding-bottom: 120px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .fv {
    padding: 3.07% 0% 6.25% 0%;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 5.06% 0% 20.5% 0%;
  }
}

.bgFv {
  background: url(../img/bgFvPc.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgFv {
    background: url(../img/bgFvSp.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .fvWap {
    width: 91.5%;
    margin: auto;
  }
}

.navFvNav {
  margin-top: 58px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 599px;
}
@media screen and (max-width: 1199px) {
  .navFvNav {
    margin-top: 4.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .navFvNav {
    width: 49.91%;
  }
}
.liFvNav {
  width: fit-content;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1199px) {
  .liFvNav {
    width: 14.54%;
  }
}
.liFvNav:hover {
  transform: translateY(-6px);
}

.btnFvNav {
  text-decoration: none;
}
.btnFvNav:hover {
  opacity: 0.8;
}

.iconFvNav {
  width: 57px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .iconFvNav {
    width: 78.08%;
  }
}
.txtFvNav {
  margin: 10.4px auto 0 auto;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .txtFvNav {
    font-size: 1.5012510425vw;
  }
}

.whySyukatu {
  margin-top: 307px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .whySyukatu {
    margin-top: 25.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .whySyukatu {
    margin-top: 47.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2WhySyukatu {
  font-size: 33px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .h2WhySyukatu {
    font-size: 2.752293578vw;
  }
}
@media screen and (max-width: 767px) {
  .h2WhySyukatu {
    line-height: normal;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2WhySyukatu {
    font-size: 5.0666666667vw;
  }
}

.iconH2WhySyukatu {
  width: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 12px;
}
@media screen and (max-width: 1199px) {
  .iconH2WhySyukatu {
    width: 3%;
  }
}
@media screen and (max-width: 1199px) {
  .iconH2WhySyukatu {
    margin: 0% 1% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconH2WhySyukatu {
    width: 21px;
    margin: 0.5% 1.8% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconH2WhySyukatu {
    width: 6.46%;
  }
}

.aboutWhyaSyukatu {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 37px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/aboutWhyaSyukatuPc.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1199px) {
  .aboutWhyaSyukatu {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .aboutWhyaSyukatu {
    padding: 3.08% 0% 4.16% 0%;
  }
}
@media screen and (max-width: 767px) {
  .aboutWhyaSyukatu {
    margin-top: 12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 4.5% 0% 5.5% 0%;
    background: url(../img/aboutWhyaSyukatuSp.png) no-repeat center top;
    background-size: 100% 100%;
    width: 95%;
  }
}

.aboutWhyaSyukatuFx {
  width: 1090px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .aboutWhyaSyukatuFx {
    width: 90.83%;
  }
}
@media screen and (max-width: 767px) {
  .aboutWhyaSyukatuFx {
    width: 275px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .aboutWhyaSyukatuFx {
    width: 84.61%;
  }
}

.picAboutWhyaSyukatu {
  width: 294px;
  transform: translate(0px, 11%);
}
@media screen and (max-width: 1199px) {
  .picAboutWhyaSyukatu {
    width: 26.97%;
  }
}
@media screen and (max-width: 767px) {
  .picAboutWhyaSyukatu {
    margin-top: -4.37%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 166px;
    order: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .picAboutWhyaSyukatu {
    width: 60.36%;
  }
}

.txtAboutWhyaSyukatu {
  width: 760px;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtAboutWhyaSyukatu {
    width: 69.72%;
  }
}
@media screen and (max-width: 1199px) {
  .txtAboutWhyaSyukatu {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAboutWhyaSyukatu {
    width: 100%;
    line-height: 200%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAboutWhyaSyukatu {
    font-size: 4.2666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.service {
  padding-top: 117px;
  padding-bottom: 122px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .service {
    padding: 6.09% 0% 6.35% 0%;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding: 21.33% 0% 22.33% 0%;
  }
}

.bgService {
  background: url(../img/bgServicePc.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgService {
    background: url(../img/bgServiceSp.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .serviceWap {
    width: 325px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .serviceWap {
    width: 86.66%;
  }
}

.iconServiceTitle {
  width: 92px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .iconServiceTitle {
    width: 7.66%;
  }
}
@media screen and (max-width: 767px) {
  .iconServiceTitle {
    width: 65px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconServiceTitle {
    width: 20%;
  }
}

.h2ServiceTitle {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 1.2% 0 0 0;
}
@media screen and (max-width: 1199px) {
  .h2ServiceTitle {
    font-size: 2.5020850709vw;
  }
}
@media screen and (max-width: 767px) {
  .h2ServiceTitle {
    margin: 3% 0 0 0;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ServiceTitle {
    font-size: 5.6vw;
  }
}

.rubyServiceTitle {
  margin-top: 0.2%;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .rubyServiceTitle {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyServiceTitle {
    margin-top: 0.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyServiceTitle {
    font-size: 3.2vw;
  }
}

.txtMainServiceTitle {
  margin-top: 57px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtMainServiceTitle {
    margin-top: 4.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtMainServiceTitle {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .txtMainServiceTitle {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 200%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtMainServiceTitle {
    font-size: 4.2666666667vw;
  }
}

.subMainServiceTitle {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
  background-image: repeating-linear-gradient(transparent 0 50%, #F5ECA5 50% 91%);
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .subMainServiceTitle {
    margin-top: 3.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .subMainServiceTitle {
    font-size: 1.3344453711vw;
  }
}
.subMainServiceTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.subMainServiceTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .subMainServiceTitle {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5714285714;
    letter-spacing: 0em;
    background-image: unset;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .subMainServiceTitle {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .subMainServiceTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .subMainServiceTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.subMainServiceTitleSp {
  background-image: repeating-linear-gradient(transparent 0 50%, #F5ECA5 50% 91%);
}

.worries {
  margin-top: 106px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .worries {
    margin-top: 8.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worries {
    margin-top: 19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3Worries {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1199px) {
  .h3Worries {
    font-size: 2.0016680567vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Worries {
    line-height: normal;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Worries {
    font-size: 5.0666666667vw;
  }
}

.ulWorries {
  margin-top: 71px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1090px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width: 1199px) {
  .ulWorries {
    margin-top: 5.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .ulWorries {
    width: 90.83%;
  }
}
@media screen and (max-width: 767px) {
  .ulWorries {
    margin-top: 11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.liWorries {
  width: 500px;
}
@media screen and (max-width: 1199px) {
  .liWorries {
    width: 45.87%;
  }
}
@media screen and (max-width: 767px) {
  .liWorries {
    width: 100%;
  }
}
.liWorries:nth-child(n+3) {
  margin-top: 74px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liWorries:nth-child(n+3) {
    margin: 6.78% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liWorries:nth-child(n+3) {
    margin-top: 12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liWorries:nth-child(n+2) {
    margin-top: 11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.iconTitleLiWorries {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 9px;
  width: 62px;
}
@media screen and (max-width: 1199px) {
  .iconTitleLiWorries {
    margin: 0% 1.8% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .iconTitleLiWorries {
    width: 12.4%;
  }
}
@media screen and (max-width: 767px) {
  .iconTitleLiWorries {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 7px;
    width: 52px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconTitleLiWorries {
    margin: 0% 2.15% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconTitleLiWorries {
    width: 16%;
  }
}

.h4TitleLiWorries {
  font-size: 33px;
  line-height: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1199px) {
  .h4TitleLiWorries {
    font-size: 2.752293578vw;
  }
}
@media screen and (max-width: 767px) {
  .h4TitleLiWorries {
    line-height: normal;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4TitleLiWorries {
    font-size: 5.8666666667vw;
  }
}

.brdTitleLiWorries {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .brdTitleLiWorries {
    margin-top: 2.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdTitleLiWorries {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .brdTitleLiWorries {
    margin-top: 1.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.textLiWorries {
  width: 482px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .textLiWorries {
    width: 96.4%;
  }
}
@media screen and (max-width: 1199px) {
  .textLiWorries {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .textLiWorries {
    width: 307px;
    margin-top: 0;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .textLiWorries {
    width: 94.46%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .textLiWorries {
    font-size: 4.2666666667vw;
  }
}

.btnWorriesLxn {
  margin-top: 117px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 381px;
}
@media screen and (max-width: 1199px) {
  .btnWorriesLxn {
    margin-top: 9.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .btnWorriesLxn {
    width: 31.75%;
  }
}
@media screen and (max-width: 767px) {
  .btnWorriesLxn {
    margin-top: 24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 275px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .btnWorriesLxn {
    width: 84.61%;
  }
}

.btnWorries {
  aspect-ratio: 381/80;
  background: #6EB944;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  box-shadow: 0 5px 0 #2E7D5B;
  cursor: pointer;
  transition-duration: 0.25s;
  color: #FFF;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btnWorries {
    aspect-ratio: 275/80;
    box-shadow: 0 3px 0 #2E7D5B;
  }
}
.btnWorries:before {
  content: "";
  display: block;
  z-index: -1;
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0%;
  height: 1000%;
  background: #00998B;
}
.btnWorries:hover {
  overflow: hidden;
  color: #FFF;
  opacity: 1;
}
.btnWorries:hover:before {
  height: 100%;
  width: 100%;
}

.btnWorriesTopMain {
  flex-flow: row wrap;
  width: fit-content;
  margin: auto;
  justify-content: space-between;
  margin: 2% auto 0 auto;
}
@media screen and (max-width: 767px) {
  .btnWorriesTopMain {
    width: 46%;
  }
}

.iconBtnWorriesTopMainFx {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .iconBtnWorriesTopMainFx {
    width: 100%;
  }
}

.iconBtnWorriesTopMain {
  width: 33px;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 1199px) {
  .iconBtnWorriesTopMain {
    width: 8.66%;
  }
}
@media screen and (max-width: 767px) {
  .iconBtnWorriesTopMain {
    width: 18%;
    margin: 0 2.4% 0 0;
    transform: translate(0, 23%);
  }
}

.txtBtnWorriesTopMain {
  display: block;
  font-size: 24px;
  letter-spacing: 0.09em;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .txtBtnWorriesTopMain {
    font-size: 2.0016680567vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnWorriesTopMain {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnWorriesTopMain {
    font-size: 4.8vw;
  }
}

.rubyBtnWorriesTopMain {
  width: 100%;
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  transform: translateY(33%);
}
@media screen and (max-width: 1199px) {
  .rubyBtnWorriesTopMain {
    font-size: 0.9174311927vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyBtnWorriesTopMain {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .rubyBtnWorriesTopMain {
    margin-top: 1.81%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyBtnWorriesTopMain {
    font-size: 2.9333333333vw;
  }
}

.textLiWorriesUl {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .textLiWorriesUl {
    margin-top: 2.11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .textLiWorriesUl {
    margin-top: 4.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.textLiWorriesLi {
  align-items: flex-start;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .textLiWorriesLi {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .textLiWorriesLi {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .textLiWorriesLi {
    font-size: 4.2666666667vw;
  }
}
.textLiWorriesLi:nth-child(n+2) {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .textLiWorriesLi:nth-child(n+2) {
    margin: 2.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .textLiWorriesLi:nth-child(n+2) {
    margin: 4.38% 0% 0% 0%;
  }
}

.figLiWorriesLi {
  margin: 0px 0 0 0;
  font-size: 13px;
  color: #FFCB6C;
}
@media screen and (max-width: 1199px) {
  .figLiWorriesLi {
    font-size: 1.0842368641vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .figLiWorriesLi {
    font-size: 3.4666666667vw;
  }
}
.figLiWorriesLi SVG {
  overflow: visible;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.case {
  margin-top: 120px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .case {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .case {
    margin-top: 22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .caseWap {
    width: 325px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .caseWap {
    width: 86.66%;
  }
}

.iconCaseTitle {
  width: 92px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .iconCaseTitle {
    width: 7.66%;
  }
}
@media screen and (max-width: 767px) {
  .iconCaseTitle {
    width: 65px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconCaseTitle {
    width: 20%;
  }
}

.h2CaseTitle {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 1.2% 0 0 0;
}
@media screen and (max-width: 1199px) {
  .h2CaseTitle {
    font-size: 2.5020850709vw;
  }
}
@media screen and (max-width: 767px) {
  .h2CaseTitle {
    margin: 3% 0 0 0;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2CaseTitle {
    font-size: 5.6vw;
  }
}

.rubyCaseTitle {
  margin-top: 0.2%;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .rubyCaseTitle {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyCaseTitle {
    margin-top: 0.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyCaseTitle {
    font-size: 3.2vw;
  }
}

.ulCase {
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 988px;
}
@media screen and (max-width: 1199px) {
  .ulCase {
    margin-top: 3.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .ulCase {
    width: 82.33%;
  }
}
@media screen and (max-width: 767px) {
  .ulCase {
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .ulCase {
    margin-top: 7.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liCase {
  align-items: flex-start;
}
.liCase:nth-child(n+2) {
  margin-top: 64px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .liCase:nth-child(n+2) {
    margin-top: 6.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liCase:nth-child(n+2) {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .liCase:nth-child(n+2) {
    margin-top: 12.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.nameLiCase {
  width: 205px;
}
@media screen and (max-width: 1199px) {
  .nameLiCase {
    width: 20.74%;
  }
}
@media screen and (max-width: 767px) {
  .nameLiCase {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .picNameLiCase {
    width: 157px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .picNameLiCase {
    width: 48.3%;
  }
}

.h3NameLiCase {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .h3NameLiCase {
    margin-top: 0.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .h3NameLiCase {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .h3NameLiCase {
    margin-top: 0.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3NameLiCase {
    font-size: 4.2666666667vw;
  }
}

.txtNameLiCase {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtNameLiCase {
    margin-top: 3.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtNameLiCase {
    font-size: 1.918265221vw;
  }
}
@media screen and (max-width: 767px) {
  .txtNameLiCase {
    margin-top: 1.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtNameLiCase {
    font-size: 5.8666666667vw;
  }
}

.cntLiCase {
  padding-top: 55px;
  padding-bottom: 58px;
  padding-left: 0px;
  padding-right: 0px;
  width: 739px;
  border: 1px solid #3B3C3C;
  border-radius: 44px;
  /* CSS3草案 */
  -webkit-border-radius: 44px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 44px;
  /* Firefox用 */
}
@media screen and (max-width: 1199px) {
  .cntLiCase {
    padding: 5.56% 0% 5.87% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .cntLiCase {
    width: 74.79%;
  }
}
@media screen and (max-width: 767px) {
  .cntLiCase {
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 6.69% 0% 6.69% 0%;
    width: 100%;
  }
}

.cntLiCaseWap {
  width: 645px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .cntLiCaseWap {
    width: 65.28%;
  }
}
@media screen and (max-width: 767px) {
  .cntLiCaseWap {
    width: 275px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .cntLiCaseWap {
    width: 84.61%;
  }
}

.txtCntLiCase {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtCntLiCase {
    font-size: 1.1676396997vw;
  }
}
.txtCntLiCase::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7857142857) * 0.5em);
  content: "";
}
.txtCntLiCase::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7857142857) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtCntLiCase {
    line-height: 1.5714285714;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCntLiCase {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCntLiCase::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtCntLiCase::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.linerTxtCntLiCase {
  background-image: repeating-linear-gradient(transparent 0 50%, #F5ECA5 50% 91%);
}

.figLastCase {
  margin-top: 59px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .figLastCase {
    margin-top: 3.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .figLastCase {
    margin-top: 3.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.conCaseWap {
  width: 950px;
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .conCaseWap {
    width: 79.16%;
  }
}
@media screen and (max-width: 1199px) {
  .conCaseWap {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .conCaseWap {
    width: 325px;
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .conCaseWap {
    width: 100%;
  }
}

.txtconCase {
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtconCase {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .txtconCase {
    line-height: 200%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtconCase {
    font-size: 4.2666666667vw;
  }
}

.figKeisanconCase {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .figKeisanconCase {
    margin-top: 6.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .figKeisanconCase {
    margin-top: 21.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.figKeisanconCase02 {
  margin-top: 53px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .figKeisanconCase02 {
    margin-top: 5.57%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .figKeisanconCase02 {
    margin-top: 12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtconCaseBtm {
  margin-top: 105px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtconCaseBtm {
    margin-top: 11.05%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtconCaseBtm {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .txtconCaseBtm {
    margin-top: 20.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 200%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtconCaseBtm {
    font-size: 4.2666666667vw;
  }
}

.txtconCaseBtmBold {
  font-weight: 700;
}

.h3txtconCaseBtm {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  line-height: 1.7307692308;
  letter-spacing: 0.1em;
  width: 90%;
}
@media screen and (max-width: 1199px) {
  .h3txtconCaseBtm {
    margin-top: 3.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .h3txtconCaseBtm {
    font-size: 2.1684737281vw;
  }
}
.h3txtconCaseBtm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7307692308) * 0.5em);
  content: "";
}
.h3txtconCaseBtm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7307692308) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3txtconCaseBtm {
    margin-top: 16.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9473684211;
    letter-spacing: 0.1em;
    width: 81.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3txtconCaseBtm {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3txtconCaseBtm::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.9473684211) * 0.5em);
    content: "";
  }
  .h3txtconCaseBtm::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.9473684211) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.cta {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 57px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .cta {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .cta {
    padding: 2.96% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .cta {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bgCta {
  background: #FFFFF0;
}

.catWap {
  position: relative;
  padding-top: 0px;
  padding-bottom: 57px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .catWap {
    padding: 0% 0% 4.75% 0%;
  }
}
@media screen and (max-width: 767px) {
  .catWap {
    padding: 0% 0% 23.33% 0%;
    margin: auto;
  }
}

.picCta {
  width: 394px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .picCta {
    width: 32.83%;
  }
}
@media screen and (max-width: 767px) {
  .picCta {
    width: 235px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .picCta {
    width: 62.66%;
  }
}

.h3Cta {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .h3Cta {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .h3Cta {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Cta {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Cta {
    font-size: 5.0666666667vw;
  }
}

.telNumCat {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 521px;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .telNumCat {
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .telNumCat {
    width: 43.41%;
  }
}
@media screen and (max-width: 767px) {
  .telNumCat {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 77%;
    pointer-events: auto;
  }
}

.iconTelNumCat {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 21px;
  width: 55px;
  transform: translateY(10%);
}
@media screen and (max-width: 1199px) {
  .iconTelNumCat {
    margin: 0% 4.03% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .iconTelNumCat {
    width: 10.55%;
  }
}
@media screen and (max-width: 767px) {
  .iconTelNumCat {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: auto;
    width: 10%;
  }
}

.txtTelNumCat {
  font-size: 72px;
  letter-spacing: 0.04em;
  color: #FFA500;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .txtTelNumCat {
    font-size: 6.0050041701vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTelNumCat {
    line-height: 1.85;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTelNumCat {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTelNumCat::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.85) * 0.5em);
    content: "";
  }
  .txtTelNumCat::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.85) * 0.5em);
    content: "";
  }
}

.btnCatLxn {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 381px;
}
@media screen and (max-width: 1199px) {
  .btnCatLxn {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .btnCatLxn {
    width: 31.75%;
  }
}
@media screen and (max-width: 767px) {
  .btnCatLxn {
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 275px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .btnCatLxn {
    width: 73.33%;
  }
}

.btnCat {
  aspect-ratio: 381/80;
  background: #6EB944;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  box-shadow: 0 5px 0 #2E7D5B;
  cursor: pointer;
  transition-duration: 0.25s;
  color: #FFF;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btnCat {
    aspect-ratio: 275/80;
    box-shadow: 0 3px 0 #2E7D5B;
  }
}
.btnCat:before {
  content: "";
  display: block;
  z-index: -1;
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0%;
  height: 1000%;
  background: #00998B;
}
.btnCat:hover {
  overflow: hidden;
  color: #FFF;
  opacity: 1;
}
.btnCat:hover:before {
  height: 100%;
  width: 100%;
}

.btnCatTopMain {
  width: fit-content;
  margin: auto;
  justify-content: space-between;
  margin: 2% auto 0 auto;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .btnCatTopMain {
    margin: 3% auto 0 auto;
    width: 46%;
  }
}

.iconBtnCatTopMainFx {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .iconBtnCatTopMainFx {
    width: 100%;
  }
}

.iconBtnCatTopMain {
  width: 35px;
  margin: 0 5.5% 0 0;
}
@media screen and (max-width: 1199px) {
  .iconBtnCatTopMain {
    width: 28.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconBtnCatTopMain {
    width: 19%;
  }
}

.txtBtnCatTopMain {
  display: block;
  font-size: 24px;
  letter-spacing: 0.09em;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .txtBtnCatTopMain {
    font-size: 2.0016680567vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnCatTopMain {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnCatTopMain {
    font-size: 4.8vw;
  }
}

.rubyBtnCatTopMain {
  width: 100%;
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  transform: translateY(33%);
}
@media screen and (max-width: 1199px) {
  .rubyBtnCatTopMain {
    font-size: 0.9174311927vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyBtnCatTopMain {
    margin-top: 1.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyBtnCatTopMain {
    font-size: 2.9333333333vw;
  }
}

.ulTelNumCat {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  flex-flow: row wrap;
}
@media screen and (max-width: 1199px) {
  .ulTelNumCat {
    margin-top: 1.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulTelNumCat {
    margin-top: 5.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 275px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .ulTelNumCat {
    width: 73.33%;
  }
}

.liTelNumCat {
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .liTelNumCat {
    font-size: 1.6680567139vw;
  }
}
.liTelNumCat::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: "";
}
.liTelNumCat::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .liTelNumCat {
    line-height: normal;
    letter-spacing: 0em;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liTelNumCat {
    font-size: 4.2666666667vw;
  }
}
.liTelNumCat:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .liTelNumCat:nth-child(n+2) {
    margin: 0% 0% 0% 1.16%;
  }
}
@media screen and (max-width: 767px) {
  .liTelNumCat:nth-child(n+2) {
    margin: 8.27% 0% 0% 0%;
  }
}

.picBtmCta {
  width: 197px;
  position: absolute;
  bottom: 0;
  right: 14.2%;
}
@media screen and (max-width: 1199px) {
  .picBtmCta {
    width: 16.41%;
  }
}
@media screen and (max-width: 767px) {
  .picBtmCta {
    width: 118px;
    right: 7%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .picBtmCta {
    width: 31.46%;
  }
}

.ctaBtm {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 57px;
  padding-left: 0px;
  padding-right: 0px;
  background: #FFFFF0;
}
@media screen and (max-width: 1199px) {
  .ctaBtm {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .ctaBtm {
    padding: 0% 0% 2.96% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ctaBtm {
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .ctaBtm {
    padding: 0% 0% 21.33% 0%;
  }
}

.ctaBtmFx {
  width: 918px;
  margin: auto;
  flex-flow: row wrap;
}
@media screen and (max-width: 1199px) {
  .ctaBtmFx {
    width: 76.5%;
  }
}
@media screen and (max-width: 767px) {
  .ctaBtmFx {
    width: 275px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .ctaBtmFx {
    width: 73.33%;
  }
}

.figBtmCta {
  width: 415px;
}
@media screen and (max-width: 1199px) {
  .figBtmCta {
    width: 45.2%;
  }
}
@media screen and (max-width: 767px) {
  .figBtmCta {
    width: 100%;
  }
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.access {
  margin-top: 120px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .access {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .access {
    margin-top: 22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .accessWap {
    width: 325px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .accessWap {
    width: 86.66%;
  }
}

.iconAccessTitle {
  width: 92px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .iconAccessTitle {
    width: 7.66%;
  }
}
@media screen and (max-width: 767px) {
  .iconAccessTitle {
    width: 65px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconAccessTitle {
    width: 20%;
  }
}

.h2AccessTitle {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 1.2% 0 0 0;
}
@media screen and (max-width: 1199px) {
  .h2AccessTitle {
    font-size: 2.5020850709vw;
  }
}
@media screen and (max-width: 767px) {
  .h2AccessTitle {
    margin: 3% 0 0 0;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2AccessTitle {
    font-size: 5.6vw;
  }
}

.rubyAccessTitle {
  margin-top: 0.2%;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .rubyAccessTitle {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyAccessTitle {
    margin-top: 0.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyAccessTitle {
    font-size: 3.2vw;
  }
}

.accessMap {
  margin-top: 53px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1090px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width: 1199px) {
  .accessMap {
    margin-top: 4.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .accessMap {
    width: 90.83%;
  }
}
@media screen and (max-width: 767px) {
  .accessMap {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ggmapWap {
  width: 614px;
}
@media screen and (max-width: 1199px) {
  .ggmapWap {
    width: 56.33%;
  }
}
@media screen and (max-width: 767px) {
  .ggmapWap {
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    order: 2;
  }
}

.ggmap {
  overflow: hidden;
  aspect-ratio: 614/558;
  position: relative;
}

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

.ggmapArrow {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 11px;
  padding-right: 0px;
  background: url(../img/ggmapArrow.svg) no-repeat left center;
  background-size: auto 70%;
  text-decoration: none;
  color: #3B3C3C;
}
@media screen and (max-width: 1199px) {
  .ggmapArrow {
    margin-top: 0.65%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .ggmapArrow {
    font-size: 0.834028357vw;
  }
}
@media screen and (max-width: 1199px) {
  .ggmapArrow {
    padding: 0% 0% 0% 1.79%;
  }
}
@media screen and (max-width: 767px) {
  .ggmapArrow {
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
    padding: 0% 0% 0% 4%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ggmapArrow {
    font-size: 2.6666666667vw;
  }
}

.secAccess {
  width: 415px;
  margin-top: -4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .secAccess {
    width: 38.07%;
  }
}
@media screen and (max-width: 1199px) {
  .secAccess {
    margin: -0.37% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secAccess {
    width: 100%;
  }
}

.address {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .address {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .address {
    line-height: 138%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .address {
    font-size: 4.2666666667vw;
  }
}

.linkAccess {
  margin-top: -10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .linkAccess {
    margin: -2.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .linkAccess {
    margin: 5% 0% 0% 0%;
  }
}

.btnLinkAccess {
  text-decoration: none;
}

.txtBtnLinkAccess {
  padding: 0 5% 0 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  background: url(../img/txtBtnLinkAccess.svg) no-repeat center right;
  background-size: auto 100%;
}
@media screen and (max-width: 1199px) {
  .txtBtnLinkAccess {
    font-size: 1.5012510425vw;
  }
}
.txtBtnLinkAccess::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtBtnLinkAccess::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtnLinkAccess {
    padding: 0 7% 0 0;
    line-height: 1.125;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnLinkAccess {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnLinkAccess::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.125) * 0.5em);
    content: "";
  }
  .txtBtnLinkAccess::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.125) * 0.5em);
    content: "";
  }
}

.txtBtnLinkAccess::before,
.txtBtnLinkAccess::after {
  display: none;
}

.iconBtnLinkAccess {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 0px;
  width: 15px;
}
@media screen and (max-width: 1199px) {
  .iconBtnLinkAccess {
    margin: 0% 0% 0% 0.96%;
  }
}
@media screen and (max-width: 1199px) {
  .iconBtnLinkAccess {
    width: 3.61%;
  }
}
@media screen and (max-width: 767px) {
  .iconBtnLinkAccess {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 0px;
    width: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconBtnLinkAccess {
    margin: 0% 0% 0% 1.23%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconBtnLinkAccess {
    width: 4.61%;
  }
}

.iconBtnLinkAccess svg {
  display: block;
  width: 100%;
  height: 100%;
}

.btnLinkAccess {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .btnLinkAccess {
    margin-top: 4.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btnLinkAccess {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .btnLinkAccess {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.floormap {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .floormap {
    margin: 4.81% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .floormap {
    margin: 7% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgContactBase {
  background: url(../img/bgContactBasePc.jpg) no-repeat top center;
  background-size: 1920px auto;
}
@media screen and (max-width: 767px) {
  .bgContactBase {
    background: url(../img/bgContactBaseSp.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}

.contactBase {
  padding-top: 143px;
  padding-bottom: 140px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .contactBase {
    padding: 7.44% 0% 7.29% 0%;
  }
}
@media screen and (max-width: 767px) {
  .contactBase {
    padding-top: 81px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .contactBase {
    padding: 21.6% 0% 21.33% 0%;
  }
}

@media screen and (max-width: 767px) {
  .contactBaseWap {
    width: 325px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .contactBaseWap {
    width: 86.66%;
  }
}

.iconContactTitle {
  width: 92px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .iconContactTitle {
    width: 7.66%;
  }
}
@media screen and (max-width: 767px) {
  .iconContactTitle {
    width: 65px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconContactTitle {
    width: 20%;
  }
}
.iconContactTitle svg {
  width: 100%;
  height: auto;
  display: block;
}

.h2ContactTitle {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .h2ContactTitle {
    margin-top: 0.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .h2ContactTitle {
    font-size: 2.5020850709vw;
  }
}
@media screen and (max-width: 767px) {
  .h2ContactTitle {
    margin-top: 1.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ContactTitle {
    font-size: 5.6vw;
  }
}

.rubyContactTitle {
  margin-top: -8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .rubyContactTitle {
    margin-top: -0.67%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .rubyContactTitle {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyContactTitle {
    margin-top: -2.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyContactTitle {
    font-size: 3.2vw;
  }
}

.mainContactTop {
  margin-top: 94px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .mainContactTop {
    margin-top: 7.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .mainContactTop {
    font-size: 1.5012510425vw;
  }
}
.mainContactTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
  content: "";
}
.mainContactTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .mainContactTop {
    margin-top: 10.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5714285714;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mainContactTop {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mainContactTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .mainContactTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.fornStep {
  width: 800px;
}
@media screen and (max-width: 1199px) {
  .fornStep {
    width: 66.66%;
  }
}
@media screen and (max-width: 767px) {
  .fornStep {
    margin-top: 56px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 325px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .fornStep {
    margin-top: 17.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .fornStep {
    width: 100%;
  }
}

.fornStepContact {
  margin-top: 103px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .fornStepContact {
    margin-top: 8.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .fornStepContact {
    margin-top: 55px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .fornStepContact {
    margin-top: 16.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.formLxn {
  width: 800px;
}
@media screen and (max-width: 1199px) {
  .formLxn {
    width: 66.66%;
  }
}
@media screen and (max-width: 767px) {
  .formLxn {
    width: 325px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .formLxn {
    width: 100%;
  }
}

.thisPageContact {
  margin-top: 117px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .thisPageContact {
    margin-top: 9.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thisPageContact {
    margin-top: 55px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageContact {
    margin-top: 16.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.liFormBase:nth-child(n+2) {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .liFormBase:nth-child(n+2) {
    margin-top: 4.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liFormBase:nth-child(n+2) {
    margin-top: 11.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.iconTitleFormBase {
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  width: 50px;
  aspect-ratio: 50/22;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .iconTitleFormBase {
    width: 6.25%;
  }
}
@media screen and (max-width: 1199px) {
  .iconTitleFormBase {
    font-size: 1.0008340284vw;
  }
}
.iconTitleFormBase::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.iconTitleFormBase::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .iconTitleFormBase {
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    width: 50px;
    aspect-ratio: 50/20;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .iconTitleFormBase {
    width: 15.38%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconTitleFormBase {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .iconTitleFormBase::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .iconTitleFormBase::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.txtTitleFormBase {
  width: 736px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtTitleFormBase {
    width: 92%;
  }
}
@media screen and (max-width: 1199px) {
  .txtTitleFormBase {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTitleFormBase {
    width: 261px;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtTitleFormBase {
    width: 80.3%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTitleFormBase {
    font-size: 4vw;
  }
}

.inputBox {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .inputBox {
    margin-top: 2.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .inputBox {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .inputBox {
    margin-top: 4.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.inputW100 {
  aspect-ratio: 800/56;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background: #F4F4F4;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0em;
  width: 100%;
  border: 1px solid #F4F4F4;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .inputW100 {
    padding: 1.87% 2.5% 2.12% 2.5%;
  }
}
@media screen and (max-width: 1199px) {
  .inputW100 {
    font-size: 1.2510425354vw;
  }
}
@media screen and (max-width: 767px) {
  .inputW100 {
    aspect-ratio: 325/50;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    background: #F4F4F4;
    padding: 4.15% 6.15% 4.15% 6.15%;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .inputW100 {
    font-size: 3.7333333333vw;
  }
}

.telInputBox {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .telInputBox {
    margin: 2.12% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .telInputBox {
    width: 37.5%;
  }
}
@media screen and (max-width: 767px) {
  .telInputBox {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 325px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .telInputBox {
    margin: 4.61% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .telInputBox {
    width: 100%;
  }
}
.telInputBox .inputW100 {
  width: 100%;
  aspect-ratio: 300/56;
}
@media screen and (max-width: 767px) {
  .telInputBox .inputW100 {
    aspect-ratio: 325/50;
  }
}

.iconTitleFormBaseNini {
  border: 1px solid #83745E;
}

.txtW100 {
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background: #F4F4F4;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 0px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0em;
  aspect-ratio: 800/200;
  width: 100%;
  border: 1px solid #F4F4F4;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .txtW100 {
    padding: 2.87% 0% 2.87% 2.5%;
  }
}
@media screen and (max-width: 1199px) {
  .txtW100 {
    font-size: 1.2510425354vw;
  }
}
@media screen and (max-width: 767px) {
  .txtW100 {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: normal;
    letter-spacing: 0em;
    aspect-ratio: 325/200;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtW100 {
    padding: 7.07% 6.15% 7.07% 6.15%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtW100 {
    font-size: 3.7333333333vw;
  }
}

.mw_wp_form .error {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .mw_wp_form .error {
    font-size: 1.2510425354vw;
  }
}
@media screen and (max-width: 1199px) {
  .mw_wp_form .error {
    margin-top: 2.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form .error {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .mw_wp_form .error {
    margin-top: 4.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mw_wp_form .error {
    font-size: 3.7333333333vw;
  }
}

.txtPrivacy {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtPrivacy {
    margin: 4.87% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .txtPrivacy {
    font-size: 1.1676396997vw;
  }
}
.txtPrivacy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtPrivacy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtPrivacy {
    margin-top: 56px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 274px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtPrivacy {
    margin-top: 17.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtPrivacy {
    width: 84.3%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPrivacy {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtPrivacy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .txtPrivacy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.cheackPrivacy {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  flex-flow: row wrap;
}
@media screen and (max-width: 1199px) {
  .cheackPrivacy {
    margin: 1.62% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cheackPrivacy {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mwform-checkbox-field {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mwform-checkbox-field label {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .mwform-checkbox-field label {
    font-size: 1.1676396997vw;
  }
}
.mwform-checkbox-field label::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.mwform-checkbox-field label::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .mwform-checkbox-field label {
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mwform-checkbox-field label {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mwform-checkbox-field label::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .mwform-checkbox-field label::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.mwform-checkbox-field input {
  width: 14px;
  height: 14px;
  margin: 3px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .mwform-checkbox-field input {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin: 1vw 2.6666666667vw 0 0;
  }
}

.thisPageContact .btnToConfirmLxn {
  margin-top: 76px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 402px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .thisPageContact .btnToConfirmLxn {
    margin-top: 9.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .thisPageContact .btnToConfirmLxn {
    width: 50.24%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageContact .btnToConfirmLxn {
    margin-top: 24.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageContact .btnToConfirmLxn {
    width: 61.53%;
  }
}
.thisPageContact .btnToConfirmLxn .btnToConfirm {
  aspect-ratio: 402/80;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0em;
  width: 100%;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  color: #fff;
  background: #FFA500;
  border: 1px solid #FFA500;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .thisPageContact .btnToConfirmLxn .btnToConfirm {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .thisPageContact .btnToConfirmLxn .btnToConfirm {
    aspect-ratio: 200/50;
    line-height: normal;
    letter-spacing: 0em;
    width: 100%;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thisPageContact .btnToConfirmLxn .btnToConfirm {
    font-size: 4vw;
  }
}
.thisPageContact .btnToConfirmLxn .iconBtnToConfirmLxn {
  width: 9px;
  position: absolute;
  right: 6%;
  bottom: 0;
  top: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .thisPageContact .btnToConfirmLxn .iconBtnToConfirmLxn {
    width: 2.23%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageContact .btnToConfirmLxn .iconBtnToConfirmLxn {
    right: 13%;
    width: 9px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageContact .btnToConfirmLxn .iconBtnToConfirmLxn {
    width: 4.5%;
  }
}

.thisPageContact .toThankBackLxn {
  display: none;
}

.mw_wp_form .error {
  color: #d51010;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fornStepConrifm {
  margin-top: 98px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .fornStepConrifm {
    margin-top: 8.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .fornStepConrifm {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .fornStepConrifm {
    margin-top: 12.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.thisPageConfirm {
  margin-top: 102px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm {
    margin-top: 8.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm {
    margin-top: 55px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageConfirm {
    margin-top: 16.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.thisPageConfirm .liFormBase:nth-child(n+2) {
  margin-top: 58px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .liFormBase:nth-child(n+2) {
    margin-top: 7.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .liFormBase:nth-child(n+2) {
    margin-top: 16.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thisPageConfirm .inputBox {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .inputBox {
    margin-top: 4.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .inputBox {
    font-size: 1.2510425354vw;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .inputBox {
    margin-top: 8.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thisPageConfirm .inputBox {
    font-size: 3.7333333333vw;
  }
}
.thisPageConfirm .telInputBox {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .telInputBox {
    margin-top: 4.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .telInputBox {
    font-size: 1.2510425354vw;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .telInputBox {
    margin-top: 8.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thisPageConfirm .telInputBox {
    font-size: 3.7333333333vw;
  }
}
.thisPageConfirm .txtPrivacy {
  display: none;
}
.thisPageConfirm .cheackPrivacy {
  display: none;
}
.thisPageConfirm .btnToConfirmLxn {
  display: none;
}
.thisPageConfirm .toThankBackFx {
  width: 100%;
}

.thisPageConfirm .toThankBackLxn {
  margin-top: 58px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 693px;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .toThankBackLxn {
    margin-top: 7.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .toThankBackLxn {
    width: 86.62%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .toThankBackLxn {
    margin-top: 23.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageConfirm .toThankBackLxn {
    width: 61.53%;
  }
}

.thisPageConfirm .btnBackLxn {
  width: 251px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .btnBackLxn {
    width: 36.21%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .btnBackLxn {
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageConfirm .btnBackLxn {
    width: 100%;
  }
}
.thisPageConfirm .btnBackLxn .btnBack {
  aspect-ratio: 251/80;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0em;
  width: 100%;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  color: #fff;
  background: #83745E;
  border: 1px solid #83745E;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .btnBackLxn .btnBack {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .btnBackLxn .btnBack {
    aspect-ratio: 200/50;
    line-height: normal;
    letter-spacing: 0em;
    width: 100%;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thisPageConfirm .btnBackLxn .btnBack {
    font-size: 4vw;
  }
}
.thisPageConfirm .btnBackLxn .iconBtnBackLxn {
  width: 9px;
  position: absolute;
  left: 19%;
  bottom: 0;
  top: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .btnBackLxn .iconBtnBackLxn {
    width: 2.23%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .btnBackLxn .iconBtnBackLxn {
    left: 13%;
    width: 9px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageConfirm .btnBackLxn .iconBtnBackLxn {
    width: 4.5%;
  }
}

.thisPageConfirm .btnToThanksLxn {
  width: 402px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .btnToThanksLxn {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .btnToThanksLxn {
    width: 200px;
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageConfirm .btnToThanksLxn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageConfirm .btnToThanksLxn {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thisPageConfirm .btnToThanksLxn .btnToThanks {
  aspect-ratio: 402/80;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0em;
  width: 100%;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  color: #fff;
  background: #FFA500;
  border: 1px solid #FFA500;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .btnToThanksLxn .btnToThanks {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .btnToThanksLxn .btnToThanks {
    aspect-ratio: 200/50;
    line-height: normal;
    letter-spacing: 0em;
    width: 100%;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thisPageConfirm .btnToThanksLxn .btnToThanks {
    font-size: 4vw;
  }
}
.thisPageConfirm .btnToThanksLxn .iconBtnToThanksLxn {
  width: 9px;
  position: absolute;
  right: 6%;
  bottom: 0;
  top: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .thisPageConfirm .btnToThanksLxn .iconBtnToThanksLxn {
    width: 2.23%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .btnToThanksLxn .iconBtnToThanksLxn {
    right: 13%;
    width: 9px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .thisPageConfirm .btnToThanksLxn .iconBtnToThanksLxn {
    width: 4.5%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fornStepThanks {
  margin-top: 98px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .fornStepThanks {
    margin-top: 8.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .fornStepThanks {
    margin-top: 11.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.thanksTopCnt {
  margin-top: 115px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .thanksTopCnt {
    margin-top: 9.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thanksTopCnt {
    margin-top: 26.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3ThanksTopCnt {
  font-size: 19px;
  line-height: 1.2631578947;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .h3ThanksTopCnt {
    font-size: 1.5846538782vw;
  }
}
.h3ThanksTopCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2631578947) * 0.5em);
  content: "";
}
.h3ThanksTopCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2631578947) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3ThanksTopCnt {
    width: 54.61%;
    margin: auto;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ThanksTopCnt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3ThanksTopCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h3ThanksTopCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.h4ThanksTopCnt {
  width: 755px;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 1.2631578947;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .h4ThanksTopCnt {
    width: 94.37%;
  }
}
@media screen and (max-width: 1199px) {
  .h4ThanksTopCnt {
    margin-top: 2.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .h4ThanksTopCnt {
    font-size: 1.5846538782vw;
  }
}
.h4ThanksTopCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2631578947) * 0.5em);
  content: "";
}
.h4ThanksTopCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2631578947) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4ThanksTopCnt {
    margin-top: 11.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 275px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h4ThanksTopCnt {
    width: 84.61%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4ThanksTopCnt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4ThanksTopCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h4ThanksTopCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h4ThanksTopCnt br {
    display: none;
  }
}

.txtThanksTopCnt {
  width: 640px;
  margin-top: 131px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  .txtThanksTopCnt {
    width: 53.33%;
  }
}
@media screen and (max-width: 1199px) {
  .txtThanksTopCnt {
    margin-top: 10.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtThanksTopCnt {
    font-size: 1.1676396997vw;
  }
}
.txtThanksTopCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5714285714) * 0.5em);
  content: "";
}
.txtThanksTopCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5714285714) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtThanksTopCnt {
    margin-top: 7.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 275px;
    line-height: 1.5714285714;
    letter-spacing: 0em;
    text-align: justify;
    leading-trim: both;
    text-edge: cap;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtThanksTopCnt {
    width: 84.61%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtThanksTopCnt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtThanksTopCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .txtThanksTopCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

.btnThanksLxn {
  width: 402px;
  margin-top: 202px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .btnThanksLxn {
    width: 33.5%;
  }
}
@media screen and (max-width: 1199px) {
  .btnThanksLxn {
    margin-top: 16.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btnThanksLxn {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .btnThanksLxn {
    margin-top: 24.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .btnThanksLxn {
    width: 61.53%;
  }
}

.btnThanks {
  width: 100%;
  aspect-ratio: 402/80;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
}
@media screen and (max-width: 1199px) {
  .btnThanks {
    font-size: 1.6680567139vw;
  }
}
.btnThanks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnThanks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnThanks {
    aspect-ratio: 200/50;
    line-height: 1;
    letter-spacing: 0em;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnThanks {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .btnThanks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .btnThanks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.listcntmainasu .moveList1 {
  opacity: 0;
}

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

.listcntmainasu .moveList2 {
  opacity: 0;
}

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

.listcntmainasu .moveList3 {
  opacity: 0;
}

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

.listcntmainasu .moveList4 {
  opacity: 0;
}

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

.listcntmainasu .moveList5 {
  opacity: 0;
}

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

.listcntmainasu .moveList6 {
  opacity: 0;
}

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

.listcntmainasu .moveList7 {
  opacity: 0;
}

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

.listcntmainasu .moveList8 {
  opacity: 0;
}

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

.listcntmainasu .moveList9 {
  opacity: 0;
}

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

.listcntmainasu .moveList10 {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

ul.bxslider {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lightbox a img {
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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