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

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

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

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

.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;
}
a:hover {
  opacity: 0.6;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

/* ==========================================================================
justify-content
========================================================================== */
.j_between {
  justify-content: space-between;
}

.j_start {
  justify-content: flex-start;
}

.j_end {
  justify-content: flex-end;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_baseline {
  justify-content: space-baseline;
}

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

/* ==========================================================================
align-items
========================================================================== */
.ali_baseline {
  align-items: baseline;
}

.ali_center {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.ali_start {
  align-items: flex-start;
}

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

/* ==========================================================================
align-content
========================================================================== */
.alc_center {
  align-content: center;
}

.alc_end {
  align-content: flex-end;
}

.alc_around {
  align-content: space-around;
}

.alc_between {
  align-content: space-between;
}

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

/* ==========================================================================
row
========================================================================== */
.row {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #323232;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

.t_center {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.robot {
  font-family: "Roboto", sans-serif;
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.mainTopOpen251001 {
  background: url(../img/top1001/bgMainTopOpen251001Pc.png) no-repeat center center;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 26px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .mainTopOpen251001 {
    padding: 0% 0% 1.35% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainTopOpen251001 {
    background: url(../img/top1001/bgMainTopOpen251001Sp.png) no-repeat center center;
    background-size: cover;
    padding: 0.5% 0% 3.55% 0%;
  }
}
.mainTopOpen251001 img {
  width: 100%;
  height: auto;
  display: block;
}

.ribbonTopOpen251001 {
  position: relative;
  z-index: 2;
}

.mainTopOpen251001Wap {
  position: relative;
  z-index: 1;
  margin-top: -83px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .mainTopOpen251001Wap {
    margin-top: -4.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainTopOpen251001Wap {
    margin-top: -20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .mainTopOpen251001Wap {
    margin-top: -5.34%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mainTopOpen251001Lxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .mainTopOpen251001Lxn {
    width: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .mainTopOpen251001Lxn {
    width: 353.95px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .mainTopOpen251001Lxn {
    width: 94.38%;
  }
}

.btnTopOpen251001Lxn {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
@media screen and (max-width: 1279px) {
  .btnTopOpen251001Lxn {
    margin-top: 1.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .btnTopOpen251001Lxn {
    width: 32.81%;
  }
}
@media screen and (max-width: 767px) {
  .btnTopOpen251001Lxn {
    margin-top: 3.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 57.81%;
  }
}

.copy {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0em;
  text-indent: 0em;
  background: #fff;
  color: #1B3464;
}
@media screen and (max-width: 1279px) {
  .copy {
    padding: 0.72% 0% 0.72% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .copy {
    font-size: 1.5637216575vw;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 4.2% 0% 4.2% 0%;
    line-height: 150%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 2.9333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.kameiten251001Wap {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .kameiten251001Wap {
    margin-top: 1.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .kameiten251001Wap {
    margin-top: 10.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h1Kameiten251001 {
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .h1Kameiten251001 {
    font-size: 3.1274433151vw;
  }
}
@media screen and (max-width: 767px) {
  .h1Kameiten251001 {
    line-height: 150%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1Kameiten251001 {
    font-size: 6.4vw;
  }
}

.ulListKameiten251001 {
  margin-top: 87px;
  margin-bottom: 57px;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
@media screen and (max-width: 1279px) {
  .ulListKameiten251001 {
    margin-top: 6.79%;
    margin-bottom: 4.45%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .ulListKameiten251001 {
    width: 32.81%;
  }
}
@media screen and (max-width: 767px) {
  .ulListKameiten251001 {
    margin-top: 10.8%;
    margin-bottom: 65.5%;
    margin-left: auto;
    margin-right: auto;
    width: 201px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .ulListKameiten251001 {
    width: 53.6%;
  }
}

.liListKameiten251001:nth-child(n+2) {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .liListKameiten251001:nth-child(n+2) {
    margin-top: 9.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liListKameiten251001:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liListKameiten251001:nth-child(n+2) {
    margin-top: 9.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.kameiten251001Wap .toTopPage {
  margin-top: 0px;
  margin-bottom: 246px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .kameiten251001Wap .toTopPage {
    margin-top: 0%;
    margin-bottom: 20.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .kameiten251001Wap .toTopPage {
    margin-top: 0%;
    margin-bottom: 51%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.mainForm {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .mainForm {
    width: 78.12%;
  }
}
@media screen and (max-width: 767px) {
  .mainForm {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .mainForm {
    width: 91.3%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secFromBx {
  margin-top: 72px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .secFromBx {
    margin-top: 5.62%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secFromBx {
    margin-top: 24.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.brdFormSec + .secFromBx {
  margin-top: 69px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .brdFormSec + .secFromBx {
    margin-top: 5.39%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdFormSec + .secFromBx {
    margin-top: 23.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFromBx:nth-child(n+2) {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .liFromBx:nth-child(n+2) {
    margin: 3% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liFromBx:nth-child(n+2) {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liFromBx:nth-child(n+2) {
    margin: 9.52% 0% 0% 0%;
  }
}

.thFormBx {
  width: 326px;
}
@media screen and (max-width: 1279px) {
  .thFormBx {
    width: 32.6%;
  }
}
@media screen and (max-width: 1279px) {
  .thFormBx {
    width: 36.5%;
  }
}
@media screen and (max-width: 767px) {
  .thFormBx {
    width: 100%;
  }
}

.h3ThFormBx {
  width: 286px;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .h3ThFormBx {
    width: 87.73%;
  }
}
@media screen and (max-width: 1279px) {
  .h3ThFormBx {
    font-size: 1.3291634089vw;
  }
}
@media screen and (max-width: 767px) {
  .h3ThFormBx {
    width: 283px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .h3ThFormBx {
    width: 89.84%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ThFormBx {
    font-size: 4vw;
  }
}

.hissuThFormBx {
  width: 40px;
  aspect-ratio: 40/24;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0 2px 0;
}
@media screen and (max-width: 1279px) {
  .hissuThFormBx {
    width: 12.26%;
  }
}
@media screen and (max-width: 1279px) {
  .hissuThFormBx {
    font-size: 1.0164190774vw;
  }
}
@media screen and (max-width: 767px) {
  .hissuThFormBx {
    width: 32px;
    aspect-ratio: 32/17;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .hissuThFormBx {
    width: 10.15%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hissuThFormBx {
    font-size: 3.2vw;
  }
}

.formMainCnt {
  width: 634px;
  color: #1B3464;
}
@media screen and (max-width: 1279px) {
  .formMainCnt {
    width: 63.4%;
  }
}
@media screen and (max-width: 1279px) {
  .formMainCnt {
    width: 59.4%;
  }
}
@media screen and (max-width: 767px) {
  .formMainCnt {
    margin-top: 7.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

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

.formMainCheckTop {
  color: #1B3464;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .formMainCheckTop {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .formMainCheckTop {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .formMainCheckTop {
    font-size: 3.4666666667vw;
  }
}

.checkFx {
  margin: 0% 1.26% 0% 0% !important;
  width: 20px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .checkFx {
    margin: 0% 3.26% 0% 0% !important;
    width: 18px;
  }
}

.rubyFormMainCheckTop {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .rubyFormMainCheckTop {
    margin: 0.63% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .rubyFormMainCheckTop {
    font-size: 1.0946051603vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyFormMainCheckTop {
    margin: 3.07% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyFormMainCheckTop {
    font-size: 3.2vw;
  }
}

.mw_wp_form .error {
  color: #D24726;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .mw_wp_form .error {
    margin: 0.63% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .mw_wp_form .error {
    font-size: 1.0946051603vw;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form .error {
    margin: 3.07% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mw_wp_form .error {
    font-size: 3.2vw;
  }
}

.formMainCnt .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .formMainCnt .mwform-checkbox-field label {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .formMainCnt .mwform-checkbox-field label {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .formMainCnt .mwform-checkbox-field label {
    font-size: 3.4666666667vw;
  }
}

.formMainCnt .mwform-checkbox-field-text {
  width: 606px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .formMainCnt .mwform-checkbox-field-text {
    width: 95.58%;
  }
}
@media screen and (max-width: 1279px) {
  .formMainCnt .mwform-checkbox-field-text {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 1279px) {
  .formMainCnt .mwform-checkbox-field-text {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .formMainCnt .mwform-checkbox-field-text {
    width: 93%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .formMainCnt .mwform-checkbox-field-text {
    font-size: 3.4666666667vw;
  }
}

.brdFormSec {
  margin-top: 75px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .brdFormSec {
    margin-top: 7.5%;
    margin-bottom: 7%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdFormSec {
    margin-top: 23.8%;
    margin-bottom: 23.8%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2SecFromBx {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .h2SecFromBx {
    font-size: 1.8764659891vw;
  }
}
@media screen and (max-width: 767px) {
  .h2SecFromBx {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2SecFromBx {
    font-size: 5.3333333333vw;
  }
}

.ulFormBx02 {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .ulFormBx02 {
    margin-top: 3.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulFormBx02 {
    margin-top: 15.68%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulFormBx02 .liFromBx:nth-child(n+2) {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .ulFormBx02 .liFromBx:nth-child(n+2) {
    margin: 4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulFormBx02 .liFromBx:nth-child(n+2) {
    margin: 11% 0% 0% 0%;
  }
}

.ulFormBx02 .rubyFormMainCheckTop {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .ulFormBx02 .rubyFormMainCheckTop {
    margin: 1.73% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulFormBx02 .rubyFormMainCheckTop {
    margin: 4.07% 0% 0% 0%;
  }
}

.formInput100Box {
  display: flex;
  justify-content: space-between;
  color: #1B3464;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .formInput100Box {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .formInput100Box {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .formInput100Box {
    font-size: 3.4666666667vw;
  }
}

.formInput100Box02 {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .formInput100Box02 {
    margin: 3.31% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .formInput100Box02 {
    margin: 6.31% 0% 0% 0%;
  }
}

.inputW100 {
  padding: 0.8854166667vw 1.25vw 0.8854166667vw 1.25vw;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .inputW100 {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .inputW100 {
    padding: 4.5% 6.34%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .inputW100 {
    font-size: 3.4666666667vw;
  }
}
.inputW100::placeholder {
  color: #B3B3B3;
}

.selectFormCnt {
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .selectFormCnt {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .selectFormCnt {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .selectFormCnt {
    font-size: 3.4666666667vw;
  }
}

.selectFormCnt .mwform-radio-field-text,
.selectFormCnt .mwform-checkbox-field-text {
  color: #1B3464;
}

.selectFormCnt .mwform-radio-field {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
}
@media screen and (max-width: 1279px) {
  .selectFormCnt .mwform-radio-field {
    margin: 0% 4.73% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .selectFormCnt .mwform-radio-field {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 37px;
    min-width: 22%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .selectFormCnt .mwform-radio-field {
    margin: 0% 11.74% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .selectFormCnt .mwform-radio-field:nth-child(n+4) {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 37px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .selectFormCnt .mwform-radio-field:nth-child(n+4) {
    margin: 4.44% 11.74% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .selectFormCnt .mwform-radio-field:nth-child(3) {
    margin-right: 0;
  }
}

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

.radioShop {
  margin: 0 8px 0 0 !important;
  width: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #B3B3B3;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .radioShop {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .radioShop {
    width: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .radioShop {
    font-size: 3.4666666667vw;
  }
}

.radioShop .mwform-radio-field {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
}
@media screen and (max-width: 1279px) {
  .radioShop .mwform-radio-field {
    margin: 0% 8.24% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .radioShop .mwform-radio-field {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 37px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .radioShop .mwform-radio-field {
    margin: 0% 1.92% 0% 0%;
  }
}

.inputW50 {
  width: 310px;
  padding: 0.8854166667vw 1.25vw 0.8854166667vw 1.25vw;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .inputW50 {
    width: 48.89%;
  }
}
@media screen and (max-width: 1279px) {
  .inputW50 {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .inputW50 {
    width: 152px;
    padding: 4.5% 6.34%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .inputW50 {
    width: 48.25%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .inputW50 {
    font-size: 3.4666666667vw;
  }
}
.inputW50::placeholder {
  color: #B3B3B3;
}

.formInputPostNum {
  width: 161px;
  color: #1B3464;
}
@media screen and (max-width: 1279px) {
  .formInputPostNum {
    width: 25.39%;
  }
}
@media screen and (max-width: 767px) {
  .formInputPostNum {
    width: 152px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .formInputPostNum {
    width: 48.25%;
  }
}

.inputPostNum {
  padding: 0.8854166667vw 1.25vw 0.8854166667vw 1.25vw;
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .inputPostNum {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .inputPostNum {
    padding: 10% 6.34%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .inputPostNum {
    font-size: 3.4666666667vw;
  }
}

.formInputTelBox {
  width: 310px;
  color: #1B3464;
}
@media screen and (max-width: 1279px) {
  .formInputTelBox {
    width: 48.89%;
  }
}
@media screen and (max-width: 767px) {
  .formInputTelBox {
    width: 100%;
  }
}

.formInputTelBoxMin {
  width: 161px;
}
@media screen and (max-width: 1279px) {
  .formInputTelBoxMin {
    width: 25.39%;
  }
}
@media screen and (max-width: 767px) {
  .formInputTelBoxMin {
    width: 100%;
  }
}

.inputTel {
  padding: 0.8854166667vw 1.25vw 0.8854166667vw 1.25vw;
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .inputTel {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .inputTel {
    padding: 4.5% 6.34%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .inputTel {
    font-size: 3.4666666667vw;
  }
}

.formInputTelBox02 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 310px;
}
@media screen and (max-width: 1279px) {
  .formInputTelBox02 {
    margin: 3.15% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .formInputTelBox02 {
    width: 48.89%;
  }
}
@media screen and (max-width: 767px) {
  .formInputTelBox02 {
    width: 100%;
    margin: 7% 0 0 0;
  }
}

.check3Columns {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .check3Columns {
    justify-content: space-between;
  }
}

.check3Columns .mwform-checkbox-field {
  margin: 0;
  width: 196px;
}
@media screen and (max-width: 1279px) {
  .check3Columns .mwform-checkbox-field {
    width: 30.91%;
  }
}
@media screen and (max-width: 767px) {
  .check3Columns .mwform-checkbox-field {
    width: 50%;
  }
}

.check3ColumnsLabel {
  margin: 0 8px 0 0 !important;
  width: 20px;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  aspect-ratio: 1/1;
  border: 1px solid #B3B3B3;
}
@media screen and (max-width: 767px) {
  .check3ColumnsLabel {
    width: 18px;
  }
}

.check3Columns .mwform-checkbox-field-text {
  width: max-content;
  color: #1B3464;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .check3Columns .mwform-checkbox-field-text {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .check3Columns .mwform-checkbox-field-text {
    width: 89.64%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .check3Columns .mwform-checkbox-field-text {
    font-size: 3.4666666667vw;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.check3Columns .horizontal-item {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 8px;
}
@media screen and (max-width: 1279px) {
  .check3Columns .horizontal-item {
    margin: 0% 1.26% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .check3Columns .horizontal-item {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .check3Columns .horizontal-item {
    margin: 0% 0% 0% 0%;
  }
}
.check3Columns .horizontal-item:nth-child(n+4) {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 8px;
}
@media screen and (max-width: 1279px) {
  .check3Columns .horizontal-item:nth-child(n+4) {
    margin: 3.8% 2.53% 0% 0%;
  }
}
.check3Columns .horizontal-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .check3Columns .horizontal-item:nth-child(n+3) {
    margin: 4% 0% 0% 0%;
  }
}

.selectFormCnt02 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .selectFormCnt02 {
    margin: 2.52% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .selectFormCnt02 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .selectFormCnt02 {
    margin: 6.34% 0% 0% 0%;
  }
}

.h4FromBx {
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .h4FromBx {
    margin: 7.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .h4FromBx {
    font-size: 1.3291634089vw;
  }
}
@media screen and (max-width: 767px) {
  .h4FromBx {
    margin: 12.4% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4FromBx {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .selectFormCntYokin .mwform-radio-field:nth-child(n+3) {
    margin: 3% 0 0 0;
  }
}

.fileInputFx input {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  color: #1B3464;
}
@media screen and (max-width: 1279px) {
  .fileInputFx input {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .fileInputFx input {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fileInputFx input {
    font-size: 3.4666666667vw;
  }
}

.textAreaBx {
  width: 100%;
}

.txtW100 {
  padding: 0.8854166667vw 1.25vw 0.8854166667vw 1.25vw;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  aspect-ratio: 634/120;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .txtW100 {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .txtW100 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
    aspect-ratio: 315/130;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .txtW100 {
    padding: 6.34% 6.34% 6.34% 6.34%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtW100 {
    font-size: 3.4666666667vw;
  }
}
.txtW100::placeholder {
  color: #B3B3B3;
}

.toConfirm {
  margin-top: 75px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 310px;
}
@media screen and (max-width: 1279px) {
  .toConfirm {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .toConfirm {
    width: 25.83%;
  }
}
@media screen and (max-width: 767px) {
  .toConfirm {
    margin-top: 24.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 91.76%;
  }
}

.kakuninSubmit {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 310/62;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  background-color: #1B3464;
  background-image: url(../img/iconbtnAppFormStep.svg);
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: auto 30%;
  color: #FFF;
  border: unset;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .kakuninSubmit {
    font-size: 1.5637216575vw;
  }
}
@media screen and (max-width: 767px) {
  .kakuninSubmit {
    line-height: normal;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    aspect-ratio: 289/58;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kakuninSubmit {
    font-size: 4.8vw;
  }
}

.thisPageContact .toThanks {
  display: none;
}

.mw_wp_form .error {
  margin: 0 auto 0 0;
  order: 3;
}

.formInput100Box {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.thisPageConfirm .secFromBx {
  margin-top: 66px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .thisPageConfirm .secFromBx {
    margin-top: 5.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .secFromBx {
    margin-top: 24.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thisPageConfirm .liFromBx:nth-child(n+2) {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .thisPageConfirm .liFromBx:nth-child(n+2) {
    margin: 1.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .liFromBx:nth-child(n+2) {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .thisPageConfirm .liFromBx:nth-child(n+2) {
    margin: 9.52% 0% 0% 0%;
  }
}
.thisPageConfirm .rubyFormMainCheckTop {
  display: none;
}
.thisPageConfirm .toThanksButton {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}
.thisPageConfirm .selectFormCnt {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .thisPageConfirm .selectFormCnt {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .selectFormCnt {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thisPageConfirm .selectFormCnt {
    font-size: 3.4666666667vw;
  }
}
.thisPageConfirm .toConfirm {
  margin-top: 81px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .thisPageConfirm .toConfirm {
    margin-top: 6.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .toConfirm {
    margin-top: 24.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.toThanks {
  margin-top: 75px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 660px;
}
@media screen and (max-width: 1279px) {
  .toThanks {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .toThanks {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .toThanks {
    margin-top: 22.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 289px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .toThanks {
    width: 83.76%;
  }
}

.thisPageConfirm .toThanks {
  display: block;
}

.btmToBackWap {
  width: 310px;
}
@media screen and (max-width: 1279px) {
  .btmToBackWap {
    width: 46.96%;
  }
}
@media screen and (max-width: 767px) {
  .btmToBackWap {
    width: 100%;
  }
}

.btnBack {
  width: 100%;
  aspect-ratio: 310/62;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  background-color: #FFF;
  background-image: url(../img/iconbtnAppFormStepBL.svg);
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: auto 30%;
  color: #1B3464;
  border: unset;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .btnBack {
    font-size: 1.5637216575vw;
  }
}
@media screen and (max-width: 767px) {
  .btnBack {
    line-height: normal;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    aspect-ratio: 289/58;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnBack {
    font-size: 4.8vw;
  }
}

.btmToThanksWap {
  width: 310px;
}
@media screen and (max-width: 1279px) {
  .btmToThanksWap {
    width: 46.96%;
  }
}
@media screen and (max-width: 767px) {
  .btmToThanksWap {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btmToThanksWap {
    margin-top: 6.34%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btmToSend {
  width: 100%;
  aspect-ratio: 310/62;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  background-color: #1B3464;
  background-image: url(../img/iconbtnAppFormStep.svg);
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: auto 30%;
  color: #FFF;
  border: unset;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .btmToSend {
    font-size: 1.5637216575vw;
  }
}
@media screen and (max-width: 767px) {
  .btmToSend {
    line-height: normal;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    aspect-ratio: 289/58;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmToSend {
    font-size: 4.8vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgMainTopOpenForms {
  background: url(../img/top1001/bgMainTopOpenFormsPc.png) no-repeat top center;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 201px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .bgMainTopOpenForms {
    padding: 0% 0% 10.46% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bgMainTopOpenForms {
    background: url(../img/top1001/bgMainTopOpenFormsSp.png) no-repeat top center;
    background-size: cover;
    padding: 0.5% 0% 39.95% 0%;
  }
}
.bgMainTopOpenForms img {
  width: 100%;
  height: auto;
  display: block;
}

.kameitenFormWap {
  margin-top: 87px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .kameitenFormWap {
    margin-top: 4.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .kameitenFormWap {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }
}

.kameitenFormLxn {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .kameitenFormLxn {
    padding: 8.33% 0% 8.33% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .kameitenFormLxn {
    width: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .kameitenFormLxn {
    padding: 11.59% 0% 11.09% 0%;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
}

.imgAppFormStep {
  width: 326px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .imgAppFormStep {
    width: 27.16%;
  }
}
@media screen and (max-width: 767px) {
  .imgAppFormStep {
    width: 222px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .imgAppFormStep {
    width: 64.34%;
  }
}

.secAppFormStep {
  margin-top: 77px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}
@media screen and (max-width: 1279px) {
  .secAppFormStep {
    margin-top: 6.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .secAppFormStep {
    width: 58.33%;
  }
}
@media screen and (max-width: 767px) {
  .secAppFormStep {
    margin-top: 14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secAppFormStep {
    width: 91.3%;
  }
}

.txtAppFormStepTop {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .txtAppFormStepTop {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAppFormStepTop {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAppFormStepTop {
    font-size: 4vw;
  }
}

.txtAppFormStepBtm {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
}
@media screen and (max-width: 1279px) {
  .txtAppFormStepBtm {
    margin-top: 5.57%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .txtAppFormStepBtm {
    font-size: 1.0946051603vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAppFormStepBtm {
    margin-top: 13.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-indent: -0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAppFormStepBtm {
    font-size: 3.4666666667vw;
  }
}

.btnAppFormStep {
  margin-top: 75px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 310px;
  aspect-ratio: 310/62;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  background: #1B3464;
  color: #FFF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .btnAppFormStep {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .btnAppFormStep {
    width: 25.83%;
  }
}
@media screen and (max-width: 1279px) {
  .btnAppFormStep {
    font-size: 1.5637216575vw;
  }
}
@media screen and (max-width: 767px) {
  .btnAppFormStep {
    margin-top: 22.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 289px;
    line-height: normal;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    aspect-ratio: 289/58;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnAppFormStep {
    width: 83.76%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnAppFormStep {
    font-size: 4.8vw;
  }
}

.iconbtnAppFormStep {
  background: url(../img/iconbtnAppFormStep.svg) no-repeat 93% center;
  background-size: auto 67%;
  width: 100%;
  text-align: center;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1279px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.newHeader25 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .newHeader25 {
    position: fixed;
  }
}

.newHeader25.hide {
  transform: translateY(-100px);
}
@media screen and (max-width: 767px) {
  .newHeader25.hide {
    transform: translateY(0);
  }
}

.headerPc25 {
  background: #D44527;
}

.ulNavHeader25 {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .ulNavHeader25 {
    width: 93.75%;
  }
}

.liNavHeader25 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  width: 169px;
}
@media screen and (max-width: 1279px) {
  .liNavHeader25 {
    padding: 1.25% 0% 1.25% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .liNavHeader25 {
    width: 14.08%;
  }
}

.btnNavHeader25 {
  aspect-ratio: 169/50;
  color: #FFF;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  text-align: center;
  border-right: 2px solid #FFF;
}
@media screen and (max-width: 1279px) {
  .btnNavHeader25 {
    font-size: 1.5637216575vw;
  }
}
.btnNavHeader25:hover {
  opacity: 0.7;
}

.liNavHeader25:last-child .btnNavHeader25 {
  border-right: none;
}

.headerSp {
  position: relative;
}

.navHeaderSp {
  width: 61px;
  position: absolute;
  right: 2%;
  top: 10px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .navHeaderSp {
    width: 16.26%;
  }
}

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

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

.navHeaderSp25 {
  padding: 25.26% 0% 69.06% 0%;
  width: 280px;
  position: absolute;
  right: -100%;
  height: 100vh;
  z-index: 1;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1279px) {
  .navHeaderSp25 {
    width: 74.66%;
  }
}
.navHeaderSp25::-webkit-scrollbar {
  display: none;
}

.ulNavHeaderSp25 {
  width: 195px;
  margin: auto;
  flex-flow: row wrap;
}
@media screen and (max-width: 1279px) {
  .ulNavHeaderSp25 {
    width: 69.64%;
  }
}

.liNavHeaderSp25 {
  border-bottom: 1px solid #FFF;
  width: 100%;
}
.liNavHeaderSp25:last-child {
  border-bottom: 1px solid #FFF;
}

.btnNavHeaderSp25 {
  aspect-ratio: 195/48;
  line-height: 130%;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .btnNavHeaderSp25 {
    font-size: 4vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.mainTopOpen251101 .bgNewTop {
  padding-top: 0px;
  padding-bottom: 150px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/newtop/bgNewTopPc.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .mainTopOpen251101 .bgNewTop {
    padding: 0% 0% 7.81% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainTopOpen251101 .bgNewTop {
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../img/newtop/bgNewTopSp.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .mainTopOpen251101 .bgNewTop {
    padding: 0% 0% 21.33% 0%;
  }
}

.picNetTopFv {
  width: 1200px;
  margin-top: -60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .picNetTopFv {
    width: 93.75%;
  }
}
@media screen and (max-width: 1279px) {
  .picNetTopFv {
    margin-top: -4.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picNetTopFv {
    width: 355px;
    margin-top: -3.67%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .picNetTopFv {
    width: 94.66%;
  }
}

.btnNewTopFvLxn {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
@media screen and (max-width: 1279px) {
  .btnNewTopFvLxn {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .btnNewTopFvLxn {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .btnNewTopFvLxn {
    margin-top: 5.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 53.61%;
  }
}

.btnNewTopFv {
  aspect-ratio: 420/95;
}
@media screen and (max-width: 767px) {
  .btnNewTopFv {
    aspect-ratio: 201/45;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.newtopnews {
  margin-top: 136px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .newtopnews {
    margin-top: 7.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .newtopnews {
    margin-top: 19.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.newtopnewsBxLxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .newtopnewsBxLxn {
    width: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .newtopnewsBxLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .newtopnewsBxLxn {
    width: 92%;
  }
}

.titleNewtopnews {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .titleNewtopnews {
    width: 100%;
  }
}

.rightTitleNewtopnews {
  width: 512px;
}
@media screen and (max-width: 1279px) {
  .rightTitleNewtopnews {
    width: 42.66%;
  }
}
@media screen and (max-width: 767px) {
  .rightTitleNewtopnews {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .rightTitleNewtopnews {
    width: 31.88%;
  }
}

.h2TitleNewtopnews {
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  transform: translate(1%, -4%);
}
@media screen and (max-width: 1279px) {
  .h2TitleNewtopnews {
    font-size: 3.1274433151vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleNewtopnews {
    line-height: 150%;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleNewtopnews {
    font-size: 7.4666666667vw;
  }
}

.leftTitleNewtopnews {
  width: 512px;
}
@media screen and (max-width: 1279px) {
  .leftTitleNewtopnews {
    width: 42.66%;
  }
}
@media screen and (max-width: 767px) {
  .leftTitleNewtopnews {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .leftTitleNewtopnews {
    width: 31.88%;
  }
}

.mainNewTopNewsLxn {
  margin-top: 44px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}
@media screen and (max-width: 1279px) {
  .mainNewTopNewsLxn {
    margin-top: 3.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .mainNewTopNewsLxn {
    padding: 6.66% 0% 6.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainNewTopNewsLxn {
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    margin-top: 5.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .mainNewTopNewsLxn {
    padding: 5.79% 0% 14.49% 0%;
  }
}

.mainNewTopNewsWap {
  width: 1040px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .mainNewTopNewsWap {
    width: 86.66%;
  }
}
@media screen and (max-width: 767px) {
  .mainNewTopNewsWap {
    width: 305px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .mainNewTopNewsWap {
    width: 88.4%;
  }
}

.liMainNewTopNews {
  padding-top: 19px;
  padding-bottom: 13px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 1279px) {
  .liMainNewTopNews {
    padding: 1.82% 0% 1.25% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liMainNewTopNews {
    border-top: 1px solid #C3C3C3;
    border-bottom: none;
    padding: 5.55% 0% 6.55% 0%;
  }
  .liMainNewTopNews:last-child {
    border-bottom: 1px solid #C3C3C3;
  }
}

.titleTirgerMainNewTop {
  flex-flow: row wrap;
}

.secTitleTirgerMainNewTop {
  width: 150px;
}
@media screen and (max-width: 1279px) {
  .secTitleTirgerMainNewTop {
    width: 14.42%;
  }
}
@media screen and (max-width: 767px) {
  .secTitleTirgerMainNewTop {
    width: 305px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secTitleTirgerMainNewTop {
    width: 100%;
  }
}

.yearTitleTirgerMainNew {
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .yearTitleTirgerMainNew {
    font-size: 1.0164190774vw;
  }
}
@media screen and (max-width: 767px) {
  .yearTitleTirgerMainNew {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .yearTitleTirgerMainNew {
    font-size: 2.6666666667vw;
  }
}

.mdTitleTirgerMainNew {
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .mdTitleTirgerMainNew {
    font-size: 2.5019546521vw;
  }
}
@media screen and (max-width: 767px) {
  .mdTitleTirgerMainNew {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mdTitleTirgerMainNew {
    font-size: 6.4vw;
  }
}

.h2TitleTirgerMainNewTop {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 848px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .h2TitleTirgerMainNewTop {
    margin: 0.96% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .h2TitleTirgerMainNewTop {
    width: 81.53%;
  }
}
@media screen and (max-width: 1279px) {
  .h2TitleTirgerMainNewTop {
    font-size: 1.4073494918vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleTirgerMainNewTop {
    margin: 3.55% 0% 0% 0%;
    width: 263px;
    line-height: 150%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .h2TitleTirgerMainNewTop {
    width: 86.22%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleTirgerMainNewTop {
    font-size: 4vw;
  }
}

.trigerMainNewTopLxn {
  width: 42px;
  position: relative;
  aspect-ratio: 1/1;
  transform: translate(-1%, -5%);
}
@media screen and (max-width: 1279px) {
  .trigerMainNewTopLxn {
    width: 4.03%;
  }
}
@media screen and (max-width: 767px) {
  .trigerMainNewTopLxn {
    width: 42px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .trigerMainNewTopLxn {
    width: 13.77%;
  }
}

.brdTrigerMainNewTopLxn {
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  aspect-ratio: 14/2;
  background: #D23A26;
}
@media screen and (max-width: 1279px) {
  .brdTrigerMainNewTopLxn {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .brdTrigerMainNewTopLxn {
    width: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .brdTrigerMainNewTopLxn {
    width: 33.33%;
  }
}

.brdTrigerMainNewTopLxn02 {
  transform: rotate(90deg);
  opacity: 1;
}

.titleTirgerMainNewTop.on .brdTrigerMainNewTopLxn02 {
  transform: rotate(0deg);
  opacity: 0;
}

.trigerMainNewsTxt {
  display: none;
}

.txtTrigerMainNewsTxt {
  padding-top: 12px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  width: 890px;
}
@media screen and (max-width: 1279px) {
  .txtTrigerMainNewsTxt {
    padding: 1% 0% 2.5% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .txtTrigerMainNewsTxt {
    width: 85.57%;
  }
}
@media screen and (max-width: 767px) {
  .txtTrigerMainNewsTxt {
    padding: 6.83% 0% 0 0%;
    width: 305px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .txtTrigerMainNewsTxt {
    width: 100%;
  }
}

.txtTrigerMainNewsTxt P {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .txtTrigerMainNewsTxt P {
    font-size: 1.250977326vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTrigerMainNewsTxt P {
    line-height: 180%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTrigerMainNewsTxt P {
    font-size: 3.4666666667vw;
  }
}

.NewsReadMore {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
  width: 160px;
}
@media screen and (max-width: 1279px) {
  .NewsReadMore {
    margin-top: 2.98%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 1279px) {
  .NewsReadMore {
    width: 15.38%;
  }
}
@media screen and (max-width: 767px) {
  .NewsReadMore {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .NewsReadMore {
    margin-top: 16.39%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .NewsReadMore {
    width: 52.45%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.campaign {
  padding-top: 150px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/newtop/bgCampaignPc.png) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .campaign {
    padding: 7.81% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 21.33% 0% 19.33% 0%;
    background: url(../img/newtop/bgCampaignSp.png) no-repeat top center;
    background-size: cover;
  }
}

.campaignBxlxn {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .campaignBxlxn {
    width: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .campaignBxlxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .campaignBxlxn {
    width: 92%;
  }
}

.mapNewTop {
  margin-top: 133px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .mapNewTop {
    margin: 11.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mapNewTop {
    margin: 20.18% 0% 0% 0%;
  }
}

.rightTitleNewtopMap {
  width: 467px;
}
@media screen and (max-width: 1279px) {
  .rightTitleNewtopMap {
    width: 38.91%;
  }
}
@media screen and (max-width: 767px) {
  .rightTitleNewtopMap {
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .rightTitleNewtopMap {
    width: 23.18%;
  }
}

.h2TitleNewtopMap {
  width: 266px;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .h2TitleNewtopMap {
    width: 22.16%;
  }
}
@media screen and (max-width: 1279px) {
  .h2TitleNewtopMap {
    font-size: 3.1274433151vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleNewtopMap {
    width: 180px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .h2TitleNewtopMap {
    width: 52.17%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleNewtopMap {
    font-size: 7.4666666667vw;
  }
}

.leftTitleNewtopMap {
  width: 467px;
}
@media screen and (max-width: 1279px) {
  .leftTitleNewtopMap {
    width: 38.91%;
  }
}
@media screen and (max-width: 767px) {
  .leftTitleNewtopMap {
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .leftTitleNewtopMap {
    width: 23.18%;
  }
}

.txtTitleNewtop {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1279px) {
  .txtTitleNewtop {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .txtTitleNewtop {
    font-size: 2.3455824863vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTitleNewtop {
    width: 345px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-indent: -0.04em;
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .txtTitleNewtop {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTitleNewtop {
    font-size: 4.8vw;
  }
}

.ulMapLinksUrl {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .ulMapLinksUrl {
    margin-top: 1.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulMapLinksUrl {
    width: 201px;
    margin-top: 10.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .ulMapLinksUrl {
    width: 58.26%;
  }
}

.liMapLinksUrl {
  width: 420px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .liMapLinksUrl {
    width: 35%;
  }
}
@media screen and (max-width: 1279px) {
  .liMapLinksUrl {
    margin: 2.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liMapLinksUrl {
    width: 201px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liMapLinksUrl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liMapLinksUrl {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.liMapLinksUrl:nth-child(n+2) {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 40px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .liMapLinksUrl:nth-child(n+2) {
    margin: 2.5% 0% 0% 3.33%;
  }
}
@media screen and (max-width: 767px) {
  .liMapLinksUrl:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .liMapLinksUrl:nth-child(n+2) {
    margin-top: 9.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mapNewTopLxn {
  margin-top: 65px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .mapNewTopLxn {
    margin-top: 5.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .mapNewTopLxn {
    padding: 1.33% 0% 1.33% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mapNewTopLxn {
    margin-top: 11.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .mapNewTopLxn {
    padding: 2.89% 0% 2.89% 0%;
  }
}

.mapNewTopWap {
  width: 1168px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  aspect-ratio: 1168/750;
  position: relative;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .mapNewTopWap {
    width: 97.33%;
  }
}
@media screen and (max-width: 767px) {
  .mapNewTopWap {
    aspect-ratio: 325/460;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    width: 325px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .mapNewTopWap {
    width: 94.2%;
  }
}
.mapNewTopWap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.tigyo {
  margin-top: 151px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/newtop/bgTigyoPc.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 76px;
  padding-bottom: 78px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .tigyo {
    margin-top: 12.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .tigyo {
    padding: 6.33% 0% 6.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tigyo {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/newtop/bgTigyoSp.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 10.72% 0% 10.83% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .tigyo {
    margin-top: 23.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tigyoFx {
  width: 1044.2px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .tigyoFx {
    width: 87.01%;
  }
}
@media screen and (max-width: 767px) {
  .tigyoFx {
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .tigyoFx {
    width: 72.17%;
  }
}

.secTigyo {
  width: 340.65px;
}
@media screen and (max-width: 1279px) {
  .secTigyo {
    width: 32.62%;
  }
}
@media screen and (max-width: 767px) {
  .secTigyo {
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secTigyo {
    width: 100%;
  }
}

.btnSecTigyo {
  margin-top: 30.6px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 192px;
}
@media screen and (max-width: 1279px) {
  .btnSecTigyo {
    margin: 9.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .btnSecTigyo {
    width: 56.69%;
  }
}
@media screen and (max-width: 767px) {
  .btnSecTigyo {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 77.1%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnSecTigyo {
    margin-top: 12.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoTigyo {
  width: 633.2px;
}
@media screen and (max-width: 1279px) {
  .photoTigyo {
    width: 60.63%;
  }
}
@media screen and (max-width: 767px) {
  .photoTigyo {
    margin-top: 30.6px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .photoTigyo {
    margin: 12.28% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .photoTigyo {
    width: 100%;
  }
}

.jijake {
  margin-top: 61px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/newtop/bgJijakePc.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 38px;
  padding-bottom: 80.31px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .jijake {
    margin-top: 5.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .jijake {
    padding: 3.16% 0% 6.69% 0%;
  }
}
@media screen and (max-width: 767px) {
  .jijake {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background: url(../img/newtop/bgJijakeSp.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 0.85% 0% 10.72% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .jijake {
    margin: 8.69% 0% 0% 0%;
  }
}

.jijakeFx {
  width: 1043.82px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .jijakeFx {
    width: 86.98%;
  }
}
@media screen and (max-width: 767px) {
  .jijakeFx {
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .jijakeFx {
    width: 72.17%;
  }
}

.secJijake {
  width: 511.82px;
  transform: translate(0px, 7%);
}
@media screen and (max-width: 1279px) {
  .secJijake {
    width: 49.03%;
  }
}
@media screen and (max-width: 767px) {
  .secJijake {
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secJijake {
    width: 100%;
  }
}

.btnSecJijake {
  margin-top: 28.24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 192px;
}
@media screen and (max-width: 1279px) {
  .btnSecJijake {
    margin: 5.53% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .btnSecJijake {
    width: 37.66%;
  }
}
@media screen and (max-width: 767px) {
  .btnSecJijake {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnSecJijake {
    margin-top: 12.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnSecJijake {
    width: 77.1%;
  }
}

.photoJijake {
  width: 465.59px;
}
@media screen and (max-width: 1279px) {
  .photoJijake {
    width: 44.6%;
  }
}
@media screen and (max-width: 767px) {
  .photoJijake {
    margin-top: 26.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .photoJijake {
    width: 100%;
  }
}

.beel {
  margin-top: 61px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/newtop/bgBeelPc.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 77px;
  padding-bottom: 52px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .beel {
    margin-top: 5.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .beel {
    padding: 6.41% 0% 4.33% 0%;
  }
}
@media screen and (max-width: 767px) {
  .beel {
    background: url(../img/newtop/bgBeelSp.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .beel {
    margin-top: 8.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .beel {
    padding: 10.72% 0% 10.72% 0%;
  }
}

.beelFx {
  width: 1044px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .beelFx {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  .beelFx {
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .beelFx {
    width: 72.17%;
  }
}

.secBeel {
  width: 513.96px;
}
@media screen and (max-width: 1279px) {
  .secBeel {
    width: 49.22%;
  }
}
@media screen and (max-width: 767px) {
  .secBeel {
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secBeel {
    width: 100%;
  }
}

.btnSecBeel {
  width: 192px;
  margin-top: 35.67px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1279px) {
  .btnSecBeel {
    width: 37.57%;
  }
}
@media screen and (max-width: 1279px) {
  .btnSecBeel {
    margin: 6.98% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnSecBeel {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnSecBeel {
    margin-top: 12.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnSecBeel {
    width: 77.1%;
  }
}

.photoBeel {
  width: 522px;
}
@media screen and (max-width: 1279px) {
  .photoBeel {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .photoBeel {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .photoBeel {
    margin-top: 12.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .photoBeel {
    width: 100%;
  }
}

.info {
  margin-top: 61px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/newtop/bgBeelPc.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 47px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1279px) {
  .info {
    margin-top: 5.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .info {
    padding: 3.91% 0% 6.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .info {
    background: url(../img/newtop/bgBeelSp.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.72% 0% 10.72% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .info {
    margin-top: 8.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.infoFx {
  width: 1104px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .infoFx {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .infoFx {
    width: 84.08%;
  }
}

.secInfo {
  width: 734px;
  transform: translate(0px, 6%);
}
@media screen and (max-width: 1279px) {
  .secInfo {
    width: 66.48%;
  }
}
@media screen and (max-width: 767px) {
  .secInfo {
    width: 288.02px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .secInfo {
    width: 100%;
  }
}

.picSecInfo {
  width: 706.38px;
}
@media screen and (max-width: 1279px) {
  .picSecInfo {
    width: 96.76%;
  }
}
@media screen and (max-width: 767px) {
  .picSecInfo {
    width: 288.02px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .picSecInfo {
    width: 100%;
  }
}

.btnSecInfo {
  margin-top: 27.34px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 192px;
}
@media screen and (max-width: 1279px) {
  .btnSecInfo {
    margin: 3.74% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .btnSecInfo {
    width: 26.3%;
  }
}
@media screen and (max-width: 767px) {
  .btnSecInfo {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnSecInfo {
    margin-top: 10.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btnSecInfo {
    width: 66.66%;
  }
}

.photoInfo {
  width: 344.8px;
}
@media screen and (max-width: 1279px) {
  .photoInfo {
    width: 31.23%;
  }
}
@media screen and (max-width: 767px) {
  .photoInfo {
    margin-top: 20.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 249px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .photoInfo {
    width: 86.45%;
  }
}

.btmInfoCampaign {
  margin-top: 150px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 44px;
  padding-bottom: 42px;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../img/newtop/bgbtmInfoCampaignPc.png) no-repeat top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 1279px) {
  .btmInfoCampaign {
    margin: 12.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 1279px) {
  .btmInfoCampaign {
    padding: 3.66% 0% 3.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btmInfoCampaign {
    background: none;
    margin: 19.88% 0% 0% 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) {
  .btmInfoCampaign {
    padding: 0% 0% 0% 0%;
  }
}

.txtBtmInfoCampaign {
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1279px) {
  .txtBtmInfoCampaign {
    font-size: 1.5637216575vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtmInfoCampaign {
    line-height: 180%;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtmInfoCampaign {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.kameiten251001Wap .ulListKameiten251001 {
  margin-top: 87px;
  margin-bottom: 54px;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
@media screen and (max-width: 1279px) {
  .kameiten251001Wap .ulListKameiten251001 {
    margin-top: 6.79%;
    margin-bottom: 4.21%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .kameiten251001Wap .ulListKameiten251001 {
    width: 32.81%;
  }
}
@media screen and (max-width: 767px) {
  .kameiten251001Wap .ulListKameiten251001 {
    width: 52.81%;
    margin-top: 10.8%;
    margin-bottom: 9.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
.kameiten251001Wap .toTopPageKit {
  margin-top: 0px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .kameiten251001Wap .toTopPageKit {
    margin-top: 0%;
    margin-bottom: 2.58%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .kameiten251001Wap .toTopPageKit {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.kameiten251001Wap .btnToTopPages {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1279px) {
  .kameiten251001Wap .btnToTopPages {
    font-size: 1.5637216575vw;
  }
}
@media screen and (max-width: 767px) {
  .kameiten251001Wap .btnToTopPages {
    line-height: 130%;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kameiten251001Wap .btnToTopPages {
    font-size: 4.2666666667vw;
  }
}
.kameiten251001Wap .toTopPage02 {
  margin-top: 29px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .kameiten251001Wap .toTopPage02 {
    margin-top: 2.41%;
    margin-bottom: 4.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .kameiten251001Wap .toTopPage02 {
    margin-top: 6%;
    margin-bottom: 22%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
Component
========================================================================== */
.bg_1B3464 {
  background: #1B3464;
}

.bg_D44527 {
  background: #D44527;
}

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

.cl_1B3464 {
  color: #1B3464;
}

.bg_D23A26 {
  background: #D23A26;
}

.cl_D24726 {
  color: #D24726;
}

.bg_fff {
  background: #F5F8FD;
}

.bg_D24726 {
  background: #D24726;
}

.bg_1B3464 {
  background: #1B3464;
}

.bg_D44527 {
  background: #D44527;
}

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

.undernone {
  text-decoration: none;
}

.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 */